Skip to content

Instantly share code, notes, and snippets.

@nagendrababu143
Created September 17, 2018 17:14
Show Gist options
  • Save nagendrababu143/0e6348b74b6c09e226dcce420b666e2a to your computer and use it in GitHub Desktop.
Save nagendrababu143/0e6348b74b6c09e226dcce420b666e2a to your computer and use it in GitHub Desktop.
package com.example.nagendra.snackbar;
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