W3 Lec05 Lec06 ListView
W3 Lec05 Lec06 ListView
Development
Instructor:
Muhammad Jameel
Lecturer
[email protected]
List View
What is the List View?
• You have very small device, which is your mobile device
and you want to display a large amount of information.
• For example say, 100 contacts on your phone, now
there are two approaches you can load everything on
your phone, and then expect that user will see
everything.
• In the second approach you can load the data partially,
both have disadvantages.
• If you load everything, it is going to take a lot of
resources, and if you are displaying partially then you
have to manage, how much data exactly you have to
display on screen.
What is the List View?
• List view takes care of data management for android
applications.
• List view also avoid the need of paging like the web applications.
Example: Facebook view (List view)
Youtube view(Grid view)
Displaying large and complex amount of data