Android Development Using API Demos
/Google provides API Demos apps for various releases of the Android system. These apps contain hundreds of demos of Android capabilities. They demonstrate the use of tens of thousands of lines of code and can be a big help to developers as they create their own apps.
However, the API Demos apps are not well documented and it can be difficult to find the code within them for a given function. In authoring a recently released video tutorial course for Android Developers, I addressed this issue by creating an Excel worksheet that gives developers a tool to better understand the structure of the API Demos and to search the demos based on keywords to find the code they need.
A video explaining the use of API Demos is below...