分类
English 原创作品

Android手机应用程序《泡面管家》测试版发布 – Instant Noodles Master app for Android beta released

“这是一款娱乐性质的软件。”——某同事
“这个……很阳春啊。”——某客户
“很有意思。”——某朋友
“重要的是创意。”——某同学

《泡面管家》是一款面向泡面(方便面、速食面、即食面)爱好者的小工具。
Instant Noodles Master (NoodlesMaster for short) is a small tool for instant noodles funs.

noodles_master_logo

主要功能如下:
Features:

  • 泡面计时
    Timer for instant noodles
  • 泡面产品大全(目前只有中国区域数据,且尚需补充)
    Instant noodles product list (Chinese data only, still insufficient)
  • 泡面条码识别(目前只有中国区域数据,且尚需补充)
    Instant noodles barcode recognition (Chinese data only, still insufficient)
  • 泡面向导
    Wizard of cooking instant noodles

noodlesmaster_screenshot_1 noodlesmaster_screenshot_2

在将来版本中可能加入的功能:
Possible future features:

  • 更多泡面产品数据/在线更新/新品推介
    More instant noodles product data / online sync / new product promotion
  • 泡面评分/评论
    Rating / commenting
  • 泡面统计/健康饮食提醒
    Statistics / healthy diet prompt
  • 个人泡面活动与SNS整合
    Integration with SNS

《泡面管家》可以在谷歌的官方应用软件市场Android Market搜索到,并供大家免费下载使用。
Instant Noodles Master can be found and downloaded for free in Google official Android Market.

http://market.android.com/details?id=me.evis.mobile.noodle

欢迎大家提出宝贵意见,bug或新功能建议请提交到:
Bugs or new feature requests please submit to:http://code.google.com/p/noodlesmaster/issues/list

注:本软件中出现的泡面厂商图标、产品名称及相关信息等版权均为相应厂商所有。
Note: all instant noodles product logos, brands and related info belong to its manufacturer.

分类
English 原创作品 技术

Local Flex4 language reference in Chrome App

You may already encounter problem when setting up a local copy of Flex4 language reference.

The latest as-doc is leveraging XMLHTTPRequest to retrieve the packages and classes list. In order to make it work, you have to turn off the “Enable native XMLHTTP support” in your IE7/8 browser due to the out-of-date implementation in asdoc.js. This seems not convenient at all.

There’re still other browser candidates for this task. Chrome is a good one to provide a clean view (without toolbar, tabs, etc.) for Flex4 doc. All you need is to create the following shortcut (the allow-file-access-from-files parameter is necessary).

“%USERPROFILE%\Local Settings\Application Data\Google\Chrome\Application\chrome.exe” –app=”file:///<doc path>/AS3_Reference/index.html” –allow-file-access-from-files

Then you may double-click this shortcut and view the flex4 doc with full features (and without browser stuffs).

Fyi, a full list of Chrome’s command line parameters can be found at http://src.chromium.org/svn/trunk/src/chrome/common/chrome_switches.cc

分类
English 技术

Call for vote on turning off Voice Dialer on Android

用Milestone上的更新程序升级到了Android 2.1。系统里自带的语音拨号Voice Dialer是个好玩的东西,相信对于驾驶员也是很有用的工具。但我认为它对我而言没有太大用途,反而是个累赘。原因有三:
I’ve got my Milestone updated to Android 2.1 via its update function. The Voice Dialer bound with this version is certainly an interesting tool which could be very useful tool for drivers. However, I think it’s none of use but a burden to me. Reasons as follows:

  • 我不开车,所以用手操作还是很方便的;
    I’m not a driver so that it’s convenient of me to use my finger;
  • 通讯录上以中文名字为主,可惜Voice Dialer不支持中文;
    Most of contacts in my list are Chinese, pity that Voice Dialer don’t support Chinese language yet;
  • 最重要的问题是这个程序会占掉4~5MB甚至更多珍贵的内存,同时也很耗电。
    I found the Voice Dialer process is always consuming at least 5MB of the RAM and up to 30% of the battery.

用Advanced Task Killer之类的工具尝试关闭Voice Dialer进程未果,看来这属于特殊的系统服务。Google一下得知,可以通过root的方式去重命名或删除Voice Dialer。不过这貌似太折腾了,毕竟手机玩家不一定都要当黑客。所以,希望Android开发小组能考虑给这个程序做个开关,方便我们这些不需要Voice Dialer的用户。
I failed to shut down the Voice Dialer process using tools like Advanced Task Killer, seems this is a special system service. According to a quick googling, I found it possible to rename or delete the Voice Dialer application after rooted. I don’t feel this way to be suitable for the mobile funs who have no interest to be hackers. So maybe it’s a good idea to suggest Android developers to add a turn on/off switch to the Voice Dialer application, for the convenience of us users that do not need Voice Dialer.

在这里,我倡议大家去顶这个申请条目,加星标或者跟帖均可:
Here, I call for your help to vote on the Enhancement ticket by either starring or replying.

http://code.google.com/p/android/issues/detail?id=7669

要点是关注度越高的条目,越能引起Android开发人员的注意。
The point is that, only hot tickets may draw developers’ attention.