i would like to have a CustomListView with 2 or 3 columns with images and when i click an image to go to another activity.
this i think is very common on android apps, i have studded the following link https://www.b4x.com/android/forum/threads/grid-class-preoptimizedclv.116309/
but i still don't understand how can i have 2 or 3 columns, if i can have an example it will be highly apricated.
I wanted to accomplish what Erel did in the below link in post #3, but with 4 or multiple columns of imageviews not one imageview column. https://www.b4x.com/android/forum/threads/applying-lazy-loading-to-xcustomlistview-with-imageviews-bitmap-files.101299/ I have a list of bitmap files to show...
Hello, I would like to share with all people a small Class code. Together we can keep improving code and to have a quick and easy to use. Images are via URL using the #AdditionalJar: picasso-2.5.2, can you read more about that in...