InterviewSolution
Saved Bookmarks
| 1. |
What Are Some Of The Disadvantages Of Building Native Apps? |
|
Answer» 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. 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. |
|