What is Single View Application and how is different from single page application?

2.3k views Asked by At

I want to know what is single View Application. what are its properties and is it different from single page application. and if yes how?

1

There are 1 answers

0
nevermore On

I want to know what is single View Application. what are its properties

If you create a single View Application, you can see the description in the screenshot:

enter image description here

An Android app with a single Activity and simple layout file. Use this basic template as a starting point for any Android app.

is it different from single page application.

I think it's same as single page application because it created a default Activity as a starting point of your app. If you don't like the default Activity, you can choose to create a Blank App and create your own activity.