(The project mainly includes the following primary files: 1. DbNews.java is the class corresponding to the database and database tables, including the internal class News, which corresponds to the news table. It mainly provides column name citation and table encapsulation. 2. DBHelper.java encapsulates the database operation class, including multiple operations on the database. Its internal class DBOpenHelper is inherited from SQLiteOpenHelper and serves as the creation and upgrade of databases. Five records are stored while initializing the database. 3. SQLiteDemo.java, inherited from ListActivity, is about displaying records in the database. 4、SeeDetailNews。 Java displays each detailed record. 5. Layout files are no longer introduced.
SQLiteDemo\bin\com\kf\sqlite\DBHelper$DBOpenHelper.class
SQLiteDemo\bin\com\kf\sqlite\DBHelper.class
SQLiteDemo\bin\com\kf\sqlite\DbNews$News.class
SQLiteDemo\bin\com\kf\sqlite\DbNews.class
SQLiteDemo\bin\com\kf\sqlite\R$attr.class
SQLiteDemo\bin\com\kf\sqlite\R$drawable.class
SQLiteDemo\bin\com\kf\sqlite\R$id.class
SQLiteDemo\bin\com\kf\sqlite\R$layout.class
SQLiteDemo\bin\com\kf\sqlite\R$string.class
SQLiteDemo\bin\com\kf\sqlite\R.class
SQLiteDemo\bin\com\kf\sqlite\SeeDetailNews$1.class
SQLiteDemo\bin\com\kf\sqlite\SeeDetailNews.class
SQLiteDemo\bin\com\kf\sqlite\SQLiteDemo.class
SQLiteDemo\bin\classes.dex
SQLiteDemo\bin\resources.ap_
SQLiteDemo\bin\SQLiteDemo.apk
SQLiteDemo\gen\com\kf\sqlite\R.java
SQLiteDemo\res\drawable-hdpi\icon.png
SQLiteDemo\res\drawable-ldpi\icon.png
SQLiteDemo\res\drawable-mdpi\icon.png
SQLiteDemo\res\layout\detail_ views.xml
SQLiteDemo\res\layout\main.xml
SQLiteDemo\res\values\strings.xml
SQLiteDemo\src\com\kf\sqlite\DBHelper.java
SQLiteDemo\src\com\kf\sqlite\DbNews.java
SQLiteDemo\src\com\kf\sqlite\SeeDetailNews.java
SQLiteDemo\src\com\kf\sqlite\SQLiteDemo.java
SQLiteDemo\.classpath
SQLiteDemo\.project
SQLiteDemo\AndroidManifest.xml
.....)