Hi All! I have a question, I'm trying to work on c...
# android
x
Hi All! I have a question, I'm trying to work on code to create my UI (e.g. top level tab navigation, simple content pages etc...) completely generated by web call s(e.g. when the app is first started a loading screen pops up and a web request is made and the response has the number of tabs and the names of the tabs and what a link to the content that will be loaded when that tab is clicked). Of course those responses would be cached locally so I'm not doing this all the time. I'm in the very beginning research phase of thinking through this and started looking a little into kotlin and then came across Anko. Does that seem like it would save a lot of time for me to pursue a deep dive into Anko instead of java for this project? Any input if https://kotlinlang.org/docs/tutorials/android-plugin.html would be useful?