DEV Community

Cover image for Is Android Studio the best IDE to build native app
anto
anto

Posted on • Updated on

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. ๐Ÿš€

Top comments (2)

Collapse
 
mahendranv profile image
Mahendran

Nice article!

One correction though, AndroidStudio supports flutter via plugin. Am not sure about React native.

Collapse
 
antooooony profile image
anto

Glad to see that you like my article.
I checked and now the error is corrected.
Thanks for your attention ๐Ÿ˜