Skip to content

A quick jump dialog for the alphabet and numbers. Customizable

Notifications You must be signed in to change notification settings

snooplsm/jumper

Repository files navigation

letters numbers
BUILD:
mvn install source:jar

USAGE:

JumpDialog d = new JumpDialog(this,new JumpListener() {

	@Override
	public void onJump(Character c) {

	}

});

d.show();

GOTCHAS:

It supports landscape and portrait but it is up to the user to maintain the changes. We will provide an activity soon.

About

A quick jump dialog for the alphabet and numbers. Customizable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages