Skip to content

outlander24/Horizontal_List_View

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Horizontal_List_View

Implemented a horizontal List View using Horizontal Scroll View and Linear Layout.

Since, android doesn't provides HorizontalListView hence I implemented my own using HorizontalScrollView and Linear Layouts. I have dynamically created fragments and inserted them into my main_activity ScrollView.

-> The app contains an excel file through which it reads data when it first time resumes. -> Then the data from the excel file is imported into an SQL database. -> Then, I have implemented a "Horizontal ListView" inside a ScrollView to display the data.

This might help. Feel free to use the code in your application and suggest changes into the same if you feel it can be optimized further.

About

Android - Implementation of a Horizontal ListView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages