Friday, February 13, 2015

Using common Layout and its event in all activities

ViewGroup vg = (ViewGroup) findViewById(R.id.lldata);
ViewGroup.inflate(getApplicationContext(), R.layout.listwitter, vg);

No comments:

Post a Comment