All Projects → MoatazBadawy → Sunset-hadith

MoatazBadawy / Sunset-hadith

Licence: other
Islamic app written with Kotlin, using KTOR + coroutines + flow + MVVM + Android Jetpack + Navigation component. Old version using RxJava + Retrofit + OKHttp

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Sunset-hadith

Kotlinjetpackinaction
🔥🔥 Kotlin Jetpack zero to hero. 新手到高手
Stars: ✭ 264 (+915.38%)
Mutual labels:  coroutines, viewmodel, retrofit2, databinding, livedata
eyepetizer kotlin
一款仿开眼短视频App,分别采用MVP、MVVM两种模式实现。一、组件化 + Kotlin + MVP + RxJava + Retrofit + OkHttp 二、组件化 + Kotlin + MVVM + LiveData + DataBinding + Coroutines + RxJava + Retrofit + OkHttp
Stars: ✭ 83 (+219.23%)
Mutual labels:  coroutines, rxjava2, retrofit2, databinding, livedata
Mvvmarms
Android MVVM Architecture Components based on MVPArms and Android Architecture Components.
Stars: ✭ 425 (+1534.62%)
Mutual labels:  rxjava2, viewmodel, retrofit2, databinding, livedata
Mvvmsmart
基于谷歌最新AAC架构,MVVM设计模式的一套快速开发库,整合ViewModel+Lifecycles+Navigation+DataBinding+LiveData+Okhttp+Retrofit+RxJava+Glide等主流模块,满足日常开发需求。使用该框架可以快速开发高质量、易维护的Android应用。 项目组会持续维护,请放心使用.欢迎Start并Fork交流.
Stars: ✭ 382 (+1369.23%)
Mutual labels:  rxjava2, viewmodel, retrofit2, databinding, livedata
Base Mvvm
App built to showcase basic Android View components like ViewPager, RecyclerView(homogeneous and heterogeneous items), NavigationDrawer, Animated Vector Drawables, Collapsing Toolbar Layout etc. housed in a MVVM architecture
Stars: ✭ 18 (-30.77%)
Mutual labels:  rxjava2, viewmodel, retrofit2, livedata
Clean-MVVM-NewsApp
Android News app developed using Clean + MVVM architecture
Stars: ✭ 52 (+100%)
Mutual labels:  rxjava2, viewmodel, retrofit2, livedata
Retrokotlin
Simple Android app to show how unit testing with MockWebServer and Architecture Components (ViewModel + LiveData)
Stars: ✭ 55 (+111.54%)
Mutual labels:  rxjava2, viewmodel, retrofit2, livedata
Superhero-App
🦸🏻‍♂️🦹🏻‍♀️Superhero app built with Kotlin, ViewModel, LiveData, ViewBinding, Room, and Hilt
Stars: ✭ 27 (+3.85%)
Mutual labels:  coroutines, viewmodel, retrofit2, livedata
Pursuit-Core-Android
Pursuit Core Android
Stars: ✭ 45 (+73.08%)
Mutual labels:  rxjava2, viewmodel, retrofit2, livedata
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 (+488.46%)
Mutual labels:  coroutines, viewmodel, retrofit2, livedata
Moko Mvvm
Model-View-ViewModel architecture components for mobile (android & ios) Kotlin Multiplatform development
Stars: ✭ 329 (+1165.38%)
Mutual labels:  coroutines, viewmodel, databinding, livedata
Wanandroid
Jetpack MVVM For Wanandroid 最佳实践 !
Stars: ✭ 1,004 (+3761.54%)
Mutual labels:  coroutines, viewmodel, databinding, livedata
Dagger-Hilt-MVVM
Sample app that demonstrates the usage of Dagger Hilt with Kotlin & MVVM
Stars: ✭ 62 (+138.46%)
Mutual labels:  coroutines, viewmodel, retrofit2, livedata
Fountain
Android Kotlin paged endpoints made easy
Stars: ✭ 175 (+573.08%)
Mutual labels:  coroutines, rxjava2, retrofit2, livedata
Coolweather
Weather App that uses Android best practices. Android Jetpack, clean architecture. Written in Kotlin
Stars: ✭ 154 (+492.31%)
Mutual labels:  coroutines, viewmodel, retrofit2, databinding
News Sample App
A sample news app which demonstrates clean architecture and best practices for developing android app
Stars: ✭ 334 (+1184.62%)
Mutual labels:  rxjava2, viewmodel, retrofit2, livedata
searchi
Demo of PagedListAdapter, PageKeyedDataSource, LiveData, ViewModel in Kotlin
Stars: ✭ 13 (-50%)
Mutual labels:  rxjava2, viewmodel, retrofit2, livedata
StackOverFlowApi
working with Stack OverFlow Api
Stars: ✭ 24 (-7.69%)
Mutual labels:  rxjava2, viewmodel, retrofit2, livedata
WanAndroidJetpack
🔥 WanAndroid 客户端,Kotlin + MVVM + Jetpack + Retrofit + Glide。基于 MVVM 架构,用 Jetpack 实现,网络采用 Kotlin 的协程和 Retrofit 配合使用!精美的 UI,便捷突出的功能实现,欢迎下载体验!
Stars: ✭ 124 (+376.92%)
Mutual labels:  coroutines, viewmodel, databinding, livedata
Movieapp Clean Architecture
Learning Project (Movie App) For Applying Android Architecture Components And Clean Architecture Using MVVM With Kotlin
Stars: ✭ 123 (+373.08%)
Mutual labels:  coroutines, viewmodel, databinding, livedata

Sunset Hadith - حديث الغروب

License API Kotlin MVVM


Overview 🕌

An interactive islamic app that lets users discover Biography of the Prophet Muhammed, Watch videos, set wallpaper Images, download and reading books.

  • Ability to read articles and brochures.
  • Ability to copy and share hadiths with others.
  • Watch and view Islamic videos through Youtube player API.
  • The ability to search in the hadiths of the Prophet.
  • Download images and set them as wallpapers for your device, whether for the home screen or lock screen through the application
  • A selection of books with the ability to read directly and download them

Get it on Google Play

App Images 🌹

Home Videos Hadiths
Wallpapers Books DisplayBook (Scrolled)

Project Architecture MVVM

MVVM3

  • Yes , liveData is easy , powerful , but you should know how to use.
  • For livedate which will emit data stream , it has to be in your data layer , and don't inform those observables any thing else like in which thread those will consume , cause it is another
  • For livedata which will emit UI binding events, it has to be in your ViewModel Layer.
  • Observers in UI Consume and react to live data values and bind it. responsibility , and according to Single responsibility principle in SOLID (object-oriented design) , so don't break this concept by mixing the responsibilities .

mvvm2

Built With 🛠

  • Kotlin - First class and official programming language for Android development.
  • RxJava - Java VM implementation of Reactive Extensions: a library for composing asynchronous and event-based programs by using observable sequences.
  • Retrofit - A type-safe HTTP client for Android and Kotlin.
  • OkHttp - HTTP is the way modern applications network. It’s how we exchange data & media. Doing HTTP efficiently makes your stuff load faster and saves bandwidth.
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
  • Jetpack Navigation - Navigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within your app
  • Material Components for Android - Modular and customizable Material Design UI components for Android.

Contributing 🤝

If you'd like to contribute, please take a look at the PRs Welcome label on the issue tracker. For new features, please open an issue to discuss it before beginning implementation.

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