Re: [android-developers] Status Bar Notifications

2011-03-09 Thread Kostya Vasilyev
09.03.2011 21:18, TreKing пишет: Can u please read the links Kostya provided and attempt to do something on your own? Thank you, Major, sir :) -- Kostya Vasilyev -- http://kmansoft.wordpress.com -- You received this message because you are subscribed to the Google Groups "Android Developer

Re: [android-developers] Status Bar Notifications

2011-03-09 Thread Kostya Vasilyev
Here is one example that does pretty much what you asked for: http://www.androidcompetencycenter.com/tag/alarmmanager/ -- Kostya 09.03.2011 21:14, Brad Stintson пишет: Can u please provide sample code? I am new to this. On Wed, Mar 9, 2011 at 11:31 PM, Kostya Vasilyev

Re: [android-developers] Status Bar Notifications

2011-03-09 Thread TreKing
On Wed, Mar 9, 2011 at 12:14 PM, Brad Stintson wrote: > Can u please provide sample code? Can u please read the links Kostya provided and attempt to do something on your own? Or use Google, there are plenty of examples to be found in the documentation and internets.

Re: [android-developers] Status Bar Notifications

2011-03-09 Thread Brad Stintson
Can u please provide sample code? I am new to this. On Wed, Mar 9, 2011 at 11:31 PM, Kostya Vasilyev wrote: > 09.03.2011 20:53, Brad Stintson пишет: > > How to create status bar notification which notifies me every day at 10 >> am? >> > > 1 - Use AlarmManager to schedule reliable, persistent (u

Re: [android-developers] Status Bar Notifications

2011-03-09 Thread Kostya Vasilyev
09.03.2011 20:53, Brad Stintson пишет: How to create status bar notification which notifies me every day at 10 am? 1 - Use AlarmManager to schedule reliable, persistent (until reboot) alarms that trigger a BroadcastReceiver in your application. http://developer.android.com/reference/android

[android-developers] Status Bar Notifications

2011-03-09 Thread Brad Stintson
How to create status bar notification which notifies me every day at 10 am? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Status bar notifications only for touch screens ?

2009-10-05 Thread Android Development
I was creating a status bar notification in my application. Once the notification was received, i had to drag the upper part of the screen to view it fully and then clicked on it. What if the phone does not have a touch screen ? How will the user bring the status bar notification's content into t