Android studio tutorial - Lesson 7 : Using an ArrayAdapter with ListView [ kotlin ]

Published: 19 June 2016
on channel: Android Studio Tutorials
14,423
51

In Android development, any time we want to show a vertical list of scrollable items we will use a ListView which has data populated using an Adapter. The simplest adapter to use is called an ArrayAdapter because the adapter converts an ArrayList of objects into View items loaded into the ListView container.

The ArrayAdapter fits in between an ArrayList (data source) and the ListView (visual representation) and configures two aspects:

Which array to use as the data source for the list
How to convert any given item in the array into a corresponding View object


On this page of the site you can watch the video online Android studio tutorial - Lesson 7 : Using an ArrayAdapter with ListView [ kotlin ] with a duration of online in good quality, which was uploaded by the user Android Studio Tutorials 19 June 2016, share the link with friends and acquaintances, this video has already been watched 14,423 times on youtube and it was liked by 51 viewers. Enjoy your viewing!