Skocz do zawartości

Aktywacja nowych użytkowników
Zakazane produkcje

  • advertisement_alt
  • advertisement_alt
  • advertisement_alt

Znajdź zawartość

Wyświetlanie wyników dla tagów 'kotlin' .



Więcej opcji wyszukiwania

  • Wyszukaj za pomocą tagów

    Wpisz tagi, oddzielając je przecinkami.
  • Wyszukaj przy użyciu nazwy użytkownika

Typ zawartości


Forum

  • DarkSiders
    • Regulamin
    • Dołącz do Ekipy forum jako
    • Ogłoszenia
    • Propozycje i pytania
    • Help
    • Poradniki / Tutoriale
    • Wszystko o nas
  • Poszukiwania / prośby
    • Generowanie linków
    • Szukam
  • DSTeam no Limits (serwery bez limitów!)
  • Download
    • Kolekcje
    • Filmy
    • Muzyka
    • Gry
    • Programy
    • Ebooki
    • GSM
    • Erotyka
    • Inne
  • Hydepark
  • Archiwum
  • UPandDOWN-Lader Tematy

Szukaj wyników w...

Znajdź wyniki, które zawierają...


Data utworzenia

  • Od tej daty

    Do tej daty


Ostatnia aktualizacja

  • Od tej daty

    Do tej daty


Filtruj po ilości...

Dołączył

  • Od tej daty

    Do tej daty


Grupa podstawowa


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Gadu Gadu


Skąd


Interests


Interests


Polecający

