Skip to content

Instantly share code, notes, and snippets.

View svsq's full-sized avatar

Viacheslav Bilokur svsq

View GitHub Profile
@paulsoja
paulsoja / #custom_view
Last active October 13, 2021 16:10
CustomView on canvas
package net.apptronic.test123748djjdf
import android.content.Context
import android.graphics.*
import android.util.AttributeSet
import android.util.TypedValue
import android.view.View
import android.view.ViewTreeObserver
class TestRenderView : View, ViewTreeObserver.OnPreDrawListener {
@AlexGladkov
AlexGladkov / ProductScreen.kt
Last active December 3, 2023 20:20
ProductDetails + Jetpack Compose
package ru.leroymerlin.library_sdk.screens.product_details
import android.media.Rating
import androidx.compose.foundation.ExperimentalFoundationApi
import androidx.compose.foundation.background
import androidx.compose.foundation.layout.*
import androidx.compose.foundation.lazy.LazyColumn
import androidx.compose.foundation.shape.RoundedCornerShape
import androidx.compose.material.*
import androidx.compose.runtime.Composable