上一页 1 ··· 165 166 167 168 169 170 171 172 173 ··· 185 下一页
摘要: 短视频程序源码,PageSlider实现滑动页面的相关代码 TestPagerProvider.java package com.testruiwang.myapplication3.slice;import ohos.agp.colors.RgbColor;import ohos.agp.comp 阅读全文
posted @ 2021-09-29 14:14 云豹科技-苏凌霄 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 短视频带货系统,设置透明背景的相关代码 static void showLoading( {String status = '', EasyLoadingMaskType maskType = EasyLoadingMaskType.clear}) { if (status.isEmpty) { E 阅读全文
posted @ 2021-09-28 14:40 云豹科技-苏凌霄 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 直播视频app源码,底部弹出的列表对话框实现的相关代码 1.activity_main.xml <LinearLayout android:id="@+id/ll" android:layout_width="match_parent" android:layout_height="50dp" an 阅读全文
posted @ 2021-09-28 14:29 云豹科技-苏凌霄 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 直播带货系统源码利用TextView设置部分字体的颜色和大小的相关代码 1.设置字体颜色,color TextView tv = (TextView) findViewById(R.id.tv); String s1="身份证号码"; String s2 = "点击"+"<font color=re 阅读全文
posted @ 2021-09-28 14:13 云豹科技-苏凌霄 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 直播平台开发,操作成功后自动返回首页实现的相关代码 <template> <view class="view_contain"> <view class="view_iconText"> <icon type="success" size="100" color="#39b54a" /> <text 阅读全文
posted @ 2021-09-27 14:20 云豹科技-苏凌霄 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 短视频app开发,点击视频进行全屏播放的相关代码 #import "VideoFullScreenController.h"static CGFloat AnimationDuration = 0.3;//旋转动画执行时间@interface VideoFullScreenController () 阅读全文
posted @ 2021-09-27 14:16 云豹科技-苏凌霄 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 短视频直播源码,Picker数字滑动选择器实现的相关代码 1、Picker ##1、Picker 是什么? Picker提供了滑动选择器,允许用户从预定义范围中进行选择。 2、简单实现 在XML中创建Picker <Picker ohos:id="$+id:test_picker" ohos:hei 阅读全文
posted @ 2021-09-27 14:09 云豹科技-苏凌霄 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 直播电商软件开发,商城商品实现三方链接跳转的相关代码 TextView btn = (TextView) findViewById(R.id.btn_textView1);btn1.setOnClickListener(new View.OnClickListener() { @Override p 阅读全文
posted @ 2021-09-26 14:32 云豹科技-苏凌霄 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 在线直播系统源码,当前版本号页面呈现的相关代码 通过uniapp获取manifest.json的信息到页面呈现!比如获取当前版本号呈现到升级页!应用介绍等信息 获取方式: // #ifdef APP-PLUS //限安卓编译 that=this; plus.runtime.getProperty(p 阅读全文
posted @ 2021-09-26 14:26 云豹科技-苏凌霄 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 直播系统平台搭建适配Android WebView 深色主题的相关代码 深色主题适配时,webview可以通过api设置自动适配,不用再添加night资源,但是对系统版本有要求,需要android 10(Build.VERSION_CODES.Q),才能调用此api。方法见如下. public cl 阅读全文
posted @ 2021-09-26 14:19 云豹科技-苏凌霄 阅读(98) 评论(0) 推荐(0) 编辑
上一页 1 ··· 165 166 167 168 169 170 171 172 173 ··· 185 下一页