<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/introducing-android-ktx-even-sweeter-kotlin-development-for-android-rphgbq6xu" -->

---
title: Introducing Android KTX: Even Sweeter Kotlin Development...
description: Google announced the preview of Android KTX, a set of Kotlin extension functions designed to make Android development more concise and idiomatic. It wraps...
canonical: https://daily.dev/posts/introducing-android-ktx-even-sweeter-kotlin-development-for-android-rphgbq6xu
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Introducing Android KTX: Even Sweeter Kotlin Development for Android | daily.dev
og:description: Google announced the preview of Android KTX, a set of Kotlin extension functions designed to make Android development more concise and idiomatic. It wraps...
og:url: https://daily.dev/posts/introducing-android-ktx-even-sweeter-kotlin-development-for-android-rphgbq6xu
og:image: https://api.daily.dev/og/posts/rPhgBQ6xu.png
og:image:alt: Introducing Android KTX: Even Sweeter Kotlin Development for Android
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introducing Android KTX: Even Sweeter Kotlin Development for Android

**[Jake Wharton](https://daily.dev/sources/jakewharton)** · 3 min read · 0 upvotes · 0 comments

## Summary

Google announced the preview of Android KTX, a set of Kotlin extension functions designed to make Android development more concise and idiomatic. It wraps Android framework and Support Library APIs to reduce boilerplate. Examples include cleaner SharedPreferences editing, Path operations, and View callbacks. Available on GitHub with the androidx package prefix, it can be added via Gradle with 'androidx.core:core-ktx:0.1'. APIs may change before stable release, with full Support Library integration planned after stabilization.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://android-developers.googleblog.com/2018/02/introducing-android-ktx-even-sweeter.html>

---

Tags: [#android](https://daily.dev/tags/android), [#kotlin](https://daily.dev/tags/kotlin)

[View this post on daily.dev](https://daily.dev/posts/introducing-android-ktx-even-sweeter-kotlin-development-for-android-rphgbq6xu)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Introducing Android KTX: Even Sweeter Kotlin Development for Android","url":"https://daily.dev/posts/introducing-android-ktx-even-sweeter-kotlin-development-for-android-rphgbq6xu","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/introducing-android-ktx-even-sweeter-kotlin-development-for-android-rphgbq6xu"},"datePublished":"2026-07-05T07:14:17.932Z","dateModified":"2026-07-05T07:17:27.151Z","description":"Google announced the preview of Android KTX, a set of Kotlin extension functions designed to make Android development more concise and idiomatic. It wraps...","image":"https://media.daily.dev/image/upload/s--ZrL_HSsR--/f_auto/v1722860399/public/Placeholder%2006","thumbnailUrl":"https://media.daily.dev/image/upload/s--ZrL_HSsR--/f_auto/v1722860399/public/Placeholder%2006","isAccessibleForFree":true,"articleSection":"Jake Wharton","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Jake Wharton","logo":"https://media.daily.dev/image/upload/logos/placeholder.jpg","url":"https://daily.dev/sources/jakewharton"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/introducing-android-ktx-even-sweeter-kotlin-development-for-android-rphgbq6xu","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"android,kotlin","timeRequired":"PT3M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Jake Wharton","item":"https://daily.dev/sources/jakewharton"},{"@type":"ListItem","position":3,"name":"Introducing Android KTX: Even Sweeter Kotlin Development for Android"}]}
```

