Joaquim Ley

Results 46 issues of 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...

enhancement

# 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...

tests-ui

# 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...

tests-ui

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...

enhancement
ui

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.

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,...

enhancement
feature

Related to #4 There are some Kotlin resources - Resource https://docs.gradle.org/current/userguide/troubleshooting.html#sec:troubleshooting_build_logic

Priority: Low
Type: Maintenance
Invalid: Rejected

## Resource - https://medium.com/over-engineering/setting-up-a-material-components-theme-for-android-fbf7774da739

Type: Maintenance
Priority: High

## 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

Type: Enhancement
Priority: Nice-to-Have