phone number

  1. Alexander Stolte

    B4A Library [B4X] [XUI] AS BottomPhoneNumberFlagPicker

    A bottom phone number prefix, flag emoji, country code picker. You need: AS_DraggableBottomCard AS_WheelPicker V3.21+ I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here...
  2. Lucas Eduardo

    Android Question Regex for Australian phone number validation

    Hello, i'm trying to make a regex of australian numbers for mobile and landline with area code. It can accept just this two options. +61 0456-708-900 +61 02-1234-1234 Can someone help me with this? Thank you.
  3. ALBRECHT

    Android Question Country Codes + Phones Codes

    Hello, I would know if i am in the good way or if exists a better more simple process I have an app that use SMS permissions (but not needs PHONE permission) To suggest to the user the + Phone code (before the phone numbers) : +33 682000012 in relation to the Device Country code : Dim r As...
  4. A

    Android Question Add phone number to blocked phone numbers

    Hello, Does anybody know how (if it's possible) to add a phone number to the blocked phone numbers list of the device? Thanks in advance
  5. peacemaker

    Android Code Snippet PhoneStateChanged sample: all possible calling states

    I have reworked my old code sample basing on StackOverflow example code: Depends on: Phone lib DO not forget at an activity to request PERMISSION_READ_PHONE_STATE.
  6. peacemaker

    Android Question isNumber and cell phone number

    HI, All It seems to me, that phone number like "+41987654321" - is not a number for the database, but isNumber function = True. Trouble is that SMS cannot be sent to a number "41...", "+41..." is required. Any ideas to solve ? Noting this post, maybe: Sub isNumber3(s As Object) As Boolean...
Top