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
Tag: AndroidDev
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
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
When using the recycler view, we would always face some kind of issues with respect to performance and smoothness. One such issue occurs because of […] Read More
When working on multiple projects, particularly if the project is quite old and a huge team is working on it, we will have to use […] Read More