I am trying to display a list of task in this way -
Icon | ApplicationName | CheckBox
As i found that no listview adapter supports this so i decided to deve
You can get an app's (package's) icon with:
String pkg = "com.app.my"; Drawable icon = getContext().getPackageManager().getApplicationIcon(pkg);