save picture

  1. Samara

    Android Question Save gallery in android 14+

    This code not working in android 14: Sub Activity_Create(FirstTime As Boolean) Dim rp As RuntimePermissions rp.CheckAndRequest(rp.PERMISSION_WRITE_EXTERNAL_STORAGE) Wait For Activity_PermissionResult (Permission As String, Result As Boolean) If Result Then...
  2. MODERN TALKING

    Android Question Native Camera Intent

    Hi guys, Glad to be back with the B4X Brotherhood :cool: How you guys been? This used to work 3 years ago but not now - can take picture but cannot save Dim i As Intent i.Initialize("android.media.action.IMAGE_CAPTURE", "") i.PutExtra("output", ParseUri("file://" &...
Top