Skip to content

Coder Articles

A blog for all types of codes, and languages examples and algorithms.

  • Home
  • Jetpack Compose
    • Compose Basics
  • Android
  • Kotlin
  • Interview Questions
  • C/C++/Linux
  • Home
  • Jetpack Compose
    • Compose Basics
  • Android
  • Kotlin
  • Interview Questions
  • C/C++/Linux

Author: WebPublisher

Android

Text styles in Jetpack Compose

WebPublisherby WebPublisherApril 19, 2024
Kotlin: Functions
Kotlin

Kotlin: Functions

WebPublisherby WebPublisherApril 19, 2024April 19, 2024

Functions in Kotlin are declared using the fun keyword fun main(args: Array<string>) {   // code here } How to add parameters in function declaration: Function parameters …

Data class in Kotlin
Kotlin

Data class in Kotlin

WebPublisherby WebPublisherApril 19, 2024April 19, 2024

Before jump into Kotlin data class, Lets us see POJO class in Java. If we want to store some data in Java, we would usually …

How to use DatePicker in Jetpack Compose
JETPACK COMPOSE

How to use DatePicker in Jetpack Compose

WebPublisherby WebPublisherApril 19, 2024April 19, 2024

Here is the example code to use DatePicker dialog with Jetpack Compose. In the realm of customization, Jetpack Compose empowers developers with a myriad of …

Kotlin

Kotlin strings

WebPublisherby WebPublisherApril 19, 2024April 19, 2024

The string is an array of characters Strings are represented by the type String Strings are immutable. That means we can not alter a String …

Basic Linux Commands
Linux

Basic Linux Commands

WebPublisherby WebPublisherApril 19, 2024April 19, 2024

In the vast realm of computer operating systems, Linux stands out as a robust and versatile option, powering everything from personal computers to servers and …

Android

Android Advanced Concepts

WebPublisherby WebPublisherApril 18, 2024

Android Modern Android development Introduction to Android architecture components Android Jetpack Jetpack Compose Jetpack DataStore Android Material Design components View Binding Android X library Constraint …

Project Idea Games Using Hand Gestures
Uncategorized

Project Idea Games Using Hand Gestures

WebPublisherby WebPublisherApril 11, 2024

Project idea: create interactive games that can be played using only hand gestures. Project Idea: Games Using Hand Gestures The Power of Hand Gestures in …

Project Idea Online Course Registration
Uncategorized

Project Idea Online Course Registration

WebPublisherby WebPublisherApril 11, 2024

Online course registration project idea. Online Course Registration System Welcome to our comprehensive guide on creating an online course registration system! In this article, we …

Load Balancing On Servers Random Algorithm
Uncategorized

Load Balancing On Servers Random Algorithm

WebPublisherby WebPublisherApril 11, 2024

Utilizing a random algorithm for load balancing across servers. Load Balancing on Servers with Random Algorithm Load Balancing on Servers with Random Algorithm Load balancing …

Posts pagination

1 2 … 5 Next
Copyright © 2025 Coder Articles.