Back to project page json2view.
The source code is released under:
MIT License
If you think the Android project json2view 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.avocarrot.json2view; /*ww w . jav a 2 s.com*/ import android.app.Activity; import android.os.Bundle; /** * Created by avocarrot on 19/12/2014. * * Test Activity, only used, to add View on Test for checking layout alignment * */ public class TestActivity extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); } }