Description: This project is the use of a simple SQLite ANDROID student information management system, only the novice hand. Javaapk.com before the introduction of a large wave on the example of the SQLite source code, interested can be downloaded in the javaapk.com home page on the right SQLite.
The function module of this project
1, student registration
2, Member Login
3, student information management (view, modify, delete the long button)
4, menu items
Database using SQLite
To Search:
File list (Check if you may need any files):
LoginProject
............\.classpath
............\.project
............\.settings
............\.........\org.eclipse.jdt.core.prefs
............\AndroidManifest.xml
............\assets
............\gen
............\...\com
............\...\...\wyf
............\...\...\...\login
............\...\...\...\.....\BuildConfig.java
............\...\...\...\.....\R.java
............\proguard.cfg
............\project.properties
............\res
............\...\drawable-hdpi
............\...\.............\ic_launcher.png
............\...\drawable-ldpi
............\...\.............\ic_launcher.png
............\...\drawable-mdpi
............\...\.............\exit.png
............\...\.............\helps.png
............\...\.............\icon.png
............\...\.............\ic_launcher.png
............\...\.............\listuser.png
............\...\.............\logo.png
............\...\drawable-xhdpi
............\...\layout
............\...\......\adduser.xml
............\...\......\edituser.xml
............\...\......\help.xml
............\...\......\main.xml
............\...\......\studentlist.xml
............\...\......\student_info.xml
............\...\......\student_row.xml
............\...\......\update_student.xml
............\...\......\userinfo.xml
............\...\values
............\...\......\strings.xml
............\src
............\...\com
............\...\...\wyf
............\...\...\...\Bean
............\...\...\...\....\Records.java
............\...\...\...\dao
............\...\...\...\...\DataBaseHelper.java
............\...\...\...\...\RecordsDao.java
............\...\...\...\login
............\...\...\...\.....\AddUserActivity.java
............\...\...\...\.....\EditUser.java
............\...\...\...\.....\Help.java
............\...\...\...\.....\LoginActivity.java
............\...\...\...\.....\StudentList.java
............\...\...\...\.....\Student_Info.java
............\...\...\...\.....\Update_Student.java
............\...\...\...\.....\UserInfo.java
............\students
............\students22
............\说明.htm