Skip to content

Tag: android

Remove Touch/Click Behavior

I would like to remove the click behavior from this activity. In the attached screenshot if you touch/click the contact name the app crashes(the edit button works properly). However, I really don’t care to fix this error, I would rather remove the touch/click behavior of that area. I also need to be abl…

password validation not working correctly

I’m using this code for validating whether a user entered all characters. There were several solutions offered in this forum, but unable to find answer for my problem. Problem-1: when the password entered is of this type “aaBB11@@”, it validates and returns ok, where as “11aaBB@@&#8221…

Disable reselecting in BottomNavigationView

How can I disable reloading fragment when clicking again on the current tab in BottomNavigationView? In other words how to disable re-selection in BottomNavigationView? PS: I’m using NavigationUI to setup BottomNavigationView Answer It was surprisingly simple!