Smoosh app lets you find the Basketball arenas and players near you. Segregate the Games according to your skill level. There are mainly 2 types of options. First, you can select the gender to play with. It can either be mens ,womens or co-ed. The Second choice is your skill level where you can select whether you are a pro baller or a newbie beginner. So,Happy Playing
build.gradle
- root gradle config filesettings.gradle
- root gradle settings fileapp
- our only project in this repoapp/build.gradle
- project gradle config fileapp/src
- main project source directoryapp/src/main
- main project flavourapp/src/main/AndroidManifest.xml
- manifest fileapp/src/main/java
- java source directoryapp/src/main/res
- resources directory