Русские видео

Сейчас в тренде

Иностранные видео




Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



List View App Android Studio Tutorial Using Custom Adapter

In this tutorial we build a simple List View app in Android Studio using Java. I will demonstrate how to build a list view using a custom adapter. Our adapter class is going extend ArrayAdapter. We will also implement an on click listener for our list view. So that when you tap on any given row in our list we will taken to a detail activity. To achieve this we will pass our selected item to our detail activity via an intent using put extra. Our List View will use a custom class of Shape for this example to populate each row. The principles applied here could be used for any custom class that you would like to create a list view for. Shape List Images: https://drive.google.com/drive/folder... Tutorial 1 (This video) - How to build a List View Source Code: https://github.com/codeWithCal/Shapelist Link:    • List View App Android Studio Tutorial...   Tutorial 2 - Search and Filter List View: Source Code: https://github.com/codeWithCal/Shapel... Link:    • Filter & Search List View Android Stu...   Tutorial 3 - ListView with search, filter, sort & toolbar: Link:    • Sort List View Android Studio Tutoria...   Tutorial 4 - ListView Multi-select filters: Link:    • How to Filter List View by Multiple F...   ⏱️TIMESTAMPS 00:00 - Intro 00:25 - Set up 01:20 - Shape Class 02:19 - Layouts 03:59 - Adapter 07:29 - List Activity 10:52 - On Click Listener 13:19 - Detail Activity 15:43 - Testing #ListView #AndroidStudio #AppDevelopment #CustomAdapter

Comments