[android-developers] Domestic Cleaning Agencies in Bangalore

2016-09-29 Thread bisy biz


*Cleaning Services in Bangalore - List of expert cleaners in Bangalore and 
cleansing businesses, businesses, price, contact addresses, smartphone 
numbers, person ratings and opinions immediately on *busybizz.com 


http://www.busybizz.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/08dda9dc-c594-44f4-b9dc-a7f11e7fa4e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Zipalign does not work!

2016-09-29 Thread Ravi Subramanian
I noticed that when downgrading the plugin and running gradlew from the 
command line:

With the new plugin (version 2.2.0) upon './gradlew assembleDebug' I get: 

:
:app:validateSigningDebug
:app:packageDebug
:app:assembleDebug
:



but with the old one (2.1.2) I get:

:
:app:validateDebugSigning
:app:packageDebug
:app:zipalignDebug
:app:assembleDebug
:


Notice that the zipAlign step is missing in the old plugin. Not sure if 
this is the issue, but I wonder if that has something to do with the 
"zipalign twice works" solution as well.

Also, in both cases my build.gradle says:

buildTypes {
  :
  zipAlignEnabled true

  :
}



On Tuesday, August 2, 2016 at 4:49:11 AM UTC-7, exa...@gmail.com wrote:
>
> With Android Studio 2.2 Preview 6 I got working apk which can be directly 
> uploaded to Play store.
> And maybe non-related, but hint - check : Module settings -> app -> Build 
> Types -> release -> "Zip Align Enabled" should have value "true"
>
> Urmas
>
> On Thursday, June 9, 2016 at 7:15:15 PM UTC+3, Fabs wrote:
>>
>> Hello all.
>>
>> I have never encountered this issue before, despite developing several 
>> apps. When I build a signed production APK using Android Studio, I get an 
>> app-release.apk file but it is rejected by Google Play, saying it needs to 
>> be zipaligned. When I verify the alignment using zipalign tool, I receive 
>> output like this:
>>
>>  1876394 res/layout/design_bottom_sheet_dialog.xml (OK - compressed)
>>  1876935 res/layout/design_layout_snackbar.xml (OK - compressed)
>>  1877313 res/layout/design_layout_snackbar_include.xml (OK - compressed)
>>  1877936 res/layout/design_layout_tab_icon.xml (OK - compressed)
>>  1878215 res/layout/design_layout_tab_text.xml (OK - compressed)
>>  1878540 res/layout/design_menu_item_action_area.xml (OK - compressed)
>>  1878804 res/layout/design_navigation_item.xml (OK - compressed)
>>  1879186 res/layout/design_navigation_item_header.xml (OK - compressed)
>>  1879517 res/layout/design_navigation_item_separator.xml (OK - compressed)
>>  1879844 res/layout/design_navigation_item_subheader.xml (OK - compressed)
>>  1880231 res/layout/design_navigation_menu.xml (OK - compressed)
>>  1880609 res/layout/design_navigation_menu_item.xml (OK - compressed)
>>  1881116 res/layout/notification_media_action.xml (OK - compressed)
>>  1881527 res/layout/notification_media_cancel_action.xml (OK - compressed)
>>  1882005 res/layout/notification_template_big_media.xml (OK - compressed)
>>  1882747 res/layout/notification_template_big_media_narrow.xml (OK - 
>> compressed)
>>  1883472 res/layout/notification_template_lines.xml (OK - compressed)
>>  1884347 res/layout/notification_template_media.xml (OK - compressed)
>>  1884968 res/layout/notification_template_part_chronometer.xml (OK - 
>> compressed)
>>  1885372 res/layout/notification_template_part_time.xml (OK - compressed)
>>  1885772 res/layout/select_dialog_item_material.xml (OK - compressed)
>>  1886199 res/layout/select_dialog_multichoice_material.xml (OK - 
>> compressed)
>>  1886700 res/layout/select_dialog_singlechoice_material.xml (OK - 
>> compressed)
>>  1887202 res/layout/support_simple_spinner_dropdown_item.xml (OK - 
>> compressed)
>>  1887559 res/menu/menu_login.xml (OK - compressed)
>>  1887906 res/mipmap-hdpi-v4/ic_launcher.png (BAD - 2)
>>  1891092 res/mipmap-mdpi-v4/ic_launcher.png (OK)
>>  1893113 res/mipmap-xhdpi-v4/ic_launcher.png (BAD - 1)
>>  1897545 res/mipmap-xxhdpi-v4/ic_launcher.png (BAD - 1)
>>  1904619 res/mipmap-xxxhdpi-v4/ic_launcher.png (BAD - 3)
>>  1914156 resources.arsc (OK)
>> Verification FAILED
>>
>> Indeed it is not aligned. But when I try to re-align it, I get this:
>>
>>  1881710 res/layout/notification_media_action.xml (OK - compressed)
>>  1882121 res/layout/notification_media_cancel_action.xml (OK - compressed)
>>  1882599 res/layout/notification_template_big_media.xml (OK - compressed)
>>  1883341 res/layout/notification_template_big_media_narrow.xml (OK - 
>> compressed)
>>  1884066 res/layout/notification_template_lines.xml (OK - compressed)
>>  1884941 res/layout/notification_template_media.xml (OK - compressed)
>>  1885562 res/layout/notification_template_part_chronometer.xml (OK - 
>> compressed)
>>  1885966 res/layout/notification_template_part_time.xml (OK - compressed)
>>  1886366 res/layout/select_dialog_item_material.xml (OK - compressed)
>>  1886793 res/layout/select_dialog_multichoice_material.xml (OK - 
>> compressed)
>>  1887294 res/layout/select_dialog_singlechoice_material.xml (OK - 
>> compressed)
>>  1887796 res/layout/support_simple_spinner_dropdown_item.xml (OK - 
>> compressed)
>>  1888153 res/menu/menu_login.xml (OK - compressed)
>>  1888500 res/mipmap-hdpi-v4/ic_launcher.png (OK)
>>  1891688 res/mipmap-mdpi-v4/ic_launcher.png (OK)
>>  1893712 res/mipmap-xhdpi-v4/ic_launcher.png (OK)
>>  1898144 res/mipmap-xxhdpi-v4/ic_launcher.png (OK)
>>  1905220 res/mipmap-xxxhdpi-v4/ic_launcher.png (OK)
>>  1914757 resources.arsc (BAD - 1)
>> 

[android-developers]

2016-09-29 Thread jay5050lidstonecarrol


-- 
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/1475190010.794366460%40f17.my.com.
For more options, visit https://groups.google.com/d/optout.


ShowDocument.pdf
Description: Adobe PDF document


[android-developers] WCS developer @ Downers Grove, IL

2016-09-29 Thread ANUDEEP
*Title : WCS developer*

*Location : Downers Grove, IL*

*Duration : 6+ Months*



*8-10 years IBM Web sphere Commerce*



*Skills*:

DB2, Oracle, JSP, HTML, Java, Java Script, PL/SQL, SQL, XML, DOM, XSLT,
Struts, UNIX, HTTP, SMTP, TCP/IP, FTP, SOAP, IBM Websphere, Websphere, RUP,
Remedy, Web Service, JSTL, Spring, Agile, shell scripting, JEE, MVC,
methodologies, SDLC, testing, WCS, XPath, WCS7



*Expert in Java*

*WCS Application Server*

*Retail experience is a plus*

*B2B is a plus*

   - Over nine years of IT Experience in implementing end-to-end Enterprise
   / Web based distributed applications using JEE and related web tools and
   technologies and testing Software Applications.
   - Expertise in different WCS store models particularly B2B and B2C
   - Expertise in working with Extended sites business model.
   - Experienced in Member, Catalog, Order and Marketing Subsystems.
   - Worked on customizations to the storefront involving Controller
   commands, Task commands, Access Beans, Data Beans.
   - Integrating Commerce with third party Web Service for Email
   Transition, worked on Calculation Framework.
   - Worked on WCS consoles like Management Center (Accelerator), Org Admin
   Console and Admin Console
   - Performed data loads using the new Dataload in WCS7 and using IDRESGEN
   MASS LOAD in older versions.
   - Strong skills in database programming involving DB2, Oracle, SQL,
   PL/SQL relational databases and UNIX shell scripting.
   - Excellent skills in developing web-based GUIs using JSP/JSTL, Struts,
   Spring MVC, HTML, Java Script for web enabled applications.
   - Expertise in different type of protocols HTTP, FTP, SOAP, SMTP and
   TCP/IP environment.
   - Experience in using XML technologies like XPath, XSLT to convert XML
   to XML or XML to HTML and SAX / DOM parsers.
   - Sound knowledge in SDLC STLC model, worked on developing projects
   using Agile and RUP methodologies and debugging software applications.
   - Worked with defect management tools, Mercury Quality Center, JIRA,
   Remedy, and Change Request.
   - Extensive experience in troubleshooting issues / resolution to the
   needs of business users.
   - Strong interpersonal and organizational skills in addition to an
   ability to manage and lead multiple projects to succession with minimal or
   no supervision.
   - Received appreciations from Client Managers, for excellent time
   management, quality control and meeting the set goals at every stage of the
   project.
   - Excellent communication skills, hardworking and a very good team
   player.

*Thanks *

*Anudeep | Anblicks|www.anblicks.com *

*14651 Dallas Parkway, Suite 816, Dallas, TX-75254*

*anudee...@anblicks.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/CAJOb5BYoAWqG%3DBhs2SQtiWt9g29TV5ogy0-%3DqFX2bA1wH4V6%2Bw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: "Managing the Activity Lifecycle" Tutorial's ActivityLifecycle.zip sample out of date?

2016-09-29 Thread antonin.perrotaudet via Android Developers
Hi Chris,

just encountered the same situation. I solved it by using the "import 
projet (eclipse ADT, Gradle, etc) option.

Some automatic downloads and auto asdk adjustments later I had a project 
that compiles and works on the device emulator.
Hope it helps.

Best,
Antonin PA

On Wednesday, January 20, 2016 at 4:14:49 AM UTC+1, ChrisCrossCrash wrote:
>
> I've been working through the Training tutorials at developer.android.com, 
> and I've run into a stumbling block at the "Managing the Activity 
> Lifecycle" tutorial. I'd like to download and try the ActivityLifecycle.zip 
> sample project using Android Studio 1.5.1.
>
> First I tried placing it directly into my Android Studio projects folder 
> and opeining it like I would any other project. When I do this, I get a 
> "Sync Android SDKs" dialogue box that says:
>
> "The path
>> '\Users\brutledge\android-sdk-macosx'
>> does not belong to a directory.
>> Android Studio will use this Android SDK instead:
>> 'C:\Android\sdk'
>> and will modify the project's local.properties file
>
>
> Ok, I get it. This project was made on somebody else's mac. Android Studio 
> will use the SDK I have on my PC. So then I click "OK". Then, I get a 
> "Gradle Sync" dialogue box saying:
>
>>
>> Gradle settings for this project are not configured yet.
>> Would you like the project to use the Gradle wrapper?
>> (The wrapper will automatically download the latest supported Gradle 
>> version).
>> Click 'OK' to use the Gradle wrapper, or 'Cancel' to manually set the 
>> path of a local Gradle distribution.
>
>
> I click "OK", simply because I have no idea what I'm doing. The project is 
> building for a few seconds. I get a popup that says "Frameworks detected: 
> Android framework is detected in the project *Configure*".
>
> Since nothing seems to be working, I click configure and the "Setup 
> Frameworks" dialogue box comes up. I leave the Android and 
> AndroidManifest.xml files checked (I'm just grasping at straws at this 
> point. I have no idea what this will do). Then, the event log shows a 
> couple more things about what went wrong. Here is the entire Event Log for 
> the project since I opened it:
>
>>
>> 8:32:54 PM Platform and Plugin Updates: The following component is ready 
>> to update: Google APIs Intel x86 Atom System Image
>> 8:34:41 PM Gradle sync started
>> 8:34:53 PM Gradle sync completed
>> 8:34:56 PM Frameworks detected: Android framework is detected in the 
>> project Configure
>> 8:42:12 PM IndexNotReadyException: Please change caller according to 
>> com.intellij.openapi.project.IndexNotReadyException documentation
>> 8:42:12 PM Update Property Files
>>The structure of following Android modules was changed:
>>activity-lifecycle
>>Would you like to update related project.properties files?
>>Only once
>>Always for these modules
>>Never for these modules
>
>
> At this point, I decide to close Android Studio and take a different 
> approach by importing the project from the desktop. I reopen a different 
> project in android studio and go to "File>New>Import Project..." and select 
> the activity-lifecycle folder from the desktop and press "OK". In the next 
> dialogue box I choose to import it to my Android Studio Projects directory 
> and click "Next". I get an "Import Project from ADT (Eclipse Android)" 
> dialogue box that says:
>
> The ADT project importer can identify some .jar files and even whole 
>> source copies of libraries, and replace them with the Gradle dependencies. 
>> However, it cannot figure out which exact version of the library to use, so 
>> it will use the latest. If your project needs to be adjusted to compile 
>> with the latest library, you can either import the project again and 
>> disable the following options, or better yet, update your project.
>> [x] Replace jars with dependencies, when possible
>> {x] Replace library sources with dependencies, when possible
>> Other Import options:
>> [x] Create Gradle-style (camelCase) module names
>
>
> I leave all the boxes checked, and click "Finish". I get a large 
> "import-summary.txt" file and a project folder with lots of errors. This is 
> what shows up in the event log:
>
> 8:58:40 PM Gradle sync started
>> 8:58:45 PM Gradle sync failed: Cause: failed to find target with hash 
>> string 'android-14' in: C:\Android\sdk
>>Consult IDE log for more details (Help | Show Log)
>> 8:58:45 PM Gradle sync started
>> 8:58:47 PM Gradle sync failed: Cause: failed to find target with hash 
>> string 'android-14' in: C:\Android\sdk
>>Consult IDE log for more details (Help | Show Log)
>
>
> So I guess it's because I don't have that SDK on my computer. When I open 
> my SDK manager, I see options for SDK API level 10 and 15, but not 14. In 
> any case, it must be very, very old.
>
> Is there any easy way to get this to work? Is it even worth it? It seems 
> like this project wasn't even designed for 

[android-developers] online training courses

2016-09-29 Thread aagnasoft3

Hi,
We are providing training for ALL SOFTWARE COURSES with certified and 
experienced faculty.
For more details log on to: www.aagnasoft.com
Limited slots available, first in first serve.   
Courses Details :- 
   
SAP  ABAP (Advanced Business Application Programming)
SAP  BI (Business Intelligence)
SAP  BPC (Business Planning And consolidation)  
SAP  BW (Business Warehouse)  
SAP  HANA (High Performance Analytic Appliance)
SAP  HCM (Human Capital Management)
SAP  HANA ADMIN
SAP  FSCM   

SAP  FICO(Financial Accounting & Controlling)
HADOOP Admin Course and Developer Course
BUSINESS ANALYST (US Health Care)
Etl Tools Informatica  
Google Adwords Online Training
 
ADVANTAGES:
1.   Free Demo Sessions.
2.   Flexible and customized timings.
3.   Easy to follow, because its more over practical sessions.
4.   Classes driven by real time expert.
5.   Provides notes and recorded videos.
6.   Interview assistance(FAQ’S, sample resumes).
Please forward this details to your colleagues and friends, who may be 
interested in upgrading their skills and knowledge for better Job 
opportunities.
 
Thank you
 Manager-Training
Aagna Global Solutions Pvt. Ltd
Call Us on: +1 850 387 0353, +91 9010324941
Email: i...@aagnasoft.com
http://www.aagnasoft.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/2aa89d09-a564-49d5-92e6-0d2a1810b629%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] IMMD NEED: ETL Informatica Developer in Des Moines, IA

2016-09-29 Thread Mohd Taher
Hello,
Please share your consultant resume to tah...@usmsystems.com

ETL Informatica Developer
Des Moines, IA
Duration: 18+ months

*Need EAD, GC, TN or Citizen Only!!*
*Max rate is $45/hr on CTC*

Here are the job details of an ETL/Informatica developer role:
Data Warehouse.
Informatica Powercenter
Informatica Data Quality tool (nice to have; we are just starting with it)
Perl
SQL (preferably Teradata, Netezza, Oracle and DB2 SQL)
ESP Scheduler (or experience in a comparable scheduling tool)
Data warehousing concepts
data modeling
data analysis

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/CAL4ROq5RA2DJkqE-dS3PhtoWVRwUoqG7aN4wx79K284AJkJ%3DGw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Pronix:: Bench Resources (09-29-2016) :: National wide Available ::

2016-09-29 Thread Balu Nela9


*Greetings Dear Partner….*

 

*Please advise for available openings/requirements on the below skills for 
our own W2 resources available with us. Looking forward to working with 
you.*

 

*Available Bench Resources/Skill Sets:** Please Share your Requirements to*
  *Balu @ Pronixinc.com*

 

*S. No*

*Name*

*Skills Set*

*Location*

*Relocation*

*Availability*

*Exp*

1

Moumita

ETL Developer

NJ

NJ/NYC

Immediate

8 Years

2

Riddhima

Java Lead Developer

AZ

Open

2 week

8 years

3

JITENDRANATH

Java Lead/Architect

NJ

Open

2 weeks

11 years

4

Rahul 

Java Developer

TX

Open

2  weeks

11+ years

5

Srinivasa

Java Lead/Architect

CA

Open

2 Weeks

10 Years

6

POORNIMA

Java Developer

AZ

AZ

2 weeks

7 years

7

Mounika 

Java Developer

NJ

Open

Immediate

5 years

8

Ravi Teja 

Java Developer

NJ

Open

Immediate

5 years

9

Bharadwaj 

Java Developer

NJ

Open

Immediate

5 years

10

SANDEEP  

Java Developer

NJ

Open

Immediate

5 years

11

Naveen Kumar

Java Developer

NJ

Open

Immediate

6 Years

12

Prasanna Goud

Java Developer

NJ

NJ

Immediate

7  years

13

Suneeta Kolla

Java Developer

NJ

NJ

Immediate

7  Years

14

Srinivasan

UI Developer

CA

OPEN

Immediate

10 Years

16

Lakshmi

DOT NET

NC

Open

2 weeks

10 years

17

Devesh

DOT NET

NJ

Open

2 weeks

10 years

18

Poongothai

QA

NJ

NJ,NY,PA

Immediate

7+ years

19

Sruthi

QA

NJ

NJ

Immediate

7 years

20

Sirisha

QA Lead

NJ

NJ

Immediate

9  years

21

Roy

ETL Tester

NJ

Open

2 weeks

8 years

22

Vinodh

QA Automation Tester(Big Data/Hadoop/Selenium/Java/ETLSQL)

NJ

Open

2 Weeks

8 Years

23

Shraddha

IOS

TX

MN

2 Week

9 years

24

Narendra

BA

OH

Open

2 Weeks

6 years

25

Shweta

BA/PA

NJ

Open

2 Weeks

9 Years

26

Ravi

Hadoop Developer

CA

Open

Immediate

10 Years

27

Uma

People Soft HR Technical

CA

Bay Area, CA

2 Weeks

9 Years

28

Rahul

AS400 Lead

TX

OPEN

2 Weeks

10 years

29

Sanjay Kumar

Oracle SOA/Java/Middleware Lead

PA

OPEN

2 Weeks

11 years

30

Akshay Guar

BA

PA

PA

2 Weeks

7 years

31

Hari

Java Lead

PA

OPEN

2 Weeks

9 years

32

Chakradhar

Oracle/UNIX Developer

NJ

OPEN

2 Weeks

10 years

 

 

-- 
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/ea0e206d-9ab9-4d38-a0df-21161bc0b0b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgently Required:::Salesforce Integration Developer-CRM for San Diego, CA

2016-09-29 Thread shailaja


Greetings!

Hope you are doing Good!

This is Shailaja, Senior Technical Recruiter from L7 Resources.

Below is the Job Description.

*Job Title: **Salesforce Integration Developer-CRM*

*Location: San Diego, CA*

*Duration: 12 months*

*Job Responsibilities: *

   - Salesforce integrations and process improvements/streamlining
   - Design and create customized CRM solutions, reports, dashboards, and 
   portals that support business requirements
   - Program in SQL, APEX, VisualForce, C#, and ASP.NET 
   - Program in middleware, ETL, and ESB applications
   - Seek out ways to utilize SFDC to improve processes and productivity, 
   and make recommendations to support an organization scaling at a rapid pace
   - Support Software Department Application Development
   - Other Projects as assigned including required meeting attendance
   - Keep code repository up to date
   - Document programs and systems
   - Performs related duties as assigned
   - Work in a dynamic fast paced entrepreneurial team with an open, 
   collaborative culture that fosters creativity

 

*Required Skills and Abilities: Must Have*

   - 5+ years of relevant development experience (Salesforce, ASP.NET 
   )
   - Strong configuration and design skills
   - 2+ years of hands-on with SQL Server 2008 R2/2012
   - In-depth understanding of the capabilities and constraints of the 
   Salesforce application coupled with good understanding of the business 
   processes
   - Hands-on experience with Web Services (SOAP or Rest) Design and 
   Development
   - Experience with formal Systems and Process Integration Design and 
   Development


-- 

Thanks & Regards

Shailaja. K

*[image: L7-Resources]*

(*A* *L7 Group Company)*

*Email: *shail...@l7resources.com 

*Direct *: 2544884405

*URL: *www.l7resources.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/0c21501a-6ae4-47ee-ba0d-ad131ca45381%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Informix 4GL Developer in Blue Ash, OH

2016-09-29 Thread Abhishek ojha
*Client: Kroger*

*Job Title*: Informix 4GL Developer

*Interview:* Phone/Skype

*Location*: Blue Ash, OH



*Must be US/GC/GC-EAD and be able to go perm*


*Position Description:*

Application Support and Development supporting Order Forecasting solution
enhancements, bug fixes and application support. Requires rotation 24 x 7 x
365 customer support duties via phone and remote connection.

*REQUIREMENTS:*

•Excellent troubleshooting and debugging skills

•Experience with Informix 4GL development

•Experience with Shell scripting

•Experience with relational database models

•Experience with Postgres, PostgreSQL

•Development environment includes:

· Git – version control

· Oracle Enterprise Data Quality (OEDQ)

· GNU project debugger (GDB)



*DESIRED SKILLS AND EXPERIENCE:*

•Good understanding of UNIX

•Experience in Unix Shell Scripting (Korn Shell preferred)

•Experience with relational database design (Informix, DB2, Oracle,
SQL Server)

•Good understanding of networks and data transfer protocols (MQ
Series, Connect:Direct file transfer, TCP/IP sockets)

•Experience with modern IDEs (Eclipse is our preferred tool)

•Experience with Task/Issue Tracking Systems (JIRA is our preferred
tool)

•Experience with Agile Development is a plus

•Experience with C is a plus


*Abhishek Ojha*

732- 837- 2138

ao...@sagetl.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/CAKpcopQs9H8oZytbmQ3DSH2dTBGH9R7drVYexBd%3DecfvimuZkg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] JAVA DEVELOPER WITH AT EXPERIENCE@Dallas, TX

2016-09-29 Thread Santosh kumar Nityo
Hi,

Hope you doing Well !!!

Here is our Implementing partner Requirement, Please go through the below
requirement and send us suitable consultant with their updated resume,
rates and Contact details ..



*Role: JAVA DEVELOPER WITH AT EXPERIENCE*

*Location: Dallas, TX*

*Work Duration: 6+ Month*

*Years of Experience: 8+*


*Note: We need Photo id and visa copy (H1B) Job Description:*

· *Skill Set: *
Java, Angular , UI

· more than 8 years experience who can play technical lead roles

· 2-3 Years  Scrum Masters

Must Be: AT





*If I'm not available over the phone, best way to reach me in email...*



[image: cid:image001.jpg@01D0BE16.B9DD7240]



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536

*Santosh Kumar *

*Technical Recruiter*

Desk No-609-853-0818 Ext-2170
Fax :   609 799 5746

kuntal.sant...@nityo.com
www.nityo.com


--

USA | Canada | India | Singapore | Malaysia | Indonesia | Philippines |
Thailand  | UK | Australia / Zealand
--

*Nityo Infotech has been rated as One of the top 500 Fastest growing
companies by INC 500*
--

*Disclaimer:* http://www.nityo.com/Email_Disclaimer.html
--











[image: cid:image001.jpg@01D0BE16.B9DD7240]



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536

*Santosh Kumar *

*Technical Recruiter*

Desk No-609-853-0818 Ext-2170
Fax :   609 799 5746

kuntal.sant...@nityo.com
www.nityo.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/CAG0Zfz08hEMU3T%3D%3DPXWfY4gZWRSkqK0XkNrssOaS3CuGiQQFXQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HOTLIST from mu...@tektreeinc.com

2016-09-29 Thread munna.ttllc
Good Morning,
 
Hope you are doing good. Below is the list of consultant who are looking for
new projects.
 
If you have any contract positions please reach me at mu...@tektreeinc.com /
734 661 7971.
 
Name Skill
ExpRelocation
S R Java UI / Web Developer ( Angular JS )  8+
Open

F KVMWare / Linux / Windows Admin  9+
Open

A S   Oracle APEX/  PL /SQL  7+
Open

A S GJava J2EE
8+  Only VA

S R  Oracle Pl / SQL
6+Only VA, MD, DC

D S Oracle PL/SQL / ETL / Datastage / ODI8+
Only NY, NJ
 
 
Thanks & Regards

MUNNA
BDM - CHANNEL SALES
TEKTREE LLC
LinkedIn: in.linkedin.com/pub/nurul-haque/92/496/107/
 

A Certified Minority Owned Woman Led Business Enterprise (MBE/WBE)
Work : (734) 661-7971
Fax : (302) 397-2097 | (302) 368-2731
Email : mu...@tektreeinc.com
Website : www.tektreeinc.com


Under Bill s.1618 Title III passed by the 105th U.S. Congress this mail
cannot be considered as "spam" as long as we include contact information and
a remove link for removal from our mailing list. In order to not be in the
recipients-list for this mail, please revert to us with "REMOVE" either in
the subject or in the mail body. Please include all pertinent email
addresses. Our apologies for any inconveniences caused by this mail.
 
 

-- 
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/57ed6cf1.8287420a.d5e2b.d66a%40mx.google.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need Local Only-----Business Analyst in VA

2016-09-29 Thread Mohd Taher
Hello,
Please share your consultant resume to tah...@usmsystems.com

Title: Business Analyst
Location: Herndon, VA---*Need Local Only*
*Interview: Phone then F2F*

*Must have: Mortgage back securities or Loan experience , Access and Excel *

Securities Analyst supports the successful timely, accurate, and complete
at-issuance and ongoing disclosure of Single-Family securities to investors
to comply with regulatory and financial standards. Specific functions
include producing, reviewing, and distributing daily reports, monitoring
the publication of Single-Family securities, and reviewing and processing
data changes.

Qualifications
Bachelor's Degree or Equivalent Required
Accounting/Finance/Business Preferred
2-4 years of related experience
Basic understanding of mortgage-backed securities and/or loan finance
Detail-oriented
Critical thinking experience
Process Improvement
Team player
Proficient in MS Office (Excel, Access)
Knowledge/experience in SQL, SharePoint and IDQ preferred

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/CAL4ROq51Eop_j7LTpokcaB_9bFJ4FEQWTAL8vVfURq-pn_1WzQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] NEED: OIM Developer Woonsocket,RI/Scottsdale,AZ

2016-09-29 Thread aman tanwar
Share Resume On



*ama...@nityo.com  Positions: OIM Developer Location:
Woonsocket, RI/Scottsdale, AZ Duration: 12+ months*


*Summary: *Very good understanding of Oracle Identity and Access Management
suite 10g/11g
Hands-on experience on Oracle Identity Manager, and Oracle Identity and
Access Management product suite comprising products Oracle Identity
Analytics, OESSO
Experience on installation, configuration and upgrade of Oracle IAM
products on Unix/Linux platform
Experience in development, implementation and design is a must
Must be familiar with OIM Adapters for AD and RACF
OIM UI Customization using Oracle ADF Taskflow hands-on is a must
Good understanding RBAC Roles and Access Policies
Must have experience with designing and customizing SOA Workflows
Java/J2EE experience is a must.
CISSP certification is a plus.
Excellent communication and leadership skills.



* Thanks & Regards Aman Tanwar Technical Recruiter *

-- 
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_z7oh-c8Ox0OTQuC-Jv7D17Dh0EbRVinz2bj%2BiuwYagJWA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need Urgent__Axiom Developer(Local Only )

2016-09-29 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.



*Axiom Developer*

*San Ramon, California – ONLY LOCAL CANDIDATES*

*Contract*



*Job Description-*

*• Responsibilities*

· *Creation of Data Sources, Data Models, Shorthands, Portfolios,
Aggregations, Free Form and Tabular Report and workflows using AXIOM
Controller View tool based on Regulatory Report Requirements.*

· *Migration of Axiom components from one environment to another.*

· *Performing Unit testing and Supporting SIT, UAT cycles.*

· *Understanding of US Regulatory Reports – CCAR, FR Y9-C, Call
Reports and Liquidity Reports would be helpful.*

· *Strong Oracle PL-SQL background along with understanding of
banking data attributes.*

· *Experience in Data warehousing projects would be preferable.*

· *Understanding the Functional documents and work with BA/Users to
develop the reports*

· *Contribute on behalf of FinReg IT to any need of Reconciliation
cross workstream (FinReg vs CCAR vs Risk vs Liquidity and Funding) *



*• Responsibilities in Project Preparation Phase *

· *Receive and understand the detailed functional requirements *

· *Define the type of Controls or Reconciliation needed, as part of
the FinReg overall architecture, in line with the group standards and tools*



*• Responsibilities in  Project Run*

· *Receive and understand the functional specifications*

· *Understand the technical specifications ensuring consistency
with functional requirements, and overall IHC FinReg Architecture*

· *Develop Regulatory Reports via AxiomSL according to
technical/functional specifications*

· *Contribute to all other IT items primarly coordinated by IT
Transversal (Infrastructure, Security Access, Archiving...)*

· *Contribute to Training and Testing phase*

*o Participate and contribute to Unit/SIT/Dry-Runs/Production deployments*
--

-- 
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/CAEmgVe2vwHYswNrM00vsbqbxL8tfe4C9S62o_WPhKz%3DpojjnKg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need: SFDC Technical Lead @ St Louis, MO | Contract Position

2016-09-29 Thread Ateeq Rehman
*Hello Associate,*

*Greetings of the day.*

*This is Ateeq, from Diverse Lynx.*



*Please share profiles for **Salesforce Lead Developer at
ateeq.reh...@diverselynx.com *



*Job Description:*

*Role   : SFDC Technical Lead*
*Location: St Louis, MO*
*Duration: 12 months*
*Hiring: Contract*

*Job Responsibilities:*

   - Primary point of contact for the customer for the project
   - Coordinate the requirements and deliverables with the offshore team


*Minimum Qualification:*

   - Implementation of a contact strategy global platform for the zone
   containing several capabilities within SFDC, notably Service Cloud, and
   remedy force with a common portal pulling them together.
   - This platform will manage all service change requests, incidents,
   change management, release management and asset management


*Nice to have skills:*

   - Strong stakeholder management skills
   - Strong communication skills
   - Change management background
   - Training background
   - User Acceptance Testing background
   - ITIL understanding
   - SCRUM / Agile understanding





*Thanks & Regards*

*Ateeq Rehman*

*Diverse Lynx LLC|300 Alexander Park|Suite#200|Princeton, NJ 08540*

*Phone No: 732-452-1006 EXT 215*

*Email: **ateeq.reh...@diverselynx.com* * ||
Hangout: ateeq.staffing*

-- 
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/CAN6NZJuCNXQBDbBPttXm6KAmn%3DMh0ibxEjnk3aAF7LeFa9u7Sw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] NEED: Sr. .Net developer with Mortgage @ Agoura Hills, CA and Santa Ana, CA --- Contract

2016-09-29 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:  Sr. .Net developer with Mortgage*

*Location:*  Agoura Hills, CA and Santa Ana, CA

*Duration:*  6+ Months

*Interview Type: * Phone+ Skype



*Primary Skills:   .Net, Mortgage*



*Job Description:*



v  *Empower loan origination system experience needed.*

v  *Mortgage experience a MUST*.

v  Must have .NET hands on development experience

v  MVC, Design Patters, WCF Service

v  Microsoft .Net Framework 4.5/4.0, 3.5

v  ASP.NET, C#.NET

v  SQL Server 2012/2008

v  Mortgage related projects are a huge plus

v  SSIS, SSRS experience is good to have.



*Additional (Good to have):*

v  Empower loan origination system customization is a definite plus.

v  Mortgage related project and understanding of mortgage will greatly help

v  MS Certification will add value as well.



Thanks & Regards

*Martin Zeller*

*Agile Enterprise Solutions, Inc*

Ph: 972-427-1837

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

Agile Enterprise Solutions Inc || "Ensuring Client's Success"||

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%2BwnVt0%3DcvaP_L3zTaJ9shDH4A45Vb1TyGs4N%3DmDw_-mog%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] CITRIX Consultnts Needed in Pittsburgh, PA

2016-09-29 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.

Kindly don’t expect my call for unsuitable resumes.

*Technology *

Expert in XenDesktop/XenApp/Netscaler Access Gateway/XenServer/VMWare View

And technical project Manager skills

*Job Description:* Mandatory

Technical Skills:

· Implementation and migration experience with medium to large
application & virtualization environments based on Citrix/VMWare/Microsoft
technologies & products for enterprise customers

· Excellent knowledge & solution design skills for Application
virtualization solutions viz. Citrix XenApp/Microsoft App-V

· Excellent knowledge & solution design skills for Desktop
virtualization solutions viz. Citrix XenDesktop/VMWare View

· Excellent knowledge & solution design skills for remote access of
virtualized applications & desktops preferably using Citrix Netscaler
technology

· Excellent knowledge & solution design skills for integrating
application & desktop virtualization components viz. PVS/MCS/User profile
solutions/monitoring etc.

· Excellent knowledge and integration experience of Server/Desktop
operating systems, Active Directory, Group Policies, DHCP, DNS, Storage,
Networking with application & desktop virtualization solutions

· Should have knowledge on Citrix Application rollout process &
tools

· Good knowledge on Cloud concepts and preferably integration
experience for application & desktop virtualization technologies



Pre-sales/Consulting skills:

· An individual contributor in a consulting & Professional services
team.

· Support presales/Engagement in customer facing sessions

· Experience with RFP and Solution design for Citrix technologies.

· Experience in Working closely with customers, project managers
and other engineers to develop customized, managed infrastructure.

· Experience in Requirement Gathering with customer / existing
delivery teams.

· Work closely with the Project Manager in project planning, status
reporting and ensure adherence to SLAs.

· Review and provide input to Requests for Proposals

·  Coordinate cross component activities during account
transitioning /transformation

· To own and manage designated projects and technologies. To ensure
all documentation, that the jobholder is responsible for, is kept current
and shared centrally with the rest of the team.

· Ensure delivery of program /project related tasks to timescale
and budget





Other skills:

· Excellent client interaction skills

· Works well in team environment, appreciates challenges,
comfortable and effectively  work in new areas that require experimentation
and rapid problem solving

· Excellent verbal & written communication







*Job Description:* Good-to-have skills

•  Knowledge on Active directory services is preferred

•  Ability to quickly assimilate technical and non-technical information

•  Create technical documentation and spearhead SOW authoring

•  Ability to prioritize and multitask

•  Excellent communication and interpersonal skills

•  Excellent customer presentation skills



*Certifications:*

•  Citrix Certified Administrator (CCA), Citrix Certified Enterprise
Engineer (CCEE), Microsoft Certifications on Managing & administering
Server Operating Systems and  PMP certified

Years of Experience Required



12+ Years































































































































































































Thanks

*--*

*Tiru Moorthy | Talent Acquisition*



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

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

*Work: 630-506-6115| Fax: (630)-246-662**4*

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 

Re: [android-developers] Required::::SFDC Data Base Developer at San Diego, CA

2016-09-29 Thread mike digioia
I only work in the south bay of sf called silicon valley

On Thu, Sep 29, 2016 at 11:53 AM,  wrote:

> Hi,
>
>
>
> We have requirement for below position.
>
> If u have suitable candidates then do reply on this email.
>
>
> *Job Title: SFDC Data Base Developer*
>
> *Location: San Diego, CA*
>
>
> The Integration Developer will maintain, manage and develop internal
> software optimization solutions. The role involves writing specifications,
> designing, testing, and coding individual systems from specific
> requirements.  Systems include the manufacturing, returns, installation
> and ERP databases.
>
>
>
> *Essential functions include, but are not limited to:*
>
>- Integration of Financial Management with Payment and Commerce Systems
>- Customizing and Developing Great Plains, Peoplesoft, and related
>Financial systems (ERP system)
>- Build and manage reports and BI structures
>- Developing and managing databases (SQL, Installation, Returns,
>Manufacturing, Shipping, ERP/Great Plains)
>- Work with various departments (Finance, Software Development,
>Customer Care, Installations) on system improvements
>- Troubleshoot and support all existing systems across departments
>- Identify process optimization and streamlining possibilities
>- Interpret written business requirements and technical specification
>documents.
>- Perform coding to written technical specifications.
>- Investigate, analyze and document issues.
>- Perform maintenance programming and correction of identified
>bugs/issues.
>- Create, document, and implement software test plans and scripts.
>
>
> --
>
> Thanks & Regards
>
> Priyadarshani S
>
> *[image: L7-Resources]*
>
> (*A* *L7 Group Company)*
>
> *phone :**972-544-7798 <972-544-7798>*
>
> *Email: *priyadarsh...@l7resources.com 
>
> *URL: *www.l7resources.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/734b4d2b-086b-42d7-bee2-
> b8c42cd4c162%40googlegroups.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/CAMCsUi7TEXXwoQz1Fhd28%2BgOMU7ErtaZ2Ro9E6RoB66SSLdXVQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Required::::SFDC Data Base Developer at San Diego, CA

2016-09-29 Thread priyadarshini


Hi,

 

We have requirement for below position.

If u have suitable candidates then do reply on this email.


*Job Title: SFDC Data Base Developer*

*Location: San Diego, CA*


The Integration Developer will maintain, manage and develop internal 
software optimization solutions. The role involves writing specifications, 
designing, testing, and coding individual systems from specific 
requirements.  Systems include the manufacturing, returns, installation and 
ERP databases.

 

*Essential functions include, but are not limited to:*

   - Integration of Financial Management with Payment and Commerce Systems
   - Customizing and Developing Great Plains, Peoplesoft, and related 
   Financial systems (ERP system)
   - Build and manage reports and BI structures
   - Developing and managing databases (SQL, Installation, Returns, 
   Manufacturing, Shipping, ERP/Great Plains)
   - Work with various departments (Finance, Software Development, Customer 
   Care, Installations) on system improvements
   - Troubleshoot and support all existing systems across departments
   - Identify process optimization and streamlining possibilities
   - Interpret written business requirements and technical specification 
   documents.
   - Perform coding to written technical specifications.
   - Investigate, analyze and document issues.
   - Perform maintenance programming and correction of identified 
   bugs/issues.
   - Create, document, and implement software test plans and scripts.


-- 

Thanks & Regards

Priyadarshani S

*[image: L7-Resources]*

(*A* *L7 Group Company)*

*phone :**972-544-7798*

*Email: *priyadarsh...@l7resources.com 

*URL: *www.l7resources.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/734b4d2b-086b-42d7-bee2-b8c42cd4c162%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] :Phone than F2F Interview:Salesforce Business Analyst in Glendale, CA

2016-09-29 Thread Neha Kumari
*Hello,*

*GREETINGS !!*

*This is Neha from Apetan consulting,*

*Please find the below job description and send me your update resume
matching to it along with Contact details, Current location, Visa and
Availability ASAP.*



*POSITION: Salesforce Business Analyst*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Glendale, CA*

*DURATION:5 MONTHS*

*START :ASAP*





*Job Overview:*

*Mode: Phone then Onsite (someone local, within 30-50 miles)*




* JOB OVERVIEW*



Our client is looking for a highly motivated team player who is dedicated
and well organized for our Salesforce Business Analyst role. He or She must
be goal oriented and a self-starter who demonstrates initiatives and must
be responsible for supporting the implementation and continuous improvement
of the company’s Customer Relationship Management (CRM) strategy, while
providing a strong client service and project management background for
sales operations, efficiencies and user adoption for aggressive growth of
multiple accounts in order to perform as an effective communicator with
exceptional interpersonal skills.



*DUTIES AND RESPONSIBILITIES*

   - Display strong Salesforce skills, and leverage those to complete
   everyday tasks and deliver on all the responsibilities
   - Configure solutions, data and meta data to facilitate proof of
   concepts, enhancements, testing and support activities
   - Configure users, profiles and access
   - Troubleshoot issues with Salesforce and work closely with IT to fix
   the issues
   - Enhance the customer experience using Salesforce Communities
   - Driving and Implementing business process improvements in sales
   operations through CRM Solutions
   - Communicate with business at all levels, run successful meetings and
   prepare detailed notes
   - Review, analyze, and create detailed documentation of use cases,
   business processes along with user’s needs including release notes,
   workflow, data, functions, design aspects and steps required to develop or
   modify processes or systems.
   - Document process workflows and make appropriate recommendations to
   impact operational efficiencies
   - Create detailed test plans, test data and test scripts for
   implementing new functionality, ensuring compatibility with existing
   processes.
   - Work with diverse teams with multiple restrictions and time schedules
   while acting as an interface between the business teams and developers
   - Coordinate data governance
   -  Liaison with IT to identify areas of data inaccuracy and communicate
   with user community to correct data and update salesforce.com.
   - Maintain on-going data clean-up
   - Perform and improve standard operating procedures ensuring data quality
   - Support organization in the understanding of data controls and
   consistency.
   - Communicate specific trends, issues, targets and opportunities using
   analytics.
   - Make recommendations to management for data quality
   - Maintain accurate dashboards and reports. Continuously develop and
   maintain cascading dashboards for all user levels (executive, management,
   individual) and communicate specific trends, issues, targets and
   opportunities using analytics.
   - Support users and user adoption
   - Understand and navigate the application(s) accurately and support
   users troubleshoot issues
   - Script, coordinate, manage and conduct training documentation and
   training sessions for new releases and on-going improvements.
   - Initiate daily user collaboration and feedback.
   - Provide one-on-one user coaching
   - Manage daily campaign activities including development, distribution
   and tracking individual and group performance via salesforce.com
   dashboards
   - Supporting business extensively by performing CRM related activities
   on a daily basis.
   - Display strong Project Management Skills with ability to plan and
   execute small to medium size projects
   - Provide daily and weekly status reports
   - Estimate the resources and time required for projects
   - Track, manage and report changes
   - Understand and manage release cycles
   - Work with diverse teams with multiple restrictions and time schedules

*REQUIREMENTS FOR THE ROLE*



   - Bachelor degree or equivalent
   - 4+ years of Salesforce experience is must
   - Ability to Extract, Manage and Import data
   - User adoption experience is required
   - Data analysis and execution skills including the ability to convert
   data analysis into actionable information and disseminate to organization
   - Strong customer focus (both internal & external) and understanding of
   CRM principles and strategies
   - Collaboration skills including the ability to engage with IT, Sales,
   Customer Service and Marketing employees at all levels in order gather
   business needs and provide feedback.
   - Process improvement skills including the ability to analyze business
   activity and requirements to identify opportunities and lead process
   

[android-developers] Business Analyst with Loan IQ

2016-09-29 Thread Manisha Nityo
Hi,

Hope you doing Well !!!

Here is our *Implementing partner **Requirement*, Please go through the
below requirement and send us suitable consultant with their *updated
resume, rates and Contact details..*



*Role: Business Analyst with Loan IQ*

*Location: Atlanta, GA*

*Duration:-contract  *

*Interview: Phone/ Skype *



*Technical Skills*:-

Detailed job description - Skill Set:
Expertise on Loan IQ Trader Desktop and Loan IQ configuration, integration
and reporting module.
Ability to do accounting, payments configuration.
Ability to develop integration code.
Ability to understand different types of commercial loans
**Mandatory Skills:-* Misys Loan IQ
**Good to Have Skills:-* Good Business Analysts skills in communication,
articulation of business needs.



*Thanks & Regards, *

*Manisha
Budhwar  *

Technical Recruiter

Nityo InfoTech .

Desk No-609-853-0818 Ext-2160 <609-853-0818%20Ext-2160>

Gtalk ID:- manishanityo16

E Mail:- *​*manish...@nityo.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/CANOPGKwVo8rXvamRU3-Fbm2U-%3D%2BPVNBbUVBtzSNV%3DwD%2BmQiHLA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] QA Lead with Simcorp Product Exp.

2016-09-29 Thread Manisha Nityo
Hi,

Hope you doing Well !!!

Here is our Implementing partner Requirement, Please go through the below
requirement and send us suitable consultant with their updated resume,
rates and Contact details ..



*Role: QA Lead with Simcorp Product Exp.*

*Location: Chicago, IL*

*Interview:-Phone/Skype*

*Work Duration: Long Term*



*Job Description:-*

In the role of Test Lead, you will be involved in requirement analysis,
creating test strategy/plan, test estimation, staffing analysis, test
execution, defect management and test progress reporting to stakeholders.
Simcorp product validation will be your main goal. You will act as a mentor
and support the test team in developing optimized high quality
deliverables. You will be part of a learning culture, where teamwork and
collaboration are encouraged, excellence is rewarded, and diversity is
respected and valued.

• Candidate must have Simcorp product QA experience. No profile without
Simcorp QA experience will be evaluated.
• At least 8+ years of in-depth experience on functional testing.
• Candidate must 3+ years of Capital markets domain experience.
Preferred
• Candidate to have good knowledge of test management tools such as ALM,
JIRA etc.
• Candidate must have 3+ years of handling large projects as Test lead.

*Thanks & Regards,
 *

Manisha Budhwar

Technical Recruiter

Nityo InfoTech .

Desk No-609-853-0818 Ext-2160 <609-853-0818%20Ext-2160>

Gtalk ID:- manishanityo16

E Mail:- *​*manish...@nityo.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/CANOPGKxzF-vkqmub6Ro--F6UGeyf9tnv5J22ts2%3DSHcCg6oNdQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HOTLIST

2016-09-29 Thread Kumar T
HI
GREETINGS OF THE DAY
Your hot and valuable C2C requirements are welcome for the following
candidates.
Look for your quick response at per your convenience at
*ku...@technocraftsol.com
 or  972-232-4173 ext(106)*

SNO

consultant Name

Technology

currentlocation

Relocation

1

NAIK

INFORMATICA

Louisville, KY

CA

2

RITENDER

