Skip to content

Instantly share code, notes, and snippets.

View Cool-fire's full-sized avatar

Upendra Reddy Cool-fire

View GitHub Profile
@Cool-fire
Cool-fire / GSoC_19_work_report.md
Last active August 24, 2019 06:49
Work product submission for GSoC'19

Google Summer of Code Repo

Project: Improving User Experience with Bots in Android App

Project Goal:

The Goal of this project is to enhance the user experience with bots by implementing other rich messages types like button element, overflow menu, Date picker, Image element into the existing Rocket chat Android Client. and improving interactivity with bots by adding the API to send the response object to the Rocket.Chat Server

package chat.rocket.android.authentication.ui
import android.view.View
import android.view.ViewGroup
import android.widget.TextView
import android.widget.Toast
import androidx.recyclerview.widget.RecyclerView
import androidx.test.espresso.Espresso.onData
import androidx.test.espresso.Espresso.onView
@Cool-fire
Cool-fire / WebviewActivity.kt
Last active May 30, 2019 03:40
Koji integration in Android
package chat.rocket.android.webview.ui
import android.annotation.SuppressLint
import android.content.Context
import android.content.Intent
import android.os.Bundle
import android.util.Log
import android.webkit.JavascriptInterface
import android.webkit.ValueCallback