interview:developer:flutter:start

This is an old revision of the document!


Android Developer Interview

请用Android Studio 以 “Java” 编码方式完成以下题目。请尽量少用第三方库。

时限 1.5小时
提交方法 请要把相关的.java和.xml文件等压缩后电邮代码至 hr@questwork.com。不要把其他脚手架文件压缩在内。
  • 提供APP主页

以下只是参考。

数据和图符从网上撷取。

上方banner

主要数据

例子:

[
...
  {
    "iconUrl": "http://attendance.app.questwork.com/congress_app/icons/website.png",
    "label": "Website",
    "action": "Website",
    "order": 16,
    "active": true
  },
  {
    "iconUrl": "http://attendance.app.questwork.com/congress_app/icons/filter_96.png",
    "label": "Filter",
    "action": "Filter",
    "order": 17,
    "active": false
  },
...
属性 解释
iconUrl 图符网址
label 文字标志
order 按order数值由小至大排序
active 有效,主页只显示active为true的图符
targetUrl 本次习作不用
action 本次习作不用
  • 组件设计
  • 编码整洁
  • 外覌
  • interview/developer/flutter/start.1572090706.txt.gz
  • Last modified: 2019/10/26 19:51
  • by don.lee