raulraja
06/15/2020, 12:55 PMsamueldple
06/16/2020, 10:26 AMsp
06/16/2020, 11:46 AMsp
06/16/2020, 11:47 AMMaria Khalusova
06/16/2020, 1:02 PMMadalin Valceleanu
06/19/2020, 5:22 PMankitgoyal1009
06/22/2020, 5:21 AMnfrankel
06/22/2020, 11:08 AMsam
06/23/2020, 5:53 PMraulraja
06/24/2020, 11:01 AMrusshwolf
06/24/2020, 6:37 PMDan Newton
06/25/2020, 11:09 AMmattmoore
06/26/2020, 2:40 AMrajesh
06/27/2020, 5:57 AMraulraja
06/27/2020, 10:46 PMSchedule
, partTraverseN
Union types, Refined Types and Coherent Given Implicits. Thank you @Csilla Petrik @andraskindler and all the Kotliners team that made it possible. https://kotlinlang.slack.com/archives/C5UPMM0A0/p1592817628459400Rajmahendra Hegde
06/29/2020, 12:12 PMMadalin Valceleanu
06/29/2020, 6:30 PMsingle-activity architecture
, using the Navigation component to manage fragment operations.
• Android architecture components
, part of Android Jetpack give to project a robust design, testable and maintainable.
• Pattern Model-View-ViewModel
(MVVM) facilitating separation of development of the graphical user interface.
• S.O.L.I.D
design principles intended to make software designs more understandable, flexible and maintainable.
• Modular app architecture
allows being developed features in isolation, independently from other features.
Project link: https://github.com/VMadalin/android-modular-architectureraulraja
06/30/2020, 11:53 AMRaul
07/02/2020, 3:00 PMjanvladimirmostert
07/04/2020, 1:10 PMbasher
07/05/2020, 10:33 PMgammax
07/06/2020, 4:16 PMBig Chungus
07/06/2020, 6:34 PMankitgoyal1009
07/07/2020, 3:18 AMDaniel Medeiros
07/09/2020, 7:01 PMAndrew Sherepenko
07/10/2020, 3:34 PMbasher
07/12/2020, 10:17 PMraulraja
07/14/2020, 10:56 AMstreetsofboston
07/14/2020, 10:42 PMEvan R.
07/16/2020, 11:49 AMval response = slack.methods(token).chatPostMessage { req -> req
.channel("C1234567")
.blocks {
section {
markdownText("*Please select a restaurant:*")
}
divider()
actions {
button {
text("Farmhouse", emoji = true)
value("v1")
}
button {
text("Kin Khao", emoji = true)
value("v2")
}
}
}
}
This DSL works for Slack App Home and Modals as well. You can read more about it and how to install it on Slack’s documentation site: https://slack.dev/java-slack-sdk/guides/composing-messages#block-kit-kotlin-dsl