Author: admin

  • SwiftUI UIKit Integration Quiz

    Take this quiz to verify that you know how to integrate SwiftUI views into legacy UIKit projects.

  • Jetpack Compose Knowledge Tests

  • C# Knowledge Tests

  • SwiftUI Knowledge Tests

  • An Android Content Provider Client Tutorial

    In this final chapter devoted to Content Providers, we will build an app that accesses the data contained in our SQLDemo content provider and displays the list of customer contacts. Creating the SQLDemoClient Project Start Android Studio, select the New Project option from the welcome screen, and choose the Empty Views Activity template within the…

  • An Android Content Provider Tutorial

    As outlined in the previous chapter, content providers provide a mechanism through which the data stored by one Android application can be made accessible to other applications. Having provided a theoretical overview of content providers, this chapter will continue the coverage of content providers by extending the SQLDemo project created in the chapter entitled An…

  • Understanding Android Content Providers

    The previous chapter worked on creating an example application designed to store data using a SQLite database. When implemented this way, the data is private to the application and, as such, inaccessible to other applications running on the same device. While this may be the desired behavior for many application types, situations will inevitably arise…

  • An Android SQLite Database Tutorial

      The chapter entitled SQLite Databases in Android Studio covered the basic principles of integrating relational database storage into Android applications using the SQLite database management system. In this chapter, we will create a project using SQLite databases to store and retrieve data. About the Database Example The example project is a simple data entry…

  • Android Studio Version Catalogs

    A newly created Android Studio project will consist of approximately 80 files automatically generated by Android Studio. When you click on the Run button, Android Studio uses a build system called Gradle to generate additional files, compile the source code, resolve library dependencies, and create the installable application package. After the build is completed, the…

  • AlmaLinux 9 System and Process Monitoring

    Posted: 2024-04-22 An essential part of running and administering an AlmaLinux 9 system involves monitoring the overall system health regarding memory, swap, storage, and processor usage. This includes knowing how to inspect and manage the system and user processes running in the background. This chapter will outline some tools and utilities that can be used…