SlideShare ist ein Scribd-Unternehmen logo
1 von 49
How to fake a backend in Axure
Axure 6.5 & Axure 7
#AxureLondon
July 30, 2014
Very Special Thanks!
@Axurerp@TalkTalk_Uk
#AxureLondon
Very Special Thanks!
@scott_room
#AxureLondon
Very Special Thanks!
@LennartHennigs
#AxureLondon
Paul Godfrey - Head of Creative
#AxureLondon
Introduction
#AxureLondon
Just so you know…
@AxureLondon
 New twitter account and website
@AxureLondon
AxureLondon.com
Prototyping for TV
with Axure 6.5
by Scott Room
Prototyping for TV in Axure 6.5
 Challenge: Create a rapid prototyping mechanism
allowing for customer testing of TV interactions using
the interface controls customers will have in their
homes (i.e. a remote)
 Questions: Can we get an axure prototype onto a set
top box?
 How do we translate mouse and key strokes into
remote button presses?
@scott_room
The solution
 RedRat infrared device
 Allows infra-red signals to be collected through a PC
 Provides software that maps these signals into key-presses
 Collects infra-red signals from pretty much any remote
(although the TalkTalk remote is the only one you’ll ever need!)
 Can work on any application – not just websites!
 Issues/limitations
 Only works on PC technology (we all know that mac’s are the
creative go-to!)
 Complex to set-up (need to teach the software the relationship
between the remote signals and the buttons available) – but
you can save your setup once complete.
 You still need an application that can accept key-presses!
Prototyping for TV in Axure 6.5
@scott_room
Prototyping for TV in Axure 6.5
@scott_room
Global variable holds the value of the “Last Button Pushed”
Prototyping for TV in Axure 6.5
@scott_room
A OnPanelStateChange event gets triggered and the global variable holding the
information on what key was pressed determines the next interaction.
Outcome and Future uses
 Used to inform the interaction design of the TV player,
identify immediate pain points for action.
 Recently went live with TalkTalkPlayer v2.
 Future rapid prototyping to bring interactions to life
without complex POCs and external technology support
 Ability to put quick ideas and concepts in front of
customers to get immediate feedback with a tactile
device.
@scott_room
How to fake backend systems
with Axure 7
by Sandra Sears
What is a Repeater Widget?
@metrowiseux
 Is a way to bring database capabilities into Axure.
 An advanced widget used to display repeating
patters of text, images and links.
 Great for repeating product listings, contact info list,
blog post and more.
What is a Repeater Widget?
@metrowiseux
 Today’s guinea pig:
What is a Repeater Widget?
@metrowiseux
Index App Name App ID App Platform Description Picture
1 Add &
Subtract
123 WP Learn to Add & Subtract:
right answers get stars &
help you advance levels.
Game achievements
and summaries
available!
2 RecNote 456 W8 Make/Share bookmarks
of specific times in
YouTube vids w/
RecNote—it's speech
enabled & Xbox Music
integrated too!
3 Firefly
Runner
789 both Play as Switch the hero
firefly & run, fly, or shoot
evil foes in the magical
3D running game Firefly
Runner!
4 PoP! 952 both Have your own dessert
factory & PoP! bubbles
filled w/ ingredients for
new recipes. "Combo
pops" earn more points!
What is a Repeater Widget?
@metrowiseux
ID
App Name
App ID
App Platform
Description
Picture
What is a Repeater Widget?
@metrowiseux
What is a Repeater Widget?
@metrowiseux
Step 1
 Drag a repeater into the grid
@metrowiseux
Step 1
 Add the following columns into the repeater dataset:
 Index
 App Name
 App ID
 App Platform
 Description
 Picture
 Populate the dataset (4 first apps)
@metrowiseux
Step 2
 Name the repeater and the shape.
 Surface name using the “OnItemLoad” event.
 There are two ways of changing this event.
 Change
 Name to the shape: App Name
@metrowiseux
Step 3
 Set up the repeated information to be in columns
and not rows
@metrowiseux
Step 4
 Set up the shape to be the right width (164 px) and
height (318 px)
 Add a space of 10px in between rows.
@metrowiseux
Step 5
 Open the repeater item
 Drag and drop and image widget
 Set it up to 164 x 164
 Name it “App Image”
@metrowiseux
Step 6
 Link the pictures of the data set into the repeater.
@metrowiseux
Step 7
 Open the Repeater
 Select the shape and go to Alignment and Padding
section:
 Alignment: Left and Top
 Padding T: 168
@metrowiseux
Step 8
 Open the OnItemLoad Case and edit the content
displayed below the picture.
 Include the App description
 Bold the App Name, add an space between the app
title and the description.
@metrowiseux
Step 9
 Make the background of the Repeater Shape
transparent as well as the lines of the shape
@metrowiseux
Step 10
 Add another app (row in the database)
@metrowiseux
Step 11
 Open the Repeater
 Tick on “Wrap (Grid) from the layout section, and
enter the number 4 on the “items per row” input field.
@metrowiseux
Step 12
 Open the Repeater
 Add a 164 by 32 rectangle into the Repeater shape
