Eurofurence Community > General Discussion
Eurofurence 2012 APP!
Suran:
In that case either http://android-developers.blogspot.de/2010/06/making-sense-of-multitouch.html
or save yourself some time and use a WebView to display the map. It has these controls build in.
There is no way to switch to the map of the other levels, is there?
RealZero:
You can choose the levels by pressing that menu option-button of your phone, if that's what ya mean.
Suran:
Ah, you wrote it with an old targetSDK.
Didn't look for the menu-hint in compatibility mode anymore the menu+search hardware buttons no longer exists and the menu function is deprecated and replaced by the action bar.
TraxSwe:
--- Quote from: Suran on 03.08.2012, 12:31:21 ---Ah, you wrote it with an old targetSDK.
Didn't look for the menu-hint in compatibility mode anymore the menu+search hardware buttons no longer exists and the menu function is deprecated and replaced by the action bar.
--- End quote ---
Maps-> Currently only Ground floor, First floor, Dealers den 1 and Dealers den 2.
There was a request for support for Android 2.2. My target from the beginning was 2.3.3. Wish that i could have made it in a higher version to utilize some of the new features but since people still use the older version then i had to go for them.
Suran:
http://xrigau.wordpress.com/2012/03/15/using-an-actionbar-in-your-application-with-actionbarsherlock/ Works well with 2.2 .
The intents to start navigation and maps are:
Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse("google.navigation:q=New+York+NY"));
mContext.startActivity(i);
and
the ones listed here:
http://developer.android.com/guide/appendix/g-app-intents.html
(for the travel-page.)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version