I didn't know a thing about ANDROID design.Thanks to you I know more than any of the people in my class.You're a legend.
@AwsRh6 жыл бұрын
thank you so much just practice and you will be OK
@yiyatsen6 жыл бұрын
I like your tutorial. Fast, clean and no annoying voice.
@samr17326 жыл бұрын
This channel is simply awesome. I love your videos man! Thank you so much for making these!!
@AwsRh6 жыл бұрын
thx Mango :*
@prateeksinghal6304 жыл бұрын
@@AwsRh Can you please tell me if the github repo is the android project imported directly from android studio or else if you have made the folders by yourself, cause I am making this app and tried to do code as you instructed but seems to be some error in it so I wanted to know if I can clone the repo and run it directly??
@shubhamshinde40425 жыл бұрын
Thank you very much for this video. I am at last semester of my master's degree and currently working as a intern in private company and i am working on commercial android app & this video helped me alot. Subscribed to your channel keep doing this amazing work. 👍 Thanks again 👏👏
@Yourself7313 жыл бұрын
I'm from Brazil, thank you about the video. Helped me a lot, same after 3 years.
@maksonic_official5 жыл бұрын
i'm from Russia, thanks you for this tutorial! Amazing!
@Alihaider-rs8is4 жыл бұрын
It was Stunning Method in which you Described
@phucthaifg6 жыл бұрын
Thank you for the video! It's clear and easy to follow.
@DevelopersWork4 жыл бұрын
Great video... Took me 3 days to find this video on the KZbin... Better add title 'this is using java' cause when we search only thing I see is XML videos in the search result
@barbaros_burak6 жыл бұрын
Thank you so much man. Really appreciate the video. Always had problems with implementing recycler view but this helped me alot.
@ayansarkar23573 жыл бұрын
I have no words just I can say thank you.
@YasserSedrati6 жыл бұрын
but the *Gridlayout isn't in the middle of the screen view* .. How can I fix it ? and thanks for your great tuto.
@sublajz84325 жыл бұрын
I have the same problem. Have you figured out how to solve it?
@roei71119995 жыл бұрын
About 1:34 For a newer version of android studio, you should write: implementation 'com.android.support:cardview-v7:28.0.0' implementation 'com.android.support:recyclerview-v7:28.0.0' on build.gradle it should look like this: dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'com.android.support:cardview-v7:28.0.0' //Card View implementation 'com.android.support:recyclerview-v7:28.0.0' //Recycler View testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' } Pay Attention! This is true only to this date, 04.25.2019 You might need to check here for a newer version: developer.android.com/reference/android/support/v7/widget/CardView (I'll try to find more stuff like this and share here)
@roei71119995 жыл бұрын
2:00 Also: Instead of writing android.support.widget.RecyclerView you should write: androidx.recyclerview.widget.RecyclerView Pay attention to androidX!!
@lyfe87576 жыл бұрын
You're remarkable, and your work is amazing!!! Wow thanks so much for this. How complex is it to add a drawer(side panel) to this approach? Any changes to be applied?
@ahmedmohammed94626 жыл бұрын
if i want to distribute the space between the three elements in each row evenly how can i do that? i try to set android_width="0dp" and android:layout_weight="1" in cardview_item_book.xml but it doesn't work
@rosegoldtelefilms23594 жыл бұрын
Mind Blowing Can you make a video on same topic but different functionality After making the home screen book layout then when i click on any book then open a new activity where all the chapters are listed in linear layout . when I click on any chapter then start download pdf file from server with progress bar in internal storage and open in new activty. Downloaded pdf file shouldnot show in other app. this should be only content of this app. After uninstalling this app all downloaded pdf are also deleted.
@devArthur-cr9nl6 жыл бұрын
Dude, nice work and thank you very much for the effort. Im just beggining a new project in this code will come in handy...
@oscarmartinez10996 жыл бұрын
Muchas gracias por tus buenos tutoriales. Saludos desde Nicaragua.
@AwsRh6 жыл бұрын
thank you so much
@ahmedmohamed13404 жыл бұрын
thanks man this is awesome.
@ahmed-xvl5 жыл бұрын
Awesome man, I like what you did here! Thanks for sharing it with us, Just awesome!
@ortizbryan16 жыл бұрын
Genial, no encuentro más palabras para describirlo
@yasirvlogs53424 жыл бұрын
nice and easy to implement video thanks bro keep it up
@maheshdhote96076 жыл бұрын
Thanks bro it helped me lot in my project.Keep it up u r doing great job.
@askaryben56836 жыл бұрын
Good Luck from Morocco and thank you very much 💙
@AwsRh6 жыл бұрын
thanks brother
@Simo-qt2jx4 жыл бұрын
@@AwsRh me too from Morocco bro how to change description of everyone???
@alexsamaniego91646 жыл бұрын
Great Tutorial - how would you make this particular recycler view horizontal?
@toph10484 жыл бұрын
Thank you for making this video
@player-kw2tv6 жыл бұрын
Thanks. in the meantime we can open up other activities with two different intentions?
@clickupdates74166 жыл бұрын
Above code works nicely.I have a problem.I want to separate activities for separate books.It means when click one book it should open with it's pdf book viewer....How to do that...? please explain...or give me the code...Thank you
@lucasverrier96994 жыл бұрын
So good to follow the flow
@AminA-20516 жыл бұрын
Nice Tutorial. I have one question though: How can you center the adapter so that the items in the gridLayoutManager/recyclerView are all positioned correctly?
@CayqueDuarte6 жыл бұрын
Is it possible to insert new cards from a button? What would I add in the code to add, leaving the permanent cards in the application? Thank you
@howto19445 жыл бұрын
Thank you for the awesome video, but sir, how can I add a description in the book list Activity.
@salomondenis97514 жыл бұрын
I liked your method. Thank you for share.
@akshaychavan55114 жыл бұрын
Thank you for such an impressive tutorial :)
@howto19445 жыл бұрын
Thank you for the video! I have a question. How can I put string data in the description?
@ayushianderiya3962 жыл бұрын
Can you please tell me how can i be able to use just two consecutive cardview instead of three becoz the third one is just showing half cardview...
@cansuyeksanaktas6 жыл бұрын
Great tutorial! Thanks for sharing.
@AwsRh6 жыл бұрын
thanks :)
@sergiho96s373 жыл бұрын
great job,thank you!
@solange0ska4 жыл бұрын
HELLO! HOW CAN EDIT THE "DESCRIPTION" TO PUT THE INFORMATION OF EACH ELEMENT, PLEASE.
@sergeygrishin9026 жыл бұрын
hello, thx for your tutorial :) I've a question: I've made the same recycler with several columns and, when I scroll to bottom, I've add new items to recycler. All works great, but I wanna to add progressbar. I've wanna to show it, when user scroll to bottom, same as in google play store (when u scroll recycler, and progress appear under the recycler). Maybe u have some example-sources or tutorial with same feature?) It'll be great)) thx u in advance
@andriyshatynskyy52143 жыл бұрын
Hello, it's working... but I need to use this code in fragment? how I can use it? Thank
@h3w454 жыл бұрын
awesome design, thank you.
@arshiyasayyed97326 жыл бұрын
Thanks a lot sir very good video ... god bless u❤️
@AwsRh6 жыл бұрын
your welcome my brother
@arshiyasayyed97326 жыл бұрын
Plzz make a video on how to save share set wallpaper of a image
@ojogaming6 жыл бұрын
many many Thanks, very Good job!
@santoshdeshmukh98144 жыл бұрын
Really Great Tutorial...!!!Thanks Bro...
@JuanFcoRomero5 жыл бұрын
Super tutorial! Thanks!!
@syednayyar4 жыл бұрын
amazing ... i tried this on android 10 worked great but when i tried on android 5.1 ( Xperia z ultra ) device it was laggy and very very and un responsive any lead ?
@ahsansyed41466 жыл бұрын
very good tutorial, kindly do this with firebase, how to upload and retrieve data from firebase in GridView ASAP :)
@kajcsa6 жыл бұрын
May I ask you why do you capitalize the variables?
@tusharrupani44604 жыл бұрын
Awesome Loved it!!!
@shrirampund18026 жыл бұрын
Sir I am try work on this app install successfully but images are not visible on our activity. What is the solution on this please tell me. i am beginner thats why i dont have full knowledge on this. Send me reply early. After installation in logcat give the message like this: Android 4.1, method int android.support.v7.widget.ListViewCompat.lookForSelectablePosition(int, boolean) would have incorrect
@MilanShresthaa4 жыл бұрын
it showed Unsupported Modules Detected: Compilation is not supported for following modules: Recyclerview2, app. Unfortunately you can't have non-Gradle Java modules and Android-Gradle modules in one project.
@mirsaheb41314 жыл бұрын
Awesome, Please told that, how to add html or pdf file for full story?
@JulianDik6 жыл бұрын
Very nice!!!! Thats exactly what I needed :)
@manpang12354 жыл бұрын
Hi, do you know how to put this to a tabbed activity. For example, put this layout on tab2.
@aboalwajeeh94716 жыл бұрын
Thank you man ... you are the best شكرا
@AwsRh6 жыл бұрын
thanks so much for your support
@derekmcgilvray916 жыл бұрын
nice simple design, thank you - how would I be able to zoom in on the book?
@koeniedoenie5 жыл бұрын
Hey @Aws Rh, how can I remove the borders of all the items in the recyclerview? Thank you.
@willz17-DRX3 жыл бұрын
Really good video, Hope you still going!
@fishworld19984 жыл бұрын
how do you make 3 parts like the picture on your video right and left so that the book cover has 3 parts how to add to fragments?
@toppersstudytips62376 жыл бұрын
Hello sir full mind blowing... But how can i implement Intent to share Data of Thumbnail and Title on btn click plz i tried it but failed....
@Jairo36956 жыл бұрын
Love your content :D thanks for it m8 you help me alot
@money_shower_lion6 жыл бұрын
I always watch your video well. By the way do you know how to use CardView to move pages? I've been struggling with this problem for a week. Please help me. TT
@ramchandrathapa35326 жыл бұрын
wow awesome dude... thank you so much
@bakytkhamraev68444 жыл бұрын
thank you very much for the video
@justanintrovert2 жыл бұрын
Hey, i did everything as per the video but the intent in adapter is not working
@erikansori3 жыл бұрын
i am from indonesia, this is very great content, make me can understand how it works. THANKS
@bannanaseller19576 жыл бұрын
please bro, how can we make Intent from RecyclerView to another RecyclerView ?
@harshvikadia782 жыл бұрын
Add Button on pages. when click on button that book will be open how to make ??? please make a video on that too...
@iLLeo208994 жыл бұрын
can you explain why i get this error with your code that setOnclick of cardview on a null Object ?
@ej45556 жыл бұрын
Bro, your source code doesn't show the same type of view in the menu.
@AwsRh6 жыл бұрын
what was the difference
@jk-zl4jl6 жыл бұрын
Thanks bro.. It helped a lot..
@GriNAME6 жыл бұрын
Thanks! PS: why are you still using AS version 2.x ?
@AwsRh6 жыл бұрын
actually there s no reason for that im just lazy to click the update button xD is there any good features in the latest version ?
@WingN6 жыл бұрын
@aws Rh I'm not seeing anything really amazing in the new updates, but it's breaking a lot of old code with changes like "compile" > "implementation".
@abiodunoyetomi21266 жыл бұрын
Please what languages do you create these apps in, i want to learn, your works are beautiful 👌
@AwsRh6 жыл бұрын
Java
@teamchang48945 жыл бұрын
You can learn on udemy. Its cheap
@fatihbaycu13674 жыл бұрын
Hello first, thanks for the video. My question is: I have 10 activities each and I want to make separate events for all of them. But one adapter is working for all activity. how can i add 10 more adapters
@alphatradersoldfurniturebu81614 жыл бұрын
you can put a switch case in onclick
@eugeneyee82964 жыл бұрын
why the image and the name in the cardview all will stick to together when displaying?
@ahmedyacinetalbi9685 жыл бұрын
amazing tutorial thnk u so much
@ramyelbouhy18615 жыл бұрын
Great!!! Dear , thanks so much , keep it up
@nievadov70276 жыл бұрын
Nice One can we get data from json file??
@bestthrickssoharb93146 жыл бұрын
you are the best man
@usamvadentrepreneursdialog86056 жыл бұрын
Let me take this opportunity to thank you for all the valuable tutorials. I am your G+ and KZbin follower and fan. Learned a lot from your tutorials. I am reaching out for help as I am exhausted from watching Video to Video and Group to Group for help. Whenever I am embedding the codes, it is continually crashing. In the Recyclerview + Cardview with GridLayout.I am trying to embed Admob Native Ads on Home Page, and interstitial ads when someone clicks on the book cover, and when the ad is closed he can see the detailed description. In the detailed description want to embed native ads two to three times. Sincerely request you to kindly buy some time from your busy schedule and bail me out of this frustrating situation.
@bonnywaithaka5016 жыл бұрын
using the same tutorial, how can it retrieve data from firebase i.e the image, book title, category and the description when user inserts the data
@Sport-word6 жыл бұрын
hello the best teacheer please kindly make toturial how to pick image and open camera in android studio
@HTSM.246 жыл бұрын
YOU Are Great Creator #AWS_RH Keep it up..
@furkan82115 жыл бұрын
Thank you for the video! I have a question. How can I put the Json data instead of the description?
@AwsRh5 жыл бұрын
check this video it might help : kzbin.info/www/bejne/hqmcfJSkepKins0
@chenjuncj5186 жыл бұрын
Bro, may i know how you add your the description for the book?
@amnakhalid69326 жыл бұрын
error at ( holder.img_book_thumbnail.setImageResource(mData.get(position).getThumbnail());) i tried my best but error is not removing, not able to understand plz help :-(
@Surrealslay3rr4 жыл бұрын
Hey I wanted this to work with bottom navigation what should i do??
@kushal-vb8ij6 жыл бұрын
love this channel
@AwsRh6 жыл бұрын
love you too :D thanks
@amanswarnkar76256 жыл бұрын
I didn't get margin between two consecutive cardview. What image size you're using in drawable folder?
@AwsRh6 жыл бұрын
try to reduce you cardview width
@AbdulSamad-wn3jx6 жыл бұрын
card width is match parent how can i reduce it?
@야씬6 жыл бұрын
I had the same problem and this worked, thanks!
@AbdulSamad-wn3jx6 жыл бұрын
But it is not responsive for other devicea
@야씬6 жыл бұрын
Yea I realized this afterwards, I'm trying to look for a solution.
@ahsansyed41466 жыл бұрын
why the Thambnail() datatype is #int ?? kindly explain ? and kindly make video on addToCard
@omarfer94786 жыл бұрын
Amazing broo.. regards from Perú. Pls ..can you teach us how to do this but with firebase connection? (getting images from firebase as example)
@folkeboyz4 жыл бұрын
I want to open activity_book to popup !! What should I do?
@shaikhaaves66456 жыл бұрын
Awesome Bro!!!!!
@pashayad6194 жыл бұрын
Thaaaaank yoooou so much 😘😘♥️ you cooool.
@manhhungnguyen76925 жыл бұрын
Nice video bro. Thanks for sharing :)
@salereepemarketingpvtltd65165 жыл бұрын
Hello sir when i create same as your given tutorial then an error accured in my virtual device : Application keeps stopping pls help then what i do
@Suraj-tz3oq5 жыл бұрын
Use latest version of recyclerview,cardview, nestedscrollview in your dependencies,xml,java files
@yolfrankabreu32906 жыл бұрын
Hi great video, How i can enable multiselec option with cardview and recyclerview?
@hichem10275 жыл бұрын
Genius ! thnx a lot Bro
@dasisridarshan1066 жыл бұрын
Bro, How to save scroll position of RecyclerView state between activities and restore it