Posts

Showing posts from July, 2016

Getting started with android app development

Image
Getting started with android app development To make your first app running download the android studio (app development software) from official website in the given link   https://developer.android.com/studio/index.html After installing  android studio, run it on your operating system. Your first app "Hello World" In android studio, select File->New->New Project. A new window with the title   "Configure your new Project" prompt on your desktop. Fill the given field as mentioned Application Name : Hello World  (It is your app's name ). Company Domain : xyz.com  (It is your company's domain field). Project location : C:\Users\user\HelloWorld  (You can change this location). Now click "Next" Button. A new window with the title   "Select the form factors your app will run" prompt on your desktop. Select Phone and Tablet (which default selected field). Minimum SDK : API 14:Android 4.0(IceCreamSandwich) (which i