This app shows Latest Movies and their details
Detail page is displayed with poster, title, trailer
The Application implemented and structured bases on the MVP pattern best practice Whole application functionality is implemented in pure Kotlin Layers communications are managed by RxJava & RxAndroid contributed by ReactiveX. Sample test cases are implemented by mockito
- Kotlin
- Android Support Libraries
- RxJava + RxAndroid
- Room
- Dagger
- Mockito
- Retrofit
- Gson
- Glide
- BaseRecyclerViewAdapterHelper
- Empty View
- Android YouTube Player
- Detekt
- Ktlint
In your gradle.properties file add your API key, and you can generate it from here
MovieAPIKey = "Your API Key"
|
|
- Apache Version 2.0 Copyright 2018 Mohammed hmedat
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.