[android-developers] Network provider and GPS provider working together, need to separate the both based on available providers

2017-01-25 Thread Fhahroz Iqbal


I am trying to develop an android application that gets the device latitude 
and longitude using GPS or Network providers, whichever is available for 
the process. The code works perfectly fine when the device's GPS is on but 
unfortunately it never works when the device's GPS is switched off.


I want to get the device's latitude and longitude based on the available 
providers, for example; if device's GPS is on it should get the device's 
latitude and longitude using GPS provider and if the GPS is switched off it 
should get the device's latitude and longitude using the network provider. 
In my case the network provider always returns false and only works when 
the device's GPS is switched on where as it should not bother about the 
device GPS to be on or off it should simply get the latitude and longitude 
based on network provider.


I have used the fused API from Google but even that has the same issue, I 
can only get the latitude and longitude using GPS provider and when I turn 
off the device's GPS it never returns the required latitude and longitude 
using network provider because network provider and GPS providers both 
returns false when device's GPS is switched off.


Both GPS and network provider is working on device's GPS, I want to 
separate their process respectively.


I am using following permissions and features

 
 
 
 
 
 
 
 
 
 
 


Following is my complete Java code that only works when device's GPS is on, in 
both GPS and network cases.

package com.example.administrator.locationgetter;

import android.Manifest;
import android.app.Activity;
import android.content.pm.PackageManager;
import android.location.Location;
import android.location.LocationListener;
import android.location.LocationManager;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v4.app.ActivityCompat;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.util.Log;
import android.view.View;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.Toast;

public class MainActivity extends Activity {
public static final int MY_PERMISSIONS_REQUEST = 0;

LocationManager locationManager;

private LocationListener mLocationListener;


private void showStatus(String st)
{
Toast.makeText(MainActivity.this,st,Toast.LENGTH_SHORT).show();
}
private LocationListener createLocationListener() {
return new LocationListener() {
@Override
public void onLocationChanged(Location location) {
// Called when a new location is found by the network location 
provider.
Toast.makeText(MainActivity.this,"accuracy: " + 
location.getAccuracy() + " lat: " + location.getLatitude() + " lon: " + 
location.getLongitude(),Toast.LENGTH_SHORT).show();
}

public void onStatusChanged(String provider, int status, Bundle 
extras) {
showStatus(provider + " -- " + status);
}

public void onProviderEnabled(String provider) {
showStatus(provider + " -- " + "ENABLED!");
}

public void onProviderDisabled(String provider) {
showStatus(provider + " -- " + "DISABLED!");
}


};
}

@Override
protected void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);

Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar);
//setSupportActionBar(toolbar);

mLocationListener = createLocationListener();
FloatingActionButton fab = (FloatingActionButton) 
findViewById(R.id.fab);
fab.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
Snackbar.make(view, "Replace with your own action", 
Snackbar.LENGTH_LONG)
.setAction("Action", null).show();
}
});
}

@Override
public boolean onCreateOptionsMenu(Menu menu) {
// Inflate the menu; this adds items to the action bar if it is present.
getMenuInflater().inflate(R.menu.menu_main, menu);
return true;
}

@Override
public boolean onOptionsItemSelected(MenuItem item) {

int id = item.getItemId();

//noinspection SimplifiableIfStatement
if (id == R.id.action_settings) {
return true;
}

return super.onOptionsItemSelected(item);
}

@Override
public void onRequestPermissionsResult(int requestCode,
String permissions[], int[] grantResults) {
switch (requestCode) {
case MY_PERMISSIONS_REQUEST: {
// If request is cancelled, the result arrays are empty.
if (grantResults.length > 0
&& 

[android-developers] Cannot access my developer console

2017-01-25 Thread fabian lewis
Hi guys am new here. I have a problem. I signed up for a developer account 
and publish my app a couple of months now. But now i cant login to my 
console as it is asking me to pay another 25 US dollars. Why is that? Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/f8f5f3bc-99cb-43fa-9a08-f8ca4150ce2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need :: QA-cum-BA @ San Antonio, TX

2017-01-25 Thread satish kumar
Hi ,



Hope you are doing great!



Please review the following Job Description and share updated resume if you
find comfortable for this position...





*Role: QA cum BA*

*Location : San Antonio, TX*

*Duration: Long Term*



Experience: 6-8 yrs

Must-Have

1. Interacting with business stakeholders
2. Creating requirement documents
3. Bringing the new team members upto speed with the functionality
4. Post the initial on-boarding of the remaining team, this person would be
responsible for carrying out QA activities such as creation of test cases,
execution of test cases, framing test plan and strategy.







*Satish Kumar* | SYSMIND, LLC
*Technical Recruiter*

[image:
https://newoldstamp.com/editor/profilePictures/profile-b15c8fc3ea4630e2ca604f11e3e951c7-41898.png]

Phone: 609-897-9670 x 2152

Email: sati...@sysmind.com

Gmail: satishsysmi...@gmail.com

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAHxR9GbxQ%3DPwWm8DGEip%2B-7bH0qJ_w17VxpjAgNsn3e3DZz-jQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] need QA in CA

2017-01-25 Thread shellydelegateit


*Role :   QA Automation*


*Location :CA*


*Contract Duration: Long Term Contract*


*Interview Process: Phone and onsite required*

  

· 5+ years’ experience, Quality Assurance Process Skillset - Test 
Estimation, Test case Preparation, Test Execution, Defect Management

· 3+ years’ experience in QA testing web-based Java applications

· 2+ years’ experience in building automation test harnesses using 
Selenium 2

 

*Technical skill*

 

· HTML knowledge – developed level and up

· *OOP programming skill (JAVA preferred)– developed level and up*

· API testing automation experience (SOAP & REST) – developed level 
and up

· Experience with Selenium WebDriver automation development. – 
mastered level

· Experience with Selenium Page Object and Page Factory framework. 
– developed level and up

· Create manual use test case scenarios and test scripts based on 
Use Cases – mastered level.

· SQL/Oracle Database Query knowledge – introduced level and up

· Software design, build and deployment knowledge on JAVA platform 
– introduced level and up

 

*Technical skill plus*

 

· UNIX - Shell scripting knowledge (Linux) preferred

· HP LoadRunner (other HP Testing product like HP QTP/UFT) 
experience may help

· Continuous Integration software (Jenkins, Bamboo) knowledge 
preferred

 

*Other experience and skills*

 

· Experience in Agile-Scrum and other Agile methodologies

· Good Analytical skills to work with developer for trouble shooting

· Proactive in learning new tools/techniques

· Effective written and verbal communications skills.

· Ability to work well in a team environment and independently 
handling complex problems.




Thanks,


Shelly


shellydelegat...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/a98d1483-b003-4af2-8f05-2a2e9f758a33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] My Country Is Not Available

2017-01-25 Thread Dar Bizziebee
Dear Developers

Please assist with my frustration and perhaps ignorance in this Google+ / 
Google Play et al.

I live on Norfolk Island. We are in the South Pacific, and sit between New 
Zealand and Australia. We are in fact, an external territory of Australia. 
 There are many apps that I would like to download and install on my 
Android, but get the message "The App is Not Available in Your Country".  I 
have paid much $$$ in phone calls to Google in hope of finding someone who 
can actually help me, and resolve this problem.  I have even contacted the 
Developers of such programs, and have been stunned at their ability to 
assist me. I am writing to ask you to please, include Norfolk Island in 
your database for ALL apps, games, books etc etc, whereby all of us here 
who use an Android can actually join the rest of the world, and be able to 
access and download.   I hope you are able to assist me with this,  I 
understand it may take some time, but if I continue sending messages and 
emails, maybe one day, someone might actually take the time to add my 
country.

Thank you for your time in reading this, and hopefully resolving this major 
issue.

Regards

Darls

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/42df2841-9f02-46b5-9456-9f84d68dfdff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Java Developer with Backbone JS || Richfield, MN || only Loca

2017-01-25 Thread swamil singh
Hi,


Hope you are Doing well...!!!



I have urgent requirement for below position. Please go through the job
description and if you are interested kindly let me know. Please revert me
on swam...@sysmind.com

*Role*: Java Developer with *Backbone JS*
*Location*: Richfield, MN

*Must Have:*

   - Backbone
   - javaScript

 *Key skills required for the job are:*

4+ years of JavaScript experience with multiple modern frameworks.
2+ years of another programming language

As a Senior Developer, you are responsible for development, support,
maintenance and implementation of a complex project module. You should have
good experience in application of standard software development principles.
You should be able to work as an independent team member, capable of
applying judgment to plan and execute your tasks. You should have in-depth
knowledge of at least one development technology/ programming language. You
should be able to respond to technical queries / requests from team members
and customers. You should be able to coach, guide and mentor junior members
in the team.

-- 


-- 

*Thanks & Regards*

*Swamil Singh* | SYSMIND, LLC

Phone: 609-897-9670 x 5121

Email: swam...@sysmind.com

Hangout: swamil.sysm...@gmail.com

Website: www.sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAP_aUSyfdeKSSPwWie3gABt-mK67Ebxx%2BnY6wjJVcMK%2B86QKcQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate Hiring || EDI Data Analyst || Madison, WI || Rate $40-$45/hr. on C2C

2017-01-25 Thread Vishal Ji Awasthi
EDI data analyst

Madison, WI

6 months+



 Please share resume with details only-




*Needed some details for submission process -*






*Full Legal Name : Contact Number:
Email ID: Current
Location   : *

*Relocation   :*



*Last 4 digit of SSN : Skype ID
  : DOB(MM/DD): *

*Availability to Join: *

*Work authorization   :*

*Education, University, Year:*









*Regards*



*Vishal Ji Awasthi*

*Srimatrix Inc.*

[image: Logo.png]

E-Mail:*vis...@srimatrix.com *

Phone: *214-227-9311(Direct)*

Web: www.srimatrix.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJYEZ9-HMp4r_OrV2KE5jW663NcpL6sXNE2oE3Up5iAhFNsmyg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] REMOTE: Lead Java Developer - Raleigh, NC

2017-01-25 Thread Mohd Taher
Hello,
Hope all is well,

Please send me your consultant resume for below position.

Lead Java Developer
Raleigh, NC
Long term contract
100% remote.
Hire off the phone.

*Must have: Spring 8 experience.*
*Need EAD, GC, TN or Citizen Only!!*

Required Skills:
) Lead level JAVA enterprise application development experience (experience
with Java 8) - full stack, primarily middle/backend
2) Expertise in Spring Framework
3) Customer facing, consultative, hands on solutioning.


Best Regards,

Mohammed Taher
US IT Recruiter
Direct: 703 349 4237
USM Business Systems
Chantilly, VA 20151, USA.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAL4ROq5rMioMWEQG2p5-%3DJNXd1Eqfq1KtUCnRu36UcRrhmHJ8w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring for Network Engineer for Libertyville, IL || Face to Face

2017-01-25 Thread Neha Saral
Hi
Please lookup the below position and if you feel comfortable ,then please
send me your updated resume

*Role   :  Network Engineer *
*Location   :  Libertyville, IL *
*Duration  :  12+ Months *
*Interview:  Phone then Face to Face   *



*Top Skills: Cisco, Firewalls, and Nexus. *



*Job Description*

· The Network Infrastructure Engineer is responsible for providing
a high level of technical and/or project management expertise to ensure
network and telecommunications technology aids in the achievement of
organizational goals and objectives. In this position, the incumbent
evaluates voice and data technologies as well as carrier services.

· This role plays an integral part in the development and
implementation of systems, with significant exposure to users and
interfaces regularly with outside vendors. This individual must possess
strong project management skills and is able to maintain a high level of
user trust and confidence.

· The Network Infrastructure Engineer must have a proven track
record of working in a team environment and effectively interfacing with
management. The Network Infrastructure Engineer is responsible for
analysis, troubleshooting, planning, implementations and management of the
data and voice technologies.

· In addition, research and recommend new technologies to enhance
business processes.



*Job Responsibilities:*

· Provide second/third level support for network and escalates with
carrier and/or hardware/software vendors.

· Ensures service levels are consistent with current business
needs, and plans accordingly for future business requirements.

· Prioritize schedule and monitor assigned technical projects,
developing and maintaining comprehensive project plans/schedules, while
using the same methodology to provide senior management with accurate and
complete status information.

· Provide teammates with assistance, and mentoring (where
applicable) to help promote, further educate, and enhance knowledge of the
colleagues within the Network/Telecom team.

· Perform installation, evaluation and performance of various
vendor products and enhancements. Maintains state the of art knowledge on
network technology.



*Required Skills:*

· Firewall experience (ASA and Palo Alto)

· Nexus experience

· AWS (not required but a plus)

· Experienced with Layer 2/3 switches, routers, VPN, Load Balancers
wireless, CSU/DSU’s, Firewalls,  Network management utilities and TCP/IP
packet analysis

· Experienced in supporting VoIP solutions

· Experienced with data and voice technologies/protocols such as
TCP/IP, DSL, VPN, Ethernet, T1, T3, MPLS, DNS, DHCP, Fiber/Copper Cabling

· Proficient experience using MS office products

· Strong problem solving skills

· Cisco and other related technical certifications is a plus















Regards ,

Neha Saral

Technical Recruiter

VSG Business Solutions

Email ID :  n...@vsgbusinesssolutions.com

Phone: 302-261-3207 x 107

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJdfOTSb3QJTrkvBFsNqP3EOoFk3LDb7XPut18ybGHyYuvsemQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] .Net With Angular JS

2017-01-25 Thread joshi anur
Hi,

This is Joshi  from Insoursys Inc.
This is in reference to the following position.

* Please reply with resume, Rate and contact details ASAP *

passport mandatory

Job Title :.Net With Angular JS
Job Type :Contract
Salary:52
Duration:6 Months
City:Cleveland
State:OH
Visa:h1b,gc,us
Total Experience :8
Interview Type :Online Test + Skype
Primary Skills :.Net With Angular JS
Description:.Net With Angular JS


Thanks & Regards,
Joshi Anur
Insoursys Inc
PH:972-427-1715
E-mail:  joshi_a...@insoursysinc.com || www.insoursys.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAM_O0T2DB%2BThuP1N9uHnQVD1i7hAjJWj2%2BrXmy8m51bg4ksq1A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need :: Lisa Tester @ El Segundo, CA

2017-01-25 Thread satish kumar
Hi ,



Hope you are doing great!



Please review the following Job Description and share updated resume if you
find comfortable for this position...





*Role: CA Lisa Tester*

*Location :  El Segundo, CA*

*Duration: 12**+ Months*

   - *3 + years of Java Programming*
   - *2+ year using LISA Automation* or *other automation tools (LISA is
   preferred)*
   - Good communication skills and be able to work independently
   - *3+ Years of QA experience*
   - Worked or familiar with the *agile SCRUM process*


*Role Description:*

   - Reviewing project specifications to understand the systems
   requirements of the project, including the system architecture, design,
   internal and external interfaces, use cases, etc.
   - Generating system test plans to validate system requirements and
   functionality as documented in the system specifications.
   - Developing automation to run test scenarios and regressions.
   - Developing test scenarios and generating test procedures to properly
   and rigorously test the system requirements and functionality.
   - Performing software integration and troubleshooting of multiple
   applications involved in the projects under test.
   - Executing tests to validate the requirements and functionality per the
   project specifications as detailed in the test procedures.
   - Identifying, analyzing, and documenting any defects discovered during
   testing.
   - Working with the development teams to troubleshoot and resolve
   issues.· Generating test reports to document all test results.
   - Performing regression testing as needed for current Broadcast Systems
   projects
   - Duties may also include defining and developing software test tool,
   automated test scripts and simulators as necessary.









*Satish Kumar* | SYSMIND, LLC
*Technical Recruiter*

[image:
https://newoldstamp.com/editor/profilePictures/profile-b15c8fc3ea4630e2ca604f11e3e951c7-41898.png]

Phone: 609-897-9670 x 2152

Email: sati...@sysmind.com

Gmail: satishsysmi...@gmail.com

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAHxR9GaJOkJoTQRtjDw4d-jD0GmV02TmajLqFW3NV1dVqUwnpg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] URGENT NEED: WebLogic Admin in Lansing, MI

2017-01-25 Thread Mohd Taher
Hello,
Hope all is well,

Please send me your consultant resume to tah...@usmsystems.com

WebLogic Admin
Lansing, MI
Long term contract

*Need GC or Citizen Only!!*

TOP SKILLS:
1.WebLogic Experience
2.DBA Skills
3.Networking, balancing server loads

The team is responsible for all Oracle database instances, the Oracle
database system configuration, application server administration, Archiving
administration, and vendor application software/database maintenance for
all production and development environments.

Best Regards,

Mohammed Taher
US IT Recruiter
Direct: 703 349 4237
USM Business Systems
Chantilly, VA 20151, USA.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAL4ROq5n-M4BopZH5o%2BP2AJJXCowjcF9B%2Bf86bUnZD135%2BJMrw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: [Android] location service (geolocation)

2017-01-25 Thread Yassir Hessane


Le mercredi 25 janvier 2017 17:48:27 UTC+1, Yassir Hessane a écrit :
>
> Hi,
>
> After a small search on the web, I didn't find an issue for my problem.
> I try to run a service with location Manager.
> It's still working fine, but I have two distance when my device is onSleep 
> and when it's wakeUp.
> Approximatively 500 meters between to distance when it's still sleep and 
> 15 meters when it's still running on.
>
> Did anyone have this behavior?
>
> Thanks for you reading.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/38540fb5-5d8a-46b0-b096-7b62ba75c4d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] UPDATED HOT-LIST 1/25/2017

2017-01-25 Thread Acha Hotlist
Hello,



Hope you’re doing great today.

Please find the below HOT-LIST and let me know any suitable requirements
for our consultants.



*Name*

*Technology*

*Location*

*Experience*

*Relocation*

PR

Salesforce Developer

Austin, TX

8

Only TX

NM

Sr. .Net Developer

 Wayne, PA

8+

Yes

MJG

Hadoop Developer

Lisle, IL

7+

Yes

SV

Hadoop Admn

Charlotte, NC

7+

Yes

VPP

Salesforce Developer

Santa Clara, CA

9+

Yes


SRM



Linux Administrator



Stamford, CT



7+



Yes

HD

DevOps Engineer

San Ramon, CA

8+

Yes

RA

Selenium Automation Test

Pittsburgh, PA

7+

Yes

HC

.Net Developer

Los Angeles, CA

7+

Yes

AK

Sr. WMB Developer

Columbus,  Ohio

7+

Yes

URR

Service Now Developer/Admin

 Richardson, TX

7+

Yes



Thanks & Regards,

*Acha Ayyappa*

*CNET* *G**lobal **S**olutions, **I**nc*  ||
*Phone*: 972 782 4306|| *Fax*: 972-692-8828

*Email*: a...@cnet-global.com  || *Hangouts:*
acha.requireme...@gmail.com 

*Certified Minority Business Enterprise (MBE)*
800 E. Campbell Road, Suite # 345 Richardson, Texas 75081

*“Texas HUB Certified Business”*



*We are Leaders, We are CNETians*



*P*Please consider the environment - do you really need to print this email?




Note: We respect your Online Privacy. This is not an unsolicited mail.
Under Bill s.1618 Title III passed by the 105th U.S. Congress this mail
cannot be considered Spam as long as we include Contact information and a
method to be removed from our mailing list. If you are not interested in
receiving our e-mails then please reply with a "remove" in the subject line
and mention all the e-mail addresses to be removed with any e-mail
addresses which might be diverting the e-mails to you. I am sorry for the
inconvenience caused to you.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAP%2Bb5tFu0SVQKVhOuXDj7gOrXCPAsWGSLHv6c_OOi%3DSibDh7pw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] .Net Developer - Omaha, NE - GC EAD, GC, USC only

2017-01-25 Thread Qamar Bilal
*bi...@vertexg.com* 

*The best way to contact me is by email:*



Hi,



Hope you are doing well today.



My name is *Bilal* and I am an *IT Technical Recruiter from VERTEX GROUP *
based in Illinois, if you feel comfortable with the requirement reply me
ASAP…….



Quick Response is appreciated.



*Below are the Position Details:*



*Position: .Net Developers*

*Location: Omaha, NE*

*Duration: 6 month contract *

*Visa  :  GC EAD, GC, USC only*



7+ years of the following:

· SQL

· C#

· .NET

· Entity Framework (HUGE Plus)

· AngularJS

· JavaScript Libraries



*bi...@vertexg.com* 

*The best way to contact me is by email:*










































-- 







Regards,

*Bilal Qamar*

Technical Recruiter



*VERTEX CONSULTING INC.*

www.thevertexgroup.com

935 N. Plum Grove Rd, STE # D,

Schaumburg, IL-60173.

*bi...@vertexg.com *

*The best way to contact me is by email:*

Voice: 847-972-5869  Fax 847-770-4848

*bilal.recruite...@gmail.com* 



*Please don't print this e-mail unless you really need to.*

Important: This electronic mail message and any attached files contain
information intended for the exclusive use of the individual or entity to
whom it is addressed and may contain information that is
proprietary,privileged, confidential and/or exempt from disclosure under
applicable law. If you are not the intended recipient, you are hereby
notified that any viewing, copying, disclosure or distribution of this
information may be subject to legal restriction or sanction. Please notify
the sender, by electronic mail or telephone, of any unintended recipients
and delete the original message without making any copies.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOyCV4G6qSG%2BRWSh9zDX94-6a2cRJCrBF9YFkS-7Uv9jBa%2B74w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HOTLIST

2017-01-25 Thread Sirisha Lakshmi


Hi,

Warm Greetings.!!

 

This is Anusha from Akvarr Inc please find below consultant are available 
for c2c requirement. 

 

Please get back, if you have any job openings for below list of 
consultants, they are aggressively looking for new opportunities over the 
Nation.

 

*S. No*

*Name*

*Technology*

*Exp*

*Location*

*Relocation*

 

1

Pranav Mehta

Scrum Master/Project Manager

8+

GA

OPEN

2

Kiran Kuriseti

SAP MM

11+

CA

OPEN

3

Divyek

Sr.JAVA Developer

9+

AL

OPEN

4

Mohit

Senior Oracle DBA

8+

AZ

OPEN

5

Kombaiah

QA Analyst

10+

VA

OPEN

6

Sowmya

.Net/Biztalk Developer

7+

VA

OPEN

 

we don't market OPT Candidates Look for strong partnership!!

 

*HAVE A SUCCESSFUL DAY!!*

 

*Lakshmi Anusha*



*Bench sales executive Akvarr Inc 4031 University* *Drive, Suite* 



*100 Fairfax, VA 22030 Phone: 240-254-8360 Fax: 240-396-5769 E:* 
*anu...@akvarr.com* 
*  URL:* *www.akvarr.com* 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/01dc52b4-fec7-4b83-a509-18c8ab6b8e9e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] "haxm installer not compatible with windows 10"

2017-01-25 Thread Asaf Nassi
I cant install haxm, in the Android SDK maneger I geet "installer not 
compatible with windows" and wen I try to use ADV i get:
"cannot launch avd in emulator. output: emulator: warning: userdata 
partition is resized from 550 m to 800 m error: resizing partition e2fsck 
failed with exit code 1 hax is enabled hax ram_size 0x6000 hax is 
working and emulator runs in fast virt mode. emulator: listening for 
console connections on port: 5554 emulator: serial number of this emulator 
(for adb): emulator-5554"

I have lenovo laptop with windows 10 home 64-bit, intel core i5-7200U CPU

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/ddede383-c0ae-42ae-8811-38c6803de5cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Oracle HCM Payroll Cloud Functional

2017-01-25 Thread Priyanka Katiyar
Location Mississippian
PwC - HBC - Oracle HCM Payroll Cloud Functional
Web Job Description


client seeking an Oracle Cloud Payroll Consultant in for a client Project
that will be largely based in Mississippi and require some travel to New
York, New York (NY) and Toronto as well. The Duration will be for one year
and we are paying rate plus expenses.

*Required Skills*

 Needs to have 10+ years of EBS Payroll hands-on experience and at least
one end to end Oracle Cloud Payroll project * Oracle EBS Payroll * Oracle
Cloud Payroll * Configuration Experience Kforce is an Equal
Opportunity/Affirmative Action Employer. All qualified applicants will
receive consideration for employment without regard to race, color,
religion, sex, pregnancy, sexual orientation, gender identity, national
origin, age, protected veteran status, or disability status.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAETinPOEHiosDZ3FWoJMAy7_nzXjsEqapBtQJ%3D2zjmN-pMqyrg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hot-list: Sales-force Developer/Admin

2017-01-25 Thread lucky khushi
Dear Prefer Vendors,

Please find attached profile of our consultant Mounika. She is available
immediately and ready to relocate ASAP for the project.

Please review her profile and do let me know your valuable feedback ASAP.
Thanks and have a nice day ahead.

Thanks & Regards,
Jenny
MOON IT SOLUTIONS INC.,
www.moonitsolutions.com
Email: je...@moonitsolutions.com
Direct No: 732-645-1253
Fax: 469-294-0901

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAE71jDcrrACS7qKahYq1KMe7JKKWQAdw6dRbEGSA48dDQoWiFA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


MounikaCh-SFDC.docx
Description: MS-Word 2007 document


[android-developers] .Net Developer - Eden Prairie, MN

2017-01-25 Thread Mohd Taher
Hello,
Hope all is well,

Please send me your consultant resume for below position.

Job Role: .Net Developer
Location: Eden Prairie, MN
Duration: 6+ Months Contract

*!! Note: Need only EAD, GC, USC!!*

Required software tools/skills:
5+ years of experience in enterprise .NET application architecture and
development
Experience in Object oriented architecture, design and implementation
Highly proficient with Microsoft.NET C# Microsoft Visual Studio
Demonstrated experience with at least one JavaScript framework like Angular
2+ years of experience working with modern versions of Oracle
2+ years of experience on Test Driven Development projects
Demonstrated experience implementing RESTful services
Demonstrated expertise in applying design patterns in enterprise solutions
Experienced in and enjoy working in an Agile/Scrum environment

Must have skills: .Net, Oracle, HTML5
Nice to have Skills/attributes are: Angular, Cognos, Datastage.

Best Regards,

Mohammed Taher
US IT Recruiter
Direct: 703 349 4237
USM Business Systems
Chantilly, VA 20151, USA.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAL4ROq7AUJd%3D4D9LJhvp3UFAeLETKmPy_4-W4s9VPQkCvW7zcQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Project Manager/Healthcare - Ft. Lauderdale, FL

2017-01-25 Thread Sekhar Reddy
Hi,

*Sekhar *here from *SPAR INFOSYS*, one of our client has an opening
for *Project
Manager/Healthcare*

Below is the job description for your reference, please let me know your
interest.



*Role   : Project Manager/Healthcare*

*Location   : Ft. Lauderdale, FL*

*Duration  : Long term (12  Months)*

*Interview: Telephonic/
Skype
*



We are in need of a Healthcare Project manager for a long engagement in
Fort Lauderdale Florida. Candidates must have at least four years of
*Healthcare* experience.  This is a phone and Skype to hire. Candidates in
Florida are a big plus. The rate is not great but they will consider
Mid-senior level candidates. If you have someone over the target rate
please send them to me anyway there may be some flexibility.  *Healthcare
physician onboarding process knowledge is a plus.*

· Drives development teams to deliver technology solutions in
support of key product initiatives by working closely with product owners,
architects, engineers, and quality assurance

· Works with the PMO office to prioritize, plan, and execute the
development schedule for major product releases

· Manages, and appropriately escalates, delivery impediments,
risks, issues, and changes tied to the product development initiatives

· May perform hands-on reviews of product backlog, designs, code,
test scripts, and results in addressing delivery impediments or product
quality issues

· Ensures deliverables across engineering teams are high quality
and clearly documented

· Conducts daily stand-ups and retrospectives at the end of each
sprint, and ensures that the team is continuously learning from the past

· Manages and tracks team velocity, burndown and other KPIs in
relation to the plan and published progress reports

· This -rebel with a cause- looks beyond the obvious for continuous
improvement opportunities

*Requirements:*

· Bachelor's or Master's degree in technical discipline or
equivalent work experience is preferred

· 3 - 6 years of technical project management experience managing
IT Software Development projects

· Experience managing Agile, Scrum, or other rapid application
development teams to deliver technology solutions that meet customer
expectations for timeliness and quality

· Experience with healthcare industry is a big plus but not required

· Excellent oral and written communication skills

· Ability to effectively communicate across third parties and
technical and business product managers

· Deep understanding of all aspects of software design with a
demonstrated track record of increasing responsibility

· Experience in clarifying objectives, dealing with
ambiguity/under-defined problems, advocating for simplification, and
influencing teams

· Experience with managing software projects for the Healthcare
Industry such as the Payor/Provider and/or Population Health Management
space is a plus, but not required

· Demonstrated willingness to learn new technologies and takes
pride in how fast they develop working software



Thanks & Regards,

Sekhar

Email : *sek...@sparinfosys.com *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAC%2BeU0vNG7Qm9nnGoHVHgUk%2BBKZDmd%3DkOMME0nuvmBaAP_FCfQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] *** WE PROVIDE GC AND USA ***

2017-01-25 Thread mike . 7nani


Hi,

 

THIS IS MIKE FORM GOLOKGLOBAL. I HAVE A SAS PROGAMMER, SAP 
FICO,DEVOPS,DYNAMICCRM DEVLOPER  BA CONSULTANT THER SO IF HAVE ANY 
REQUIRMENTS FOR MY CONSULTANT.

 

   PLEASE SEAND ME YOUR REQUIRMENTS TO

EMAIL:m...@golokglobal.com

DESK NO:9722329938

 



-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/8fb9a892-c0df-4d2e-be1d-562294bd070d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] *** WE PROVIDE GC AND USA***

2017-01-25 Thread mike . 7nani


Hi,

 

THIS IS MIKE FORM GOLOKGLOBAL. I HAVE A SAS PROGAMMER, SAP 
FICO,DEVOPS,DYNAMICCRM DEVLOPER  BA CONSULTANT THER SO IF HAVE ANY 
REQUIRMENTS FOR MY CONSULTANT.

 

   PLEASE SEAND ME YOUR REQUIRMENTS TO

EMAIL:m...@golokglobal.com

DESK NO:9722329938

 



-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/7f61e8be-f880-4d81-83d9-53a6388b4aba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] DNS Tester || Middletown,NJ

2017-01-25 Thread swamil singh
Hi,


Hope you are Doing well...!!!



I have urgent requirement for below position. Please go through the job
description and if you are interested kindly let me know. Please revert me
on swam...@sysmind.com


*Role*: DNS Tester

*Location:* Middletown,NJ


*Key Roles and Responsibilities:*

* Supporting operational groups (Tier 4/Production support), business
groups, and other lab/testing groups

* Working/resolving production and lab issues using standard system admin
tools.

* Building and documenting solutions to meet operational and business
requirements

* Analyzing and monitoring system dashboards/reports.

* Performance and integration testing

* Ownership and support of configuration management and deployment
automation tools, including Nexus, Puppet, Ansible, Jenkins, Jira, Sonar

* Red Hat linux and/or Suse Linux OS

* Apache/Tomcat

* Configuration management tools and methods

* Scripting in Shell, PHP, Python and/or Perl

*Technology Experience: Required::*

* DNS config testing

* Puppet Module testing

* Performance testing

* Foreman

-- 


-- 

*Thanks & Regards*

*Swamil Singh* | SYSMIND, LLC

Phone: 609-897-9670 x 5121

Email: swam...@sysmind.com

Hangout: swamil.sysm...@gmail.com

Website: www.sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAP_aUSyv93GeD_n4G1nbZqbs6y4ZyOfJXYQWCG8%2BN-G10CTrNg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] **** we provide GC and USC ****

2017-01-25 Thread mike . 7nani


Hi,

 

THIS IS MIKE FORM GOLOKGLOBAL. I HAVE A SAS PROGAMMER, SAP 
FICO,DEVOPS,DYNAMICCRM DEVLOPER  BA CONSULTANT THER SO IF HAVE ANY 
REQUIRMENTS FOR MY CONSULTANT.

 

   PLEASE SEAND ME YOUR REQUIRMENTS TO

EMAIL:m...@golokglobal.com

DESK NO:9722329938

 



-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/34f27547-cc48-4c90-bda9-d36b4b2ca6a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Microservices technical lead ::: Pitsburg, PA ::: Contract Opportunity

2017-01-25 Thread Soumya Sp
*Microservices technical lead*



*Pittsburg, PA*

*Type: Contract*



*Job Description:*



The selected individual will have the right technical and architectural
experience to drive current state technical assessment, design and
implementation of microservices projects for our clients. You would help
execute large digital transformation programs with a focus on cloud-native
and microservice solutions and be a trusted advisor to our clients. Your
prior experience in developing and deploying microservice solutions will be
heavily leveraged to make this vision a reality.

Technical Experience:

• Strong understanding of microservice architecture

• Hands-on experience in developing and deploying microservices

• Experience working on legacy Java EE / JMS based systems

• Experience in performing technical assessment of current
state of legacy systems

• Knowledge on transforming a legacy monolithic application to
a microservice based application

• Expertise in design and development of Spring Boot and Spring
Cloud applications

• Expert is design and development of RESTful APIs using JAX-RS
and JSON

• Strong understanding of SOA, EAI and EIP

• Strong understanding of DevOps, CI/CD (Jenkins), VCS (Git)
and build (Gradle) systems





*Regards,*



*Ranjan*

*Next Level Business Services Inc*

*Staffing|Consulting|Outsourcing*

*Jacksonville, FL*

Phone: +1 (904) 267-0727 | Fax: +1 (608)646-8326

E-mail: soumya.ran...@nlbservices.com |Web:www.nlbservices.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAHUJvG4E5_i-o-%3DNwCQQkO1m7S69Uh%3D_X1-7wmVVtZOCytvUWg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Mobile developer

2017-01-25 Thread chandrakanth itiyam
*Position : **Mobile developer*

*Location:  Bay Area, CA (Sunnyvale, CA)*

*Local To Bay Area, CA (need to local bay area)*

*Job description *

•Design and build advanced applications for the Android platform

•Collaborate with server teams to define, design, and ship new
services

•Work with outside data sources and API’s

•Test code for robustness, including edge cases, usability, and
general reliability

•Work on bug fixing and improving application performance

•Continuously discover, evaluate, and implement new technologies to
maximize development efficiency

•Education: B.S. Computer Science or related field preferred.



*Experience:*

·  3+ years’ experience with agile software development

·  Self-starter, ability to gather requirements and provide solution

·  Proven software development experience

·  Proven working experience in Android development

·  Must have  published at least one original Android app

·  Experience with Android SDK

·  Experience working with remote data via Network connection to
servers over TCP

·  Experience with third-party libraries and APIs

·  Working knowledge of the general mobile landscape,
architectures, trends, and emerging technologies

·  Solid understanding of the full mobile development life cycle ·
Enthusiasm · Curiosity


-- 
Please send resume to my Official mail ID*:** chandrakan...@itiyam.com
*


-- 
Thanks & Regards,

*Chandrakanth Grandhi*
*ITiyam LLC*

chandrakan...@itiyam.com / *(571) 446-4825/4822*
*www.itiyam.com *

Under Bill s.1618 Title III passed by the 105th U.S. Congress this mail
cannot be considered Spam as long as we  include contact information and a
remove link for removal from our mailing list. To be removed from our
mailing list, reply with remove in the subject heading and your email
address in the body. Include complete address and domain to be removed.
Pursuant to Federal law, if you do not wish to receive future email
messages from us, please reply with "remove" to the same id.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CA%2BBaSkfuA1WDhhNL%2BYiS2bRXWCpd4cPE-a7r2vOcivT-P%3D9UDg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Required - Scripting Resource - Long Beach, CA

2017-01-25 Thread Vikas Shimpi
*Scripting Resource*

*Location*: Long Beach, CA

*Duration:* 1-2 Years (Could be long term)

Start asap



*Looking for a resource with scripting languages with 3 to 4 years
experience.*



Should be proficient in Perl Scripting

Should have experience in Datastage and Big Data.

Shell Scripting, PowerShell Scripting, Python, Perl, T-sql, sql, Linux
Shell Scripting etc.

Should have worked in OS like Linux\Unix and Windows.

Knowledge of Netezza and Sql server is preferred.







*Regards,*

*Vikas Shimpi*

*Bitsoft International, Inc*

Tel  :630-225-7443

Fax : 630.596.9069

Email: vi...@bitsoft.com

Company website: www.bitsoft.com

*[image: Description: Description: btn_myprofile_160x33]*




www.bitsoft.com | www.skillgalaxy.com | www.staffingcorner.com



"Bitsoft is an IT services company providing consulting, project and
outsourcing services to Fortune 1000 companies since 2003. Bitsoft is a
Certified Minority Business Enterprise (MBE)."

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAMQyk-QsyWsHhisGHTOZbo4D-5p5BqiCD4-NLkETiSYSDRdtjw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] oracle IAM and Governance Analyst II

2017-01-25 Thread chandrakanth itiyam
Job Title: *oracle IAM and Governance Analyst II*

Location: Washington, DC

Duration: 6-12 Months



*Job description:*

The Identity/Access Management and Governance Team is responsible for the
Management and provisioning of accounts and entitlements to end user and
birthright applications for the client. For the policies and governance for
managing access to IT resources and to protect the integrity and exposure
of client’s systems and information. The Team interprets the security
requirements for executing access control according to client’s security &
risk management policy and stakeholder business rules. The Team oversees
the implementation of access control through governance and certification
processes.

*Essential Job Functions:*
1. Provide Provisioning and Access Management support for client’s
Enterprise Systems.  This includes:
• New User Account Creation
• New User Account Activation
• ID password Issuance
• Password Resets
• User Deactivation
• Group Creation, Assignments and Changes
2. Account lifecycle changes
3. Account transfers and Moves
4. Certify all end user, birthright and privileged accounts for all
entitlement provisioning
5. Grant Email and AD Account Extensions
6. Eservices requests and Remedy tickets
7. Manual Exception requests
8. Provide support to GSC helpdesk Tier II on both a reactive and a
proactive basis.
9. Provide Tier 2 support for issues with Notes and MS O365
10. Manage Incidents and Remedy tickets relating to Provisioning and
Management of Accounts
11. Monitor and provide reports for performance metrics
12. Periodically evaluate Access management processes, identify process
improvements and provide recommendations for addressing systemic issues
13. Document and update Access management Procedures for Enterprise Systems
14. Maintain confidentiality and security
15. Assist in defining policies for access management in coordination with
the Identity, Credentials Access Management (ICAM) Program and eservices
Team.
16. Provide Tier 2 support for Provisioning and Access Management and
Governance Issues
17. Knowledge of Directory synchronization in the cloud.
18. Knowledge of Exchange, Office365 related to user provision issues.
19. Quick learner and work with multiple teams to resolve the issue.

*Educational Qualifications and Experience:*
• Bachelor's or Master degree in Computer Science, Engineering or related
discipline.
• Minimum 5 years of experience in IT with Strong analytical and problem
solving skills.

*Preferred Certification Requirements:*
• Preferred MCSA or MCSE Certification.

*Required Skills/Abilities:*
• Ability to work in a fast paced, pressured, highly visible, changing
environment.
• Ability to work on a flexible schedule, and support on-call shifts, as
part of a 24/6 operation, which includes include nights and weekends
• Self-motivated, proactive, independent and responsive - requires little
supervisory attention.
• Experience in Identity/Account Lifecycle Management.
• Familiarity with Provisioning and Management of accounts, Access
Management
• Knowledge of Sail Point, Active Directory, Lotus Notes, Exchange,
LDAP/Passkey and secure-ID/RSA desirable, Office365 and FIM.
• IBM Lotus Notes 8.5.2, Encrypting User Emails. Data Entry, Microsoft
Word, Excel Scanners, Share Point Events Management, Power Point
Presentations, Creating Invitations for Meetings with the Team and
Researching the Internet desirable.
• Assist in defining policies for access management in coordination with
the Identity, Credentials Access Management (ICAM) Program and eservices
Team.

*Desired Skills/Abilities:*
1. Monitor and provide reports for performance metrics.
2. Solid oral and written communication skills; ability to present and
explain technical information to end users in a simple way.
3. Periodically evaluate Access management processes, identify process
improvements and provide recommendations for addressing systemic issues.
4. Document and update Access management Procedures for Enterprise Systems.
5. Maintain confidentiality and security.
6. Provide Tier 2 support for Provisioning and Access Management and
Governance Issues.

*Required Skills:*

Identity/Account Life cycle Management; Provisioning and management of
accounts; Flexible schedule; including nights and weekends; Lotus Notes;
Ability to work in fast paced environment; Self-motivated, proactive, and
independent; AD account creation;


-- 
Please send resume to my Official mail ID*:** chandrakan...@itiyam.com
*


-- 
Thanks & Regards,

*Chandrakanth Grandhi*
*ITiyam LLC*

chandrakan...@itiyam.com / *(571) 446-4825/4822*
*www.itiyam.com *

Under Bill s.1618 Title III passed by the 105th U.S. Congress this mail
cannot be considered Spam as long as we  include contact information and a
remove link for removal from our mailing list. To be removed from our
mailing list, reply with remove in the subject heading and your email
address in the body. Include 

[android-developers] Need Sourcing Analyst, at Foster City, CA

2017-01-25 Thread Shaik Salam
Hi Everyone,
Hope you are doing great,

*Send resume to s...@nytpartners.com *

We have an immediate opportunity for *Sourcing Analyst , at Foster City,
CA. *Below is the job description and if you’d like to pursue this
Requirement, please include a word copy of your latest resume along with a
daytime phone number and rate in your response.

*Job: Sourcing Analyst*
*Location:–Foster City, CA*
*Duration: 18 months*


   - Sourcing Analyst. on C2C.  Local preferred but if they are a great fit
   and will relocate for length of contract out of state candidates will be
   considered.
   - The Strategic Sourcing contractor will be responsible for development
   and execution of sourcing initiatives across Gilead’s Commercial spend.
   He/she will collaborate with and influence cross functional teams;
   understand, align and support business goals. Responsible for conducting
   spend analysis, analyzing markets, identifying sourcing value levers,
   executing competitive RFIs/RFPs and leading supplier price and contract
   negotiations.


*Knowledge, Experience and Skills *

   - Expertise in Sales and Marketing Sourcing
   - Requires a Bachelor’s degree
   - Requires 8+ years of relevant Procurement/Strategic Sourcing/Category
   Management experience
   - Requires strong experience and industry knowledge of sales and
   marketing sourcing and category management
   - Strategic thinker with ability to formulate, develop and execute
   development strategy.
   - Excellent interpersonal and relationship building skills
   - Ability to lead, interact with, focus, resolve conflict and drive
   consensus among individuals from a variety of cultures, and disciplines
   - Ability to analyze complex issues, execute sound judgment and make
   decisions
   - Demonstrated excellence in project management and effectively managing
   multiple projects/priorities
   - In-depth ability to work with external agencies, including media,
   advertising, public relations and medical education vendors to develop
   programs and materials is required
   - Excellent and demonstrable command of written and spoken English and
   proficiency at communicating verbally and in written form.


*Essential Duties and Job Functions *


   - Strategic sourcing and vendor management
   - Identify & engage key business partners; gathering industry and
   individual subject-matter insights/business requirements to ensure sourcing
   solutions meet business needs
   - Lead cross functional teams to collaboratively develop category
   strategies across top Commercial spend.
   - Prioritize initiatives based on opportunity defined by engagement
   critieria.
   - Lead multiple simultaneous strategic sourcing initiatives, leveraging
   established strategic sourcing guidelines and change-management know-how.
   - Manage the planning and launch of RFis and RFPs, as well as lead
   supplier price and contract negotiations
   - Manage supplier selection and develop data analysis requirements for
   informed supplier decisions
   - Contribute as thought leader to the broader Sourcing organization.
   - Notes from OnSite:
   - Here are some questions/ points to keep in mind before submitting
   candidates to this position.



   - Tenure- Please keep in mind if candidates have a couple of months at
   each job, they will not make the cut. Even though they may be contract
   assignments.
   - Expertise in Sales and Marketing Sourcing. For example, specific
   examples of what the candidate has done.
   - The Hiring Manager is keen to understand the candidates expertise and
   experience with media, advertising and creative agencies. Top deal
   negotiated with what agencies etc. Did he/she directly do this work or did
   a team do this? How many years total did he/she support this area directly?


*Important points to note*:


   1. Supporting Sales & Marketing in a strategic role
   2. Media/ Creative agency category experience and level
   3. Progression within the resume
   4. Bachelor's degree is required
   5. Biopharma experience - huge plus


Thanks and Regards,

Sam
New York Technology Partners – Rochester
T1: (201) 680-0200 x 7026
s...@nytpartners.com
www.nytp.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAHWKL1gfhx3c_HfEbzyEJfw%3DA3z8qGBHKMJiSuervw31DtP%3Dug%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] *WE PROVIDE GC AND USC*

2017-01-25 Thread davidshalom093

  THIS DAVID FROM GOLOKGLOBAL WE HAVE A SAS PROGRAMER AND SAP 
FICO ,DEVOPS,DYNAMICCRM DEVALOPER,BA CONSULTANTS THER SO  IF YOU HAVE ANY 
REQUIREMENTS FOR MY CONSULTANTS 




   
PLEASE SEND ME TO MY MAIL ID da...@golockglobal.com
ph:972-232-9938

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/b7333a99-a7f3-48ff-928b-b186699dc834%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hot-list: Sales-force Developer/Admin

2017-01-25 Thread lucky khushi
Dear Prefer Vendors,

Please find attached profile of our consultant Mounika. She is available
immediately and ready to relocate ASAP for the project.

Please review her profile and do let me know your valuable feedback ASAP.
Thanks and have a nice day ahead.

Thanks & Regards,
Jenny
MOON IT SOLUTIONS INC.,
www.moonitsolutions.com
Email: je...@moonitsolutions.com
Direct No: 732-645-1253
Fax: 469-294-0901

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAE71jDen6bvqG6wVcJF4d9mdj0rL4f_ma%3DZXELY-b%2BM4s7fivg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


MounikaCh-SFDC.docx
Description: MS-Word 2007 document


[android-developers] Today Interview and Start ASAP!! SAP CRM and ECC Sales Consultant - Milwaukee, WI

2017-01-25 Thread Kaazmi Kahn
Hi folks,
Hope all is well..

Please share your consultant resume to *kk...@ayrglobal.com
*

*Role: SAP CRM and ECC Sales Consultant*
*Location: Milwaukee, WI*
*Duration: 4+ Months Contract*
*Rate: $50-$55.00/Hr on C2C*

*Note: Need EAD GC, GC Holders and Citizens only! *

*Description:*
SAP Technical Consultant II, 3-5 years experience
Functional consultant having strong experience on SAP CRM and ECC Sales
related processes.
Experience of Order to Cash process
Experience of SAP CRM and SAP SD moduleExtensively worked on CRM Webui,
Base customization, Action profiles, outputs etcHave technical exposure to
customizing features like User exits, badi etc.
Understands CRM and ECC pricing configuration and process
Good knowledge of CRM and ECC O2C related configuration
Worked on CRM-ECC middleware Issues
Experience of end to end testing for O2C processes including Quotes,
Orders, Delivery, shipments, Invoices, EDI etc.

*Best Regards,*

*Kaazmi Kahn - Recruiter*
*AYR Global IT Solutions Inc.*
*1431 Opus Pl, Suite 110, Downers Grove, IL -  60515*
*Direct: (281) 670-9343 | Email: kk...@ayrglobal.com *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANBLWA9Dm_o9jHEOTkf2YP7cS0OymHHL9wc04DYer6nwNz1zAg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Java | Performance Testing / Core Java

2017-01-25 Thread sammy
Hi,

This is Sharmishtha from *Systems America Inc*.

This is Reference for Following Positions



Please reply with Resume, Work Authorization , Rate & Contact Details

Organization: INFOSYS

Need profiles for Sunnyvale, CA







Work Location: Sunnyvale, CA 94085

Java |  Performance Testing / Core Java





Must Have Skills (Top 3 technical skills only) *
1. Java, JMeter, Linux OS, Bash scripting,
2. Ansible, GIT, Puppet, Jenkins, Nagios Sensu
3. Performance testing in Mobiles

Desired years of experience*:
Above 5 years
Education/ Certifications (Required):
MCA
Top 3 responsibilities you would expect the Subcon to shoulder and execute*:
1. Performance testing in Mobiles
2. Client reporting, Status reporting
3. Writing the automated scripts
Will the candidate be client facing and/or working with business users?

*With Regards..**?*

Sharmishtha Rawat


Systems America, Inc.

3130 Crow Canyon Place Suite 425 San Ramon, CA 94583

Sr. Technical Recruiter|Direct: 408-789-8768
Email: sam.ra...@systemsamerica.com  web: http://www.systemsamerica.com/


[image: Logo]


 *P*Please consider the environment before printing this e-mail!



Disclaimer*:* If you wish to be removed from this mailing list, please
reply with "REMOVE" in the subject line.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAP3QAUoDh3BXZT4wmAOa_m%2BZFkPUzSEUWitTXKG8trTSsepRcA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent need: Appian developer, Thousand Oaks, CA

2017-01-25 Thread aman tanwar
Share resume on *ama...@nityo.com *





*Positions: APPIAN Consultant Location: Thousand Oaks, CA Duration: 12+
months Summary:*
Good Appian BPM Technical knowledge.
UX Design / Screen Mockup using Appian
Designs the Appian application, creates HLD, LLD for the project.
Design of Integration with back-end / downstream application
Co-ordinates with Technical Architecture team for all interfacing systems
Responsible for Onsite / Offshore Coordination.
Responsible for Development Team and delivery of functions based on project
plan
Responsible for delivery standards, reusability and overall integration of
components.
Owns critical components and supports team for any challenges.
Interaction with Business and Downstream systems for good coordination on
the implementation


*Thanks & Regards Aman Tanwar*

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAEMs_z4cf1118CF7wjCFme_0ngXqMGnvd9x5_1y%3DqTjG_jSaNQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Adobe | Flex 3.5 Consultant - Atlanta GA

2017-01-25 Thread Nishikant - IDC
Please send resume at nishikant.tripa...@idctechnologies.com

Job Title: Adobe | Flex 3.5 Consultant
Work Location & Address: Atlanta GA 30339
Contract duration (in months): 6
Target Start Date: 30 Jan 2017


Job Details: Contribute in requirements elicitation, creation of
application architecture document and creation of design artifacts; deliver
high quality codes, support activities related to implementation and
transition; interface with internal team and key stakeholders; analyze and
resolve issues to ensure high quality deliverables at each stage of SDLC
WITHIN the guidelines, policies and norms of Infosys.

Must Have Skills:

1. Adobe Flex
2. Adobe LSDC
3. Blazeds

Nice to have skills:

1. java
2. jquery

Detailed Job Description:

You will interface with key stakeholders and apply your technical
proficiency across different stages of the Software Development Life Cycle
including Requirements Elicitation, Application Architecture definition and
Design.You will play an important role in creating the high level design
artifacts.You will also deliver high quality code deliverables for a
module, lead validation for all types of testing and support activities
related to implementation, transition and warranty

Desired years of experience: Above 5 years

Education/ Certifications (Required): BE

Top 3 responsibilities you would expect the Subcon to shoulder and execute:
1. Client facing
2. offshore coordination
3. developer

Thanks & Regards

Nishikant Tripathi
IDC Technologies Inc.,
1851 McCarthy Blvd.,
Suite #116, Milpitas, CA 95035
Ph: 408 418 5779 Ext-245
Email: nishikant.tripa...@idctechnologies.com
Fax: 408 608 6088

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAFYqqB%3DuFjdT1vQ0K0fn6HxK5ATvvGdtn4ewSKd3EiuW01ms4A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immed Req: Face to Face : Dot net developer @ Long Beach CA (Local to CA )

2017-01-25 Thread Tej mishra
Hi,

Hope you are doing great!

I have urgent requirement for below position. Please go through the job
description and if you have consultant kindly let me know. Please revert me
on t...@sysmind.com.!

*Face to Face required:*



Role: Dot net developer

Location: Long Beach CA



Job description:
Job Details:

Must Have Skills (Top 3 technical skills only) *
1. Healthcare Payer
2. ASP.NET
3. SQL
Detailed Job Description:
Care Systems  Reporting  System Analyst for Care mgt area
Desired years of experience*:
4-5 years
Education/ Certifications (Required):
BE
Top 3 responsibilities you would expect the Subcon to shoulder and execute*:
1. Team lead and cordination
2. Requirement Analysis and Design
3. Coding and Unit Test





*Thanks And Regards *

*Tej Mishra* | SYSMIND, LLC

*Technical Recruiter*

Phone: 609-897-9670 x 2167

Email: t...@sysmind.com

Gtalk: srrecruiter...@gmail.com

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CALetaA%2Bzo1yokHmqjdMV_d%2B9ar0PeVBSrzEkoe7i5YP6EajpRA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Big Data Engineer @ Sunnyvale, CA (F2F must)

2017-01-25 Thread Shyamsundar
Hi,
Hope you are doing good.
Please fine below job description and do share me matched resumes to
*sh...@saligrams.com
*

*Position : Principle Engineer – Big Data*
*Location : Sunnyvale CA*
*Duration : 6 Months*
*F2F mandatory*
*Responsibilities:*
Design, develop, innovate our Big Data platform for data collected from our
game-changing sensors deployed in many of the Fortune 500 companies.
Prepares for sprint planning by understanding the details (effort, risk,
priority) of remaining work committed for an update.
Performs peer code reviews as part of everyday workflow.
Comfortable with rapid development cycles, tight schedules, tight
integration with QA and product management
Demonstrates and showcase highlights of contributions each product update.
Contributes ideas for continually improving the team's productivity, job
enjoyment, and code quality.
Proposes and execute on mini-research/prototype projects that introduce an
innovative solution to new or existing problem.

*Qualifications:*
Bachelors or Master’s Degree in Engineering
7+ years coding experience in Java, J2EE, with solid computer science
fundamentals
3+ years of experience design and development of big data platform with a
combination of the following technologies: Kafka, Storm, Cassandra, and
Spark
Demonstrated ability to achieve stretch goals in a very innovative and fast
paced environment.
Excellent verbal and written communication skills, especially in technical
communications.
Recent experience in working with Startups is highly preferred.


*Thanks,*
*Shyamsundar*
*sh...@saligrams.com *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAF0v0_O1Ne%3D6otq%2BGT%2BoGg_2UzDerhPkXoFNfRfQJr6ZLWD%3D9Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Java Backend required at San Francisco CA

2017-01-25 Thread naresh linkedin
Hi

This is Naresh from Pacific Consulting INC, Hope you are doing great. I
have the below requirement suitable for you. If interested help me with
your resume and details. *To nar...@pacificonsult.com
  Ph.: 949535-4179*



*Java Backend*
*San Francisco, CA*
*Long Term*
*F2F interview is mandatory *

10+ years JAVA Extensive Experience
Spring 3.0 Extensive Experience
Soap and Rest Services Extensive Experience
Jaxb Hands on
Spring Dynamic Modules( OSGI ) Extensive Experience
Oracle 10 Hands on
Hibernate Extensive Experience



*Help me with Below Details *



*Title   :*

*Full Name:*

*Contact No  : *

*Email Id / Skype Id  :  *

*Visa Status:*

*Current Location   :  *

*DOB:*

*Last 4 SSN : *

*Rate:*

*Availability :   *

*Relocation : *

*Key Skills   :*

*Total Experience: *

* Highest qualification and pass out year :*

*When did associate step in US::*

*Validity of visa and info regarding extensions:  :  *

*Over all experience: *

*US EXP *:





Thanks & Regards
Naresh
Pacific Consult Inc.
4102, Virtuoso,Irvine,CA
Desk:949-535-4179
Email Id:nar...@pacificonsult.com

E-Verify Organization

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjs2HWs3xuocQgr7r2tn6EAKfT%2BqS1bbQu5y_LErs2WtvkyHg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need ::SAP COPA/ Product Costing Consultant _Atlanta, GA_ 6+ months

2017-01-25 Thread Shawn Marsh
Hi Friend,

Hope your are Doing Good…!

I have an urgent opening on  *SAP COPA/ Product Costing Consultant *Position
with my client. Please send me the resumes with full name, contact details,
Salary, and availability date.

*Requirementdetails:*

*Title**:* *SAP COPA/ Product Costing Consultant*

*Location :* *Atlanta, GA*

*Duration: 6+ months*



*Job Description:*



Able to Understand existing Product Costing Solution.

Converting the Raw Materials / Packing Materials from Moving Average Price
to Standard Price

Capturing Product Cost Collector (PCC) settlement variances to Balance
Sheet Accounts

To post captured Balance Sheet variances to P & L after 3 months

Robust quarterly costing is already in place, formulating Annual Standards.

Reviewing the effect on BW Cost of Manufacturing and Cost of Sales Reports
and proposing solution to BW team

Study downstream systems impact with the respective system leads

Developing a process to load PPV variance to a Final Product

Cross Border Transfer Pricing

Solution is required for North America / EMEA / APAC SAP systems

Very good experience / references are must

Must have Product Costing Implementation experience in Repetitive
Manufacturing process

Mixed Costing process

Knowledge in COPA / PCA







Thanks & Regards

*Shawn Marsh*

Insoursys Inc

Ph: 972-427-1801

shawn_ma...@insoursysinc.com ||| www.insoursys.com

Note: If you have received this mail in error or prefer not to receive such
emails in the future, please reply with "REMOVE" in the subject line and
the email id(s) to be removed. All removal requests will be honored ASAP.
We sincerely apologize for any inconvenience caused.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAFjuZGEnvODhPgGdJgBjE78%2B5aq4%3DDuOgL2goHK7g6pyiHX7MA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate Interview:- Automation Tester // Ashburn, VA/Tampa, FL

2017-01-25 Thread Aabhas Swami
Hi,

Hope you are doing great! Please find the requirement below , If you find
yourself comfortable with the requirement please reply back with your
updated resume and I will get back to you or I would really appreciate if
you can give me a call back at my contact number



*609-853-0818*2135 Position: Automation Tester Location: Ashburn, VA/Tampa,
FL Duration: 12+Months*

*Consultant should have below skills:*

• Experience – 6-8 years
• Mandatory Skills – Selenium-Java Automation Tester
• Required Skill (Mandate to have) – Java, Selenium, Jenkins,
Maven, Ant, JIRA, SOAP UI, JUNIT/TestNG, GIT,CVS, Sikuli.

*Please Send me your resume and fill your details in below mentioned table.*





Full Name:



Contact:



Email:



Skype ID:



Current location (Complete address with zip code)



Open to relocate or Location preferences:



Availability to start :



Visa Status with Validity



Total Years of IT Experience:






*Education : 1. Passing year of (Bachelors/Masters) 2. Bachelors/Masters’
degrees 3. University Name (Bachelors/Masters)*



*DOB (DD/MM/)*



*Bill Rate*





Thanks & Regards


*Aabhas Swami *(*Sr. Technical Recruiter*)
Phone:
*609-853-0818*2135 *Fax: *609 799 5746*
Email: *aabha...@nityo.com* 
Gtalk: aabhas0708
*https://www.linkedin.com/in/aabhas-swami-89a22195*

www.nityo.com

*Nityo Infotech Corp*.
666 Plainsboro Road,
Suite 1285
Plainsboro, NJ 08536

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CALD0CoENUOeAoMxJ5TTabi0QpFwKHe3DLDMcCodjG1KRoY1sXQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] MUltiple requirements

2017-01-25 Thread chandrakanth itiyam
*Job Title:  Android Developer (Minimum 9+ Years in information technology)*

*Location: Dallas, TX*

*Duration: 12+ Months contract (Can be extended up to 24 Months)*

*Total number of positions : 5*

*Responsibilities*

*Primary Requirements:*

· Individual contributor role; fully competent to work under
general direction on the most complex projects, often on multiple phases,
and seeks guidance and direction from more senior associates or manager, as
needed.

· Provides guidance and checks the work of less experienced
associates.

· Requires 6-8 years of applicable experience.



*Required Skills:*

· Proficient with Objective-C, Swift.

· Experience with iOS frameworks such as Core Data, Core
Animation, etc.

· Experience with offline storage, threading, and
performance tuning.

· Familiarity with RESTful APIs to connect iOS applications
to back-end services.

· Knowledge of other web technologies and UI/UX standards.

· Understanding of Apple’s design principles and interface
guidelines.

· Experience with performance and memory tuning with tools.

· Familiarity with cloud message APIs and push
notifications.

· Knack for benchmarking and optimization.

· Proficient understanding of code versioning tools such as
Git / SVN.



*Preferred Skills:*

· Knowledge of low-level C-based libraries.

· Experience with Agile methodologies.

· Experience in adopting Unit Testing and Component
Integration Testing.

· Experience in enforcing code quality using coding
standards defined.

· Familiarity with continuous integration.

· Experience in Financial domain is a plus.





*Job Title:  AngularJS/Polymer JS Developer*

*Location: Dallas, TX*

*Duration: 12+ Months contract (Can be extended up to 24 Months)*

*Primary Requirements:*

· Individual contributor role; fully competent to work under
general direction on the most complex projects, often on multiple phases,
and seeks guidance and direction from more senior associates or manager, as
needed.

· Provides guidance and checks the work of less experienced
associates.

· Requires 5-8 years of applicable experience.



*Required Skills:*

· Recent working experience with AngularJS/Polymer JS, Javascript,
HTML 5, CSS3, Node.js and NPM.

