I have created two online games, very popular in Serbia (and in the former Yugoslavia), Internet Jamb Club and Internet Preferans Club. You can see them at https://www.iklub.rs. Both were originally written in Visual Basic 6.0.
In recent years, I have been involved in translating these programs to Android. The programs are published on Google Play. I was satisfied with the translated programs, all but the menus. So I made a DSmenu, very similar to the menus from VB6.
Here is an example menu in VB6:
Done menu on the phone:
Done menu on the tablet:
DSMenu is based on CustomListView. The menu can be dynamically changed programmatically. The number of menu levels is programmatically determined. The menus also have a shadow (realized with a trick).
Everything can be seen from the attached example (creating a menu, determining the number of levels, dynamically changing the menu...)
In recent years, I have been involved in translating these programs to Android. The programs are published on Google Play. I was satisfied with the translated programs, all but the menus. So I made a DSmenu, very similar to the menus from VB6.
Here is an example menu in VB6:
Done menu on the phone:
Done menu on the tablet:
DSMenu is based on CustomListView. The menu can be dynamically changed programmatically. The number of menu levels is programmatically determined. The menus also have a shadow (realized with a trick).
Everything can be seen from the attached example (creating a menu, determining the number of levels, dynamically changing the menu...)