-
Updated
May 24, 2020 - Kotlin
kotlin-library
Here are 786 public repositories matching this topic...
Update Documentation
You should probably mention that the library also does a Rotate on the image during the rescale process.
The library also catches any exception possible (OOM, ...) it makes it quite hard to debug when using it.
What version are you currently using?
LATEST
What would you like to see?
When you are trying to review the first 2 levels of the Open ladder of functional programming using Kotlin and Arrow, I don´t find many examples in the documentation about the following topics:
- arrow.syntax.function.curried
- arrow.core.and
Fix issues listed on codacy.
https://app.codacy.com/manual/faruktoptas/FancyShowCaseView/issues
Hello,
you did the hard part of documenting which is writing the content.
I recommend as a next step to put all those markdown files in a website Gradle module powered by Orchid
See https://github.com/JavaEden/Orchid
I use it for my own needs and find it good, less well known that Hugo, Jekyll, Gatsby, but it fits right in with our skills: Gradle, Kotlin.
The way to get started is
⚠️ Is your feature request related to a problem? Please describe
Currently there is some inconsistency in having README in develop
branch.
In case of adding some feature and its description into develop
users see this description and think that this feature is available in the latest stable release, while it might be not released yet. Such situation happened recently.
Also, Chuc
-
Updated
May 22, 2020 - Kotlin
-
Updated
May 20, 2020 - Kotlin
eg.
fun onTextChanged(listener: (text: CharSequence?, start: Int, before: Int, count: Int) -> Unit) { }
this should allow to better code completion in IDE
Hi,
great extension to libGDX :) thank you for that.
My question: how can square brackets be used with libKTX ArrayMaps?
what I wanted to to:
val myMap : ArrayMap<String, Label>
myMap = ArrayMap()
myMap["one"] = new Label(...)
But there is no Set operator defined. Am I doing something wrong, or isn't it just implemented yet?
Cheers
-
Updated
Aug 16, 2018 - Kotlin
-
Updated
Nov 20, 2018 - Kotlin
-
Updated
May 5, 2020 - Kotlin
-
Updated
Mar 23, 2020 - Kotlin
-
Updated
May 12, 2020 - Kotlin
-
Updated
Feb 7, 2019 - Kotlin
-
Updated
Jul 14, 2018 - Kotlin
-
Updated
May 22, 2020 - Kotlin
-
Updated
Aug 25, 2017 - Kotlin
-
Updated
Jan 8, 2020 - Kotlin
-
Updated
May 13, 2020 - Kotlin
-
Updated
Apr 19, 2017 - Kotlin
-
Updated
May 19, 2020
-
Updated
Feb 23, 2019 - Kotlin
-
Updated
Oct 27, 2019 - Kotlin
Describe the bug
Activity#getTitle
method returns untranslated label we set in android:label
attribute in the AndroidManifest.xml
and we cannot intercept it. The workaround is to read label of the activity directly from the AndroidManifest.xml
and after that request string by this id from repository:
ActivityInfo activityInfo = getPackageManager().getActivityInfo(
-
Updated
Jul 4, 2018 - Kotlin
-
Updated
Apr 8, 2018 - Kotlin
Improve this page
Add a description, image, and links to the kotlin-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kotlin-library topic, visit your repo's landing page and select "manage topics."