-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Karthic Babu K
authored and
Karthic Babu K
committed
Jul 26, 2017
1 parent
2d3343b
commit d0aa1fd
Showing
1 changed file
with
101 additions
and
0 deletions.
There are no files selected for viewing
101 changes: 101 additions & 0 deletions
101
content/training/mobileApplicationDevelopment/Introduction.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
+++ | ||
date = "2017-07-27T23:37:03+05:30" | ||
title = "Mobile Application Development" | ||
author = "Jeno Karthic" | ||
featured = "false" | ||
type = "slide" | ||
menu = "main" | ||
categories = ["android","ios","ionic"] | ||
+++ | ||
|
||
author: Karthicbabu .K | ||
layout: true | ||
|
||
<!-- This slide will serve as the base layout for all your slides --> | ||
.bottom-bar[ | ||
{{title}} | ||
] | ||
|
||
--- | ||
|
||
class: impact | ||
|
||
# {{title}} | ||
### {{author}} | ||
|
||
|
||
--- | ||
|
||
class: animation-fade | ||
# The basics | ||
|
||
--- | ||
|
||
class: animation-fade | ||
# Power of Mobile | ||
|
||
* Blend into daily activities- | ||
* More Personal | ||
* It knows you better, represents you | ||
* **Proximity** | ||
* Wherever you go, it follows | ||
* Reach to millions | ||
* Cost effective | ||
* Sensors | ||
* Communication | ||
|
||
??? | ||
* When did you use your computer/laptop lastly? | ||
* Do you carry your laptop everywhere? | ||
* First time internet users from mobile, 50% of Indian only thing to connect to internet is from | ||
* No need to ask for users? Key success to Context aware application | ||
|
||
--- | ||
|
||
class: animation-fade | ||
# Consideration | ||
|
||
* Screen Size - User Interface is key thing | ||
* Show only important thing | ||
* Connectivity / Bandwidth | ||
* Might break inbetween, need to with stand | ||
* Computing power - Performance | ||
* Limited input | ||
* Battery | ||
* Limited Memory | ||
* User tends to keep application which is small in size and uses smaller memory | ||
|
||
--- | ||
# Other Considerations | ||
|
||
* No standard device | ||
* Multiple player - Apple, Android, windows | ||
* | ||
--- | ||
|
||
|
||
|
||
# Intresting Mobile apps | ||
|
||
* | ||
|
||
--- | ||
|
||
# Need for mobile app | ||
|
||
--- | ||
|
||
# Software for Development | ||
|
||
* Native app development | ||
* Hybrid app development | ||
* Web app Development | ||
|
||
--- | ||
|
||
# Summary | ||
|
||
|
||
--- | ||
# Reference & Further Reading | ||
1. [Ohio State university - Mobile Application Development](http://web.cse.ohio-state.edu/~champion.17/5236/) |