An android application which performs to find nearby parking lots of a car driver. It is built on android studio so you can run this project by installing apk file on any version of android phone. You can also work on this project using android studio.
- uses-permission android:name="android.permission.INTERNET"
- uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"
- apply plugin: 'com.google.gms.google-services'
- classpath "com.android.tools.build:gradle:3.6.1"
- classpath 'com.google.gms:google-services:4.3.3'
- implementation 'com.google.firebase:firebase-auth:19.3.0'
- implementation 'com.google.firebase:firebase-database:19.2.1'
- implementation 'com.google.firebase:firebase-storage:19.1.1'
- implementation 'com.google.firebase:firebase-analytics:17.2.3'
- implementation 'com.firebaseui:firebase-ui-database:6.2.0'
- implementation 'com.android.support:design:29.1.1'
- implementation 'com.android.support:cardview-v7:29.1.1'
- implementation 'com.google.android.material:material:1.0.0'
- implementation 'de.hdodenhof:circleimageview:3.0.1'
- implementation 'com.daimajia.androidanimations:library:2.3@aar'
- implementation 'com.google.android.gms:play-services-maps:17.0.0'
- implementation 'com.google.android.gms:play-services-location:17.0.0'
- implementation 'com.google.android.gms:play-services-places:17.0.0'
- implementation 'com.google.android.libraries.places:places:2.2.0'
- implementation 'com.google.android.gms:play-services-plus:17.0.0'
- implementation 'com.google.android.gms:play-services-auth:18.0.0'
- implementation 'com.google.android.gms:play-services-base:17.2.1'
- implementation 'com.google.android.gms:play-services-drive:17.0.0'
- implementation 'com.google.android.gms:play-services-vision:19.0.0'
- implementation 'com.google.android.gms:play-services-nearby:17.0.0'
- implementation 'com.amitshekhar.android:android-networking:1.0.2'
- Login Page -
- SignUP and Home Page -
- Navigation drawer and Map -
- Reserved parking lot record and payment system -
- Profile and Feedback -
- Built With -
- Android Studio
- Java
- XML
- Google Map API
- JSON
- License -
- This project is licensed under the Apache License.