Reputation: 9
I want to implement Android 4.0 features in my app. If any one has sample code could you please share?
I mainly need examples for photo editing (taking some part according to our finger touch points).
Upvotes: 0
Views: 3253
Reputation: 42710
Using the Android SDK manager you can download the package "Samples for API14" which contains a lot of example Apps for Android 4.0 alias Ice Cream Sandwich / API14.
After installing this package you will find the sample apps in the folder samples\android-14
within your android sdk directory.
Those demo Apps cover a large number of new features introduced with Android 4.
Upvotes: 13