Language flash cards
This app was originally developed for learning Korean, but now supports the following languages:
- Chinese
- English
- French
- German
- Italian
- Japanese
- Korean
see Language.java
- Android Studio 2.2.3+
- JRE 1.8.0_112+
- Download ZIP and unzip OR use terminal:
git clone https://github.com/unparalleled/kcards.git
- Open Android Studio to first window titled Welcome to Android Studio
- Select Open an existing Android Studio project
- Find the directory and click OK
- You should expect BUILD FAILED with an error File google-services.json is missing
- Setup Firebase
- Sign in (or sign up) for a Google account
- Open the Firebase Console
- Click CREATE NEW PROJECT
- Use anything for the Project name
- Click CREATE PROJECT
- On the overview screen, click Add Firebase to your Android app
- For package name, use
com.mrkevinthomas.kcards
- Click ADD APP which downloads
google-services.json
, but delete it because it's missing the api key - Don't worry about updating
build.gradle
because the google services plugin is already applied - Go to Firebase Console -> Authentication, click SIGN_IN METHOD tab, and enable Anonymous
- Go to Firebase Console -> Settings and Download the latest config file
- Place the file here:
app/google-services.json
- In Android Studio, go to Build -> Rebuild Project
- Run!