Code 4 Kotlin

Code4Kotlin is your go-to platform for mastering Kotlin programming. Learn the fundamentals to advanced topics like Coroutines, Jetpack Compose, and Android app development. With hands-on tutorials, real-world projects, and expert advice, you’ll gain practical experience in Kotlin, clean architecture, and efficient app design. Whether you’re a beginner or an experienced developer, Code4Kotlin offers valuable resources to enhance your skills.

Menu

Skip to content
  • Home
  • Interview Q/A 2025
  • Disclaimer
  • Terms and Conditions

Count Occurrences in List item and String in KOTLIN

›
  Here is some way to find out how to count list item from the list, only first char in list and many more; 1. Count first character with st...

FizzBuzz solutions in KOTLIN

›
  The FizzBuzz problem is a classic test given in coding interviews. The task is simple: Print integers 1 to N, but print “Fizz” if an int...
1 comments

Regular Expression Example in KOTLIN - Check EMAIL address and more

›
  Represents a compiled regular expression. Provides functions to match strings in text with a pattern, replace the found occurrences and sp...

Sorting Array, List, Custom Object and Dates in Kotlin

›
 Here is some sorting example in KOTLIN. Sorting Array using ArrayOf ---------- fun sortedArrayOf () { val array1 = arrayOf ( 44 , 6 , 1...

Better to use Parcelize rather then the Parcelable in Kotlin

›
Kotlin added parcelable support in version 1.1.4. Here we can  kotlin-android-extensions toimplement Parcelable in much simpler way using @...

Val and Var in Kotlin

›
Variables defined with var are mutable(Read and Write) Variables defined with val are immutable(Read only) Simply, var (mutable) and...

Meetup - Kotlin Nights

›
Kotlin Night is a meetup that includes 3-4 talks on Kotlin or related technologies. At JetBrains we've organised a few events: ...

Hurry Up, Earn a Developer Scholarship from Google!

›
What you will get and what they provides How it Works To apply for a scholarship, you need to be at least 18 years old and live...

Kotlin Conference Nov 2-3 at San Francisco

›
KotlinConf is just around the corner, and if you haven’t checked out the great speaker line-up and sessions , you might wan...

Oreo: Auto-sizing Textview in Android Studio using Kotlin

›
Android 8.0 (API level 26) allows you to instruct a TextView to let the text size expand or contract automatically to fill its layout b...

Robolectric example in Android using kotlin

›
Robolectric  is a unit test framework that de-fangs the Android SDK jar so you can test-drive the development of your Android app. Test...

Udacity: Self-Driving Cars Scholarship Program

›
Lyft and Udacity share a commitment to preparing for an autonomous future where technologies like self-driving cars will benefit our ...
‹
›
Home
View web version
  • Interview Q/A 2025
  • LeetCode
  • Jobs
  • Apps
  • Terms and Conditions
  • Privacy Policy
  • Disclaimer
  • Layoffs

About Me

My photo
C4KTeam
View my complete profile
Copyright © Code 4 Kotlin | Powered by Blogger
Design by Hassan Akhtar | Blogger Theme by NewBloggerThemes.com