Hi all, just get started with Kotlin. Have starte...
# getting-started
m
Hi all, just get started with Kotlin. Have started my first super simple Kotlin Android app and looking for simplest way can send tweets to twitter from it. Google search hasn't helped so far, so does anyone know a good place to get some good info on doing this? cheers
Note that this is not a Kotlin related question.
m
thanks. Appears these focusing on using intents which I dont think is possible for me as want the tweet to be posted without any futer user interation or opening up twitter app/view.
k
Then look unto the twitter API, maybe there's even a Javaor Kotlin library for it.