* Cantinho Satkeys

Refresh History
  • j.s.: [link]
    Hoje às 16:31
  • j.s.: dgtgtr a todos  4tj97u<z
    Hoje às 16:31
  • j.s.: h7t45 ao convidado de Honra batatinha pela sua ajuda
    Hoje às 16:30
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45
  • FELISCUNHA: j.s. enviei PM  101041
    26 de Junho de 2025, 21:33

Autor Tópico: Android Custom Views Crash Course  (Lida 89 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Android Custom Views Crash Course
« em: 15 de Novembro de 2023, 08:41 »

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


Download link

rapidgator.net:
Citar
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:
Citar
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:
Citar
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