Hi everyone!
I'm new to this group.
Since i'm going to start a thesis work concerning the modification of
osmand's routing algorithm  according to environmental parameters
(that's to say for example :CO2 pollution) i would like to ask some
questions.
Actually i do not own an android  smartphone, so i'm using the Android
SDK and Eclipse IDE as to develop an android project for the thesis
work. Thus I'm going to use Android SDK's smartphone emulator to test
my application.
My goal is to implement a routing algorithm based on the air pollution
level acquired by a CO2 sensor.
So the sensor acquires pollution data related to a certain amount of
streets which are used as sample for the project.
The sensor also has to transfer these data to the android smartphone
that will have to calculate the new route in order to determine
streets with the lowest pollution level.
But data acquisition is not the point, because it's not important for
data to be acquired in real time. I can use previously acquired data.
The problem is that i don't know how i should enbed osmand's basic
application in the android sdk emulator and how to use it as the basis
to implement my algorithm.
To express this In a few words, i should work offline, select a
relatively narrow part of a town and use the data coming from the
sensor  to implement my algorithm.
So first of all the problem is:
1) to embed osmand's app in the android sdk ( i don't know how to do
it);
2) later i should  communicate with osmand's offline navigator in
order to apply my routing algorithm but still i don't have any ideas
how can i solve this.


Thanks in advance for the attention. I look forward to your
responses.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to