https://github.com/codepath/android-master-detail-demo
Android Demo for the Master-Detail Pattern for Phones and Tablets
https://github.com/codepath/android-master-detail-demo
Last synced: about 2 months ago
JSON representation
Android Demo for the Master-Detail Pattern for Phones and Tablets
- Host: GitHub
- URL: https://github.com/codepath/android-master-detail-demo
- Owner: codepath
- Created: 2013-10-26T10:52:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-06T20:48:40.000Z (about 10 years ago)
- Last Synced: 2023-05-10T14:13:27.229Z (about 2 years ago)
- Language: Java
- Size: 737 KB
- Stars: 52
- Watchers: 13
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
android-master-detail-demo
==========================Android Demo for the Master-Detail Pattern for Phones and Tablets. Check out the [Flexible User Interface](https://github.com/thecodepath/android_guides/wiki/Flexible-User-Interfaces) guide for more details about building this app.

The idea is to build a flexible UI app that has a list of items and a detail view. On tablets, there is a two pane view that shows the list and the details while on a phone there is a list and detail on separate activities.
## Tablet

## Phone
![]()
![]()