简单的Android录音实现

时间:2018-11-24 11:25:59
【文件属性】:

文件名称:简单的Android录音实现

文件大小:1.01MB

文件格式:ZIP

更新时间:2018-11-24 11:25:59

android 录音

这是从易百教程网上代码,源教程的代码有点问题,经过修改后,可以实现录音的功能,供android初学者学习交流使用


【文件预览】:
.project
project.properties
src
----com()
--------example()
AndroidManifest.xml
res
----drawable-ldpi()
--------ic_launcher.png(2KB)
----drawable-hdpi()
--------ic_launcher.png(8KB)
--------luyin.png(24KB)
----values-v11()
--------styles.xml(332B)
----menu()
--------activity_main.xml(257B)
----drawable-mdpi()
--------ic_launcher.png(4KB)
----layout()
--------activity_main.xml(2KB)
----drawable-xhdpi()
--------ic_launcher.png(13KB)
----values()
--------strings.xml(406B)
--------styles.xml(695B)
--------dimens.xml(181B)
----values-v14()
--------styles.xml(389B)
.settings
----org.eclipse.jdt.core.prefs(208B)
assets
gen
----com()
--------example()
libs
----android-support-v4.jar(377KB)
.classpath
proguard-project.txt
ic_launcher-web.png
bin
----resources.ap_(50KB)
----AudioCapture.apk(201KB)
----classes()
--------com()
----AndroidManifest.xml(1KB)
----dexedLibs()
--------android-support-v4-853ef2bf9f63792ebad377b92fcd6ede.jar(146KB)
----jarlist.cache(119B)
----res()
--------drawable-ldpi()
--------drawable-hdpi()
--------drawable-mdpi()
--------drawable-xhdpi()
----classes.dex(434KB)

网友评论