B4i Library Gallery Grid

Hello
I make library that you can show pictures in grid
I use tableview for this library
Event for this library:
B4X:
#Event: ItemClick(Index As Int)
#Event: ItemLongClick(Index As Int)
#Event: GetImageView(ImageView1 As ImageView,Index As Int)
#Event: OverScrolled
#Event: BottomScroll

You can add bitmap or url for show pictures

Also i attach class (no output library) that you can develop it and release it
Contain sample

What is your comment? :cool:
 

Attachments

  • GalleryGrid.zip
    8.3 KB · Views: 45

Matteo Granatiero

Active Member
Licensed User
Hello
I make library that you can show pictures in grid
I use tableview for this library
Event for this library:
B4X:
#Event: ItemClick(Index As Int)
#Event: ItemLongClick(Index As Int)
#Event: GetImageView(ImageView1 As ImageView,Index As Int)
#Event: OverScrolled
#Event: BottomScroll

You can add bitmap or url for show pictures

Also i attach class (no output library) that you can develop it and release it
Contain sample

What is your comment? :cool:
it's possible add image from Sql database?
 
Top