[DEPRECATED] A lightweight eventbus library for android, simplifies communication between Activities, Fragments, Threads, Services, etc.
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/
👏 Android 示例程序:MVP, MVVM, 组件化, AndroidX, ARouter, RxJava, EventBus, ButterKnife, 视频播放, 视频直播, 网络访问, 布局和控件整理等
💬 Publish-Subscribe (a.k.a Pub/Sub, EventBus) library for Android and JVM built with Coroutines
NYBus (RxBus) - A pub-sub library for Android and Java applications
这个项目主要是对于Android常用的库进行源码分析,了解源码原理,帮助我们开发过程中解决出现的问题,包含:EventBus,Picasso,Glide,okhttp,Retrofit,leakcanary等项目。
Example code using EventBus library
IntelliJ iDEA plugin to work with projects using greenrobot's EventBus library
各种各样工具,包括屏幕适配/注释/检查更新/log日志打印/gson封装/权限处理/fresco的图片加载DraweeView 封装/eventbus/volley和okhttp封装和使用/还有各种封装工具和自定义控件
Convenient wrapper library to perform network queries using Retrofit and Android Priority Job Queue (Job Manager)
A brand new communication library in Android & Kotlin (similar to Eventbus)
EventKt is a simple and lightweight kotlin multiplatform event bus library
A proof of the concept for the Eventbus greenrobot library
Android application that implementation eventbus library
Weather App using Retrofit, Eventbus and Butterknife Libraries
A EventBus library for Android / Java / Kotlin using RxJava2.
Android event barrier library to handle composite events with eventbus
This project was created to test and understand 3 Libraries to Android. The Libraries are AndroidAnnonations, EventBus and Dexter
Sample application demonstrating EventBus library in android application
Android project with dependency injection(dagger), eventbus, job, databinding, dbflow orm with updated libraries.
This is a single file event bus library for android. It has no dependencies. Just copy paste the file and use it.
Sample project which use EventBus library to publish and receive events in Android.
projet d'exmple pour la library Path (Android Priority Job Queue (Job Manager)), utilise aussi EventBus
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
Feature used (JobServices, NotificationChannel, AndroidViewModel(Android Architecture)), {RecyclerView, ConstraintLayout(View)}), {ROOM, EventBus (library)} )
EventFlyer is a IPC library for Android, it works just as well as EventBus.
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
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.
Android App Development with latest frameworks and libraries
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.
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
This is repository of http://androidcode.pl blog Libraries section. It shows usage of choosen libraries and frameworks for Android apps.
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.