PJ

Pete Jones

Product Manager at Clear Books

Pete Jones has worked in a variety of roles in the tech industry. Pete began their career at Thomson Reuters in 2006 as a Business Analyst, and was later promoted to Lead Business Analyst. In 2019, they moved to Microtest Ltd as a Lead Business Analyst, and then to Clarks as a Global Business Analyst. In 2020, they returned to Thomson Reuters as a Product Manager and Lead Consultant. Pete is currently employed at Clear Books as a Product Manager, starting in 2022.

package com.example.dell.smartedu;

import android.content.Intent;

import android.os.Bundle;

import android.support.v4.widget.DrawerLayout;

import android.support.v7.widget.Toolbar;

import android.util.Log;

import android.view.View;

import android.widget.AdapterView;

import android.widget.ArrayAdapter;

import android.widget.ListView;

import android.widget.Toast;

import com.parse.FindCallback;

import com.parse.ParseException;

import com.parse.ParseObject;

import com.parse.ParseQuery;

import java.util.ArrayList;

import java.util.List;

/**

* Created by Dell on 10/5/2015.

*/

public class Teacher_select_class extends BaseActivity implements FragmentDrawer.FragmentDrawerListener {

ListView listView;

ArrayList<String> classList;

ArrayList<String> classIdList;

String className;

String classId;

String role;

String userId;

String institutionCode;

@Override

protected void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);

setContentView(R.layout.activity_teacher_select_class);

Toolbar mToolbar = (Toolbar) findViewById(R.id.toolbar);

setSupportActionBar(mToolbar);

getSupportActionBar().setDisplayShowHomeEnabled(true);

FragmentDrawer drawerFragment = (FragmentDrawer) getSupportFragmentManager().findFragmentById(R.id.fragment_navigation_drawer);

drawerFragment.setUp(R.id.fragment_navigation_drawer, (DrawerLayout) findViewById(R.id.drawer_layout), mToolbar);

drawerFragment.setDrawerListener(this);

Bundle extras=getIntent().getExtras();

if(extras!=null)

{

role=extras.getString("role

Links

Previous companies

Thomson Reuters logo

Peers

View in org chart

Timeline

  • Product Manager

    October, 2022 - present