MovieHunt
MovieHunt copied to clipboard
Movie Android App written in Kotlin, MVVM, RxJava, Jetpack Compose (implementing), Android Architecture Components and Coroutine (Upcoming).
## Home - [x] Title - [x] See All button - [ ] Carousel item - [ ] Rating (total count) where raating could be one or five star(s), and...
It would be great if MovieHunt could be published on F-Droid. There's an [FAQ](https://f-droid.org/docs/FAQ_-_App_Developers/?title=FAQ_-_App_Developers#how-do-i-get-my-app-included) with all relevant questions. It only works if all components are free, though. And I guess...
MovieHunt looks great! :star_struck: It's basically the standard platform to sync a movie collection, what was already seen, what's on the watchlist etc. Integration/sync with the watchlist/history of Netflix would...
> Updated in 2023/07. > Implement in the following order. ## New Frameworks or Libraries - [X] [Paging 3](https://developer.android.com/topic/libraries/architecture/paging/v3-overview) - [ ] ~Epoxy 4.x~ - [ ] [Jetpack Compose](https://developer.android.com/jetpack/compose/documentation) -...
Now you can't run project from box. So paste this inside `gradle.properties` ``` org.gradle.jvmargs=-Xmx1536m --illegal-access=permit -Dfile.encoding=UTF-8 \ --add-opens jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \ --add-opens jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \ --add-opens jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED \ --add-opens jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED \ --add-opens...