Top "Remoteview" questions

A class specific to Android that describes a view hierarchy that can be displayed in another process.

Android notification with RemoteViews - having activity associated with RemoteViews layout

I've been researching on how to create custom-layout notification using RemoteView. So far, I am able to create a notification …

java android notifications android-activity remoteview
AppCompat 23.2 use VectorDrawableCompat with RemoteViews (AppWidget) on API<21

I have an AppWidget and I'd like to use VectorDrawables in it also on pre-Lollipop devices. VectorDrawableCompat won't work with …

android android-support-library android-appcompat remoteview android-vectordrawable
Notification for android music player

How to control a music player from buttons in notification, and how to listen button action from the notification

android notifications audio-player remoteview android-music-player
How to change the image in app widget programmatically in android

I design an android app widget in which two ImageView i want change the image both of the the ImageView …

android android-widget remoteview
RemoteView addView not working

I have an app widget and I'd like to add Views (TextView, etc.,) to the RemoteView but it never shows …

android android-widget remoteview android-remoteview
Couldn't expand RemoteViews for: StatusBarNotification

This question has been asked before but none of the answers helped me hence posting my case. I am trying …

android android-layout notifications remoteview
Big Picture is Cropping while setting to Notification

I want to show a Big Picture Style Image in my notification bar Android. But I am getting a problem …

android push-notification remoteview
Couldn't Expand RemoteViews - Bad notification

Lately I've been receiving more and more reports of users getting a RemoteServiceException error. The stack trace i'm given every …

java android notifications remoteview
RemoteViews setViewVisibility on Android Widget

In my AppWidgetProvider, I do following: @Override public void onReceive(Context ctx, Intent intent) { final String action = intent.getAction(); if (…

java android widget visibility remoteview
Android: programmatically adding buttons to notification

I am trying programmatically add Imagebuttons to notification, but I cannot find work method for this. I know this is …

android notifications remoteview