Create a Needle GaugeView from iOS (Swift) to Android(Kotlin) – Ios swift
Need help in translating a Gauge View in iOS written in Swift to Android written in Kotlin in Custom View. Video & assets import UIKit class GaugeView: UIView { var outerBezelColor = UIColor.gray20! var outerBezelWidth: CGFloat = 2 var innerBezelColor…