movies-usf-android icon indicating copy to clipboard operation
movies-usf-android copied to clipboard

Movie searching using a Unidirectional State Flow pattern for Android

Results 7 movies-usf-android issues
Sort by recently updated
recently updated
newest added

Problem: spaces in search not working. Example: When I search **Godfather** , it works. (but it shows Malayalam movie) When I search **"The Godfather"** , it works When I search...

I'm running into an edge case and wanted to pick your brain on this, here is the use case UI Event triggers a slow network op which starts with a...

Just a thought for folks using this pattern. Instead of having this nested when statements for Result to State and Result to Effect conversion, base Result could have functions to...

I was curious as to how this project would look if MvRx was used to achieve a unidirectional data architecture.

When I try to build this on Android Studio 3.3.2, I get an error: > Task :app:kaptReleaseKotlin FAILED e: /Users/barry.sia/src/open/movies-usf/app/build/tmp/kapt3/stubs/release/co/kaush/msusf/MSApp.java:6: error: incompatible types: NonExistentClass cannot be converted to Annotation @error.NonExistentClass()...

The view state tests are the more interesting ones imho, but for this to be fully "complete", we'd definitely need UI instrumentation tests to make sure: 1. the output "view...

help wanted

I was facing the following issue ![screenshot](https://user-images.githubusercontent.com/15199676/46003182-8101af00-c0cd-11e8-8858-c80476b5a499.png)