依赖,第三方:控件,资源

下载一个三方插件:settings-->piugins-->butternife zelezny

控件的依赖:主界面的基类
在使用时要依赖3个,下图右2,搜索butterknife(红框中的2个),recycler


DO0XU9`]0@EM6S_D7]3(`QJ.png

}NQWKYMTXZF`7F8[EOV]M{1.png

依赖的使用:

                    @BindView(R.id.list_favorite)
                     ListView listFavorite;
                     //在OnCreate()中必须要有
                    ButterKnife.bind(this);
  1. gsonformat :用于解析字符串
    当从网站获取数据时,可以利用这个插件实行解析。

自己转换px和pd

                          GITUB的网站:https://github.com/hongyangAndroid/AndroidAutoLayout

视频的播放ListView中的视频

                              https://github.com/danylovolokh/VideoPlayerManager

你可能感兴趣的:(依赖,第三方:控件,资源)