Javier Villar

FIFA Head Coach at exceL eSports

Javier Villar has worked as a FIFA Coach for various organizations since 2019. Javier was employed by TEAM DUX GAMING in 2019, Real Federación Española de Fútbol in 2021, Real Oviedo and Club Atlético Talleres in 2021, and Real Valladolid Club de Fútbol and FC Paços de Ferreira in 2021. In 2022, they began working as a FIFA Head Coach for EXCEL ESPORTS.

/*

* Copyright (C) 2017 Iddo Hoeve

*

* Squore is free software: you can redistribute it and/or modify

* it under the terms of the GNU General Public License as published by

* the Free Software Foundation, either version 3 of the License, or

* (at your option) any later version.

*

* This program is distributed in the hope that it will be useful,

* but WITHOUT ANY WARRANTY; without even the implied warranty of

* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

* GNU General Public License for more details.

*

* You should have received a copy of the GNU General Public License

* along with this program. If not, see <http://www.gnu.org/licenses/>.

*/

package com.doubleyellow.scoreboard.prefs;

import android.content.Context;

import android.content.SharedPreferences;

import android.preference.PreferenceManager;

import android.util.Log;

import com.doubleyellow.scoreboard.R;

import com.doubleyellow.scoreboard.main.ScoreBoard;

import com.doubleyellow.scoreboard.model.Model;

import com.doubleyellow.util.StringUtil;

import java.util.Map;

/**

* Class to store and retrieve preferences.

*

* Preferences are stored in the 'default' preferences file.

*

* To get/set preferences for a specific model, use {@link ModelPrefs}.

*/

public class Prefs

{

private static final String TAG = "SB." + Prefs.class.getSimpleName();

public static final String KEY_CURRENT_MODEL = "currentModel";

public static final String KEY_CURRENT_MATCH_TYPE = "currentMatchType";

public static final String KEY_CURRENT_MATCH_FORMAT = "currentMatchFormat";

public static final String KEY_CURRENT_MATCH_SET_COUNT = "currentMatchSetCount";

public static final String KEY_CURRENT_GAME_COUNT = "currentGameCount";

public static final String KEY

Links


Org chart

Sign up to view 1 direct report

Get started