CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2012
    Location
    New York, USA
    Posts
    2

    New in Android Application Development

    Hello All,

    I am new on this forum as well as in android application development. I hope this forum will help me a lot.

  2. #2
    Join Date
    Sep 2012
    Location
    New York, USA
    Posts
    2

    Re: New in Android Application Development

    First we should know: What Android is not?

    A Java ME implementation — Android applications are written using the Java language,
    but they are not run within a Java ME (Mobile Edition) VM, and Java-compiled classes and
    executables will not run natively in Android.
    Part of the Linux Phone Standards Forum (LiPS) or the Open Mobile Alliance (OMA)
    Android runs on an open-source Linux kernel, but, while their goals are similar, Android’s
    complete software stack approach goes further than the focus of these standards-defining
    organizations.
    Simply an application layer (such as UIQ or S60) — Although Android does include an application
    layer, “Android’’ also describes the entire software stack, encompassing the underlying
    operating system, the API libraries, and the applications themselves.
    A mobile phone handset — Android includes a reference design for mobile handset manufacturers,
    but there is no single “Android phone.” Instead, Android has been designed to support
    many alternative hardware devices.
    Google’s answer to the iPhone — The iPhone is a fully proprietary hardware and software
    platform released by a single company (Apple), whereas Android is an open-source
    software stack produced and supported by the Open Handset Alliance (OHA) and designed
    to operate on any compatible device.

  3. #3
    Join Date
    Aug 2012
    Posts
    20

    Re: New in Android Application Development

    "Hello! Android "... One of the best book of Android development....

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured