Questions tagged as 'android-notification'

1
answer

Notification at 0h00 without starting application

I would like to notify the user that he has an expense that expires the next day, but without the need for the application to be running, I currently have a code that notifies me from the moment I enter the application, I would like to do so (wi...
asked by 22.12.2015 / 21:00
1
answer

Stop notification (ringtone)

I have an Android application that wakes up with the standard notification system ringtone. The problem is that when it clicks the notification the alarm does not stop. I use a class for notification and one with BroadcastReceiver public cl...
asked by 31.12.2015 / 11:00
1
answer

Android notification

I have a very simple test project that in the onCreate event of screen 1 sends a notification, which upon clicking opens screen 2. Proposedly, I quickly click on the notification to open the new screen (testing purposes) by doing some sort...
asked by 03.07.2015 / 16:46
2
answers

How, when you click on the notification, delete the notification and not open the application?

I need to send a notification but would like it when the user clicks the notification it is deleted and does not open the application The part of generating the notification is already working. I could not stop the application from being open...
asked by 12.02.2016 / 21:15
2
answers

Send notification message to application

I'm developing an APP and need to send warnings to users using this APP. Example, in APPs of shopping sites, when a promotion appears a message arrives the Application about the promotion. The user reads and the message goes out. How can I do...
asked by 17.06.2016 / 21:44
1
answer

Timed and cell-phone notifications

Hello. I'm making an android app that notifies me when I have to turn in a school assignment, and if it's the day of the assignment or a day before, I want to be notified at certain times. The home screen is where the service starts, where I...
asked by 12.04.2015 / 08:49
1
answer

Opening a direct notification URL

I want to launch an app to open URLs that are redirected to the Play Store and I want it to just load the direct URL into the notification without opening any layout, and that appears in the android intent filter, Ex: (Finish this action using:...
asked by 10.12.2016 / 20:44
1
answer

Notification at a certain time without opening the program

package com.example.dell.notification; import android.annotation.TargetApi; import android.media.RingtoneManager; import android.net.Uri; import android.os.Build; import android.os.Bundle; import android.support.v7.app.ActionBarActivity; import a...
asked by 15.05.2015 / 15:04
1
answer

Click outside the actions of a Notification

I would like to know if there is any way inside an Ongoing Notification so that when clicking outside the buttons but still in the notification it performs a predetermined action?     
asked by 15.06.2015 / 23:23
3
answers

How to repeat a minute-by-minute notification

I'm creating a app Simple receiving a notification every time I click a button of my layout , everything works perfectly. Now I want this notification be repeated for example every minute until I disable it. Can anyone give me a hint how can...
asked by 02.02.2017 / 19:35