SlideShare a Scribd company logo
1 of 19
Achieving Quality
Constraints in
mobile
application
K.Senthil Kumar
Sri Eshwar College of
Engineering, Coimbatore
Achieving Quality Constraints
 What is Quality in mobile application?
 Quality of mobile application depend upon
performance, usability, security, availability and
modifiability.
 If your application satisfies all the parameters then it
is said as quality mobile application that every one
loves to use.
 If one implement all this parameters then app
become daily habit of users.
Performance in app
 Performance of app plays important role in
getting 5 star rating in all marketplaces like
playstore, app store or windows store.
 If application takes more then 10 seconds to load
then it will not be used by users.
 If application takes too long time to process data
then it will not be used by users.
 If application takes too long time to switch
between screens then it will not be used by users.
 The performance of app is important factor which
decides the success of app.
How to achieve performance?
 Understand your target device.
 Most developers forget about device, they classify
device based on operating system, but forget about
configuration of devices.
 Always classify devices based on specification sheet.
 Try developing apps based on low specification
mobile which will automatically run in all mobiles.
How to achieve performance?
 Understand your tools
 Try to understand the tools that is used to develop
the mobile app.
 Better understanding of tools helps to make
important architectural design.
 Ex – Understanding about phone gap helps to
develop app for multiple platforms.
How to achieve performance?
 Understand core concepts of the language used
to build app
 Understanding core programming language used to
develop app will help to avoid performance issues.
 Ex – A extra string comparison in jscript will surely
reduce the performance.
 Understand the library.
 Try to understand the library used in tools. If you
simply call a third party methods for simple operation
then it will increase battery usage and reduce the
performance.
 Always use standard codes for simple task.
How to improve usability?
 Usability enables the users to easily navigate
between different parts of the app.
 The proper links to various parts of app helps to
improve the usability of app.
 Ex – If the user reaches end of single screen then
placing top button or next button helps to
navigate to top of page or next screen.
 The best usability practice helps to acquire more
customers to app.
How to improve usability?
 The 10 must to do things for improving usability are
 Use a task based design
 Add a sticky menu with search option
 No dividers needed
 Use short forms
 Tone it down
 Button hit areas
 Don’t use too many font sizes
 Optimize for speed
 Switch to desktop site and back
 Test your Mobile UX again and again
 Use a task based design
 Always design app based on user needs. The app
users opens your app to do some task on the go.
 The home screen should provide option to do task
that user want to do in your app.
 Add a sticky menu with a search option
 Users always want menu with search option in all
places.
 Place a sticky menu that will automatically fits during
page navigation.
 No Dividers needed
 Don’t use dividers which adds line in UX which
creates negative experience.
 Place elements in good order instead of divider.
 Use short forms
 The size of any data entry form should be limited to 3
to 4 elements. If its long like desktop site then user
navigate to other app.
 Ex : If a user wrongly enters password then instead of
loading a new form to create a user just change the
button to register and create user with minimal data.
 Tone it down
 The minimal use of colors will create positive UX.
 The multicolor UX confuses the user.
 Button hit areas
 Most users click buttons using thumbs, so place the
button that is easily accessible using thumb.
 Don’t use too many font sizes
 Due to limitation in screen size using two different
font size creates positive user experience.
 If you use more number of font size then it mess up
the screen which gives negative user exp.
 Optimize for speed
 The image plays important role in speed of app.
 The optimized images increase the app speed.
 Switch to desktop site and back
 Allowing user to switch between desktop site and
mobile app is very important.
 Some users always want to do some tasks in desktop
site
 Test your Mobile UX again and again
 Testing Mobile UX is important factor which helps to
identify all negative factors of mobile app.
 If one consider all these standards while designing
app then user will get positive user experience.
How to protect app from hackers
 Protecting app is important because customers
providing confidential data to us based on trust.
 If we don’t provide security then confidential data
will be hacked by hackers.
 If user knows app is not secured then he or she
may not use app.
 You have to ensure security by avoiding common
