Skip to content

Instantly share code, notes, and snippets.

View gauravbordoloi's full-sized avatar
💭
coding

Gaurav Bordoloi gauravbordoloi

💭
coding
View GitHub Profile
@gauravbordoloi
gauravbordoloi / WhatsappIntent.kt
Created January 10, 2024 06:53
Utility file to send payload to a whatsapp contact directly
package com.homedrop.thestoreapp.util
import android.content.Context
import android.content.Intent
import android.net.Uri
/**
* @author gauravbordoloi
* Utility file to send payload to a whatsapp contact directly.
*
package com.sign3.intelligence.analytics.event
import com.sign3.intelligence.BuildConfig
import com.sign3.intelligence.Sign3Intelligence
/**
* Base event class with base properties
*/
internal abstract class AnalyticEvent {
@gauravbordoloi
gauravbordoloi / MotionEvent.java
Created August 3, 2022 11:35
MotionEvent.java
/*
* Copyright (C) 2007 The Android Open Source Project
*
* 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