learn-psh

There are 6 repositories under learn-psh topic.

  • pawanharariya/Clipping-Example

    This is a sample app that demonstrates the use of clipping applied on the Canvas, to generate various shapes.

    Language:Kotlin10
  • pawanharariya/Fan-Controller-View

    The Fan Controller app displays a circular UI element that resembles a physical fan control, to control the fan speed. It demonstrates how to create custom views.

    Language:Kotlin
  • pawanharariya/Mini-Paint

    Paint on the canvas with different colors. This app demonstrates the use of Custom layouts, Canvas and Paint in Android.

    Language:Kotlin10
  • pawanharariya/Motion-Layout-Example

    Sample app with different animations created using MotionLayout in Android.

    Language:Kotlin10
  • pawanharariya/Property-Animation-Example

    The app animates stars on the screen by changing various View properties that control position, size, rotation, and translucency. The app shows the use of ObjectAnimator, AnimatorSet and PropertyValuesHolder.

    Language:Kotlin
  • pawanharariya/Treasure-Hunt

    Simple app demonstrating the use of Geofences and tracks user's device location.

    Language:Kotlin101