Downloads
Android PCDB SuDoku Solver User Guide is available here. You will need Adobe Reader to be able to read this document.
Windows PCDB SuDoku Solver User Guide will soon be available on this page.
Windows PCDB SuDoku Solver User Guide will soon be available on this page.

pcdb_sudoku_solver_user_guide_-_android.pdf | |
File Size: | 1699 kb |
File Type: |
Code
These downloads are examples of Android java classes I've developed to support functionality of PCDB Waypoints or PCDB SuDoku Solver, and which may be of more general use. They are distributed "as is" with no warranty implied.
GridOverlay.java is a Class that displays Lat/Lon grid lines on a map.

gridoverlay.java | |
File Size: | 12 kb |
File Type: | java |
LatLong.java is a Class that displays a Lat/Lon ViewGroup which enables the user to enter lat/lon values in a number of formats. It can return the current displayed position as a Location or a GeoPoint, or as separate Lat and Lon values.

latlong.java | |
File Size: | 35 kb |
File Type: | java |