design patterns - How to create custom scrollable views in android? -


I have to implement a custom view that loads the contents from the remote location and puts them one by one below the other One option is to use custom adapter and list view. What is the preferred method in Android that can be used in other pieces?


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -