bikeindex
bikeindex copied to clipboard
🚲 Browse, filter and find any bike in the biggest bike database.
Using the bikeindex.org website, I can search the bike descriptions. For instance "breezer uptown infinity" which returns 11 total results at the moment. Using the Android app, I can only...
Since this project needs to upgrade to latest version of `gradle` and `kotlin` plugin. Also its using `jcenter()` which is recommended by google to move to `mavenCentral`. Is there any...
1. Scanner makes it easier to upload the Serial Number of the bike. 2. When people are buying second hand bike, Serial Number Scanner can be integrated with APIs on...
Update deprecated coroutine calls in extension/Coroutine.kt
Match API color filter values with actual visible color and implement it in Filter screen. Design needed.
Add news from bikeindex.org RSS feed (https://bikeindex.org/news) Waiting for design. Implement it in separate tab.
Refactor current infinite scroll to Paging library with loading progress and error handling. https://developer.android.com/topic/libraries/architecture/paging/
Add tests to the application. Cover Domain layer, Repository and View Models.