Skip to content

Instantly share code, notes, and snippets.

View MTayyabSarfraz's full-sized avatar
🎯
Focusing

Muhammad_Tayyab MTayyabSarfraz

🎯
Focusing
View GitHub Profile
@MTayyabSarfraz
MTayyabSarfraz / Video.java
Created January 10, 2023 12:43
Hi bro! i'm stuck with this exoplayer thing! i need to auto play video on exoplayer when scroll or view is visibile, but issue is this code is playing the video of next child item that is not yet visible on screen, both on first load or on scrolling . There are adaptet,video(manager) class.please note that i'm using SnapHelper of type PagerSnap …
public class Video {
private ExoPlayer mExoPlayer;
private MediaSource mMediaSource;
private StyledPlayerView playerView;
private float mVolume;
private String mTitle;
private long mDuration;
private Context context;
@MTayyabSarfraz
MTayyabSarfraz / Video.java
Created January 10, 2023 12:35
Hi bro! i'm stuck with this exoplayer thing! i need to auto play video on exoplayer when scroll or view is visibile, but issue is this code is playing the video of next child item that is not yet visible on screen, both on first load or on scrolling . There are adaptet,video(manager) class.please note that i'm using SnapHelper of type PagerSnap …
public class Video {
private ExoPlayer mExoPlayer;
private MediaSource mMediaSource;
private StyledPlayerView playerView;
private float mVolume;
private String mTitle;
private long mDuration;
private Context context;
@MTayyabSarfraz
MTayyabSarfraz / gist:9f2ff5463b5e7caf5bb7dcc772ae9b44
Created December 20, 2021 12:27
Crash Logs while restoring the filters Instances upon resuming activity
2021-12-20 17:22:26.126 7475-7622/com.antiquelogic.crickslab E/GPUAUX: [AUX]GuiExtAuxCheckAuxPath:593: Null anb
2021-12-20 17:22:26.132 7475-7622/com.antiquelogic.crickslab E/FrameEvents: updateAcquireFence: Did not find frame.
2021-12-20 17:22:26.134 15627-7792/? E/PQ: [PQ][PQSessionManager] pPQSessionListHandle = NULL
2021-12-20 17:22:26.138 15627-7772/? E/Hal3ARaw: [setStereoParams] Dev(1) StereoQ has Error message (setStereoParams){#2048:vendor/mediatek/proprietary/hardware/mtkcam/aaa/source/isp_50/wrapper/Hal3ARawImp.cpp}
2021-12-20 17:22:26.141 15627-22537/? E/mtkcam-FeatureSettingPolicy-Oplus: [getMotorState] open sys/class/motor/move_state failed!!! (getMotorState){#1325:vendor/mediatek/proprietary/hardware/mtkcam3/pipeline/policy/../../oplus/pipeline/policy/OplusFeatureSettingPolicy.cpp}
2021-12-20 17:22:26.152 7961-7961/? E/oid.documentsu: No package ID ff found for ID 0xffffffff.
2021-12-20 17:22:26.159 7475-7622/com.antiquelogic.crickslab E/GPUAUX: [AUX]GuiExtAuxCheckAuxPath:593: Null anb
2021-12-
@MTayyabSarfraz
MTayyabSarfraz / gist:fc15604ee3d4dffe86fd1e11305a4808
Created December 14, 2021 10:09
i1003 Detail logs with crash... webView loads and animates for few seconds .. then app crashes.
I/chatty: uid=10714(com.pedro.rtpstreamer) RenderThread identical 2 lines
E/GPUAUX: [AUX]GuiExtAuxCheckAuxPath:593: Null anb
E/GPUAUX: [AUX]GuiExtAuxCheckAuxPath:593: Null anb
[AUX]GuiExtAuxCheckAuxPath:593: Null anb
E/GPUAUX: [AUX]GuiExtAuxCheckAuxPath:593: Null anb
I/chatty: uid=10714(com.pedro.rtpstreamer) RenderThread identical 2 lines
E/GPUAUX: [AUX]GuiExtAuxCheckAuxPath:593: Null anb
E/GPUAUX: [AUX]GuiExtAuxCheckAuxPath:593: Null anb
I/chatty: uid=10714(com.pedro.rtpstreamer) RenderThread identical 7 lines
E/GPUAUX: [AUX]GuiExtAuxCheckAuxPath:593: Null anb
package com.novatore.jumanji;
/**
* Created by mts3_ on 12/12/2017.
*/
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.provider.CalendarContract;