Showing posts with label Android. Show all posts
Showing posts with label Android. Show all posts

Wednesday, 15 April 2015

Android Studio Temperature Conversion

Hi , Now I am moving towards new Program that is Android Studio Calculator , a very basic calculator which will look as below :


Temperature Converter Android Studio

This link has been moved to a new site here -----> Android Studio Temperature Conversion 
http://www.javainhouse.com/2016/01/android-studio-temperature-conversion.html
Read More »

Saturday, 7 February 2015

Android Studio Calculator Example

Hi , Now I am moving towards new Program that is Android Studio Calculator , a very basic calculator which will look as below :


Calculator Example Android Studio

This link has been moved to new address

 http://www.javainhouse.com/2016/01/android-studio-calculator-example.html

Read More »

Thursday, 5 February 2015

Android Button Example

Hi Today's my post on How to use Button in Android .Button is a UI widget . If you are very beginner first go through my first example of Android Hello World which helps you how to run a very basic program in android.



Android Button Example


This link has been moved to new address  :  http://www.javainhouse.com/2016/01/button-example-android-studio.html

Read More »

Sunday, 1 February 2015

Hello World Android Studio

Hi, After installing Android Studio Let us see how to create our very first program Hello World

This link has been moved to a new site here -----> Hello World Android Studio


Step 8: Run 


Run this program and this will show you the output on emulator .I am using Nexus 7 as AVD .How to add a AVD in your studio you can see here.


Hello World Android Studio
Hello World Android
If you are facing some errors in running the above program you can refer below as I was also facing many errors so I have drafted them for your help .



Read More »

Android Studio Installation

Android Studio is the official IDE for Android application development, based on IntelliJ IDEA. On top of the capabilities you expect from IntelliJ, Android Studio offers:
  • Flexible Gradle-based build system
  • Build variants and multiple apk file generation
  • Code templates to help you build common app features
  • Rich layout editor with support for drag and drop theme editing
  • Lint tools to catch performance, usability, version compatibility, and other problems
  • ProGuard and app-signing capabilities
  • Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and App Engine

You can download Android Studio from the link below:

http://developer.android.com/sdk/index.html


 After downloading Android Studio keep on clicking next and install android studio .


You may like :
Android Studio Hello World Program

Android Button Example


Read More »