• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Android voice to text example using registerForActivityResult instead of deprecated onActivityResult

ArtSera

Lurker
I am just learning the android environment. I am trying to code a mobile app that converts speech to text. Every example I find uses the deprecated "onActivityResult" function. I cannot find even one example that uses the new "registerForActivityResult" function. Please help.

Thank you,

Arthur
 
Back
Top Bottom