It is an application which has Questions and Answers about Android which are usually asked in job interviews. It helps you in preparing and prepping your skills.
- It has its own logo: You can customize the logo in your application, and now it will not be the default android icon.
- It has two different levels of difficulty:
a. Simple Questions
b. Tough Questions
You can add your own levels, like, Intermediate or Expert level questions. - There is an option See Our Other Apps where you can check out some other apps of the same genre.
- There is an option Rate Our App which redirects you to the Google App Store, where you can rate the app.
Note: This will work only if your application is already deployed on App Store. - There's a Mute and a Speak option.
a. Speak: The application would read out the answer to you.
b. Mute: You can make the voice stop at any second.
You can fork the repository, then download the folder to your system. After that you can simply take the files and paste it in the required folders. Et Voila !
- Download the Android IDE: Android Studio (you may need to install java by following the prompts)
a. Optional: Install the Android SDK:
brew install android-sdk
, Select the SDK thatbrew
logged out back in the previous command - Open this project with in Android Studio IDE
- The IDE will complain about "Gradle sync failed". Just follow what it says.
- Once the IDE stops giving suggestions go to Tools -> Android -> SDK Manager and do what the SDK Manager says.
- Once the SDK Manager stops giving suggestions, use it to install the Google Repository and the Android Support Repository.
Clone or download this repo
https://github.com/anjalisi/InterviewAppPrep
After that you can simply take the files and paste it in the required folders. Et Voila !
- Open the AVD Manager (Tools -> Android -> AVD Manager).
- Create a new Virtual Device. The size/model doesn't matter that much
- Select a system image that has both a x86_64 ABI and Google Play Services.
- Finish and Click Play!