Android Links
Collected Links
Links I’ve collected on Delicious
- Dagger Simple, lightweight dependency injection for java and android
- Genymotion Faster better android emulator
- Introducing Wire Protocol Buffers Google protocol buffer compatible marshaling for android
- How do I get an apk file from an Android device? - Stack Overflow how to extrace an apk from a device, by backing up, uncompressing the backup and untaring the result.
- Resources every Android developer must know Long list of useful Android development links: tutorials, docs, projects, libraries, books, the whole nine yards
- Nine-patch editor » Web Look and Feel a better 9-patch editor
- The Ultimate Android Library Searchable collections of android libraries.
- Android Views - Custom UI Views Collection of android development resources, libraries etc. Mostly (exclusivly?) focused on UI components.
- Dagger † A fast dependency injector for Android and Java. Lightweight DI framework by Square. Might be worth a look.
- Google Analytics Mobile Analytics And Reporting – Google Analytics in app analytics
- Flurry mobile app in app analytics
- openmobster - OpenMobster - Open Source Mobile Enterprise Backend - Google Project Hosting Genericized backend services for mobile apps.
- MightyText - Send & Receive SMS Text Messages from Computer | Android Sync Interesting android app and browser app combo. screen call, send texts, etc on your phone from a tablet or PC. Nice example of cooperating devices.
- androidscreencast - Desktop app to control an android device remotely - Google Project Hosting Remote screen viewing from PC to android via USB debugging protocol. On rooted devices can also use PC keyboard and mouse.
- Fluid UI - iPhone & Android Mobile Mockups Web based wire frame app for android UI porototyping
- Designing For Android: Tips And Techniques - Smashing Mobile | Smashing Mobile android design suggestions with collection of links to background material
- Google Posts “Getting Started” Video To Help New Nexus 7 Owners Get Up and Running
- List of Videos for Android Application Development Large collection of Android development videos.
- Must-have libraries in modern Android developer toolbox Collection of useful libraries for Android developers.
- calabash/calabash-android Run Cucumber tests on android devices, emulator or physical.
- Robolectric: Unit Test your Android Application | Robolectric Android unit test framework
- Location API and Google Maps in Android - Tutorial Nice post on android location and map apis
- Android - google-api-java-client - Android environment. - Google APIs Client Library for Java - Google Project Hosting Notes on using the google-api-client with andriod, includes an extensive presentation from Google I/0 2011 with slides, that explains a lot of the undocumented stuff including authentication.
- google-api-java-client - Google APIs Client Library for Java - Google Project Hosting Google API client library for Java. Also useful on Android.
- Integrating Google+ API to Android | iMellon Blog Example of using the Google API client on Android to access Google APIs (in this case the Google+ API, but most of the story is API neutral)
- vogar - Runs your Java code for you - Google Project Hosting Vogar is a command line tool that attempts to boost your productivity when developing Java programs.
It accepts prebuilt .jar files or .java source files. It understands tests, benchmarks, and classes with main methods. It targets your desktop JVM, attached Android devices, or on a far away machine. And it runs interactively during development, or automatically in your continuous build.
- SensorSimulator - openintents - Sensor Simulator for simulating sensor data in real time. - Make Android applications work together. - Google Project Hosting Sensor Simulator is a java application that generates sensor input (gps, acceleromoter, etc) for the android emulator
- Android Examples - TechnoTalkative » TechnoTalkative Great list of android examples
- Android Cookbook: Home A Crowd-sourced Cookbook on Writing Great Android(R) Apps
- Amarino - "Android meets Arduino" - Home Bluetooth connectivity between Android and Arduino