上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 203 下一页
摘要: 直播商城系统源码,js制作倒计时,天,小时,分,秒 <!DOCTYPE html><html><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1"><titl 阅读全文
posted @ 2023-04-26 14:24 云豹科技-苏凌霄 阅读(105) 评论(0) 推荐(0)
摘要: 成品直播源码推荐,uniapp多行滚动通知 代码:template部分 <template> <view class="content"> <swiper class="swiper" vertical circular autoplay interval="2000" // 重点 display- 阅读全文
posted @ 2023-04-26 14:22 云豹科技-苏凌霄 阅读(173) 评论(0) 推荐(0)
摘要: 在线直播源码,自定义AlertDialog设置宽高并去掉默认的边框 1、先写一个自定义的AlertDialog。 package com.phone.common_library.dialog; import android.annotation.SuppressLint;import androi 阅读全文
posted @ 2023-04-26 14:09 云豹科技-苏凌霄 阅读(38) 评论(0) 推荐(0)
摘要: 直播商城源码,PopupWindow菜单在ListView中显示 private PopupWindow mOperaPopup; private void showMenuPopup(View anchor) { if(mOperaPopup==null) { View popupView=Vie 阅读全文
posted @ 2023-04-25 14:13 云豹科技-苏凌霄 阅读(54) 评论(0) 推荐(0)
摘要: 直播平台软件开发,一个简单的Android登录实现demo 一、登录活动 package com.example.login; import android.content.Intent;import android.os.Bundle;import android.text.TextUtils;i 阅读全文
posted @ 2023-04-25 14:10 云豹科技-苏凌霄 阅读(50) 评论(0) 推荐(0)
摘要: 直播软件搭建,为文字/图片添加按压效果 1、文字 layout布局: <TextView android:layout_width="@dimen/textview_button_width" android:layout_height="match_parent" android:text="@s 阅读全文
posted @ 2023-04-25 14:06 云豹科技-苏凌霄 阅读(21) 评论(0) 推荐(0)
摘要: 直播软件app开发,用户自定义头像选择 1.进行主界面的布局activity_main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas 阅读全文
posted @ 2023-04-24 14:10 云豹科技-苏凌霄 阅读(29) 评论(0) 推荐(0)
摘要: 直播app开发搭建,EditText保留小数位数的问题 package com.shentaiwang.jsz.savepatient.util;import android.text.Editable;import android.text.TextWatcher;import android.w 阅读全文
posted @ 2023-04-24 14:07 云豹科技-苏凌霄 阅读(18) 评论(0) 推荐(0)
摘要: 视频直播源码,android动画小飞机旋转效果 //小飞机旋转动效果public class PlaneView extends View { private Paint paint; private int width; private int height; private float curL 阅读全文
posted @ 2023-04-24 14:03 云豹科技-苏凌霄 阅读(30) 评论(0) 推荐(0)
摘要: 直播电商平台开发,横竖屏切换的方法 //旋转方向- (void)interfaceOrientation:(UIInterfaceOrientation)orientation{ if ([[UIDevice currentDevice] respondsToSelector:@selector(s 阅读全文
posted @ 2023-04-23 14:12 云豹科技-苏凌霄 阅读(152) 评论(0) 推荐(0)
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 203 下一页