B4A Library ImageChooser

Hi all,

at first excuse me for some failures in this text. English is not my native language.

I want to present my ImageChooser library. It's an alternative to the android picture picker. There is the problem, the OS can destroy your process in background during the user choose a picture. This control can build in the application on a simply panel.

Some facts for this library :
- Add own folder's to the folder menu with own pathes to pictures (for i.e. internal pictures)
- Many options for change the outfit (see example project for more infos)

At the first start it needs some second to search all picture files on the device. You can save the result in a global variable for faster access on next time.
The loading of the pictures is a little bit slow. Anyone knows a faster method as "LoadBitmapSample" ?

I'm very grateful for report wishes and failures.

Thank you for your attention.
 

Attachments

  • screen.png
    screen.png
    186.1 KB · Views: 293
  • ImageChooser Example.zip
    101.3 KB · Views: 272
  • ImageChooser Library.zip
    24.9 KB · Views: 265
Last edited:
Top