How can I create circular menu in android?

JAVA: Using JDBC how can I create a JAVA Application with menus where different menu items trigger queries?

  • I have a video rental store database with tables such as Member, Employee, Store, Rental, Sale, Movie, Vendor. I need to write a JAVA application that presents the user with menus options, Like this: MAIN MENU (1) member functions (2) reporting functions (3) administrative functions (4) quit MEMBER FUNCTIONS MENU (1) video checkout (2) new member signup (3) list of outstanding videos (4) membership cancellation (5) video purchase (6) quit ADMINISTRATIVE FUNCTIONS MENU (1) video return (2) add/delete employee (3) process new shipment of videos (4) open new store (5) quit REPORTING FUNCTIONS MENU (1) print catalog (arranged by categories of videos) (2) print due list of videos (3) print employees commission report (4) print rental summary based on frequency of rentals (5) quit For the first menu, the choice of a number would lead to one of the corresponding menus For the other menus(Member Functions, Administrative Functions, Reporting Functions), the choice of a number would execute a query that I have written on the database. I am very limited in my JAVA knowledge, can someone please help me with the code for this type of application? I appreciate it greatly

  • Answer:

    Yea I'm pretty much ****** too on hillmans project.

biily b at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.