下载 APKPure App
可在安卓获取AppListManager的历史版本
使用LayoutXML的Android库“AppListManager”的示例应用程序
此示例应用程序“AppListManager”中使用的源代码和Android库:https://github.com/LayoutXML/AppListManager
显示大多数功能的示例应用程序可以在上面的存储库中的“app”文件夹中找到。应用程序包含两个独立的(大部分)活动:
MainActivity,演示了这些功能:
• 接收所有应用程序(getAllApps)。
• 接收新应用程序(getAllNewApps和广播接收器)。
• 接收卸载的应用程序(getAllUninstalledApps和广播接收器)。
• 使用标志接收一些(系统)应用程序(getSomeApps)。
• 接收所有活动(使用启动器意图)(getAllActivities)。
• 接收新活动(具有启动器意图)(getAllNewActivities和广播接收器)。
• 接收卸载的活动(带有启动器意图)(getAllUninstalledActivities和广播接收器)。
• 排序(排序)。
ListActivity,演示了这些功能:
• 在等待应用程序/活动列表时显示旋转进度条(加载)。
• 接收所有应用程序(getAllApps)。
• 接收所有活动(使用启动器意图)(getAllActivities)。
• 在屏幕上显示应用/活动列表。
• 接收新应用程序(getAllNewApps和广播接收器)。
• 接收新活动(具有启动器意图)(getAllNewActivities和广播接收器)。
• 使用新的应用程序/活动更新屏幕上的列表。
• 接收卸载的应用程序(getAllUninstalledApps和广播接收器)。
• 接收卸载的活动(带有启动器意图)(getAllUninstalledActivities和广播接收器)。
• 在没有卸载的应用程序/活动的情况下更新屏幕上的列表。
• 排序(排序)。
• 启动应用程序和活动。
应用程序使用“AppListManager”版本2.1.0
Last updated on 2018年12月18日
Library version 2.1.0
Added a new generic type object to AppData (variable called object). It is an additional variable that you can use for your own needs. If you need multiple variables, create a new wrapper object (new type) to hold those variables. Can be used with getObject() and setObject(Object), where Object is any type.
AppListManager
(Android Librar2.1.0 by Rokas Jankunas
2018年12月18日