Can apk files run on ios?
Answer / sai ashwin d
No, because apk files are java and ios doesn't support java. If the application is bulit on a native application(such as Flutter) it can run in both Android and ios.
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference b/w collectionView & uitableview?
What is singleton class in ios?
What is the difference between weak and strong?
Assume that an app is not in foreground but is still executing code. In which state will it be in?
How to parse xml? Explain
What language is ios written?
What is difference strong and weak reference ? Explain.
Explain the application lifecycle in ios?
How to handle concurrency problems in core data?
Describe @objc inference?
What is mvc in ios?
How do you setup/initialise a core data stack in your application? Is this activity performed on main thread? If not, why?