Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The first thing that you got to learn is about Android activities really really well. Grok the whole thing. It'll be much easier to go forward from there. Do not go into Java design patterns so early as you would end up trying to fit the problem to your pattern which doesn't end well. Go through the examples on the Android developer website and then write as much code as you can.</p> <p>I just put together this website called Android App Patterns - <a href="http://android-app-patterns.com">http://android-app-patterns.com</a> and it showcases the different UI elements and interaction patterns some popular apps adhere to on Android. </p> <p>There are a number of libraries which help you implement the above patterns easily. For ex.:</p> <ol> <li>GreenDroid - <a href="https://github.com/cyrilmottier/GreenDroid">https://github.com/cyrilmottier/GreenDroid</a></li> <li>ActionBarSherlock - <a href="https://github.com/JakeWharton/ActionBarSherlock">https://github.com/JakeWharton/ActionBarSherlock</a></li> <li>Android View Badger - <a href="https://github.com/jgilfelt/android-viewbadger">https://github.com/jgilfelt/android-viewbadger</a> - Will be used for notifications</li> <li>NineOldAndroids - <a href="https://github.com/JakeWharton/NineOldAndroids">https://github.com/JakeWharton/NineOldAndroids</a> - Use HoneyComb's animation API all the way back to version 1.0</li> <li>Ignition: <a href="https://github.com/kaeppler/ignition">https://github.com/kaeppler/ignition</a> - Lots of helpers for common Android stuff</li> </ol>
    singulars
    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