Skip to content

CrossLeaf/CryptoTest

Repository files navigation

Crypto.com Android interview demo project

This is a coding test for Android candidates for Crypto.com Shenzhen Team. This Demo project is a tiny taste of what you'll be working on if you join us.

Before proceeding to the section of your choice, please consider the following tips.

General Advice and Tips

  • Error scenarios should be taken into consideration and it should be easy to add them, even if you don't explicitly handle them (e.g. using an UIAlertController).
  • Although UI and UX are important, we are more concerned in this demo with your thought process and with how you architect your application. Your demo should take into consideration features that might be added in the future.
  • Clean the file project structure and remove any unused methods. This shows attention to detail.
  • Be opinionated regarding any architecture you use and take your time to make it a reflection of your thought process.

The project

You will implement a simple Wallet Dashboard.

Requirements

The following requirements should be met:

  • Use Kotlin.
  • It should compile and run.
  • You must use reactive programming. We recommend using MVVM with RxJava/RxKotlin or Coroutines.

About

Crypto.com Android interview demo project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages