Skip to content

Instantly share code, notes, and snippets.

View arindamxd's full-sized avatar
🌻
I may be slow to respond.

Arindam Karmakar arindamxd

🌻
I may be slow to respond.
View GitHub Profile
@arindamxd
arindamxd / build.gradle
Created February 10, 2020 11:56 — forked from stepio/build.gradle
gradle: package *.jar into aar
apply plugin: 'com.android.library'
android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.0"
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
@arindamxd
arindamxd / ImageUtils.java
Last active August 8, 2019 12:20 — forked from tcw165/ImageUtil.java
The Android's image helper class
// Copyright (c) 2016 boyw165
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in