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...

面试题 相关文章推荐
描述Cookie和Session的作用,区别和各自的应用范围,Session工作原理
Mar 25 面试题
JSF面试题:如何管量web层中的Bean,用什么标签。如何通过jsp页面与Bean绑定在一起进行处理?
Oct 05 面试题
求网格中的黑点分布
Nov 06 面试题
.NET面试10题
Feb 24 面试题
如果一个类实现了多个接口但是这些接口有相同的方法名将会怎样
Jun 16 面试题
TCP协议通讯的过程和步骤是什么
Oct 18 面试题
网络方面基础面试题
Nov 16 面试题
linux面试题参考答案(8)
Apr 19 面试题
设计模式的基本要素是什么
Apr 21 面试题
EJB的几种类型
Aug 15 面试题
介绍一下mysql的日期和时间函数
Mar 28 面试题
Java基础类库面试题
Sep 04 面试题
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
2006/12/13 PHP
PHP中array_merge和array相加的区别分析
2013/06/17 PHP
yii2 页面底部加载css和js的技巧
2016/04/21 PHP
基于jQuery实现点击同时更改两个iframe的网址
2010/07/01 Javascript
复选框全选与全不选操作实现思路
2013/08/18 Javascript
jQuery关于导航条背景切换效果实现示例
2013/09/04 Javascript
JavaScript中innerHTML,innerText,outerHTML的用法及区别
2015/09/01 Javascript
JS对HTML表格进行增删改操作
2016/08/22 Javascript
纯js三维数组实现三级联动效果
2017/02/07 Javascript
jQuery实现jQuery-form.js实现异步上传文件
2017/04/28 jQuery
bootstrap table单元格新增行并编辑
2017/05/19 Javascript
Angularjs过滤器实现动态搜索与排序功能示例
2017/12/13 Javascript
百度地图去掉marker覆盖物或者去掉maker的label文字方法
2018/01/26 Javascript
jQuery实现通过方向键控制div块上下左右移动的方法【测试可用】
2018/04/26 jQuery
JavaScript中变量提升机制示例详解
2019/12/27 Javascript
vue添加锚点,实现滚动页面时锚点添加相应的class操作
2020/08/10 Javascript
python实现斐波那契递归函数的方法
2014/09/08 Python
Python3中的2to3转换工具使用示例
2015/06/12 Python
python表格存取的方法
2018/03/07 Python
Python系统监控模块psutil功能与经典用法分析
2018/05/24 Python
Django+uni-app实现数据通信中的请求跨域的示例代码
2019/10/12 Python
Python通过Schema实现数据验证方式
2020/11/12 Python
HTML5 Web Workers之网站也能多线程的实现
2013/04/24 HTML / CSS
伦敦最有品味的百货:Liberty London
2016/11/12 全球购物
Keds官方网站:购买帆布运动鞋和经典皮鞋
2016/11/12 全球购物
一套.net面试题及答案
2016/11/02 面试题
2014年计算机专业个人自我评价
2014/01/19 职场文书
旅游业大学生创业计划书
2014/01/31 职场文书
俄语专业职业生涯规划
2014/02/26 职场文书
党委领导班子整改方案
2014/09/30 职场文书
2014党的群众路线教育实践活动总结报告
2014/10/31 职场文书
工作试用期自我评价
2015/03/10 职场文书
幼儿园托班开学寄语(2016秋季)
2015/12/03 职场文书
将图片保存到mysql数据库并展示在前端页面的实现代码
2021/05/02 MySQL
mysql在项目中怎么选事务隔离级别
2021/05/25 MySQL
MYSQL优化之数据表碎片整理详解
2022/04/03 MySQL