Let the user solve crosswords on Android. The crosswords are downloaded from the internet. The main Android Activities are Browser, Crossword-List and Crossword-Player.
In the browser, the user navigates to the website of choice and downloads crosswords. Crossword-Player Activity will be launched and the crossword can be solved. Through a Corssword-Provider, the crossword is stored in local file system and the player status is stored in a SQLite database.
The player supports standard crosswords, swedish-style crosswords and barred crosswords.


Crosswords are scaleable and invoked through zoom-in and zoom-out in the menu.
Viewport can be scrolled. Blue dashed lines indicate that there is more to be seen on that side.


Downloaded crosswords will be saved on the file system. Player status will be stored in SQLite database. For testing, the list will be populated with 5 built-in crosswords.

The following status will be stored and restored:
Download crosswords from websites in the PUZ format or APZ format.
Create own crosswords using 'Arensus Crossword Puzzle Editor' and share them among friends.