Android Card View and Recycler View

Android Card View and Recycler View

Bamidele Oguntuga

8 лет назад

88,972 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Mridul389
@Mridul389 - 21.07.2016 14:06

hey, thank you for this tutorial ..i loved it.
Can you please post a video on how to have clickable image slider in card view.,..

Ответить
@michaelntirinigasr6943
@michaelntirinigasr6943 - 30.07.2016 14:09

Best video, and source code please

Ответить
@waleedahmed779
@waleedahmed779 - 05.08.2016 11:42

which activity you have chosen in this album? masterdetail flow?

Ответить
@user-hz8ul4mm5f
@user-hz8ul4mm5f - 11.08.2016 22:53

please,How to add videos in recyclerview??

Ответить
@lifescompany2340
@lifescompany2340 - 12.08.2016 16:18

Thank you for your explanation has helped me, now I need to multiply the values of each (Item) and then have total sum, you know how I could do it ?? I appreciate your help and cooperation.

Ответить
@creativ3teories
@creativ3teories - 03.10.2016 06:05

Thanks a lot for the tutorial Bro! I'm kinda just starting an Android course, and your videos and the code you share in the end, make the best for someone's who's still learning how things work. Cheers! Keep it up :)

Ответить
@meijimarts111
@meijimarts111 - 05.10.2016 15:46

Thank you so much for this video, I'm pretty much a beginner


How do I make the pictures into an image button that redirects to my new activity?
And also, how do I put a search view?

Ответить
@sfn88
@sfn88 - 05.10.2016 22:30

code works but isn't well explained

Ответить
@MavsFit
@MavsFit - 27.10.2016 13:31

Delaroy , how can do it with a fragment, instead of in MainActivity ??

Ответить
@gokhanciftci6675
@gokhanciftci6675 - 02.11.2016 20:09

I have a problem. How can i solve it ? Thanks your helping.

The following classes could not be instantiated:
- android.support.design.widget.CollapsingToolbarLayout (Open Class, Show Exception, Clear Cache)
Tip: Use View.isInEditMode() in your custom views to skip code or show sample data when shown in the IDE

Ответить
@mithuns8410
@mithuns8410 - 08.11.2016 16:50

could u please do this card view with navigation drawer

Ответить
@mithuns8410
@mithuns8410 - 08.11.2016 17:02

when i am running cardview in navigation drawer and switching between fragments my app force closes.. dont know the error from logcat

Ответить
@gintassanders7025
@gintassanders7025 - 12.11.2016 00:54

How to handle OnClick events for those CardViews?

Ответить
@robgas45
@robgas45 - 19.01.2017 01:20

Thanks for video brother........

Ответить
@alifdarsim8860
@alifdarsim8860 - 01.02.2017 12:01

Good tutorial, bad microphone

Ответить
@nareshgaur4961
@nareshgaur4961 - 06.03.2017 17:32

sir i have a problem on itemclick.. i got the same detail for every item click ..pls help

Ответить
@amitpandey3340
@amitpandey3340 - 19.03.2017 10:48

this code didn't work at all,it report error can you help

Ответить
@MavsFit
@MavsFit - 22.03.2017 20:22

Delaroy, how can do click in each image and goes to other screen?

Ответить
@opreacatalin6752
@opreacatalin6752 - 25.03.2017 16:17

How do click on items, and open new activiti with images and text ? you can help me ?

Ответить
@SachinSharma-ji8lh
@SachinSharma-ji8lh - 01.05.2017 22:20

Can you please upload a tutorial regarding how to make a new activity open on click of every card?

Ответить
@TheMhollow2
@TheMhollow2 - 05.05.2017 14:52

Like the video. Just two things. Pop. Shield. lol thanks man.

Ответить
@ValeriaSusanaGabi
@ValeriaSusanaGabi - 04.06.2017 17:47

Excellent tutorial ... I consult you: how to configure Add Favorite or See Later? Do you have any tutorial about it

Ответить
@msrShohag
@msrShohag - 20.06.2017 21:58

Awesome Tutorial. Its really helpful for cardview recyclerview. sir i want to know how to go fragment when i click on popup menu like Play Next to go another activity........ sir here is my code.......But i cant do it.......please sir help me....

class MyMenuItemClickListener implements PopupMenu.OnMenuItemClickListener {

public MyMenuItemClickListener() {
}

@Override
public boolean onMenuItemClick(MenuItem menuItem) {
switch (menuItem.getItemId()) {
case R.id.action_add_favourite:
{
TabFragment1 tab1 = new TabFragment1();
return tab1;
}
case R.id.action_play_next:
TabFragment1 tab1 = new TabFragment1();
return tab1;
default:
}
return false;
}
}

Ответить
@AbdulRehman-gn9yd
@AbdulRehman-gn9yd - 13.07.2017 20:43

sir how can we do that on when we click on an item and its full image and full description of item is shown sir reply with any tutorial link thanks

Ответить
@anikyon
@anikyon - 09.08.2017 11:43

Thank you sure, one question how to implement onClickitem???

Ответить
@fadia1212
@fadia1212 - 29.08.2017 06:00

Excellent explanation.

Ответить
@ashmagenta1980
@ashmagenta1980 - 16.09.2017 05:05

Hi Delaroy, could you please help me? I'm currently doing my IT Project.
I have problem in connecting your tutorial as new activity in to my existing activity  (Navigation Drawer Activiy).
This is the error message :
java.lang.IllegalStateException: This Activity already has an action bar supplied by the window decor. Do not request Window.FEATURE_SUPPORT_ACTION_BAR and set windowActionBar to false in your theme to use a Toolbar instead.
How should I adjust the App Theme?
 I really appreaciate your help. Thank you

Ответить
@tejaspatel4397
@tejaspatel4397 - 27.11.2017 16:18

always helpful thanks...

Ответить
@unistern
@unistern - 19.12.2017 11:55

nice tutorial . this accent sounds nigerian doesnt it? i would like to know if there is an available repository to download your source code ? this would be very nice and helpful . thank you for this great tutorial

Ответить
@iam_ktp
@iam_ktp - 26.02.2018 11:38

Dude! Thank you so much. I've been trying to design an online store UI design and this is perfect! :)

Ответить
@notarobot3500
@notarobot3500 - 05.06.2018 18:49

How to populate with sd card and internal memory files?

Ответить
@hbsocialtv7968
@hbsocialtv7968 - 26.11.2018 13:58

the json link is no working please can you help with the new one ?

Ответить
@hbsocialtv7968
@hbsocialtv7968 - 26.11.2018 13:58

the json link is no working please can you help with the new one ?

Ответить
@hbsocialtv7968
@hbsocialtv7968 - 26.11.2018 13:58

the json link is no working please can you help with the new one ?

Ответить
@mrjeetmumbaikar8731
@mrjeetmumbaikar8731 - 20.12.2018 19:44

how to add data from firebase?

Ответить
@hafizurrony
@hafizurrony - 25.05.2019 10:03

How to implementation indrstail ads and bannar ads Recylview and curdView project

Ответить

REVEAL НОВОЙ КАРТЫ "ВОЗМЕЗДИЯ ТЕНЕЙ" HEARTHSTONE! Экспедиция Альфария. История мира Warhammer 40.000
ВЛАДЫКА СКЛЕПА: НОВАЯ КАРТА РЫЦАРЕЙ ЛЕДЯНОГО ТРОНА HEARTHSTONE Экспедиция Альфария. История мира Warhammer 40.000
Exam Format Guidance - Winter 2021 Diet UofG Student Learning Development