Created
September 17, 2018 17:14
-
-
Save nagendrababu143/0e6348b74b6c09e226dcce420b666e2a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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