When the Android Application creates a database, it is established in the system by default/data/'application package name '/
Sometimes we need to build it in the SD card.
Advantages of SD card:
1. After the system restores the factory settings, reinstall the application. Da
There are two ways to implement a photo in Android, one is to call the system's own camera and then use the photo data it returns. Another one is to use the camera class and other related classes to achieve the camera function, this method of the system is relatively high, dyeing is also more complex, the general common application just use the first one can.
start the camera code with intent:
Copy Code code as follows:
Intent Intent
Use SD card in Google Android SimulatorFrom the perspective of this document, the android simulator allows us to use a disk image in the FAT32 format as a simulation of the SD card. Today, I tried to record the process and share i
A picture upload function needs to provide upload pictures in the SD card path, summed up some of the online columns, modified a bit, the code is very simple, interested friends can refer to ha, I hope to help you
Recently in doing a picture upload function, you need to provide upload pictures in the SD card path, on
Open the Eclipse.exe main program of the desktop and come directly to his homepage.
Locate the window----Show view----Other button on the top of the tool
After opening, we click on Android to expand him.
After you expand, double-click the File Explorer tab below
The File Explorer tab will appear below
In the bottom we double click on the mnt---sdcard tab
With the SDcard tab selected, we click the button in the top right corner
Select Loc
1. Call Environment.getexternalstoragestate () to determine if an SD card is plugged into the phone and the application has permission to read and write the SD card.Environment.getexternalstoragestate (). Equals (environment.media_mounted)A return value of TRUE indicates that the application has permission to read and write to the
I use liunx (UBUNTU) as an example:
1. Create an SD card image file
1) Open the terminal to enter the android SDK directory tools directory (such as my path is/home/XXX/android_install/android-sdk-linux_x86/tools );
2) Run mksdcard creation: root @ xxx:/home/XXX/android_install/and
path.Second, Android use log4j write log to sd card, dynamically modify the output file name1. Use the following code to set the output path, which is called in the Init method aboveprivate static String Getoutputpath (context context, string name) {String RootPath = Getsdcardpath (context); StringBuilder fileName = new StringBuilder (); Phone model Filen
This article describes the Android simulator to achieve the mobile phone to add files to the SD card method. Share to everyone for your reference, specific as follows:
Add files directly to the emulator SD card in DDMS if there is an error like this: Failed to push XXXXX.tx
. Android_secure is the product of the official APP2SD, and after the deletion of the software installed in the SD card will not be used. There are so many. asec files are installed on the SD card software, but generally installed in the SD
Android NDK loads so and androidndk in the SD card
Recently, the company's framework has just been transplanted. Since the framework program needs to call subroutines, each subroutine is a so file, with hundreds of so files. It is unrealistic to package all the so and apk files, timely upgrade and maintenance are also troublesome. So you need to put it in the
Android NDK loads so in SD card
Recently, the company's framework has just been transplanted. Since the framework program needs to call subroutines, each subroutine is a so file, with hundreds of so files. It is unrealistic to package all the so and apk files, timely upgrade and maintenance are also troublesome. So you need to put it in the
The example in this article describes how Android gets to listen for SD card status. Share to everyone for your reference. The specific analysis is as follows:
1. Register Storageeventlistener to monitor the SD card state that is the onstoragestatechanged () method, when th
Recently in doing a picture upload function, you need to provide upload pictures in the SD card path, on the Internet to see some examples, change debugging success, the code is very simple. The layout files are as follows:
Copy Code code as follows:
Android:layout_width= "Fill_parent"
android:layout_height= "Fill_parent"
android:orientation= "Vertical" >
Android:id= "@+id/select"
An
Finally:
Implement the SD card file browser
Technical analysis:
The main controls used:Listview
How to fill in the listview control, you need to traverse all the files under the entire SD card. If you traverse a folder, first obtain all the files under the folder, then we can fill all the files in this listview, so we
This article describes the Android implementation to obtain the total capacity of SD card, available size, total memory capacity of the fuselage and the available size of the method. Share to everyone for your reference, specific as follows:
Maybe some students do not know that the system has been provided to obtain the total capacity of
When you use MediaPlayer to play a local Mp3 file , you need to be aware of the problem with access paths and access permissions .1. Access path:/storage/emulated/0 This path is the root path of the phone, you can download the es file browser software to view the current playing MP3 specific path, through Environment.getexternalstoragedirectory (). GetPath () gets /storage/emulated/0 This sdcard path This in the organization void Android.media.MediaPlayer.setDataSource (String path) throws
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.