News

Since this class implements Runnable, it runs as a background thread (not as the main UI thread). This means it can do other things prior to the parsing of the layout. For example, the code can be ...