美文网首页安卓面试我爱编程面试专题
耗时6个多月,从十几份顶级面试仓库和200多篇高质量面经中总结出

耗时6个多月,从十几份顶级面试仓库和200多篇高质量面经中总结出

作者: JsonChao | 来源:发表于2018-08-09 09:54 被阅读122次

    ### 项目地址[Awesome-Android-Interview](https://github.com/JsonChao/Awesome-Android-Interview#%E5%89%8D%E8%A8%80)# Awesome-Android-InterviewA awesome android expert interview questions and answers> 耗时6个多月,从十几份顶级面试仓库和200多篇高质量面经中总结出一份全面而详尽的Android面试题集。

    ## 前言面试,一直都是很大家很关心的热门话题,Awesome-Android-Interview搜集了国内一线及二线互联网公司最常出现的面试题,非常全面,笔者花费了很大的精力和时间,希望得到大家的支持。Android面试中常涉及的问题有如下几方面:1、计算机基础:TCP/IP, HTTP/HTTPS, Socket、数据库、操作系统相关等等。2、Java基础:反射、泛型、集合类库相关等等。3、Java并发:线程/线程池,volatile,悲观锁/乐观锁等等。4、Jvm虚拟机:比如执行过程、JMM模型、java的Gc回收原理、类加载器等等。5、数据结构和算法:LeetCode + 剑指Offer。6、Android基础:启动模式、动画、自定义View等等。7、Android进阶:进程间通信、Binder、AIDL、AMS/WMS、事件分发、滑动冲突、View的绘制流程、性能优化、重要的Android源码和开源库分析等等。8、Android高新技术:模块化、插件化、组件化、热更新实现原理等等。9、最后,如果你会其他的开发方式或语言也会加分不少。比如Kotlin、Python、ReactNative、前后端开发等等。## Contents### 计算机基础面试题* [网络](https://github.com/JsonChao/Awesome-Android-Interview/blob/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/%E7%BD%91%E7%BB%9C%E9%9D%A2%E8%AF%95%E9%A2%98.md)* [操作系统](https://github.com/JsonChao/Awesome-Android-Interview/blob/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F%E9%9D%A2%E8%AF%95%E9%A2%98.md)* [数据库](https://github.com/JsonChao/Awesome-Android-Interview/blob/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/%E6%95%B0%E6%8D%AE%E5%BA%93%E9%9D%A2%E8%AF%95%E9%A2%98.md)### 数据结构和算法面试题* [数据结构和算法](https://github.com/JsonChao/Awesome-Android-Interview/blob/master/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E5%92%8C%E7%AE%97%E6%B3%95/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B8%8E%E7%AE%97%E6%B3%95.md)### Java面试题* [Java基础](https://github.com/JsonChao/Awesome-Android-Interview/blob/master/Java%E7%9B%B8%E5%85%B3/Java%E5%9F%BA%E7%A1%80%E9%9D%A2%E8%AF%95%E9%A2%98.md)* [Java并发](https://github.com/JsonChao/Awesome-Android-Interview/blob/master/Java%E7%9B%B8%E5%85%B3/Java%E5%B9%B6%E5%8F%91%E9%9D%A2%E8%AF%95%E9%A2%98.md)* [Java虚拟机](https://github.com/JsonChao/Awesome-Android-Interview/blob/master/Java%E7%9B%B8%E5%85%B3/Java%E8%99%9A%E6%8B%9F%E6%9C%BA%E9%9D%A2%E8%AF%95%E9%A2%98.md)### Android面试题* [Android基础](https://github.com/JsonChao/Awesome-Android-Interview/blob/master/Android%E7%9B%B8%E5%85%B3/Android%E5%9F%BA%E7%A1%80%E9%9D%A2%E8%AF%95%E9%A2%98.md)* [Android进阶](https://github.com/JsonChao/Awesome-Android-Interview/blob/master/Android%E7%9B%B8%E5%85%B3/Android%E9%AB%98%E7%BA%A7%E9%9D%A2%E8%AF%95%E9%A2%98.md)### 其它* [其他扩展面试题](https://github.com/JsonChao/Awesome-Android-Interview/blob/master/%E5%85%B6%E5%AE%83/%E5%85%B6%E5%AE%83%E6%89%A9%E5%B1%95%E9%9D%A2%E8%AF%95%E9%A2%98.md)* [非技术面试题](https://github.com/JsonChao/Awesome-Android-Interview/blob/master/%E5%85%B6%E5%AE%83/%E9%9D%9E%E6%8A%80%E6%9C%AF%E9%9D%A2%E8%AF%95%E9%A2%98.md)### About me- #### Email:[chao.qu521@gmail.com]()- #### Blog:[https://jsonchao.github.io/](https://jsonchao.github.io/)- #### 掘金:[https://juejin.im/user/5a3ba9375188252bca050ade](https://juejin.im/user/5a3ba9375188252bca050ade)    ### LicenseCopyright 2018 JsonChaoLicensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at  http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.

    相关文章

      网友评论

        本文标题:耗时6个多月,从十几份顶级面试仓库和200多篇高质量面经中总结出

        本文链接:https://www.haomeiwen.com/subject/sbsuqxtx.html