skip to Main Content

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?

2

Answers


    1. Android Studio is IDE for building application where flutter is Framework for build Android and iOS application(Both).

    2. We use java/kotlin in android studio for build android application.

    3. For flutter we need Mac Os because iOS application do not run on windows and linux.

    4. 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 .

    Login or Signup to reply.
  1. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search