I have a decent hold on Python, but completely new to developing android applications. Hence, I thought of using Kivy, as I do know Python.
I wish to create an application that includes a button, and on clicking the button, the user is redirected to a specific application(maybe Messages, or YouTube, etc.)
As I'm currently coding on my pc, I figured out how to redirect the user to a specific website by clicking a button, but I'm clueless when it comes to the above problem.
Any help with this regard would be highly appreciated!!