GWSRxBus


Source link: https://github.com/shareme/GWSRxBus

GWSRxBus

The data binding model and tools that google introduced leaves out something, namely how to updated when user changes text, etc. Seems to me that it might call for using some of the RXJava and RxAndroid Observables sugar to handle those cases and make the event bus more streamlined and handle more use cases.

That being said, this is a work in progress. Do not use in production just yet. Once you see releases on this project than you can use it in production.

Usage

I use jitpack to upload my libraries so you put this in your root buildscript:

allprojects {

repositories {

 jcenter()

 maven {
 url "https://jitpack.io" 
}

}

 
}

Than in the module buildscript:

compile 'com.github.shareme:GWSRxBus:{
latest-release-number
}
@aar'

Target Android API Range

Api 16 to api 23.

Credits

Although the code may be my own creation I am borrowing concepts and ideas from Square's Otto bus so thanks does go to the code contributors of the Square Otto project.

Fred Grott(aka shareme GrottWorkShop)

Former JavaME and JavaEE developer that made the transition to Android Native java Application Development. Multi-computer-language polyglot that can jump into anything and I do not play follow-the-leader but often follow my own unique way.(No recruiters, please for any reason)

Github profile Bitbucket profile G+ profile Twitter profile Facebook profile DeviantArt profile BeHance profile Dribbble profile AngelList profile BuiltINChicago profile HackerNews profile Geeklist profile Medium profile StackOverflow profile Blogger blog Reddit profile Quora profile YouTube channel AboutMe profile LinkedIN profile Xing profile SlideShare profile SpeakerDeck profile Android Hacker Tumbler Ustream AboutMe

License

Apache 2.0 License

Resources

Google Android Developer Site

Google Android Developer Tool Site

Google Android Developer Blog

StackOverflow Android Questions

Gradle

Reddit-androidev

AndroidChat at Slack

Amazon Android Dev Site

JavaRanch Android Forum

Android Development Tools G+ community

Android Development G+ Community

Android Developers G+ Community

Android Design G+ Community

UX Design for Developers

Android MVP G+ Community

Resources

SQLite Model Generator Eclipse plugin allows to generate SQLite models for Android projects using JSON schema file.

android-localization-helper helps to find missing or obsolete translations for android resources.

Usage:

alh.sh /path/to/android/project [arrays.xml]

You must specify android project folder. Second parameter is optional, it specifies resources filename (strings.xml by default).

This plugin generates Android string resource XML files from CSV file. Generation has to be invoked as additional gradle task.

Supported features:

  • non-translatable resources - translatable="false" XML attribute
  • auto-escaping double quotes, apostrophes and newlines
  • auto-quoting leading and trailing spaces
  • syntax validation - duplicated, empty, invalid names detection
  • comments

TokenAutoComplete is a Android Gmail style token auto-complete text field and filter. It's designed to have an extremely simple API to make it easy for anyone to implement this functionality while still exposing enough customization to let you make it awesome.

openpgp-api-lib provides methods to execute OpenPGP operations, such as sign, encrypt, decrypt, verify, and more without user interaction from background threads. This is done by connecting your client application to a remote service provided by OpenKeychain or other OpenPGP providers.

Auth0Client is a Gradle based Android library, to let developers have a basic Auth0 API.

This library is compatible from API 7 (Android 2.1).

Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes