Skip to main content

Home/ Android Dev/ Contents contributed and discussions participated by Vincent Tsao

Contents contributed and discussions participated by Vincent Tsao

Vincent Tsao

Java Code Geeks - 2 views

  •  
    Anyone who familiar with this community?
Vincent Tsao

创新源于模仿之三:实现左右两个屏幕的切换 - SHARE & TOP - CSDN博客 - 2 views

  •  
    China Android Dev群里兄弟分享的link
Vincent Tsao

两个原因导致摩托罗拉 XOOM 专用软件数量偏低 | 爱范儿: 拇指资讯小众讨论 - 0 views

shared by Vincent Tsao on 06 Apr 11 - No Cached
  • 它已经上市一个月了,但 Android 3.0 的生态环境却没有显示出应有的活力,至今只有约 50 款专用软件上架
    • Vincent Tsao
       
      "50款专用软件" may means "Featured Tablet apps" in Android Market 实际的app数可能会稍多一点
  • 移动开发者 Justin Williams 在接受《连线》采访时说:“当年苹果的做法很明智,在 iPad 推出之前几个月就放出了开发工具。相比之下,Google 的开发者只是在 XOOM 发售之前几天才拿到开发工具。”所以在 iPad 发售时,商店里已经有了 1000 个专用软件。当 XOOM 发售时,这个数字是 15 。
    • Vincent Tsao
       
      Timeline: 1. Android 3.0 preview版SDK的发布时间是2011-01-26 2. Android 3.0 正式版SDK的发布时间是2011-02-22 3. XOOM正式发布时间是2011-02-24
  • 还有另外一个原因导致开发者的热情不足,就是 Google 只把系统代码开放给了几个大厂商,例如摩托罗拉,三星,HTC 。大多数设备制造商和开发者根本接触不到 Android 3.0 的代码和技术细节,所以拖累了软件的开发进度
    • Vincent Tsao
       
      Google居然没有专门开辟一个category来展示Tablets apps,与其他app混合展示,这让很多专门为Tablet设计的app没有任何优势。更有甚者,很多本不是为Tablet优化的app通过简单的修改配置也能支持Tablet并且还被认证为featured tablet apps,这对开发者是一种伤害! Google Android一直在轻视甚至已经在损害android开发者的利益
  • ...1 more annotation...
  • 不过,Android 平板专用软件应该会在今年夏天掀起一波高潮,因为三星,HTC ,联想的相关设备都会在夏天上市,巧妇们拿到米之后一定会尽快投入开发的
    • Vincent Tsao
       
      Android设备会越来越多,但是开发者非常需要Google Android好好改进自己的官方Android Market
Vincent Tsao

RIM 的无奈之举和 Google 的开源之痛 | 爱范儿: 拇指资讯小众讨论 - 0 views

  • Google 的开源政策使 Android 迅速成长,但是在这个过程中,Android 分裂和用户体验差的批评就一直没有停止过。对于各厂商的定制,Google 一直采取放任的态度,因为这对 Google 核心业务的影响不大
  • 但是最近发生的一些事情已经让 Google 不安了,一是 Amazon 发布了自己的 Android Appstore。Amazon是一个很强大的内容提供商,而且可能会推出平板产品。如果 Amazon 和其它硬件厂商合作,或推出自己的 Android 产品,使 Amazon Appstore 与 Android 更好的整合,将会威胁到 Android Market。
    • Vincent Tsao
       
      Anyone still remember the Android Developers Union? http://www.andevuni.org/
    • Vincent Tsao
       
      Google Android, You hurt us!
  • 这两股潮流结合起来,Android 生态圈面临着失控的危险。我想,这就是 Google 宁可挨着“不开源”的骂名,将 HoneyComb 的代码暂时封闭起来的原因
    • Vincent Tsao
       
      即便如此,我仍然希望Google能快速廓清大局
Vincent Tsao

Application does not show up in Android Market for Motorola XOOM tablet - Stack Overflow - 0 views

  • I had the same issue. Along with including android:xlargeScreens="true" I found this to be the fix.
  • The Android Market treats as though requesting a permission like CALL_PHONE also requests: <uses-feature android:name="android.hardware.telephony" /> The XOOM does not have telephony — the first Android Market-compliant device with that limitation. While it can have a data plan, it has no voice or SMS capability, and so it is treated as not having android.hardware.telephony. But, if you request permissions like CALL_PHONE, the Android Market by default will assume you need android.hardware.telephony. As a result, you will be filtered out of the Market for the XOOM. The solution is simple: for any hardware features that might be implied by permissions but that you do not absolutely need, manually add the appropriate element to your manifest with android:required="false": <uses-feature android:name="android.hardware.telephony" android:required="false" />
