简体   繁体   English

android棒棒糖通知图标

[英]android lollipop notification icon

I would like to know how and where can I design android notification icon for my app for android Lollipop and above. 我想知道如何在哪里为我的Android Lollipop及以上版本的应用程序设计android通知图标。 I read the google guidelines for the same but couldn't find a good tutorial for designing. 我同样阅读了Google指南,但找不到适合设计的好教程。

The easiest way to create a notifications icons is to use: 创建通知图标的最简单方法是使用:

https://romannurik.github.io/AndroidAssetStudio/ https://romannurik.github.io/AndroidAssetStudio/

and than put it to your project. 然后将其放入您的项目中。

This article might be also helpful: 本文可能也有帮助:

http://developer.android.com/guide/topics/ui/notifiers/notifications.html http://developer.android.com/guide/topics/ui/notifiers/notifications.html

If you would have any question, please feel free to ask 如果您有任何疑问,请随时提问

1. To design notification icon 1. 设计通知图标

Android Assets-Notification Icon Generator Android Assets-Notification图标生成器

Icon generators allow you to quickly and easily generate icons from existing source images, clipart, or text. 图标生成器使您可以快速,轻松地从现有的源图像,剪贴画或文本生成图标。

2. To develop Android notification Best tutorial which I used to develop easily. 2. 开发Android通知我曾经很容易开发的Best教程。 Clear explanation. 明确的解释。 http://examples.javacodegeeks.com/android/core/ui/notifications/android-notifications-example/ http://examples.javacodegeeks.com/android/core/ui/notifications/android-notifications-example/

3. To develop Cloud push Notification 3. 开发云推送通知

Google Cloud Messaging for Android (GCM) is a service that helps developers send data from servers to their Android applications on Android devices” Android专用的Google Cloud Messaging(GCM)是一项服务,可帮助开发人员将服务器上的数据发送到Android设备上的Android应用程序。”

GCM tutorial available in this link . GCM教程可在此链接中获得

Happy coding :) 快乐的编码:)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM