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.)
the list
which 1 choose?
- scrollview,
- listview or
- recyclerview
(i know, recycleview
featured 1 - selection justified here - using limited functionality)
- 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
Post a Comment