Android Authentication Flow
A clean MVVM architecture approach
Mar 21, 20222 min read515

Search for a command to run...
A clean MVVM architecture approach

Mobile devices run on limited power and network capacities, therefore it's our job as developers to optimize the use of these resources for a more efficient and smooth performance. While building android apps we frequently encounter the situation whe...

State management is a fundamnetal principle in building functional Flutter applications. As apps get bigger and more sophisticated, managing state becomes a challenge that must be tackeled effectively. There are many state management tools out there ...
