I have file manager with the help of which user can add files to the application. I get the paths of the chosen files and put them to the list. I want to put icons of chosen files with titles to the application. I'm wondering how to implement it in a best way - with the help of Image class or to create my own objects and set icon to it drom drawable...
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as not a real question by Raghav Sood, Jürgen Thelen, Don Roby, Mathieu Imbert, nandeesh Aug 26 '12 at 15:03
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. For help clarifying this question so that it can be reopened, see the FAQ.
|
I solved it with regular TextView. This is my method where is a loop through the array of files which were chosen by the user and adding icon and name to the TextView:
|
|||
|
|