Monday 15 June 2015

Things you must know , in order to start with Android Studio

Things you must know , in order to start with Android Studio


So finally you have decided to switch to Android Studio or may be you have already started. No doubt , Android Studio goona be future of Android Development .  Here , I have few things to share with you that will not only help you in adopting Android Studio environment but also make it easier for beginners to get started.

No need to download Android SDK again 


Yes, Of course you don't have to download Android SDK yet again. If  you have been using Eclipse IDE for Android Development then you must have Android SDK . So, there is no need to download a new Android SDK , this will only increase your data consumption and installation time . So, better avoid downloading Android SDK . Only  thing you need to do is to set the path of Android Studio to Android SDK. For those who are new to Android Development , you have to download whole package (Android Studio + Android SDK ) .

If you already have Android SDK (old Eclipse Users) then follow these steps to quickly start with Android Studio  


>>> Download latest version of Android Studio from HERE.

>>> Now , follow installation instructions (i.e- next ...next....next ) . STOP when you encounter this. 





>>>  Now press CANCEL.

>>>  Now you are here. Click on Start a new Android Studio Project .




>>>  Now you are good to go. 

UPCOMING POST : How to speed up my Android Studio (My Android Studio is running slow).


Sunday 14 June 2015

Getting started with Android Studio

Getting started with Android Studio

Most frequent question among programmers(Beginners) today is whether it's right time to switch to Android Studio or still we should stick to traditional third party IDE Eclipse. well , Today I will concentrate my discussion on whether it's right  time to switch to Android Studio or you should wait for more stable version of Android Studio.

Let me break your confusion in to parts.So, Basically you are confused what to do , ask these questions from yourself :-




Why Android Studio?


Trust me sooner or later , you  are goining  to start using Android Studio because Android Studio is now one and only official IDE for Android Application development. Google have already made it clear that " they have stop releasing updates for Eclipse ".

Whether Eclipse is dead for development ?

No , Eclipse is not entirely dead because it is still best for other developments like java etc . But Eclipse is dead for Android development as there will be no updates by Google in future.

Why Eclipse Is Dead for android development  ?

Want to develop an app and use over 3 projects in your workspace? Then, you have to clean your project and restart Eclipse every 2 or 3 minutes. If want to upgrade Ant, you have to spend some more hours to get back your project to life. In case you want to make your app public than you need to close all other active apps as Eclipse will crash frequently. So, android developers were looking for a more stable IDE and were pretty happy when Google announced Android Studio (AS) in 2013, and Eclipse gradually started to lose its market share and became outdated within one year.


If Android Studio will be suitable for my project containing third party plugins (Ant,Fabric,Maven,GitHub,etc)


Let me clue you in,I will say Android Studio is at it's best when it comes to use of plugins. It's gradle built tool insure that you should not be worried about jar and all that importing different packages or libraries. It will do all that for you and that by using 2 or 3 lines of code.  

What are the features of Android Studio?


Android studio is cool and having many great features.These are the feature which is available on Android Studio but not in Eclipse


1. Maven-based build dependencies

2. Build variants and multiple-APK generation (great for Android Wear).

3. Advanced Android code completion and refactoring.



FINAL CALL 

So, you are not yet convinced. that's why you want to read final call too. Ha ha ha .... just switch to android studio . Trust me , you goona love Android Studio .At first may be ,you can feel Eclipse was better ,But i will say spend some time with Android Studio , Let it grow on you (just like initial episodes of Breaking Bad ) , you will start loving Android Studio for sure.

Let me clear your doubts if any, Happy to help .Use comment section for your queries, if you have time to say me hello on google+ then follow me on g+,Facebook,Twitter . 

Also Read->Things you must know , in order to start with Android Studio