BA

CA

CA

3

PRAKASH

BA

NJ

YES

4

SRAVANTHI

QA

phoenix

YES

5

VARUN

TERADATA

New Canaan, CT

TX(DALLAS)

6

KARTIK

INFORMATICA

Peoria, IL

YES

7

RAJA

TABLEAU

CHICAGO,IL

YES

8

KRUNAL

INFORMATICA

Cary, NC

Yes

9

NIKITHA PURUSHOTHAM

.NET

Seattle, Washington

YES

10

KIRAN

COGNOS

NEW YORK

YES

11

MANI

ORACLE APPS TECHNO FUNCTIONAL

CA

YES

12

RITESH

.NET

NC

YES

13

SHILPA

HADOOP

Sunnyvale, CA

YES

14

POOJA

COGNOS

Dallas , Tx

Yes

15

SWETHA

.NET

Minnesota

YES

16

NAGARJUNA

TIBCO

Atlanta, GA.

Yes

17

SURAJ

ORACLE DBA

CA

YES

18

SANKIRTH

.NET

Waukegan,IL

YES

19

KUMAR (VIRAN)

JAVA

Jefferson city,MO

YES

20

RAO

.NET

Hoboken, NJ

YES

21

NIKITHA

SERVICE NOW

Maryland

YES

22

BHASU

BA

NY

YES

23

MAYURI

QA

Chicago,IL

EAST COAST

24

SHREEJANA

JAVA

DALLAS TX

YES

25

KALPANA

COGNOS

Dallas,Texas

YES

26

RAMYA

.NET

Chest brook, PA

YES

27

AKHILA

SALESFORCE

NJ

YES

28

SAI VYAS

.NET

Neenah, WI

YES

29

VIJAY RAHUL

COGNOS

NY

YES

30

SUCHINDRA

HADOOP

NY

YES

31

VENKATA NAGARJUNA

TIBCO

DALLAS, TEXAS

YES

-- 
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/CACxLQn-Z0bS15yg1VPp1BAQju4e%3DmFM6e1CjV4LGKLd7XTt13Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] IMMD NEED: Sr QA Selenium Engineer in King of Prussia, PA

2016-09-29 Thread Mohd Taher
Hello,
Please share your consultant resume to tah...@usmsystems.com

Sr QA Selenium Engineer
King of Prussia, PA
Long term contract

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

*MUST HAVE*
Selenium
QTP
Java

Experience required:
BS/BA in Computer Science or related field.
4+ years of software Automation Engineer experience.
Proficiency in all types of software testing with a focus on test
automation.
Hands-on coding skills and a background in Java (JSP, Applets, Swing, JDBC,
JSF, Spring, Hibernate) development.
Previous experience as a Software Development Engineer in Test (SDE/T) a
plus.
Experience working in an Agile Scrum team practicing test-driven
development desired.
Experience creating APIs, test harnesses or test automation strongly
desired.
Proficient knowledge of Oracle database design and strong experience with
SQL.
Understanding of XML and a history working with transaction processing
systems desired.
Experience with TDD automation tools a plus.
Experience with Jira Studio for defect and requirements management a plus.
Experience with Linux-based applications.
Experience with Continuous Integration tools (Jenkins preferred) a plus.
Experience with scripting languages (e.g. Perl, Ruby, Python) 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/CAL4ROq6gOTg9_31%3DB%2B1o-svy5ozKJg61mQCG%2B0K%2BjNYPqvXVzw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Requirement :: VZWJP00061665 :: Software Systems Engineer II (IT) ::Warren, NJ

2016-09-29 Thread Avanish Chaurasia
Hi,

Please share your consultant resume at  ajeet.si...@primussoft.com

Candidate must be local to  Local to NJ

 Job Title: Software Systems Engineer II (IT)

Job ID: VZWJP00061665

Client: Verizon Wireless

Location: Warren, NJ

Duration:6+Months





Bachelor’s degree with 5+ years of strong analysis, design, development,
maintenance, and production support of an application using Java, JEE, XML,
HTML4/5, Ajax, Javascript, jQuery, AngularJS ExtJS, CTI, Spring MVC, ODWEK,
and C#

Experience in ExtJS and Spring MVC framework a must

Experience in developing rich UI using ExtJS/JQuery/AngularJS/any UI
framework

Experience in developing template based UI

Experience in performance tuning the web application

Experience in development of complex multi-layer applications

Experience in working with high-available mission critical large scale web
application in both Front end and back end

Experience in profiling web application

Candidate should possess strong analytical skills and be able to abstract
information from existing code

Experience in development of multi-threaded application in interfacing with
other systems

Experience in XML and XSLT transformation

Experience with Rational IDE tools like RSA and RAD

Experience in PL/SQL is a plus

2+ years of experience in mobile web applications development on Android or
iPad platform

Current knowledge of and experience with application servers such as IBM
Websphere and/or apache HTTP servers

Excellent object-oriented design & programming skills, including strong
working knowledge and experience in using UML and design patterns,
refactoring

Experience with ACCURev version control systems is a plus

Expertise in architecting applications based on business requirements

Experience in development of call center web application is a plus

Knowledge or experience with mobile application protocols and technologies
such as 4G, GSM and CDMA Wireless devices

Strong understanding of standard software development lifecycle
methodologies

Software development ability, experience, speed, and quality

Ability to work on an Agile development environment

Interface with different departments within the organization regarding new
deployments

Excellent inter-personnel communication and teaming skills







Thanks and Best Regards,

Ajeet Singh

Primus Software Corporation

Duluth, GA 30097

Ph: -  678-666-4387

email id:- ajeet.si...@primussoft.com

www.primussoft.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/CANZF%3Dnfy_iA7BqXnLwka0Y%3Dz1Zj1Vm_Ecv61ei08vBTWu3f8ww%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Data Architect (Remote) - Richmond, Virginia

2016-09-29 Thread job-alerts47
 @media only screen and (max-width: 650px) {.alert-button, 
.alert-link{font-size:20px !important;} } 

http://www.job4tech.com;>http://i.imgur.com/IYRUyKU.png;>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/537772-data-architect-remote-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Data%20Architect%20(Remote)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/537772-data-architect-remote-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Data%20Architect%20(Remote)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/537772-data-architect-remote-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Data%20Architect%20(Remote)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/537772-data-architect-remote-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Data%20Architect%20(Remote)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png;
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/537772-data-architect-remote-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Data%20Architect%20(Remote)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/537772-data-architect-remote-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Data%20Architect%20(Remote)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/537772-data-architect-remote-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Data%20Architect%20(Remote)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/537772-data-architect-remote-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Data%20Architect%20(Remote)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/537772-data-architect-remote-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Data%20Architect%20(Remote)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
Data Architect (Remote) in Richmond, Virginia, if you have matching 
candidates please submit their profiles http://www.job4tech.com/jobs/537772-data-architect-remote-at-sygna-technologies-inc?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  

Position: Data Architect
Location: Richmond, VA (Remote)
Duration: EOY
Interview: Phone or In-Person
Position is eligible for telework and 
flexible work hours. Not 100% telework. The individual will need to come in for 
occasional meetings. Must have very strong communication skills. Extension 
likely. 
Job DescriptionThe primary role of this position is to 
provide data architecture support to ITPM development project teams. ITPM is 
currently seeking a hands-on data architect to assist with the re-architecting 
effort of a critical Agency system which includes multiple data feeds/load 
processes and data synchronizations. As the data architect assigned to the 
project, the person in this role will be responsible for the data architecture, 
data migrations and integrations, and ensuring all data and reporting 
requirements are met while maintaining the integrity of the data. 

This position will analyze and develop complex database designs, logical 
 physical data models  architectural system models. 
 This position will assist with the identification and resolution of 
information flow, data issues and the transformation of business requirements 
into logical data and system models. 
 This position identifies opportunities to reduce data redundancy, trends 
in data uses, and single sources of data while maintaining an enterprise wide 
perspective. 
 This position will assist with the development and collaboration of an 
enterprise wide data model and data 

[android-developers] Urgent requirement || Java Tech lead @ San Jose, CA

2016-09-29 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: Tech lead*

Location: San Jose, CA

Duration: 6+ months contract

*Job description:*

§  Minimum of 10+ years of experience in designing and implementing highly
scalable, distributed, robust web based applications.

§  Hands-on experience with Java, C++, Spring, ORM (Hibernate or similar).

§  Solid experience with REST API design and implementation.

§  Complex High Volume High Velocity projects end to end delivery
experience.

§  Should have experience working with onsite/offshore delivery team.

§  Bachelor of Science in Computer Science or Engineering

§  Experience with continuous integration, Scrum, Kansan



*Responsibility*

The Technical Lead will be working closely with client engineering
management and software engineering teams:

§  Analyze legacy C++ code for migration Java REST API.

§  Deliver Java API and technical design documents.

§  Bring best OOD/P practices for development and automation testing.

§  Review code and automation scripts from engineers.

§  Co-ordinate daily with offshore teams and client teams on process and
technical blockers.

§  Mentor and guide software engineering teams of best practices around
system/solution architecture and technical design.

§  Roll-up sleeves and code across Java REST Services stack.





Looking forward to hear from you!



Thanks & Regards,



Vasanth || Sr. TAG Associate

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/CAPcvYBKyO1tGPBcTVNMFUO7N0DHJkqiv7QJQJ7mLkQKLGTwdbw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent requirement :: Quality Assurance :: EDEN PRAIRIE, MN

2016-09-29 Thread Sharad Rajvanshi
Hi,

Please share your consultants resume at *vaibhav.baj...@contech-it.com
*

*Only GC. GC-EAD And USC required who can do C2C*

*Position: Quality Assurance*
*Location: EDEN PRAIRIE, MN*
*Position Type: Right to Hire*
*Job ID: 16-01820*

*Job Description:*

   - Function as an Integral member of an Agile scrum team, driving quality
   processes within the team
   - Participate in feature and capability reviews to ensure definitions
   are comprehensive and testable
   - Participate in grooming and sizing of user stories, as well as all
   facets of daily scrum calls
   - Develop and implement efficient and effective testing strategy, test
   conditions and test scripts for approved projects
   - Execute system and integration test suites
   - Perform demonstrations of completed units of work to business
   stakeholders
   - Provide mentoring on effective test execution and other quality
   practices to Agile team members
   - Manage towards results, by process, with facts and with continuous
   process improvement in mind
   - Work with others through coaching and mentoring to ensure good quality
   processes are followed and tasks are completed on time
   - Work with project team to identify risks if quality assurance process
   is not followed
   - Work with process improvement teams to ensure effective process
   improvements are implemented
   - Ensure process improvements are documented and incorporated in the
   quality assurance process
   -

*Thanks,*
*Vaibhav Bajpai*
*_*
*Contech Systems, Inc. • 1480 U.S. Highway 9 North, Suite 206 • Woodbridge,
NJ 07095*
*D 925-233-1008 • F (732)632-8817*

-- 
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/CAOJmjN3jpHRg2J6ZYTRYKBGSQoXR3Lf-aAt5QsuG-CUFiedM-A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] “Sr. Linux Developer/C++” @ Irving, TX

2016-09-29 Thread Bala A
Hi,

We have a position open below. If you are interested, Please send your
resume at b...@involgix.com



*“Sr. Linux Developer/C++” @* *Irving, TX*

Length: 12+ Months



*Required skills:*

Need strong Linux developer with some C++ exp



   - Experience in makefile, shell scripting and Perl
   - Experience in Linux filesystem and bootup scripts
   - Experience in C and C++
   - Experience in Set-top box domain
   - Experience in application development for STB

-- 
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/CAGCfZfrtW2JVSgpBF%2Brrev7YA6uRsw6hfRARQjFNxiAtys50dw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] IMMD NEED: Mulseoft Engineer in Dallas, TX

2016-09-29 Thread Mohd Taher
Hello,
Please share your consultant resume to tah...@usmsystems.com

Mulseoft Engineer
Dallas, TX
18+ Months

*Candidates must be GC or US Citizens*.

Required Skills:
5+ years’ experience in design and development of Enterprise class
application using SOA/ Java/Webservice/REST
4+ years of development experience with ESB tools like MuleSoft/ TIBCO
1+ years of experience in working with SOA Registry, Service Monitoring
Some Experience developing application using BizTalk 2006/2009/2013 will be
a plus
Knowledge of BMC Remedy ITSM API

Proven track record of successful implementation of all project life cycle
stages from requirements gathering through implementation and enhancements.
Ability to work collaboratively in a team environment with a strong focus
on customer service and solution ownership
Must have strong oral and written communication skills and can demonstrate
strong problem solving skills
Ability to communicate in a clear and concise manner and success working
with various teams
Bachelor’s degree in Information Systems or other SOA based Software
development related degree

Desired Skills:
Experience MuleSoft/Java/TIBCO
Experience with SOA registry setup and sharing

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/CAL4ROq6eHHg7Xtx0e8F6bhD8CfDmqo41Bx%2BWV1Uba749i7KYwg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Salesforce Developer - Princeton, New Jersey

2016-09-29 Thread job-alerts47
 @media only screen and (max-width: 650px) {.alert-button, 
.alert-link{font-size:20px !important;} } 

http://www.job4tech.com;>http://i.imgur.com/IYRUyKU.png;>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/537798-salesforce-developer-at-futran-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Salesforce%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/537798-salesforce-developer-at-futran-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Salesforce%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/537798-salesforce-developer-at-futran-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Salesforce%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/537798-salesforce-developer-at-futran-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Salesforce%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png;
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/537798-salesforce-developer-at-futran-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Salesforce%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/537798-salesforce-developer-at-futran-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Salesforce%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/537798-salesforce-developer-at-futran-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Salesforce%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/537798-salesforce-developer-at-futran-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Salesforce%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/537798-salesforce-developer-at-futran-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Salesforce%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
Salesforce Developer in Princeton, New Jersey, if you have matching 
candidates please submit their profiles http://www.job4tech.com/jobs/537798-salesforce-developer-at-futran-solutions-inc?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Role : SFDC Developer Location : Jersey 
city, NJ Duration : 6 Months  
Role Description: • Maintaining the SFDC CRM 
implementation for Investments • Enhance the application to suit to 
business requirements • Highly motivated self-starter individual 
demonstrating integrity, initiative and innovation qualities 
Technical Skills: • SFDC configuration and 
development using Apex and Visual Force • Integration of SFDC with other 
enterprise applications using SFDC SDK and APIs  • Expert in 
implementing security model, data visibility, developing reports, dashboards, 
customizing and configuring the SFDC application • Knowledge of 
Informatica ICS, including Informatica Task Flows, Eloqua and Oracle TSQL is 
preferred • Experience in full systems lifecycle project/process 
delivery is requiredhttp://www.job4tech.com/jobs/537798-salesforce-developer-at-futran-solutions-inc?utm_source=JA47-Downutm_medium=Groups-emailutm_campaign=Job-Alerts;>http://i.imgur.com/hh3Zxn3.png; border="0" alt="Submit Resume"> 
http://bit.ly/1sPBNiv;>http://i.imgur.com/52zzcpv.png; height="95" width="94" alt="Join Instant 
Featured Alert List">Social Mediahttps://j4t.co/2aKBc8z;>http://i.imgur.com/gZN62gb.png; 
height="64" width="64" border="0" alt="LinkedIn"> https://j4t.co/290PJQd;>http://i.imgur.com/KBYhvGp.png; 
height="64" width="64" border="0" alt="Facebook"> https://j4t.co/2czrVGT;>http://i.imgur.com/7BQZxSD.png; 
height="64" width="64" border="0" alt="Twitter"> https://j4t.co/1XZKwMu;>http://i.imgur.com/fYxvx3Y.png; 
height="64" width="64" border="0" 

[android-developers] NEED: QA Lead with Simcorp @ Chicago, IL --- Contract

2016-09-29 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:  QA Lead with Simcorp*

*Location:*  Chicago, IL

*Duration:*  6+ Months

*Interview Type: * Phone+ Skype



*Primary Skills:   Simcorp product QA, Capital markets (Demand And
Support) domain*



*Job Description:*



v  At least 8+ years of in-depth experience on functional testing.

v  must have *Simcorp product QA experience.*

v  must 3+ years of *Capital markets (Demand And Support) domain*
experience.

v  good knowledge of test management tools such as ALM, JIRA etc.

v  must have 3+ years of handling large projects as Test lead.



Thanks & Regards

*Martin Zeller*

*Agile Enterprise Solutions, Inc*

Ph: 972-427-1837

martin_zel...@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/CAJkGZ%2BwtfjdD7u6xvCWbha6nZtN9V9u%2BuGyS2aMYYddymi987Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] URGENT POSITION Phone Interview:QA Lead/Project Coordinator in Hartford, CT|GC/USC/GC-EAD ONLY

2016-09-29 Thread Neha Kumari
*Hello,*

*GREETINGS !!*

*This is Neha from Apetan consulting,*

*Please find the below job description and send me your update resume
matching to it along with Contact details, Current location, Visa and
Availability ASAP.*



*POSITION: QA Lead/Project Coordinator*

* INTERVIEW: Phone Interview*

*LOCATION: Hartford, CT*

*VISA:GC/USC/GC-EAD ONLY*

*DURATION:6 MONTHS*

*START :ASAP*





*Job Overview:*



The team we are hiring for needs Project leadership first but with a
strong, steady background working in the QA space.





*Project:* This candidate will assist the project manager in conducting
quality assessments

*Team:*  This person will be a member of a Hartford CT based team of
project managers, analysts and consultants.

*Responsibilities:*

   - Reviewing project artifacts for adherence to best practices
   - Formulating recommendations for improvements
   - Gathering Voice of the customer feedback
   - Interpreting analytical data

*Requirements:*

   - Knowledge of Microsoft office products is required
   - Prior IT quality or testing experience is required
   - Project Management experience

*Asset: * Healthcare knowledge is a plus


-- 



*Neha Kumari |* *Technical Recruiter* | *Apetan Consulting LLC*

Tel:201-620-9700* 106 | Fax: 201-526-6869 | 72 Van

Reipen Avenue # 255 Jersey City, NJ 07306 |

n...@apetan.com | www.apetan.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/CAH6F14c-WJoucBLzqGcvqziX%3D7umF%2B7XZPHdSuwpfj%3Dhpzmd8g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Aerospace Structural Design Engineer - St. Louis, Missouri

2016-09-29 Thread job-alerts47
 @media only screen and (max-width: 650px) {.alert-button, 
.alert-link{font-size:20px !important;} } 

http://www.job4tech.com;>http://i.imgur.com/IYRUyKU.png;>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/537800-aerospace-structural-design-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Aerospace%20Structural%20Design%20Engineerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/537800-aerospace-structural-design-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Aerospace%20Structural%20Design%20Engineerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/537800-aerospace-structural-design-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Aerospace%20Structural%20Design%20Engineerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/537800-aerospace-structural-design-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Aerospace%20Structural%20Design%20Engineerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png;
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/537800-aerospace-structural-design-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Aerospace%20Structural%20Design%20Engineerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/537800-aerospace-structural-design-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Aerospace%20Structural%20Design%20Engineerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/537800-aerospace-structural-design-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Aerospace%20Structural%20Design%20Engineerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/537800-aerospace-structural-design-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Aerospace%20Structural%20Design%20Engineerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/537800-aerospace-structural-design-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Aerospace%20Structural%20Design%20Engineerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
Aerospace Structural Design Engineer in St. Louis, Missouri, if you have 
matching candidates please submit their profiles http://www.job4tech.com/jobs/537800-aerospace-structural-design-engineer-at-cohesive-technologies?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Job Title: Aerospace Structural Design Engineer
Location: See below for details Louis
Duration: 12 months + 
# of Positions: 1 
Overview:
We are looking for candidates with experience in Structural 
Design  Stress analysis of primary 
airframe structures.
We are also looking for candidates who holds an active Secret 
clearnace or have held secret clearance status within last 5 years.
Primary Skills:
- Structural Aerospace Design  Stress Analysis experience. 
- Design experience with Aero structures, both metallic and composite. 
- Must be proficient with Unigraphics. 
- Must hold or have held secret clearance status within last 5 years.
Secondary Skills:
Educational Qualifications
B.S in Mechanical or Aero Engineering http://www.job4tech.com/jobs/537800-aerospace-structural-design-engineer-at-cohesive-technologies?utm_source=JA47-Downutm_medium=Groups-emailutm_campaign=Job-Alerts;>http://i.imgur.com/hh3Zxn3.png; border="0" alt="Submit Resume"> 
http://bit.ly/1sPBNiv;>http://i.imgur.com/52zzcpv.png; height="95" width="94" alt="Join Instant 
Featured Alert List">Social Mediahttps://j4t.co/2aKBc8z;>http://i.imgur.com/gZN62gb.png; 
height="64" width="64" border="0" alt="LinkedIn"> 

[android-developers] Instructional Designer/Systems Analysis Consultant in EDEN PRAIRIE, MN || GC and US Citizen Only

2016-09-29 Thread rahul goswami
Hi

Need GC and US Citizen Only

Please share profile at vart...@onsinteractive.com


*Job Title:   Instructional Designer/IT - Systems Analysis Consultant -
Senior*
*Location:   EDEN PRAIRIE, MN*
*Job Type:   4+ months Contract to Hire *
*Client: UNITED HEALTH GROUP (UHG) *

*Instructional Designer/IT - Systems Analysis Consultant - Senior *

• Instructional design skills using the ADDIE process
• Manages multiple iterative projects and meet continuous deadlines
• Work is SELF-DIRECTED and not prescribed
• Must be a self-starter who is comfortable working in an ambiguous
environment
• Must be a VERY COLLABORATIVE team player; this is not just you working as
an island, we do a great deal of joint project work
• Willing to learn new skills on the fly
• Develops innovative approaches
• Reviews work performed by others and provides recommendations for
improvement
• Works independently to seek out SMEs who have limited availability
• Fosters SME relationships through preparation and clear, concise
communication
• Obtains stakeholder and SME approval/sign-off of training materials
(following review cycles), and make needed revisions based on stakeholder
feedback
• Determines project goals/milestones based on identified business
needs/timelines, and obtain appropriate approvals (e.g., go/no-go
decisions, checkpoints, project management and scope creep)
Understands and has experience in Agile Methodology
• Must be well-organized and possess a high degree of attention to detail

Qualifications
• Bachelor’s degree or equivalent work experience
• Ability to travel at least 10% of the time within the US
• 2+ years of experience developing software/systems training
• 2+ years of experience in instructional design and development processes
such as ADDIE; preference   given to those with end-to-end design experience
• Project management and project tracking
• Proficient with StoryLine 1-2, Articulate Suite and Adobe Captivate 7-8
• Experience with MS Word, Excel, and PowerPoint
• Experience with virtual teams

Assets
• Healthcare industry background
• Experience working in an Agile environment
• Experience working in a matrix organization
• Experience in a classroom/facilitation environment
• Working knowledge of claims processing
• Must be well-organized and possess a high degree of attention to detail
• Ability to learn a new and ever changing system
• Experience with Snag-It, Camtasia, LMS


*Thanks & Regards*



*Vartika*

*E-mail: vart...@onsinteractive.com *

*Contech Systems, Inc. • 1480 U.S. Highway 9 North, Suite 206 • Woodbridge,
NJ 07095*

*• D: (609) 357-4924 • F: (732) 632-8817*

-- 
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/CAA0vNTEfM9Soz%2BL0BzNiKyoOMvB7gy2k1Wyg0oiDbNH2v%3DgMwQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent REQ: Multilple Business Analyst reqs_ VA/FL/DC/NC_6+ Months

2016-09-29 Thread Shawn Marsh
Hi,

Hope your are Doing Good…!

I have an urgent opening on *Multilple Business Analyst reqs*  Position
with my client. Please send me the resumes with full name, contact details,
Salary, and availability date.

*Requirement-1: **Business Analyst with E-Commerce/Retail*

*Requirement-2: **Business Analyst with  Retail POS*

*Requirement-3: **Business Analyst with  Capital markets*

*Requirement-4: **Business Analyst with  Mortgage*

*Requirement-5: **Business Analyst with  ETL/DWH*





*Requirement-1:*



*Job Title  :   **Business Analyst with
E-Commerce/Retail*

Project Duration   :   6+ Months

Location   :   Orlando, FL

Positions   :   1

Rate :Market



*Job Description: *



· 6+ years of relevant experience or equivalent combination of
education and work experience, preferably in Digital industry

· 3+ years of hands on experience in *ecommerce Implementations*

· Extensive experience with *eCommerce applications*; Hands on
experience with ATG (added value)

· Experience in understanding the B2C solutions

· Experience with performing gap analysis outlining client gaps in
technology, resources, and knowledge necessary to deliver and execute a
successful channel rollout




*Requirement-2:*



*Job Title  :   **Business Analyst with  Retail
POS*

Project Duration   :   6+ Months

Location   :   Charlotte, NC

Positions   :   1

Rate :Market



*Job Description: *



• Functional consultant with strong 10+ year experience in retail domain
knowledge

• Must to have knowledge in Inventory Management (Stock Ledger, Inventory
Reco, etc) and Replenishment

• Overall experience in POS, Merchandising Systems and Financials

• Added advantage to have knowledge in Symphony GOLD and Fujitsu POS
systems

• Will play the role of BA and directly interacting with all Business and
IT stakeholders

• Coordination with onsite and offshore IT teams to drive the engagement





*Requirement-3:*



*Job Title  :   **Business Analyst with
 Capital markets*

Project Duration   :   6+ Months

Location   :   Washington, DC

Positions   :   1

Rate :Market



*Job Description: *



This position requires a minimum of 9 yrs experience as Business Analyst
preferably in financial or capital markets domain. Must have strong
experience in Agile/Scrum environments. This job requires defining business
requirements by interacting with business users that will enable Architect
and developers to design and develop custom software application using Java
technologies. Successful candidate should be able to understand the
business requirements from stake holder and document them clearly in
business requirements document that can be eventually be converted them
into good design and high quality code to satisfy business needs. Should be
able to participate in business and technical review meeting to convince
the different stake holders of the design and the code that has been
developed for the business requirements. This candidate should be able to
play the role of an expert in this area suggesting improvements and ideas
that will address the needs of the business users.

Key skills:

•  Mortgage Domain skills mandatory.

•  Must have strong experience in Agile/Scrum environments.
Experience in CICD environment is a plus.

•  Demonstrable knowledge in defining Use Cases

•  Ability to interact and collaborate with Business users and
understand their needs and document them as requirements

•  Ability to communicate to development team the requirements and
clarify the questions that can come up

•  Review test cases and provide inputs on the coverage and suggest
improvements to testing team





*Requirement-4:*



*Job Title  :   **Business Analyst with
 Mortgage*

Project Duration   :   6+ Months

Location   :   Mclean, VA

Positions   :   1

Rate :Market



*Job Description: *

· 8+ years of writing requirements

· Knowledge of Mortgage Industry

· Strong verbal and written communication skills

· CBAP is a plus

· Knowledge of Pricing and/or Selling systems is a plus

· Strong project coordination and change management experience

· Experience with project and enhancement lifecycles such as SDLC

· Strong interpersonal skills with the ability to build effective
working relationships with business areas and corporate partners

· 

[android-developers] C2C :: Android Developer - Windsor, Connecticut

2016-09-29 Thread job-alerts47
 @media only screen and (max-width: 650px) {.alert-button, 
.alert-link{font-size:20px !important;} } 

http://www.job4tech.com;>http://i.imgur.com/IYRUyKU.png;>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/537806-android-developer-at-futran-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Android%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/537806-android-developer-at-futran-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Android%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/537806-android-developer-at-futran-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Android%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/537806-android-developer-at-futran-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Android%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png;
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/537806-android-developer-at-futran-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Android%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/537806-android-developer-at-futran-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Android%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/537806-android-developer-at-futran-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Android%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/537806-android-developer-at-futran-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Android%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/537806-android-developer-at-futran-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Android%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
Android Developer in Windsor, Connecticut, if you have matching 
candidates please submit their profiles http://www.job4tech.com/jobs/537806-android-developer-at-futran-solutions-inc?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Role : Sr Android Developer Location : 
Windsor CT Duration : 6 Months 
 
Responsibilities: 
Understand the existing software eco system and application code base
Translate designs and wireframes into high quality code
Design, build, and maintain high performance, reusable, and reliable Java 
code
Identify and correct bottlenecks and fix bugs
Effectively collaborate with relevant parties to deliver expected 
outcomes
Adhere to client’s Software development processes and best practices
Ability to rapidly learn and take advantage of new concepts, business 
models, and technologies
 Required Skills: 
Strong knowledge of Android SDK, different versions of Android, and how to 
deal with different screen sizes
Ability to create Android module/library and integrate third party SDKs and 
libraries
Familiarity with RESTful APIs to connect Android applications to back-end 
services
Experience in different authentication mechanisms like OAuth2 and HMAC
Familiarity with JWE (JSON Web Encryption) and JWT (JSON Web Token)
Proficient understanding of code versioning tools and continues 
integrations
 Nice to Have Skills 
Experience in Visa Token Service or any other Payment service 
provider Familiarity with integrating NFC enabled devices through 
Host Card Emulationhttp://www.job4tech.com/jobs/537806-android-developer-at-futran-solutions-inc?utm_source=JA47-Downutm_medium=Groups-emailutm_campaign=Job-Alerts;>http://i.imgur.com/hh3Zxn3.png; border="0" alt="Submit Resume"> 
http://bit.ly/1sPBNiv;>http://i.imgur.com/52zzcpv.png; height="95" width="94" alt="Join Instant 
Featured Alert List">Social 

[android-developers] New Position - Mulesoft ESB Consultant

2016-09-29 Thread Rizwan Dawood
*Mulesoft ESB Consultant*

*Work Location  San Francisco (USA)*

*12 Months*



*Job Description*

• Mule AnyPoint Studio runtime 3.6.1

• Java Experience requisite for understanding java code written for
customization in Mule. Technical Skills: Mulesoft Cloudhub Developer

• Mule AnyPoint Studio runtime 3.5.2

• Strong Integration/ESB Experience Details:

• Reasonable knowledge of Mule AnyPointStudio runtime 3.5.2

• Need to build Mule services for integration and connectors

• Data transformation knowledge should be good

• Good integration domain knowledge

• Deployment of Mule components to cloudhub

• Strong communication and client interfacing skills Project
Activities: Design, Coding, Testing and Integration Testing Support
Software: AnyPoint Studio runtime 3.5.2Software: AnyPoint Studio Mule
runtime 3.6.1 Extension Possible Yes Work Location San Francisco (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/CANpokiA4gao4UDfV5v%3DWgOhcv%2BzWyYFCo5mkSzZWQo1Hv7tdLQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone than F2F Interview:SALESFORCE DEVELOPER|DENVER , CO

2016-09-29 Thread Neha Kumari
*Hello,*

*GREETINGS !!*

*This is Neha from Apetan consulting,*

*Please find the below job description and send me your update resume
matching to it along with Contact details, Current location, Visa and
Availability ASAP.*



*POSITION: SALESFORCE DEVELOPER*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: DENVER , CO*

*DURATION:6-12 MONTHS*



*START :ASAP*





*Job Overview:*

Heavy config background

Apex code background

Mobile device focus

Previous salesfoce admin experience a big plus

At least 3 years salesforce development experience

Salesforce Certs a plus

Strong front-end Web developer with proven experience designing and
implementing complex, modern & responsive web applications.  Proven ability
to take design comps and convert these into well structured, device
agnostic HTML/CSS.


-- 



*Neha Kumari |* *Technical Recruiter* | *Apetan Consulting LLC*

Tel:201-620-9700* 106 | Fax: 201-526-6869 | 72 Van

Reipen Avenue # 255 Jersey City, NJ 07306 |

n...@apetan.com | www.apetan.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/CAH6F14eX_2d%3Dpm%2B6dmte7z5Zoms%3DTRa%2BoY3HPrNTC7gT1ZgK%2BQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate Need - QA Analyst - Data Warehouse Automation

2016-09-29 Thread Mohammad Imran
 

 

Hi Partner, I hope you are doing great! Please share profiles for the below
position.

 

 

Title: QA Analyst - Data Warehouse Automation

CONTRACT: C2C

Location: Plano, TX

Interview Process: Telephone/SKYPE

JOB DESCRIPTION:

QA Analyst - Data Warehouse Automation 

 

This person's focus is skills requirement 1, 2 and 3.  4-17 are important. 

SOAP UI is very important. 

Focus more on the QA tool set. 

They want an ETL tester. 

 

Reason for Request: Developing and executing automated test cases for
Enterprise Connectors developed for the SAPFiHR project.

 

Responsibilities: 

The QA Analyst - DW Automation will be responsible for the Integration test,
User Acceptance and End-to-End test effort related to Rent A Center
HR/Finance transformation project. 

This role will focus on Informatica DW and ETL test automation.

 

Skills Required (Mandatory): 

1. Extensive testing ETL experience using Informatica 8.1/7.1/6.2 (Power
Center/ Power Mart) (Designer, Workflow Manager, Workflow Monitor and Server
Manager) Mulesoft, Boomi. 

2. Experience in RDBMS, Microsoft SQL Server (T-SQL), Oracle (PL/SQL), MS
Access and associated SQL programming knowledge. 

3. Extensive working experience in applying Relational Database Concepts,
Entity Relation diagrams and Normalization concepts. 

4. Bachelors or Master's degree in technical or business discipline or
equivalent experience. 

5. 6 to 8 years of Quality Assurance experience with last 4 years conducting
web-services, system integration and end-to-end testing. 

6. Strong testing experience in HR/Finance related applications such as
Recruiting & Onboarding System/Payroll/Time management system/Success
Factors/Expense management/General Ledger/Financial Reporting.

7. Strong knowledge in SAP HR E2E business processes. 

8. Experience in working with integration functionality between HR, Payroll
and Finance postings and SAP Integration testing. 

9. Functional and technical knowledge of SAP HR/Finance module. 

10. Exposure to SAP On-Premise as well as Cloud deployments. 

11. Extensive knowledge of architectures and technical standards, layered
systems architectures and layered solutions and designs;. 

12. Excellent knowledge of database systems - Oracle, SQL Server, and Data
Warehouse concepts. 

13. Extensive experience in developing SQL scripts to validate databases
tables and reports data for backend database testing. 

14. Exposure to CAWA Scheduler, TIBCO, Data Warehouse technologies. 

15. Extensive knowledge of IT concepts, strategies and methodologies such as
Agile and Waterfall methodologies. 

16. Strong documentation, analytical and problem-solving skills. 

17. Have excellent interpersonal, verbal and written skills and the ability
to interact with all level of stakeholders, support personnel, and clients.

 

Technical Skills: 

. Testing Tools - HP Quality Center 11.0, HP ALM 12

. Finance/HR: SAP HANA, SAP Success Factor's Employee Central, SAP Workforce
Software, SAP Employee Central Payroll System 

. Databases - Oracle11g/12C, SQL Server 2005/2008, Teradata, MS Access 

. DB Utility - SQL Developer, TOAD and SQL Assistant 

. ETL/ESB Tools - Informatica, MuleSoft, Boomi 

. Reporting Tools - Business Objects and Cognos Reports 

. Web Services - SoapPUI 

. Operation systems - Windows, Linux and Unix 

. Microsoft Office - Word, PPT, Excel, Access and Visio 

. Programming - Pl/SQL, HTML, XML 

. Methodologies/Concepts: SDLC, Software Testing (Manual and Automation),
Agile.

 

 

 

 

 

 

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/57ed41a2.cd24240a.8fa11.d909SMTPIN_ADDED_BROKEN%40gmr-mx.google.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent requirement :: Hadoop Developer :: CYPRESS, CA

2016-09-29 Thread Sharad Rajvanshi
Hi ,

Please share your consultants resume at *sharad**.ya...@contech-it.com*

*Contract Position,Local Only as Onsite Interview needed*


   *Position:- Hadoop Developer*

   *Position Type:- Contract *

   *Location:- Cypress, CA*



   *TOP SKILLS: *Hadoop, Hive, storm, MapReduce, spark

   *** Unix batch scripting is an asset instead of a required skill.

   *PROJECT SUMMARY:*
   The resources will be working on Optum Rally Integration projects. The
   goal of these projects is to develop functionality supporting the Health
   and Wellness portal in conjunction with the Rally software.

   *Responsibilities include:*
   1) Design, develop, and maintain web services, JAVA batch jobs and UI
   experience
   2) Analyze user needs to determine technical requirements.
   3) Create design documents
   4) Develop and test

   *Must Have:*
   • Expertise in Spring, Java, JMS, Web Services, Hibernate, Eclipse,
   Oracle, Big Data (Hadoop, Hive, storm, MapReduce, spark)

   *Nice to have:*
   • Familiarity with Jquery, Javascript, AngularJS, Scala, MarkLogic,
   DevOps (preferably RedHat Openshift)

Thanks

 Sharad

-- 
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/CAOJmjN1GDKWi0%3D%3DBT4T4y7dMyZGzLgw%3DOZKiPZV-EfavmCcQFw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone than F2F Interview: Python Developer / IAAS Developer |Jersey City, NJ |GC/USC ONLY

2016-09-29 Thread Neha Kumari
*Hello,*

*GREETINGS !!*

*This is Neha from Apetan consulting,*

*Please find the below job description and send me your update resume
matching to it along with Contact details, Current location, Visa and
Availability ASAP.*



*POSITION: Python Developer / IAAS Developer*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Jersey City, NJ *

*VISA:GC/USC ONLY*

*START :ASAP*





*Job Overview:*



Python Developer for Infrastructure Automation (Python, Django, Celery)

Python Developers Python Frameworks

Python Developers Python Frameworks

Heavily focused on professionals that are solutions oriented and ability to
work on their own, at times may research existing system and integrate with
new system, troubleshooting
- Example integrating hardware devices, assimilation to push web portal
buttons

*INTERVIEW PROCESS: *
Python Developer/Production Support
1. Candidate is sitting in front of computer, responsible for physically
typing code, evaluate programming skills
2. Arrange 4-5 team members to meet with candidate on-site; interviews will
be conducted 2:1 and candidate will need to whiteboard there programming
skills

Client Overview:
Experis is partnering with a fortune 100 company in Jersey City, NJ to
provide a Python Full Stack Developer to work in the fast growing IT
market!

Responsibilities:
Interface with engineering, operations teams, and vendors to identify the
technologies required for integration
Develop modules to communicate with various systems such as network
devices, storage farms and servers
Integrate all components to build a straight through automated system
Develop operational tools and automated test suites

Technical Skills:
Minimum 5 years of Python development
Minimum 5 years of expertise with Python Frameworks
Client server and web architecture experience
Solid IT infrastructure knowledge




-- 



*Neha Kumari |* *Technical Recruiter* | *Apetan Consulting LLC*

Tel:201-620-9700* 106 | Fax: 201-526-6869 | 72 Van

Reipen Avenue # 255 Jersey City, NJ 07306 |

n...@apetan.com | www.apetan.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/CAH6F14dUB680seKGEODpgNfgHX2y4oKPbpVf9FiqbGEMUi%2Bk3A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] THOUGHT BYTE

2016-09-29 Thread shekhar Reddy
*Greetings! *



*THOUGHT BYTE consultants are problem solvers and team players who thrive
on challenges. They provide technical leadership and possess exemplary
interpersonal skills. They display a professional demeanor with strong
trouble-shooting ability, a strong work ethic and the highest levels of
professional integrity. *



*Please let me know if you have any opportunities for listed resources.*




   -
*Oracle Database *
   -
* Ruby On Rails *
   -
*Salesforce *
   -
*Splunk *
   -
*Java/J2ee/Fullstack *
   -
*Informatica *
   -
*UI *
   -
*DevOps *
   -
*Oracle Apps Techno-Functional *
   -
*QA Analyst  *


*You can contact me on : 973-512-7444 or r...@thoughtbyte.com
.*




*I look forward to hearing from you!*





Thank you



*Raj *



*Thought Byte Inc | An E-Verified Firm*

Ph: 973-512-7444

Mail: r...@thoughtbyte.com

Hangouts: shekhar.staff...@gmail.com

Address: 1135 Clifton Ave, Suite # 207

Clifton, NJ 07013

-- 
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/CAJp2XbG%3DODOwvg3asVN2w3%2Bi778feui-vFKjaXNqeEe-Lc7JPA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Required:::Splunk Architect at New Albany OH

2016-09-29 Thread priyadarshini


Hi,

 

We have requirement for below position.

If u have suitable candidates then do reply on this email.


Position: Splunk Architect

Location: New Albany OH


 Description:

•  Excellent communication skills  

•  Should have 5+ years of experience as a Splunk Architect who can 
create the roadmap for Splunk use, create tech designs, and provide 
consulting services.

•  Provide overall management of the SPLUNK platform - creating and 
customizing Splunk applications, searches and dashboards.

•  Monitor the SPLUNK infrastructure for capacity planning, system 
health, availability and optimization.

•  Review and apply any newly available and applicable SPLUNK 
software or policy updates routinely.

•  Assist with design of core scripts to automate SPLUNK 
maintenance and alerting tasks.

•  Support SPLUNK on UNIX, Linux and Windows-based platforms. 
Assist with automation of processes and procedures.

•  Maintain current functional and technical knowledge of the 
SPLUNK platform and future products.

•  Help to document best practices in developing and using SPLUNK.

•  Experience with Splunk UI/GUI development and/or operations roles

•  Work with business/IT and create the next steps plan and 
implement the same.

•  Should be able to work with offshore and guide the team on 
implementation.


Thanks & Regards

Priyadarshani S

*[image: L7-Resources]*

(*A* *L7 Group Company)*

*phone :**972-544-7798*

*Email: *priyadarsh...@l7resources.com 

*URL: *www.l7resources.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/a2159933-c91f-427b-9a9e-ea2d65950bb5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Front End Engineer - New Albany OH

2016-09-29 Thread Vikash Shimpi / L7 Group
Hello,

Greeting from* L7 Resources.*

Hope you are doing great.
We Have the Below Position.

*Title: Front End Engineer*

*Location: New Albany OH*

*Duration: 6 Months*

*Retail Exp preferred*

*Description *

*5+ - 8+ years’ experience writing custom HTML5, CSS3, and JavaScript. *

Expertise writing semantic, modular front end code using HTML5, CSS3, and
W3C coding practices a must.

Understanding the concepts of progressive enhancement, mobile first and
responsive design are highly encouraged.

Some level of experience working with various front-end frameworks and the
concepts behind them is required; for CSS, we look mainly for SASS or LESS.

For JS we focus on MV frameworks such as React, Backbone, Angular and Ember.



*Additional requirements:*

Tier 1/Tier 2 Exp required

- Familiarity with browser testing and debugging

- Expertise in performance optimization using tools such as YSlow or
PageSpeed

- Experience navigating Photoshop and slicing/saving images for the web.

- Experience writing simple SQL statements (SELECT, UPDATE, INSERT, DELETE)

- Experience using jQuery

- Experience using JSP/JSTL or equivalent server side templating language
(PHP, ASP)

- A firm grasp of SEO / SEM best practices



*Personality/Behaviors:*

- We like people who stays up to date with current technologies. They read
development blogs, newsletters, follow other notable developers on Twitter,
etc.

- We like people who are passionate about what they do. They have side
projects, their own website, and contribute to Github projects.


*Thanks & Regards*

*Vikas Shimpi*

*[image: L7-Resources]*

(*A* *L7 Group Company)*


*Email: vik...@l7resources.com *

*Tel: 201-266-0710*

*URL: **www.l7reso*urces.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/CAMvE1fyeEx%2BhdxwQa3CdUs8HHkTK%2Bcj5O%3DLyUyPv2SU2m2wiRw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Immediate Hiring RSL Developer/NJ/NY - New York, New York

2016-09-29 Thread job-alerts47
 @media only screen and (max-width: 650px) {.alert-button, 
.alert-link{font-size:20px !important;} } 

http://www.job4tech.com;>http://i.imgur.com/IYRUyKU.png;>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/538825-immediate-hiring-rsl-developer-nj-ny-at-conquest-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Immediate%20Hiring%20RSL%20Developer/NJ/NYpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/538825-immediate-hiring-rsl-developer-nj-ny-at-conquest-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Immediate%20Hiring%20RSL%20Developer/NJ/NYpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/538825-immediate-hiring-rsl-developer-nj-ny-at-conquest-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Immediate%20Hiring%20RSL%20Developer/NJ/NYpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/538825-immediate-hiring-rsl-developer-nj-ny-at-conquest-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Immediate%20Hiring%20RSL%20Developer/NJ/NYpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png;
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/538825-immediate-hiring-rsl-developer-nj-ny-at-conquest-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Immediate%20Hiring%20RSL%20Developer/NJ/NYpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/538825-immediate-hiring-rsl-developer-nj-ny-at-conquest-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Immediate%20Hiring%20RSL%20Developer/NJ/NYpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/538825-immediate-hiring-rsl-developer-nj-ny-at-conquest-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Immediate%20Hiring%20RSL%20Developer/NJ/NYpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/538825-immediate-hiring-rsl-developer-nj-ny-at-conquest-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Immediate%20Hiring%20RSL%20Developer/NJ/NYpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/538825-immediate-hiring-rsl-developer-nj-ny-at-conquest-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Immediate%20Hiring%20RSL%20Developer/NJ/NYpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
Immediate Hiring RSL Developer/NJ/NY in New York, New York, if you have 
matching candidates please submit their profiles http://www.job4tech.com/jobs/538825-immediate-hiring-rsl-developer-nj-ny-at-conquest-technology-solutions-inc?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Hi, Hope you are doing well, We are looking for RSL 
Developer for a contract position at 
NJ/NY. Please review below job details and 
send me your most updated profile, Appreciate if you can refer your friends or 
colleagues who might be looking for a job.  
 Title: Advent Geneva RSL 
Developer Location: 
NJ/NY Duration: 12+ 
Months   JOB 
DESCRIPTION:  Position Responsibilities: 

Ability to leverage accounting knowledge to write reports using Geneva 
report scripting language (RSL)
Work closely with fund accountants and other business contacts to 
understand requirements
Participate in development activities as part of an onsite development 
team
Ensure all work products have been fully tested with various business 
scenarios
Prepare and stage deliverables for production deployment
Possess excellent communication skills
Migrate reports to RDL format
Ability to be a quick learner and to understand fund accounting data
Support Geneva application and AGA maintenance releases
 Basic Qualifications: 
2 years of Advent Geneva RSL (RSL) - understanding of the user 

[android-developers] Required:::Splunk Architect at New Albany OH

2016-09-29 Thread Priyadarshini Sonwane / L7 Group
Hi,



We have requirement for below position.

If u have suitable candidates then do reply on this email.

Position: Splunk Architect

Location: New Albany OH

 Description:

•  Excellent communication skills

•  Should have 5+ years of experience as a Splunk Architect who can
create the roadmap for Splunk use, create tech designs, and
provide consulting services.

•  Provide overall management of the SPLUNK platform - creating and
customizing Splunkapplications, searches and dashboards.

•  Monitor the SPLUNK infrastructure for capacity planning, system
health, availability and   optimization.

•  Review and apply any newly available and applicable SPLUNK
software or policy updates routinely.

•  Assist with design of core scripts to automate SPLUNK
maintenance and alerting tasks.

•  Support SPLUNK on UNIX, Linux and Windows-based platforms.
Assist with automation   of processes and procedures.

•  Maintain current functional and technical knowledge of the
SPLUNK platform and future   products.

•  Help to document best practices in developing and using SPLUNK.

•  Experience with Splunk UI/GUI development and/or operations roles

•  Work with business/IT and create the next steps plan and
implement the same.

•  Should be able to work with offshore and guide the team on
implementation
-- 

Thanks & Regards

Priyadarshani S

*[image: L7-Resources]*

(*A* *L7 Group Company)*

*phone :**972-544-7798*

*Email: *priyadarsh...@l7resources.com 

*URL: *www.l7resources.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/CAPfQq5TdN12w%2BvA%2BHWwgaSZZw9vfavRSB3kx-UL0OBA1uDMNcA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Requirement :: Lead Murex Developer :: Whippany, NJ

2016-09-29 Thread Randhir Tiwari
Hi Friends, 

 

 My name is Randhir  Tiwari IT Recruiter at IDC Technology. I have opportunity 
to review your resume on job board and have qualified it as a potential for a 
position that I am currently recruiting for.

 

 I would like to short-list  your profile. Please call me back ASAP on 408 882 
6434. Please Send me Your Updated Resume.

 

Role: Lead Murex Developer

 

Locations  : Whippany, NJ

 

 

JOB DESCRIPTION: 

 

Lead Murex Developer

Summary of responsibilities:

*   Lead Murex systems enhancements 
*   Coordinate and communicate with business users to gather, document and 
verify requirements
*   Work closely with team on project implementations 
*   Follow SDLC lifecycle and documentation requirements 
*   Support IT and business audits and technology risk assessments
*   Project tracking, oversight and reporting

Required experience/skills:

· 7+ years working experience in financial industry

· 5+ years working experience in Murex (Workflows, MxML, MLC  & 
Accounting) 

· Knowledge of different derivatives products

· Ability to work with business users independently

· Excellent written and oral communication skills

· Technology skills: Murex, Java, Sybase/Oracle/SQL Server, XML, 
Unix/Linux

· Project Management tools: MS Project, MS Visio

· Strong analytical skills; Problem solver; Detail oriented

· Ability to excel in a high pressured, deadline oriented environment

· Strong team/client orientation

 

Preferred experience/skills:

· Knowledge/work experience on Murex Datamart

· Knowledge of Risk Management and Compliance

· Java certification

 

Thanks and Regards

 

Randhir Tiwari

Sr. IT Recruiter | IDC Technologies, Inc

1851 McCarthy Blvd Milpitas, CA 95035

D: 408 882 6434

Email :- randhir.tiw...@idctechnologies.com

Hangout:- randhirtiwari.2...@gmail.com

LinkedIn :- https://www.linkedin.com/in/randhir-tiwari-284b9489

 

-- 
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/57ed3ac9.8367240a.990fc.0e1fSMTPIN_ADDED_BROKEN%40gmr-mx.google.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Requirement for Python Developer // Mount Laurel, NJ

2016-09-29 Thread satish kumar
Hello



Hope you are doing great,



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



*Title: Python Developer*

*Location : Mount Laurel, NJ*

*Duration: Long Term Contract*





*Core Responsibilities*

· Collaborates with project stakeholders to identify product and
technical requirements. Conducts analysis to determine integration needs.

· Designs new software and web applications, supports applications
under development, and customizes current applications. Assists with the
software update process for existing applications, and roll-outs of
software releases.

· Participates in training representatives and operations staff on
internally developed software applications.

· Researches, writes and edits documentation and technical
requirements, including software designs, evaluation plans, test results,
technical manuals and formal recommendations and reports.

· Monitors and evaluates competitive applications and products.
Reviews literature, patents and current practices relevant to the solution
of assigned projects.

· Provides technical leadership throughout the design process and
guidance with regards to practices, procedures and techniques. Serves as a
guide and mentor for junior-level Software Development Engineers.

· Works with Quality Assurance team to determine if applications
fit specification and technical requirements.

· Displays in-depth knowledge of engineering methodologies,
concepts, skills, and their application in the area of specified
engineering specialty.

· Displays in-depth knowledge of, and ability to apply, process
design and redesign skills. Presents and defends architectural, design, and
technical choices to internal audiences.

· Displays knowledge of, and ability to apply, project management
skills.

· Other duties and responsibilities as assigned.

· 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.



*Qualifications: Advanced knowledge of the following technologies*

· Scripting languages - Python, Go, NodeJS, PHP and/or PERL

· MVC frameworks - Django, Flask, Express, Zend, etc.

· Javascript frameworks - AngularJS, jQuery, Bootstrap, ExtJS etc.

· Relational Database Management Systems (RDBMS) – MySQL or Oracle

· Web Services – RESTful, SOAP, etc.

· Linux – Redhat and/or similar environments

· Version control systems, GIT, SVN or similar

· Experience with Network Protocols such as TCP/IP, UDP, SNMP, etc.

· Proven analytical, problem solving and organizational ability

· Experience in NoSQL storage solutions a plus – MongoDB,
CouchBase, Cassandra, Redis

· Experience with additional technologies such as RabbitMQ,
ElasticSearch, Apache Solr

· A self starter, demonstrating personal initiative and willingly
assumes responsibility



*Education Level* Bachelors Degree or Equivalent Field of Study Computer
Science, Engineering Certifications Years *Experience* Generally requires
5-8 years related experience Compliance Comcast is an EEO/AA/Drug Free
Workplace.







*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/CAHxR9GbGsFiSFYJtCXgR2d_q34Lws8FLOndK%3DkBR6Na7HSmygg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent requirement || Salesforce Lead @ Alpharetta, GA

2016-09-29 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: Salesforce Lead*

Location: Alpharetta, GA

Duration: 6+ months contract (extendable*)

*Required Skill:*

§  Should have experience in implementation of a contact strategy global
platform for the zone containing several capabilities within SFDC, notably
service Cloud, and remedy force with a common portal as this platform will
manage all service change requests, incidents, change management, release
management and asset management

§  Should have experience in onsite offshore model.

§  Should have client management experience

*Preferred Skill:*

§  Strong stakeholder management skills

§  Strong communication skills

§  Change management background

§  Training background

§  User Acceptance Testing background

§  ITIL understanding

§  SCRUM / Agile understanding





Looking forward to hear from you!



Thanks & Regards,



Vasanth || Sr. TAG Associate

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/CAPcvYBLayZ0GNHoK4vG1pXzQ%3DwgDJLy_3aaLA5-7wtgZh3MJNQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] WCS Lead - New Albany, OH

2016-09-29 Thread Vikash Shimpi / L7 Group
Hello,

Hope you are doing Good!

This is Vikas, Senior Technical Recruiter form L7 Resources. We have come
across your profile on LinkedIn/Job Boards and we found your profile
matching to the below job description.

*Role: WCS Lead*

*Domain: Retail preferred*

*Location: **New Albany, OH*

*Duration: 6 months*

*Exp. Range: 8.0 to 10.0 *


*Job Description:*

Must have

• Should have IBM WCS (Web Sphere Commerce) architecture design
and development framework.

• Should have part of at least 3 WCS implementation.

• Should propose solutions.

• Strong experience of JAVA/J2EE.

• Strong verbal, presentation and written communications skills
for technical audiences; able to explain technical solutions to technical
teams.

• Solid SDLC knowledge and expertise / Agile.

• Should have experience coordinating with offshore teams

• Good interpersonal, problem solving, reasoning and analytical
skills.



Nice to have

• REST/API

• Cucumber/Ruby

• Experience with OMS integrations

• Experience with buy online and pick up in store



*Thanks & Regards*

*Vikas Shimpi*

*[image: L7-Resources]*

(*A* *L7 Group Company)*


*Email: vik...@l7resources.com *

*Tel: 201-266-0710*

*URL: **www.l7reso*urces.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/CAMvE1fwfT2UbjiXqDXFxCQY9KSimihPU7a%2BCty4c6ehwLZ2X%2Bg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Technical Consultant - Senior Test Engineer - Arlington, Texas

2016-09-29 Thread job-alerts47
 @media only screen and (max-width: 650px) {.alert-button, 
.alert-link{font-size:20px !important;} } 

http://www.job4tech.com;>http://i.imgur.com/IYRUyKU.png;>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/538865-technical-consultant-senior-test-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Technical%20Consultant%20-%20Senior%20Test%20Engineerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/538865-technical-consultant-senior-test-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Technical%20Consultant%20-%20Senior%20Test%20Engineerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/538865-technical-consultant-senior-test-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Technical%20Consultant%20-%20Senior%20Test%20Engineerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/538865-technical-consultant-senior-test-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Technical%20Consultant%20-%20Senior%20Test%20Engineerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png;
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/538865-technical-consultant-senior-test-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Technical%20Consultant%20-%20Senior%20Test%20Engineerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/538865-technical-consultant-senior-test-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Technical%20Consultant%20-%20Senior%20Test%20Engineerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/538865-technical-consultant-senior-test-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Technical%20Consultant%20-%20Senior%20Test%20Engineerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/538865-technical-consultant-senior-test-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Technical%20Consultant%20-%20Senior%20Test%20Engineerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/538865-technical-consultant-senior-test-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Technical%20Consultant%20-%20Senior%20Test%20Engineerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
Technical Consultant - Senior Test Engineer in Arlington, Texas, if you 
have matching candidates please submit their profiles http://www.job4tech.com/jobs/538865-technical-consultant-senior-test-engineer-at-cohesive-technologies?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Overview:
* Design and develop testing strategies and methodologies for new 
products * Revitalize and Upgrade existing testing infrastructure to 
optimize and stabilize the ecosystem * Specify, procure, and integrate 
automation tools into the test and validation infrastructure * Design and 
Develop Test sequence for production test of embedded systems * Coordinate 
with Mechanical engineering on Test Fixture design and implementation * 
Coordinate with Software engineering on Test module development and 
integration * Coordinate with Hardware engineering on DFT requirements and 
testability hooks * Expand reporting of Test events into the test results 
database * Root cause and report on test failures to enable manufacturing 
yield improvements * Create and update scripts used for test automation for 
continuous improvement
Primary Skills:
* Experience in test engineering and test 
automation of electronic products (Computers, memory modules 
etc)
 * Experience with one or more test sequencer packages 
(Robot Framework, NI 

[android-developers] New Position - Airwatch MDM consultant

2016-09-29 Thread Rizwan Dawood
*Airwatch MDM consultant*

*Richardson, Texas*

*6 months*



*Job Description*

Primary skill Airwatch, iOS, Production support

Detailed JD Atleast 6 years exp, with Airwatch MDM, iOS and production
support expertise

-- 
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/CANpokiBCJPfT0k9szQonhTRnpo8VTWKUU5_dfFFp9jy1KSX-_g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Junior Oracle Certified with performance/SQL Tuning needed in Cherry Hill- NJ

2016-09-29 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.

Kindly don’t expect my call for unsuitable resumes.

Descriptive Job Title

Oracle DBA (Oracle Certified with performance/SQL Tunin

Location:

Cherry Hill - NJ USA, CLT Cherry Hill New Jersey United States

Max Vendor Pay Rate

45

Experience in yrs.

0 to 6 years

Skill Description

Oracle DBA (Oracle Certified with performance/SQL Tunin

Interview Period:

-

Description/Comment:

Primary Duties:

• Oracle Certified Expert – Emphasis in performance Tuning / SQL Tuning
Skills.

• Provide appropriate skill to determine problem queries, support the SQL
tuning analysis, testing and recommendations

• Assist in analyzing, performance tuning and prioritization of issue.

• Propose database changes to ease monitoring and administrative effort.

• Document and implement changes to databases via proper Change Management
methodology.

• Monitor and analyze database activity to proactively identify and prevent
potential Incidents and also recommend performance improvements.

• Participate in situation management of incidents related to database
operations.





Minimum Requirements:



• Bachelor's degree in a technical discipline or equivalent.

• 5+ years of Oracle database tuning, extensive knowledge of 11G and 12C
optimizers

• Extensive SQL tuning experience.

• Strong knowledge of PL/SQL and SQL Analytic Functions.

• Strong knowledge of Oracle RDMBS native tools and OEM toolsets and detail
interpretation.

• Strong communication, decision making and interpersonal skills.

• Strong organizational and time management skills.

• Able to work under pressure and take responsibility during situation
management.

• Able to work well remotely using telephone, web meeting tools, email and
instant messaging.

• Able to work individually, in small groups and to self-manage with
minimal supervision.

• Able to work independently to carry out on-call duty.

• Ability to handle high pressure environment with multiple priorities.

• Able to carry out multiple assignments and yet be detail-oriented.

• Self-motivated.









Thanks

*--*

*Tiru Moorthy | Talent Acquisition*



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

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

*Work: 630-506-6115| Fax: (630)-246-662**4*

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

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

[image: Description: View-my-LinkedIn-profile-from-The-Linked-In-Man]
<../../../../Desktop/View-my-LinkedIn-profile-from-The-Linked-In-Man.png>



*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/CAJccnZUFLayTFutEFsmo1Ug0tEof1JxuouWfK-xn0r6HvXv8og%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] New Position - SAP HANA Lead

2016-09-29 Thread Rizwan Dawood
*SAP HANA Lead*

*San Jose, CA, USA*

*6 months*



*Job Description*

Expected years of experience: 10+ years

• Senior IT developer with 7-8 years of IT experience along with
2-3 SAP HANA implementations. Experience in HANA XS implementations

• SAP Hana Modeling Information views (Attribute, Analytic &
Calculation (SQLScript based) views

• Very strong experience with SQL Script, PL/SQL, Stored
Procedures, Function Calls, Designing tables, data loads, Building HANA
Views (Attribute, Analytical & Calc Views),

• Extensive knowledge of JavaScript, SAP HANA XS Application
,debugging XS server side JS

• SAP HANA integration with R, R server concept

• Hadoop integration with SAP HANA , Sqoop (for archiving data only)

• Experience & familiar with Agile methodology.

-- 
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/CANpokiAvnm-GDmX-wnh9VdccWwJRBwVyegHd-57vbQZ2VL5vSg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Java Developer - Burbank, California

2016-09-29 Thread job-alerts47
 @media only screen and (max-width: 650px) {.alert-button, 
.alert-link{font-size:20px !important;} } 

http://www.job4tech.com;>http://i.imgur.com/IYRUyKU.png;>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/538875-java-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Java%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/538875-java-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Java%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/538875-java-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Java%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/538875-java-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Java%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png;
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/538875-java-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Java%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/538875-java-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Java%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/538875-java-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Java%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/538875-java-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Java%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/538875-java-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Java%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
Java Developer in Burbank, California, if you have matching candidates 
please submit their profiles http://www.job4tech.com/jobs/538875-java-developer-at-cohesive-technologies?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Skills  Description:  -Should be 
very Strong in core Java - Fundamentals. - Extensive Knowledge and interest 
in established and emerging J2EE frameworks for Web Services, ORM, IOC, MVC, 
RIA, SOA, UML, build, Unit testing, Mocking, Logging is required - Should 
be able to translate technical design into code using J2EE technology 
stack. - Should have developed complex web applications in the past using 
rich UI techniques(Ajax, Jquery, prototype, Javascript). - Should have 
demonstrated abilities in designing. - Should be able to write effective 
unit test cases achieving ~100% code coverage. - Should be an avid learner 
of new technologies, innovate and demonstrate this attribute. - Experience 
in database – SQL/PLSQL is an advantage. - Excellent communication 
skills. - Should have done client facing roles in the past for at least 
1.5-2 years. - Should have experience in product transformation.  
Very strong grasp of Unit Testing and a preference for TDD  Proficient 
in web technologies, excellent AJAX skills (JQuery),   Strong with at 
least one front-end JavaScript MVC framework such as: Backbone, Angular, or 
Ember  Experienced of working in Agile teams with deep understanding and 
appreciation for Agile development practices.  Proficiency in Database 
concepts, Strong knowledge of SQL and experience with MySQL.  Ability to 
prioritize and make decisions without needing to be micromanaged  Truly 
interested in giving our customers a great experience and able to write to 
customers directly in the event that a support ticket gets assigned to you (but 
you will not be asked to perform level 1 tech support)  Someone who can 
always use the 

[android-developers] Urgent Requirement :: Android Engineer :: Pittsburg, PA

2016-09-29 Thread Randhir Tiwari
Hi Friends, 

 

 My name is Randhir  Tiwari IT Recruiter at IDC Technology. I have opportunity 
to review your resume on job board and have qualified it as a potential for a 
position that I am currently recruiting for.

 

 I would like to short-list  your profile. Please call me back ASAP on 408 882 
6434. Please Send me Your Updated Resume.

 

Role: Android Engineer

 

Locations  : Pittsburg, PA

 

 

JOB DESCRIPTION: 

 

Job description

Are you an Android Engineer with a strong desire to work on industry-leading 
apps (GNC, Ace Hardware, Party City, to name a few)?  Does collaborating 
alongside some of the smartest, most innovative people in the mobile industry 
excite you? Are you highly creative, technically-savvy, organized, dedicated, 
and not afraid to work hard and play harder?  If you this is you, let’s talk! 

Client, the leading mobile commerce platform to top retailers seeks 
best-in-breed developers for its Android Engineer position.  Members of our 
team have a burning passion and commitment to collaborative problem solving, 
sophisticated design, and quality. You would be responsible for working in our 
interdisciplinary team on a variety of projects spanning across all Android 
mediums. 

  Your role on the team:   

·  Contribute to a set of native Android tools that helps us reduce duplicate 
work 

·  Research, experiment, and implement new Android technologies and third 
parties 

·  Maintain and extend app functionality for the world's largest retailers 

·  Optimize UI/UX elements within apps to provide the fastest, smoothest user 
experience 

·  Advise on Java best practices, organization, and automation 

·  Take part in knowledge sharing with the mobile development team 

·  Work with our API developers to provide data to the apps via RESTful APIs 
w/JSON 

·  Implement secure coding best practices and participate in ongoing security 
training and awareness 

  What could make you awesome: 
  2+ years of professional experience with Android development, frameworks, and 
the app publishing process 

·  Strong knowledge of Java, experience with Kotlin or Swift is a plus 

·  Solid foundation in object-oriented programming and the MVC paradigm 

·  Demonstrable knowledge of HTTP/S and how apps interact with RESTful APIs via 
JSON 

·  Attention to detail and familiarity with Material Design as well as other 
common app UI/UX standards 

·  Exposure to Google services, such as GCM, Android Pay, and the processes 
involved to configure, test, and launch in those environments 

·  Demonstrable experience meeting with internal & external project 
stakeholders 

·  Flexibility to work remote and/or travel to meet with clients 

·  Familiarity with Gradle or other dependency/package management systems 

·  Proficient understanding of source code management tools (Git is preferred) 

·  Exposure to common SDLC processes, experience with Agile methodologies 
preferred 

·  Strong written and/or verbal communication skills, bonus points if you can 
convey technical information to non-technical peers 

·  Comfortable working in a fast-paced and collaborative environment 

·  Experience with web development, specifically JavaScript, is preferred but 
not required 

·  Experience working with iOS, React Native, Cordova, or other tools is a plus 

  If you envision yourself at an innovative, forward-thinking company and have 
the skills to match, submit your resume and a brief note about why you’re the 
best for the job. 

 

Thanks and Regards

 

Randhir Tiwari

Sr. IT Recruiter | IDC Technologies, Inc

1851 McCarthy Blvd Milpitas, CA 95035

D: 408 882 6434

Email :- randhir.tiw...@idctechnologies.com

Hangout:- randhirtiwari.2...@gmail.com

LinkedIn :- https://www.linkedin.com/in/randhir-tiwari-284b9489

 

-- 
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/57ed2ec6.c543240a.46fbe.0680SMTPIN_ADDED_BROKEN%40gmr-mx.google.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] API Analyst || F2F in CA || C2H only (no h1B)

2016-09-29 Thread Vishal Ji Awasthi
Client : JPMC

API Analyst

18 month contract to hire

San Francisco, CA




Job Family Description:


Designs, analyzes, develops, codes, tests, debugs and documents programming
to satisfy business requirements. Proficient in application development
skills for more than one technology as well as proficient in multiple
design techniques.

Roles and Responsibilities:
Provide API analysis to support the service core team by defining changes
that are required in the API or service logic to fulfill the business
requirements.
Support the framework team by identifying UI components and producing
specifications for development consumption.
Identify gaps and missed requirements during component integration phase.
Support/Ensure system level documentation is updated and accurate on an
ongoing basis



*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*

214-227-9311(Direct)

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

*Srimatrix Inc.*

1255 west 15th street suite 815 Plano, TX 75075

*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_wgyXZDU1PzRqRAyXStV%3DrBH0Ww%3DoKa9Ga-53Pp57Heg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate Need - Android Engineer

2016-09-29 Thread Mohammad Imran
Hi Partner, I hope you are doing great! Please share profiles for the below
position.

 

 

Title: Android Engineer

Visa: H1/GC/USC

Interview - Google Hangouts. Start date whenever

Location: Pittsburg, PA - some remote work is also available

Job description

Are you an Android Engineer with a strong desire to work on industry-leading
apps (GNC, Ace Hardware, Party City, to name a few)?  Does collaborating
alongside some of the smartest, most innovative people in the mobile
industry excite you? Are you highly creative, technically-savvy, organized,
dedicated, and not afraid to work hard and play harder?  If you this is you,
let's talk! 

  Branding Brand, the leading mobile commerce platform to top retailers
seeks best-in-breed developers for its Android Engineer position.  Members
of our team have a burning passion and commitment to collaborative problem
solving, sophisticated design, and quality. You would be responsible for
working in our interdisciplinary team on a variety of projects spanning
across all Android mediums. 

  Your role on the team:   

.  Contribute to a set of native Android tools that helps us reduce
duplicate work 

.  Research, experiment, and implement new Android technologies and third
parties 

.  Maintain and extend app functionality for the world's largest retailers 

.  Optimize UI/UX elements within apps to provide the fastest, smoothest
user experience 

.  Advise on Java best practices, organization, and automation 

.  Take part in knowledge sharing with the mobile development team 

.  Work with our API developers to provide data to the apps via RESTful APIs
w/JSON 

.  Implement secure coding best practices and participate in ongoing
security training and awareness 

  What could make you awesome: 
  2+ years of professional experience with Android development, frameworks,
and the app publishing process 

.  Strong knowledge of Java, experience with Kotlin or Swift is a plus 

.  Solid foundation in object-oriented programming and the MVC paradigm 

.  Demonstrable knowledge of HTTP/S and how apps interact with RESTful APIs
via JSON 

.  Attention to detail and familiarity with Material Design as well as other
common app UI/UX standards 

.  Exposure to Google services, such as GCM, Android Pay, and the processes
involved to configure, test, and launch in those environments 

.  Demonstrable experience meeting with internal & external project
stakeholders 

.  Flexibility to work remote and/or travel to meet with clients 

.  Familiarity with Gradle or other dependency/package management systems 

.  Proficient understanding of source code management tools (Git is
preferred) 

.  Exposure to common SDLC processes, experience with Agile methodologies
preferred 

.  Strong written and/or verbal communication skills, bonus points if you
can convey technical information to non-technical peers 

.  Comfortable working in a fast-paced and collaborative environment 

.  Experience with web development, specifically JavaScript, is preferred
but not required 

.  Experience working with iOS, React Native, Cordova, or other tools is a
plus 

  If you envision yourself at an innovative, forward-thinking company and
have the skills to match, submit your resume and a brief note about why
you're the best for the job. 

 

 

 

 

 

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/57ed2c0d.c1de240a.da2eb.2ad1SMTPIN_ADDED_BROKEN%40gmr-mx.google.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hotlist

2016-09-29 Thread Sirisha Lakshmi


*Hi,*

*Warm Greetings.*

 

*This is Sirisha from mansaiinc please find below consultant are available 
for c2c requirement.*

 

 

*S.No *

*Name*

*Skill*

*Exp*

*Location*

*Relocation*

*1*

*Ravi Ranga*

*Sales force  Developer*

*8+*

*TX*

*Open*

*2*

*Sai Ram*

*Sales force Admin/BA*

*11+*

*TX*

*Open*

*3*

*Shiva*

*.NET developer*

*8+*

*TX*

*Open*

*4*

*Akash Agarwal*

*.NET developer*

*10+*

*TX*

*Open*

*5*

*Ms Jacreen*

*Oracle PL/ SQL Developer*

*16+*

*TX*

*Open*

*6*

*Mallesh*

*Share Point developer*

*6+*

*GA*

*Open*

*7*

*Shilpa *

*Sr. Informatica Developer*

*8+*

*WA*

*Open*

*8*

*Harsha*

*Sr Oracle PL/SQL Developer*

*11+*

*TX*

*Open*

*9*

*Ravi Kumar*

*Sr. Java Developer*

*12+*

*TX*

*Dallas*

*10*

*Devayani*

*Sales force  Developer*

*8+*

*MD*

*MD*

*11*

*Santosh*

*Sales force Developer*

*7+*

*GA*

*Open*

*12*

*Rakesh*

*.Net Developer*

*7+*

*TX*

*Open*

*13*

*Kiran*

*SAP Security*

*9+*

*TX*

*Open*

*14*

*Madhu*

*.Net Developer Full Stack Developer*

*8+*

*IL*

*Open*

 

* Please add me into your distribution list and let me know your 
requirements*

 

*Thank you *

 

 

 

 

Thanks & Regards,
Sireesha



[image: cid:0v1SNugMHZ6z]

Direct: 832-391-0055

Email: s...@mansaiinc.com

Web:   www.mansaiinc.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/12b3e970-8ac5-411d-b5fd-c924aafd0b16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Senior VB.Net Developer || EAD GC , USc or GC || F2F in DE

2016-09-29 Thread Vishal Ji Awasthi
Client : JPMC

Senior VB.Net Developer

12 month contract to hire

Wilmington, DE


Here are the details:

As an Applications Developer work with established technical specifications
to develop and deliver defined functionality under the supervision of an
application Technical Lead following disciplined SDLC processes. Read and
understand business requirements, write functional requirements, develop
detailed technical designs, and build / unit / system test application
code. Must have worked in an Agile environment and the ability to foster an
environment where creativity and empowerment flourish.
Support the changes/applications post implementation by debugging, fixing,
and participating in maintenance releases as prescribed by management. The
candidate should be able to interact effectively with project managers,
developers, QA testers, tech leads, technical operations, etc.

Responsibilities:
Provide high quality technology solutions that address business needs by
developing applications within mature technology environments. Help define
target state and technology selection.
Participate in project planning sessions with project managers, business
analysts and team members to analyze business requirements and outline the
proposed IT solution.
Participate in design reviews and provide input to the design
recommendations.
Participate in code reviews and ensure that all solutions are aligned.
Performing general system maintenance and support as necessary.

Required:
6+ years with full development lifecycle from inception through
implementation.
6+ years with Win Form, VB .Net, ASP 3.0, ADO.NET, Entity Framework 4.0
6+ years working in both UNIX and Windows environments.
3+ years working in Java, and related technologies
3+ years in Oracle or PLSQL.
Ability to write unix ksh scripts
Experience with Control M scheduling or any other Job Scheduler.
Test-infected attitude (strong desire to perform thorough and exhaustive
unit, integration and system testing).
Experience in data analysis and strong analytical skills.
Must have experience with version control tools (Subversion).
Preferred Skills:
Experience with ASP and SQL server is a plus
Exposure to Open Source technologies (Ant, Nunit, Log4Net, Entity
Framework, CI tools) is a plus
Excellent communication skills, organizational skills and work ethic
Excellent analytical and problem-solving skills
Ability to work independently and as part of a team.
Strong desire to learn new technologies and applications along with the
ability to adapt to very challenging environments.





*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*

214-227-9311(Direct)

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

*Srimatrix Inc.*

1255 west 15th street suite 815 Plano, TX 75075

*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_bARcVWneDf7g-b7KwY6hfBCL%3Dg59eDoBQ565n-xMOtw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Oracle Ecommerce (Oracle iStore) Consultant @ Grafton, WI

2016-09-29 Thread ANUDEEP
*Title  : Oracle Ecommerce (Oracle iStore)*

*Location : Grafton, WI*

*Duration : 12+ Months*



*Required Skills:*

· Excellent communication skills and should have relevant *6-10*
year experience.

· Sound understanding of *Oracle iStore* module including Order
Management

· End-to-end implementation experience in lead role and independent
handling of iStore functions in multi-operating unit environment

· *R12 *experience is must (12.1.3 preferred)

· Implementation experience in Oracle *iStore *

· Fluent in JAVA, JSP, Ajax, JavaScript, plsql

· Knowledge of ADF and Sitecore CMS preferred.

· Must have experience with related Oracle modules of OM,
Configurator, payments



*Thanks *

*Anudeep | Anblicks|www.anblicks.com *

*14651 Dallas Parkway, Suite 816, Dallas, TX-75254*

*anudee...@anblicks.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/CAJOb5BZCq_0YTkFnFQP9NmXx7HcLNSXqoWZsn8bv7eUqshDr3A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Software developer - Holtsville, New York

2016-09-29 Thread job-alerts47
 @media only screen and (max-width: 650px) {.alert-button, 
.alert-link{font-size:20px !important;} } 

http://www.job4tech.com;>http://i.imgur.com/IYRUyKU.png;>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/539459-software-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Software%20developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/539459-software-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Software%20developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/539459-software-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Software%20developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/539459-software-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Software%20developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png;
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/539459-software-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Software%20developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/539459-software-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Software%20developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/539459-software-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Software%20developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/539459-software-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Software%20developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/539459-software-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Software%20developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
Software developer in Holtsville, New York, if you have matching 
candidates please submit their profiles http://www.job4tech.com/jobs/539459-software-developer-at-cohesive-technologies?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Job Title: Software developer 
Location: US-NY- Holtsville Duration: 
6 months + # of Positions: 1  
Overview: Android application and framework 
development Issue triaging and resolution support Primary 
Skills:  Good hands on experience in Android 
framework, multimedia ,application development Experience in 
programming language like C, C++, Java, J2EE, JNI, Android, 
Python
 Good understanding and experience in Android OS architecture 
Nice to have Qualcomm modem chipset experience 
Nice to have Windows programming Good 
understanding of WWAN, WLAN, Bluetooth  Secondary 
Skills: Understanding of using Android Studio IDE 
Educational Qualifications B.E/ B.Tech/ MCA  
   http://www.job4tech.com/jobs/539459-software-developer-at-cohesive-technologies?utm_source=JA47-Downutm_medium=Groups-emailutm_campaign=Job-Alerts;>http://i.imgur.com/hh3Zxn3.png; border="0" alt="Submit Resume"> 
http://bit.ly/1sPBNiv;>http://i.imgur.com/52zzcpv.png; height="95" width="94" alt="Join Instant 
Featured Alert List">Social Mediahttps://j4t.co/2aKBc8z;>http://i.imgur.com/gZN62gb.png; 
height="64" width="64" border="0" alt="LinkedIn"> https://j4t.co/290PJQd;>http://i.imgur.com/KBYhvGp.png; 
height="64" width="64" border="0" alt="Facebook"> https://j4t.co/2czrVGT;>http://i.imgur.com/7BQZxSD.png; 
height="64" width="64" border="0" alt="Twitter"> https://j4t.co/1XZKwMu;>http://i.imgur.com/fYxvx3Y.png; 
height="64" width="64" border="0" alt="Google+">  https://j4t.co/2cox4xp;>http://i.imgur.com/hBrqdUy.png; 
height="64" width="64" border="0" alt="Blogger"> 

[android-developers] Java Developers _NEED 8+ Profile Rate -$50/hr on c2c)

2016-09-29 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.



*Java Developers *

*Stratford -CT*

*Full Time*


Skill
8+ years experience with following : Java, SQL, Object Oriented design &
development, Oracle & Microsoft SQL Server databases, Eclipse, Subversion &
GIT/Stash source control systems, Unix shell scripting.

Job Description
Build new technology platform to support business processes and working
practices.
Recommend solutions to resolve business issue with a focus on defined
technology strategies and standards.
Conduct analysis of business issues and challenges.
Participate in business process and technology initiatives to improve
business performance .
 Participate in the development and implementation of new business
processes and functions

-- 
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/CAEmgVe0E%2BYTEQhKqYO763oQNqLvCxMR%3DhgjAVMHd-cYyN%3D_VUw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Required:::Datacom Consultant at Redmond, WA

2016-09-29 Thread Priyadarshini Sonwane / L7 Group
Hi,



We have requirement for below position.

If u have suitable candidates then do reply on this email.



*Position Title   : Datacom Consultant*

*Location  : Redmond, WA*



Job Description:

Mandatory Skills:

*Candidate should have worked using IPv6 address scheme*

• Strong Understanding of L2 and L3 switching and IP routing, Ethernet &
TCP/IP

• Working knowledge of Routing protocols such as OSPF and BGP.

• Good hands-on usage of test tools such as IXIA tools or Spirent test
center.

• Experience in Manual testing with writing test cases and creating test
design from Requirements and RFC’s

• Experience in debugging and troubleshooting the test failures and
isolating system OR software issues.

• Experience on Cisco Routers & Switches with IOS image OR Juniper Routers
with JunOS platform.



 *Optional:*

• Working knowledge of Routing protocols such as RIP, VRRP, MPLS - L2 and
L3 VPN, Multicast routing (IGMPV3,IPTV) and the respective RFC’s

• Any Cisco or Juniper certifications are preferable

• Hands on experience on Juniper (Netscreen) SSG / ISG firewalls

• Experience in StarOS is preferable.

-- 

Thanks & Regards

Priyadarshani S

*[image: L7-Resources]*

(*A* *L7 Group Company)*

*phone :**972-544-7798*

*Email: *priyadarsh...@l7resources.com 

*URL: *www.l7resources.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/CAPfQq5SDXAhK6WftyVsfu%3D-Z9UKndnOrdAtANuppqGbwuKEjYA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need for SFDC Positions || Jersey City (Local)

2016-09-29 Thread Dev Singh
Hi,

With banking domain



1.   *SFDC Solution Architect*, Jersey City  ..15+ years of profile,
with 5+ years in SFDC

2.   *SFDC Program Manager*, Jersey City.. 15+ years of profile, with
5+ years in SFDC

3.   *SFDC BA*, Jersey City.. 10+ years of profile, with 4+ years in
SFDC

4.   *Sr. SFDC Developer*..9+ Years of profile..with 5+ years in SFDC

Thanks & Regards

*Dev Singh*


Phone: 609-853-0818 Extn: 2112

*Email*: de...@nityo.com 

   dev09...@gmail.com 

*Hangout: **devs09...@gmail.com *

*Skype : **dev.singh526*

www.nityo.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/CAP0s8vuN3cC-K-zaAYo2XAe_UvHUFe%3DEf9EJFBSdtSjW-TB-TA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Required:::Datacom Consultant at Redmond, WA

2016-09-29 Thread priyadarshini


Hi,

 

We have requirement for below position.

If u have suitable candidates then do reply on this email.

 

*Position Title   : Datacom Consultant*

*Location  : Redmond, WA*


Job Description:

Mandatory Skills:

*Candidate should have worked using IPv6 address scheme*

• Strong Understanding of L2 and L3 switching and IP routing, Ethernet & 
TCP/IP

• Working knowledge of Routing protocols such as OSPF and BGP.

• Good hands-on usage of test tools such as IXIA tools or Spirent test 
center.

• Experience in Manual testing with writing test cases and creating test 
design from Requirements and RFC’s

• Experience in debugging and troubleshooting the test failures and 
isolating system OR software issues.

• Experience on Cisco Routers & Switches with IOS image OR Juniper Routers 
with JunOS platform.

 

 *Optional:*

• Working knowledge of Routing protocols such as RIP, VRRP, MPLS - L2 and 
L3 VPN, Multicast routing (IGMPV3,IPTV) and the respective RFC’s

• Any Cisco or Juniper certifications are preferable

• Hands on experience on Juniper (Netscreen) SSG / ISG firewalls

• Experience in StarOS is preferable.

 
-- 

Thanks & Regards

Priyadarshani S

*[image: L7-Resources]*

(*A* *L7 Group Company)*

*phone :**972-544-7798*

*Email: *priyadarsh...@l7resources.com 

*URL: *www.l7resources.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/82cead18-4ce6-42f7-b9b4-d6c06fc6576a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need :: Adobe Day CQ Architect @ Philadelphia, PA

2016-09-29 Thread satish kumar
Hello,



Hope you are doing great!



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



*Role: Adobe Day CQ Architect *

*Location: Philadelphia, PA *

*Duration: 6+ Months*



Adobe Day CQ (Mandatory)

As an Architect you are responsible for providing technical leadership to
small size/complexity/order-value projects. You are expected have depth of
knowledge of specified technological area, which includes knowledge of
applicable processes, methodologies, standards, products and frameworks.
You would be responsible for defining and documenting architecture,
capturing and documenting non-functional (architectural) requirements,
preparing estimates and defining technical solutions to proposals (RFPs).
You should provide technical leadership to project team to perform design
to deployment related activities, provide guidance, perform reviews,
prevent and resolve technical issues.









*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/CAHxR9GaQ%2BDrEfmtXaRJ-veXJnBPUw6bL0HB7cH01swCcQr7Krg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] iOS lead Developer,SFO-CA

2016-09-29 Thread cindy . a
*Hi,*

*Hope you are doing great!*
*We have urgent requirement as iOS Developer*
*Please go through the JD and let me know your interest.*

*Job description:*
*Job role:  iOS lead  Developer*
*Location: SFO-CA*
*Duration: long term*

*NEED 10 +year profile*

Skills:

· *At least 9-10 years of experience in technology consulting, enterprise 
and solutions architecture and architectural frameworks*
*Should have good experience in  Swift, JSON webservice integration *
*· At least 4 years of experience in native iOS user interface development 
skills, bug fixing and improving application performance, proficient with 
Swift (Primary), Objective C, Swift, experience with iOS frameworks like 
Core Data, Core Animation etc., good understanding of Apple’s design 
principles and user interface guidelines, understanding of code versioning 
tools, offline storage, threading etc.*
*· Experience working with building enterprise grade mobile applications 
with multiple integration touch points. *
*· Understanding of various authentication processes/frameworks*
*· Good communication and mentoring skills*


Thanks & Regards
Cindy
US IT RECRUITER 

Plato Technologies Inc

 Direct no:  408-620-5045 ,  Crop No: 646-415-7722

 

Email:  cind...@platotechinc.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/3da8dabe-76c9-45bc-9cc3-b1ce1f9e650a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] New Position - JDE World Soft Manufacturing Consultant

2016-09-29 Thread Rizwan Dawood
*JDE World Soft Manufacturing Consultant*

*Sinking Springs, PA*

*6+ months*



*Job description:*

• Bachelor’s degree or foreign equivalent required from an
accredited institution.

• Desired Skills: In depth knowledge of Manufacturing Module
modules (Shop Floor Management, MRP, Inventory, Product Data Management,
Manufacturing Accounting). Knowledge of Finance modules (AP, AR, GL) would
be an added advantage.

• 8-10 years as JDE-Functional Consultant experience

• Expertise in JDE World Soft 7.3 A Manufacturing module.

• Basic Knowledge of Finance modules

• Experience on FASTR, World Writer and Showcase reporting

• Should have at least two complete implementation / support
experience

• Communicate effectively with application development and support
teams regarding issues.

• Hands on experience in SLA driven production support

• Effective communicator and good interpersonal skills.

• Should be capable in attending client workshops, gathering
business requirements, mapping to JDE and doing Gap analysis and fitment.

• Ability to train and manage junior team for delivery and meeting
SLA’s.

-- 
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/CANpokiCBtetjQskPktbRzWfY%2Bn6SkzsknmgtUTDWQm3%3DWNt7YA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] iOS lead Developer,SFO-CA

2016-09-29 Thread cindy . a
*Hi,*

*Hope you are doing great!*
*We have urgent requirement as iOS Developer*
*Please go through the JD and let me know your interest.*

*Job description:*
*Job role:  iOS lead  Developer*
*Location: SFO-CA*
*Duration: long term*

*NEED 10 +year profile*

Skills:

· *At least 9-10 years of experience in technology consulting, enterprise 
and solutions architecture and architectural frameworks*
*Should have good experience in  Swift, JSON webservice integration *
*· At least 4 years of experience in native iOS user interface development 
skills, bug fixing and improving application performance, proficient with 
Swift (Primary), Objective C, Swift, experience with iOS frameworks like 
Core Data, Core Animation etc., good understanding of Apple’s design 
principles and user interface guidelines, understanding of code versioning 
tools, offline storage, threading etc.*
*· Experience working with building enterprise grade mobile applications 
with multiple integration touch points. *
*· Understanding of various authentication processes/frameworks*
*· Good communication and mentoring skills*

Thanks & Regards
Cindy
US IT RECRUITER 

Plato Technologies Inc

 Direct no:  408-620-5045 ,  Crop No: 646-415-7722

 

Email:  cind...@platotechinc.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/04910cc9-138a-49d9-a962-7e6644760aad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] New Position - ATG Developer

2016-09-29 Thread Rizwan Dawood
*ATG Developer*

*Dallas, TX*

*6 months*



*Job Description*

· Detailed JD Looking for a Senior Developer or a TL role who can
handle ATG projects and interact with the client and offshore teams. This
requires a hands-on experience on ATG.

· Further details: · Requirement Analysis, Design, architecture and
coding of online projects · converting high level requirements into
architecture blueprint and coding the same · high level designs that is
governed by client’s local

-- 
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/CANpokiDU-i64w36ROYL3DgdLYYxPyQyJpC7Tj3W0iwfbKaSOmg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] URGENT POSITION: Phone Interview:Backend QA tester in Charlotte,NC|$30/HR ON C2C

2016-09-29 Thread Neha Kumari
*Hello,*

*GREETINGS !!*

*This is Neha from Apetan consulting,*

*Please find the below job description and send me your update resume
matching to it along with Contact details, Current location, Visa and
Availability ASAP.*



*POSITION: Backend QA tester*

* INTERVIEW: Phone Interview*

*LOCATION: Charlotte NC*

*DURATION:6 MONTHS+*

*START :ASAP*





*Job Overview:*

*I**nterview : Phone hire. But the candidates must pass a couple of
technical tests before being lined up for the phone interview*


*Top Skills:*



7+  years of  Both manual and automated hands-on testing

   - They are just automating the manual tests
   -  Back end testing experience is a must
   - There is no GUI or Front End on this application
   - Web services experience and specifically SOAP UI
   - MySQL experience needed
   - Heavy SQL and XML experience
   - Experience writing test cases using XML and then writing a SQL query
   if something in the test case fails that they can bring back to the tester.



-- 



*Neha Kumari |* *Technical Recruiter* | *Apetan Consulting LLC*

Tel:201-620-9700* 106 | Fax: 201-526-6869 | 72 Van

Reipen Avenue # 255 Jersey City, NJ 07306 |

n...@apetan.com | www.apetan.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/CAH6F14eKKGxRhCJcB6G%2B_1mRCsjfnWNhkYwaP5ovRUpYBXjBMQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need for Sr. SFDC Developer || Jersey City, NJ – ONLY LOCAL CANDIDATES

2016-09-29 Thread Dev Singh
Hi,

*Position *

*Sr. SFDC Developer*

*Location*

*Jersey City, NJ – ONLY LOCAL CANDIDATES*

*Start Date *

Immediate & URGENT

*Job Description*

*Role Description: *



• Maintaining the SFDC CRM implementation for Investments

• Enhance the application to suit to business requirements

• Highly motivated self-starter individual demonstrating
integrity, initiative and innovation qualities



*Technical Skills: *



• SFDC configuration and development using Apex and Visual Force

• Integration of SFDC with other enterprise applications using SFDC
SDK and APIs

• Expert in implementing security model, data visibility,
developing reports, dashboards, customizing and configuring the SFDC
application

• Knowledge of Informatica ICS, including Informatica Task
Flows, Eloqua and Oracle TSQL is preferred

• Experience in full systems lifecycle project/process delivery
is required



*Qualifications:*



• More than 5 years of combined application development
experience preferably in Financial Services industry

• Three years or more of Salesforce.com application development
and configuration

• Bachelor’s Degree

• Strong communication skills



Thanks & Regards

*Dev Singh*


Phone: 609-853-0818 Extn: 2112

*Email*: de...@nityo.com 

   dev09...@gmail.com 

*Hangout: **devs09...@gmail.com *

*Skype : **dev.singh526*

www.nityo.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/CAP0s8vvmZAZNZRceATqouskQor%2BLNhYBPuc8RCaf7HF0%2BqmBxA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Requirement :: MS Access / VBA developer with PMO :: NYC

2016-09-29 Thread Randhir Tiwari
Hi Friends, 

 

 My name is Randhir  Tiwari IT Recruiter at IDC Technology. I have opportunity 
to review your resume on job board and have qualified it as a potential for a 
position that I am currently recruiting for.

 

 I would like to short-list  your profile. Please call me back ASAP on 408 882 
6434. Please Send me Your Updated Resume.

 

Role: MS Access / VBA developer with PMO

 

Locations  : NYC

 

Phone interview then onsite interview. Candidates must be local and there will 
be NO SKYPE

 

JOB DESCRIPTION: 

 

 

Someone with strong MS Access and VBA developer out of a bank would work as well

 

Need MS Access / VBA developer with PMO (Project Management Office) experience.

Ability to code and maintain Access databases.

Would be good if they had CCAR and work experience in CCAR PMO (Project 
Management Office)

They will be building and maintaining Databases for scheduling , Resource 
allocations , timeframe, scheduling and project allocation

 

Thanks and Regards

 

Randhir Tiwari

Sr. IT Recruiter | IDC Technologies, Inc

1851 McCarthy Blvd Milpitas, CA 95035

D: 408 882 6434

Email :- randhir.tiw...@idctechnologies.com

Hangout:- randhirtiwari.2...@gmail.com

LinkedIn :- https://www.linkedin.com/in/randhir-tiwari-284b9489

 

-- 
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/57ed1fd7.0d74240a.fc6cf.c9afSMTPIN_ADDED_BROKEN%40gmr-mx.google.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need for Pega SSA || Tampa, FL

