All Projects → ibrahimsn98 → android-live-broadcasts

ibrahimsn98 / android-live-broadcasts

Licence: MIT License
Live broadcast receiver library for Android

Programming Languages

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

Projects that are alternatives of or similar to android-live-broadcasts

AndroidCleanArchitecture
Android Project with clean android architecture contain Dagger, Retrofit, Retrofit, Android archtecture components, LiveData with MVVM architecture
Stars: ✭ 22 (+15.79%)
Mutual labels:  rxjava2, livedata, android-architecture-components
RestaurantsExplorer
Android application build with MVVM Pattern, using Zomato API to enable search cities arround the world and display the city restaurants on a map.
Stars: ✭ 32 (+68.42%)
Mutual labels:  rxjava2, livedata, android-architecture-components
Newsapp
A Sample News App written in Kotlin using Android Architecture Components, MVVM
Stars: ✭ 179 (+842.11%)
Mutual labels:  rxjava2, livedata, android-architecture-components
Instagram
Instagram Project is a mini version of real Instagram app for Android 📱 built with latest Android Development Tools. Kotlin, MVVM, LiveData, GSON, Retrofit, Dagger2
Stars: ✭ 20 (+5.26%)
Mutual labels:  rxjava2, livedata, android-architecture-components
PagingLocal
Android Architecture Component - Paging room database with local data
Stars: ✭ 21 (+10.53%)
Mutual labels:  android-architecture-components, android-livedata
LifecycleAwareRx
Make your RxJava2 streams life-cycle aware with Android Architecture Components.
Stars: ✭ 33 (+73.68%)
Mutual labels:  rxjava2, android-architecture-components
Android-Mvi-Starter
Android MVI Starter application
Stars: ✭ 19 (+0%)
Mutual labels:  rxjava2, livedata
KeepSafeNew
Sample app to demonstrate MVP (Model - View - Presenter), Android Architecture Components (Room Persistence, LiveData), RxJava2, ButterKnife in Android.
Stars: ✭ 58 (+205.26%)
Mutual labels:  rxjava2, livedata
Pursuit-Core-Android
Pursuit Core Android
Stars: ✭ 45 (+136.84%)
Mutual labels:  rxjava2, livedata
Hibiscus
Hibiscus, mobile microblogging application.
Stars: ✭ 14 (-26.32%)
Mutual labels:  rxjava2, livedata
Kriptofolio
Free open source minimalistic cryptocurrencies portfolio app for Android.
Stars: ✭ 79 (+315.79%)
Mutual labels:  livedata, android-architecture-components
KTAndroidArchitecture
A Kotlin android architecture with Google Architecture Components
Stars: ✭ 33 (+73.68%)
Mutual labels:  livedata, android-architecture-components
Sunset-hadith
Islamic app written with Kotlin, using KTOR + coroutines + flow + MVVM + Android Jetpack + Navigation component. Old version using RxJava + Retrofit + OKHttp
Stars: ✭ 26 (+36.84%)
Mutual labels:  rxjava2, 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 (+110.53%)
Mutual labels:  livedata, android-architecture-components
Clean-MVVM-NewsApp
Android News app developed using Clean + MVVM architecture
Stars: ✭ 52 (+173.68%)
Mutual labels:  rxjava2, livedata
eyepetizer kotlin
一款仿开眼短视频App,分别采用MVP、MVVM两种模式实现。一、组件化 + Kotlin + MVP + RxJava + Retrofit + OkHttp 二、组件化 + Kotlin + MVVM + LiveData + DataBinding + Coroutines + RxJava + Retrofit + OkHttp
Stars: ✭ 83 (+336.84%)
Mutual labels:  rxjava2, livedata
ViewModel
Android Architecture Component - ViewModel example
Stars: ✭ 18 (-5.26%)
Mutual labels:  livedata, android-architecture-components
Kotlin-MVVM-JetPack
[DEPRECATED. USE https://github.com/egek92/Kotlin-MVVM-Jetpack-Hilt-Coroutines-Flow] Clean Android architecture guidelines that are based on MVVM + Offline 1st approach with LiveData and Room
Stars: ✭ 73 (+284.21%)
Mutual labels:  rxjava2, livedata
GithubApp-android-architecture
Let's learn a deep look at the Android architecture
Stars: ✭ 16 (-15.79%)
Mutual labels:  rxjava2, livedata
TeamManagerApp
A sample app structure using the MVVM architecture LiveData, RxJava, ViewModel, Room and the Navigation Arch Components.
Stars: ✭ 36 (+89.47%)
Mutual labels:  rxjava2, livedata

Android Live Broadcasts

Live broadcast receiver library for Android

Setup

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
      implementation 'com.github.ibrahimsn98:android-live-broadcasts:1.1'
}

Usage

LiveBroadcast(this, arrayOf(Intent.ACTION_TIME_TICK)).observe(this, Observer {
    Log.d("MainActivity", it.action)
})

License

MIT License

Copyright (c) 2018 ibrahim süren

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
© 2018 Git
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].