Joaquim Ley
Joaquim Ley
It would be great to have an XML attribute where you would be able to set `default` `inactiveColor` & `activeColor` to its child views. That could be of course overriden...
Using customer converters we can delegate the deserialization of the meta-data to the HTTP client, instead of having the abstract model [Jake Wharton's talk on custom converters](https://skillsmatter.com/skillscasts/8416-making-retrofit-2-work-for-you). ## Context This...
# Automate the UI flow of the app More info [here](https://developer.android.com/training/testing/unit-testing/instrumented-unit-tests.html) ## Process Create Instrumentation tests for the **List** features - Search (correct characters displayed) - List refresh - List...
# Automate the UI flow of the app More info [here](https://developer.android.com/training/testing/unit-testing/instrumented-unit-tests.html) ## Process Create Instrumentation tests for the **List** features - Search (correct characters displayed) - List refresh - List...
Change list mode to wear-guidelines, handle list clicks to launch the new details activity. ## Tasks - Change list UI to 3 items per screen. - Handle the `onLoadMore()` function...
This isn't mandatory, more like a "nice-to-have". Tutorial from android developer documents [here](https://developer.android.com/training/wearables/apps/voice.html) - Use google voice recognition for **search** characters feature.
The wear version of the app isn't really showing any content on the details screen ## Context We should have a similar experience as the mobile version, showing the description,...
Related to #4 There are some Kotlin resources - Resource https://docs.gradle.org/current/userguide/troubleshooting.html#sec:troubleshooting_build_logic
## Resource - https://medium.com/over-engineering/setting-up-a-material-components-theme-for-android-fbf7774da739
## Context Instead of depending on the Rx library we can leverage the built-in Kotlin tech. ### Good resource/tutorial by Chris Banes - https://www.youtube.com/watch?v=P7ov_r1JZ1g&feature=youtu.be ### Article with `UseCase` - https://proandroiddev.com/i-exchanged-rxjava-for-coroutines-in-my-android-application-why-you-probably-should-do-the-same-5526dfb38d0e