Have you ended up scratching your head trying to read through a.b.c.d() crash reports…worse, an NPE occurring there?! Many times, we receive crash reports or […] Read More
Introduction Long back I had written about how we can reverse engineer an Android App and learn its code here. But for the longest time, […] Read More
Introduction For the past few months, I’ve been using WordPress a lot. I’ve set up 4 blogs quickly on WordPress and run them on a […] Read More
WordPress is probably the most popular blogging platform where we can easily use themes and write blog posts. In addition to it, there are thousands […] Read More
What? One another architecture pattern for Android? Yup. Make way for Clean Architecture (don’t worry – MVVM isn’t obsolete). Just over a year ago, I […] Read More
Zoho is known to have a peculiar process and criteria than the other typical companies who visit the college campus during the placement drives. One […] Read More
Introduction Dialogs are a great addition to our applications. When we want to show some quick information to the users or get their confirmation on […] Read More
Introduction There are many instances where we want to screen mirror our phones or tablets directly onto our machines to demonstrate the project we are […] Read More
Introduction Once we define the databases and run our application, we cannot make any changes to the database without crashing the application. To make sure […] Read More
Retrofit is one of the most used Android libraries for Networking which Google also recommends us to use in our application. Along with that, this […] Read More