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

面试题 相关文章推荐
PHP如何自定义函数
Sep 16 面试题
xml有哪些解析技术?区别是什么
Apr 26 面试题
Java TransactionAPI (JTA) 主要包含几部分
Dec 07 面试题
请编写一个 C 函数,该函数在给定的内存区域搜索给定的字符,并返回该字符所在位置索引值
Sep 15 面试题
VC++笔试题
Oct 13 面试题
一个SQL面试题
Aug 21 面试题
别名指示符是什么
Oct 08 面试题
一套C#面试题
Oct 09 面试题
智乐游戏测试笔试题
May 21 面试题
EJB3.1都有哪些改进
Nov 17 面试题
用Python匹配HTML tag的时候,<.*>和<.*?>有什么区别
Nov 04 面试题
Vector, ArrayList, HashTable, HashMap哪些是线程安全的,哪些不是
Oct 12 面试题
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
网页游戏开发入门教程三(简单程序应用)
2009/11/02 PHP
防止用户利用PHP代码DOS造成用光网络带宽
2011/03/01 PHP
php设计模式之单例、多例设计模式的应用分析
2013/06/30 PHP
PHP实现在线阅读PDF文件的方法
2015/06/17 PHP
jquery用data方法获取某个元素上的事件
2014/06/23 Javascript
JavaScript中setMonth()方法的使用详解
2015/06/11 Javascript
详解 javascript中offsetleft属性的用法
2015/11/11 Javascript
jQuery实现的给图片点赞+1动画效果(附在线演示及demo源码下载)
2015/12/31 Javascript
JavaScript模版引擎的基本实现方法浅析
2016/02/15 Javascript
JS延时器提示框的应用实例代码解析
2016/04/27 Javascript
全面了解javascript中的错误处理机制
2016/07/18 Javascript
AngularJS基础 ng-class-odd 指令示例
2016/08/01 Javascript
JS使用正则表达式实现关键字替换加粗功能示例
2016/08/03 Javascript
函数四种调用模式以及其中的this指向
2017/01/16 Javascript
Vue响应式原理详解
2017/04/18 Javascript
详解AngularJS 路由 resolve用法
2017/04/24 Javascript
ExtJs异步无法向外传值和赋值的完美解决办法
2017/06/14 Javascript
详解开发react应用最好用的脚手架 create-react-app
2018/04/24 Javascript
微信小程序开发技巧汇总
2019/07/15 Javascript
vue 实现element-ui中的加载中状态
2020/11/11 Javascript
python中pycurl库的用法实例
2014/09/30 Python
Django中几种重定向方法
2015/04/28 Python
python基础梳理(一)(推荐)
2019/04/06 Python
Django基础三之视图函数的使用方法
2019/07/18 Python
谈谈Python:为什么类中的私有属性可以在外部赋值并访问
2020/03/05 Python
CSS3 Flex 弹性布局实例代码详解
2018/11/01 HTML / CSS
世界知名接发和假发品牌:Poze Hair
2017/03/08 全球购物
Ibatis的核心配置文件都有什么
2014/09/08 面试题
Linux中如何用命令创建目录
2015/01/12 面试题
学校后勤岗位职责
2014/02/19 职场文书
反对形式主义、官僚主义、享乐主义和奢靡之风整改措施
2014/09/17 职场文书
2015年药房工作总结
2015/04/25 职场文书
分享几个JavaScript运算符的使用技巧
2021/04/24 Javascript
Python趣味挑战之用pygame实现简单的金币旋转效果
2021/05/31 Python
分析并发编程之LongAdder原理
2021/06/29 Java/Android
MySQL中order by的使用详情
2021/11/17 MySQL