sdk26

  1. Shivito1

    Android Question RuntimePermissions not prompting

    My app was fine but recently needed to target SDK 26 and now my app is not working on new devices. Sub Process_Globals 'Get permission to write file Private rp As RuntimePermissions End Sub Sub Activity_Create(FirstTime As Boolean) rp.CheckAndRequest(rp.PERMISSION_WRITE_EXTERNAL_STORAGE)
  2. D

    Android Question Tabhost icons size too small (sdkversion=26)

    Hi, I've just added targetSdkVersion to 26 and all my layout changes because I had SDKtarget to 14 (I liked much more textbox appearence). I have TabHost with icons and they are too small now. What should I do? I've tried to change IMG to 192x192, use LoadBitMapResize... and same result, the...
  3. MarkusR

    Android Question SDK_Target 26, what consequences for external libraries?

    hello, if me update to target sdk 26, will the librariers i got here also belong the sdk 26 then?
Top