SlideShare a Scribd company logo
1 of 86
Download to read offline
The Making of
SyncSeven
Mohammad Shaker 
Founder, Designer and Developer, Strong Emotions
Wikilogia Talk, April 2015
Next Talk
Next Talk
Changing driving position.
Safer or a Catastrophe?!
Why we stop talking when the driver 
overtakes a big truck on a narrow road.
Why door handles designs
are horrible.
Why door handles designs
are horrible.
VisualizationVisualization.
Indie Series 04: The Making of SyncSeven
VisualizationVisualization.
Passive
Passiv
But. Can 
music be
used as
content?
VisualizationVisualization
in Games
https://play.google.com/store/apps/details?id=com.StrongEmotionsApps.SyncSevenFREE
Rhythm-based Games
Guitar Hero. 10-30$/69$ 25 million copies, $1 billion in sales 2005
Rhythm-based Games
Size DOES Matter. 0.99$ August, 2014
Rhythm-based Games
Alphabeats. 1.99$ July, 2014
Rhythm-based Games
Audiosurf. 9.99$ 2008
Rhythm-based Games
Geometry Dash. 1.99-3.99$ 5/5 stars on App Store 2013,14
Rhythm-based Games
Problems
Price
SizeDoesMatter
Alphabeats
GeometryDash
Audiosurf
Guitar Hero
Problems
Price
SizeDoesMatter
Alphabeats
GeometryDash
Audiosurf
Guitar Hero
# Platforms
Price
SizeDoesMatter
Alphabeats
GeometryDash
Audiosurf
Guitar Hero
# Platforms
Quality
Problems
Price
SizeDoesMatter
Alphabeats
GeometryDash
Audiosurf
Guitar Hero
# Platforms
Quality
Best Price/Value
Price
SizeDoesMatter
Alphabeats
GeometryDash
Audiosurf
Guitar Hero
# Platforms
Quality
Best Price/Value
Price
# Platforms
Quality
Problems
Customizable
/ Repeatable
Price
# Platforms
Quality
Problems
Customizable
/ Repeatable
Price
# Platforms
Quality
Problems
Customizable
/ Repeatable
Price
# Platforms
Quality
What we want
Customizable
/ Repeatable
Procedural
Content 
Generation
Music-based
Content Generation
Music-based CG
Music
Music-based CG
Music
Generated
Level
Music-based CG
Model
Music
Generated
Level
Music-based CG
Music
Generated
Level
Model
Music-based CG
Music
Extractor (Notes, Rhythm, Beats)
Model
Music-based CG
Music
Extractor (Notes, Rhythm, Beats)
Model
Mapper
Music-based CG
Music
Extractor (Notes, Rhythm, Beats)
Model
Mapper
Xml File
Music-based CG
Music
Generated
Level
Extractor (Notes, Rhythm, Beats)
Model
Mapper
Music-based CG
Music
Generated
Level
Extractor (Notes, Rhythm, Beats)
Music List<MusicEvent>
Model
Mapper
List<MusicEvent> List<GameEvent>
Music-based CG
Music
Generated
Level
Extractor (Notes, Rhythm, Beats)
Music List<MusicEvent>
Model
Mapper
List<MusicEvent> List<GameEvent>
Indie Series 04: The Making of SyncSeven
Background Coloring
Background Coloring
Background Coloring
Why use these?!
•  Player 
Snake
•  Beat
 
change direction
•  x20 other events corresponding to beats (shake, coloring,
rotations, etc.)
Price
# Platforms
Quality
What we want
Customizable
/ Repeatable
Price
# Platforms
Quality
What we want.
Customizable
/ Repeatable
Abstraction
Price
# Platforms
Quality
What we want.
Customizable
/ Repeatable
Abstraction
Music-based CG
Music
Generated
Level
Extractor (Notes, Rhythm, Beats)
Music List<MusicEvent>
Model
Mapper
List<MusicEvent> List<GameEvent>
Music-based CG
Music
Generated
Level
Extractor (Notes, Rhythm, Beats)
Music List<MusicEvent>
Model
Mapper
List<MusicEvent> List<GameEvent>
Untitled Top Secret New
Games (UTSNG)
Procedural Content Generation
Music-based Content Generation
Game Generation
Procedural Content Generation
Music-based Content Generation
Framework for Content Generation
across different games
Framework
SyncSeven
 UTSNG
