How To Make An eBook. 10 applications Android Open source que tout bon développeur devrait étudier. Apps-for-android - Sample Applications for the Android platform. IMP eBook Reader for Android. I have started a project on CodePlex to read IMP files from the SD Card. The source code is free and will be posted today. I would like to ask for help on the Decompression algorithm in Java because in this first version the opening of the IMP book is really slow. Michael Finished Version 1.5 is now available for download at codeplex the APK install file for the Android and source code are found there.
The Web View is now in place for a better display of the book content. I have added the compiled installer for the Android 1.5 also to the codeplex site. The IMP book files currently need to reside on the root of the SD Card. Enjoy! Homepage. CoolReader 3.X is free open-source (GPL) multiplatform version under active development. Supported platforms Windows (Qt based GUI) Linux (Qt based GUI) Android Embedded versions: for e-Ink based devices. Used in Jinke/LBook V3/V5/V3+/V60, Azbooka N516, Pocketbook Symbian port (SmartReader) Common features, for all platforms epub (non-DRM), fb2, txt, rtf, html, chm, tcr, doc, pdb formats supported Pages or scroll view Table of contents Bookmarks Text search Hyphenation dictionaries Most complete FB2 format support: styles, tables, footnotes Additional fonts support (.ttf) Can read books from zip archives Automatic reformatting of .txt files (autodetect headings etc.)
Styles can be customised in wide range using external CSS Android specific Page flipping animation. CoolReader 3 Links CoolReader 2.X is stable version with skinning and text-to-speech support. Description Cool Reader is an e-book viewer. Understands a number of text document formats. Read Aloud function saves your eyes. Features. Open Source Ebook Readers for Android. Your Android device is a versatile tool which can be put to a variety of practical uses, including reading ebooks. But for that you need a decent ebook reading app. While there are several ebook readers available on the Android Market, the Cool Reader and FBReader open source apps are probably the best of the bunch. There are several features that make Reader worthy of its name. For starters, Cool Reader really excels at format support: the app can handle all popular ebook and text formats, including EPUB, FB2, TXT, RTF, and HTML.
But that’s only one of Cool Reader’s talents. Cool Reader provides basic tools for managing your ebook library. The app’s default interface offers a comfortable reading environment, but you can also tweak a wide range of settings from page background and page margins to alternative fonts and external stylesheets. While FBReader supports only the EPUB, OEB, and FictionBook formats, the app does have a few clever tricks up its sleeve. A bare-bones live wallpaper template for Android. William Francis demystifies the process of creating live wallpapers for Android and shares a template you can use for your projects. A TechRepublic reader suggested I do a tutorial on creating a live wallpaper. Live wallpaper was a feature added in Android 2.1 that allows the actual background or desktop of the phone to act much like an application. It can animate, make system calls, and interact with the user. A good example of the feature in action is the default Nexus wallpaper that started shipping with the Nexus One.
Nexus live wallpaper It's up to the developer's imagination to determine what a given live wallpaper does. My goal in writing this tutorial is not to make a stellar live wallpaper, but rather to strip the required code to the bare minimum, thereby demystifying the process and hopefully jumpstarting a number of beginning Android programmers who maybe shied away from coding a live wallpaper in the past. 1. 2. Wallpaper.xml <wallpaper android:thumbnail="@drawable/icon" 3. 4.
Managing Projects from Eclipse with ADT. Eclipse and the ADT plugin provide GUIs and wizards to create all three types of projects (Android project, Library project, and Test project): An Android project contains all of the files and resources that are needed to build a project into an .apk file for installation. You need to create an Android project for any application that you want to eventually install on a device. You can also designate an Android project as a library project, which allows it to be shared with other projects that depend on it.
Once an Android project is designated as a library project, it cannot be installed onto a device. Test projects extend JUnit test functionality to include Android specific functionality. Creating an Android Project The ADT plugin provides a New Project Wizard that you can use to quickly create a new Android project (or a project from existing code). Select File > New > Project. Tip: You can also start the New Project Wizard by clicking the New icon in the toolbar. Figure 1. Figure 2. Votre première application Android.