Yeah, usually I prepend the activity name if that'...
# android
c
Yeah, usually I prepend the activity name if that's something related to a single activity Eg: MainActivity.kt, R.layout.activity_main, views will be R.id.main_username R.id.main_profile_img and so on (just an example)
👍 1