Top Leads
Crear script Cabify Automatización de Viajes solo[IT, looking for service provider]
Posted 2 weeks ago
Crear script Cabify Automatización de Viajes solo personas hablen español
Cómo hacelo Una forma sencilla y eficaz de automatizar el proceso de actualización y búsqueda de viajes en la aplicación Cabify es utilizar un script. Un script es un conjunto de instrucciones que se pueden ejecutar automáticamente.
Para crear un script para automatizar ...
Crear una app o script para automatizar otra app N[IT, job post]
Posted 2 weeks ago
Crear una app o script para automatizar otra app
Necesito crear una app que pueda automatizar el proceso automático de otra app llamada cabify quenes de taxy Objetivo
El objetivo de esta aplicación es automatizar el proceso de actualización y búsqueda de viajes en la aplicación Cabify para el cliente, que es un conductor. Esto ...
Why Kotlin Multiplatform Won’t Succeed[IT, other]
Posted 3 weeks ago
I've been doing automation testing for five years. I've always wanted to be a developer, and I'm learning Kotlin and Jetpack Compose now. I've asked my boss many times if I can switch to development, but they won't allow it because I'm a core member of the team and I've been promoted as a QA lead. I know that development ...
Tried Native Android After 3 years.[IT, unknown]
Posted 1 month ago
Went back to try native Android this week and have been doing only flutter for mobile for 3 years now. Jetpack compose was in alpha when I left. Android has become much better with Kotlin and native support for most of the things we were using 3rd party libraries for.
Expert developer's perspective on Kotlin vs Java[IT, unknown]
Posted 1 month ago
Expert developer's perspective on Kotlin vs Java[IT, unknown]
Posted 1 month ago
android devloper required I am looking for an expe[IT, job post]
Posted 1 month ago
android devloper required
I am looking for an experienced Android developer who can help me with adding new features to my existing mobile app. The ideal candidate should have expertise in mobile app development and be familiar with the Android platform.
Skills and Experience Required:
- Proficiency in Java and Kotlin programming languages
- Experience in developing and updating Android ...
I find this Kotlin code quite unreadable[IT, other]
Posted 1 month ago
With Java, a look at the signature of a method was often enough to understand what the parameters were. Now with Kotlin it is really difficult to understand a framework method without reading the entire docs. This really slows me down.
Example from here :
inline fun LazyListScope.itemsIndexed(
items: List,
noinline key: ((index: Int, item) -> Any)? = ...