SlideShare ist ein Scribd-Unternehmen logo
1 von 194
Downloaden Sie, um offline zu lesen
App Design Guide
Tim Lin
Apps generation

iOS pattern

Android pattern

Windows Phone
pattern 

Cross platform

UI -> UX

Example

Q&A
Agenda
Apps generation
50 Millions Achieve Time
0
20
40
60
80
Telephone Radio TV Internet
Facebook iPod DrawSomthing Angrybird
50 Millions Achieve Time
0
1
2
3
4
Internet Facebook iPod DrawSomthing
Angrybird
Android Shipments
iPhone Shipments
Big Vendors’ Shipments
Statistics
Apps Available
App Downloads
Very Interested Rate
iOS
米羅 也需要定義所使⽤用的元素
UI Overview
Navigation Bar
Manage Screens Hierarchy

Center Text is the Title

Back Button Label Previous
Title

Don’t Create a Multi-
segmented Back Button
Toolbar
Contain Control to
Perform Action

Frequently Used
Command
Tab Bar
Organize Information at the App Level

Don’t Use Tab to Perform Action

Don’t Remove a Tab When the Function is
Unavailable
顯⽰示不能點的Tab⽽而不要隱藏
MapView
Let User Interact with
it is Better

Use Standard Pin Color

red:destination

green:start point

purple:user-specified
point
Page View Controller
Popover (iPad only)
Independent Window to
handle View Action

Avoid Making a Popover
too Big

One Popover is Visible at
a Time
Split View (iPad only)
Table View - I
Display List Structure Data

Avoid Variable Height

Group or Plain
Table View - II
GroupPlain
Table View - III
System Style
Alert
Avoid Create Unnecessary
Alert

Keep the Title Short enough
to Display in one Line, but
Avoid Single Word

Explain what People Can do
with it
Action Sheet
Display a Set of Choices to
Action

Include a Cancel Button
(iPhone)

Avoid too many Choices

Use Red Button to Indicate
Destructive Action
Picker
Choose Date, Time or
any Set of Data

Present Picker only in
Popover(iPad)
Segment Control
Make Sure each Segment
is Easy to Tap

Same Size is Better

Avoid Mixing Text and
Image into a Segment
Switcher
Present two Exclude
Choices or States (Used in
Table View only)
PassBook
Why PassBook
The simplest way to get all your passes in
one place

Add, Delete, Share

Time Notification or Location Notification

Auto Update data
Type
Boarding Pass

Coupon

Event Ticket

Store Card

Generic
Demo Video
Game Center
Why GameCenter
No Multiplayer and Social System

3rd parties - OpenFient, Plus+, AGON
Online, Score loop

Non-unified Experience
User Information
Nick Name

Apple ID

Point

Profile
Feature
Leader Board

Achievement

Multiplayer
In App Purchase
Type
Consumable

Non-Consumable

Auto-Renewing Subscriptions

Free Subscription

