KickMaterialApp 学习笔记

2016-06-03  本文已影响80人  北疆_

姿势点


项目中使用

  1. fab the Floating Action Button for Android.

较冷门

    def "getSignature should returned signature only"() {
        given:
        Project instance = new Project()
        instance.urls = new ProjectUrls()
        instance.urls.api = new ProjectUrlsApi()
        instance.urls.api.project = "https://api.byoutline.com/v1/projects/866180756?signature=1427292197.67ec163ed8dbd36529f591b18fe0f7c4c5867ee1"
        when:
        Map<String, String> result = instance.getDetailsQueryMap()
        then:
        result == [signature: '1427292197.67ec163ed8dbd36529f591b18fe0f7c4c5867ee1']
    }

实用的知识点


public static Context CONTEXT;
public static InputMethodManager INPUT_MANAGER;
public static Bus BUS;
private static String DATE_FORMAT_STRING = "dd/MM/yyyy";

项目中的难点


  1. 无网络或者网络环境差的情况下演示Demo;
  2. 在后台没有开发,前端工程师比较牛而且闲得蛋疼,先做后台玩玩。
上一篇 下一篇

猜你喜欢

热点阅读