Back to project page action-send-gridview.
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.
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); } }