All Projects → fevziomurtekin → DeezerClone

fevziomurtekin / DeezerClone

Licence: Apache-2.0 License
This Application using Dagger Hilt, Coroutines, Flow, Jetpack (Room, ViewModel, LiveData),Navigation based on MVVM architecture.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to DeezerClone

Gallerit
A sample Android gallery to search images posted on Reddit built using modern Android development tools (Architecture Components, MVVM, Coroutines, Flow, Navigation, Retrofit, Room, Koin)
Stars: ✭ 153 (+88.89%)
Mutual labels:  room, navigation, coroutines, mvvm, viewmodel, livedata
ChatApp
Chat app based on Firebase tools.
Stars: ✭ 88 (+8.64%)
Mutual labels:  room, navigation, coroutines, jetpack, livedata
Jethub
Sample App with Jetpack components(LiveData, Navigation, ViewModel) + MVVM + coroutine + single activity
Stars: ✭ 224 (+176.54%)
Mutual labels:  navigation, coroutines, mvvm, viewmodel, livedata
Sample Code Movies
This repository contains sample code. Its purpose being, to quickly demonstrate Android and software development in general, clean code, best practices, testing and all those other must know goodies.
Stars: ✭ 81 (+0%)
Mutual labels:  coroutines, mvvm, robolectric, viewmodel, livedata
MockAppMVVM
A sample app structure using the MVVM architecture using Retrofit, Dagger2, LiveData, RxJava, ViewModel and Room.
Stars: ✭ 14 (-82.72%)
Mutual labels:  room, navigation, jetpack, viewmodel, livedata
Jetpack Wanandroid
Kotlin+Jetpack+Coroutines+Retrofit+koin 完成的MVVM 组件化客户端 🔥🔥
Stars: ✭ 353 (+335.8%)
Mutual labels:  room, coroutines, mvvm, viewmodel, livedata
Simple-Notes-Kotlin-App
✍️ Simple Note Making App use mvvm architecture , dagger , coroutines and navigation component. Features includes 🗒️ create , edit and ❌ delete notes
Stars: ✭ 40 (-50.62%)
Mutual labels:  room, coroutines, jetpack, viewmodel, livedata
modern-android
Modern Android Project Skeleton
Stars: ✭ 17 (-79.01%)
Mutual labels:  room, coroutines, mvvm, jetpack, viewmodel
Android Jetpack Demo
🔥 快速入门Android Jetpack以及相关Kotlin、RxJava、MVVM等主流技术,独立构架App的基础技能
Stars: ✭ 335 (+313.58%)
Mutual labels:  room, navigation, mvvm, viewmodel, livedata
Mvvmsmart
基于谷歌最新AAC架构,MVVM设计模式的一套快速开发库,整合ViewModel+Lifecycles+Navigation+DataBinding+LiveData+Okhttp+Retrofit+RxJava+Glide等主流模块,满足日常开发需求。使用该框架可以快速开发高质量、易维护的Android应用。 项目组会持续维护,请放心使用.欢迎Start并Fork交流.
Stars: ✭ 382 (+371.6%)
Mutual labels:  room, navigation, mvvm, viewmodel, livedata
WanAndroidJetpack
🔥 WanAndroid 客户端,Kotlin + MVVM + Jetpack + Retrofit + Glide。基于 MVVM 架构,用 Jetpack 实现,网络采用 Kotlin 的协程和 Retrofit 配合使用!精美的 UI,便捷突出的功能实现,欢迎下载体验!
Stars: ✭ 124 (+53.09%)
Mutual labels:  room, coroutines, jetpack, viewmodel, livedata
Foodium
It simply loads Posts data from API and stores it in persistence storage (i.e. SQLite Database). Posts will be always loaded from local database. Remote data (from API) and Local data is always synchronized.
Stars: ✭ 1,940 (+2295.06%)
Mutual labels:  room, coroutines, mvvm, livedata
Coolweather
Weather App that uses Android best practices. Android Jetpack, clean architecture. Written in Kotlin
Stars: ✭ 154 (+90.12%)
Mutual labels:  room, coroutines, mvvm, viewmodel
Android Mvvm Coroutine
Kotlin android application example with MVVM pattern, android architecture, kotlin coroutine, unit test, and UI test
Stars: ✭ 111 (+37.04%)
Mutual labels:  room, coroutines, viewmodel, livedata
The Movie Db Kotlin
The Movie DB app using Kotlin with updated Android features
Stars: ✭ 176 (+117.28%)
Mutual labels:  room, navigation, coroutines, mvvm
Wanandroid
Kotlin+JetPack+协程实现的MVVM架构Wanandroid客户端
Stars: ✭ 197 (+143.21%)
Mutual labels:  room, coroutines, viewmodel, livedata
Delish
Delish, a Food Recipes App in Jetpack Compose and Hilt based on modern Android tech-stacks and MVI clean architecture.
Stars: ✭ 356 (+339.51%)
Mutual labels:  room, coroutines, jetpack, viewmodel
Kotlin Pokedex
🌀 A Pokedex app using ViewModel, LiveData, Room and Navigation
Stars: ✭ 1,156 (+1327.16%)
Mutual labels:  room, navigation, viewmodel, livedata
Mvvmframe
🏰 MVVMFrame for Android 是一个基于Google官方推出的Architecture Components dependencies(现在叫JetPack){ Lifecycle,LiveData,ViewModel,Room } 构建的快速开发框架。有了MVVMFrame的加持,从此构建一个MVVM模式的项目变得快捷简单。
Stars: ✭ 218 (+169.14%)
Mutual labels:  room, mvvm, viewmodel, livedata
Simple-Note-App-with-Online-Storage
✍️ Simple Note Making App use Sqllite Room 🧰 for caching the notes and 📥 Firebase Database for online storage
Stars: ✭ 42 (-48.15%)
Mutual labels:  room, coroutines, viewmodel, livedata

Deezer Clone

License Build Status GitHub release (latest by date)

Deezer Clone application, Dagger Hilt, Coroutines, Flow, Jetpack (Room, ViewModel,Navigation LiveData) based on MVVM architecture. Also fetching data from the network and integrating local data in the database via repository pattern.

APK

Click and go to releases page Releases to download the latest APK.

Tech stack - Library

Architecture

DeezerClone is based on MVVM architecture and a repository pattern.

architecture

Detekt

A static code analysis tool for the Kotlin programming language. It operates on the abstract syntax tree provided by the Kotlin compiler. You can check the code by running the this command.

  ./gradlew detektDeezer

API

Used Deezer API. Deezer API provides a RESTful API. Link

MAD Scorecard

DeezerClone's MAD scorecard.

Roadmap

  • Media player will be created using Exoplayer.
  • Favorites page will be created.
  • Application will be testing and is out new release.
  • New features and tests can be added.
  • Base repository will created.
  • UI test will be writed.

License

The Apache License 2.0 - see LICENSE for more details

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].