第一頁 返回 繼續 最後一頁 概覽 圖形
Development Methology
Like other windows programs, UI First
- Layout Tools will help you, but good developers need to write xml files.
- Programs use findViewById to get UI component
- Use event driven to trigger program
- Read Android API to enhance your ability