PinnedBeat your Android interviewer! (Junior to Senior) — Part 1We are here to help each other to improve together, I am going to share some Android interview questions and answers(10 per each part). You…Aug 10, 20211Aug 10, 20211
Introducing Requirement Driven Development (RDD): A Pragmatic Approach to Software DevelopmentWhen it comes to software development methodologies, we’ve heard plenty about TDD (Test-Driven Development), BDD (Behavior-Driven…9h ago9h ago
Code Coverage in Android Applications with Multiple FlavorsIn this article, we’ll explore how to set up code coverage for your Android application when dealing with multiple product flavors. Using a…Oct 8Oct 8
Beat your Android interviewer! (Junior to Senior) — Part 3We are here to help each other to improve together, I am going to share some Android interview questions and answers(10 per each part)…Aug 16, 2021Aug 16, 2021
Beat your Android interviewer! (Junior to Senior) — Part 2We are here to help each other to improve together, I am going to share some Android interview questions and answers(10 per each part)…Aug 10, 2021Aug 10, 2021
MVC, MVP, and MVVM software architectural patterns in the simplest way to explain for android…MVC stands for MODEL, VIEW, CONTROLLER: MODEL is your data layer resource class, VIEW is your xml+activity/fragment, CONTROLLER is your…Aug 2, 20211Aug 2, 20211
Flutter Splash, Boarding, Auth, and Home Screen Flow via Named Routing (Best Practise)I was looking for a best practice to implement “Splash, Boarding, Auth, and Home Screen Flow via Named Routing”, and I found nothing which…Jul 11, 2021Jul 11, 2021
Getting rid of View and its styles!One of the annoying parts of React Native programming to me is, create many containers by View tag and attach many styles, isn’t it?Jan 2, 2021Jan 2, 2021