• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. V

    Apps can't able to add textview to linearlayout

    Hi,I'm creating viewpager app. I don't know why my textview is not added to linearlayout. I've the same source code which is downloaded from internet and I created same as the source code but my app unfortunately force stopped automatically. See my comments then you could understand what I'm...
  2. V

    Apps Some basics doubts in Android Programming

    Helo guys, I've simple doubts in android.Please make me understand. I can't go without knowing this clearly. 1.Why super keyword ? protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main)...