Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
tano1221
Android Custom Views Crash  Course Vote_lcapAndroid Custom Views Crash  Course Voting_barAndroid Custom Views Crash  Course Vote_rcap 
ПΣӨƧӨFƬ
Android Custom Views Crash  Course Vote_lcapAndroid Custom Views Crash  Course Voting_barAndroid Custom Views Crash  Course Vote_rcap 
ℛeℙ@¢ᴋ€r
Android Custom Views Crash  Course Vote_lcapAndroid Custom Views Crash  Course Voting_barAndroid Custom Views Crash  Course Vote_rcap 
Engh3
Android Custom Views Crash  Course Vote_lcapAndroid Custom Views Crash  Course Voting_barAndroid Custom Views Crash  Course Vote_rcap 
大†Shinegumi†大
Android Custom Views Crash  Course Vote_lcapAndroid Custom Views Crash  Course Voting_barAndroid Custom Views Crash  Course Vote_rcap 
ronaldinho424
Android Custom Views Crash  Course Vote_lcapAndroid Custom Views Crash  Course Voting_barAndroid Custom Views Crash  Course Vote_rcap 
missyou123
Android Custom Views Crash  Course Vote_lcapAndroid Custom Views Crash  Course Voting_barAndroid Custom Views Crash  Course Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» CCleaner 6.25.11131 Pro/Tech/Buss Retail+ CCEnhancer 4.5.7
Android Custom Views Crash  Course EmptyAyer a las 10:10 pm por tano1221

»  ScaleUP v1.4.3 [AE + PR] Win
Android Custom Views Crash  Course EmptyAyer a las 9:52 pm por ℛeℙ@¢ᴋ€r

» Topaz Gigapixel AI 7.2.3 (x64)
Android Custom Views Crash  Course EmptyAyer a las 9:39 pm por ℛeℙ@¢ᴋ€r

» Bandicam 2024 v7.1.2.2451 + Portable (x64)
Android Custom Views Crash  Course EmptyAyer a las 9:31 pm por ronaldinho424

» DirPrintOK 6.99
Android Custom Views Crash  Course EmptyAyer a las 7:58 pm por ПΣӨƧӨFƬ

»  Perfectly Clear WorkBench 4.6.1.2671 (x64) Multilingual
Android Custom Views Crash  Course EmptyAyer a las 2:50 pm por ПΣӨƧӨFƬ

» Key Metric FolderSizes 9.6.490 Enterprise
Android Custom Views Crash  Course EmptyAyer a las 2:47 pm por ПΣӨƧӨFƬ

» Nitro PDF Pro 14.26.1.0 (x64) Enterprise / Retail Multilingual
Android Custom Views Crash  Course EmptyAyer a las 2:45 pm por ПΣӨƧӨFƬ

» Microsoft Edge 126.0.2592.87 Dual x86x64 [Silent]
Android Custom Views Crash  Course EmptyAyer a las 2:36 pm por ℛeℙ@¢ᴋ€r

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Android Custom Views Crash Course

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 70279
Fecha de inscripción : 20/08/2016

Android Custom Views Crash  Course Empty
MensajeTema: Android Custom Views Crash Course   Android Custom Views Crash  Course EmptyMiér Nov 15, 2023 3:41 am


Android Custom Views Crash  Course 117082d8375c5c42cbb98d4bb851c0eb
Android Custom Views Crash Course
Published 11/2023
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 3.97 GB | Duration: 5h 3m

Create customized, beautiful, reusable and maintainable Views for your Android applications!

