ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
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)
Written by : Mr Hery Copyright® HeryIT® JM0670283-X (2017)
• Software Development Lifecycle (SDLC)
• Mobile Application Lifecycle (MAL)
Requirement in MAD
Written by : Mr Hery Copyright® HeryIT® JM0670283-X (2017)
Software Development Lifecycle SDLC
Written by : Mr Hery Copyright® HeryIT® JM0670283-X (2017)
Inception
• The full functionalities
• Structural Documentation
• Application Paperwork
Written by : Mr Hery Copyright® HeryIT® JM0670283-X (2017)
Design
• Solid design either design editor /
hand drawing
• UI on XAML
Written by : Mr Hery Copyright® HeryIT® JM0670283-X (2017)
Development
• Choosing Mobile Framework
• Environment Setup
• Project Setup
• Development
Written by : Mr Hery Copyright® HeryIT® JM0670283-X (2017)
Stabilization
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.
Written by : Mr Hery Copyright® HeryIT® JM0670283-X (2017)
Thank you!
You re ready for next course.
Thank You

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