Xamarin is a framework that enable developers to develop multi-platfrom application. Xamarin support Native development and Form UI Renderer (PCL & Shared).
In this chapter, participants will be more approach on Xamarin.Forms (not Native Development). Xamarin.Forms make developers wokr more easier and fast. It's enable developers write in a project and automatically Android, iOS and Windows Phone app can be generated.
1 of 9
Download to read offline
More Related Content
Xamarin.Form : Basic to Mobile Development
1. XAMARIN MOBILE APPLICATION
DEVELOPMENT COURSE
Portable Class Library (PCL) using C#
Chapter 3
- Basic to Mobile Application Development (MAD) -
Written by : Mr Hery Copyright® HeryIT® JM0670283-X (2017)
2. Written by : Mr Hery Copyright® HeryIT® JM0670283-X (2017)
• Software Development Lifecycle (SDLC)
• Mobile Application Lifecycle (MAL)
Requirement in MAD
3. Written by : Mr Hery Copyright® HeryIT® JM0670283-X (2017)
Software Development Lifecycle SDLC
4. Written by : Mr Hery Copyright® HeryIT® JM0670283-X (2017)
Inception
• The full functionalities
• Structural Documentation
• Application Paperwork
5. Written by : Mr Hery Copyright® HeryIT® JM0670283-X (2017)
Design
• Solid design either design editor /
hand drawing
• UI on XAML
6. Written by : Mr Hery Copyright® HeryIT® JM0670283-X (2017)
Development
• Choosing Mobile Framework
• Environment Setup
• Project Setup
• Development
7. Written by : Mr Hery Copyright® HeryIT® JM0670283-X (2017)
Stabilization
8. Written by : Mr Hery Copyright® HeryIT® JM0670283-X (2017)
Mobile Application Lifecycle
Start
OnStart()
OnSleep()
OnResume()
• OnStart - Called when the
application starts.
• OnSleep - Called each time
the application goes to the
background.
• OnResume - Called when
the application is resumed,
after being sent to the
background.
9. Written by : Mr Hery Copyright® HeryIT® JM0670283-X (2017)
Thank you!
You re ready for next course.
Thank You