博碩士論文 975904603 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:37 、訪客IP:3.146.152.99
姓名 李全霖(quang-ninh le)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱
(Friendly GUI design and possibility support for E-book Reader based Android client)
相關論文
★ 具多重樹狀結構之可靠性群播傳輸★ 在嵌入式行動裝置上設計與開發跨平台Widget
★ 在 ARM 架構之嵌入式系統上實作輕量化的手持多媒體播放裝置圖形使用者介面函式庫★ 基於網路行動裝置所設計可擴展的服務品質感知GStreamer模組
★ 針對行動網路裝置開發可擴展且跨平台之GSM/HSDPA引擎★ 於單晶片多媒體裝置進行有效率之多格式解碼管理
★ IMS客戶端設計與即時通訊模組研發:個人資訊交換模組與即時訊息模組實作★ 在可攜式多媒體裝置上實作人性化的嵌入式小螢幕網頁瀏覽器
★ 以IMS為基礎之及時語音影像通話引擎的實作:使用開放原始碼程式庫★ 電子書嵌入式開發: 客制化下載服務實作, 資料儲存管理設計
★ 於數位機上盒實現有效率訊框參照處理與多媒體詮釋資料感知的播放器設計★ 具數位安全性的電子書開發:有效率的更新模組與資料庫實作
★ 適用於異質無線寬頻系統的新世代IMS客戶端軟體研發★ 在可攜式數位機上盒上設計並實作重配置的圖形使用者介面
★ Effective GUI Design and Memory Usage Management for Android-based Services★ Content Reading Management for E-Book Reader Based Android Client
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 ( 永不開放)
摘要(中) 在人类社会,必不可少的要求之一是读书,随着科技发展的今天,电子图书(电子图书)逐渐成为我们生活中必不可少的东西。为了使用电子图书,我们需要一个电子图书阅读器程序。因此,发展电子图书阅读器计划,是在移动设备上运行,是十分必要的。
谷歌Android是一个相当新的 移动设备的操作系统,但它已经发展非常迅速。它是开放的,自由地写为开发自己的应用。通过这些动机,我们决定在 Android平台上设计一个电子图书阅读器客户端。此应用程序支持两种电子书:PDF和所有的功能,一个电子图书阅读器所需要的EPUB流行的格式。
摘要(英) In recent years, the wireless mobile markets are witnessing unprecedented growth fueled by an information explosion and a technology revolution. Along with that amazing development of wireless technology, mobile devices are used not only for making a phone call but also for many other purposes. They are integrated many useful applications connected to Multi-Media communication.
In human society, one of the indispensable demands is reading books and with the development of technology today, e-book (electronic book) gradually becomes an essential thing in our life. In order to use e-books, we need an e-book reader program. Therefore, developing an e-book reader program which is run on mobile devices is very necessary.
Google Android is a quite new operating system for mobile devices but it has been developing extremely quickly. It is open and free for developer to write their own applications. By these motivations, we decided to design an E-book Reader Client on Android platform. This application supports two popular formats of e-book: PDF and EPUB with all the functions that an E-book Reader needed.
關鍵字(中) ★ 电子图书阅读器客户端
★ EPUB的
★ 机器人
★ PDF格式
關鍵字(英) ★ E-book Reader Client
★ Android
★ PDF
★ EPUB
論文目次 摘要 .............................................................................................................. i
Abstract ....................................................................................................... ii
Acknowledgement ...................................................................................... iv
Table of Contents ......................................................................................... v
List of Figures ........................................................................................... viii
Chapter 1: Introduction ................................................................................ 1
Chapter 2: Background and related work ..................................................... 9
2.1. Common e-book format ..................................................................... 9
2.2. Benefits of EPUB and PDF ...............................................................13
2.3. Detail about PDF and EPUB .............................................................15
2.4. Introduce about Foxit SDK ...............................................................20
2.5. Introduce about Google Android .......................................................22
2.6. Related Works ..................................................................................27
Chapter 3: System Architecture ..................................................................28
3.1. Goal ..................................................................................................28
3.2. System Architecture ..........................................................................29
3.3. Software components ........................................................................31
3.3.1. Foxit Library Usage ....................................................................31
3.3.2. Reading Component ....................................................................33
3.3.3. My Bookshelf module .................................................................34
3.4. Graphic User Interface ......................................................................34
Chapter 4: Implementation ..........................................................................36
4.1. GUI (Graphic User Interface) design for TabletPC ...........................36
4.1.1. Support multiple screens: ............................................................36
4.1.2. Create custom Views ..................................................................38
4.1.3. Make the GUI fast and efficient ..................................................40
4.2. Books and Categories management ...................................................42
4.3. Reading Module ................................................................................43
4.3.1. Open PDF and EPUB file............................................................43
4.3.2. Highlight the page .......................................................................44
4.3.3. Search Function ..........................................................................46
4.3.4. Zoom, change font size, change background color and highlight
color functions ......................................................................................47
Chapter 5: Conclusion and Future Work .....................................................49
List of References .......................................................................................52
參考文獻 [1] “The future trajectory of Google Android: A study from Operating System, application stores and handset manufacturers”, Master’s thesis, International University of Japan
[2] Y.-D. Wu, "E-Book Client Embedded Development: Customized Download Service, Data Storage Management Design", Master's thesis, National Central University, 2010
[3] Nguyen Thi Le, “Content Reading Management for eBooks Reader Based Android Client”, Master’s thesis, National Central University, 2010
[4] Hoang Khac Nhan, " Effective GUI and memory usage management design for Android-based services ", Master thesis, National Central University, 2010
[5] Android Official Website: http://www.android.com/
[6] Android Developer Website http://developer.android.com/index.html
[7] Wikipedia- The free encyclopeda http://en.wikipedia.org/wiki
[8] Webbmedia Group, “The Future of eBooks, e-Reader Tech + Trends” paper
[9] OS share, Worldwide Smartphone only report from Admob, http://www.admob.com/
[10] Popular e-book formats report from Smashwords
[11] RCB Capital Market https://www.rbccm.com/
[12] Admob Mobile Metrics http://metrics.admob.com/
指導教授 吳曉光(Hsiao-Kuang Wu) 審核日期 2010-7-27
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明