I am writing a report on the differences of mobile development from developing a desktop application. When writing an app for windows, are all contents of an app stored in an application sandbox like in ios or blackberry development?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No; even though environments like Java and .NET “sandbox” their applications, this only deals with the memory of the application while it’s running and the sort of resources that can be accessed. iOS sandboxing completely isolates the application, including its storage.