Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.53 KB

README.md

File metadata and controls

38 lines (33 loc) · 1.53 KB

Prosa App

Completed submission for modul "Belajar Aplikasi Android Intermediate" in program "Magang dan studi independen bersertifikat" (MSIB) batch 3 Kampus merdeka X Dicoding Indonesia.

cover

Disclaimer ⚠️

This repository is created for sharing and educational purposes only. Plagiarism is unacceptable and is not my responsibility as the author.

Installation

There are several stages for application installation.

  1. Star this repository.

  2. Cloning this repository to android studio.

    git clone https://github.com/rezacahyono/ProsaApp.git
    
  3. Create your Google Maps api key and Geoapify key.

    You can find tutorial get api key Google Maps Api key and Geoapify.

    After getting the api key You can create file api_key.properties for Geoapify like so:

    geoapify_api_key = PUT_HERE

    And create file values api_keys.xml for Google api key like so :

    <string name="GOOGLE_MAP_API_KEY">PUT_HERE</string>
  4. clean and assemble

Tech