public class CommentDetailActivity extends AppCompatActivity implements android.view.View.OnClickListener, CommentDetailListAdapter.adapterInterfaceBridge, android.text.TextWatcher
| Constructor and Description |
|---|
CommentDetailActivity() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTextChanged(android.text.Editable editable) |
void |
beforeTextChanged(java.lang.CharSequence s,
int start,
int count,
int after) |
void |
fetchComments()
---------------------------------------------------------------------------------
Class Name : fetchComments
Description : This class is used to fetch all comment from web server in background
thread.
|
void |
onClick(android.view.View v) |
void |
onClicked() |
protected void |
onCreate(android.os.Bundle savedInstanceState) |
android.view.View |
onCreateView(java.lang.String name,
android.content.Context context,
android.util.AttributeSet attrs) |
boolean |
onOptionsItemSelected(android.view.MenuItem item) |
protected void |
onResume() |
void |
onTextChanged(java.lang.CharSequence s,
int start,
int before,
int count) |
void |
requestFocusKeyBoard() |
protected void onCreate(android.os.Bundle savedInstanceState)
protected void onResume()
public boolean onOptionsItemSelected(android.view.MenuItem item)
public android.view.View onCreateView(java.lang.String name,
android.content.Context context,
android.util.AttributeSet attrs)
public void requestFocusKeyBoard()
public void fetchComments()
com.squareup.okhttppublic void onClick(android.view.View v)
onClick in interface android.view.View.OnClickListenerpublic void onClicked()
onClicked in interface CommentDetailListAdapter.adapterInterfaceBridgepublic void beforeTextChanged(java.lang.CharSequence s,
int start,
int count,
int after)
beforeTextChanged in interface android.text.TextWatcherpublic void onTextChanged(java.lang.CharSequence s,
int start,
int before,
int count)
onTextChanged in interface android.text.TextWatcherpublic void afterTextChanged(android.text.Editable editable)
afterTextChanged in interface android.text.TextWatcher