Narrow your search

Library

Thomas More Kempen (3586)

Thomas More Mechelen (3586)

VIVES (3586)

Odisee (3580)

KU Leuven (3467)

UCLL (3415)

ULiège (3292)

ULB (3207)

UGent (1517)

KBC (831)

More...

Resource type

book (3564)

periodical (22)

digital (14)


Language

English (3567)

Undetermined (11)

German (5)

Czech (1)

French (1)

More...

Year
From To Submit

2024 (156)

2023 (164)

2022 (97)

2021 (101)

2020 (224)

More...
Listing 1 - 10 of 3586 << page
of 359
>>
Sort by

Book
Mastering Xamarin UI development : build robust and a maintainable cross-platform mobile UI with Xamarin and C# 7
Author:
ISBN: 1788998529 Year: 2018 Publisher: Birmingham ; Mumbai : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Learn how to build stunning, maintainable, cross-platform mobile application user interfaces using C# 7 with the power of both the Xamarin and Xamarin.Forms frameworks. Key Features Build effective native and cross-platform user interfaces using the Xamarin frameworks for iOS and Android, as well as Xamarin.Forms. Maximize the testability, flexibility, and overall quality of your Xamarin mobile apps. Step-by-Steps guide that is packed with real-world scenarios and solutions, to build professional grade mobile apps and games for the iOS and Android platforms, using C# 7. Book Description This book will provide you with the knowledge and practical skills that are required to develop real-world Xamarin and Xamarin.Forms applications. You'll learn how to create native Android app that will interact with the device camera and photo gallery, and then create a native iOS sliding tiles game. You will learn how to implement complex UI layouts and creating customizable control elements based on the platform, using XAML and C# 7 code to interact with control elements within your XAML ContentPages. You'll learn how to add location-based features by to your apps by creating a LocationService class and using the Xam.Plugin.Geolocator cross-platform library, that will be used to obtain the current device location. Next, you'll learn how to work with and implement animations and visual effects within your UI using the PlatformEffects API, using C# code. At the end of this book, you'll learn how to integrate Microsoft Azure App Services and use the Twitter APIs within your app. You will work with the Razor Templating Engine to build a book library HTML5 solution that will use a SQLite.net library to store, update, retrieve, and delete information within a local SQLite database. Finally, you will learn how to write unit tests using the NUnit and UITest frameworks. What you will learn Build native and cross-platform apps for both iOS and Android using the Xamarin and Xamarin.Forms platform using C# 7. Implement and customize different user-interface layouts and Animations within your application and use the PlatFormEffects API to change appearance of control elements. Understand the MVVM architectural pattern and how to implement this with your apps. Build a NavigationService class to enable. navigation between your ViewModels as well as Implementing Data-Binding to control elements within your XAML pages and ViewModels. Work with the Razor Templating Engine to ...


Book
Delphi GUI Programming with FireMonkey
Authors: ---
Year: 2020 Publisher: Birmingham : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

FireMonkey (FMX) is a cross-platform application framework that allows developers to create exciting user interfaces and deliver applications on multiple operating systems (OS). This book will help you learn visual programming with Delphi and FMX. Starting with an overview of the FMX framework, including a general discussion of the underlying philosophy and approach, you'll then move on to the fundamentals and architectural details of FMX. You'll also cover a significant comparison between Delphi and the Visual Component Library (VCL). Next, you'll focus on the main FMX components, data access/data binding, and style concepts, in addition to understanding how to deliver visually responsive UIs. To address modern application development, the book takes you through topics such as animations and effects, and provides you with a general introduction to parallel programming, specifically targeting UI-related aspects, including application responsiveness. Later, you'll explore the most important cross-platform services in the FMX framework, which are essential for delivering your application on multiple platforms while retaining the single codebase approach. Finally, you'll learn about FMX's built-in 3D functionalities. By the end of this book, you will be familiar with the FMX framework and be able to build effective cross-platform apps.


Book
Konfigurierbare Benutzerschnittstellen zur Vereinfachung formularbasierter Datenerfassung
Author:
Year: 2005 Publisher: [Place of publication not identified] : KIT Scientific Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Bei der Entwicklung formularbasierter Benutzerschnittstellen werden Spezialfälle einzelner Benutzer häufig nicht berücksichtigt. Besonders verursachen mehrere Varianten der Benutzerschnittstelle für ein einziges Programm einen hohen Entwicklungsaufwand. Benutzerschnittstellen werden in der Praxis von Programmierern und wenigen Benutzern definiert. Eine so entwickelte Benutzerschnittstelle stellt eine universelle Lösung dar. Benutzer können die Schnittstelle zwar verwenden, jedoch wären in vielen Fällen Vereinfachungen wünschenswert. Die häufige Unzufriedenheit der Benutzer ist daher gut nachvollziehbar. Diese Arbeit beschreibt ein Verfahren zur Erweiterung von Komponententechnologien, die eine selbständige Vereinfachung von Formularen ohne Programmierung durch den Benutzer ermöglicht.


Book
Multi-Variant User Interfaces in E-commerce : A Practical Approach to UI Personalization
Author:
ISBN: 3031677587 Year: 2024 Publisher: Cham : Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Building cross-platform GUI applications with Fyne : create beautiful, platform-agnostic graphical applications using Fyne and the Go programming language
Author:
ISBN: 1800566883 Year: 2021 Publisher: Birmingham, England ; Mumbai : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Python GUI programming cookbook : develop functional and responsive user interfaces with Tkinter and PyQt5
Author:
ISBN: 1838828818 Year: 2019 Publisher: Birmingham, England ; Mumbai : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Over 90 recipes to help you develop widgets, forms, layouts, charts, and much more using the latest features of Python 3 Key Features Use object-oriented programming to develop impressive GUIs in Python Create interesting charts to visually represent data using Matplotlib Develop GUIs with the latest versions of tkinter, PyQt5, and wxPython frameworks Book Description Python is a multi-domain, interpreted programming language that is easy to learn and implement. With its wide support for frameworks to develop GUIs, you can build interactive and beautiful GUI-based applications easily using Python. This third edition of Python GUI Programming Cookbook follows a task-based approach to help you create effective GUIs with the smallest amount of code. Every recipe in this book builds upon the last to create an entire, real-life GUI application. These recipes also help you solve problems that you might encounter while developing GUIs. This book mainly focuses on using Python's built-in tkinter GUI framework. You'll learn how to create GUIs in Python using simple programming styles and object-oriented programming (OOP). As you add more widgets and expand your GUI, you will learn how to connect to networks, databases, and graphical libraries that greatly enhance the functionality of your GUI. You'll also learn how to use threading to ensure that your GUI doesn't become unresponsive. Toward the end, you'll learn about the versatile PyQt GUI framework, which comes along with its own visual editor that allows you to design GUIs using drag and drop features. By the end of the book, you'll be an expert in designing Python GUIs and be able to develop a variety of GUI applications with ease. What you will learn Create amazing GUIs with Python's built-in tkinter module Customize GUIs using layout managers to arrange GUI widgets Advance from the typical waterfall coding style to an OOP style using Python Develop beautiful charts using the free Matplotlib Python module Use threading in a networked environment to make GUIs responsive Discover ways to connect GUIs to a MySQL database Understand how unit tests can be created and internationalize GUI Delve into the world of GUI creation using PyQt5 Who this book is for If you're a programmer or developer looking to enhance your Python skills by writing powerful GUI applications, this book is for you. Familiarity with the Python programming language is necessary to get the most out of the book. Downloading the examp...


