"Basic Knowledge"
SQLite: A small database, suitable for use in Android systems.
CD (Andorid debug Bridge): Android Debugging tool, run on DOS interface.
Android SDK (software Development Kit): Android software Development Kit. It has to be installed and is usually installed when you install Android Studio.
DDMS(Dalvik Debug Monitor Service): Dalvik virtual Machine Debug Monitoring services. Visual interface to view running threads and heap information, LOGCAT, broadcast status information, analog phone calls, receiving SMS, virtual geographic coordinates, etc. for a particular process.
AVD(Android virtual device): Android VM. This tool can be used to create simulators for testing programs.
Androiddevices Monitor: Android device monitors. The graphical interface provides a standalone tool for debugging and analyzing Android applications. The monitor tool does not require IDE environment support.
Android Debug Database : Android Debug Database tool. After testing multiple tools, the personal feel that this is the best use of free tools, without root, in mobile phones and simulators are very useful, the function is relatively strong. It is recommended to use Chrome browser.
SQL (Structured Query Language): Structured Query language. Database standard language, must be mastered.
"Sample Program"
Http://www.cnblogs.com/hbuwyg/p/7048857.html
Http://www.cnblogs.com/hbuwyg/p/7045722.html
Android SQLite Learning Summary