I am a 4th-year student and I did a mistake while choosing the technology stack for my project android app. I went on to build my app through the android studio and not flutter, as I thought flutter would be difficult to build in given the time constraints, I was evidently misinformed. Now, what if the interviewer asks why did you choose android studio over flutter. What arguments can I use to support my answer?
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
2
Answers
Android Studio is IDE for building application where flutter is Framework for build Android and iOS application(Both).
We use java/kotlin in android studio for build android application.
For flutter we need Mac Os because iOS application do not run on windows and linux.
Dart language use in application buliding using flutter.
I hope you understand what is diffrence of Android studio and flutter. You can easily answer him(interviewers) as you can say i was familiar with java/kotlin .
I think you got a bit confused. Android Studio and Flutter can’t be compared to one another. As Umesh said above, Android Studio is an IDE which helps you develop more easily, whereas Flutter is a framework which we use for building mobile apps.
Actually, you can do Flutter development on Android studio. There’s no problem of using both of them.