Simpsons Says
January 1, 2020
Description: Android app which functions as a way to relive the moments of witty dialogue in the TV show The Simpsons. Any search term is valid and sends the request to the backend server to look through all of the quotes for that word/phrase. Favorite quotes can be stored if the user is logged in and so they can be reviewed and unfavorited too. A unique aspect of this project is the quote generator that creates brand new quotes in the style of a character via Machine Learning (implemented on the backend).
Tech: Android
• Java
• Activities
• Dialog Fragments
• RecyclerViews
• Network Adapter
• DAO
• Shared Preferences
• REST API
• POJO
Highlights: Solo project built over the course of a few days. Implementing the login dialog while the main screen was visible increased the impact of the desire to begin interacting and incorporating portrait images really brought the quotes to life. A large part of the light-hearted fun of the project came from the content and reading the quotes from the various episodes.
Link: GitHub Source Code