Jasonette / Jasonette/JASONETTE-Android

Local Daily Notifications

Open
#232 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
1.6k
Forks
266
PR merge metrics
No merged PRs in 30d

Description

I've been searching around before opening this issue and wasn't able to find a previous answer anywhere else.

So I was pretty excited about Jasonette and there is only one thing that seems to be missing:
I wanted to build a pretty simple inspirational quotes app that once a day notify the user about the daily quote. The user tap notification and is brought into the app where he can read the quote.
This type of app wouldn't need any push notifications or a server, as the events, as well as their content, is completely known and shipped with the app (a daily quote, once a day). I'd rather avoid any dependency on internet connection for this notification.

I saw that a `timer` is already defined in Jasonette and the only thing that seems to be missing is a way to send a notification to the notification bar. Any suggestions? Is there anyway to go around this missing module?

BTW, I'd like to make this app on iOS as well, hope that it is possible to do that. Any thoughts?

Contributor guide

Open the contributing guide

Research direction

Start by tracing Jasonette's existing `timer` feature in the Android repository and identify how timer events are handled. Compare that flow with Android's local notification requirements, including opening the app when tapped. Done means a shipped, offline daily notification flow is defined and supported; the issue also asks whether iOS is possible, which may require separate work.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.