Skip to content

Instantly share code, notes, and snippets.

@nagendrababu143
Created August 15, 2018 09:27
Show Gist options
  • Save nagendrababu143/b50d0bde1c8deac0fb086b3e8a0ea19a to your computer and use it in GitHub Desktop.
Save nagendrababu143/b50d0bde1c8deac0fb086b3e8a0ea19a to your computer and use it in GitHub Desktop.
package com.example.nagendra.intentexample;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class SecondActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_second);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment