Skip to content

Instantly share code, notes, and snippets.

View ParryPatel021's full-sized avatar
🛠️
Working

Parth Patel ParryPatel021

🛠️
Working
View GitHub Profile
@ParryPatel021
ParryPatel021 / AppHelper.java
Created September 26, 2018 12:50 — forked from anggadarkprince/AppHelper.java
Upload file with Multipart Request Volley Android
import android.graphics.Bitmap;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import java.io.ByteArrayOutputStream;
/**
* Sketch Project Studio
* Created by Angga on 12/04/2016 14.27.
*/
public class AppHelper {
@ParryPatel021
ParryPatel021 / build.gradle (Module : app)
Created April 4, 2018 07:34 — forked from jaisonfdo/build.gradle (Module : app)
It helps you to Automatically Sign Your APK using build.gradle in Android Studio. For more information, check out my detailed guide here : http://droidmentor.com/sign-apk-automatically/
apply plugin: 'com.android.application'
ext.majorVersion = 1
ext.minorVersion = 0
ext.patchVersion = 1
ext.preRelease = "Alpha"
ext.minSdkVersion = 16
android {