Are there precompiled samples from SDK available anywhere? Or is there any way to quickly compile all samples from given SDK version?
UPDATE: it looks like everyone needs to compile examples by itself
Are there precompiled samples from SDK available anywhere? Or is there any way to quickly compile all samples from given SDK version?
UPDATE: it looks like everyone needs to compile examples by itself
You can import the sample applications in Eclipse then deploy them on your Android device or the emulator.
If Eclipse, ADT and required tools are installed, it should be quite fast.
If you're looking for already complete projects that you just need to deploy take a look at the Notepad tutorial download. It contains the completed solutions, ready to go.
http://developer.android.com/resources/tutorials/notepad/index.html
The sample apps are also complete, working apps.