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


