I have a scenario wherein in need to implement a similar effect like the one in gmail app notification.
while closing the notification if you see in the screenshot the archive and reply view are overlapped by the email textview.
Please suggest any ideas
Thanks
It is possible to update notifications once you've created them. See here for more information.
Just set a big view style to your notification and the dragging mechanism will be added for you. Note this will only work starting from Jelly Bean 4.1.
This guide will be of some help: http://developer.android.com/guide/topics/ui/notifiers/notifications.html
Related
I'm trying to set a Push Notification badge on the app icon.
I have an issue with Meizu phone, It doesn't display the badges.
Does anyone has a solution for it?
I searched the stuck, but didn't find a solution for it.
I tried #Tadas Valaitis solotion from here:
https://stackoverflow.com/a/25849212/5223744
I also tried using ShortcutBadger library, but no luck.
For your kind information, it is facility provided by manufacturer,
Please read article provided by WhatsApp
Is it possible to show a push notification in the lock screen like iOS does?
I've seen there are a lot of applications that manage notifications so that they appear this way but my question is: is it possible to do that with my application without using these third apps??
I am following this tutorial its almost work but there are alot of issues still remain. I am using Activty instead of Service. Please follow this.
Android Facebook lock screen notification
I am facing a problem with development a application.
I am using a Cloud Push Notification with Titanium Appcelerator.
I have need display push Notification in Group.
How display this is display in single particular particular tab?
I am sharing 2 images
Currently looking like this.
I have need look like this. How do?
You have to use a Big View Notification Style but it is only available in 4.1 or newer
quote from here:
A notification's big view appears only when the notification is expanded, which happens when the notification is at the top of the notification drawer, or when the user expands the notification with a gesture. Expanded notifications are available starting with Android 4.1.
in the same document, you can find a sample how to use this. there are also som tips/hints how to maintain compatibility with older devices (not only regarded to the big view)
you must put the following code in your TiApp.xml
<property name="acs-grouped-notification-message-" type="string">You have $number$ unread messages.</property>
I want to add an image- once my app is installed on the android to the top bar (where the battary information is, the whatsup icon and so on...)- I'm sorry I couldnt fint it's technical name
Do you know how could this be done?
Notifications are used for that.
all you need is Notification. See this link to learn more about notification.
Does anyone have an idea or sample code that make the notification bar widget(at the bottom) that is the same as one in Google+ application in Android?
Thanks in advance,
Tri.
The idea is this widget is the same as notification bar of Android, instead of this is at the bottom and is in customization program (same author Google ;-) )
Below are necessary screenshot for easier.
You will be interested in using the SlidingDrawer.
Here's a great tutorial for getting started with the SlidingDrawer:
http://mobileorchard.com/android-app-development-view-filpper-and-sliding-drawer/