内容选择
全部
内容选择
内容分类
  • 学堂
  • 博客
  • 论坛
  • 开发服务
  • 开发工具
  • 直播
  • 视频
  • 用户
时间
  • 一周
  • 一个月
  • 三个月
  • Android高级UI开发(二十三)自定义behavior(2)监听控件滑动

    ent" android:orientation="vertical"> <ImageView android:id="@+id/bt2" android:layout_margin="50dp" android:layout_width="100dp" android:layout_height="100dp"

    作者: yd_57386892
    发表时间: 2020-12-28 23:50:06
    3778
    0
  • Android高级UI开发(十八)监听列表的滑动从而隐藏显示Toolbar与Fab浮动按钮

    <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"

    作者: yd_57386892
    发表时间: 2020-12-28 23:47:36
    3111
    0
  • Android View 综述

    &lt;Button android:id="@+id/my_button" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@st

    作者: AnRFDev
    发表时间: 2021-09-01 02:15:47
    2994
    0
  • Android RecyclerView使用入门

    &lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"

    作者: AnRFDev
    发表时间: 2021-05-23 15:14:47
    2930
    0
  • Android修行手册 - ScrollView属性全解析

    d、android:paddingStart、android:paddingTop:基础属性设置上下左右的内部边距,以像素为单位填充空白 android:layout_margin、android:layout_marginEnd、android:layout_marginSta

    作者: 芝麻粒儿
    发表时间: 2022-09-27 07:44:10
    318
    0
  • android的App兼容性问题

    使用avd方式创建的android7.0,经过测试支付宝的小程序以及网页打开后会黑屏,但是点击分享后可以看见,而且黑屏的时候点击功能是生效的,好像只是画面没渲染出来,夸克浏览器也是一样,QQ浏览器,uc浏览器也是一样黑屏,但是点击小窗分享其实都是有画面的,这是怎么回事?不是说兼

    作者: 简单爱
    5185
    1
  • Android精进之路-02】安装Android Studio,认识Android SDK

    重点介绍Android SDK的目录结构,如何安装Android Studio以及如何用Android Studio进行第一个Android应用的开发。 如何安装Android Studio呢? Android Studio是Google官方推荐的用来开发Android的开发工

    作者: 码农飞哥
    发表时间: 2021-09-20 09:37:41
    2747
    0
  • 基于Android SQLite的升级详解

    Android应用,不可避免的会与SQLite打交道。随着应用的不断升级,原有的数据库结构可能已经不再适应新的功能,这时候,就需要对SQLite数据库的结构进行升级了。SQLite提供了ALTER TABLE命令,允许用户重命名添加新的字段到已有表中,但是不能从表中删除字段。并且只能在表的末尾添加字段,比如

    作者: 窗台
    839
    3
  • Android Studio 3.0 正式发布,支持 Kotlin 语言

    除了 Android 8.1 Oreo 开发者预览版,Google 今日还正式发布了 Android Studio 3.0 ,为其 IDE 引入了一系列新功能。 Android Studio 3.0 专注于加速 Android 应用开发,包含大量更新内容,主要分为三个功能块,包括:

    作者: TOM666
    5202
    8
  • Android Studio开发Android TV

    Android Studio开发Android TV Android TV是基于Android操作系统的电视平台,可以为用户提供丰富的娱乐和应用体验。它适用于各种电视设备,包括智能电视、机顶盒和游戏主机等。如果你想开始开发Android TV应用程序,那么你可以使用Android

    作者: 皮牙子抓饭
    发表时间: 2024-06-23 21:58:16
    10
    0
  • 上下左右手势

    -(void)viewDidLoad{ UISwipeGestureRecognizer *recognizer; recognizer = [[UISwipeGestureRecognizer alloc]initWithTarget:self

    作者: 清雨小竹
    发表时间: 2022-09-24 19:31:45
    108
    0
  • Android之实现多张图片点击预览(支持放缩)和滑动

    1 需求 多张图片通过recycleView展示,然后点击具体一张图片支持预览(支持放缩)和滑动 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;

    作者: chenyu
    发表时间: 2021-07-26 15:01:02
    940
    0
  • Android高级UI开发(十九)监听列表的滑动从而隐藏显示Toolbar与Fab浮动按钮(二)

    AB的隐藏显示动画。 二、代码实现 1. 布局代码: <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmln

    作者: yd_57386892
    发表时间: 2020-12-29 00:43:45
    6981
    0
  • 谷歌Android、AI等技术“重塑”传统汽车

    ——使其成为车轮上的办公室,拥有比任何手机笔记本电脑都更多的连接。此外,谷歌还将帮助福特在供应链物流和生产等领域使用人工智能。在智能汽车方面,谷歌于2015年3月推出Android Auto,是专为在汽车中使用而设计的特殊Android界面。它由三个核心功能组成:精细导航、电话

    作者: 星恒
    462
    2
  • Android接入OBS时报错

    出现这种情况应该如何解决呢,46行注释的时候似乎不会报错,取消注释就报错了

    作者: yd_254773214
    77
    2
  • android demo运行失败

    我在安这个文档尝试设备接入 https://support.huaweicloud.com/devg-IoT/iot_02_1032.html应用对接这里有点儿困惑? HTTPS 协议,不提供域名的话,如何校验证书合法性?

    作者: IoT物联网技术
    5387
    6
  • Android之解决ViewPager2+PhotoView滑动图片花屏问题

    &gt;&lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"

    作者: chenyu
    发表时间: 2021-07-26 16:10:25
    1110
    0
  • Android MotionEvent详解

     在前边几篇博文中(《图解Android事件传递之ViewGroup篇》,《图解Android事件传递之View篇》),我们已经了解了android触摸事件传递机制,接着我们再来研究一下与触摸事件传递相关的几个比较重要的类,比如

    作者: 程序员历小冰
    发表时间: 2021-08-27 16:19:38
    903
    0
  • 如何去掉listview滑动时的阴影

    用到listview控件的时候,会碰到这样的一个小问题,就是 上下滑动的时候 &nbsp;会发现 上面的下面的边上会有阴影,那么怎么去掉这个阴影呢? 就类似这样的 &nbsp;,很简单 &nbsp;在listview中 &nbsp;设置属性&nbsp;android:background="@color/white"

    作者: 再见孙悟空_
    发表时间: 2022-01-13 16:44:05
    771
    0
  • Android之外部存储设备监听

                volumeInfoClazz = Class.forName("android.os.storage.VolumeInfo");             diskInfoClaszz = Class.forName("android.os.storage.DiskInfo");     

    作者: 泽宇-Li
    952
    0