RM (short for "Room"), is a project I started working on mid-2016, after my Sophmore year in college. I stopped working on this project late 2017.
All of the source code is under the RM directory.
The application was built alongside a Microsoft Azure backend application which will not be open-sourced.
- Xcode 8.3.3
- Swift 3
- Cocoapods and dependencies copies are included in repo
RM started initially as an app to help college students find places where they could study or quietly relax in a large campus.
After a while, the idea expanded to be able to find any kind of event going on around you at the moment. This is where the app currently stands.
I've written a lot of code in my free in the past few years, instead of letting it sit on my computer I have chosen to release it freely.
I also hope that someone may be able to find this useful and contribute or fork this repo for their own project. Notably you'll find use of MicrosoftAzureMobile.framework to manage User log in/out session, as well as to call various secured web APIs. Also actionable Google Maps embedded in sub-views.
Some notable views of the app:
(note that this is all test data populating the views)
Home View (Shows times of events) |
Add Room | Add Room and Building |
---|---|---|
|
|
|
Add Event | Feedback View | Add Availability (first iteration) |
|
|
|
Some images of the first iteration running on hardware:
Home View |
Add Room View |
---|---|
|
|
Note: This is a project I stopped working on about 3 years ago, thus it does not reflect my current level of experience as an iOS developer.