This is the single best tutorial on API parsing and recycler view, not only do you use the latest tools, like Volley, recycler view, you explain them all in a single video which is only 9 min long! Subscribed!
I am learning android since mid 2018 and till now i have a bad time to understand basic concept but you are one who provide the best explanation i ever learn :) thanks for your contribution to the android community :)))))
The way of explaining all the things in your videos took my attention to here. Subscribed 🤞👌 Although, i am an Android Developer too :) Good work brother. Keep it Up !!
Your videos are amazing bro 👌 Keep making more videos on android. There are very limited instructor who has ability to explain like you have. Please make more videos on the the difficult concept of Android and in the same manner that you have followed for your other videos. 🙏
thanks i was not getting this concept but after watching this video i completely understood i have one doubt which one is better volley or retrofit while i was applying for internship many of them asked me to use retrofit for there task for selection by the way thank you very much by the way loved your tutorial
i am getting an error in GitHubAdapter.java on line no. 24 at time 5:33 in the video. It is giving error on R.id.item_user_layout. And you have also not assigned any id to list_user_layout... plzzz help
Nicely Explained... Sir, Please make a tutorial on how to mark the Recyclerview items as favorite (pressing star button) using shared preferences and showing the items marked as favorite in another Activity..
Hey Bro i really appreciate your work , thanks for this tutorial, btw please also add load more functionality on this tutorial load more data in recycler view+volly
jatin sir i have to fetch data from server into auto complete text view ? so i was asking can we apply same concept that we used adapter for recycle view
+Tabish khan you can apply the same concept. Just create a new function to fetch data from server and call it...this will work. Everytime you get the data call notify method on adapter.
thank you for amazing tutorial....but can u upload one on no notifydatasetchange...i have lot of confusion with htis one and i also confused between direct passing array to constructor ..or should create getter and setter
actually reference is passed when you pass the data. You can have a getter/setter for the same as well. Whenever data is changed you need to notify the adapter that Hey!! Data set is updated you need to re-evaluate everything. notifydatasetchange does exactly that. You call this method so that it shows the updated data into recyclerview.
+Mohsan Ikram This is the starting video - ua-cam.com/video/BrLCH410Rcg/v-deo.html 5 videos have been uploaded till now. Stay tuned for more. Subscribe to get notifications. Thank you.
Thank you for your comment. Here is our new series - ua-cam.com/play/PLRKyZvuMYSIOFU_38SBsu3JVnjjvgx-67.html Follow this series and let us know your thoughts on this. Cheers from Cheezycode.
How to put this recycler view in fragment While setting adaptor (userlist.setAdapter(MainActivity.this,users)) How to write this inside fragment because there I can't write MainActivity.this
Hello Sir, I've followed every single step but on while storing the data of users into Data[ ], it throws an error "Expected BEGIN_ARRAY but was BEGIN_OBJECT at line 1 column 2 path $"
I have watched all of these videos, very useful and informative. I need to ask 1 thing, if we use mysql database, and add data into it later, then how the new data will get into GSON format?
You need to write APIs on top of your MySQL database. That will serve your purpose. You cannot directly access MySQL from Android app. That service will be returning json and to consume json you need to use gson in your app Hope that answers your query. I am making a series of new videos that should clear your doubt.
@@CheezyCode Thanks for your quick and kind response, I am trying it now, hope this will be solved. Using php for insert and update data to mysql server from android application. Thanks again for your helpful videos.
Hello ur videos r awesome. Can u tell us how to use this same logic for pixabay api? I want to make wallpaper app. Could u make a video on this please???
Hello, sir/mam Thank you for all tutorials but now i want if i click on one item than it will be display on new activity. Please make this video and upload as soon as possible as fast...I really need it.
will be uploading soon. Although it is easy Intent intent = new Intent(context, YOUR_ACTIVITY_NAME.class); intent.putExtra("data", user.getLogin()); context.startActivity(intent); Cheers from Cheezycode. Stay Tuned.
now in new activity if i right " String ss=getIntent().getStringExtra("data"); " but it will not work,so now what should i do ? and how to set my particular data? new activity is call but data is not fetch..so now?
it should work. Inside new activity's onCreate method - I wrote this: String url = getIntent().getStringExtra("data"); This will provide the data you passed from recyclerview's activity. Let me know if it worked. Will create a small video to clear the confusion.
Now i got the error on onBindViewHolder their is i make view object which is used to display data of Image and Text but it give an error that is initialize the view object ...so what i initialize in view object?
I have been using Firebase for my app but the 10 gb Download limit of Firebase RealTime Database is over. So i am using my own api to fetch data from server. It takes time to load the data. So if you can please upload a video on pagination.
Thank you for wonderful video and I was able to run this code. Further, How do I create Intent on MainActivity.java with onItemClickListener and putExtra?
Stay tuned. Next set of videos will cater all your needs. You will be creating huge apps after completing that series. Subscribe now to stay updated. Thank you :)
Sir please help me! is project me ( Android RecyclerView - Volley - GSON - Glide | Handle Click on RecyclerView Items Example - In Hindi ) Load more RecyclerView me lagana seekha day me nay wo videos dekhai ap ke but is me wo nh ho raha kindly help me
Cheezy Code acha thanks is me Add, delete, or update ya karna seekha day ya toh new hai :) ap ishe project me add, delete,or update karne sekha day me ap ka channel ke SEO kar du ga. Ap ka channel pe traffic anaye pe help kar du ga.
+Deepak Saini these 4 videos are only to explain concepts. Integrated app with these ideas is still pending. I am working on the tutorials. Wait for some time you will find it good. Cheers from #cheezycode
Sir your tutorial is awesome, but I have a problem that my JSON Array is inside JSON Object, so can you give suggestion how to parse it. { "data": [{ "shopToken": "NQ2", "Id": 5, "UserId": 5, "ShopName": "test" }]}
Thank you so much. Follow this series too - ua-cam.com/play/PLRKyZvuMYSIOFU_38SBsu3JVnjjvgx-67.html Any comment/criticism/suggestion is appreciated. Keep learning, Keep Creating and Keep Sharing. Cheers from Cheezycode.
@@CheezyCode ya but it would be more difficult i think 🤔i saw on internet that we can use Cache class but i couldn't understood it properly ☹️ so can you please make a video to store it with Cache class .by the way thank you very much for providing your valuable time for me. 😃 Thanks
one of the best channel to learn android important concepts
THank you so much .. 6 Years Ye sikh Raha tha lekin samaj maine nahi aya
Abhi samaj aya thank you somuch .... Happy Coding .
Sir myself Sanket your are master of computer.
This is the single best tutorial on API parsing and recycler view, not only do you use the latest tools, like Volley, recycler view, you explain them all in a single video which is only 9 min long! Subscribed!
Thank you so much. Stay tuned for more crisp content. Yeah we like appreciation.
I am learning android since mid 2018 and till now i have a bad time to understand basic concept but you are one who provide the best explanation i ever learn :) thanks for your contribution to the android community :)))))
ye channel bohat aage jayega...
your concept is way too clear... i will follow your each steps. keep uploading.
Thank you 👍
Nice videos, easy to understand and very helpful,
Thanks for videos, Good Work.
I'm waiting for all your videos... You are really genius
Thanks for your love brother...keep supporting
Awesome This one and Also Previous all Tutorials.... Thank U Sir.....
Thanks a lot, I have learned a lot from your videos.
Very good channel to learn android app developer
Best video for learning json parsing!
very good explain=nation god bless u sir..
wonderful lectures. easy to understand. I hope i had find it sooner
The way of explaining all the things in your videos took my attention to here. Subscribed 🤞👌
Although, i am an Android Developer too :)
Good work brother. Keep it Up !!
Thank you :)
Your videos are amazing bro 👌 Keep making more videos on android. There are very limited instructor who has ability to explain like you have. Please make more videos on the the difficult concept of Android and in the same manner that you have followed for your other videos. 🙏
Good teaching ✔️
Liked your all videos. Love your efforts guys.
Keep it up.
Best Seris for beginners
Thank you So much sir
Thank you so much. It was very helpful. Keep making videos on android development (:
Thank you. You can follow this series - ua-cam.com/play/PLRKyZvuMYSIOFU_38SBsu3JVnjjvgx-67.html
new series in progress.
thank you very much i had been waiting for this video.
Thank you so much.
Very helpful video sir...
Plz update next video
Soon. Cheers 😃
Thank you 🙂
thanks i was not getting this concept but after watching this video i completely understood i have one doubt which one is better volley or retrofit while i was applying for internship many of them asked me to use retrofit for there task for selection by the way thank you very much by the way loved your tutorial
thanks sir nice tutorial, please add more videos like all integration fb, gmail, paypal etc.
Sir Jason me volly chorke gson or Jackson use kar sakte kya ?
thank you very much..... keep going on
best ever tutorial....
sir plz make a tutorial on
Android backend server with rest api with complete example project... thanks
Point taken. Although people are using Firebase a lot these days for backend. We will be starting a series on Firebase once we are done with this.
Cheezy Code ok... sounds gud...
😍😍😍😍
Thank You it really Helps
💕💕💕💕💕💕
Thank You So Much..
i am getting an error in GitHubAdapter.java on line no. 24 at time 5:33 in the video. It is giving error on R.id.item_user_layout. And you have also not assigned any id to list_user_layout... plzzz help
Thanks a lot friend
Thanks cheezy code brother....
bhai what is the difference b/w #User[] and #String[] ??? apny user [] data use kia hai , hum yahn pe String [] data use kr sakty hain ????
8:24 Thanks
Waiting for the next video
Checkout playlist section 👍✌️
very very nice videos
Thanks...please subscribe to our channel for new videos like this...new series is almost ready to go live
Nicely Explained... Sir, Please make a tutorial on how to mark the Recyclerview items as favorite (pressing star button) using shared preferences and showing the items marked as favorite in another Activity..
Good bro keep continue
Beautiful bro
Sir mujhe ek particular post ka data show karna hai retrofit ki madat se please help me
Thank you bro.... You have good skills of coding.... I am newbie and facing lots of problems in java coding can you please help me...
Great tutorial
bhai Volley,Gson,Glid ye sub bht ziada frequently use hota hai kia ? or ye Android developers k lia zarori hai ?
In myntra ,when we slide we see different layout and design.My question is how we can manage those different view and layout.
Very helpful videos | Kindly add some advanced videos |
Check the playlist section. New videos are waiting for you to watch
Great
We are glad you liked it. Share CheezyCode among your friends. 😊
users connected to the target vm address facing this error how can I resolved it?
Hey Bro i really appreciate your work , thanks for this tutorial, btw please also add load more functionality on this tutorial load more data in recycler view+volly
thank you sir...
Sir jab mein glide library add krta hun to to wo appcompat-v7 library par error deta hai
How to modify the integer type response obtained from json?
Love it.
How to add search bar/ search filter in side bar / drawer menu ?
thanks sir
Thank you so much.
jatin sir i have to fetch data from server into auto complete text view ? so i was asking can we apply same concept that we used adapter for recycle view
+Tabish khan you can apply the same concept. Just create a new function to fetch data from server and call it...this will work. Everytime you get the data call notify method on adapter.
if i add a SearchView, where i can find each users then what will be the code of that
great job!!
your tutorial are amazing ...
but please make some tutorials of Architectural Component in android with json ?
thank you for amazing tutorial....but can u upload one on no notifydatasetchange...i have lot of confusion with htis one and i also confused between direct passing array to constructor ..or should create getter and setter
actually reference is passed when you pass the data. You can have a getter/setter for the same as well. Whenever data is changed you need to notify the adapter that Hey!! Data set is updated you need to re-evaluate everything. notifydatasetchange does exactly that. You call this method so that it shows the updated data into recyclerview.
thanks for all videos, i have a question ! is walay project me load more data kasay add ho ga please help me
Check Playlist section. Whole new series is there that covers all the topics
tnanks bro
how can i just simple show my user[] data in a textview instead of recycler view .... ?
sir where is your app videos that is you talk about at the last of the this video...
+Mohsan Ikram This is the starting video - ua-cam.com/video/BrLCH410Rcg/v-deo.html
5 videos have been uploaded till now. Stay tuned for more. Subscribe to get notifications. Thank you.
It Good sir but Add how to do search in toolbar it will be more good....
Thank you for your comment. Here is our new series - ua-cam.com/play/PLRKyZvuMYSIOFU_38SBsu3JVnjjvgx-67.html
Follow this series and let us know your thoughts on this. Cheers from Cheezycode.
hello sir....
when i create model class using the tool.......3 class automatically generated...how can i handle them...??
Add them to your project. These all are required
Please make a video on volley caching...
Kindly also tell us how to add search box
i am getting this error
java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT
awesome
How to put this recycler view in fragment
While setting adaptor (userlist.setAdapter(MainActivity.this,users))
How to write this inside fragment because there I can't write MainActivity.this
Hello Sir, I've followed every single step but on while storing the data of users into Data[ ], it throws an error "Expected BEGIN_ARRAY but was BEGIN_OBJECT at line 1 column 2 path $"
I have committed the code on GitHub.com/CheezyCode/TechieDesi refer that. Google this error for more information on it.
Ok. Thanks for your help Sir
from where this getLogin()?
Sir Please make a series on Firebase Cloud Messaging and send notification device to device by volley.
How to store json data into internal storage
I have watched all of these videos, very useful and informative. I need to ask 1 thing, if we use mysql database, and add data into it later, then how the new data will get into GSON format?
You need to write APIs on top of your MySQL database. That will serve your purpose. You cannot directly access MySQL from Android app. That service will be returning json and to consume json you need to use gson in your app
Hope that answers your query. I am making a series of new videos that should clear your doubt.
@@CheezyCode Thanks for your quick and kind response, I am trying it now, hope this will be solved. Using php for insert and update data to mysql server from android application. Thanks again for your helpful videos.
Hello ur videos r awesome.
Can u tell us how to use this same logic for pixabay api? I want to make wallpaper app.
Could u make a video on this please???
Yes I can do but try it on your own first. Everything has been covered to consume API.
Sir waiting for your next video. When it is coming.
Here you go - ua-cam.com/video/-VQd1ik7FXI/v-deo.html
I'm getting error " recyclerView : no adapter attached" please help me solve this... stackoverflow solution doesn't help much.
Setadapter is called?
@@CheezyCode yes it is called in response() as you described
@@CheezyCode here is the code :
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
final RecyclerView userlist = findViewById(R.id.userlist);
userlist.setHasFixedSize(true);
userlist.setLayoutManager (new LinearLayoutManager(this));
StringRequest request = new StringRequest(URL, new Response.Listener() {
@Override
public void onResponse(String response) {
Log.d("MainActivity", response);
GsonBuilder gsonBuilder = new GsonBuilder();
Gson gson = gsonBuilder.create();
User[] users = gson.fromJson(response, User[].class);
userlist.setAdapter(new GithubAdaptor(MainActivity.this, users));
}
Okay...try one thing in oncreate set adapter with empty list and then call notifydataset changed
@@CheezyCode I did not understand
Hello, sir/mam Thank you for all tutorials but now i want if i click on one item than it will be display on new activity. Please make this video and upload as soon as possible as fast...I really need it.
will be uploading soon. Although it is easy
Intent intent = new Intent(context, YOUR_ACTIVITY_NAME.class);
intent.putExtra("data", user.getLogin());
context.startActivity(intent);
Cheers from Cheezycode. Stay Tuned.
now in new activity if i right " String ss=getIntent().getStringExtra("data"); " but it will not work,so now what should i do ? and how to set my particular data?
new activity is call but data is not fetch..so now?
it should work. Inside new activity's onCreate method - I wrote this: String url = getIntent().getStringExtra("data"); This will provide the data you passed from recyclerview's activity.
Let me know if it worked. Will create a small video to clear the confusion.
Now i got the error on onBindViewHolder their is i make view object which is used to display data of Image and Text but it give an error that is initialize the view object ...so what i initialize in view object?
+priyanka surati check your layout file in onCreateViewHolder method. Make sure you point to the correct layout file
Better than udemy
Thanks 👍
Great work by you buddy........Please upload your code to github so share the github link in description for reference
Follow the series in the end you will find a GitHub link. Cheers👍
Cheezy Code if possible can you provide me the source code for this video
For these videos I have not committed. Just walk through the videos step by step. You won't face any error copying code.
Cheezy Code actually I was looking model class and it not show in video
It is generated using that tool. Just put any API response to get model classes. Try replicating the steps it's easy
Plz make a video for Web service Post operation with DownloadManager and Android O support . Thanks in advance
I have been using Firebase for my app but the 10 gb Download limit of Firebase RealTime Database is over. So i am using my own api to fetch data from server. It takes time to load the data. So if you can please upload a video on pagination.
I guess 10 GB is still there. I will try to cover pagination. Stay tuned and subscribe if you haven't already.
can anybody will clear me that from where this getLogin() comes? where it was created in this video?
JSON schema to pojo generated this method.
Hello. Plz Can u make the same video for fetching local json using Gson library and fetch images from it.
Ok
Thank u .. I m waiting😊😊
Thank you for wonderful video and I was able to run this code. Further, How do I create Intent on MainActivity.java with onItemClickListener and putExtra?
kindly bhai ya vedio must bnao
Why cardview is used here?
Cardview ka use dikhane ke liye
hi sir your videos good
in videos sai hm ek education app create kr saktai h kya and full tutorial bnana
Stay tuned. Next set of videos will cater all your needs. You will be creating huge apps after completing that series. Subscribe now to stay updated. Thank you :)
mine shows error saying " No adapter attached; skipping layout
Did it show the data?
@@CheezyCode no because im not using github api im using mine own django api and im stuk can you help but when i tried with github one it worked
right now the django api is on the local host
Ok do one thing - bind the recycler view with empty list and once you get the data - call notify data set changed method
@@CheezyCode i think the problem is that im running on local server
Sir please help me! is project me ( Android RecyclerView - Volley - GSON - Glide | Handle Click on RecyclerView Items Example - In Hindi ) Load more RecyclerView me lagana seekha day me nay wo videos dekhai ap ke but is me wo nh ho raha kindly help me
Bro try Karo...same concept pe already ek video h hamare channel par. Bas ek method change hua jo data fetch Karta h.
Cheezy Code acha thanks is me Add, delete, or update ya karna seekha day ya toh new hai :) ap ishe project me add, delete,or update karne sekha day me ap ka channel ke SEO kar du ga. Ap ka channel pe traffic anaye pe help kar du ga.
sir aapnai app ko complete nhi bnaya h and aapnai start app sai kiya tha but bich mai kuch aor aa gya
+Deepak Saini these 4 videos are only to explain concepts. Integrated app with these ideas is still pending. I am working on the tutorials. Wait for some time you will find it good. Cheers from #cheezycode
sir i am still waiting for your next video please make it fast as soon as possible
+Tabish khan sorry for keep you waiting. Working on it to get it done. Feature rich app with Good UI. It will be worth waiting. Cheers.
sir please make a video to fetch the data from youtube APi and view on recycler view
Sir your tutorial is awesome, but I have a problem that my JSON Array is inside JSON Object, so can you give suggestion how to parse it.
{ "data": [{
"shopToken": "NQ2",
"Id": 5, "UserId": 5,
"ShopName": "test" }]}
Use this class JSONObject it's very easy. Just Google it you will find tons of examples online
Cheezy Code yes I have found many but they are not using gson library and also not serializing..
You are fucking amazing thanks
Thank you so much. Follow this series too - ua-cam.com/play/PLRKyZvuMYSIOFU_38SBsu3JVnjjvgx-67.html
Any comment/criticism/suggestion is appreciated. Keep learning, Keep Creating and Keep Sharing. Cheers from Cheezycode.
sir plsace more vides Volley CURD
How can i make this data available for offline ?
Store it in sqlite
@@CheezyCode ya but it would be more difficult i think 🤔i saw on internet that we can use Cache class but i couldn't understood it properly ☹️ so can you please make a video to store it with Cache class .by the way thank you very much for providing your valuable time for me. 😃 Thanks
I have created 4 videos on sqlite. You need to just Integrate that. Thoda sa gyan aur kaam hojayega. Jab data fetch karo...pehle usse db mei save karo
@@CheezyCode okay okay thanks for the response