java - How to make inner links in Android Studio project? -
for example have class named gotoprofile (string username) ... implemented intent opening profile activity. how make textview link gotoprofile("username goes here") inside recycleview? right make invisible textview inside card value of username , after onclick (view v)?
Comments
Post a Comment