Is Android Studio the best IDE to build native app

antooooony

anto

Posted on November 10, 2021

Is Android Studio the best IDE to build native app

In recent years, the ways to make mobile applications have multiplied. The number of development tools to help us has also increased and it is difficult to make a choice.

Which IDEs are available ? šŸ¤”

Currently, to do development we have the choice between Android Studio for native applications and Vscode for Flutter or React Native.

Android Studio

āŒ Does not support React Native
āŒ Consumes a lot of RAM and CPU.(like all google software šŸ¤·šŸæā€ā™€ļø)
ramoverheat

āœ… Easy Debugging
āœ… Detects many programming errors

VsCode

āŒ Does not support native applications ā˜ ļø
āŒ No lint for native applications
āœ… Lightweight and fast
āœ… Everybody already uses it

Do we have a winner ? šŸ†

The answer is YES. But it's not the one you think.

Since recently vscode supports native applications with intellisense etc... thanks to this extension. Even if the level of integration is not yet the same as android studio this is a great news because now it is POSSIBLE to use vscode to do native android development.

šŸ§‘šŸæā€šŸ’» Now it's up to you to code and make the future uber. šŸš€

šŸ’– šŸ’Ŗ šŸ™… šŸš©
antooooony
anto

Posted on November 10, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related