i undesrtand sofar the use of
i tred to use this lines of code but it did not work
ehat is the correct code?
B4X:
Dim Intent1 As Intent
Intent1.Initialize(Intent1.ACTION_VIEW, "market://details?id=com.myapp.co")
StartActivity(Intent1)
B4X:
Dim Intent1 As Intent
Intent1.Initialize(Intent1.ACTION_VIEW, "market://developer?id=mydeveloperID")
StartActivity(Intent1)