- 博客(3)
- 收藏
- 关注
原创 Android学习之Toolbar
一、基本使用1.XML设置:<androidx.appcompat.widget.Toolbar android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" android:background="@color/design_default_color_primary"
2021-11-04 17:34:06 1707 1
原创 Android学习之PopupWindow使用
一、相关函数介绍1.构造函数(一共九个)://1 public PopupWindow(Context context) { this(context, null); }//2 public PopupWindow(Context context, AttributeSet attrs) { this(context, attrs, com.android.internal.R.attr.popupWindowStyle); }//3 public
2021-11-04 17:33:51 1400
原创 FFMPEG移植到Android Studio4.0
一、准备工具Ubuntu(18.0版本)NDK(r14b版本)ffmpeg源码(3.0.12版本)XShell(6版本)、Xftp(6版本)Android Studio(4.0版本)二、安装和下载1.ffmpeg下载:ffmpeg下载链接:http://www.ffmpeg.org/download.html#releases选择3.0.12版本/3.3.6版本(其他版本没试过)找不到对应版本请滑到最下面选择old releases选择版本后选择第三个开始下载2.NDK下载:
2020-08-08 23:56:55 1263
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人