Skip to main content

Home/ Groups/ Android Dev
Vincent Tsao

svg-android - SVG parsing and rendering for Android - Google Project Hosting - 1 views

  • This is a compact and straightforward library for parsing SVG files and rendering them in an Android Canvas. By using vector art, the pain of supporting various screen sizes and densities in Android can be reduced. This was the library used to render the artwork and the interface of Androidify. The project also includes a Live Wallpaper app extracted from Androidify. The app shows off the SVG library, and demonstrates the rendering pipeline used to draw the Androids.
Vincent Tsao

Johan Nilsson - 1 views

  • I'm Johan, a Stockholm, Sweden based Web and Android developer that love APIs, hackathons and open source. Contact me using Twitter or email.
Vincent Tsao

Google 内部的哲学家:业界需要思考移动产品的道德问题 | 爱范儿: 拇指资讯小众讨论 - 1 views

  • Google 员工 Damon Horowitz 曾经是多家创业公司的联合创始人。他最近一次创业是 Aardvark 问答网站,然后就被 Google 收购。Damon Horowitz 的有趣之处在于,他拥有一个哲学博士学位,在公司内部大家称他为“哲学家”。
  • 一旦话题涉及到了科技领域的伦理道德,Horowitz 就会问大家是喜欢 iPhone 还是 Android 。当大多数人回答说“喜欢 iPhone ”时,Horowitz 就开玩笑地说你们是“冤大头”,只是因为外表漂亮而选择设备
  • 这个结果很可怕。我们更在乎手机功能的强大,而不在乎这些功能是否在道德框架之内。”
  • ...1 more annotation...
  • “崇高的道德是很难的,这要求深层次的思考,这需要我们每一个人的理智。如今我们拥有这么大的权力,到底哪些事情可以做,哪些事情不可以做,需要思考清楚。”
Vincent Tsao

YouTube - Google I/O 2011: Android Market for Developers - 1 views

  •  
    June, June, June!!!
Vincent Tsao

[Tip][Google I/O 2011]Apply A/B testing to your Android App - 5 views

private static final boolean isA = UUID.randomUUID().getLeastSignificantBits() % 2 == 0; public void onCreate(Bundle savedInstanceState){ super.onCreate(savedInstanceState); if(isA){ setConte...

android tip

started by Vincent Tsao on 12 May 11 no follow-up yet
Vincent Tsao

andro-views - Project Hosting on Google Code - 1 views

  • The workspace in a viewgroup which creates virtual views (or screens). The user is able to navigate between screens by swiping the screen with his finger.
Vincent Tsao

Google I/O 2011 Session Schedule - 1 views

  •  
    Google I/O 2011 倒计时
Vincent Tsao

commonsguy/cwac-merge - GitHub - 2 views

  • MergeAdapter accepts a mix of Adapters and Views and presents them as one contiguous whole to whatever ListView it is poured into. This is good for cases where you have multiple data sources, or if you have a handful of ordinary Views to mix in with lists of data, or the like.
Vincent Tsao

Android Developers Blog: Commerce Tracking with Google Analytics for Android - 1 views

  •  
    各位有已经有用Google Analytics for Android来跟踪用户数据了么?
Vincent Tsao

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

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

Java Code Geeks - 2 views

  •  
    Anyone who familiar with this community?
Simon Pan

Google Map View | Android Developers - 0 views

  • degrees * 1e6
    • Simon Pan
       
      FLOAT經緯度換成INT算法︰ degrees*1e6
  • Before the addOverlay() method is called
  • Add this at the top of the HelloItemizedOverlay class
    • Simon Pan
       
      放在class的大括弧裡面。如public class HelloItemizedOverlay{ private ArrayList mOverlays = new ArrayList(); }
  • ...2 more annotations...
  • the default marker
  • You're now done
Simon Pan

Maps External Library - Google Projects for Android - 0 views

  • The certificate you use to sign your application must match the certificate that is associated with the API Key in your MapView objects.
    • Simon Pan
       
      註冊給Google map的keystore所得到的金鑰必須與發佈的keystore吻合,地圖才會顯示。如果是Debug.key可能是造成Google Map無法順利顯示的原因。
« First ‹ Previous 61 - 80 of 497 Next › Last »
Showing 20 items per page