D
Deleted User
Guest
_
Last edited by a moderator:
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.
package test.tests;
public class tests extends Activity{
@Override
Button Btest = null;
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
this.Btest = (Button)this.findViewById(R.id.Button01);
}