Filter Down by Tags
Click on a tag filter by it-
Kotlin
-
Programming
-
Android
-
Kotlin Programming Language
-
Kotlin For Android
-
Functional Programming
-
Android Development
-
Kotlin Vs Java
-
Android App Development
-
Github
-
Kotlin OOP
-
Multiplatform
-
Tutorial
-
Courses
-
Flow
-
Github Actions
-
Gradle
-
Interview
-
Java
-
Open Source
-
Testing
-
App Development
-
Book
-
Coroutines
-
Cross Platform
-
Detekt
-
Development
-
Flutter
-
Gradle Plugins
-
Hire Kotlin Developers
-
Ios Dev
-
Ios Development
-
Jetpack
-
Kotlin DSL
-
KotlinJVM
-
Kotlin Library
-
Kotlin Multiplatform
-
LiveData
-
React Development
-
Swift
-
WebSockets
-
Android Application Development
-
Android Dev
-
Android Q
-
Android Q Display
-
Android Version
-
App
-
App Dev
-
App Developer
-
App Developers
All Resources
Showing the most recent resources.
The latest one is from
2021-02-15.
-
In this episode, we talk about Dependency Injection 🗡. We have Arnaud Giuliani on stage, Kotlin GDE and author of Koin, a popular dependency injection framework for Kotlin.
Koin works well for Android projects, but it can be used also in backend projects and the Multiplatform support is just behind the corner.
Article Added by cortinico // thebakery.dev // 15 days ago -
What are the key changes in dotenv-linter v3.0.0 release?
Dotenv-linter — a lightning-fast linter for checking, fixing and comparing .env files. It helps to find problems in .env files that you might miss at first, but which later may result in incorrect work of applications.Article Added by mgrachev // dotenv-linter.github.io // 28 days ago -
Sebastian is with us to talk about Jetpack Compose Desktop, a new declarative UI framework for Desktop applications written in Kotlin.
Jetpack Compose Desktop is the porting of Jetpack Compose, the declarative UI framework for Android. JetBrains took the Compose to the next level offering a lot of new APIs and tools to make Desktop UI development a pleasure again. The project gained a lot of popularity recently on Github.Article Added by cortinico // thebakery.dev // about 1 month ago -
Kotlin Multiplatform Mobile allows you to share the same business logic code in cross-platform development without repeatedly coding for other platforms. Here is how you can build your first app using KMM.Article Added by ZealousWeb // www.zealousweb.com // about 2 months ago
-
Kotlin was introduced to overcome the creative limitations of JAVA and has broken the barriers of every developer's expectations. Its popularity rose after Google stated that KOTLIN is one of its official programming languages.Article Added by ZealousWeb // www.zealousweb.com // about 2 months ago
-
Let’s kickoff 2021 with a great open-source tool: danger ⚠️! Danger’s motto is Stop saying “You forgot to…” in code review and it definitely delivers greatly on promises. With Danger, you can automatize recurrent and tedious tasks that affect your pull-requests.
Today, we have Franco Meloni on stage, one of the maintainer of danger/swift & danger/kotlin that will tell us the recipe for a friction-less pull code-review process.
Enjoy the show 👨🍳Article Added by cortinico // thebakery.dev // about 2 months ago -
In this episode, we talk about Gradle Doctor with its author Nelson Osacky. Gradle doctor helps you fix performance problems and errors in your Gradle build. The tool works as a Gradle plugin - emitting prescriptions for all the problems found. Nelson tells us how he came up with the idea behind this tool, and what the future is for Gradle Doctor.
Enjoy the show 👨🍳Article Added by cortinico // thebakery.dev // 3 months ago -
FOSDEM, is the biggest european conference about FLOSS. Totally free and 100% community organised.
This year we’re going to have a “virtual” Kotlin DevRoom at FOSDEM 2021
The CFP is open and will close on December 27th
You can reach out to the #fosdem channel on KotlinLang Slack if you have questionsEvent Added by cortinico // fosdem.org // 3 months ago -
It might raise some eyebrows comparing Flutter vs Kotlin Multiplatform. But JetBrains have seriously entered the cross-platform realm and could surprise.Article Added by Nezar-Mansour // instabug.com // 3 months ago
-
Overcoming Fear Of Missing Out with Kotlin and IntelliJ.Article Added by joannawyka // blog.kotlin-academy.com // 3 months ago
-
Part 5 of a series on "Kotlin for Interviews" written by Sherry Yuan. This part covers frequently used code snippets, like creating graphs in adjacency list form, breadth and depth first search, tree traversal and dynamic programming/memoization.Article Added by joannawyka // blog.kotlin-academy.com // 4 months ago
-
Everything that you need to know about Kotlin Multiplatform, prerequisites & the basic steps of creating a Kotlin Multiplatform Mobile (KMM) application.Article Added by ConnectSteven // medium.com // 4 months ago
-
This part covers Refresher on Range, 1D arrays/lists, 2D arrays/lists, Maps and PriorityQueues.Article Added by joannawyka // blog.kotlin-academy.com // 4 months ago
-
How to use Build Matrix to test your project against different version of a language, a library or an operating systemArticle Added by cortinico // cortinico.medium.com // 4 months ago
-
Part 3 of a series on "Kotlin for Interviews" written by @Sherry Yuan. This part covers Numbers and Math topics, like number types and math operators, as well as useful functions and constantsArticle Added by joannawyka // blog.kotlin-academy.com // 4 months ago
-
It covers a few common data types that appear often in algorithms and data structures questionsArticle Added by joannawyka // blog.kotlin-academy.com // 4 months ago
-
In this article we are going to use LiveData with Coroutines and We will use Flow for asynchronous operations.Article Added by ConnectSteven // medium.com // 5 months ago
-
Kotlin is a great language and if you want to learn Kotlin here are the best online courses you can joinArticle Added by javabuddy // medium.com // 5 months ago
-
The reasons are deeper than you think.Article Added by joannawyka // blog.kotlin-academy.com // 5 months ago
-
Kotlin coding conventions denotes that we should prefer if for binary and when for three or more options.Article Added by joannawyka // blog.kotlin-academy.com // 5 months ago
-
How a test-first approach can help speed up your developmentArticle Added by joannawyka // blog.kotlin-academy.com // 6 months ago
-
It refers to manage the state of the user interface while interacting with widgets like text fields, buttons, radio buttons, etc.
Image for postArticle Added by joannawyka // blog.kotlin-academy.com // 6 months ago -
The new way to make mandatory parameters in Kotlin DSLs. in AndroidArticle Added by joannawyka // blog.kotlin-academy.com // 6 months ago
-
It’s all about the bytecodeArticle Added by joannawyka // blog.kotlin-academy.com // 7 months ago
-
Explaining the Kotlin’s noinline and crossinline keywords, with a simple example, once for all.Article Added by cortinico // medium.com // 7 months ago
-
How Composite Builds can simplify your Gradle build, especially if you're building a custom Gradle Plugin. 🐘Article Added by cortinico // medium.com // 8 months ago
-
Our team uses Jetbrains/Exposed for all database interactions in our Vert-X based Kotlin project. Over time, we wanted to migrate away from an ORM and use vietj/reactive-postgres-client instead.Article Added by joannawyka // blog.kotlin-academy.com // 8 months ago
-
The 5 things I do just after starting a new Android project.Article Added by cortinico // medium.com // 9 months ago
-
Kotlin Fundamentals with Android Studio – Free Udemy Course. Configure Android Studio and Build your First App, with this Free Udemy Course worth $200.In this exciting Kotlin Fundamentals with Android Studio course, students take a dive into Mobile App development using Kotlin for Android. Students start with learning the foundational concepts, including an in-depth overview of Kotlin and configuration. From there, students Install JDK for Android Studio, on both MAC and PC.Article Added by codehexz // codehexz.com // 9 months ago
-
Unit Testing Kotlin without the need for a second databaseArticle Added by joannawyka // blog.kotlin-academy.com // 9 months ago