Framework
SyncSeven
 UTSNG
Framework
Extractor
Mapper
 Specific, inheritedSpecific, inherited Mapper
Framework
SyncSeven
 UTSNG
Framework
Extractor
Mapper
 Specific, inheritedSpecific, inherited Mapper
change direction Mechanics XX
combo Bonus XX
20x events User danger XX
direction/ bg Beats XX
Framework
SyncSeven
 UTSNG
Framework
Extractor
Mapper
 Specific, inheritedSpecific, inherited Mapper
change direction Mechanics collect/ avoid
combo Bonus time streak
camera shake/ coloring User danger camera shake/ coloring
keyboard/ mouse/ gyroscope Input keyboard/ mouse/ gyroscope
direction/ bg Beats collect/ avoid/ scale/ bg
different interactions for
different gameplay.	
  
Framework
Price
# Platforms
Quality
What we want.
Customizable
/ Repeatable
Abstraction
Price
# Platforms
Quality
What we want.
Customizable
/ Repeatable
Abstraction
Price
# Platforms
Quality
What we want.
Customizable
/ Repeatable
Abstraction
ImplementImplementation
Implementation
Extractor (Notes, Rhythm, Beats)
Music List<MusicEvent>
Model
Mapper
List<MusicEvent> List<GameEvent>
Implementation
Extractor (Notes, Rhythm, Beats)
Music List<MusicEvent>
Model
Mapper
List<MusicEvent> List<GameEvent>
Matlab
Implementation
Extractor (Notes, Rhythm, Beats)
Music List<MusicEvent>
Model
Mapper
List<MusicEvent> List<GameEvent>
Matlab
C#,
Unity3d
Ads
UnityAds
Leaderboard
Google Play Services
Social Features
	
  	
  	
  	
  private	
  void	
  ShareOnTwitter	
  (string	
  textToDisplay)	
  
	
  	
  	
  	
  {	
  
	
  	
  	
  	
  	
  	
  	
  	
  Application.OpenURL(TWITTER_ADDRESS	
  +	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  "?text="	
  +	
  WWW.EscapeURL(textToDisplay)	
  +	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  "&amp;lang="	
  +	
  WWW.EscapeURL(TWEET_LANGUAGE));	
  
	
  	
  	
  	
  }	
  
Social Features
	
  	
  	
  	
  private	
  void	
  ShareOnFacebook	
  ()	
  
	
  	
  	
  	
  {	
  
	
  	
  	
  	
  	
  	
  	
  	
  string	
  msg	
  =	
  GameConfig.Score.GetShareMessage	
  ();	
  
	
  	
  	
  	
  	
  	
  	
  	
  string	
  linkParameter	
  =	
  "www.mohammadshaker.com/syncseven.html",	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  nameParameter	
  =	
  "SyncSeven	
  Game",	
  	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  captionParameter	
  =	
  ”",	
  	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  descriptionParameter	
  =	
  msg,	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  pictureParameter	
  =	
  ”",	
  	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  redirectParameter	
  =	
  "http://www.facebook.com/";	
  
	
  
	
  	
  	
  	
  	
  	
  	
  	
  Application.OpenURL	
  (FACEBOOK_URL	
  +	
  "?app_id="	
  +	
  FACEBOOK_APP_ID	
  +	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  "&link="	
  +	
  WWW.EscapeURL(linkParameter)	
  +	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  "&name="	
  +	
  WWW.EscapeURL(nameParameter)	
  +	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  "&caption="	
  +	
  WWW.EscapeURL(captionParameter)	
  +	
  	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  "&description="	
  +	
  WWW.EscapeURL(descriptionParameter)	
  +	
  	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  "&picture="	
  +	
  WWW.EscapeURL(pictureParameter)	
  +	
  	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  "&redirect_uri="	
  +	
  WWW.EscapeURL(redirectParameter));	
  
	
  	
  	
  	
  }	
  
Cloud Services
www.parse.com 
 
Cloud Service for any platform.
Critics
Critics
Critics
•  Difficulty
•  Ads
•  Coloring
•  Open VS Close
NEXT 
 
 www.mohammadshaker.com/next.html
iNversion
 
 www.mohammadshaker.com/inversion.html
Did You
Catch Something
 ?
Last WordsLast Words
Do it for love.
Do it with the right people.
You only have one life.
Don’t forget to have fun.
Make your own rules.
Say NO when it matters.
Say NO to things you don’t want.
The only thing holding us back
is how far we are willing to go.
Black Ops III Teaser, April 2015!
Remembering that I'll be dead soon is the most
important tool I've ever encountered to help me
make the big choices in life. Because almost
everything - all external expectations, all pride, all
fear of embarrassment or failure - these things just
fall away in the face of death, leaving only what is
truly important.!
Steve Jobs, Commencement Address at Stanford University (2005)!
“
”
@ZGTRShaker
mohammadshakergtr@gmail.com
www.mohammadshaker.com
Contact Me
Come talk
to me
Come talk to
me
Thank you.

More Related Content

Similar to Indie Series 04: The Making of SyncSeven

Showcase of My Research on Games & AI "till the end of Oct. 2014"
Showcase of My Research on Games & AI "till the end of Oct. 2014"Showcase of My Research on Games & AI "till the end of Oct. 2014"
Showcase of My Research on Games & AI "till the end of Oct. 2014"Mohammad Shaker
 
Death of a Themer - Frontend United - 14 April 2013
Death of a Themer - Frontend United - 14 April 2013Death of a Themer - Frontend United - 14 April 2013
Death of a Themer - Frontend United - 14 April 2013Matt Fielding
 
NUS iOS Swift Talk
NUS iOS Swift TalkNUS iOS Swift Talk
NUS iOS Swift TalkGabriel Lim
 
Raf Keusterman on Gamification
Raf Keusterman on GamificationRaf Keusterman on Gamification
Raf Keusterman on GamificationClaire Thompson
 
Beginning android games
Beginning android gamesBeginning android games
Beginning android gamesMario Zechner
 
THUPR conference - social games & gamification overview
THUPR conference - social games & gamification overviewTHUPR conference - social games & gamification overview
THUPR conference - social games & gamification overviewRaf Keustermans
 
Mashup University 4: Intro To Mashups
Mashup University 4: Intro To MashupsMashup University 4: Intro To Mashups
Mashup University 4: Intro To MashupsJohn Herren
 
Applying AI in Games (GDC2019)
Applying AI in Games (GDC2019)Applying AI in Games (GDC2019)
Applying AI in Games (GDC2019)Jun Okumura
 
Why Social Games for Brand Engagement & Facebook Advertisements
Why Social Games for Brand Engagement & Facebook AdvertisementsWhy Social Games for Brand Engagement & Facebook Advertisements
Why Social Games for Brand Engagement & Facebook AdvertisementsSorav Jain
 
2020 04 04 NetCoreConf - Machine Learning.Net
2020 04 04 NetCoreConf - Machine Learning.Net2020 04 04 NetCoreConf - Machine Learning.Net
2020 04 04 NetCoreConf - Machine Learning.NetBruno Capuano
 
Pre production
Pre productionPre production
Pre productionliamrig95
 
Game on: 16 design patterns for user engagement
Game on: 16 design patterns for user engagementGame on: 16 design patterns for user engagement
Game on: 16 design patterns for user engagementNadya Direkova
 
Space Ape's Live Ops Stack: Engineering Mobile Games for Live Ops from Day 1
Space Ape's Live Ops Stack: Engineering Mobile Games for Live Ops from Day 1Space Ape's Live Ops Stack: Engineering Mobile Games for Live Ops from Day 1
Space Ape's Live Ops Stack: Engineering Mobile Games for Live Ops from Day 1Simon Hade
 
session_01_react_.pptx
session_01_react_.pptxsession_01_react_.pptx
session_01_react_.pptxAyaBenkabbour1
 
[EN] Ada Lovelace Day 2014 - Tampon run
[EN] Ada Lovelace Day 2014  - Tampon run[EN] Ada Lovelace Day 2014  - Tampon run
[EN] Ada Lovelace Day 2014 - Tampon runMaja Kraljič
 
Scrumday 2014 - Pollinisation croisée avec la communauté des designers par Pi...
Scrumday 2014 - Pollinisation croisée avec la communauté des designers par Pi...Scrumday 2014 - Pollinisation croisée avec la communauté des designers par Pi...
Scrumday 2014 - Pollinisation croisée avec la communauté des designers par Pi...French Scrum User Group
 
Smart Strategies Fuel Geometry Dash's Slow Jog To Success
Smart Strategies Fuel Geometry Dash's Slow Jog To Success
Smart Strategies Fuel Geometry Dash's Slow Jog To Success
Smart Strategies Fuel Geometry Dash's Slow Jog To Success erectcard6239
 
Big Data Day LA 2015 - Feature Engineering by Brian Kursar of Toyota
Big Data Day LA 2015 - Feature Engineering by Brian Kursar of ToyotaBig Data Day LA 2015 - Feature Engineering by Brian Kursar of Toyota
Big Data Day LA 2015 - Feature Engineering by Brian Kursar of ToyotaData Con LA
 

Similar to Indie Series 04: The Making of SyncSeven (20)

Showcase of My Research on Games & AI "till the end of Oct. 2014"
Showcase of My Research on Games & AI "till the end of Oct. 2014"Showcase of My Research on Games & AI "till the end of Oct. 2014"
Showcase of My Research on Games & AI "till the end of Oct. 2014"
 
Death of a Themer - Frontend United - 14 April 2013
Death of a Themer - Frontend United - 14 April 2013Death of a Themer - Frontend United - 14 April 2013
Death of a Themer - Frontend United - 14 April 2013
 
NUS iOS Swift Talk
NUS iOS Swift TalkNUS iOS Swift Talk
NUS iOS Swift Talk
 
Raf Keusterman on Gamification
Raf Keusterman on GamificationRaf Keusterman on Gamification
Raf Keusterman on Gamification
 
Beginning android games
Beginning android gamesBeginning android games
Beginning android games
 
THUPR conference - social games & gamification overview
THUPR conference - social games & gamification overviewTHUPR conference - social games & gamification overview
THUPR conference - social games & gamification overview
 
Mashup University 4: Intro To Mashups
Mashup University 4: Intro To MashupsMashup University 4: Intro To Mashups
Mashup University 4: Intro To Mashups
 
Applying AI in Games (GDC2019)
Applying AI in Games (GDC2019)Applying AI in Games (GDC2019)
Applying AI in Games (GDC2019)
 
Why Social Games for Brand Engagement & Facebook Advertisements
Why Social Games for Brand Engagement & Facebook AdvertisementsWhy Social Games for Brand Engagement & Facebook Advertisements
Why Social Games for Brand Engagement & Facebook Advertisements
 
2020 04 04 NetCoreConf - Machine Learning.Net
2020 04 04 NetCoreConf - Machine Learning.Net2020 04 04 NetCoreConf - Machine Learning.Net
2020 04 04 NetCoreConf - Machine Learning.Net
 
Pre production
Pre productionPre production
Pre production
 
Game on: 16 design patterns for user engagement
Game on: 16 design patterns for user engagementGame on: 16 design patterns for user engagement
Game on: 16 design patterns for user engagement
 
Space Ape's Live Ops Stack: Engineering Mobile Games for Live Ops from Day 1
Space Ape's Live Ops Stack: Engineering Mobile Games for Live Ops from Day 1Space Ape's Live Ops Stack: Engineering Mobile Games for Live Ops from Day 1
Space Ape's Live Ops Stack: Engineering Mobile Games for Live Ops from Day 1
 
session_01_react_.pptx
session_01_react_.pptxsession_01_react_.pptx
session_01_react_.pptx
 
Md2010 jl-wp7-sl-game-dev
Md2010 jl-wp7-sl-game-devMd2010 jl-wp7-sl-game-dev
Md2010 jl-wp7-sl-game-dev
 
[EN] Ada Lovelace Day 2014 - Tampon run
[EN] Ada Lovelace Day 2014  - Tampon run[EN] Ada Lovelace Day 2014  - Tampon run
[EN] Ada Lovelace Day 2014 - Tampon run
 
Scrumday 2014 - Pollinisation croisée avec la communauté des designers par Pi...
Scrumday 2014 - Pollinisation croisée avec la communauté des designers par Pi...Scrumday 2014 - Pollinisation croisée avec la communauté des designers par Pi...
Scrumday 2014 - Pollinisation croisée avec la communauté des designers par Pi...
 
ARCore Update
ARCore UpdateARCore Update
ARCore Update
 
Smart Strategies Fuel Geometry Dash's Slow Jog To Success
Smart Strategies Fuel Geometry Dash's Slow Jog To Success
Smart Strategies Fuel Geometry Dash's Slow Jog To Success
Smart Strategies Fuel Geometry Dash's Slow Jog To Success
 
Big Data Day LA 2015 - Feature Engineering by Brian Kursar of Toyota
Big Data Day LA 2015 - Feature Engineering by Brian Kursar of ToyotaBig Data Day LA 2015 - Feature Engineering by Brian Kursar of Toyota
Big Data Day LA 2015 - Feature Engineering by Brian Kursar of Toyota
 

More from Mohammad Shaker

12 Rules You Should to Know as a Syrian Graduate
12 Rules You Should to Know as a Syrian Graduate12 Rules You Should to Know as a Syrian Graduate
12 Rules You Should to Know as a Syrian GraduateMohammad Shaker
 
Interaction Design L06 - Tricks with Psychology
Interaction Design L06 - Tricks with PsychologyInteraction Design L06 - Tricks with Psychology
Interaction Design L06 - Tricks with PsychologyMohammad Shaker
 
Short, Matters, Love - Passioneers Event 2015
Short, Matters, Love -  Passioneers Event 2015Short, Matters, Love -  Passioneers Event 2015
Short, Matters, Love - Passioneers Event 2015Mohammad Shaker
 
Unity L01 - Game Development
Unity L01 - Game DevelopmentUnity L01 - Game Development
Unity L01 - Game DevelopmentMohammad Shaker
 
Android L07 - Touch, Screen and Wearables
Android L07 - Touch, Screen and WearablesAndroid L07 - Touch, Screen and Wearables
Android L07 - Touch, Screen and WearablesMohammad Shaker
 
Interaction Design L03 - Color
Interaction Design L03 - ColorInteraction Design L03 - Color
Interaction Design L03 - ColorMohammad Shaker
 
Interaction Design L05 - Typography
Interaction Design L05 - TypographyInteraction Design L05 - Typography
Interaction Design L05 - TypographyMohammad Shaker
 
Interaction Design L04 - Materialise and Coupling
Interaction Design L04 - Materialise and CouplingInteraction Design L04 - Materialise and Coupling
Interaction Design L04 - Materialise and CouplingMohammad Shaker
 
Android L04 - Notifications and Threading
Android L04 - Notifications and ThreadingAndroid L04 - Notifications and Threading
Android L04 - Notifications and ThreadingMohammad Shaker
 
Android L09 - Windows Phone and iOS
Android L09 - Windows Phone and iOSAndroid L09 - Windows Phone and iOS
Android L09 - Windows Phone and iOSMohammad Shaker
 
Interaction Design L01 - Mobile Constraints
Interaction Design L01 - Mobile ConstraintsInteraction Design L01 - Mobile Constraints
Interaction Design L01 - Mobile ConstraintsMohammad Shaker
 
Interaction Design L02 - Pragnanz and Grids
Interaction Design L02 - Pragnanz and GridsInteraction Design L02 - Pragnanz and Grids
Interaction Design L02 - Pragnanz and GridsMohammad Shaker
 
Android L10 - Stores and Gaming
Android L10 - Stores and GamingAndroid L10 - Stores and Gaming
Android L10 - Stores and GamingMohammad Shaker
 
Android L06 - Cloud / Parse
Android L06 - Cloud / ParseAndroid L06 - Cloud / Parse
Android L06 - Cloud / ParseMohammad Shaker
 
Android L08 - Google Maps and Utilities
Android L08 - Google Maps and UtilitiesAndroid L08 - Google Maps and Utilities
Android L08 - Google Maps and UtilitiesMohammad Shaker
 
Android L03 - Styles and Themes
Android L03 - Styles and Themes Android L03 - Styles and Themes
Android L03 - Styles and Themes Mohammad Shaker
 
Android L02 - Activities and Adapters
Android L02 - Activities and AdaptersAndroid L02 - Activities and Adapters
Android L02 - Activities and AdaptersMohammad Shaker
 
Indie Series 02: AI and Recent Advances in Games
Indie Series 02: AI and Recent Advances in GamesIndie Series 02: AI and Recent Advances in Games
Indie Series 02: AI and Recent Advances in GamesMohammad Shaker
 

More from Mohammad Shaker (20)

12 Rules You Should to Know as a Syrian Graduate
12 Rules You Should to Know as a Syrian Graduate12 Rules You Should to Know as a Syrian Graduate
12 Rules You Should to Know as a Syrian Graduate
 
Interaction Design L06 - Tricks with Psychology
Interaction Design L06 - Tricks with PsychologyInteraction Design L06 - Tricks with Psychology
Interaction Design L06 - Tricks with Psychology
 
Short, Matters, Love - Passioneers Event 2015
Short, Matters, Love -  Passioneers Event 2015Short, Matters, Love -  Passioneers Event 2015
Short, Matters, Love - Passioneers Event 2015
 
Unity L01 - Game Development
Unity L01 - Game DevelopmentUnity L01 - Game Development
Unity L01 - Game Development
 
Android L07 - Touch, Screen and Wearables
Android L07 - Touch, Screen and WearablesAndroid L07 - Touch, Screen and Wearables
Android L07 - Touch, Screen and Wearables
 
Interaction Design L03 - Color
Interaction Design L03 - ColorInteraction Design L03 - Color
Interaction Design L03 - Color
 
Interaction Design L05 - Typography
Interaction Design L05 - TypographyInteraction Design L05 - Typography
Interaction Design L05 - Typography
 
Interaction Design L04 - Materialise and Coupling
Interaction Design L04 - Materialise and CouplingInteraction Design L04 - Materialise and Coupling
Interaction Design L04 - Materialise and Coupling
 
Android L05 - Storage
Android L05 - StorageAndroid L05 - Storage
Android L05 - Storage
 
Android L04 - Notifications and Threading
Android L04 - Notifications and ThreadingAndroid L04 - Notifications and Threading
Android L04 - Notifications and Threading
 
Android L09 - Windows Phone and iOS
Android L09 - Windows Phone and iOSAndroid L09 - Windows Phone and iOS
Android L09 - Windows Phone and iOS
 
Interaction Design L01 - Mobile Constraints
Interaction Design L01 - Mobile ConstraintsInteraction Design L01 - Mobile Constraints
Interaction Design L01 - Mobile Constraints
 
Interaction Design L02 - Pragnanz and Grids
Interaction Design L02 - Pragnanz and GridsInteraction Design L02 - Pragnanz and Grids
Interaction Design L02 - Pragnanz and Grids
 
Android L10 - Stores and Gaming
Android L10 - Stores and GamingAndroid L10 - Stores and Gaming
Android L10 - Stores and Gaming
 
Android L06 - Cloud / Parse
Android L06 - Cloud / ParseAndroid L06 - Cloud / Parse
Android L06 - Cloud / Parse
 
Android L08 - Google Maps and Utilities
Android L08 - Google Maps and UtilitiesAndroid L08 - Google Maps and Utilities
Android L08 - Google Maps and Utilities
 
Android L03 - Styles and Themes
Android L03 - Styles and Themes Android L03 - Styles and Themes
Android L03 - Styles and Themes
 
Android L02 - Activities and Adapters
Android L02 - Activities and AdaptersAndroid L02 - Activities and Adapters
Android L02 - Activities and Adapters
 
Android L01 - Warm Up
Android L01 - Warm UpAndroid L01 - Warm Up
Android L01 - Warm Up
 
Indie Series 02: AI and Recent Advances in Games
Indie Series 02: AI and Recent Advances in GamesIndie Series 02: AI and Recent Advances in Games
Indie Series 02: AI and Recent Advances in Games
 

Recently uploaded

Zepto CEO : AADIT PALICHA ( Founder & CEO)
Zepto CEO :  AADIT PALICHA ( Founder & CEO)Zepto CEO :  AADIT PALICHA ( Founder & CEO)
Zepto CEO : AADIT PALICHA ( Founder & CEO)israthfathima6
 
"Slice: Bajaj's Entrepreneurial Story"
"Slice:  Bajaj's  Entrepreneurial Story""Slice:  Bajaj's  Entrepreneurial Story"
"Slice: Bajaj's Entrepreneurial Story"dineshms1207
 
