文件名称:OrmLiteDemo
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
一个关于OrmLite使用的例子,包括添加、编辑、删除、详细查询等功能。OrmLite提供了一些轻量级持久化Java对象到SQL数据库,同时也避免了复杂性。在开发Android项目时使用能压缩开发时间。-An example about OrmLite which has the functions of add、edit、delete、 detail query and so on.OrmLite provides some lightweight persistent Java objects to SQL databases, while avoiding the complexity. If we use the OrmLite in the development of Android project, the development time can be compressed.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
OrmLiteDemo
...........\.classpath
...........\.project
...........\AndroidManifest.xml
...........\assets
...........\bin
...........\...\AndroidManifest.xml
...........\...\classes
...........\...\classes.dex
...........\...\.......\com
...........\...\.......\...\example
...........\...\.......\...\.......\ormlitedemo
...........\...\.......\...\.......\...........\adapter
...........\...\.......\...\.......\...........\.......\ListViewAdapter.class
...........\...\.......\...\.......\...........\AddStudentInfo$1.class
...........\...\.......\...\.......\...........\AddStudentInfo$2.class
...........\...\.......\...\.......\...........\AddStudentInfo.class
...........\...\.......\...\.......\...........\bean
...........\...\.......\...\.......\...........\....\Student.class
...........\...\.......\...\.......\...........\BuildConfig.class
...........\...\.......\...\.......\...........\dao
...........\...\.......\...\.......\...........\...\OrmLiteHelper.class
...........\...\.......\...\.......\...........\DetailStudentInfo.class
...........\...\.......\...\.......\...........\EditStudentInfo$1.class
...........\...\.......\...\.......\...........\EditStudentInfo$2.class
...........\...\.......\...\.......\...........\EditStudentInfo.class
...........\...\.......\...\.......\...........\MainAct$1.class
...........\...\.......\...\.......\...........\MainAct.class
...........\...\.......\...\.......\...........\QueryStudentInfo$1.class
...........\...\.......\...\.......\...........\QueryStudentInfo$2.class
...........\...\.......\...\.......\...........\QueryStudentInfo$3.class
...........\...\.......\...\.......\...........\QueryStudentInfo$4.class
...........\...\.......\...\.......\...........\QueryStudentInfo$SpinnerXMLSelectedListener.class
...........\...\.......\...\.......\...........\QueryStudentInfo.class
...........\...\.......\...\.......\...........\R$array.class
...........\...\.......\...\.......\...........\R$attr.class
...........\...\.......\...\.......\...........\R$dimen.class
...........\...\.......\...\.......\...........\R$drawable.class
...........\...\.......\...\.......\...........\R$id.class
...........\...\.......\...\.......\...........\R$layout.class
...........\...\.......\...\.......\...........\R$menu.class
...........\...\.......\...\.......\...........\R$string.class
...........\...\.......\...\.......\...........\R$style.class
...........\...\.......\...\.......\...........\R.class
...........\...\dexedLibs
...........\...\.........\android-support-v4-c1d6aa507c3ef3a6b78e84c97c0980ba.jar
...........\...\.........\annotations-8158588050dfb03990d17d7fd39e5ffc.jar
...........\...\.........\ormlite-android-4.47-8ff5dbd1e9e7c760c32a528b071128dd.jar
...........\...\.........\ormlite-core-4.47-3818487ad1a98c74772f1e0b9140a377.jar
...........\...\jarlist.cache
...........\...\OrmLiteDemo.apk
...........\...\res
...........\...\resources.ap_
...........\...\...\drawable-hdpi
...........\...\...\.............\ic_launcher.png
...........\...\...\drawable-mdpi
...........\...\...\.............\ic_launcher.png
...........\...\...\drawable-xhdpi
...........\...\...\..............\ic_launcher.png
...........\...\...\drawable-xxhdpi
...........\...\...\...............\ic_launcher.png
...........\gen
...........\...\com
...........\...\...\example
...........\...\...\.......\ormlitedemo
...........\...\...\.......\...........\BuildConfig.java
...........\...\...\.......\...........\R.java
...........\ic_launcher-web.png
...........\libs
...........\....\android-support-v4.jar
...........\....\ormlite-android-4.47.jar
...........\....\ormlite-core-4.47.jar
...........\proguard-project.txt
...........\project.properties
...........\res
...........\...\drawable-hdpi
...........\...\.............\ic_launcher.png
...........\...\drawable-ldpi
...........\...\drawable-mdpi
...........\...\.............\ic_launcher.png
...........\...\drawable-xhdpi
...........\...\..............\ic_launcher.png
...........\...\drawable-xxhdpi
...........\...\...............\ic_launcher.png
...........\...\layout
....