Skip to content

This repo for Fixed Solutions Android Task using www.themoviedb.org

Notifications You must be signed in to change notification settings

Mina-Mikhail/Fixed-Solutions-Task

Repository files navigation

Fixed Solutions Task

This repo for Fixed Solutions Android Task using www.themoviedb.org

Task Description:

👉 Need to show list of movies returned from api.
👉 Need to show details of each movie returned from api.
👉 Sort this list of movies from newest to oldest movies.
👉 Cache the movies list and every movie details to show it from Room DB in case no internet connection.
👉 Infinte Scrolling using Paging Library.

Home Screen Movie Details Screen

Project Architecture:

I have used MVVM to build my project.

Built With:

👉 Glide - For image loading.
👉 Retrofit2 - For network calls.
👉 Gson - Gson is a Java library that can be used to convert Java Objects into their JSON representation.
👉 RXJava - To handle network calls alongside with Retrofit2.
👉 Rounded ImageView - To display images.
👉 Uber autoDispose - Automatic binding+disposal of RxJava 2 streams.
👉 Room - Persistence library provides an abstraction layer over SQLite.
👉 Dagger - A fast dependency injector for Java and Android.
👉 Android SpinKit - Android loading animations.
👉 Data Binding - Support library that allows you to bind UI components in your layouts to data sources in your app.
👉 PhotoView - For zooming image views.
👉 Butterknife - For bind views.
👉 SimpleRatingBar - For Rating Bar.
👉 Navigation Component - For navigating between fragments.
👉 Safe Args - For sending arguments safely between fragments.
👉 PagingLibrary - For Infinite Scrolling.

To Do in Future:

  • Use Android Navigation Component Library.
  • Use AndroidX.
  • Infinite Scrolling with Paging Library.
  • Apply some Unit Tests.
  • Kotlin Version (will be in a separate branch).

License

Copyright (C) 2020 Mina Mikhail

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.