Edited: the problem is with these 2 methods, which take to load on a htc desire 4s and 11s respectively.
preloadVendors() causes on old devices to display a blank screen on the app start up.
preloadServices() causes several problems when using the Port Scanner.
On certain situations, the Port event arrives a few seconds later than the onEnd() event. The result is that we display an info message saying "No open ports detected on current target...", and a few seconds later the opened ports are added to the list.
I will add debug messages with timestamps and post the result here if needed.
Edited: the problem is with these 2 methods, which take to load on a htc desire 4s and 11s respectively.
preloadVendors() causes on old devices to display a blank screen on the app start up.
preloadServices() causes several problems when using the Port Scanner.