Skip to content Skip to sidebar Skip to footer

Android Controls/layouts (How Instagram App Does Do That?)

I would want to know that how Instagram application listing/showing feed page? Here is a screenshot: (I found it via Google and resized via tinypic.com. Here is the original file:

Solution 1:

As per my understanding screen 1 and screen 2 probably different fragments (take a look about fragments here). 1st fragment contains GridView (or some similar control) and 2nd one contains ListView.

I would suggest to begin with ListView. Basically, You will need to develop layout for single item (I think single RelativeLayout might be appropriate here) and then use it as item in the adapter.


Post a Comment for "Android Controls/layouts (How Instagram App Does Do That?)"