why is making and managing apps so hard?

14
Why is making and managing apps so hard? Nick Bogaty Adobe

Upload: nick-bogaty

Post on 11-Jan-2017

23.232 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Why is making and managing apps so hard?

Why is making and managing apps so hard? Nick BogatyAdobe

Page 2: Why is making and managing apps so hard?
Page 3: Why is making and managing apps so hard?
Page 4: Why is making and managing apps so hard?

<!DOCTYPE html><html><!--Created 10-16-1997--><head><title>Sample</title></head><body><p>Sample text</p></body></html>

Page 5: Why is making and managing apps so hard?
Page 6: Why is making and managing apps so hard?

2012 2015

Page 7: Why is making and managing apps so hard?

• iBeacons • Notifications • Deep links • Camera • Geolocation • Touch ID • Gyro • Compass • File storage • All other APIs and Sensors that

Apple and Google are building

Page 8: Why is making and managing apps so hard?

If there is a reason for an audience to do this, you have unprecedented access to that audience.

Page 9: Why is making and managing apps so hard?
Page 10: Why is making and managing apps so hard?

#import "DumHangingBase.h"#import "Game.h"

@implementation DumHangingBase- (NSInteger)pieceType return StationaryEnemyPiece;}- (id)initInGame:(Game *)g { if (!(self = [self initInGame:g imageName:@"hbase" numFrames:4])) return nil; [self setPerFrameTime:500 + 20 * [Game randInt:10]]; return self;}- (void)explode {

}

@end

Page 11: Why is making and managing apps so hard?

App Prototyping for UX Design

MADPs for Developers

Gazillions of Point App Services

Page 12: Why is making and managing apps so hard?

Centralized assets and content management

Native app management and design

Developer Extensibility

Bringing it All Together

Marketing services

Page 13: Why is making and managing apps so hard?

Web Mgmt. App Mgmt.

Page 14: Why is making and managing apps so hard?