Skip to content

Instantly share code, notes, and snippets.

View ArdityoCahyo's full-sized avatar
🧑‍💻
Try to be Productive.

Ardityo Cahyo ArdityoCahyo

🧑‍💻
Try to be Productive.
View GitHub Profile
@iyashamihsan
iyashamihsan / cursor pointer custom view layout for webview android tv
Created June 14, 2021 02:35
Android TV Webview app : mouse cursor pointer for webview android tv navigation and scrolling
package com.example.webviewtvapp;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Paint.Style;
import android.graphics.Point;
import android.graphics.PointF;
import android.os.Handler;