An open API service providing repository metadata for many open source software ecosystems.

Topic: "kotlin-collections"

rafsanahmad/Kotlin-Collection-Functions

A collection of examples for Kotlin Collection functions. The examples contain usage of distinct(), reduce(), all(), single(), chunked(), copyInto(), find(), zip(), filter(), union(), map(), intersection(), groupBy(), sort(), reverse(), remove(), retain(), flatmap(), sum(), max(), min(), etc.

Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 10 - Forks: 3

mike-neck/kotlin-jvm-stdlib-kata

A learning material for Kotlin collections based on eclipse-collections-kata(https://github.com/eclipse/eclipse-collections-kata).

Language: Kotlin - Size: 142 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 0

Pedro-Krw/Kotlin-Collection

Language: Kotlin - Size: 0 Bytes - Last synced at: 7 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

Raydel8806/KotlinMapFromSring

This is the easiest method I have found to get a map from a text string. Kotlin map is a collection which contains pairs of objects. Map holds the data in the form of pairs which consists of a key and a value. Map keys are unique and the map holds only one value for each key. Kotlin distinguishes between immutable and mutable maps. Immutable maps created with mapOf() means these are read-only and and mutable maps created with mutableMapOf() means we can perform read and write both. Syntax : fun <K, V> mapOf(vararg pairs: Pair<K, V>): Map<K, V> The first value of the pair is the key and the second is the value of the corresponding key . If multiple pair have same key then map will return the last pair value. The map entries is traversed in the specified order.

Language: Kotlin - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

raheemadamboev/compose-canvas-drawing

A simple app that demonstrates drawing on canvas in Jetpack Compose

Language: Kotlin - Size: 8.39 MB - Last synced at: 13 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

raheemadamboev/otp-text-field

A simple app that demonstrates implementing OTP TextField in Jetpack Compose

Language: Kotlin - Size: 8.89 MB - Last synced at: 13 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

raheemadamboev/list-item-demo

A simple app that demonstrates using ListItem composable in Jetpack Compose Material3

Language: Kotlin - Size: 10.5 MB - Last synced at: 13 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

raheemadamboev/swipe-to-reveal

A simple app that demonstrates swipe to reveal actions on items in Jetpack Compose

Language: Kotlin - Size: 9.97 MB - Last synced at: 13 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

raheemadamboev/compose-pdf-render-search

A simple app that demonstrates rendering PDF files to Bitmap in order to display them in Image composable as well as enabling search for text functionality

Language: Kotlin - Size: 10.4 MB - Last synced at: 13 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

raheemadamboev/external-storage-media-files

A simple app that demonstrates reading all media files from external storage with handling permissions properly according to Android API level

Language: Kotlin - Size: 20.1 MB - Last synced at: 13 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

raheemadamboev/custom-type-safe-nav-type

A simple app that demonstrates navigating with custom types by implementing NavType in type-safe way via Jetpack Compose Navigation

Language: Kotlin - Size: 11.4 MB - Last synced at: 13 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

raheemadamboev/compose-drag-drop-demo

A simple app that demonstrates using Drag and Drop in Jetpack Compose

Language: Kotlin - Size: 8.7 MB - Last synced at: 13 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 1

raheemadamboev/datetime-demo

A simple app that demonstrates using KotlinX DateTime in Kotlin Multiplatform

Language: Kotlin - Size: 8.72 MB - Last synced at: 13 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

PeleWkurzony/ObservableCollection

Add standard Collection from Kotlin with elements listeners

Language: Kotlin - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0