ES

Enriquo Samuel

VP B2B Commercial & Partnership at SweetEscape

Enriquo Samuel has worked for six companies since 2006. Enriquo started as a Project Manager at Jatis Solusindo in 2006, then worked as Vice President IT and Business Process Management at ISS Indonesia Group of Companies from 2008 to 2012. Enriquo then moved on to Teleperformance, where they served as IT Director (also handling Operation) from 2012 to 2015. Enriquo then worked as Business Director at Bridestory from 2015 to 2017, and then as Business Director at mClinica from 2017 to 2020. Enriquo Samuel currently works as VP B2B Commercial & Partnership at SweetEscape.

/*

* Copyright (C) 2016 The Android Open Source Project

*

* Licensed under the Apache License, Version 2.0 (the "License");

* you may not use this file except in compliance with the License.

* You may obtain a copy of the License at

*

* http://www.apache.org/licenses/LICENSE-2.0

*

* Unless required by applicable law or agreed to in writing, software

* distributed under the License is distributed on an "AS IS" BASIS,

* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

* See the License for the specific language governing permissions and

* limitations under the License.

*/

package com.example.android.pets;

import android.app.LoaderManager;

import android.content.ContentUris;

import android.content.ContentValues;

import android.content.CursorLoader;

import android.content.Intent;

import android.content.Loader;

import android.database.Cursor;

import android.net.Uri;

import android.os.Bundle;

import android.support.design.widget.FloatingActionButton;

import android.support.v7.app.AppCompatActivity;

import android.util.Log;

import android.view.Menu;

import android.view.MenuItem;

import android.view.View;

import android.widget.AdapterView;

import android.widget.ListView;

import com.example.android.pets.data.PetContract.PetEntry;

/**

* Displays list of pets that were entered and stored in the app.

*/

public class CatalogActivity extends AppCompatActivity implements LoaderManager.LoaderCallbacks<Cursor> {

private static final int PET_LOADER = 0;

PetCursorAdapter mCursorAdapter;

@Override

protected void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);

setContentView(R.layout.activity_catalog);

// Setup FAB to open EditorActivity

FloatingActionButton fab = (FloatingActionButton) findViewById(R.id.fab);

fab.setOn

Links

Previous companies

SwipeRx logo

Timeline

  • VP B2B Commercial & Partnership

    January, 2020 - present

A panel showing how The Org can help with contacting the right person.