Narrow your search

Library

KBC (13)

ULiège (11)

Odisee (5)

Thomas More Kempen (5)

Thomas More Mechelen (5)

UCLL (5)

VIVES (5)

KU Leuven (4)

ULB (4)

VUB (3)

More...

Resource type

book (19)

digital (1)

dissertation (1)


Language

English (19)

German (1)


Year
From To Submit

2022 (20)

Listing 1 - 10 of 20 << page
of 2
>>
Sort by

Book
Android Phones for Seniors in Easy Steps, 3rd Edition : So You Don't Have to Ask the Kids! Illustrated Using Android Version 10.
Author:
ISBN: 1840789689 Year: 2022 Publisher: Leamington Spa : In Easy Steps Limited,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Get up and running quickly with your new Android Phone. Covers Android version 10.


Book
Android Studio Bumble Bee Essentials - Kotlin Edition : Developing Android Apps Using Android Studio 2022. 1. 1 and Kotlin.
Author:
ISBN: 9781951442408 Year: 2022 Publisher: Cary : Payload Media,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Fully updated for Android Studio Bumble Bee, Android Jetpack and the modern architectural guidelines and components, the goal of this book is to teach the skills necessary to develop Android-based applications using the kotlin programming language.


Book
The First Line of Code
Authors: ---
ISBN: 9789811918001 Year: 2022 Publisher: Singapore Springer Nature Singapore :Imprint: Springer


Book
Pro Android with Kotlin : developing modern mobile apps with Kotlin and Jetpack
Author:
ISBN: 1484287452 1484287444 Year: 2022 Publisher: New York, NY : Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Develop Android apps with Kotlin to create more elegant programs than the Java equivalent. This revised book covers the various aspects of a modern Android app that professionals are expected to encounter. You'll use the latest Kotlin APIs as made available in most recent versions of the Android SDK. There are chapters dealing with all the important aspects of the Android platform, including GUI design, file- and data-handling, coping with phone calls, multimedia apps, interaction with location and mapping services, monetizing apps, and much more. Jetpack will also be covered. It is a suite of libraries to help developers follow best practices, reduce boilerplate code, and write code that works consistently across Android versions and devices. Pro Android with Kotlin, Second Edition is an invaluable source for developers wanting to build real-world, state-of-the-art Android apps for modern Android devices using the Kotlin programming language and its APIs as available in the modern Android SDK. After reading this book, you'll come away with the skills and techniques to build modern Android apps that you can sell on Google Play. Free source code is available on this book's Github page as well. What You Will Learn Integrate activities, such as intents, services, notifications and more, into your Android apps Build UIs in Android using layouts, widgets, lists, menus, and action bars Deal with data in your Android apps using data persistence and cloud access Design for different Android devices Create multimedia apps in Android Secure, deploy, and monetize your Android apps Who This Book Is For Professional Android app developers.


Book
Simplifying Android Development with Coroutines and Flows : Learn How to Use Kotlin Coroutines and the Flow API to Handle Data Streams Asynchronously in Your Android App.
Authors: ---
ISBN: 1801817200 Year: 2022 Publisher: Birmingham : Packt Publishing, Limited,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book is a comprehensive guide that teaches Android developers asynchronous programming using Kotlin flows and coroutines. You'll begin with the basics of asynchronous programming, including an overview of coroutines and flows, while also integrating them into your Android projects. You'll also learn how to create high-performant Android.


Book
Mastering Android studio : a beginner's guide
Author:
ISBN: 1003229077 1000537749 1003229077 Year: 2022 Publisher: Boca Raton, Florida ; London ; New York : CRC Press,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Kickstart modern Android development with Jetpack and Kotlin : enhance your android development skills to build reliable modern apps
Author:
ISBN: 1801818215 Year: 2022 Publisher: Birmingham, England : Packt Publishing, Limited,

Loading...
Export citation

Choose an application

Bookmark

Abstract

With Jetpack's libraries, tools, and guidance, developers can easily write high-quality apps. This book covers detailed explanations of essential concepts to help you get started with building, designing, and testing robust Android apps for various use cases using the most popular Jetpack libraries, modern technologies, and architectural concepts.


Book
Clean Android Architecture : Take a Layered Approach to Writing Clean, Testable, and Decoupled Android Applications.
Author:
ISBN: 1803240555 Year: 2022 Publisher: Birmingham : Packt Publishing, Limited,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Learn how to build, maintain, and test Android applications using clean architecture principles Key Features Understand various software design principles and patterns to make an application more testable Structure your application's code into different layers and components to make it more maintainable and flexible Study popular libraries and frameworks and integrate them into an application Book Description As an application's code base increases, it becomes harder for developers to maintain existing features and introduce new ones. In this clean architecture book, you'll learn to identify when and how this problem emerges and how to structure your code to overcome it. The book starts by explaining clean architecture principles and Android architecture components and then explores the tools, frameworks, and libraries involved. You'll learn how to structure your application in the data and domain layers, the technologies that go in each layer, and the role that each layer plays in keeping your application clean. You'll understand how to arrange the code into these two layers and the components involved in assembling them. Finally, you'll cover the presentation layer and the patterns that can be applied to have a decoupled and testable code base. By the end of this architecture book, you'll be able to build an application following clean architecture principles and have the knowledge you need to maintain and test the application easily. What you will learn Discover and solve issues in Android legacy applications Become well versed in the principles behind clean architecture Get to grips with writing loosely coupled and testable code Find out how to structure an application's code in separate layers Understand the role each layer plays in keeping the application clean Integrate existing frameworks and libraries for each layer Who this book is for This book is for Android developers who want to learn about managing the complexity of their applications, and is also highly recommended for intermediate or advanced Android developers looking for a go-to guide for clean architecture and the integration of various Android technologies. New developers familiar with the fundamentals of Android app development will find this book useful too.


Dissertation
Master thesis : Analysis and use cases of a library designed for mobile ad hoc communications.
Authors: --- --- ---
Year: 2022 Publisher: Liège Université de Liège (ULiège)

Loading...
Export citation

Choose an application

Bookmark

Abstract

Ad hoc networks are wireless networks that do not require a centralized networking infrastructure, and mobile devices are the perfect devices to use in this type of network. Hence, it becomes interesting to develop mobile applications that support ad hoc networks.&#13;&#13;The Flutter framework offers a new solution to cross-platform development, and allows developers to design, implement and share plugins that expose certain functionalities, one being the support for ad hoc communications. Such a plugin already exists in the Flutter ecosystem. The goal of this research is to present an external point of view of the plugin.&#13;&#13;First, the plugin is exploited in different use cases. A music sharing application exploits the concept of distributed cache. Each user holds a list of songs in their local cache. Instead of downloading a song from the Internet, a user asks first for the song in the distributed cache, i.e. the combination of the caches from the ad hoc network's devices. Another use case is a multiplayer game that allows users to play with other devices, either from a local ad hoc network, either from the Internet.&#13;&#13;Then, the plugin is compared with a new plugin based on the Google Nearby Connections API. Both a static and a dynamic analysis are performed. Their functionalities, security aspects and performance are analyzed and compared. The latter seems to be the most energy efficient, while the former offers more functionalities.


Book
Android smartphones for seniors
Authors: ---
ISBN: 1119828503 111982849X Year: 2022 Publisher: Hoboken, New Jersey : For Dummies,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Android Phones For Seniors For Dummies is your one-stop guide to discovering the essentials on how to take charge of your Android-powered phone. -- Edited summary from book

Listing 1 - 10 of 20 << page
of 2
>>
Sort by