Date: 08 September, 2017
- For signing in, send a POST request to server with user name and password
- If sign in is success, finish the login Activity and start another Activity to show user's IP address
- Send a GET request to this site. That site will send a response body of JSON with user's IP address. Set the IP address to a
TextView - Use of mention string resources in
string.xmlfile instead of hardcoded text - Use of
@OnClickannotation ofButterKnifelibrary to listen any button/view click event
