Skip to content

Implement WaveApp mobile challenge [Android]#54

Open
0xAliHn wants to merge 1 commit intowvchallenges:masterfrom
0xAliHn:master
Open

Implement WaveApp mobile challenge [Android]#54
0xAliHn wants to merge 1 commit intowvchallenges:masterfrom
0xAliHn:master

Conversation

@0xAliHn
Copy link
Copy Markdown

@0xAliHn 0xAliHn commented Apr 8, 2019

Implement WaveApp mobile challenge with following details

  1. Full Kotlin codebase
  2. Use android MVVM architecture
  3. LiveData for updating UI
  4. Data Binding for handling and updating UI components
  5. Retrofit2 for handling API request and Moshi converter for processing Response
  6. RxJava2 for API call and scheduler handling
  7. Dagger2 for providing dependency injection
  8. Also covered unit testing using Mockito

Future Improvement

  1. Replace RxJava2 with Kotlin coroutines for better callback and scheduler handling
  2. Enhance with caching mechanism
  3. Espresso for UI testing
  4. More documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant