Hi All,
While developing an alarm based application, i have stuck in a scenario.
When my alarm is fired, i can receive the event in BroadCastReceiver::onReceive(). Within this function, i want to notify/call a function, which is located on MainActivity.
How to achieve the same??