Android interview questions


Posted in 面试题 onDecember 25, 2016
How do you write apps for multiple screen sizes (no fixed coordinates, use nine patch drawables, favor density independent pixels over pixel). Tell the interviewee that you have not programmed for android and that they should explain the whole area to you in a way you can understand. This also tests the communication skills of the person in front of you.
What are the problems publishing to the market, with the fragmentation of Android in multiple OS Versions and multiple phones.
What is the basic setup of an Android app? You are programming it in Java. But it is compiled on a special compiler for android. Does that mean you can’t use third party libraries you only get as compiled jar?
How do you define the user interface? .
What do you have to do to test a new program on a real phone?
What is the result of the compilation process (An apk that bundles resources like image and class files)

Tags in this post...

面试题 相关文章推荐
一套带答案的C++笔试题
Jan 10 面试题
C++:memset ,memcpy和strcpy的根本区别
Apr 27 面试题
SQL面试题
Apr 30 面试题
如果一个类实现了多个接口但是这些接口有相同的方法名将会怎样
Jun 16 面试题
C#面试题问题集
Apr 02 面试题
linux面试题参考答案(9)
Jan 07 面试题
介绍一下JNDI的基本概念
Jul 26 面试题
介绍一下EJB的分类及其各自的功能及应用
Aug 23 面试题
AJAX应用和传统Web应用有什么不同
Aug 24 面试题
什么时候需要进行强制类型转换
Sep 03 面试题
如何写出好的Java代码
Apr 25 面试题
UNIX文件系统常用命令
May 25 面试题
c++工程师面试问题
Aug 04 #面试题
2019年c语言经典面试题目
Aug 17 #面试题
以下为Windows NT 下的32 位C++程序,请计算sizeof 的值
Dec 07 #面试题
请写出char *p与"零值"比较的if语句
Sep 24 #面试题
iostream与iostream.h的区别
Jan 16 #面试题
经典c++面试题六
Jan 18 #面试题
在C++ 程序中调用被C 编译器编译后的函数,为什么要加extern "C"
Aug 09 #面试题
You might like
php 分库分表hash算法
2009/11/12 PHP
Apache环境下PHP利用HTTP缓存协议原理解析及应用分析
2010/02/16 PHP
PHP提取数据库内容中的图片地址并循环输出
2010/03/21 PHP
php简单开启gzip压缩方法(zlib.output_compression)
2013/04/13 PHP
Ubuntu下安装PHP的mongodb扩展操作命令
2015/07/04 PHP
JavaScript 开发中规范性的一点感想
2009/06/23 Javascript
js Form.elements[i]的使用实例
2011/11/13 Javascript
JS.getTextContent(element,preformatted)使用介绍
2013/09/21 Javascript
event对象获取方法总结在google浏览器下测试
2013/11/03 Javascript
Javascript 浮点运算精度问题分析与解决
2014/03/26 Javascript
jQuery中document与window以及load与ready 区别详解
2014/12/29 Javascript
jquery mobile开发常见问题分析
2016/01/21 Javascript
Ajax异步获取html数据中包含js方法无效的解决方法
2017/02/20 Javascript
JavaScript函数柯里化原理与用法分析
2017/03/31 Javascript
详解Vue2.0里过滤器容易踩到的坑
2017/06/01 Javascript
解决js ajax同步请求造成浏览器假死的问题
2018/01/18 Javascript
jQuery滑动效果实现方法分析
2018/09/05 jQuery
jQuery点击页面其他部分隐藏下拉菜单功能
2018/11/27 jQuery
使用apifm-wxapi快速开发小程序过程详解
2019/08/05 Javascript
[03:09]显微镜下的DOTA2第一期——带你走进华丽的DOTA2世界
2014/06/20 DOTA
Python计算两个日期相差天数的方法示例
2017/05/23 Python
Python内置函数——__import__ 的使用方法
2017/11/24 Python
Python实现的网页截图功能【PyQt4与selenium组件】
2018/07/12 Python
python实战教程之自动扫雷
2018/07/13 Python
使用python实现语音文件的特征提取方法
2019/01/09 Python
解决新版Pycharm中Matplotlib图像不在弹出独立的显示窗口问题
2019/01/15 Python
python 使用shutil复制图片的例子
2019/12/13 Python
OpenCV Python实现拼图小游戏
2020/03/23 Python
python归并排序算法过程实例讲解
2020/11/04 Python
Python爬虫后获取重定向url的两种方法
2021/01/19 Python
html table呈现个人简历以及单元格宽度失效的问题解决
2021/01/22 HTML / CSS
猫咪家具:CatsPlay
2018/11/03 全球购物
毕业生自荐信范文
2015/03/05 职场文书
清明祭英烈活动总结
2015/05/11 职场文书
小学生禁毒教育心得体会
2016/01/15 职场文书
Pytorch数据读取之Dataset和DataLoader知识总结
2021/05/23 Python