FindMyBasketball

Table of Contents

FindMyBasketball

FindMyBasketball is an Android mobile application built for my A-Level Project. It is an application designed to show users their local basketball courts. The application locates the user and shows them nearby basketball courts. There is also functionality to search for an area and show basketball courts in that location. In order to get the data for the basketball courts, I used Python web-scraping (BeautifulSoup) to take the data from another website. The court data (location & name) was stored in the cloud using Google Firebase database. In the future, I’d like to come back to this application as I believe it is genuinely useful to anyone involved in the basketball community.

Key Technologies

  • Java
  • Android