开发者

icon issue in android [closed]

开发者 https://www.devze.com 2023-03-10 18:37 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. F开发者_开发百
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. F开发者_开发百科or help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消