Android Application Development

About This Presentation
Title:

Android Application Development

Description:

Android applications are fun to develop. Our Android developers have excellent experience in Android Application Development. – PowerPoint PPT presentation

Number of Views:45335

less

Transcript and Presenter's Notes

Title: Android Application Development


1
ANDROID APPLICATION Development
Email info_at_anubavam.com
Phone 800-414-4172
2
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.

3
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

4
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

5
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

6
How to change Android Views Text Color?
Input Output
ltTextView androidtext"_at_id/TextView01" androidid"_at_id/TextView01" androidlayout_width"wrap_content androidlayout_height"wrap_content androidtextColor"23cf34" /gt
ltEditText androidtext"_at_id/EditText01" androidid"_at_id/EditText01" androidlayout_width"wrap_content androidlayout_height"wrap_content androidtextColor"23cf34" /gt
ltButton androidtext"_at_id/Button01 androidid"_at_id/Button01 androidlayout_width"wrap_content androidlayout_height"wrap_content androidtextColor"23cf34" /gt
7
Android Listview Example
Input Output
public class ListviewExample extends Activity private ListView lv1 private String lv_arr "Android","iPhone", "BlackBerry","AndroidPeople" _at_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 ArrayAdapterltStringgt(this, android.R.layout.simple_list_item_1 , lv_arr))
8
Android Textview Border Example
Input Output
ltTableLayout androidid"_at_id/TableLayout01" androidlayout_width"wrap_content" androidlayout_height"wrap_content" androidbackground"55771B"gt ltTextView androidtext"_at_id/TextView01" androidid"_at_id/TextView01" androidlayout_width"wrap_content" androidlayout_height"wrap_content" androidlayout_marginLeft"3px" androidlayout_marginBottom"3px" androidlayout_marginRight"3px" androidlayout_marginTop"3px" androidbackground"010101"/gt lt/TableLayoutgt
9
Android ToggleButtonExample
Input Output
lt?xml version"1.0" encoding"utf-8"?gt ltLinearLayout androidid"_at_id/LinearLayout01" androidlayout_width"fill_parent" androidlayout_height"fill_parent" xmlnsandroid"http//schemas.android.com/ apk/res/android" androidgravity"center"gt ltToggleButton androidid"_at_id/ToggleButton01" androidlayout_width"wrap_content" androidlayout_height"wrap_content" androidtextOff"Off Stage" androidtextOn"On Stage"/gt lt/LinearLayoutgt
In On Stage
In Off Stage
10
Hide the Title Bar in Android
Input Output
public class HideTitleBarExample extends Activity _at_Override public void onCreate(Bundle savedInstanceState) super.onCreate(savedInstanceState) requestWindowFeature(Window.FEATURE_NO_TITLE)
Before,
After,
11
Our Work
12
eSky Guide Flying Guide
13
Home Seller Home Selling Guide
14
World Clock
15
Handset Alliance
16
Clients
17
Alliances
18
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.
Write a Comment
User Comments (0)