Giter VIP home page Giter VIP logo

museumsribaduga's Introduction

Museum Sribaduga

this sample App, i am using Proximi.io platform SDK and indoorAtlas SDK on proximi.io platform. you need to switch on your GPS. so this app can request current location on map.

Proximiio Demo

Welcome!

This is a simple working demonstration of Proximi.io platform in action on Android.

How to use

Note: The following two steps are required and the errors you get during the first build are intentional! If you don't define the email/password & Google API key, the build will result in an error. In case you don't want to obtain the Google API key, you can use empty value to get the project to build. In this case the map tiles will not show up but the project will build without error.

Clone or download this repo and open it with Android Studio as an existing project. After that you need to replace the placeholders in the following section with your credentials (MainActivity.java):

// Login to Proximi.io
proximiio.setLogin(EMAIL, PASSWORD);

As an alternative way for logging in, you can also use an auth token instead of the email & password:

// Login to Proximi.io
proximiio.setAuth("exampleauthkey");

You also need to edit the AndroidManifest.xml and replace the Google API Key:

 <meta-data
            android:name="com.google.android.geo.API_KEY"
            android:value=YOUR_APIKEY_HERE (https://developers.google.com/maps/documentation/android-api/signup)/>

Instructions for obtaining the API key can be found from the following page: https://developers.google.com/maps/documentation/android-api/signup

Feel free to email [email protected].

museumsribaduga's People

Contributors

samipatanen avatar mikakoskiola avatar huzairuje avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.