SlideShare a Scribd company logo
1 of 55
Download to read offline
@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

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 presentationAnnia Martinez
Ā 
Head first iOS programming
Head first iOS programmingHead first iOS programming
Head first iOS programmingtedzhaoxa
Ā 
My Ionic Adventure
My Ionic AdventureMy Ionic Adventure
My Ionic AdventureJohn Kosmetos
Ā 
Prototyping Axure
Prototyping AxurePrototyping Axure
Prototyping Axurekkostuch
Ā 
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 HoursAlfresco Software
Ā 
Android design and Custom views
Android design and Custom views Android design and Custom views
Android design and Custom views Lars Vogel
Ā 

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 SchoolersFernando Cejas
Ā 
Android Performance Tips & Tricks
Android Performance Tips & TricksAndroid Performance Tips & Tricks
Android Performance Tips & TricksSergii Zhuk
Ā 
Inside Android Testing
Inside Android TestingInside Android Testing
Inside Android TestingFernando 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 programmerFernando 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 AndroidFernando 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 ViewsFernando 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 PatternsFernando 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 trendsTunde 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 2014Lewis Lin šŸ¦Š
Ā 
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.pptxFlutter Agency
Ā 
UI and UX for Mobile Developers
UI and UX for Mobile DevelopersUI and UX for Mobile Developers
UI and UX for Mobile DevelopersMohamed Nabil, MSc.
Ā 
Usability Workshop at Lillebaelt Academy
Usability Workshop at Lillebaelt AcademyUsability Workshop at Lillebaelt Academy
Usability Workshop at Lillebaelt AcademyDĆ”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 LayoutDavid Farrell
Ā 
Between Paper & Code
Between Paper & CodeBetween Paper & Code
Between Paper & CodeMolly 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 - 2014Shah Muhammad Baig
Ā 
UI/UX Fundamentals
UI/UX FundamentalsUI/UX Fundamentals
UI/UX FundamentalsDijup Tuladhar
Ā 
Design process interaction design basics
Design process interaction design basicsDesign process interaction design basics
Design process interaction design basicsPreeti Mishra
Ā 
hema ppt (2).pptx
hema ppt (2).pptxhema ppt (2).pptx
hema ppt (2).pptxbalasekaran5
Ā 
Designing for Multiple Devices - Sarit Arora
 Designing for Multiple Devices - Sarit Arora Designing for Multiple Devices - Sarit Arora
Designing for Multiple Devices - Sarit AroraSTC 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 PublishingJoe Welinske
Ā 

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 EditionFernando 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 DeathFernando Cejas
Ā 
Dinosaurs and Androids: The Listview Evolution
Dinosaurs and Androids: The Listview EvolutionDinosaurs and Androids: The Listview Evolution
Dinosaurs and Androids: The Listview EvolutionFernando Cejas
Ā 
Webview: The fifth element
Webview: The fifth elementWebview: The fifth element
Webview: The fifth elementFernando Cejas
Ā 
Android Cloud To Device Messaging
Android Cloud To Device MessagingAndroid Cloud To Device Messaging
Android Cloud To Device MessagingFernando Cejas
Ā 
Android Quick Introduction
Android Quick IntroductionAndroid Quick Introduction
Android Quick IntroductionFernando Cejas
Ā 
Desarrollo android almacenamiento de datos
Desarrollo android    almacenamiento de datosDesarrollo android    almacenamiento de datos
Desarrollo android almacenamiento de datosFernando 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

Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
Ā 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
Ā 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
Ā 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadhamedmustafa094
Ā 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesRAJNEESHKUMAR341697
Ā 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
Ā 
Learn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic MarksLearn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic MarksMagic Marks
Ā 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
Ā 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...Health
Ā 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...HenryBriggs2
Ā 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
Ā 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
Ā 
Bridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxBridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxnuruddin69
Ā 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
Ā 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
Ā 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"mphochane1998
Ā 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
Ā 

Recently uploaded (20)

Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
Ā 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
Ā 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Ā 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
Ā 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
Ā 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
Ā 
Learn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic MarksLearn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic Marks
Ā 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
Ā 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Ā 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Ā 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
Ā 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
Ā 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
Ā 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
Ā 
Call Girls in South Ex (delhi) call me [šŸ”9953056974šŸ”] escort service 24X7
Call Girls in South Ex (delhi) call me [šŸ”9953056974šŸ”] escort service 24X7Call Girls in South Ex (delhi) call me [šŸ”9953056974šŸ”] escort service 24X7
Call Girls in South Ex (delhi) call me [šŸ”9953056974šŸ”] escort service 24X7
Ā 
Bridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxBridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptx
Ā 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
Ā 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
Ā 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
Ā 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
Ā 

Android UX-UI Design for Fun and Profit