Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have two activities in my android app. From first view i am starting an service. In that service i have a LinkedList which is saving locations using LocationManager. In my first activity i have a button called View MAp. Which creates second activity to show map. I want to access service's LinkedList to draw a map in my second activity. How can i get service's LinkedList from my second activity? Thanks in advance.

share|improve this question
what have you tried? – njzk2 Sep 17 '12 at 15:36
before i was saving linked list in first activity. and then sending it as string to view map. problem occured when app goes to background then it recreates my first activity. so linkedlist size is always 0 when it goes to background. now i want to save everything in service and then access it from mapview acticity. I think it will not make linkedlist size 0 even it goes to background. I tried to search how to get same service in both activities but couldn't find anything – Piscean Sep 17 '12 at 15:52

closed as not constructive by njzk2, tereško, Macmade, j0k, SingerOfTheFall Sep 18 '12 at 8:23

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.