Challenges of Women entrepreneurs in Ja.pptx
Challenges of Women entrepreneurs  in Ja.pptxChallenges of Women entrepreneurs  in Ja.pptx
Challenges of Women entrepreneurs in Ja.pptxdidavis2002
 
ENTERPRISE VS ENTREPRENEUR VS INTREPRENEUR VS EMPLOYEE VS EMPLOYMENT VS MANAGER
 ENTERPRISE VS ENTREPRENEUR VS INTREPRENEUR VS EMPLOYEE VS EMPLOYMENT VS MANAGER ENTERPRISE VS ENTREPRENEUR VS INTREPRENEUR VS EMPLOYEE VS EMPLOYMENT VS MANAGER
ENTERPRISE VS ENTREPRENEUR VS INTREPRENEUR VS EMPLOYEE VS EMPLOYMENT VS MANAGERkittustudy7
 
Bond-Markets_pptxz@1223knkvfxkcmkojkfgvm
Bond-Markets_pptxz@1223knkvfxkcmkojkfgvmBond-Markets_pptxz@1223knkvfxkcmkojkfgvm
Bond-Markets_pptxz@1223knkvfxkcmkojkfgvmcristianpallessingco
 
Entrepeenur story -tushar khurrana and jatan bawa -perfora oral care
Entrepeenur story -tushar khurrana and jatan bawa -perfora oral care Entrepeenur story -tushar khurrana and jatan bawa -perfora oral care
Entrepeenur story -tushar khurrana and jatan bawa -perfora oral care shreyajain219669
 
"Chai Journey : Vidur's Chai Adventure"
"Chai Journey :  Vidur's Chai Adventure""Chai Journey :  Vidur's Chai Adventure"
"Chai Journey : Vidur's Chai Adventure"shalinirkips
 
ENTERPRISE,ENTREPRENEUR,ENTREPRENEURIAL,ENTREPRENEURSHIP & INTRAPRENEURSHIP....
 ENTERPRISE,ENTREPRENEUR,ENTREPRENEURIAL,ENTREPRENEURSHIP & INTRAPRENEURSHIP.... ENTERPRISE,ENTREPRENEUR,ENTREPRENEURIAL,ENTREPRENEURSHIP & INTRAPRENEURSHIP....
ENTERPRISE,ENTREPRENEUR,ENTREPRENEURIAL,ENTREPRENEURSHIP & INTRAPRENEURSHIP....kittustudy7
 
如何办理克拉克森大学毕业证书学位证书成绩单?
如何办理克拉克森大学毕业证书学位证书成绩单?如何办理克拉克森大学毕业证书学位证书成绩单?
如何办理克拉克森大学毕业证书学位证书成绩单?krc0yvm5
 
To be the first choice freight forwarding, Customs Brokerage, and logistics...
To be the first choice freight  forwarding, Customs Brokerage,  and logistics...To be the first choice freight  forwarding, Customs Brokerage,  and logistics...
To be the first choice freight forwarding, Customs Brokerage, and logistics...onesaint969
 
Austin Russell: Innovator Extraordinaire
Austin Russell: Innovator ExtraordinaireAustin Russell: Innovator Extraordinaire
Austin Russell: Innovator ExtraordinaireHariharanR60178
 
Entrepreneurship presentation - Ankush sachdeva
Entrepreneurship presentation - Ankush sachdevaEntrepreneurship presentation - Ankush sachdeva
Entrepreneurship presentation - Ankush sachdevadivasuriya10
 
Harshit pandey- HARPANX FOUNDER INDIA'S YOUNGEST ENTREPRENEUR
Harshit pandey- HARPANX FOUNDER INDIA'S YOUNGEST ENTREPRENEURHarshit pandey- HARPANX FOUNDER INDIA'S YOUNGEST ENTREPRENEUR
Harshit pandey- HARPANX FOUNDER INDIA'S YOUNGEST ENTREPRENEURjahnavidevidillibabu
 
King Siddharth Entrepreneur his journey to success
King Siddharth Entrepreneur his journey to successKing Siddharth Entrepreneur his journey to success
King Siddharth Entrepreneur his journey to successsksriram100
 

Recently uploaded (14)

Zepto CEO : AADIT PALICHA ( Founder & CEO)
Zepto CEO :  AADIT PALICHA ( Founder & CEO)Zepto CEO :  AADIT PALICHA ( Founder & CEO)
Zepto CEO : AADIT PALICHA ( Founder & CEO)
 
