We provide movies and TV information by TMDB. You can use this app to know movies' overview or TV overview, see action stills and actors & actresses picture.
This application is based on an architecture called MVP architecture. Actually we don't only practice developing an application simply, but also create a base MVP architecture for other projects, too.
This is the first time for us to mix two languages in this project, one is Kotlin, the other one is Java, we could know which parts that Kotlin is stronger and more convenient than Java.
We referenced the Google clean architecture to this application. There're three parts of clean architecture as below.
- Presentation Layer
- Domain Layer
- Data Layer.
Kotlin in Presentation Layer.
Java in Domain Layer and Data Layer.
We're using a lot of Rx family libraries.
Our architecture may not enough convenient for start-up project. If you have any good idea, please tell us.
- Decouple between UseCases.
- Decouple the injection of library component.
- Checking movie and TV trailers.
Copyright 2016 Jieyi Wu
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.