You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on a plugin based on and similar to your samples.
Additionally I want to replace the text @example with John Doe. The problem is, that I need to do perform network requests to fetch the actual display names which I want to replace the user name with.
Do you have any guidance for that? I know that asynchronously loading and applying stuff is possible so far (AsyncDrawableScheduler and image loading in general), but I have not seen any possibility to replace actual text content asynchronously. Any idea? 🙂
The text was updated successfully, but these errors were encountered:
I am currently working on a plugin based on and similar to your samples.
Additionally I want to replace the text
@example
withJohn Doe
. The problem is, that I need to do perform network requests to fetch the actual display names which I want to replace the user name with.Do you have any guidance for that? I know that asynchronously loading and applying stuff is possible so far (
AsyncDrawableScheduler
and image loading in general), but I have not seen any possibility to replace actual text content asynchronously. Any idea? 🙂The text was updated successfully, but these errors were encountered: