sayan801 / SlidingDrawer

A custom slide drawer widget support low api level
0 stars 0 forks source link

Add google Map View #12

Open sayan801 opened 9 years ago

suman-cribello commented 9 years ago

screenshot_2015-09-16-16-49-01 screenshot_2015-09-16-16-49-04

Showing Map .

@sayan801 Take a look here

suman-cribello commented 9 years ago

screenshot_2015-09-16-19-20-08

Showing Marker

suman-cribello commented 9 years ago

Okay ,Now i trying to add Dynamic Data through api calling (json) as like Provider Search Result

suman-cribello commented 9 years ago

Set compile 'com.google.android.gms:play-services:6.5.87' instead compile 'com.google.android.gms:play-services:5.0.89' . Its more stable .

suman-cribello commented 9 years ago

For all information

Changed compileSdkVersion 23 to 22. HttpClient is not supported any more in sdk 23 . Just Downgrade to sdk 22 (compile 'com.android.support:appcompat-v7:22.2.0'

suman-cribello commented 9 years ago

After that DefaultHttpClient showing Deprecated .

suman-cribello commented 9 years ago

Showing Multiple data through API Call

screenshot from 2015-09-17 12 56 59

suman-cribello commented 9 years ago

Now trying to set custom Marker on map

suman-cribello commented 9 years ago

screenshot from 2015-09-17 13 51 19 Added custom marker on map https://github.com/sayan801/SlidingDrawer/commit/680e2339438149f420c6b8e9102e21cbbf01b246

suman-cribello commented 9 years ago

Okay.Now trying to add plotting data in listview .

suman-cribello commented 9 years ago

screenshot from 2015-09-17 16 29 51

Successfully add listview data from map and added listview-map `Sync`` functionality