SlideShare ist ein Scribd-Unternehmen logo
1 von 38
Downloaden Sie, um offline zu lesen
Android UI Design Trends

http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
http://gigigo.com

http://limecreativelabs.com
http://gplus.to/antonioleiva

@lime_cl

http://goo.gl/iEUPpH
contact@antonioleiva.com

Antonio Leiva Gordillo
ICE CREAM SANDWICH (HOLO)

http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
Android UI/UX
http://androiduiux.com/free-design-resources/
Android UI Patterns
http://www.androiduipatterns.com/
Android Design in Action
http://goo.gl/EQpcGd

http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
BANDHOOK PROTOTYPE

http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
KEY IDEAS ABOUT DESIGN
Screen fragmentation

http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
KEY IDEAS ABOUT DESIGN
Modular structures

http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
KEY IDEAS ABOUT DESIGN
Modular structures

http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
KEY IDEAS ABOUT DESIGN
Modular structures

http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
KEY IDEAS ABOUT DESIGN
Design patterns

http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
KEY IDEAS ABOUT DESIGN

http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
PLAY MUSIC (OLD DESIGN)

http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
PLAY MUSIC (CURRENT DESIGN)

http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
PLAY MUSIC (CURRENT DESIGN)

http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
DESIGN PATTERNS
Navigation Drawer

Action Bar

Popup Menu

Cards UI

Pin progress

Sliding up panel
http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
ACTION BAR

1. App Icon
3. Action Buttons

2. View
Control
4. Overflow menu

•Native (11+): http://developer.android.com/guide/topics/ui/actionbar.html
•ActionBarCompat (7+): http://antonioleiva.com/actionbarcompat-how-to-use/
•ActionBarSherlock: http://actionbarsherlock.com/

http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
ACTION BAR
Fading Action Bar

https://github.com/ManuelPeinado/FadingActionBar
http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
ACTION BAR
Glass Action Bar

https://github.com/ManuelPeinado/GlassActionBar
http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
ACTION BAR
Not Boring Action Bar

http://flavienlaurent.com/blog/2013/11/20/making-your-action-bar-not-boring/
http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
NAVIGATION DRAWER

http://developer.android.com/training/implementing-navigation/nav-drawer.html
http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
NAVIGATION DRAWER

http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
NAVIGATION DRAWER

http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
END/RIGHT DRAWER

http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
SLIDING PANE

http://www.limecreativelabs.com/sliding-pane-layout/
http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
SLIDING UP PANEL

http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
SLIDING UP PANEL

https://github.com/umano/AndroidSlidingUpPanel
http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
YOUTUBE SLIDING VIDEO

http://flavienlaurent.com/blog/2013/08/28/each-navigation-drawer-hides-a-viewdraghelper/
http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
PIN PROGRESS

https://code.google.com/p/romannurik-code/source/browse/misc/pinprogress/
http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
CARDS UI

CardsLib: https://github.com/gabrielemariotti/cardslib
CardsUI: https://github.com/Androguide/cardsui-for-android
http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
POPUP MENU

http://developer.android.com/design/patterns/selection.html
http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
POPUP MENU

PopupMenu (11+): http://developer.android.com/reference/android/widget/PopupMenu.html
PopupWindow (1+): http://developer.android.com/reference/android/widget/PopupWindow.html
PopupMenuCompat: https://github.com/Taig/PopupMenuCompat
http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
TAB STRIP

https://github.com/astuetz/PagerSlidingTabStrip
http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
SWIPE TO DISMISS

SwipeListView: https://github.com/47deg/android-swipelistview
http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
UNDO

EnhancedListView (with undo): https://github.com/timroes/EnhancedListView
http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
PULL TO REFRESH

https://github.com/chrisbanes/ActionBar-PullToRefresh
http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
• Designing awesome apps is easy using
common design patterns
– They are proved to work
– Well known by users

• Good design is essential for an app to succeed
• It’s really easy to replicate most used patterns
– Included in SDK
– Tons of libraries ready to use

http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo
Antonio Leiva Gordillo
Android Developer at Gigigo
contact@antonioleiva.com

http://www.limecreativelabs.com
http://www.antonioleiva.com
http://gplus.to/antonioleiva
@lime_cl
http://es.linkedin.com/in/antoniolg
http://gplus.to/antonioleiva

@lime_cl

contact@antonioleiva.com

Antonio Leiva Gordillo

Weitere ähnliche Inhalte

Was ist angesagt?

10분만에 익히는 Jupyter Notebook :)
10분만에 익히는 Jupyter Notebook :)10분만에 익히는 Jupyter Notebook :)
10분만에 익히는 Jupyter Notebook :)Seongyun Byeon
 
성장을 좋아하는 사람이, 성장하고 싶은 사람에게
성장을 좋아하는 사람이, 성장하고 싶은 사람에게성장을 좋아하는 사람이, 성장하고 싶은 사람에게
성장을 좋아하는 사람이, 성장하고 싶은 사람에게Seongyun Byeon
 
공간정보연구원 PostGIS 강의교재
공간정보연구원 PostGIS 강의교재공간정보연구원 PostGIS 강의교재
공간정보연구원 PostGIS 강의교재JungHwan Yun
 
Core Web Vitals - Why You Need to Pay Attention
Core Web Vitals - Why You Need to Pay AttentionCore Web Vitals - Why You Need to Pay Attention
Core Web Vitals - Why You Need to Pay AttentionTAC Marketing Group
 
Javascript & SEO introduction
Javascript & SEO introductionJavascript & SEO introduction
Javascript & SEO introductionEdd Wilson
 
10 Must-HAve GA4 Reports for SEO - Brighton SEO Apr 2023
10 Must-HAve GA4 Reports for SEO - Brighton SEO Apr 202310 Must-HAve GA4 Reports for SEO - Brighton SEO Apr 2023
10 Must-HAve GA4 Reports for SEO - Brighton SEO Apr 2023AccuraCast
 
WebXR: Introducing Mixed Reality and the Immersive Web - Peter O'Shaughnessy ...
WebXR: Introducing Mixed Reality and the Immersive Web - Peter O'Shaughnessy ...WebXR: Introducing Mixed Reality and the Immersive Web - Peter O'Shaughnessy ...
WebXR: Introducing Mixed Reality and the Immersive Web - Peter O'Shaughnessy ...Codemotion
 
글쓰는 개발자 모임, 글또
글쓰는 개발자 모임, 글또글쓰는 개발자 모임, 글또
글쓰는 개발자 모임, 글또Seongyun Byeon
 
Max Prin - brightonSEO San Diego 2023 - Developing SEO Tools
Max Prin - brightonSEO San Diego 2023 - Developing SEO ToolsMax Prin - brightonSEO San Diego 2023 - Developing SEO Tools
Max Prin - brightonSEO San Diego 2023 - Developing SEO ToolsMax Prin
 

Was ist angesagt? (13)

10분만에 익히는 Jupyter Notebook :)
10분만에 익히는 Jupyter Notebook :)10분만에 익히는 Jupyter Notebook :)
10분만에 익히는 Jupyter Notebook :)
 
Data Science. Intro
Data Science. IntroData Science. Intro
Data Science. Intro
 
성장을 좋아하는 사람이, 성장하고 싶은 사람에게
성장을 좋아하는 사람이, 성장하고 싶은 사람에게성장을 좋아하는 사람이, 성장하고 싶은 사람에게
성장을 좋아하는 사람이, 성장하고 싶은 사람에게
 
Land conversion in Kerala - All laws and order regarding NILAM PURAYIDOM issue
Land conversion in Kerala - All laws and order regarding  NILAM PURAYIDOM issueLand conversion in Kerala - All laws and order regarding  NILAM PURAYIDOM issue
Land conversion in Kerala - All laws and order regarding NILAM PURAYIDOM issue
 
Kerala transfer of Registry Rules 1966 pokkuvarvu chattangal uploaded byT jam...
Kerala transfer of Registry Rules 1966 pokkuvarvu chattangal uploaded byT jam...Kerala transfer of Registry Rules 1966 pokkuvarvu chattangal uploaded byT jam...
Kerala transfer of Registry Rules 1966 pokkuvarvu chattangal uploaded byT jam...
 
공간정보연구원 PostGIS 강의교재
공간정보연구원 PostGIS 강의교재공간정보연구원 PostGIS 강의교재
공간정보연구원 PostGIS 강의교재
 
Core Web Vitals - Why You Need to Pay Attention
Core Web Vitals - Why You Need to Pay AttentionCore Web Vitals - Why You Need to Pay Attention
Core Web Vitals - Why You Need to Pay Attention
 
Javascript & SEO introduction
Javascript & SEO introductionJavascript & SEO introduction
Javascript & SEO introduction
 
10 Must-HAve GA4 Reports for SEO - Brighton SEO Apr 2023
10 Must-HAve GA4 Reports for SEO - Brighton SEO Apr 202310 Must-HAve GA4 Reports for SEO - Brighton SEO Apr 2023
10 Must-HAve GA4 Reports for SEO - Brighton SEO Apr 2023
 
WebXR: Introducing Mixed Reality and the Immersive Web - Peter O'Shaughnessy ...
WebXR: Introducing Mixed Reality and the Immersive Web - Peter O'Shaughnessy ...WebXR: Introducing Mixed Reality and the Immersive Web - Peter O'Shaughnessy ...
WebXR: Introducing Mixed Reality and the Immersive Web - Peter O'Shaughnessy ...
 
Oodukoor pokkuvaravu- sample order
Oodukoor pokkuvaravu- sample orderOodukoor pokkuvaravu- sample order
Oodukoor pokkuvaravu- sample order
 
글쓰는 개발자 모임, 글또
글쓰는 개발자 모임, 글또글쓰는 개발자 모임, 글또
글쓰는 개발자 모임, 글또
 
Max Prin - brightonSEO San Diego 2023 - Developing SEO Tools
Max Prin - brightonSEO San Diego 2023 - Developing SEO ToolsMax Prin - brightonSEO San Diego 2023 - Developing SEO Tools
Max Prin - brightonSEO San Diego 2023 - Developing SEO Tools
 

Ähnlich wie Android UI Design Trends

Novidades do Google IO 2015
Novidades do Google IO 2015Novidades do Google IO 2015
Novidades do Google IO 2015Jose Papo, MSc
 
Google IO - Five months later
Google IO - Five months laterGoogle IO - Five months later
Google IO - Five months laterMatteo Bonifazi
 
從 Google i/o 2015 看下半年 mobile 應用發展趨勢
從 Google i/o 2015 看下半年 mobile 應用發展趨勢從 Google i/o 2015 看下半年 mobile 應用發展趨勢
從 Google i/o 2015 看下半年 mobile 應用發展趨勢Ascii Huang
 
How to create a conference android app with Groovy and Android
How to create a conference android app with Groovy and AndroidHow to create a conference android app with Groovy and Android
How to create a conference android app with Groovy and AndroidGR8Conf
 
Special Edition: Apple and/vs Google [Infusion - 11th July 2014]
Special Edition: Apple and/vs Google [Infusion - 11th July 2014]Special Edition: Apple and/vs Google [Infusion - 11th July 2014]
Special Edition: Apple and/vs Google [Infusion - 11th July 2014]AlquimiaWRG
 
Reducing risks through Design Thinking Digital Transformation Toronto
Reducing risks through Design Thinking Digital Transformation TorontoReducing risks through Design Thinking Digital Transformation Toronto
Reducing risks through Design Thinking Digital Transformation TorontoHans Kao
 
Google I/O 2019 Reviews [Accessibility, 모두를 위한 기술과 디자인]
Google I/O 2019 Reviews [Accessibility,  모두를 위한 기술과 디자인]Google I/O 2019 Reviews [Accessibility,  모두를 위한 기술과 디자인]
Google I/O 2019 Reviews [Accessibility, 모두를 위한 기술과 디자인]남경 오
 
Google I/O 2018 KeynoteとDeveloper KeynoteのOverview
Google I/O 2018 KeynoteとDeveloper KeynoteのOverviewGoogle I/O 2018 KeynoteとDeveloper KeynoteのOverview
Google I/O 2018 KeynoteとDeveloper KeynoteのOverviewMasahiro Hidaka
 
[Msd10]mobile design02
[Msd10]mobile design02[Msd10]mobile design02
[Msd10]mobile design02jylee_kgit
 
Odoo 3D Product View with Google Model-Viewer
Odoo 3D Product View with Google Model-ViewerOdoo 3D Product View with Google Model-Viewer
Odoo 3D Product View with Google Model-ViewerOdoo
 
Software Development Practices
Software Development PracticesSoftware Development Practices
Software Development PracticesRonillo Ang
 
RayGo prod ppt apr 2015
RayGo prod ppt   apr 2015RayGo prod ppt   apr 2015
RayGo prod ppt apr 2015Boaz Zilberman
 
Google I/O 2015 - Complete Highlights
Google I/O 2015 - Complete HighlightsGoogle I/O 2015 - Complete Highlights
Google I/O 2015 - Complete HighlightsMoses Gomes
 

Ähnlich wie Android UI Design Trends (20)

Ubuntu Under Android
Ubuntu Under AndroidUbuntu Under Android
Ubuntu Under Android
 
Novidades do Google IO 2015
Novidades do Google IO 2015Novidades do Google IO 2015
Novidades do Google IO 2015
 
Google IO - Five months later
Google IO - Five months laterGoogle IO - Five months later
Google IO - Five months later
 
從 Google i/o 2015 看下半年 mobile 應用發展趨勢
從 Google i/o 2015 看下半年 mobile 應用發展趨勢從 Google i/o 2015 看下半年 mobile 應用發展趨勢
從 Google i/o 2015 看下半年 mobile 應用發展趨勢
 
Connected Branding
Connected BrandingConnected Branding
Connected Branding
 
How to create a conference android app with Groovy and Android
How to create a conference android app with Groovy and AndroidHow to create a conference android app with Groovy and Android
How to create a conference android app with Groovy and Android
 
Special Edition: Apple and/vs Google [Infusion - 11th July 2014]
Special Edition: Apple and/vs Google [Infusion - 11th July 2014]Special Edition: Apple and/vs Google [Infusion - 11th July 2014]
Special Edition: Apple and/vs Google [Infusion - 11th July 2014]
 
Responsive Web Design - UX/UI
Responsive Web Design - UX/UIResponsive Web Design - UX/UI
Responsive Web Design - UX/UI
 
Reducing risks through Design Thinking Digital Transformation Toronto
Reducing risks through Design Thinking Digital Transformation TorontoReducing risks through Design Thinking Digital Transformation Toronto
Reducing risks through Design Thinking Digital Transformation Toronto
 
Google I/O 2019 Reviews [Accessibility, 모두를 위한 기술과 디자인]
Google I/O 2019 Reviews [Accessibility,  모두를 위한 기술과 디자인]Google I/O 2019 Reviews [Accessibility,  모두를 위한 기술과 디자인]
Google I/O 2019 Reviews [Accessibility, 모두를 위한 기술과 디자인]
 
Google I/O 2018 KeynoteとDeveloper KeynoteのOverview
Google I/O 2018 KeynoteとDeveloper KeynoteのOverviewGoogle I/O 2018 KeynoteとDeveloper KeynoteのOverview
Google I/O 2018 KeynoteとDeveloper KeynoteのOverview
 
Mobile in 2016?
Mobile in 2016?Mobile in 2016?
Mobile in 2016?
 
[Msd10]mobile design02
[Msd10]mobile design02[Msd10]mobile design02
[Msd10]mobile design02
 
Odoo 3D Product View with Google Model-Viewer
Odoo 3D Product View with Google Model-ViewerOdoo 3D Product View with Google Model-Viewer
Odoo 3D Product View with Google Model-Viewer
 
Apps para viajeros
Apps para viajerosApps para viajeros
Apps para viajeros
 
Software Development Practices
Software Development PracticesSoftware Development Practices
Software Development Practices
 
RayGo prod ppt apr 2015
RayGo prod ppt   apr 2015RayGo prod ppt   apr 2015
RayGo prod ppt apr 2015
 
Google I/O 2015 - Complete Highlights
Google I/O 2015 - Complete HighlightsGoogle I/O 2015 - Complete Highlights
Google I/O 2015 - Complete Highlights
 
Android Fingerprint Authentication
Android Fingerprint AuthenticationAndroid Fingerprint Authentication
Android Fingerprint Authentication
 
The Immobile Web
The Immobile WebThe Immobile Web
The Immobile Web
 

Kürzlich hochgeladen

The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFMichael Gough
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructureitnewsafrica
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Mark Simos
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...BookNet Canada
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 

Kürzlich hochgeladen (20)

The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDF
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 

Android UI Design Trends