Category: Android

Password Manager (Password Safe) v0.1.0

This is an adaptation of PasswordSafe by Steven Osborn (released under the Apache License) which is basic password manager for the Android platform. The source code have been adapted to use db4o instead of SQLite which makes the handling of persistence much more intuitive while still being fast.

http://developer.db4o.com/ProjectSpaces/view.aspx/Android_Password_Manager

By · 0 comments
Map Me

This application is based on BrowseMap by Davanum Srinivas, a simple Google Maps viewer for Android.

http://developer.db4o.com/ProjectSpaces/view.aspx/MapMe

By · 0 comments
Planet KDE Feeds v0.0.2

Simple RSS reader for Android to show and learn some of the technologies. It reads RSS items from a configurable address storing into a local database using a service. The news are then read by a normal program.

By · 0 comments
Note Pad v1.0.0

This is a simpel Notepad application for Android.

It demonstrates…
* using views
* accessing a database
* using an intent to open a new window
* managing activity lifecycle
* and many other goodies…

By · 0 comments
Lunar Lander v1.0.0

A sample game. Your objective: to land on the moon.

It demonstrates…
* loading and drawing resources
* taking keystrokes
* animating by calling invalidate() from draw()
* handling onPause() in an animation
* and many other goodies…

By · 0 comments
Twisty v0.03

The ‘Z-Machine’ is a virtual machine designed in 1979 by Infocom for playing text adventures, and has been re-implemented on nearly every computer and PDA since then.

This application allows Android users to play Infocom classics just as ‘Zork’, as well hundreds of newer text adventures written in the last ten years or so. The package comes bundled with a few built-in games, but also allows you to load games from your SD card.

By · 0 comments
Twisty v0.03 (Android misc)

The ‘Z-Machine’ is a virtual machine designed in 1979 by Infocom for playing text adventures, and has been re-implemented on nearly every computer and PDA since then.

This application allows Android users to play Infocom classics just as ‘Zork’, as well hundreds of newer text adventures written in the last ten years or so. The package comes bundled with a few built-in games, but also allows you to load games from your SD card.

http://code.google.com/p/twisty/

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments