SlideShare a Scribd company logo
1 of 63
Download to read offline
Mobile Development 101 
What I learnt from creating my first app 
Stefan Buttigieg M.D 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
About me! 5 Ms 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu 
Medical Graduate 
Maltese 
M.D Geeks 
Masters in Health Informatics 
Mobile Developer(iOs,Android) 
@karambinu 
stefanbuttigieg.com
#hopstartups 
#mobiledev 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Stefan? 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
It shouldn’t be like this! 
A true story from a medical doctor on a 
deep dive into mobile development 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
I want to create a mobile app! 
That is usually the one-liner that starts it off 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Why? How? What? When? 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Why? 
The first question to start off with! 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Why? 
Why do you want to create this mobile app? 
To solve Problem X/everyone has one! 
Are there any existing solutions which solve 
this problem better? 
If not, move one step forward 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
How? 
Now, this is quite a tricky question! 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
How? 
Please tell me…... 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Step 1: 
Wireframe and Prototype! 
You can use paper too. 
Vision and imagination is a must. 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
You can start off from something like this... 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Then this... 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
and then maybe this... 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
The full lists(everything) 
http://bit.ly/wiretools 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
What tools do I use? 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Step 2: 
Research and Develop 
You can start off with Google. NOT 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Research and Develop - 4 set of questions 
Native? Web? Hybrid? 
Android? iOs? Windows Phone? All of them 
Phones? Tablets? or maybe both! 
and most importantly... 
What are the main features that I want to 
include in the first version of the app? 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Myself or Someone Else? 
Why even bother going through the first 
steps if someone else is doing it for me? 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Aha! 
You’re the courageous one! 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Are you ready to? 
● Spend time and money? 
● Go through a bit of a rollercoaster ride 
(varying from pure frustration to explosive 
joy) 
● Make the world a little bit better? 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Join me on this adventure! 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Mobile Developer’s Toolkit 
The tools of the trade 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
I.D.E & SDK 
No, this is not Interplanetary Dust 
Experiment & Skin Decontamination Set 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Integrated Development 
Environment & 
Software Development Kit 
It really depends on which platform you choose 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Android 
Java - Android SDK 
Google Play Developer Program 
25$/year 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Android Studio 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Android Studio 
Beta 
Google’s Choice of I.D.E 
for Android Development 
Based on IntelliJ 
Best Option 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Eclipse 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Eclipse 
The more stable option 
Download ADT Bundle from Android 
Developer Site 
http://developer.android.com 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
iOS 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
XCode 6 
Objective-C or Swift - iOS 8 SDK 
Apple Developer 
99$/year 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Windows Phone 
C# - Windows Phone 8 SDK 
Windows Phone Store Developer 
14 EUR/year 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Platform - 
Language 
I.D.E Developer 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu 
Fees 
Documentation 
iOs - Objective-C XCode 99$/year developer.apple.com 
Android - 
Java 
Eclipse/IntelliJ/ 
Android Studio 
25$/year developer.android.com 
Windows Phone - 
C# 
Windows Visual 
Studio 
14€/year dev.windowsphone.com 
Basic Summary
Is there one native 
solution for all of them? 
There are many! I recommend one! 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
C# - Code Sharing up to 70% 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Ok, Great! 
but….. 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
How do I develop in... 
...Objective-C,Java,C#,HTML,CSS? 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Good Question! 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Learning Resources 
Where to start from! 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Learning Resources 
code.org 
teamtreehouse.com 
codecademy.com 
codeschool.com 
microsoftvirtualacademy.com 
docs.xamarin.com 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
What will help you truly 
learn programming? 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Truly learn... 
Start off from HTML & CSS(to understand 
concepts) 
Understand Basic Programming Concepts 
(teamtreehouse/codecademy) 
Choose one language at first and off you go! 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Ok, so now you’re ready to 
start with your tools of choice 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
...then you get STUCK! 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Developer Community to 
the rescue! 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Learning Resource Forums 
They can also be great! 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Attend Conferences, Workshops and 
Startup Events 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Make Friends :) 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
...and you may even end up winning something! 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
Thank You :) 
Any Questions? 
@karambinu 
email : stefan@buttigieg.co 
#mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu

More Related Content

Similar to Hop lublin Meetup #5 - Mobile Development 101 - What I learnt from creating my first app

Mobile IQ - Apps: 10 habits for success
Mobile IQ  - Apps: 10 habits for successMobile IQ  - Apps: 10 habits for success
Mobile IQ - Apps: 10 habits for successMobile IQ
 
Optimising Mobile Seminar, Melbourne & Perth-June'13
Optimising Mobile Seminar, Melbourne & Perth-June'13Optimising Mobile Seminar, Melbourne & Perth-June'13
Optimising Mobile Seminar, Melbourne & Perth-June'13Precedent
 
PHP App Performance / Sydney PHP
PHP App Performance / Sydney PHPPHP App Performance / Sydney PHP
PHP App Performance / Sydney PHPHarald Zeitlhofer
 
Making The Source for Macmillan Cancer Support: Rob Pearson's talk at Product...
Making The Source for Macmillan Cancer Support: Rob Pearson's talk at Product...Making The Source for Macmillan Cancer Support: Rob Pearson's talk at Product...
Making The Source for Macmillan Cancer Support: Rob Pearson's talk at Product...Rob Pearson
 
Startup & Mobilise 21.09.2016
Startup & Mobilise 21.09.2016Startup & Mobilise 21.09.2016
Startup & Mobilise 21.09.2016Sonin
 
Mobile first-edinburgh 030913
Mobile first-edinburgh 030913Mobile first-edinburgh 030913
Mobile first-edinburgh 030913Precedent
 
The mobile ecosystem & technological strategies
The mobile ecosystem & technological strategiesThe mobile ecosystem & technological strategies
The mobile ecosystem & technological strategiesIvano Malavolta
 
Mobilegeddon - How to Get Ready for Google Mobile SEO
Mobilegeddon - How to Get Ready for Google Mobile SEOMobilegeddon - How to Get Ready for Google Mobile SEO
Mobilegeddon - How to Get Ready for Google Mobile SEOgShift
 
Wearables Workshop: UX Essentials
Wearables Workshop: UX EssentialsWearables Workshop: UX Essentials
Wearables Workshop: UX EssentialsPhilip Likens
 
UX & Apps - Markedsføring Seminar 3/4
UX & Apps - Markedsføring Seminar 3/4UX & Apps - Markedsføring Seminar 3/4
UX & Apps - Markedsføring Seminar 3/4Hello Group
 
13 Amazing Tips To Master Mobile Search
13 Amazing Tips To Master Mobile Search13 Amazing Tips To Master Mobile Search
13 Amazing Tips To Master Mobile SearchHanapin Marketing
 
Designing an App: From Idea to Market
Designing an App: From Idea to MarketDesigning an App: From Idea to Market
Designing an App: From Idea to MarketEffectiveUI
 
Designing an Android App: From Idea to Market
Designing an Android App: From Idea to MarketDesigning an Android App: From Idea to Market
Designing an Android App: From Idea to MarketEffective
 
Designing an Android App from Idea to Market
Designing an Android App from Idea to MarketDesigning an Android App from Idea to Market
Designing an Android App from Idea to MarketTony Hillerson
 
ASCEND Multichannel Marketing Power Tools
ASCEND Multichannel Marketing Power ToolsASCEND Multichannel Marketing Power Tools
ASCEND Multichannel Marketing Power ToolsAWeber
 
Android Material Design Quick Presentation
Android Material Design Quick PresentationAndroid Material Design Quick Presentation
Android Material Design Quick PresentationDeimantas Brandišauskas
 
"If I had to start all over again?" Shared with MBA Students
"If I had to start all over again?" Shared with MBA Students"If I had to start all over again?" Shared with MBA Students
"If I had to start all over again?" Shared with MBA StudentsPunit Modhgil
 
A Playbook for Achieving Product-Market Fit by Dan Olsen at Lean Startup Conf...
A Playbook for Achieving Product-Market Fit by Dan Olsen at Lean Startup Conf...A Playbook for Achieving Product-Market Fit by Dan Olsen at Lean Startup Conf...
A Playbook for Achieving Product-Market Fit by Dan Olsen at Lean Startup Conf...Dan Olsen
 
App For That : OSU-COE-ISE5640
App For That : OSU-COE-ISE5640App For That : OSU-COE-ISE5640
App For That : OSU-COE-ISE5640Dan Rockwell
 

Similar to Hop lublin Meetup #5 - Mobile Development 101 - What I learnt from creating my first app (20)

Mobile IQ - Apps: 10 habits for success
Mobile IQ  - Apps: 10 habits for successMobile IQ  - Apps: 10 habits for success
Mobile IQ - Apps: 10 habits for success
 
MmIT Webinar - Essential tools and technologies for the library and informati...
MmIT Webinar - Essential tools and technologies for the library and informati...MmIT Webinar - Essential tools and technologies for the library and informati...
MmIT Webinar - Essential tools and technologies for the library and informati...
 
Optimising Mobile Seminar, Melbourne & Perth-June'13
Optimising Mobile Seminar, Melbourne & Perth-June'13Optimising Mobile Seminar, Melbourne & Perth-June'13
Optimising Mobile Seminar, Melbourne & Perth-June'13
 
PHP App Performance / Sydney PHP
PHP App Performance / Sydney PHPPHP App Performance / Sydney PHP
PHP App Performance / Sydney PHP
 
Making The Source for Macmillan Cancer Support: Rob Pearson's talk at Product...
Making The Source for Macmillan Cancer Support: Rob Pearson's talk at Product...Making The Source for Macmillan Cancer Support: Rob Pearson's talk at Product...
Making The Source for Macmillan Cancer Support: Rob Pearson's talk at Product...
 
Startup & Mobilise 21.09.2016
Startup & Mobilise 21.09.2016Startup & Mobilise 21.09.2016
Startup & Mobilise 21.09.2016
 
Mobile first-edinburgh 030913
Mobile first-edinburgh 030913Mobile first-edinburgh 030913
Mobile first-edinburgh 030913
 
The mobile ecosystem & technological strategies
The mobile ecosystem & technological strategiesThe mobile ecosystem & technological strategies
The mobile ecosystem & technological strategies
 
Mobilegeddon - How to Get Ready for Google Mobile SEO
Mobilegeddon - How to Get Ready for Google Mobile SEOMobilegeddon - How to Get Ready for Google Mobile SEO
Mobilegeddon - How to Get Ready for Google Mobile SEO
 
Wearables Workshop: UX Essentials
Wearables Workshop: UX EssentialsWearables Workshop: UX Essentials
Wearables Workshop: UX Essentials
 
UX & Apps - Markedsføring Seminar 3/4
UX & Apps - Markedsføring Seminar 3/4UX & Apps - Markedsføring Seminar 3/4
UX & Apps - Markedsføring Seminar 3/4
 
13 Amazing Tips To Master Mobile Search
13 Amazing Tips To Master Mobile Search13 Amazing Tips To Master Mobile Search
13 Amazing Tips To Master Mobile Search
 
Designing an App: From Idea to Market
Designing an App: From Idea to MarketDesigning an App: From Idea to Market
Designing an App: From Idea to Market
 
Designing an Android App: From Idea to Market
Designing an Android App: From Idea to MarketDesigning an Android App: From Idea to Market
Designing an Android App: From Idea to Market
 
Designing an Android App from Idea to Market
Designing an Android App from Idea to MarketDesigning an Android App from Idea to Market
Designing an Android App from Idea to Market
 
ASCEND Multichannel Marketing Power Tools
ASCEND Multichannel Marketing Power ToolsASCEND Multichannel Marketing Power Tools
ASCEND Multichannel Marketing Power Tools
 
