AndroidHelper
Functions
Link copied to clipboard
Link copied to clipboard
open fun checkConnectionAndNotify(context: Context, onActionCompleteCallback: OnActionCompleteCallback)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun radialButtonFindDistributedPoints(num_pts: Int, theta_max: Float, open_left: Boolean, x0: Int, y0: Int, min_item_height: Float, min_height_spacing: Float, min_radius: Float, max_radius: Float): List<Point>
This method will solve for a sequence of points to set the action buttons that will pop-out from a radial action button.
Link copied to clipboard
open fun startProgressAlertDialog(context: Context, msg: String, padding: Int, textSize: Float, cancelable: Boolean): AlertDialog
Creates a progress alert dialog with text
Link copied to clipboard