Is it possible run only with Play Store?
I want to open the list of my apps on play store. Pippo is my developer name.
:BangHead:
I want to open the list of my apps on play store. Pippo is my developer name.
B4X:
Sub Button1_Click
Dim i As Intent
Dim p As PhoneIntents
i = p.OpenBrowser("https://play.google.com/store/search?q=Pippo")
StartActivity (i)
End Sub