This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"title":"Lemon cheesecake", | |
"desc":"A cheesecake made of lemon", | |
"image":"https://s3-eu-west-1.amazonaws.com/s3.mediafileserver.co.uk/carnation/WebFiles/RecipeImages/lemoncheesecake_lg.jpg" | |
}, | |
{ | |
"title":"victoria sponge", | |
"desc":"sponge with jam", | |
"image":"https://upload.wikimedia.org/wikipedia/commons/0/05/111rfyh.jpg" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.google.maps.GeoApiContext | |
import com.google.maps.GeocodingApi | |
import com.google.maps.PendingResult | |
import kotlinx.coroutines.suspendCancellableCoroutine | |
import kotlin.coroutines.resume | |
import kotlin.coroutines.resumeWithException | |
/** | |
* Coroutine adapter for Google Maps API future type [PendingResult] | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mover issue asignado a 'In Progress' | |
on: | |
issues: | |
types: | |
- assigned | |
jobs: | |
issue_opened_or_reopened: | |
name: issue_opened_or_reopened | |
runs-on: ubuntu-latest | |
steps: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ////// | |
// Screen | |
// ////// | |
import androidx.compose.runtime.getValue | |
import androidx.compose.runtime.setValue | |
@androidx.compose.runtime.Composable | |
fun $NAME$ScreenRoot( | |
viewModel: $NAME$ViewModel = viewModel { $NAME$ViewModel() }, |