brelto85 Active Member Licensed User Longtime User Apr 26, 2013 #1 Is possible to add an object (panel that contains other views) to item of listview? I've a settings layout that for each item i've a label, button ecc.. thanks
Is possible to add an object (panel that contains other views) to item of listview? I've a settings layout that for each item i've a label, button ecc.. thanks
NFOBoy Active Member Licensed User Longtime User Apr 26, 2013 #2 This will show you how to add the images. http://www.b4x.com/forum/basic4android-getting-started-tutorials/6537-listview-tutorial.html#post38231 Upvote 0
This will show you how to add the images. http://www.b4x.com/forum/basic4android-getting-started-tutorials/6537-listview-tutorial.html#post38231
brelto85 Active Member Licensed User Longtime User Apr 26, 2013 #3 if i need to add another views instead of bitmap? i must use scrollview? Upvote 0
NFOBoy Active Member Licensed User Longtime User Apr 27, 2013 #4 For the standard listview, it does seem to be the case. There is a great thread about different ScrollView looks to get inspiration from, here http://www.b4x.com/forum/basic4android-getting-started-tutorials/8423-scrollview-examples-summary.html If you do need ListViews though, then you might want to take a look here http://www.b4x.com/forum/additional-libraries-classes-official-updates/19567-class-customlistview-flexible-list-based-scrollview.html#post112810 and here http://www.b4x.com/forum/basic4android-getting-started-tutorials/17708-custom-listview-library.html#post101528 which might be something you want to try as well. Upvote 0
For the standard listview, it does seem to be the case. There is a great thread about different ScrollView looks to get inspiration from, here http://www.b4x.com/forum/basic4android-getting-started-tutorials/8423-scrollview-examples-summary.html If you do need ListViews though, then you might want to take a look here http://www.b4x.com/forum/additional-libraries-classes-official-updates/19567-class-customlistview-flexible-list-based-scrollview.html#post112810 and here http://www.b4x.com/forum/basic4android-getting-started-tutorials/17708-custom-listview-library.html#post101528 which might be something you want to try as well.
Informatix Expert Licensed User Longtime User Apr 27, 2013 #5 ...and also the CheckList class and the UltimateListView. Upvote 0