Using OMDb API this app enables you to search through movies available in OMDb and save the ones you most like. This project uses RXJava, Retrofit, Dagger2, Room and is written in Kotlin.
You can download the last stable version in Github Releases, or click here
- Do a
git clone https://github.com/Guiaki/OMDbSearcher.git
- With Android Studio installed and Android SDK configured, open the project from main folder
- After gradle sync and download dependencies, you can go to
Build > Make Project
and after thatRun > Run App
- If you have an smartphone connected via USB with USB debugging enabled you can directly send to your smartphone.
If you get the error
"Cannot inline bytecode built with JVM target 1.8 into bytecode that is being built with JVM target 1.6"
Simply do as the following instructions:
- Open the IntelliJ preferences
- Go to
Build, Execution, Deployment
>Compiler
>Kotlin Compiler
BUTOther Settings
>Kotlin compiler
if Android Studio >3.4
- Change the
Target JVM version
to1.8
- Click
Apply
Made by Guilherme Garcia da Rosa