-1
這是片段的代碼。請幫我把一個按鈕,onClick
就應該到相應的活動在點擊應該啓用新活動後,在選項卡式活動的片段中實現按鈕
class boards extends Fragment {
@Nullable
@Override
public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, Bundle savedInstanceState) {
return inflater.inflate(R.layout.boards, container, false);
}
}
有數以百計的已有實例。你在實施任何問題時遇到什麼問題? –
選中此:https://stackoverflow.com/questions/21192386/android-fragment-onclick-button-method – primpap