SlideShare a Scribd company logo
1 of 7
List View
What is ListView
Primary design of items
as a list
This is scrollable and
able to handle multiple
items at a time
Values are perdefined in
an array and the array is
pull by layout inflation
Sample project
https://github.com/KnightsTiger/ListViewXample
https://github.com/KnightsTiger/ListViewXample2
Homework
●Enhance this application to make the icons/images rounded
●Add search bar and perform to get search results as list item
References
https://developer.android.com/reference/android/widget/ListView
futuretekez@gmail.com
Keep In Touch
+94765632363
@FutureteKez
@10Giants

More Related Content

More from Maneesha Caldera (20)

An Overview of Social media analatics
An Overview of Social media analaticsAn Overview of Social media analatics
An Overview of Social media analatics
 
What is the programming language you need to learn
What is the programming language you need to learnWhat is the programming language you need to learn
What is the programming language you need to learn
 
Presentation
PresentationPresentation
Presentation
 
Java if else condition - powerpoint persentation
Java if else condition - powerpoint persentationJava if else condition - powerpoint persentation
Java if else condition - powerpoint persentation
 
Mobile cloud computing - Introduction
Mobile cloud computing - IntroductionMobile cloud computing - Introduction
Mobile cloud computing - Introduction
 
Java arrays
Java   arraysJava   arrays
Java arrays
 
React js Introduction
React js IntroductionReact js Introduction
React js Introduction
 
Android - Values folder
Android - Values folderAndroid - Values folder
Android - Values folder
 
Machine Learning - Supervised learning
Machine Learning - Supervised learningMachine Learning - Supervised learning
Machine Learning - Supervised learning
 
C# - Windows Forms - Creating exe file
C# - Windows Forms - Creating exe fileC# - Windows Forms - Creating exe file
C# - Windows Forms - Creating exe file
 
C# Memory management
C# Memory managementC# Memory management
C# Memory management
 
C# Strings
C# StringsC# Strings
C# Strings
 
C# - Windows forms - lesson 2
C# - Windows forms -  lesson 2C# - Windows forms -  lesson 2
C# - Windows forms - lesson 2
 
C# session 01
C# session 01C# session 01
C# session 01
 
Node
NodeNode
Node
 
Lesson 2
Lesson 2Lesson 2
Lesson 2
 
Lesson 1
Lesson 1Lesson 1
Lesson 1
 
Html 2
Html 2Html 2
Html 2
 
Html 1
Html 1Html 1
Html 1
 
Java arrays
Java arraysJava arrays
Java arrays
 

Android - Listview with source code