Skip to content

Instantly share code, notes, and snippets.

View owaistnt's full-sized avatar

Owais Idris owaistnt

  • Artsman Pvt Ltd
  • Mumbai India
View GitHub Profile
@owaistnt
owaistnt / TheBottomSheet.kt
Last active July 13, 2021 18:45
FullScreenBottomSheet Demo
package com.artsman.fullscreenbottomsheet
import android.app.Dialog
import android.os.Bundle
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import android.widget.FrameLayout
import android.widget.LinearLayout
import androidx.coordinatorlayout.widget.CoordinatorLayout
@owaistnt
owaistnt / CircleCropTransformation.java
Last active January 27, 2016 05:53 — forked from julianshen/CircleTransform.java
CircleTransform for Picasso
/*
* Copyright 2014 Owais Idris
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software