SlideShare una empresa de Scribd logo
1 de 58
Android 4.0 UI Design Tips
Justin Lee
Evolution of Android
Gingerbread Ice Cream SandwichHoneycomb
Android 2.3 Android 3.0 Android 4.0
One OS for Smartphones & Tablets
Topics
Major UI Changes
Design Patterns
Do and Don’t
Major UI Changes
Fight for Fragmentation
Android is not easy to learn
http://www.pocket-lint.com/news/40615/78-android-tips-beginners-set-up
Inconsistent hardware buttons
is a big problem
ICS drop hardware buttons
Gingerbread ICS
screen
Software Buttons are dynamic
Landscape Left
Landscape Right
Back Home Recents
What’s missing?
Menu Button
Menu button is NOT longer a
primary button
Gingerbread ICS
Quiz: How to goto settings page?
Not to many people can get it by
themselves
ICS make the menu much
more easy to find
The menu button in legacy
app still available on ICS
But it’s time to say goodbye
http://android-developers.blogspot.com/2012/01/say-goodbye-to-menu-button.html
Migrate the global actions to the
action bar & action overflow
Old New
Split action bar for contextual
actions
Old New
Backwards compatibility
Legacy software
Legacy hardware
http://developer.android.com/design/patterns/compatibility.html
Back Button
The behavior of back button
is inconsistent from user’s POV
?
In app navigation is much more
predictable
Home Button
Home button perform too many
functions before ICS
tap
long press
tap
The only function of home
button on ICS is going home
How to goto a recent app?
Recents Button
Tap recents button to show
recent app list
The new recents screen
tap to switch
swipe to remove
Long press gesture changed
Old New
Open contextual menu Select the item
App UI Design Patterns
Common App UI
http://developer.android.com/design/get-started/ui-overview.html
1.Main Action Bar
2.View Control
3.Content Area
4.Split Action Bar
General App Structure
Top level views
Category views
Detail/edit view
New in ICS
1.Navigation Bar
2.Action Bar
3.Multi-pane layouts
4.Selection
http://developer.android.com/design/patterns/new-4-0.html
Navigation
Back Up
In-app navigation
system & in-app
navigation
http://developer.android.com/design/patterns/navigation.html
Swipe Views
Swiping
Between
Detail Views
Swiping
Between
Tabs
http://developer.android.com/design/patterns/swipe-views.html
Action Bar
http://developer.android.com/design/patterns/actionbar.html
1.App icon
2.View Control
3.Action Buttons
4.Action overflow
Split Action Bars
http://developer.android.com/design/patterns/actionbar.html
1.Main action bar
2.Top bar
3.Bottom Bar
Multi-pane layouts
Smartphone Tablet
http://developer.android.com/design/patterns/multi-pane-layouts.html
Selection
Contextual action bar
Dynamically adjust CAB actions
http://developer.android.com/design/patterns/selection.html
Long press on an item in list to select
Notifications
http://developer.android.com/design/patterns/notifications.html
Do and Don’t
Do make the large, obvious
tap targets
Touchable UI components are generally laid out along 48dp units.
http://developer.android.com/design/style/metrics-grids.html
http://www.slideshare.net/AndroidDev/android-ui-design-tips
Do use screen density
independent units (dp)
http://developer.android.com/guide/practices/screens_support.html
not density independent (px)
density independent (dp)
Do create versions of all resources
for high density screens
http://developer.android.com/design/style/devices-displays.html
Do properly handle orientation changes
http://developer.android.com/design/style/devices-displays.html
Stretch/compress
Stack
Expand/collapse
Show/hide
Do follow Android icon guideline
http://developer.android.com/design/style/iconography.html
Launcher
Launcher
Action Bar
Don't mimic UI elements
from other platforms
Android
iOS
Windows Phone 7
http://developer.android.com/design/patterns/pure-android.html
Don't mimic UI elements
from other platforms
http://developer.android.com/design/patterns/pure-android.html
Android
iOS
Windows Phone 7
Don't use bottom tab bars
http://developer.android.com/design/patterns/pure-android.html
Don't use labeled back
buttons on action bars
http://developer.android.com/design/patterns/pure-android.html
Don't use right-pointing
carets on line items
http://developer.android.com/design/patterns/pure-android.html
Question?
Thank You!

Más contenido relacionado

La actualidad más candente

Mobile application development ppt
Mobile application development pptMobile application development ppt
Mobile application development ppttirupathinews
 
Writing Clean Code in Swift
Writing Clean Code in SwiftWriting Clean Code in Swift
Writing Clean Code in SwiftDerek Lee Boire
 
Introduction to android
Introduction to androidIntroduction to android
Introduction to androidzeelpatel0504
 
Android vs. IOS: Comparing features & functions
Android vs. IOS: Comparing features & functionsAndroid vs. IOS: Comparing features & functions
Android vs. IOS: Comparing features & functionsDipesh Bhatiya
 
Android application development ppt
Android application development pptAndroid application development ppt
Android application development pptGautam Kumar
 
Creating the first app with android studio
Creating the first app with android studioCreating the first app with android studio
Creating the first app with android studioParinita03
 
Introduction to iOS Apps Development
Introduction to iOS Apps DevelopmentIntroduction to iOS Apps Development
Introduction to iOS Apps DevelopmentProf. Erwin Globio
 
Microsoft visio 2013
Microsoft visio 2013Microsoft visio 2013
Microsoft visio 2013Raghu nath
 
Android Application Development Using Java
Android Application Development Using JavaAndroid Application Development Using Java
Android Application Development Using Javaamaankhan
 
Building blocks of android
Building blocks of androidBuilding blocks of android
Building blocks of androidSiddhesh Palkar
 
Introduction to React JS
Introduction to React JSIntroduction to React JS
Introduction to React JSArno Lordkronos
 
Android app development ppt
Android app development pptAndroid app development ppt
Android app development pptsaitej15
 
Android OS Presentation
Android OS PresentationAndroid OS Presentation
Android OS PresentationEks Dhiee ジ
 

La actualidad más candente (20)

Mobile development
Mobile developmentMobile development
Mobile development
 
Web 1.0 2.0 3.0
Web 1.0 2.0 3.0Web 1.0 2.0 3.0
Web 1.0 2.0 3.0
 
Mobile application development ppt
Mobile application development pptMobile application development ppt
Mobile application development ppt
 
Writing Clean Code in Swift
Writing Clean Code in SwiftWriting Clean Code in Swift
Writing Clean Code in Swift
 
iOS jailbreaking
iOS jailbreakingiOS jailbreaking
iOS jailbreaking
 
Introduction to android
Introduction to androidIntroduction to android
Introduction to android
 
Android vs. IOS: Comparing features & functions
Android vs. IOS: Comparing features & functionsAndroid vs. IOS: Comparing features & functions
Android vs. IOS: Comparing features & functions
 
Android application development ppt
Android application development pptAndroid application development ppt
Android application development ppt
 
Creating the first app with android studio
Creating the first app with android studioCreating the first app with android studio
Creating the first app with android studio
 
Introduction to iOS Apps Development
Introduction to iOS Apps DevelopmentIntroduction to iOS Apps Development
Introduction to iOS Apps Development
 
Microsoft visio 2013
Microsoft visio 2013Microsoft visio 2013
Microsoft visio 2013
 
Action Bar in Android
Action Bar in AndroidAction Bar in Android
Action Bar in Android
 
Android Application Development Using Java
Android Application Development Using JavaAndroid Application Development Using Java
Android Application Development Using Java
 
Building blocks of android
Building blocks of androidBuilding blocks of android
Building blocks of android
 
Evolution of Android
Evolution of AndroidEvolution of Android
Evolution of Android
 
