Answer Posted / mady
Mono for Android is a software development kit that allows developers to use the C# language to create mobile applications for Android-based devices.Mono for Android exposes two sets of APIs, the core .NET APIs that C# developers are familiar with as well as a C# binding to Android's native APIs exposed through the Mono.Android.* namespace.You can use Mono for Android to develop applications that are distributed through
the Android Application Stores or to deploy software to your personal hardware or the Android simulator.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How are view elements identified in the android program?
What is the importance of setting permissions in application development in Android programming?
What is gen folder in android?
Can you play android 2.1 games on android 2.2?
What do you understand with an activity in android?
What is the advantage of android?
Describe android Activities in brief.
Explain me onsavedinstancestate() and onrestoreinstancestate() in activity?
What is bound service?
What is bin file in android?
What main components of android application?
What is oxygen os?
Please explain what is an intent? Can it be used to provide data to a contentprovider? Why or why not?
Why an open source platform would be beneficial to consumers?
What is a toast? Write its syntax.