Book
Remote usability testing : actionable insights in user behavior across geographies and time zones
Authors: ---
ISBN: 1788990633 Year: 2018 Publisher: Birmingham : Packt Publishing Ltd,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Gain actionable insights from qualitative remote studies to improve user experience Key Features Understand the different usability testing methodologies and their strengths and weaknesses Master the execution of remote studies Learn how to analyze and present study results Book Description Usability testing is a subdiscipline of User Experience. Its goal is to ensure that a given product is easy to use and the user's experience with the product is intuitive and satisfying. Usability studies are conducted with study participants who are representative of the target users to gather feedback on a user interface. The feedback is then used to refine and improve the user interface. Remote studies involve fewer logistics, allow participation regardless of location and are quicker and cheaper to execute compared to in person studies, while delivering valuable insights. The users are not inhibited by being in a new environment under observation; they can act naturally in their familiar environment. Remote unmoderated studies additionally have the advantage of being independent of time zones. This book will teach you how to conduct qualitative remote usability studies, in particular remote moderated and unmoderated studies. Each chapter provides actionable tips on how to use each methodology and how to compensate for the specific nature of each methodology. The book also provides material to help with planning and executing each study type. What you will learn Choose the most suitable remote study methodology Establish a clear goal for the study Plan the study execution Understand recruitment logistics, expectations and compensation Set up and moderate remote studies Write good tasks and questions for each methodology Analyze and document the study results Deliver results that align with the goal for the study Who this book is for This book is for user experience (UX) professionals familiar with traditional in-person usability testing methodologies, or for UX designers with no prior exposure to user research and usability testing. Customer experience professionals or product managers who want to understand remote usability testing will also find this book useful. No knowledge of remote usability testing is needed.


Book
Bash cookbook : leverage bash scripting to automate daily tasks and improve productivity
Authors: ---
ISBN: 178883917X Year: 2018 Publisher: Birmingham ; Mumbai : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Create simple to advanced shell scripts and enhance your system functionality with effective recipes Key Features Automate tedious and repetitive tasks Create several novel applications ranging from a simple IRC logger to a Web Scraper Manage your system efficiently by becoming a seasoned Bash user Book Description In Linux, one of the most commonly used and most powerful tools is the Bash shell. With its collection of engaging recipes, Bash Cookbook takes you through a series of exercises designed to teach you how to effectively use the Bash shell in order to create and execute your own scripts. The book starts by introducing you to the basics of using the Bash shell, also teaching you the fundamentals of generating any input from a command. With the help of a number of exercises, you will get to grips with the automation of daily tasks for sysadmins and power users. Once you have a hands-on understanding of the subject, you will move on to exploring more advanced projects that can solve real-world problems comprehensively on a Linux system. In addition to this, you will discover projects such as creating an application with a menu, beginning scripts on startup, parsing and displaying human-readable information, and executing remote commands with authentication using self-generated Secure Shell (SSH) keys. By the end of this book, you will have gained significant experience of solving real-world problems, from automating routine tasks to managing your systems and creating your own scripts. What you will learn Understand the basics of Bash shell scripting on a Linux system Gain working knowledge of how redirections and pipes interact Retrieve and parse input or output of any command Automate tasks such as data collection and creating and applying a patch Create a script that acts like a program with different features Customize your Bash shell and discover neat tricks to extend your programs Compile and install shell and log commands on your system's console using Syslog Who this book is for The Bash Cookbook is for you if you are a power user or system administrator involved in writing Bash scripts in order to automate tasks. This book is also ideal if you are interested in learning how to automate complex daily tasks.


Book
An expressive conversational-behavior generation model for advanced interaction within multimodal user interfaces
Authors: ---
ISBN: 1634840844 9781634840842 9781634829557 1634829557 Year: 2016 Publisher: New York

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Multimodal agents for ageing and multicultural societies : communications of NII Shonan Meetings
Author:
ISBN: 9811634769 9811634750 Year: 2021 Publisher: Gateway East, Singapore : Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Listing 1 - 10 of 3586 << page
of 359
>>
Sort by