Skip to content

Instantly share code, notes, and snippets.

@muhammadsalehahmad
Created January 21, 2017 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muhammadsalehahmad/bfff444aa35c5fb93c460d161f06fcd4 to your computer and use it in GitHub Desktop.
Save muhammadsalehahmad/bfff444aa35c5fb93c460d161f06fcd4 to your computer and use it in GitHub Desktop.
test java
package com.example.mus.just_java;
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