Life with Android Studio World
You started your android development using Android studio ? then you don't know how horrible the development with Eclipse + Bluestacks.
Early days of android there is no official IDE from google it's all about some plugins you need to install on your eclipse and then you can run your apps on Bluestacks or Any other android device.
Google announced Android IDE in May 2013 Version 0.1 it is like tortoise and snail running race.
Android Studio Advantages and Issues faced by Starters
1. Google documentation and Open SDK's
2. Integration with fire-base is so easy
3. Many questions already answered in Stack Overflow forums
4. Signing your app is very easy it takes 5 to 15 minutes
5. Gradle build is good if it is used in Offline mode
6. Android Supports both Kotlin and Java
7. You can run multiple emulators depending on your requirement
8. Connecting to mobile is easy ( Need to install USB drivers )
9. Improved gradle versions and now it support
10. Flutter support added to Android Studio
Disadvantages :
1. Gradle run is buggy if we go for Online mode
2. Rendering takes more time in development phase
3. We faced issue connecting with Android Studio with OnePls 6. Lot of forums have this type of questions
4. Logcat errors are confusing it takes time to know the actual error
5. R. face errors after a cache refresh
6. Design your template using .xml files instead of GUI
You started your android development using Android studio ? then you don't know how horrible the development with Eclipse + Bluestacks.
Early days of android there is no official IDE from google it's all about some plugins you need to install on your eclipse and then you can run your apps on Bluestacks or Any other android device.
Google announced Android IDE in May 2013 Version 0.1 it is like tortoise and snail running race.
Android Studio Advantages and Issues faced by Starters
1. Google documentation and Open SDK's
2. Integration with fire-base is so easy
3. Many questions already answered in Stack Overflow forums
4. Signing your app is very easy it takes 5 to 15 minutes
5. Gradle build is good if it is used in Offline mode
6. Android Supports both Kotlin and Java
7. You can run multiple emulators depending on your requirement
8. Connecting to mobile is easy ( Need to install USB drivers )
9. Improved gradle versions and now it support
10. Flutter support added to Android Studio
Disadvantages :
1. Gradle run is buggy if we go for Online mode
2. Rendering takes more time in development phase
3. We faced issue connecting with Android Studio with OnePls 6. Lot of forums have this type of questions
4. Logcat errors are confusing it takes time to know the actual error
5. R. face errors after a cache refresh
6. Design your template using .xml files instead of GUI

Comments
Post a Comment