导航菜单

页面标题

页面副标题

MedEd v5.3.6 - NeetPGAllFacultyActivity.java 源代码

正在查看: MedEd v5.3.6 应用的 NeetPGAllFacultyActivity.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.penpencil.physicswallah.feature.batch.presentation.activity;

import android.os.Bundle;
import android.widget.ImageView;
import androidx.recyclerview.widget.GridLayoutManager;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import butterknife.BindView;
import butterknife.ButterKnife;
import com.penpencil.network.response.TeacherIds;
import defpackage.TL1;
import java.util.List;

public class NeetPGAllFacultyActivity extends rp implements TL1.b {
    public static final int J0 = 0;
    public List<TeacherIds> H0;
    public String I0;

    @BindView
    ImageView backBtnIv;

    @BindView
    RecyclerView facultiesRcv;

    public final void onCreate(Bundle bundle) {
        super.onCreate(bundle);
        setContentView(2131558431);
        ButterKnife.b(this);
        this.H0 = pK0.a(TeacherIds.class, getIntent().getStringExtra("data"));
        this.I0 = getIntent().getStringExtra("batchId");
        this.facultiesRcv.setLayoutManager(new LinearLayoutManager(1));
        List<TeacherIds> list = this.H0;
        if (list != null) {
            TL1 tl1 = new TL1();
            tl1.c = list;
            tl1.d = this;
            tl1.e = this;
            if (getResources().getBoolean(2131034120)) {
                this.facultiesRcv.setLayoutManager(new GridLayoutManager(3));
            } else {
                this.facultiesRcv.setLayoutManager(new GridLayoutManager(2));
            }
            this.facultiesRcv.setAdapter(tl1);
        }
        this.backBtnIv.setOnClickListener(new f1(this, 1));
    }
}