IndoorAtlas / android-sdk-examples

Example applications for IndoorAtlas Android SDK
Apache License 2.0
94 stars 75 forks source link

Preview image not according to layout file #78

Closed MartinPessoa closed 4 years ago

MartinPessoa commented 5 years ago

Hello,

I'm trying to port this test to my xamarin.forms application. However, I noticed what i think might be an outdated image in readme.md. The image shows 3 buttons on the bottom, "Request Updates", "Remove Updates", and "Set Location". See it in this link:

Image link: https://github.com/IndoorAtlas/android-sdk-examples/raw/master/example-screenshots/simple_01.jpg

Now, when looking at the layout source code, there's only two buttons "Request" and "Remove" Updates, there's no "Set Location".

Layout: https://github.com/IndoorAtlas/android-sdk-examples/blob/master/Basic/src/main/res/layout/activity_simple.xml

This is something minor, but since i'm am having some trouble running this example in xamarin forms, I wanted to report it so I can rule out that my code is not running because the code for that "Set Location" button is missing from your code, or if the image in readme.md is just outdated and my code should be running as it is (copied and translated to C# from your code).

oseiskar commented 5 years ago

Hi. You are right, that the image is outdated. The Set Location button was removed when that functionality was deprecated in SDK 3.0.