4# PhotozigChallenge Programming Android challenge
This app shows a list of media files you can download and play.
Created in Android Studio 3.0.1.
- Retrofit to make API requests.
- EventBus for publisher/subscriber pattern.
- Butterknife for view binding.
- Picasso to download images.
- Others.
24
15
Download and install Java Development Kit.
You can check your version with java -version
Download and install Android Studio along with SDK 24.
Download and install git.
You can check your version with git --version
Create a Github account if you don't have one.
Run this from your terminal, changing what's inside the quotes, to configure your credentials
git config --global user.name "Your Name Here"
git config --global user.email "[email protected]"
-
First you have to clone the repository. Navigate to the folder you want to download the project and run
git clone https://github.com/icaropj/PhotozigChallenge.git/
from your terminal -
Open Android Studio, click on Open an existing Android Studio project and select the project folder. Wait for the project to import.
-
Create an emulator(Api 24) if you don't have one already, or enable ADB integration on Tools > Android > Enable ADB Integration and plugin your device.
-
Run the project picking the device you chose on the previous step.