I’m developing an Android application where the user must be able to send a file stored on the SD Card to a specific e-mail address. By using Android’s Intent class this is very easy. The following code snippet will bring up an e-mail application choose dialog. String filename = "file://" + Environment.getExternalStorageDirectory() + "/file.txt"; String [...]
Posts under ‘Android’
How to fix mobile internet connection in Android 2.2
How to fix mobile internet after updating Android to 2.2
Android service menu
Hidden Android service menu