Name | Description |
---|---|
DownloadManager | We introduce this class to incapsulate net downloading technology. For this particular case we will use WebClient. This class is bad designed because have multiple responsibilities: 1. Download data from net 2. Loggin feature – EventHandler method. With this method you can subscribe on all events and log arguments with timestamp |
MainActivity | |
Resource | |
Resource.Attribute | |
Resource.Drawable | |
Resource.Id | |
Resource.Layout | |
Resource.String | |
TimeTake |