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

python - rpy2 import is not working -

javascript - How to get MySQL query result returned using $.ajax -

c++ - How to load a bitmap from file into the samples buffer -