All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.example.pocketknife.NoBindingActivity Maven / Gradle / Ivy

The newest version!
package com.example.pocketknife;

import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import pocketknife.PocketKnife;

public class NoBindingActivity extends FragmentActivity {

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.simple_activity);

        PocketKnife.bindExtras(this);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy