我需要存储一个将从数据库中获取数据的 ArrayList,我正在考虑在作为 android.app.Application 类的子类的类中声明 ArrayList,因为在我的应用程序中我经常需要这个来进行搜索、排序等目的.
1. It would be good approach to create get the Database instance in Application subclass.
2. Storing a list in the Application subclass.
我不确定这是正确的方法,我想知道这种方法的缺点是什么。建议是否可以使用其他方法。