The Gap
- By RCG
- Smartphones
- 2 Replies
Well, it doesn't seem to be an issue for me, since my phone has no gap.
(at least as of now)
(at least as of now)
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
case R.id.to_inr:
Toast.makeText(MainActivity.this , "to inr" , Toast.LENGTH_SHORT).show();
value = Integer.parseInt(input.getText().toString()); // put here
result = value * 74;
output.setText(Integer.toString(result));