Android Open Source - Navigation drawer android-navigation-drawer-tutorial






Project Summary

a sample blogger app featuring Android's Navigation Drawer Panel.

Web Site / Source Repository

android-navigation-drawer-tutorial is hosted in the following web site
https://github.com/arunenggtcs/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.

Project Detail

The following table is the detailed list of android-navigation-drawer-tutorial.

ItemValue
Java File Count9
Target SDK Version19
Minimum SDK Version14
Activity Count1
Fragment Count7
jar files usedandroid-support-v4.jar




Resource Files

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.

null




Java Source Files

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