# android-custom-array-adapter-demo **Repository Path**: Liu13849247196/android-custom-array-adapter-demo ## Basic Information - **Project Name**: android-custom-array-adapter-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-30 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Android Custom Adapter Demo This sample shows how to display a ListView based on an array data source using a custom layout template for displaying each item. In this case, there is a `User` object with a name and hometown being displayed into a ListView. ![Screen](http://i.imgur.com/ueYXgwK.png) See the [Custom ArrayAdapter](http://guides.codepath.com/android/Using-an-ArrayAdapter-with-ListView#using-a-custom-arrayadapter) cliffnotes for the related guide.