# To enable ProGuard in your project, edit project.properties
# to define the proguard.config property as described in that file.
#
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in ${sdk.dir}/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the ProGuard
# include property in project.properties.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# Add any project specific keep options here:
# 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 *;
#}
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
在android平台中, 大部分视频播放器的亮度调节, 音量调节,前进/后退几秒,是通过滑动屏幕的来实现的. 一般的操作行为是: 上下滑动屏幕的左半侧是亮度调节, 上下滑动屏幕的右半侧是音量调节, 横向滑动屏幕则是前进/后退几秒. 这样的实现其实就是在ontouchevent中计算当前屏幕,然后得到相应的结果,原理不是很复杂,但对于写代码程序员来说, 效率是第一位的. 一下是基于我们的LanSoSdk开发的视频播放器关于计算屏幕源代码实现, 增加上注释,贴出来,供大家使用. 您可以直接粘贴到您的代码中,并增加相关的函数,即可快速实现功能, 提高您的代码编写效率. 代码大概流程, Override Activity的 onTouchEvent方法, 在其中判断touch事件, 计算后, 调用seek/ brightness/ volume等函数. 博客地址http://blog.csdn.net/sno_guo/article/details/49815481
资源推荐
资源详情
资源评论
收起资源包目录
AdjustBrightnessVolumeDemo.rar (38个子文件)
AdjustBrightnessVolumeDemo
bin
classes.dex 1.27MB
res
crunch
drawable-hdpi
ic_launcher.png 6KB
drawable-xhdpi
ic_launcher.png 9KB
drawable-xxhdpi
ic_launcher.png 17KB
drawable-mdpi
ic_launcher.png 3KB
dexedLibs
android-support-v4-f17d9f0ac31e031d7130eba2291723ed.jar 422KB
AdjustBrightnessVolumeDemo.apk 470KB
classes
com
example
adjustbrightnessvolumedemo
MainActivity.class 7KB
BuildConfig.class 385B
R$layout.class 463B
R$id.class 451B
R$drawable.class 467B
R$attr.class 400B
R.class 739B
R$string.class 611B
R$style.class 491B
resources.ap_ 40KB
AndroidManifest.xml 961B
res
drawable-ldpi
values-v11
styles.xml 334B
values-v14
styles.xml 391B
drawable-hdpi
ic_launcher.png 7KB
drawable-xhdpi
ic_launcher.png 12KB
drawable-xxhdpi
ic_launcher.png 24KB
values
strings.xml 517B
styles.xml 697B
drawable-mdpi
ic_launcher.png 4KB
layout
activity_main.xml 1KB
proguard-project.txt 781B
ic_launcher-web.png 50KB
assets
gen
com
example
adjustbrightnessvolumedemo
BuildConfig.java 180B
R.java 2KB
.settings
org.eclipse.jdt.core.prefs 177B
src
com
example
adjustbrightnessvolumedemo
MainActivity.java 11KB
.project 862B
.classpath 475B
project.properties 563B
AndroidManifest.xml 961B
libs
android-support-v4.jar 1.23MB
共 38 条
- 1
资源评论
- piaosan62016-06-02还不错,就是触碰的时候太敏感了,值得学习
- baojiarui2016-03-23超级赞,就是你想要的东西,下载吧。
sno_guo
- 粉丝: 303
- 资源: 6
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功