Looking for guidance in a new apk

EduardoElias

Active Member
Licensed User
Longtime User
Hi there!

I am looking to develop a eletronic Menu for restaurants, using a tablet for it.

The thing is that it will have many good quality pictures to navigate and get know what is available on the menu.

It works like a kiosk, there is an option to enter an order.

My question is how to store, and specially navigate thru many pictures. It needs to have a really good looking. Some kind of structure of categories will be in place to choose what section of the menu will be displayed.

I apreciate any suggestion, link to demo apk, librarie to start with.

Thanks!
 

NJDude

Expert
Licensed User
Longtime User
One way to do it would something like this:

1 - Create a SQL DB containing the name and links to all the pics, menu items, prices, etc
2 - Save all the pics on the device.
3 - Design a nice UI to access that info.
 
Upvote 0
Top