We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10874e4 commit 2563678Copy full SHA for 2563678
app/src/main/java/com/pavel/responsecode/MainActivity.java
@@ -32,7 +32,11 @@ protected void onCreate(Bundle savedInstanceState) {
32
public void onClick(View view) {
33
34
if (!httpResponseCode.checkResponse(200)){
35
- // do what ever you want
+ /**
36
+ *
37
+ * do what ever you want if status code is not 200 then automaticaly status will show through a toast
38
39
+ */
40
}
41
42
});
0 commit comments