Hi all, this is a bit of a design/function query.
I'm not new to coding but new to android and not familiar with the options in the pallet. Doing a little 'virtual piano' app, I can't decide what to use to function as the 'keys'. So far I have got a simple setup where buttons trigger notes with onTouchListeners using ACTION_DOWN / ACTION_UP, but it occurred to me there may be a better component for doing this, though i'm not sure which, and am looking for a suggestion. Thanks!
I'm not new to coding but new to android and not familiar with the options in the pallet. Doing a little 'virtual piano' app, I can't decide what to use to function as the 'keys'. So far I have got a simple setup where buttons trigger notes with onTouchListeners using ACTION_DOWN / ACTION_UP, but it occurred to me there may be a better component for doing this, though i'm not sure which, and am looking for a suggestion. Thanks!