flag

  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. M

    iOS Question Intercept Firebase Messages (iosalert) while in background to store a state

    Hi everyone, i'm struggling finding the best solution to implement the notifications in my iOS app. I have two FB topics, one for syncing informations between the app and my server. (this should be silent push notification, and happends only in foreground) the second FB topic, instead, is for...
  3. Sandman

    Android Code Snippet How to determine what started a Service

    As far as I can tell, there are three different reasons a service was started: Manually started using StartService Scheduled start using StartServiceAt or StartServiceAtExact Automatically started at boot using #StartAtBoot I recently found myself needing to know why a service was started, so...
Top