简体   繁体   中英

Android: how to do a checkbox list from installed user apps

i'm very new to android development... i'm still on leaning phase...

and it seems like a very big forest for me...

there's is something specific i want to make...

i want to create an app that will list(checkbox) all the installed user apps...

and i want each app will appear with the logo on the left side of the app name... and the checkbox will be on right and the list will extend vertically...

so the User can check any app on the list...

but I certainly don't know where to start Y_Y

First read about PackageManager.

http://developer.android.com/reference/android/content/pm/PackageManager.html#getInstalledApplications%28int%29

This will give you a list of installed android apps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM