The PopularMoviesApp is an application, optimized for tablets, to help users discover popular and highly rated movies on the web. It displays a scrolling grid of movie trailers, launches a details screen whenever a particular movie is selected, allows users to save favorites, play trailers, and read user reviews. This app utilizes core Android user interface components and fetches movie information using themoviedb.org web API.
- The app helps users with discover the most popular, the most rated or the highest rated movies
- You can save movie to favorites
- You can watch trailers
- You can read reviews
- Support Design libraries - Material design library
- Dagger 2 - Dependency Injection library
- Butter Knife - UI binding library
- Retrofit 2 - Web API library
- Picasso - Image handling library
- RxJava - Asynchronous and event-based programs library
- SQLBrite - A lightweight wrapper around SQLiteOpenHelper and ContentResolver
- Timber - Advanced logging library
- LeakCanary - A memory leak detection library
# (C) Copyright 2017 by Marek Hakala <hakala.marek@gmail.com>
# 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.