Class #4 notes

Geo-minder – application. Look it up. you can set locations (home, school, etc…) and then leave notes for yourself.

textmarks – offer short codes for anyone on the mobile phone network.

Witness – work with 3rd world countries on teaching people how to take videos of whats going on around you.

bouncycastle – encryption for [...]

Project Idea

I’ve been thinking a lot about how widespread mobile phones are, and yet how difficult it is to get things to work on them. Just all the configurations and necessary setups rsult in most people only using phones to make calls and take simple photos. I would like to find a way to make things [...]

Some research on using the mobile Media API

A list of supported protocols for a given content type can be retrieved by calling the method getSupportedProtocols(String contentType) which returns a String array. For example, if you call this method with the argument “audio/x-wav” it will return an array with three values in it: http, file and capture for the wireless toolkit. This lets [...]

My very first J2ME midlet