Flic – Founded in February 2013 – Indiegogo launch 17th November 2014



Flic – Founded in February 2013 – Indiegogo launch 17th November 2014

0 2


battlehack-presentation

Battlehack Presentation 2015.

On Github 50ButtonsEach / battlehack-presentation

Flic

A magic wireless button that connects to your Android or iOS device

Made with love by Shortcut Labs

Founded in February 2013

Indiegogo launch 17th November 2014

15 employees

Voted second most attractive startup in 2014 by Internetworld Sweden

We love developers!

Our vision is to become the de-facto bluetooth button for developers on iOS and Android

New library (finished yesterday)

iOS only requires 4(!!!) lines of code!

- (void)viewDidLoad
{
    [super viewDidLoad];
    // 1
    self.flicManager = [[SCLFlicManager alloc] initWithDelegate:self appID:APP_ID appSecret:APP_SECRET andRestoreState:YES];
}

- (IBAction)grab:(id)sender;
{
    // 2
    [self.flicManager requestButtonFromFlicAppWithCallback:@"externalflictest://button"];
}

- (BOOL)handleOpenURL:(NSURL *)url;
{
    // 3
    self.flicButton = [self.flicManager generateButtonFromURL:url];
    // 4
    self.flicButton.delegate = self;
    return YES;
}

- (void) flicButton:(SCLFlicButton *) button didReceiveButtonDown:(BOOL) queued age: (NSInteger) age;
{
    // insert magic
}

But what about Android?

We are truly sorry but it's 10 lines of code...

Similar structure as iOS code

We have Flic developers here for you who will help you get going with Flic!

Code templates @ Github

And never forget...

Flic A magic wireless button that connects to your Android or iOS device Made with love by Shortcut Labs