I am new to mono and working on Mono tutorials for Android. Can someone point me to some kind of documentation that explains the meaning of the [Application] tag over my classes? ... Here is my problem:
I ran into a problem when I created two separate classes, App1.cs and App2.cs, both of which extend the application class (Public Class App1: Application), etc.
There is a tag above this ad [Application], which seems to cause deployment problems, although it works great. If I comment on one of them, the application builds and deploys perfectly.
I searched for information about these tags, but so far have not found anything in the search, frequently asked questions or google ... I think that the square brackets cause problems with the search. Any help would be great ...
thanks
FROM
source share