Dogbonesix Active Member Licensed User Longtime User Dec 26, 2013 #1 Maybe I am missing something but - is there a way to have a File Manager that list several files that include a little thumbnail image next to the file name? I have seen it done but I don't have a clue. Combination of file manager and listview?
Maybe I am missing something but - is there a way to have a File Manager that list several files that include a little thumbnail image next to the file name? I have seen it done but I don't have a clue. Combination of file manager and listview?
Erel B4X founder Staff member Licensed User Longtime User Dec 27, 2013 #2 You will need to implement it yourself. It can be done with CustomListView class or one of the other customizable lists. Upvote 0
You will need to implement it yourself. It can be done with CustomListView class or one of the other customizable lists.
derez Expert Licensed User Longtime User Dec 27, 2013 #3 Look here http://www.b4x.com/android/forum/threads/35598/#content You can have a specific thumbnail to each file with slight modifications. Upvote 0
Look here http://www.b4x.com/android/forum/threads/35598/#content You can have a specific thumbnail to each file with slight modifications.