I Have very specific requirement for this android app, Where I get JSON file from server Like this:
[
{"st":"f","t":"PDF","tbico":"107-widescreen.png","f":"PG033%20-%20Blue%20on%20Black.pdf"},
{"t":"Call","tbico":"BG092.png","dialNumBtn":"1231231234","st":"dialNumBtn"},
{"t":"Facebook Photos","tbico":"113navigation.png","fbPgID":"zoo"}
]
In pre-built iOS version of this app, Layout will look something like this link using above JSON , And I have a task to use this JSON and display it similar way in android (Using TabView) for Example this link My problem is: How can i create different Tabs and Fragments Activity that will adjust it self according to above json (e.g: In case if there is one more object in above JSON, than show one more Tab in Layout)?
This did not help me: link, I have parse json and stuff, I need help with How to displaying UI element