Skip to content

👑 [Stand-Alone Examples] Basic isolated apps depicting real-world uses of RxJava and RxAndroid in Android.

License

Notifications You must be signed in to change notification settings

imGurpreetSK/rx-examples-android

Repository files navigation

RX-EXAMPLES-ANDROID

banner

A collection of stand-alone applications to show how Rx can substitute for various common problems faced by android developers.

Show some ❤️ and star the repo to support the project

GitHub stars GitHub forks GitHub watchers GitHub followers Twitter Follow

Contents

  1. Substitute Asynctask (download)
  2. Using RxJava with Retrofit (download)
  3. Observe Text Changes (download)
  4. RxOperators (download)

Attributions

Thanks to Nisrulz for great work on Android Examples and for providing a way for developers to learn and get into Open Source.

This project is a direct implementation of his views expressed here.

Pull Requests

All pull requests and feedback is welcome. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:

  1. Match coding style (braces, spacing, etc.) This is best achieved using Reformat Code feature of Android Studio CMD+Option+L on Mac and CTRL + ALT + L on Linux + Windows .

  2. If its a feature, bug fix, or anything please only change code to what you specify.

  3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)

  4. Pull requests must be made against develop branch. Any other branch (unless specified by the maintainers) will get rejected.

  5. Check for existing issues first, before filing an issue.

  6. Make sure you follow the set standard as all other projects in this repo do

    • Upgrade your gradle wrapper to the one all other apps are using. Use the below command at root of your project

      ./gradlew wrapper --gradle-version <version_name>
      

      i.e `./gradlew wrapper --gradle-version 4.0```

    • Use ext variables as defined in dependencies.gradle, in your build.gradle files to make sure all apps are in sync with configurations and dependencies. Take a look here and here

    • Use the package name of the format me.gurpreetsk.* where * is the example you are adding to the repo. I am trying to follow a set standard in the repo, please adhere to that.

  7. Most importantly, If you find anything that I've done wrong or in a sub-optimal way(Hey, I'm just learning along!), ping me at @GurpreetK95

Created & Maintained By

Gurpreet Singh (@GurpreetK95)

License

Copyright 2017 Gurpreet Singh

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

👑 [Stand-Alone Examples] Basic isolated apps depicting real-world uses of RxJava and RxAndroid in Android.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published