ArtistsActivity.java :  » UnTagged » android-motion » com » appspot » TabbedLayout » Android Open Source

Android Open Source » UnTagged » android motion 
android motion » com » appspot » TabbedLayout » ArtistsActivity.java
package com.appspot.TabbedLayout;

import android.os.Bundle;

public class ArtistsActivity extends TopBarActivity {
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.temp);
        /*TextView textview = new TextView(this);
        textview.setText("This is the Artists tab");
        setContentView(textview);*/
    }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.