推荐
专栏
教程
课程
飞鹅
本次共找到1505条
android适配
相关的信息
京东云开发者
•
2年前
系统认知篇:防腐层、门面模式及适配模式的本质 | 京东云技术团队
门面模式和适配器模式是代码级的设计模式,而防腐层本质是一种防御型策略,在更高的层级对系统进行解耦
京东云开发者
•
2年前
京东APP百亿级商品与车关系数据检索实践 | 京东云技术团队
本文主要讲解了京东百亿级商品车型适配数据存储结构设计以及怎样实现适配接口的高性能查询。通过京东百亿级数据缓存架构设计实践案例,简单剖析了jimdb的位图(bitmap)函数和lua脚本应用在高性能场景。希望通过本文,读者可以对缓存的内部结构知识有一定了解,并且能够以最小的内存使用代价将位图(bitmap)灵活应用到各个高性能实际场景。
Wesley13
•
3年前
360项目
shape资源创建图片(重点)1.resdrawablexxx.xml<shapexmlns:android"http://schemas.android.com/apk/res/android"android:shape"rectangle"
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
Stella981
•
3年前
FormMaking 1.2.20 更新了~,迎来多终端适配和表格布局优化
介绍本次更新除了一些常规的优化和bug修复外,特别针对多终端适配和表格布局进行了优化,下面来看看这两个更新内容。多终端适配我们在设计表单的时候,有时可能需要在不同的设配上(pc、pad、mobile)展示不同的效果,现在我们将这三种设备屏幕宽度加入到设计器中,让设计的时候更加直观的查看。!(https://oscimg.o
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
•••
6
7
8
•••
151