Core Flutter & native Android concepts
viaGlassdoor
Prompt Discuss the core concepts of Flutter and native Android and how you would structure a production mobile app.
Be ready to discuss
- Flutter: the widget tree, stateless vs stateful widgets, and state management (setState, Provider, Bloc/Riverpod).
- The platform-channel bridge between Dart and native (Kotlin/Java/Swift) code.
- Android: the activity/fragment lifecycle and its implications for state and resources.
- App architecture: layering (MVVM/clean), navigation, and performance (rebuilds, jank, memory).
asked …