Skip to content

Commit

Permalink
Fixed README link
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwong05 committed Apr 18, 2020
1 parent 6d8c427 commit ac85c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This is a simple Android application that retrieves and displays any upcoming UCSD Acts2Fellowship events from the [UCSD A2F](http://www.ucsda2f.org/) website. Tapping on each event will prompt and allow the user to add the event directly the default user's default calendar.

# How It Works
While the activity components are modified using Java, all of the web scraping and event retrieval is performed using the [`UCSD-A2F-Events/app/src/main/python/getUpcomingEvents.py`](https://github.com/jbwong05/UCSD-A2F-Events/blob/master/app/src/main/python/getUpcomingEvents.py) python script run with the [Chaquopy Python SDK for Android](https://chaquo.com/chaquopy/).
While the activity components are modified using Java, all of the web scraping and event retrieval is performed using the [`UCSD-A2F-Events/app/src/main/python/getUpcomingEvents.py`](https://github.com/jbwong05/UCSD-A2F-Events/blob/master/A2FEvents/src/main/python/getUpcomingEvents.py) python script run with the [Chaquopy Python SDK for Android](https://chaquo.com/chaquopy/).

# Project Status
Extensive testing has not yet been performed, but the application is currently functional on the Samsung Galaxy S4 running Android 5.0.1, the Pixel 3 running Android 9.0, and the Pixel 3 running Android 10.0.
Expand Down

0 comments on commit ac85c96

Please sign in to comment.