Rx-Android sample code

There's lots of fuss around Rx/functional programming these day. I wanted to learn by doing, but couldn't find any simple example code to get me started. There're plenty of information for advanced programmers, but nothing basic. So I'm sharing a very simple sample app that uses Rx-Android to do the same thing that an AsyncTask would do. Checkout README for more details.

Source code is here: https://github.com/ptyagi911/rx-android-examples

Super Simple example code for Android Fragment

Looking for easy to follow code to understand Fragments in Android ? You're at right place ! Checkout this sample code in github: https://github.com/ptyagi911/android-fragments-example

Scheduling Repeating Local Notifications using Alarm Manager

Learn about Scheduling Repeating Local Notifications using Alarm Manager in this post .