Saturday, June 9, 2018

What are some of the disadvantages of building native apps?

Even a small change needs a recompile that slows up the developers. This become a nightmare when the codebase is very large. Testing new functionality is cumbersome. Calls between native and interpreted environment could end up blocking UI thread.

No comments:

Post a Comment