Code Monkey home page Code Monkey logo

androiddloverr / routeappandroid Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ayhanunal/routeappandroid

0.0 0.0 0.0 3.6 MB

You can plan travel with Route. You can sort the places you have saved by distance and specify their priorities. You can also get directions with navigation. You can record your important memories of your trip with photographs. Moreover, all data is stored in the room you have created specially for you and cannot be accessed by anyone else.

License: MIT License

Kotlin 100.00%

routeappandroid's Introduction

API Android-Studio Language

Play Store: https://play.google.com/store/apps/details?id=com.ayhanunal.routeapp

Route App

You can plan travel with Route. You can sort the places you have saved by distance and specify their priorities. You can also get directions with navigation. You can record your important memories of your trip with photographs. Moreover, all data is stored in the room you have created specially for you and cannot be accessed by anyone else.

Gradle

Add a dependency code to your module's build.gradle file.

dependencies {
    implementation "androidx.navigation:navigation-fragment-ktx:2.3.2"
    implementation "androidx.navigation:navigation-ui-ktx:2.3.2"

    implementation 'com.google.android.libraries.places:places:1.1.0'

    implementation 'com.github.mukeshsolanki:Google-Places-AutoComplete-EditText:0.0.8'

    implementation platform('com.google.firebase:firebase-bom:28.1.0')
    implementation 'com.google.firebase:firebase-firestore-ktx'
    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.6'
    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.6'

    implementation 'com.google.android.gms:play-services-location:15.0.1'

    implementation 'com.google.firebase:firebase-storage'

    implementation 'com.github.bumptech.glide:glide:4.11.0'
    annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
}

Usage

To use the app, you must log into a room. If you are not a member of a room, you can create a new room with the 'Create Room' link. After logging into a room, the saved places will appear. Saved places are sorted from near to far from the user's current location according to the location of the registered address. When you swipe left on any of the lines, you can get directions to the registered address. You can also delete or disable the recording.

You can add a new address to your list with the add new record button above. As you type the name of the place you want to add, Edit Text will be completed automatically. Then you can save by entering name, description, priority and price information. After this process, the Latitude and Longitude information of the address will be recorded in the database. If you want, you can also see the total cost information by clicking the 'info' button on the homepage.

Finally, on the 'memories' page, you can save the moments you do not want to forget during your trip together with the photo.


Firestore Structure

routeappandroid's People

Contributors

ayhanunal 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.