Cross-platform XamarinForms App
Cross-platform XamarinForms App which targets UWP, Android and iOS;
A single button to run the requests simultaneously.
Text view for each request to be updated as soon as the processing of corresponding request finishes.
Request: This is a type of object, which grabs some data from a web resource through an URL,
gets the contents, holds the response in a field locally, and processes the response and prepares an output.
The Main runs 3 requests simultaneously, each request is defined below;
1) NthLetterRequest:
2) EveryNthLetterRequest:
3) WordCounterRequest