All Projects → heremaps → Here Android Sdk Examples

heremaps / Here Android Sdk Examples

Licence: apache-2.0
Java-based projects using the HERE SDK for Android.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Here Android Sdk Examples

Here Ios Sdk Examples
Objective-C and Swift projects using the HERE SDK for iOS.
Stars: ✭ 52 (-59.06%)
Mutual labels:  mobile-app, mapping, mobile-development, maps
Android-daily-read-tips
log for articles and info in android for every developer
Stars: ✭ 13 (-89.76%)
Mutual labels:  android-sdk, mobile-app, mobile-development
Gwt Ol
GWT wrapper for OpenLayers 3+ using JSInterop
Stars: ✭ 57 (-55.12%)
Mutual labels:  mapping, maps
Magrit
♠ Thematic cartography ♠
Stars: ✭ 60 (-52.76%)
Mutual labels:  mapping, maps
Editor
An open source visual editor for the 'Mapbox Style Specification'
Stars: ✭ 1,167 (+818.9%)
Mutual labels:  mapping, maps
Svg World Map
🗺 A JavaScript library to easily integrate one or more SVG world maps with all nations (countries) and second-level political subdivisions (countries, provinces, states).
Stars: ✭ 38 (-70.08%)
Mutual labels:  mapping, maps
Lenz
Console based MAP 🗺 : with lots of features 🤩
Stars: ✭ 51 (-59.84%)
Mutual labels:  mapping, maps
Leaflet Compass
Leaflet plugin to show a rotating Compass!
Stars: ✭ 67 (-47.24%)
Mutual labels:  mobile-app, mapping
Flutter starter kit
A starter kit for beginner learns with Bloc pattern, RxDart, sqflite, Fluro and Dio to architect a flutter project. This starter kit build an App Store app as a example
Stars: ✭ 553 (+335.43%)
Mutual labels:  mobile-app, mobile-development
Flutter Mvvm Provider Demo
Stars: ✭ 89 (-29.92%)
Mutual labels:  mobile-app, mobile-development
Obaddon
A repository of community-built prefabs and other enhancements for Oblige 7.70
Stars: ✭ 81 (-36.22%)
Mutual labels:  mapping, maps
Leaflet Tilefilter
Change the appearance of Leaflet map tiles on the fly using a variety of canvas or CSS3 image filters. It's like Instagram for Leaflet map tiles.
Stars: ✭ 90 (-29.13%)
Mutual labels:  mapping, maps
Awesome Flutter
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
Stars: ✭ 38,582 (+30279.53%)
Mutual labels:  mobile-app, mobile-development
Ribs
Uber's cross-platform mobile architecture framework.
Stars: ✭ 6,641 (+5129.13%)
Mutual labels:  mobile-app, mobile-development
Leaflet Dvf
Leaflet Data Visualization Framework
Stars: ✭ 678 (+433.86%)
Mutual labels:  mapping, maps
Nativescript Ionic Template
📱 🖥 Create Mobile First apps, Web and Native sharing the code with Angular 🎉
Stars: ✭ 65 (-48.82%)
Mutual labels:  mobile-app, mobile-development
Mvvm Reddit
A companion project for our blog post on better Android software development using MVVM with RxJava.
Stars: ✭ 106 (-16.54%)
Mutual labels:  mobile-app, mobile-development
Recipes App React Native
Recipes App in React Native
Stars: ✭ 386 (+203.94%)
Mutual labels:  mobile-app, mobile-development
Resizer
An image resizing library for Android
Stars: ✭ 406 (+219.69%)
Mutual labels:  mobile-app, mobile-development
Examples
Self-contained examples for the legacy Maps API for JavaScript.
Stars: ✭ 78 (-38.58%)
Mutual labels:  mapping, maps

Build Status

HERE Mobile SDK 3.x for Android example projects

Copyright (c) 2011-2020 HERE Europe B.V.

This repository holds a series of Java-based projects using the HERE Mobile SDK 3.x for Android. More information about the API can be found on the HERE Developer Portal's Mobile SDKs page.

This set of individual, use-case based projects is designed to be cloned by developers for their own use.

Note: In order to be able to build the examples, you have to sign up for a 90-day Free Trial. After signing in with a HERE account, follow these steps to download the HERE Mobile SDK (Premium):

  1. Choose to Generate App ID and App Code for use with the HERE Mobile SDK for Android: Generate App ID and App Code

  2. Enter the package name of the example you want to build, e.g. com.here.android.example.map.basic. The package name entered here must match the name in your app: Enter package name

  3. Click on GENERATE to obtain the App ID, App Code, and License Key: Enter package name

  4. Click on Download SDK to get a files named like HERE_Android_SDK_Premium_v3.16.2_101.zip (your version number might differ).

  5. Extract HERE_Android_SDK_Premium_v3.16.2_101.zip as well as the contained HERE-sdk.zip.

  6. Copy the contained HERE-sdk/libs/HERE-sdk.aar file to your example's libs directory. Again taking the map-rendering example, the libs directory would be here.

  7. Replace the instances of the {YOUR_APP_ID}, {YOUR_APP_CODE} and {YOUR_LICENSE_KEY} placeholders in the example's AndroidManifest.xml with your obtained values. Yet again looking at the map-rendering examples, this would be here, here and here.

  8. Replace the instances of the {YOUR_LABEL_NAME} placeholders in the example's AndroidManifest.xml with your own custom values. Do not reuse HERE Mobile SDK defaults.

  9. Launch Android Studio and import the example's build.gradle file.

  10. Run the app.

License

Unless otherwise noted in LICENSE files for specific files or directories, the LICENSE in the root applies to all content in this repository.

HERE Mobile SDK for Android (Premium)

All of the following projects use latest version(currently 3.16) of the HERE Mobile SDK for Android (Premium)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].