SlideShare ist ein Scribd-Unternehmen logo
1 von 166
Downloaden Sie, um offline zu lesen
BEYOND THE
GUIDELINES
Creating character and identity in
your Android applications

Kevin Grant
Thursday, November 7, 13
Thursday, November 7, 13
Thursday, November 7, 13
It’s still awesome

Thursday, November 7, 13
It’s still awesome
tumblr.com/jobs

Thursday, November 7, 13
Thursday, November 7, 13
Thursday, November 7, 13
Problem
All basic apps look the same

Thursday, November 7, 13
Problem
All basic apps look the same

Thursday, November 7, 13
All holo apps look the
same

Thursday, November 7, 13
All holo apps look the
same
‣ Default styles are easy to implement

Thursday, November 7, 13
All holo apps look the
same
‣ Default styles are easy to implement
‣ ActionBar is really hard to customize

Thursday, November 7, 13
All holo apps look the
same
‣ Default styles are easy to implement
‣ ActionBar is really hard to customize
‣ Deviation isn’t encouraged

Thursday, November 7, 13
New York Times

News
Weak Branding
(these could all be the same)

Circa
Thursday, November 7, 13

Currents
News Strong Branding
Flipboard

Thursday, November 7, 13

Pulse
Users wants results,
not rules

Thursday, November 7, 13
Users wants results,
not rules

Thursday, November 7, 13
Users wants results,
not rules
‣ Creativity is rewarded

Thursday, November 7, 13
Users wants results,
not rules
‣ Creativity is rewarded
‣ “Generally fit” into ecosystem

is enough

Thursday, November 7, 13
Users wants results,
not rules
‣ Creativity is rewarded
‣ “Generally fit” into ecosystem

is enough
‣ Don’t listen to Android

design trolls

Thursday, November 7, 13
“Don’t port your iOS
design to android”

Thursday, November 7, 13
“Don’t port your iOS
design to android”
This doesn’t mean design
should not be a priority

Thursday, November 7, 13
Going to cover 3
topics today

Thursday, November 7, 13
Going to cover 3
topics today
‣ Say YES to your designers

Thursday, November 7, 13
Going to cover 3
topics today
‣ Say YES to your designers
‣ Make your applications WHIMSICAL

Thursday, November 7, 13
Going to cover 3
topics today
‣ Say YES to your designers
‣ Make your applications WHIMSICAL
‣ Be a DESIGN LEADER

Thursday, November 7, 13
Section 1
SAYING YES

Designers send payments to kevingrant5@gmail.com

Thursday, November 7, 13
Section 1
SAYING YES

PROBABLY DO THAT
Designers send payments to kevingrant5@gmail.com

Thursday, November 7, 13
Thursday, November 7, 13
Wouldn’t it be great if...

Thursday, November 7, 13
Wouldn’t it be great if...
What do you think about...

Thursday, November 7, 13
Wouldn’t it be great if...
What do you think about...
How hard would it be to...

Thursday, November 7, 13
Thursday, November 7, 13
Don’t be that guy

Thursday, November 7, 13
Don’t be that guy
‣ Designers aren’t here to ruin the product or

everyone’s lives (just yours)

Thursday, November 7, 13
Don’t be that guy
‣ Designers aren’t here to ruin the product or

everyone’s lives (just yours)
‣ Most of the time, they’re requests are

reasonable, it just requires extra work

Thursday, November 7, 13
Don’t be that guy
‣ Designers aren’t here to ruin the product or

everyone’s lives (just yours)
‣ Most of the time, they’re requests are

reasonable, it just requires extra work
‣ If your designer asks you to move a pixel,

YOU ASK HOW HIGH.

Thursday, November 7, 13
Example
Can we increase the padding
between the home icon and
the back carrot?

Thursday, November 7, 13
Example
Can we increase the padding
between the home icon and
the back carrot?

No
Ugh, Google designed
it this way for a
reason

Thursday, November 7, 13
Example
Can we increase the padding
between the home icon and
the back carrot?

No
Ugh, Google designed
it this way for a
reason

Thursday, November 7, 13

Yes!
I’m sure there’s
something we can do,
I’ll get back to you
Example
Can we change the text color
of a action button based on
it’s state? E.G. FOLLOW should
be white, UNFOLLOW should
be gray.

Thursday, November 7, 13
Example
Can we change the text color
of a action button based on
it’s state? E.G. FOLLOW should
be white, UNFOLLOW should
be gray.

No
You can’t really
change the color of
action bar text
programmatically.

Thursday, November 7, 13
Example
Can we change the text color
of a action button based on
it’s state? E.G. FOLLOW should
be white, UNFOLLOW should
be gray.

No
You can’t really
change the color of
action bar text
programmatically.

Thursday, November 7, 13

Yes!
Sure! It’s not as
straightforward as
just changing the
color, but we can
create a custom view
and use that instead.
Example
Can we add a cool flippy
animation to our dialogs to
make them feel like cards?

Thursday, November 7, 13
Example
Can we add a cool flippy
animation to our dialogs to
make them feel like cards?

No
Unfortunately,
animating dialogs
isn’t supported very
well and there isn’t
much we can do.
Thursday, November 7, 13
Example
Can we add a cool flippy
animation to our dialogs to
make them feel like cards?

No
Unfortunately,
animating dialogs
isn’t supported very
well and there isn’t
much we can do.
Thursday, November 7, 13

Yes!
Hmm that could be tricky!,
We can style an Activity to
look like a dialog and use
Activity Transitions
Note to Designers

Thursday, November 7, 13
Note to Designers
‣ We probably say no too often

Thursday, November 7, 13
Note to Designers
‣ We probably say no too often
‣ Don’t hate on your developers! It’s not their fault!

(Random fun stuff isn’t well supported)

Thursday, November 7, 13
Note to Designers
‣ We probably say no too often
‣ Don’t hate on your developers! It’s not their fault!

(Random fun stuff isn’t well supported)
‣ We’re afraid to work on things that have

unpredictable deadlines

Thursday, November 7, 13
Note to Designers
‣ We probably say no too often
‣ Don’t hate on your developers! It’s not their fault!

(Random fun stuff isn’t well supported)
‣ We’re afraid to work on things that have

unpredictable deadlines
‣ Work with your project managers to make sure that

developers feel comfortable making design risks
that might end up not being used

Thursday, November 7, 13
Case Study - Trending Tag

Can we have these little boxes, and inside the
boxes, new posts come in from the left and right,
kind of like the Windows live tiles?
Thursday, November 7, 13
(me)
Thursday, November 7, 13
Architecture

Thursday, November 7, 13
Architecture
‣ HorizontalListView (Special touch interception for GingerBread)

Thursday, November 7, 13
Architecture
‣ HorizontalListView (Special touch interception for GingerBread)
‣ Added as a Header to List

Thursday, November 7, 13
Architecture
‣ HorizontalListView (Special touch interception for GingerBread)
‣ Added as a Header to List
‣ CustomViewSwitcher

Thursday, November 7, 13
Architecture
‣ HorizontalListView (Special touch interception for GingerBread)
‣ Added as a Header to List
‣ CustomViewSwitcher
‣ Generates child views

Thursday, November 7, 13
Architecture
‣ HorizontalListView (Special touch interception for GingerBread)
‣ Added as a Header to List
‣ CustomViewSwitcher
‣ Generates child views
‣ Manages animations and state

Thursday, November 7, 13
Architecture
‣ HorizontalListView (Special touch interception for GingerBread)
‣ Added as a Header to List
‣ CustomViewSwitcher
‣ Generates child views
‣ Manages animations and state
‣ Manages header tag

