• Tutorials
  • Tips & Tricks
  • Applications
  • News

Android Trainee

  • Tutorials
  • Tips & Tricks
  • Applications
  • News

Category: Tutorials

21 November 2014

Showing nearby places using Google Places API and Google Map Android API V2

Written by admin@androidtrainee
Step 1 :- Create New Android Project. Step 2 :- Add Google-play-services_lib to your project. Step 3 :- Open AndroidManifest.xml file. <!--?xml version="1.0" encoding="utf-8"?--> package="com.mapv2.demo" android:versionCode="1" android:versionName="1.0" &gt; &lt;uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16" /&gt; &lt;permission android:name="com.mapv2.demo.permission.MAPS_RECEIVE" android:protectionLevel="signature"/&gt; &nbsp; &nbsp; &lt;uses-feature android:glEsVersion="0x00020000"...
Read More
Tutorials android, Android App, androidmapv2, google place api, location, map, mapv2, mapv2 api, touched location Leave a Comment
21 November 2014

Showing current location using OnMyLocationChangeListener in Google Map Android API V2

Written by admin@androidtrainee
Step 1 :- Create New Android Project. Step 2 :- Add Google-play-services_lib to your project. Step 3 :- Open AndroidManifest.xml file. <!--?xml version="1.0" encoding="utf-8"?--> package="com.mapv2.demo" android:versionCode="1" android:versionName="1.0" &gt; &lt;uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16" /&gt; &lt;permission android:name="com.mapv2.demo.permission.MAPS_RECEIVE" android:protectionLevel="signature"/&gt; &nbsp; &lt;uses-feature android:glEsVersion="0x00020000" android:required="true"/&gt;...
Read More
Tutorials android, Android App, androidmapv2, google place api, location, map, mapv2, mapv2 api, touched location Leave a Comment
21 November 2014

Adding Marker at user input latitude and longitude in Google Map Android API V2

Written by admin@androidtrainee
Step 1 :- Create New Android Project. Step 2 :- Add Google-play-services_lib to your project. Step 3 :- Open AndroidManifest.xml file. <!--?xml version="1.0" encoding="utf-8"?--> package="com.mapv2.demo" android:versionCode="1" android:versionName="1.0" &gt; &lt;uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" /&gt; &lt;permission android:name="com.mapv2.demo.permission.MAPS_RECEIVE" android:protectionLevel="signature"/&gt; &nbsp; &nbsp; &lt;uses-feature android:glEsVersion="0x00020000"...
Read More
Tutorials android, Android App, androidmapv2, google place api, location, map, mapv2, mapv2 api, touched location Leave a Comment
21 November 2014

Drawing Polyline and Markers along the tapped positions in Google Map Android API V2 using ArrayList

Written by admin@androidtrainee
Step 1 :- Create New Android Project. Step 2 :- Add Google-play-services_lib to your project. Step 3 :- Open AndroidManifest.xml file. <!--?xml version="1.0" encoding="utf-8"?--> package="com.mapv2.demo" android:versionCode="1" android:versionName="1.0" &gt; &lt;uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" /&gt; &lt;permission android:name="com.mapv2.demo.permission.MAPS_RECEIVE" android:protectionLevel="signature"/&gt; &nbsp; &nbsp; &lt;uses-feature android:glEsVersion="0x00020000"...
Read More
Tutorials android, Android App, androidmapv2, google place api, location, map, mapv2, mapv2 api, touched location Leave a Comment
21 November 2014

Selecting Google Place from AutoCompleteTextView and marking in Google Map Android API V2

Written by admin@androidtrainee
Step 1 :- Create New Android Project. Step 2 :- Add Google-play-services_lib to your project. Step 3 :- Open AndroidManifest.xml file. <!--?xml version="1.0" encoding="utf-8"?--> package="com.mapv2.demo" android:versionCode="1" android:versionName="1.0" &gt; &lt;uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" /&gt; &nbsp; &lt;permission android:name="com.mapv2.demo.permission.MAPS_RECEIVE" android:protectionLevel="signature" /&gt; &nbsp; &nbsp;...
Read More
Tutorials android, Android App, androidmapv2, google place api, location, map, mapv2, mapv2 api, touched location Leave a Comment
21 November 2014

Drawing driving route directions between two locations using Google Directions in Google Map Android API V2

