Code Monkey home page Code Monkey logo

fisioappandroid's Introduction

FisioApp Project For Android

Deploy

Create Google API Key File

If you try to start the application, you should see an error because there is no resource containing a valid API key to start Google Maps.

Try to create a new file: yourAppFolder/app/src/main/res/value/google_maps_api_key.xml

You can see an example of google_maps_api_key.xml file here:

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="GOOGLE_MAPS_API_KEY">YourAPIKeyHere</string>
</resources>

If you are looking for this file you won't find it. You should create your own file.

Verify the name / IP of your backend's servers.

localhost name doesn't work. For this reason, you must change the name / IP of your servers in the file: yourAppFolder/repository/src/build.gradle

You can see an example here:

apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
    ext.http_debug_server_name = "\"http://192.168.1.41:3000\""
    ext.http_release_server_name = "\"http://fisioapp.styleapps.es\""
}

If you change the routes to the endpoints, you must also change it in this file.

fisioappandroid's People

Contributors

thehandyowl avatar rodrigolimco avatar gemambu avatar

Watchers

James Cloos 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.