This is an attempt to make android tablet view splited into 3 screens, The uploaded images can explain the exact design, It can be really helpful if you need to design such kind of application. This is the design to show the information tree upto 3 branches while you always have access to the base information..
AndroidStackedView is hosted in the following web site
https://github.com/umairnow/AndroidStackedView
If you think the Android project AndroidStackedView listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AndroidStackedView.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Fragment Count | 7 |
jar files used | android-support-v4.jar |
There are 5 image files in AndroidStackedView. The names of the image files are listed as follows.
next.png photos.png tab.png tools.png topics.png
The following screenshort is generated from the image listed above.
AndroidStackedView has the following Java source files.
com.example.androidstackedview.DetailsFragment.java com.example.androidstackedview.MainActivity.java com.example.androidstackedview.MyBaseActivity.java com.example.androidstackedview.Subtopic1Fragment.java com.example.androidstackedview.Subtopic2Fragment.java com.example.androidstackedview.Subtopic3Fragment.java com.example.androidstackedview.ToolsFragment.java com.example.androidstackedview.TopicsFragment.java com.example.androidstackedview.views.BaseView.java com.example.androidstackedview.views.ColumnsLoader.java com.example.androidstackedview.views.DashboardView.java com.example.androidstackedview.views.DetailsView.java com.example.androidstackedview.views.StackedAnimation.java com.example.androidstackedview.views.StackedView.java com.example.androidstackedview.views.SubTopicsView.java com.example.androidstackedview.views.TopicsView.java