androidgoogle-playlistenergoogle-apps-marketplaceloaded

Play Store app page loaded listener


Is there a way to know when the Play Store app finished loading an app page?

I want to implement an animation drawn upon the screen(over the Play Store app) when it opened the link to my app and finished loading the page.

I did the animation over the screen, but at the moment I made it to start in one second, but one second is not enough for some older phones that move slow, or is too long for some new phones that are very fast. I want it to start precisely when the page has opened and finished loading, if not both, at least when the page has opened.(I say again that it is not instantaneously on many devices, especially the older ones)

To make it clear: I don't want to use WebView with onPageLoaded listener, I want to use the actual PlayStore app for loading the url to my app.


Solution

  • is there a way to know when the Play Store app finished loading an app page?

    No.