Results 4 issues of Raj Bopche

Swapped usage of `Linkify` with `BetterLinkMovementMethod` and at the very next app launch, boom. The app builds perfectly however, it crashes on the Splash screen with the following trace. ```...

Add new interview questions with proper links 1. Order of lifecycle method when moving from Activity A to Activity B 2. Code for `findViewById()` 3. Communication between Service and Activity...

I was following the **Docker 101 tutorial** on the **Docker Playground** and reached **Starting an App Container** checkpoint in **Our Application section**. As directed I hit the `docker run -dp...

For some reason, the build fails while using databindng feature with the progress bar. I was using the binding variable to set the progress value on the progressbar. The code...