HI...i have been thinking about a notifications system...which send users an alert when data has arrived for some subscription their made or a friend has made some activity (facebook style).
is there any kind 开发者_C百科of notification available for when the desktop wallpaper is changed?
Recently I published my new application in Android Market. This application contained Android Licence. This Licence was working perfectly fine, when I put my own apk on my phone, there is a dialog tha
I plan on using the system_messages plugin for user notifications in my rails app. I have two questions:
I\'m using a custom notification layout in my app. It works fine in all other devices but not in Sony Xperia series. There the notifications doesn\'t show up.
i want to add a view in my application which has to be clickable, i\'ve tried a dialog but it block 开发者_如何学编程the execution of the game, i\'ve also tried to add a view to the WindowManager but
Looking at the developer documentation, I see how to use the default sound and how to use a Uri, but I don\'t see how 开发者_如何学Pythonto use a resource. How can I use one of the sounds in my res/ra
I have a problem where I require to load the existing activity which is already openened by clicking on the activity, my problem is that when the notification is clicked a new activity is tried to be
Currently, we have a batch program that is running 24/7. It actually tests several pages and it just sends an email to us if it finds any error on the page. If there are no emails, we assume that the
I am making an app that has 2 activities a service and an alarm. How can I find the \"current activity开发者_如何学编程\" from the service or the alarm ?