摘要: In this lesson we cover the different methods for defining and animating colors in GIF Loop Coder. Link: http://www.gifloopcoder.com/docs/styles.html# 阅读全文
posted @ 2016-07-25 18:29 Zhentiw 阅读(360) 评论(0) 推荐(0)
摘要: The way you make HTTP requests in React Native is with the Fetch API. In this video we'll talk about Fetch and how to work with promises. As we build 阅读全文
posted @ 2016-07-25 01:59 Zhentiw 阅读(202) 评论(0) 推荐(0)
摘要: let person = { firstName: "Zhentian", lastName: "Wan" }; /*Object.freeze() makes object cannot be updated, added or deleted*/ let freezePerson = Object.freeze(person); freezePerson.address="Finl... 阅读全文
posted @ 2016-07-25 00:06 Zhentiw 阅读(277) 评论(0) 推荐(0)