


Note: we are using String directly, for good practice always add in a value/strings.xml resource file. If you don’t have any menu resource file then create first “ Android Resource directory” then create resource file “ drawer_view.xml”

Implementation ':constraint-layout:1.1.2'ĪndroidTestImplementation ':runner:1.0.2'ĪndroidTestImplementation '.espresso:espresso-core:3.0.2' Implementation":kotlin-stdlib-jdk7:$kotlin_version" Implementation fileTree(dir: 'libs', include: ) ProguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' TestInstrumentationRunner ".AndroidJUnitRunner" Step 1. Create a new project “ Build Your First Android App in Kotlin“ Step 2. Add Dependencies in the apps module’s adle file apply plugin: ''Īpply plugin: 'kotlin-android-extensions'ĪpplicationId "in.eyehunt.androidnavigationdrawer"
