package com.mygoods.ui.index;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.mygoods.R;
import com.mygoods.view.BaseFragment;
/**
* Description:动态/首页
* Change by:
* Created by yang on 2017/10/12 10:15
*/
public class IndexFragment extends BaseFragment implements View.OnClickListener {
private View mainView; // 缓存Fragment view
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
}
@Nullable
@Override
public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
if(mainView == null){
mainView = inflater.inflate(R.layout.fragment_index,container,false);
}
return mainView;
}
@Override
public void onClick(View v) {
}
}
最近下载更多
652654393 LV5
2024年11月18日
求学的熊猫 LV11
2024年6月3日
学习112 LV2
2023年12月21日
yyyyyyzh LV8
2023年6月11日
微信网友_6487832068788224 LV1
2023年5月23日
李亮 LV19
2023年4月6日
molu123456
2022年11月21日
暂无贡献等级
胖且12345z6 LV1
2022年5月4日
微信网友_5921782836367360 LV1
2022年4月20日
511076827 LV33
2022年4月11日

最近浏览