with no lines and filled with the same gray as the site
(#f2f2f2) and an transparency of 80%
 Convert rectangle into a dynamic panel and call it
“Platform icon”
@metrowiseux
Step 13
 … here is where I took the wrong turn!!!
@metrowiseux
Step 13
 REPEATER ARE NOT ALLOW INSIDE REPEATERS!!!
 Drag another repeater on the page
 Set the database with three columns: Platform, icon and
icon_hover
 Add the two rows with the correspondent info.
 Add a 30 by 30 image into the shape.
 Name the image icon.
 Set up the OnItemLoad Interaction as follows:
 Case 1:
 Set default image to value [[Item.Icon]]
 Set Mouse Over image to value [Item.Icon_hover]]
@metrowiseux
Step 13
 Open the Repeater Formatting for the icon and
change the layout from Vertical to Horizontal.
 Delete the rectangular shape which is defaulted
when the repeater launches.
 Add 10 pixel spacing in between
 Place the repeater in the right position
 Open the Repeater Formatting for the icon and
change the layout from Vertical to Horizontal.
@metrowiseux
Step 13
@metrowiseux
Step 13
 Create the three states necessary to support the
three different cases: Only Windows Phone app,
only Windows 8 app or both
 Call the states:
 WP7
 W8
 both
@metrowiseux
Step 9
 Add the logic to pick the right state on the repeater
@metrowiseux
Axure Stop Motion Movie
The inception of AxureLondon.com
#AxureLondon
The Movie
 Birth of our new AxureLondon.com
@metrowiseux
A few more tips
 Think a head!
Give enough space for all sorts of data
Think about long strings, alignment and wrapping
@metrowiseux
A few more tips
 Think a head!
Most copy would required a limit of character
given
that there is no truncation capabilities in Axure.
@metrowiseux
Advanced tutorial
Achieving responsive, realistic, data driven design
using Repeaters and RWD Views.
 http://www.axureworld.org/library/achieving-
responsive-realistic-data-driven-design-using-
repe.html
#AxureLondon
Building Mobile Prototypes
with Axure 7
by Lennart Hennigs
@LennartHennigs
Slides for this presentation
can be found here:
http://www.slideshare.net/problemloeser/buildin
g-mobile-prototypes-with-axure-rp-70
Thanks!
 @AxureLondon
 AxureLondon.com
 axurelondon@gmail.com
 Please rate this event 
 Suggestions for next
meeting?
 Share your Axure fun with all
of us!
 Feedback is always
welcome
#AxureLondon

Weitere ähnliche Inhalte

Was ist angesagt?

Webブラウザ上で動作する帳票エンジンを作る話
Webブラウザ上で動作する帳票エンジンを作る話Webブラウザ上で動作する帳票エンジンを作る話
Webブラウザ上で動作する帳票エンジンを作る話terurou
 
Spanner から GKE、Spinnaker、そして SRE まで、コロプラが今挑戦していること[Google Cloud INSIDE Games ...
Spanner から GKE、Spinnaker、そして SRE まで、コロプラが今挑戦していること[Google Cloud INSIDE Games ...Spanner から GKE、Spinnaker、そして SRE まで、コロプラが今挑戦していること[Google Cloud INSIDE Games ...
Spanner から GKE、Spinnaker、そして SRE まで、コロプラが今挑戦していること[Google Cloud INSIDE Games ...Google Cloud Platform - Japan
 
Android 5.0 Camera2 APIs
Android 5.0 Camera2 APIsAndroid 5.0 Camera2 APIs
Android 5.0 Camera2 APIsBalwinder Kaur
 
애자일 게임 개발이란?
애자일 게임 개발이란?애자일 게임 개발이란?
애자일 게임 개발이란?Kay Kim
 
Dx11 performancereloaded
Dx11 performancereloadedDx11 performancereloaded
Dx11 performancereloadedmistercteam
 
NDC 2014) 별바람의 기묘한 모험 1991-2014
NDC 2014) 별바람의 기묘한 모험 1991-2014NDC 2014) 별바람의 기묘한 모험 1991-2014
NDC 2014) 별바람의 기묘한 모험 1991-2014KwangSam Kim
 
Fpsにおけるレベルデザイン web u_pver
Fpsにおけるレベルデザイン web u_pverFpsにおけるレベルデザイン web u_pver
Fpsにおけるレベルデザイン web u_pverYoshihiko Nozawa
 
Unityとシェーダで描く360度フラクタル
Unityとシェーダで描く360度フラクタルUnityとシェーダで描く360度フラクタル
Unityとシェーダで描く360度フラクタルHirotaka Nakayama
 
[IGC 2017] 블루홀 최준혁 - '플레이어언노운스 배틀그라운드' DEV 스토리
[IGC 2017] 블루홀 최준혁 - '플레이어언노운스 배틀그라운드' DEV 스토리[IGC 2017] 블루홀 최준혁 - '플레이어언노운스 배틀그라운드' DEV 스토리
[IGC 2017] 블루홀 최준혁 - '플레이어언노운스 배틀그라운드' DEV 스토리강 민우
 
WebRTC multitrack / multistream
WebRTC multitrack / multistreamWebRTC multitrack / multistream
WebRTC multitrack / multistreammganeko
 
언리얼4 플레이어 컨트롤러의 이해.
언리얼4 플레이어 컨트롤러의 이해.언리얼4 플레이어 컨트롤러의 이해.
언리얼4 플레이어 컨트롤러의 이해.Wuwon Yu
 
KGC 2014 프로파일러를 이용한 게임 클라이언트 최적화
KGC 2014 프로파일러를 이용한 게임 클라이언트 최적화KGC 2014 프로파일러를 이용한 게임 클라이언트 최적화
KGC 2014 프로파일러를 이용한 게임 클라이언트 최적화Jongwon Kim
 
[NDC17] Unreal.js - 자바스크립트로 쉽고 빠른 UE4 개발하기
[NDC17] Unreal.js - 자바스크립트로 쉽고 빠른 UE4 개발하기[NDC17] Unreal.js - 자바스크립트로 쉽고 빠른 UE4 개발하기
[NDC17] Unreal.js - 자바스크립트로 쉽고 빠른 UE4 개발하기현철 조
 
リアルタイムレイトレーシング時代を生き抜くためのデノイザー開発入門
リアルタイムレイトレーシング時代を生き抜くためのデノイザー開発入門リアルタイムレイトレーシング時代を生き抜くためのデノイザー開発入門
リアルタイムレイトレーシング時代を生き抜くためのデノイザー開発入門Silicon Studio Corporation
 
사설 서버를 막는 방법들 (프리섭, 더이상은 Naver)
사설 서버를 막는 방법들 (프리섭, 더이상은 Naver)사설 서버를 막는 방법들 (프리섭, 더이상은 Naver)
사설 서버를 막는 방법들 (프리섭, 더이상은 Naver)Seungmo Koo
 
Azure로 MMO게임 서비스하기
Azure로 MMO게임 서비스하기Azure로 MMO게임 서비스하기
Azure로 MMO게임 서비스하기YEONG-CHEON YOU
 
プロダクト開発してわかったDjangoの深〜いパーミッション管理の話 @ PyconJP2017
プロダクト開発してわかったDjangoの深〜いパーミッション管理の話 @ PyconJP2017プロダクト開発してわかったDjangoの深〜いパーミッション管理の話 @ PyconJP2017
プロダクト開発してわかったDjangoの深〜いパーミッション管理の話 @ PyconJP2017hirokiky
 

Was ist angesagt? (20)

Webブラウザ上で動作する帳票エンジンを作る話
Webブラウザ上で動作する帳票エンジンを作る話Webブラウザ上で動作する帳票エンジンを作る話
Webブラウザ上で動作する帳票エンジンを作る話
 
Spanner から GKE、Spinnaker、そして SRE まで、コロプラが今挑戦していること[Google Cloud INSIDE Games ...
Spanner から GKE、Spinnaker、そして SRE まで、コロプラが今挑戦していること[Google Cloud INSIDE Games ...Spanner から GKE、Spinnaker、そして SRE まで、コロプラが今挑戦していること[Google Cloud INSIDE Games ...
Spanner から GKE、Spinnaker、そして SRE まで、コロプラが今挑戦していること[Google Cloud INSIDE Games ...
 
Android 5.0 Camera2 APIs
Android 5.0 Camera2 APIsAndroid 5.0 Camera2 APIs
Android 5.0 Camera2 APIs
 
애자일 게임 개발이란?
애자일 게임 개발이란?애자일 게임 개발이란?
애자일 게임 개발이란?
 
Dx11 performancereloaded
Dx11 performancereloadedDx11 performancereloaded
Dx11 performancereloaded
 
NDC 2014) 별바람의 기묘한 모험 1991-2014
NDC 2014) 별바람의 기묘한 모험 1991-2014NDC 2014) 별바람의 기묘한 모험 1991-2014
NDC 2014) 별바람의 기묘한 모험 1991-2014
 
Fpsにおけるレベルデザイン web u_pver
Fpsにおけるレベルデザイン web u_pverFpsにおけるレベルデザイン web u_pver
Fpsにおけるレベルデザイン web u_pver
 
Robo Recallで使われている 最新のVR開発テクニックをご紹介!
Robo Recallで使われている最新のVR開発テクニックをご紹介!Robo Recallで使われている最新のVR開発テクニックをご紹介!
Robo Recallで使われている 最新のVR開発テクニックをご紹介!
 
Unityとシェーダで描く360度フラクタル
Unityとシェーダで描く360度フラクタルUnityとシェーダで描く360度フラクタル
Unityとシェーダで描く360度フラクタル
 
Epic Online Services でできること
Epic Online Services でできることEpic Online Services でできること
Epic Online Services でできること
 
[IGC 2017] 블루홀 최준혁 - '플레이어언노운스 배틀그라운드' DEV 스토리
[IGC 2017] 블루홀 최준혁 - '플레이어언노운스 배틀그라운드' DEV 스토리[IGC 2017] 블루홀 최준혁 - '플레이어언노운스 배틀그라운드' DEV 스토리
[IGC 2017] 블루홀 최준혁 - '플레이어언노운스 배틀그라운드' DEV 스토리
 
WebRTC multitrack / multistream
WebRTC multitrack / multistreamWebRTC multitrack / multistream
WebRTC multitrack / multistream
 
언리얼4 플레이어 컨트롤러의 이해.
언리얼4 플레이어 컨트롤러의 이해.언리얼4 플레이어 컨트롤러의 이해.
언리얼4 플레이어 컨트롤러의 이해.
 
KGC 2014 프로파일러를 이용한 게임 클라이언트 최적화
KGC 2014 프로파일러를 이용한 게임 클라이언트 최적화KGC 2014 프로파일러를 이용한 게임 클라이언트 최적화
KGC 2014 프로파일러를 이용한 게임 클라이언트 최적화
 
[NDC17] Unreal.js - 자바스크립트로 쉽고 빠른 UE4 개발하기
[NDC17] Unreal.js - 자바스크립트로 쉽고 빠른 UE4 개발하기[NDC17] Unreal.js - 자바스크립트로 쉽고 빠른 UE4 개발하기
[NDC17] Unreal.js - 자바스크립트로 쉽고 빠른 UE4 개발하기
 
リアルタイムレイトレーシング時代を生き抜くためのデノイザー開発入門
リアルタイムレイトレーシング時代を生き抜くためのデノイザー開発入門リアルタイムレイトレーシング時代を生き抜くためのデノイザー開発入門
リアルタイムレイトレーシング時代を生き抜くためのデノイザー開発入門
 
사설 서버를 막는 방법들 (프리섭, 더이상은 Naver)
사설 서버를 막는 방법들 (프리섭, 더이상은 Naver)사설 서버를 막는 방법들 (프리섭, 더이상은 Naver)
사설 서버를 막는 방법들 (프리섭, 더이상은 Naver)
 
Azure로 MMO게임 서비스하기
Azure로 MMO게임 서비스하기Azure로 MMO게임 서비스하기
Azure로 MMO게임 서비스하기
 
プロダクト開発してわかったDjangoの深〜いパーミッション管理の話 @ PyconJP2017
プロダクト開発してわかったDjangoの深〜いパーミッション管理の話 @ PyconJP2017プロダクト開発してわかったDjangoの深〜いパーミッション管理の話 @ PyconJP2017
プロダクト開発してわかったDjangoの深〜いパーミッション管理の話 @ PyconJP2017
 
UE4のスレッドの流れと Input Latency改善の仕組み
UE4のスレッドの流れとInput Latency改善の仕組みUE4のスレッドの流れとInput Latency改善の仕組み
UE4のスレッドの流れと Input Latency改善の仕組み
 

Andere mochten auch

Axure for dummies, that don't even know they are
Axure for dummies, that don't even know they areAxure for dummies, that don't even know they are
Axure for dummies, that don't even know they areOscar Gonzalez Garza
 
Axure Predictive Search Demo
Axure Predictive Search DemoAxure Predictive Search Demo
Axure Predictive Search DemoJonathan Lupo
 
How to Extend Axure's Animation Capability
How to Extend Axure's Animation CapabilityHow to Extend Axure's Animation Capability
How to Extend Axure's Animation CapabilitySvetlin Denkov
 
Level-Up Your Axure Skills: A Deep Dive into the Prototyping Powerhouse
Level-Up Your Axure Skills: A Deep Dive into the Prototyping PowerhouseLevel-Up Your Axure Skills: A Deep Dive into the Prototyping Powerhouse
Level-Up Your Axure Skills: A Deep Dive into the Prototyping PowerhouseDaniel Newman
 
Conditional Logic, Variables, & Raised Events in Axure
Conditional Logic, Variables, & Raised Events in AxureConditional Logic, Variables, & Raised Events in Axure
Conditional Logic, Variables, & Raised Events in AxureFred Beecher
 
Simple Card Sorting Methods
Simple Card Sorting MethodsSimple Card Sorting Methods
Simple Card Sorting MethodsAndrii Rusakov
 
Prototyping invision vs axure
Prototyping invision vs axurePrototyping invision vs axure
Prototyping invision vs axureAndrii Rusakov
 
《Axure快速原型设计》
《Axure快速原型设计》《Axure快速原型设计》
《Axure快速原型设计》Ryan Xie
 
Prototyping Axure
Prototyping AxurePrototyping Axure
Prototyping Axurekkostuch
 
Prototipando apps con Axure
Prototipando apps con AxurePrototipando apps con Axure
Prototipando apps con AxureMauricio Angulo
 
Techday 4.0 Prototipação Avançada
Techday 4.0 Prototipação AvançadaTechday 4.0 Prototipação Avançada
Techday 4.0 Prototipação AvançadaAndre Muniz
 
Prototipado y Axure
Prototipado y AxurePrototipado y Axure
Prototipado y AxureJon Parro
 
Axure Overview- 30 minutes
Axure Overview- 30 minutes Axure Overview- 30 minutes
Axure Overview- 30 minutes Shraddha Swaroop
 
DUXDay Presentation – Prototyping In Axure
DUXDay Presentation – Prototyping In AxureDUXDay Presentation – Prototyping In Axure
DUXDay Presentation – Prototyping In AxureNik Williamson
 
Axure - Crie wireframes e protótipos profissionais!
Axure - Crie wireframes e protótipos profissionais!Axure - Crie wireframes e protótipos profissionais!
Axure - Crie wireframes e protótipos profissionais!Saldit Software
 
Prototyping with Axure RP - A brief introduction to Axure
Prototyping with Axure RP - A brief introduction to AxurePrototyping with Axure RP - A brief introduction to Axure
Prototyping with Axure RP - A brief introduction to AxureNorthernUX
 
Meu primeiro protótipo no Axure 7.0
Meu primeiro protótipo no Axure 7.0Meu primeiro protótipo no Axure 7.0
Meu primeiro protótipo no Axure 7.0Daniela Carvalho
 

Andere mochten auch (20)

Axure for dummies, that don't even know they are
Axure for dummies, that don't even know they areAxure for dummies, that don't even know they are
Axure for dummies, that don't even know they are
 
Axure Predictive Search Demo
Axure Predictive Search DemoAxure Predictive Search Demo
Axure Predictive Search Demo
 
How to Extend Axure's Animation Capability
How to Extend Axure's Animation CapabilityHow to Extend Axure's Animation Capability
How to Extend Axure's Animation Capability
 
Level-Up Your Axure Skills: A Deep Dive into the Prototyping Powerhouse
Level-Up Your Axure Skills: A Deep Dive into the Prototyping PowerhouseLevel-Up Your Axure Skills: A Deep Dive into the Prototyping Powerhouse
Level-Up Your Axure Skills: A Deep Dive into the Prototyping Powerhouse
 
Axure Basic Concepts
Axure Basic ConceptsAxure Basic Concepts
Axure Basic Concepts
 
Conditional Logic, Variables, & Raised Events in Axure
Conditional Logic, Variables, & Raised Events in AxureConditional Logic, Variables, & Raised Events in Axure
Conditional Logic, Variables, & Raised Events in Axure
 
Intro to Axure
Intro to AxureIntro to Axure
Intro to Axure
 
Simple Card Sorting Methods
Simple Card Sorting MethodsSimple Card Sorting Methods
Simple Card Sorting Methods
 
Prototyping invision vs axure
Prototyping invision vs axurePrototyping invision vs axure
Prototyping invision vs axure
 
《Axure快速原型设计》
《Axure快速原型设计》《Axure快速原型设计》
《Axure快速原型设计》
 
Prototyping Axure
Prototyping AxurePrototyping Axure
Prototyping Axure
 
Prototipando apps con Axure
Prototipando apps con AxurePrototipando apps con Axure
Prototipando apps con Axure
 
Techday 4.0 Prototipação Avançada
Techday 4.0 Prototipação AvançadaTechday 4.0 Prototipação Avançada
Techday 4.0 Prototipação Avançada
 
Prototipado y Axure
Prototipado y AxurePrototipado y Axure
Prototipado y Axure
 
Axure Overview- 30 minutes
Axure Overview- 30 minutes Axure Overview- 30 minutes
Axure Overview- 30 minutes
 
DUXDay Presentation – Prototyping In Axure
DUXDay Presentation – Prototyping In AxureDUXDay Presentation – Prototyping In Axure
DUXDay Presentation – Prototyping In Axure
 
Axure - Crie wireframes e protótipos profissionais!
Axure - Crie wireframes e protótipos profissionais!Axure - Crie wireframes e protótipos profissionais!
Axure - Crie wireframes e protótipos profissionais!
 
Prototyping with Axure RP - A brief introduction to Axure
Prototyping with Axure RP - A brief introduction to AxurePrototyping with Axure RP - A brief introduction to Axure
Prototyping with Axure RP - A brief introduction to Axure
 
Meu primeiro protótipo no Axure 7.0
Meu primeiro protótipo no Axure 7.0Meu primeiro protótipo no Axure 7.0
Meu primeiro protótipo no Axure 7.0
 
The guide to wireframing
The guide to wireframingThe guide to wireframing
The guide to wireframing
 

Ähnlich wie How to fake a database/backend in Axure... and more

Python Online Compiler
Python Online CompilerPython Online Compiler
Python Online CompilerMr Examples
 
iPhone/iPad Development with Titanium
iPhone/iPad Development with TitaniumiPhone/iPad Development with Titanium
iPhone/iPad Development with TitaniumAxway Appcelerator
 
Appcelerator iPhone/iPad Dev Con 2010 San Diego, CA
Appcelerator iPhone/iPad Dev Con 2010 San Diego, CAAppcelerator iPhone/iPad Dev Con 2010 San Diego, CA
Appcelerator iPhone/iPad Dev Con 2010 San Diego, CAJeff Haynie
 
Storyboarding - Information Systems Engineering
Storyboarding - Information Systems EngineeringStoryboarding - Information Systems Engineering
Storyboarding - Information Systems Engineeringsandra sukarieh
 
VIRTUAL REALITY & AUGMENTED REALITY
VIRTUAL REALITY & AUGMENTED REALITY VIRTUAL REALITY & AUGMENTED REALITY
VIRTUAL REALITY & AUGMENTED REALITY HarsshammJeetendra
 
