Open in app

Sign In

Write

Sign In

Gaurav Rajput
Gaurav Rajput

11 Followers

Home

About

Jan 3, 2021

Activity launch modes: Android

To understand launch modes, lets first understand What is Task? What is back stack? What is task-Affinity? Task means stack of activities. Stack basically works on last in first out the concept, so the activity that is at the top of the stack ( which comes last ) will be…

Activity Launch Modes

7 min read

Activity launch modes: Android
Activity launch modes: Android
Activity Launch Modes

7 min read


Dec 7, 2020

Set up Crashlytics: Android

Let’s see how we can enable live crash reporting on firebase. It’s very straightforward and can be done in a few minutes. First of all, you have to integrate firebase. It can be seen here: Firebase Integration within 5 minutes: Android Firstly let's understand What is Firebase?0202gaurav.medium.com For this, we have to enable Crashlytics for our app. As you are done with…

Crashlytics

2 min read

Set up Crashlytics: Android
Set up Crashlytics: Android
Crashlytics

2 min read


Dec 7, 2020

Firebase Integration within 5 minutes: Android

Firstly let's understand What is Firebase? Firebase is Google’s mobile application development platform that helps you build, improve, and grow your app. See detailed description here https://firebase.google.com/ Let’s see how we can integrate it into our own app to get these benefits. Its integration is effortless, and you can do…

Firebase

3 min read

Firebase Integration within 5 minutes: Android
Firebase Integration within 5 minutes: Android
Firebase

3 min read


Dec 1, 2020

Secrets of the World: Questionnaire

There are a lot of secrets and mysteries in the world. I am sure most people have thought about it. And off cause some of them were successful in doing so—Einstein, Newton, etc. There are a lot of scientists who discovered new things. Here one can say they were exceptional…

Universe

2 min read

Universe

2 min read


Nov 30, 2020

Using Shimmer To Show Progress

We often have to wait for the API call to show the results on the app; during this app screen remains blanks. If API is taking too much time,, the user gets confused and frustrated about working of app. …

Loading

3 min read

Using Shimmer To Show Progress
Using Shimmer To Show Progress
Loading

3 min read


Sep 5, 2020

Subjects: Rxjava

Subjects act as an observer as well as observable. It means you can call onNext(), onComplete(), and onError() on a Subject, and it will, in turn, pass those events downstream toward its Observers. Let’s discuss what the types of subjects are and how and where to use them. PublishSubject: It’s the…

Publishsubject

4 min read

Publishsubject

4 min read


Sep 4, 2020

Hot and Cold Observable: RxJava

If you came to this page, I am expecting you to know about observables. If you want to have a look at observables, you can see my previous post here: Observable vs Observer: RxJava For a min, don’t think about Rxjava. If, in general, I ask you what is observable, what would you say? Let’s search on…medium.com Now let’s understand hot and cold observables: Cold Observable : Cold Observables are much like a music CD. As you…

Cold Observable

3 min read

Cold Observable

3 min read


Aug 30, 2020

Observable vs Observer: RxJava

For a min, don’t think about Rxjava. If, in general, I ask you what is observable, what would you say? Lets search on google According to google:

Observer

4 min read

Observable vs Observer: RxJava
Observable vs Observer: RxJava
Observer

4 min read


Aug 24, 2020

WhatsApp Status like View: Android

Let’s create a status activity like WhatsApp using RxJava. First of all, I will create some extension functions that I am going to use in this post later. fun ImageView.loadImage(imageUrl:String) { val req = Glide.with(this) .load(imageUrl) .into(this) } fun View.show() { if (this.visibility != View.VISIBLE) this.visibility = View.VISIBLE } fun…

Whatsapp Status

5 min read

WhatsApp Status like View: Android
WhatsApp Status like View: Android
Whatsapp Status

5 min read


Aug 20, 2020

Merging Observable: RxJava2

Sometimes we need to merge two or more observable emitting the same type of items T. In RxJava, we have some operator to do so. Let’s see how we can do that: Observable.merge() merge() operator can merge 2 to 4 observable sources of the same type T. val observableSource1 : Observable<String>…

Merge Operator Rxjava

2 min read

Merge Operator Rxjava

2 min read

Gaurav Rajput

Gaurav Rajput

11 Followers

Working remotely as Android Developer

Following
  • Amit Shekhar

    Amit Shekhar

  • Tim Denning

    Tim Denning

  • Darius Foroux

    Darius Foroux

  • Manuel Vivo

    Manuel Vivo

  • Seunfunmi Akinola

    Seunfunmi Akinola

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech