I need to code for a circular scrollable layout.(see attached image). I am wondering, which layout i can use to achieve this? Please suggest some approach or links.
cheers...
I need to code for a circular scrollable layout.(see attached image). I am wondering, which layout i can use to achieve this? Please suggest some approach or links.
cheers...
This is something similar to what you are looking for. Its an android implimentation of the round Path-App menu:
https://github.com/daCapricorn/ArcMenu - Apache 2.0
https://github.com/siyamed/android-satellite-menu/ - LGPL
It should look something like the menu in the left corner:
I suggest not using layout at all.
Use SurfaceView instead.
SurfaceView is very easy to use. See the official Lunar Lander code example. To see SurfaceView in action.