I usually set up some kind of AlertDialog
to fire off when a user first uses one of my apps and I explain how to use the app and give an overall introduction to wha
As answered by @Nikolay Elenkov In Kotlin I used it from string resources in this way (detailed way for freshers):
in my layout place a checkbox:
in strings.xml
I read and accept the Terms and Conditions
in my activity
class inside the onCreate() method:
termsCB.movementMethod = LinkMovementMethod.getInstance()