Windows Tiles Design in andriod

  • Replies:2
pravin fegade
  • Forum posts: 1

May 16, 2016, 10:56:27 AM via Website

Please any one have source code or Referral link or any idea about how to design tiles of windows phone Dashboard in android?
Please help me.....

Reply
Vladimir S.
  • Forum posts: 266

May 16, 2016, 11:16:21 AM via Website

Hi,
The GridLayout in Android may help you to make windows-styled tiles. Read more GridLayout

pravin fegade

Reply
Ashish Tripathi
  • Forum posts: 211

May 16, 2016, 1:09:27 PM via Website

As Vladimir said use grid view if you want same number of tiles in each column and for different no of tiles in each column use

StaggeredGridView

pravin fegadeVladimir S.

Reply