Sample Android project with many useful examples focused around creating views programically. This sample project not only has simple examples, but it also displays how to set up and use the different compatibiliy libraries for Android and even set up the new DrawerLayout.
- Example 1 : Programically create buttons in a loop
- Example 2 : Programically create Buttons and EditTexts and properly use them
- Example 3 : Create entries for a Matrix
- Example 4 : Simple Matrix Calculator using the JAMA library
- Example 5 : ListView example with a custom ArrayAdapter