Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 703 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 703 Bytes

Miwok App

This app displays lists of vocabulary words for the user to learn the Miwok language. Used in a Udacity course in the Beginning Android Nanodegree.

Pre-requisites

  • Android SDK v26
  • Android Build Tools v26.0.2
  • Android Support Repository v26.1.0

Getting Started

This sample uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.

Gradle Dependancies

implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:support-v4:26.1.0'
implementation 'com.android.support:design:26.1.0'