自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

翻译 【LeakCanary】Getting Started

reference from:https://square.github.io/leakcanary/getting_started/Confirm vt. 确认;确定;证实;批准;使巩固To use LeakCanary, add the leakcanary-android dependency to your app’s build.gradle file:使用LeakCanary,添加 leakcanary-android 的依赖库到你 app(Model) 的 build.gradle 文

2021-01-20 18:46:04 112

翻译 【LeakCanary】Overview

refrence from : https://square.github.io/leakcanary/LeakCanary is a memory leak detection library for Android.LeakCanary是安卓平台上的一个内存泄漏检测依赖库LeakCanary’s knowledge of the internals of the Android Framework gives it a unique ability to narrow down the caus

2021-01-20 18:16:35 103

原创 Android 汇率换算对比小工具

效果配置apply plugin: 'kotlin-android-extensions'代码package com.kok.formoneyimport android.graphics.Colorimport androidx.appcompat.app.AppCompatActivityimport android.os.Bundleimport android.view.Gravityimport android.view.Viewimport android.view.V

2021-01-18 18:19:47 692

转载 【Leakcanary】Fixing a memory leak

refrence from :https://square.github.io/leakcanary/fundamentals-fixing-a-memory-leak/A memory leak is a programming error that causes an application to keep a reference to an object that is no longer needed. Somewhere in the code, there’s a reference that

2021-01-13 13:39:38 271

转载 【leakcanary】How LeakCanary works

refrence from : https://square.github.io/leakcanary/fundamentals-how-leakcanary-works/Once LeakCanary is installed, it automatically detects and report memory leaks, in 4 steps:Detecting retained objects.Dumping the heap.Analyzing the heap.Categorizin

2021-01-13 13:38:35 407

翻译 【Leakcanary】Introduction

reference from :https://square.github.io/leakcanary/fundamentals/The fundamentals describe how LeakCanary works and how to use it to detect and fix memory leaks. This documentation is designed to help developers of all levels, so please don’t hesitate to

2021-01-13 13:36:00 123

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除