Introduction to Xamarin Android
Xamarin android makes it possible to create the android native application with the use of the same UI controls as available in the android studio or the eclipse, by the use of the most flexible language i.e C# and the first class editor Visual studio.
Visual studio use the same base class library of C# for all the native application programming .it will also provides the different version of the android emulator to test and debug the android application.
- What is an activity
- What is an activity life cycle
- What is fragments
- Start an activity
- Creating a splash screen
- Start a fragments
- Pass data between activities
- Pass data between activities to fragments
- Pass data between fragments to fragments
- What is shared preferences
- What are intents in xamarin android
- What are context in xamarin android
No comments:
Post a Comment