
Brijesh Joshi
@bjoshi9
Followers
53
Following
324
Media
35
Statuses
119
I’m an #androiddeveloper with 9+ years of experience. Currently working on MVVM and Composable
Pune, India
Joined January 2013
🤔 Which principle do you use already?.💬 Which one will you try first?. Let’s connect if you’re working on large-scale Android apps or migrating to Compose. Drop a 💬 if you want the full Medium article too!. #AndroidDev #JetpackCompose #CleanArchitecture #MobileDevelopment.
1
0
0
Keep ViewModel Clean. ViewModel ≠ Business Logic container. 🔁 Delegate business rules to UseCases. 🔌 Inject dependencies properly. 🛠 Fix:.•ViewModel handles state & effect emission. •UseCases handle decision-making. #DependencyInjection #Hilt.
1
0
0
Separate Intentions from Actions. Button clicked? Don’t directly navigate or show a toast. 🧠 Treat all UI events as intentions. Pass them to the ViewModel for processing. 🛠 Fix: Define sealed classes like UiIntent, UiState, UiEffect to decouple layers. #CleanArchitecture.
1
0
0
UI == State. Never manipulate the UI directly. Let it react to state. 🔁 Convert all business/UI events into state mutations. 🛠 Fix: Use a unidirectional data flow (UDF) with a single State driving your entire screen. #JetpackCompose #MVI.
1
0
0
RT @AndroidDev: The #AndroidXR SDK is available in developer preview!. Create immersive experiences for the newest member of the Android fa….
0
25
0