-1

Is there any way we can design a live tiles in android like windows phone? If so can you please guide me

Dharni
  • 149
  • 1
  • 3
  • 10

2 Answers2

0

hello you have to look at android design principles , just look at this link

Mitul Gedeeya
  • 886
  • 1
  • 10
  • 20
  • well am impressed with the live tiles as it lets users make the best out of their start screens. User can pin all of their installed apps in order to view the latest updates without opening them.I just thought that to implement on my android project. Anyway thank you. – Dharni Nov 23 '13 at 06:18
0

You can use fragments for mimicking live tiles in android! The container for the fragments should be dynamically created frame layout or any other layout. You can add a long click listener for these layouts, to show options like unpin,re-size as in windows. Add a drag listener too, so that the user can freely drag and drop the view any where within the parent layout. I hope this idea is pretty clear.

nikvs
  • 1,090
  • 5
  • 9