map-fragment icon indicating copy to clipboard operation
map-fragment copied to clipboard

An example of how one can use MapActivity as a fragment.

Results 3 map-fragment issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to run your example project, but both mapviews is empty with this errors in logcat: IOException processing: 26 java.io.IOException: Server returned: 3 at android_maps_conflict_avoidance.com.google.googlenav.map.BaseTileRequest.readResponseData(BaseTileRequest.java:115) at android_maps_conflict_avoidance.com.google.googlenav.map.MapService$MapTileRequest.readResponseData(MapService.java:1473) at...

Sorry I'm new to android, thank you so much for the code. I have an activity and fragments in it. I use the code below to change the fragments (where...

Hi Inazaruk! Based on your code I combined the two Fragment classes into one and based it off my own custom Fragment: ``` public abstract class ActivityHostFragment extends ContentFragment {...