課程
/移動開發(fā)
/Android
/Android-Service系列之Notification綜合應用
通知欄怎么定義好看
2016-10-20
源自:Android-Service系列之Notification綜合應用 1-1
正在回答
NotificationCompat.Builder?mBuilder?=?new?NotificationCompat.Builder(this);?
構(gòu)建通知欄對象之后,mbuilder有很多方法可以設置,詳細的見api
舉報
掌握Notification和Messenger機制,實現(xiàn)Notification經(jīng)典應用場景
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關注慕課網(wǎng)微信公眾號
2016-10-20
NotificationCompat.Builder?mBuilder?=?new?NotificationCompat.Builder(this);?
構(gòu)建通知欄對象之后,mbuilder有很多方法可以設置,詳細的見api