https://github.com/aksw/mobile-ldb
Mobile Linked Data browser for the purpose of an internship
https://github.com/aksw/mobile-ldb
Last synced: 14 days ago
JSON representation
Mobile Linked Data browser for the purpose of an internship
- Host: GitHub
- URL: https://github.com/aksw/mobile-ldb
- Owner: AKSW
- Created: 2015-10-09T11:05:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-09T11:15:37.000Z (over 10 years ago)
- Last Synced: 2025-09-09T02:26:46.911Z (9 months ago)
- Language: Java
- Size: 418 KB
- Stars: 4
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DBpedia App #
## Build instructions ##
1. Clone project and open in Android-Studio.
2. Before building you need a Google Maps API key (see below).
3. Build & install
### Get a Google Maps API Key ###
1. Follow instructions [here](https://developers.google.com/maps/documentation/android-api/signup) to get a key. (But don't add it to AndroidManifest.xml)
2. Create the files app/src/debug/res/values/google_maps_api.xml and app/src/release/res/values/google_maps_api.xml
3. Paste the following in both of them and replace YOUR_KEY with the key you got in 1
```
#!xml
YOUR_KEY
```
**Note:** The key is linked to the signature of your APK, so you need two different keys: one for debug builds and one for the release builds.