· Strong in HTML5, CSS3, JavaScript and jQuery.

· Expert in debugging JavaScript and CSS.

· Experience with Protractor, KARMA and Jasmine/Mocha.

· Experience using integrating, and optimizing front end build
tools (Grunt / Gulp)

· Experience with source control tools (Git)

· Creating self-contained, reusable, and testable modules and
components

· Integrated front-end applications with various types of APIs, and
are comfortable with authentication and authorization (basic/OAuth/SAML)

· Familiar with common web application security concerns and you
know how to prevent and fix exploits (XSS/clickjacking)



*Preferred Skills:*

· Knowledge of ES6 is a plus.

· Experience with Polymer JS

· Experience of TDD or BDD

· Experience with Agile methodologies.

· Experience in enforcing code quality using coding standards
defined.

· Experience in Financial domain is a plus.



-- 
Please send resume to my Official mail ID*:** chandrakan...@itiyam.com
*


-- 
Thanks & Regards,

*Chandrakanth Grandhi*
*ITiyam LLC*

chandrakan...@itiyam.com / *(571) 446-4825/4822*
*www.itiyam.com *

Under Bill s.1618 Title III passed by the 105th U.S. Congress this mail
cannot be considered Spam as long as we  include contact information and a
remove link for removal from our mailing list. To be removed from our
mailing list, reply with remove in the subject heading and your email
address in the body. Include complete address and domain to be removed.
Pursuant to Federal law, if you do not wish to receive future email
messages from us, please reply with "remove" to the same id.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CA%2BBaSkfzdix9Xh6jv%2BredC_qWMXztzWQ0Nn98Yuf0KH9aTBaRg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] NEED: Java lead with Angular JS @ Phoenix, AZ 85054 --- Contract

2017-01-25 Thread praveen sistla
Hi,

This Is Praveen sistla from Agile Enterprise Solutions,

This is Reference for Following Position



* Please reply with *Resume, Work Authorization , Rate & Contact
Details* ASAP *



*Job Title: Java lead with Angular JS*

*Location:* Phoenix, AZ 85054

*Duration:* 6+ Months

*Interview Type: *Phone+ Skype



*Primary Skills: Java, Angular JS, React JS*



*Job Description:*



*Must Have Skills: 1. Java 2. Angular JS 3. React JS*

*Experienced Java Lead with AngularJS skill requirement in Open Lending*









Thanks & Regards,

Praveen Sistla
Agile Enterprise Solutions Inc
PH: 972-427-1806
E-mail:  praveen_sis...@aesinc.us.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CADHAxxucF7qVh4%2BUE36edpODKceG7zkcir8JcLmbJn-eoGXkEQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent need for SHAREPOINT DEVELOPER IN TEXAS

2017-01-25 Thread swathi . smactworks


 LOCATION:TEXAS

DURATION:1yr

RATE:DOE


I have 3 different SharePoint roles with my client in TX

 

1.

JOB DESCRIPTION:

 

• Work with Change Management Leader and system owners in the design of 
SharePoint sites and related materials to support major project rollout.

• Build SharePoint web pages within existing SharePoint 2010 environment

• Manage SharePoint testing and troubleshoot/resolve issues

• Participate with others in designing and build job aids, other 
communications and training materials

 

EXPERIENCE:

• Minimum 2 years SharePoint related experience. Must be strong SharePoint

• Must be able to consult and interpret business requirements and offer a 
solution using SharePoint features

• Excellent written and verbal communication skills

• Ability to handle multiple tasks/workstreams simultaneously

• HR related experience a plus

 

REQUIRED SKILLS

• Experience with a SharePoint 2010 required, SharePoint 2013 a plus

• Solid HTML experience for troubleshooting

• Highly organized

• Excellent communication skills, both written and verbal

• Ability to elicit requirements

• Ability to work with multiple simultaneous work streams

• Ability to train and communicate SharePoint features and functions to 
non-technical audiences

 

2.

JOB DESCRIPTION:

• Under general direction, partner with project team to document Employee 
Central processes

• Work with Employee Central team and Change Management Leader to develop 
FAQs, How To Guides, Training guides and other communication / training 
materials. May assist with the overall design.

• Assist with development of support pages in SharePoint

• May assist system owners with the design of SharePoint sites and related 
materials to project rollout.

 

EXPERIENCE:

• Minimum 2 years process documentation experience, HR environment preferred

• Prior HRIS experience preferred. Experience with communications or 
training, HR environment a plus.

• Excellent written and verbal communication skills

• Ability to handle multiple tasks/workstreams simultaneously

 

REQUIRED SKILLS

• Must be Proficient in Visio

• Proficient in Microsoft Word, PowerPoint

• Highly organized

• Excellent communication skills, both written and verbal

• Ability to elicit requirements and processes

• Ability to work with multiple simultaneous work streams

• SharePoint related experience a plus

 

3..

JOB DESCRIPTION:

• Work with Change Management Leader and system owners in the design of 
SharePoint sites and related materials to support major project rollout.

• Build SharePoint web pages within existing SharePoint 2010 environment

• Manage SharePoint testing and troubleshoot/resolve issues

• Participate with others in designing and build job aids, other 
communications and training materials

EXPERIENCE:

• Minimum 2 years SharePoint related experience. Must be strong SharePoint

• Must be able to consult and interpret business requirements and offer a 
solution using SharePoint features

• Excellent written and verbal communication skills

• Ability to handle multiple tasks/workstreams simultaneously

• HR related experience a plus

REQUIRED SKILLS:

• Experience with a SharePoint 2010 required, SharePoint 2013 a plus

• Solid HTML experience for troubleshooting

• Highly organized

• Excellent communication skills, both written and verbal

• Ability to elicit requirements

• Ability to work with multiple simultaneous work streams

• Ability to train and communicate SharePoint features and functions to 
non-technical audiences




Regards,

Swathi.

swathi.smactwo...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/d3737784-ba8a-4d06-97da-433250eadd42%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent opening for ruby on rails

2017-01-25 Thread USIT Recruiter
Job Title: Ruby on Rails

Work Location: Irving, TX 75038



Job Details:



Must Have Skills (Top 2 technical skills only) 1. Ruby on Rails 2. Rest
framework

Nice to have skills (Top 2 only) 1.AngularJS 2.MySQL

Desired years of experience : 8 plus

Education/ Certifications (Required) : B.E or higher educational background

Top 3 responsibilities you would expect the subcon to shoulder and execute:

1.   Interact with client user directly on the requirements

2.   Delivering with near zero defects 3. Delivering within the set
timelines Will the candidate be client facing and/or working with business
users?  Candidate will be client facing.

3.   Business users are our clients What is the team size, make up,
culture, soft skills, and dress code, Hours? Team size is 3. No specific
restrictions Are you open to candidates from other states who can relocate
to the client site? Yes Any companies/vendors who have been able to service
similar requirements in the past well within the rates and quality
expectations.







*Thanks and Regards,*

*Abhishek Kumar*

Next Level Business Services, Inc.

*An Oracle Recognized Partner & *An ISO 27001 and 2-1 Certified &
Minority Business Enterprise (CMBE)

 *f: *+1 (608) 646 8326

*e:* abhishek.kum...@nlbservices.com | *w:* www.nlbservices.com

*a:* 8613 Old Kings Road South, Unit 303, Jacksonville, Florida 32217

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CALnpRi3XGBtzKJy09bJ2Va0%2BWNfwM0BK-%3D%2BrQ%2B9WOhgMn-E0gg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] NEED: Tibco consultant @ Columbus, OH --- Contract

2017-01-25 Thread Martin Zeller
Hi,

This Is Martin Zeller from Agile Enterprise Solutions,

This is Reference for Following Position



* Please reply with *Resume, Work Authorization , Rate & Contact
Details* ASAP *



*Job Title: Tibco consultant*

*Location:* Columbus, OH

*Duration:* 6+ Months

*Interview Type: *Phone+ Skype



*Primary Skills: Business Works, EMS, Administration*



*Job Description:*



*Must Have Skills:*

v  TIBCO

v  Design and Development of Middleware Solutions using TIBCO Suite of
Products

v  Business Works

v  Enterprise Messaging Service Platform

v  Administration support of TIBCO Platform



Thanks & Regards

*Martin Zeller*

*Agile Enterprise Solutions, Inc*

Ph: 972-427-1837

Email: martin_zel...@aesinc.us.com||| www.aesinc.us.com

Gmail: martinzeller0...@gmail.com



*Note:* If you have received this mail in error or prefer not to receive
such emails in the future, please reply with *"REMOVE"* in the subject line
and the email id(s) to be removed.

All removal requests will be honored ASAP. We sincerely apologize for any
inconvenience caused.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJkGZ%2BzVkL-iXkt_swmPZCDa4-rbGH%2BDdWDad-omo6z_9P-%3D4A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] NEED: UI with Reactjs and Redux @ Thousand Oaks CA 91363 --- Contract

2017-01-25 Thread praveen sistla
Hi,

This Is Praveen sistla from Agile Enterprise Solutions,

This is Reference for Following Position



* Please reply with *Resume, Work Authorization , Rate & Contact
Details* ASAP *



*Job Title: UI with React js and Redux*

*Location:* Thousand Oaks CA 91363

*Duration:* 6+ Months

*Interview Type: *Phone+ Skype



*Primary Skills: React JS, Redux, Jquery, HTML5, CSS3 and
Foundation Grid*



*Job Description:*



*Must Have Skills 1. React JS 2. Redux 3. Foundation Grid*

*Nice to have skills: 1. JQuery 2. HTML5*



*Detailed Job Description:*

Minimum 8+ yrs of experience in responsive *web UI development by using
React JS, Jquery, HTML5, CSS3 and Foundation Grid.*

Person needs to work with clients from the client location. Person should
be able to work independently.

Person should have good communication skill in both written and Oral.





Thanks & Regards,

Praveen Sistla
Agile Enterprise Solutions Inc
PH: 972-427-1806
E-mail:  praveen_sis...@aesinc.us.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CADHAxxsATuFswG%3DFOAyoq7LdqvrexoFA%3D3zcf5gMY07ut49u%2BQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need :: Information Security Architecture Analyst @ New York, NY

2017-01-25 Thread satish kumar
Hi ,



Hope you are doing great!



Please review the following Job Description and share updated resume if you
find comfortable for this position...





*Role: Information Security Architecture Analyst - Senior*

*Location :  New York, NY*

*Duration: Long Term*



Experience: 10+ yrs



Desired Competencies (Technical/Behavioral Competency)

Must-Have

·In depth knowledge in two of following security domains

oApplication security

oCloud Security

oMobile security

oInfrastructure security (network, database and OS level)

·Excellent knowledge of application, network and platform security
vulnerabilities. Ability to explain these vulnerabilities to developers

·Experience in conducting Information Security, IT Security, Audit
assessments. Presenting the outcomes of the assessment and obtaining buy
in.

·Superb communication skills, interpersonal skills and written
skills.

·The candidate must have working experience in the following
application/network security domains:

oAuthentication: SAML, SiteMinder, Kerberos, OpenId Entitlements
and identity management Data protection, data leakage prevention and secure
data transfer and storage

oApp Security: validation checking, software attack methodologies

oCryptography: encryption and hashing

Good-to-Have

·In-depth knowledge of web technologies such as Web Browsers, Web
Servers, Web Services

·Frameworks, protocols and subsystems:  J2EE, .NET, Spring, RPC,
SOAP,  MQSeries, JMS, RMI, JMX, Hibernate.

·Knowledge of JSP /Servlet/EJB or ASP.NET, HTTP/HTTPS, Cookies,
AJAX, JavaScript, Flex / Silverlight.

·Database design and programming experience

·Knowledge of standard network model and the risks that present at
each layer, the functions of network equipment such as switches, routers,
firewalls, proxies, vpn, and load-balancers, and to understand network
architecture.

·The candidate must have working knowledge of the primary operating
systems (Unix, Windows, z/OS, Mac OS), the configuration and management of
that platform at an enterprise scale, the security risks to that platform,
and how to mitigate those risks.

·experience in testing tools, at least one of Veracode, Fortify,
OunceLabs, AppScan, WebInspect, Burp









*Satish Kumar* | SYSMIND, LLC
*Technical Recruiter*

[image:
https://newoldstamp.com/editor/profilePictures/profile-b15c8fc3ea4630e2ca604f11e3e951c7-41898.png]

Phone: 609-897-9670 x 2152

Email: sati...@sysmind.com

Gmail: satishsysmi...@gmail.com

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAHxR9GYe4QG1uQOWqGganocAAWrm-C7UDccpkHSOSJFCPPU79A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Salesforce UI Developer

2017-01-25 Thread Mohammad Imran
 

Hi, I hope you are doing great! I came across a position for you. Please see
the Job below and let me know if you would like to consider. 

 

Title: Salesforce UI Developer 

Location: Appleton, WI

Contract: C2C

Visa: H1B/GC/USC

 

. Candidates must be local 

 

Experience in Year on below Skills: (Must)

Lightning Component Framework:

Salesforce Developer: 

Salesforce "Advanced Developer" Certification (Yes/NO): 

Apex: 

Batch: 

UI: 

 

 

REQUIRED SKILLS 

*   Salesforce "Advanced Developer" Certification (Must)
*   Over 7 years of Salesforce development experience
*   Experience with Salesforce Asynchronous Apex and Batch Apex
implementations (Must) 
*   Well experienced with Lightning Component Framework for custom UI
development (Must)
*   Experience in following best code practices
*   Experience leading other peer developers

 

 

Best Regards,

Mohammad Imran Uddin

Manager Talent Acquisition

IDC Technologies Inc.

1851 McCarthy Boulevard, Suite 116, Milpitas, CA, USA, 95035.

Ph - 408-459-5636 Fax - 408-608-6088

Email -  
mohammad.ima...@idctechnologies.com

URL- .   www.idctechnologies.com

CMM LEVEL 3 Company & ISO 9001-2008 Certified

 

"Under Bill s. 1618 Title III passed by the 105th U.S. Congress this mail
can not be considered spam as long as we include a way to be removed from
our mailing list. Simply send us an e-mail with REMOVE in the subject and we
will gladly REMOVE you from our mailing list."

 

 

 

 

 

Best Regards,

Mohammad Imran Uddin

Manager Talent Acquisition

IDC Technologies Inc.

1851 McCarthy Boulevard, Suite 116, Milpitas, CA, USA, 95035.

Ph - 408-459-5636 Fax - 408-608-6088

Email -  
mohammad.ima...@idctechnologies.com

URL- .   www.idctechnologies.com

CMM LEVEL 3 Company & ISO 9001-2008 Certified

 

"Under Bill s. 1618 Title III passed by the 105th U.S. Congress this mail
can not be considered spam as long as we include a way to be removed from
our mailing list. Simply send us an e-mail with REMOVE in the subject and we
will gladly REMOVE you from our mailing list."

 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/5888e2c5.117c240a.fe6f2.df7eSMTPIN_ADDED_BROKEN%40gmr-mx.google.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need Project Manager.Foster City, CA

2017-01-25 Thread Shaik Salam
Hi Everyone,
Hope you are doing great,

We have an immediate opportunity for *Project manager with Publishing
software Experience.*

*Send resume to s...@nytpartners.com *

*Job Title: Project Manager  *
*Location: Foster City, CA*
*Duration: 12 months *

   -
   - 6+ years of relevant experience and a BA or BS or; 4+ years of
   relevant experience and a MS or MBA
   - Relevant experience consists of work in a scientific field or
   equivalent experience in association with R project teams and/or in
   cross-functional project management activities.


*We are looking for a project manager with 4 to 5 years of experience with
Project management and implementation of publishing systems and processes.
Preferred experience with project management of implementing any eCTD
publishing software (eg: eCTDXpress, DocuBridge, Liquent Insight
Publisher). *

*Job Responsibilities*:

   -  Manage all aspects of implementing new initiatives/projects
   -  Manage multiple initiatives/projects simultaneously
   -  Ensure that all projects are completed on time and within budget
   -  Develop detailed project plans to track progress
   -  Create power point presentations to communicate project plans and
   status updates to senior management
   -  Effectively communicate any risks/timeline issues with management in
   a timely manner
   -  Work with SMEs on defining new process or updating existing process
   and ensure timelines are met
   -  Plan and facilitate regular project team meetings



*Skills and Experience: *

   -  4 to 6 years of experience in project management
   -  Excellent written and verbal communication skills
   -  Solid organizational skills including attention to detail and
   multi-tasking skills
   -  Strong project management, process definition and implementation
   skills
   -  Strong working knowledge of MS Project, MS Visio, MS office/Excel


Thanks and Regards,

Sam
New York Technology Partners – Rochester
T1: (201) 680-0200 x 7026
s...@nytpartners.com
www.nytp.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAHWKL1hZqabzrGf2dr2n0MZ0hX9%3DUJAcUez-yjGcUFrXPBkD-Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Java developer with AngularJS__Need Urgent with 8+ Profile Rate-$55/hr on c2c

2017-01-25 Thread Bharat Chhibber
Hello,

Hope you are doing well.

This is Bharat from Nityo Infotech. Please find the JD below and if you
have any consultant available then please let me know ASAP at
bhara...@nityo.com.





OPT Not workable



*Java developer with AngularJS*

*Indianapolis IN / Dover NH*

*1 year+*





Angular, AngularJS, javascript, java, REST, jquery



AngularJS, Java RESTful API, HTML5, bootstrap, CSS3, jQuery, AJAX, Core
Java.



*Roles & Responsibilities-*

Develop, Unit test and Integration test AngularJS and Java RESTful services
applications, Interact and coordinate with other technical teams, support
QA team in application testing.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAEmgVe0EOaPYjhBX5Y8wpYotS9kr41oKD8%3Dt8rbw41uWbrYqRA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for APIGEE Architect in Bellevue WA

2017-01-25 Thread SALMA BHAT
*Hi Partners,*



*Please share resume at naseer.ah...@nityo.com *




*Position: APIGEE Architect*

*Location: Bellevue WA*

*Duration:12 months*

*Description*

Must Have Skills (Top 3 technical skills only) *
API and microservices
APIGEE
Java Springboot
Nice to have skills (Top 2 only)
Communication skills
Agile delivery

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJ0KNK9hPZSW9ovSULiFc%3DTaqqE20hbh15WKNtBtSFneh%3DspFQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Power BI Consultant - San Jose, CA

2017-01-25 Thread Sekhar Reddy
Hi,

*Sekhar *here from *SPAR INFOSYS*, one of our client has an opening for *Power
BI Consultant.*

Below is the job description for your reference, please let me know your
interest.



*Role   : Power BI Consultant*

*Location   : San Jose, CA*

*Start Date: ASAP*

*Duration  : Long term (12  Months)*

*Interview: Telephonic/
Skype
*



*Skill sets:*

· Experience creating Graphs and visuals in *Power BI*

· Strong HTML5, experience creating images, UI designs for a portal
build. So Art/digital experience is positive.

· Experience 5+. As long the resource has the necessary skill and
visualization the rest does not matter.



Thanks & Regards,

Sekhar

Email : sek...@sparinfosys.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAC%2BeU0sO5Y_ZaBbi_R1H1pu9NWgk6Rva8AjMxn-jxCEUSgnTDA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] IMMD NEED: Siebel Developer in CA

2017-01-25 Thread Mohd Taher
Hello,
Please share your consultant resume to tah...@usmsystems.com

Title: Siebel Developer
Location: Orange County, CA
Duration: 6+ Months
Interview Process: 2 Video Interviews

*Need EAD, GC, TN or Citizen Only!!*

Required Skills:
Top Three Skills:
1.5-8 years of - Siebel Coding experience.
2. 5-8 years of expertise in Siebel scripting and workflows
3. 5-8 years of expertise in Siebel web services integration
*4. Siebel Marketing experience is a MUST*

Best Regards,

Mohammed Taher
US IT Recruiter
Direct: 703 349 4237
USM Business Systems
Chantilly, VA 20151, USA.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAL4ROq6D2Fb%3DdMw5ApTsYLex-NEEdPUANLVuzM9JVwDzYd_%3DqQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent requirement || SAP COPA/ Product Costing Consultant @ Atlanta, GA

2017-01-25 Thread Vasanth Kumar
Hi,

Greetings from American IT Resource Group Inc.!

I would like to touch-base you regarding a job opportunity with our client,
appreciate if you could go through below job detail and let me know your
thoughts as soon as possible.

* Reply only to vasa...@aitrg.com *

*Role: SAP COPA/ Product Costing Consultant*

Location: Atlanta, GA

Duration: 6+ months contract



