首页

android通知栏常用操作例子大全

java

2020-7-30

资源下载此资源下载价格为3D币(VIP免费),请先
资源文件列表
Notifications(通知栏学习)/.classpath , 475
Notifications(通知栏学习)/.project , 866
Notifications(通知栏学习)/.settings/org.eclipse.jdt.core.prefs , 177
Notifications(通知栏学习)/AndroidManifest.xml , 1082
Notifications(通知栏学习)/assets/cs.apk , 280566
Notifications(通知栏学习)/bin/AndroidManifest.xml , 1082
Notifications(通知栏学习)/bin/classes/com/example/notifications/base/BaseActivity.class , 1414
Notifications(通知栏学习)/bin/classes/com/example/notifications/BuildConfig.class , 359
Notifications(通知栏学习)/bin/classes/com/example/notifications/CustomActivity.class , 5781
Notifications(通知栏学习)/bin/classes/com/example/notifications/MainActivity.class , 7074
Notifications(通知栏学习)/bin/classes/com/example/notifications/ProgressAcitivty$DownloadThread.class , 2069
Notifications(通知栏学习)/bin/classes/com/example/notifications/ProgressAcitivty.class , 5891
Notifications(通知栏学习)/bin/classes/com/example/notifications/R$attr.class , 361
Notifications(通知栏学习)/bin/classes/com/example/notifications/R$dimen.class , 482
Notifications(通知栏学习)/bin/classes/com/example/notifications/R$drawable.class , 618
Notifications(通知栏学习)/bin/classes/com/example/notifications/R$id.class , 1644
Notifications(通知栏学习)/bin/classes/com/example/notifications/R$layout.class , 598
Notifications(通知栏学习)/bin/classes/com/example/notifications/R$menu.class , 409
Notifications(通知栏学习)/bin/classes/com/example/notifications/R$string.class , 493
Notifications(通知栏学习)/bin/classes/com/example/notifications/R$style.class , 576
Notifications(通知栏学习)/bin/classes/com/example/notifications/R.class , 743
Notifications(通知栏学习)/bin/classes.dex , 709420
Notifications(通知栏学习)/bin/dexedLibs/android-support-v4-97c93d72a662e768b21b0e75f42da185.jar , 234431
Notifications(通知栏学习)/bin/dexedLibs/android-support-v4-b4c9bd1f698b33302c5d09c79935ce9a.jar , 234420
Notifications(通知栏学习)/bin/dexedLibs/android-support-v4-d65292d10ebd5e56cb49c39fcbc9e6e6.jar , 234431
Notifications(通知栏学习)/bin/jarlist.cache , 120
Notifications(通知栏学习)/bin/Notifications(通知栏学习).apk , 632339
Notifications(通知栏学习)/bin/Notifications.apk , 280566
Notifications(通知栏学习)/bin/res/drawable-hdpi/btn_next.png , 629
Notifications(通知栏学习)/bin/res/drawable-hdpi/btn_pause.png , 229
Notifications(通知栏学习)/bin/res/drawable-hdpi/btn_play.png , 493
Notifications(通知栏学习)/bin/res/drawable-hdpi/btn_prev.png , 635
Notifications(通知栏学习)/bin/res/drawable-hdpi/ic_launcher.png , 5964
Notifications(通知栏学习)/bin/res/drawable-mdpi/ic_launcher.png , 3112
Notifications(通知栏学习)/bin/res/drawable-xhdpi/icon.png , 6435
Notifications(通知栏学习)/bin/res/drawable-xhdpi/ic_launcher.png , 9355
Notifications(通知栏学习)/bin/res/drawable-xxhdpi/ic_launcher.png , 17889
Notifications(通知栏学习)/bin/resources.ap_ , 387042
Notifications(通知栏学习)/gen/com/example/notifications/BuildConfig.java , 167
Notifications(通知栏学习)/gen/com/example/notifications/R.java , 5399
Notifications(通知栏学习)/ic_launcher-web.png , 51394
Notifications(通知栏学习)/libs/android-support-v4.jar , 627582
Notifications(通知栏学习)/proguard-project.txt , 781
Notifications(通知栏学习)/project.properties , 563
Notifications(通知栏学习)/res/drawable-hdpi/btn_next.png , 1521
Notifications(通知栏学习)/res/drawable-hdpi/btn_pause.png , 1114
Notifications(通知栏学习)/res/drawable-hdpi/btn_play.png , 1410
Notifications(通知栏学习)/res/drawable-hdpi/btn_prev.png , 707
Notifications(通知栏学习)/res/drawable-hdpi/ic_launcher.png , 7658
Notifications(通知栏学习)/res/drawable-mdpi/ic_launcher.png , 3777
Notifications(通知栏学习)/res/drawable-xhdpi/icon.png , 6435
Notifications(通知栏学习)/res/drawable-xhdpi/ic_launcher.png , 12516
Notifications(通知栏学习)/res/drawable-xhdpi/sing_icon.jpg , 47638
Notifications(通知栏学习)/res/drawable-xxhdpi/ic_launcher.png , 24777
Notifications(通知栏学习)/res/layout/custom.xml , 887
Notifications(通知栏学习)/res/layout/main.xml , 2486
Notifications(通知栏学习)/res/layout/progress.xml , 1590
Notifications(通知栏学习)/res/layout/view_custom.xml , 2162
Notifications(通知栏学习)/res/layout/view_custom_button.xml , 2786
Notifications(通知栏学习)/res/layout/view_custom_progress.xml , 1890
Notifications(通知栏学习)/res/menu/main.xml , 263
Notifications(通知栏学习)/res/values/dimens.xml , 220
Notifications(通知栏学习)/res/values/strings.xml , 230
Notifications(通知栏学习)/res/values/styles.xml , 1337
Notifications(通知栏学习)/res/values-sw600dp/dimens.xml , 203
Notifications(通知栏学习)/res/values-sw720dp-land/dimens.xml , 277
Notifications(通知栏学习)/res/values-v11/styles.xml , 539
Notifications(通知栏学习)/res/values-v14/styles.xml , 391
Notifications(通知栏学习)/src/com/example/notifications/base/BaseActivity.java , 1426
Notifications(通知栏学习)/src/com/example/notifications/CustomActivity.java , 8338
Notifications(通知栏学习)/src/com/example/notifications/MainActivity.java , 9146
Notifications(通知栏学习)/src/com/example/notifications/ProgressAcitivty.java , 7465
Notifications(通知栏学习)/bin/classes/com/example/notifications/CustomActivity$ButtonBroadcastReceiver.class , 1982
Notifications(通知栏学习)/bin/classes/com/example/notifications/tools/BaseTools.class , 1257
Notifications(通知栏学习)/res/values-v9/styles.xml , 539
Notifications(通知栏学习)/src/com/example/notifications/tools/BaseTools.java , 867
没有账号? 忘记密码?

社交账号快速登录