Hello.. i am a beginner android developer and am facing some problems...

  • Thread starter Thread starter AC Question
  • Start date Start date
A

AC Question

2 activities.. activity 1 (1.xml) and activity 2 (2.xml)
1 fragment for map
i have called the map fragment in activity 1 (Linear layout)
Now i have a location edittext in xml2 . i have received its value in activity 2...
now i need to get that location value in map fragment..

basically how to pass String value from activity to fragment