android - create a slide scrolling series of panels -


I am writing my first Android app.
The app shows the bus stop information, I want to make a panel for each, stop it, that the user can scroll each and every city like a weather app with a panel. By looking at God guide, I do not think how to do it.
Should I Use Layout Objects / View Groups? Or should I look elsewhere?

Looks like you have an example of its use.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -