Sunday 25 October 2015

Introduction to Java Variables

Building Simple Android App

Lesson 1

Introduction to Java Variables

Hi friends we are getting start to create a simple android app in Android Studio. If you stay with me I will walk you through step by step so you can start from scratch to end successfully. we will teach the person's who had never write even a single line of code. That's why we start from scratch and all the things you need is the computer, internet connection and some time for coding the you can spend for learning android development. So let's get started

First you need to learn basics of language and then we will move towards the setup of tools that can be eclips or android studio for development environment. We will write our app in native java code.

If you ever written the code in java. The programming starts from data types one of the most common data type is text and text in java is stored in data type called String.

String myName = 'Noman';

your task change my name with your own name in the myName variable.  Leave every thing remain same and just change the name in the right spot. Or just get the idea that how the data is stored in the java language.


0 comments:

Post a Comment

Item Reviewed: Introduction to Java Variables Rating: 5 Reviewed By: admin