I was thinking to use a infinite list using either (Recyclerview or Listview) and the data to be provided by an ArrayList. (Object- a model class)
So for infinite list Arraylist size will increase and so is the memory occupied by list also increases. So how will the app behave, will it not create out of memory exception or will it not hang.
I just want to know the concept that works on this, and if it creates Exception- let me know how can we handle that to.