Build Android with Gradle (Testing)
2014-11-26
Gradle
這一次遇到的事情,是想要將一台 Radxa 設備的完整設定(連同System設定) Copy 到另外一台 Radxa 設備
相關的安裝以及操作可以參考Backing up和rkflashtool for Linux and rk2808, rk2818 and rk2918 based tablets
使用rkflashtool
時必須以Loader Mode 進行。
不需要插電源線
只需要插上otg,並且在供電前按住recovery key
(在正面左下的側面)
…
線上IOS模擬器
在看完他的Demo之後,真心感覺非常強大
馬上就丟的一隻APP(CustomView)上去玩玩看,沒想到連Size Class都有支援,稍微可惜的地方是沒有IPhone 6+
https://github.com/hakimel/reveal.js
git clone https://github.com/hakimel/reveal.js.git
cd reveal.js
npm install
grunt serve
Name | Pros | Cons |
---|---|---|
Yakindu | Built on eclipse Open Source Live Validation Simulation |
None |
Finite State Machine Designer | Online edit FSM Can export to PNG & SVG & LaTeX |
None |
StateForge Finite state machine diagram & code generators |
Online edit FSM | FSM(style:table) Too many Steps Generate xml from FSM Table Code generator need Ant or Maven Generate code from xml |
Graphviz - Graph Visualization Software | ??? | ??? |
Resource:
1 | public class ConnectionChangeReceiver extends BroadcastReceiver{ |
1 | <!-- Needed to check when the network connection changes --> |