No video

Recyclerview + Cardview with GridLayout | Android studio tutorial

  Рет қаралды 217,854

Aws Rh

Aws Rh

Күн бұрын

Пікірлер: 273
@siddharthachatterjee9808
@siddharthachatterjee9808 6 жыл бұрын
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.
@AwsRh
@AwsRh 6 жыл бұрын
thank you so much just practice and you will be OK
@yiyatsen
@yiyatsen 6 жыл бұрын
I like your tutorial. Fast, clean and no annoying voice.
@samr1732
@samr1732 6 жыл бұрын
This channel is simply awesome. I love your videos man! Thank you so much for making these!!
@AwsRh
@AwsRh 6 жыл бұрын
thx Mango :*
@prateeksinghal630
@prateeksinghal630 4 жыл бұрын
@@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??
@shubhamshinde4042
@shubhamshinde4042 5 жыл бұрын
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 👏👏
@Yourself731
@Yourself731 3 жыл бұрын
I'm from Brazil, thank you about the video. Helped me a lot, same after 3 years.
@maksonic_official
@maksonic_official 4 жыл бұрын
i'm from Russia, thanks you for this tutorial! Amazing!
@Alihaider-rs8is
@Alihaider-rs8is 4 жыл бұрын
It was Stunning Method in which you Described
@phucthaifg
@phucthaifg 5 жыл бұрын
Thank you for the video! It's clear and easy to follow.
@barbaros_dev
@barbaros_dev 6 жыл бұрын
Thank you so much man. Really appreciate the video. Always had problems with implementing recycler view but this helped me alot.
@ayansarkar2357
@ayansarkar2357 3 жыл бұрын
I have no words just I can say thank you.
@roei7111999
@roei7111999 5 жыл бұрын
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)
@roei7111999
@roei7111999 5 жыл бұрын
2:00 Also: Instead of writing android.support.widget.RecyclerView you should write: androidx.recyclerview.widget.RecyclerView Pay attention to androidX!!
@DevelopersWork
@DevelopersWork 4 жыл бұрын
Great video... Took me 3 days to find this video on the KZfaq... Better add title 'this is using java' cause when we search only thing I see is XML videos in the search result
@ahmedmohamed1340
@ahmedmohamed1340 4 жыл бұрын
thanks man this is awesome.
@askaryben5683
@askaryben5683 5 жыл бұрын
Good Luck from Morocco and thank you very much 💙
@AwsRh
@AwsRh 5 жыл бұрын
thanks brother
@Simo-qt2jx
@Simo-qt2jx 4 жыл бұрын
@@AwsRh me too from Morocco bro how to change description of everyone???
@devArthur-cr9nl
@devArthur-cr9nl 6 жыл бұрын
Dude, nice work and thank you very much for the effort. Im just beggining a new project in this code will come in handy...
@ahmed-xvl
@ahmed-xvl 5 жыл бұрын
Awesome man, I like what you did here! Thanks for sharing it with us, Just awesome!
@yasirvlogs5342
@yasirvlogs5342 3 жыл бұрын
nice and easy to implement video thanks bro keep it up
@oscarmartinez1099
@oscarmartinez1099 6 жыл бұрын
Muchas gracias por tus buenos tutoriales. Saludos desde Nicaragua.
@AwsRh
@AwsRh 6 жыл бұрын
thank you so much
@YasserSedrati
@YasserSedrati 6 жыл бұрын
but the *Gridlayout isn't in the middle of the screen view* .. How can I fix it ? and thanks for your great tuto.
@sublajz8432
@sublajz8432 5 жыл бұрын
I have the same problem. Have you figured out how to solve it?
@ortizbryan1
@ortizbryan1 6 жыл бұрын
Genial, no encuentro más palabras para describirlo
@ahmedmohammed9462
@ahmedmohammed9462 6 жыл бұрын
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
@maheshdhote9607
@maheshdhote9607 5 жыл бұрын
Thanks bro it helped me lot in my project.Keep it up u r doing great job.
@cansuyeksanaktas
@cansuyeksanaktas 6 жыл бұрын
Great tutorial! Thanks for sharing.
@AwsRh
@AwsRh 6 жыл бұрын
thanks :)
@JulianDik
@JulianDik 6 жыл бұрын
Very nice!!!! Thats exactly what I needed :)
@rosegoldtelefilms2359
@rosegoldtelefilms2359 4 жыл бұрын
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.
@shaikhaaves6645
@shaikhaaves6645 6 жыл бұрын
Awesome Bro!!!!!
@akshaychavan5511
@akshaychavan5511 3 жыл бұрын
Thank you for such an impressive tutorial :)
@toph1048
@toph1048 4 жыл бұрын
Thank you for making this video
@MilanShresthaa
@MilanShresthaa 4 жыл бұрын
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.
@lyfe8757
@lyfe8757 6 жыл бұрын
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?
@tusharrupani4460
@tusharrupani4460 4 жыл бұрын
Awesome Loved it!!!
@lucasverrier9699
@lucasverrier9699 4 жыл бұрын
So good to follow the flow
@Jairo3695
@Jairo3695 6 жыл бұрын
Love your content :D thanks for it m8 you help me alot
@ojogaming
@ojogaming 5 жыл бұрын
many many Thanks, very Good job!
@sergiho96s37
@sergiho96s37 3 жыл бұрын
great job,thank you!
@JuanFcoRomero
@JuanFcoRomero 5 жыл бұрын
Super tutorial! Thanks!!
@santoshdeshmukh9814
@santoshdeshmukh9814 4 жыл бұрын
Really Great Tutorial...!!!Thanks Bro...
@ayushianderiya396
@ayushianderiya396 2 жыл бұрын
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...
@JuanHernandez-yc9bm
@JuanHernandez-yc9bm 6 жыл бұрын
Excelente como siempre amigo :D
@AwsRh
@AwsRh 6 жыл бұрын
thanks for you support Juan Hernandez
@noshadahmed221
@noshadahmed221 6 жыл бұрын
how to load webview on click in another activity
@arshiyasayyed9732
@arshiyasayyed9732 6 жыл бұрын
Thanks a lot sir very good video ... god bless u❤️
@AwsRh
@AwsRh 6 жыл бұрын
your welcome my brother
@arshiyasayyed9732
@arshiyasayyed9732 6 жыл бұрын
Plzz make a video on how to save share set wallpaper of a image
@justanintrovert
@justanintrovert 2 жыл бұрын
Hey, i did everything as per the video but the intent in adapter is not working
@kushal-vb8ij
@kushal-vb8ij 6 жыл бұрын
love this channel
@AwsRh
@AwsRh 6 жыл бұрын
love you too :D thanks
@h3w45
@h3w45 4 жыл бұрын
awesome design, thank you.
@willz17-DRX
@willz17-DRX 3 жыл бұрын
Really good video, Hope you still going!
@salomondenis9751
@salomondenis9751 4 жыл бұрын
I liked your method. Thank you for share.
@bestthrickssoharb9314
@bestthrickssoharb9314 6 жыл бұрын
you are the best man
@bakytkhamraev6844
@bakytkhamraev6844 4 жыл бұрын
thank you very much for the video
@solange0ska
@solange0ska 4 жыл бұрын
HELLO! HOW CAN EDIT THE "DESCRIPTION" TO PUT THE INFORMATION OF EACH ELEMENT, PLEASE.
@howto1944
@howto1944 5 жыл бұрын
Thank you for the awesome video, but sir, how can I add a description in the book list Activity.
@sumitmondal7717
@sumitmondal7717 6 жыл бұрын
Thanks for making this video
@gauravshukla9405
@gauravshukla9405 5 жыл бұрын
how to implement in app downloader in webview app ,make a video please
@ramyelbouhy1861
@ramyelbouhy1861 5 жыл бұрын
Great!!! Dear , thanks so much , keep it up
@alexsamaniego9164
@alexsamaniego9164 6 жыл бұрын
Great Tutorial - how would you make this particular recycler view horizontal?
@ramchandrathapa3532
@ramchandrathapa3532 6 жыл бұрын
wow awesome dude... thank you so much
@andriyshatynskyy5214
@andriyshatynskyy5214 3 жыл бұрын
Hello, it's working... but I need to use this code in fragment? how I can use it? Thank
@pashayad619
@pashayad619 3 жыл бұрын
Thaaaaank yoooou so much 😘😘♥️ you cooool.
@manhhungnguyen7692
@manhhungnguyen7692 5 жыл бұрын
Nice video bro. Thanks for sharing :)
@ahsansyed4146
@ahsansyed4146 5 жыл бұрын
very good tutorial, kindly do this with firebase, how to upload and retrieve data from firebase in GridView ASAP :)
@aizaznawaz5777
@aizaznawaz5777 5 жыл бұрын
I have a problem when I put that line myrv.setAdapter(myAdapter); my app didn't work, can anyone help me to sort this problem
@EddyCaffrey
@EddyCaffrey 6 жыл бұрын
Amazing. Thank you 👍
@AwsRh
@AwsRh 6 жыл бұрын
thx Edi
@erikansori
@erikansori 3 жыл бұрын
i am from indonesia, this is very great content, make me can understand how it works. THANKS
@aboalwajeeh9471
@aboalwajeeh9471 6 жыл бұрын
Thank you man ... you are the best شكرا
@AwsRh
@AwsRh 6 жыл бұрын
thanks so much for your support
@padalapallavi2011
@padalapallavi2011 2 жыл бұрын
How to implement this in fragments instead of activity
@ayoub504
@ayoub504 6 жыл бұрын
Awesome thanks man
@AwsRh
@AwsRh 6 жыл бұрын
thank you so much ayoub
@iLLeo20899
@iLLeo20899 4 жыл бұрын
can you explain why i get this error with your code that setOnclick of cardview on a null Object ?
@bannanaseller1957
@bannanaseller1957 6 жыл бұрын
please bro, how can we make Intent from RecyclerView to another RecyclerView ?
@harshvikadia78
@harshvikadia78 2 жыл бұрын
Add Button on pages. when click on button that book will be open how to make ??? please make a video on that too...
@ahmedyacinetalbi968
@ahmedyacinetalbi968 5 жыл бұрын
amazing tutorial thnk u so much
@jk-zl4jl
@jk-zl4jl 6 жыл бұрын
Thanks bro.. It helped a lot..
@Surrealslay3rr
@Surrealslay3rr 4 жыл бұрын
Hey I wanted this to work with bottom navigation what should i do??
@amnakhalid6932
@amnakhalid6932 6 жыл бұрын
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 :-(
@manpang1235
@manpang1235 4 жыл бұрын
Hi, do you know how to put this to a tabbed activity. For example, put this layout on tab2.
@bonnywaithaka501
@bonnywaithaka501 6 жыл бұрын
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
@HTSM.24
@HTSM.24 6 жыл бұрын
YOU Are Great Creator #AWS_RH Keep it up..
@Sport-word
@Sport-word 6 жыл бұрын
hello the best teacheer please kindly make toturial how to pick image and open camera in android studio
@folkeboyz
@folkeboyz 3 жыл бұрын
I want to open activity_book to popup !! What should I do?
@eminkara37
@eminkara37 4 жыл бұрын
Thank you.
@ChakmeStatus
@ChakmeStatus 4 жыл бұрын
How to get same result from online json data
@fishworld1998
@fishworld1998 4 жыл бұрын
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?
@ShubhamSwarnkaroffcial
@ShubhamSwarnkaroffcial 6 жыл бұрын
how do i pass an integer value as like other values passed into main activity?
@hichem1027
@hichem1027 5 жыл бұрын
Genius ! thnx a lot Bro
@eugeneyee8296
@eugeneyee8296 4 жыл бұрын
why the image and the name in the cardview all will stick to together when displaying?
@player-kw2tv
@player-kw2tv 5 жыл бұрын
Thanks. in the meantime we can open up other activities with two different intentions?
@arunsharma07
@arunsharma07 4 жыл бұрын
how to add webview in place of description....please reply
@dasisridarshan106
@dasisridarshan106 5 жыл бұрын
Bro, How to save scroll position of RecyclerView state between activities and restore it
@clickupdates7416
@clickupdates7416 6 жыл бұрын
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
@drjones694
@drjones694 6 жыл бұрын
Thank you!!!!
@AwsRh
@AwsRh 6 жыл бұрын
your welcome my friend
@ej4555
@ej4555 6 жыл бұрын
Bro, your source code doesn't show the same type of view in the menu.
@AwsRh
@AwsRh 6 жыл бұрын
what was the difference
@CayqueDuarte
@CayqueDuarte 6 жыл бұрын
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
@mirsaheb4131
@mirsaheb4131 4 жыл бұрын
Awesome, Please told that, how to add html or pdf file for full story?
@aniketnayi3921
@aniketnayi3921 4 жыл бұрын
Thank you so much ❤️❤️
@rimshakhokhar7988
@rimshakhokhar7988 6 жыл бұрын
if your cardview is not showing try this
@hinalsrivastava3149
@hinalsrivastava3149 4 жыл бұрын
How do I enter that log Description part?
@usamvadentrepreneursdialog8605
@usamvadentrepreneursdialog8605 5 жыл бұрын
Let me take this opportunity to thank you for all the valuable tutorials. I am your G+ and KZfaq 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.
@SanSola
@SanSola 5 жыл бұрын
Help! The application is running really slow and lagging, What could be the issue? has anyone encountered it ?
@AwsRh
@AwsRh 5 жыл бұрын
--how did you get your recycler view data (i used drawable resources image for testing purpose) in real world app you would get your data from an API -- use Glide or Picasso to load the images into your views -- if your item size is fixed set yourrecyclerview.sethasfixedsize(true)
@vikasshukla6698
@vikasshukla6698 5 жыл бұрын
what if I do it using constraint layout?
@bhavanisinggaherwar5474
@bhavanisinggaherwar5474 4 жыл бұрын
How to add book text on next activity
@gauravshukla9405
@gauravshukla9405 5 жыл бұрын
And how to push app update notification because my app not hosted on playstore plz
@vuongqtvn
@vuongqtvn 3 жыл бұрын
nice tutorial
RecyclerView | Everything You Need to Know
25:07
Practical Coding
Рет қаралды 133 М.
7 Days Stranded In A Cave
17:59
MrBeast
Рет қаралды 73 МЛН
Son ❤️ #shorts by Leisi Show
00:41
Leisi Show
Рет қаралды 10 МЛН
UNO!
00:18
БРУНО
Рет қаралды 4,7 МЛН
Card List UI Design | Android Studio Tutorial
33:06
Aws Rh
Рет қаралды 65 М.
How This New Battery is Changing the Game
12:07
Undecided with Matt Ferrell
Рет қаралды 87 М.
Installing The Sonic Drive-In Operating System
36:26
Bringus Studios
Рет қаралды 484 М.
SpaceX Finally Adresses Important Starship Catch Problem!
20:37
What about it!?
Рет қаралды 164 М.
Scammed selling my MacBook, almost
15:09
Alex Ziskind
Рет қаралды 36 М.
CardView UI Design Android Studio | Using Grid Layout
6:51
Coding Adventure
Рет қаралды 246 М.
Expandable RecyclerView in Android Studio
24:16
Android WorldClub
Рет қаралды 32 М.
RecyclerView OnClickListener (Best practice way)
11:48
CodingWithMitch
Рет қаралды 291 М.
7 Days Stranded In A Cave
17:59
MrBeast
Рет қаралды 73 МЛН