Android Studio Tutorial

In collaboration with two team members, I developed an updated tutorial for Android Studio, aligning it with the latest platform changes yet to be introduces in the Android Developers website's official tutorial. Additionally, we created a 'College Scheduler' app within Android Studio, designed to assist college students in efficiently managing their busy schedules. This project emphasized practical solutions for time management and highlighted my ability to adapt to evolving technologies. Both the tutorial and the 'College Scheduler' app can be found below.


Link to Website

Click HERE to visit the website!


Basic App Tutorial

The tutorial demonstrated how to create an app with interactive buttons, a colorful layout, and two fragments to navigate between as seen to the right. Reflecting the new 'Basic Views Activity' template option and default layout constraints, I created a new tutorial that more seamlessly follows the current version users will likely have on their devices. The full tutorial can be found on the website listed above, while the final result is displayed to the right.


College Scheduler App

We developed an app tailored for college students to manage assignments, exams, and tasks efficiently. Users can add, edit, and delete assignment details (e.g., title, due date, class) and sort them by due date or course. Exam details, including date, time, and location, are similarly managed. A dedicated to-do list tab allows users to organize tasks, sorting by due date, course, or completion status. Data is stored securely in a backend database, ensuring persistence across sessions, and users can be selected via the 'Users' tab. The video demonstrated the app's functionality, but more details can be found on the website listed above.