0

I want to create a dashboard like the twitters application.but i am unable to set the buttons location and i dont know how to change the image of the button on click or move.I want the dash board like this Image:

enter image description here So please provide me the solution.

Guru
  • 21,652
  • 10
  • 63
  • 102
VK.Dev
  • 801
  • 4
  • 11
  • 24

1 Answers1

0

For my dashboard, I'm using a RelativeLayout with a TableLayout inside it. I use ImageViews for the 'buttons' and set an OnClickListener to each which starts an Activity for each one.

John J Smith
  • 11,435
  • 9
  • 53
  • 72