#android
Read more stories on Hashnode
Articles with this tag
Photo by Philipp Katzenberger on Unsplash As an Android developer, you probably want to encrypt your application data at some points for security...
What is Clean Architecture? Clean Architecture is a software design philosophy that separates the software into many ring levels: The Clean...
1. What is ANR? ANR stands for Application Not Responding, which is the state that your application cannot process user input events or even draw. The...
In the previous blog post, I shared the guide to use Hilt to implement dependency injection in Android. But there’s the fact that it’s not many...