Thursday, November 7, 13
Architecture
‣ HorizontalListView (Special touch interception for GingerBread)
‣ Added as a Header to List
‣ CustomViewSwitcher
‣ Generates child views
‣ Manages animations and state
‣ Manages header tag
‣ 7 types of child views

Thursday, November 7, 13
Architecture
‣ HorizontalListView (Special touch interception for GingerBread)
‣ Added as a Header to List
‣ CustomViewSwitcher
‣ Generates child views
‣ Manages animations and state
‣ Manages header tag
‣ 7 types of child views
‣ Stateless

Thursday, November 7, 13
Architecture
‣ HorizontalListView (Special touch interception for GingerBread)
‣ Added as a Header to List
‣ CustomViewSwitcher
‣ Generates child views
‣ Manages animations and state
‣ Manages header tag
‣ 7 types of child views
‣ Stateless
‣ Manages it’s own design
Thursday, November 7, 13
Issues
Always animating

Thursday, November 7, 13
Issues
Always animating
‣ Since main screen is a ViewPager, the

Animations were always running

Thursday, November 7, 13
Issues
Always animating
‣ Since main screen is a ViewPager, the

Animations were always running
‣ Animation implementation breaking other

unrelated animations

Thursday, November 7, 13
Issues
Always animating
‣ Since main screen is a ViewPager, the

Animations were always running
‣ Animation implementation breaking other

unrelated animations
‣ Header Views are never recycled

Thursday, November 7, 13
Issues
Always animating
‣ Since main screen is a ViewPager, the

Animations were always running
‣ Animation implementation breaking other

unrelated animations
‣ Header Views are never recycled
‣ always animating even if not visible

Thursday, November 7, 13
Issues
Always animating
‣ Since main screen is a ViewPager, the

Animations were always running
‣ Animation implementation breaking other

unrelated animations
‣ Header Views are never recycled
‣ always animating even if not visible
‣ Hurts scroll performance

Thursday, November 7, 13
The code sucks

Thursday, November 7, 13
The code sucks
Doesn’t matter, still works

Thursday, November 7, 13
Section 2
Whimsy

Thursday, November 7, 13
Creative block?

Thursday, November 7, 13
Get drunk.

Thursday, November 7, 13
There is nothing fun about holo

Thursday, November 7, 13
There is nothing fun about holo

Your app should be fun

Thursday, November 7, 13
Use Colors
Vine

Thursday, November 7, 13

Rdio
Do unexpected things
Yelp

Thursday, November 7, 13
Do unexpected things
Yelp

Thursday, November 7, 13

Foursquare (iOS, but it’s still awesome)
Add meaningful animations
Pinterest

Thursday, November 7, 13

Circa
Add meaningful animations
Pinterest

Thursday, November 7, 13

Circa
Add meaningful animations
Pinterest

(Check out 4.4 ListViewWindowCompat)

Thursday, November 7, 13

Circa
Add meaningless animations
Snapchat

Thursday, November 7, 13
Why?
its fun. We like to be delighted

Thursday, November 7, 13
Screen Action Items

Thursday, November 7, 13
Screen Action Items
- Actionable items outside of
the ActionBar

Thursday, November 7, 13
Screen Action Items
- Actionable items outside of
the ActionBar
- Unique experience of
blending your passive
content

Thursday, November 7, 13
Screen Action Items
- Actionable items outside of
the ActionBar
- Unique experience of
blending your passive
content
- Provide unique branding

Thursday, November 7, 13
Screen Action Items
- Actionable items outside of
the ActionBar
- Unique experience of
blending your passive
content
- Provide unique branding
- Great place to have “fun”

Thursday, November 7, 13
How’d we do it?
Screen Action Items can be difficult
to integrate into existing code bases.
Use case questions must be
answered:

Thursday, November 7, 13
How’d we do it?
Screen Action Items can be difficult
to integrate into existing code bases.
Use case questions must be
answered:
- Shoud view always be present?

Thursday, November 7, 13
How’d we do it?
Screen Action Items can be difficult
to integrate into existing code bases.
Use case questions must be
answered:
- Shoud view always be present?
- Hide on select or scroll?

Thursday, November 7, 13
How’d we do it?
Screen Action Items can be difficult
to integrate into existing code bases.
Use case questions must be
answered:
- Shoud view always be present?
- Hide on select or scroll?
- Every Activity (or fragment)?

Thursday, November 7, 13
How’d we do it?
Screen Action Items can be difficult
to integrate into existing code bases.
Use case questions must be
answered:
- Shoud view always be present?
- Hide on select or scroll?
- Every Activity (or fragment)?
- Moveable?

Thursday, November 7, 13
How’d we do it?

Thursday, November 7, 13
How’d we do it?
- Create Views Dynamically

Thursday, November 7, 13
How’d we do it?
- Create Views Dynamically
- Add Views to DecorView for maximum flexibility

Thursday, November 7, 13
How’d we do it?
- Create Views Dynamically
- Add Views to DecorView for maximum flexibility
(getWindow().getDecorView())

Thursday, November 7, 13
How’d we do it?
- Create Views Dynamically
- Add Views to DecorView for maximum flexibility
(getWindow().getDecorView())

- If targeting API < 11, position using left / top margins

Thursday, November 7, 13
How’d we do it?
- Create Views Dynamically
- Add Views to DecorView for maximum flexibility
(getWindow().getDecorView())

- If targeting API < 11, position using left / top margins
- If targeting API >= 11, can position using setX / setY or
using animators

Thursday, November 7, 13
What can I do today?

Thursday, November 7, 13
What can I do today?

Add fun press states!

Thursday, November 7, 13
Growing Press State

Thursday, November 7, 13
Growing Press State

Mileage may vary based
on how you want to
detect “move outside”

Thursday, November 7, 13
Growing Press State continued

Thursday, November 7, 13
Growing Press State continued
Use more than 2
values

Thursday, November 7, 13
Growing Press State continued
Use more than 2
values

Use Different
interpolators
Thursday, November 7, 13
Thursday, November 7, 13
What can I do today?
Cooler Transitions

Thursday, November 7, 13
What can I do today?
Dialog Themed Activitys
and Popup Components to
reduce Navigation Remorse

Facebook

Thursday, November 7, 13

Tumblr
What can I do today?
Action Animations make me feel special
Google+

Thursday, November 7, 13

Tumblr
Section 3
BE A DESIGN LEADER
Don’t be a follower

Thursday, November 7, 13
Everything we have
started as someones idea

Thursday, November 7, 13
Everything we have
started as someones idea
‣ ViewPager

Thursday, November 7, 13
Everything we have
started as someones idea
‣ ViewPager
‣ Double-Tap to zoom

Thursday, November 7, 13
Everything we have
started as someones idea
‣ ViewPager
‣ Double-Tap to zoom
‣ Slide to dismiss list-items

Thursday, November 7, 13
Everything we have
started as someones idea
‣ ViewPager
‣ Double-Tap to zoom
‣ Slide to dismiss list-items
‣ Pretty much everything

Thursday, November 7, 13
Navigation Drawer
Remember when this was socially unacceptable?

Thursday, November 7, 13
Navigation Drawer
Remember when this was socially unacceptable?
‣ Junk Drawer / Trash Drawer

Thursday, November 7, 13
Navigation Drawer
Remember when this was socially unacceptable?
‣ Junk Drawer / Trash Drawer
‣ Sloppy Design

Thursday, November 7, 13
Navigation Drawer
Remember when this was socially unacceptable?
‣ Junk Drawer / Trash Drawer
‣ Sloppy Design
‣ Doing it wrong

Thursday, November 7, 13
Now it’s a leading navigation style

Thursday, November 7, 13
Now it’s a leading navigation style

ESPN ScoreCenter

Thursday, November 7, 13
Now it’s a leading navigation style

ESPN ScoreCenter

Thursday, November 7, 13

Foursquare
Now it’s a leading navigation style

ESPN ScoreCenter

Thursday, November 7, 13

Foursquare

Facebook
Now it’s a leading navigation style

ESPN ScoreCenter

Thursday, November 7, 13

Foursquare

Facebook

Spotify
In Every Google App

Thursday, November 7, 13
In Every Google App

Thursday, November 7, 13
But what if I want to change it a bit

Thursday, November 7, 13
But what if I want to change it a bit

Generates a lot of rage
Thursday, November 7, 13
But what if I want to change it a bit

Generates a lot of rage
Thursday, November 7, 13
Until Google does it, then it’s fine

Thursday, November 7, 13
Until Google does it, then it’s fine

Thursday, November 7, 13
Pull To Refresh
Remember when this was considered bad design
for Android?

Thursday, November 7, 13
Now it’s a behavior all users expect
Twitter

Foursquare

Path

show images of all the apps
Text

Thursday, November 7, 13
Now it’s a behavior all users expect
Twitter

Foursquare

Path (the booger)

show images of all the apps
Text

Thursday, November 7, 13
And Google added it into all of their products
No official support yet =(
Gmail

Thursday, November 7, 13

Google+

Drive
How does Chrome even fit in?

Thursday, November 7, 13
How does Chrome even fit in?

I dunno, but it’s
awesome
Thursday, November 7, 13
What does this all mean?

Thursday, November 7, 13
What does this all mean?

Do something
awesome

Thursday, November 7, 13
What does this all mean?

Do something
awesome
(but don’t use lens flares)

Thursday, November 7, 13
Swipe Back
(stolen from iOS7)

Thursday, November 7, 13
Thursday, November 7, 13
iOS != Bad

Thursday, November 7, 13
iOS != Bad
Even though I like to
pretend it does

Thursday, November 7, 13
Thursday, November 7, 13
Design for a
tiny hand.

Thursday, November 7, 13
Design for a
tiny hand.

Thursday, November 7, 13
Design for a
tiny hand.
- Up Button too far away

Thursday, November 7, 13
Design for a
tiny hand.
- Up Button too far away
- Back button provides no context

Thursday, November 7, 13
Design for a
tiny hand.
- Up Button too far away
- Back button provides no context
- Why not?
Thursday, November 7, 13
Swipe Back

Thursday, November 7, 13
How’d we do it

Thursday, November 7, 13
How’d we do it
Before launching any activity,
capture the bitmap of the current
window and save it in image cache.

Thursday, November 7, 13
How’d we do it
Before launching any activity,
capture the bitmap of the current
window and save it in image cache.
Override setContentView in the
receiving activity and set the bitmap
on an ImageView behind the activity,
on the DecorView

Thursday, November 7, 13
How’d we do it
Before launching any activity,
capture the bitmap of the current
window and save it in image cache.
Override setContentView in the
receiving activity and set the bitmap
on an ImageView behind the activity,
on the DecorView
Open source coming soon!
Thursday, November 7, 13
Whatever you do:
Be consistent

Thursday, November 7, 13
We Took our cues
from Android...

Thursday, November 7, 13
And went a bit
further

Thursday, November 7, 13
Wrapping up

Thursday, November 7, 13
Wrapping up
‣ Say YES, it’s what makes our shit

awesome

Thursday, November 7, 13
Wrapping up
‣ Say YES, it’s what makes our shit

awesome
‣ Be WHIMSICAL!

Thursday, November 7, 13
Wrapping up
‣ Say YES, it’s what makes our shit

awesome
‣ Be WHIMSICAL!
‣ Be a DESIGN LEADER and push

beyond the guidelines

Thursday, November 7, 13
“Good applications
follow the guidelines,
better applications
challenge them.”

Thursday, November 7, 13
Thank you!

kevingrant@tumblr.com
kevinthebigapple.tumblr.com
@kevingrant5
Thursday, November 7, 13

Weitere ähnliche Inhalte

Andere mochten auch

Andere mochten auch (9)

Liquid Oxygen Nitrogen Plants of Better Deal Machineries Pvt. Ltd.
Liquid Oxygen Nitrogen Plants of Better Deal Machineries Pvt. Ltd. Liquid Oxygen Nitrogen Plants of Better Deal Machineries Pvt. Ltd.
Liquid Oxygen Nitrogen Plants of Better Deal Machineries Pvt. Ltd.
 
Protocols de derivació al alt empordà
Protocols de derivació al alt empordàProtocols de derivació al alt empordà
Protocols de derivació al alt empordà
 
Segundo grado
Segundo gradoSegundo grado
Segundo grado
 
Intro omnetpp-if13-published
Intro omnetpp-if13-publishedIntro omnetpp-if13-published
Intro omnetpp-if13-published
 
Ajedrez
AjedrezAjedrez
Ajedrez
 
10 puisi aneh
10 puisi aneh10 puisi aneh
10 puisi aneh
 
Red Hat Middleware Solutions for SAP Systems
Red Hat Middleware Solutions for SAP SystemsRed Hat Middleware Solutions for SAP Systems
Red Hat Middleware Solutions for SAP Systems
 
Machine Learning for Body Sensor Networks
Machine Learning for Body Sensor NetworksMachine Learning for Body Sensor Networks
Machine Learning for Body Sensor Networks
 
Idocaedro aplicacion
Idocaedro aplicacionIdocaedro aplicacion
Idocaedro aplicacion
 

Ähnlich wie Android Design: Beyond the Guidelines

5 Ways to Awesome-ize Your (PHP) Code
5 Ways to Awesome-ize Your (PHP) Code5 Ways to Awesome-ize Your (PHP) Code
5 Ways to Awesome-ize Your (PHP) CodeJeremy Kendall
 
Slaying Bugs with Gradle and Jenkins
Slaying Bugs with Gradle and JenkinsSlaying Bugs with Gradle and Jenkins
Slaying Bugs with Gradle and JenkinsDavid Kay
 
TDD with LEGO at SDEC13
TDD with LEGO at SDEC13TDD with LEGO at SDEC13
TDD with LEGO at SDEC13BillyGarnet
 
KANBAN – NOT „YET ANOTHER DEVELOPMENT PROCESS“ (FLORIAN EISENBERG) - LKCE13
KANBAN – NOT „YET ANOTHER DEVELOPMENT PROCESS“ (FLORIAN EISENBERG) - LKCE13KANBAN – NOT „YET ANOTHER DEVELOPMENT PROCESS“ (FLORIAN EISENBERG) - LKCE13
KANBAN – NOT „YET ANOTHER DEVELOPMENT PROCESS“ (FLORIAN EISENBERG) - LKCE13Lean Kanban Central Europe
 
Multiplatform, Promises and HTML5
Multiplatform, Promises and HTML5Multiplatform, Promises and HTML5
Multiplatform, Promises and HTML5C4Media
 
Maximiliano Firtman
Maximiliano FirtmanMaximiliano Firtman
Maximiliano FirtmanColombia3.0
 
99 inception-deck
99 inception-deck99 inception-deck
99 inception-deckdrewz lin
 
Bankers Association Communications Conference Deck
 Bankers Association Communications Conference Deck Bankers Association Communications Conference Deck
Bankers Association Communications Conference DeckHodges_Digital
 
DevOpsDay London Ben Hughes Security
DevOpsDay London Ben Hughes SecurityDevOpsDay London Ben Hughes Security
DevOpsDay London Ben Hughes Securitybeehooze
 
Some simple tips for front-end performance in WordPress
Some simple tips for front-end performance in WordPressSome simple tips for front-end performance in WordPress
Some simple tips for front-end performance in WordPressiparr
 
Advanced business models i catapult
Advanced business models   i catapultAdvanced business models   i catapult
Advanced business models i catapultFounder-Centric
 
Speak the Web - Liverpool 24.07.13
Speak the Web - Liverpool 24.07.13Speak the Web - Liverpool 24.07.13
Speak the Web - Liverpool 24.07.13Kirsty Burgoine
 
Boston University - Digital Media
Boston University - Digital MediaBoston University - Digital Media
Boston University - Digital MediaPRSSANational
 
Job searching for the 21st Century!
Job searching for the 21st Century!Job searching for the 21st Century!
Job searching for the 21st Century!Richard Nichols
 
Agileee 2013: Andrii Dzynia "How To Manage Testing in Agile World"
Agileee 2013: Andrii Dzynia "How To Manage Testing in Agile World"Agileee 2013: Andrii Dzynia "How To Manage Testing in Agile World"
Agileee 2013: Andrii Dzynia "How To Manage Testing in Agile World"SCRUMguides
 
Designing hacks
Designing hacksDesigning hacks
Designing hacksjbcima
 
Android Development - NOTE TAKING APP FROM SCRATCH
Android Development - NOTE TAKING APP FROM SCRATCHAndroid Development - NOTE TAKING APP FROM SCRATCH
Android Development - NOTE TAKING APP FROM SCRATCHKeith Levi Lumanog
 

Ähnlich wie Android Design: Beyond the Guidelines (20)

5 Ways to Awesome-ize Your (PHP) Code
5 Ways to Awesome-ize Your (PHP) Code5 Ways to Awesome-ize Your (PHP) Code
5 Ways to Awesome-ize Your (PHP) Code
 
Slaying Bugs with Gradle and Jenkins
Slaying Bugs with Gradle and JenkinsSlaying Bugs with Gradle and Jenkins
Slaying Bugs with Gradle and Jenkins
 
TDD with LEGO at SDEC13
TDD with LEGO at SDEC13TDD with LEGO at SDEC13
TDD with LEGO at SDEC13
 
KANBAN – NOT „YET ANOTHER DEVELOPMENT PROCESS“ (FLORIAN EISENBERG) - LKCE13
KANBAN – NOT „YET ANOTHER DEVELOPMENT PROCESS“ (FLORIAN EISENBERG) - LKCE13KANBAN – NOT „YET ANOTHER DEVELOPMENT PROCESS“ (FLORIAN EISENBERG) - LKCE13
KANBAN – NOT „YET ANOTHER DEVELOPMENT PROCESS“ (FLORIAN EISENBERG) - LKCE13
 
Multiplatform, Promises and HTML5
Multiplatform, Promises and HTML5Multiplatform, Promises and HTML5
Multiplatform, Promises and HTML5
 
Make it right the first time
Make it right the first timeMake it right the first time
Make it right the first time
 
SPRINT3R-SWPSDLC2556-CLOSING
SPRINT3R-SWPSDLC2556-CLOSINGSPRINT3R-SWPSDLC2556-CLOSING
SPRINT3R-SWPSDLC2556-CLOSING
 
Maximiliano Firtman
Maximiliano FirtmanMaximiliano Firtman
Maximiliano Firtman
 
99 inception-deck
99 inception-deck99 inception-deck
99 inception-deck
 
Bankers Association Communications Conference Deck
 Bankers Association Communications Conference Deck Bankers Association Communications Conference Deck
Bankers Association Communications Conference Deck
 
DevOpsDay London Ben Hughes Security
DevOpsDay London Ben Hughes SecurityDevOpsDay London Ben Hughes Security
DevOpsDay London Ben Hughes Security
 
Some simple tips for front-end performance in WordPress
Some simple tips for front-end performance in WordPressSome simple tips for front-end performance in WordPress
Some simple tips for front-end performance in WordPress
 
Advanced business models i catapult
Advanced business models   i catapultAdvanced business models   i catapult
Advanced business models i catapult
 
Speak the Web - Liverpool 24.07.13
Speak the Web - Liverpool 24.07.13Speak the Web - Liverpool 24.07.13
Speak the Web - Liverpool 24.07.13
 
Boston University - Digital Media
Boston University - Digital MediaBoston University - Digital Media
Boston University - Digital Media
 
Job searching for the 21st Century!
Job searching for the 21st Century!Job searching for the 21st Century!
Job searching for the 21st Century!
 
Agileee 2013: Andrii Dzynia "How To Manage Testing in Agile World"
Agileee 2013: Andrii Dzynia "How To Manage Testing in Agile World"Agileee 2013: Andrii Dzynia "How To Manage Testing in Agile World"
Agileee 2013: Andrii Dzynia "How To Manage Testing in Agile World"
 
Designing hacks
Designing hacksDesigning hacks
Designing hacks
 
Android Development - NOTE TAKING APP FROM SCRATCH
Android Development - NOTE TAKING APP FROM SCRATCHAndroid Development - NOTE TAKING APP FROM SCRATCH
Android Development - NOTE TAKING APP FROM SCRATCH
 
Sd
SdSd
Sd
 

Kürzlich hochgeladen

(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...ranjana rawat
 
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service Bhiwandi
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service BhiwandiVIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service Bhiwandi
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service BhiwandiSuhani Kapoor
 
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Call Girls in Nagpur High Profile
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...kumaririma588
 
Petrosains Drama Competition (PSDC).pptx
Petrosains Drama Competition (PSDC).pptxPetrosains Drama Competition (PSDC).pptx
Petrosains Drama Competition (PSDC).pptxIgnatiusAbrahamBalin
 
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...Amil baba
 
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Delhi Call girls
 
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...babafaisel
 
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...nagunakhan
 
VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...
VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...
VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...Suhani Kapoor
 
SD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxSD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxjanettecruzeiro1
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)amitlee9823
 
Fashion trends before and after covid.pptx
Fashion trends before and after covid.pptxFashion trends before and after covid.pptx
Fashion trends before and after covid.pptxVanshNarang19
 
WAEC Carpentry and Joinery Past Questions
WAEC Carpentry and Joinery Past QuestionsWAEC Carpentry and Joinery Past Questions
WAEC Carpentry and Joinery Past QuestionsCharles Obaleagbon
 
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdfThe_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdfAmirYakdi
 
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️soniya singh
 
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130Suhani Kapoor
 

Kürzlich hochgeladen (20)

(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
 
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service Bhiwandi
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service BhiwandiVIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service Bhiwandi
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service Bhiwandi
 
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
 
Petrosains Drama Competition (PSDC).pptx
Petrosains Drama Competition (PSDC).pptxPetrosains Drama Competition (PSDC).pptx
Petrosains Drama Competition (PSDC).pptx
 
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
 
escort service sasti (*~Call Girls in Prasad Nagar Metro❤️9953056974
escort service sasti (*~Call Girls in Prasad Nagar Metro❤️9953056974escort service sasti (*~Call Girls in Prasad Nagar Metro❤️9953056974
escort service sasti (*~Call Girls in Prasad Nagar Metro❤️9953056974
 
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...
 
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
 
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
 
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...
 
VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...
VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...
VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...
 
SD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxSD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptx
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
Fashion trends before and after covid.pptx
Fashion trends before and after covid.pptxFashion trends before and after covid.pptx
Fashion trends before and after covid.pptx
 
WAEC Carpentry and Joinery Past Questions
WAEC Carpentry and Joinery Past QuestionsWAEC Carpentry and Joinery Past Questions
WAEC Carpentry and Joinery Past Questions
 
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdfThe_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
 
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
 
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
 
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
 

Android Design: Beyond the Guidelines