Android eventbus libraries






0

0


[DEPRECATED] A lightweight eventbus library for android, simplifies communication between Activities, Fragments, Threads, Services, etc.

Java
Apache License 2.0
Updated 23 Nov 2020

An android simple but clear sample project for MVP pattern, including mvp usage with eventbus. @Deprecated, try google official solution: https://developer.android.com/topic/libraries/architecture/

Java
Updated 19 Nov 2020

👏 Android 示例程序:MVP, MVVM, 组件化, AndroidX, ARouter, RxJava, EventBus, ButterKnife, 视频播放, 视频直播, 网络访问, 布局和控件整理等

Java
Updated 18 Nov 2020

💬 Publish-Subscribe (a.k.a Pub/Sub, EventBus) library for Android and JVM built with Coroutines

Kotlin
MIT License
Updated 14 Oct 2020

NYBus (RxBus) - A pub-sub library for Android and Java applications

Java
Apache License 2.0
Updated 08 Nov 2020

Faster than Intents and easier than AIDLs.

Java
Updated 12 Sep 2020

Demo for the EventBus library of GreenRobot

Java
Updated 24 Dec 2019

这个项目主要是对于Android常用的库进行源码分析,了解源码原理,帮助我们开发过程中解决出现的问题,包含:EventBus,Picasso,Glide,okhttp,Retrofit,leakcanary等项目。

Java
Updated 21 Sep 2020

Quick Tip: How to Use the EventBus Library

Java
Updated 22 Dec 2014

Example code using EventBus library

Java
Apache License 2.0
Updated 15 May 2018

IntelliJ iDEA plugin to work with projects using greenrobot's EventBus library

Kotlin
Apache License 2.0
Updated 10 Nov 2020

各种各样工具,包括屏幕适配/注释/检查更新/log日志打印/gson封装/权限处理/fresco的图片加载DraweeView 封装/eventbus/volley和okhttp封装和使用/还有各种封装工具和自定义控件

Java
Updated 29 Jul 2019

Android eventBus library sample

Java
Updated 07 Nov 2017

Convenient wrapper library to perform network queries using Retrofit and Android Priority Job Queue (Job Manager)

Java
Apache License 2.0
Updated 30 Nov 2017

A brand new communication library in Android & Kotlin (similar to Eventbus)

Kotlin
Apache License 2.0
Updated 22 Aug 2020

EventKt is a simple and lightweight kotlin multiplatform event bus library

Kotlin
MIT License
Updated 08 Nov 2020

A proof of the concept for the Eventbus greenrobot library

Java
Updated 29 May 2015

EventBus Library Implements in Android Project

Java
Updated 29 Apr 2019

抽取Android开发基础库

Java
Updated 10 Jul 2018

Android application that implementation eventbus library

Java
MIT License
Updated 09 Sep 2016

收集并封装第三方组件

Java
Apache License 2.0
Updated 21 Dec 2018

Weather App using Retrofit, Eventbus and Butterknife Libraries

Java
Updated 17 Mar 2018

Shows how to use eventbus library with two activites.

Java
Updated 26 Jan 2017

A EventBus library for Android / Java / Kotlin using RxJava2.

Java
MIT License
Updated 06 Oct 2018

Android event barrier library to handle composite events with eventbus

Java
Updated 08 Nov 2014

This project was created to test and understand 3 Libraries to Android. The Libraries are AndroidAnnonations, EventBus and Dexter

Java
Updated 17 Apr 2018

Sample application demonstrating EventBus library in android application

Kotlin
Updated 05 May 2019

EventBus Android Library Tutorial Example step by step

Java
Updated 15 May 2016

Android project with dependency injection(dagger), eventbus, job, databinding, dbflow orm with updated libraries.

Java
Apache License 2.0
Updated 24 May 2017

This is a single file event bus library for android. It has no dependencies. Just copy paste the file and use it.

Java
Updated 14 Feb 2016

Sample project which use EventBus library to publish and receive events in Android.

Java
Updated 21 Feb 2018

projet d'exmple pour la library Path (Android Priority Job Queue (Job Manager)), utilise aussi EventBus

Java
GNU General Public License v2.0
Updated 27 Jul 2014

The application mainly consists of a map view, once opened it gets user GPS or Network location and requests for nearby venues from Foursquare APIs. Application should cache the retrieved venues so that on next application start up, cached venues are displayed until fresh new venues are retrieved from server. It then places pins of each venue on the map, pin images should be venues images retrieved from Foursquare. Clicking on any pin should open an info window with the name of the venue, when clicking on the info window allow user to check-in in this venue. For user to check-in, this user should be logged in using OAuth implementation of Foursquare login. • I am using Job queue manager library to easily schedule jobs (tasks) that run in the background, improving UX and application stability. You can find it here (https://github.com/path/android-priority-jobqueue) • I am using EventBus that simplifies communication between Activities, Fragments, Threads, Services, etc you can find it here (https://github.com/greenrobot/EventBus) • I am using Retrofit that turns your REST API into a Java interface. It depend on Okhttp and Gson library You can find it here (https://github.com/square/retrofit) or (http://square.github.io/retrofit/ ) • I am using foursquare-android-oauth You can find it here (https://github.com/foursquare/foursquare-android-oauth) • I am using google play services

Java
Updated 07 Jul 2020

Feature used (JobServices, NotificationChannel, AndroidViewModel(Android Architecture)), {RecyclerView, ConstraintLayout(View)}), {ROOM, EventBus (library)} )

Java
Updated 25 Apr 2018

EventFlyer is a IPC library for Android, it works just as well as EventBus.

Java
Apache License 2.0
Updated 24 Sep 2020

Android Geofencing module using the latest google geofencing library. The library uses eventbus for event handling between classes. Please refer to this post for JAR issues: https://medium.com/all-titanium/deal-with-titanium-modules-and-its-missing-support-for-android-multidex-546de5486d13#.mpoytsnmp If you are having issues when dexing and are using An appcelerator version less than 5.4.0.GA in a module then please refer to this JIRA ticket, particularly my Sean Conway comments: https://jira.appcelerator.org/browse/TIMOB-23502

Java
Other
Updated 02 Dec 2018

A library inspired by Android Annotation and Xtendroid, using Xtend Active Annotation and Android official Databinding library, and Android Support libraries, Alibaba FastJSON, GreenRobot EventBus, Glide, to build a android bootstrap library.

Java
Updated 05 Jan 2016

Android App Development with latest frameworks and libraries

Java
Updated 25 May 2018

An Android library used to hide the complexity for communication between a phone and an Android wear watch. Using this you can work with the Greenrobot eventbus on both sides without having to worry about the phone <-> wear communication.

Java
Updated 21 Mar 2020

Chat app based on autobahn library

Java
MIT License
Updated 22 Feb 2017

This app can grab twitter timeline.It a part of a online course(Professional Android App Development) I am taking from (edx.com). Here android MVP pattern is followed . Used libraries: 1.EventBus 2.Dagger2 3.Butterknife 4.Gridle

Java
Updated 25 Jul 2017

This is repository of http://androidcode.pl blog Libraries section. It shows usage of choosen libraries and frameworks for Android apps.

Java
Updated 22 Jul 2019

EventPress is event bus library for the app based on Kotlin-Android. EventPress is friendly with reactive programming and managing multiple streams with MQTT style topic policy.

Kotlin
Apache License 2.0
Updated 29 Jun 2020

how to image

rating-img
Rate this tool
/5   votes