public class PhotoFragment extends BaseFragment
限定符和类型 | 类和说明 |
---|---|
static interface |
PhotoFragment.PhotoDownloadListener |
UI_RESTORE
构造器和说明 |
---|
PhotoFragment() |
限定符和类型 | 方法和说明 |
---|---|
void |
initPhoto(Message currentMessage,
PhotoFragment.PhotoDownloadListener downloadListener) |
boolean |
onBackPressed() |
void |
onCreate(android.os.Bundle savedInstanceState) |
android.view.View |
onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle savedInstanceState) |
void |
onDestroy() |
void |
onRestoreUI() |
void |
onSaveInstanceState(android.os.Bundle outState) |
void |
onViewCreated(android.view.View view,
android.os.Bundle savedInstanceState) |
findViewById, getHandler, handleMessage
public void onCreate(android.os.Bundle savedInstanceState)
onCreate
在类中 BaseFragment
public android.view.View onCreateView(android.view.LayoutInflater inflater, android.view.ViewGroup container, android.os.Bundle savedInstanceState)
public void initPhoto(Message currentMessage, PhotoFragment.PhotoDownloadListener downloadListener)
public void onViewCreated(android.view.View view, android.os.Bundle savedInstanceState)
onViewCreated
在类中 BaseFragment
public boolean onBackPressed()
onBackPressed
在类中 BaseFragment
public void onRestoreUI()
onRestoreUI
在类中 BaseFragment
public void onDestroy()
onDestroy
在类中 BaseFragment
public void onSaveInstanceState(android.os.Bundle outState)
onSaveInstanceState
在类中 BaseFragment