Chiamata API molto lenta

Salve a tutti,
vorrei creare un'app di conversione valuta. Ma purtroppo nel momento in cui vado ad effettuare la chiamata alla api_key; la risposta è lentissima. Cos'è che sbaglio?
Saluti
Nicola

Well, not sure if it is the API call. If so, it's perhaps your broadband speed or the demand on the API being greater than the supplier anticipated.

Shouldn't your Lsp Block be after picking rather than before picking? Also, scrap all those else-if blocks (which might cause slowness) and add a Block List of the conversion strings (same order as the Block List for the List View), like this:

Expanded:

CurrencyConverter.aia (3.3 KB)

1 Like

Grazie @ChrisWard per la tua saggia risposta, adesso la chiamata API è veloce come un fulmine :wink:
Saluti
Nicola

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.