Christopher J Kramer

CEO at SoMee

Christopher J Kramer has a long and varied career in the telecommunications and blockchain industries. Christopher J began their career in 2002 as President of Eclipse Solutions, a telecommunications firm specializing in Telecommunications Expense Management, Contract Negotiations, Virtualization, Cloud Computing, MPLS and Complete Outsourced Telecom Support and Managed Services. In 1999, they joined Teligent as Manager, where they were promoted five times in their first year. In 2013, they became CEO of OneName Global, Inc. and then in 2017, they joined CeekVR as Blockchain Strategist. Most recently, in 2018, they became CEO of SoMee-Social Media Redefined, a blockchain-augmented social media platform.

package com.example.android.tourguide;

import android.os.Bundle;

import android.support.v4.app.Fragment;

import android.view.LayoutInflater;

import android.view.View;

import android.view.ViewGroup;

import android.widget.ListView;

import java.util.ArrayList;

public class MonumentsFragment extends Fragment {

public MonumentsFragment() {

// Required empty public constructor

}

@Override

public View onCreateView(LayoutInflater inflater, ViewGroup container,

Bundle savedInstanceState) {

View rootView = inflater.inflate(R.layout.place_list, container, false);

// Create a list of places

final ArrayList<Place> places = new ArrayList<Place>();

places.add(new Place(R.string.monument_1_name, R.string.monument_1_description,

R.drawable.monument_1));

places.add(new Place(R.string.monument_2_name, R.string.monument_2_description,

R.drawable.monument_2));

places.add(new Place(R.string.monument_3_name, R.string.monument_3_description,

R.drawable.monument_3));

places.add(new Place(R.string.monument_4_name, R.string.monument_4_description,

R.drawable.monument_4));

places.add(new Place(R.string.monument_5_name, R.string.monument_5_description,

R.drawable.monument_5));

places.add(new Place(R.string.monument_6_name, R.string.monument_6_description,

R.drawable.monument_6));

places.add(new Place(R.string.monument_7_name, R.string.monument_7_description,

R.drawable.monument_7));

places.

Links


Org chart

Sign up to view 1 direct report

Get started


Teams

This person is not in any teams