diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fd45b12
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+*.iml
+.gradle
+/local.properties
+/.idea/caches/build_file_checksums.ser
+/.idea/libraries
+/.idea/modules.xml
+/.idea/workspace.xml
+.DS_Store
+/build
+/captures
+.externalNativeBuild
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
new file mode 100644
index 0000000..30aa626
--- /dev/null
+++ b/.idea/codeStyles/Project.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
new file mode 100644
index 0000000..76a4349
--- /dev/null
+++ b/.idea/gradle.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..3801c33
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/数据库/voice/.idea/runConfigurations.xml b/.idea/runConfigurations.xml
similarity index 100%
rename from 数据库/voice/.idea/runConfigurations.xml
rename to .idea/runConfigurations.xml
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/FunctionRealize/Record/.gitignore b/FunctionRealize/Record/.gitignore
new file mode 100644
index 0000000..fd45b12
--- /dev/null
+++ b/FunctionRealize/Record/.gitignore
@@ -0,0 +1,11 @@
+*.iml
+.gradle
+/local.properties
+/.idea/caches/build_file_checksums.ser
+/.idea/libraries
+/.idea/modules.xml
+/.idea/workspace.xml
+.DS_Store
+/build
+/captures
+.externalNativeBuild
diff --git a/FunctionRealize/Record/.idea/codeStyles/Project.xml b/FunctionRealize/Record/.idea/codeStyles/Project.xml
new file mode 100644
index 0000000..30aa626
--- /dev/null
+++ b/FunctionRealize/Record/.idea/codeStyles/Project.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/数据库/voice/.idea/gradle.xml b/FunctionRealize/Record/.idea/gradle.xml
similarity index 100%
rename from 数据库/voice/.idea/gradle.xml
rename to FunctionRealize/Record/.idea/gradle.xml
diff --git a/数据库/voice/.idea/misc.xml b/FunctionRealize/Record/.idea/misc.xml
similarity index 96%
rename from 数据库/voice/.idea/misc.xml
rename to FunctionRealize/Record/.idea/misc.xml
index e0d5b93..b0c7b20 100644
--- a/数据库/voice/.idea/misc.xml
+++ b/FunctionRealize/Record/.idea/misc.xml
@@ -29,7 +29,7 @@
-
+
diff --git a/FunctionRealize/Record/.idea/runConfigurations.xml b/FunctionRealize/Record/.idea/runConfigurations.xml
new file mode 100644
index 0000000..7f68460
--- /dev/null
+++ b/FunctionRealize/Record/.idea/runConfigurations.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/数据库/voice/app/.gitignore b/FunctionRealize/Record/app/.gitignore
similarity index 100%
rename from 数据库/voice/app/.gitignore
rename to FunctionRealize/Record/app/.gitignore
diff --git a/FunctionRealize/Record/app/build.gradle b/FunctionRealize/Record/app/build.gradle
new file mode 100644
index 0000000..f736938
--- /dev/null
+++ b/FunctionRealize/Record/app/build.gradle
@@ -0,0 +1,29 @@
+apply plugin: 'com.android.application'
+
+android {
+ compileSdkVersion 28
+ defaultConfig {
+ applicationId "com.record"
+ minSdkVersion 20
+ targetSdkVersion 28
+ versionCode 1
+ versionName "1.0"
+ testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
+ }
+ buildTypes {
+ release {
+ minifyEnabled false
+ proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
+ }
+ }
+}
+
+dependencies {
+ implementation fileTree(dir: 'libs', include: ['*.jar'])
+ implementation 'com.android.support:appcompat-v7:28.0.0'
+ implementation 'com.android.support.constraint:constraint-layout:1.1.3'
+ implementation 'com.android.support:design:28.0.0'
+ testImplementation 'junit:junit:4.12'
+ androidTestImplementation 'com.android.support.test:runner:1.0.2'
+ androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
+}
diff --git a/数据库/voice/app/proguard-rules.pro b/FunctionRealize/Record/app/proguard-rules.pro
similarity index 100%
rename from 数据库/voice/app/proguard-rules.pro
rename to FunctionRealize/Record/app/proguard-rules.pro
diff --git a/FunctionRealize/Record/app/src/androidTest/java/com/record/ExampleInstrumentedTest.java b/FunctionRealize/Record/app/src/androidTest/java/com/record/ExampleInstrumentedTest.java
new file mode 100644
index 0000000..7f787aa
--- /dev/null
+++ b/FunctionRealize/Record/app/src/androidTest/java/com/record/ExampleInstrumentedTest.java
@@ -0,0 +1,26 @@
+package com.record;
+
+import android.content.Context;
+import android.support.test.InstrumentationRegistry;
+import android.support.test.runner.AndroidJUnit4;
+
+import org.junit.Test;
+import org.junit.runner.RunWith;
+
+import static org.junit.Assert.*;
+
+/**
+ * Instrumented test, which will execute on an Android device.
+ *
+ * @see Testing documentation
+ */
+@RunWith(AndroidJUnit4.class)
+public class ExampleInstrumentedTest {
+ @Test
+ public void useAppContext() {
+ // Context of the app under test.
+ Context appContext = InstrumentationRegistry.getTargetContext();
+
+ assertEquals("com.record", appContext.getPackageName());
+ }
+}
diff --git a/FunctionRealize/Record/app/src/main/AndroidManifest.xml b/FunctionRealize/Record/app/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..13f15fe
--- /dev/null
+++ b/FunctionRealize/Record/app/src/main/AndroidManifest.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/FunctionRealize/Record/app/src/main/java/com/record/MainActivity.java b/FunctionRealize/Record/app/src/main/java/com/record/MainActivity.java
new file mode 100644
index 0000000..83803d5
--- /dev/null
+++ b/FunctionRealize/Record/app/src/main/java/com/record/MainActivity.java
@@ -0,0 +1,27 @@
+package com.record;
+
+import android.annotation.TargetApi;
+import android.os.Build;
+import android.os.Bundle;
+import android.os.Handler;
+import android.os.Message;
+import android.support.annotation.RequiresApi;
+import android.support.design.widget.FloatingActionButton;
+import android.support.design.widget.Snackbar;
+import android.support.v7.app.AppCompatActivity;
+import android.support.v7.widget.Toolbar;
+import android.view.View;
+import android.media.MediaPlayer;
+import android.media.MediaRecorder;
+import android.os.Environment;
+import android.util.Log;
+import android.view.MotionEvent;
+import android.view.Window;
+import android.widget.Button;
+import android.widget.Toast;
+import android.widget.ListView;
+import java.io.File;
+import java.util.concurrent.ExecutorService;
+
+public class MainActivity extends AppCompatActivity {
+}
\ No newline at end of file
diff --git a/FunctionRealize/Record/app/src/main/java/com/record/MyButtonListener.java b/FunctionRealize/Record/app/src/main/java/com/record/MyButtonListener.java
new file mode 100644
index 0000000..ee1bc6a
--- /dev/null
+++ b/FunctionRealize/Record/app/src/main/java/com/record/MyButtonListener.java
@@ -0,0 +1,16 @@
+package com.record;
+
+import android.view.MotionEvent;
+import android.view.View;
+ class MyButtonListener implements View.OnLongClickListener,View.OnTouchListener{
+ @Override
+ public boolean onTouch(View v, MotionEvent event) {
+ return false;
+ }
+
+ @Override
+ public boolean onLongClick(View v) {
+ return true;
+ }
+ }
+
diff --git a/数据库/voice/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/FunctionRealize/Record/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
similarity index 100%
rename from 数据库/voice/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
rename to FunctionRealize/Record/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
diff --git a/FunctionRealize/Record/app/src/main/res/drawable/ic_launcher_background.xml b/FunctionRealize/Record/app/src/main/res/drawable/ic_launcher_background.xml
new file mode 100644
index 0000000..2408e30
--- /dev/null
+++ b/FunctionRealize/Record/app/src/main/res/drawable/ic_launcher_background.xml
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/FunctionRealize/Record/app/src/main/res/layout/activity_main.xml b/FunctionRealize/Record/app/src/main/res/layout/activity_main.xml
new file mode 100644
index 0000000..12f116e
--- /dev/null
+++ b/FunctionRealize/Record/app/src/main/res/layout/activity_main.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/FunctionRealize/Record/app/src/main/res/layout/content_main.xml b/FunctionRealize/Record/app/src/main/res/layout/content_main.xml
new file mode 100644
index 0000000..2b29f4a
--- /dev/null
+++ b/FunctionRealize/Record/app/src/main/res/layout/content_main.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/FunctionRealize/Record/app/src/main/res/menu/menu_main.xml b/FunctionRealize/Record/app/src/main/res/menu/menu_main.xml
new file mode 100644
index 0000000..3c36f3e
--- /dev/null
+++ b/FunctionRealize/Record/app/src/main/res/menu/menu_main.xml
@@ -0,0 +1,9 @@
+
diff --git a/FunctionRealize/Record/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/FunctionRealize/Record/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 0000000..bbd3e02
--- /dev/null
+++ b/FunctionRealize/Record/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/FunctionRealize/Record/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/FunctionRealize/Record/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 0000000..bbd3e02
--- /dev/null
+++ b/FunctionRealize/Record/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/FunctionRealize/Record/app/src/main/res/mipmap-hdpi/ic_launcher.png b/FunctionRealize/Record/app/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..898f3ed
Binary files /dev/null and b/FunctionRealize/Record/app/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/FunctionRealize/Record/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/FunctionRealize/Record/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
new file mode 100644
index 0000000..dffca36
Binary files /dev/null and b/FunctionRealize/Record/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ
diff --git a/FunctionRealize/Record/app/src/main/res/mipmap-mdpi/ic_launcher.png b/FunctionRealize/Record/app/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000..64ba76f
Binary files /dev/null and b/FunctionRealize/Record/app/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/FunctionRealize/Record/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/FunctionRealize/Record/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
new file mode 100644
index 0000000..dae5e08
Binary files /dev/null and b/FunctionRealize/Record/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ
diff --git a/FunctionRealize/Record/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/FunctionRealize/Record/app/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..e5ed465
Binary files /dev/null and b/FunctionRealize/Record/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/FunctionRealize/Record/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/FunctionRealize/Record/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..14ed0af
Binary files /dev/null and b/FunctionRealize/Record/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ
diff --git a/FunctionRealize/Record/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/FunctionRealize/Record/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..b0907ca
Binary files /dev/null and b/FunctionRealize/Record/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/FunctionRealize/Record/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/FunctionRealize/Record/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..d8ae031
Binary files /dev/null and b/FunctionRealize/Record/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ
diff --git a/FunctionRealize/Record/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/FunctionRealize/Record/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000..2c18de9
Binary files /dev/null and b/FunctionRealize/Record/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/FunctionRealize/Record/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/FunctionRealize/Record/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..beed3cd
Binary files /dev/null and b/FunctionRealize/Record/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ
diff --git a/FunctionRealize/Record/app/src/main/res/values/colors.xml b/FunctionRealize/Record/app/src/main/res/values/colors.xml
new file mode 100644
index 0000000..69b2233
--- /dev/null
+++ b/FunctionRealize/Record/app/src/main/res/values/colors.xml
@@ -0,0 +1,6 @@
+
+
+ #008577
+ #00574B
+ #D81B60
+
diff --git a/FunctionRealize/Record/app/src/main/res/values/dimens.xml b/FunctionRealize/Record/app/src/main/res/values/dimens.xml
new file mode 100644
index 0000000..59a0b0c
--- /dev/null
+++ b/FunctionRealize/Record/app/src/main/res/values/dimens.xml
@@ -0,0 +1,3 @@
+
+ 16dp
+
diff --git a/FunctionRealize/Record/app/src/main/res/values/strings.xml b/FunctionRealize/Record/app/src/main/res/values/strings.xml
new file mode 100644
index 0000000..71e2c0e
--- /dev/null
+++ b/FunctionRealize/Record/app/src/main/res/values/strings.xml
@@ -0,0 +1,4 @@
+
+ Record
+ Settings
+
diff --git a/FunctionRealize/Record/app/src/main/res/values/styles.xml b/FunctionRealize/Record/app/src/main/res/values/styles.xml
new file mode 100644
index 0000000..44f664f
--- /dev/null
+++ b/FunctionRealize/Record/app/src/main/res/values/styles.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
diff --git a/FunctionRealize/Record/app/src/test/java/com/record/ExampleUnitTest.java b/FunctionRealize/Record/app/src/test/java/com/record/ExampleUnitTest.java
new file mode 100644
index 0000000..b4577c6
--- /dev/null
+++ b/FunctionRealize/Record/app/src/test/java/com/record/ExampleUnitTest.java
@@ -0,0 +1,17 @@
+package com.record;
+
+import org.junit.Test;
+
+import static org.junit.Assert.*;
+
+/**
+ * Example local unit test, which will execute on the development machine (host).
+ *
+ * @see Testing documentation
+ */
+public class ExampleUnitTest {
+ @Test
+ public void addition_isCorrect() {
+ assertEquals(4, 2 + 2);
+ }
+}
\ No newline at end of file
diff --git a/FunctionRealize/Record/build.gradle b/FunctionRealize/Record/build.gradle
new file mode 100644
index 0000000..8d3ef8e
--- /dev/null
+++ b/FunctionRealize/Record/build.gradle
@@ -0,0 +1,27 @@
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
+
+buildscript {
+
+ repositories {
+ google()
+ jcenter()
+ }
+ dependencies {
+ classpath 'com.android.tools.build:gradle:3.2.1'
+
+
+ // NOTE: Do not place your application dependencies here; they belong
+ // in the individual module build.gradle files
+ }
+}
+
+allprojects {
+ repositories {
+ google()
+ jcenter()
+ }
+}
+
+task clean(type: Delete) {
+ delete rootProject.buildDir
+}
diff --git a/FunctionRealize/Record/gradle.properties b/FunctionRealize/Record/gradle.properties
new file mode 100644
index 0000000..1d4b005
--- /dev/null
+++ b/FunctionRealize/Record/gradle.properties
@@ -0,0 +1,19 @@
+# Project-wide Gradle settings.
+
+# IDE (e.g. Android Studio) users:
+# Gradle settings configured through the IDE *will override*
+# any settings specified in this file.
+
+# For more details on how to configure your build environment visit
+# http://www.gradle.org/docs/current/userguide/build_environment.html
+
+# Specifies the JVM arguments used for the daemon process.
+# The setting is particularly useful for tweaking memory settings.
+org.gradle.jvmargs=-Xmx1536m
+
+# When configured, Gradle will run in incubating parallel mode.
+# This option should only be used with decoupled projects. More details, visit
+# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
+# org.gradle.parallel=true
+
+
diff --git a/FunctionRealize/Record/gradle/wrapper/gradle-wrapper.jar b/FunctionRealize/Record/gradle/wrapper/gradle-wrapper.jar
new file mode 100644
index 0000000..f6b961f
Binary files /dev/null and b/FunctionRealize/Record/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/FunctionRealize/Record/gradle/wrapper/gradle-wrapper.properties b/FunctionRealize/Record/gradle/wrapper/gradle-wrapper.properties
new file mode 100644
index 0000000..9a4163a
--- /dev/null
+++ b/FunctionRealize/Record/gradle/wrapper/gradle-wrapper.properties
@@ -0,0 +1,5 @@
+distributionBase=GRADLE_USER_HOME
+distributionPath=wrapper/dists
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
+zipStoreBase=GRADLE_USER_HOME
+zipStorePath=wrapper/dists
diff --git a/数据库/voice/gradlew b/FunctionRealize/Record/gradlew
similarity index 100%
rename from 数据库/voice/gradlew
rename to FunctionRealize/Record/gradlew
diff --git a/数据库/voice/gradlew.bat b/FunctionRealize/Record/gradlew.bat
similarity index 100%
rename from 数据库/voice/gradlew.bat
rename to FunctionRealize/Record/gradlew.bat
diff --git a/数据库/voice/settings.gradle b/FunctionRealize/Record/settings.gradle
similarity index 100%
rename from 数据库/voice/settings.gradle
rename to FunctionRealize/Record/settings.gradle
diff --git a/FunctionRealize/XunfeiDemo/.gitignore b/FunctionRealize/XunfeiDemo/.gitignore
new file mode 100644
index 0000000..fd45b12
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/.gitignore
@@ -0,0 +1,11 @@
+*.iml
+.gradle
+/local.properties
+/.idea/caches/build_file_checksums.ser
+/.idea/libraries
+/.idea/modules.xml
+/.idea/workspace.xml
+.DS_Store
+/build
+/captures
+.externalNativeBuild
diff --git a/FunctionRealize/XunfeiDemo/.idea/codeStyles/Project.xml b/FunctionRealize/XunfeiDemo/.idea/codeStyles/Project.xml
new file mode 100644
index 0000000..30aa626
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/.idea/codeStyles/Project.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/FunctionRealize/XunfeiDemo/.idea/gradle.xml b/FunctionRealize/XunfeiDemo/.idea/gradle.xml
new file mode 100644
index 0000000..7ac24c7
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/.idea/gradle.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/FunctionRealize/XunfeiDemo/.idea/misc.xml b/FunctionRealize/XunfeiDemo/.idea/misc.xml
new file mode 100644
index 0000000..b0c7b20
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/.idea/misc.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/FunctionRealize/XunfeiDemo/.idea/runConfigurations.xml b/FunctionRealize/XunfeiDemo/.idea/runConfigurations.xml
new file mode 100644
index 0000000..7f68460
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/.idea/runConfigurations.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/FunctionRealize/XunfeiDemo/app/.gitignore b/FunctionRealize/XunfeiDemo/app/.gitignore
new file mode 100644
index 0000000..796b96d
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/app/.gitignore
@@ -0,0 +1 @@
+/build
diff --git a/FunctionRealize/XunfeiDemo/app/build.gradle b/FunctionRealize/XunfeiDemo/app/build.gradle
new file mode 100644
index 0000000..44871fb
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/app/build.gradle
@@ -0,0 +1,33 @@
+apply plugin: 'com.android.application'
+
+android {
+ compileSdkVersion 28
+ defaultConfig {
+ applicationId "com.example.administrator.xunfeidemo"
+ minSdkVersion 20
+ targetSdkVersion 28
+ versionCode 1
+ versionName "1.0"
+ testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
+ }
+ buildTypes {
+ release {
+ minifyEnabled false
+ proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
+ }
+ }
+}
+
+dependencies {
+ implementation fileTree(include: ['*.jar'], dir: 'libs')
+ implementation 'com.android.support:appcompat-v7:28.0.0'
+ implementation 'com.android.support:design:28.0.0'
+ implementation 'com.android.support.constraint:constraint-layout:1.1.3'
+ implementation 'com.android.support:support-vector-drawable:28.0.0'
+ testImplementation 'junit:junit:4.12'
+ androidTestImplementation 'com.android.support.test:runner:1.0.2'
+ androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
+ implementation files('libs/Msc.jar')
+ implementation files('libs/Sunflower.jar')
+ implementation files('libs/json-lib-2.4-jdk15.jar')
+}
diff --git a/FunctionRealize/XunfeiDemo/app/libs/Msc.jar b/FunctionRealize/XunfeiDemo/app/libs/Msc.jar
new file mode 100644
index 0000000..2dce377
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/libs/Msc.jar differ
diff --git a/FunctionRealize/XunfeiDemo/app/libs/Sunflower.jar b/FunctionRealize/XunfeiDemo/app/libs/Sunflower.jar
new file mode 100644
index 0000000..435ef8c
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/libs/Sunflower.jar differ
diff --git a/FunctionRealize/XunfeiDemo/app/libs/json-lib-2.4-jdk15.jar b/FunctionRealize/XunfeiDemo/app/libs/json-lib-2.4-jdk15.jar
new file mode 100644
index 0000000..68d4f3b
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/libs/json-lib-2.4-jdk15.jar differ
diff --git a/FunctionRealize/XunfeiDemo/app/proguard-rules.pro b/FunctionRealize/XunfeiDemo/app/proguard-rules.pro
new file mode 100644
index 0000000..f1b4245
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/app/proguard-rules.pro
@@ -0,0 +1,21 @@
+# Add project specific ProGuard rules here.
+# You can control the set of applied configuration files using the
+# proguardFiles setting in build.gradle.
+#
+# For more details, see
+# http://developer.android.com/guide/developing/tools/proguard.html
+
+# If your project uses WebView with JS, uncomment the following
+# and specify the fully qualified class name to the JavaScript interface
+# class:
+#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
+# public *;
+#}
+
+# Uncomment this to preserve the line number information for
+# debugging stack traces.
+#-keepattributes SourceFile,LineNumberTable
+
+# If you keep the line number information, uncomment this to
+# hide the original source file name.
+#-renamesourcefileattribute SourceFile
diff --git a/FunctionRealize/XunfeiDemo/app/src/androidTest/java/com/example/administrator/xunfeidemo/ExampleInstrumentedTest.java b/FunctionRealize/XunfeiDemo/app/src/androidTest/java/com/example/administrator/xunfeidemo/ExampleInstrumentedTest.java
new file mode 100644
index 0000000..7fa2a16
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/app/src/androidTest/java/com/example/administrator/xunfeidemo/ExampleInstrumentedTest.java
@@ -0,0 +1,26 @@
+package com.example.administrator.xunfeidemo;
+
+import android.content.Context;
+import android.support.test.InstrumentationRegistry;
+import android.support.test.runner.AndroidJUnit4;
+
+import org.junit.Test;
+import org.junit.runner.RunWith;
+
+import static org.junit.Assert.*;
+
+/**
+ * Instrumented test, which will execute on an Android device.
+ *
+ * @see Testing documentation
+ */
+@RunWith(AndroidJUnit4.class)
+public class ExampleInstrumentedTest {
+ @Test
+ public void useAppContext() {
+ // Context of the app under test.
+ Context appContext = InstrumentationRegistry.getTargetContext();
+
+ assertEquals("com.example.administrator.xunfeidemo", appContext.getPackageName());
+ }
+}
diff --git a/FunctionRealize/XunfeiDemo/app/src/androidTest/java/com/example/administrator/xunfeidemo/JsonParser.java b/FunctionRealize/XunfeiDemo/app/src/androidTest/java/com/example/administrator/xunfeidemo/JsonParser.java
new file mode 100644
index 0000000..f65bb6b
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/app/src/androidTest/java/com/example/administrator/xunfeidemo/JsonParser.java
@@ -0,0 +1,119 @@
+package com.example.administrator.xunfeidemo;
+
+import org.json.JSONArray;
+import org.json.JSONObject;
+import org.json.JSONTokener;
+
+import android.util.Log;
+
+/**
+ * Json结果解析类
+ */
+public class JsonParser {
+
+ public static String parseIatResult(String json) {
+ StringBuffer ret = new StringBuffer();
+ try {
+ JSONTokener tokener = new JSONTokener(json);
+ JSONObject joResult = new JSONObject(tokener);
+
+ JSONArray words = joResult.getJSONArray("ws");
+ for (int i = 0; i < words.length(); i++) {
+ // 转写结果词,默认使用第一个结果
+ JSONArray items = words.getJSONObject(i).getJSONArray("cw");
+ JSONObject obj = items.getJSONObject(0);
+ ret.append(obj.getString("w"));
+// 如果需要多候选结果,解析数组其他字段
+// for(int j = 0; j < items.length(); j++)
+// {
+// JSONObject obj = items.getJSONObject(j);
+// ret.append(obj.getString("w"));
+// }
+ }
+ } catch (Exception e) {
+ e.printStackTrace();
+ }
+ return ret.toString();
+ }
+
+ public static String parseGrammarResult(String json) {
+ StringBuffer ret = new StringBuffer();
+ try {
+ JSONTokener tokener = new JSONTokener(json);
+ JSONObject joResult = new JSONObject(tokener);
+
+ JSONArray words = joResult.getJSONArray("ws");
+ for (int i = 0; i < words.length(); i++) {
+ JSONArray items = words.getJSONObject(i).getJSONArray("cw");
+ for(int j = 0; j < items.length(); j++)
+ {
+ JSONObject obj = items.getJSONObject(j);
+ if(obj.getString("w").contains("nomatch"))
+ {
+ ret.append("没有匹配结果.");
+ return ret.toString();
+ }
+ ret.append("【结果】" + obj.getString("w"));
+ ret.append("【置信度】" + obj.getInt("sc"));
+ ret.append("\n");
+ }
+ }
+ } catch (Exception e) {
+ e.printStackTrace();
+ ret.append("没有匹配结果.");
+ }
+ return ret.toString();
+ }
+
+ public static String parseLocalGrammarResult(String json) {
+ StringBuffer ret = new StringBuffer();
+ try {
+ JSONTokener tokener = new JSONTokener(json);
+ JSONObject joResult = new JSONObject(tokener);
+
+ JSONArray words = joResult.getJSONArray("ws");
+ for (int i = 0; i < words.length(); i++) {
+ JSONArray items = words.getJSONObject(i).getJSONArray("cw");
+ for(int j = 0; j < items.length(); j++)
+ {
+ JSONObject obj = items.getJSONObject(j);
+ if(obj.getString("w").contains("nomatch"))
+ {
+ ret.append("没有匹配结果.");
+ return ret.toString();
+ }
+ ret.append("【结果】" + obj.getString("w"));
+ ret.append("\n");
+ }
+ }
+ ret.append("【置信度】" + joResult.optInt("sc"));
+
+ } catch (Exception e) {
+ e.printStackTrace();
+ ret.append("没有匹配结果.");
+ }
+ return ret.toString();
+ }
+
+ public static String parseTransResult(String json,String key) {
+ StringBuffer ret = new StringBuffer();
+ try {
+ JSONTokener tokener = new JSONTokener(json);
+ JSONObject joResult = new JSONObject(tokener);
+ String errorCode = joResult.optString("ret");
+ if(!errorCode.equals("0")) {
+ return joResult.optString("errmsg");
+ }
+ JSONObject transResult = joResult.optJSONObject("trans_result");
+ ret.append(transResult.optString(key));
+ /*JSONArray words = joResult.getJSONArray("results");
+ for (int i = 0; i < words.length(); i++) {
+ JSONObject obj = words.getJSONObject(i);
+ ret.append(obj.getString(key));
+ }*/
+ } catch (Exception e) {
+ e.printStackTrace();
+ }
+ return ret.toString();
+ }
+}
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/AndroidManifest.xml b/FunctionRealize/XunfeiDemo/app/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..b4ec60f
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/app/src/main/AndroidManifest.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/assets/iflytek/recognize.xml b/FunctionRealize/XunfeiDemo/app/src/main/assets/iflytek/recognize.xml
new file mode 100644
index 0000000..78300c1
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/assets/iflytek/recognize.xml differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/assets/iflytek/voice_bg.9.png b/FunctionRealize/XunfeiDemo/app/src/main/assets/iflytek/voice_bg.9.png
new file mode 100644
index 0000000..217f9dc
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/assets/iflytek/voice_bg.9.png differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/assets/iflytek/voice_empty.png b/FunctionRealize/XunfeiDemo/app/src/main/assets/iflytek/voice_empty.png
new file mode 100644
index 0000000..08ffc43
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/assets/iflytek/voice_empty.png differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/assets/iflytek/voice_full.png b/FunctionRealize/XunfeiDemo/app/src/main/assets/iflytek/voice_full.png
new file mode 100644
index 0000000..4bf5bbc
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/assets/iflytek/voice_full.png differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/assets/iflytek/waiting.png b/FunctionRealize/XunfeiDemo/app/src/main/assets/iflytek/waiting.png
new file mode 100644
index 0000000..d13bb33
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/assets/iflytek/waiting.png differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/assets/iflytek/warning.png b/FunctionRealize/XunfeiDemo/app/src/main/assets/iflytek/warning.png
new file mode 100644
index 0000000..48150ff
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/assets/iflytek/warning.png differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/java/com/example/administrator/xunfeidemo/MainActivity.java b/FunctionRealize/XunfeiDemo/app/src/main/java/com/example/administrator/xunfeidemo/MainActivity.java
new file mode 100644
index 0000000..6c34e1d
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/app/src/main/java/com/example/administrator/xunfeidemo/MainActivity.java
@@ -0,0 +1,83 @@
+package com.example.administrator.xunfeidemo;
+
+import android.support.v7.app.AppCompatActivity;
+import android.os.Bundle;
+import android.view.Menu;
+import android.view.MenuItem;
+import android.view.View;
+import android.widget.Button;
+import android.widget.EditText;
+import android.widget.Toast;
+import com.iflytek.cloud.RecognizerResult;
+import com.iflytek.cloud.SpeechConstant;
+import com.iflytek.cloud.SpeechError;
+import com.iflytek.cloud.SpeechUtility;
+import com.iflytek.cloud.ui.RecognizerDialog;
+import com.iflytek.cloud.ui.RecognizerDialogListener;
+import org.json.JSONArray;
+import org.json.JSONObject;
+import org.json.JSONTokener;
+
+public class MainActivity extends AppCompatActivity implements View.OnClickListener{
+
+ private Button btn_click;
+ private EditText mResultText;
+
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_main);
+ btn_click = findViewById(R.id.btn_click);
+ mResultText = findViewById(R.id.result);
+ SpeechUtility.createUtility(this, SpeechConstant.APPID + "=5c2d9c12");
+ btn_click.setOnClickListener(this);
+ }
+ @Override
+ public void onClick(View v) {
+ if(v==btn_click) {
+ btnVoice();
+ }
+ else Toast.makeText(this, "请重试!", Toast.LENGTH_SHORT).show();
+ }
+ //TODO 开始说话:
+ private void btnVoice() {
+ RecognizerDialog dialog = new RecognizerDialog(this,null);
+ dialog.setParameter(SpeechConstant.LANGUAGE, "zh_cn");
+ dialog.setParameter(SpeechConstant.ACCENT, "mandarin");
+ dialog.setListener(new RecognizerDialogListener() {
+ @Override
+ public void onResult(RecognizerResult recognizerResult, boolean b) {
+ printResult(recognizerResult);
+ }
+ @Override
+ //
+ public void onError(SpeechError speechError) {
+ }
+ });
+ dialog.show();
+ Toast.makeText(this, "请开始说话", Toast.LENGTH_SHORT).show();
+ }
+ //回调结果:
+ private void printResult(RecognizerResult results) {
+ String text = parseIatResult(results.getResultString());
+ // 自动填写地址
+ mResultText.append(text);
+ }
+ public static String parseIatResult(String json) {
+ StringBuilder ret = new StringBuilder();
+ try {
+ JSONTokener tokenizer = new JSONTokener(json);
+ JSONObject joResult = new JSONObject(tokenizer);
+ JSONArray words = joResult.getJSONArray("ws");
+ for (int i = 0; i < words.length(); i++) {
+ // 转写结果词,默认使用第一个结果
+ JSONArray items = words.getJSONObject(i).getJSONArray("cw");
+ JSONObject obj = items.getJSONObject(0);
+ ret.append(obj.getString("w"));
+ }
+ } catch (Exception e) {
+ e.printStackTrace();
+ ret.append("failed!") ;
+ }
+ return ret.toString();
+ }
+}
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/jniLibs/arm64-v8a/libmsc.so b/FunctionRealize/XunfeiDemo/app/src/main/jniLibs/arm64-v8a/libmsc.so
new file mode 100644
index 0000000..a872cd3
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/jniLibs/arm64-v8a/libmsc.so differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/jniLibs/armeabi-v7a/libmsc.so b/FunctionRealize/XunfeiDemo/app/src/main/jniLibs/armeabi-v7a/libmsc.so
new file mode 100644
index 0000000..0f46850
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/jniLibs/armeabi-v7a/libmsc.so differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/jniLibs/armeabi/libmsc.so b/FunctionRealize/XunfeiDemo/app/src/main/jniLibs/armeabi/libmsc.so
new file mode 100644
index 0000000..1c3ddf1
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/jniLibs/armeabi/libmsc.so differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/jniLibs/mips/libmsc.so b/FunctionRealize/XunfeiDemo/app/src/main/jniLibs/mips/libmsc.so
new file mode 100644
index 0000000..92512fe
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/jniLibs/mips/libmsc.so differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/jniLibs/mips64/libmsc.so b/FunctionRealize/XunfeiDemo/app/src/main/jniLibs/mips64/libmsc.so
new file mode 100644
index 0000000..32fed9e
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/jniLibs/mips64/libmsc.so differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/jniLibs/x86/libmsc.so b/FunctionRealize/XunfeiDemo/app/src/main/jniLibs/x86/libmsc.so
new file mode 100644
index 0000000..62c3f28
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/jniLibs/x86/libmsc.so differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/jniLibs/x86_64/libmsc.so b/FunctionRealize/XunfeiDemo/app/src/main/jniLibs/x86_64/libmsc.so
new file mode 100644
index 0000000..0b9ac79
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/jniLibs/x86_64/libmsc.so differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/FunctionRealize/XunfeiDemo/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
new file mode 100644
index 0000000..c7bd21d
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/drawable/ic_dashboard_black_24dp.xml b/FunctionRealize/XunfeiDemo/app/src/main/res/drawable/ic_dashboard_black_24dp.xml
new file mode 100644
index 0000000..663d572
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/app/src/main/res/drawable/ic_dashboard_black_24dp.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/drawable/ic_home_black_24dp.xml b/FunctionRealize/XunfeiDemo/app/src/main/res/drawable/ic_home_black_24dp.xml
new file mode 100644
index 0000000..70fb291
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/app/src/main/res/drawable/ic_home_black_24dp.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/drawable/ic_launcher_background.xml b/FunctionRealize/XunfeiDemo/app/src/main/res/drawable/ic_launcher_background.xml
new file mode 100644
index 0000000..2408e30
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/app/src/main/res/drawable/ic_launcher_background.xml
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/drawable/ic_notifications_black_24dp.xml b/FunctionRealize/XunfeiDemo/app/src/main/res/drawable/ic_notifications_black_24dp.xml
new file mode 100644
index 0000000..7009a67
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/app/src/main/res/drawable/ic_notifications_black_24dp.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/layout/activity_main.xml b/FunctionRealize/XunfeiDemo/app/src/main/res/layout/activity_main.xml
new file mode 100644
index 0000000..252f1ff
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/app/src/main/res/layout/activity_main.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/menu/navigation.xml b/FunctionRealize/XunfeiDemo/app/src/main/res/menu/navigation.xml
new file mode 100644
index 0000000..eb77319
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/app/src/main/res/menu/navigation.xml
@@ -0,0 +1,19 @@
+
+
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 0000000..bbd3e02
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 0000000..bbd3e02
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-hdpi/ic_launcher.png b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..898f3ed
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
new file mode 100644
index 0000000..dffca36
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-mdpi/ic_launcher.png b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000..64ba76f
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
new file mode 100644
index 0000000..dae5e08
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..e5ed465
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..14ed0af
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..b0907ca
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..d8ae031
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000..2c18de9
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..beed3cd
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/values/colors.xml b/FunctionRealize/XunfeiDemo/app/src/main/res/values/colors.xml
new file mode 100644
index 0000000..69b2233
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/app/src/main/res/values/colors.xml
@@ -0,0 +1,6 @@
+
+
+ #008577
+ #00574B
+ #D81B60
+
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/values/dimens.xml b/FunctionRealize/XunfeiDemo/app/src/main/res/values/dimens.xml
new file mode 100644
index 0000000..47c8224
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/app/src/main/res/values/dimens.xml
@@ -0,0 +1,5 @@
+
+
+ 16dp
+ 16dp
+
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/values/strings.xml b/FunctionRealize/XunfeiDemo/app/src/main/res/values/strings.xml
new file mode 100644
index 0000000..f13f3f8
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/app/src/main/res/values/strings.xml
@@ -0,0 +1,6 @@
+
+ XunfeiDemo
+ Home
+ Dashboard
+ Notifications
+
diff --git a/FunctionRealize/XunfeiDemo/app/src/main/res/values/styles.xml b/FunctionRealize/XunfeiDemo/app/src/main/res/values/styles.xml
new file mode 100644
index 0000000..5885930
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/app/src/main/res/values/styles.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
diff --git a/FunctionRealize/XunfeiDemo/app/src/test/java/com/example/administrator/xunfeidemo/ExampleUnitTest.java b/FunctionRealize/XunfeiDemo/app/src/test/java/com/example/administrator/xunfeidemo/ExampleUnitTest.java
new file mode 100644
index 0000000..dbac0cf
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/app/src/test/java/com/example/administrator/xunfeidemo/ExampleUnitTest.java
@@ -0,0 +1,17 @@
+package com.example.administrator.xunfeidemo;
+
+import org.junit.Test;
+
+import static org.junit.Assert.*;
+
+/**
+ * Example local unit test, which will execute on the development machine (host).
+ *
+ * @see Testing documentation
+ */
+public class ExampleUnitTest {
+ @Test
+ public void addition_isCorrect() {
+ assertEquals(4, 2 + 2);
+ }
+}
\ No newline at end of file
diff --git a/FunctionRealize/XunfeiDemo/build.gradle b/FunctionRealize/XunfeiDemo/build.gradle
new file mode 100644
index 0000000..8d3ef8e
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/build.gradle
@@ -0,0 +1,27 @@
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
+
+buildscript {
+
+ repositories {
+ google()
+ jcenter()
+ }
+ dependencies {
+ classpath 'com.android.tools.build:gradle:3.2.1'
+
+
+ // NOTE: Do not place your application dependencies here; they belong
+ // in the individual module build.gradle files
+ }
+}
+
+allprojects {
+ repositories {
+ google()
+ jcenter()
+ }
+}
+
+task clean(type: Delete) {
+ delete rootProject.buildDir
+}
diff --git a/FunctionRealize/XunfeiDemo/gradle.properties b/FunctionRealize/XunfeiDemo/gradle.properties
new file mode 100644
index 0000000..1d4b005
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/gradle.properties
@@ -0,0 +1,19 @@
+# Project-wide Gradle settings.
+
+# IDE (e.g. Android Studio) users:
+# Gradle settings configured through the IDE *will override*
+# any settings specified in this file.
+
+# For more details on how to configure your build environment visit
+# http://www.gradle.org/docs/current/userguide/build_environment.html
+
+# Specifies the JVM arguments used for the daemon process.
+# The setting is particularly useful for tweaking memory settings.
+org.gradle.jvmargs=-Xmx1536m
+
+# When configured, Gradle will run in incubating parallel mode.
+# This option should only be used with decoupled projects. More details, visit
+# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
+# org.gradle.parallel=true
+
+
diff --git a/FunctionRealize/XunfeiDemo/gradle/wrapper/gradle-wrapper.jar b/FunctionRealize/XunfeiDemo/gradle/wrapper/gradle-wrapper.jar
new file mode 100644
index 0000000..f6b961f
Binary files /dev/null and b/FunctionRealize/XunfeiDemo/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/FunctionRealize/XunfeiDemo/gradle/wrapper/gradle-wrapper.properties b/FunctionRealize/XunfeiDemo/gradle/wrapper/gradle-wrapper.properties
new file mode 100644
index 0000000..9a4163a
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/gradle/wrapper/gradle-wrapper.properties
@@ -0,0 +1,5 @@
+distributionBase=GRADLE_USER_HOME
+distributionPath=wrapper/dists
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
+zipStoreBase=GRADLE_USER_HOME
+zipStorePath=wrapper/dists
diff --git a/FunctionRealize/XunfeiDemo/gradlew b/FunctionRealize/XunfeiDemo/gradlew
new file mode 100644
index 0000000..cccdd3d
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/gradlew
@@ -0,0 +1,172 @@
+#!/usr/bin/env sh
+
+##############################################################################
+##
+## Gradle start up script for UN*X
+##
+##############################################################################
+
+# Attempt to set APP_HOME
+# Resolve links: $0 may be a link
+PRG="$0"
+# Need this for relative symlinks.
+while [ -h "$PRG" ] ; do
+ ls=`ls -ld "$PRG"`
+ link=`expr "$ls" : '.*-> \(.*\)$'`
+ if expr "$link" : '/.*' > /dev/null; then
+ PRG="$link"
+ else
+ PRG=`dirname "$PRG"`"/$link"
+ fi
+done
+SAVED="`pwd`"
+cd "`dirname \"$PRG\"`/" >/dev/null
+APP_HOME="`pwd -P`"
+cd "$SAVED" >/dev/null
+
+APP_NAME="Gradle"
+APP_BASE_NAME=`basename "$0"`
+
+# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+DEFAULT_JVM_OPTS=""
+
+# Use the maximum available, or set MAX_FD != -1 to use that value.
+MAX_FD="maximum"
+
+warn () {
+ echo "$*"
+}
+
+die () {
+ echo
+ echo "$*"
+ echo
+ exit 1
+}
+
+# OS specific support (must be 'true' or 'false').
+cygwin=false
+msys=false
+darwin=false
+nonstop=false
+case "`uname`" in
+ CYGWIN* )
+ cygwin=true
+ ;;
+ Darwin* )
+ darwin=true
+ ;;
+ MINGW* )
+ msys=true
+ ;;
+ NONSTOP* )
+ nonstop=true
+ ;;
+esac
+
+CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
+
+# Determine the Java command to use to start the JVM.
+if [ -n "$JAVA_HOME" ] ; then
+ if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
+ # IBM's JDK on AIX uses strange locations for the executables
+ JAVACMD="$JAVA_HOME/jre/sh/java"
+ else
+ JAVACMD="$JAVA_HOME/bin/java"
+ fi
+ if [ ! -x "$JAVACMD" ] ; then
+ die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
+
+Please set the JAVA_HOME variable in your environment to match the
+location of your Java installation."
+ fi
+else
+ JAVACMD="java"
+ which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
+
+Please set the JAVA_HOME variable in your environment to match the
+location of your Java installation."
+fi
+
+# Increase the maximum file descriptors if we can.
+if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
+ MAX_FD_LIMIT=`ulimit -H -n`
+ if [ $? -eq 0 ] ; then
+ if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
+ MAX_FD="$MAX_FD_LIMIT"
+ fi
+ ulimit -n $MAX_FD
+ if [ $? -ne 0 ] ; then
+ warn "Could not set maximum file descriptor limit: $MAX_FD"
+ fi
+ else
+ warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
+ fi
+fi
+
+# For Darwin, add options to specify how the application appears in the dock
+if $darwin; then
+ GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
+fi
+
+# For Cygwin, switch paths to Windows format before running java
+if $cygwin ; then
+ APP_HOME=`cygpath --path --mixed "$APP_HOME"`
+ CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
+ JAVACMD=`cygpath --unix "$JAVACMD"`
+
+ # We build the pattern for arguments to be converted via cygpath
+ ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
+ SEP=""
+ for dir in $ROOTDIRSRAW ; do
+ ROOTDIRS="$ROOTDIRS$SEP$dir"
+ SEP="|"
+ done
+ OURCYGPATTERN="(^($ROOTDIRS))"
+ # Add a user-defined pattern to the cygpath arguments
+ if [ "$GRADLE_CYGPATTERN" != "" ] ; then
+ OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
+ fi
+ # Now convert the arguments - kludge to limit ourselves to /bin/sh
+ i=0
+ for arg in "$@" ; do
+ CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
+ CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
+
+ if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
+ eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
+ else
+ eval `echo args$i`="\"$arg\""
+ fi
+ i=$((i+1))
+ done
+ case $i in
+ (0) set -- ;;
+ (1) set -- "$args0" ;;
+ (2) set -- "$args0" "$args1" ;;
+ (3) set -- "$args0" "$args1" "$args2" ;;
+ (4) set -- "$args0" "$args1" "$args2" "$args3" ;;
+ (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
+ (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
+ (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
+ (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
+ (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
+ esac
+fi
+
+# Escape application args
+save () {
+ for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
+ echo " "
+}
+APP_ARGS=$(save "$@")
+
+# Collect all arguments for the java command, following the shell quoting and substitution rules
+eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS"
+
+# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
+if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
+ cd "$(dirname "$0")"
+fi
+
+exec "$JAVACMD" "$@"
diff --git a/FunctionRealize/XunfeiDemo/gradlew.bat b/FunctionRealize/XunfeiDemo/gradlew.bat
new file mode 100644
index 0000000..f955316
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/gradlew.bat
@@ -0,0 +1,84 @@
+@if "%DEBUG%" == "" @echo off
+@rem ##########################################################################
+@rem
+@rem Gradle startup script for Windows
+@rem
+@rem ##########################################################################
+
+@rem Set local scope for the variables with windows NT shell
+if "%OS%"=="Windows_NT" setlocal
+
+set DIRNAME=%~dp0
+if "%DIRNAME%" == "" set DIRNAME=.
+set APP_BASE_NAME=%~n0
+set APP_HOME=%DIRNAME%
+
+@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+set DEFAULT_JVM_OPTS=
+
+@rem Find java.exe
+if defined JAVA_HOME goto findJavaFromJavaHome
+
+set JAVA_EXE=java.exe
+%JAVA_EXE% -version >NUL 2>&1
+if "%ERRORLEVEL%" == "0" goto init
+
+echo.
+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
+echo.
+echo Please set the JAVA_HOME variable in your environment to match the
+echo location of your Java installation.
+
+goto fail
+
+:findJavaFromJavaHome
+set JAVA_HOME=%JAVA_HOME:"=%
+set JAVA_EXE=%JAVA_HOME%/bin/java.exe
+
+if exist "%JAVA_EXE%" goto init
+
+echo.
+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
+echo.
+echo Please set the JAVA_HOME variable in your environment to match the
+echo location of your Java installation.
+
+goto fail
+
+:init
+@rem Get command-line arguments, handling Windows variants
+
+if not "%OS%" == "Windows_NT" goto win9xME_args
+
+:win9xME_args
+@rem Slurp the command line arguments.
+set CMD_LINE_ARGS=
+set _SKIP=2
+
+:win9xME_args_slurp
+if "x%~1" == "x" goto execute
+
+set CMD_LINE_ARGS=%*
+
+:execute
+@rem Setup the command line
+
+set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
+
+@rem Execute Gradle
+"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
+
+:end
+@rem End local scope for the variables with windows NT shell
+if "%ERRORLEVEL%"=="0" goto mainEnd
+
+:fail
+rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
+rem the _cmd.exe /c_ return code!
+if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
+exit /b 1
+
+:mainEnd
+if "%OS%"=="Windows_NT" endlocal
+
+:omega
diff --git a/FunctionRealize/XunfeiDemo/settings.gradle b/FunctionRealize/XunfeiDemo/settings.gradle
new file mode 100644
index 0000000..e7b4def
--- /dev/null
+++ b/FunctionRealize/XunfeiDemo/settings.gradle
@@ -0,0 +1 @@
+include ':app'
diff --git a/app/.gitignore b/app/.gitignore
new file mode 100644
index 0000000..796b96d
--- /dev/null
+++ b/app/.gitignore
@@ -0,0 +1 @@
+/build
diff --git a/app/build.gradle b/app/build.gradle
new file mode 100644
index 0000000..fce28db
--- /dev/null
+++ b/app/build.gradle
@@ -0,0 +1,30 @@
+apply plugin: 'com.android.application'
+
+android {
+ compileSdkVersion 27
+ defaultConfig {
+ applicationId "com.example.cici.voice"
+ minSdkVersion 18
+ targetSdkVersion 27
+ versionCode 1
+ versionName "1.0"
+ testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
+ }
+ buildTypes {
+ release {
+ minifyEnabled false
+ proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
+ }
+ }
+}
+
+dependencies {
+ implementation fileTree(dir: 'libs', include: ['*.jar'])
+ implementation 'com.android.support:appcompat-v7:27.1.1'
+ implementation 'com.android.support.constraint:constraint-layout:1.1.2'
+ testImplementation 'junit:junit:4.12'
+ androidTestImplementation 'com.android.support.test:runner:1.0.2'
+ androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
+ implementation 'com.jakewharton:butterknife:8.8.1'
+ annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
+}
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
new file mode 100644
index 0000000..f1b4245
--- /dev/null
+++ b/app/proguard-rules.pro
@@ -0,0 +1,21 @@
+# Add project specific ProGuard rules here.
+# You can control the set of applied configuration files using the
+# proguardFiles setting in build.gradle.
+#
+# For more details, see
+# http://developer.android.com/guide/developing/tools/proguard.html
+
+# If your project uses WebView with JS, uncomment the following
+# and specify the fully qualified class name to the JavaScript interface
+# class:
+#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
+# public *;
+#}
+
+# Uncomment this to preserve the line number information for
+# debugging stack traces.
+#-keepattributes SourceFile,LineNumberTable
+
+# If you keep the line number information, uncomment this to
+# hide the original source file name.
+#-renamesourcefileattribute SourceFile
diff --git a/数据库/voice/app/src/androidTest/java/com/example/cici/voice/ExampleInstrumentedTest.java b/app/src/androidTest/java/com/example/cici/voice/ExampleInstrumentedTest.java
similarity index 100%
rename from 数据库/voice/app/src/androidTest/java/com/example/cici/voice/ExampleInstrumentedTest.java
rename to app/src/androidTest/java/com/example/cici/voice/ExampleInstrumentedTest.java
diff --git a/数据库/voice/app/src/androidTest/java/com/example/cici/voice/LoginActivityTest.java b/app/src/androidTest/java/com/example/cici/voice/LoginActivityTest.java
similarity index 100%
rename from 数据库/voice/app/src/androidTest/java/com/example/cici/voice/LoginActivityTest.java
rename to app/src/androidTest/java/com/example/cici/voice/LoginActivityTest.java
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..b71db8c
--- /dev/null
+++ b/app/src/main/AndroidManifest.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/java/com/example/cici/dao/DBOpenHelper b/app/src/main/java/com/example/cici/dao/DBOpenHelper
new file mode 100644
index 0000000..d1fef9d
--- /dev/null
+++ b/app/src/main/java/com/example/cici/dao/DBOpenHelper
@@ -0,0 +1,40 @@
+package com.example.cici.dao;
+
+import android.content.Context;
+import android.database.sqlite.SQLiteDatabase;
+import android.database.sqlite.SQLiteOpenHelper;
+import android.database.sqlite.SQLiteDatabase.CursorFactory;
+
+public class DBOpenHelper extends SQLiteOpenHelper {
+ public DBOpenHelper(Context context,String name, CursorFactory factory,
+ int version) {
+ super(context, name, factory, version);
+ }
+ @Override
+ public void onCreate(SQLiteDatabase db) {
+ db.execSQL("create table if not exists user_tb(_id integer primary key autoincrement," +
+ "userID text not null," +
+ "pwd text not null," +
+ "name text not null," +
+ "birthday text not null," +
+ "sex text not null," +
+ "phonenum text not null," +
+ "headpic text not null)");
+ db.execSQL("create table if not exists voice_tb(_id integer primary key autoincrement," +
+ "voiceID text not null," +
+ "voicecontent text not null,"
+ "sharemoment integer," +
+ "diary integer," +
+ "memorandum integer," +
+ "report integer)");
+ db.execSQL("create table if not exists publish_tb(_id integer primary key autoincrement," +
+ "voiceID text not null," +
+ "userID text not null)");
+ }
+ @Override
+ public void onUpgrade(SQLiteDatabase db,int oldVersion,int newVersion){
+
+ }
+
+}
+
diff --git a/app/src/main/java/com/example/cici/dao/DBOpenHelper.java b/app/src/main/java/com/example/cici/dao/DBOpenHelper.java
new file mode 100644
index 0000000..6e2f89a
--- /dev/null
+++ b/app/src/main/java/com/example/cici/dao/DBOpenHelper.java
@@ -0,0 +1,41 @@
+
+package com.example.cici.dao;
+
+import android.content.Context;
+import android.database.sqlite.SQLiteDatabase;
+import android.database.sqlite.SQLiteOpenHelper;
+import android.database.sqlite.SQLiteDatabase.CursorFactory;
+
+public class DBOpenHelper extends SQLiteOpenHelper {
+ public DBOpenHelper(Context context,String name, CursorFactory factory,
+ int version) {
+ super(context, name, factory, version);
+ }
+ @Override
+ public void onCreate(SQLiteDatabase db) {
+ db.execSQL("create table if not exists user_tb(_id integer primary key autoincrement," +
+ "userID text not null," +
+ "pwd text not null," +
+ "name text not null," +
+ "birthday text not null," +
+ "sex text not null," +
+ "phonenum text not null," +
+ "headpic text not null)");
+ db.execSQL("create table if not exists voice_tb(_id integer primary key autoincrement," +
+ "voiceID text not null," +
+ "voicecontent text not null,"+
+ "sharemoment integer," +
+ "diary integer," +
+ "memorandum integer," +
+ "report integer)");
+ db.execSQL("create table if not exists publish_tb(_id integer primary key autoincrement," +
+ "voiceID text not null," +
+ "userID text not null)");
+ }
+ @Override
+ public void onUpgrade(SQLiteDatabase db,int oldVersion,int newVersion){
+
+ }
+
+}
+
diff --git a/app/src/main/java/com/example/cici/util/pubFun.java b/app/src/main/java/com/example/cici/util/pubFun.java
new file mode 100644
index 0000000..f989549
--- /dev/null
+++ b/app/src/main/java/com/example/cici/util/pubFun.java
@@ -0,0 +1,37 @@
+package com.example.cici.util;
+
+import java.util.regex.Matcher;
+import java.util.regex.Pattern;
+
+public class pubFun{
+ public static boolean isEmpty(String input)
+ {
+ if(input==null ||"".equals(input))
+ return true;
+ for(int i=0;i= 1){
+ String[] cols = c.getColumnNames();
+ while(c.moveToNext()){
+ for(String ColumnName:cols){
+ Log.i("info",ColumnName+":"+c.getString(c.getColumnIndex(ColumnName)));
+ }
+ }
+ c.close();
+ db.close();
+
+ //将登陆用户信息存储到SharedPreferences中
+ SharedPreferences mySharedPreferences= getSharedPreferences("setting",Activity.MODE_PRIVATE); //实例化SharedPreferences对象
+ SharedPreferences.Editor editor = mySharedPreferences.edit();//实例化SharedPreferences.Editor对象
+ editor.putString("userID", editPhone.getText().toString()); //用putString的方法保存数据
+ editor.commit(); //提交当前数据
+
+ this.finish();
+ }
+ else{
+ Toast.makeText(this, "手机号或密码输入错误!", Toast.LENGTH_SHORT).show();
+ }
+ }
+
+ /**
+ * Jump to the registration interface
+ * @param v
+ */
+ public void OnMyRegistClick(View v) {
+ Intent intent=new Intent(LoginActivity.this,RegistActivity.class);
+ //intent.putExtra("info", "No66778899");
+ LoginActivity.this.startActivity(intent);
+ }
+
+ /**
+ * Jump to reset password interface
+ * @param v
+ */
+ public void OnMyResPwdClick(View v){
+ Intent intent=new Intent(LoginActivity.this,ResPwdActivity.class);
+ LoginActivity.this.startActivity(intent);
+ }
+ }
+
diff --git a/app/src/main/java/com/example/cici/voice/MainActivity.java b/app/src/main/java/com/example/cici/voice/MainActivity.java
new file mode 100644
index 0000000..ed82e27
--- /dev/null
+++ b/app/src/main/java/com/example/cici/voice/MainActivity.java
@@ -0,0 +1,13 @@
+package com.example.cici.voice;
+
+import android.support.v7.app.AppCompatActivity;
+import android.os.Bundle;
+
+public class MainActivity extends AppCompatActivity {
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_main);
+ }
+}
diff --git a/app/src/main/java/com/example/cici/voice/RegistActivity.java b/app/src/main/java/com/example/cici/voice/RegistActivity.java
new file mode 100644
index 0000000..d1f4b6e
--- /dev/null
+++ b/app/src/main/java/com/example/cici/voice/RegistActivity.java
@@ -0,0 +1,72 @@
+package com.example.cici.voice;
+
+
+import android.content.ContentValues;
+import android.database.Cursor;
+import android.database.sqlite.SQLiteDatabase;
+import android.os.Bundle;
+import android.support.v7.app.AppCompatActivity;
+import android.view.View;
+import android.widget.Button;
+import android.widget.EditText;
+import android.widget.Toast;
+
+import com.example.cici.dao.DBOpenHelper;
+import com.example.cici.util.pubFun;
+
+
+public class RegistActivity extends AppCompatActivity {
+ private EditText editPhone;
+ private EditText editPwd;
+ private Button btnRegist;
+ protected void onCreate(Bundle savedInstanceState){
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.regist);
+ editPhone = (EditText) findViewById(R.id.editPhone);
+ editPwd = (EditText) findViewById(R.id.editPwd);
+ btnRegist = (Button) findViewById(R.id.btnRegist);
+ }
+
+ /**
+ * register event
+ * @param v
+ */
+ public void OnMyRegistClick(View v)
+ {
+ boolean isTrue = true;
+ if(pubFun.isPhoneNumberValid(editPhone.getText().toString()) == false){
+ isTrue = false;
+ Toast.makeText(this, "手机号格式不正确!", Toast.LENGTH_SHORT).show();
+ return;
+ }
+ if(pubFun.isEmpty(editPwd.getText().toString())){
+ isTrue = false;
+ Toast.makeText(this, "密码不能为空!", Toast.LENGTH_SHORT).show();
+ return;
+ }
+
+ if(isTrue = true){
+ //call DBOpenHelper
+ DBOpenHelper helper = new DBOpenHelper(this,".db",null,1);
+ SQLiteDatabase db = helper.getWritableDatabase();
+ Cursor c = db.query("user_tb",null,"userID=?",new String[]{editPhone.getText().toString()},null,null,null);
+ if(c!=null && c.getCount() >= 1){
+ Toast.makeText(this, "该用户已存在", Toast.LENGTH_SHORT).show();
+ c.close();
+ }
+ else{
+ //insert data
+ ContentValues values= new ContentValues();
+ values.put("userID",editPhone.getText().toString());
+ values.put("pwd",editPwd.getText().toString());
+ long rowid = db.insert("user_tb",null,values);
+
+ Toast.makeText(this, "注册成功", Toast.LENGTH_SHORT).show();
+ this.finish();
+ }
+ db.close();
+ }else{
+ return;
+ }
+ }
+}
diff --git a/app/src/main/java/com/example/cici/voice/ResPwdActivity.java b/app/src/main/java/com/example/cici/voice/ResPwdActivity.java
new file mode 100644
index 0000000..e67a0f4
--- /dev/null
+++ b/app/src/main/java/com/example/cici/voice/ResPwdActivity.java
@@ -0,0 +1,88 @@
+package com.example.cici.voice;
+
+import android.app.AlertDialog;
+import android.content.ContentValues;
+import android.content.DialogInterface;
+import android.content.Intent;
+import android.database.Cursor;
+import android.database.sqlite.SQLiteDatabase;
+import android.os.Bundle;
+import android.support.v7.app.AppCompatActivity;
+import android.view.View;
+import android.widget.Button;
+import android.widget.EditText;
+import android.widget.Toast;
+
+import com.example.cici.dao.DBOpenHelper;
+import com.example.cici.util.pubFun;
+
+
+public class ResPwdActivity extends AppCompatActivity {
+ private EditText editPhone;
+ private EditText editPwd;
+ private EditText editResPwd;
+ private Button btnConfirm;
+ public void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.res_password);
+ editPhone = (EditText) findViewById(R.id.editPhone);
+ editPwd = (EditText) findViewById(R.id.editPwd);
+ editResPwd = (EditText) findViewById(R.id.editResPwd);
+ btnConfirm = (Button) findViewById(R.id.btnConfirm);
+ }
+
+ /**
+ * confirm event
+ * @param v
+ */
+ public void OnMyConfirmClick(View v) {
+ confirmInfo();
+ }
+
+ /**
+ * confirm event
+ */
+ private void confirmInfo() {
+ if(pubFun.isEmpty(editPhone.getText().toString()) || pubFun.isEmpty(editPwd.getText().toString()) || pubFun.isEmpty(editResPwd.getText().toString())){
+ Toast.makeText(this, "手机号或密码不能为空!", Toast.LENGTH_SHORT).show();
+ return;
+ }
+ if(!editPwd.getText().toString().equals(editResPwd.getText().toString())){
+ Toast.makeText(this, "输入密码不正确!", Toast.LENGTH_SHORT).show();
+ return;
+ }
+
+ //调用DBOpenHelper
+ DBOpenHelper helper = new DBOpenHelper(this,"voice.db",null,1);
+ SQLiteDatabase db = helper.getWritableDatabase();
+ Cursor c = db.query("user_tb",null,"userID=?",new String[]{editPhone.getText().toString()},null,null,null);
+ if(c!=null && c.getCount() >= 1){
+ ContentValues cv = new ContentValues();
+ cv.put("pwd", editPwd.getText().toString());
+ String[] args = {String.valueOf(editPhone.getText().toString())};
+ long rowid = db.update("user_tb", cv, "userID=?",args);
+ c.close();
+ db.close();
+ Toast.makeText(this, "密码重置成功!", Toast.LENGTH_SHORT).show();
+ this.finish();
+ }
+ else{
+ new AlertDialog.Builder(this)
+ .setTitle("提示")
+ .setMessage("该用户不存在,请到注册界面进行注册!")
+ .setPositiveButton("确定", new DialogInterface.OnClickListener() {
+ public void onClick(DialogInterface dialog, int whichButton) {
+ setResult(RESULT_OK);
+ Intent intent=new Intent(ResPwdActivity.this,RegistActivity.class);
+ ResPwdActivity.this.startActivity(intent);
+ }
+ })
+ .setNegativeButton("取消", new DialogInterface.OnClickListener() {
+ public void onClick(DialogInterface dialog, int whichButton) {
+ return;
+ }
+ })
+ .show();
+ }
+ }
+}
diff --git a/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
new file mode 100644
index 0000000..c7bd21d
--- /dev/null
+++ b/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml
new file mode 100644
index 0000000..2408e30
--- /dev/null
+++ b/app/src/main/res/drawable/ic_launcher_background.xml
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
new file mode 100644
index 0000000..84f1951
--- /dev/null
+++ b/app/src/main/res/layout/activity_main.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/数据库/voice/app/src/main/res/layout/login.xml b/app/src/main/res/layout/login.xml
similarity index 100%
rename from 数据库/voice/app/src/main/res/layout/login.xml
rename to app/src/main/res/layout/login.xml
diff --git a/app/src/main/res/layout/regist.xml b/app/src/main/res/layout/regist.xml
new file mode 100644
index 0000000..24db992
--- /dev/null
+++ b/app/src/main/res/layout/regist.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/res_password.xml b/app/src/main/res/layout/res_password.xml
new file mode 100644
index 0000000..8e6110c
--- /dev/null
+++ b/app/src/main/res/layout/res_password.xml
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 0000000..bbd3e02
--- /dev/null
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 0000000..bbd3e02
--- /dev/null
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..898f3ed
Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
new file mode 100644
index 0000000..dffca36
Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000..64ba76f
Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
new file mode 100644
index 0000000..dae5e08
Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..e5ed465
Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..14ed0af
Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..b0907ca
Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..d8ae031
Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000..2c18de9
Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..beed3cd
Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
new file mode 100644
index 0000000..69b2233
--- /dev/null
+++ b/app/src/main/res/values/colors.xml
@@ -0,0 +1,6 @@
+
+
+ #008577
+ #00574B
+ #D81B60
+
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
new file mode 100644
index 0000000..3b031cd
--- /dev/null
+++ b/app/src/main/res/values/strings.xml
@@ -0,0 +1,10 @@
+
+ voice
+ 登录
+ 忘记密码
+ 开始注册
+ 注册
+ 重置密码
+ 确认
+
+
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
new file mode 100644
index 0000000..46a6f24
--- /dev/null
+++ b/app/src/main/res/values/styles.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
diff --git a/数据库/voice/app/src/test/java/com/example/cici/voice/ExampleUnitTest.java b/app/src/test/java/com/example/cici/voice/ExampleUnitTest.java
similarity index 100%
rename from 数据库/voice/app/src/test/java/com/example/cici/voice/ExampleUnitTest.java
rename to app/src/test/java/com/example/cici/voice/ExampleUnitTest.java
diff --git a/build.gradle b/build.gradle
new file mode 100644
index 0000000..d0be3da
--- /dev/null
+++ b/build.gradle
@@ -0,0 +1,29 @@
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
+
+buildscript {
+
+ repositories {
+ google()
+ mavenCentral()
+ jcenter()
+ }
+ dependencies {
+ classpath 'com.android.tools.build:gradle:3.2.1'
+
+
+ // NOTE: Do not place your application dependencies here; they belong
+ // in the individual module build.gradle files
+ }
+}
+
+allprojects {
+ repositories {
+ google()
+ mavenCentral()
+ jcenter()
+ }
+}
+
+task clean(type: Delete) {
+ delete rootProject.buildDir
+}
diff --git a/gradle.properties b/gradle.properties
new file mode 100644
index 0000000..1d4b005
--- /dev/null
+++ b/gradle.properties
@@ -0,0 +1,19 @@
+# Project-wide Gradle settings.
+
+# IDE (e.g. Android Studio) users:
+# Gradle settings configured through the IDE *will override*
+# any settings specified in this file.
+
+# For more details on how to configure your build environment visit
+# http://www.gradle.org/docs/current/userguide/build_environment.html
+
+# Specifies the JVM arguments used for the daemon process.
+# The setting is particularly useful for tweaking memory settings.
+org.gradle.jvmargs=-Xmx1536m
+
+# When configured, Gradle will run in incubating parallel mode.
+# This option should only be used with decoupled projects. More details, visit
+# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
+# org.gradle.parallel=true
+
+
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
new file mode 100644
index 0000000..f6b961f
Binary files /dev/null and b/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
new file mode 100644
index 0000000..9a4163a
--- /dev/null
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -0,0 +1,5 @@
+distributionBase=GRADLE_USER_HOME
+distributionPath=wrapper/dists
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
+zipStoreBase=GRADLE_USER_HOME
+zipStorePath=wrapper/dists
diff --git a/gradlew b/gradlew
new file mode 100644
index 0000000..cccdd3d
--- /dev/null
+++ b/gradlew
@@ -0,0 +1,172 @@
+#!/usr/bin/env sh
+
+##############################################################################
+##
+## Gradle start up script for UN*X
+##
+##############################################################################
+
+# Attempt to set APP_HOME
+# Resolve links: $0 may be a link
+PRG="$0"
+# Need this for relative symlinks.
+while [ -h "$PRG" ] ; do
+ ls=`ls -ld "$PRG"`
+ link=`expr "$ls" : '.*-> \(.*\)$'`
+ if expr "$link" : '/.*' > /dev/null; then
+ PRG="$link"
+ else
+ PRG=`dirname "$PRG"`"/$link"
+ fi
+done
+SAVED="`pwd`"
+cd "`dirname \"$PRG\"`/" >/dev/null
+APP_HOME="`pwd -P`"
+cd "$SAVED" >/dev/null
+
+APP_NAME="Gradle"
+APP_BASE_NAME=`basename "$0"`
+
+# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+DEFAULT_JVM_OPTS=""
+
+# Use the maximum available, or set MAX_FD != -1 to use that value.
+MAX_FD="maximum"
+
+warn () {
+ echo "$*"
+}
+
+die () {
+ echo
+ echo "$*"
+ echo
+ exit 1
+}
+
+# OS specific support (must be 'true' or 'false').
+cygwin=false
+msys=false
+darwin=false
+nonstop=false
+case "`uname`" in
+ CYGWIN* )
+ cygwin=true
+ ;;
+ Darwin* )
+ darwin=true
+ ;;
+ MINGW* )
+ msys=true
+ ;;
+ NONSTOP* )
+ nonstop=true
+ ;;
+esac
+
+CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
+
+# Determine the Java command to use to start the JVM.
+if [ -n "$JAVA_HOME" ] ; then
+ if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
+ # IBM's JDK on AIX uses strange locations for the executables
+ JAVACMD="$JAVA_HOME/jre/sh/java"
+ else
+ JAVACMD="$JAVA_HOME/bin/java"
+ fi
+ if [ ! -x "$JAVACMD" ] ; then
+ die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
+
+Please set the JAVA_HOME variable in your environment to match the
+location of your Java installation."
+ fi
+else
+ JAVACMD="java"
+ which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
+
+Please set the JAVA_HOME variable in your environment to match the
+location of your Java installation."
+fi
+
+# Increase the maximum file descriptors if we can.
+if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
+ MAX_FD_LIMIT=`ulimit -H -n`
+ if [ $? -eq 0 ] ; then
+ if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
+ MAX_FD="$MAX_FD_LIMIT"
+ fi
+ ulimit -n $MAX_FD
+ if [ $? -ne 0 ] ; then
+ warn "Could not set maximum file descriptor limit: $MAX_FD"
+ fi
+ else
+ warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
+ fi
+fi
+
+# For Darwin, add options to specify how the application appears in the dock
+if $darwin; then
+ GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
+fi
+
+# For Cygwin, switch paths to Windows format before running java
+if $cygwin ; then
+ APP_HOME=`cygpath --path --mixed "$APP_HOME"`
+ CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
+ JAVACMD=`cygpath --unix "$JAVACMD"`
+
+ # We build the pattern for arguments to be converted via cygpath
+ ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
+ SEP=""
+ for dir in $ROOTDIRSRAW ; do
+ ROOTDIRS="$ROOTDIRS$SEP$dir"
+ SEP="|"
+ done
+ OURCYGPATTERN="(^($ROOTDIRS))"
+ # Add a user-defined pattern to the cygpath arguments
+ if [ "$GRADLE_CYGPATTERN" != "" ] ; then
+ OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
+ fi
+ # Now convert the arguments - kludge to limit ourselves to /bin/sh
+ i=0
+ for arg in "$@" ; do
+ CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
+ CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
+
+ if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
+ eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
+ else
+ eval `echo args$i`="\"$arg\""
+ fi
+ i=$((i+1))
+ done
+ case $i in
+ (0) set -- ;;
+ (1) set -- "$args0" ;;
+ (2) set -- "$args0" "$args1" ;;
+ (3) set -- "$args0" "$args1" "$args2" ;;
+ (4) set -- "$args0" "$args1" "$args2" "$args3" ;;
+ (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
+ (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
+ (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
+ (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
+ (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
+ esac
+fi
+
+# Escape application args
+save () {
+ for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
+ echo " "
+}
+APP_ARGS=$(save "$@")
+
+# Collect all arguments for the java command, following the shell quoting and substitution rules
+eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS"
+
+# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
+if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
+ cd "$(dirname "$0")"
+fi
+
+exec "$JAVACMD" "$@"
diff --git a/gradlew.bat b/gradlew.bat
new file mode 100644
index 0000000..f955316
--- /dev/null
+++ b/gradlew.bat
@@ -0,0 +1,84 @@
+@if "%DEBUG%" == "" @echo off
+@rem ##########################################################################
+@rem
+@rem Gradle startup script for Windows
+@rem
+@rem ##########################################################################
+
+@rem Set local scope for the variables with windows NT shell
+if "%OS%"=="Windows_NT" setlocal
+
+set DIRNAME=%~dp0
+if "%DIRNAME%" == "" set DIRNAME=.
+set APP_BASE_NAME=%~n0
+set APP_HOME=%DIRNAME%
+
+@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+set DEFAULT_JVM_OPTS=
+
+@rem Find java.exe
+if defined JAVA_HOME goto findJavaFromJavaHome
+
+set JAVA_EXE=java.exe
+%JAVA_EXE% -version >NUL 2>&1
+if "%ERRORLEVEL%" == "0" goto init
+
+echo.
+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
+echo.
+echo Please set the JAVA_HOME variable in your environment to match the
+echo location of your Java installation.
+
+goto fail
+
+:findJavaFromJavaHome
+set JAVA_HOME=%JAVA_HOME:"=%
+set JAVA_EXE=%JAVA_HOME%/bin/java.exe
+
+if exist "%JAVA_EXE%" goto init
+
+echo.
+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
+echo.
+echo Please set the JAVA_HOME variable in your environment to match the
+echo location of your Java installation.
+
+goto fail
+
+:init
+@rem Get command-line arguments, handling Windows variants
+
+if not "%OS%" == "Windows_NT" goto win9xME_args
+
+:win9xME_args
+@rem Slurp the command line arguments.
+set CMD_LINE_ARGS=
+set _SKIP=2
+
+:win9xME_args_slurp
+if "x%~1" == "x" goto execute
+
+set CMD_LINE_ARGS=%*
+
+:execute
+@rem Setup the command line
+
+set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
+
+@rem Execute Gradle
+"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
+
+:end
+@rem End local scope for the variables with windows NT shell
+if "%ERRORLEVEL%"=="0" goto mainEnd
+
+:fail
+rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
+rem the _cmd.exe /c_ return code!
+if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
+exit /b 1
+
+:mainEnd
+if "%OS%"=="Windows_NT" endlocal
+
+:omega
diff --git a/settings.gradle b/settings.gradle
new file mode 100644
index 0000000..e7b4def
--- /dev/null
+++ b/settings.gradle
@@ -0,0 +1 @@
+include ':app'
diff --git a/数据库/E-R.jpg b/数据库/E-R.jpg
deleted file mode 100644
index 473abfe..0000000
Binary files a/数据库/E-R.jpg and /dev/null differ
diff --git a/数据库/数据库设计.txt b/数据库/数据库设计.txt
deleted file mode 100644
index e69de29..0000000