Just be careful, the methods was changed in the AndroidX Jetpack, you need review the library.
@CristhianGomez4 жыл бұрын
Amazing, thanks for sharing!
@kondrashov-m3 жыл бұрын
Can you help me? How to make a swipe to update your browser page?
@kcreations5478 Жыл бұрын
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
@yusepbudijono39604 жыл бұрын
Thank you sir
@TodayVideostrending4 жыл бұрын
bro Please Make One Video for Native Ads in Recyclerview using Volly Method
@syedumair31724 жыл бұрын
thank you
@mafiacodes4 жыл бұрын
You're welcome
@67Diadem3 жыл бұрын
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..
@mafiacodes3 жыл бұрын
use a background service...or work manager kzbin.info/www/bejne/paCzaZ6hnduFh6s
@mohamedayad703 жыл бұрын
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
@googleaccount23853 жыл бұрын
use picasso or glide libraries
@inderjitsingh96344 жыл бұрын
Which theme r u using in Android studio sir?
@mafiacodes4 жыл бұрын
Google developers theme
@inderjitsingh96344 жыл бұрын
@@mafiacodes i m beginner in Android development, your videos helped me a lot. Thank u so much from the bottom of my ❤️
@mafiacodes4 жыл бұрын
M glad that u like my videos, thank you. Subscribe like share 😊
@dilshodiskandarov71443 жыл бұрын
Rahmat brat
@KashifAli-yg6yk Жыл бұрын
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 ??
@iamtipe Жыл бұрын
Perfect
@rajm26714 жыл бұрын
Please add a load more with bottom progessbar in this serious
@mafiacodes4 жыл бұрын
ok will do sometime...
@vamsi18715 жыл бұрын
Make videos on services&broadcast receivers also Plz make videos of services topic and broad cast receivers and sqlite sir. . . .
@mafiacodes5 жыл бұрын
will be coming in a couple of days, till then SUBSCRIBE LIKE SHARE
@Nick-cx4rs2 жыл бұрын
when i put recyclerview in swipe refresh layout rv shows nothing geting empty screen
@Nick-cx4rs2 жыл бұрын
lol i fixed . Used layout inspector and saw nestedscrollview hiding them in mainactivity idk why i was on fragment.
@ElOsoRobbie5 жыл бұрын
Please shake animation button without hover
@mafiacodes5 жыл бұрын
I made a GitHub repo for your help, checkout, github.com/trulymittal/ShakeAnimation
@devanshudixit2594 жыл бұрын
thanks for help
@mafiacodes4 жыл бұрын
Subscribe like share😊
@amitbaddi4 жыл бұрын
Hai i have to change data List in Adapter pls help
@himanshukandwal13744 жыл бұрын
Bro pls upload video on item decorations of recyclerview
@santhoshpilot96174 жыл бұрын
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.
@mafiacodes4 жыл бұрын
Clear ur data array
@Nebrass_3 жыл бұрын
i can't find swiperefrashlayout
@Aejaz-iw5rs2 жыл бұрын
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" add it
@jivanmainali17425 жыл бұрын
Sir what if we want it to refresh automatically after data is added to recyclerview
@@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
@mafiacodes5 жыл бұрын
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.
@jivanmainali17425 жыл бұрын
@@mafiacodes and what about bulk videos like that of tiktok
@jivanmainali17425 жыл бұрын
Sir how can we make a live features in app
@ananthkumar79435 жыл бұрын
How to make multiple recyclerview in single screen like Hotstar , Google play store
@mafiacodes5 жыл бұрын
Pretty simple just add a couple of recycler vies inside the main nestedscroll view, if you want will make a video for the same
@rajm26714 жыл бұрын
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.
@rajatsonu012 жыл бұрын
how and where this tutorial is useful.???
@vamsi18715 жыл бұрын
Make video on sqlite open helper bro
@mafiacodes5 жыл бұрын
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.
@vamsi18715 жыл бұрын
@@mafiacodes sir i know room data base fully can u tell hot to store images in room data base
@mafiacodes5 жыл бұрын
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
@vamsi18715 жыл бұрын
@@mafiacodes yes can i have example to store images in inter memory and store reference in sqlite db room