Tag Archive: SD Card

Xamarin – Write file to SD Card in Android

In this post we would how we write a file to SD Card in Android.   First of all, you need to set the following permission in Android Manifest.   Here is how… Continue reading

Xamarin – Display single image in ImageView from SD Card in Android

In this post we would see how we can display a single image in ImageView from SD Card.   We would have a button control and an ImageView control. On click of the… Continue reading

Xamarin – Parse Json text from SD Card in Android

In this post we would see how to parse a text file which contains JSON text inside it. Let’s say we have the following JSON text inside the file.   Copy the file… Continue reading

Xamarin – Reading XML File from SD Card in Android

In one of my previous posts we had seen how to read a text file from SD Card. In this post we would see how to read an XML file from SD Card.… Continue reading

Xamarin – Reading a Text file from SD Card in Android

In this post we would see how we can read a text file from SD Card in Android. Make sure you have copied the text file to the SD Card. Follow these methods… Continue reading

Copying a File to SD Card Image using Eclipse for Android Emulator

In this post we would see how we can copy a file using Eclipse to SD Card Image in Android Emulator. Install Eclipse. Any version would do. You need to add ADT plugin… Continue reading

Copying A File to SD Card Image using WinImage for Android Emulator

It is required sometimes to test a file from the SD Card in Android development. You could do that using the device itself, or you could use the emulator’s SD Card for this.… Continue reading

Copying a file to SD Card Image using ADB.exe for Android Emulator

If you have installed Android SDK in your system; you have all the tools to manage emulators. In this post we would see how to copy a file to Android Emulator’s SD Card.… Continue reading