Skip to main content

Home/ Groups/ Android Dev
Vincent Tsao

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

  •  
    Android 3.0正式版终于发布了,同志们赶紧跟进了
Vincent Tsao

Eclipse Color Themes - 0 views

  •  
    有空也来"风骚"一把
Vincent Tsao

Android: java.lang.SecurityException: Permission Denial: start Intent - Stack Overflow - 1 views

  •  
    我也遇到了相同问题,但是为什么这种办法就解决了问题呢,谁能解释?
Vincent Tsao

Android 3.0 Preview SDK | Android Developers - 0 views

  • Once you have installed these components, open your SDK directory and navigate to docs/sdk/ and open index.html in your browser.
    • Vincent Tsao
       
      这个文档还真是藏得很隐蔽!
Vincent Tsao

[Take a Break] 悬崖搭帐篷 - 2 views

image

fun

started by Vincent Tsao on 17 Feb 11 no follow-up yet
Vincent Tsao

FrameLayout | Android Developers - 1 views

  • FrameLayout is designed to block out an area on the screen to display a single item. You can add multiple children to a FrameLayout, but all children are pegged to the top left of the screen. Children are drawn in a stack, with the most recently added child on top. The size of the frame layout is the size of its largest child (plus padding), visible or not (if the FrameLayout's parent permits). Views that are GONE are used for sizing only if setConsiderGoneChildrenWhenMeasuring() is set to true.
    • Vincent Tsao
       
      FrameLayout才是最有潜力的布局方式
Vincent Tsao

[Android] Defining custom attrs - Stack Overflow - 0 views

  • You can define attributes in the top <resources> element or inside of a <declare-styleable> element. If I'm going to use an attr in more than one place I put it in the root element. Note, all attributes share the same global namespace. That means that even if you create a new attribute inside of a <declare-styleable> element it can be used outside of it and you cannot create another attribute with the same name of a different type.
  • An <attr> element has two xml attributes name and format. name lets you call it something and this is how you end up referring to it in code, e.g., R.attr.my_attribute. The format attribute can have different values depending on the 'type' of attribute you want. reference - if it references another resource id (e.g, "@color/my_color", "@layout/my_layout") color boolean dimension float integer string fraction enum - normally implicitly defined flag - normally implicitly defined You can set the format to multiple types by using |, e.g., format="reference|color".
    • Vincent Tsao
       
      了然~
Vincent Tsao

Android高手进阶教程(二)之----Android Launcher抽屉类SlidingDrawer的使用! - Android_Tutor的专栏 ... - 0 views

  •  
    传说中的"抽屉"类?
Vincent Tsao

Android Bitmap内存限制 | 7dot9's Laputa - 1 views

  •  
    我跟你說,這個問題很棘手,我在做動畫時就遇到這個問題 現在因為別轉移專案,所以沒時間去想要怎麼解決
« First ‹ Previous 101 - 120 of 497 Next › Last »
Showing 20 items per page