The main goal of the challenge is to create an Android app to fetch the API information of companies and categories and show them according to the provided screenshots.
Company list: http://api.staging.onyo.com/v1/mobile/brand/1/company
- Customized ActionBar
- Company list
- Category list
- Asynchronous and on demand image loading
- Dependency management system (Gradle, Maven)
- Minimum SDK version must be 15
- Tabs (customized or not)
- API Communication Framework (Retrofit, Volley, OkHttp, ...)
- ORM Framework (SugarORM, GreenDAO, ActiveAndroid, SquiDB, ...)
- Image loading and cache Framework (Glide, Picasso, ...)
- Annotation/Dependency Injection Framework (AndroidAnnotations, Dagger, RoboGuice, ...)
- Unit Testing (JUnit, Robolectric, ...)
- Functional tests (Robotium Solo, UIAutomator, Espresso, ...)
The frameworks are just a suggestion. You can use any other frameworks and surprise us!
- You don`t need to worry about the category images height. You can assume that all the images have the same height.
- You should not try to push changes directly to this repository.
The candidate must implement the app and send a Pull Request to this repository with the solution.
The Pull request process works this way:
- The candidate forks the repository (should not clone it directly)
- Works on the code using the forked repository.
- Commits and push changes to the forked repository.
- Using the GitHub interface, send the pull request.

