Sir I want to create an android app for my IoT project. The working of the app is very simple the user can add device and control them through the app. I am using three fragments which are interchangeable according to the position to show these fragment I am using Viewpager2 in the FragmentStateAdapter class. In the device fragment I am using a recycler view in which I am adding some cardlayout according to the numbers of device present whenever a new device is added then a new card view is added to the second fragment but the problem is when I want to delete a device the device is deleted from the database but the change is not reflecting in the RecyclerView. The RecyclerViewadapter.notifydatasetChanged() method is also not working. Can you please help me
bro can you explain how to make sqlite database which has image and text we can display them into recyclerview ( but the images are not from the resources " the user put it " ) and thank you bro for your amazing tuts appreciate it
I have a question on recycler view, whenever data is loaded in the server, recycler view loads slowly, I get the data by using an API, can you please help me how to fasten the process of loading the data or is there any way to load the data in background so that whenever user open then he doesn't have to wait for some seconds..
hi sir when i refresh multiple times rows are getting duplicated. how to avoid the duplication when we do multiple time refresh. only once the data should be added even if we do multiple refreshing.
yeah its very much possible and that is why we have Firebase Cloud Storage. I am currently running a series on Firebase and I will be covering this Cloud storage.
You can achieve with one recyclerview, As usual, we create an adapter class with viewholder class Now we extra add an adapter on that viewholder and set parent adapter as RecyclerView.RecycledViewPool, I hope this is helpful for start this process if you have trouble comment on it.
Its not actually advisable to use db to store images but if you want then you can use blobs column to store OR you can use the base64 (which is a string) representation of the image and store inside any string column
Excellent tutorial, good narration android straight to the point. Can't believe this channel is underrated. Subscribed
Nice video. Straight to the point :D
Thank you for easy understandable explanation. Made my day.
Thank you! Short and helpful! 👍👍
Please, what event to add to retrieve when I slide my finger over an element from left to right
THANKS Simple and amazing explanation
it is recommented to use SwipeRefreshLayouy only with RecyclerView? or we can use it on any type of layout(user detail form etc) ?
Hii, I am not able to find the swipe refresh tag when i am trying to add that in my project. for that do i need to add any dependency?
This was perfect, thank you!
Can you help me? How to make a swipe to update your browser page?
How to add androidx Swipe Refresh Library? classes could not be found androidx Swipe refresh layout
Same problem here
@@AVAVines this method is deprecated now
dependencies {
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
}
Just be careful, the methods was changed in the AndroidX Jetpack, you need review the library.
Bhai jab ma aik activity see back press karta hu main activity par too mera pehly add huwa data removed hojata hen recyclerview mai please solution ??
you are the best, think you so so much
Sir I want to create an android app for my IoT project. The working of the app is very simple the user can add device and control them through the app. I am using three fragments which are interchangeable according to the position to show these fragment I am using Viewpager2 in the FragmentStateAdapter class. In the device fragment I am using a recycler view in which I am adding some cardlayout according to the numbers of device present whenever a new device is added then a new card view is added to the second fragment but the problem is when I want to delete a device the device is deleted from the database but the change is not reflecting in the RecyclerView. The RecyclerViewadapter.notifydatasetChanged() method is also not working. Can you please help me
bro Please Make One Video for Native Ads in Recyclerview using Volly Method
very helpful
Tank you for you video, bro. you're great.
I appreciate that!
Amazing, thanks for sharing!
bro can you explain how to make sqlite database which has image and text we can display them into recyclerview ( but the images are not from the resources " the user put it " )
and thank you bro for your amazing tuts appreciate it
use picasso or glide libraries
I have a question on recycler view, whenever data is loaded in the server, recycler view loads slowly, I get the data by using an API, can you please help me how to fasten the process of loading the data or is there any way to load the data in background so that whenever user open then he doesn't have to wait for some seconds..
use a background service...or work manager th-cam.com/video/ooP8kkhvRQI/w-d-xo.html
Thank you so much
when i put recyclerview in swipe refresh layout rv shows nothing geting empty screen
lol i fixed . Used layout inspector and saw nestedscrollview hiding them in mainactivity idk why i was on fragment.
Hai i have to change data List in Adapter pls help
Thank you sir
hi sir when i refresh multiple times rows are getting duplicated. how to avoid the duplication when we do multiple time refresh. only once the data should be added even if we do multiple refreshing.
Clear ur data array
Which theme r u using in Android studio sir?
Google developers theme
@@mafiacodes i m beginner in Android development, your videos helped me a lot. Thank u so much from the bottom of my ❤️
M glad that u like my videos, thank you. Subscribe like share 😊
Please add a load more with bottom progessbar in this serious
ok will do sometime...
Make videos on services&broadcast receivers also
Plz make videos of services topic and broad cast receivers and sqlite sir. . . .
will be coming in a couple of days, till then SUBSCRIBE LIKE SHARE
Please shake animation button without hover
I made a GitHub repo for your help, checkout, github.com/trulymittal/ShakeAnimation
thank you
You're welcome
Perfect
Rahmat brat
Sir what if we want it to refresh automatically after data is added to recyclerview
Jivan Mainali simply call adapter.notifydatasetchanged()
@@trulymittal sir kindly tell me where to store video if I want to have playlists of video courses in my app.Is it possible using firebase
yeah its very much possible and that is why we have Firebase Cloud Storage. I am currently running a series on Firebase and I will be covering this Cloud storage.
@@mafiacodes and what about bulk videos like that of tiktok
Sir how can we make a live features in app
Bro pls upload video on item decorations of recyclerview
How to make multiple recyclerview in single screen like Hotstar , Google play store
Pretty simple just add a couple of recycler vies inside the main nestedscroll view, if you want will make a video for the same
You can achieve with one recyclerview, As usual, we create an adapter class with viewholder class Now we extra add an adapter on that viewholder and set parent adapter as RecyclerView.RecycledViewPool, I hope this is helpful for start this process if you have trouble comment on it.
i can't find swiperefrashlayout
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
add it
thanks for help
Subscribe like share😊
how and where this tutorial is useful.???
Make video on sqlite open helper bro
will be making a video on Room Database, its built on top of sqlite, and you should be using that instead on plain old sqlite openhelper.
@@mafiacodes sir i know room data base fully can u tell hot to store images in room data base
Its not actually advisable to use db to store images but if you want then you can use blobs column to store OR you can use the base64 (which is a string) representation of the image and store inside any string column
@@mafiacodes yes can i have example to store images in inter memory and store reference in sqlite db room
Подключите субтитры а то я знаю только русский
Thank you
Thanks bro