anko icon indicating copy to clipboard operation
anko copied to clipboard

***** BEWARE -- this project seems to be abandoned. *****

Open johnnylambada opened this issue 5 years ago • 14 comments

No significant commits since 2018.

I've used this project and it's great, but I won't write new code using it. Good luck to you if you do.

johnnylambada avatar Sep 10 '19 18:09 johnnylambada

Is somebody fork this repo and continued a work?

Makentoshe avatar Sep 18 '19 16:09 Makentoshe

Very sad. It is full of very useful staff which is still not available anywhere else. Like works with Intents/Activity. AndroidX should adopt the most useful things.

Great would be release just some small maintenance release. Like remove deprecated stuff, async stuff (we have coroutines) and convert it to AndroidX. Or at least accepting PR.

Forks are great but, but if nobody put it back to one product, it loses sense. Here is an overview of all existing forks https://techgaun.github.io/active-forks/index.html#Kotlin/anko

tprochazka avatar Sep 22 '19 09:09 tprochazka

A library with View DSL alternative: https://github.com/LouisCAD/Splitties/

Miha-x64 avatar Oct 01 '19 14:10 Miha-x64

I should have seen this. Wasted 5 hrs to figure out bug in library itself

gokul-a-krishnan avatar Nov 01 '19 22:11 gokul-a-krishnan

Splitties View DSL is a pretty good alternative. And from my point of view it has better architecture - it doesn't tighten views to Android internals (Activities/Fragments).

ispbox avatar Nov 03 '19 13:11 ispbox

It's still very much usable, and there's no way I'm going back to XML layouts!

However, it looks like Jetpack Compose is going to be the way forward, from what I've seen.

pblandford avatar Nov 21 '19 01:11 pblandford

If you need a custom, vendor-independent layout framework, there are Anvil and Litho already. Compose is just one more result of NIH syndrome.

Miha-x64 avatar Nov 22 '19 13:11 Miha-x64

This library is now deprecated, see https://github.com/Kotlin/anko/blob/master/GOODBYE.md

vkotovv avatar Dec 02 '19 09:12 vkotovv

XML layouts still have the easiest preview capability and most familiarity. Until Jetpack Compose comes out, XMLs are the way to go.

Zhuinden avatar Dec 04 '19 18:12 Zhuinden

@Zhuinden you can use an XML ‘bridge’ layout to preview layouts created from code, see https://github.com/LouisCAD/Splitties/tree/master/modules/views-dsl-ide-preview

Miha-x64 avatar Dec 04 '19 19:12 Miha-x64

Thanks @vkotovv for making the library and thanks for making it clear it has no future. Off to Splitties I guess :)

johnnylambada avatar Dec 13 '19 21:12 johnnylambada

Layouting is the one thing I'd definitely stick with the officially supported tooling. You could even use this thing but why would you? :thinking:

Zhuinden avatar Dec 13 '19 22:12 Zhuinden

https://github.com/Kotlin/anko/blob/master/GOODBYE.md

midhunhk avatar Apr 20 '20 05:04 midhunhk

Here's what you're looking for https://github.com/zengzzGithub/AnkoX

devvit avatar May 06 '20 08:05 devvit