Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 2.39 KB

File metadata and controls

66 lines (45 loc) · 2.39 KB

logo

Adapt & AdaptUI

Install

adapt

implementation platform("io.noties.adapt:bom:$adaptVersion")

implementation 'io.noties.adapt:adapt'
implementation 'io.noties.adapt:adapt-kt'
implementation 'io.noties.adapt:adapt-ui'
implementation 'io.noties.adapt:adapt-ui-flex'

Fluent (no-xml) Android-View DSL in Kotlin.

With flexibility in mind and total control over the process. Can be used as an enhancement over existing native Android widgets and layouts. Creates advanced Android views and layouts in openly-explorable and readable way. Influenced by SwiftUI. Adapted to Kotlin.

🖼️ More previews like this

➡️ Continue reading

🚧 [Documentation is under construction]. Meanwhile, most of the features come with a dedicated sample or samples. They include always relevant code that could be also previewed in the installed sample application. Along with Layout Preview in Android Studio to play-around.


Android true adapter. ViewGroup agnostique adapter that interchangeably renders items across RecyclerView, ListView, ViewPager, LinearLayout, FlexboxLayout, or any other ViewGroup.

gif XML layout-preview

➡️ Continue reading

License

  Copyright 2026 Dimitry Ivanov (hey@noties.io)

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.