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

面试题 相关文章推荐
什么是典型的软件三层结构?软件设计为什么要分层?软件分层有什么好处?
Mar 14 面试题
什么是Deployment descriptors;都有什么类型的部署描述符
Jul 28 面试题
JSF面试题:Jsf中导航的标签是什么
Apr 20 面试题
华为的Java面试题
Mar 07 面试题
android面试问题与答案
Dec 27 面试题
SQL Server 2000数据库的文件有哪些,分别进行描述
Mar 30 面试题
了解AppleTalk协议吗
Apr 01 面试题
linux面试题参考答案(11)
May 01 面试题
介绍一下linux的文件权限
Jul 20 面试题
恒华伟业笔试面试题
Feb 26 面试题
解释一下ruby中的特殊方法与特殊类
Feb 26 面试题
Delphi软件工程师试题
Jan 29 面试题
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
rephactor 优秀的PHP的重构工具
2011/06/09 PHP
phpmailer简单发送邮件的方法(附phpmailer源码下载)
2016/06/13 PHP
php读取本地json文件的实例
2018/03/07 PHP
golang实现php里的serialize()和unserialize()序列和反序列方法详解
2018/10/30 PHP
基于PHP+Mysql简单实现了图书购物车系统的实例详解
2020/08/06 PHP
jquery 设置元素相对于另一个元素的top值(实例代码)
2013/11/06 Javascript
canvas绘制环形进度条
2017/02/23 Javascript
浅谈ECMAScript6新特性之let、const
2017/08/02 Javascript
使用classList来实现两个按钮样式的切换方法
2018/01/24 Javascript
js中let和var定义变量的区别
2018/02/08 Javascript
学习JS中的DOM节点以及操作
2018/04/30 Javascript
echarts整合多个类似option的方法实例
2018/07/10 Javascript
JavaScript使用prototype原型实现的封装继承多态示例
2018/08/31 Javascript
JavaScript常用事件介绍
2019/01/21 Javascript
javascript绘制简单钟表效果
2020/04/07 Javascript
编写一个javascript元循环求值器的方法
2020/04/14 Javascript
vue 使用 vue-pdf 实现pdf在线预览的示例代码
2020/04/26 Javascript
[01:03:31]DOTA2上海特级锦标赛B组资格赛#1 Alliance VS Fnatic第二局
2016/02/26 DOTA
[02:05]DOTA2完美大师赛趣味视频之看我表演
2017/11/18 DOTA
python中for语句简单遍历数据的方法
2015/05/07 Python
Python使用微信SDK实现的微信支付功能示例
2017/06/30 Python
Python matplotlib生成图片背景透明的示例代码
2019/08/30 Python
python设置代理和添加镜像源的方法
2020/02/14 Python
PyQt5实现仿QQ贴边隐藏功能的实例代码
2020/05/24 Python
基于python实现MQTT发布订阅过程原理解析
2020/07/27 Python
谈谈python垃圾回收机制
2020/09/27 Python
Python+unittest+requests 接口自动化测试框架搭建教程
2020/10/09 Python
django使用channels实现通信的示例
2020/10/19 Python
实例讲解利用HTML5 Canvas API操作图形旋转的方法
2016/03/22 HTML / CSS
HTML5地理定位_动力节点Java学院整理
2017/07/12 HTML / CSS
运动鞋、足球鞋和慕尼黑球衣:Sport Münzinger
2019/08/26 全球购物
助人为乐模范事迹材料
2014/06/02 职场文书
遗嘱继承权公证书
2015/01/26 职场文书
生产车间管理制度
2015/08/04 职场文书
公司人力资源管理制度
2015/08/05 职场文书
教你使用Python pypinyin库实现汉字转拼音
2021/05/27 Python