Non-Renewing Subscriptions
Brand New Style
iOS 6iOS 7
In iOS 7, you can manage scroll view insets yourself by using the automaticallyAdjustsScrollViewInsets
property of UIViewController.
Table View
A table view presents data in a single-‐column list of multiple rows.
iOS 7 introduces several changes to the appearances of both plain and grouped table views.
Content Views
Table View
2013-‐06-‐10 | Copyright © 2013 Apple Inc. All Rights Reserved. Apple Confidential Information.
33
iOS 6iOS 7
In iOS 7, you can use a custom animator object and an optional interactive controller object to manage modal
presentation.Tolearnmoreaboutcustomviewcontrollertransitions,seeUIViewControllerAnimatorTransitioning
Protocol Reference and UIViewControllerInteractiveTransitioning Protocol Reference.
Temporary Views
Modal View
TheElements sample app in iOS 6 SimulatorTheElements sample app in iOS 7 Simulator
Before You Start
IOS 7
Icon Style
No Boarder
No Shadow
Navigation Bar
In iOS 7, you can control the style of the status bar from an individual view controller and change it while the
app runs. To opt in to this behavior, add the UIViewControllerBasedStatusBarAppearance key to an
app’s Info.plist file and give it the value YES.
Navigation Bar
A navigation bar helps users navigate through an information hierarchy and, optionally, manage screen contents.
iOS 6iOS 7
iOS 6iOS 7
Opaque gradient blue (default) or
opaque black.
By default, the translucent property
is NO.
Translucent light (default) or translucent
dark.
By default, the translucent property is
YES.
Bar style
A drop shadow appears at the bottom
edge.
A one-‐pixel hairline appears at the bottom
edge.
Appearance
Use tintColor to tint the bar
background.
Use tintColor to tint bar button items.
Use barTintColor to tint the bar
background.
Tinting
The Back button is a bordered button
that contains the title of the previous
screen.
The Back control is a chevron plus the title
of the previous screen. *
Back button
* If you want to use a custom image to replace the default chevron, you also need to create a custom mask
Navigation Bar
Tab Bar
A drop shadow appears at the bottom
edge.
A one-‐pixel hairline appears at the bottom
edge.
Appearance
Use tintColor to tint the bar
background.
Use tintColor to tint scope button
contents.
Use barTintColor to tint the bar
background.
Tinting
Tab Bar
A tab bar gives people the ability to switch between different subtasks, views, and modes.
iOS 6iOS 7
iOS 6iOS 7
Opaque gradient black (default). In
iOS 6, the tab bar doesn’t include
the barStyle or translucent
properties.
UITabBar includes the barStyle property.
Translucent light (default) or translucent dark.
By default, the translucent property is YES.
Bar style
Selection indicator image drawn
behind the tab icon.
The divider image is optional; if provided, a
custom selection indicator image is used.
Appearance
Use tintColor to tint the bar
background.
Use tintColor to tint selected tab bar items.
Use barTintColor to tint the bar
background.
Tinting
If you create a custom icon for a tab bar item, you can also use the selectedImage property of UITabBarItem
to specify a second icon that represents the selected state of the item. If you don’t provide a selected version
of a custom icon, the same icon is used in both states.
Sample - I
Sample - II
Sample - III
Sample - IV
Sample - V
Sample - VI
Sample - VII
Android
UI Overview
System Bars
Status Bar

Navigation Bar

Combined Bar
Home, All App, Recents
Notification
Swipe to remove
Common App UI
Main Action Bar

View Control

Content Area

Split Action Bar
System Style
Gestures - I
Touch Long Press Swipe Drag
Gestures - II
Double Click Pinch Open Pinch Close
Tabs
Scrollable Tabs Fixed Tabs
Stack Tabs
Add Tabs into Action Bar
List & Scroll
Grid Lists
Vertical Horizontal
Buttons - I
Buttons - II
Borderless style
Text Fields
Seek Bars & Sliders
Switchers
Switches
RadioButtons
CheckBoxes
Dialogs
Optional Title Region

Content Area

Action Buttons
Typical Dialog
With List With Picker With TextField
Alerts
Alert without 

Title Bars
Alert with 

Title Bars
Popups
No exactly Cancel/Accept Button
Toasts
Auto disappear

Lightweight feedback
Pickers
Date PickerTime Picker
Widgets - I
Hybird Widget
Control Widget
Information Widget
Widgets - II
GridList Custom
Collection Type
Fragmentation
DevicesAndroid Fragmentation 2013
We have seen 11,868 distinct devices download our app in the past
few months. In our report last year we saw 3,997.
More than 10000
OSs
Android Fragmentation 2013
COMPARISON WITH IOS
Compare with iOS
COMPARISON WITH IOS
Android fragmentation of all kinds is usually illustrated in comparison with iOS. These two pie charts
clearly show the difference in API fragmentation between the two competing operating systems.
SCREEN SIZES
Decide API level

Use third-party
library

Test and test....
Solution
Screen Sizes
Android Fragmentation 2013
various default elements. Secondly, no other smartphone platform boasts such a proliferation of different
screen sizes. For help in overcoming these difficulties see our 40 developer tips for Android Optimization.
Designing and coding layouts that work well across all these screens is hugely challenging. Across the
Same looking

Provide different size of pictures

Use DP not PX

Different looking

Provide layouts for different screen size

Use Fragment to mix layout
Solution
Fragments
Handset UI
Tablet UI
Windows Phone
UI Overview
Metro
Metro是我們的設計語⾔言。我們之所以稱它為Metro,是因為
它在內容及排版上是有現代感⽽而且乾淨的、流暢⽽而⼜又充滿動
態感。⽽而且這完全是真實的

Metro is our design
language, it’s modern
and clean, simple and
direct. It’s elevates
content. It’s love
typography. And while
it’s deniably,
authentically.
Metro Style
Nokia Lumia
Live Tiles
Live Tiles Type
News

Finance

Sports

Trending

Travel
Panorama
Flat UI
Screen
Screen in Motion
Principles
Pride in Craftsmanship
Sweat the details.

Make using apps safe and reliable.

Use balance, symmetry, and hierarchy.

Align your app layout to the grid, the new layout for apps.

Make your app accessible to the widest possible audience, including people who have impairments or disabilities.
Get on the Grid
The grid is the
glue to give your
content the
cohesion it needs
It all Stacks Up
Use hierarchy and
balance when
design your app

Good use of
typography can
create a sense of
structure and
rhythm in your app
Who are you
Find the
typography that
best reflect your
app’s personalty
Be Fast and Fluid
Be responsive to user interaction and ready for the next interaction.

Design for touch and direct interaction.

Delight your users with motion.

Smoothly connect to what comes before and after.
Content over Chrome
By removing the
chrome and take
advantage of font,
scale, and color,
sender name and
title are easier to
read
Let your Content
Breathe
Relevant commands
and functionality
are apparent and
easy to interact
with
Authentically Digital
Be dynamic and alive with communication.

Use typography beautifully.

Use bold, vibrant colors.

Connect to the cloud so that your users can stay connected to each other
Be Alive
Live Tiles are responsive,
alive and engaging. 

Plus they can run the
gamut of your
imagination - from
notifying you about new
email to giving you the
inside tip on drink
specials at your favorite
bar.
Motion
Help people learn
how your app’s
interface work
Do More with Less
Be great at something instead of mediocre at lots of things.

Put content before chrome.

Be visually focused and direct, letting people get immersed in what they love, and they will explore the rest.

Inspire confidence in users.

Reduce redundancy in your UI.
Info is In
Be “infographic” information
delivery is the primary goal,
not the wrapper around it.

Adopting the infographic
approach will help you optimize
the user experience on Window
Phone
Win as One
Use the UI model.

Work with other apps to complete scenarios by participating in app contracts.

Use our tools and templates to promote consistency.
Think platform
Consider how your app will work across from
factors and scenarios.
Process
Concept
Focus your App
experience
Photosynth
Structure
Organization make everything easier.
Audible
Interaction
Tell the story of your app
Epicurious
Visual
Speak without words.
Cocktail Flow
Prototype
Refine your masterpiece.
Cross platform App
How many Platforms
do we have?
Statistics
市占率比較
開發⾨檻
Web App
Estimate
Estimate - I
native feature
Web App Native App
Estimate - II
UX first
Web App Native App
Estimate - III
complex UI
Web App Native App
Estimate - IV
low budget
Web App Native App
Estimate - V
IAP
Web App Native App
Estimate - VI
SEO
Web App Native App
Estimate - VII
review needed
Web App Native App
Estimate - VIII
numerous data
Web App Native App
Estimate - IX
update frequently
Web App Native App
Estimate - X
Cross platform
Web App Native App
Web App
Web App
Browser support
Compare - I
AndroidIOS
Same
Compare - II
AndroidIOS
Different
UI -> UX
UI Design Flow
Research
Define Persona
List Use Case
Define Flow
Design UI
Prototyping
Test
Detail Steps - I
Field research

Face to face interviewing

Creation and administering of tests

Gathering, organizing and present statistics

Documentation of peoples and finding

Production design
Detail Steps - II
Feature writing

Requirement writing

Graphic arts

Interaction design

Information architecture

Usability
Detail Steps - III
Prototyping

Interface layout

Interface design

Visual design

Taxonomy creation

Terminology creation
Detail Steps - IV
Copy writing

Presentation and speaking

Working tightly with Programer

Brainstorm and Coordination

Company Culture evangelism

Communication to stakeholders
Tips
Brand Definition
Uniqueness

Consistency

App UI language
Feedback
Remove Useless Item
Optimize UI Flows
Profiling
Thinking in Mobile
Desktop to Mobile - I
Desktop to Mobile - II
Examples
NFC
NFC Ring Unlock
Google Wallet
Google Wallet
Camera
Action Movie FX
Text Recognize
名⽚管理
QR-Code
活動通
AR
String
GPS
Nike+
導航王
Hotels.com
Reference
http://developer.android.com/

http://developer.apple.com/

http://developer.windowsphone.com/

http://www.youtube.com/

http://www.idc.com/

http://en.wikipedia.org/
http://www.zdnet.com/

http://opensignal.com/reports/

http://msdn.microsoft.com/en-US/windows/
apps/hh779072

http://astrodynamics.net/Articles/

http://www.windowsphone.com/en-us/
features
QA

Weitere ähnliche Inhalte

Was ist angesagt?

iOS humaninterfaceguidelines
iOS humaninterfaceguidelinesiOS humaninterfaceguidelines
iOS humaninterfaceguidelines
cdsg
 
iOS 7 Human Interface Guidelines
iOS 7 Human Interface GuidelinesiOS 7 Human Interface Guidelines
iOS 7 Human Interface Guidelines
Dorian Tireli
 
Android UI Design Tips
Android UI Design TipsAndroid UI Design Tips
Android UI Design Tips
Luis Abreu
 

Was ist angesagt? (20)

Programing for the iPhone
Programing for the iPhonePrograming for the iPhone
Programing for the iPhone
 
Android Design Guidelines
Android Design GuidelinesAndroid Design Guidelines
Android Design Guidelines
 
Why the iPad UI matters, And how it differs from the Tablet PC, but also from...
Why the iPad UI matters, And how it differs from the Tablet PC, but also from...Why the iPad UI matters, And how it differs from the Tablet PC, but also from...
Why the iPad UI matters, And how it differs from the Tablet PC, but also from...
 
Android Design Guidelines 4.0
Android Design Guidelines 4.0Android Design Guidelines 4.0
Android Design Guidelines 4.0
 
iOS humaninterfaceguidelines
iOS humaninterfaceguidelinesiOS humaninterfaceguidelines
iOS humaninterfaceguidelines
 
hcimidtermhmftj
hcimidtermhmftjhcimidtermhmftj
hcimidtermhmftj
 
iOS 7 Human Interface Guidelines
iOS 7 Human Interface GuidelinesiOS 7 Human Interface Guidelines
iOS 7 Human Interface Guidelines
 
iOS design: a case study
iOS design: a case studyiOS design: a case study
iOS design: a case study
 
Android UI Design Tips
Android UI Design TipsAndroid UI Design Tips
Android UI Design Tips
 
Jan Kroon's talk @mdevcon 2012
Jan Kroon's talk @mdevcon 2012Jan Kroon's talk @mdevcon 2012
Jan Kroon's talk @mdevcon 2012
 
Locly Native Theme Examples
Locly Native Theme ExamplesLocly Native Theme Examples
Locly Native Theme Examples
 
iPhone Development Quick Start
iPhone Development Quick StartiPhone Development Quick Start
iPhone Development Quick Start
 
ComparingTwo major mobile operating system
ComparingTwo major mobile operating systemComparingTwo major mobile operating system
ComparingTwo major mobile operating system
 
7 User Experience Lessons from the iPhone (Introducing UX)
7 User Experience Lessons from the iPhone (Introducing UX)7 User Experience Lessons from the iPhone (Introducing UX)
7 User Experience Lessons from the iPhone (Introducing UX)
 
Portfolio Idea 2_Modification for Pokevault.com
Portfolio Idea 2_Modification for Pokevault.comPortfolio Idea 2_Modification for Pokevault.com
Portfolio Idea 2_Modification for Pokevault.com
 
