Android Question Need "ImageSlider with dot Indicator" library

Adamdam

Active Member
Licensed User
Longtime User
Dear All,
Greetings,
I try to find "ImageSlider with dot Indicator" library but fail to find it,
Kindly, How can I get it , and simple example if possible .
Thanks in advance.
Best regards
 

josejad

Expert
Licensed User
Longtime User
Hi:

you can try:

Features:
  1. Instagram like Image Counter
  2. Instagram like Dot Indicator
 
Upvote 0

Adamdam

Active Member
Licensed User
Longtime User
Hi:

you can try:

Features:
  1. Instagram like Image Counter
  2. Instagram like Dot Indicator
First, thanks for your assist.
I tried to compile any example in the link , but fail.
It gave this error :

Parsing code. Error
Error parsing program.
Error description: Unknown type: ahviewpager
Are you missing a library reference?
Error occurred on line: 33 (xImageSliderIG)
Private Imgcont As AHViewPager

and stop compilation,
Note: I tested with different version of libraries in same link.
 
Upvote 0

Adamdam

Active Member
Licensed User
Longtime User
You are missing the library reference
The project require every time for more libraries,
It asked for "GestureDetector" I bring it, and other thinks ,
Now I stopped at this required "Could not find file 'C:\Program Files\Anywhere Software\B4A\libraries\exoplayer-core-2.11.3.aar'."
Any help to bring this library,
Or help to find simple ImageSlider ?
Best regards
 
Upvote 0

teddybear

Well-Known Member
Licensed User
The project require every time for more libraries,
It asked for "GestureDetector" I bring it, and other thinks ,
Now I stopped at this required "Could not find file 'C:\Program Files\Anywhere Software\B4A\libraries\exoplayer-core-2.11.3.aar'."
Any help to bring this library,
Or help to find simple ImageSlider ?
Best regards
They are here which you want to find.
 
Upvote 0

Adamdam

Active Member
Licensed User
Longtime User
Hi:

you can try:

Features:
  1. Instagram like Image Counter
  2. Instagram like Dot Indicator
Really many thanks for your answer,
But it seem differ from what I need,
I need
Automatic Image Slider or Slideshow
like what in this links:
- https://www.w3docs.com/snippets/css/how-to-create-an-image-slider-or-slideshow.html
- https://codepen.io/Snip3r/pen/GxybbN
1676584533580.png
 
Upvote 0

Alexander Stolte

Expert
Licensed User
Longtime User
Automatic Image Slider or Slideshow
If there is no ready solution, then do what you do as an developer. Develop your own solution.

Just combine 2 existing views:
+
=
A ViewPager with the freedom to place anything you need and a Dot indicator to see what page you are on.
 
Upvote 0

Adamdam

Active Member
Licensed User
Longtime User
I faced error :
Error
Cannot find: C:\Program Files\Anywhere Software\B4A\libraries\asviewpager.jar
While I installed ASViewPager.b4xlib
Any support, please?

Meanwhile, I installed "b4aCarouselView" it work well but have one problem with it, That the b4aCarouselView doesn't accept any upper panel or image, it upper forever
as in following output:
1676754060673.png

As solution for "b4aCarouselView" or for "ASViewPager" ?
Best regards
 
Upvote 0

Adamdam

Active Member
Licensed User
Longtime User
Yes the panel upper in the de
That folder is for internal libraries.
You should organize your libraries this way



Is the panel upper in the designer tree view?
Have you tried to set the elevation?
Yes the panel is upper,
Even I tested to put Panel and even Label as in attached image
1676758563519.png

in both case the CV1 goes to up over the panel and label (sure in viewing area of CV1 ) as in image in the previous post
 
Upvote 0
Top