0

I am trying to create custom notification with custom view inside. I have to set custom array of custom objects into view. But RemoteView doesn't provide getView function. So I am asking, how to create custom android notification with custom view without RemoveView. Or how to get View from RemoteView

1 Answer 1

3

how to create custom android notification with custom view without RemoveView

That is not possible, sorry.

Or how to get View from RemoteView

That is not possible, sorry.

You will need to figure out how to get your "custom array of custom objects" into something that you can implement with RemoteViews or via one of the extended notification styles (e.g., InboxStyle).

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.