[android-developers] Stack Exchange Audio Programming Proposal

2010-07-13 Thread jeremynealbrown
Hi, If you are generally interested in Audio Programming and a StackOverflow/StackExchange enthusiast, be sure to follow the development of the Audio Programming proposal @ Area51: http://area51.stackexchange.com/proposals/13007/audio-programming In order for this to become an actual forum we

[android-developers] Image Saving Small Size

2010-07-06 Thread jeremynealbrown
I have written a simple app that opens the camera and passes in a path for saving any captured images. The code basically looks like this: File file = new File( Environment.getExternalStorage() + myimages/, my_image.jpg ); Uri outputUri = Uri.fromFile( file ); Intent intent = new

[android-developers] Downloading Google Docs to Device

2010-05-11 Thread jeremynealbrown
Hello Developers, I have been working with the gdata-client-library for the past few days and I am officially stumped on how to go about downloading .csv and .xls files. I've posted a question here @ S.O. http://stackoverflow.com/questions/2813470/downloading-spreadsheets-from-google-docs

[android-developers] Android Form Generator / Dynamic Interface Generator

2010-04-27 Thread jeremynealbrown
Hello Android Devs, I've recently been working on a project involving dynamic form-based layouts and JSON schema as layout descriptors. In the project I'm working on, the web developer can easily export JSON schema from his services. The schema model the structure of back-end database tables. I

[android-developers] Motorola Droid/Milestone w/ Bluetooth GPS

2010-04-13 Thread jeremynealbrown
Hello, I am working on an Android 2.0 project that is going to be used in a somewhat remote location. There will be no internet connection available and it will be used outside of the U.S. I am considering the option of using an external Nokia or similar GPS device as a GPS receiver/transmitter