I already have an app that I bought, however, the banners are added in an admin panel, inside my app they are stopped. I saw that you use imageURL on Android, what do I do since I don't use imageURL?
In this videos, these image banners are hardcoded in the application. If you want to load images from remote servers like Firebase or any Rest API. Please chekout this video : th-cam.com/video/2GEVSqyAkIA/w-d-xo.html if your problem has not been resolved, then kindly describe here so I can guide you.
why i got error AAPT: error: 'wrap_parent' is incompatible with attribute layout_height (attr) dimension|enum [fill_parent=4294967295, match_parent=4294967295, wrap_content=4294967294]. at line 13-15 at activity.XML idk why......i following step by step, how do i fix it?
'wrap_parent' is no longer any valid dimension for the width or height. You have to either select "match_parent" or "wrap_content" OR manual dimensions such as 10dp, 50dp etc.
Please read documentation here :- github.com/dangiashish/Auto-Image-Slider and Updated video tutorial :- th-cam.com/video/nsAtqNB9nbw/w-d-xo.html Thanks
@@prakulsingla1363 Yes, You can set images directly from your drawable. Just replace the image link ( "url" ) with ( R.drawable.YOUR_IMAGE ) and all set.
Please read documentation here :- github.com/dangiashish/Auto-Image-Slider and Updated video tutorial :- th-cam.com/video/nsAtqNB9nbw/w-d-xo.html Thanks
@@simoelabbassi390 yes you can set title and description as well as. If you know how to do this, Kindly ping me on Instagram @coder.ashish Keep sharing & be safe 👍🏻
How To Draw Geo Tags On Image In Android Studio
th-cam.com/video/-AjXGcFqDx4/w-d-xo.html
Perfectly works bro
☺️☺️
How you make your Taskbar Transparent? Please share Tutorial..
You can download TranslucentTB application from the Microsoft Store.
Mantab sekaliii
Bro u r awesome
Thnx a lot man.... 💓
How To Draw Geo Tags On Image In Android Studio
th-cam.com/video/-AjXGcFqDx4/w-d-xo.html
Nice work
Good one thanks.....
How do I change the dot color? Also I am not seeing any gradient on your banner.
I'm face problem with ArrayList.. how to solve it. please helpme
kindly connect with your problem on Instagram@coder.ashish
I already have an app that I bought, however, the banners are added in an admin panel, inside my app they are stopped. I saw that you use imageURL on Android, what do I do since I don't use imageURL?
In this videos, these image banners are hardcoded in the application. If you want to load images from remote servers like Firebase or any Rest API. Please chekout this video : th-cam.com/video/2GEVSqyAkIA/w-d-xo.html
if your problem has not been resolved, then kindly describe here so I can guide you.
@@CodeByAshish Thank you so much! I'll watch the video
One issue does the image have to be a link can i not just add the image to the app somehow?
Why not.. just watch out this video th-cam.com/video/nsAtqNB9nbw/w-d-xo.html
when i use it mr layout is blank ???
Thanks internet permission😅😅😅
😁😁
😊😊😊😊
This is helpful, thanks. But bro, how to hide the dots? Please reply me.
th-cam.com/video/nsAtqNB9nbw/w-d-xo.html You can hide dots in this.
this dependencies is not working wt to do?
What error you are facing?
Hi, Are you still facing the issue? Let connect, I will provide you the solution.
why i got error AAPT: error: 'wrap_parent' is incompatible with attribute layout_height (attr) dimension|enum [fill_parent=4294967295, match_parent=4294967295, wrap_content=4294967294]. at line 13-15 at activity.XML
idk why......i following step by step, how do i fix it?
please replace your line with >> android:layout_height="wrap_content"
'wrap_parent' is no longer any valid dimension for the width or height.
You have to either select "match_parent" or "wrap_content" OR manual dimensions such as 10dp, 50dp etc.
@@CodeByAshish big thanks, its work
@@ilhamdarmawan5830 Lets subscribe the channel ☺️
3:36
Please read documentation here :- github.com/dangiashish/Auto-Image-Slider
and Updated video tutorial :- th-cam.com/video/nsAtqNB9nbw/w-d-xo.html
Thanks
@@CodeByAshishPlese give this video source code plz @CodeByAshish
Hi, please check the source code here. github.com/dangiashish/AutoImageSlider-Project
follow on github for more amazing content.
Iam unable to load the images with url
Please share your query on Instagram @coder.ashish
how can we change from internet image to download images?
Hi, you means the images which are already into your app drawables?
@@CodeByAshish yes
@@prakulsingla1363 Yes, You can set images directly from your drawable.
Just replace the image link ( "url" ) with ( R.drawable.YOUR_IMAGE )
and all set.
@@CodeByAshish nope still showing error. Do i have to code R.drawable between the double inverted commas or somewhere else?
@@prakulsingla1363 try with this.. imageList.add(SlideModel("String Url" or R.drawable)
thanks
Not coming this line 2:34
Please read documentation here :- github.com/dangiashish/Auto-Image-Slider
and Updated video tutorial :- th-cam.com/video/nsAtqNB9nbw/w-d-xo.html
Thanks
sours code plzzz
drive.google.com/file/d/1DjpKQtWRCnJ63d7bTYPkU0yySDnKGklW/
@@CodeByAshish thanx you so mush
@@CodeByAshish are i can add text in the images ?
@@simoelabbassi390 yes you can set title and description as well as.
If you know how to do this, Kindly ping me on Instagram @coder.ashish
Keep sharing & be safe 👍🏻
Do you have any contact?
connect on Instagram
instagram.com/coder.ashish
th-cam.com/video/jMk8m9sKIZ8/w-d-xo.htmlsi=NWFtIUKbyN59PJng Image Slider In Android With Click Listener
Checkout new Video for How integrate Google Map SDK & API Key :
th-cam.com/video/Xqyp77oMwO8/w-d-xo.html
Watch this for advance feature of Auto Image Slider - th-cam.com/video/nsAtqNB9nbw/w-d-xo.html
Thanks
Thanks,
But how do I make an event for each picture?
For example, when I click on a picture, it takes me to another page