Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

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

Open
johnnylambada opened this issue Sep 10, 2019 · 14 comments
Open

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

johnnylambada opened this issue Sep 10, 2019 · 14 comments

Comments

@johnnylambada
Copy link

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.

@Makentoshe
Copy link

Is somebody fork this repo and continued a work?

@tprochazka
Copy link

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

@Miha-x64
Copy link
Contributor

Miha-x64 commented Oct 1, 2019

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

@gokul-a-krishnan
Copy link

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

@ispbox
Copy link

ispbox commented Nov 3, 2019

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).

@pblandford
Copy link

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.

@Miha-x64
Copy link
Contributor

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

@vkotovv
Copy link

vkotovv commented Dec 2, 2019

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

@Zhuinden
Copy link

Zhuinden commented Dec 4, 2019

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

@Miha-x64
Copy link
Contributor

Miha-x64 commented Dec 4, 2019

@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

@johnnylambada
Copy link
Author

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

@Zhuinden
Copy link

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

@midhunhk
Copy link

@devvit
Copy link

devvit commented May 6, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests