Automate the process to orderthe tent accessories like Mattresses, Chairs, Crockery, etc. on rent for all types of events.
Clone this repository and import into Android Studio
git clone https://github.com/xenon-girl/Android.gitClone the repo, open the project in Android Studio, hit "Run". Done!
- Cirle Image (de.hdodenhof:circleimageview:3.1.0)
- SpotsDialog (com.github.d-max:spots-dialog:1.1@aar)
- Butter Knife (com.jakewharton:butterknife:10.2.1)
- Firebase (com.google.firebase:firebase-database:19.3.0)
- Firebase Analytics (com.google.firebase:firebase-analytics:17.4.2)
- Glide (com.github.bumptech.glide:glide:4.11.0)
Android/OrderApp/app/src/main/
├── java
│ ├── adapter/*
│ ├── callback/*
│ ├── common/*
│ ├── eventbus/*
│ ├── interface/*
│ ├── model/*
│ ├── viewholder/*
│ ├── ui/*
│ ├── Home.java
│ ├── MainActivity.java
│ ├── SignIn.java
│ ├── SignUp.java
│ └── SplashScreenActivity.java
├── assets/fonts
│ └── Nabila.ttf
├── res/*
│ ├── layout/*
│ │ ├── activity_main.xml
│ │ ├── activity_home.xml
│ │ ├── activity_splash_screen.xml
│ │ └── and many more ...
│ ├── values/*
│ ├── navigation/*
│ ├── drawable/*
│ └── anim/*
└── AndroidManifest.xml
This project is mantained by:
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request


