Thank for so fast response.
Yup just tried after you send me the link but its not working.
You can’t slide your finger to play keys. Like the actual piano work or like some Piano app already exist on google play store.
Maybe you could archieve this with a canvas with a keyboard layout. Depending on your finger position (the x coordinate) the right note starts playing.
You done a great job @Django_s_Android_App , i tested the aia as well as the apk. But Its not the solution because if i use canvas, lots of issues will come along -
I can’t add many keys as, we can’t slide the canvas.
There will be no effect of pressing any button as the image in canvas is still and fixed.
The biggest problem is if we miss any particular point of key with finger, the sound won’t play.
Even i tried to slide my finger on canvas, some sounds missed in between.
Thank you for your efforts. But need a proper solution only using labels/Buttons
Sure,
In a piano there are several keys, now one of the main function of piano is when we slide our finger contentiously from left to right/ vice versa it play sound beautifully on each key.
So i want that function in my app, when i slide my finger the key must sound when i touch by sliding my finger on it .
Hey, we all understand what you want to archieve. But you won’t be able to do a flung over the keys with a button solution, only with a canvas. But maybe it is time to show us what you have done so far.