android - ScrollView, ListView or RecyclerView -


i starting android development.

for project, need finalize on 2 things - regarding - feature, ease of implementation & maintainability (actually, functionality - user enter youtube url & video name & should display new row in list.)

  1. the list

    which 1 choose?

    • scrollview,
    • listview or
    • recyclerview

(i know, recycleview featured 1 - selection justified here - using limited functionality)

  1. data format storing data using service & suggestive format retrieving - json, gson or retrofit

scrollview - add scrolling view. it's container (like linearlayout).

if choose between listview , recyclerview, use recyclerview viewholder pattern - because it's more flexible.

retrofit - library for, example, rest api. , it's use json.


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -