摘要: 一、定义一个接口类 public interface TicketViewModuleListener { void fieldsChanged(); void positionReceived(double latitude, double longitude);} 二、定义widget类并实现T 阅读全文
posted @ 2018-09-07 17:30 瓦砾 阅读(164) 评论(0) 推荐(0) 编辑
摘要: public static int getStoredTicketCount() { int result = 0; StorageMap s = new StorageMap(Storage.getLocalStorageIfSupported()); String ticketCount = s 阅读全文
posted @ 2018-09-07 14:30 瓦砾 阅读(550) 评论(0) 推荐(0) 编辑