Skip to content

Instantly share code, notes, and snippets.

View AshutoshChakraborty's full-sized avatar
🏠
Working from home

AshutoshChakraborty AshutoshChakraborty

🏠
Working from home
View GitHub Profile
@cedrickring
cedrickring / ColoredShadow.kt
Last active April 18, 2024 10:29
Draw a colored shadow in Android Jetpack Compose
/*
Copyright 2020 Cedric Kring.
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
distributed under the License is distributed on an "AS IS" BASIS,
@mikkipastel
mikkipastel / MainFragment.kt
Created November 22, 2018 10:33
set effect in media player (PresetReverb, pitch, speed)
package com.mikkipastel.pitcheffect
import android.media.MediaPlayer
import android.media.audiofx.EnvironmentalReverb
import android.media.audiofx.PresetReverb
import android.os.Build
import android.os.Bundle
import android.support.annotation.RequiresApi
import android.support.v4.app.Fragment
import android.view.LayoutInflater