iPhone Development Overview
iPhone Development OverviewiPhone Development Overview
iPhone Development Overview
 
Designing UIs for phones and tablets - Android Developr Lab Q3 2011
Designing UIs for phones and tablets - Android Developr Lab Q3 2011Designing UIs for phones and tablets - Android Developr Lab Q3 2011
Designing UIs for phones and tablets - Android Developr Lab Q3 2011
 
iOS 7 Transition guide
iOS 7 Transition guideiOS 7 Transition guide
iOS 7 Transition guide
 
How to Create an iBeacon Project on Locly
How to Create an iBeacon Project on LoclyHow to Create an iBeacon Project on Locly
How to Create an iBeacon Project on Locly
 
iPhone - Human Interface Guidelines
iPhone - Human Interface GuidelinesiPhone - Human Interface Guidelines
iPhone - Human Interface Guidelines
 

Ähnlich wie App design guide

ZEUS UI Proposal(FID)
ZEUS UI Proposal(FID)ZEUS UI Proposal(FID)
ZEUS UI Proposal(FID)
mamahow
 
Honeycomb UI Patterns
Honeycomb UI PatternsHoneycomb UI Patterns
Honeycomb UI Patterns
Pulkit Arora
 
Getting Started Building Mobile Applications for iOS and Android
Getting Started Building Mobile Applications for iOS and AndroidGetting Started Building Mobile Applications for iOS and Android
Getting Started Building Mobile Applications for iOS and Android
Embarcadero Technologies
 
Mockapp library 100
Mockapp library 100Mockapp library 100
Mockapp library 100
comdes
 

Ähnlich wie App design guide (20)

Adaptive UI for Android and iOS using Material and Cupertino.pptx
Adaptive UI for Android and iOS using Material and Cupertino.pptxAdaptive UI for Android and iOS using Material and Cupertino.pptx
Adaptive UI for Android and iOS using Material and Cupertino.pptx
 
How to: A starters guide for app development on Apple Watch
How to: A starters guide for app development on Apple WatchHow to: A starters guide for app development on Apple Watch
How to: A starters guide for app development on Apple Watch
 
iOS Human Interface Design Guideline Part 1
iOS Human Interface Design Guideline Part 1iOS Human Interface Design Guideline Part 1
iOS Human Interface Design Guideline Part 1
 
ZEUS UI Proposal(FID)
ZEUS UI Proposal(FID)ZEUS UI Proposal(FID)
ZEUS UI Proposal(FID)
 
THE POWER OF GUIDELINES. Or: how important is to know guidelines of platform ...
THE POWER OF GUIDELINES. Or: how important is to know guidelines of platform ...THE POWER OF GUIDELINES. Or: how important is to know guidelines of platform ...
THE POWER OF GUIDELINES. Or: how important is to know guidelines of platform ...
 
Mobile Human interface giude
Mobile Human interface giudeMobile Human interface giude
Mobile Human interface giude
 
Designing apps for Android
Designing apps for AndroidDesigning apps for Android
Designing apps for Android
 
Designing for Mobile: User-centering; How-tos; Trends
Designing for Mobile: User-centering; How-tos; TrendsDesigning for Mobile: User-centering; How-tos; Trends
Designing for Mobile: User-centering; How-tos; Trends
 
Droidcon2014 - Android UX
Droidcon2014 - Android UXDroidcon2014 - Android UX
Droidcon2014 - Android UX
 
Titanium appcelerator sdk
Titanium appcelerator sdkTitanium appcelerator sdk
Titanium appcelerator sdk
 
Honeycomb UI Patterns
Honeycomb UI PatternsHoneycomb UI Patterns
Honeycomb UI Patterns
 
Mobile hig
Mobile higMobile hig
Mobile hig
 
Ux Example
Ux ExampleUx Example
Ux Example
 
Android Material Design
Android Material DesignAndroid Material Design
Android Material Design
 
Interactive cues in flat design
Interactive cues in flat designInteractive cues in flat design
Interactive cues in flat design
 
Getting Started Building Mobile Applications for iOS and Android
Getting Started Building Mobile Applications for iOS and AndroidGetting Started Building Mobile Applications for iOS and Android
Getting Started Building Mobile Applications for iOS and Android
 
Swift
SwiftSwift
Swift
 
What is ui element in i phone developmetn
What is ui element in i phone developmetnWhat is ui element in i phone developmetn
What is ui element in i phone developmetn
 
Mockapp_Library_110.ppt
Mockapp_Library_110.pptMockapp_Library_110.ppt
Mockapp_Library_110.ppt
 
Mockapp library 100
Mockapp library 100Mockapp library 100
Mockapp library 100
 

Mehr von Jintin Lin

Android Service Intro
Android Service IntroAndroid Service Intro
Android Service Intro
Jintin Lin
 

Mehr von Jintin Lin (17)

KSP intro
KSP introKSP intro
KSP intro
 
Annotation Processing
Annotation ProcessingAnnotation Processing
Annotation Processing
 
我的開源之旅
我的開源之旅我的開源之旅
我的開源之旅
 
Dagger 2 vs koin
Dagger 2 vs koinDagger 2 vs koin
Dagger 2 vs koin
 
ButterKnife
ButterKnifeButterKnife
ButterKnife
 
數學系的資訊人生
數學系的資訊人生數學系的資訊人生
數學系的資訊人生
 
Instant app Intro
Instant app IntroInstant app Intro
Instant app Intro
 
KVO implementation
KVO implementationKVO implementation
KVO implementation
 
iOS NotificationCenter intro
iOS NotificationCenter introiOS NotificationCenter intro
iOS NotificationCenter intro
 
J霧霾
J霧霾J霧霾
J霧霾
 
transai
transaitransai
transai
 
Swimat - Swift formatter
Swimat - Swift formatterSwimat - Swift formatter
Swimat - Swift formatter
 
Swift Tutorial 2
Swift Tutorial  2Swift Tutorial  2
Swift Tutorial 2
 
Swift Tutorial 1
Swift Tutorial 1Swift Tutorial 1
Swift Tutorial 1
 
Andle
AndleAndle
Andle
 
Realism vs Flat design
Realism vs Flat designRealism vs Flat design
Realism vs Flat design
 
Android Service Intro
Android Service IntroAndroid Service Intro
Android Service Intro
 

Kürzlich hochgeladen

Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
nirzagarg
 
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
wpkuukw
 
How to Build a Simple Shopify Website
How to Build a Simple Shopify WebsiteHow to Build a Simple Shopify Website
How to Build a Simple Shopify Website
mark11275
 
Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...
Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...
Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...
amitlee9823
 
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
instagramfab782445
 
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
 
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
eeanqy
 
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman MuscatAbortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion pills in Kuwait Cytotec pills in Kuwait
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
nirzagarg
 
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...
amitlee9823
 

Kürzlich hochgeladen (20)

Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
 
8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available
8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available
8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available
 
Sweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxSweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptx
 
❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.
❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.
❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.
 
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
 
How to Build a Simple Shopify Website
How to Build a Simple Shopify WebsiteHow to Build a Simple Shopify Website
How to Build a Simple Shopify Website
 
Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...
Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...
Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...
 
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfJordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
 
WhatsApp Chat: 📞 8617697112 Call Girl Baran is experienced
WhatsApp Chat: 📞 8617697112 Call Girl Baran is experiencedWhatsApp Chat: 📞 8617697112 Call Girl Baran is experienced
WhatsApp Chat: 📞 8617697112 Call Girl Baran is experienced
 
Book Paid In Vashi In 8976425520 Navi Mumbai Call Girls
Book Paid In Vashi In 8976425520 Navi Mumbai Call GirlsBook Paid In Vashi In 8976425520 Navi Mumbai Call Girls
Book Paid In Vashi In 8976425520 Navi Mumbai Call Girls
 
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
 
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...
 
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
 
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
 
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
 
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman MuscatAbortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
 
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
 
Real service provider college girl Mira Road 8976425520
Real service provider college girl Mira Road 8976425520Real service provider college girl Mira Road 8976425520
Real service provider college girl Mira Road 8976425520
 
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...
 

App design guide