R
R
r0m4n2017-02-17 14:57:19
satellite navigation
r0m4n, 2017-02-17 14:57:19

Creating a navigator on Android. How?

There is a desire to create an application - a navigator for mobile devices (for a start, only Android), to simplify the interaction of ordinary people with the public transport system of a small city.
The minimum functionality that I wanted to implement:

  • where is the user
  • what stops are nearby
  • what taxis pass through these stops
  • when you can leave (based on the timetable)
Data that is known and can be used in the application : a list of all routes, with numbers, routes and schedules for weekdays and weekends.
I have never been involved in programming for Android, so I would like to know briefly how difficult it will be to create such an application, what languages, libraries and APIs, at a minimum, may be required for this.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mikhail Chvarkov, 2017-02-17
@r0m4n

It's not hard to write this. The problem is rather to keep the schedule up to date.
For example, you can set the following:
Language - Java
Maps - google-maps
For a database - FireBase

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question