*Job description:*

   - Able to Understand existing Product Costing Solution.
   - Converting the Raw Materials / Packing Materials from Moving Average
   Price to Standard Price
   - Capturing Product Cost Collector (PCC) settlement variances to Balance
   Sheet Accounts
   - To post captured Balance Sheet variances to P & L after 3 months
   - Robust quarterly costing is already in place, formulating Annual
   Standards.
   - Reviewing the effect on BW Cost of Manufacturing and Cost of Sales
   Reports and proposing solution to BW team
   - Study downstream systems impact with the respective system leads
   - Developing a process to load PPV variance to a Final Product
   - Cross Border Transfer Pricing
   - Solution is required for North America / EMEA / APAC SAP systems
   - Very good experience / references are must


   - Must have Product Costing Implementation experience in Repetitive
   Manufacturing process
   - Mixed Costing process
   - Knowledge in COPA / PCA



Looking forward to hear from you!



Thanks & Regards,



Vasanth || American IT Resource Group, Inc.

, Plaza Dr., Suite 640, Schaumburg, IL - 60173

Desk: 312-561-4349 || Email: vasa...@aitrg.com

Skype: vasanth.aitrg  || Gtalk: vasanth.aitrg


Web: www.aitrg.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAPcvYB%2BBmyBYpFV9m9hJeHpQGigCdw6O3P-zPtbVA0e5aWUxpA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need: Java Architect @ Atlanta, GA 30309 ---longterm

2017-01-25 Thread praveen sistla
Hi,

This Is Praveen sistla from Agile Enterprise Solutions,

This is Reference for Following Position



* Please reply with *Resume, Work Authorization , Rate & Contact
Details* ASAP *



*Job Title: Java Architect*

*Location:* Atlanta, GA 30309

*Duration:* 12+ Months

*Interview Type: *   Phone+ Skype



*Primary Skills:   J2EE, Modern software concepts and OOPs
concepts, Database design*

*Job Description:*



*Must Have Skills:*

1. J2EE
2. Modern software concepts and OOPs concepts
3. Database design





Thanks & Regards,

Praveen Sistla
Agile Enterprise Solutions Inc
PH: 972-427-1806
E-mail:  praveen_sis...@aesinc.us.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CADHAxxtZ4ES%3DPv8MsRb-FagFkyfbEOaA-uLfgneAPAK-ky3bKg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Duration - No longer visible

2017-01-25 Thread Marina Cuello
As many things on Android, there is no exact timing. It depends on the load
of the system, the processor(s) on the device, how big the next activity is
(if the "stopping" one is being replaced with another), if there is some
garbage collection going on, and so on...

Marina




On Wed, Jan 25, 2017 at 10:23 AM, subha 
wrote:

> Hi Team,
>
> "onStop(): Called when you are no longer visible to the user"
>
>
> no longer visible means , what is the exacte timing to call onStop?
>
> Thanks,
> Subha
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/android-developers/CALkECN4LoAigbUUDkqKWm-
> WFo7ECbJMbOXozdqie1xhzWUT4Vg%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CACaNmX2gOckn7ZHHhTYw%3DrissGbEs0SATKqA2tMHYqnRwDgX5Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hot-list: Sales-force Developer/Admin

2017-01-25 Thread lucky khushi
Dear Prefer Vendors,

Please find attached profile of our consultant Mounika. She is available
immediately and ready to relocate ASAP for the project.

Please review her profile and do let me know your valuable feedback ASAP.
Thanks and have a nice day ahead.

Thanks & Regards,
Jenny
MOON IT SOLUTIONS INC.,
www.moonitsolutions.com
Email: je...@moonitsolutions.com
Direct No: 732-645-1253
Fax: 469-294-0901

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAE71jDdxbDZvprOaDPHVud2r_3Fp0UWKv_kvkfoCM%3DWOFWLALw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


MounikaCh-SFDC.docx
Description: MS-Word 2007 document


[android-developers] Fwd: SalesForce System Administrator _ Virginia Beach, VA (Need locals for Face 2 Face) @ Need consultants who can provide DL and Work authorization copy

2017-01-25 Thread "N"agarju"N"@iDu
*Please share Your Profiles to **nagarj...@tekskillsinc.com*
 *with a CC to my gmail ID
:**gani.nagarj...@gmail.com
*

*Position: SalesForce System Administrator*

*Location: Virginia Beach, VA (Need locals for Face 2 Face)*

*Length: 6 Month Contract*



*Required skills:* 5+ years of SalesForce Admin experience

Experience with Apex, Visual Force, data loading, and Sales Cloud

Experience with Non-Profit Start Pack a plus



*REQUIRED KNOWLEDGE, SKILLS, AND ABILITIES (KSA's):*

*Minimum 5 years’ experience in IT and 3 years’ experience with Salesforce
required.*

*Experience with Salesforce Sales Cloud CRM required.*

Experience with Salesforce Nonprofit Starter/Success Pack (NPSP) a plus.

Experience with Salesforce Communities a plus.

Experience with Apex and/or Visual Force a plus.

*Salesforce Administrator certification required.*

Additional Salesforce certification a plus.

Ability to engage in multiple initiatives simultaneously and meet deadlines

Strong interpersonal skills, excellent communication skills and the ability
to develop strong working relationships with all levels of the organization.

Strong communication skills, both written and oral. Has the ability to
communicate technical concepts to non-technical audiences.

Ability to analyze complex problems and develop appropriate solutions under
pressure.

Ability to work effectively in a small team-oriented environment, mentor
and support additional IT team members. Experience working in Agile teams a
plus.

Experience with the introduction of new technologies and standards in an
unstructured environment.

Ability to conduct research into emerging technologies and IT practices.

Experience in selecting and implementing packaged software solutions.

Experience in configuration management desired

Experience in data migration / bulk data loading into Salesforce desired

Experience with integrated multi-channel marketing (print, telephone,
digital media, social media, ecommerce and/or consumer services) a plus

Working knowledge and experience with non-profit fundraising a plus.

Experience in eCommerce a plus.



*DUTIES AND TASKS:*

Ensure projects are delivered successfully meeting requirements.

Collaborate with business analysts and subject matter experts to establish
the technical vision and analyze tradeoffs between usability and
performance needs.

Configure existing or develop new Salesforce tables, screens, reports,
workflows (process builder or flow), reports, etc. within Salesforce.

Create new Salesforce instances and apply custom corporate template, then
extend for local requirements.

Convert data from legacy systems into new Salesforce system.

Participate in system testing and developing test plans and scripts.

Participate in the definition and implementation of IT project
methodologies and best practices.

Serve as 2nd or 3rd level technical support for users and systems problems.

May contribute to product management, project management, and requirements
gathering and analysis by leveraging compatible technical skills.



*JOB OBJECTIVE:*

This position is responsible for implementing systems in support of the
client’s global Salesforce CRM initiatives supporting donor management,
fundraising and humanitarian activities in 25 locations around the world;
including Salesforce CRM solution design, Salesforce screen and workflow
configuration, third party app selection and system administration. This
individual will be a catalyst for change and provide a bridge between
Information Technology and corporate headquarters and international field
office Operations functions to ensure that business solutions are cohesive,
integrated and contribute to enterprise level efficiencies as well as
departmental level improvements.

The successful candidate will be experienced with defining and implementing
Salesforce-based solutions that include Salesforce systems components,
third-party apps, process improvements and organizational change.

The individual in this position will be challenged with communicating with
multiple stakeholders with varying Information Technology needs, and
varying language and cultural backgrounds and working with a Business
Systems Analyst to document those needs and implement a common set of
business solutions to support the implementation of global enterprise level
processes and common business rules. In addition, this individual will be
required to respond to agile changes in systems requirements from these
varying stakeholders, within a global framework which will apply corporate
standards but also allow for local innovation.

The candidate will help define architecture and design criteria to be
applied across all implementations. The candidate will use agile techniques
to plan and implement system modifications and will determine necessary
data structures, processing procedures, and appropriate output to meet user
needs. The candidate will communicate 

[android-developers] Immed Req: java developer with Hadoop and micro services @ Bellevue, WA

2017-01-25 Thread Tej mishra
Hi,

Hope you are doing great!

I have urgent requirement for below position. Please go through the job
description and if you have consultant kindly let me know. Please revert me
on t...@sysmind.com.!

Role: java developer with Hadoop and micro services

Location: Bellevue, WA



Job description:



Job Details:

Required Skills and Experience:

•6+ years of hands-on Software Development experience in Java/J2EE platform

•2+ years of hands on development experience in Micro Services, Spring
Boot, SOA & any Native Cloud Architecture.

•Experience in working with XML, HTML5, and JavaScript frameworks.

•Knowledge on Pivotal Cloud Foundry (PCF) is a plus

•Knowledge on at least one Relational Databases and ORM technologies

•Experience in designing and developing web/Data Warehouse applications.

•Good working knowledge of OO concepts, Design Patterns, UML.

•Experience in working in Agile Development Methodologies

•Experience with continuous integration and build tools such as Ant, Maven,
Jenkins, etc.

•Experience with Red hat Linux, Unix or Windows operating systems

•Experience with application performance tuning, debugging and
troubleshooting

•Experience in working with Geo-diversified teams

•Excellent Oral and Written communication skills, Customer Interfacing
Skills and Documentation Skills

•Ability to communicate complex ideas to technical and non-technical
audience.





*Thanks And Regards *

*Tej Mishra* | SYSMIND, LLC

*Technical Recruiter*

Phone: 609-897-9670 x 2167

Email: t...@sysmind.com

Gtalk: srrecruiter...@gmail.com

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CALetaAJZ62bE%3DHCCuBoDwm%3DGu5xHN%3DV2YR%2BWTYnQvpbhxQsTQQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need .Net developers with strong MVC and C# Need USC AND GC ONLY

2017-01-25 Thread Priyanka Katiyar
* Need .Net developers with strong MVC  and C#*

*Location: Chicago, IL*

*Rates: $50/hr*

*Auth: GC or USC only*

*Candidate Location: Non-local is fine *



Quickly moving, this is a good requirement.



*Comm is very important. *

Wanted to get it on your radar. They have two openings.



*Position Description:*

*Requirements:*

·Must be comfortable in a dynamic, fast-paced and results-oriented
environment

·Strong understanding of object-oriented design

·Proficient in C#

·5-7 years of experience developing web applications with .NET
framework versions 2.0-4.5

·2-3 years of experience developing web applications using ASP.NET
MVC

·2-3 years of experience developing dynamic client-side UIs using
JavaScript

·Experience with Source Control


They need two backend .Net developers that are strong in MVC for their
Servesafe redesign.

The have a front end developer(our resource Jose Morales) and only one
additional backend developer.

They need a resource with about 5 years’ experience that can come in and
hit the ground running as the Development Manager is going to be out for
paternity leave the next 6-7 weeks.




Priyanka Katiyar

Technical Recruiter

Nityo Infotech Corp.

Direct: 609-378-1139

Email: priyanka.kati...@nityo.com

Gtalk: puja123h...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAETinPPe8Rht3Tox5PGYHNVx1Dz%3DdiceTxHxwRC1XDsawx2Tkg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate Interview and Start ASAP!! Penetration Tester - Raleigh, NC - 6+ months

2017-01-25 Thread Kaazmi Kahn
Hi folks,
Hope all is well..

Please share your consultant resume to *kk...@ayrglobal.com
*

*Job Role: Penetration Tester*
*Location: Raleigh, NC*
*Duration: 6+ months*

* F2F final is a MUST*

*Java background*

*Best Regards,*

*Kaazmi Kahn - Recruiter*
*AYR Global IT Solutions Inc.*
*1431 Opus Pl, Suite 110, Downers Grove, IL -  60515*
*Direct: (281) 670-9343 | Email: kk...@ayrglobal.com *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANBLWA-9L7LAYP4O%3DaVctpGUasXh0kHi-TG09FR_bcY8ei8sPA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring for Java Developer at Atlanta, GA

2017-01-25 Thread USIT Recruiter
*Hi,*



* Please lookup the below position and if you feel comfortable ,then please
send me your updated resume *



*Job Title: Java Developer with Adobe Flex*

*Duration: 6+ months*

*Location: Atlanta, GA*



*Must Have :*

· Adobe Flex

· Adobe LSDC

· Blazeds



*Nice to have :*

· java

· jQuery





*Thanks and Regards,*

*Abhishek Kumar*

Next Level Business Services, Inc.

*An Oracle Recognized Partner & *An ISO 27001 and 2-1 Certified &
Minority Business Enterprise (CMBE)

 *f: *+1 (608) 646 8326

*e:* abhishek.kum...@nlbservices.com | *w:* www.nlbservices.com

*a:* 8613 Old Kings Road South, Unit 303, Jacksonville, Florida 32217

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CALnpRi3vaqBveoV%2B%3DF8Dh4sjsEBNe8D%2BmvmKDzj65GYAkzSuhQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] .Net Developer - CO - only local

2017-01-25 Thread Qamar Bilal
*bi...@vertexg.com* 

*The best way to contact me is by email:*



Hi,



Hope you are doing well today.



My name is *Bilal* and I am an *IT Technical Recruiter from VERTEX GROUP *
based in Illinois, if you feel comfortable with the requirement reply me
ASAP…….



Quick Response is appreciated.



*Below are the Position Details:*



*Position: .Net Developer  *

*Location: CO (only local )*

*Duration: 6 month contract *





· Programming with .NET framework and Web Services including ASP.NET
VB.NET or C#

· Design and programing MS SQL Databases and Stored Procedures

· Design and programing of reports with MS SQL Server Reporting
Services

· Familiar with Source code version control tool and SCM practices

· Be good at general program develop approach, like Agile approach

· Knowledge of Wonderware suite and PLC integration is a plus



*bi...@vertexg.com* 

*The best way to contact me is by email:*
































-- 







Regards,

*Bilal Qamar*

Technical Recruiter



*VERTEX CONSULTING INC.*

www.thevertexgroup.com

935 N. Plum Grove Rd, STE # D,

Schaumburg, IL-60173.

*bi...@vertexg.com *

*The best way to contact me is by email:*

Voice: 847-972-5869  Fax 847-770-4848

*bilal.recruite...@gmail.com* 



*Please don't print this e-mail unless you really need to.*

Important: This electronic mail message and any attached files contain
information intended for the exclusive use of the individual or entity to
whom it is addressed and may contain information that is
proprietary,privileged, confidential and/or exempt from disclosure under
applicable law. If you are not the intended recipient, you are hereby
notified that any viewing, copying, disclosure or distribution of this
information may be subject to legal restriction or sanction. Please notify
the sender, by electronic mail or telephone, of any unintended recipients
and delete the original message without making any copies.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOyCV4HHn8_FcSG-F5r3M-mw2rvU7BbFCGmYk2zKcPzQ8ivntg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] [Android] location service (geolocation)

2017-01-25 Thread Yassir Hessane
Hi,

After a small search on the web, I didn't find an issue for my problem.
I try to run a service with location Manager.
It's still working fine, but I have to distance when my device is onSleep 
and when it's wakeUp.
Approximatively 500 meters between to distance when it's still sleep and 15 
meters when it's still running on.

Did anyone have this behavior?

Thanks for you reading.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/6db3a038-10e9-42af-aae9-9fefee6276d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] iOS Developers

2017-01-25 Thread Saikiran Nandrolu
*iOS Developers*

*Columbus, OH*

*1 year contract*

*EAD or GC or Citizens Only*



Top skills needed are Objective-C, Swift and iOS Development.



Do you have any strong candidates with 3-5 years of iOS development



Best Regard

Sai Kiran

saikir...@usmsystems.com

703-880-4146

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJT%2BorAm9eg%2BR6nJEZNQsyqhniOTOeVLCt2T0H-v1BipkZsD9w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Siebel Developer----------- EDA or GC or Citizens Only

2017-01-25 Thread Saikiran Nandrolu
*Siebel Developer*

*Orange County, CA*

*6+ Months*

* EDA or GC or Citizens Only*



*Top Skills:*

1.5-8 years of - Siebel Coding experience.
2. 5-8 years of expertise in Siebel scripting and workflows
3. 5-8 years of expertise in Siebel web services integration
4. Siebel Marketing experience is a MUST



Experience in working with Siebel OPENUI IP2015 for at least 1 year. Sound
Knowledge of Siebel eAutomotive, Siebel Marketing (Campaign management) and
business concepts, along with Siebel Tools.



Good understanding of Siebel Data Model and Data Architecture background in
a technical development environment and solid working knowledge of
relational databases (ie, Oracle, SQL Server), operating systems ( Windows
Server), ETL Informatica, and hardware platforms



Best Regard

Sai Kiran

saikir...@usmsystems.com

703-880-4146

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJT%2BorBJCjzaD8j9bYeOuTW-b%2BJ5CV7ybAD_hmicaSSxBGeVxw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Adobe Campaign Manager - Oakbrook, IL

2017-01-25 Thread Sekhar Reddy
Hi,

*Sekhar *here from *Metasis Information’s*, one of our client has an
opening for *Adobe Campaign Manager*

Below is the job description for your reference, please do go through it
and let me know your interest.



*Job Title   : Adobe Campaign Manager*

*Job Location   : Oakbrook, IL*

*Duration  : 12 months*

*Interview: Telephonic/Skype*



*Requirement: *

· *Excellent understanding on campaign management skills like
segmentation, target/control , deliveries etc.*

· *Expertise and Experience in Adobe Campaign (Neolane).*

· Configure and Design campaigns in Adobe Campaign to meet business
requirements.

· Good Database knowledge skills.

· Email designing (HTML) skills. (Preferred)

· Understanding on SOAP API calls. (Preferred)

· Good communication skills

· Fast learner, ability to learn new technologies/languages

· Flexible to work in multi-time zone environment



*Thanks & Regards,*

*Sekhar*

*Email : sek...@metasisinfo.com *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAC%2BeU0uy8CN88Ftfaw-HaeXpkci3V9zQEeYj_LEwGjSpMpzzWw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need :: Data Architect @ Denver, CO

2017-01-25 Thread satish kumar
Hi ,



Hope you are doing great!



Please review the following Job Description and share updated resume if you
find comfortable for this position...





*Role: Data Architect*

*Location :  Denver, CO*

*Duration: Long Term*



Experience: 10+ yrs



Family: Architecture

Job Title: Data Architect - Contract



Summary:

Seeking experienced Data Architect with strong modeling and data management
experience and strong understanding of Teradata Ecosystem and Hadoop
Ecosystem components including the HDFS, Hive, HBbase, who can work on
existing and upcoming projects. This position will be responsible for
leading, designing, modeling, and tuning data architecture solutions within
Teradata and Hadoop. The Data architect will work closely with architects,
onshore and offshore developers within the team to ensure the designs are
apt, scalable, high performing within agreed upon service levels.  The
position also will oversee data product solutions adhere to standards and
best practices. This position will work closely with business product
owners, other architects and other development teams across the enterprise
following an agile delivery method and scrum principles.  The position
desires multi-disciplinary skills with software engineering background.

Responsible for managing, gathering, and processing information related to
overall solution architecture, data architecture and identity management.
Leads and delivers solution engineering, project coordination, business
requirements analysis, requirement specification, and project
documentation. Ensures programs are envisioned, designed, developed, and
implemented across the enterprise to meet business needs. Manages every
phase of the project lifecycle from intake through delivery. Provides
mentoring and guidance to one or more junior team members. May be
responsible for leading a team, but does not directly manage people.

Core Responsibilities:

-Work with business partners in understanding and translating business
requirements into solution designs


-Take initiative and ownership to provide business solutions on
time


-Profile, design, and model data and provide data product solutions using
multiple data
platforms.


-Lead and provide suggestions and best practices for end to end data
delivery


-Design and architect with the right balance of performance, scalability,
ease of
consumption


-Design and architect data to support operational efficiencies and meet
Service Level Agreements


-Design and architect data solutions with the mindset of "data as a
product"


-Design and architect to accommodate data security and
privacy


-Design and architect to accommodate data
quality


-Design and architect to integrate multiple, complex data sources that are
transactional and non-transactional, structured and unstructured
data


-Deliver clear, well-communicated and complete design
documents.


-Manage data standards and best practices related to end to end data
process


-Analyze and solve problems and recommend improvements to existing systems
and
processes.


-Maintain data dictionaries and data
lineage


-Work with peers in administration to tune code and plan for capacity
needs


-Mentor and educate teams on standards and best practices



Other responsibilities will include

- Tracks and documents requirements for enterprise development projects and
enhancements (e.g. architectural functional requirements).

- Assists in the planning and design of new or upgraded systems.

- Assists in the evolution of enterprise product and system roadmaps.

- Collaborates with departments to implement improvements in processes and
with cross-organizational teams to determine Business Support
System/Operations Support System support for business requirements.

- Promotes the effective use of the information management systems
throughout the Company.

- Develops software cost estimates by analyzing the business requirements
and viable design solutions.

- Consistent exercise of independent judgment and discretion in matters of
significance.

- Regular, consistent and punctual attendance. Must be able to work nights
and weekends, variable schedule(s) as necessary.

- Creating reference architectures on data architecture and data quality
architecture.

- Other duties and responsibilities as assigned.



*Required
Skills
  *

-Strong experience in end to end data management - data acquisition, data
model, data storage, data access - with various tools and
technologies


-Strong experience in data management and architecture in Teradata, and
Hadoop tools and technologies.  Hive, Pig, HBase, Sqoop, Kafka or other
messaging tools - with hands on experience - a plus


-Strong experience in data management and architecture in RDBMS.  SQL based
tools - with hands on experience


-Strong experience in real time data acquisition in a data warehouse
environment


-Strong Data modeling skills on large scale, high volume data, with

[android-developers] Today Req

2017-01-25 Thread sammy
Location Role # of Positions
Bellevue WA Salesforce Technical lead (Strong Lightning Experince) 1
Irvine, CA Salesforce Technical lead (Strong Lightning Experince) 1
Irvine, CA Pardot Consultant 1
Chicago,IL Salesforce Technical lead/Tech Arch 1
Cranston, RI Salesforce Tech Arch 1
Cranston, RI Salesforce Technical lead/Tech Arch 1
Phoenix, AZ Salesforce Service Cloud Consultant 1
Phoenix, AZ Salesforce Tech Lead 1
NYC, NY Salesforce Tech Lead 3
Sunnyvale, CA Infrastructure Technical Project Mananger  1
Sunnyvale, CA Java Server Side developer 1
Sunnyvale, CA Systems Administrator 1
Sunnyvale, CA Application Infrastructure Engineer 1
Sunnyvale, CA UI developer 1
Sunnyvale, CA Python / Web services developer 1
Sunnyvale, CA web services / Junit tester 1
Sunnyvale, CA NLP Consultant 1
Sunnyvale, CA Java developer 1
Sunnyvale, CA Java developer + cassendra 1
Sunnyvale, CA Systems Administrator & devops (python & Unix) 1
Atlanta, Ga Pega & OpenSpam  1
open Pega bundle 40

*With Regards..**?*

Sharmishtha Rawat


Systems America, Inc.

3130 Crow Canyon Place Suite 425 San Ramon, CA 94583

Sr. Technical Recruiter|Direct: 408-789-8768
Email: sam.ra...@systemsamerica.com  web: http://www.systemsamerica.com/


[image: Logo]


 *P*Please consider the environment before printing this e-mail!



Disclaimer*:* If you wish to be removed from this mailing list, please
reply with "REMOVE" in the subject line.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAP3QAUoKLyuH%3D5bw3ZR%3DbTVRu8XtFRA0wRtEdq4k63wgd0xnxQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring for Oracle EBS Consultant at Plano, TX

2017-01-25 Thread USIT Recruiter
*Hi,*



* Please lookup the below position and if you feel comfortable ,then please
send me your updated resume *



*Job Title: Oracle EBS Consultant *

*Duration: 6+ months*

*Location: Plano, TX*





*Must Have :*

· Oracle EBS 12.2 Incentive Compensation

· Oracle Payroll

· Oracle EBS HRMS



*Nice to have :*

· Peoplesoft







*Thanks and Regards,*

*Abhishek Kumar*

Next Level Business Services, Inc.

*An Oracle Recognized Partner & *An ISO 27001 and 2-1 Certified &
Minority Business Enterprise (CMBE)

 *f: *+1 (608) 646 8326

*e:* abhishek.kum...@nlbservices.com | *w:* www.nlbservices.com

*a:* 8613 Old Kings Road South, Unit 303, Jacksonville, Florida 32217

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CALnpRi38V-Nz-OUChT5GLxV394q3grAN%2BG7_cVLtLQLL24N0mw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need :Sr QA Engineer _ Minneapolis, MN _ 6-12+ months

2017-01-25 Thread Shawn Marsh
Hi,

Hope your are Doing Good…!

I have an urgent opening on  *Sr QA Engineer*  Position with my client.
Please send me the resumes with full name, contact details, Salary, and
availability date.

*Requirementdetails:*

*Title   :* *Sr QA Engineer*

*Location   : **Minneapolis, MN*

*Duration  : 6-12+ **months*

*Rate   : Market*





Technical skills and Knowledge:

*Primary Skills**:*  *Sr QA Engineer*

*No Opt’S*

*Responsibilities:*


*TECHNICAL SKILLS*
• Quality Assurance Engineer profile
• Experience with unit test frameworks such as *nUnit and xUnit*
*• C#,*
• JSON, XML and experience with *API Testing*
• Experience building test automation frameworks such as *Protractor or
Selenium.*
• Experience with *JavaScript*
• *SQL/Oracle*

*Qualifications  *
Education:
Bachelor’s degree in Computer Science or related degree preferred or
equivalent work experience.

*Experience:*

• Experience with Selenium, Protractor, VBScript and JavaScript
• Understands different types automation frameworks and creating and
maintain new or existing frameworks as required.
• Proficient with Windows Server 2012R2, , Windows 7
• Experience with Citrix & VMware a plus
• Experience with SQL and relational databases such as Oracle
• QTP experience a plus
• Excellent critical thinking and problem solving skills
• Effective communication skills required; need to be able to explain
technical issues and propose solutions
• Experience in Agile methodology
• Ability to work effectively internally and externally (vendors, customers)
• Able to work both independently and as part of a team







Thanks & Regards



Shawn Marsh

Insoursys Inc

shawn_ma...@insoursysinc.com ||| www.insoursys.com

Note: If you have received this mail in error or prefer not to receive such
emails in the future, please reply with "REMOVE" in the subject line and
the email id(s) to be removed. All removal requests will be honored ASAP.
We sincerely apologize for any inconvenience caused.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAFjuZGEyJ%3D0x5bdr0cTQWyNEpd%3DabBV462K9POsv5AvD9X3aqA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate Interview and Start ASAP!! Java Enterprise Architect - Cherry Hill, NJ

2017-01-25 Thread Kaazmi Kahn
Hi folks,
Hope all is well..

Please share your consultant resume to *kk...@ayrglobal.com
*

*Subject: Java Enterprise Architect*
*Location: Cherry Hill, NJ*
*Duration: 6+ months*

*AEM is a critical skill!!*

Java Enterprise Architect that has a strong background with AEM along with
a bit of Middleware experience as well.

*Best Regards,*

*Kaazmi Kahn - Recruiter*
*AYR Global IT Solutions Inc.*
*1431 Opus Pl, Suite 110, Downers Grove, IL -  60515*
*Direct: (281) 670-9343 | Email: kk...@ayrglobal.com *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANBLWA8jrrcYHc8CXsAH2R4xTo9K0rbGaVzq9kr-qyd%2Bdw3AXQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Business Analyst ::: Contract Opportunity ::: Chicago, IL

2017-01-25 Thread Soumya Sp
*Business Analyst (Asset Management Exp // Exposure to Simcorp)*



*Location : Chicago, IL *

*Type : Contract*


*USC/GC *



*Job description: *

Global Asset Management is redesigning the complete trade
life cycle infrastructure for global asset management with the
implementation of the Project Unify .The plan is to replace the existing
portfolio accounting system GIMII (Fiserv product) with Simcorp Dimension
(Simcorp product),along with the unification of the other trading
infrastructure .This would involve the removal of duplicate systems in
trading infrastructure across locations as well as making the
infrastructure less manual and error prone.

The system migration has been divided into various streams like – Interface
Discovery, Data Migration and Transition Stream which has been working in
parallel into various drops 1,2 and 3(iterations).



*Skills expected:*

• Ability to work with multiple stakeholders for various data
streams in the capacity of a Business Analyst.

• Carrying out mapping working with the application SMEs to
identify the canonical data set for various domains.

• Good understanding of the asset management trade life cycle.

• Understanding of the front, middle and back office processes for
trade settlement.

• Ability to work with multiple teams involving various Bas within
UBS to create BRDs and data mapping between GIMII and SCD.

• Experience of working with A& D document creation for the newer
infrastructure being built up using integration layer also known as Fire
(using Camel).

• Ability to work under strict deadlines with various client
hierarchies and ability to present the work done as and when requested.



*Skillsets desired: *

• BA skills with proficiency in PL SQL (Oracle)

• Designing skills using Visio

• Proficiency with excel macros

• Project Management skills desired at times

• Financial domain experience involving FO,BO and MO .

• Advance knowledge of Simcorp Dimension would be an added
advantage.





*Regards,*



*Ranjan*

*Next Level Business Services Inc*

*Staffing|Consulting|Outsourcing*

*Jacksonville, FL*

Phone: +1 (904) 267-0727 | Fax: +1 (608)646-8326

E-mail: soumya.ran...@nlbservices.com |Web:www.nlbservices.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAHUJvG4SecnOgy7W_mexYhRATMQXTd9KwEOQ5JN7kahRsNLrxQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring for Salesforce Admin with Jenkins Exp. for Wilmington, DE

2017-01-25 Thread Neha Saral
Hi
Please lookup the below position and if you feel comfortable ,then please
send me your updated resume

*Role   :  Salesforce Admin with Jenkins
Exp.*
*Location   :  Wilmington, DE*
*Duration  :  9+ Months *


*Interview:  Phone / Skype *

*Technical Environment is *

· Salesforce ( FORCE.COM platform) , *Mulesoft*, Talend ETL



*Job Requirement/Responsibilities *



· Overall 5+ years’ of experience in developing and configuring
Salesforce Applications. Salesforce platform knowledge will be a plus.

· 2+ years’ experience in Migration tools such as Change sets,
Eclipse, Ant. Any additional migration tool knowledge will be add on
advantage.

· 2+ years’ experience of *Jenkins, Git hub.*

· Admin experience in the following:

o   User Setup

o   Object/Field creation/validation rules setup

o   Sharing Rules

o   Permission Sets

o   Profile management

o   Data import/export











Regards ,

Neha Saral

Technical Recruiter

VSG Business Solutions

Email ID :  n...@vsgbusinesssolutions.com

Phone: 302-261-3207 x 107

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJdfOTQ6U7PspnsF%2BCEBkqE6r8hOxsFfZpU4%2BAen0MWX54gFSQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need Local Only-----Business Analyst with Mortgage Exp in DC

2017-01-25 Thread Mohd Taher
Hello,
Please share your consultant resume to tah...@usmsystems.com

Title: Business Analyst with Mortgage Exp.
Location: Washington, DC
Duration: Long term contract

*Need EAD, GC, TN or Citizen Only!!*
*Interview: Phone then F2f*

*Must have: Mortgage experience, agile, SQL, fixed income experience, GREAT
COMMUNICATION*

SKILLS/EXPERIENCE:
Past experience with and knowledge of the mortgage, fixed income or
securities industry is required. Experience with fixed income trading
applications, loan and collateral management, securities settlement or risk
management tools is highly desired for this position
Strong Excel and good SQL skills preferred
Experience working in an Agile setting, writing Acceptance criteria/User
stories and working in an agile tool (Rally, Jira) is a plus

Best Regards,

Mohammed Taher
US IT Recruiter
Direct: 703 349 4237
USM Business Systems
Chantilly, VA 20151, USA.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAL4ROq6ev5qTjaeh8guV1EoFcvcHFrNynb5%2BQbesKyUb%3Djk_mQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Oracle BRM Developer at NYC and Washington, DC

2017-01-25 Thread Shyamsundar
Hi,
Hope you are doing good.
Please find below job description and let me know your interest.


*Oracle BRM “Core” developers*


*Location: NYC and Washington D.C.*

*Duration: 6+ Months*


*Skill Set: *Oracle BRM developers with experience designing and developing
Oracle BRM customizations in C code. Must have experience customizing
Oracle BRM policy opcodes and creating/managing new facilities modules.
Must understand core Oracle BRM system architecture including system
components (apps, CM, various DMs), database (object to table mapping),
core financials (items, events, journals), and pricing (products, deals,
plans).


*Thanks,*


*ShyamsundarSaligram Systems Inc*

*sh...@saligrams.com *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAF0v0_OS4Lxng8RPboDXiRO4QC%3DZzH8DmqVHr9HqTOwDX3Zb2g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Need only Locals :: QA Tester (.Net Applications) @ Golden, CO.

2017-01-25 Thread naresh linkedin
Shyam- is this for jeffco??

On Wed, Jan 25, 2017 at 10:44 AM, Shyamsundar 
wrote:

> Hi,
> Hope you are doing good.
> Please find below job description and do share me matched resumes to 
> *sh...@saligrams.com
> *
>
> *Share me local profiles only.*
>
> *QA Tester – Golden, CO.*
>
> *Start Date:* ASAP
>
> *Type:* Contract
>
> *Estimated Duration:* 6 months with possible extension.
>
> *Onsite:* On location at the Client’s site 100% of the time. No
> telecommuting or remote work.
>
> *Responsibilities *include but are not limited to the following:
>
>- Design and build automated testing framework using C#, .NET,
>Selenium and other automated testing tools;
>- Support others in the use of the automated testing framework;
>- Execute manual and automated tests for new and existing UI and
>backend projects;
>- Record and document test results and compare to expected results;
>- Detect and document software failures so that defects may be
>discovered and corrected;
>- Communicate detailed test results to developers in support of defect
>fixes;
>- Examine code and execution of code in various environments;
>- Work with developers to design meaningful error handling procedures
>for application code;
>- Participate in scrum ceremonies including planning meetings, backlog
>refinement, test case review, use case review, design review, code review,
>and others as applicable.
>
> *Requirements:*
>
>- Experience with automated software testing (3+ years);
>- Experience with C#, .NET, Selenium scripting, SQL (3+ years);
>- Experience with MVC applications and data messaging integration
>applications;
>- Experience in TFS, Visual Studio;
>- Experience with Agile methods;
>- Bachelor’s degree in Computer Science or equivalent experience;
>
> Certifications an advantage including Scrum Certifications, Automated
> Testing, Quality Assurance, Six Sigma
>
> *Thanks,*
> *Shyamsundar*
> *Saligram Systems inc*
> *sh...@saligrams.com *
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/android-developers/CAF0v0_NnPwqg%2Bc5t38mcOkJzx7YzoiXTFqFRD8E6P
> UM9f9xkuQ%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjs2HWA%3D1D_hcyrqcc1LmECSHp7eV-SU5KaHtH3H%3DRoCimLuQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need only Locals :: QA Tester (.Net Applications) @ Golden, CO.

2017-01-25 Thread Shyamsundar
Hi,
Hope you are doing good.
Please find below job description and do share me matched resumes to
*sh...@saligrams.com
*

*Share me local profiles only.*

*QA Tester – Golden, CO.*

*Start Date:* ASAP

*Type:* Contract

*Estimated Duration:* 6 months with possible extension.

*Onsite:* On location at the Client’s site 100% of the time. No
telecommuting or remote work.

*Responsibilities *include but are not limited to the following:

   - Design and build automated testing framework using C#, .NET, Selenium
   and other automated testing tools;
   - Support others in the use of the automated testing framework;
   - Execute manual and automated tests for new and existing UI and backend
   projects;
   - Record and document test results and compare to expected results;
   - Detect and document software failures so that defects may be
   discovered and corrected;
   - Communicate detailed test results to developers in support of defect
   fixes;
   - Examine code and execution of code in various environments;
   - Work with developers to design meaningful error handling procedures
   for application code;
   - Participate in scrum ceremonies including planning meetings, backlog
   refinement, test case review, use case review, design review, code review,
   and others as applicable.

*Requirements:*

   - Experience with automated software testing (3+ years);
   - Experience with C#, .NET, Selenium scripting, SQL (3+ years);
   - Experience with MVC applications and data messaging integration
   applications;
   - Experience in TFS, Visual Studio;
   - Experience with Agile methods;
   - Bachelor’s degree in Computer Science or equivalent experience;

Certifications an advantage including Scrum Certifications, Automated
Testing, Quality Assurance, Six Sigma

*Thanks,*
*Shyamsundar*
*Saligram Systems inc*
*sh...@saligrams.com *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAF0v0_NnPwqg%2Bc5t38mcOkJzx7YzoiXTFqFRD8E6PUM9f9xkuQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Network Engineer - Omaha, NE - GC or USC only

2017-01-25 Thread Qamar Bilal
*bi...@vertexg.com* 

*The best way to contact me is by email:*



Hi,



Hope you are doing well today.



My name is *Bilal* and I am an *IT Technical Recruiter from VERTEX GROUP *
based in Illinois, if you feel comfortable with the requirement reply me
ASAP…….



Quick Response is appreciated.



*Below are the Position Details:*



*Position: Network Engineer*

*Location: Omaha, NE*

*Duration: 6 month contract *

*Visa: GC or USC only*



MUST BE A GC HOLDER OR US CITIZEN. We are primarily looking for Cisco
routing and switching experience of at least 5-7 years.  Cisco ACI
experience would be helpful but very few companies are using it so probably
won’t be able to find that specifically.  Firewall/security with Cisco ASA
and Palo Alto platforms and F5 LTM/load balancers would also be a plus.



Here’s a more formal draft of needs:



Minimum Requirements/Qualifications:

· Cisco Certified Network Professional (CCNP) Routing and Switching
certification

· Minimum of five years’ network engineering experience. Desirable
experience will include the following: LAN/WAN in a Cisco environment,
routers, and multi-layer switches; multi-platform security devices, Cisco
ASA, Palo Alto, CheckPoint and F5 Big-IP

· Experience managing 24x365 environments

· Strong problem-solving and analytical skills

· Excellent communications skills–verbal and written

· Excellent customer service skills

· Ability to thrive under pressure, function and deliver
effectively in a fast-paced environment

· Work occurs in a normal business environment but the requirements
of the job will necessitate being available to support critical systems
24x365



Specific Responsibilities/Duties –may include, but are not limited to, the
following:

· Works under minimal supervision, using independent judgment of
variable factors to prioritize and complete day-to-day tasks; receives
general direction on complex tasks and projects

· Assists staff on non-routine or escalated issues

· Performs network engineering projects/activities of moderate to
substantial complexity; assists in strategic planning; communicates with
all project participants on relevant issues, identifies and resolves
network engineering issues

· Participates in the development of policies and procedures; makes
recommendations for changes and improvements to existing standards and
procedures

· Develops technical requirements for assigned projects; determines
hardware and/or software necessary to accomplish projects; makes hardware
and/or software recommendations

· Provides technical network assistance to management, contractors,
and other divisions and departments

· Maintains relevant knowledge and awareness of new trends and
innovations within areas of expertise

· May participate in the evaluation, screening, and selection of
new-hires; provide or coordinate staff training; may work with employees to
correct deficiencies

· Performs other duties as assigned.


*bi...@vertexg.com* 

*The best way to contact me is by email:*























-- 







Regards,

*Bilal Qamar*

Technical Recruiter



*VERTEX CONSULTING INC.*

www.thevertexgroup.com

935 N. Plum Grove Rd, STE # D,

Schaumburg, IL-60173.

*bi...@vertexg.com *

*The best way to contact me is by email:*

Voice: 847-972-5869  Fax 847-770-4848

*bilal.recruite...@gmail.com* 



*Please don't print this e-mail unless you really need to.*

Important: This electronic mail message and any attached files contain
information intended for the exclusive use of the individual or entity to
whom it is addressed and may contain information that is
proprietary,privileged, confidential and/or exempt from disclosure under
applicable law. If you are not the intended recipient, you are hereby
notified that any viewing, copying, disclosure or distribution of this
information may be subject to legal restriction or sanction. Please notify
the sender, by electronic mail or telephone, of any unintended recipients
and delete the original message without making any copies.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOyCV4FkjceLriaN_5q5cH-%2BKhiQS%3Dns-9LpjjHGWTDGfaCSPw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate need - DevOps Engineer - Norwalk, CT - (Phone Hire) Any Visa

2017-01-25 Thread Thiru Moorthy
Hi Friends,

Hope you doing fine.

Kindly share the resumes of your consultants for the below Simple JD.



Please submit the resumes after checking the JD. No Calls Please.

Moreover, Client is expecting visa copy, DL Copy, LinkedIn for submission
process.



*Job Details:*

*Role   :*   Devops Engineer

*Location   :*   South Norwalk, CT

*Legal Status   *  :  Any



Ideal Candidate

We would like to talk to you if:

- You live and breathe shell scripts.

- Automation is your middle name.

- You consider people who don't use configuration management, unevolved.

- You know TCP, iptables, linux filesystem like a kid knows Sponge Bob.

- You understand the meaning of the word latency.


Responsibilities

· Assist in the deployment and maintenance of a new large-scale
Amazon Web Services platform

· Assist in Optimizing the infrastructure for the SAAS application

· Troubleshoot software based issues as they arise

· Production code deployments

· Implement monitoring systems at all levels

· Infrastructure housekeeping, testing, and benchmarking

· OS maintenance and ongoing system configuration changes

· Performance tuning



Skills Required

· 2+ years experience with Amazon Web Services and related services
and features like autoscaling, load balancing, route53, S3, IAM etc

· Detailed knowledge of Implementation and maintenance of high
availability (HA) and highly scalable systems

· Through understanding of Networking and DNS

· 3+ years experience with configuration management tools (Puppet
preferred)

· 5+ years UNIX/Linux system administration, CentOS based system
preferred

· 5+ years of scripting experience with bash and one or more of the
following Python, Puppet, Ruby

· 5+ years of experience with version control systems (Git
preferred)

· Strong experience with current web and Internet technologies like
Apache, Queues, NGinx, Memcache, APC, Varnish, CDN etc

· Experience with monitoring tools like Zabbix, Nagios and/or
NewRelic

· Have a broad understanding of development, web operations and SDLC

· Knowledge of PCI compliance, Application layer and operations
layer security and OWASP mandates preferred

· Understanding of IPS and IDS preferred

Thanks

*--*

*Tiru Moorthy | Talent Acquisition*



*Systems Software Solutions Inc D/b/a 3S USA INC*

*One Tiffany Pointe, #106, Bloomingdale, IL-60108*

t...@3susa.com | http://www.3susa.com/ |

*Certified MBE/DBE|FBE|8a (SBA) | Honored to serve US Military*

*Disclaimer: *We at 3S USA INC., respect your On-line Privacy. Under
Bills.1618, Title III passed by the 105th U.S. Congress this mail cannot be
considered spam as long as we include contact information and a remove link
for removal from our mailing list, so we do not believe this email is
unsolicited. If you wish to be removed from this mailing list, please reply
with "REMOVE" in the subject line. Any inconvenience caused is regretted.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJccnZU34GXR%2Bc-joPy0GAWRJgPeZjfjn8y5%3DEpCCaVxhjSYXw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] URGENT REQUIREMENT FOR SHARE POINT DEVELOPER IN TEXAS

2017-01-25 Thread swathi . smactworks
LOCATION:TEXAS

DURATION:1yr

RATE:DOE


I have 3 different SharePoint roles with my client in TX

 

1.

JOB DESCRIPTION:

 

• Work with Change Management Leader and system owners in the design of 
SharePoint sites and related materials to support major project rollout.

• Build SharePoint web pages within existing SharePoint 2010 environment

• Manage SharePoint testing and troubleshoot/resolve issues

• Participate with others in designing and build job aids, other 
communications and training materials

 

EXPERIENCE:

• Minimum 2 years SharePoint related experience. Must be strong SharePoint

• Must be able to consult and interpret business requirements and offer a 
solution using SharePoint features

• Excellent written and verbal communication skills

• Ability to handle multiple tasks/workstreams simultaneously

• HR related experience a plus

 

REQUIRED SKILLS

• Experience with a SharePoint 2010 required, SharePoint 2013 a plus

• Solid HTML experience for troubleshooting

• Highly organized

• Excellent communication skills, both written and verbal

• Ability to elicit requirements

• Ability to work with multiple simultaneous work streams

• Ability to train and communicate SharePoint features and functions to 
non-technical audiences

 

2.

JOB DESCRIPTION:

• Under general direction, partner with project team to document Employee 
Central processes

• Work with Employee Central team and Change Management Leader to develop 
FAQs, How To Guides, Training guides and other communication / training 
materials. May assist with the overall design.

• Assist with development of support pages in SharePoint

• May assist system owners with the design of SharePoint sites and related 
materials to project rollout.

 

EXPERIENCE:

• Minimum 2 years process documentation experience, HR environment preferred

• Prior HRIS experience preferred. Experience with communications or 
training, HR environment a plus.

• Excellent written and verbal communication skills

• Ability to handle multiple tasks/workstreams simultaneously

 

REQUIRED SKILLS

• Must be Proficient in Visio

• Proficient in Microsoft Word, PowerPoint

• Highly organized

• Excellent communication skills, both written and verbal

• Ability to elicit requirements and processes

• Ability to work with multiple simultaneous work streams

• SharePoint related experience a plus

 

3..

JOB DESCRIPTION:

• Work with Change Management Leader and system owners in the design of 
SharePoint sites and related materials to support major project rollout.

• Build SharePoint web pages within existing SharePoint 2010 environment

• Manage SharePoint testing and troubleshoot/resolve issues

• Participate with others in designing and build job aids, other 
communications and training materials

EXPERIENCE:

• Minimum 2 years SharePoint related experience. Must be strong SharePoint

• Must be able to consult and interpret business requirements and offer a 
solution using SharePoint features

• Excellent written and verbal communication skills

• Ability to handle multiple tasks/workstreams simultaneously

• HR related experience a plus

REQUIRED SKILLS:

• Experience with a SharePoint 2010 required, SharePoint 2013 a plus

• Solid HTML experience for troubleshooting

• Highly organized

• Excellent communication skills, both written and verbal

• Ability to elicit requirements

• Ability to work with multiple simultaneous work streams

• Ability to train and communicate SharePoint features and functions to 
non-technical audiences




Regards,

Swathi.

swathi.smactwo...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/2dbe0442-d6c5-41ab-a717-4f8d7fa1d111%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need: Project management with healthcare domain @ Long Beach, CA 90802 --- longterm

2017-01-25 Thread praveen sistla
Hi,

This Is Praveen sistla from Agile Enterprise Solutions,

This is Reference for Following Position



* Please reply with *Resume, Work Authorization , Rate & Contact
Details* ASAP *



*Job Title: project manager with healthcare domain*

*Location:* Long Beach, CA 90802

*Duration:* 12+ Months

*Interview Type: *  Phone+ Skype



*Primary Skills:  *1. Project Management, PMO, Good Communication
Skills

*Job Description:*



v  60% weightage for project management and 40% for the healthcare
experience.


v  Must have 12+ years of experience with good knowledge of US Healthcare,
major players in the market, CMS guidelines etc.

v  Understanding of QNXT, ANSI files that transmitted between the players –
since this is new business we will most definitely work on Enrollment,
Claims/Encounter and Care Management areas. Knowledge on ANSI

v  files (at least on one area) will be a good skill set

v  Prior experience in implementing complex healthcare projects


v  Ability to manage 3-4 medium complex OR 1-2 high complex projects from
Initiation to Warranty period


v  Since this is a PMO role the PM will have no direct reports but need to
pull shared resources from various departments to deliver project.
Interpersonal communication, soft skills and managing relationships across



v  various departments are expected


v  FAHM/PAHM certifications would help

v  PMP/CSM preferred


v  Expertise in MS Project is expected – EPMO is planning to manage all
projects out of P6 rather from MS Project this year. P6 is not a commonly
used tool, people with knowledge of MS Project can easily catch up



*Must Have Skills:*

1. Project Management
2. PMO
3. Good Communication Skills







Thanks & Regards,

Praveen Sistla
Agile Enterprise Solutions Inc
PH: 972-427-1806
E-mail:  praveen_sis...@aesinc.us.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CADHAxxs%3Dv7%3D36aP0OZqnE%3D6FY3MP9bK4z8rgBg%2B4kfo02xh7eA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] New Requisition / PeopleSoft Finance Functional Tester / New Albany, OH / Contract IS

2017-01-25 Thread i7recruiters


Hi,

 

This is Isha Saraf from Virtual Recruiters.

Hope this email finds you well.

 

We have a requirement open for *PeopleSoft Finance Functional Tester*. 

If you have a relevant consultant please send me the updated resume or give 
me a call at *415-202-5274*.

 

*Job Description:*

*Job Title: *PeopleSoft Finance Functional Tester

*Work Location: *New Albany, OH
*Duration: *3 months

*Extension Possible: *Yes

*Mode of Interview: *Telephonic and Skype mandatory

  

*Required Skills:*

Ø  PEOPLESOFT FINANCE,  FUNCTIONAL TEST,  SIT, UAT,  9.2M P2P,  O2C,  
RETAIL, TEST

Ø  This position is responsible for developing test cases and testing 
new\existing functionalities for PeopleSoft 9.2 Upgrade*.*



*Responsibilities   *

   - Work with Business Users to determine existing business process 
   - Work with implementation team to ensure all the business requirements 
   captured in test cases. 
   - Analyze, document, and evaluate alternative solutions within a team 
   environment. 
   - Help users and implementation team with SIT and UAT of new 9.2 
   environments. 
   - Write and/or update system documentation. 



*Qualifications  *

   - Knowledge of PeopleSoft 9.2 Asset Management, Project Costing and 
   eProcurement is must. 
   - Must have prior PeopleSoft Upgrade experience. 
   - Excellent organization skills and attention to detail, including the 
   ability to prioritize and manage multiple tasks and activities. 
   - Excellent communication (written and oral) and interpersonal skills. 
   - Knowledge of P2P and O2C is a plus 
   - Knowledge of ALM is a plus. 

 

*Consultants have to bring their own laptops to work if they got selected 
to this role for Client . We will inform you on the laptop configuration*

 

*As this is an urgent requirement, I would appreciate if you can call me on 
**415-202-5274* *or respond back with the updated resume and the best 
number to reach you along with answers to following questions. This would 
help us to market your profile with other direct clients.*

  

*Note: Client may ask for background and drug check, If Hired*

   
 

*Please provide below information in order to submit your profile:*

*Candidate Name*

 

*Present location (city, state or ZIP)*

 

*Work Authorization*

 

*D.O.B. (MM/DD/)*

 

*Last four SSN.*

*Tel No.*

*E-mail ID*

*Skype ID*

 

*Linkedin*

*Onsite availability (post-selection)*

*Total onsite exp, working in US*

 

*Overall relevant exp of candidate*

 

*Notice Period Required*

 

*Degree:  *

 

*University:   *

 

*Graduation Year:*

*Interview Availability (Time & Date)*

 

*I look forward to hear from you soon*

 

*Thanks & Regards*

*Isha Saraf*

*Technical Recruiter*

*Virtual Recruiters Pvt. Ltd.*

*Contact: 415-202-5274*
*Email: **i...@virtualrecruiters.co* 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/f64a0857-0858-4cc2-8906-4d326a471c02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent || OIM Developer || Phoenix, AZ

2017-01-25 Thread swamil singh
Hi,


Hope you are Doing well...!!!



I have urgent requirement for below position. Please go through the job
description and if you are interested kindly let me know. Please revert me
on swam...@sysmind.com


*Role*: OIM Developer

*Location:* Phoenix, AZ


*JD:*
Key skills required for the job are:

   - Oracle Identity Manager (Mandatory)
   - SCM Build and Release

As a developers, or engineers and drive delivery of a small module within a
project (Delivery/Maintenance/Testing) You may serve as entry level
specialist with expertise in particular technology/industry domain/a
process / application / product. You are responsible for
functional/technical track of a project.
Minimum work experience:3 - 8 Years
-- 


-- 

*Thanks & Regards*

*Swamil Singh* | SYSMIND, LLC

Phone: 609-897-9670 x 5121

Email: swam...@sysmind.com

Hangout: swamil.sysm...@gmail.com

Website: www.sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAP_aUSw1LhM747nvLaBrWga8dURkdL1_cbq%2Baqya1tzWQuhO%3DA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Sr. Salesforce Developer need GC and USC only Local to PA, King of Prussia

2017-01-25 Thread Priyanka Katiyar
*Hi all,*

*Please share profile on priyanka.kati...@nityo.com
*

*GC or US Citizen ONLY, must be local to area and able to attend f2f with
1-2 days notice!*

*Position**: Sr. Salesforce Developer*

*Location **King of Prussia, PA*

*Type C2C*


Intelligent Capital Network, Inc. partners with leading companies
throughout the United States, providing access to highly skilled technology
and marketing professionals. Our high growthl client is looking for a
Tableau developer that will be successful providing analysis, deployment
and support of dashboard and report development starting from ground zero.



This is a great opportunity to work at a high growth company in the
MedTech/Insurance Tech industry and has the potential to grow with the
company.

*RESPONSIBILITIES:*

   - Communicate directly with end users on a regular basis to capture
   requirements, investigate issues, and identify new solution development
   opportunities
   - Design and develop applications, features and enhancements with an
   emphasis on clean, highly efficient, well documented code
   - Collaborate with extended business and IT teams to increase
   productivity by enhancing our suite of cloud based applications and services
   - Work closely with management to prioritize project portfolio
   - Locate and define new process improvement opportunities
   - Identify security risks and remediate as needed within the code base
   - Document new system design and functionality
   - Contribute improvements to the current development process

*REQUIRED EXPERIENCE AND EDUCATION*

   - 3-5 years of Salesforce development experience
   - Proficiency in Visualforce, Apex, Triggers and custom objects
   development
   - Knowledgeable in standard modules of Salesforce.com: Sales Cloud,
   Service Cloud, Community Cloud, and AppExchange/App cloud application
   integration
   - Demonstrable software design and development skills


   - Experience in C# development
  - .NET skills - WCF, WebAPI, MVC, Entity Framework


   - Bachelor’s degree in Computer Science, Business Administration, or
   related field from an accredited institution preferred

*SKILLS AND ABILITIES:*

   - Experience working with applications developed by other developers
   - Experience with unit test frameworks, debugging, and source control
   standards
   - Highly process driven and eager to learn
   - Experience owning development through design prototyping and
   implementation
   - Ability to work as an individual contributor as well as in a small
   team setting
   - Strong business acumen with impeccable attention to details
   - Microsoft Office proficient - Word, Excel, and PowerPoint
   - Strong communication skills

*Preferred:*

   - Healthcare industry / HIPAA regulated development environment
   experience
   - Salesforce Platform Developer I or II Certification
   - Experience with Skuid development
   - Microsoft Visio and Microsoft Project experience
   - Project management and client (internal or external) consulting



Priyanka Katiyar

Technical Recruiter

Nityo Infotech Corp.

Direct: 609-378-1139

Email: priyanka.kati...@nityo.com

Gtalk: puja123h...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAETinPOc%2Bsi3EgY1gZK%3Dxrp6nhNyWHkz%2Bfbes%3DsHOHyLSzCzNg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for :::Small Talk Consultant in San AntonioTX78251

2017-01-25 Thread SALMA BHAT
*Hi Parterres,*

Please share resume at *naseer.ah...@nityo.com *

*Job Title* Small Talk Consultant *


* Work Location & Address* San AntonioTX78251 Contract duration (in
months)* 12 Target Start Date* 30 Jan 2017*

*Mandatory

Job Details: Contribute in requirements elicitation, creation of
application architecture document and creation of design artifacts; deliver
high quality codes, support activities related to implementation and
transition; interface with internal team and key stakeholders; analyze and
resolve issues to ensure high quality deliverables at each stage of SDLC
WITHIN the guidelines, policies and norms of Infosys.

Must Have Skills (Top 3 technical skills only) *
1. Small Talk
2. Agile Development
3. Communication

*Nice to have skills (Top 2 only)*
1. Java
2. Dotnet
Desired years of experience*:
Above 5 years
Education/ Certifications (Required):

BE or Similar
Top 3 responsibilities you would expect the Subcon to shoulder and execute*:
1. Development and Maintenance
2. Analysis and Documentation
3. Communication

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJ0KNK_GnOdTYyhDM%3DJuhTEvrjcFi86%2Bf60PnQcu1OYrm4Oy_A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Mobile developer

2017-01-25 Thread chandrakanth itiyam
*Position : Mobile developer*

*Location:  Bay Area, CA (Sunnyvale, CA)*

*Local To Bay Area, CA (need to local bay area)*

*Job description *

•Design and build advanced applications for the Android platform

•Collaborate with server teams to define, design, and ship new
services

•Work with outside data sources and API’s

•Test code for robustness, including edge cases, usability, and
general reliability

•Work on bug fixing and improving application performance

•Continuously discover, evaluate, and implement new technologies to
maximize development efficiency

•Education: B.S. Computer Science or related field preferred.



*Experience:*

·  3+ years’ experience with agile software development

·  Self-starter, ability to gather requirements and provide solution

·  Proven software development experience

·  Proven working experience in Android development

·  Must have  published at least one original Android app

·  Experience with Android SDK

·  Experience working with remote data via Network connection to
servers over TCP

·  Experience with third-party libraries and APIs

·  Working knowledge of the general mobile landscape,
architectures, trends, and emerging technologies

·  Solid understanding of the full mobile development life cycle ·
Enthusiasm · Curiosity


-- 
Please send resume to my Official mail ID*:** chandrakan...@itiyam.com
*


-- 
Thanks & Regards,

*Chandrakanth Grandhi*
*ITiyam LLC*

chandrakan...@itiyam.com / *(571) 446-4825/4822*
*www.itiyam.com *

Under Bill s.1618 Title III passed by the 105th U.S. Congress this mail
cannot be considered Spam as long as we  include contact information and a
remove link for removal from our mailing list. To be removed from our
mailing list, reply with remove in the subject heading and your email
address in the body. Include complete address and domain to be removed.
Pursuant to Federal law, if you do not wish to receive future email
messages from us, please reply with "remove" to the same id.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CA%2BBaSkfm1zPbRQO6cdeTDUc9Uwk9M23yoLy4V_Wa-Qb570pCzg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Junior Sybase DBA needed urgently in Weehawken ,NJ (OPT can also apply)

2017-01-25 Thread Thiru Moorthy
Hi Friends,

Hope you doing fine.

Kindly share the resumes of your consultants for the below Simple JD.



Please submit the resumes after checking the JD.



*Position; Sybase DBA*

*Location; Weehawken ,NJ*

*Rate ; Max $40/hr. on C2C. *

*Sorry due to large number of calls mail will be fine to communicate.*



The Sybase Database Administrator will be responsible for oversight and
administration of both production and test/development database
environments.

Ensure Proper technical standards related to database structure and usage
are followed.

Will be responsible for planning and coordinating the appropriate actions
necessary to keep the production environments operational

Perform all aspects of database administration including but not limited to
physical structure, overall architecture, performance tuning, backup and
recovery, security and database analysis

Creation of Knowledge Articles/Work Instructions/Run Book

Review and improve backup and recovery design for database environments

Uphold enterprise policy guidelines and recommend new/improved guidelines

Interact with Application team to find solutions for projects and
operational issues for existing and proposed databases



Thanks

*--*

*Tiru Moorthy | Talent Acquisition*



*Systems Software Solutions Inc D/b/a 3S USA INC*

*One Tiffany Pointe, #106, Bloomingdale, IL-60108*


t...@3susa.com | http://www.3susa.com/ |

*Certified MBE/DBE|FBE|8a (SBA) | Honored to serve US Military*

*Disclaimer: *We at 3S USA INC., respect your On-line Privacy. Under
Bills.1618, Title III passed by the 105th U.S. Congress this mail cannot be
considered spam as long as we include contact information and a remove link
for removal from our mailing list, so we do not believe this email is
unsolicited. If you wish to be removed from this mailing list, please reply
with "REMOVE" in the subject line. Any inconvenience caused is regretted.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJccnZWgVzzREkMhLYnFffSWKroKj96BANgSqRue7VD%3DVN%2BBSA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need :: IOS Developer :: @ Richfield, MN(Only Local)

2017-01-25 Thread pankaj bhardwaj
Hello,

Hope you are doing great today…!!!

I have urgent requirement for below position. Please go through the job
description and if you have consultant kindly let me know. Please revert me
on pank...@sysmind.com

*Role* :: IOS Developer
*Location* :: Richfield, MN(Only Local)

*Description* ::

Only Local required.

Face to face interview is required.


Key skills required for the job are:

•Java-J2EE (Mandatory)

•Groovy and Grails

As a Senior Developer, you are responsible for development, support,
maintenance and implementation of a complex project module.

You should have good experience in application of standard software
development principles.

You should be able to work as an independent team member, capable of
applying judgment to plan and execute your tasks.

You should have in-depth knowledge of at least one development technology/
programming language.

 You should be able to respond to technical queries / requests from team
members and customers.

 You should be able to coach, guide and mentor junior members in the team.

*Pankaj Bhardwaj* | SYSMIND, LLC

   Phone: 609-897-9670 x 3501
   Email: pank...@sysmind.com
   Website: sysmind.com
   Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAM__%2BMEa7xG10oimaHMYwcodXB26HrbenpRzJ9XyTsBFO2aP7Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] SalesForce System Administrator _ Virginia Beach, VA (Need locals for Face 2 Face) @ Need consultants who can provide DL and Work authorization copy

2017-01-25 Thread "N"agarju"N"@iDu
*Please share Your Profiles to **nagarj...@tekskillsinc.com*
 *with a CC to my gmail ID
:**gani.nagarj...@gmail.com
*

*Position: SalesForce System Administrator*

*Location: Virginia Beach, VA (Need locals for Face 2 Face)*

*Length: 6 Month Contract*



*Required skills:* 5+ years of SalesForce Admin experience

Experience with Apex, Visual Force, data loading, and Sales Cloud

Experience with Non-Profit Start Pack a plus



*REQUIRED KNOWLEDGE, SKILLS, AND ABILITIES (KSA's):*

*Minimum 5 years’ experience in IT and 3 years’ experience with Salesforce
required.*

*Experience with Salesforce Sales Cloud CRM required.*

Experience with Salesforce Nonprofit Starter/Success Pack (NPSP) a plus.

Experience with Salesforce Communities a plus.

Experience with Apex and/or Visual Force a plus.

*Salesforce Administrator certification required.*

Additional Salesforce certification a plus.

Ability to engage in multiple initiatives simultaneously and meet deadlines

Strong interpersonal skills, excellent communication skills and the ability
to develop strong working relationships with all levels of the organization.

Strong communication skills, both written and oral. Has the ability to
communicate technical concepts to non-technical audiences.

Ability to analyze complex problems and develop appropriate solutions under
pressure.

Ability to work effectively in a small team-oriented environment, mentor
and support additional IT team members. Experience working in Agile teams a
plus.

Experience with the introduction of new technologies and standards in an
unstructured environment.

Ability to conduct research into emerging technologies and IT practices.

Experience in selecting and implementing packaged software solutions.

Experience in configuration management desired

Experience in data migration / bulk data loading into Salesforce desired

Experience with integrated multi-channel marketing (print, telephone,
digital media, social media, ecommerce and/or consumer services) a plus

Working knowledge and experience with non-profit fundraising a plus.

Experience in eCommerce a plus.



*DUTIES AND TASKS:*

Ensure projects are delivered successfully meeting requirements.

Collaborate with business analysts and subject matter experts to establish
the technical vision and analyze tradeoffs between usability and
performance needs.

Configure existing or develop new Salesforce tables, screens, reports,
workflows (process builder or flow), reports, etc. within Salesforce.

Create new Salesforce instances and apply custom corporate template, then
extend for local requirements.

Convert data from legacy systems into new Salesforce system.

Participate in system testing and developing test plans and scripts.

Participate in the definition and implementation of IT project
methodologies and best practices.

Serve as 2nd or 3rd level technical support for users and systems problems.

May contribute to product management, project management, and requirements
gathering and analysis by leveraging compatible technical skills.



*JOB OBJECTIVE:*

This position is responsible for implementing systems in support of the
client’s global Salesforce CRM initiatives supporting donor management,
fundraising and humanitarian activities in 25 locations around the world;
including Salesforce CRM solution design, Salesforce screen and workflow
configuration, third party app selection and system administration. This
individual will be a catalyst for change and provide a bridge between
Information Technology and corporate headquarters and international field
office Operations functions to ensure that business solutions are cohesive,
integrated and contribute to enterprise level efficiencies as well as
departmental level improvements.

The successful candidate will be experienced with defining and implementing
Salesforce-based solutions that include Salesforce systems components,
third-party apps, process improvements and organizational change.

The individual in this position will be challenged with communicating with
multiple stakeholders with varying Information Technology needs, and
varying language and cultural backgrounds and working with a Business
Systems Analyst to document those needs and implement a common set of
business solutions to support the implementation of global enterprise level
processes and common business rules. In addition, this individual will be
required to respond to agile changes in systems requirements from these
varying stakeholders, within a global framework which will apply corporate
standards but also allow for local innovation.

The candidate will help define architecture and design criteria to be
applied across all implementations. The candidate will use agile techniques
to plan and implement system modifications and will determine necessary
data structures, processing procedures, and appropriate output to meet user
needs. The candidate will communicate 

[android-developers] Urgent Requirement :: Project Manager (Big Data) :: ROCKY HILL, CT :: Contract

2017-01-25 Thread Sharad Rajvanshi
Hi Partners,

Please send you consultant resumes at *anil.ku...@contech-it.com
*

*Must have experience wit Project Manager with Big Data*

*Position: Project Manager (Big Data)*
*Location: ROCKY HILL, CT*
*Position Type: Contract*

*Description: *

   - 10+ years of experience in information systems development
   - 2+ years of experience on Big Data Technology
   - 5+ years in management role presenting to senior management and
   stakeholders
   - Experience in relationship management, stakeholder management
   - 5+ years in senior architect and/or program management role
   - 5+ years in design and development using one or more of the these
   technlogies Java development stack with Web Services, Mark Logic, Spring
   framework, Hibernate, Angular JS, Aspect Oriented Programing (AOP), JSF &
   Rich Faces, and test driven development
   - 1+ years of experience Development using Hadoop MapReduce, HBase, Pig,
   Hive
   - Hands on IT development background
   - Very strong presentation and communication skills
   - Very strong in translating concepts into professional power points for
   communication


Preferred Qualifications:

   - Proficiency in MS Office (Word, Excel, Outlook, PowerPoint, Access)
   - Health care industry experience1+ years proven experience with data
   archiving
   - 1+ years of relevant experience in designing, developing and
   implementing ETL solutions.
   - 5+ years' experience with Oracle, Teradata, SQL Server Databases
   - 2+ years ETL experience and verification utilizing SQL querying skills
   (PL/SQL, Toad or other tool) and formal testing methodologies


Thanks
Anil
*anil.ku...@contech-it.com *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOJmjN0k-BV8MQP%3DrcSJhMFR-fj0Kur93k9hcuV72nZsLGBjxw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate Need: UPK Trainer Consultants - Dover, DE - 6+ months

2017-01-25 Thread Kaazmi Kahn
Hi folks,
Hope all is well..

Please share your consultant resume to *kk...@ayrglobal.com
*

*Job Role: UPK Trainer Consultants*
*Location: Dover, DE*
*Duration: 6+ months*

*Required Skills:*
Solid understanding of PeopleSoft 9.2 Financial and Supply Chain Solutions
modules (GL, KK, AM. AP, ePro/PO, GM, PC, CA, AR, BI, CM) functionality,
particularly changes from prior versions, and their integration.
Recent experience working with functional experts to design and develop new
and/or revise existing training materials for PeopleSoft 9.2, including
proficiency using User Productivity Kit (UPK) version 11 or higher and
other appropriate applications, including but not limited to MS Office 2010
(Word, Excel, Powerpoint), in such development.
Training materials to include, but not limited to:
Instructor-led training
Web-based training

*Job Aids*
Related documentation (Instructor/Student manuals, exercises, etc.)
Supports review, edit and rewrite of content into a final product as
required by client’s training manager.
Exceptional technical writing skills resulting in top-line quality,
English-language training materials and documentation.
Ability to thoroughly document design/development standards, processes,
etc., for future on-going maintenance of above training materials in-house.

*Leadership Skills: *
Effectively manages scope and customer expectations on individual
assignments
Follows through on all assignments and takes ownership of customer issues

*Best Regards,*

*Kaazmi Kahn - Recruiter*
*AYR Global IT Solutions Inc.*
*1431 Opus Pl, Suite 110, Downers Grove, IL -  60515*
*Direct: (281) 670-9343 | Email: kk...@ayrglobal.com *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANBLWA-SG_fXnVeMHwA3UgdJWFxPsasgQzpnXHc7AZqs-OvhHg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hot-List...!

2017-01-25 Thread venky N
*Dear Partners**, *



*Please find our below updated Hotlist. Update**d with* * SAP HANA
Basis **Admin,
Front End/UI Developer, UI Developer**, Performance Test Engineer, Oracle
PL/SQL Developer, Quality Analyst**.*



*S No*

*Consultants*

*Technology*

*Rate*

*Current *

*Relocation*

*Available*

*PayRoll*

*1*

*Akhil*

*Front End/UI Developer*

*$55-$60*

*NJ*

*Open*

*ASAP*

*W2*

*2*

*Deepak*

*UI Developer*

*$55-$60*

*NJ*

*Open*

*ASAP*

*W2*

*3*

*Nihanth*

*UI Developer*

*$55-$60*

*NJ*

*Open*

*ASAP*

*W2*

*4*

*NagaRaju*

*SAP HANA  SAP Basis *

*$75-$80*

*MA*

*Open*

*ASAP*

*W2*

*5*

*Sunitha*

*Quality Analyst*

*$45-$50*

*NJ*

*Open*

*ASAP*

*W2*

*6*

*Indumati*

*Oracle PL SQL Developer*

*$65-$70*

*FL,DE,OH,NC & PA*

*FL*

*ASAP*

*W2*

*7*

*Vaishali*

*Performance Test Engineer*

*$65-$70*

*MI*

*MI*

*ASAP*

*W2*



*A Waiting hear from you…!*



*Thank you,*

-- 

Thanks

Venkatesh Nadiri

Business Development Manager

Software Programming Group LLC (SPG) America

15 Corporate Place South, Suite #421, Piscataway, NJ - 08854

(: 732-343-7688 x 3050|| Fax: 732-343-7689

Email: | venkat...@spgamerica.com   | URL :
www.spgamerica.com |

IT Services ||  Consulting

USA || INDIA

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOL1SX00vWDNranCoRgzZPbpg9am5Xcc_EMjczF8_x-_TxgZHA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Java Developer/Lead///Bothell, WA///12 months (only locals)

2017-01-25 Thread mounika basham
Hello Professionals,



Hope you are doing great

We have an urgent below “*Java Developer/Lead*” position with one of our
client for* 12 months contract*  at “*Bothell, WA **”*if you are interested
please share your updated resume along with contact details to
mounika_bas...@visionisys.com



*Job Title*: *Java Developer/Lead*

*Location*: *Bothell, WA*.

*Duration  * : *12 months*





*Only locals*



*Description:*

Functional requirement understanding of Front End development*( Need
Angular-Js Profile with HTML, Not UI Developer)*
Understand the current architecture of the customer business line
Discussing technical solutions with customer technical team and suggesting
innovative ideas for solutions
Maintaining a high awareness of industry issues and trends for UI
development work, particularly in regard to web accessibility, usability,
and emerging technologies
Interaction with other teams (QA, Business, Technical Architect)

*Required Skills:*
Java
JQuery
Jscript
HTML
JSP

*Desired Skills:*
Ajax, JSON
JS Framework, JSTL
HTML5, CSS3
Code optimization
Cross Browser issues, Multiple devices
Soft Skills





Thanks & Regards,

*Mounika Basham*
visionisys Inc
PH :901-203-2867

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJbQ94x041vtCu8U53_cOGEQmcGN4cXz7_15NQnMZDD4ErBzAw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring for Oracle Functional Consultant at Plano, TX

2017-01-25 Thread USIT Recruiter
*Hi,*



* Please lookup the below position and if you feel comfortable ,then please
send me your updated resume *



*Job Title: Oracle Functional Consultant *

*Duration: 6+ months*

*Location: Plano, TX*





*Must Have :*

· Oracle EBS 12.2 Incentive Compensation

· Oracle Payroll

· Oracle EBS HRMS



*Nice to have :*

· Peoplesoft







*Thanks and Regards,*

*Abhishek Kumar*

Next Level Business Services, Inc.

*An Oracle Recognized Partner & *An ISO 27001 and 2-1 Certified &
Minority Business Enterprise (CMBE)

*f: *+1 (608) 646 8326

*e:* abhishek.kum...@nlbservices.com | *w:* www.nlbservices.com

*a:* 8613 Old Kings Road South, Unit 303, Jacksonville, Florida 32217

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CALnpRi28XQWBkCA%2BUwxUro1_yz8YJR0wKbBDLy3%3DSDwqmun66Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for web Methods Developer in Philadelphia, PA

2017-01-25 Thread Sudhakar Reddy
Hi,
Hope you are doing great,
My Self, *Sudhakar* from *Anira Solutions*. We have a requirement for *web
Methods Developer* in *Philadelphia, PA*
Please review the Job description below and if you’d like to pursue this,
please include a word copy of your latest resume along with a daytime phone
number and rate in your response. you can also  reach me at
*703-745-7172*,Drop
the suitable profiles on *sudha...@anirasolutions.net
*


* Title:* *web Methods Developer*
* Location:* *Philadelphia, PA*
* Duration: 6 Months +*



*Job Description :*

This web Methods integration developer will work to support team of seven
developers working on longer term assignments. This is initially a six
month project expected to extend longer term. This resource would work on
the smaller integrations and be a utility player on the team and must be
able to work independently and directly with business clients and other
non-Integration team IT resources. Below is a brief outline for this role:

Required Qualifications:

   - 3 years of experience consistently working on Web Methods development
   projects/tasks
   - Good experience and knowledge in Web Methods Core components 9.7
   (Integration Server, Broker, Universal Messaging)
   - Knowledge on Optimize, XML, and SOAP
   - Proven Experience using the WebMethods SAP adapter, JDBC adapter, and
   web services
   - Solid web service interface design skills with in-depth knowledge of
   XML, XSD and WSDL
   - PL/SQL and stored procedure coding experience Oracle preferred
   - Proven ability to troubleshoot and solve problems in a production
   support environment; possess analytical skills to effectively resolve
   technical problems, identify and implement process improvements, and think
   creatively.
   - Must be skilled in both oral and written communications in order to
   contribute to meetings and capture requirements as well as write
   documentation, specifications, procedures and process flows
   - Willingness to undertake assignments involving unfamiliar subjects,
   and possesses an aptitude to learn quickly.
   - Proven team player, contributes to team goals, encourages and supports
   team members
   - Ability and willingness to work flexible hours, and be available for
   call-in and after hours support if needed Responsibilities Include:
   - Design, develop and test complex integrations and web services using
   the WebMethods suite of tools
   - Development/Support of WebMethods integrations and web services used
   in the data transfer between both internal and external facing applications
   and platforms
   - Proactive







*Thanks and Regards . . . . *



*Sudhakar.Muchumari*

*Anira Solutions,Inc*

44345, Premier Plaza,

Suite 100,Ashuburn, VA - 20147

Direct: 703-745-7172

Email: sudha...@anirasolutions.net

Visit Us: www.AniraSolutions.net 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAGxT0BQz3iKen207d4kNBPAHuy%3D8k306Br9%3DFa%3DtfvZJg0VOFA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: IMMD START: Sr level DevOps Engineer in Glendale, CA

2017-01-25 Thread Ravikant Kapil
Tahir,

Please find the attached resume of our consultant and let me know if you 
find him good to submit..

Raj Kant
973-582-0361
raj.k...@honorvettech.com

On Monday, January 16, 2017 at 10:02:02 AM UTC-5, Mohd Taher wrote:
>
> Hello,
> Please share your consultant resume to tah...@usmsystems.com 
>
> Sr level DevOps Engineer
> Glendale, CA
> 12+ months
>
> *Need EAD, GC, TN or Citizen Only!!*
>
> *Must have: * 
> 1. Public Cloud Experience(AWS, Google Cloud)
> 2. 4+ years exp with automation tools, Chef or Puppet (familiar with tools 
> development). Must be able to script from scratch. 
> 3. 5-7 years Web Application exp supporting LAMP environments
> *Docker experience is a huge plus* 
>
> Basis Qualifications:
> • 5 years of experience supporting and/or deploying internet-based 
> products or services 
> • Intermediate to advanced shell scripting skills 
> • Intermediate skills in Ruby, Perl, Python or other programming languages 
> • Experience in configuring, deploying, and supporting web server 
> platforms including but not limited to Varnish, Tomcat, Apache, PHP, Zend. 
> • Detailed knowledge of core internet and networking protocols including, 
> but not limited to TCP/IP, DNS, and HTTP 
> • Exposure to configuration management frameworks such as Chef, Puppet, 
> Ansible, CFEngine 
> • Experience with enterprise load balancers including F5, NetScaler 
> • Expertise in configuration and management of one or more enterprise 
> Operating Systems 
> • Experience using monitoring platforms like Nagios, Zenoss 
> • Exposure to CDN concepts and providers 
> • Experience working with VCS like GitHub, SVN 
> • Knowledge of DevOps and Agile/Lean methodologies
> Preferred Qualifications:
> • 7 years or more of experience supporting and/or deploying internet-based 
> products or services 
> • Knowledge of High Scalability/Availability Systems Architecture and 
> Systems Support 
> • Advanced Ruby, Python, and or JAVA programming skills 
> • Experience with web application development platforms, tools and 
> utilities including JSP, ASP, PHP, JavaScript, and Flash. 
> • Proficiency in authoring and managing configuration management 
> frameworks such as Chef, Puppet, CFEngine 
> • Expertise with configuration and management of multiple web server 
> platforms including but not limited to Varnish, Memcached, Tomcat, Apache, 
> PHP, Zend 
> • Expertise with Web Caching or Load Balancing technologies such as 
> Varnish, memcached, and HAProxy 
> • Expertise in monitoring platforms such as Zenoss, Nagios, OpenNMS 
> • Experience working in a DevOps capacity, with Agile methodologies 
> • Experience with VCS like GitHub, Perforce, SVN 
> • Continuous Deployment mechanisms and integration tools 
> • Experience managing site content and configuration via CDN providers.
>
> Best Regards,
>
> Mohammed Taher
> US IT Recruiter
> Direct: 703 349 4237
> USM Business Systems
> Chantilly, VA 20151, USA.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/d378e23b-ca87-4291-ac1e-3f99efb196c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Mohit_New.docx
Description: MS-Word 2007 document


[android-developers] UPDATED HOT-LIST 1/25/2017

2017-01-25 Thread Acha Hotlist
Hello,



Hope you’re doing great today.

Please find the below HOT-LIST and let me know any suitable requirements
for our consultants.



*Name*

*Technology*

*Location*

*Experience*

*Relocation*

PR

Salesforce Developer

Austin, TX

8

Only TX

NM

Sr. .Net Developer

 Wayne, PA

8+

Yes

MJG

Hadoop Developer

Lisle, IL

7+

Yes

SV

Hadoop Admn

Charlotte, NC

7+

Yes

VPP

Salesforce Developer

Santa Clara, CA

9+

Yes


SRM



Linux Administrator



Stamford, CT



7+



Yes

HD

DevOps Engineer

San Ramon, CA

8+

Yes

RA

Selenium Automation Test

Pittsburgh, PA

7+

Yes

HC

.Net Developer

Los Angeles, CA

7+

Yes

AK

Sr. WMB Developer

Columbus,  Ohio

7+

Yes

URR

Service Now Developer/Admin

 Richardson, TX

7+

Yes



Thanks & Regards,

*Acha Ayyappa*

*CNET* *G**lobal **S**olutions, **I**nc*  ||
*Phone*: 972 782 4306|| *Fax*: 972-692-8828

*Email*: a...@cnet-global.com  || *Hangouts:*
acha.requireme...@gmail.com 

*Certified Minority Business Enterprise (MBE)*
800 E. Campbell Road, Suite # 345 Richardson, Texas 75081

*“Texas HUB Certified Business”*



*We are Leaders, We are CNETians*



*P*Please consider the environment - do you really need to print this email?




Note: We respect your Online Privacy. This is not an unsolicited mail.
Under Bill s.1618 Title III passed by the 105th U.S. Congress this mail
cannot be considered Spam as long as we include Contact information and a
method to be removed from our mailing list. If you are not interested in
receiving our e-mails then please reply with a "remove" in the subject line
and mention all the e-mail addresses to be removed with any e-mail
addresses which might be diverting the e-mails to you. I am sorry for the
inconvenience caused to you.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAP%2Bb5tEUGadwXJxUuq4EuG2Fmzfyi1i7Mxinrjo2tny7OMSwfg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] IMMD NEED: SAP FICO Functional AP consultant in Milwaukee, WI

2017-01-25 Thread Mohd Taher
Hello,
Please share your consultant resume to tah...@usmsystems.com

SAP FICO Functional AP consultant
Milwaukee, WI
18 months

*Need EAD, GC, TN or Citizen Only!!*

Looking for a SAP FICO Functional AP consultant who has built a Global
Template for AP and/or Time and Expenses.  This person should have some
Project Management experience, blueprinting experience along with FICO
functional skills including Configuration through implementation.  A major
plus would be Asia Pacific Global Template Implementation.  Candidates need
to have 10+ years of experience and perfect communication.

Best Regards,

Mohammed Taher
US IT Recruiter
Direct: 703 349 4237
USM Business Systems
Chantilly, VA 20151, USA.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAL4ROq52%2BvxNy4NGqDHpNzvaCVOz8C8qYbQvYH_10BuPT2TMFA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


  1   2   >