可透過setVisibility()方法動態顯示/隱藏介面元件,例如:
TextView tv1 = (TextView)findViewById(R.id.tv1);
tv1.setVisibility(View.VISIBLE); //設定正常顯示
tv1.setVisibility(View.GONE); //設定隱藏,但介面元件仍佔空間
tv1.setVisibility(View.GONE); //設定隱藏且不佔空間
2012年3月27日 星期二
2012年3月5日 星期一
2012年3月3日 星期六
快速原型的好幫手Axure RP
Axure的發音是『Ack-sure』,RP則是『Rapid Prototyping』快速原型的縮寫;AxureRP是一個快速繪製Wireframe 和Prototyping的工具,主要用來快速且有效地分析需求、驗證設計並傳達給所有專案成員,以確保能順利開發出有用和可用的應用程式。
官網影音教學
http://d3g1p8ush40lh4.cloudfront.net/Video%20Tutorials/AxureVideoTutorials.zip
官網快速教學文件
http://d3g1p8ush40lh4.cloudfront.net/Tutorials/AxureQuickStart.zip
中文教學
http://userxper.com/axure_tutorial
訂閱:
文章 (Atom)