There is a ready-made application that is already running and written in Java . Several classes and xml files are written in Android Studio , no additional libraries, all standard.

Now you need to add a map to the application Map of countries with real borders.

The main functions of the card:

  1. The ability to allocate countries, both one and several dozen.
  2. The ability to change the color of the territories of countries (when clicked and programmatically in onCreate ).

  3. Add graphic objects (icons) to the map.

  4. Reading keystrokes / clicks from the map, determining the country to which they clicked.

  5. The decision should not depend on access to the Internet.

I think to fasten LibGDX . Maybe someone has experience in solving such problems? Can you throw links to the example or in what direction to dig?

An example of implemented maps for other applications:

the first

second

  • Immediately 5 questions? Create separate questions for each! - DevOma
  • @Omuradil Read carefully before writing "Immediately 5 questions?". These are the functions that the platform should have. You do not read the details of the question, just write such messages? - Sergey
  • I think you should look for one at a time ... - DevOma
  • @Omuradil How do you imagine that? I highly recommend you read my question. I need a solution to satisfy 5 functions. - Sergey

0