I am creating reminder type demo app. that include at every morning 7 a.m. it shows alert dialog with alarm sound.
I have use Broadcast Receiver for that. But I am confuse how can I show Alert with sound at 7 a.m.(I have create Transparent Activity for Displaying Alert Dialog).
Is there any suggestion?
If i where required to do such thing, i were guided by next logic :
Please notice that there is possibility to run program without any activity, but for better user experience some time it’s better to allow more flexibility
Hope,it helps 🙂