Posts

Showing posts from June, 2017

Simple Hello World Program

Image
Let's start programming with Android Framework. Before you start writing your first programme using Android SDK, you have to make sure that you have set-up your Android development environment properly as explained in Android tutorial. I also assume that you have a little bit working knowledge with Android studio. So let's start writing a simple Android Application which will print "Hello World!". The first step is to create a simple Android Application using Android studio. When you start Android studio , it will show screen as shown below:  select start a new android studio project option. In a new installation frame should ask Application name, package information and location of the project as shown below: After entered application name, click on next button it ask on which API application runs on, here need to specify Minimum SDK, in our tutorial, I have choose as API 23: Android 6.0(Marshmallow): After select API, click on next button it...

Android virtual Device(AVD)-build and run program using Emulator

Image
An AVD contains a hardware profile, system image, storage area, skin, and other properties. The AVD Manager lets you manage your AVDs all in one place. To run the AVD Manager, do any one of the following: In Android Studio, select Tools > Android > AVD Manager. Click AVD Manager in the toolbar. The AVD Manager appears. It displays any AVDs you’ve already defined. When you first install Android Studio, it creates one AVD. If you defined AVDs for Android Emulator 24.0.x or lower, you need to recreate them. From this page you can: Define a new AVD Edit an existing AVD Delete an AVD Import or export hardware profile definitions. Run an AVD to start the emulator. Stop an emulator. Clear data and start fresh, from the same state as when you first ran the emulator. Show the associated AVD .ini and .img files on disk. View AVD configuration details that you can include in any bug reports to the Android Studio . Creating an AVD 1) You can create a new AVD from ...

introduction to android

Android Tutorials Android is an open source operating system for mobile devices such as smartphones and tablet computers. Android was developed by set Alliance, led by Google, and other companies. This tutorial will teach you basic Android programming through android studio. just add the code to our programme and just make your app easily!!have fun learning android !!hope its usefull too!! Prerequisite Android programming is based on Java programming language so if you have basic understanding on Java programming then it will be a fun to learn Android application development. Android IDEs There are so many Technologies are available to develop android applications, the familiar technologies, which are predominantly using tools as follows (Click on the link to download) Android Studio Eclipse IDE(Deprecated)  link will draw you to the download link page after download install and configure!! for any help comment......