All Projects → doilio → Dowy

doilio / Dowy

Licence: other
🎬Application that displays a list of Movies and Tv Series using Modern Android Application Development tools and API's

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Dowy

Compose-BreakingBad
🧪 ☠︎ Jetpack Compose - Breaking Bad ☢︎
Stars: ✭ 26 (-10.34%)
Mutual labels:  gson, glide, retrofit2, timber, hilt-android
ResDelivery-Hilt-Coroutines-Mvvm-Single-Activity
This is a Sample Single Activity App (Multi Fragments) that uses Dagger-Hilt, Coroutines Flows, Paging 3 & Mvvm Clean Architecture
Stars: ✭ 28 (-3.45%)
Mutual labels:  glide, retrofit2, timber, mvvm-architecture, coroutines-flow
Heyyoo
Heyyoo is a sample social media Android application 📱 built to demonstrate use of Modern Android development tools - (Kotlin, Coroutines, Architecture Components, MVVM, Room, Retrofit, Material Components).
Stars: ✭ 38 (+31.03%)
Mutual labels:  gson, android-application, retrofit2, mvvm-architecture
BakingApp
🍛🍴 This app allows a user to select a recipe and see video-guided steps for how to complete it, showcasing MVVM, Retrofit, ExoPlayer with lifecycle components, Master/Detail Flow, Widgets.
Stars: ✭ 18 (-37.93%)
Mutual labels:  gson, glide, retrofit2, mvvm-architecture
BakingApp
Udacity Android Developer Nanodegree, project 2.
Stars: ✭ 54 (+86.21%)
Mutual labels:  gson, glide, retrofit2, timber
MVVM-Demo
This demo for MVVM Design pattern for android
Stars: ✭ 20 (-31.03%)
Mutual labels:  gson, glide, retrofit2, mvvm-architecture
Moviefinderusingmvvm Android
🔥 MVVM + Clean Architecture + Best Practices | 🍿Movie Finder is a sample Android application 📱to search movies using OMDb API which is built to demonstrate use of Modern Android development tools - (Kotlin, Coroutines, Kodein, Architecture Components, MVVM, Retrofit, Gson, Material Components) 😊😊😉
Stars: ✭ 66 (+127.59%)
Mutual labels:  gson, retrofit2, mvvm-architecture
Mvpframes
整合大量主流开源项目并且可高度配置化的 Android MVP 快速集成框架,支持 AndroidX
Stars: ✭ 100 (+244.83%)
Mutual labels:  gson, glide, retrofit2
SunnyBeach
阳光沙滩APP
Stars: ✭ 60 (+106.9%)
Mutual labels:  gson, retrofit2, paging3
Marvel
Marvel Characters Android Application Assigned by smava GmbH
Stars: ✭ 227 (+682.76%)
Mutual labels:  android-application, retrofit2, timber
Dagger-Hilt-MVVM
Sample app that demonstrates the usage of Dagger Hilt with Kotlin & MVVM
Stars: ✭ 62 (+113.79%)
Mutual labels:  retrofit2, mvvm-architecture, hilt-android
SilverScreener
A feature-rich movie guide app, that lets you discover movies from TMDb.
Stars: ✭ 24 (-17.24%)
Mutual labels:  tmdb, gson, glide
MockAppMVVM
A sample app structure using the MVVM architecture using Retrofit, Dagger2, LiveData, RxJava, ViewModel and Room.
Stars: ✭ 14 (-51.72%)
Mutual labels:  glide, retrofit2, mvvm-architecture
DailyBugle
📰Modern MVVM Android application following single activity architecture which fetches news from 🕷️ news API. this repository contains some best practices ⚡ of android development
Stars: ✭ 17 (-41.38%)
Mutual labels:  glide, retrofit2, mvvm-architecture
Wanandroid
🏄 基于Architecture Components dependencies (Lifecycles,LiveData,ViewModel,Room)构建的WanAndroid开源项目。 你值得拥有的MVVM快速开发框架:https://github.com/jenly1314/MVVMFrame
Stars: ✭ 410 (+1313.79%)
Mutual labels:  gson, glide, retrofit2
FlickOff
A lite movie guide app, with MVVM architecture, that lets you discover movies from TMDb.
Stars: ✭ 31 (+6.9%)
Mutual labels:  tmdb, gson, glide
NYTimesMostPopularArticles
A simple app to hit the NY Times Most Popular Articles API and show a list of articles, that shows details when items on the list are tapped (a typical master/detail app), also user able to browse/ add articles to favorite list that implements MVVM architecture using Dagger2, Retrofit, Coroutines, LiveData, RoomDatabase, Database Debugging, Data…
Stars: ✭ 38 (+31.03%)
Mutual labels:  glide, retrofit2, mvvm-architecture
Cartoon
漫画软件——使用MVP + Retrofit + RxJava开发
Stars: ✭ 186 (+541.38%)
Mutual labels:  android-application, glide, retrofit2
Kriptofolio
Free open source minimalistic cryptocurrencies portfolio app for Android.
Stars: ✭ 79 (+172.41%)
Mutual labels:  gson, glide, mvvm-architecture
BESTV
Android TV App powered by TMDb. It is a easy way to find the best TV content, the top movies, series... all of that in your TV.
Stars: ✭ 49 (+68.97%)
Mutual labels:  tmdb, glide, retrofit2

Dowy🎬

🎬Application that displays a list of more than 10.000 Movies and TV shows using Modern Android Application Development tools and API's

The App Makes a request to TMDB's API to get:

Base URL = "https://api.themoviedb.org/3/"

PS: To test this code you will need to:

  1. Get an API Key from TMDB
  2. Create a file on the Utils package with: const val SECRET_KEY = "PLACE YOUR API KEY HERE"

Video Demonstration

dowy_light dowy_dark

Built With

  • Admob - Google AdMob is a mobile advertising platform that you can use to generate revenue from your app.
  • Android About Page - A library to generate beautiful About Pages with less effort.
  • Android Jetpack - Suite of libraries, tools, and guidance to help developers write high-quality apps easier.
  • CircleImageView - A fast circular ImageView perfect for profile images.
  • Glide - A fast and efficient open source media management and image loading framework for Android.
  • Google Play Core - Offers a runtime interface with the Google Play Store.
  • GSON - Java library that can be used to convert Java Objects into their JSON representation.
  • Hilt - Library that provides a standard way to incorporate Dagger dependency injection into an Android application.
  • Kotlin Coroutines - Concurrency design pattern used on Android to simplify code that executes asynchronously.
  • Retrofit 2 - A type-safe HTTP client for Android and Java.
  • Timber - Logger with a small, extensible API which provides utility on top of Android's normal Log class.

Author

  • Doilio A. Matsinhe

License

  Copyright 2020 Doilio Abel Matsinhe

  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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].