姓名 |
阮氏玲(NGUYEN THI)
查詢紙本館藏 |
畢業系所 |
資訊工程學系 |
論文名稱 |
(Content Reading Management for E-Book Reader Based Android Client)
|
相關論文 | |
檔案 |
[Endnote RIS 格式]
[Bibtex 格式]
[相關文章] [文章引用] [完整記錄] [館藏目錄] 至系統瀏覽論文 ( 永不開放)
|
摘要(中) |
生活方式的改變, 與技術轟炸性的發展。在最近幾年,幾乎每個人都擁有至少一個行動設備。在人們的使用上,行動裝置不只是用來打電話; 他們的需求不只如此,他們希望手機能夠瀏覽網頁,享受多媒體服務,如音樂,視頻,文檔閱讀,資源共享。另一方面,閱讀習慣也改變。今天,我們沒有必要將鋼筆,筆記本或 或擔心皺摺到書本的某一頁,攜帶厚重且眾多的書本是不方便的。只能使用一個小尺寸數字閱讀器設備,他們可以解決上述不便。這些設備可以儲存數千本書籍,並且具有所有使用者閱讀所需的功能、服務。
為什麼我們浪費我們的錢,他們都以自己的?雖然最近的多媒體移動到數天在操作系統的支持,電池容量...比以前更多的容量,如iPhone系統,Android系統 ...互聯網網絡也正在開發與高效技術的移動設備。
為了能跟上世界發展,發展一個電子書軟體於行動裝置上是必要的。我們選擇了Android平台, 新一代移動操作系統,由於其開放性。雖然這只是出現在少數最近一年,由於Android許多方面應用能力,擴展能力和數量的應用和開發,使得它迎頭趕上並成為 iPhone的競爭對手。此外,它也支援了一個具有滿滿library的框架,讓我們便於開發程式,抑或重建一個自己喜歡的操作系統。
最終我們的目標是要在行動裝置上發展出一個有效和友善的電子書閱讀器。我們所開發的電子書閱讀軟體達到了這個目標,他可讀取多種電子書格式,並且還具有DRM認證的功能。
|
摘要(英) |
Life style changes while technology was bombing and incessantly developing in the recent years. Almost everyone owns at least a multimedia mobile device today. They don’t use as a traditional phone only call and hear any longer; their needs increase more and more, they want mobile could be able to surf website, multimedia services such as music, video, document reading, resource sharing. On the other hand, reading habit also change. Today, there is no need to bring pen, note or make ugly our printed book by folds to mark one certain page in book, and also the carrying pile of books outdoor is inconvenient. Only be with a small-size digital reader device they could solve the above inconvenience. These devices could store thousands of books, and equipped almost enough functions support user’s reading by the software and services, was developed by device’s producer.
Why did we waste our money to own both of them? While the recent multimedia mobile today was supported in OS, battery capacity… more power than before such as iPhone OS, Anroid OS… The internet network also is developing with efficiently technologies for mobile device.
To be able to keep up with the world, developing reading eBook software based on mobile device like as reader device is necessary. That has good enough functions and easy to use on hand for a freshman. We choose the Google Android platform, a new generation mobile OS, because of its open property. Although it is just appears in a few recent year, but it become an iPhone’s competitor about many aspects as applied ability, extended ability and number of application and developer. Besides, it also support a framework nearly enough necessary library, let us could be easy to use third party library on own client or modify, rebuild an own OS like as we want.
The final our goal is to make an effective and friendly eBook reader on available multimedia mobile devices and could be a useful tool support for a digital life nowadays changing day by day. We achieve this goal by our client supported user could read multiple eBook format, but also ensure the author’s right through DRM license.
|
關鍵字(中) |
★ PDF file ★ Android ★ eBook ★ EPUB file ★ DRM ★ Foxit SDK |
關鍵字(英) |
★ Foxit SDK ★ DRM ★ eBook ★ Android ★ PDF file ★ EPUB file |
論文目次 |
Abstract .............................................................................................................. i
抽象 ................................................................................................................. iii
Table of Contents .............................................................................................. v
List of Figures .................................................................................................vii
Chapter 1 Introduction ...................................................................................... 1
1.1. Motivation............................................................................................. 1
1.2. The challenges of development ............................................................ 6
Chapter 2 Background and related work ........................................................... 7
2.1 The background of the eBooks ............................................................. 7
2.1.1 Specific format of eBooks .............................................................. 7
2.1.2 Digital Right Management (DRM) ................................................ 9
2.1.3 Foxit SDK library for PDF/EPUB eBooks .................................. 12
2.2 Android Platform ................................................................................ 14
2.2.1 Introduction .................................................................................. 14
2.2.2 Android SDK Architecture........................................................... 14
2.2.3 Anatomy of an Android application ............................................. 16
2.3 Java Native Interface (JNI) ................................................................. 20
2.3.1 Introduction .................................................................................. 20
2.3.2 How the JNI works? ..................................................................... 20
2.3.3 Advantages and disadvantages ..................................................... 22
2.3.4 Android NDK tool ........................................................................ 22
Chapter 3 System Architecture ....................................................................... 24
3.1 System Goal ........................................................................................ 24
3.2 System Overview ................................................................................ 26
3.3 System Architecture ........................................................................... 27
3.3.1 Overall System Architecture ........................................................ 27
3.3.2 JNI library component (for PDF and EPUB) ............................... 29
Chapter 4 Implementation ............................................................................... 33
4.1 Reading eBook Client ......................................................................... 34
4.1.1 Page Rendering Implementation .................................................. 34
4.1.2 Coordinates module implementation ........................................... 36
4.1.3 Highlight module implementation ............................................... 37
4.1.4 Searching module ......................................................................... 39
4.1.5 Table of content module ............................................................... 40
4.1.6 Memory management implementation ........................................ 42
4.2 Off-line rendering management implementation ............................... 42
Chapter 5 Conclusion and Future work .......................................................... 45
List of References ............................................................................................ 47
|
參考文獻 |
List of References
[1] “The Future of eBooks - e-Reader Tech and Trends”, Webbmedia Group's Knowledge Base http://webbmediagroup.com/WMG_eBooks.PDF
[2] “EPUB format specification” http://www.idpf.org/specs.htm
[3] “PDF format specification” http://www.adobe.com/devnet/PDF
[4] “Open Handset Alliance” http://www.openhandsetalliance.com
[5] “Java vs. Android APIs”, Burnette. E http://blogs.zdnet.com/Burnette/?p=504
[6] “Android Developer official website” http://developer.android.com/index.html
[7] “Android NDK official website” http://developer.android.com/sdk/ndk/index.html
[8] “DRM Fusion Agent eBook Integration”, SafeNet – The Foundation of Information Security Company
[9] “Public key infrastructure”, http://en.wikipedia.org/wiki/Public_key_infrastructure
[10] “Java Native Interface official website” http://java.sun.com/j2se/1.4.2/docs/guide/jni
[11] “Oracle’ Sun developer Network official website” http://java.sun.com/docs/books/jni/
[12] “Foxit’s SDK official website” http://www.foxitsoftware.com/PDF/sdk/dll/
[13] Y.-D. Wu, “E-Book Client Embedded Development: Customized Download Service and Data Storage Management Design”, Master's thesis, National Central University, 2010.
[14] T.-W. Liu, “Digital Secured E-book Development: Efficient Updating Module and Database Implementation”, Master’s thesis, National Central University, 2010
[15] Hoang Khac Nhan, “effective GUI and memory usage management design for Android-based services”, Master thesis, National Central University, 2010
[16] Jason Chen. Developer Advocate Google I/O 2008
[17] “OpenExpo 2008 – Zurich official website”, September 25th, 2008 http://www.openexpo.ch/en/openexpo-2008-bern
[18] “iPhone vs. Android development series” http://blogs.zdnet.com/Burnette/index.php?cat=39
[19] “The International Digital Publishing Forum (IDPF)” http://www.idpf.org/specs.htm
[20] “SearchMobileComputing.com Definitions” http://searchmobilecomputing.techtarget.com/definition/eBook
[21] “Epublishing” http://www.writerswrite.com/epublishing/ebookintro.htm
[22] “eBooks and eBook Readers” http://www.electricstory.com/intro-to-ebooks.aspx
[23] “TechCrunch Website”, http://techcrunch.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
|