1 follower
Android Geek π¨βπ» Product Crafter π Backpacker π Climber π§ββοΈ
When running flutter doctor return some weird error about CocoaPods [!] Xcode - develop for iOS and macOS (Xcode 12.2) β CocoaPods installed but...
What is Side Effect? Composable functions are typically used to render UI elements. However, there are cases where composable functions need to...
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...
Why using Hilt? When it comes to Dependencies Injection in Android development, we donβt have many choices: Build the DI from scratch manually....
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...