為了 progress bard 特別設計的 : AysncTask:
http://developer.android.com/reference/android/os/AsyncTask.html
progress bard 程式大概就是:
有一件事要再在背景持續的作,並且定時的 UI update 信息。
例如:download, 資料處理.. etc
需要持續動作的事一定不能在 UI thread 作,這樣會造成 ANR。
所以要獨立開一個 Thread 來作,
但是這個 Thread 又要 update UI,
而 none UI thread 是不能直接update UI object。
所以這個架構變得很複雜, 繼承後,要 implement 有一堆:
background job, 和對應 background 開始,結束 的 function。
還有 update UI 的 function。
然後規定了 background thread 通知 update ui function 的 function call,
background thread 要 call 這個 function ,通知 UI update function 來 update,
不可以直接 update。
ubuntu 在 R40e 上 還有 Debian 在 Sempron 2600 上
標籤
- 3g (19)
- 工作的備worklog (93)
- 自言自語 (36)
- 草稿 (1)
- 亂亂寫 (8)
- 翻譯 (3)
- administration (76)
- alsa (7)
- android (299)
- apple (5)
- application (42)
- archlinux (1)
- audio (3)
- avr (6)
- backup_restore (2)
- bluetooth (5)
- bookmark (38)
- bootloader (21)
- browser (5)
- cellphone (28)
- command (8)
- Configuration (27)
- debug (7)
- django (1)
- driver (15)
- earphone (1)
- editor (1)
- EFL (1)
- ffmpeg (18)
- Filesystem (4)
- GCC (8)
- Gentoo (1)
- google (1)
- Graphic (3)
- hardware (40)
- hero (7)
- hibernation (9)
- iMX51 (38)
- Info (3)
- Install (30)
- java (4)
- Kernel (102)
- language (2)
- life (2)
- make (11)
- MantainLog (38)
- MCU_P (9)
- memo (8)
- microcontroller (3)
- MINGW (7)
- network (19)
- OpenCL (1)
- OS (11)
- package (3)
- pad (1)
- ProblemAndSolve (15)
- programming (8)
- Python (7)
- raspberry_pi (23)
- SDL (2)
- sensation (13)
- setup (3)
- software_package (36)
- SQL (1)
- suspend (2)
- ToDo (5)
- tool (3)
- ubuntu (1)
- VersionControl (45)
- Virtualization (15)
- VLC (5)
- wheezy (1)
- wifi (3)
- Windows (16)
- xiaomi (1)
- xperia (1)
沒有留言:
張貼留言