视频开发笔ynn

1.android布局组件
360doc.com/content/16/0919/08/34768238_591913088.shtml

2.组件数据绑定
blog.csdn.net/qq_39189632/article/details/78211045
3.JSON数据
https://www.cnblogs.com/xinyibufang/p/7699031.html
https://blog.csdn.net/qq_29269233/article/details/53352668

(2)创建Gson对象:

Gson gson = new Gson();

(3)通过创建的Gson对象调用fromJson()方法,返回该json数据对象的Java对象;

ShopInfo shopInfo = gson.fromJson(json, ShopInfo.class);

4.动态绑定控件
getLayoutInflater()

最终本质是都是调用的Context.getSystemService()。

即inflater() 是用来找 xml 布局文件,并且实例化成View 对象。

对于一个没有被载入或者想要动态载入的界面,都需要使用LayoutInflater.inflate(),getLayoutInflater()返回LayoutInflater实例,所以,可以说getLayoutInflater().inflater() 是用来找 res/layout下的 xml 布局文件,并且实例化;findViewById() 是找具体 xml 布局文件中的具体 widget 控件(如:Button、TextView 等)。
5.android TV 焦点处理
https://blog.csdn.net/lckj686/article/details/50337479
https://blog.csdn.net/jun5753/article/details/78665886
http://blog.csdn.net/qq_25188705/article/details/51119513
Android 事件传递与焦点处理(tv)
https://blog.csdn.net/lckj686/article/details/44858387

6.Drawable

http://android.jobbole.com/84704/

Android开发:修改button的边框和点击改变背景
https://blog.csdn.net/shakdy/article/details/80573190

7.Intent
https://blog.csdn.net/harrain/article/details/53858079

Intent intent = new Intent(FirstActivity.this, SecondActivity.class);
intent.putExtra(“string_data”, “hello”);
intent.putExtra(“int_data”, 100);
startActivity(intent);

8.直播资源
https://blog.csdn.net/robinson_911/article/details/78805200

9.搭建一个直播系统入门
https://blog.csdn.net/cnm_csdn_wt/article/details/79697099
10.直播系统APP源码搭建:流程篇
https://blog.csdn.net/V15163819300/article/details/79986164
11.构建一个TV app的直播节目实例
https://blog.csdn.net/hejjunlin/article/details/52966319/
12.Android ijkplayer详解使用教程
https://www.cnblogs.com/zhujiabin/p/7211983.html
13.ijkplayer-android框架详解
https://blog.csdn.net/weixin_39799839/article/details/79186034
14.九个完美的Android播放器开源项目【精华】
https://baijiahao.baidu.com/s?id=1567518548154206&wfr=spider&for=pc
15.Android ijkplayer的使用解析及播放器的制作
https://blog.csdn.net/github_2011/article/details/77385498
http://www.365yg.com/i6431719005085499906/#mid=59277223134
https://www.jianshu.com/p/c6620e27a67a
ExoPlayer:Demo复杂得一匹…而且网上的资料也不是很多,pass;
Vitamio:自用免费,商用收费,直接就pass了;
自己编译ffmpeg:一听就很复杂的,同样Pass;
ijkplayer:大B站开源的基于FFmpeg的轻量级
Android/iOS视频播放器,网上资料挺多的,而且官方
也有维护,虽然还有1600多个issues,和mediaplayer
差不多的接口,学习成本也不高,可以加进来试试水
16.ijkplayer编译so库真没那么难
https://github.com/Bilibili/ijkplayer
https://developer.android.google.cn/ndk/downloads/
https://github.com/xongEr/ijkPlayer-Demo/tree/master/ijkPlayerDemo/app
ijkplayer集成及基本使用
http://blog.51cto.com/13591594/2084627
https://www.jianshu.com/p/f2ae594942d9
https://blog.csdn.net/github_33304260/article/details/77126761
https://blog.csdn.net/coder_pig/article/details/79134625
Android ijkplayer的使用解析
https://blog.csdn.net/huaxun66/article/details/53401231
Ijkplayer集成使用方案 + demo(有所借鉴)
https://blog.csdn.net/sunchaohui5741/article/details/80520066
-ijkplayer打造个性化控制界面
https://blog.csdn.net/github_33304260/article/details/78297914
使用ijkplayer做个视频播放器
https://blog.csdn.net/z979451341/article/details/79499435

基于ijkplayer封装支持简单界面UI定制的视频播放器
https://blog.csdn.net/kilotwo/article/details/79219236
ijkplayer 第三方封装简单使用
https://blog.csdn.net/lyb249473330/article/details/78612690
https://blog.csdn.net/kilotwo/article/details/79219236
https://blog.csdn.net/fukaimei/article/details/80553709
Android集成IjkPlayer
https://www.jianshu.com/p/79b434b2d5c8

17.linux
git config --global http.postBuffer 52488890000
git clong --------- --depth 1

18.Fragement
htps://blog.csdn.net/luanpeng825485697/article/details/78301587
https://www.cnblogs.com/mstk/p/5789265.html

19.Android attr属性的定义/读取/出错/使用
https://blog.csdn.net/qq_30552993/article/details/55258076

C#通过GET/POST方式发送Http请求
https://blog.csdn.net/mrli113/article/details/53200557

基于ijkplayer的视频播放器,仿Bilibili客户端,集成沉浸式全屏、弹幕、触屏控制、视频源切换等功能
https://blog.csdn.net/github_35180164/article/details/53376923
ijkplayer中遇到的问题汇总
https://blog.csdn.net/ch97ckd/article/details/83155283

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值