Menu

Tree [r3] /
 History

HTTPS access


File Date Author Commit
 AddForm.java 2008-09-11 adehohum [r1] Initial revision
 COPYING 2008-09-11 adehohum [r1] Initial revision
 HTTPForm.java 2008-09-11 adehohum [r1] Initial revision
 HTTPThread.java 2008-09-11 adehohum [r1] Initial revision
 InsufficientVocabException.java 2008-09-11 adehohum [r1] Initial revision
 MANIFEST 2008-09-11 adehohum [r1] Initial revision
 Makefile 2008-09-24 adehohum [r2] Adjusting makefile and adding script to launch ...
 NothingChosenException.java 2008-09-11 adehohum [r1] Initial revision
 PrefsForm.java 2008-09-11 adehohum [r1] Initial revision
 Prototype.jad 2008-09-11 adehohum [r1] Initial revision
 README.txt 2008-09-11 adehohum [r1] Initial revision
 TODO.txt 2008-09-11 adehohum [r1] Initial revision
 TesterForm.java 2008-09-11 adehohum [r1] Initial revision
 Vocabulary.java 2008-09-11 adehohum [r1] Initial revision
 VocabularyData.java 2008-09-11 adehohum [r1] Initial revision
 VocabularyDatabaseException.java 2008-09-11 adehohum [r1] Initial revision
 VocabularyEngine.java 2008-09-11 adehohum [r1] Initial revision
 VocabularyException.java 2008-09-11 adehohum [r1] Initial revision
 VocabularyItem.java 2008-09-11 adehohum [r1] Initial revision
 VocabularyLanguage.java 2008-09-11 adehohum [r1] Initial revision
 VocabularyPrefs.java 2008-09-11 adehohum [r1] Initial revision
 VocabularyQuestion.java 2008-09-11 adehohum [r1] Initial revision
 VocabularyStatistics.java 2008-09-11 adehohum [r1] Initial revision
 midletsizer.pl 2008-09-11 adehohum [r1] Initial revision
 run.sh 2008-09-24 adehohum [r2] Adjusting makefile and adding script to launch ...

Read Me

J2ME MIDP Vocabulary Testing MIDlet
===================================

	----------
	Update as of 11/9/08:
		I wrote this code five years ago when I was learning Java/MIDP. It's pretty awful. 
		I can't recommend it as an example for anyone to follow!
		I'm bunging it onto SourceForge because I am now trying to learn French; it might be useful if I fix 
		some of the bugs and you never know, someone else might find it useful too.
		The app is currently totally dysfunctional and not good enough to be useful.
	----------

Version 1.0.0
Copyright Adrian Taylor, May 7th 2003.

Introduction
------------
This MIDlet should enable you to test yourself on vocabulary when learning any language. Features include:

-- Multiple-choice selection of answers from a random list
-- Unicode support
-- Import of vocabulary over HTTP from a website
-- Inputting of vocabulary by hand on the device

It's released under the GPL (see the file, COPYING, included). Please send any improvements to me (see TODO.txt for things I have in mind).

Why?
====
I've written this for two reasons:
-- to test myself on Japanese (hence the multiple-choice selection, as my phone doesn't support Japanese text input)
-- to learn J2ME.

As it happens my phone also supports PersonalJava, which in retrospect would have been much easier! But this at least has the advantage it should run on many phones.

Requirements:
=============
Any J2ME MIDP 1.0-compatible phone should run this.
All vocabulary is stored in RAM, and in a fairly inefficient way too. Expect this programme to use lots of memory, and hence probably not fit on small phones.

Have fun!

Adrian Taylor
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.