icon issue in android [closed]
i have developed one application in which getting install app information like name,package name, version,date, icon etc..
now i get all thing in proper manner, nut icon are store in "private Drawable icon;" variable.
now i am drag <imageview>
in main file and display those icon in this file so what i need to do?
I think you could get the icon by calling the id?
Drawable icon = this.getResources().getDrawable(R.drawable.icon);
I hope, that I could helped you, but I don't really understand
精彩评论