Questions tagged [actionbarsherlock-map]

30 questions
27
votes
5 answers

Using ActionBarSherlock With the New SupportMapFragment

I am looking at using ActionbarSherlock but have one query that's holding me back. So my application needs to be fully backwards compatible to API Level 7. I need to implement the new Google Maps in my application and to do that I need to use the…
5
votes
1 answer

Use ActionBarSherlock with Google map API V2

I want to use ActionBarSherlock with a Google map API V2. I've read a solution in here. But when extend my main ActionBarSherlock class, it missing so much lib for menthod ( like: findViewById, getSupportActionBar ..) this is my…
5
votes
2 answers

Fragment Support for Mapsforge

I am aware that there is some kind of patch for fragments for Mapsforge here: https://code.google.com/p/mapsforge/issues/detail?id=177 .However I'm not exactly sure how to use it. This is what I've implemented so far: public class…
lyk
  • 1,578
  • 5
  • 25
  • 49
5
votes
1 answer

Android map view error: You are only allowed to have a single MapView in a MapActivity

I am creating an app which has action bar and 2 tabs. like this: Tab1: on click should display some details of a place. Tab2: on click should display maps. I am using Fragments for this. My tablistener: private class MyTabListener implements…
suresh cheemalamudi
  • 6,190
  • 11
  • 49
  • 67
3
votes
2 answers

Having an issue with GoogleMap v2 crashing app on orientation change

I've been dealing with this problem for a while now. I used this question as a reference: Using ActionBarSherlock With the New SupportMapFragment I'm currently using ActionBarSherlock and I'm using Vipul Shah's rather simple implementation of a map.…
3
votes
4 answers

SherlockMapActivity not working

So i'm having huge problem and i need to fix it as fast as possible. I did a format of my comp and installed new version of eclipse. I imported my project as well as 2 libraries it uses. Those 2 libraries are named v7/gridlayout and…
gabrjan
  • 3,080
  • 9
  • 40
  • 69
3
votes
1 answer

Starting an Activity which extends SherlockMapActivity throws a NoClassDefFoundError exception

I'm trying to use the SherlockMapActivity to use the Sherlock action bar on a maps activity. But when the activity which extends from SherlockMapActivity is started a NoClassDefFoundError exception is thrown telling me the class cannot be found.…
Flo
  • 27,355
  • 15
  • 87
  • 125
2
votes
1 answer

Change style of sherLock Spinner control android

In my android application i am using sherLock Spinner control. I am not using this control in Actionbar. I used this spinner control to achieve dropdown functionality through spinner control. The problem is that i don't know how to change the style…
1
vote
0 answers

how to get data in class extending sherlockfragmentactivity and distribute in different fragments?

I want to receive data from WCF web service in class extending SherlockFragmentActivity and distribute the received data in three viewPager tabs? what is the best way to do this? or i have to call web service in each of the fragment? Thank you in…
1
vote
3 answers

How to implement google maps api v2 in SherlockMapActivity

I want to implement google maps api v2 because my debug key from google maps v1 doesn't work if I want to publish on Google Play Store and I can be able to get a maps V1 release key because is deprecated. Anybody know how to implement maps api v2 in…
jcamacho
  • 818
  • 2
  • 12
  • 25
1
vote
0 answers

Actionbarsherlock Google Maps not showing tiles

I am trying to get a Google Map with a static actionbarsherlock. I have done it but the map is not loaded (no tiles are loaded). I am sure that my Google Map key is correct, and I don't know what is the problem. Can you help me? In the zip file…
michele
  • 26,348
  • 30
  • 111
  • 168
1
vote
3 answers

R cannot be resolved to a variable

I have implemented the actionbarsherlock in my project and after implementation and my project is full of errors and it is "R cannot be resolved to a variable". I have tried a lot to clear this and i cant get the solution.Please help me to solve…
1
vote
1 answer

Sherlock, Fragments, Tabs and MapView

As i point in the headline I have implemented ActionBar Sherlock and Tab navigation inside. Tabs are fragments. Inside one Fragment I have a mapView. I have some problems when i change between tabs. Two tabs are just lists, inside one is MapView…
1
vote
1 answer

Action Bar Sherlock and some stupid exception

I just started to use action bar and tab navigation. App is running good, but i have problems when the phone goes to sleep, i wake it up, and i go to the next tab I get this exception and i don't know where to look. Exception is: 03-07…
1
vote
0 answers

android backup agent and SherlockMapActivity

I try to implement a Backup Agent in my Android app, and I've got a weird issue every times it restore (at first launch) : Unable to resolve superclass of Lcom/actionbarsherlock/app/SherlockMapActivity; (916) Link of class…
1
2