Android Question SDK35 - Report from the field

drgottjr

Expert
Licensed User
Longtime User
for what it's worth, i've re-compiled some important
(to me) apps using sdk35. i've added @Erel's suggested
manifest addition. the devices are running android 12
and 16 (one-six). initial tests show the apps work as
expected (except for the light-ish theme where i had a dark one.)
the apps involve my favorite interests: nfc, ocr, barcodes, speech
recognition, text to speech, bluetooth ble scanning, streaming audio/video
and, of course, httputils2.

i am pleased to report that android appears not to have broken any of those api's, at
least as far as my use of them is concerned. the tested apps run as expected
on both android 12 and 16, using sdk35.
 

scsjc

Well-Known Member
Licensed User
Longtime User
for what it's worth, i've re-compiled some important
(to me) apps using sdk35. i've added @Erel's suggested
manifest addition. the devices are running android 12
and 16 (one-six). initial tests show the apps work as
expected (except for the light-ish theme where i had a dark one.)
the apps involve my favorite interests: nfc, ocr, barcodes, speech
recognition, text to speech, bluetooth ble scanning, streaming audio/video
and, of course, httputils2.

i am pleased to report that android appears not to have broken any of those api's, at
least as far as my use of them is concerned. the tested apps run as expected
on both android 12 and 16, using sdk35.
Thanks for sharing your experience! I’ve also uploaded my main application, FacturaONE, to production using SDK35, and I haven’t encountered any issues either. Everything is working smoothly so far. Good to see the transition is going well for others too!
 
Upvote 0

AnandGupta

Expert
Licensed User
Longtime User
Relieved, now me and other members can update our app (mine only one in store) with minimal apps, without much worry.
 
Upvote 0

Peter Simpson

Expert
Licensed User
Longtime User
Thanks for sharing your experience! I’ve also uploaded my main application, FacturaONE, to production using SDK35, and I haven’t encountered any issues either. Everything is working smoothly so far. Good to see the transition is going well for others too!
Just looking at your app and the .com website. Very very very very very nice indeed.
 
Upvote 0

scsjc

Well-Known Member
Licensed User
Longtime User
Just looking at your app and the .com website. Very very very very very nice indeed.
Thank you so much! I’ve been working on this project for around 13 years now, and every day I keep pushing harder to stay as up-to-date as possible. Thanks to the support of this amazing community, I was able to fully dedicate myself to FacturaOne. Really appreciate your kind words!
 
Upvote 0
Top