Description: Easy Address Book, requirements:
An add, delete, change, and a simple search function.
2 contacts need to have the following form: name, phone, telephone, mail, address (or more).
All data is stored in an SQLite database.
(4) in the project to use to the Activity, the Intent (or at least have a page jumps), the SQLiteDatabase or
SQLiteOpenHelper. View the content embodied in the form of the list, add five (or more) contacts.
5 simple elegant UI, and have a basic error of judgment (for example, the user operation simple reminders, user error
Alerts, etc.).
Use the Service to add background music to the address book, play, pause, stop playback function.
To Search:
- [shoubing] - To handle is divided into the mobile ter
- [Android-multimedia] - multimedia programming based on Android
- [z_zoom] - A picture of operation of small examples
- [MyFileBrowser] - An android system s file browser, you ca
File list (Check if you may need any files):
Database
........\.classpath
........\.project
........\AndroidManifest.xml
........\assets
........\bin
........\...\android
........\...\.......\Database
........\...\.......\........\DatabaseActivity$1.class
........\...\.......\........\DatabaseActivity$StartListener.class
........\...\.......\........\DatabaseActivity$StopListener.class
........\...\.......\........\DatabaseActivity.class
........\...\.......\........\DBHelper.class
........\...\.......\........\displayAvtivity$1$1.class
........\...\.......\........\displayAvtivity$1$2.class
........\...\.......\........\displayAvtivity$1$3.class
........\...\.......\........\displayAvtivity$1.class
........\...\.......\........\displayAvtivity.class
........\...\.......\........\list$1$1.class
........\...\.......\........\list$1$2.class
........\...\.......\........\list$1.class
........\...\.......\........\list.class
........\...\.......\........\modi$1.class
........\...\.......\........\modi$2.class
........\...\.......\........\modi.class
........\...\.......\........\MusicService.class
........\...\.......\........\R$attr.class
........\...\.......\........\R$drawable.class
........\...\.......\........\R$id.class
........\...\.......\........\R$layout.class
........\...\.......\........\R$raw.class
........\...\.......\........\R$string.class
........\...\.......\........\R.class
........\...\classes.dex
........\...\Database.apk
........\...\resources.ap_
........\default.properties
........\gen
........\...\android
........\...\.......\Database
........\...\.......\........\R.java
........\proguard.cfg
........\res
........\...\drawable-hdpi
........\...\.............\icon.png
........\...\drawable-ldpi
........\...\.............\icon.png
........\...\drawable-mdpi
........\...\.............\icon.png
........\...\layout
........\...\......\display.xml
........\...\......\list.xml
........\...\......\main.xml
........\...\......\modify.xml
........\...\raw
........\...\...\test.mp3
........\...\values
........\...\......\strings.xml
........\src
........\...\android
........\...\.......\Database
........\...\.......\........\DatabaseActivity.java
........\...\.......\........\DBHelper.java
........\...\.......\........\displayAvtivity.java
........\...\.......\........\list.java
........\...\.......\........\modi.java
........\...\.......\........\MusicService.java