Thoughts On Cloud

Making tons of efforts to take the boredom out of learning and make it fun.

Blog

Best Website Hosting Services

Web hosting is a type of Internet hosting service that hosts websites for clients, i.e. provides them with the necessary tools to create and maintain a domain and makes it available on the Internet.

Latest Headlines And How Tos

By Viktoriia Domukhovska
Updated: Feb 29, 2024

8 Best Palworld Hosting Providers Of 2024

Discover the leading Palworld server hosting providers of 2024 with our comprehensive guide. Explore top-notch options to enhance your gaming experience, ensuring smooth gameplay, reliable performance, and exceptional support.

By Viktoriia Domukhovska
Updated: Oct 24, 2023

Kotlin listOf() – How to create list

This post will cover the usage of the ‘listOf()’ function for generating lists, getting elements from lists, displaying lists, and other related operations.

By Viktoriia Domukhovska
Oct 13, 2023

How to Create a Splash Screen in Android?

A Splash Screen on Android adds value to an app as it is the first impression for users. Creating a bespoke splash screen for your Android can set the tone of the whole user experience to come, and this article will show how to do so. 

By Viktoriia Domukhovska
Sep 19, 2023

Button in Android Studio

Buttons are one of the most important user interface elements in Android apps. Since a button is one of the most common controls in programming, it is the base class for the CompoundButton class and is inherited from TextView.

By Viktoriia Domukhovska
Sep 4, 2023

Kotlin vs Java: Which Language is Right for You?

If you’re looking for a way to boost your productivity, this article will cover the pros and cons of Kotlin and Java to help you make an informed decision. We’ll dive into the key features of each language, their performance, community support, and more to compare Kotlin vs Java.

By Viktoriia Domukhovska
Aug 25, 2023

Data Classes in Kotlin

Kotlin Data Class is purpose-built to streamline operations related to data, providing default functionality and convenience methods for regular data-related tasks. Let’s begin our introduction to these classes in the Kotlin language by examining the requirements for their usage.

By Viktoriia Domukhovska
Updated: Aug 13, 2023

How to Install Kotlin on Linux

Kotlin is a cross-platform programming language that is supported by various operating systems, including Linux. You can develop Kotlin applications on any operating system, including Linux, and run them on different platforms.

By Viktoriia Domukhovska
Aug 5, 2023

Kotlin Sealed Class: Exploring Powerful Abstractions

The sealed class is a unique and forced construct that lets creators designate bounded class pecking orders with a bounded bunch of subclasses. It brings additional control and flexibility to the class-based paradigm, enabling the creation of strong and expressive code. We’ll go through the concept of sealed classes in detail, including their objective, use, and privileges.