Skip to content

The Android application showcasing the use of MVP architecture with RxJava2, Retrofit2, Dagger2 and Glide.

Notifications You must be signed in to change notification settings

ziacto/TVMAZEAPI

Repository files navigation

Tv Maze Api App

Tv Maze Api is An project using Kotlin/MVP/Material design based app.

The App has following features:

  • Star Trek Episode List Page
  • Episode Detail Page
  • Tv Show Detail Page

Activities

  • MainActivity.kt {Episode List View} * EpisodeDetailsActivity.kt{Episode Detail View}
    • DetailShowActivity.kt {Show Detail View}

Models

  • Episode.kt {This class has a Episode list view item model}
  • Show.kt {This class has a Tv show item model}

Adapter

  • MainAdapter.kt { This class has a episode list item }

Libs

  • retrofit2
  • okhttp3
  • glide
  • rxjava2
  • spek
  • mockito
  • support:appcompat-v7
  • cardview

Config

  • Config.kt {App Config information}

App Video

Thanks for your reading

Contact

Pull requests are more than welcome.

License

  Simple Tv Maze Client
  Copyright (c) 2018 Zia (https://github.com/boygaggoo/TVMAZEAPI).

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance withLog 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.

About

The Android application showcasing the use of MVP architecture with RxJava2, Retrofit2, Dagger2 and Glide.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages