Skip to content

Instantly share code, notes, and snippets.

@pedrogk
Last active September 25, 2016 00:06
Show Gist options
  • Save pedrogk/923f2053781935d3d7983ad0e20d8e42 to your computer and use it in GitHub Desktop.
Save pedrogk/923f2053781935d3d7983ad0e20d8e42 to your computer and use it in GitHub Desktop.
Midlet
import javax.microedition.midlet.MIDlet;
public class HolaMidlet extends MIDlet 4
{
public HolaMidlet (){}
public void startApp(){}
public void pauseApp(){}
public void destroyApp(boolean unconditional){}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment