android

flutter迁移androidx

First make sure that compileSdkVersion is at least 28 in app/build.gradle. This property controls the version of the Android SDK that Gradle uses to build your APK. It doesn’t affect the minimum SD...

通过Hardware Layer提升Android动画性能

当有人问我关于动画性能表现不佳问题的时候,我首先会询问他们是否使用了Hardware Layer层。 你的View可能在执行动画期间的每一帧都进行重绘,如果使用View Layer,可以避免重绘每一帧,因为View的渲染...

gradle配置国内镜像

使用阿里云国内镜像 对单个项目生效,在项目中的build.gradle修改内容 buildscript { repositories { maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' } ...

ElasticScrollView

/** * Generated by smali2java 1.0.0.558 * Copyright (C) 2013 Hensence.com */ package com.wole.android.pad.view; import android.widget.ScrollView; import android.view.animation.RotateAnimati...