zoukankan      html  css  js  c++  java
  • Prototype fake it till make it.观后感

    The Review of "Prototype: Fake it till make it"

          1.Make
         /      
        /        
     2.Show -- 3.Learn
    

    Goal: Making a useable prototype quickly.
    Keywords: 1.Quick 2.Useable 3.Prototype
    https://developer.apple.com/videos/play/wwdc2014/223/


    Part1: The points of the video
    Remember the cycle and 3 questions for each process. Then follow the cycle and do it.

    Make Fake Apps
    Questions (Before)

    1. What needs to be more real?
    2. What can we fake?
    3. Where will we use it?

    Show People
    Questions (After)

    1. Do you know how to ___.
    2. Is it easy to ____.
    3. How can we make this better?

    Learn From Their Feedback
    Questions (Ing)

    1. What's working?
    2. What's not working?
    3. What other ideas does this give us?

    Part2: Q&A
    Q: What tools should I use?
    A: Whatever makes you feel good. I recommend Keynote for green hands and developers.

    Q: How to make fake apps?
    A: Pictures -> Animations -> Interactions.

    1. Pick up your pen and draft as much as possible.
    2. Select the best outlines. You can ask others for advice.
    3. Turn the outlines into prototypes that showing on screens.
    4. Add some animations if needed. I strongly recommend you to use magic move in Keynote.

    Q: Any tips for making fake apps?
    A: If you are new to prototype:

    1. Making good use of screenshots. If your outlines may get similar screenshots, just put the screenshots into Keynote and replace the involving parts with rectangles and ovals etc. It is so quick because everything is sized and aligned.
    2. Animations are eye-catching, but be careful when using them. Animations reflect the relations among objects. Be sure that every animation you use is based on logic and makes sense.
    3. When using magic move, Keep your eyes on the parts which stayed, and make good use of the fading out parts, moving or scaling these parts, you can make more friendly and logic-based animations.

    Q: How can I show my prototype to people?
    A: Any way! Just put your prototypes on your device. Exporting as photos or using Keynote for iOS.

    Q: What should I take care of while showing people?
    A: Remember: Don't argue, defend or dismiss about the prototype.


    Part3: Comments

    1. For many times I tried to make a prototype, I felt excited about my "artworks". However, none of them worked. There is a long way through the whole process, never think about making a useable prototype in short time. I should stay foolish and follow the cycle till I have made some real "artworks".
    2. Who are the users? The product is not create for the company or myself, but for the users. It's essential to listen and learn from their feedback.

    PS: It would look greater if the review is written in English since all of the points are given by English. If there are grammar mistakes above, please let me know.

  • 相关阅读:
    理解CSS中BFC
    js 异步执行顺序
    javascript中继承方式及优缺点(三)
    javascript中继承方式及优缺点(二)
    javascript中继承方式及优缺点(一)
    javascript中的原型和原型链(五)
    javascript中的原型和原型链(四)
    javascript中的原型和原型链(三)
    跨域问题及解决思路
    lambda表达式之方法引用
  • 原文地址:https://www.cnblogs.com/22Kon/p/10303050.html
Copyright © 2011-2022 走看看