Timer for Java - Timer midlet allows to start simultaneously several times. Alarm time can be absolute and relative. It can happen once or with specified period. Different types of notifications are used: vibration, sound, backlight, SMS. Timers are stored in the storage so you can reuse them For example you can enter time needed for preparing some food (eggs, pizza, spaghetti...). Then you just select proper time and start it. Timer can be activated even if midlet is not active (at some models of the phones this feature may not work)
There four main screen in the program. The main screen is "monitor" - it shows state of active timers and allows to add new timer. The "List" command allows to see list of active timers and stop/change/remove any of this timers. "Settings" command allows to change midlet settings - way of alarm notification. When there are no active timers, monitor screen is empty. When you execute "Add" command, list of all timers in shown. You can select proper timer from the list and start it. If there are no timers, empty screen is shown. You can add new timer by executing "New" command. New timer can be saved or can be immediately started.
Timer form ask you to input hour, minute and second. For absolute timers it is time in the day when alarm should happen. For relative timer this values specify interval since current time. If timer is periodic, then relative time will produce alarm with the period equal to the specified interval. And periodic absolute timer will produce alarm each day at specified time (so period is 24 hours).
Timer midlet provides several way of alarm notification: sound (it is possible to configure frequency, volume and note of the signal), vibration, backlight and sending SMS. Also it is possible to specify duration of the alarm - period within which sound, vibration and other effects are produced. In case of alarm midlet shows model alarm alert which is visible until user execute "Dismiss" command. The command also stops sound, vibration and backlight. To be able to send SMS, it is necessary to specify destination phone number in settings. Unfortunately at most of the phones this mechanism will not work since phone will ask user permission for midlet to send SMS each time when it tries to send SMS.
Like it? Share with your friends!
Requirements:Java MIDP 2.0
Supported operating systems:
Java ME, Java Nokia 240x320, Java SE 240x320
Other Software by developer «Konstantin Knizhnik»:
Monitor for Java Monitor for Java - Monitor is a simple application that allows you to profile your time.
It makes it possible to easily monitor how much time is spent for activites you are doing.
It can be used for monitoring some physical processes as well as your traditional housekeeping activities.
You are able to monitor up to 10 activities
PCalc for Java PCalc for Java - Programming calculator. You can write programs for stack machine (with simplified Java like instruction set). Program consists of one or more procedure which can be nested. It is possible to access variables of top procedure (like in Pascal). You can execute program ste-by-step and inspect stack and variables in debugger
MobileMap of Saint Petersburg MobileMap of Saint Petersburg - MobileMap is a vector map of Saint Petersburg with streets and metro stations.
The vector map of almost any city in Polish format can be easily converted to be used by this application. Because of limits on jar file size and small screen resolution, number of layers is restricted
TripMate TripMate - TripMate is a program that helps you remember the route.
It can be route from conference room to coffee-room, it can be a tourist trip, it can be pathway in labyrinth.
During first traversal you make notes in you phone, specifying direction of movement and target of each step. Phone remembers how much time each steps takes
MapBrowser MapBrowser is a map browser for mobile phone. Now it is working with raster map. Certainly size of raster map is significantly larger than of vector map.
That is why this midlet has size more than 2Mb and works only on Series 60 phone. This midlet is just an example, with raster map of Cairo and with almost no index data
Java Metronome Java Metronome - Java Metronome, as its name says, is a metronome for Java devices.
It can produce signals with the specified frequency (times per minute). Signaling can be done using tone, vibration and backlight flashing. Mode, frequency, duration and volume of signal can also be configured
MobiBrowser MobiBrowser - MobiBrowser is a combination of book reader and Web browser.
This program can be used for Web browsing, reading news sites, downloading and reading books and atricles from the Web. It is not implement all HTML browser functionality - it doesn't show images and is not able to proceed forms
Econometer Econometer - Expenses analyzer. It will help you to store information about all your purchases, control and analyze your expenses. The program calculates average and maximal values of expenses for weeks and months, draw diagram illustrating yours expenses trend
Wordix Wordix - Wordix is a tetris-like game with words.
The goal of the game is to combine words from letters. Once word is constructed, it disappears from the screen. Game is finished when center of the screen (where new letters appears) is occupied.
Notes :
New letter appears in random order in the center of the screen and are moving in random direction