Challenge Overview
A HTML file is originally designed without the concept of page split. Thus, there is only one page displayed in the web browser no matter how big the HTML file.
The goal of this component is to split a given HTML file into a series of smaller HTML files on Android platform. Each split file is actually one page of the original file. Also on every split page, user will be able to navigate to the previous or the next page.
please see detailed specifications here: http://www.topcoder.com/wiki/display/LIQUID/Requirement+Specification+of+HTML+Page+Split+on+Android.+11408-30016062
Final Submission Guidelines
- Development language: Java1.6, HTML, javascript1.7, CSS
- Compile target: Android 2.2 Application
- The development environment is Eclipse + ADT. The developer can refer to http://developer.android.com/index.html for more information. Developer is allowed to develop on any platform of Windows and Linux.
?