Skip to content

acompagno/Android-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android-Examples

Project Properties

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.

Included Examples

  • 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

Set up the project

  1. Clone the Repo to your computer
  2. Import the project into your IDE, in my case I'm using Eclipse. Import icon Import from existing code Import project
  3. Set up the project properties, make sure to a include the Android V7 library and set the build target to Android 4.4 Project Properties
  4. The project should now be properly set up :)

Libraries

About

Sample Android project with many useful examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages