標籤:app概念 app概念設計 應用開發前的準備
翻譯自:https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapiOS/AppDevelopmentProcess.html#//apple_ref/doc/uid/TP40011343-CH4-SW1
Ask yourself these questions as your define your concept:
Who is your audience? Your app content and experience will differ depending on whether you’re writing a children’s game, a to-do list app, or simply a test app for your own learning.
What is the purpose of your app? An app needs a clearly defined purpose. Part of defining the purpose is understanding what one thing will motivate users to use your app.
What problem is your app trying to solve? A great app solves a single, well-defined problem instead of attempting solutions to multiple distinct problems. For example, the Settings app allows users to adjust all of the settings on their device. It provides a single interface for users to accomplish a related set of tasks. If your app is trying to solve unrelated problems, consider writing multiple apps.
What content will your app incorporate? Consider what type of content your app will present to users and how they’ll interact with it. Design the user interface to complement the type of content that’s presented in the app.
在定義app概念的階段,回答自己以下問題:
誰是你的app的使用者? 給不同使用者寫的app,體驗和內容是不同的。給小朋友寫的遊戲,給大人用的Todolist應用,或是給自己學習app開發用的測試應用,內容和體驗都是不同的。
開發這個app的目的是什嗎?每個app都需要一個清晰明確的目的。如何定義這個目的,有一部分因素是取決於你覺得的某個可以引起使用者使用興趣的點。
你的app能解決什麼問題?每個app只解決一個獨立的、明確的問題,而不是試圖去解決一堆問題。例如,“設定”應用使得使用者可以修改裝置的基本設定。這個應用只有一個介面給使用者使用,使用者通過這個介面完成一系列的設定任務。如果你的應用試圖去解決一堆問題的話,那麼不如考慮劃分多個應用。
你的app有哪些內容? 考慮清楚你的應用需要有哪些內容並且這些內容將如何與使用者互動。然後設計將這些內容設計成使用者介面呈現給使用者。
app概念設計