Android Open Source - action-send-gridview Main Activity






From Project

Back to project page action-send-gridview.

License

The source code is released under:

Apache License

If you think the Android project action-send-gridview listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.urbancups.actionsendgridview.example;
//  w w  w .j  av  a  2  s .c o  m
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;


/**
 * Created by Yonatan Moskovich on 08/09/2014
 */
public class MainActivity extends FragmentActivity {

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);

        setContentView(R.layout.main);
    }


}




Java Source Code List

com.urbancups.actionsendgridview.GridAdapter.java
com.urbancups.actionsendgridview.GridviewFragment.java
com.urbancups.actionsendgridview.IntentShare.java
com.urbancups.actionsendgridview.SendToClipboard.java
com.urbancups.actionsendgridview.example.MainActivity.java