Vincent Tsao

XOOM 各方体验汇总 | 爱范儿: 拇指资讯小众讨论 - 3 views

  • 虽然 BGR 认为 XOOM 还是无法替代笔记本电脑,但是强大的硬件、令人印象深刻的规格配备以及专门为平板准备的系统,让 XOOM 仍不失为一款非常棒的产品。即便不够创新,与 iPad 相比在易用性、直观性以及软件选择上也没有做得更好,也一定会赢得很多消费者的青睐
    • Vincent Tsao
       
      价格太贵了 $799
  • 电力表现不俗,标称 18-20 小时,TC 的编辑经过十小时的正常使用(音乐、读书、浏览网页)以后,还能剩余 67% 的电量,对于普通用户来说,应该是绰绰有余了
  • 总体来说,从硬件上 XOOM 超越了 iPad,在工业设计和美学方面和 iPad 也是同一档次,只是已经非常出色的 Honeycomb 系统在易用性上还无法跟 iOS 相比。除此之外,XOOM 无疑是当今市场最好的平板电脑
  • ...1 more annotation...
  • XOOM 硬件和软件都相当不错,但是许多细节上的缺憾让人觉得它是仓促上阵。Android Market 里没什么平板的程序,Honeycomb 系统像是半成品,硬件上也同样不完美。但是 XOOM 仍然称得上是 iPad 真正的竞争对手,它有很多方面比 iPad 更好。不过在 Google 明晰自己的平板路线图之前,消费者可以先持币观望。Engadget 总结陈词说,XOOM 和 Honeycomb 都非常令人瞩目,只是尚未完工
  •  
    今天拿到XOOM了,感觉挺失望的,无论是硬件的工业设计还是HoneyComb的体验,与ipad第一代比起来,用一句话概括是,一倍的价钱买了一半的体验!
  •  
    公司买的,看看3月22日,三星能否给我们一点惊喜
Vincent Tsao

Android Developers Union - Sharecroppers Unite! - AnDevUni - 1 views

  •  
    android开发者们的"变法"呼声!
Vincent Tsao

共同关注 3 月 2 日的 iPad 2 发布会 | 爱范儿: 拇指资讯小众讨论 - 1 views

  • 距离 iPad 2 发布会越来越近,各种传言也越来越多,包括 iPad 2 会更轻更薄、会在发布之日就开始发售等等。一起来看看之前的各种猜测,期待一下即将到来的发布活动吧
  • ifanr 将在 3 月 3 日凌晨两点在微博、Live 和推上为大家同步转播 iPad 2 发布会,敬请期待
Vincent Tsao

Fragments | Android Developers - 1 views

  • If you add multiple changes to the transaction (such as another add() or remove()) and call addToBackStack(), then all changes applied before you call commit() are added to the back stack as a single transaction and the BACK key will reverse them all together.
    • Vincent Tsao
       
      what's the point to provide such  mechanism?
  • The most significant difference in lifecycle between an activity and a fragment is how one is stored in its respective back stack. An activity is placed into a back stack of activities that's managed by the system when it's stopped, by default (so that the user can navigate back to it with the BACK key, as discussed in Tasks and Back Stack). However, a fragment is placed into a back stack managed by the host activity only when you explicitly request that the instance be saved by calling addToBackStack() during a transaction that removes the fragment.
  • In some cases, you might need a fragment to share events with the activity. A good way to do that is to define a callback interface inside the fragment and require that the host activity implement it. When the activity receives a callback through the interface, it can share the information with other fragments in the layout as necessary.
Vincent Tsao

How to Manually Update Nexus One to Android 2.3.3 Gingerbread - 3 views

  •  
    刷到2.3了么?我升级后,没什么惊喜
Vincent Tsao

Rhomobile | Rhodes - 1 views

  • Rhodes is an open source Ruby-based framework to rapidly build native apps for all major smartphone operating systems (iPhone, Windows Mobile, RIM, Symbian and Android). These are true native device applications (NOT mobile web apps) which work with synchronized local data and take advantage of device capabilities such as GPS, PIM contacts and calendar, camera, native mapping, push, barcode, signature capture, and Bluetooth.
Vincent Tsao

Using the Action Bar | Android Developers - 1 views

  •  
    到3.0才提供API级别的Action Bar widget Android, 你让我情何已堪!
Vincent Tsao

Android Developers Blog: Final Android 3.0 Platform and Updated SDK Tools - 1 views

  •  
    Android 3.0正式版终于发布了,同志们赶紧跟进了
« First ‹ Previous 41 - 60 of 450 Next › Last »
Showing 20 items per page