Skip to content

hmedat/SampleMovieApp

Repository files navigation

Sample Movie App Build Status

This app shows Latest Movies and their details
Detail page is displayed with poster, title, trailer

Architecture

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

Libraries and SDKs Used

How To Use it

In your gradle.properties file add your API key, and you can generate it from here

MovieAPIKey = "Your API Key"

Screenshots

screen.jpg
Normal Behaviour
screen.jpg
Offline Behaviour

Main Activity Flow

License

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.