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