[F/BETA] 🧮 NumberPickerDialog - Pick Numbers!

:computer: Introduction

A non-visible extension that launches a dialog to allow the user to pick a number, with some customizations.

(please wait for some time for the source code, thank you very much!)

Now we have the Contact, Date, Email, Google Account, Image, List, PhoneNumber and Time pickers, but we do not have a picker needed for numbers. So I developed an extension that does this.

You might also be interested:

:package: Package name: com.gordonlu.numberpickerdialog

:clock1: Version: 1

:date: Release date: Yesterday 3:00 PM

:open_book: Documentation

Event blocks

GotSelection

image

This event is fired when the user has selected a number in the number picker.

Parameters: selection = number (int)

OnCancel

image

This event is fired when the user has canceled the number picker.

Method blocks

LaunchNumberPicker

image

Launches the number picker.

Property blocks

CancelButtonText (read, write, designer, blocks)

image

image

image

Sets the text of the ‘Cancel’ button in the dialog. Set this before you show the number picker dialog.

Requires: text

Cancelable (read, write, designer, blocks)

image

image

image

Sets whether the ‘Cancel’ button is visible in the number picker dialog. Set this before you show the number picker dialog.

Requires: boolean

ContinueButtonText (read, write, designer, blocks)

image

image

image

Sets the text of the ‘Continue’ button in the dialog. Set this before you show the number picker dialog.

Requires: text

MaximumValue (read, write, designer, blocks)

image

image

image

Sets the maximum value that the user can pick in the number picker dialog.

Requires: number (int)

MinimumValue (read, write, designer, blocks)

image

image

image

Sets the minimum value that the user can pick in the number picker dialog.

Requires: number (int)

Selection (read, write, designer, blocks)

image

image

image

Sets the selection for the number picker dialog.

Requires: number (int)

Title (read, write, designer, blocks)

image

image

image

Sets the title of the number picker. Set this before you show the number picker dialog.

Requires: text

:inbox_tray: Downloads

AIX:
com.gordonlu.numberpickerdialog.aix (10.5 KB)


Made with Niotron IDE.

Kindly :email: PM me if you have any questions! Also, if you like my extension, please :heart: like it! It takes some effort for me to make it…

Likes tell me the general user feedback of my extension. If you read this extension, please take 20 seconds to drop by and give a like!

If you have any features that you want to add and you know the code, PM me or directly reply below using the Reply button.

By downloading my extension, you agree the terms and conditions in my website.


Gordon Lu

:speech_balloon: Message :earth_africa: Website :e-mail: E-mail

5 Likes

Should be around 21.

Your extension does not declare any minSdkVersion in the Manifest.
So the default minSdkVersion should be 19 (Android 4.4, KitKat) on Niotron.

2 Likes