Before everything, I apologize, my question might seems silly. I’m a beginer with the making of android software. I’m seeking help because i have got no idea where the problem comes from. public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); Log.d("debug", "I'm not going to appear on the LogCat ;_;"); […]
The post issue in ‘onCreate’ methode on android appeared first on BlogoSfera.