Dynamic Graph Plotting with WPF
Dynamic Graph Plotting with WPFDynamic Graph Plotting with WPF
Dynamic Graph Plotting with WPFIJERD Editor
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyShaz Riches
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyShaz Riches
 
Client Technology Tracking System
Client Technology Tracking SystemClient Technology Tracking System
Client Technology Tracking SystemBrendan Mc Sweeney
 
Laboratorio: Desarrollo para Smart Devices (continuación)
Laboratorio: Desarrollo para Smart Devices (continuación)Laboratorio: Desarrollo para Smart Devices (continuación)
Laboratorio: Desarrollo para Smart Devices (continuación)GeneXus
 
Y1 gd engine_terminologyhj
Y1 gd engine_terminologyhjY1 gd engine_terminologyhj
Y1 gd engine_terminologyhjShaz Riches
 
Build UI of the Future with React 360
Build UI of the Future with React 360Build UI of the Future with React 360
Build UI of the Future with React 360RapidValue
 
Paper on Virtual inputs for Computer
Paper on Virtual inputs for ComputerPaper on Virtual inputs for Computer
Paper on Virtual inputs for ComputerIRJET Journal
 
Flutter festival - building ui's with flutter
Flutter festival - building ui's with flutterFlutter festival - building ui's with flutter
Flutter festival - building ui's with flutterApoorv Pandey
 
FinalReport_HyperCube
FinalReport_HyperCubeFinalReport_HyperCube
FinalReport_HyperCubeZhang Shuyu
 
BTE 320-498 Summer 2017 Take Home Exam (200 poi.docx
BTE 320-498 Summer 2017 Take Home Exam (200 poi.docxBTE 320-498 Summer 2017 Take Home Exam (200 poi.docx
BTE 320-498 Summer 2017 Take Home Exam (200 poi.docxAASTHA76
 

Ähnlich wie How to fake a database/backend in Axure... and more (20)

Python Online Compiler
Python Online CompilerPython Online Compiler
Python Online Compiler
 
iPhone/iPad Development with Titanium
iPhone/iPad Development with TitaniumiPhone/iPad Development with Titanium
iPhone/iPad Development with Titanium
 
Appcelerator iPhone/iPad Dev Con 2010 San Diego, CA
Appcelerator iPhone/iPad Dev Con 2010 San Diego, CAAppcelerator iPhone/iPad Dev Con 2010 San Diego, CA
Appcelerator iPhone/iPad Dev Con 2010 San Diego, CA
 
Storyboarding - Information Systems Engineering
Storyboarding - Information Systems EngineeringStoryboarding - Information Systems Engineering
Storyboarding - Information Systems Engineering
 
VIRTUAL REALITY & AUGMENTED REALITY
VIRTUAL REALITY & AUGMENTED REALITY VIRTUAL REALITY & AUGMENTED REALITY
VIRTUAL REALITY & AUGMENTED REALITY
 
Hci 3
Hci 3Hci 3
Hci 3
 
Dynamic Graph Plotting with WPF
Dynamic Graph Plotting with WPFDynamic Graph Plotting with WPF
Dynamic Graph Plotting with WPF
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
Client Technology Tracking System
Client Technology Tracking SystemClient Technology Tracking System
Client Technology Tracking System
 
Laboratorio: Desarrollo para Smart Devices (continuación)
Laboratorio: Desarrollo para Smart Devices (continuación)Laboratorio: Desarrollo para Smart Devices (continuación)
Laboratorio: Desarrollo para Smart Devices (continuación)
 
Y1 gd engine_terminologyhj
Y1 gd engine_terminologyhjY1 gd engine_terminologyhj
Y1 gd engine_terminologyhj
 
Space Mouse
Space MouseSpace Mouse
Space Mouse
 
Build UI of the Future with React 360
Build UI of the Future with React 360Build UI of the Future with React 360
Build UI of the Future with React 360
 
Paper on Virtual inputs for Computer
Paper on Virtual inputs for ComputerPaper on Virtual inputs for Computer
Paper on Virtual inputs for Computer
 
Smart apps creator 3 eng step by-step book
Smart apps creator 3 eng step by-step bookSmart apps creator 3 eng step by-step book
Smart apps creator 3 eng step by-step book
 
Sixth Sense Technology
Sixth Sense TechnologySixth Sense Technology
Sixth Sense Technology
 
Flutter festival - building ui's with flutter
Flutter festival - building ui's with flutterFlutter festival - building ui's with flutter
Flutter festival - building ui's with flutter
 
FinalReport_HyperCube
FinalReport_HyperCubeFinalReport_HyperCube
FinalReport_HyperCube
 
BTE 320-498 Summer 2017 Take Home Exam (200 poi.docx
BTE 320-498 Summer 2017 Take Home Exam (200 poi.docxBTE 320-498 Summer 2017 Take Home Exam (200 poi.docx
BTE 320-498 Summer 2017 Take Home Exam (200 poi.docx
 

Kürzlich hochgeladen

(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一Fi sss
 
定制(CQU文凭证书)中央昆士兰大学毕业证成绩单原版一比一
定制(CQU文凭证书)中央昆士兰大学毕业证成绩单原版一比一定制(CQU文凭证书)中央昆士兰大学毕业证成绩单原版一比一
定制(CQU文凭证书)中央昆士兰大学毕业证成绩单原版一比一Fi ss
 
专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degreeyuu sss
 
Pharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdfPharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdfAayushChavan5
 
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改yuu sss
 
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024CristobalHeraud
 
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一F La
 
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一F dds
 
FiveHypotheses_UIDMasterclass_18April2024.pdf
FiveHypotheses_UIDMasterclass_18April2024.pdfFiveHypotheses_UIDMasterclass_18April2024.pdf
FiveHypotheses_UIDMasterclass_18April2024.pdfShivakumar Viswanathan
 
Call Girls Meghani Nagar 7397865700 Independent Call Girls
Call Girls Meghani Nagar 7397865700  Independent Call GirlsCall Girls Meghani Nagar 7397865700  Independent Call Girls
Call Girls Meghani Nagar 7397865700 Independent Call Girlsssuser7cb4ff
 
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...Rishabh Aryan
 
Design principles on typography in design
Design principles on typography in designDesign principles on typography in design
Design principles on typography in designnooreen17
 
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...katerynaivanenko1
 
办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书
办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书
办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书zdzoqco
 
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一diploma 1
 
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一z xss
 
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...Yantram Animation Studio Corporation
 
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services DubaiDubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubaikojalkojal131
 

Kürzlich hochgeladen (20)

(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
 
定制(CQU文凭证书)中央昆士兰大学毕业证成绩单原版一比一
定制(CQU文凭证书)中央昆士兰大学毕业证成绩单原版一比一定制(CQU文凭证书)中央昆士兰大学毕业证成绩单原版一比一
定制(CQU文凭证书)中央昆士兰大学毕业证成绩单原版一比一
 
专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
 
Pharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdfPharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdf
 
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
 
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
 
Call Girls in Pratap Nagar, 9953056974 Escort Service
Call Girls in Pratap Nagar,  9953056974 Escort ServiceCall Girls in Pratap Nagar,  9953056974 Escort Service
Call Girls in Pratap Nagar, 9953056974 Escort Service
 
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
 
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
 
FiveHypotheses_UIDMasterclass_18April2024.pdf
FiveHypotheses_UIDMasterclass_18April2024.pdfFiveHypotheses_UIDMasterclass_18April2024.pdf
FiveHypotheses_UIDMasterclass_18April2024.pdf
 
Call Girls Meghani Nagar 7397865700 Independent Call Girls
Call Girls Meghani Nagar 7397865700  Independent Call GirlsCall Girls Meghani Nagar 7397865700  Independent Call Girls
Call Girls Meghani Nagar 7397865700 Independent Call Girls
 
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
 
Design principles on typography in design
Design principles on typography in designDesign principles on typography in design
Design principles on typography in design
 
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
 
办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书
办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书
办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书
 
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
 
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
 
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
 
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services DubaiDubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
 

How to fake a database/backend in Axure... and more

  • 1. How to fake a backend in Axure Axure 6.5 & Axure 7 #AxureLondon July 30, 2014
  • 5. Paul Godfrey - Head of Creative #AxureLondon
  • 7. Just so you know… @AxureLondon  New twitter account and website @AxureLondon AxureLondon.com
  • 8. Prototyping for TV with Axure 6.5 by Scott Room
  • 9. Prototyping for TV in Axure 6.5  Challenge: Create a rapid prototyping mechanism allowing for customer testing of TV interactions using the interface controls customers will have in their homes (i.e. a remote)  Questions: Can we get an axure prototype onto a set top box?  How do we translate mouse and key strokes into remote button presses? @scott_room
  • 10. The solution  RedRat infrared device  Allows infra-red signals to be collected through a PC  Provides software that maps these signals into key-presses  Collects infra-red signals from pretty much any remote (although the TalkTalk remote is the only one you’ll ever need!)  Can work on any application – not just websites!  Issues/limitations  Only works on PC technology (we all know that mac’s are the creative go-to!)  Complex to set-up (need to teach the software the relationship between the remote signals and the buttons available) – but you can save your setup once complete.  You still need an application that can accept key-presses!
  • 11. Prototyping for TV in Axure 6.5 @scott_room
  • 12. Prototyping for TV in Axure 6.5 @scott_room Global variable holds the value of the “Last Button Pushed”
  • 13. Prototyping for TV in Axure 6.5 @scott_room A OnPanelStateChange event gets triggered and the global variable holding the information on what key was pressed determines the next interaction.
  • 14. Outcome and Future uses  Used to inform the interaction design of the TV player, identify immediate pain points for action.  Recently went live with TalkTalkPlayer v2.  Future rapid prototyping to bring interactions to life without complex POCs and external technology support  Ability to put quick ideas and concepts in front of customers to get immediate feedback with a tactile device. @scott_room
  • 15. How to fake backend systems with Axure 7 by Sandra Sears
  • 16. What is a Repeater Widget? @metrowiseux  Is a way to bring database capabilities into Axure.  An advanced widget used to display repeating patters of text, images and links.  Great for repeating product listings, contact info list, blog post and more.
  • 17. What is a Repeater Widget? @metrowiseux  Today’s guinea pig:
  • 18. What is a Repeater Widget? @metrowiseux Index App Name App ID App Platform Description Picture 1 Add & Subtract 123 WP Learn to Add & Subtract: right answers get stars & help you advance levels. Game achievements and summaries available! 2 RecNote 456 W8 Make/Share bookmarks of specific times in YouTube vids w/ RecNote—it's speech enabled & Xbox Music integrated too! 3 Firefly Runner 789 both Play as Switch the hero firefly & run, fly, or shoot evil foes in the magical 3D running game Firefly Runner! 4 PoP! 952 both Have your own dessert factory & PoP! bubbles filled w/ ingredients for new recipes. "Combo pops" earn more points!
  • 19. What is a Repeater Widget? @metrowiseux ID App Name App ID App Platform Description Picture
  • 20. What is a Repeater Widget? @metrowiseux
  • 21. What is a Repeater Widget? @metrowiseux
  • 22. Step 1  Drag a repeater into the grid @metrowiseux
  • 23. Step 1  Add the following columns into the repeater dataset:  Index  App Name  App ID  App Platform  Description  Picture  Populate the dataset (4 first apps) @metrowiseux
  • 24. Step 2  Name the repeater and the shape.  Surface name using the “OnItemLoad” event.  There are two ways of changing this event.  Change  Name to the shape: App Name @metrowiseux
  • 25. Step 3  Set up the repeated information to be in columns and not rows @metrowiseux
  • 26. Step 4  Set up the shape to be the right width (164 px) and height (318 px)  Add a space of 10px in between rows. @metrowiseux
  • 27. Step 5  Open the repeater item  Drag and drop and image widget  Set it up to 164 x 164  Name it “App Image” @metrowiseux
  • 28. Step 6  Link the pictures of the data set into the repeater. @metrowiseux
  • 29. Step 7  Open the Repeater  Select the shape and go to Alignment and Padding section:  Alignment: Left and Top  Padding T: 168 @metrowiseux
  • 30. Step 8  Open the OnItemLoad Case and edit the content displayed below the picture.  Include the App description  Bold the App Name, add an space between the app title and the description. @metrowiseux
  • 31. Step 9  Make the background of the Repeater Shape transparent as well as the lines of the shape @metrowiseux
  • 32. Step 10  Add another app (row in the database) @metrowiseux
  • 33. Step 11  Open the Repeater  Tick on “Wrap (Grid) from the layout section, and enter the number 4 on the “items per row” input field. @metrowiseux
  • 34. Step 12  Open the Repeater  Add a 164 by 32 rectangle into the Repeater shape with no lines and filled with the same gray as the site (#f2f2f2) and an transparency of 80%  Convert rectangle into a dynamic panel and call it “Platform icon” @metrowiseux
  • 35. Step 13  … here is where I took the wrong turn!!! @metrowiseux
  • 36. Step 13  REPEATER ARE NOT ALLOW INSIDE REPEATERS!!!  Drag another repeater on the page  Set the database with three columns: Platform, icon and icon_hover  Add the two rows with the correspondent info.  Add a 30 by 30 image into the shape.  Name the image icon.  Set up the OnItemLoad Interaction as follows:  Case 1:  Set default image to value [[Item.Icon]]  Set Mouse Over image to value [Item.Icon_hover]] @metrowiseux
  • 37. Step 13  Open the Repeater Formatting for the icon and change the layout from Vertical to Horizontal.  Delete the rectangular shape which is defaulted when the repeater launches.  Add 10 pixel spacing in between  Place the repeater in the right position  Open the Repeater Formatting for the icon and change the layout from Vertical to Horizontal. @metrowiseux
  • 39. Step 13  Create the three states necessary to support the three different cases: Only Windows Phone app, only Windows 8 app or both  Call the states:  WP7  W8  both @metrowiseux
  • 40. Step 9  Add the logic to pick the right state on the repeater @metrowiseux
  • 41. Axure Stop Motion Movie The inception of AxureLondon.com #AxureLondon
  • 42. The Movie  Birth of our new AxureLondon.com @metrowiseux
  • 43. A few more tips  Think a head! Give enough space for all sorts of data Think about long strings, alignment and wrapping @metrowiseux
  • 44. A few more tips  Think a head! Most copy would required a limit of character given that there is no truncation capabilities in Axure. @metrowiseux
  • 45. Advanced tutorial Achieving responsive, realistic, data driven design using Repeaters and RWD Views.  http://www.axureworld.org/library/achieving- responsive-realistic-data-driven-design-using- repe.html #AxureLondon
  • 46. Building Mobile Prototypes with Axure 7 by Lennart Hennigs
  • 48. Slides for this presentation can be found here: http://www.slideshare.net/problemloeser/buildin g-mobile-prototypes-with-axure-rp-70
  • 49. Thanks!  @AxureLondon  AxureLondon.com  axurelondon@gmail.com  Please rate this event   Suggestions for next meeting?  Share your Axure fun with all of us!  Feedback is always welcome #AxureLondon