Linked Questions

1 vote
1 answer
363 views

I saw you can use a list view to list any view object. But in most of code examples they use a recycler view. So my question is: When you could use a list view instead of a recycler view ?.
John.Staff's user avatar
1 vote
1 answer
1k views

I am a beginner in Android App Development. When I learned about RecyclerView and ListView, I understood that RecyclerView is better than ListView, but I am still confused about the name RecyclerView ...
Athira Reddy's user avatar
  • 1,064
0 votes
1 answer
118 views

I wanted to know when I should use RecyclerView over List View or ListView over RecyclerView and what difference does it make? I have used them both and I know for implementing we use a ViewHolder for ...
Kumar Shashwat's user avatar
1130 votes
46 answers
851k views

This is an example of how it could have been done previously in the ListView class, using the divider and dividerHeight parameters: <ListView android:id="@+id/activity_home_list_view" ...
EyesClear's user avatar
  • 28.5k
241 votes
5 answers
82k views

Android Docs say: The RecyclerView widget is a more advanced and flexible version of ListView. This widget is a container for displaying large data sets that can be scrolled very efficiently by ...
Xcihnegn's user avatar
  • 11.6k
157 votes
7 answers
104k views

I recently came across the android RecyclerView which was released with Android 5.0 and it seems that RecyclerView is just an encapsulated traditional ListView with the ViewHolder pattern incorporated ...
Mushtaq Jameel's user avatar
7 votes
3 answers
12k views

How can I use setOnItemClickListner in each item in my ListView? my xml : <ListView android:id="@+id/tv1" android:layout_width="match_parent" android:layout_height="wrap_content"> ...
Nour Medhat's user avatar
3 votes
4 answers
6k views

I am using a custom recyclerview adapter with checkbox so that user can select multiple checked items. In the beginning I faced duplicate checkbox selection while scrolling down so I added a position ...
Padmini S's user avatar
  • 153
3 votes
3 answers
3k views

my problem is - how to create custom list view with not just repeating one custom view, but like in Instagram or other app where list include other views in it, which it looks like scroll view with ...
Nikolay Kolomiytsev's user avatar
2 votes
4 answers
6k views

I created an activity with a ListView. That is a Friend ListView. I wanna let it choose to add it to another View. I don't know which View to choose is the best. Recyclerview or ScrollView? Like ...
JerryLi's user avatar
  • 99
3 votes
1 answer
9k views

I wanted to make fast Responsive Adapter. Which view is more efficient, ListView or RecyclerView?
Vatsal Harde's user avatar
  • 1,548
11 votes
0 answers
6k views

.Difference between recyclerView and recyclerListView. recyclerListView is ListView?? or both are same?
Amit Sharma's user avatar
2 votes
1 answer
4k views

What is the difference between "Recycleview" and "Listview" on Android? Exact meaning of Recycleview and Listview in Android.
Jaydeep Dobariya's user avatar
1 vote
2 answers
1k views

I am a beginner and I have seen many tutorials on how to create a list using RecyclerView, but I can't find any how to use a list without recycling. I have a list of 3 items. what type of view should ...
WHOATEMYNOODLES's user avatar
0 votes
1 answer
3k views

l have created a list view and the code working fine . also created a search box . I want to implement search functionality on the basis of particular fields of the list. l used list adapter in ...
Ali Ghassan's user avatar
  • 1,230

15 30 50 per page