Recent content by davidcf

  1. D

    trying to create simple screen with a button with example code but returns problems

    the example code that I copied in is: /** * An example full-screen activity that shows and hides the system UI (i.e. * status bar and navigation/system bar) with user interaction. * * @see SystemUiHider */ public class CheckIn extends Activity { /** * Whether or not the system UI...