Generation

generate functionSun, 21 May 2023

aplicación donde tome fotos, guarde las fotos en galería

fun capture(context: Context, filename: String): File { return File(context.filesDir, "${filename}.jpg") } val file = capture(context, "capture")

Want to kickstart your project?Use the new AI Studio to create your code