Introduction to React JS
Introduction to React JSIntroduction to React JS
Introduction to React JS
 
Android app development ppt
Android app development pptAndroid app development ppt
Android app development ppt
 
Win scp
Win scpWin scp
Win scp
 
Android studio ppt
Android studio pptAndroid studio ppt
Android studio ppt
 
Android OS Presentation
Android OS PresentationAndroid OS Presentation
Android OS Presentation
 

Destacado

Etude PwC sur les femmes de la génération Y (mars 2015)
Etude PwC sur les femmes de la génération Y (mars 2015)Etude PwC sur les femmes de la génération Y (mars 2015)
Etude PwC sur les femmes de la génération Y (mars 2015)PwC France
 
PARADISE ISLAND RESORT MALDIVES FOR USD 532 VALID FOR ONLY SEPTEMBER
PARADISE ISLAND RESORT MALDIVES FOR USD 532 VALID FOR ONLY SEPTEMBERPARADISE ISLAND RESORT MALDIVES FOR USD 532 VALID FOR ONLY SEPTEMBER
PARADISE ISLAND RESORT MALDIVES FOR USD 532 VALID FOR ONLY SEPTEMBERShahrukh Hussain
 
qaiserQAQcEngg002
qaiserQAQcEngg002qaiserQAQcEngg002
qaiserQAQcEngg002Qaiser Reza
 
Tate aut503-social skill development theorypart 1
Tate aut503-social skill development theorypart 1Tate aut503-social skill development theorypart 1
Tate aut503-social skill development theorypart 1tatejill
 
Field feature[1]
Field feature[1]Field feature[1]
Field feature[1]Moh_Khalil
 
KB 4 Perawatan Paliatif Pada Kasus Neurologi
KB 4 Perawatan Paliatif  Pada Kasus NeurologiKB 4 Perawatan Paliatif  Pada Kasus Neurologi
KB 4 Perawatan Paliatif Pada Kasus NeurologiUwes Chaeruman
 
O novo cidadão – debate sobre juventude, cidadania e TICs
O novo cidadão – debate sobre juventude, cidadania e TICsO novo cidadão – debate sobre juventude, cidadania e TICs
O novo cidadão – debate sobre juventude, cidadania e TICsMarcos Marinho Queiroz
 
2015 Chinese Summer Camp
2015 Chinese Summer Camp2015 Chinese Summer Camp
2015 Chinese Summer CampMelody Brown
 
What Every Entreprenuer Should Know About Ripoff Report
What Every Entreprenuer Should Know About Ripoff ReportWhat Every Entreprenuer Should Know About Ripoff Report
What Every Entreprenuer Should Know About Ripoff ReportDaniel Warner
 
Tan Sri Bashir Ahmad - Session 1: The Global Airport Cities Report: The Lates...
Tan Sri Bashir Ahmad - Session 1: The Global Airport Cities Report: The Lates...Tan Sri Bashir Ahmad - Session 1: The Global Airport Cities Report: The Lates...
Tan Sri Bashir Ahmad - Session 1: The Global Airport Cities Report: The Lates...Global Airport Cities
 
actividades para el desarrollo del lenguaje de 0-3 años upn2015
actividades para el desarrollo del lenguaje de 0-3 años    upn2015actividades para el desarrollo del lenguaje de 0-3 años    upn2015
actividades para el desarrollo del lenguaje de 0-3 años upn2015Jessica Gomez
 

Destacado (20)

Jafier 9
Jafier 9Jafier 9
Jafier 9
 
Prueba
PruebaPrueba
Prueba
 
Palestra tedxufg
Palestra tedxufgPalestra tedxufg
Palestra tedxufg
 
Etude PwC sur les femmes de la génération Y (mars 2015)
Etude PwC sur les femmes de la génération Y (mars 2015)Etude PwC sur les femmes de la génération Y (mars 2015)
Etude PwC sur les femmes de la génération Y (mars 2015)
 
IDCE Exam Cert
IDCE Exam CertIDCE Exam Cert
IDCE Exam Cert
 
Basic Simple MPLS
Basic Simple MPLSBasic Simple MPLS
Basic Simple MPLS
 
PARADISE ISLAND RESORT MALDIVES FOR USD 532 VALID FOR ONLY SEPTEMBER
PARADISE ISLAND RESORT MALDIVES FOR USD 532 VALID FOR ONLY SEPTEMBERPARADISE ISLAND RESORT MALDIVES FOR USD 532 VALID FOR ONLY SEPTEMBER
PARADISE ISLAND RESORT MALDIVES FOR USD 532 VALID FOR ONLY SEPTEMBER
 
qaiserQAQcEngg002
qaiserQAQcEngg002qaiserQAQcEngg002
qaiserQAQcEngg002
 
Tate aut503-social skill development theorypart 1
Tate aut503-social skill development theorypart 1Tate aut503-social skill development theorypart 1
Tate aut503-social skill development theorypart 1
 
Genre
GenreGenre
Genre
 
Field feature[1]
Field feature[1]Field feature[1]
Field feature[1]
 
KB 4 Perawatan Paliatif Pada Kasus Neurologi
KB 4 Perawatan Paliatif  Pada Kasus NeurologiKB 4 Perawatan Paliatif  Pada Kasus Neurologi
KB 4 Perawatan Paliatif Pada Kasus Neurologi
 
O novo cidadão – debate sobre juventude, cidadania e TICs
O novo cidadão – debate sobre juventude, cidadania e TICsO novo cidadão – debate sobre juventude, cidadania e TICs
O novo cidadão – debate sobre juventude, cidadania e TICs
 
Billar yo
Billar yoBillar yo
Billar yo
 
2015 Chinese Summer Camp
2015 Chinese Summer Camp2015 Chinese Summer Camp
2015 Chinese Summer Camp
 
English Project
English ProjectEnglish Project
English Project
 
What Every Entreprenuer Should Know About Ripoff Report
What Every Entreprenuer Should Know About Ripoff ReportWhat Every Entreprenuer Should Know About Ripoff Report
What Every Entreprenuer Should Know About Ripoff Report
 
Apresentação gordura trans
Apresentação gordura transApresentação gordura trans
Apresentação gordura trans
 
Tan Sri Bashir Ahmad - Session 1: The Global Airport Cities Report: The Lates...
Tan Sri Bashir Ahmad - Session 1: The Global Airport Cities Report: The Lates...Tan Sri Bashir Ahmad - Session 1: The Global Airport Cities Report: The Lates...
Tan Sri Bashir Ahmad - Session 1: The Global Airport Cities Report: The Lates...
 
actividades para el desarrollo del lenguaje de 0-3 años upn2015
actividades para el desarrollo del lenguaje de 0-3 años    upn2015actividades para el desarrollo del lenguaje de 0-3 años    upn2015
actividades para el desarrollo del lenguaje de 0-3 años upn2015
 

Similar a Android 4.0 UI design tips

2012/02/15 Android 4.0 UI Design Tips@happy designer meetup
2012/02/15 Android 4.0 UI Design Tips@happy designer meetup2012/02/15 Android 4.0 UI Design Tips@happy designer meetup
2012/02/15 Android 4.0 UI Design Tips@happy designer meetupJustin Lee
 
Android 4.0 UI Design Tips
Android 4.0 UI Design TipsAndroid 4.0 UI Design Tips
Android 4.0 UI Design TipsJustin Lee
 
Lecture #3 activities and intents
Lecture #3  activities and intentsLecture #3  activities and intents
Lecture #3 activities and intentsVitali Pekelis
 
Android ActionBar Navigation reloaded
Android ActionBar Navigation reloadedAndroid ActionBar Navigation reloaded
Android ActionBar Navigation reloadedDominik Helleberg
 
Android ui patterns
Android ui patternsAndroid ui patterns
Android ui patternsMobile March
 
Android ui patterns
Android ui patternsAndroid ui patterns
Android ui patternsvpulec
 
Dicoding Developer Coaching #21: Android | Cara Membuat Widget di Aplikasi An...
Dicoding Developer Coaching #21: Android | Cara Membuat Widget di Aplikasi An...Dicoding Developer Coaching #21: Android | Cara Membuat Widget di Aplikasi An...
Dicoding Developer Coaching #21: Android | Cara Membuat Widget di Aplikasi An...DicodingEvent
 
Designing and implementing_android_uis_for_phones_and_tablets
Designing and implementing_android_uis_for_phones_and_tabletsDesigning and implementing_android_uis_for_phones_and_tablets
Designing and implementing_android_uis_for_phones_and_tabletsCường Doãn
 
Android Design Guidelines 4.0
Android Design Guidelines 4.0Android Design Guidelines 4.0
Android Design Guidelines 4.0Brandon Nolte
 
Introduction to android
Introduction to androidIntroduction to android
Introduction to androidShrijan Tiwari
 
Get an Android tutorial for beginners
Get an Android tutorial for beginnersGet an Android tutorial for beginners
Get an Android tutorial for beginnersJavaTpoint.Com
 
Mobile Application Development
Mobile Application DevelopmentMobile Application Development
Mobile Application Developmentsonichinmay
 
Anshul chechani android app development report
Anshul chechani android app development reportAnshul chechani android app development report
Anshul chechani android app development reportAnshul Chechani
 
iOS humaninterfaceguidelines
iOS humaninterfaceguidelinesiOS humaninterfaceguidelines
iOS humaninterfaceguidelinescdsg
 
打造你的第一個iPhone APP
打造你的第一個iPhone APP打造你的第一個iPhone APP
打造你的第一個iPhone APP彼得潘 Pan
 

Similar a Android 4.0 UI design tips (20)

2012/02/15 Android 4.0 UI Design Tips@happy designer meetup
2012/02/15 Android 4.0 UI Design Tips@happy designer meetup2012/02/15 Android 4.0 UI Design Tips@happy designer meetup
2012/02/15 Android 4.0 UI Design Tips@happy designer meetup
 
Android 4.0 UI Design Tips
Android 4.0 UI Design TipsAndroid 4.0 UI Design Tips
Android 4.0 UI Design Tips
 
Android UI Patterns
Android UI PatternsAndroid UI Patterns
Android UI Patterns
 
Lecture #3 activities and intents
Lecture #3  activities and intentsLecture #3  activities and intents
Lecture #3 activities and intents
 
Android ActionBar Navigation reloaded
Android ActionBar Navigation reloadedAndroid ActionBar Navigation reloaded
Android ActionBar Navigation reloaded
 
Android ui patterns
Android ui patternsAndroid ui patterns
Android ui patterns
 
Android ui patterns
Android ui patternsAndroid ui patterns
Android ui patterns
 
Dicoding Developer Coaching #21: Android | Cara Membuat Widget di Aplikasi An...
Dicoding Developer Coaching #21: Android | Cara Membuat Widget di Aplikasi An...Dicoding Developer Coaching #21: Android | Cara Membuat Widget di Aplikasi An...
Dicoding Developer Coaching #21: Android | Cara Membuat Widget di Aplikasi An...
 
Designing and implementing_android_uis_for_phones_and_tablets
Designing and implementing_android_uis_for_phones_and_tabletsDesigning and implementing_android_uis_for_phones_and_tablets
Designing and implementing_android_uis_for_phones_and_tablets
 
Android Design Guidelines 4.0
Android Design Guidelines 4.0Android Design Guidelines 4.0
Android Design Guidelines 4.0
 
Notes Unit3.pptx
Notes Unit3.pptxNotes Unit3.pptx
Notes Unit3.pptx
 
Introduction to android
Introduction to androidIntroduction to android
Introduction to android
 
Get an Android tutorial for beginners
Get an Android tutorial for beginnersGet an Android tutorial for beginners
Get an Android tutorial for beginners
 
Mobile Application Development
Mobile Application DevelopmentMobile Application Development
Mobile Application Development
 
Mobile hig
Mobile higMobile hig
Mobile hig
 
Anshul chechani android app development report
Anshul chechani android app development reportAnshul chechani android app development report
Anshul chechani android app development report
 
iOS humaninterfaceguidelines
iOS humaninterfaceguidelinesiOS humaninterfaceguidelines
iOS humaninterfaceguidelines
 
打造你的第一個iPhone APP
打造你的第一個iPhone APP打造你的第一個iPhone APP
打造你的第一個iPhone APP
 
Mini-Training: Mobile UX Trends
Mini-Training: Mobile UX TrendsMini-Training: Mobile UX Trends
Mini-Training: Mobile UX Trends
 
Ux Example
Ux ExampleUx Example
Ux Example
 

Más de Star Channel - Nea Tileorasi

Windows Phone 8 overview and the developer oportunity
Windows Phone 8 overview and the developer oportunityWindows Phone 8 overview and the developer oportunity
Windows Phone 8 overview and the developer oportunityStar Channel - Nea Tileorasi
 

Más de Star Channel - Nea Tileorasi (20)

Samsung and the path to open source leadership
Samsung and the path to open source leadershipSamsung and the path to open source leadership
Samsung and the path to open source leadership
 
Plaisio Telephony November 2013
Plaisio Telephony November 2013Plaisio Telephony November 2013
Plaisio Telephony November 2013
 
Germanos November 2013
Germanos November 2013Germanos November 2013
Germanos November 2013
 
Plaisio sales November 2013
Plaisio sales November 2013Plaisio sales November 2013
Plaisio sales November 2013
 
Photography with smartphones
Photography with smartphones Photography with smartphones
Photography with smartphones
 
iOS Development Ecosystem
iOS Development EcosystemiOS Development Ecosystem
iOS Development Ecosystem
 
Windows Phone 8 overview and the developer oportunity
Windows Phone 8 overview and the developer oportunityWindows Phone 8 overview and the developer oportunity
Windows Phone 8 overview and the developer oportunity
 
Forthnet Απρίλιος 2013
Forthnet Απρίλιος 2013Forthnet Απρίλιος 2013
Forthnet Απρίλιος 2013
 
Cosmote
CosmoteCosmote
Cosmote
 
Germanos
GermanosGermanos
Germanos
 
Plaisio January 2013
Plaisio January 2013Plaisio January 2013
Plaisio January 2013
 
Germanos December 2012
Germanos December 2012Germanos December 2012
Germanos December 2012
 
Plaisio December 2012
Plaisio December 2012Plaisio December 2012
Plaisio December 2012
 
WIND December 2012
WIND December 2012WIND December 2012
WIND December 2012
 
Vodafone December 2012
Vodafone December 2012Vodafone December 2012
Vodafone December 2012
 
Cosmote December 2012
Cosmote December 2012Cosmote December 2012
Cosmote December 2012
 
Forthnet Δεκέμβριος 2012
Forthnet Δεκέμβριος 2012Forthnet Δεκέμβριος 2012
Forthnet Δεκέμβριος 2012
 
Kotsovolos 26.11.2012
Kotsovolos 26.11.2012Kotsovolos 26.11.2012
Kotsovolos 26.11.2012
 
Cosmote catalogue November 2012
Cosmote catalogue November 2012Cosmote catalogue November 2012
Cosmote catalogue November 2012
 
Forthnet catalogue October - November 2012
Forthnet catalogue October - November 2012Forthnet catalogue October - November 2012
Forthnet catalogue October - November 2012
 

Último

How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 

Último (20)

How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 

Android 4.0 UI design tips