Sms Grocery List

Widget with Grocery List Created from Received Messages

Why?

I often found myself with messages containing shopping lists that I wanted to keep track of while heading home. My initial idea was to create an invisible app that would read incoming messages and automatically add their content to Google Keep, displaying it in a widget. However, I discovered that Google Keep does not offer an API for third-party integration. As a result, I decided to develop an app with this functionality.

What Did I Do?

The application includes a receiver that captures all new messages. Once a message is received, the app scans for predefined keywords. You can configure multiple keywords to search for in incoming messages. Additionally, the app allows you to set up reminders, which will trigger notifications at a specific time of day when at least one message has been received. These settings can be found in the app's side menu under "Settings."

The second key feature of the application is its widget. This widget displays a list of all received messages, organized by date and categorized under headings such as: Today, This Week, and This Month.

Can I Try It?

The app is available on Google Play. Since it does not require internet connectivity, users don’t need to be concerned about permissions for reading personal messages.


You can find the source code here: https://github.com/mbodis/sms_list

           


Comments

Popular posts from this blog

Skate Tricks Recognition Using Gyroscope

Play table

Counting dice and train wagons using computer vision