alpha-wallet-android
alpha-wallet-android copied to clipboard
Decouple Metadata fetches from NFTAssetDetailView
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.