alpha-wallet-android icon indicating copy to clipboard operation
alpha-wallet-android copied to clipboard

Decouple Metadata fetches from NFTAssetDetailView

Open JamesSmartCell opened this issue 2 years ago • 0 comments

Completely decouple the UI elements from all the fetches.

  • After each API/contract call, check to see if Realm needs updating and update if required.
  • have a Realm listener in the Activity which listens specifically for any change to the Asset metadata for this tokenId.
  • Listener updates the view with the new metadata when it fires.

JamesSmartCell avatar Apr 12 '22 06:04 JamesSmartCell