android application development

18
Email: [email protected] Phone: 800-414- 4172

Upload: imranahmed19

Post on 09-May-2015

4.569 views

Category:

Documents


0 download

DESCRIPTION

Android Application Development

TRANSCRIPT

Page 1: Android Application Development

Email: [email protected] Phone: 800-414-4172

Page 2: Android Application Development

What is Android?

“Android is a software stack for mobile devicesthat includes an operating system, middlewareand key applications”

•Easy and simple to use.Start using Android Market in 3 easy steps: register, upload, and publish. •Come one. Come all.Android Market is open to all Android application development. Once registered, developers have complete control over when and how they make their applications available to users. •Great visibility.Developers can manager their applications portfolio where they can view information about downloads, ratings and comments. Developers can publish updates and versions of their apps.

Page 3: Android Application Development

We can develop wide variety applications in Android that includes

Business/Office Application

Communication Application

Multimedia Applications

Travel Applications

Fun Applications / Games

Utility Applications

Security Applications

Android Applications

Page 4: Android Application Development

Android Application Services

•Web-based applications development for mobile devices •Java mobile applications development •Android games development •Mobile business software creation •Third-party libraries building •Multimedia and security mobile solutions •Software development with Bluetooth, Wi-Fi and GPS support •Communication mobile application development •Utility applications design and implementation •QA services for Android projects

Page 5: Android Application Development

Effective Android Source Code

• Android Views Text Color• Android Listview Example • Android Textview Border• Android Toggle Button Example• Android Hide Title Bar

Here we are discussed some android views & Layouts example. This helps you to develop android applications easily.

Page 6: Android Application Development

How to change Android Views Text Color?

Input Output<TextView android:text="@+id/TextView01" android:id="@+id/TextView01" android:layout_width="wrap_content“android:layout_height="wrap_content“android:textColor="#23cf34" />

<EditText android:text="@+id/EditText01" android:id="@+id/EditText01" android:layout_width="wrap_content“android:layout_height="wrap_content“android:textColor="#23cf34" />

<Button android:text="@+id/Button01“ android:id="@+id/Button01“android:layout_width="wrap_content“android:layout_height="wrap_content“android:textColor="#23cf34" />

Page 7: Android Application Development

Android Listview Example

Input Outputpublic class ListviewExample extends Activity {private ListView lv1;private String lv_arr[]= {"Android","iPhone","BlackBerry","AndroidPeople"};@Overridepublic void onCreate(Bundle icicle) {super.onCreate(icicle);setContentView(R.layout.main);lv1=(ListView)findViewById(R.id.ListView01);// By using setAdpater method in listview we can add string array in list.lv1.setAdapter(new ArrayAdapter<String>(this, android.R.layout.simple_list_item_1 , lv_arr));}}

Page 8: Android Application Development

Android Textview Border Example

Input Output<TableLayout android:id="@+id/TableLayout01" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="#55771B"> <TextView android:text="@+id/TextView01" android:id="@+id/TextView01" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="3px" android:layout_marginBottom="3px" android:layout_marginRight="3px" android:layout_marginTop="3px" android:background="#010101"/></TableLayout>

Page 9: Android Application Development

Android ToggleButtonExample

Input Output<?xml version="1.0" encoding="utf-8"?><LinearLayout android:id="@+id/LinearLayout01" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android" android:gravity="center"> <ToggleButton android:id="@+id/ToggleButton01" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textOff="Off Stage" android:textOn="On Stage"/></LinearLayout>

In On Stage

In Off Stage

Page 10: Android Application Development

Hide the Title Bar in Android

Input Outputpublic class HideTitleBarExample extends Activity {@Overridepublic void onCreate(Bundle savedInstanceState) {super.onCreate(savedInstanceState);requestWindowFeature(Window.FEATURE_NO_TITLE);}}

Before,

After,

Page 11: Android Application Development
Page 12: Android Application Development

eSky Guide – Flying GuideeSky Guide – Flying Guide

Page 13: Android Application Development

Home Seller– Home Selling GuideHome Seller– Home Selling Guide

Page 14: Android Application Development

World ClockWorld Clock

Page 15: Android Application Development

Handset Alliance

Page 17: Android Application Development

Alliances

Page 18: Android Application Development

"We are definitely satisfied with the web development and integration work done by Anubavam. They helped us create our company's new corporate community Web site from the ground up. The project had some extremely aggressive timetables to meet, and they were not only able to meet those time demands by coming in on time, but they also finished the project within the originally promised budget, all with quality results. The company was extremely professional to deal with, provided excellent service, and were very responsive throughout the life of the project. We look forward to working with them in the future as our community continues to evolve." David Marshall Director of Marketing, Hyper9

"Anubavam was HUGE help in getting us live. !! Siva and his team have been both responsive and proactive in working our issues and a huge help in getting us up to speed on the product. The ability to quickly turn around requirements and their providing a “staging” area for us to review changes, improved the final products quality and allowed us to move forward quickly. I could not recommend a better business partner for your software and a better partner for your clients to engage. I would recommend that you keep Anubavam at the top of your partner list. " John Bonilla OSIsoft, Inc.

"Anubavam is a tremendous help to us. I have worked with Anubavam for some time now on a variety of projects from programming to web design and even SEO. They understand software, are very knowledgeable and bring new insights to every project."David Garcia CIO, Icon Building Systems Inc.

What do our customer say