https://kotlinlang.org logo
#ktor
Title
b

bod

12/23/2018, 7:52 PM
currently I have one page, which shows a list of "available plugins" that each can be configured with a few fields, and the list of "currently configured plugins". The page uses a bit of CSS and Javascript.
g

gildor

12/24/2018, 9:57 AM
Is that really so important to use templates in this case? Maybe for Android you could just render native UI
b

bod

12/24/2018, 10:34 AM
I really need this to be a remotely accessible web page. This is the "admin" page for a an Android tablet that displays various information - this tablet would not be directly accessible.
g

gildor

12/24/2018, 11:33 AM
I see what you mean, would it's local web server with admin page. What exactly do you need from templates? I mean which features
Maybe Kotlin features would be enough to generate html
Using kotlinx.html or even just string with placeholders
2 Views