Simple app developed for demonstration purpose. This app:
- gets a JSON from the development machine.
- Displays a list of events
- When tapping a particular event, it show event details.
Beware that this implementation is very fragile and do not always reflect Android Best Practices (e.g., no handling of network error, no ViewHolder
pattern for Adapter).
- Replace ActionBar with Toolbar
- Make it translucent
- Use AppCompat to get most of the Material Design to previous Android version
- Use shared element for transition animation between Activities