Skip to content

XiaodonQin/DreamCatcher-Android

Repository files navigation

DreamCatcher-Android

  • Provide the easiest possible implementation of a navigation drawer for application
  • According to Material Design

Use Android Technology

  • FragmentTabHost + ViewPager + Fragment
  • Toolbar
  • Material Design

Dependencies

dependencies {
    compile fileTree(include: '*.jar', dir: 'libs')
    compile 'com.android.support:appcompat-v7:22.2.1'
    compile('com.mikepenz:materialdrawer:3.1.2@aar') {
        transitive = true
    }
    compile 'com.mikepenz:octicons-typeface:2.2.0@aar'
    compile 'com.android.support:support-v4:22.2.1'
}

Preview

Screenshots

Image Image Image Image Image Image Image

About

Dream Catcher is a project to practice coding with Android.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages