类分层结构
- java.lang.Object
- android.content.Context
- android.content.ContextWrapper
- android.view.ContextThemeWrapper
- android.app.Activity (implements android.content.ComponentCallbacks2, android.view.KeyEvent.Callback, android.view.LayoutInflater.Factory2, android.view.View.OnCreateContextMenuListener, android.view.Window.Callback)
- Fragment
- FragmentActivity
- com.jph.takephoto.app.TakePhotoImpl (implements com.jph.takephoto.app.TakePhoto)
接口分层结构