Giters
Moosphan
/
Android-Daily-Interview
:pushpin:每工作日更新一道 Android 面试题,小聚成河,大聚成江,共勉之~
Geek Repo:
Geek Repo
Github PK Tool:
Github PK Tool
Stargazers:
5493
Watchers:
250
Issues:
251
Forks:
778
Moosphan/Android-Daily-Interview Issues
2024年了, Android行情怎么样了
Updated
6 months ago
Comments count
5
这两天面试滴滴,哈喽单车题目,已经挂了
Closed
5 years ago
Comments count
3
2019-12-20:有了解过WindowInsets吗?它有哪些应用?
Updated
a year ago
Comments count
3
2019-12-23:Kotlin中的数据类型有隐式转换吗?为什么?
Updated
a year ago
Comments count
4
2020-01-17:说说你未来的职业规划是怎样的?
Updated
a year ago
Comments count
23
为啥不搞了
Updated
a year ago
Comments count
3
2019-12-19:谈一谈Java成员变量,局部变量和静态变量的创建和回收时机?
Updated
2 years ago
Comments count
5
Android
Closed
2 years ago
Comments count
2
2019-12-18:如何绕过Android9.0针对反射的限制?
Updated
2 years ago
Comments count
3
2020-01-09:如何判断单链表交叉?
Updated
2 years ago
Comments count
9
群被封了
Updated
2 years ago
Comments count
2
2020-01-14:为什么协程比线程要轻量?
Updated
2 years ago
Comments count
19
2020-01-02:分别通过对象表达式object和lambda表达式实现的函数式接口内部有何不同?
Updated
2 years ago
Comments count
6
2020-01-10:Kotlin中集合遍历有哪几种方式?
Updated
2 years ago
Comments count
3
View inflation
Updated
2 years ago
2019-12-25:对于GIF 图片加载有什么思路和建议?
Updated
2 years ago
Comments count
5
2020-01-06:在开发过程中你遇到过的最大的难题是什么?如何解决的?
Updated
3 years ago
Comments count
14
2019-12-31:TCP/IP协议分为哪几层?TCP和HTTP分别属于哪一层?
Updated
3 years ago
Comments count
5
学习
Closed
3 years ago
2020-01-07:谈一谈RxJava背压原理?
Updated
3 years ago
Comments count
4
2019-12-30:什么是Lifecycle?请分析其内部原理和使用场景?
Updated
3 years ago
Comments count
4
2019-12-12:谈一谈屏幕刷新机制?
Updated
3 years ago
Comments count
2
2020-01-16:为什么ViewPager嵌套ViewPager,内部的ViewPager滚动没有被拦截?
Updated
3 years ago
Comments count
3
2019-12-04:谈谈你对Window和WindowManager的理解?
Updated
3 years ago
Comments count
6
2020-03-06:JMM是什么?它存在哪些问题?该如何解决?
Updated
3 years ago
Comments count
3
2020-01-13:为什么要将项目迁移到AndroidX?如何进行迁移?
Updated
3 years ago
Comments count
4
2019-12-10:谈一谈java线程安全的集合有哪些?
Updated
3 years ago
Comments count
2
2019-12-13:请说说依赖注入框架ButterKnife的实现原理?
Updated
3 years ago
Comments count
3
2019-12-09:请谈谈如何加载Bitmap并防止内存溢出?
Updated
3 years ago
Comments count
4
2019-12-17:谈一谈Activity,View,Window三者的关系?
Updated
3 years ago
Comments count
4
2020-03-04:试从源码角度分析Handler的post和sendMessage方法的区别和应用场景?
Updated
3 years ago
Comments count
6
2020-9-29:Java内存模型
Closed
3 years ago
Comments count
1
2020-9-29:java中的锁机制
Closed
3 years ago
2020-01-08:请说说Java中String.length()的运作原理?
Updated
3 years ago
Comments count
6
app 进程分为哪几种?在项目中的实际应用?
Updated
4 years ago
2020-03-09:谈谈Https的加密过程?
Updated
4 years ago
Comments count
3
2019-12-06:ViewModel的出现是为了解决什么问题?并简要说说它的内部原理?
Updated
4 years ago
Comments count
5
2019-12-24:为什么说Http是可靠的数据传输协议?
Updated
4 years ago
Comments count
4
2019-12-05:谈一谈ViewDragHelper的工作原理?
Updated
4 years ago
Comments count
2
2020-03-03:说说ThreadLocal的使用场景?与Synchronized相比有什么特性?
Updated
4 years ago
Comments count
6
2019-12-16:说说你是如何进行单元测试的?以及如何应用在MVP和MVVM中?
Updated
4 years ago
Comments count
3
2020-03-02:Java中为什么会出现Atomic类?试分析它的原理和缺点?
Updated
5 years ago
Comments count
1
当点击的时候,会先调用顶级viewgroup的dispatchTouchEvent,如果顶级的viewgroup拦截了此事件(onInterceptTouchEvent返回true),则此事件序列由顶级viewgroup处理。如果顶级viewgroup设置setOnTouchListener,则会回调接口中的onTouch,此时顶级的viewgroup中的onTouchEvent不再回调,如果不设置setOnTouchListener则onTouchEvent会回调。如果顶级viewgroup设置setOnClickListener,则会回调接口中的onClick。如果顶级viewgroup不拦截事件,事件就会向下传递给他的子view,然后子view就会调用它的dispatchTouchEvent方法。
Closed
5 years ago
113 Android Interview Questions Answered (ENGLISH)
Closed
5 years ago
Comments count
1
2019-12-27:说说HttpClient与HttpUrlConnection的区别?并谈谈为何前者会被替代?
Updated
5 years ago
Comments count
1
2020-01-03:Post中请求参数放在了哪个位置?
Updated
5 years ago
Comments count
5
2020-01-15:你了解过哪些Android屏幕适配方面的技巧?
Updated
5 years ago
Comments count
2
2020-01-03:谈一谈TCP/IP网络请求分为几层?
Closed
5 years ago
Comments count
1
2019-12-26:Android中View几种常见位移方式的区别?
Updated
5 years ago
Comments count
1
2019-12-11:说说Kotlin中的Any与Java中的Object有何异同?
Updated
5 years ago
Comments count
4
Previous
Next