"Slice: Bajaj's Entrepreneurial Story"
"Slice:  Bajaj's  Entrepreneurial Story""Slice:  Bajaj's  Entrepreneurial Story"
"Slice: Bajaj's Entrepreneurial Story"
 
Challenges of Women entrepreneurs in Ja.pptx
Challenges of Women entrepreneurs  in Ja.pptxChallenges of Women entrepreneurs  in Ja.pptx
Challenges of Women entrepreneurs in Ja.pptx
 
ENTERPRISE VS ENTREPRENEUR VS INTREPRENEUR VS EMPLOYEE VS EMPLOYMENT VS MANAGER
 ENTERPRISE VS ENTREPRENEUR VS INTREPRENEUR VS EMPLOYEE VS EMPLOYMENT VS MANAGER ENTERPRISE VS ENTREPRENEUR VS INTREPRENEUR VS EMPLOYEE VS EMPLOYMENT VS MANAGER
ENTERPRISE VS ENTREPRENEUR VS INTREPRENEUR VS EMPLOYEE VS EMPLOYMENT VS MANAGER
 
Bond-Markets_pptxz@1223knkvfxkcmkojkfgvm
Bond-Markets_pptxz@1223knkvfxkcmkojkfgvmBond-Markets_pptxz@1223knkvfxkcmkojkfgvm
Bond-Markets_pptxz@1223knkvfxkcmkojkfgvm
 
Entrepeenur story -tushar khurrana and jatan bawa -perfora oral care
Entrepeenur story -tushar khurrana and jatan bawa -perfora oral care Entrepeenur story -tushar khurrana and jatan bawa -perfora oral care
Entrepeenur story -tushar khurrana and jatan bawa -perfora oral care
 
"Chai Journey : Vidur's Chai Adventure"
"Chai Journey :  Vidur's Chai Adventure""Chai Journey :  Vidur's Chai Adventure"
"Chai Journey : Vidur's Chai Adventure"
 
ENTERPRISE,ENTREPRENEUR,ENTREPRENEURIAL,ENTREPRENEURSHIP & INTRAPRENEURSHIP....
 ENTERPRISE,ENTREPRENEUR,ENTREPRENEURIAL,ENTREPRENEURSHIP & INTRAPRENEURSHIP.... ENTERPRISE,ENTREPRENEUR,ENTREPRENEURIAL,ENTREPRENEURSHIP & INTRAPRENEURSHIP....
ENTERPRISE,ENTREPRENEUR,ENTREPRENEURIAL,ENTREPRENEURSHIP & INTRAPRENEURSHIP....
 
如何办理克拉克森大学毕业证书学位证书成绩单?
如何办理克拉克森大学毕业证书学位证书成绩单?如何办理克拉克森大学毕业证书学位证书成绩单?
如何办理克拉克森大学毕业证书学位证书成绩单?
 
To be the first choice freight forwarding, Customs Brokerage, and logistics...
To be the first choice freight  forwarding, Customs Brokerage,  and logistics...To be the first choice freight  forwarding, Customs Brokerage,  and logistics...
To be the first choice freight forwarding, Customs Brokerage, and logistics...
 
Austin Russell: Innovator Extraordinaire
Austin Russell: Innovator ExtraordinaireAustin Russell: Innovator Extraordinaire
Austin Russell: Innovator Extraordinaire
 
Entrepreneurship presentation - Ankush sachdeva
Entrepreneurship presentation - Ankush sachdevaEntrepreneurship presentation - Ankush sachdeva
Entrepreneurship presentation - Ankush sachdeva
 
Harshit pandey- HARPANX FOUNDER INDIA'S YOUNGEST ENTREPRENEUR
Harshit pandey- HARPANX FOUNDER INDIA'S YOUNGEST ENTREPRENEURHarshit pandey- HARPANX FOUNDER INDIA'S YOUNGEST ENTREPRENEUR
Harshit pandey- HARPANX FOUNDER INDIA'S YOUNGEST ENTREPRENEUR
 
King Siddharth Entrepreneur his journey to success
King Siddharth Entrepreneur his journey to successKing Siddharth Entrepreneur his journey to success
King Siddharth Entrepreneur his journey to success
 

Indie Series 04: The Making of SyncSeven