2016-09-29 Thread Dev Singh
Hi,

*Role : Pega SSA*

*Location – Tampa, FL*

*Open Position  - 10*



*Job Description:*

   - Pega SSA is responsible for architecting and designing business
   applications using Pega PRPC and other Pega frameworks. Provides
   architecture and design guidance to project teams developing BPM/BRE
   solutions using Pega
   - Provide thought-leadership to client across business and technical
   project dimensions solving complex business requirements
   - Develops and demonstrates an advanced knowledge of the PRPC
   Architecture and all PRPC design and implementation features
   - Works in conjunction with Program Manager to size, manage scope and
   risk
   - Accountable for ensuring the business and technical architecture of
   the delivered solution matches customer technical and functional
   requirements, and commits to Customer Success (realization of business
   benefit)
   - Participates in the development of additional consulting opportunities
   within the customer base



*Required experience / skills:*

   - Pega SSA Certification required
   - 7 to 9 years of IT experience with n-tier, database and client server
   design/development
   - 4 to 6+ years’ experience in design and implementation of PRPC-based
   solutions, including leadership role in design to develop shared/reusable
   enterprise rules and workflow components within Pega Process Rules
   Commander.
   - 4 to 6+ years’ experience with PRPC v5.x (preferably V5.3 or above)
   with experience in new Pega capabilities
   - Experience on Pega CPM, Smart Investigate frameworks preferred
   - Strong experience scoping, planning and delivering projects using
   iterative software development lifecycles over multiple release cycles
   - Previous experience as a lead architect on multiple large-scale
   product or enterprise designs
   - Expertise and good understanding of Relational Database Management
   Systems including architecting and designing for performance and
   scalability and working with Object to Relational Mapping schemes for
   distributed data access
   - Solid fundamentals in Core Java & Object Oriented concepts
   - Experience in Web technologies including Servlets, JSP, and XML.
   Should have hands on experience in developing web applications.
   - Excellent skills in any of the RDBMS tools like Oracle, MSSQL, DB2 or
   Sybase. Should be proficient in SQL commands
   - Experience in client side technologies like HTML, Java Script, CSS
   - Experience working with any of the Servlet containers or Enterprise
   containers like Jakarta tomcat, BEA Weblogic, IBM WebSphereor JBOSS. Should
   have knowledge in using any of the mentioned servers like deployment,
   configuring & troubleshooting
   - Knowledge in web services, JMS, Middleware tools (like Web Methods,
   Vitria), Web frameworks (like Struts, Spring), Design Patterns (like MVC I,
   MVC II etc).
   - Knowledge of components for enterprise architecture like enterprise
   beans is a plus



Thanks & Regards

*Dev Singh*


Phone: 609-853-0818 Extn: 2112

*Email*: de...@nityo.com 

   dev09...@gmail.com 

*Hangout: **devs09...@gmail.com *

*Skype : **dev.singh526*

www.nityo.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/CAP0s8vviP_y_BA2LC6X6upPauhqzAMVnB_fPsce0KX8NUdhNkg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need : Pega SSA in Tampa, FL

2016-09-29 Thread Rahul Kushwaha
Hi,



Please find the requirement below and share matching resume to
rahul.kushw...@nityo.com



*Role : Pega SSA*

*Location – Tampa, FL*

*Duration : Long Term Project*

*Experience : 8-12+Years*

*Open Position  - 10*



*Visa Copy and Photo ID must at the time of Submission*



*Job Description:*

• Pega SSA is responsible for architecting and designing
business applications using Pega PRPC and other Pega frameworks. Provides
architecture and design guidance to project teams developing BPM/BRE
solutions using Pega

• Provide thought-leadership to client across business and
technical project dimensions solving complex business requirements

• Develops and demonstrates an advanced knowledge of the PRPC
Architecture and all PRPC design and implementation features

• Works in conjunction with Program Manager to size, manage
scope and risk

• Accountable for ensuring the business and technical
architecture of the delivered solution matches customer technical and
functional requirements, and commits to Customer Success (realization of
business benefit)

• Participates in the development of additional consulting
opportunities within the customer base



*Required experience / skills:*

• Pega SSA Certification required

• 7 to 9 years of IT experience with n-tier, database and
client server design/development

• 4 to 6+ years’ experience in design and implementation of
PRPC-based solutions, including leadership role in design to develop
shared/reusable enterprise rules and workflow components within Pega
Process Rules Commander.

• 4 to 6+ years’ experience with PRPC v5.x (preferably V5.3 or
above) with experience in new Pega capabilities

• Experience on Pega CPM, Smart Investigate frameworks preferred

• Strong experience scoping, planning and delivering projects
using iterative software development lifecycles over multiple release cycles

• Previous experience as a lead architect on multiple
large-scale product or enterprise designs

• Expertise and good understanding of Relational Database
Management Systems including architecting and designing for performance and
scalability and working with Object to Relational Mapping schemes for
distributed data access

• Solid fundamentals in Core Java & Object Oriented concepts

• Experience in Web technologies including Servlets, JSP, and
XML. Should have hands on experience in developing web applications.

• Excellent skills in any of the RDBMS tools like Oracle,
MSSQL, DB2 or Sybase. Should be proficient in SQL commands

• Experience in client side technologies like HTML, Java
Script, CSS

• Experience working with any of the Servlet containers or
Enterprise containers like Jakarta tomcat, BEA Weblogic, IBM WebSphereor
JBOSS. Should have knowledge in using any of the mentioned servers like
deployment, configuring & troubleshooting

• Knowledge in web services, JMS, Middleware tools (like Web
Methods, Vitria), Web frameworks (like Struts, Spring), Design Patterns
(like MVC I, MVC II etc).

• Knowledge of components for enterprise architecture like
enterprise beans is a plus




--





Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Regards*



*Rahul Kushwaha*
Desk : 6098530818 Extn2114

Fax : 609 799 5746 rahul.kushw...@nityo.com
www.nityo.com
https://www.linkedin.com/in/rahul-kushwaha-3816b994

--

USA | Canada | India | Singapore | Malaysia | Indonesia | Philippines |
Thailand  | UK | Australia / Zealand
--

*Nityo Infotech has been rated as One of the top 500 Fastest growing
companies by INC 500*
--

*Disclaimer:* http://www.nityo.com/Email_Disclaimer.html
--

-- 
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/CAD4f0d3QtPFD2BA-BRp7U7FEjE4H%2B-zL53gDDQ1YX_BmDe4TBg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Business Analyst with CyberLife in Chicago, IL !

2016-09-29 Thread Abhishek ojha
*Business Analyst with CyberLife Location: *Chicago, IL



· Bachelor's Degree with 5 to 7 years’ experience.

· Excellent Insurance Domain experience

· Has worked closely with Stake holders to define Business
Requirements and Spec. Documents.

· CyberLife expert and has thorough knowledge on Various Modules of
CyberLife

· Has involved in Implementation of CyberLife Projects.

· Flexible to work in Scrum Methodology.



*Skills:*

· 8+ years business analysis & *testing experience* required *CyberLife
knowledge required* Conversion experience:

· Balancing, coding/ table corrections, suspended policy, and *data
clean-up* work Experience with *research of data coding issues* within
*CyberLife
system* Experience with *Life and Annuities Insurance and Products Exposure*
to Life Insurance products *(CyberLife, Vantage, wmA ..etc*)

· Knowledge of Software Solution in Insurance domain Business
analysis skills and capability to generate ideas or solutions for problems.

· Understanding of business processes.

· Exposure to MS Office Good written and oral communications
skills.

· Ability to work well both independently and as part of a team
Ability to work with global team Ability to work in high paced, dynamic
environment required.

· Ability to directly interact with client internal and external
Self-starter, agile, and quick.



*Main Responsibilities:*

· Performs complex analyses of business goals, objectives and needs
of the general business environment to align information technology
solutions with business initiatives for multiple, complex accounts.

· Serves as a subject matter expert and the liaison between
technical personnel and non-technical personnel.

· Plans and designs complex business processes and system
modifications.

· Makes recommendations to improve and support business activities.

· Provides input into developing and modifying systems to meet
client needs.

· Develops business specifications to support these modifications.

· Coordinates business analyst tasks on information technology
projects and provides project team member guidance and support.

· May plan, allocate and monitor work of other business analysts.

· Participates in technical reviews and inspections to verify
'intent of change' is carried through the entire project.

· Provides leadership and work guidance to less experienced
personnel.

*·* Provides time estimates for project related tasks.


*Abhishek Ojha*
732- 837- 2138
*ao...@sagetl.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/CAKpcopS8LkqwOTCK7G_rfBrSTFTOGgh%2BV%2Bn_q-STc35LE_dEmg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] URGENT REQ **** SALESFORCE ARCHITECT **NY ****** CONTRACT

2016-09-29 Thread tejasri surapaneni
HI,




*Position: Salesforce Architect Location: New Jersey, NJ Duration of
Hiring:6+ Months Contract Years of Experience* 8-10 Months Contract*



*Job Description:*


We are looking for a Senior Technology Architect • Ownership and
development of the architecture in line with other initiatives within the
bank • Gather requirements from internal customers for their market access
requirements • Liaising with reference architecture team and audit to
ensure compliance to standards • Development of solution designs in line
with business requirements, technology standard and audit and regulatory
constraints • Work with development managers to identify any functional and
ensure resources are available to meet business expectations • Confidence
in answering compliance and regulatory questions relating to technology •
Working to converge to technology and reference architecture standards
thereby helping the organization to manage technology and market access
costs • Streamline the on-boarding process of new businesses and desks •
Assisting in problem resolution for designs and software, hardware and
networks • Ensure proper UAT environment is setup for customers. • Ensure
that deployments to production are in line with bank standards Experiences
• Atleast 15 years of total experience with atleast 8 years of salesforce
experience. Should come from a strong salesforce development background. •
Java/j2ee development experience will be a plus. • 2 to 3 years of SQL
experience • Experience with advanced Salesforce.com
 development tools and techniques, e.g. APEX
language, Force.com  custom development, triggers,
controllers, Force.com , SOAP and REST APIs, JSON,
sObjects, SOQL, SOSL, outbound messaging and creating Visual Force pages. •
Experience integrating Salesforce.com  with
enterprise-level applications though all available integration channels as
well as Salesforce-to-Salesforce integrations • Experience with
Salesforce.com  AppExchange applications and
extensions is a plus. • Significant experience with cloud ETL tools, such
as Data Loader and Informatics Cloud, as well as web-service integration. •
Strong analysis and design skills, including requirements analysis, Object
Oriented design patterns, and UML • Excellent verbal communication, writing
and presentation skills
Mandatory skills* Apex, Force.com , SOAP, REST APIs,
JSON, sObjects and SOQL






*Tejasri Surapaneni (Teju)*


Desk No-609-853-0818 Ext-2162
tejasri.surapan...@nityo.com


Fax :   609 799 5746
www.nityo.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/CAD4JY0KUtvwMSAOEzqMo8ALHiyCDgBuuo2S21yB0ca48SH5%3Dkw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Fwd: VMWARE Engineer_Sunnyvale, CA(Only Locals who can go for F2F)@ Need 9+ years experienced Local consultants who can go for F2F interview

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

*VMWARE Engineer with genuine experience*

*Location: Sunnyvale, CA(Only Locals who can go for F2F)*

*Duration: 3 – 6 months*

*Direct Client: **PharmaCyclis *

 VmWare Admin

Storage

Azure





*Thanks & Regards.*

*Nagarjuna*

*Tekskills Inc.*

*200, MetroplexDrive, Suite 414, Edison, NJ – 08817 |*

*CMMI Level 3 / ISO 9001: 2008/ WMBE Certified Company   *

*Phone: 732-354-4300  |Fax:** 888-543-5125 **| Email:
**nagarj...@tekskillsinc.com
*

*Gmail: **gani.nagarj...@gmail.com *
*www.tekskillsinc.com* 



-- 
Nagarjuna

-- 
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/CADALKbzEtPwYY8MxwvOs%3D7AxuTCruVTeiS%2BPGT%2Bswwf_FWeKng%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need Urgent___Pega LBA(8+ Profile Only)

2016-09-29 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.





*Pega LBA*

*Location – NYC, NY*

*Mandatory – Property and Casualty experience*

*Job description: *



Pega Lead Business Architect will be responsible for partnering directly
with our business stakeholders to extract, re-engineer, and define business
processes for our Next Generation Customer Service platform, which is built
atop Pega PRPC and its Solution Frameworks.



*Responsibilities: *

· In a Pega PRPC / CPM program, a demonstrated ability to partner
with business stakeholders, with leading and assisting in the
identification and definition of requirements, use cases, process flows,
screen flows, and user interfaces;

· Interact with and communicate product requirements to architects,
engineers, development managers, product managers, testers, and a variety
of other stakeholders;

· Work with Development Managers, Program Managers, and Architects
in scoping and sizing of projects. Sizing may be requested with little more
than a vision statement available or as much information as that found in a
traditional Product Requirements Document. Must be comfortable at either
end of the spectrum;

· Construct and maintain an evolving list of processes and
sub-process that must be built into our PRPC platform to retire our two
legacy Customer Service applications;

· Construct and maintain an evolving list of capabilities that must
be built outside of our PRPC platform to retire our two legacy Customer
Service applications. This inventory includes web service needs, enterprise
platform needs, external integration needs, etc.;

· Translate business needs and requirements into robust technology
requirements;

· Experience with Pega Smart BPM methodology and the ability to
teach the same to adjacent stakeholders;

· Experience in Customer Services for Financial Services or Payment
Providers, with expertise in Disputes, Claims, and Chargeback business
areas. Experience in Smart Disputes a plus.

· Deep experience with industry standard methodologies of SDLC,
Agile, and SCRUM. Experience with Rally preferred.

· Possess advanced understanding of PRPC architecture, tools, and
frameworks

· Must possess a track record of strategy execution, innovation,
and execution in a high-pressure environment

· Experience in IT as a business analyst for large-scale projects
and programs

· Must be a Pega Certified Business Analyst or Architect

-- 
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/CAEmgVe2eECw6E3Z7fLALkwf%3DznNq_55bW7rrHwgSdSiF8Cjx_Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Mechanical – Program Manager || Holtsville NY

2016-09-29 Thread Dipika kamboj
Hello,



Please share resume for this position.



*Job Title*

Mechanical  – Program Manager

*Relevant Experience* *(in Yrs.)*

*8 to 10 Yrs. *Experience

*Technical/Functional Skills*

Mechanical design and Technical Management

*Experience Required*

· Good modelling practices

· Strong Knowledge on plastic parts

· Strong knowledge on Tool making

· Structural analysis resource with ruggedized device experience

· Injection molding manufacturing knowledge

· Experience in designing devices with IP67 standards

· Good product design knowledge

· Ability to make decisions on freezing mechanical designs

· Knowledge on rendering

· Familiar with any one of the below Mechanical Tools:

o   Solidworks,

o   Creo 2.0,

· Familiar with any one of the below Structure analysis tool:

o   Hypermesh

o   Ansys

o   Abaqus

*Roles & Responsibilities*

· Should be able to guide the Mechanical team to achieve targets.

· Will be driving team in designing rugged handheld products.

· Expected to work effectively either as an individual contributor
or as a team leader, and will have opportunity to grow into a group leader.

· Would be involved in effort estimation and scoping.

· Recommend and implement new procedures and tools as necessary.

· Manage and develop associates engaged in engineering activities
train and mentor.

*Duration of assignment *(in Months)

6 Months

*Work Location* (State, City and Zip)

Holtsville, NY







*Thanks & Regards,*

*Dipika Kamboj*

*United Software Group Inc.. *

*565 Metro Place South. Suite # 110 *

*Dublin, OH 43017 *

*dipik...@usgrpinc.com* 

*www.usgrpinc.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/CAEyh4_nXDi1fBZFNj%2BBKY4P%3D7%2BhYT7NDRNq17f25Z4114RmCxg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] 6 Positions || Need USC, GC or EAD GC || All Required F2F interview

2016-09-29 Thread Vishal Ji Awasthi
*Please reply me requirement no please *





*REQ 1:*



Client : JP Morgan Chase Bank


Python Developer / IAAS Developer (Full Stack)

Jersey City, NJ

6 months contract to hire



Python Developer for Infrastructure Automation (Python, Django, Celery)

Python Developers Python Frameworks

Python Developers Python Frameworks

Heavily focused on professionals that are solutions oriented and ability to
work on their own, at times may research existing system and integrate with
new system, troubleshooting
- Example integrating hardware devices, assimilation to push web portal
buttons

*INTERVIEW PROCESS: *
Python Developer/Production Support
1. Candidate is sitting in front of computer, responsible for physically
typing code, evaluate programming skills
2. Arrange 4-5 team members to meet with candidate on-site; interviews will
be conducted 2:1 and candidate will need to whiteboard there programming
skills



Responsibilities:
Interface with engineering, operations teams, and vendors to identify the
technologies required for integration
Develop modules to communicate with various systems such as network
devices, storage farms and servers
Integrate all components to build a straight through automated system
Develop operational tools and automated test suites

Technical Skills:
Minimum 5 years of Python development
Minimum 5 years of expertise with Python Frameworks
Client server and web architecture experience
Solid IT infrastructure knowledge







-





*REQ 2:*





Client: JP Morgan Chase Bank




BO Reporting Developer with C#

6 month contract to hire

Newark, Delaware



The Reporting Solutions team is responsible for providing accurate,
complete and consistent data for aggregation and analysis in support of
critical regulatory requirements to the FRD, OCC, FDIC, and FFIEC. This
process involves requesting, consolidating, analyzing, validating and
reporting financial data while adhering to Sarbanes-Oxley 404 and internal
control and documentation standards. This team supports the line of
business external reporting teams and Corporate Financial Reporting (CFR)
and our goal is to continuously improve the reporting process through
enhancements to the control environment and to improve the operating model.

Roles and Responsibilities:
Work with business users (FIRS External Reporting) to automate/streamline
reporting processes leveraging technologies such as C#, Microsoft Access,
Business Objects and Microsoft Excel.
Design, develop and deploy applications that are aligned with the business
and technology strategies and meets requirements of the business.
Lead requirements gathering sessions with business users and team members
to analyze business requirements and provide input to design of technology
solution.
Develop strong working relationships with the business and other technology
team members to deliver quality technology solutions.
Build up an extensive and practical understanding of the reporting
applications as well as a general end-user understanding in key and
critical applications.
Business Objects is used in this environment to source data from data
warehouses and generate reports. Where necessary, understand Business
Object universes/data models, analyze ad-hoc queries created by users and
be able to consolidate/re-create ad-hoc queries to make reporting process
more efficient.
Document detailed application specifications, translate technical
requirements into programmed application modules.

Required Skills:
*C# *
*ODBC *
Business Objects
Sybase
Fluency in Excel
Strong Transact SQL development and query tuning skills
Experience with solutions involving varied data sets and multiple source
systems
Understanding of Object-Oriented programing principles and service-oriented
approaches
Bachelors Degree in Computer Science or related field
5+ Years of professional software development experience

Preferred Skills: Oracle




-







*REQ 3:*



Client : JP Morgan Chase Bank


API Analyst

18 month contract to hire

San Francisco, CA




Job Family Description:


Designs, analyzes, develops, codes, tests, debugs and documents programming
to satisfy business requirements. Proficient in application development
skills for more than one technology as well as proficient in multiple
design techniques.

Roles and 

[android-developers] UI DEVELOPER With DOM (Document Object Model)@Sunnyvale, CA

2016-09-29 Thread Santosh kumar Nityo
Hi,

Hope you doing Well !!!

Here is our Implementing partner Requirement, Please go through the below
requirement and send us suitable consultant with their updated resume,
rates and Contact details ..



*Role: UI DEVELOPER With DOM (Document Object Model)*

*Location: **Sunnyvale, CA*

*Work Duration: 6+ Month*

*Years of Experience: 8+*


*Note: We need Photo id and visa copy (H1B) Job Description:*

*Skill Set: *
Primary : HTML5, CSS, Java scripting, jQuery,, JS MVC frameworks
(AngularJS, Can JS, Backbone JS)
Testing skills : Q Unit, Jasmine
Build Tools : Grunt, Gulp
Job Description :
• At least 6 years of experience in developing Web UI applications using
front end technologies HTML and CSS
• Must have good knowledge working on DOM manipulations using Java script
or libraries like jQuery/Zepto
• Good knowledge of Object-oriented JavaScript
• Hands-on experience developing enterprise applications using any JS MVC
frameworks (Angular, Backbone JS, Can JS)
• Exposure to Unit Testing frameworks like Jasmine, Q Unit etc.,
• Good knowledge on implementing Responsive/Adaptive Web Designs
• Good knowledge handling cross browser compatibility issues
• Good knowledge implementing Web Accessibility and SEO techniques
• Good knowledge using Developer tools for debugging and performance
optimizations
• Relevant knowledge on package management / build tools related to Front
End Technologies(like Grunt, Gulp)






*If I'm not available over the phone, best way to reach me in email...*



[image: cid:image001.jpg@01D0BE16.B9DD7240]



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536

*Santosh Kumar *

*Technical Recruiter*

Desk No-609-853-0818 Ext-2170
Fax :   609 799 5746

kuntal.sant...@nityo.com
www.nityo.com


--

USA | Canada | India | Singapore | Malaysia | Indonesia | Philippines |
Thailand  | UK | Australia / Zealand
--

*Nityo Infotech has been rated as One of the top 500 Fastest growing
companies by INC 500*
--

*Disclaimer:* http://www.nityo.com/Email_Disclaimer.html
--

-- 
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/CAG0Zfz0TvUG9c22zqe5r%2B-aOxKpw784aAKgKR5u5cH0DKv3XSA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Fwd: Available consultants List

2016-09-29 Thread Kavitha csr
Hi Partner,

Hope your doing good!



Please find the HOTLIST of my Consultants who are available immediately on
C2C positions.



Please share your requirements to kavi...@csrinfotech.com



SKILL

LOCATION

RELOCATION

AVAILABILITY

QA  Analyst

NJ

NJ,NY

Immediately

Oracle PL/SQL Dev

CT

Yes

Immediately

SQL Dev

NJ

Yes

Immediately

Java Dev

CA

Yes

Immediately

BA

IL

Yes

Immediately

ETL QA

NC

Yes

Immediately



Looking forward to work with you soon!

-- 
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/CAKwxXNos%2BF2njnu5ULxmi9NiEM6eu0U8AOGhQHVTDShzbB081w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Salesforce Business Analyst (Must have 10+ yrs exp.)

2016-09-29 Thread Manisha Nityo
Hi,

Hope you doing Well !!!

Here is our Implementing partner Requirement, Please go through the below
requirement and send us suitable consultant with their updated resume,
rates and Contact details ..



*Role: Salesforce Business Analyst (Must have 10+ yrs exp.)*

*Location: New Jersey *

*Interview:-Phone/Skype*

*Work Duration: Long Term*

*Domain:-Retail*



*Job Description:-*

We are looking for a Lead Consultant
• Responsible for managing IT solutions for the project including
stakeholder management, IT strategy, service expectations, requirements
gathering, and user acceptance testing.

• Gather requirements from internal customers for their market access
requirements

• Participate in the analysis and design of applications with the System
Architect and Business Users (including business model, security model and
Business components);

• Translate business model and user requirements into software
specifications;

• Deliver documentation (e.g. High Level Architecture, Low Level Design
Documents) during various stages of the project and upon completion of the
project;

• Work with the Program Manager to build strong relationships with the
business clients and other stakeholders, and ensure full alignment of the
program strategy with the client needs • Work with the Program Manager to
identify new ways to increase the value of the technology platforms to the
business

• Analyze business processes and underlying technical infrastructure;
recommend business process improvements; identify technical deficiencies
and propose solutions to address them

• Define scope of business requests, perform high level business analysis
and facilitate sign offs on business specs

• Supports the design and conceptualization of new business solution
options and articulates impacts and risks, as identified.

• Creates, owns and manages artifacts required to support relevant
activities

• Responsible for the UAT management including planning, coordination with
UAT testers, release notes, etc.

• Analyze the application usage and solicit user feedback to ensure
successful adoption of the application across all business groups. The
position is for an experienced Salesforce Business Analyst to work within
the Wealth Management Global Technology Team, supporting the regulatory
projects

• Must have good understanding of Java applications Good understanding of
UNIX platform

• Support testing (Unit, SIT, UAT); Experiences

 • Atleast 10 years of overall experience as business analyst and atleast 5
years of experience in salesforce

• Good understanding of SQL and Oracle Database

• Experience with advanced Salesforce.com 
development tools and techniques.

 • Experience integrating Salesforce.com  with
enterprise-level applications though all available integration channels as
well as Salesforce-to-Salesforce integrations

 • Strong analysis and design skills, including requirements analysis,
Object Oriented design patterns, and UML

• Excellent verbal communication, writing and presentation skills •
Relevant experience in business analysis in the financial industry

• Awareness of industry trends to drive change and continual improvement in
Business Analysis • Ability to document business requirements effectively
and efficiently

• Maturity and persuasiveness to engage in business dialogue and support
stakeholders

• Ability to work across multiple business groups and domains
Mandatory skills* design skills, analysis, Object Oriented design patterns,
and UML


*Thanks & Regards,
   *

Manisha Budhwar

Technical Recruiter

Nityo InfoTech .

Desk No-609-853-0818 Ext-2160 <609-853-0818%20Ext-2160>

Gtalk ID:- manishanityo16

E Mail:- *​*manish...@nityo.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/CANOPGKx29_3eDcDqOU4CqwGLv2%3DS%3DCeBQJwj%2BKxCKqDSUXAe1A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need : Business Analyst with E-Commerce Background _ Orlando, FL_ 6-12+ months

2016-09-29 Thread Shawn Marsh
Hi,

Hope your are Doing Good…!

I have an urgent opening on *Business Analyst with E-Commerce
Background*  Position
with my client. Please send me the resumes with full name, contact details,
Salary, and availability date.



*Requirementdetails:*

*Title   :* *Business Analyst with E-Commerce Background*

*Location   : **Orlando, FL*

*Duration  : 6-12+ **months*

*Rate   : **Market *



*Immediate Interviews*

 Technical skills and Knowledge:

*Primary Skills**:*  *Business Analyst with E-Commerce Background*

*Responsibilities:*

Support and transform clients’ Digital needs into effective on-line
commerce channels through innovative systems and process design, systems
integration, and multi-channel marketing.

Analyze eCommerce requirements and provide help in design and
implementation or improvement of existing eCommerce applications

Serve as a bridge between the business team and technical resources during
development and implementation, and help the team to understand the
requirements

Lead and support client engagements as required, effectively managing
project scope, schedule, and resources

Assist in business process redesign, roadmap creation, and identify touch
points of multi-channel applications

Maintain and build strong client relationships, and strong working
relationships with key sponsors, stakeholders, and team members

Contribute to the business development process by involving in sales calls,
assist in proposal development efforts and client presentations

Mentor and coach team members by sharing the knowledge of eCommerce
initiatives



Preferences

Experience with various SDLC methodologies, including Agile and Iterative
models

Experience in a consulting environment with demonstrated track record of
leadership, collaboration, creativity and innovation

Experience leading functional discussions and scoping decisions, and
recommend best practices

Excellent communication skills and ability articulate the thoughts in a
coherent manner



Qualifications:



 6+ years of relevant experience or equivalent combination of education and
work experience, preferably in Digital industry

v   3+ years of hands on experience in ecommerce Implementations

v  Extensive experience with eCommerce applications; Hands on experience
with ATG (added value)

v  Experience in understanding the B2C solutions

v  Experience with performing gap analysis outlining client gaps in
technology, resources, and knowledge necessary to deliver and execute a
successful channel rollout



Thanks & Regards

Shawn Marsh

Agile Enterprise Solutions, Inc

Ph: 972-427-1801

shawn_ma...@aesinc.us.com||| www.aesinc.us.com

Agile Enterprise Solutions Inc || "Ensuring Client's Success"||

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/CAFjuZGHxGkDtzbZyzZt%2B_Ky9Xsh6p1S6mJtUo7sFBLYT_pc2fQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for ::: Apex, Force.com consultant in NEWJERSEY USA

2016-09-29 Thread SALMA BHAT
Hi Partners,

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


*Skill Set*

Apex, Force.com, SOAP, REST APIs, JSON and sObjects

*Work Location*

NEWJERSEY USA

*Special Instructions*

*Atleast 10 years of overall experience and atleast 6 years of experience
in salesforce*



*Job Description*

Number of Openings* 1
ECMS RQ# * 135692
Duration of contract* 5 months (Extendable based on performance)
Years of Experience* 8-10
Detailed JD *(cannot get relevant profiles with one liner JD, so provide
clear JD with roles and responsibilities, it will help vendors in sourcing
right candidates) We are looking for a Technology Lead • Responsible for
design, implementation, deployment and documentation of projects that
leverage the Salesforce.com toolset • Must have worked on Financial
applications using Salesforce • Participate in project team meetings and
communicate effectively with peers, architects, system analysts, business
analysts, project managers, quality control, and across other technology
team boundaries, reporting project status as required • Having knowledge of
standard concepts, practices, and procedures within enterprise application
environments. • Serve as the subject matter expert for solution
architecture that will include configuration, development, integration and
customization of complex environments • Must have good understanding of
Java applications • Good understanding of UNIX platform • Support testing
(Unit, SIT, UAT); Experiences • Atleast 10 years of overall experience and
atleast 6 years of experience in salesforce • Experience architecting
designing, programming, and configuring the Salesforce.com platform and
deep functional understanding of its capabilities and limitations. •
Minimum 5+ years with advanced Salesforce.com development tools and
techniques, e.g. APEX language, Force.com custom development, triggers,
controllers, Force.com, SOAP and REST APIs, JSON, sObjects, SOQL, SOSL,
outbound messaging and creating Visual Force pages. • Experience
integrating Salesforce.com with enterprise-level applications though all
available integration channels as well as Salesforce-to-Salesforce
integrations • Experience with Salesforce.com AppExchange applications and
extensions is a plus. • Significant experience with cloud ETL tools, such
as Data Loader and Informatics Cloud, as well as web-service integration. •
Good understanding of SQL and Oracle Database • Excellent verbal
communication, writing and presentation skills
Mandatory skills* Apex, Force.com, SOAP, REST APIs, JSON and sObjects
Good to have skills*
Domain* Retail
Work Location* NEWJERSEY USA
Background check process to be followed: * Before onboarding / After
onboarding: * BGV Agency: * Default Before Onboarding Default

-- 
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_GqQSMhsbb0WJ49dMQxdiW4csF_8%2B%2Bujo6hg4oFgPGmQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for SFDC Technical Lead requirement in NY with my direct client

2016-09-29 Thread SALMA BHAT
Hi Partners,
Good Morning


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

2-3 SFDC Technical leads required in NYC

-- 
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/CAJ0KNK8NrdSfyw-gdihRC4auTc774tkSDga11_48nS_SHnveNw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Could not find a method saveData(View)

2016-09-29 Thread Giuseppe Guarino
Yes, I created the class, but I inserted another name. Could you help me 
with this 
error? https://groups.google.com/forum/#!topic/android-developers/wwiM3NL5rmY

Thanks for your answer

Il giorno giovedì 29 settembre 2016 11:19:54 UTC+2, sardar khan ha scritto:
>
> You should add the method in the activity file. That method is declared as 
> onclick atrribute of the button with the name SaveData.You should implement 
> this method in your activity file.
> For example look at this document.
> https://developer.android.com/reference/android/widget/Button.html
>
> On Thu, Sep 29, 2016 at 11:16 AM, Giuseppe Guarino  > wrote:
>
>> Hi, I'm developing an App that should receive data and save them in the 
>> SQLdatabase, but I have a problem. 
>> When I press the Save Button, the App stops the process with this error: 
>> E/AndroidRuntime: FATAL EXCEPTION: main Process: 
>> com.example.giuse.secondly, PID: 2615 java.lang.IllegalStateException: 
>> Could not find a method saveData(View) in the activity class 
>> com.example.giuse.secondly.NewSheet for onClick handler on view class 
>> android.widget.Button with id 'button_save' at 
>> android.view.View$1.onClick(View.java:4007) at 
>> android.view.View.performClick(View.java:4780) at 
>> android.view.View$PerformClick.run(View.java:19866) at 
>> android.os.Handler.handleCallback(Handler.java:739) at 
>> android.os.Handler.dispatchMessage(Handler.java:95) at 
>> android.os.Looper.loop(Looper.java:135) at 
>> android.app.ActivityThread.main(ActivityThread.java:5254) at 
>> java.lang.reflect.Method.invoke(Native Method) at 
>> java.lang.reflect.Method.invoke(Method.java:372) at 
>> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
>>  
>> at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698) Caused by: 
>> java.lang.NoSuchMethodException: saveData [class android.view.View] at 
>> java.lang.Class.getMethod(Class.java:664) at 
>> java.lang.Class.getMethod(Class.java:643) at 
>> android.view.View$1.onClick(View.java:4000) at 
>> android.view.View.performClick(View.java:4780)  at 
>> android.view.View$PerformClick.run(View.java:19866)  at 
>> android.os.Handler.handleCallback(Handler.java:739)  at 
>> android.os.Handler.dispatchMessage(Handler.java:95)  at 
>> android.os.Looper.loop(Looper.java:135)  at 
>> android.app.ActivityThread.main(ActivityThread.java:5254)  at 
>> java.lang.reflect.Method.invoke(Native Method)  at 
>> java.lang.reflect.Method.invoke(Method.java:372)  at 
>> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
>>   
>> at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)  
>> Application terminated.
>>
>> When I press the button Save, in the xml file, called add_new_sheet xml, 
>> should save the data that I inserted. 
>>
>> -- 
>> 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-d...@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/c315a942-8ffd-42c3-a146-1ddc4a6d29af%40googlegroups.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/caf18992-6938-4c4b-b5cd-1631cda960f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] DB: “table” has no column named “name column”

2016-09-29 Thread Giuseppe Guarino


I've this problem when I was launching the app, it made me this error:

E/SQLiteLog: (1) table geophysics_table has no column named municipality
E/SQLiteDatabase: Error inserting id_grid=1 culture_type= resolution_survey= 
soil_type= coordinates= finish_date= start_date= municipality= site= software= 
range= ctr= assistans= frequency_feeler= igm= max_depth= instrument_type= 
area_investigated= description_site= n_tab= author= acquisition_method= 
survey_method= ref_geo_map=
  android.database.sqlite.SQLiteException: table 
geophysics_table has no column named municipality (code 1): , while compiling: 
INSERT INTO 
geophysics_table(id_grid,culture_type,resolution_survey,soil_type,coordinates,finish_date,start_date,municipality,site,software,range,ctr,assistans,frequency_feeler,igm,max_depth,instrument_type,area_investigated,description_site,n_tab,author,acquisition_method,survey_method,ref_geo_map)
 VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
  at 
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
  at 
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:889)
  at 
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:500)
  at 
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:588)
  at 
android.database.sqlite.SQLiteProgram.(SQLiteProgram.java:58)
  at 
android.database.sqlite.SQLiteStatement.(SQLiteStatement.java:31)
  at 
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:1469)
  at 
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1341)
  at 
com.example.giuse.secondly.DBTools.insertGrid(DBTools.java:85)
  at 
com.example.giuse.secondly.NewSheet.saveData(NewSheet.java:104)
  at java.lang.reflect.Method.invoke(Native Method)
  at java.lang.reflect.Method.invoke(Method.java:372)
  at android.view.View$1.onClick(View.java:4015)
  at android.view.View.performClick(View.java:4780)
  at android.view.View$PerformClick.run(View.java:19866)
  at android.os.Handler.handleCallback(Handler.java:739)
  at android.os.Handler.dispatchMessage(Handler.java:95)
  at android.os.Looper.loop(Looper.java:135)
  at 
android.app.ActivityThread.main(ActivityThread.java:5254)
  at java.lang.reflect.Method.invoke(Native Method)
  at java.lang.reflect.Method.invoke(Method.java:372)
  at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
  at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
W/EGL_emulation: eglSurfaceAttrib not implemented
W/OpenGLRenderer: Failed to set EGL_SWAP_BEHAVIOR on surface 0x7fa4f2464180, 
error=EGL_SUCCESS

But I think I've entered the "municipality" in every part. This is the code 
of the db:

@Overridepublic void onCreate(SQLiteDatabase database) {

String query = "CREATE TABLE geophysics_table ( id_grid INTEGER PRIMARY 
KEY, site TEXT, " +
"n_tab TEXT, municipality TEXT, ctr TEXT, igm TEXT, coordinates 
TEXT, ref_geo_map TEXT, description_site TEXT, soil_type TEXT, culture_type 
TEXT, survey_method TEXT, instrument_type TEXT, resolution_survey TEXT, 
area_investigated TEXT, acquisition_method TEXT, frequency_feeler TEXT, range 
TEXT,  max_depth TEXT, software TEXT, author TEXT, assistants TEXT, start_date 
TEXT, finish_date TEXT)";

-- 
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/8a1382d7-2db6-43c0-a85a-950806b83d05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] NEED: SAP HANA XS Lead @ San Jose, CA --- Contract

2016-09-29 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:  SAP HANA XS Lead*

*Location:*  San Jose, CA

*Duration:*  6+ Months

*Interview Type: * Phone+ Skype



*Primary Skills:   SAP HANA XS*



*Job Description:*



v  Senior IT developer with 7-8 years of IT experience along with 2-3 SAP
HANA implementations. *Experience in HANA XS implementations*

v  SAP Hana Modeling Information views (Attribute, Analytic & Calculation
(SQL Script based) views

v  Very strong experience with SQL Script, PL/SQL, Stored Procedures,
Function Calls, Designing tables, data loads, Building HANA Views
(Attribute, Analytical & Calc Views),

v  Extensive knowledge of JavaScript, SAP HANA XS Application ,debugging XS
server side JS

v  SAP HANA integration with R, R server concept

v  Hadoop integration with SAP HANA , Sqoop (for archiving data only)

v  Experience & familiar with Agile methodology.



Thanks & Regards

*Martin Zeller*

*Agile Enterprise Solutions, Inc*

Ph: 972-427-1837

martin_zel...@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/CAJkGZ%2Bz0Vs_x5zGKAr3nmS-Go0kw8Nj6poGBnxX3BTFx0L_9TA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HOTLIST

2016-09-29 Thread Madhu Sudhan
Hi,

Below are the available
consultants,


Let me know if you have any requirements,

You can reach me at *630-(923)-6952* or *madhu.usitrecrui...@gmail.com*


Also please add me to your requirements distribution list

*Name*

*Skill*

*Location*

*Relocation*

*J K*

*SharePoint Developer/ Admin (6 years)*

*GA*

*Open*

*S D*

* Sr. UI Developer (9 years)*

*MA*

*Open*

*B G*

*Sr. Business System Data Analyst (8 years)*

*CT*

*CT*

*S P*

*Sr. QA Tester (9 years)*

*CA*

*CA*

*G G*

*Sr. ETL QA Tester (8 years)*

*CT*

*CT*

*A B*

*Sr. ETL INFORMATICA Architect** (10 years)*

*TX*

*Open*

*R T*

*Sr. SAP BW BO HANA Lead Consultant (12 years)*

*GA*

*Open*

*S V*

*Sr. Tableau Developer (8 years)*

*TX*

*Open*

*D B*

*Sr. SAP BW/BOBJ/HANA Lead **(8 years)*

*PA*

*Open*

*N N*

*Sr. SAP HANA/BW/BO/BODS LEAD CONSULTANT (15 years)*

*IL*

*Open*

-- 
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/CACBpGy%2BCb%2BdFXd4bEcEQUzNGK1qA%3DkPr2-JFGkuX1WhueurNBw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Android’s new layout engine and investing into an Android app vs a web app

2016-09-29 Thread Alexander Orlov
The most tricky and time consuming thing when it comes to UI development, 
is the layout and its consistency across a variety of devices. Android 
Studio 2.2’ layout engine seems to address a lot issues in this area… Still 
Android Studio enables me to build a native app for Android only that won’t 
run on iOS or in a browser. On other hand the productivity of using a 
statically typed language and the Java ecosystem as very appealing vs using 
npm and the breaking API hell around JavaScript & TypeScript.

With the rise of WebAssembly* across all browser platforms, are there any 
efforts to pave a path from a native Android-only app to be compiled into a 
WebAssembly binary that can run on any browser/platform? I am specially 
thinking about preserving my investment into building a scalable 
view/layout that could also be used in a web app.


* I know WebAssembly is not production-ready yet and will lack GC once it’s 
released as MVP. I guess DOM access is not required as Canvas could be used 
for drawing a custom interface. 

-- 
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/f0d1b1e3-bdfe-4579-b67c-75777b34ba7a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Could not find a method saveData(View)

2016-09-29 Thread sardar khan
You should add the method in the activity file. That method is declared as
onclick atrribute of the button with the name SaveData.You should implement
this method in your activity file.
For example look at this document.
https://developer.android.com/reference/android/widget/Button.html

On Thu, Sep 29, 2016 at 11:16 AM, Giuseppe Guarino <
giuseppe.gu1...@gmail.com> wrote:

> Hi, I'm developing an App that should receive data and save them in the
> SQLdatabase, but I have a problem.
> When I press the Save Button, the App stops the process with this error:
> E/AndroidRuntime: FATAL EXCEPTION: main Process:
> com.example.giuse.secondly, PID: 2615 java.lang.IllegalStateException:
> Could not find a method saveData(View) in the activity class
> com.example.giuse.secondly.NewSheet for onClick handler on view class
> android.widget.Button with id 'button_save' at 
> android.view.View$1.onClick(View.java:4007)
> at android.view.View.performClick(View.java:4780) at android.view.View$
> PerformClick.run(View.java:19866) at android.os.Handler.
> handleCallback(Handler.java:739) at android.os.Handler.
> dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:135)
> at android.app.ActivityThread.main(ActivityThread.java:5254) at
> java.lang.reflect.Method.invoke(Native Method) at
> java.lang.reflect.Method.invoke(Method.java:372) at
> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
> at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698) Caused
> by: java.lang.NoSuchMethodException: saveData [class android.view.View]
> at java.lang.Class.getMethod(Class.java:664) at 
> java.lang.Class.getMethod(Class.java:643)
> at android.view.View$1.onClick(View.java:4000) at 
> android.view.View.performClick(View.java:4780)
> at android.view.View$PerformClick.run(View.java:19866)  at
> android.os.Handler.handleCallback(Handler.java:739)  at
> android.os.Handler.dispatchMessage(Handler.java:95)  at
> android.os.Looper.loop(Looper.java:135)  at android.app.ActivityThread.
> main(ActivityThread.java:5254)  at java.lang.reflect.Method.invoke(Native
> Method)  at java.lang.reflect.Method.invoke(Method.java:372)  at
> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
> at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
> Application terminated.
>
> When I press the button Save, in the xml file, called add_new_sheet xml,
> should save the data that I inserted.
>
> --
> 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/c315a942-8ffd-42c3-a146-
> 1ddc4a6d29af%40googlegroups.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/CABHzXAQGCbRPVGfQjai-7L5ZTgity1AMNmi%2Bm-CNPHq1L7VzDg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Google Allo App Technicalities.

2016-09-29 Thread William Jones
What is the difference between the technicalities of whatsapp and Google 
Allo app?

-- 
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/98ec6aae-bb68-495f-9825-aa3092839d41%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] 35 Free New Escape Games

2016-09-29 Thread Escape Games Android
https://play.google.com/store/apps/details?id=air.com.HFG.A35FreeNewEscapeGames

-- 
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/57f4b50b-4d85-445b-af87-ee21e88ef703%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Reduced Performance with HttpUrlConnection on my device - Samsung S7, Android 6.0.1

2016-09-29 Thread Red Lobster
Hi,
This is just to update that the issue is resolved. Just adding the 
resolution here so that it could be of help to someone :)

The connectivity performance lag was due to time lag with DNS servers. I 
changed the server domain name to ip and its working fine now. 

~RL

On Monday, September 26, 2016 at 3:58:29 PM UTC+5:30, Red Lobster wrote:
>
> Hi,
> Since last few days I am experiencing the performance delays with my app. 
> When I investigated in detail, I found that my connection to the server and 
> fetching the data is taking longer [10 sec]. 
>
> I also found out that this problem is occurring on my device only [samsung 
> s7] which has android version 6.0.1. I checked on simulator with android 
> 5,6 and also on devices with android versions 4, 5 and the response is 
> coming with in the expected range (max 2 sec).
>
> FYI, I am using HttpUrlConnection to send server request. I have deleted 
> my app cache also on device. What could be the problem here? Anybody got 
> ideas on this?
>
> 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/ff49c0cb-130b-4012-af68-947120b92ec0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Could not find a method saveData(View)

2016-09-29 Thread Giuseppe Guarino
Hi, I'm developing an App that should receive data and save them in the 
SQLdatabase, but I have a problem. 
When I press the Save Button, the App stops the process with this error: 
E/AndroidRuntime: FATAL EXCEPTION: main Process: 
com.example.giuse.secondly, PID: 2615 java.lang.IllegalStateException: 
Could not find a method saveData(View) in the activity class 
com.example.giuse.secondly.NewSheet for onClick handler on view class 
android.widget.Button with id 'button_save' at 
android.view.View$1.onClick(View.java:4007) at 
android.view.View.performClick(View.java:4780) at 
android.view.View$PerformClick.run(View.java:19866) at 
android.os.Handler.handleCallback(Handler.java:739) at 
android.os.Handler.dispatchMessage(Handler.java:95) at 
android.os.Looper.loop(Looper.java:135) at 
android.app.ActivityThread.main(ActivityThread.java:5254) at 
java.lang.reflect.Method.invoke(Native Method) at 
java.lang.reflect.Method.invoke(Method.java:372) at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903) 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698) Caused by: 
java.lang.NoSuchMethodException: saveData [class android.view.View] at 
java.lang.Class.getMethod(Class.java:664) at 
java.lang.Class.getMethod(Class.java:643) at 
android.view.View$1.onClick(View.java:4000) at 
android.view.View.performClick(View.java:4780)  at 
android.view.View$PerformClick.run(View.java:19866)  at 
android.os.Handler.handleCallback(Handler.java:739)  at 
android.os.Handler.dispatchMessage(Handler.java:95)  at 
android.os.Looper.loop(Looper.java:135)  at 
android.app.ActivityThread.main(ActivityThread.java:5254)  at 
java.lang.reflect.Method.invoke(Native Method)  at 
java.lang.reflect.Method.invoke(Method.java:372)  at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903) 
 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)  
Application terminated.

When I press the button Save, in the xml file, called add_new_sheet xml, 
should save the data that I inserted. 

-- 
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/c315a942-8ffd-42c3-a146-1ddc4a6d29af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


  1   2   >