Companies Home Search Profile

Android with Kotlin: Fundamentals

Focused View

Kevin Jones

5:43:28

0 View
  • 1. Types.mp4
    05:52
  • 2. Mutability.mp4
    04:16
  • 3. Nullability.mp4
    06:44
  • 4. Operators.mp4
    03:26
  • 5. ControlFlow.mp4
    04:24
  • 6. Classes and Interfaces.mp4
    06:52
  • 7. Functions and Lambdas.mp4
    09:50
  • 1. Introduction.mp4
    01:36
  • 2. Project Wizard.mp4
    01:57
  • 3. Creating an AVD.mp4
    04:21
  • 4. Debugging and Logging.mp4
    05:19
  • 5. Gradle Files.mp4
    06:39
  • 1. Introduction.mp4
    01:44
  • 2. Main Activity.mp4
    03:33
  • 3. Activity LIfecycle Demonstration.mp4
    02:46
  • 4. Loading a Resource.mp4
    04:05
  • 5. Choosing Resources Based on Configuration.mp4
    03:17
  • 6. Other Resources.mp4
    02:03
  • 7. String Resources.mp4
    03:32
  • 1. Introduction.mp4
    04:13
  • 2. Basic Introduction to Compose.mp4
    02:24
  • 3. Simple Layout.mp4
    05:16
  • 4. Column Layouts.mp4
    04:42
  • 5. Sizing Composable.mp4
    02:37
  • 6. Styling Text Elements.mp4
    01:42
  • 7. Improving the Layout.mp4
    07:24
  • 8. Events.mp4
    05:19
  • 1. Introduction.mp4
    04:32
  • 2. Events.mp4
    05:51
  • 3. Observable State.mp4
    03:44
  • 4. Managing State.mp4
    04:07
  • 5. MVVM Introduction.mp4
    01:06
  • 6. Setting up the View Model.mp4
    09:01
  • 7. Handling the Delete Event.mp4
    03:35
  • 8. Sorting the List.mp4
    02:15
  • 1. Setting up Navigation.mp4
    04:53
  • 2. Initial Nav Host.mp4
    01:55
  • 3. Adding a Floating Action Button.mp4
    02:57
  • 4. Adding a New Screen.mp4
    03:06
  • 5. Navigating with Parameters.mp4
    11:25
  • 6. Type Safe Navigation.mp4
    06:13
  • 1. Your First Coroutine.mp4
    03:59
  • 2. Waiting on and Cancelling Jobs.mp4
    04:47
  • 3. Async Coroutine Builder.mp4
    01:55
  • 4. Flows.mp4
    02:26
  • 5. Flows in Android.mp4
    04:29
  • 6. Deleting Books.mp4
    06:01
  • 7. Snackbars.mp4
    02:33
  • 8. Shared Flows.mp4
    09:11
  • 1. Setting up Room.mp4
    03:39
  • 2. Room Table Definition.mp4
    03:34
  • 3. Room DAO.mp4
    04:24
  • 4. Defining the Database.mp4
    01:58
  • 5. Loading Books from the Database.mp4
    05:48
  • 6. Editing Books.mp4
    06:01
  • 1. Application Setup.mp4
    03:14
  • 2. Creating the API.mp4
    12:16
  • 3. Initialize Retrofit.mp4
    03:00
  • 4. Defining a Result Class.mp4
    03:37
  • 5. Defining the Repository.mp4
    02:51
  • 6. Listing Todos.mp4
    03:16
  • 7. Editing Todos.mp4
    02:28
  • 1. Adding Use Cases.mp4
    05:08
  • 2. Hilt Configuration.mp4
    07:05
  • 3. Setting up the ViewModels.mp4
    06:33
  • 4. Tying Hilt into Android.mp4
    02:31
  • 1. Setting up Unit Testing.mp4
    06:18
  • 2. Running Unit Tests.mp4
    04:50
  • 3. UI Testing.mp4
    08:36
  • 4. Setting up Integration Tests.mp4
    06:56
  • 5. Running Integration Tests.mp4
    05:58
  • 6. Logging and Gotchas.mp4
    05:45
  • 1. Deploying on a Physical Device.mp4
    03:10
  • 2. Bundles.mp4
    06:39
  • 3. Deployment.mp4
    01:59
  • Description


    Android development has evolved over the last few years to use modern design practices such as a declarative UI and coroutines. This course will introduce you to these modern practices.

    What You'll Learn?


      Android development has evolved to use modern design practices such as a declarative UI and coroutines. In this course, Android with Kotlin: Fundamentals, you'll learn the basics of Android development, from an introduction to the Kotlin language to building and deploying a functional Android application. First, you'll get an overview of the Kotlin language and dive into the user interface, Jetpack Compose, and coroutines. Then, you'll explore how to use the Room library to access a SQLite database, look at Android view models, and use the Dagger/Hilt dependency injection framework to structure code so that it’s easier to maintain and test. Next, you'll learn how to test your code, both unit testing and integration testing on a device, and see how to make REST calls using the OkHttp library. Finally, you'll see how to build APKs and bundles and how to deploy an Android application. By the end of this course, you'll have the skills needed to build and deploy a functional Android application with Kotlin.

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    A long time ago in a university far, far away Kevin fell in love with programming. Initially on the university's DEC20 computer doing BASIC and Pascal and a little bit of Fortran. His first job had him writing batch PL/1 on an IBM mainframe where he also discovered the arcane delights of JCL. He soon realized the multiuser systems were not for him after discovering the delights of dBase IV on IBM PCs. From here it was all downhill as he became addicted to C and the Windows API. Just missing out on coding for Windows 1, he did code for the other 16 bit versions of Windows, 2 and 3, including the various network-ready versions. He still remembers the awkwardness of having to carry an IBM Token Ring MAU with him wherever he went. After trying to pretend that Windows and C were really object oriented he decided that it would be better to learn C++. It was around this point that he realized that as well as writing code for a living he could be paid for telling people how to write code for a living. He taught Windows, MFC and C++ for a UK training company before his spirit was broken on the back of the OLE support in MFC when he finally stepped away from the nightmare of unmanaged code to the nirvana of the managed runtime called Java. It was at this time that he spoke at several JavaOne conferences usually on the subject of Servlets, JavaServer Pages and tag libraries. After buying the Sun employees copious amounts of Apple Martini Kevin was invited onto the expert groups for the Servlet and JSP specifications. Oh, how he laughed when .Net appeared and the same arguments raged about non-deterministic destruction and garbage collection that were now so old hat in the Java world. He finally got his hands dirty in C# and .Net about eight years ago, again working in the web tier and hating every minute of the using the monstrosity that was and is ASP.Net Web Forms. It wasn't until MVC appeared that he finally felt he had come home to Microsoft. Now of course MVC is so last year and Kevin is focusing more and more on rich clients using JavaScript and tools such as Knockout and AngularJS. He believes that JavaScript is the best thing since, well, JavaScript. He still retains his passion for developing and teaching; spending about a quarter of the year doing the latter and most of the time doing the former. When not stuck in front of a computer you can find him: with his nose in a book, a good one preferably, but almost any book would do; watching a film; walking; running; or annoying his wife by watching sports on television.
    Pluralsight, LLC is an American privately held online education company that offers a variety of video training courses for software developers, IT administrators, and creative professionals through its website. Founded in 2004 by Aaron Skonnard, Keith Brown, Fritz Onion, and Bill Williams, the company has its headquarters in Farmington, Utah. As of July 2018, it uses more than 1,400 subject-matter experts as authors, and offers more than 7,000 courses in its catalog. Since first moving its courses online in 2007, the company has expanded, developing a full enterprise platform, and adding skills assessment modules.
    • language english
    • Training sessions 75
    • duration 5:43:28
    • level preliminary
    • English subtitles has
    • Release Date 2024/11/20