Recent content by longyuan

  1. L

    android app question?

    Hi. i'm very new to andriod.. I have a normal linear view in my main.xml. and i've this in my onCreate public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); } after this, when the user clicks on any part of the...
  2. L

    android app question?

    Hi. i'm very new to andriod.. I have a normal linear view in my main.xml. and i've this in my onCreate public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); } after this, when the user clicks on any part of the...
Back
Top