a sample blogger app featuring Android's Navigation Drawer Panel.
android-navigation-drawer-tutorial is hosted in the following web site
https://github.com/cubestacker/android-navigation-drawer-tutorial
If you think the Android project android-navigation-drawer-tutorial 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 android-navigation-drawer-tutorial.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 1 |
Fragment Count | 7 |
jar files used | android-support-v4.jar |
There are 9 image files in android-navigation-drawer-tutorial. The names of the image files are listed as follows.
blogdaddy.png ic_action_settings.png ic_drawer.png ic_slide_drawer_about.png ic_slide_drawer_archives.png ic_slide_drawer_authors.png ic_slide_drawer_tags.png ic_slide_popular_blogs.png ic_slide_recent_blogs.png
The following screenshort is generated from the image listed above.
android-navigation-drawer-tutorial has the following Java source files.
in.cubestack.blog.tutorial.navigationdrawer.blogr.activity.MainActivity.java in.cubestack.blog.tutorial.navigationdrawer.blogr.adapter.SlideDrawerAdapter.java in.cubestack.blog.tutorial.navigationdrawer.blogr.fragment.AboutFragment.java in.cubestack.blog.tutorial.navigationdrawer.blogr.fragment.ArchivesFragment.java in.cubestack.blog.tutorial.navigationdrawer.blogr.fragment.AuthorsFragment.java in.cubestack.blog.tutorial.navigationdrawer.blogr.fragment.PopularBlogFragment.java in.cubestack.blog.tutorial.navigationdrawer.blogr.fragment.RecentBlogFragment.java in.cubestack.blog.tutorial.navigationdrawer.blogr.fragment.TagsFragment.java in.cubestack.blog.tutorial.navigationdrawer.blogr.model.SlideDrawerItem.java