Skip to content

Instantly share code, notes, and snippets.

View marcusedu's full-sized avatar
🏠
Working from home

Marcus Duarte marcusedu

🏠
Working from home
View GitHub Profile
@marcusedu
marcusedu / CountryCodes.json
Last active July 1, 2019 15:59 — forked from anubhavshrimal/CountryCodes.json
Country and Dial or Phone codes in JSON format
[{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"
},
package contract.manager.login;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import contract.manager.R;
public class LoginActivity extends AppCompatActivity {
private Contracts.Presenter presenter;