Android Material Design Quick Presentation
Android Material Design Quick PresentationAndroid Material Design Quick Presentation
Android Material Design Quick Presentation
 
"If I had to start all over again?" Shared with MBA Students
"If I had to start all over again?" Shared with MBA Students"If I had to start all over again?" Shared with MBA Students
"If I had to start all over again?" Shared with MBA Students
 
A Playbook for Achieving Product-Market Fit by Dan Olsen at Lean Startup Conf...
A Playbook for Achieving Product-Market Fit by Dan Olsen at Lean Startup Conf...A Playbook for Achieving Product-Market Fit by Dan Olsen at Lean Startup Conf...
A Playbook for Achieving Product-Market Fit by Dan Olsen at Lean Startup Conf...
 
App For That : OSU-COE-ISE5640
App For That : OSU-COE-ISE5640App For That : OSU-COE-ISE5640
App For That : OSU-COE-ISE5640
 

More from Stefan Buttigieg MD

Social Media for Public Health - Health Promotion and Disease Prevention Dire...
Social Media for Public Health - Health Promotion and Disease Prevention Dire...Social Media for Public Health - Health Promotion and Disease Prevention Dire...
Social Media for Public Health - Health Promotion and Disease Prevention Dire...Stefan Buttigieg MD
 
Social Media - European Public Health Conference 2016
Social Media - European Public Health Conference 2016Social Media - European Public Health Conference 2016
Social Media - European Public Health Conference 2016Stefan Buttigieg MD
 
The State of mHealth and eHealth in Europe
The State of mHealth and eHealth in EuropeThe State of mHealth and eHealth in Europe
The State of mHealth and eHealth in EuropeStefan Buttigieg MD
 
Social Media for Public Health Professionals
Social Media for Public Health ProfessionalsSocial Media for Public Health Professionals
Social Media for Public Health ProfessionalsStefan Buttigieg MD
 
Android and HealthCare - Designing Great Apps for Healthcare
Android and HealthCare - Designing Great Apps for HealthcareAndroid and HealthCare - Designing Great Apps for Healthcare
Android and HealthCare - Designing Great Apps for HealthcareStefan Buttigieg MD
 
The Digital Doctor - MMSA TRD 2014
The Digital Doctor - MMSA TRD 2014The Digital Doctor - MMSA TRD 2014
The Digital Doctor - MMSA TRD 2014Stefan Buttigieg MD
 

More from Stefan Buttigieg MD (6)

Social Media for Public Health - Health Promotion and Disease Prevention Dire...
Social Media for Public Health - Health Promotion and Disease Prevention Dire...Social Media for Public Health - Health Promotion and Disease Prevention Dire...
Social Media for Public Health - Health Promotion and Disease Prevention Dire...
 
Social Media - European Public Health Conference 2016
Social Media - European Public Health Conference 2016Social Media - European Public Health Conference 2016
Social Media - European Public Health Conference 2016
 
The State of mHealth and eHealth in Europe
The State of mHealth and eHealth in EuropeThe State of mHealth and eHealth in Europe
The State of mHealth and eHealth in Europe
 
Social Media for Public Health Professionals
Social Media for Public Health ProfessionalsSocial Media for Public Health Professionals
Social Media for Public Health Professionals
 
Android and HealthCare - Designing Great Apps for Healthcare
Android and HealthCare - Designing Great Apps for HealthcareAndroid and HealthCare - Designing Great Apps for Healthcare
Android and HealthCare - Designing Great Apps for Healthcare
 
The Digital Doctor - MMSA TRD 2014
The Digital Doctor - MMSA TRD 2014The Digital Doctor - MMSA TRD 2014
The Digital Doctor - MMSA TRD 2014
 

Recently uploaded

SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsAndrey Dotsenko
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 

Recently uploaded (20)

SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 

