If you want to develop an Android app, it really depends on your goal.
- If you only target Android and want the best performance and full access to native features, I recommend Kotlin with Android Studio (native development).
- If you want one codebase for both Android and iOS, then Flutter is a very good choice. It’s easy to learn, has fast development, and great UI support.
For daily-use apps, Flutter is totally...
Leave a comment: