@AndroidDev An app to discover movies: popular, top rated, now playing and more. Still working on it. This is just the first version of the app π
https://t.co/MYps3AYcGt
@L0L_B0Y@ComposeBot I'm not using compose navigation. You could by creating a NavHost. In this case when clicking on an item it goes to another activity, instead of a composable. (in this example the DetailActivity calls the composable function)
@Prasanth_P_1992@ComposeBot "viewModelScope.launch" is executed in the main thread, but then since in the api call (in the apiService.kt) I have "withContext(https://t.co/4XT7uoKYNc) {", the api call is not in the main thread π
@L0L_B0Y@ComposeBot I also like to separate activity classes from composable functions. That's why you can see in the code "MainScreen" and "MainActivity".
"MainScreen" only has composable functions and "MainActivity" calls a composable function from "MainScreen"
Basic example where you can see how to create a simple REST API with Go and connect it to a postgreSQL database
#go#golang#api#restapi#PostgreSQL#database
https://t.co/X01QGTOunR
@carlosazaustre@turingcomdev Los contratos son con las empresas o con turing? Entiendo que son contratos de freelance?
Pd: muchas gracias por la info!! π