AI智能
改变未来

标签:Android开发

第36页
Android 教你如何发现 APP 卡顿-爱站程序员基地
Android开发

Android 教你如何发现 APP 卡顿

AI

最近部门打算优化下 APP 在低端机上的卡顿情况,既然想优化,就必须获取卡顿情况,那么如何获取卡顿情况就是本文目的。 一般主线程过多的 UI 绘制、大量的 IO 操作或是大量的计算操作占用 CPU,导致 App 界面卡顿。只要我们能在发生卡...

Android-UI 三种menu的基本实现-爱站程序员基地
Android开发

Android-UI 三种menu的基本实现

AI

文章目录 Menu分类 Option option.xml 代码实现 Context context.xml 绑定view 代码实现 绑定上下文 代码实现 Popup popup.xml 代码实现 记录三种menu的基本使用方法IDE:An...

android:Intent与组件通信-爱站程序员基地
Android开发

android:Intent与组件通信

AI

#Intent与组件通信具体步骤##效果图##音乐存放路径##代码实现MainActivity.java package com.qsd;import java.io.File;import android.app.Activity;imp...