UI Design

http://www.oracle.com/webfolder/ux/middleware/alta_icon_mobile_design_guide/navigation_icons-navigation_bar.html

http://www.oracle.com/webfolder/ux/mobile/component/button.html

How to change icon's color:

http://www.iconworkshop.cn/xiazai.html


Android DDMS can not find device
1.>> adb nodaemon server
cannot bind 'tcp:5037'

>> netstat -ano
>> tasklist|findstr or taskkill /f /pid

2.>>netstat -a -n -o |findstr "5037"
输出结果:  
TCP    127.0.0.1:5037         0.0.0.0:0              LISTENING       5096  
TCP    127.0.0.1:5037         127.0.0.1:51577        ESTABLISHED     5096  
TCP    127.0.0.1:51577        127.0.0.1:5037         ESTABLISHED     43242. 
>>tasklist /v | findstr 5096
>>tadb.exe
>>taskkill /f -pid XXX

posted @ 2015-08-30 21:04  Alice Liu(刘志红)  阅读(164)  评论(0编辑  收藏  举报