Hop lublin Meetup #5 - Mobile Development 101 - What I learnt from creating my first app

  • 1. Mobile Development 101 What I learnt from creating my first app Stefan Buttigieg M.D #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 2. About me! 5 Ms #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu Medical Graduate Maltese M.D Geeks Masters in Health Informatics Mobile Developer(iOs,Android) @karambinu stefanbuttigieg.com
  • 3. #hopstartups #mobiledev #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 4. Stefan? #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 5. It shouldn’t be like this! A true story from a medical doctor on a deep dive into mobile development #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 6. I want to create a mobile app! That is usually the one-liner that starts it off #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 7. Why? How? What? When? #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 8. Why? The first question to start off with! #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 9. Why? Why do you want to create this mobile app? To solve Problem X/everyone has one! Are there any existing solutions which solve this problem better? If not, move one step forward #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 10. How? Now, this is quite a tricky question! #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 11. How? Please tell me…... #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 12. Step 1: Wireframe and Prototype! You can use paper too. Vision and imagination is a must. #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 13. You can start off from something like this... #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 14. Then this... #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 15. and then maybe this... #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 16. The full lists(everything) http://bit.ly/wiretools #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 17. What tools do I use? #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 18. Step 2: Research and Develop You can start off with Google. NOT #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 19. Research and Develop - 4 set of questions Native? Web? Hybrid? Android? iOs? Windows Phone? All of them Phones? Tablets? or maybe both! and most importantly... What are the main features that I want to include in the first version of the app? #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 20. Myself or Someone Else? Why even bother going through the first steps if someone else is doing it for me? #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 21. Aha! You’re the courageous one! #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 22. Are you ready to? ● Spend time and money? ● Go through a bit of a rollercoaster ride (varying from pure frustration to explosive joy) ● Make the world a little bit better? #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 23. Join me on this adventure! #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 24. Mobile Developer’s Toolkit The tools of the trade #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 25. I.D.E & SDK No, this is not Interplanetary Dust Experiment & Skin Decontamination Set #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 26. Integrated Development Environment & Software Development Kit It really depends on which platform you choose #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 27. Android Java - Android SDK Google Play Developer Program 25$/year #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 28. Android Studio #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 29. Android Studio Beta Google’s Choice of I.D.E for Android Development Based on IntelliJ Best Option #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 30. #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 31. Eclipse #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 32. #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 33. Eclipse The more stable option Download ADT Bundle from Android Developer Site http://developer.android.com #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 34. #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 35. iOS #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 36. XCode 6 Objective-C or Swift - iOS 8 SDK Apple Developer 99$/year #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 37. #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 38. Windows Phone C# - Windows Phone 8 SDK Windows Phone Store Developer 14 EUR/year #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 39. #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 40. Platform - Language I.D.E Developer #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu Fees Documentation iOs - Objective-C XCode 99$/year developer.apple.com Android - Java Eclipse/IntelliJ/ Android Studio 25$/year developer.android.com Windows Phone - C# Windows Visual Studio 14€/year dev.windowsphone.com Basic Summary
  • 41. Is there one native solution for all of them? There are many! I recommend one! #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 42. #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 43. C# - Code Sharing up to 70% #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 44. Ok, Great! but….. #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 45. How do I develop in... ...Objective-C,Java,C#,HTML,CSS? #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 46. Good Question! #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 47. Learning Resources Where to start from! #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 48. Learning Resources code.org teamtreehouse.com codecademy.com codeschool.com microsoftvirtualacademy.com docs.xamarin.com #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 49. What will help you truly learn programming? #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 50. Truly learn... Start off from HTML & CSS(to understand concepts) Understand Basic Programming Concepts (teamtreehouse/codecademy) Choose one language at first and off you go! #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 51. Ok, so now you’re ready to start with your tools of choice #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 52. ...then you get STUCK! #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 53. #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 54. Developer Community to the rescue! #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 55. #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 56. #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 57. #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 58. Learning Resource Forums They can also be great! #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 59. #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 60. Attend Conferences, Workshops and Startup Events #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 61. Make Friends :) #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 62. ...and you may even end up winning something! #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu
  • 63. Thank You :) Any Questions? @karambinu email : stefan@buttigieg.co #mobiledev #hopstartups | Hop Lublin Meetup #5 | @karambinu