[android-developers] Reliable method for sending attachment in email intent

2011-07-03 Thread EmilDiego
I've tried a variety of different methods of attaching attachments to email intents and I haven't found a 100% reliable solution yet. Sometimes it works with 1 email apps but not others. I've tried a variety of Intent.putExtra calls. I've tried passing the uri of the file on the device, using the

[android-developers] Trying to get a ProgressDialog to display.

2011-05-28 Thread EmilDiego
I have a function inside one of my activities that calculates some statistics and takes a little time to generate a report. I want to display a progressDialog while this is going on to give the user some feedback that something is happening while he is waiting. The problem I am having is that I

[android-developers] Receive a notification when a call is answered

2011-02-15 Thread EmilDiego
I am creating an application for API Level 7 and above that receives a notification every time a phone call is answered and logs that information to a sqlLite databas. When I run the application in the emulator, I never receive the notifications. Here is the class i created. It's simple logs a

[android-developers] Screen flicker when swapping bitmaps to draw

2010-09-17 Thread EmilDiego
I am working on a Live Wallpaper app. Basically id downloads a bunch of different background images and then randomly picks one to display. They change every few minutes to another background. THe problem I an encountering is during the transitions. The bitmaps sometimes flickers when

[android-developers] Database of android device configurations

2010-09-16 Thread EmilDiego
Is there a database anywhere that has all of the different devices that use the android operating system and what their technical specs are. Mainly screen size, screen density, internal storage, external storage, memory, etc. -- You received this message because you are subscribed to the Google

[android-developers] Trouble with Live Wallpaper

2010-07-16 Thread EmilDiego
Im still a beginner with Android development, and my first attempt at a live wallpaper. I'm using the android 2.1 SDK and Eclipse as my development environment. I've gotten some simple apps to compile and run in the Android emulator. I'm working on a live wallpaper, but am having some troble