Android-Cookbook-Examples
Android-Cookbook-Examples copied to clipboard
Contributed code examples from O'Reilly Android Cookbook. See #user-content-table README below!
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"...
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...