Thank you so much for this video. i did some modification, I dont need the image so i used Textview. In my model.xml I have 4 Textview Title Date Sample Description Body I did the same in my activity_details. Everything works perfectly fine. The challenge i have right now is, I dont need the Body to show in the main Luncher activity. Help me please. Once again nice video
Model p = new Model(); p.setTitle("Title here"); p.setDate("Date here"); p.setDescription("Description here"); p.seBody("Body here"); //if you don't want to display 'Body', just delete it models.add(p);
thanks for this tutorial. as an experiment, I do part 1 to part 3 to handle on click after I run the application, why does the number 1 appear and the last number appears? Thank you
USE THIS FOR GRIDLAYOUT/GRIDVIEW: mRecyclerView.setLayoutManager(new GridLayoutManager(this, 2)); //GridLayout, here 2 means 2 columns in each row USE THIS FOR LINEARLAYOUT(VERTICAL): mRecyclerView.setLayoutManager(new LinearLayoutManager(this)); //LinearLayout
if --> E/JavaBinder: !!! FAILED BINDER TRANSACTION !!! ----> The transaction data is limited in intent. If you need a bitmap or a big file, you must not pass it as an extra instead just pass image path or uri and make the bitmap or file in your activity where you are displaying or using it.
Thank you so much for this video.
i did some modification, I dont need the image so i used Textview. In my model.xml
I have 4 Textview
Title
Date
Sample Description
Body
I did the same in my activity_details. Everything works perfectly fine.
The challenge i have right now is, I dont need the Body to show in the main Luncher activity.
Help me please.
Once again nice video
Model p = new Model();
p.setTitle("Title here");
p.setDate("Date here");
p.setDescription("Description here");
p.seBody("Body here"); //if you don't want to display 'Body', just delete it
models.add(p);
Thanks
how do i set intent for each card view to open new activity...i used intent in onItemclick class in if condition but it doesn't work...
show your code
@@AtifSayings I mailed you my project with problem description please resolve it
@@saurabhsanmane7914 I've received your mail and will check soon..
@@saurabhsanmane7914 I've received your mail and will check soon..
Their was a problem in 2nd type intent not working in onclick event please resolve this problem
I've received your mail and will check soon..
Sir how to pass the icon on other activity (list view icon).what's the merhod
thanks for this tutorial. as an experiment, I do part 1 to part 3 to handle on click after I run the application, why does the number 1 appear and the last number appears? Thank you
skipped second part?
no. I have followed part 1 to 3.
only first and last item is displaying?
yes. Why? I use Android Studio 3.0.1.
if the second to fourth is clicked, the application exits
Hello sir after cliking item, DetailActivity is not opening. Help me
have you added startactivity intent?
@@AtifSayings yes sir ... jaisa apne coding kiya waisa hi follow kiya hu bt app is crashing when click on item
@@vibhanshu_vaibhav ho sakta h app crash ho ri ho logcat check kro
@@AtifSayings sir .. can you come on anydesk ?
thanks for this video.
Welcome Tanvi
please make a video recycylerview with gridlayoutManager used
data are show in gridlayout formte using recyclerview
USE THIS FOR GRIDLAYOUT/GRIDVIEW:
mRecyclerView.setLayoutManager(new GridLayoutManager(this, 2)); //GridLayout, here 2 means 2 columns in each row
USE THIS FOR LINEARLAYOUT(VERTICAL):
mRecyclerView.setLayoutManager(new LinearLayoutManager(this)); //LinearLayout
if --> E/JavaBinder: !!! FAILED BINDER TRANSACTION !!! ----> The transaction data is limited in intent. If you need a bitmap or a big file, you must not pass it as an extra instead just pass image path or uri and make the bitmap or file in your activity where you are displaying or using it.
Thanks a lot for me
projects asa but ads implements korta pari na...
Sir help me i am getting problem
elaborate
I've sent an email