Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and rename Android高级面试题.md to Android高级_知识点.md #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Android高级面试题 (⭐⭐⭐)
# Android 零碎知识点(⭐⭐⭐)


## 一、性能优化
Expand Down Expand Up @@ -2850,7 +2850,7 @@ AOP(Aspect-Oriented Programming, 面向切面编程),诞生于上个世纪90
#### 你最优秀的工程设计项目,是怎么设计和实现的;扩展,如何做成一个平台级产品?


## 六、音视频、图像处理面试题
## 六、音视频、图像处理

### 1、音视频基础

Expand Down Expand Up @@ -2980,7 +2980,7 @@ RTMP 是目前主流的流媒体传输协议,广泛用于直播领域,可以
以上,是低延迟优化方面的部分技巧。实际上我们优化低延迟的时候并不是只关注「低延迟」,而是在保证其它条件不影响用户体验的情况下尽量做到低延迟,因此它的内容涉及到更多广泛的话题。


## 七、其它高频面试题
## 七、其它高频

### 1、[如何保证一个后台服务不被杀死?(相同问题:如何保证service在后台不被kill?)比较省电的方式是什么?](https://www.jianshu.com/p/b5371df6d7cb)

Expand Down