Langston Smith

Results 29 issues of Langston Smith

This pr shows how to toggle between a regular map and full screen map. Similar to what we have in Studio Preview app ![ezgif com-resize](https://user-images.githubusercontent.com/4394910/76457375-edda3900-6395-11ea-928f-c96524530433.gif)

✓ ready for review :+1:
new example :sparkles:

Resolves #795

new example :sparkles:
work in progress :building_construction:

Demo app needs an example of using [the Mapbox offline plugin](https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-offline)

new example :sparkles:
work in progress :building_construction:

[Based on @Guardiola31337 's comment](https://github.com/mapbox/mapbox-android-demo/pull/430#discussion_r131103321)

enhancement :heavy_plus_sign:
performance :dash:

_This ticket was originally an issue in the (now deprecated) Android SDK repo and has been moved to this repo. Originally created by_ @tobrun GL-JS examples pages supports an extensive...

enhancement :heavy_plus_sign:

@tobrun 's suggestion for deep app linking (browsing to mapbox.com in chrome -> can trigger an intent in the demo app) Could be a great way to link [our SDK...

There's a oAuth2 call that uses OkHttp instead of Retrofit. Might not be necessary to use Retrofit because we're not trying to get JSON back or anything. Comments about potentially...

Based on comments in a previous PR: [https://github.com/mapbox/mapbox-android-demo/pull/331#discussion_r117710435](https://github.com/mapbox/mapbox-android-demo/pull/331#discussion_r117710435) and [https://github.com/mapbox/mapbox-android-demo/pull/331#discussion_r118663123](https://github.com/mapbox/mapbox-android-demo/pull/331#discussion_r118663123)

`MatrixApiActivity` was using a bunch of deprecated Maps SDK classes and methods, such as `addMarker()`, `setOnMarkerClickListener()`, etc. This pr brings this example up-to-date with `SymbolLayer` icons, `onMapClick()` logic, adding null...

✓ ready for review :+1:
refactor :recycle:

Resolves https://github.com/mapbox/mapbox-android-demo/issues/1136 by adding a try/catch to fix a crash. I was able to reproduce the crash by quickly tapping the map twice. The second tap throws the exception because...

✓ ready for review :+1:
refactor :recycle: