SlideShare a Scribd company logo
@fernando_cejas
Who am I?
ā€¢ā€Æ Barcelona GDG Organizer.
ā€¢ā€Æ Software Engineer.
ā€¢ā€Æ Android lover.
ā€¢ā€Æ Geek.
Who am I?
ā€¢ā€Æ Not a UX/UI guyā€¦. I'm a coder...
ā€¢ā€Æ So what the hell Iā€™m doing here?
Agenda
ā€¢ā€Æ User Interface
ā€¢ā€Æ User Experience
ā€¢ā€Æ Usability
ā€¢ā€Æ Android Design Patterns
ā€¢ā€Æ Examples
ā€¢ā€Æ Advices
ā€¢ā€Æ Conclusion	
 Ā 
Why this talk?
WTF?
WTF?
WTF?
What is User Interface? (UI)
ā€¢ā€Æ A common boundary or surface between the
interactive system and the user.
ā€¢ā€Æ All elements which provide communication
between the interactive system and the user.
Elements of a User Interface
What is User Interface Design?
ā€¢ā€Æ User interface design is the process of
supporting the tasks (goals) of the user, ideally
in a friendly and articulate manner.
What about User Experience (UX)?
ā€¢ā€Æ User experience (UX) is about how a person feels about
using a product, system or service. User experience is
subjective in nature, because it is about an individualā€™s
feelings and thoughts about the system.
What is Usability?
ā€¢ā€Æ Usability means that a person using a system
ļ¬nds it easy to understand and use.
ā€¢ā€Æ A usable system allows a person to focus on
their tasks, and not on the system itself.
ā€¢ā€Æ A usable system most often does what a!
person expects.
Usability Iceberg
Interaction Techniques.
Keyboard and mouse
mappings, menus,
feedback, etc.
Visuals.
Cues, feedback, and
aesthetics.
Android Design Patterns
What is a Design Pattern?
ā€¢ā€Æ Itā€™s a design solution to a recurring problem.
ā€¢ā€Æ Itā€™s also about not reinventing the wheel.
ā€¢ā€Æ People want to use what they have learnt
already using the phone.
Things changeā€¦ Isnā€™t it?
Things changeā€¦ Isnā€™t it?
Ice Cream Sandwich! Android 4.0
ā€¢ā€Æ A big quality step.
ā€¢ā€Æ Mature, stable and elegant.
For Smartphones and Tablets
ā€¢ā€Æ Different devices have different usability.
Android Main Themes
ā€¢ā€Æ Holo Light and Holo Dark.
Your branding
ā€¢ā€Æ Consistency has its place in Android, but you also have the flexibility
to customize the look of your app to reinforce your brand.
Gestures
ā€¢ā€Æ Gestures allow users to interact with your app by
manipulating the screen objects you provide
Gestures
ā€¢ā€Æ Gestures allow users to interact with your app by
manipulating the screen objects you provide
Gestures
ā€¢ā€Æ Gestures allow users to interact with your app by
manipulating the screen objects you provide
Application Structure
Navigation with Back and Up
Action Bar
Action Bar
ā€¢ā€Æ Consider split it when
having many elements
Navigation Drawer
ā€¢ā€Æ The navigation drawer is a panel that transitions in from the left
edge of the screen and displays the appā€™s main navigation options.
ā€¢ā€Æ The user can open the drawer panel by touching the navigation
drawer indicator.
Multi-pane Layouts
Multi-pane Layouts
Compound Views and Orientation Changes
Compound Views and Orientation Changes
Compound Views and Orientation Changes
Compound Views and Orientation Changes
Swipe Views
ā€¢ā€Æ Navigate with gestures through the content.
Contextual Action Bar
Notiļ¬cations
ā€¢ā€Æ The notiļ¬cation system allows your app to keep the user informed
about events, such as new chat messages or a calendar event.
Pure Android
Google Glassā€¦
Design for Glassā€¦.
ā€¢ā€Æ Users typically have multiple devices that store and display
information for speciļ¬c time periods. Glass works best with
information that is simple, relevant, and current.
ā€¢ā€Æ Don't try to replace a smartphone, tablet, or laptop by
transferring features designed for these devices to Glass.
Instead, focus on how Glass and your services complement
each other, and deliver an experience that is unique.
Design for Glassā€¦.
ā€¢ā€Æ Design interfaces that use imagery, colloquial voice
interactions, and natural gestures.
Android Wearā€¦.
ā€¢ā€Æ Android wearables provide just the right information at just
the right time, allowing you to be connected to the virtual
world and present in the real world.
Android Wear - Pages
ā€¢ā€Æ Pages are additional cards that can appear to the right of
your main card in the stream. If your core message is longer
than a short snippet, do not sacriļ¬ce glanceability by packing
a lot of information into your primary notiļ¬cation. Instead, use
pages to provide additional content.
Android Wear - Notiļ¬cation Stacks
ā€¢ā€Æ Stacks are a way of adding multiple useful notiļ¬cations
without overwhelming the userā€™s stream. If your application
may produce multiple concurrent notiļ¬cations, consider
combining them into a stack.
Android Wear - Pages
ā€¢ā€Æ Voice replies are primarily used by messaging applications to
provide a hands-free way of dictating a short message. You
can also provide a up to ļ¬ve suggested replies or ā€œcanned
responsesā€ that are useful in a wide range of cases.
UI/UX Examples
Beautifulā€¦ Sweeeet!!!!
UI/UX Examples
Grand St.
UI/UX Examples
Banjo
UI/UX Examples
Timely Alarm Clock.
Some adviceā€¦
ā€¢ā€Æ Don't port the UI from other platforms.
ā€¢ā€Æ Don't override the behavior of system buttons.
ā€¢ā€Æ Know your user and get feedback from him.
ā€¢ā€Æ Test on real users, early and often.
ā€¢ā€Æ Do what the user expects.
ā€¢ā€Æ The most common operations should be visible.
ā€¢ā€Æ Don't reinvent the wheel.
Some adviceā€¦
ā€¢ā€Æ Innovate but don't go further than standards
ā€¢ā€Æ Build better products, not more features
Any questions?
Thanks!
@fernando_cejas
www.fernandocejas.com

More Related Content

What's hot

Drawing Tool
Drawing ToolDrawing Tool
Drawing Tool
Dinesh Pathak
Ā 
Material Design in Android
Material Design in Android Material Design in Android
Material Design in Android
muratcanbur
Ā 
angular-formly presentation
angular-formly presentationangular-formly presentation
angular-formly presentation
Annia Martinez
Ā 
Head first iOS programming
Head first iOS programmingHead first iOS programming
Head first iOS programming
tedzhaoxa
Ā 
What is java fx?
What is java fx?What is java fx?
What is java fx?
kanchanmahajan23
Ā 
My Ionic Adventure
My Ionic AdventureMy Ionic Adventure
My Ionic Adventure
John Kosmetos
Ā 
Prototyping Axure
Prototyping AxurePrototyping Axure
Prototyping Axure
kkostuch
Ā 
PLAT-20 Building Alfresco Prototypes in a Few Hours
PLAT-20 Building Alfresco Prototypes in a Few HoursPLAT-20 Building Alfresco Prototypes in a Few Hours
PLAT-20 Building Alfresco Prototypes in a Few Hours
Alfresco Software
Ā 
Android design and Custom views
Android design and Custom views Android design and Custom views
Android design and Custom views Lars Vogel
Ā 
Sikuli Slides
Sikuli SlidesSikuli Slides
Sikuli Slides
Khalid Alharbi
Ā 

What's hot (10)

Drawing Tool
Drawing ToolDrawing Tool
Drawing Tool
Ā 
Material Design in Android
Material Design in Android Material Design in Android
Material Design in Android
Ā 
angular-formly presentation
angular-formly presentationangular-formly presentation
angular-formly presentation
Ā 
Head first iOS programming
Head first iOS programmingHead first iOS programming
Head first iOS programming
Ā 
What is java fx?
What is java fx?What is java fx?
What is java fx?
Ā 
My Ionic Adventure
My Ionic AdventureMy Ionic Adventure
My Ionic Adventure
Ā 
Prototyping Axure
Prototyping AxurePrototyping Axure
Prototyping Axure
Ā 
PLAT-20 Building Alfresco Prototypes in a Few Hours
PLAT-20 Building Alfresco Prototypes in a Few HoursPLAT-20 Building Alfresco Prototypes in a Few Hours
PLAT-20 Building Alfresco Prototypes in a Few Hours
Ā 
Android design and Custom views
Android design and Custom views Android design and Custom views
Android design and Custom views
Ā 
Sikuli Slides
Sikuli SlidesSikuli Slides
Sikuli Slides
Ā 

Viewers also liked

Material Design for Old Schoolers
Material Design for Old SchoolersMaterial Design for Old Schoolers
Material Design for Old Schoolers
Fernando Cejas
Ā 
Android Performance Tips & Tricks
Android Performance Tips & TricksAndroid Performance Tips & Tricks
Android Performance Tips & Tricks
Sergii Zhuk
Ā 
Inside Android Testing
Inside Android TestingInside Android Testing
Inside Android Testing
Fernando Cejas
Ā 
It is about philosophy: culture of a good programmer
It is about philosophy: culture of a good programmerIt is about philosophy: culture of a good programmer
It is about philosophy: culture of a good programmer
Fernando Cejas
Ā 
The Mayans Lost Guide to RxJava on Android
The Mayans Lost Guide to RxJava on AndroidThe Mayans Lost Guide to RxJava on Android
The Mayans Lost Guide to RxJava on Android
Fernando Cejas
Ā 
How to Become the MacGyver of Android Custom Views
How to Become the MacGyver of Android Custom ViewsHow to Become the MacGyver of Android Custom Views
How to Become the MacGyver of Android Custom Views
Fernando Cejas
Ā 

Viewers also liked (6)

Material Design for Old Schoolers
Material Design for Old SchoolersMaterial Design for Old Schoolers
Material Design for Old Schoolers
Ā 
Android Performance Tips & Tricks
Android Performance Tips & TricksAndroid Performance Tips & Tricks
Android Performance Tips & Tricks
Ā 
Inside Android Testing
Inside Android TestingInside Android Testing
Inside Android Testing
Ā 
It is about philosophy: culture of a good programmer
It is about philosophy: culture of a good programmerIt is about philosophy: culture of a good programmer
It is about philosophy: culture of a good programmer
Ā 
The Mayans Lost Guide to RxJava on Android
The Mayans Lost Guide to RxJava on AndroidThe Mayans Lost Guide to RxJava on Android
The Mayans Lost Guide to RxJava on Android
Ā 
How to Become the MacGyver of Android Custom Views
How to Become the MacGyver of Android Custom ViewsHow to Become the MacGyver of Android Custom Views
How to Become the MacGyver of Android Custom Views
Ā 

Similar to Android UX-UI Design for Fun and Profit

Ux ui presentation2
Ux ui presentation2Ux ui presentation2
Ux ui presentation2GeneXus
Ā 
Android Design Patterns
Android Design PatternsAndroid Design Patterns
Android Design Patterns
Fernando Cejas
Ā 
Dev fest ile ife 2014-ux, material design and trends
Dev fest ile ife 2014-ux, material design and trendsDev fest ile ife 2014-ux, material design and trends
Dev fest ile ife 2014-ux, material design and trends
Tunde Ojediran
Ā 
Chapter 1 id2e_slides
Chapter 1 id2e_slidesChapter 1 id2e_slides
Chapter 1 id2e_slidesoopscrash1
Ā 
Web UI Design Patterns 2014
Web UI Design Patterns 2014Web UI Design Patterns 2014
Web UI Design Patterns 2014
Lewis Lin šŸ¦Š
Ā 
UI Design
UI DesignUI Design
UI Design
Ivano Malavolta
Ā 
Adaptive UI for Android and iOS using Material and Cupertino.pptx
Adaptive UI for Android and iOS using Material and Cupertino.pptxAdaptive UI for Android and iOS using Material and Cupertino.pptx
Adaptive UI for Android and iOS using Material and Cupertino.pptx
Flutter Agency
Ā 
UI and UX for Mobile Developers
UI and UX for Mobile DevelopersUI and UX for Mobile Developers
UI and UX for Mobile Developers
Mohamed Nabil, MSc.
Ā 
Usability Workshop at Lillebaelt Academy
Usability Workshop at Lillebaelt AcademyUsability Workshop at Lillebaelt Academy
Usability Workshop at Lillebaelt Academy
DĆ”niel GĆ³rĆ©
Ā 
Games Design 2 - Lecture 12 - Usability, Metaphor and Layout
Games Design 2 - Lecture 12 - Usability, Metaphor and LayoutGames Design 2 - Lecture 12 - Usability, Metaphor and Layout
Games Design 2 - Lecture 12 - Usability, Metaphor and Layout
David Farrell
Ā 
Between Paper & Code
Between Paper & CodeBetween Paper & Code
Between Paper & Code
Molly Wilson
Ā 
Bank Chris - Web UI Design Patterns - 2014
Bank Chris - Web UI Design Patterns - 2014Bank Chris - Web UI Design Patterns - 2014
Bank Chris - Web UI Design Patterns - 2014
Shah Muhammad Baig
Ā 
UI/UX Fundamentals
UI/UX FundamentalsUI/UX Fundamentals
UI/UX Fundamentals
Dijup Tuladhar
Ā 
Design process interaction design basics
Design process interaction design basicsDesign process interaction design basics
Design process interaction design basics
Preeti Mishra
Ā 
hema ppt (2).pptx
hema ppt (2).pptxhema ppt (2).pptx
hema ppt (2).pptx
balasekaran5
Ā 
Designing for Multiple Devices - Sarit Arora
 Designing for Multiple Devices - Sarit Arora Designing for Multiple Devices - Sarit Arora
Designing for Multiple Devices - Sarit Arora
STC India UX SIG
Ā 
Multi Platform User Exerience
Multi Platform User ExerienceMulti Platform User Exerience
Multi Platform User ExerienceTanya Zavialova
Ā 
Multi Channel Publishing
Multi Channel PublishingMulti Channel Publishing
Multi Channel Publishing
Joe Welinske
Ā 
UI.docx
UI.docxUI.docx
UI.docx
zeeshanahmad318
Ā 
UI.docx
UI.docxUI.docx
UI.docx
Tabassum Bahar
Ā 

Similar to Android UX-UI Design for Fun and Profit (20)

Ux ui presentation2
Ux ui presentation2Ux ui presentation2
Ux ui presentation2
Ā 
Android Design Patterns
Android Design PatternsAndroid Design Patterns
Android Design Patterns
Ā 
Dev fest ile ife 2014-ux, material design and trends
Dev fest ile ife 2014-ux, material design and trendsDev fest ile ife 2014-ux, material design and trends
Dev fest ile ife 2014-ux, material design and trends
Ā 
Chapter 1 id2e_slides
Chapter 1 id2e_slidesChapter 1 id2e_slides
Chapter 1 id2e_slides
Ā 
Web UI Design Patterns 2014
Web UI Design Patterns 2014Web UI Design Patterns 2014
Web UI Design Patterns 2014
Ā 
UI Design
UI DesignUI Design
UI Design
Ā 
Adaptive UI for Android and iOS using Material and Cupertino.pptx
Adaptive UI for Android and iOS using Material and Cupertino.pptxAdaptive UI for Android and iOS using Material and Cupertino.pptx
Adaptive UI for Android and iOS using Material and Cupertino.pptx
Ā 
UI and UX for Mobile Developers
UI and UX for Mobile DevelopersUI and UX for Mobile Developers
UI and UX for Mobile Developers
Ā 
Usability Workshop at Lillebaelt Academy
Usability Workshop at Lillebaelt AcademyUsability Workshop at Lillebaelt Academy
Usability Workshop at Lillebaelt Academy
Ā 
Games Design 2 - Lecture 12 - Usability, Metaphor and Layout
Games Design 2 - Lecture 12 - Usability, Metaphor and LayoutGames Design 2 - Lecture 12 - Usability, Metaphor and Layout
Games Design 2 - Lecture 12 - Usability, Metaphor and Layout
Ā 
Between Paper & Code
Between Paper & CodeBetween Paper & Code
Between Paper & Code
Ā 
Bank Chris - Web UI Design Patterns - 2014
Bank Chris - Web UI Design Patterns - 2014Bank Chris - Web UI Design Patterns - 2014
Bank Chris - Web UI Design Patterns - 2014
Ā 
UI/UX Fundamentals
UI/UX FundamentalsUI/UX Fundamentals
UI/UX Fundamentals
Ā 
Design process interaction design basics
Design process interaction design basicsDesign process interaction design basics
Design process interaction design basics
Ā 
hema ppt (2).pptx
hema ppt (2).pptxhema ppt (2).pptx
hema ppt (2).pptx
Ā 
Designing for Multiple Devices - Sarit Arora
 Designing for Multiple Devices - Sarit Arora Designing for Multiple Devices - Sarit Arora
Designing for Multiple Devices - Sarit Arora
Ā 
Multi Platform User Exerience
Multi Platform User ExerienceMulti Platform User Exerience
Multi Platform User Exerience
Ā 
Multi Channel Publishing
Multi Channel PublishingMulti Channel Publishing
Multi Channel Publishing
Ā 
UI.docx
UI.docxUI.docx
UI.docx
Ā 
UI.docx
UI.docxUI.docx
UI.docx
Ā 

More from Fernando Cejas

How ANDROID TESTING changed how we think about Death - Second Edition
How ANDROID TESTING changed how we think about Death - Second EditionHow ANDROID TESTING changed how we think about Death - Second Edition
How ANDROID TESTING changed how we think about Death - Second Edition
Fernando Cejas
Ā 
How ANDROID TESTING changed how we think about Death
How ANDROID TESTING changed how we think about DeathHow ANDROID TESTING changed how we think about Death
How ANDROID TESTING changed how we think about Death
Fernando Cejas
Ā 
Dinosaurs and Androids: The Listview Evolution
Dinosaurs and Androids: The Listview EvolutionDinosaurs and Androids: The Listview Evolution
Dinosaurs and Androids: The Listview Evolution
Fernando Cejas
Ā 
Webview: The fifth element
Webview: The fifth elementWebview: The fifth element
Webview: The fifth element
Fernando Cejas
Ā 
Nfc on Android
Nfc on AndroidNfc on Android
Nfc on Android
Fernando Cejas
Ā 
Android Cloud To Device Messaging
Android Cloud To Device MessagingAndroid Cloud To Device Messaging
Android Cloud To Device Messaging
Fernando Cejas
Ā 
Android Quick Introduction
Android Quick IntroductionAndroid Quick Introduction
Android Quick Introduction
Fernando Cejas
Ā 
Desarrollo android almacenamiento de datos
Desarrollo android    almacenamiento de datosDesarrollo android    almacenamiento de datos
Desarrollo android almacenamiento de datos
Fernando Cejas
Ā 
Android simple 2d Layout animation
Android simple 2d Layout animationAndroid simple 2d Layout animation
Android simple 2d Layout animationFernando Cejas
Ā 

More from Fernando Cejas (9)

How ANDROID TESTING changed how we think about Death - Second Edition
How ANDROID TESTING changed how we think about Death - Second EditionHow ANDROID TESTING changed how we think about Death - Second Edition
How ANDROID TESTING changed how we think about Death - Second Edition
Ā 
How ANDROID TESTING changed how we think about Death
How ANDROID TESTING changed how we think about DeathHow ANDROID TESTING changed how we think about Death
How ANDROID TESTING changed how we think about Death
Ā 
Dinosaurs and Androids: The Listview Evolution
Dinosaurs and Androids: The Listview EvolutionDinosaurs and Androids: The Listview Evolution
Dinosaurs and Androids: The Listview Evolution
Ā 
Webview: The fifth element
Webview: The fifth elementWebview: The fifth element
Webview: The fifth element
Ā 
Nfc on Android
Nfc on AndroidNfc on Android
Nfc on Android
Ā 
Android Cloud To Device Messaging
Android Cloud To Device MessagingAndroid Cloud To Device Messaging
Android Cloud To Device Messaging
Ā 
Android Quick Introduction
Android Quick IntroductionAndroid Quick Introduction
Android Quick Introduction
Ā 
Desarrollo android almacenamiento de datos
Desarrollo android    almacenamiento de datosDesarrollo android    almacenamiento de datos
Desarrollo android almacenamiento de datos
Ā 
Android simple 2d Layout animation
Android simple 2d Layout animationAndroid simple 2d Layout animation
Android simple 2d Layout animation
Ā 

Recently uploaded

ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
Ā 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
Ā 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
Ā 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
Ā 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
Ā 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
Ā 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
Ā 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
Ā 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
Ā 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
Ā 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
Ā 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
Ā 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
Ā 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
Ā 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
Ā 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
Ā 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
Ā 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
Ā 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
Ā 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
Ā 

Recently uploaded (20)

ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Ā 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Ā 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
Ā 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Ā 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
Ā 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
Ā 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Ā 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Ā 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
Ā 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Ā 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
Ā 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Ā 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Ā 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Ā 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
Ā 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Ā 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
Ā 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Ā 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
Ā 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Ā 

Android UX-UI Design for Fun and Profit