0

I am new in android. I am Implementing application in which I have to generate dynamic list with dynamic title. But I didn't get that how to generate custom Object Class with randomly getting fields.

That means every time Object class fields will change for Single web service call. How can I get this ? Please Help me.

Amit Verma
  • 40,709
  • 21
  • 93
  • 115
  • please see my question properly. I want to make this pojo class with random fields. –  Mar 03 '16 at 06:35
  • You could use an ArrayList and append an arbitrary amount of objects into it by calling yourList.add(something) – Jake Psimos Mar 05 '16 at 07:57

0 Answers0