<Make Buttons function like keyboard> I have an ap...
# stackoverflow
u
Make Buttons function like keyboard I have an application that should work on a tablet, and there's a page where a recyclerview is present and in its row item there is 2 edit texts (with numberDecimal as input), the default keyboard shouldn't appear because it's covering a considerable large portion of screen. I created buttons in the activity to act like the keyboard buttons however the problem is how to make the button from activity to communicate with the edit texts in the adapter. how can i know that if I press (Button...