Written by admin@androidtrainee
Step 1 :- Create New Android Project. Step 2 :- Add Google-play-services_lib to your project. Step 3 :- Open AndroidManifest.xml file. <!--?xml version="1.0" encoding="utf-8"?--> package="com.mapv2.demo" android:versionCode="1" android:versionName="1.0" &gt; &lt;uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" /&gt; &nbsp; &lt;permission android:name="com.mapv2.demo.permission.MAPS_RECEIVE" android:protectionLevel="signature" /&gt; &nbsp; &nbsp;...
Read More
Tutorials android, Android App, androidmapv2, google place api, location, map, mapv2, mapv2 api, touched location 1 Comment
21 November 2014

Driving route from my location to destination in Google Maps Android API V2

Written by admin@androidtrainee
Step 1 :- Create New Android Project. Step 2 :- Add Google-play-services_lib to your project. Step 3 :- Open AndroidManifest.xml file. <!--?xml version="1.0" encoding="utf-8"?--> package="com.mapv2.demo" android:versionCode="1" android:versionName="1.0" &gt; &lt;uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" /&gt; &nbsp; &lt;permission android:name="com.mapv2.demo.permission.MAPS_RECEIVE" android:protectionLevel="signature" /&gt; &nbsp; &nbsp;...
Read More
Tutorials android, Android App, androidmapv2, google place api, location, map, mapv2, mapv2 api, touched location Leave a Comment
21 November 2014

Route between two locations with waypoints in Google Map Android API V2

Written by admin@androidtrainee
Step 1 :- Create New Android Project. Step 2 :- Add Google-play-services_lib to your project. Step 3 :- Open AndroidManifest.xml file. <!--?xml version="1.0" encoding="utf-8"?--> package="com.mapv2.demo" android:versionCode="1" android:versionName="1.0" &gt; &lt;uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" /&gt; &nbsp; &lt;permission android:name="com.mapv2.demo.permission.MAPS_RECEIVE" android:protectionLevel="signature" /&gt; &nbsp; &nbsp;...
Read More
Tutorials android, Android App, androidmapv2, google place api, location, map, mapv2, mapv2 api, touched location Leave a Comment
21 November 2014

Route directions for driving mode, bicycling and walking mode in Google Map Android API V2

Written by admin@androidtrainee
Step 1 :- Create New Android Project. Step 2 :- Add Google-play-services_lib to your project. Step 3 :- Open AndroidManifest.xml file. <!--?xml version="1.0" encoding="utf-8"?--> package="com.mapv2.demo" android:versionCode="1" android:versionName="1.0" &gt; &lt;uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" /&gt; &nbsp; &lt;permission android:name="com.mapv2.demo.permission.MAPS_RECEIVE" android:protectionLevel="signature" /&gt; &nbsp; &nbsp;...
Read More
Tutorials android, Android App, androidmapv2, google place api, location, map, mapv2, mapv2 api, touched location Leave a Comment
21 November 2014

Driving distance and travel time duration between two locations in Google Map Android API V2

Written by admin@androidtrainee
Step 1 :- Create New Android Project. Step 2 :- Add Google-play-services_lib to your project. Step 3 :- Open AndroidManifest.xml file. <!--?xml version="1.0" encoding="utf-8"?--> package="com.mapv2.demo" android:versionCode="1" android:versionName="1.0" &gt; &lt;uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" /&gt; &nbsp; &lt;permission android:name="com.mapv2.demo.permission.MAPS_RECEIVE" android:protectionLevel="signature" /&gt; &nbsp; &nbsp;...
Read More
Tutorials android, Android App, androidmapv2, google place api, location, map, mapv2, mapv2 api, touched location 1 Comment
← Previous 1 … 4 5 6 7 Next →

Tags

admob Advertising Networks AerServ Airpush android android ads android Advertising Networks Android App android chart animation Android GridView android L android lollipop androidmapv2 AppBrain AppFlood Appia AppKey Appnext AppOptim Appwiz chart chartview Epom Market google place api GridView Image Loader InMobi LeadBolt location map mapv2 mapv2 api material design Minimob Mobicow MobileCore MobiMicro NativeX Pingjam RevMob StarApplication startapp TapContext touched location Widdit

Count per Day

  • 347Reads yesterday:
  • 463892Total visitors:
  • 112Visitors today:
  • 2485Visitors per month:
  • 0Visitors currently online:
© Copyright 2014. Theme by BloomPixel.
Posting....