MSA-Lone-Star-Council / 2019-showdown

The app for MSA Showdown, hosted by Lone Star Council
2 stars 0 forks source link

Use C#'s multithreading library instead of Android and iOS specific threading #132

Closed Saadnajmi closed 6 years ago

Saadnajmi commented 6 years ago

In speficic, we use AsyncTask for the Tweet Stream handling. We can probably refactor the twitter presenter to make a new thread on it's own

Saadnajmi commented 6 years ago

https://developer.xamarin.com/samples/mobile/MultiThreading/