mistakes.
 So what are all the common mistakes?
How to protect app from hackers
 Trusting build in platform security
 The common mistake done by developers are
trusting build in platform security but lot of security
holes are there in platform.
 App developers should use third party security
mechanism to protect the app.
 Using code from other developer
 It take time to build complete app from scratch, so
some developers use code from internet.
 Hackers create certain codes and publish in internet
to get access into your mobile app users.
How to protect app from hackers
 Not planning for data caching vulnerabilities
 The hackers tries to read the cache information
through other app.
 The apps like free games are created to hack the
users mobile.
 The data cache should be secured using password
or some other way to protect the data.
 Foregoing through security testing
 Before launching app to market perform all security
testing.
 You can hire a ethical hackers for security testing.
How to protect app from hackers
 Not using Encryption or week Encryption
 Never create financial transaction based apps
without implementing strong encryption.
 If you want to make your app as daily habit of user
then implement encryption.
 Forgetting to Plan for Physical Security Breaches
 Always give importance to physical security
because if users misses his mobile then probability of
misusing data is high.
 So periodic session time out is important in mobile
app.
How to protect app from hackers
 Not Implementing Secure Communications to
Servers.
 You should establish connection to server only
through secured protocols like https.
 If you fail to do then it is easy to hack the server using
path tracing or reading mobile traffic through proxy.
 Patching Your App Too Slowly
 Frequent security update of app increase the
hacking time.
 The frequent update of app enables security by
closing all open holes in security.
How to maintain app availability?
 Availability refers to continuous working of
application in both offline and in online mode.
 Today mobile users are travelling across multiple
cell sites which frequently disturb the wireless
internet connectivity to mobile.
 This interruption should not affect the mobile app.
 It is possible to achieve high availability by
effectively managing offline data.
 You can also provide high availability by giving
effective synchronization mechanism
How to maintain modifiability?
 Modifiability helps to release multiple version of
app more easily
 It is achieved by developing as multiple units
instead of single unit.
 If any bugs arises after launch then it is easy to
modify the unit instead of changing everything in
code.

More Related Content

What's hot

Day: 1 Introduction to Mobile Application Development (in Android)
Day: 1 Introduction to Mobile Application Development (in Android)Day: 1 Introduction to Mobile Application Development (in Android)
Day: 1 Introduction to Mobile Application Development (in Android)
Ahsanul Karim
 
android layouts
android layoutsandroid layouts
android layouts
Deepa Rani
 

What's hot (20)

User interface (UI) for mobile applications
User interface (UI) for mobile applicationsUser interface (UI) for mobile applications
User interface (UI) for mobile applications
 
Design Patterns for mobile apps
Design Patterns for mobile appsDesign Patterns for mobile apps
Design Patterns for mobile apps
 
Final year project presentation in android application
Final year project presentation in android applicationFinal year project presentation in android application
Final year project presentation in android application
 
Android app development ppt
Android app development pptAndroid app development ppt
Android app development ppt
 
Google Maps in Android
Google Maps in AndroidGoogle Maps in Android
Google Maps in Android
 
User Interface Analysis and Design
User Interface Analysis and DesignUser Interface Analysis and Design
User Interface Analysis and Design
 
CSE Final Year Project Presentation on Android Application
CSE Final Year Project Presentation on Android ApplicationCSE Final Year Project Presentation on Android Application
CSE Final Year Project Presentation on Android Application
 
Mobile application development ppt
Mobile application development pptMobile application development ppt
Mobile application development ppt
 
Day: 1 Introduction to Mobile Application Development (in Android)
Day: 1 Introduction to Mobile Application Development (in Android)Day: 1 Introduction to Mobile Application Development (in Android)
Day: 1 Introduction to Mobile Application Development (in Android)
 
Publishing and delivery of mobile application ios
Publishing and delivery of mobile application   iosPublishing and delivery of mobile application   ios
Publishing and delivery of mobile application ios
 
Web Development on Web Project Report
Web Development on Web Project ReportWeb Development on Web Project Report
Web Development on Web Project Report
 
Synopsis on android application
Synopsis on android applicationSynopsis on android application
Synopsis on android application
 
Local Service Search Engine Management System LSSEMS
Local Service Search Engine Management System LSSEMSLocal Service Search Engine Management System LSSEMS
Local Service Search Engine Management System LSSEMS
 
4 p’s of management spectrum and the w5hh principle
4 p’s of management spectrum and the w5hh principle4 p’s of management spectrum and the w5hh principle
4 p’s of management spectrum and the w5hh principle
 
fake product review monitoring
fake product review monitoringfake product review monitoring
fake product review monitoring
 
Android College Application Project Report
Android College Application Project ReportAndroid College Application Project Report
Android College Application Project Report
 
android layouts
android layoutsandroid layouts
android layouts
 
Mobile Application Development
Mobile Application DevelopmentMobile Application Development
Mobile Application Development
 
Introduction to Android and Android Studio
Introduction to Android and Android StudioIntroduction to Android and Android Studio
Introduction to Android and Android Studio
 
Mobile UI Design – User Centered Design and UI Best Practices
Mobile UI Design – User Centered Design and UI Best PracticesMobile UI Design – User Centered Design and UI Best Practices
Mobile UI Design – User Centered Design and UI Best Practices
 

Similar to Achieving quality contraints

Mobile App Testing.pdf
Mobile App Testing.pdfMobile App Testing.pdf
Mobile App Testing.pdf
Abanti Aazmin
 

Similar to Achieving quality contraints (20)

web development.pdf
web development.pdfweb development.pdf
web development.pdf
 
7 Factors to Consider While Developing Mobile Apps
7 Factors to Consider While Developing Mobile Apps7 Factors to Consider While Developing Mobile Apps
7 Factors to Consider While Developing Mobile Apps
 
mobile app development tool-converted.pdf
mobile app development tool-converted.pdfmobile app development tool-converted.pdf
mobile app development tool-converted.pdf
 
how to choose right mobile app development tools
how to choose right mobile app development toolshow to choose right mobile app development tools
how to choose right mobile app development tools
 
Android app developer in india
Android app developer in indiaAndroid app developer in india
Android app developer in india
 
Mobile App Development Vs Software Development 7 Key Differences
Mobile App Development Vs Software Development 7 Key DifferencesMobile App Development Vs Software Development 7 Key Differences
Mobile App Development Vs Software Development 7 Key Differences
 
How to optimize app performance and reduce app crashes.pdf
How to optimize app performance and reduce app crashes.pdfHow to optimize app performance and reduce app crashes.pdf
How to optimize app performance and reduce app crashes.pdf
 
The complete guide to Mobile App Development Lifecycle 2023
The complete guide to Mobile App Development Lifecycle 2023The complete guide to Mobile App Development Lifecycle 2023
The complete guide to Mobile App Development Lifecycle 2023
 
Native vs. Cross-Platform
Native vs. Cross-PlatformNative vs. Cross-Platform
Native vs. Cross-Platform
 
Mobile App Development Services | Mindtree
Mobile App Development Services | MindtreeMobile App Development Services | Mindtree
Mobile App Development Services | Mindtree
 
Step-by-Step Guide On iOS App Wireframing
Step-by-Step Guide On iOS App WireframingStep-by-Step Guide On iOS App Wireframing
Step-by-Step Guide On iOS App Wireframing
 
Mobile App Development V_S Software Development_ 7 Key Differences.pdf
Mobile App Development V_S Software Development_ 7 Key Differences.pdfMobile App Development V_S Software Development_ 7 Key Differences.pdf
Mobile App Development V_S Software Development_ 7 Key Differences.pdf
 
13 Things To Keep In Mind For Enhanced Mobile App UI/UX Design
13 Things To Keep In Mind For Enhanced Mobile App UI/UX Design 13 Things To Keep In Mind For Enhanced Mobile App UI/UX Design
13 Things To Keep In Mind For Enhanced Mobile App UI/UX Design
 
