Android Config File

后端 未结 4 1913
野趣味
野趣味 2020-12-12 17:25

What is the best way and how to set up a config file for a application?

I want the application to be able to look into a text file on the sd card and pick out certa

4条回答
  •  独厮守ぢ
    2020-12-12 17:44

    You can achieve this using shared preferences

    There is a very detailed guide on how to use Shared Preferences on the Google Android page https://developer.android.com/guide/topics/data/data-storage.html#pref

提交回复
热议问题