Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>After you <a href="http://developer.android.com/sdk/1.5_r1/index.html" rel="noreferrer">download</a> / <a href="http://developer.android.com/sdk/1.5_r1/installing.html" rel="noreferrer">install</a> the SDK I'd do the following:</p> <ul> <li>Start with the <a href="http://developer.android.com/guide/basics/what-is-android.html" rel="noreferrer">Android Basics</a> page to "get" how the framework fits together.</li> <li>Follow the <a href="http://developer.android.com/guide/tutorials/hello-world.html" rel="noreferrer">Hello World tutorial</a> to get a feel for how Android Development works.</li> <li>Check out the <a href="http://developer.android.com/guide/tutorials/views/index.html" rel="noreferrer">Hello Views</a> page to get an idea of what UI elements are available.</li> <li>Follow the <a href="http://developer.android.com/guide/tutorials/notepad/index.html" rel="noreferrer">Notepad tutorial</a> to really get experience building a full app.</li> <li>Then check out all the <a href="http://developer.android.com/guide/samples/index.html" rel="noreferrer">other samples</a> as the cover basically everything you could want to do.</li> </ul> <p>As JRL mentioned, <a href="http://anddev.org" rel="noreferrer">anddev.org</a> is a great resource with tons of tutorials, but the ones I've read all assume you've (at least) done the above.</p> <p>If you like books, <a href="http://rads.stackoverflow.com/amzn/click/1934356174" rel="noreferrer">Hello, Android: Introducing Google's Mobile Development Platform</a> is a pretty good intro-level book. It's one of the Pragmatic Programmers' books, so it covers the basics in a no-nonsense fashion, but doesn't really get into the guts.</p> <p>As an aside, I <strong>strongly</strong> recommend using Eclipse with the plugins. It makes development and testing so much easier.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload