B4A Library [Lib] CoverFlow v2.0

GMan

Well-Known Member
Licensed User
Longtime User
TOP-Lib :sign0087:
 

lonleystar

Well-Known Member
Licensed User
Longtime User
Hi NJDUde,

U have to populate not with 1 image but whit more.

I just test it with 860 images and it work.
 

NJDude

Expert
Licensed User
Longtime User
I see, well, then I suggest you change this line on the demo to make it clear:

From:
B4X:
Carousel.PopulateCoverflow(File.DirRootExternal, "Images2")
To:
B4X:
Carousel.PopulateCoverflow(File.DirRootExternal, "<YOUR_PICTURES_DIRECTORY>")
 

lonleystar

Well-Known Member
Licensed User
Longtime User
Hi NJDude,

Sorry I forgot to change this line.
 

clarionero

Active Member
Licensed User
Longtime User
Hi. How can i show the images with the correct aspect radio? My images have ever same size, and they are streched.

Thank you.
 

Rorry

Member
Licensed User
Longtime User
Hi everyone,
is it possible to add an image hosted on a server to the coverflow gallery but "on the fly"? without downloading to a folder.

thanks
 

neoevoman

New Member
Licensed User
Longtime User
Hi everyone,
is it possible to add an image hosted on a server to the coverflow gallery but "on the fly"? without downloading to a folder.

thanks
I am thinking the same way as Rorry. It would be wonderfull to select the how to populate the coverflow: SD or an array. Anyway this library is awsome!.
 

Rorry

Member
Licensed User
Longtime User
i agree with you,this library is just awesome gives an impressive side to your app. i decided to download files in a folder before populating the gallery but it's a bit too long.

So,no other choice than adding this function in java to the original project of neil davies then compile it for B4A.
 

socialnetis

Active Member
Licensed User
Longtime User
Hi Lonelystar, very nice lib, works perfect for me!
Just a small sugestion, use "CENTER_INSIDE" or "FIT_INSIDE" instead of "FIT_XY", this will maintain the aspect ratio of the images, and will make the coverflow more dynamic to use different sizes of images
 

luke2012

Well-Known Member
Licensed User
Longtime User
Hi @lonleystar!
I'm using your library with satisfaction in a new app that I developing and it works fine (Main activity).
I'm trying to use the library within an esxisting project with multiple activities module.

The problem :
I'm using the cover flow object within an activity that is different from the "Main" but the cover flow interface doesn't show without any warning message (the PopulateCoverflow do nothing in this case.)
There is some limitation using this object in activities that are not the Main activity ?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…