Question: I have to create a tablet application. In this i want to make use of fragments.In one fragment there will be list and in the second fragment there will be grid.
I have gone through the article present at Android developers site, but I am not sure for that.
Please guide.
Question: I have to create a tablet application. In this i want to make
Share
i explored various tutorials but i found http://www.vogella.com/articles/Android/article.html#fragments_tutorial very helpful.
The implementation is provided step wise with good explanation. It will really help to those who are new to fragments.