Hello World in Android Studio

Tutorial about how to create your first project in Android Studio. See here how to instal Android Studio and then open it and select New Project. Click next. In this example I used “HelloWorld” as the Application name and “first.example.com” as the Company domain. Click next. Check Phone and Tablet and Minimum SDK version choose […]
Read the rest of this entry »

Install Android Studio

Android Studio is the environment for developing Android apps. Is the official Android IDE. Download Android Studio from here. Unzip the archive and launch android-studio -> bin -> studio.exe file. Follow the setup steps and install Android Studio and the SDK Tools. After installing we have to add SDK Packages to be able to start develop. In […]
Read the rest of this entry »