Detect and Fix Memory Leaks in Android
In this post, we will see the ways of detecting memory leaks in Android and review how the same can be applied to solve…
In this post, we will see the ways of detecting memory leaks in Android and review how the same can be applied to solve…
How is it possible in Android app development to detect and correct the mistakes you do! If you have not heard about this before,…
Material design was the talk of the Android town, when it first made it appearance. Such an appealing look expanding upon the card view…
So, how to debug your Android database? Short answer, Stetho! This has become far easy by Stetho, a project by Facebook which allows you…
Developing Android applications doesn't simply include consideration of better Processes and Services, it also requires few other quality checks. One among them is considering…
Android devices have now evolved in different architectures. Different architectures in the sense, various screen densities, various screen resolutions, and various hardware support. It…
ProGuard tool is used in an Android application for three main reasons such as to reduce the code, to confuse or obfuscate the code,…
ButterKnife is an Android library for view injection, that injects views into android activities or fragments using annotations. One quick example; If we use…
As I already said in my previous post here, Xamarin would be the first choice for many when it comes to cross platform mobile…
So, you have got a wonderful app idea during a coffee and that you are damn sure it would become a hit in the…