Create Chat in JAVA , in Android Studio from zero

Hi.
I want with my friends do project for classes in college - tracking livestream on android app.
First is platform twitch and I want to see chat with twitch in my application.
We want to do this in JAVA from zero with API twitch, but I saw only with JavaScript.
Could someone help push the cart to move, I would rather advise you ?
Thank you and Regards.

The API is just cURL requests, a number of examples are in javascript, but they are just examples to show how to do it in that language.

If you are looking for a library to help theres:

Which are just four that are represented the Twitch API discord server. Or you can join other java devs for more real time help in the java room of the TwitchApp server https://dev.twitch.tv/support/

1 Like

Thank you. Now I have base for work to the project.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.