Android開發必備的21個免費資源和工具(5)

Android開發必備的21個免費資源和工具(5)


AndroidUI設計

15、UI指導原則

原文地址:http://developer.android.com/guide/practices/ui_guidelines/index.html

在這裏你可以找一些到官方文章的連接,這些連接來自於“The Developer’s Guide”。這些文章的內容描述了關於Android可視交互應用程序的UI設計開發的指導原則。

◆Icon Design Guidelines

原文地址:http://developer.android.com/guide/practices/ui_guidelines/icon_design.html

Download the Android Icon Templates Pack

下載地址:http://developer.android.com/guide/practices/ui_guidelines/icon_design.html#templatespack

圖標指導原則描述每類圖標的細節,並做關於尺寸,顏色,陰影其他的細節的規範,根據這些規範你的設計的圖標可以適用於Android系統。你也可以下載Android圖標模板包,這個包裏面是一些Photoshop和Illustrator模板和濾鏡文件,通過這個模板包你可以更簡單的創建滿足規範的圖標。

◆Widget Design Guidelines

原文地址:http://developer.android.com/guide/practices/ui_guidelines/widget_design.html

控件設計指導描述瞭如何設計適合其他主頁屏的控件。這個連接會連接到一些圖形文件和模板,通過這些模板和文件可以使你設計更簡單。

◆Activity and Task Design Guidelines

原文地址:http://developer.android.com/guide/practices/ui_guidelines/activity_task_design.html

Activity和Task設計指導描述了活動的工作方式,並用圖解示例演示了Activity,並描述了其重要的底層機制和原理,如多任務系統,Activity重用,intents,Activity棧,和Task。以設計層面的角度覆蓋了活動的所有內容。

◆Menu Design Guidelines

原文地址:http://developer.android.com/guide/practices/ui_guidelines/widget_design.html

菜單設計指導描述了上下文菜單和選項菜單的不同。如何放置菜單項,何時放置屏幕命令,和其他的一些菜單細節。

16、Android UI的各種要素

這4部分的文檔來自於mobiforge.com,文檔中包含了組成Android UI的各種要素。文檔的第一部分討論Android中各種各樣的有效的的佈局。

◆Understanding User Interface in Android – Part 1

Android UI文檔第一部分
 Android UI文檔第一部分

原文地址:http://mobiforge.com/designing/story/understanding-user-interface-android-part-1-layouts

◆Understanding User Interface in Android – Part 2

Android UI文檔第二部分
 Android UI文檔第二部分

原文地址:http://mobiforge.com/designing/story/understanding-user-interface-android-part-2-views

◆Understanding User Interface in Android – Part 3

Android UI文檔第三部分
 Android UI文檔第三部分

原文地址:http://mobiforge.com/designing/story/understanding-user-interface-android-part-3-more-views

◆Understanding User Interface in Android – Part 4

Android UI文檔第四部分
 Android UI文檔第四部分

原文地址:http://mobiforge.com/designing/story/understanding-user-interface-android-part-4-even-more-views

發佈了2 篇原創文章 · 獲贊 3 · 訪問量 5萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章