This project is developed for completion of Udacity popular movies satge 2
- To use this app register on MoviesBD and get your api key and put it in app level gradle
buildTypes {
debug {
buildConfigField "String", "api_key", '"your_api_key"'
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
- Ability to bookmark favourite movies
- Offline viewing of favourite movie details
- Handles different network situations
- Ability to share details of movies
- Maintain RecyclerView Scroll position on rotation
- Use of content provider to manipulate SQlite data