推荐
专栏
教程
课程
飞鹅
本次共找到1448条
android新技术
相关的信息
简
•
3年前
理解Android.bp
介绍Android最新的编译系统一、简介早期的Android系统都是采用Android.mk的配置来编译源码,从Android7.0开始引入Android.bp。很明显Android.bp的出现就是为了替换掉Android.mk。再来说一说跟着Android版本相应的发展演变过程:Android7.0引入ninja和kati
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年前
Service Mesh:一种新模式,而非新技术?
MarcoPalladino(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fkonghq.com%2Fblog%2Fauthor%2Fmarco%2F)ServiceMesh从何而来?在过去几个月里,ServiceMesh是行业内毋庸置
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年前
Android图片处理工具类(持续积累补充)
package cn.mucang.android.community.utils;import android.graphics.Bitmap;import android.graphics.BitmapFactory;import android.graphics.Matrix;impo
API 小达人
•
1年前
深入探讨 GraphQL API 最新技术及其影响
随着技术不断发展,新趋势和技术正在塑造开发人员创建和使用GraphQLAPI的方式。本博客文章深入探讨了GraphQLAPI中新兴趋势,重点关注驱动这些进步的技术及其对API领域的影响。
京东云开发者
•
7个月前
带你走进 HarmonyOS:前端如何迎接新技术的到来
一、HarmonyOS简介HarmonyOS是一款“面向未来”、面向全场景(移动办公、运动健康、社交通信、媒体娱乐等)的分布式操作系统。在传统的单设备系统能力的基础上,HarmonyOS提出了基于同一套系统能力、适配多种终端形态的分布式理念,能够支持多种终
1
2
3
4
•••
145