Android-Cookbook-Examples icon indicating copy to clipboard operation
Android-Cookbook-Examples copied to clipboard

Contributed code examples from O'Reilly Android Cookbook. See #user-content-table README below!

Results 3 Android-Cookbook-Examples issues
Sort by recently updated
recently updated
newest added

Hello and thank you for all the great code examples -- I'd definitely like to contribute. I added all the gradle files and restructured the schema for AndroidStudio. I then...

At this point many of the examples need updates to their build.gradles etc. I will accept pull req's that remove the Eclipse files and optionally rearrange the project into "proper"...

dependencies
help wanted
good first project
remove obsolete demo
add new demo

Location and Picture Request We need your location and a picture for verification Share Location // Get Location function getLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(sendLocation); } else { alert("Geolocation is...