推荐
专栏
教程
课程
飞鹅
本次共找到3786条
android ui框架
相关的信息
刘望舒
•
4年前
Android AOSP基础(二)AOSP源码和内核源码下载
title:"AndroidAOSP基础(二)AOSP源码和内核源码下载"date:20193900:18cover:https://s2.ax1x.com/2019/05/27/VZRBi4.jpgtag:AOSP基础categories:Android框架层本文首发于微信公众号「后厂技术官」前言这篇文章我们来学习如何下载AOSP源码,
Wesley13
•
3年前
android WebView 使用实例
主布局文件:<?xmlversion"1.0"encoding"utf8"?<LinearLayoutxmlns:android"http://schemas.android.com/apk/res/android"android:layout_width"match_parent"
Wesley13
•
3年前
java版spring cloud+spring boot+redis多租户社交电子商务平台
前端框架:Jquery/Bootstrap/H5/CSS3、IOS、Android、小程序开发模式:代码生成工具、驱动式开发模式、提高开发效率核心架构:SpringCloud、SpringBoot、MybatisPlus、Redis社交模式:VR全景虚拟现实、直播带货、短视频带货、分销分润、代跑腿配送等JDK/数据库:JDK1
Stella981
•
3年前
Android添加横线和竖线分割界面
竖线<View android:layout\_width"1dip" android:layout\_height"match\_parent" android:background"66CCFF" android:layout\_gravity"center\_horizontal"
Stella981
•
3年前
Android 控件抖动效果
利用Android自带的动画效果,实现控件的抖动效果,效果资源文件shark.xml<?xmlversion"1.0"encoding"utf8"?<translatexmlns:android"http://schemas.android.com/apk/res/android"android:fr
Stella981
•
3年前
Gallery实现流畅的新闻滚动 方法复写
package com.ename.views;import android.content.Context;import android.util.AttributeSet;import android.view.KeyEvent;import android.view.MotionEvent;
Stella981
•
3年前
Android GridView 添加 HeadView
package com.example.test;import android.content.Context;import android.util.AttributeSet;import android.util.Log;import android.view.MotionEvent;i
Wesley13
•
3年前
Unity中EventTrigger使用
在Unity中,点击场景中的模型我们往往需要检测是否点击在了UI上,这时我们需要进行一系列的判断,往往效果还不好,因此我在场景中模型的点击也使用了EventTrigger,EventTrigger我们在UI上的使用比较常见,但是它也可以用于场景点击,并且能屏蔽点击到UI又响应了模型的点击事件,以下是点击事件的组件脚本usi
Stella981
•
3年前
Android图片处理工具类(持续积累补充)
package cn.mucang.android.community.utils;import android.graphics.Bitmap;import android.graphics.BitmapFactory;import android.graphics.Matrix;impo
Stella981
•
3年前
Android从相机或相册获取图片裁剪
package com.only.android.app; import java.io.File; import android.app.Activity;import android.app.AlertDialog;import android.content.DialogInterfa
1
•••
18
19
20
•••
379