sdk 34

  1. KZero

    Android Question CropIWA library and SDK 34

    Hello, I'm using this library https://www.b4x.com/android/forum/threads/cropiwa.78298/ by @DonManfred in one of my apps but when i changed the API level to 34 i get the following error *** Service (starter) Create *** ** Service (starter) Start ** ** Activity (main) Create (first time) **...
  2. Greg Breinholt

    Android Question SOLVED: B4A 13 targeting SDK 34 ... how to start service?

    When targeting SDK 34 there are new requirements for starting a service, where you have to include a foreground service type... https://developer.android.com/about/versions/14/changes/fgs-types-required There is this tutorial page, but it does not mention using the Service.StartForground...
  3. Duque

    Bug? [RESOLVED]B4A V13.00 BETA ResumableSub

    Bug on ResumableSub. does not detect the warning logs. I hope you warn me that my ResumableSub does not return anything private sub myfunction as ResumableSub 'return true end sub
Top