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:
So please provide me the solution.
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:
So please provide me the solution.
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.