安卓面试题 Android interview questions】的更多相关文章

安卓面试题 Android interview questions 作者:韩梦飞沙 ‎2017‎年‎7‎月‎3‎日,‏‎14:52:44 1.      要做一个尽可能流畅的ListView,你平时在工作中如何进行优化的?  ①Item布局,层级越少越好,使用hierarchyview工具查看优化.  ②复用convertView  ③使用ViewHolder  ④item中有图片时,异步加载  ⑤快速滑动时,不加载图片  ⑥item中有图片时,应对图片进行适当压缩  ⑦实现数据的分页加载 2.…
原文 Node.js Interview Questions for 2017 什么是error-first callback? 如何避免无止境的callback? 什么是Promises? 用什么工具来保证代码的一致性风格? 为什么保持一致性风格很重要? When should you npm and when yarn? 什么是stub? 举个例子! 什么是test pyramid? 举个例子! 你喜欢哪个HTTP框架,为什么? 如何保护你的HTTP cookies 不遭受XSS攻击? 如何…
http://www.topwcftutorials.net/2012/09/wcf-faqs-part2.html WCF Interview Questions – Part 2 This WCF tutorial is part-2 in series of WCF Interview Questions. Other parts in this series can be found here. 这是WCF问答系列教程中的第二部分,其他部分可以在下面的链接中找到: WCF Service…
http://www.topwcftutorials.net/2012/10/wcf-faqs-part3.html WCF Interview Questions – Part 3 This WCF tutorial is part-3 in series of WCF Interview Questions and Answers. Other parts in this series are as follows: 这是WCF问答系列教程中的第三部分,其他部分在下面: WCF Servic…
WCF Interview Questions – Part 4   This WCF service tutorial is part-4 in series of WCF Interview Questions. Before reading this please go through the following articles in this series. 这是WCF问答教程的第四部分,在阅读之前请先去看下面列出来的文章. WCF Service Interview Question…
Bridge Pattern, Composite Pattern, Decorator Pattern, Facade Pattern, COR Pattern, Proxy Pattern, template Pattern, MVC. Updated with the explanation of Composite pattern, Decorator Pattern and Template Pattern. Design Pattern Interview Question - Pa…
Interpeter , Iterator , Mediator , Memento and Observer design patterns. (I) what is Interpreter pattern? (B) Can you explain iterator pattern? (A) Can you explain mediator pattern? (I) Can you explain memento pattern? (B) Can you explain observer pa…
State, Stratergy, Visitor Adapter and fly weight design pattern from interview perspective. (I) Can you explain state pattern? (I) Can you explain strategy pattern? (A) Can you explain visitor pattern? (A) What the difference between visitor and stra…
Factory, Abstract factory, prototype pattern (B) What are design patterns? (A) Can you explain factory pattern? (I) Can you explain abstract factory pattern? (I)Can you explain builder pattern? (I) Can you explain prototype pattern? (A) Can you expla…
101+ Manual and Automation Software Testing Interview Questions and Answers http://www.softwaretestinghelp.com/software-testing-interview-questions/…