HTML/JavaScript小工具

HTML/JavaScript小工具

2012年7月7日 星期六

android桌布相關

  1. final WallpaperManager wallpaperManager = WallpaperManager.getInstance(this);   
  2. final Drawable wallpaperDrawable = wallpaperManager.getDrawable(); 
  3. 可取得桌布圖
  4.   int newWidth = instance.getDesiredMinimumWidth(); 
             int newHeight = instance.getDesiredMinimumHeight();  
  5. 可取的桌面長寬

2012年7月4日 星期三

onFling 沒反應嗎?
記的onDown 要 return true;ㄚㄚㄚㄚ!!!

2012年7月1日 星期日

設定view的可見度

android view的setVisibility方法值的意思
有三个值 visibility  One of VISIBLE, INVISIBLE, or GONE.

常量值为0,意思是可见的
常量值为4,意思是不可见的
常量值为8,意思是不可见的,而且不占用布局空间