首页
首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
Android 学习笔记
morningcat2018
创建于2023-11-29
订阅专栏
关于android开发者文档学习梳理笔记
暂无订阅
共12篇文章
创建于2023-11-29
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
Android学习笔记 AIDL使用
AIDL (Android 接口定义语言) 您可以利用它定义客户端与服务均认可的编程接口,以便二者使用进程间通信 (IPC) 进行相互通信。 在 Android 中,一个进程通常无法访问另一个进程的内
Android 学习日报 组件Service再学习
10.3 Service的基本用法 10.3.1 定义一个Service 这里我们又重写了onCreate()、onStartCommand()和onDestroy()这3个方法,它们是每个Servi
android 事件分发机制
事件简介 事件类型 事件分发 Activity 的 dispatchTouchEvent 方法 PhoneWindow#superDispatchTouchEvent 调用了 DecorView#su
Android 学习日报 Button 和 Input
Android developer document - 4.1: Buttons and clickable images Buttons and clickable images 用户点击或单击以
Android 学习日报 四大组件之 Broadcast
详解广播机制 广播消息机制 6.1 广播机制简介 Android中的广播主要可以分为两种类型:标准广播和有序广播。 标准广播(normal broadcasts)是一种完全异步执行的广播,Broadc
Android 学习日报 四大组件之 Service
Android developer document - 7.4: Services What is a service? A service is an app component that per
Android 学习日报 AsyncTask and AsyncTaskLoader
Android developer document - 7.1: AsyncTask and AsyncTaskLoader There are several ways to do backgro
Android 学习日报 Text and scrolling views
Android developer document - 1.3: Text and scrolling views This chapter describes one of the most of
Android 学习日报 Layouts and resources
Android developer document - 1.2: Layouts and resources for the UI user interface (UI) layout 用户界面布局
Android 学习日报 隐式 intent
Android developer document - 2.3: Implicit intents Introduction In this chapter you learn how to sen
Android 学习日报 Activity lifecycle and state
Android developer document - 2.2: Activity lifecycle and state Introduction About the Activity lifec
Android 学习日报 Activities and intents
2.1: Activities and intents https://google-developer-training.github.io/android-developer-fundamenta