Anda di halaman 1dari 18

Email: info@anubavam.

com

Phone: 800-414-4172

What is Android?
Android is a software stack for mobile devices that includes an operating system, middleware and 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.

Android Applications
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 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

Effective Android Source Code


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

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

How to change Android Views Text Color?


Input
<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" />

Output

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

Android Listview Example


Input
public class ListviewExample extends Activity { private ListView lv1; private String lv_arr[]= {"Android","iPhone", "BlackBerry","AndroidPeople"}; @Override public 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));} }

Output

Android Textview Border Example


Input
<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>

Output

Android ToggleButtonExample
Input
<?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>

Output
In On Stage

In Off Stage

Hide the Title Bar in Android


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

Output
Before,

After,

eSky Guide Flying Guide

Home Seller Home Selling Guide

World Clock

Handset Alliance

Clients

Alliances

What do our customer say


"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.

Anda mungkin juga menyukai