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

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -