Skip to content

Instantly share code, notes, and snippets.

@alfianyusufabdullah
Created January 31, 2017 06:31
Show Gist options
  • Save alfianyusufabdullah/930bf923a8d510f4ba6bf2950f227534 to your computer and use it in GitHub Desktop.
Save alfianyusufabdullah/930bf923a8d510f4ba6bf2950f227534 to your computer and use it in GitHub Desktop.
package com.developerrandom.membuatactivity;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment