Skip to content

Instantly share code, notes, and snippets.

View MangeshKadam's full-sized avatar

Mangesh Kadam MangeshKadam

  • citruspay
  • Pune, India
View GitHub Profile
@scruffyfox
scruffyfox / VideoPlayer.kt
Last active February 1, 2023 12:57
Playing a video from Assets using ExoPlayer 2
/**
* It took me AGES to figure this out, seriously, exoplayer documentation IS SO BAD.
*/
package xxx
import android.net.Uri
import android.os.Bundle
import android.support.v7.app.AppCompatActivity
import com.cube.arc.R
@rodrigohenriques
rodrigohenriques / AndroidManifest.xml
Last active September 25, 2017 11:58
Segment DEBUG and RELEASE Android Build Data with Crashlytics
<manifest ... >
...
<application ... >
...
<meta-data
android:name="io.fabric.ApiKey"