文件名称:cycym
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个Android平台下的吹一吹效果源码,例子做得比较简单,点击按钮后,对屏幕吹一下,然后UI上的TextView就会更改一次。
这个吹一吹的原理其实就是话筒的监听,所以在AndroidManifest.xml中要加入这两个权限
<uses-permission android:name= android.permission.RECORD_AUDIO />
<uses-permission android:name= android.permission.WRITE_EXTERNAL_STORAGE />
效果如下图所示,所以模拟器无法测试,只能用真机才有效果-This is a Android platform under wind blowing effect of source, for example, doing relatively simple, the click of a button, the screen blow, then the UI textview will change once.
The wind blowing the principle is in fact the microphone monitor, so to join the two permissions in AndroidManifest.xml
<uses-permission android:name= android.permission.RECORD_AUDIO />
<uses-permission android:name= android.permission.WRITE_EXTERNAL_STORAGE />
Because of the need to use the microphone, so not only the prototype simulator test, just have the effect
这个吹一吹的原理其实就是话筒的监听,所以在AndroidManifest.xml中要加入这两个权限
<uses-permission android:name= android.permission.RECORD_AUDIO />
<uses-permission android:name= android.permission.WRITE_EXTERNAL_STORAGE />
效果如下图所示,所以模拟器无法测试,只能用真机才有效果-This is a Android platform under wind blowing effect of source, for example, doing relatively simple, the click of a button, the screen blow, then the UI textview will change once.
The wind blowing the principle is in fact the microphone monitor, so to join the two permissions in AndroidManifest.xml
<uses-permission android:name= android.permission.RECORD_AUDIO />
<uses-permission android:name= android.permission.WRITE_EXTERNAL_STORAGE />
Because of the need to use the microphone, so not only the prototype simulator test, just have the effect
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Blow
....\.classpath
....\.project
....\AndroidManifest.xml
....\assets
....\bin
....\...\Blow.apk
....\...\classes
....\...\.......\com
....\...\.......\...\li
....\...\.......\...\..\BlowActivity$1.class
....\...\.......\...\..\BlowActivity$2.class
....\...\.......\...\..\BlowActivity$MyHandler.class
....\...\.......\...\..\BlowActivity.class
....\...\.......\...\..\BuildConfig.class
....\...\.......\...\..\Parameter.class
....\...\.......\...\..\R$attr.class
....\...\.......\...\..\R$drawable.class
....\...\.......\...\..\R$id.class
....\...\.......\...\..\R$layout.class
....\...\.......\...\..\R$string.class
....\...\.......\...\..\R.class
....\...\.......\...\..\RecordThread.class
....\...\classes.dex
....\...\Cui.apk
....\...\jarlist.cache
....\...\res
....\...\...\drawable-hdpi
....\...\...\.............\ic_launcher.png
....\...\...\drawable-ldpi
....\...\...\.............\ic_launcher.png
....\...\...\drawable-mdpi
....\...\...\.............\ic_launcher.png
....\...\...\drawable-xhdpi
....\...\...\..............\ic_launcher.png
....\...\resources.ap_
....\gen
....\...\com
....\...\...\li
....\...\...\..\BuildConfig.java
....\...\...\..\R.java
....\proguard-project.txt
....\project.properties
....\res
....\...\drawable-hdpi
....\...\.............\ic_launcher.png
....\...\drawable-ldpi
....\...\.............\ic_launcher.png
....\...\drawable-mdpi
....\...\.............\ic_launcher.png
....\...\drawable-xhdpi
....\...\..............\ic_launcher.png
....\...\layout
....\...\......\main.xml
....\...\values
....\...\......\strings.xml
....\src
....\...\com
....\...\...\li
....\...\...\..\BlowActivity.java
....\...\...\..\Parameter.java
....\...\...\..\RecordThread.java
....\说明.htm