mrehman29
Results
3
comments of
mrehman29
you can create your own theme/style https://mapstyle.withgoogle.com/ export that and use those json files to change Map design in your xaml you can use MapStyle to bind the design and...
on Android you can add ``` protected override void OnNewIntent(Intent intent) { } ``` and if you are passing some data with your notification you can do something like On...