Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.77 KB

File metadata and controls

39 lines (29 loc) · 1.77 KB

posts

2021 Android Engineer Test by Bitroot Org.

Bitroot Android internship Use Android Use Android Studio Use GitHub

What we expect:

  • Proficient knowledge of the Android programming language and the framework that is used by the company. (Java and Kotlin)
  • Understanding of Backend Rest APIs (to communicate with team members)
  • Ability to manage a android design, including database handling as well as scaling applications to handle load changes
  • Knowledge of accessibility and security compliance
  • Experience with version control, such as Git

Create a small step calculator app using server based data and also local hardware data.

Tasks:

  • Calculate footsteps through the phone's hardware sensors and show following footsteps metrics and show it in the UI.
  • Integrate REST APIs API in the app using Retrofit, with these API set to reflect in the UI.

Frameworks to be used

  • MVP / MVVM
  • Repository Architecture (Optional)

Additional Points for

  • Using Room DB
  • Using Android Jetpack tools
  • Simplified 3rd Party integrations enhancing the app's functionalities and keeping the app size to minimal.

Resources for the task


  1. APIs

APP UI

posts