Giter Site home page Giter Site logo

geoshare_android's Introduction

GeoShare

Dependency updates

To check for dependency updates run dependency update.bat

Currently all updates are done manually and the new dependency versions are shown as below.

  The following dependencies are using the latest milestone version:
   - com.android.support:appcompat-v7:28.0.0-rc01
   - com.android.support:cardview-v7:28.0.0-rc01
   - com.android.support:design:28.0.0-rc01
   - com.android.support:recyclerview-v7:28.0.0-rc01
   - com.android.support:support-v4:28.0.0-rc01

  The following dependencies have later milestone versions:
   - com.android.support.constraint:constraint-layout [1.1.2 -> 2.0.0-alpha2]
       http://tools.android.com
   - com.android.tools.lint:lint-gradle [26.1.4 -> 26.3.0-alpha05]
       https://developer.android.com/studio

  Gradle updates:
   - Gradle: [4.9 -> 4.10-rc-1]

To customise the output, edit dependency update.bat

  • Current config:
  call ./gradlew dependencyUpdates
  pause
  • Example config change:
  call ./gradlew dependencyUpdates -Drevision=release -DoutputFormatter=json
  pause

For more options visit https://github.com/ben-manes/gradle-versions-plugin

Firebase and Maps API setup

To build and successfully run this app you will need to set it up with Firebase and the Google Maps API.

  • Firebase:

    • Create a new project on Firebase and download the google-services.json file
    • Place this file in /GeoShare_Android/mobile
  • Maps Api

    • Enable the Maps API on Google Cloud Platform and set up an Android key
    • Create a new resouce file in Android Studio, place it in /res/values and call it api.xml
    • Paste the API key from Google Cloud into a new entry in this file. The end result should look like this
      <resources>
        <string name="api_key">api_key_goes_here</string>
      </resources>

geoshare_android's People

Contributors

zacdevil10 avatar j15t98j avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

geoshare_android's Issues

ArrayIndexOutOfBoundsException

Happens randomly.
Try getting all usernames at start and then accessing throughout the application (this will also save data)

Show on map

Does not get value from database.
Showing a hidden friend doesn't seem to work.

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.