andriod apps

26
GROUP MEMBERS WAQAS AHMAD REG#13PWELE4321 HAROON MUHAMMAD REG#13PWELE4312 HAYAT ULLAH REG#13PWELE4310 Supervised by- Shakil muhammad

Upload: shakil2604

Post on 16-Jul-2015

88 views

Category:

Software


3 download

TRANSCRIPT

Page 1: Andriod apps

GROUP MEMBERSWAQAS AHMADREG#13PWELE4321

HAROON MUHAMMADREG#13PWELE4312

HAYAT ULLAHREG#13PWELE4310

Supervised by-

Shakil muhammad

Page 2: Andriod apps

ANDRIOD APPLICATIONS AND GAMES DEVOLEPEMENT

Page 3: Andriod apps

What is android ?

Android is a mobile operating system (OS) based on the Linux kernel and currently developed by Google .

Android's source code is released by Google under open sourcelicenses and it is free.

Page 4: Andriod apps

Why android ?

Page 5: Andriod apps

Large Number of Android Phone Manufacturers Companies

SamsungHTCLG

AmazonMotorola

ASUSZTESony

Page 6: Andriod apps

Different android versions

Android 2.2 - FroyoAndroid 2.3 - GingerbreadAndroid 3.X - HoneycombAndroid 4.0 - Ice Cream SandwichAndroid 4.1-4.3 - Jelly BeanAndroid 4.4 - Kit KatAndroid 5.0 - Lollipop

Page 7: Andriod apps

Other Reason For developing android Apps and Games

Open source

Easy to use

Large number of user

Page 8: Andriod apps

How to develop/build android apps

Different ways to develop android apps

OfflineUsing android developer software i.e. ADT SDK ADK

OnlineUsing webhttp://ibuildapp.com/www.appmakr.com/

Page 9: Andriod apps

Working with developer software

Two main parts

Developer software

Android Emulator

Page 10: Andriod apps

Developer software

Writing source code for the application Usually java language

is used .

Programming Part

Page 11: Andriod apps

Programming PartDeveloper software

Page 12: Andriod apps

Drag and drop different element i.e.

Text View

Edit Text

Buttons

Graphic Part

Developer software

Page 13: Andriod apps

Developer software

Graphic Part

Page 14: Andriod apps

Building first android application

Step 1Idea for developing application

Getting graphic element which we have required for example

Text view Edit text and Button and drop to the graphic part.

Page 15: Andriod apps

Building first android application

EditText1

EditText2

TextVeiw1

Button1

Graphic parts

Page 16: Andriod apps

Step 2

Writing Source code Int a;Int b;Int c;c=a + b;

Building first android application

Page 17: Andriod apps

Step 3

Interfacing with graphics

Assigning value form graphic partto the variable of program source code.

Building first android application

Page 18: Andriod apps

Building first android application

EditText1

EditText2

TextVeiw1

Button1

int a =

int b =

= int c

Display result when click

Interfacing with graphics

Page 19: Andriod apps

Building first android application

int a =2;

int b=3;

int c=2+3;

EditText1

EditText2

TextVeiw1

Button1

Programming Part

Graphic Part

Page 20: Andriod apps

Saving the Project

After doing all the step save the project.

And the test your app on android emulator .

Building first android application

Page 21: Andriod apps

Android Emulator

What is android emulator It is virtual machine which allow you to run your android application Examples of virtual machineBlue stacks Virtual boxYou wave

Page 22: Andriod apps

Compiling and getting executable file

Frist check the app for errorsCompile programRun app on emulatorGet executable file .apk

Page 23: Andriod apps

Compiling and getting executable file

Android Emulator

Page 24: Andriod apps

Uploading app to Market

Different android marketsAmazon android marketGoogle PlaystoreMobogenie

Page 25: Andriod apps

Conclusion

This presentation is meant to give an idea about android apps and games development and to utilize your basic programming skills.

Page 26: Andriod apps

Any Question ?