Skip to content
This repository was archived by the owner on Nov 14, 2018. It is now read-only.
This repository was archived by the owner on Nov 14, 2018. It is now read-only.

Other features #196

@dovahkiin98

Description

@dovahkiin98

I am very glad to see Kotlin so important to you, and I would kindly like to request features :

1- Create intents quickly
example:
Activity.intentTo(Class<T : Activity>, vararg extras) Activity.startActivity<MainUI>()

2- Use fragments faster
example:
supportFragmentManager.transaction { }

3- Create Toasts and Snackbars quickly
example:
View.showSnackbar(message: String, actionListener: () -> Unit)

4- Add actions to Widgets
examples:
EditText.isBlank() EditText.onTextChanged { }

5- Easier AsyncTasks and AsyncLoaders
example:
doAsync { }

There are many great extensions in the Anko-Kotlin library, please try to make use of such a great Library.

That is it for now, thank you for reading and hope to see the release version soon

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions