Questions

1. What is the type of the parameter that is passed to the InsertQuoteTask's doInBackground() method?








2. What is wrong with this code to update the quotes after one is inserted? // ... ready to insert
(new InsertQuoteTask()).execute(currentQuote);
updateQuotes()
//...