Znaleziono 5 wyników

  1. Free Download Music Player App Development Kotlin & XML in Android Studio Published 10/2024 Created by Vijay Singh MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch Genre: eLearning | Language: English | Duration: 11 Lectures ( 1h 23m ) | Size: 1 GB Build Your First Android Music Player Using Kotlin and XML What you'll learn Build a functional music player app in Android Studio. Design user interfaces using XML. Add play, pause, stop, and seek controls to the app. Implement media playback using the Android MediaPlayer class. Handle Android permissions to access media files. Debug and test the app on real Android devices. Requirements A Computer with good Internet Connection No prior experience with media player apps is needed; beginners are welcome Description Welcome to "Music Player App Development: Kotlin & XML Basics in Android Studio"! This comprehensive course is designed for anyone interested in learning Android app development through a hands-on approach. Whether you're a complete beginner or looking to build upon your existing skills, this course will guide you step-by-step in creating your own music player app.In this course, you will learn the following:1. Foundations of Kotlin Programming: Get introduced to Kotlin, the modern programming language for Android development. You'll learn essential concepts and syntax, ensuring you're comfortable coding in Kotlin.2. XML Layout Design: Understand how to create user-friendly interfaces using XML. You'll design visually appealing layouts that enhance the user experience of your music player.3. Building a Functional Music Player: Follow along as we build a simple yet powerful music player app. You'll learn how to implement audio playback using the Android MediaPlayer class and create controls for play, pause, stop, and seek functionality.4. Audio File Management: Gain insights into how to load, manage, and play audio files in your app. You'll also learn how to handle necessary permissions for accessing media files on Android devices.5. User Interface Interactivity: Discover how to make your app interactive by adding buttons and controls that respond to user actions. You'll design a seamless experience for users to navigate through your music player.6. Debugging and Testing: Learn best practices for debugging your app and testing it on real Android devices. We'll cover how to identify and fix common issues, ensuring your app runs smoothly.7. Performance Optimization: Understand techniques for optimizing your app's performance, ensuring smooth playback and a responsive user interface.By the end of this course, you will have developed a fully functional music player app, equipped with the skills and knowledge to tackle more advanced projects in Android development. This course is perfect for tech enthusiasts, aspiring developers, and anyone eager to learn about mobile app creation.Join us on this exciting journey into the world of Android development and create a music player app that showcases your new skills! Who this course is for Beginners in Android development. Anyone wanting to learn Kotlin and XML. People interested in building a music player app. Intermediate developers who want to explore media playback in Android apps. Homepage https://www.udemy.com/course/music-player-app-development-kotlin-xml-in-android-studio/ Screenshot Rapidgator https://rg.to/file/afe549d1036fbe549835d0398716d0a8/owgge.Music.Player.App.Development.Kotlin..XML.in.Android.Studio.part1.rar.html https://rg.to/file/f41c7810a7127796c90a2f172b640fcb/owgge.Music.Player.App.Development.Kotlin..XML.in.Android.Studio.part2.rar.html Fikper Free Download https://fikper.com/lVurdys5C0/owgge.Music.Player.App.Development.Kotlin..XML.in.Android.Studio.part1.rar.html https://fikper.com/nhpYH7MpWM/owgge.Music.Player.App.Development.Kotlin..XML.in.Android.Studio.part2.rar.html No Password - Links are Interchangeable
  2. Free Download Kotlin Spring Boot API Design First with Spring Security Published 10/2024 MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz Language: English | Size: 13.41 GB | Duration: 28h 18m API design first backend for grocery shopping with user authorisation and authentication for an RESTful API What you'll learn Learn how to quickly design the database schema by using online tools Learn how to set up a local dev environment with a Postgres Docker Container and connect it with your IDE Learn how to create an API First Design backend Learn in a practical way Spring Security by authorisation and authentication with user sign up via an SMTP service Learn how to implement an RESTful grocery shopping API Learn how to properly write Unit & Integration Tests for your backend Learn how to generate collections by using an YAML file and test your endpoints manually with Postman Requirements Internet connection Docker Desktop (free version) Postman (free version) IDE (I recommend IntelliJ, but VS Code is also fine) A bit of Kotlin and Spring Boot experience Description Unlock the power of Kotlin and Spring Boot to build robust, scalable backend systems with an API-first approach. In this comprehensive course, you will learn how to design, develop, and secure a RESTful API tailored for grocery shopping applications.Starting with the foundational concepts, you'll dive deep into API design using YAML files, where you'll define your endpoints and Data Transfer Objects (DTOs) before writing any backend code. This approach ensures a clear, well-documented API that is consistent, easy to maintain, and ready for integration from the get-go.What You'll Learn:API-First Design: Master the principles of API-first development by defining your endpoints and DTOs in YAML. Learn how this approach can streamline your development process and improve collaboration with frontend teams.Kotlin with Spring Boot: Harness the full potential of Kotlin, a modern programming language, alongside Spring Boot, a powerful framework, to develop your backend logic. We'll cover everything from setting up your project to implementing business logic.Building RESTful APIs: Create a feature-rich RESTful API for a grocery shopping application. You'll build endpoints for product browsing, shopping cart management, order processing, and more.User Authentication and Authorization: Implement robust security features using Spring Security and JWT (JSON Web Tokens). Learn how to handle user sign-up, sign-in, and role-based access control to protect your API.Database Integration: Connect your API to a database and manage data persistence effectively. You'll work with Kotlin data classes, JPA (Java Persistence API), and Hibernate to interact with your data layer.Testing and Validation: Ensure your API is reliable and bug-free by writing comprehensive unit and integration tests. Validate inputs and handle errors gracefully to provide a seamless user experience.Deployment and Best Practices: Deploy your Spring Boot application to production environments, and learn best practices for maintaining and scaling your API.Who Should Enroll:Aspiring Backend Developers: If you're looking to specialize in backend development, this course will give you the essential skills and knowledge to build production-ready APIs using Kotlin and Spring Boot.Experienced Developers: For those already familiar with backend development, this course offers an in-depth look at API-first design and security best practices, enhancing your current skill set.Full-Stack Developers: If you work on both frontend and backend, this course will help you streamline the backend side of your projects, making integration with frontend components smoother and more efficient.Why This Course?Hands-On Learning: Gain practical experience by building a fully functional grocery shopping API from start to finish.Expert Instruction: Learn from an experienced backend developer with a deep understanding of Kotlin and Spring Boot.Real-World Application: The course is designed with real-world scenarios in mind, ensuring you gain skills that are directly applicable in the job market.By the end of this course, you'll have the confidence to design, develop, and secure RESTful APIs with an API-first approach, using Kotlin and Spring Boot. Whether you're building your own projects or contributing to large-scale applications, this course will equip you with the tools you need to succeed.Enroll today and start your journey to becoming a proficient backend developer! Overview Section 1: Introduction Lecture 1 Introduction Section 2: Database schema design Lecture 2 Start with the database schema Lecture 3 Finish the database schema Section 3: Set up your local dev database Lecture 4 Create a new docker network and container Lecture 5 Create the groceries database Lecture 6 Summary about the last commands Section 4: Set up Kotlin Spring Boot project Lecture 7 Set up your IDE & connect to Postgres Lecture 8 Commit for .gitignore and rest of project Lecture 9 Dependencies in build.gradle.kts Part 1 Lecture 10 Dependencies in build.gradle.kts Part 2 Lecture 11 Start to set up the application.yml file Lecture 12 Finish set up of application.yml file Lecture 13 Creating a local .env file Lecture 14 Explanation of the Spring Logs Lecture 15 First interaction with the open-api.yml file Lecture 16 Explaining the branches of the project Section 5: The error package Lecture 17 The API error class Lecture 18 Start to implement GlobalExceptionHandler Lecture 19 Implement all custom exception classes Lecture 20 Start to group the exception classes Lecture 21 Finish error package Section 6: The user package Lecture 22 Start to implement user entity Lecture 23 Inherit from UserDetails interface Lecture 24 Set one to one relationship to verification token Lecture 25 Set one to many relationship to shopping list Lecture 26 Create the user repository Lecture 27 Create an interface for the user service Lecture 28 Design your first endpoint in YAML Lecture 29 Design your first data transfer object in YAML Lecture 30 Design other PATCH endpoints in YAML for user resource Lecture 31 Finish designing all endpoints and DTOs for user resource Lecture 32 Generate code for user resource and DTOs Lecture 33 Create a mapper for an entity to DTO Lecture 34 Start implementation of user service Lecture 35 Implement the authentication config class Lecture 36 Define an interface for signed-in user session Lecture 37 Implement change password logic for user Lecture 38 Finish implementation of user service Lecture 39 Implement user controller Lecture 40 Generate enum classes Lecture 41 Start to set up the integration tests for user repository Lecture 42 First integration tests for finding user by email Lecture 43 Finish the integration tests for user repository Lecture 44 User mapper unit test Lecture 45 Start with adding fields for user service unit tests Lecture 46 Unit test for change user email Lecture 47 Unit test for trigger invalid email format exception Lecture 48 More unit tests for bad request exception regarding email Lecture 49 Unit test for change user password Lecture 50 Triggering password mismatch exception tests Lecture 51 Finish unit tests for user service Section 7: The auth package Lecture 52 Create the repository for verification token Lecture 53 Implement client session service Lecture 54 Generate JWT secret key Lecture 55 Implement logic for generating JWT keys Lecture 56 Extract username from JWT token Lecture 57 Finish implementing JWT service Lecture 58 Setup SMTP service with Brevo Lecture 59 Start implementing email service Lecture 60 Implement logic for send emails Lecture 61 Finish implementation of email service Lecture 62 Start to define auth endpoints Lecture 63 Define first DTOs for auth endpoints Lecture 64 Define verify user and sign-in endpoints Lecture 65 Finish defining auth endpoints Lecture 66 Create mapper for register request to user entity Lecture 67 Start implementing account management service Lecture 68 Implement user sign-up Lecture 69 Implement verify user Lecture 70 Implement sign-in user Lecture 71 Implement reset user password Lecture 72 Start implementing the filter for JWT Lecture 73 Implement first request filter Lecture 74 The auth controller Lecture 75 Start implementing the security config for the API Lecture 76 Finish implementing security config for API Lecture 77 Fix JWT filter bug Lecture 78 Start testing endpoints with Postman Lecture 79 Test remaining endpoints in Postman Lecture 80 Integration test for verification token repo Lecture 81 Unit test for sign-up mapper Lecture 82 Unit tests for JWT key creation Lecture 83 Preparing to write unit tests for account management service Lecture 84 Unit test for successful user sign-up Lecture 85 Unit tests for sign-up exceptions Lecture 86 Unit test verify user for success case Lecture 87 Unit test verify user exception cases Lecture 88 Unit test verify for expired verification token Lecture 89 Unit test sign-in for authentication response Lecture 90 Unit test sign-in exceptions cases Lecture 91 Unit tests for reset password Lecture 92 Set up client session service test class Lecture 93 Unit tests for client sessions methods for the success cases Lecture 94 Unit tests for client sessions methods for the exception cases Lecture 95 Start unit tests for email service Lecture 96 Finish unit tests for email service Lecture 97 Set up the jwt service test class Lecture 98 First unit test for jwt service Lecture 99 Unit test for exception case and is token valid logic of jwt service class Lecture 100 Finish unit tests for jwt service Lecture 101 Improve unit tests for email service Lecture 102 Set up integration test for authentication controller Lecture 103 Integration test for sign-up endpoint Lecture 104 Finish integration tests for authentication controller Lecture 105 Start to setup integration tests for user controller Lecture 106 Integration test for change email endpoint for user controller Lecture 107 More integration tests for user controller endpoints Lecture 108 Finish integrations tests for user controller Section 8: The config package Lecture 109 Short explanation of the config package Section 9: The retail package Lecture 110 Start to design the endpoints for shopping list Lecture 111 Start to define DTOs for shopping list endpoints Lecture 112 More DTOs to define Lecture 113 Define more DTOs for shopping list item and supermarket Lecture 114 Define new endpoints for fetching and deleting a specific shopping list Lecture 115 Define patch endpoint for shopping list by id plus the DTOs Lecture 116 Define a new endpoint for GET and POST requests for list items Lecture 117 Define a new endpoint for GET and DELETE and PATCH for a specific list item Lecture 118 Define the DTOs for updating a list item Lecture 119 Define two more endpoints for grocery item Lecture 120 Create new entity and modify existing one Lecture 121 Create remaining entities Lecture 122 Implement business logic related handling supermarket Lecture 123 Start to implement business logic for grocery item Lecture 124 Finish implementing the logic for grocery item service Lecture 125 Create repo and mapper for shopping list item Lecture 126 Start to implement shopping list item service Lecture 127 Finish implementing the shopping list item service Lecture 128 Implement repository and mapper for shopping list Lecture 129 Define the methods for shopping list service Lecture 130 Start to implement shopping list service Lecture 131 Finish implementing helper methods for shopping list service Lecture 132 Implement methods for creating and fetching a specific shopping list Lecture 133 Implement get shopping lists method Lecture 134 Implement update and delete methods for shopping list service Lecture 135 Implement methods for grocery item and shopping list item Lecture 136 Finish implementing shopping list service Lecture 137 Implement the grocery item controller Lecture 138 Implement shopping list item controller Lecture 139 Fix error in shopping list item controller Lecture 140 Implement shopping list controller Lecture 141 Integration Tests for grocery item repository Lecture 142 Integration Tests for supermarket repository Lecture 143 Integration Tests for shopping list item Lecture 144 Setup class for shopping list repository integration tests Lecture 145 Write the first integration tests for shopping list repository Lecture 146 Finish integration tests for shopping list repository Lecture 147 Unit Tests for grocery item mapper Lecture 148 Finish unit tests for remaining mapper classes Lecture 149 Unit Tests for supermarket service Lecture 150 Start with unit tests for grocery item service Lecture 151 More unit tests for grocery item service Lecture 152 Finish unit tests for grocery item service Lecture 153 Start writing unit tests for shopping list item service Lecture 154 Unit Tests for deleting list items in shopping list item service Lecture 155 Unit Test for creating a list item in shopping list item service Lecture 156 Finish unit tests for shopping list item service Lecture 157 Start setting up shopping list service Lecture 158 First unit test for shopping list service Lecture 159 Unit Test exception for creating a shopping list and fetching a shopping list Lecture 160 Unit Tests for fetching a single and multiple shopping lists Lecture 161 Finalise unit tests for fetching multiple shopping lists Lecture 162 Start unit testing updating a shopping list Lecture 163 Unit Test update and delete shopping list Lecture 164 Unit Test fetching a single grocery item in shopping list service Lecture 165 Unit Test updating a grocery item and fetch list items in shopping list service Lecture 166 Unit Tests for get shopping list item Lecture 167 Unit Test create shopping list item response Lecture 168 Unit Tests for deleting list item in shopping list service Lecture 169 Finalise unit tests in shopping list service Lecture 170 Setup integration test for grocery item controller Lecture 171 First integration test for update grocery item Lecture 172 Finish integration tests for grocery item controller Lecture 173 Start with the first integration test for shopping list item controller Lecture 174 Integration tests for delete and fetch specific list item Lecture 175 Finish integration tests for shopping list item controller Lecture 176 Start writing first integration test for shopping list controller Lecture 177 Integration Tests for deleting and fetching a specific shopping list Lecture 178 Finalise integration tests for shopping list controller Section 10: Testing endpoints in Postman Lecture 179 Insert supermarket entries into database Lecture 180 Generate new Postman collection Lecture 181 Manually test the grocery-item-resource endpoints Lecture 182 Manually test the shopping-list-item-resource endpoints Lecture 183 Manually test the shopping-list-resource endpoints Section 11: Outro Lecture 184 Summary and improvement ideas Beginners and intermediate software developers Screenshot Homepage https://www.udemy.com/course/kotlin-spring-boot-api-design-first-with-spring-security/ Rapidgator https://rg.to/file/0624c6b46308dde93469577f7882eb79/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part02.rar.html https://rg.to/file/0fc101dbbf504205eb22d3068f0c8595/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part04.rar.html https://rg.to/file/187aefd27631d458b3c4ebd93db5e9c9/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part11.rar.html https://rg.to/file/1ae419b7862ad949468c9e40a3a5ee2e/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part01.rar.html https://rg.to/file/671c65d1cdf4ea43debe041d7df3f602/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part12.rar.html https://rg.to/file/7762d53db4cf11f47dfe19f3360039cc/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part05.rar.html https://rg.to/file/78125d07fd39ffdd0f5a7c88807ae003/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part06.rar.html https://rg.to/file/7a856385facd89e277e249e75a85a01f/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part08.rar.html https://rg.to/file/7e69f42bc15c9d136b0c3d2dfe30841d/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part13.rar.html https://rg.to/file/ba67064bae5f1095ee4c03c65d2e4f77/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part03.rar.html https://rg.to/file/c890787853291bca10b4eb523bc2cb32/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part10.rar.html https://rg.to/file/dabbe6677e3c7cea8b68f298eb01322e/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part09.rar.html https://rg.to/file/ef3fae82723d573fe81606f3039cdc3b/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part07.rar.html https://rg.to/file/ffde8d07fc0aa2f4b600dd8ccc17b1a4/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part14.rar.html Fikper Free Download https://fikper.com/4gWUOeWmd4/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part02.rar.html https://fikper.com/5ecZfMmlIu/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part13.rar.html https://fikper.com/6aRxEeFIWm/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part07.rar.html https://fikper.com/FV5UR3txFn/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part09.rar.html https://fikper.com/HWUr36CCza/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part10.rar.html https://fikper.com/J6ouWXUu9J/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part06.rar.html https://fikper.com/KejMKAFd5X/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part11.rar.html https://fikper.com/SbU2hUOQgs/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part01.rar.html https://fikper.com/ez6uW2yb4v/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part04.rar.html https://fikper.com/fH5G3WwPCz/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part05.rar.html https://fikper.com/iNv7rjoUzY/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part14.rar.html https://fikper.com/or4YbuyiWa/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part08.rar.html https://fikper.com/v9SADdPEn1/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part12.rar.html https://fikper.com/y5Z6LhS7rH/rhfzf.Kotlin.Spring.Boot.API.Design.First.with.Spring.Security.part03.rar.html No Password - Links are Interchangeable
  3. Free Download Kotlin Multiplataforma Curso Intensivo Para Android Y Ios Última actualización: 7/2024 MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz Language: Español | Size: 9.40 GB | Duration: 16h 11m Domina Kotlin Multiplataforma: Curso Intensivo para Desarrollar Apps en Android e iOS simultáneamente. What you'll learn Introducción a Kotlin Multiplataforma Configuración del Entorno de Desarrollo Fundamentos de Kotlin Desarrollo de la Lógica de Negocio Arquitectura de desarrollo MVVM Interfaz de Usuario con Jetpack Compose (UI) Acceso a Datos Gestión de Estado Desarrollo de una aplicación real utilizando Kotlin Multiplataforma Testing Inyección de dependencias API REST para crear tu propio backend Requirements No es necesario tener una Mac, pero si ideal, ya que necesitamos descargar xCode. Podemos tener una imagen o maquina virtual en nuestra pc que corra macOS No se necesita ser experto en kotlin ni compose ya que se explica lo básico Description En este curso, te sumergirás en un viaje educativo que abarcará conceptos fundamentales y avanzados de Kotlin Multiplataforma. Desde la configuración del entorno de desarrollo hasta la implementación de arquitecturas eficientes, exploraremos cada fase del ciclo de vida de desarrollo, destacando las mejores prácticas y estrategias para lograr una experiencia de usuario fluida en ambas plataformas.Estaremos usando Jetpack Compose a travez de Compose Multiplatform, lo cual nos va a servir para crear una UI compartida entre ambas plataformas con un solo código.A través de sesiones teóricas y prácticas, comprenderás la importancia de la arquitectura limpia y la gestión de estado en el contexto de Kotlin Multiplataforma. Implementaremos patrones de diseño modernos y optimizaremos el rendimiento de la aplicación, todo mientras trabajamos en la aplicación de seguimiento de gastos.Además, abordaremos desafíos específicos relacionados con las peculiaridades de cada plataforma, y aprenderás a adaptar tu código para obtener la máxima eficiencia. Ya sea que estés comenzando o ya tengas experiencia, este curso te brindará las habilidades necesarias para destacar en el emocionante campo del desarrollo móvil con Kotlin Multiplataforma. Al sumergirte en la creación de nuestra aplicación de seguimiento de gastos, tendrás la oportunidad de aplicar directamente los conocimientos adquiridos. Aprenderás a trabajar con arquitectura limpia, compilar en dos plataformas con el mismo código y diseñar interfaces intuitivas, proporcionándote una comprensión completa de cómo construir aplicaciones multifuncionales y de alto rendimiento. Además, recibirás orientación personalizada a medida que avanzamos en el desarrollo del proyecto, brindándote la confianza y habilidades necesarias para enfrentar proyectos futuros con éxito. ¡Prepárate para una experiencia educativa inmersiva y transformadora!¡Prepárate para transformar tu enfoque y elevar tu carrera a nuevas alturas! Overview Section 1: Aplicación de ejemplo Lecture 1 App - Seguimiento de gastos Android/iOS Section 2: Introducción a Kotlin Multiplataforma Lecture 2 Introducción a Kotlin Multiplataforma 1/2 Lecture 3 Introducción a Kotlin Multiplataforma 2/2 Section 3: Android Studio y Jetpack Compose Lecture 4 Introducción a Android Studio y Jetpack Compose Lecture 5 02 - Explorando Android Studio 1/3 Lecture 6 03 - Explorando Android Studio 2/3 Lecture 7 04 - Explorando Android Studio 3/3 Section 4: Jetpack Compose Lecture 8 01 - Qué es un composable y como usarlo Lecture 9 02 - Funciones y Preview Lecture 10 03 - Función Column Lecture 11 04 - Función Row Lecture 12 05 - Funcion Image Lecture 13 06 - Función Card Lecture 14 07 - Eventos y Estados en Compose Section 5: Compose Multiplataforma Lecture 15 Primeros pasos con Compose Multiplataforma Lecture 16 Configurando el ambiente de desarrollo Lecture 17 Creando nuestro proyecto multiplataforma Lecture 18 Estructura de nuestro proyecto multiplataforma Lecture 19 Actual y Expect para identificar plataformas Lecture 20 Modificando UI para ambas plataformas Lecture 21 Como encontrar librerias multiplataforma Lecture 22 Analizando librería multiplataforma (viewmodel/navegacion) Lecture 23 Importando y configurando librerías Section 6: Arquitectura Lecture 24 Creando nuestras distintas capas Lecture 25 Creando y configurando AppTheme Lecture 26 ExpenseScreen - Estructuración Lecture 27 ExpensesScreen UI - 1/3 Lecture 28 ExpensesScreen UI - 2/3 Lecture 29 ExpensesScreen UI - 3/3 Lecture 30 Capa de datos - 1/2 Lecture 31 Capa de datos - 2/2 Lecture 32 Capa de presentación - MVVM Lecture 33 Compilando nuestra app y probando ViewModel Lecture 34 Creando nuestra navegación entre pantallas Lecture 35 Configurando nuestro topBar Lecture 36 Terminando de configurar Scaffold Lecture 37 ExpenseDetailScreen UI - 1/4 Lecture 38 ExpenseDetailScreen UI - 2/4 Lecture 39 expenseDetailScreen UI - 3/4 Lecture 40 ExpensesDetail UI - 4/4 Section 7: Testing Lecture 41 Introducción al testing y configurando nuestro proyecto Lecture 42 Given When Then - Primeros tests 1/2 Lecture 43 Given When Then - Primeros tests 2/2 Lecture 44 Testeando nuestro repositorio Section 8: Inyección de dependencias Lecture 45 Introducción a la inyección de dependencias Lecture 46 Configuración de librerías y setup Android Lecture 47 AppModule y configurando iOS Lecture 48 inyectando viewmodel y probando apps Section 9: Base de Datos - SQLDelight Lecture 49 Guardando datos en iOS y Android Lecture 50 Importando dependencias SQLDelight Lecture 51 Creando nuestra tabla y cargando datos Lecture 52 Creando drivers y conectando con Koin Lecture 53 Actualizando nuestro repositorio y probando nuestras apps Section 10: API REST Lecture 54[DEMO] - Usando Ktor para nuestra propia API Lecture 55 Creando nuestro proyecto con Ktor Lecture 56 Creando metodo GET Lecture 57 Creando metodo POST Lecture 58 Creando metodo PUT Lecture 59 Creando metodo DELETE Lecture 60 Corrigiendo metodo DELETE Lecture 61 Corrigiendo metodo GET y POST al borrar elementos Lecture 62 Código github Section 11: KTOR + KMP Lecture 63 Agregando librerias a nuestro proyecto Lecture 64 Configurando repositorio con nuestra API Lecture 65 Actualizando viewmodel y probando nuestra app Section 12: Swipe to Delete Lecture 66 Demo Lecture 67 Actualizando lógica de borrado en nuestro backend Lecture 68 Configurando nuestro repositorio Lecture 69 Finalizando Implementación Section 13: Compose Multiplatform 1.6.0 Lecture 70 Lo nuevo de compose multiplataforma en su versión 1.6.0 Lecture 71 Configurando y creando UI tests Lecture 72 ExpenseScreen UI Testing 1/2 Lecture 73 ExpenseScreen UI Testing 2/2 Lecture 74 UI Testing - Navegación Section 14: Ejecucion app iOS en dispositivo fisico Lecture 75 Como ejecutar nuestra app en nuestro propio iphone Section 15: Compose Multiplatform para aplicaciones web Lecture 76[Alpha] - Web app con Jetpack Compose Section 16: Gemini AI Lecture 77 Cómo usar autocompletado con inteligencia artificial Section 17: Google IO 2024 Lecture 78 Alianza oficial de Google con Kotlin Multiplataforma Section 18: Extras Lecture 79 DarkMode - Android / iOS Lecture 80 StatusBarColor - Android Lecture 81 StatusBarColor - iOS Este curso esta dirigido a aquellos desarrolladores que quieren expandir su conocimiento en el mundo de aplicaciones multiplataforma,Para aquellos lideres técnicos que quieran ponerse al día con lo último en multiplataforma. Screenshot Homepage https://www.udemy.com/course/kotlin-multiplataforma-curso-intensivo-para-android-y-ios/ Rapidgator https://rg.to/file/0e3af9c4d685b63f0e10e143a834e15a/ocgog.Kotlin.Multiplataforma.Curso.Intensivo.Para.Android.Y.Ios.part05.rar.html https://rg.to/file/114be7b28bd5b940253b92e417bb3a84/ocgog.Kotlin.Multiplataforma.Curso.Intensivo.Para.Android.Y.Ios.part08.rar.html https://rg.to/file/2dee42d5e70516dece049e21652aa88b/ocgog.Kotlin.Multiplataforma.Curso.Intensivo.Para.Android.Y.Ios.part10.rar.html https://rg.to/file/3dc257c3640666dd25ece57f5267f3d6/ocgog.Kotlin.Multiplataforma.Curso.Intensivo.Para.Android.Y.Ios.part07.rar.html https://rg.to/file/55964bd360e3aa8e81dc882a65b1d49a/ocgog.Kotlin.Multiplataforma.Curso.Intensivo.Para.Android.Y.Ios.part03.rar.html https://rg.to/file/65555da311f7cf612fcd1ce57e08d324/ocgog.Kotlin.Multiplataforma.Curso.Intensivo.Para.Android.Y.Ios.part02.rar.html https://rg.to/file/7ec83c281ee57d48cd5b7bd7bd0a23a3/ocgog.Kotlin.Multiplataforma.Curso.Intensivo.Para.Android.Y.Ios.part01.rar.html https://rg.to/file/83b85150801743146b562eb404f9a4c5/ocgog.Kotlin.Multiplataforma.Curso.Intensivo.Para.Android.Y.Ios.part09.rar.html https://rg.to/file/a4a5fb4cad98e1c7fc2f645a6ab4360f/ocgog.Kotlin.Multiplataforma.Curso.Intensivo.Para.Android.Y.Ios.part04.rar.html https://rg.to/file/cee99c4a0e61f19ebbe371bf1f46dce2/ocgog.Kotlin.Multiplataforma.Curso.Intensivo.Para.Android.Y.Ios.part06.rar.html Fikper Free Download https://fikper.com/0IXRAQg7ZN/ocgog.Kotlin.Multiplataforma.Curso.Intensivo.Para.Android.Y.Ios.part05.rar.html https://fikper.com/BtR2YQ4qLt/ocgog.Kotlin.Multiplataforma.Curso.Intensivo.Para.Android.Y.Ios.part06.rar.html https://fikper.com/C5Q4SbrDjE/ocgog.Kotlin.Multiplataforma.Curso.Intensivo.Para.Android.Y.Ios.part04.rar.html https://fikper.com/F4dKY57jBa/ocgog.Kotlin.Multiplataforma.Curso.Intensivo.Para.Android.Y.Ios.part08.rar.html https://fikper.com/SLUDq0OifV/ocgog.Kotlin.Multiplataforma.Curso.Intensivo.Para.Android.Y.Ios.part07.rar.html https://fikper.com/eMBV7wBZY7/ocgog.Kotlin.Multiplataforma.Curso.Intensivo.Para.Android.Y.Ios.part02.rar.html https://fikper.com/jfVtCMrIC2/ocgog.Kotlin.Multiplataforma.Curso.Intensivo.Para.Android.Y.Ios.part09.rar.html https://fikper.com/qKixwAZll7/ocgog.Kotlin.Multiplataforma.Curso.Intensivo.Para.Android.Y.Ios.part03.rar.html https://fikper.com/waTltv3QHM/ocgog.Kotlin.Multiplataforma.Curso.Intensivo.Para.Android.Y.Ios.part01.rar.html https://fikper.com/xySV0KlOA8/ocgog.Kotlin.Multiplataforma.Curso.Intensivo.Para.Android.Y.Ios.part10.rar.html No Password - Links are Interchangeable
  4. Free Download Complete Guide to Android Development with Kotlin for Beginners Released 9/2024 MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch Skill Level: Beginner | Genre: eLearning | Language: English + srt | Duration: 6h 45m | Size: 1 GB This complete guide to Android development with Kotlin offers an overview of the basics of application management for new and early-career Android developers. Explore the foundational skills required to get up and running with everything from creating your first Android application and customizing architectural components like screens, text, and images, to understanding and managing data and storage like a pro. Along the way, instructor Annyce Davis offers practical tips on how to optimize your application and workflow. By the end of this course, you'll be prepared to continue with the next steps on your Android learning journey. Homepage https://www.linkedin.com/learning/complete-guide-to-android-development-with-kotlin-for-beginners TakeFile https://takefile.link/gf68m3egaw63/wfxnv.Complete.Guide.to.Android.Development.with.Kotlin.for.Beginners.part1.rar.html https://takefile.link/l3rdekb96l2a/wfxnv.Complete.Guide.to.Android.Development.with.Kotlin.for.Beginners.part2.rar.html Rapidgator https://rg.to/file/85287a32ea1c429f5209a981583172a4/wfxnv.Complete.Guide.to.Android.Development.with.Kotlin.for.Beginners.part1.rar.html https://rg.to/file/9481cc3b3b5dfa3158ea9d14cbdcc516/wfxnv.Complete.Guide.to.Android.Development.with.Kotlin.for.Beginners.part2.rar.html Fikper Free Download https://fikper.com/ymD2Gthvmd/wfxnv.Complete.Guide.to.Android.Development.with.Kotlin.for.Beginners.part1.rar.html https://fikper.com/VALMe1ASOY/wfxnv.Complete.Guide.to.Android.Development.with.Kotlin.for.Beginners.part2.rar.html No Password - Links are Interchangeable
  5. Kotlin Programming By Example MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 2 Hours 18M | 730 MB Genre: eLearning | Language: English We will focus on getting familiar with Kotlin features that are new compared with Java language. The course will help Audience to get more insight into the new possibilities and deeper differences between Kotlin and other traditional languages. The audience will understand in details about the language advanced features and would become competent to make android apps with what they have learned in this course. It's a hands on guide to learn the Kotlin programming advanced language and its implementation. Audience will learn through real world examples. Download From NitroFlare http://nitroflare.com/view/EEB959F3D79C388/xidau123_KotlinProgrammingByExample.rar Download From UploadGig https://uploadgig.com/file/download/0212211f53C19797/xidau123_KotlinProgrammingByExample.rar Download From Rapidgator https://rapidgator.net/file/274012bceb4ecb7b92be3eb25c70140b/xidau123_KotlinProgrammingByExample.rar.html
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Korzystając z tej witryny, wyrażasz zgodę na nasze Warunki użytkowania.