Skip to main content

Books

User Interface Development for Android App Using Kotlin and Jetpack Compose: Maize Info App as an Example.

For details and to get the book, go to Amazon.


---------------------------------------------

Android Application Development using Kotlin (Build a Digital Note App from Scratch): Stage-by-stage explanation of how the app was developed from start to finish.
 
For details and to get the book, go to Amazon

 
---------------------------------------------

Build an Android Mobile Application from Scratch with Kotlin: Practical demonstration of Work Alert App development in stages.
 
For details and to get the book, go to Amazon.
 
 
---------------------------------------------

Computer Proficiency for Everyone: An excellent guide with practical lessons on Computer Fundamentals, Microsoft Word, PowerPoint, and Excel.
 
For details and to get the book, go to Amazon.
 
 
-----------------------------------------------
 
 Good Practices in Preparing your Microsoft Word Document.
 
For details and to get the book, go to Amazon.
 

 
 



Popular Posts

Simple method of hiding page number on the first page of your Microsoft Word document

    Introduction: According to the standard in preparing documents in most institutions or organizations, it is usually expected that the page number should not appear on the first or title page of a document. Hence, different methods of ensuring that the page number becomes hidden on the first page have been tried. In this article, we will consider a simple and efficient method. Any time you insert page numbers in your Microsoft Word document, the page numbers will appear on all the pages (including the first page) in your document. Page numbers could appear at the “Top of Page” (which is the header) or “Bottom of Page” (which is the footer), depending on where you have chosen to position them. Nevertheless, if the first page in your document is a “Cover Page” that was inserted from the “Pages” group in the “Insert” menu tab, then, the first page will not carry any page number by default. Figure 1 shows the first two pages of our document, and our task is to hide th...

Android Development: Addition of Bottom Navigation Bar with Kotlin and Jetpack Compose

  Introduction In this article, we will add bottom navigation bar to the second screen of the “Demo One” App that I have been using for demonstrations in my previous Android development articles. The bottom navigation bar will have three navigation items, which are, “Home”, “Info” and “Settings”.  The navigation items would be programmed to render their contents on the screen accordingly when clicked or tapped. Note that the “Demo One” Android project already had a TopAppBar, as added in my previous article. The user interface of the second screen of the Demo One App is as shown in Figure 1. Figure 1 Addition of Needed Dependency The dependency that we will need for the addition of bottom navigation bar to our Android project is called “navigation”. Let us now open the module-level build.gradle file in our Android project and add the version 2.6.0 of the navigation dependency. After the addition of the dependency, we will connect to the internet and then click on “Sync...

How to Choose an Appropriate Statistical Tool for Research Data Analysis

  Introduction It is obvious that data is involved in any kind of research. The data is collected and analyzed in order to arrive at a meaningful conclusion in relation to the focus of the study or research. Data analysis is usually easier when we have a good understanding of the right statistical tool or technique or test to use. Before we dive deeper, let's refresh our knowledge of some basic data-related concepts. Basic Concepts Data: Data refers to a collection of facts and figures. It could be in the form of numbers, texts, images, sound, among others. Primary data: This refers to the first-hand data collected directly from the source or subject or sample of a study or research. The subject or sample of the study could be human beings or plants or animals or other things. Primary data could be obtained through observation, survey, the use of questionnaire, and so on. Secondary data: This refers to the data that was obtained from already existing data which was o...