Key Considerations for Developing High-Performing Mobile Apps.pdf
Key Considerations for Developing High-Performing Mobile Apps.pdfKey Considerations for Developing High-Performing Mobile Apps.pdf
Key Considerations for Developing High-Performing Mobile Apps.pdf
 
S cube's mobile application development
S cube's mobile application developmentS cube's mobile application development
S cube's mobile application development
 
Scube's mobile application development
Scube's mobile application developmentScube's mobile application development
Scube's mobile application development
 
App Development Cost Singapore.pdf
App Development Cost Singapore.pdfApp Development Cost Singapore.pdf
App Development Cost Singapore.pdf
 
Top Advantages of Cross Platform Mobile App Development
Top Advantages of Cross Platform Mobile App DevelopmentTop Advantages of Cross Platform Mobile App Development
Top Advantages of Cross Platform Mobile App Development
 
Mobile App Testing.pdf
Mobile App Testing.pdfMobile App Testing.pdf
Mobile App Testing.pdf
 
Cool App Ideas - Native , Hybrid or Web Apps - Netset
Cool App Ideas - Native , Hybrid or Web Apps - NetsetCool App Ideas - Native , Hybrid or Web Apps - Netset
Cool App Ideas - Native , Hybrid or Web Apps - Netset
 

More from K Senthil Kumar (6)

Installing application in ubuntu [autosaved]
Installing application in ubuntu [autosaved]Installing application in ubuntu [autosaved]
Installing application in ubuntu [autosaved]
 
User interfaces for mobile applications
User interfaces for mobile applicationsUser interfaces for mobile applications
User interfaces for mobile applications
 
Embedded os
Embedded osEmbedded os
Embedded os
 
Basics of embedded system design
Basics of embedded system designBasics of embedded system design
Basics of embedded system design
 
Embedded systems
Embedded systemsEmbedded systems
Embedded systems
 
Introduction to mobile application
Introduction to mobile applicationIntroduction to mobile application
Introduction to mobile application
 

Recently uploaded

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Recently uploaded (20)

Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 

Achieving quality contraints

  • 1. Achieving Quality Constraints in mobile application K.Senthil Kumar Sri Eshwar College of Engineering, Coimbatore
  • 2. Achieving Quality Constraints  What is Quality in mobile application?  Quality of mobile application depend upon performance, usability, security, availability and modifiability.  If your application satisfies all the parameters then it is said as quality mobile application that every one loves to use.  If one implement all this parameters then app become daily habit of users.
  • 3. Performance in app  Performance of app plays important role in getting 5 star rating in all marketplaces like playstore, app store or windows store.  If application takes more then 10 seconds to load then it will not be used by users.  If application takes too long time to process data then it will not be used by users.  If application takes too long time to switch between screens then it will not be used by users.  The performance of app is important factor which decides the success of app.
  • 4. How to achieve performance?  Understand your target device.  Most developers forget about device, they classify device based on operating system, but forget about configuration of devices.  Always classify devices based on specification sheet.  Try developing apps based on low specification mobile which will automatically run in all mobiles.
  • 5. How to achieve performance?  Understand your tools  Try to understand the tools that is used to develop the mobile app.  Better understanding of tools helps to make important architectural design.  Ex – Understanding about phone gap helps to develop app for multiple platforms.
  • 6. How to achieve performance?  Understand core concepts of the language used to build app  Understanding core programming language used to develop app will help to avoid performance issues.  Ex – A extra string comparison in jscript will surely reduce the performance.  Understand the library.  Try to understand the library used in tools. If you simply call a third party methods for simple operation then it will increase battery usage and reduce the performance.  Always use standard codes for simple task.
  • 7. How to improve usability?  Usability enables the users to easily navigate between different parts of the app.  The proper links to various parts of app helps to improve the usability of app.  Ex – If the user reaches end of single screen then placing top button or next button helps to navigate to top of page or next screen.  The best usability practice helps to acquire more customers to app.
  • 8. How to improve usability?  The 10 must to do things for improving usability are  Use a task based design  Add a sticky menu with search option  No dividers needed  Use short forms  Tone it down  Button hit areas  Don’t use too many font sizes  Optimize for speed  Switch to desktop site and back  Test your Mobile UX again and again
  • 9.  Use a task based design  Always design app based on user needs. The app users opens your app to do some task on the go.  The home screen should provide option to do task that user want to do in your app.  Add a sticky menu with a search option  Users always want menu with search option in all places.  Place a sticky menu that will automatically fits during page navigation.  No Dividers needed  Don’t use dividers which adds line in UX which creates negative experience.  Place elements in good order instead of divider.
  • 10.  Use short forms  The size of any data entry form should be limited to 3 to 4 elements. If its long like desktop site then user navigate to other app.  Ex : If a user wrongly enters password then instead of loading a new form to create a user just change the button to register and create user with minimal data.  Tone it down  The minimal use of colors will create positive UX.  The multicolor UX confuses the user.  Button hit areas  Most users click buttons using thumbs, so place the button that is easily accessible using thumb.
  • 11.  Don’t use too many font sizes  Due to limitation in screen size using two different font size creates positive user experience.  If you use more number of font size then it mess up the screen which gives negative user exp.  Optimize for speed  The image plays important role in speed of app.  The optimized images increase the app speed.  Switch to desktop site and back  Allowing user to switch between desktop site and mobile app is very important.  Some users always want to do some tasks in desktop site
  • 12.  Test your Mobile UX again and again  Testing Mobile UX is important factor which helps to identify all negative factors of mobile app.  If one consider all these standards while designing app then user will get positive user experience.
  • 13. How to protect app from hackers  Protecting app is important because customers providing confidential data to us based on trust.  If we don’t provide security then confidential data will be hacked by hackers.  If user knows app is not secured then he or she may not use app.  You have to ensure security by avoiding common mistakes.  So what are all the common mistakes?
  • 14. How to protect app from hackers  Trusting build in platform security  The common mistake done by developers are trusting build in platform security but lot of security holes are there in platform.  App developers should use third party security mechanism to protect the app.  Using code from other developer  It take time to build complete app from scratch, so some developers use code from internet.  Hackers create certain codes and publish in internet to get access into your mobile app users.
  • 15. How to protect app from hackers  Not planning for data caching vulnerabilities  The hackers tries to read the cache information through other app.  The apps like free games are created to hack the users mobile.  The data cache should be secured using password or some other way to protect the data.  Foregoing through security testing  Before launching app to market perform all security testing.  You can hire a ethical hackers for security testing.
  • 16. How to protect app from hackers  Not using Encryption or week Encryption  Never create financial transaction based apps without implementing strong encryption.  If you want to make your app as daily habit of user then implement encryption.  Forgetting to Plan for Physical Security Breaches  Always give importance to physical security because if users misses his mobile then probability of misusing data is high.  So periodic session time out is important in mobile app.
  • 17. How to protect app from hackers  Not Implementing Secure Communications to Servers.  You should establish connection to server only through secured protocols like https.  If you fail to do then it is easy to hack the server using path tracing or reading mobile traffic through proxy.  Patching Your App Too Slowly  Frequent security update of app increase the hacking time.  The frequent update of app enables security by closing all open holes in security.
  • 18. How to maintain app availability?  Availability refers to continuous working of application in both offline and in online mode.  Today mobile users are travelling across multiple cell sites which frequently disturb the wireless internet connectivity to mobile.  This interruption should not affect the mobile app.  It is possible to achieve high availability by effectively managing offline data.  You can also provide high availability by giving effective synchronization mechanism
  • 19. How to maintain modifiability?  Modifiability helps to release multiple version of app more easily  It is achieved by developing as multiple units instead of single unit.  If any bugs arises after launch then it is easy to modify the unit instead of changing everything in code.