Using the Android Application class to persist data

前端 未结 7 887
栀梦
栀梦 2020-11-22 08:55

I\'m working on a fairly complex Android application that requires a somewhat large amount of data about the application (I\'d say a total of about 500KB -- is this large fo

7条回答
  •  失恋的感觉
    2020-11-22 09:19

    You can create Application class and save your all data on that calss for use that anywhere in your application.

提交回复
热议问题