Pluto UI
In this sections we will define all user interfaces (UI) of pluto and implement stubs for actions triggered by touching buttons or or other UI elements.
We will start with adding an options menu to MainActivity. Then we create all of our activties:
- SignInActivity
- CreateAccountActivity
- ManageAccountActivity
- PostActvity
Finally we will change MainActivityto display a list of posts, filled with test data.