Skip to content

Software Development at Program Tom LTD

Place for coding, programming, development and software in general.

Menu
  • Blog
  • PDF Booklets
  • Dev Utils & Content
  • Java Spring Boot Or Web Apps
  • English
    • български
    • English
    • Español
    • Português
    • हिन्दी
    • Русский
    • Deutsch
    • Français
    • Italiano
    • العربية
  • About Us
Menu
Good User Experience

Good User Experience – Progress and State Now

Posted on April 16, 2021April 18, 2021 by Toma Velev

A Good User Experience is one that shows what an App or whatever piece of software is doing at any particular moment. A meaningful message is one that shows to the user – the current state and if the app is actually doing something. A strategy often used in marketing is to include every time – Call to Action. It may be:

  • What the user could do on the current screen or
  • If the software is doing something – to show some percentage or intermediate progress.

This is the reason of the introduction of many of the features and restrictions in Android O for background services (and not only).

The common need of result or message is the reason a lot of Data Access, Rest Services and APIs have:

  • A boolean flag with success
  • String variable that contains constant key. It is value message mapped to more User Friendly one.
  • Some concrete result of operation action

Good User Experience comes with User Interface Responsiveness. You could archive this by delegating all work to non-UI, subordinate threads. The approach may have different wrap ups on the different platforms, technologies and frameworks, but the idea is the same.

The bigger problem for developers come on the mobile platforms. On iOS and Android, the work may be put aside in the background worker or potentially delegated to a system component. Many times there is a request to you [developer] – to support offline first work and also online – as close to real time as possible. At that point the pain of coding start getting real, if you are not already using synchronizing frameworks like Firebase.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Feature Flags – Enable Functionality from the BackEnd
  • Integrating xAI Grok API with Spring Boot
  • How to Progresively Integrate AI
  • What is an AI Agent
  • Flutter image scaling

Categories

  • Apps (22)
  • ChatGPT (23)
  • Choosing a Framework (38)
  • Flutter (256)
  • Graphical User Interface (14)
  • Marketing (116)
  • Software Development (281)
  • Spring (44)
  • StartUp (22)
  • Uncategorized (14)
  • Uncategorized (4)
  • Vaadin (14)

Tags

Algorithms (9) crypto (29) flutterdev (39) General (86) Java (7) QR & Bar Codes (3) Software Dev Choices (33) Spring Boot (1) standards (1) Theme (3) User Authentication & Authorization (9) User Experience (10) Utilities (19) WordPress (11)

Product categories

  • All Technologies (84)
    • Flutter Apps (24)
    • GPT (4)
    • Java (38)
    • Native Android (3)
    • PHP (9)
    • Spring (Boot) / Quarkus (35)
    • Utils (15)
    • Vaadin 24+ (27)
    • Vaadin 8 (1)
  • Apps (18)
    • Employees DB (1)
    • Notes (6)
    • Personal Budget (1)
    • Recipes Book (1)
    • Stuff Organizer (1)
    • To-Do (2)
  • PDF Books (3)
  • Source Code Generators (8)

Recent Posts

  • Feature Flags – Enable Functionality from the BackEnd
  • Integrating xAI Grok API with Spring Boot
  • How to Progresively Integrate AI
  • What is an AI Agent
  • Flutter image scaling

Post Categories

  • Apps (22)
  • ChatGPT (23)
  • Choosing a Framework (38)
  • Flutter (256)
  • Graphical User Interface (14)
  • Marketing (116)
  • Software Development (281)
  • Spring (44)
  • StartUp (22)
  • Uncategorized (14)
  • Uncategorized (4)
  • Vaadin (14)