zhdh2008 / JohnsonUtils4Droid

Useful l tools library for Android
7 stars 0 forks source link

Android Interview questions #16

Open zhdh2008 opened 9 years ago

zhdh2008 commented 9 years ago

HashMap有哪些考察点? https://github.com/android-cn/android-discuss/issues/109#issuecomment-87875248

HashMap的实现与优化 http://www.jianshu.com/p/e54047b2b563 (Hash 算法之MD5:https://github.com/miao1007/Openwrt-NetKeeper)

红黑树的相关概念 1.红黑树 - 维基百科 http://zh.wikipedia.org/zh-cn/%E7%BA%A2%E9%BB%91%E6%A0%91 2.教你透彻了解红黑树 http://blog.csdn.net/v_july_v/article/details/6105630 3.红黑树并没有我们想象的那么难(上) http://www.cnblogs.com/daoluanxiaozi/p/3340382.html

Reference: http://bigocheatsheet.com/ https://github.com/android-cn/android-discuss http://www.ibm.com/developerworks/cn/java/j-jtp08223/ http://www.jianshu.com/p/9a48bcbdfece http://www.jianshu.com/p/4e13fcdf9ab5 http://blog.csdn.net/zimo2013/article/details/39692245 http://coderbee.net/index.php/java/20131018/519 http://www.guokr.com/blog/747926/ http://blog.csdn.net/v_JULY_v/article/details/6256463

Q: How to get the apk file of an installed application from an Android device? A: http://stackoverflow.com/questions/7332321/how-to-get-apk-file-installed-in-device/26117008

English interview questions http://skillgun.com/android/interview-questions-and-answers 不翻墙的话,打开会有点慢。感觉问题还是有深度的。我面过的有些公司,笔试题还是几年前网上随处可见的(比如出自那个标题叫“71道面试题集合了很多...”什么的;而且有些答案里给的解释也比较肤浅)。希望来此逛的、做招聘的程序员可以多出一些新的、有深度的面试题。 另外,http://skillgun.com/android/basics/online-test 这个在线做题的页面,我这边点进去看不到试卷,不知道各位是否能打开试卷。

Algorithms http://blog.csdn.net/v_JULY_v

The difference between Http GET and POST ? http://www.w3school.com.cn/tags/html_ref_httpmethods.asp http://www.cnblogs.com/nankezhishi/archive/2012/06/09/getandpost.html

zhdh2008 commented 9 years ago

Java面试各种基础坑 http://www.jianshu.com/p/3d58495157e6

zhdh2008 commented 9 years ago

Android worth read articles

https://github.com/zmywly8866/Worth-Reading-the-Android-technical-articles

农民伯伯 http://www.cnblogs.com/over140

zhdh2008 commented 9 years ago

MVC设计模式 https://github.com/android-cn/android-discuss/issues/145 MVP设计模式在Android中的应用 http://www.imooc.com/wenda/detail/216700%EF%BC%9F MVC,MVP 和 MVVM 的图示 http://www.ruanyifeng.com/blog/2015/02/mvcmvp_mvvm.html

MVP模式在Android开发中的应用 http://blog.csdn.net/vector_yi/article/details/24719873

MVP设计模式sample https://github.com/VectorYi/MVPSample