Alican Korkmaz

Results 9 issues of Alican Korkmaz

A NumberFormatException occurs when app tries to map an empty String into a List of Long values; since genreIds String can be an empty one. Responsible Line: com.adesso.movee.internal.util.typeconverter.GenreConverter.fromString(GenreConverter.kt:10)

bug

We can rewrite sample-app with Jetpack Compose in a parallel branch.

enhancement

- [ ] Prevent multiple clicks on ui elements - [ ] Build flow & application signing procedure - [ ] Add a new feature to existing project - [...

- [ ] Unit testing research for coroutines, viewmodel and livedata

CircleCI metadata badge seems broken. We can fix it and also add more badges & screenshots of the app to README like android-boilerplate project

We can migrate to StateFlow since it uses coroutines underhood and can offload read/write or mapping operations to threads.

enhancement