Search code examples
mobileself-contained

What is a self-contained mobile app?


I was asked to create a self-contained mobile (android) app.

What do it means by self-contained app ??

Can it connect to a remote server/ database ? Can it use an internal SqlLite database on mobile?

Are there any other restrictions/ conditions that apply to a self-contained app ?


Solution

  • A self contained application requires absolutely no network connections or external dependancies in order to meet it's functional requirements.