Exploring GreenDAO ORM database with Reactive RxJava in Android

Exploring GreenDAO ORM database with Reactive RxJava in Android

As we have the basic understanding of RxJava features and functions from my last posts. I would be recommended that checking the all the post of Rx to better understanding this post. Here are some of the posts of understanding of Java 8 stream and Rx Observables, and basic understanding and practice features and functions of RxJava, and…

Understanding Runtime permission and RxPermission of RxJava in Android part -3

Understanding Runtime permission and RxPermission of RxJava in Android part -3

As We have the basic understanding of RxJava features and function from the last post of basic of RxJava and RxJava2 Part-1 and basic of RxJava and RxBinding part-2. Rx is getting popular in Android application development because it gives the best result of reactive nature. In this series, we will learn some of new…

Understanding and practice of RxJava & RxBinding of Android part -2

Understanding and practice of RxJava & RxBinding of Android part -2

In my last tutorial, I have explained the basic functions and features of RxJava2. I would be recommended to check part -1 post before continue reading this post because it will help you to better understand this post. Here is my last post of  Basic understanding and practice of RxJava2 function in Android part -1. We…

Basic understanding and practice of RxJava2 functions in Android part -1

Basic understanding and practice of RxJava2 functions in Android part -1

No Doubt RxJava is getting popular in Android applications development. I have already described a few days back about the Reactive Observable in RxJava. I would be recommended please check this post understanding Java 8 stream and Rx Observable in RxJava2. Today we will learn few very basic concept of RxJava which are using in android…

Introduction of Artificial Intelligence, Machine Learning and Deep Learning

Introduction of Artificial Intelligence, Machine Learning and Deep Learning

Google IO 2017 has introduced the concept the AI, ML, and DL. Many developers are still not aware this concept. So in this tutorial, we will learn the basic concept of Artificial Intelligence, Machine Learning, and Deep Learning. Evidently, there is the high level of confusion around these terms. Let’s see meaning of individually. Artificial Intelligence: Any technique…

Upload a file by using retrofit in android

Upload a file by using retrofit in android

In this tutorial, we will learn how to upload a file on the server by using Retrofit.  Retrofit is the most popular for networking API call. It is very simple and cleaner way API call in the Android application. Retrofit used OkHttp request call which is extended and customized of Http request. Android developers love this because it is pretty simple and easy…