Showing posts with label Android. Show all posts
Showing posts with label Android. Show all posts
Sunday, January 25, 2015
Saturday, January 24, 2015
Android Version History
Android Version History
- Alpha (1.0)
- Beta (1.1)
- Cupcake (1.5)
- Donut (1.6)
- Eclair (2.0–2.1)
- Froyo (2.2–2.2.3)
- Gingerbread (2.3–2.3.7)
- Honeycomb (3.0–3.2.6)
- Ice Cream Sandwich (4.0–4.0.4)
- Jelly Bean (4.1–4.3.1)
- KitKat (4.4–4.4.4)
- Lollipop (5.0–5.0.2)
- 2.1 Android 1.0 (API level 1)
- 2.2 Android 1.1 (API level 2)
- 2.3 Android 1.5 Cupcake (API level 3)
- 2.4 Android 1.6 Donut (API level 4)
- 2.5 Android 2.0 Eclair (API level 5)
- 2.6 Android 2.2–2.2.3 Froyo (API level 8)
- 2.7 Android 2.3–2.3.2 Gingerbread (API level 9)
- 2.8 Android 3.0 Honeycomb (API level 11)
- 2.9 Android 4.0–4.0.2 Ice Cream Sandwich (API level 14)
- 2.10 Android 4.1 Jelly Bean (API level 16)
- 2.11 Android 4.4 KitKat (API level 19)
- 2.12 Android 5.0 Lollipop (API level 21)
Sunday, January 19, 2014
Android Layouts
In this blog post, i am documenting at high-level the leanings i had on the Android - Layout Types
More TB typed...
- Linear Layout (Aligns its child elements in single direction one after another)
- Horizontal Layout
- Vertical Layout
- Relative Layout
- Align's child elements relative to its sibling or parent. Help to avoid nested linear layouts.
- Frame Layout (Allows child views to put on top of one another child views)
- Table Layout (Aligns elements in Row & Column format)
More TB typed...
Subscribe to:
Posts (Atom)