What you'll learn
Get familiar with the low-level drawing APIs like Canvas, Paint, etc.
Draw custom shapes using lines, rectangles, circles and paths
Animate the contents of your Custom Views
Intercept user interactions and react to drag, scale and rotate gestures
Properly utilize View Lifecycle callbacks
Requirements
Basic Android development experience
Description
By implementing Custom Android Views, you can create unique user interfaces that go beyond standard Android components. Whether you need a simple geometric shape or a complex interactive widget with animations in your Android app, Custom Views can handle all that, and more. There are truly no limits!Benefits of Custom Views:Simpler Code: Replace multiple XML files and drawables with one Custom View class, reducing clutter in your project.Reusable: A Custom View's logic resides in one class, making it easy to use again in your app or other projects.Efficient: Often, creating a custom View is quicker and more straightforward than combining multiple standard components.Though it might sound challenging at first, creating custom Views is easier than you think. In this course, I'll take you through every step, making sure you understand both the basics and the advanced concepts. Furthermore, you'll get to practice everything we'll discuss with hands-on exercises to solidify your skills.Topics covered in this course:Coordinate SystemsDensity Independent PixelsCanvas and PaintLine, rectangle, circle and free-form shapesTextUser interactionsAnimationsGestures recognitionMatrix transformationsState preservation on configuration changes and process deathand moreBy the end of this course, you'll feel confident using custom Views in your Android apps, adding a versatile tool to your toolbox and enhancing your productivity as an Android developer. So, if you use the classical Views framework, this course is for you!
Overview
Section 1: Introduction
Lecture 1 Tutorial Application
Lecture 0 Udemy Review System
Lecture 2 Course Exercises
Section 2: Custom View Basics
Lecture 3 Custom Views Basics Introduction
Lecture 4 Custom View Scaffold
Lecture 5 Coordinate System
Lecture 6 Density Independent Pixels (DIP)
Lecture 7 Basic Shape: Line
Lecture 8 Basic Shape: Rectangle
Lecture 9 Basic Shape: Circle
Lecture 10 Exercise 1
Lecture 11 Solution Exercise 1
Lecture 12 View Positioning
Lecture 13 Touch Handling
Lecture 14 Custom View Internal Dragging
Lecture 15 Exercise 2
Lecture 16 Solution Exercise 2
Lecture 17 Exercise 3
Lecture 18 Solution Exercise 3
Lecture 19 View State Preservation on Config Change and Process Death
Lecture 20 Exercise 4
Lecture 21 Solution Exercise 4
Lecture 22 Custom View Basics Summary
Section 3: Animations
Lecture 23 Animations Introduction
Lecture 24 Manual Animation
Lecture 25 ObjectAnimator Class
Lecture 26 Animation Inside a Custom View
Lecture 27 Path Class
Lecture 28 Path Animation
Lecture 29 Exercise 5
Lecture 30 Solution Exercise 5
Lecture 31 Exercise 6
Lecture 32 Solution Exercise 6
Lecture 33 Animations Summary
Section 4: Text
Lecture 34 Text Introduction
Lecture 35 Auto Scaling Text
Lecture 36 Path Arc
Lecture 37 Exercise 7
Lecture 38 Solution Exercise 7
Lecture 39 Self-Measurement Using onMeasure()
Lecture 40 Exercise 8
Lecture 41 Solution Exercise 8
Lecture 42 Text Summary
Lecture 0 Matrix Transformations Introduction
Lecture 0 Matrix
Lecture 0 Using Matrix for Translation
Lecture 0 Using Matrix for Rotation
Lecture 0 Using Matrix for Scaling
Lecture 0 Matrix Concatenation (Multiplication)
Lecture 0 Canvas Transformations
Lecture 0 Exercise 9
Lecture 0 Solution Exercise 9
Lecture 0 GestureDetector
Lecture 0 ScaleGestureDetector
Lecture 0 RotationGestureDetector
Lecture 0 Exercise 10
Lecture 0 Solution Exercise 10
Lecture 0 Matrix Transformation and Gesture Recognition Summary
Android developers who use the classical Views UI framework

Screenshots

Android Custom Views Crash  Course 1f2a3e85d6b5a918b73e4786d819c9c1

Download link

rapidgator.net:
Código:

https://rapidgator.net/file/0d6eace6ce6b211ac16bc862758bb239/fadag.Android.Custom.Views.Crash.Course.part1.rar.html
https://rapidgator.net/file/f033ea99232b1e08cb846af360c17206/fadag.Android.Custom.Views.Crash.Course.part2.rar.html
https://rapidgator.net/file/1e04d19d618c9329af2d1c3d31bf1758/fadag.Android.Custom.Views.Crash.Course.part3.rar.html
https://rapidgator.net/file/e458b2ebddd403f0c7b863e10ed1454d/fadag.Android.Custom.Views.Crash.Course.part4.rar.html
https://rapidgator.net/file/ad3f650f723f83e19ca433f96097b869/fadag.Android.Custom.Views.Crash.Course.part5.rar.html

uploadgig.com:
Código:

https://uploadgig.com/file/download/048262edC4b0F43b/fadag.Android.Custom.Views.Crash.Course.part1.rar
https://uploadgig.com/file/download/7f834b18fB69553D/fadag.Android.Custom.Views.Crash.Course.part2.rar
https://uploadgig.com/file/download/A3164ba411e012F6/fadag.Android.Custom.Views.Crash.Course.part3.rar
https://uploadgig.com/file/download/6bE909Cd937f0261/fadag.Android.Custom.Views.Crash.Course.part4.rar
https://uploadgig.com/file/download/d8111a3c8ee0a96A/fadag.Android.Custom.Views.Crash.Course.part5.rar

ddownload.com:
Código:

https://ddownload.com/32pfnadaruee/fadag.Android.Custom.Views.Crash.Course.part1.rar
https://ddownload.com/uasupbfpanbm/fadag.Android.Custom.Views.Crash.Course.part2.rar
https://ddownload.com/dctnjod5v3ty/fadag.Android.Custom.Views.Crash.Course.part3.rar
https://ddownload.com/xtbdjcj32u8e/fadag.Android.Custom.Views.Crash.Course.part4.rar
https://ddownload.com/b5gp9kn71pji/fadag.Android.Custom.Views.Crash.Course.part5.rar
Volver arriba Ir abajo
 

Android Custom Views Crash Course

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Developing Android Applications with Kotlin: Custom Views Playbook
» Extending the Unity Editor with Custom Tools - Crash Course
» Android 50: Crash Course into Android Development
» FlutterFire Crash Course for Beginners - Android & IOS
» Android Game Development Crash Course For Beginners

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-