[android-developers] Android layer-list item height not working

2016-08-24 Thread Jesper Madsen


I got this drawable, that's just making a little nice border at the bottom.
I made it this way to get some more shiny than just a rectangle border. 

The code works for API 24.
On API 23 it doesn't show up.
And below that, the height doesn't work, and it just fills everything.


http://schemas.android.com/apk/res/android;>







 

-- 
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/65130d2a-fd42-4193-b208-8997779fc161%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need for some android developers

2016-08-24 Thread NerdSpyder
Hi we at Alpha Inc. are looking for some android developers who can spare 
there free time to help us. Alpha Inc. is a startup with some really great 
ideas and we need some developers to make those ideas into android apps. 
You can mail your name, email address and details to 
blackrobin1...@gmail.com. You would just need to spare a little bit of your 
time. 
Thank You

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


[android-developers] android.support.v4.widget.ViewDragHelper.forceSettleCapturedViewAt

2016-08-24 Thread Tasneem Bohra
Hello,

I am getting this exception and able to trace it.

Fatal Exception: java.lang.ArrayIndexOutOfBoundsException: length=1; index=1
   at 
android.support.v4.widget.ViewDragHelper.forceSettleCapturedViewAt(Unknown 
Source)
   at 
android.support.v4.widget.ViewDragHelper.shouldInterceptTouchEvent(Unknown 
Source)
   at 
android.support.design.widget.SwipeDismissBehavior.onInterceptTouchEvent(Unknown
 
Source)
   at 
android.support.design.widget.Snackbar$Behavior.onInterceptTouchEvent(Unknown 
Source)
   at 
android.support.design.widget.Snackbar$Behavior.onInterceptTouchEvent(Unknown 
Source)
   at 
android.support.design.widget.CoordinatorLayout.setWindowInsets(Unknown 
Source)
   at 
android.support.design.widget.CoordinatorLayout.onInterceptTouchEvent(Unknown 
Source)
   at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1902)
   at 
android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2322)
   at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2027)
   at 
android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2322)
   at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2027)
   at 
android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2322)
   at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2027)
   at 
android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2322)
   at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2027)
   at 
android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2322)
   at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2027)
   at 
android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2322)
   at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2027)
   at 
android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2322)
   at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2027)
   at 
android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2322)
   at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2027)
   at 
com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchTouchEvent(PhoneWindow.java:2109)
   at 
com.android.internal.policy.impl.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1541)
   at android.app.Activity.dispatchTouchEvent(Activity.java:2491)
   at 
android.support.v7.view.WindowCallbackWrapper.dispatchTouchEvent(Unknown 
Source)
   at 
android.support.v7.view.WindowCallbackWrapper.dispatchTouchEvent(Unknown 
Source)
   at 
com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchTouchEvent(PhoneWindow.java:2057)
   at android.view.View.dispatchPointerEvent(View.java:7981)
   at 
android.view.ViewRootImpl$ViewPostImeInputStage.processPointerEvent(ViewRootImpl.java:4384)
   at 
android.view.ViewRootImpl$ViewPostImeInputStage.onProcess(ViewRootImpl.java:4255)
   at 
android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:3801)
   at 
android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:3851)
   at 
android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:3820)
   at 
android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:3927)
   at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:3828)
   at 
android.view.ViewRootImpl$AsyncInputStage.apply(ViewRootImpl.java:3984)
   at 
android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:3801)
   at 
android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:3851)
   at 
android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:3820)
   at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:3828)
   at 
android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:3801)
   at 
android.view.ViewRootImpl.deliverInputEvent(ViewRootImpl.java:6116)
   at 
android.view.ViewRootImpl.doProcessInputEvents(ViewRootImpl.java:6096)
   at 
android.view.ViewRootImpl.enqueueInputEvent(ViewRootImpl.java:6050)
   at 
android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent(ViewRootImpl.java:6246)
   at 
android.view.InputEventReceiver.dispatchInputEvent(InputEventReceiver.java:185)
   at 
android.view.InputEventReceiver.nativeConsumeBatchedInputEvents(InputEventReceiver.java)
   at 
android.view.InputEventReceiver.consumeBatchedInputEvents(InputEventReceiver.java:176)
   at 
android.view.ViewRootImpl.doConsumeBatchedInput(ViewRootImpl.java:6208)
   at 
android.view.ViewRootImpl$ConsumeBatchedInputRunnable.run(ViewRootImpl.java:6268)
   at 
android.view.Choreographer$CallbackRecord.run(Choreographer.java:788)
   at android.view.Choreographer.doCallbacks(Choreographer.java:591)
   at android.view.Choreographer.doFrame(Choreographer.java:558)
   at 

[android-developers] How to instrument Android Dalvik compiler?

2016-08-24 Thread Bill



down votefavorite 


I need to instrument Android 4.3 Dalvik compiler 
 
for 
some purposes.

*What is the goal?*

The goal is to calculate the elapsed execution time used by assignment 
statements in the Android Dalvik VM code.

*What did I do so far?*

I insert the following code between assignment statement(s) in the Android 
Dalvik VM source code:

start = get_time()  end = end_time()
elapsed_time = end-start

*Why the above code does not work?*

The above code does not work for the following reasons:

   1. The get_time() function, more specifically *gettimeofday()* or 
   *clock_gettime()*, has higher resolution than the assignment statement 
   and hence gives negative values.
   2. To solve the negative values above, I end up using a for-loop to loop 
   1 billion times for each code that has assignment statements. However, the 
   Android code becomes extremely slow and does not work.

*What do I need to do to solve the problem?*

I need to instrument the Dalvik compiler to identify the assignment 
instructions and calculate/estimate their execution times at the 
compile-time (not at run-time). Does anyone know how to do that?

-- 
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/617da8a8-dcd5-4c4c-9191-01c73d1ebec3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Good quality NFC enabled not so expensive Android Phone

2016-08-24 Thread Sandeep
Hello All,

We are working on a project to capture data from the NFC tags. For 
development purpose we are looking to buy a cheap android phone. Would be 
great if the forum members having experience with NFC applications point to 
some good android phones. We are looking for a below 200 USD android phone 
which has good NFC data reading ability.

-- 
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/8e5fb57c-3129-4f57-8f38-89bd45965ae8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hadoop Certification online Classes

2016-08-24 Thread aagnasoft
Hi
We are commencing new batches
Hadoop Certification online Classes, SAP Simple Finance (SAP-SFIN), SAP 
Simple Logistics (SAP-SLOG)  Online Classes to upgrade your skills with 
best faculty and best study material, we provide SAP Server access 24/7 for 
practice.  Online Classes as per your convenient timings on weekdays and 
weekends.

Contact us for Course Syllabus and more information or Register now for 
Free Demo session, 

click on the link for Registration - http://www.aagnasoft.com/enquiry.php

Other Online Courses
SAP S/4 HANA Simple Finance
SAP S/4 HANA Simple Logistics
SAP TRS
SAP FSCM
SAP FICO
HADOOP Admin Course and Developer Course
SEO Course
Business Analyst (Health Care)
Informatica
Google Adwords Online Training
SEO Online Training

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

HEAD OFFICE
152,Fortune towers,
(III Floor) 200 Feet Road,
Kovilambakkam, Chennai, TN, 
India-600117.

HYDERABAD OFFICE
2nd Floor, Union Bank Building
SR Nagar, HYDERABAD
India-500020.
Ph:+91-9010324941

US OFFICE
No.299 S Main Road
Ste 1300, Salt Lake City
UT-84111, USA
Ph:+1 850 387 0353

-- 
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/606d7120-3e13-42ab-bd91-140bb3672b68%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help My AutoCompleteTextView is Not showing Suggestion

2016-08-24 Thread Donald Tripdarlinq
I am using Android Navigation Drawer with Fragment and everything seems okay 

package com.example.nghandler;


import android.content.Context;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.inputmethod.EditorInfo;
import android.widget.ArrayAdapter;
import android.widget.AutoCompleteTextView;


public class Fragment_Home extends Fragment {
  AutoCompleteTextView autoCompleteTextView;

String[] countries = {
"January",
"Febuary",
"March",
"June",
"July",
"April",
};


public Fragment_Home() {
// Required empty public constructor
}


@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
 Bundle savedInstanceState) {


String  DEBUG_TAG = "Donald";
Context c = getActivity().getApplicationContext();

View view = inflater.inflate(R.layout.fragment_home, container, false);
autoCompleteTextView = 
(AutoCompleteTextView)view.findViewById(R.id.autoCompleteTextView);
ArrayAdapter adapter = new ArrayAdapter(c, 
android.R.layout.simple_list_item_1, countries);
autoCompleteTextView.setThreshold(2);
autoCompleteTextView.setAdapter(adapter);
autoCompleteTextView.getAdapter();

return view;
}

}


okay but on running the App, the Suggestions are not showing
Here's the code

Fragment_Home.Java


-- 
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/7414e71d-a69f-46b8-ace4-2878bdeda34c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Requirement--QA Automation (Need Senior 9+ year profile only)

2016-08-24 Thread Bharat Chhibber
Hello,


Hope you are doing well.


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



*QA Automation *

*Testing – Automation (Ruby & Cucumber)*

*Columbus, OH*

Responsibilities:

· Analyze and translate functional requirements to create and execute test
cases for large business initiatives. Automate these test cases, maintain
the automation framework, execute on regular basis.
· Create and maintain test cases and test data using Quality Center/Team
Foundation Server, Ruby-Cucumber, Rubymine
· Actively participate in requirements reviews, gain an understanding of
functional specifications and provide feedback on documentation
· Actively participate in project group meetings.
· Create and maintain automation framework
· Write, review and train the automation teste script utilizing Rubymine
and other automation tools.
· Facilitate the defect management meetings
· Identify as many defects possible to deliver a quality product to our
client
· Perform all aspects of verification, including integration testing,
functional testing, and regression testing
· Develop and implement well-defined test plans
· Manage defect tracking and provide informative updates as requested
· Participate in production validation and support as needed
· Comply with Huntington's standards of the SDLC, and adhere to testing
strategies and procedures within the industry standard.

Required Skills:

·Strong communication & leadership skills

Min 3.5 years' experience with industry standard testing and quality
assurance methodologies and verification and validation processes
· 2 to 3 years of Test Automation or Development Experience
· 2 to 3 years' experience designing automation framework using open source
technology
· Must have 2 to 3 years' experience in building automation script using
Cucumber or spec flow.
· Experience with Keyword, Modular and data driven framework, performance
testing using Jmeter or any other open source technology. Preferred
experience with database and service testing
· Good understanding on industry standard databases like Oracle 10g, MS Sql
Server etc.
· Proficient in Team Foundation Server or Quality Center with defect
tracking, document management, and knowledge base systems
· Proficiency in using testing tools (e.g., RTC/RRC, Microsoft test
manager), query experience with (SQL Server) and Internet Technologies
(different browsers, HTML, JavaScript, etc.), Rubymine, Ruby-Cucumber, SOAP
UI.
· Proficiency in Agile Scrum environment. Knowledge of ATDD & TDD
· Good understanding of Object oriented programming preferably Java or Ruby
· Excellent verbal and written communications; ability to explain system
issues clearly and concisely and establish effective working relationships
· Ability to work in a fast paced environment.

Nice to Have Skills-

Conceptual and Analytical Thinking
· Attention to Detail
· Commitment to Quality
· Teamwork and Collaboration
· Customer Service Orientation
· Initiative
· Flexibility

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


[android-developers] Need : Automation Engineer in Columbus, OH

2016-08-24 Thread Rahul Kushwaha
Hi,



Hope you are doing well.



Please find the detailed job description, and it will be really appreciate
if you can share me your updated resume and best number to reach.

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



*Role : Testing – Automation (Ruby & Cucumber)*

*Location : Columbus, OH*

*Duration : Long Term Contract*

*Experience : 10+Years*



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



*Responsibilities: -*

• Analyze and translate functional requirements to create and execute test
cases for large business initiatives. Automate these test cases, maintain
the automation framework, execute on regular basis.

• Create and maintain test cases and test data using Quality Center/Team
Foundation Server, Ruby-Cucumber, Rubymine

• Actively participate in requirements reviews, gain an understanding of
functional specifications and provide feedback on documentation

• Actively participate in project group meetings.

• Create and maintain automation framework

• Write, review and train the automation teste script utilizing Rubymine
and other automation tools.

• Facilitate the defect management meetings

• Identify as many defects possible to deliver a quality product to our
client

• Perform all aspects of verification, including integration testing,
functional testing, and regression testing

• Develop and implement well-defined test plans

• Manage defect tracking and provide informative updates as requested

• Participate in production validation and support as needed

• Comply with Huntington's standards of the SDLC, and adhere to testing
strategies and procedures within the industry standard.



*Required Skills:*

•Strong communication & leadership skills

Min 3.5 years' experience with industry standard testing and quality
assurance methodologies and verification and validation processes

• 2 to 3 years of Test Automation or Development Experience

• 2 to 3 years' experience designing automation framework using open source
technology

• Must have 2 to 3 years' experience in building automation script using
Cucumber or spec flow.

• Experience with Keyword, Modular and data driven framework, performance
testing using Jmeter or any other open source technology. Preferred
experience with database and service testing

• Good understanding on industry standard databases like Oracle 10g, MS Sql
Server etc.

• Proficient in Team Foundation Server or Quality Center with defect
tracking, document management, and knowledge base systems

• Proficiency in using testing tools (e.g., RTC/RRC, Microsoft test
manager), query experience with (SQL Server) and Internet Technologies
(different browsers, HTML, JavaScript, etc.), Rubymine, Ruby-Cucumber, SOAP
UI.

• Proficiency in Agile Scrum environment. Knowledge of ATDD & TDD

• Good understanding of Object oriented programming preferably Java or Ruby

• Excellent verbal and written communications; ability to explain system
issues clearly and concisely and establish effective working relationships

• Ability to work in a fast paced environment



*Nice to Have Skills*

Conceptual and Analytical Thinking

• Attention to Detail

• Commitment to Quality

• Teamwork and Collaboration

• Customer Service Orientation

• Initiative

• Flexibility


--





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


[android-developers] Core PHP Developer || PHILADELPHIA , PA || Local only ( But Skype)

2016-08-24 Thread Vishal Ji Awasthi
*Hello*,

*Hope you all are doing Great…!*

To introduce myself, my name is *Vishal JI Awasthi* and I am a *Lead
Technical Recruiter* with *www.Srimatrix.Com ,* I
am working on the role below for our client, please let me know if you or
anyone you know is interested. Thank you and enjoy the rest of your day..



*LOCATED IN PHILADELPHIA *



*Skype INTERVEIW *

Looking for hard core PHP Developer . NOT someone who has done other things
and a little PHP Development.

 6 months with extensions  Position is based in Philadelphia



Feedback from manager: "I turned down [resumes] primarily based upon their
resumes being impossible to read largely due to pure overload of buzzwords
and phrases.

In my experience, if you can¹t put together a reasonably presentable
resume, you are probably not going to be a good fit for the type of
developer we need."

Request ID: 4842-1

Job Title: IT - Developer II

- NRG has a legacy PHP system that needs maintenance; this person will take
over the clean up process for that system

*- PHP and MySQL are primary focus*

- Python is a heavy plus

- Does not need to be expert with software testing but should be familiar
with how to do it

- Does not need to be expert with cloud development but should be
knowledgeable on how it works

- - Travel is listed on the description but is very unlikely

- Assignment will last 6 months



*Need submission details below-*






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

*Relocation   :*



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

*Availability to Join: *

*Work authorization   :*

*Education, University, Year:*











*Regards,*



*Vishal Ji Awasthi*

*Srimatrix Inc.*

vis...@srimatrix.com :  *Phone: **214-227-9311*

*Privacy Policy** | Under Bill 1618 Title III passed by the 105th USA
Congress this eMail cannot be considered as spam as long as we include our
contact information and an option to be removed from our eMailing list. If
you have received this message in error or, are not interested in receiving
our eMails, please reply with Remove/Unsubscribe in subject line of this
eMail and we will Remove your email from our list immediately** .*

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


[android-developers] Sr. .Net Developer is available for new project

2016-08-24 Thread Nitin Taneja
Hi

Please find the summary of my consultant who is available immediately for
the new projects.

Let me know if you have any suitable position for him.



*Please reply at ans...@enolimitsinc.com  for
quick response. *

*NAME*

*SKILL*

*LOCATION*

*AVAILABILITY*

*RELOCATION*

Nitin Taneja

.NET

 Sacramento,CA

Immediate

Open



*BACKGROUND SUMMARY*:-

· 10+ years of experience in Web Applications, Web
portals, windows applications, business analytics and reporting
applications using Microsoft Technologies and .Net framework.

· Experienced in developing web applications using .NET
Framework 2.0/3.0/ 3.5 and 4.0, ASP.Net, ASP.NET  MVC
3/4/5, MVP, MVVM, Entity Framework 4/5, LINQ to Entities, J Query, J Query
UI, Java script, C#, ADO.Net, XML, XSLT, HTML 5, CSS3,  AJAX, REST Web API,
WCF, Web Services, WPF, N-Tier Architecture, Nugget open source packages
and utilities.

· Gained expertise in all the major phases of SDLC
indulging requirements gathering, requirements analysis (via strong
documentation skills), technical feasibility (via applying developer’s mind
to requirements and proposing smart alternatives to requirements), and
comprehensive and detailed documentation at 3 levels – BRD, FRD and TRD,
data modeling (via Microsoft Visio and UML diagrams), database design
(taking into effect normalization forms, indexes, complex joins scope, data
redundancy scope and data expansion scope), web page mockups, application
architecture setup (taking into effect pluggable and playable
architecture), application development (taking into effect latest
technologies and agile methodology as basic governing approach for the
project), test driven development (via mocking frameworks (Moq) and unit
testing frameworks (N Unit), developing UAT use cases (mainly integration
testing with pre live data), load testing (via silicon), web page response
times optimization (via Y Slow and Fiddler).

· Good experience in ASP.NET  MVC
applications, Web services, Windows Communication Foundation (WCF), Windows
Presentation Foundation (WPF) technologies.

· Gained expertise in various reporting and business
intelligence analytics tools mainly indulging Micro Strategy, SSRS, Crystal
Reports, J Query, Java script High Charts.

· Very good at cracking R’s as part of project
challenges.

· Applying OOPS S.O.L.I.D Principles and design
patterns to application architecture and multi layers.

· Involved in the design and development of 3 Tier,
N-tier distributed architectures and MVC architecture.

· Possess a proven track record of successfully
developing application systems based on user requirements. Well versed in
Unified Modeling Language (UML) and OOA/OOD methodologies.

· Experience in creating use case diagrams, class
diagrams, activity diagrams, sequence

· diagrams, page flow diagrams, architecture diagrams,
flow diagrams, implementation diagrams, migration diagrams using UML
technologies and Microsoft Office Visio.

· Extensively worked on the C# and ADO.net for
developing the windows applications.

· Worked on windows services for applying distributed
architecture.

· Knowledge on developing the web application using
framework like Language Integrated Query (LINQ) and Entity framework 4/5.

· Experience in Database
Analysis/Design/Normalization/Manipulation
processes using SQL Server 2000/2005/2008. Extensively worked on stored
procedures, Triggers, Indexes. Identification of deadlocks, user errors and
scope ofoptimization using SQL profiler.

· Familiar with the bug tracking tools like Bug Zilla,
JIRA.

· Worked experience on the source control software
packages like Microsoft Visual Source Safe (VSS), Team foundation Server
(TFS), Tortoise SVN.

· Experience performing Unit and Integration Testing in
the Development, System Integration Testing (SIT), User Acceptance Testing
(UAT) including Bug Reporting and Fixing.

· Experience in using automated testing tools like
Coded UI for .net framework based web applications.

· Good communication skills, strong organization and
interpersonal skills and a very good team player, capable of working
independently with minimal supervision, and perform as part of a team



Regards..



*ANSHUL*



*Office:* 703.495.7861

*Fax:* 877.690.0720

*Email: *ans...@enolimitsinc.com

1600 Tysons Blvd Suite 800

Mclean VA 22102

-- 
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] Phone Hire || MS Dynamics ADX Developer

2016-08-24 Thread Vishal Ji Awasthi
*Hello*,

*Hope you all are doing Great…!*

To introduce myself, my name is *Vishal JI Awasthi* and I am a *Lead
Technical Recruiter* with *www.Srimatrix.Com ,* I
am working on the role below for our client, please let me know if you or
anyone you know is interested. Thank you and enjoy the rest of your day..



*MS Dynamics ADX Developer*

*Phone Only*

*Detroit, MI*

*6mnths+*



*Job Description:*

The MS Dynamics ADX Developer will focus on the delivery, implementation
and support of Microsoft's Dynamics ADX Studio portal capabilities.

The Developer will have developed deep technical skills in MS ADX Studio
and a working knowledge of MS CRM that will be used in performing these
tasks.

The individual will be familiar with software implementation and structured
implementation methodologies.


Responsibilities:

Analyze business processes to identify opportunities to apply Web/Portal
technologies focused on customers and vendors.

Demonstrates proficiency in MS CRM business application

Implement, deploy and support Microsoft ADX Studio

Provide backup support for the MS CRM technical/functional analysis
(manager)

Train and support business personnel on the usage of Microsoft ADX Studio
(functional user training)

Stay current on Microsoft Dynamics ADX Studio releases; advise organization
on release schedule and associated business risks.

Develop high level project work plans in support of business priorities

Manage individual and team budgets and scope of work

Lead meetings or facilitated strategy sessions


Required Skills:

4-year degree in business, MIS, or equivalent

Understanding of the Microsoft Solutions Framework development methodology
and its use in an Agile environment

2+ years of .Net in a Software Development Kit (SDK) environment required

Experience with Dynamics CRM 2015 or higher required

Experience with ADX Studio Portal suite, including: profile management,
content management, CRM web application, customer service and MS technology
integration.

Experience working with the Dynamics AX Application Integration Framework

SQL Database

SQL Server Reporting Services (SSRS) required

Minimum 3 years' experience preferred

Significant experience with customer service processes

Microsoft Dynamics CRM Certification preferred

Professional demeanor

Excellent written, oral and interpersonal communication skills

Entrepreneurial attitude: self-motivated, self-directed

Flexibility: task assignment, priorities, work environment

Open minded, desire to learn

Quick thinker, creative problem solver

Detail oriented, strong analytical, numerical, planning and reasoning
abilities

Ability to work independently and on a team



*Need submission details below-*






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

*Relocation   :*



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

*Availability to Join: *

*Work authorization   :*

*Education, University, Year:*











*Regards,*



*Vishal Ji Awasthi*

*Srimatrix Inc.*

vis...@srimatrix.com :  *Phone: **214-227-9311*

*Privacy Policy** | Under Bill 1618 Title III passed by the 105th USA
Congress this eMail cannot be considered as spam as long as we include our
contact information and an option to be removed from our eMailing list. If
you have received this message in error or, are not interested in receiving
our eMails, please reply with Remove/Unsubscribe in subject line of this
eMail and we will Remove your email from our list immediately** .*

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


[android-developers] Urgent Need---Sr. QTP Automation Tester---EAD or GC or Citizens

2016-08-24 Thread saikiran Nandrolu
Hi Friends,

Hope you are doing great,



I have an urgent requirement from one of my esteem client, I will
appreciate if you can have an eye on the below requirement and send me your
consultant updated profile ASAP.



*Sr. QTP Automation Tester*

*Herndon, VA*

*12+ month contract*

*EAD or GC or Citizens*

*F2F Interview *



*Please ONLY send me who has more than 6+yrs of QTP Automation testing
experience*



2 QTP related positions

Things he wants to see:

XML validation

Dynamic  UI fields

Writing descriptive languages

Experience creating file watcher

Descriptive programming

Created custom functions using QTP







Best Regard

Sai Kiran

saikir...@usmsystems.com

703-880-4146

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


[android-developers] ugent looking for Project Manager || Minnetonka , MN || 6+ months contract || Phone + F2F || No H1B or CPT ||

2016-08-24 Thread Mohammad Wasim
Project Manager

Location: Minnetonka , MN

Multiple Openings

6+ months contract

Phone + F2F

No H1B/CPT


1. Understanding of Agile/ Scaled Agile framework
2. 2-3 years experience as PM or Scrum Master on Agile projects
3. Flexibility in performing either traditional PM role, agile Scrum Master
role, or both concurrently.
4. Identify & track any external dependencies and help remove blockers
proactively
5. Understand project/program escalations paths and proactively &
effectively log/track/communicate Issues (escalate), Risks (mitigate),
Assumptions (clarify), Actions (track to closure), Decisions (help arrive
at & communicate)
5. Plan & track the budget at resource level
6. Setting and running effective recurring status meetings with the
product, portfolio & delivery managers
7. Efficiently field questions from the product, portfolio teams, as well
as track any issues to resolution
8. Manage in fast paced environments with evolving teams & fluid R
structures and get best possible outcomes
9. Build relationships across Product, Portfolio, IT, finance teams both at
working and leadership level to influence positive outcomes in resolving
bottlenecks / constraints
10. Manage multiple projects simultaneously (multi-tasking)



**

*Thanks,*

*Mohammad Wasim*

*Source InfoTech Inc.*

W: *6099450420*| F: 732-909-2282| Email: *wa...@sourceinfotech.com*
 | Website: *www.sourceinfotech.com*
 |

*Disclaimer:*  If you are not interested in receiving our e-mails then
please reply with a "REMOVE" in the subject line at
rem...@sourceinfotech.com for automatic removal. And mention all the e-mail
addresses to be removed with any e-mail addresses, which might be diverting
the e-mails to you. We are sorry for the inconvenience.

-- 
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/CANdkWrQwrM%3D%2BER_ddrPyuq%2Bv2yZ-fbkZK13up1EQHZ1c6apdnw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] RE : Urgent Requirement - Tivoli Storage Admin

2016-08-24 Thread Amit Sharma
Hi


We have urgent requirement for Storage Admin at Troy, MI.

Kindly share suitable profile.



*Title: Storage Admin  *

*Location : Troy , MI*






*Note :Looking For only GC & USCITIZEN.*



*Responsibilities: *



· Familiar with all Storage systems (EMC, IBM etc.) and Backup
environments, particularly IBM Tivoli Storage Manager (TSM).

· Provide capacity planning, performance analysis, assist with
disaster recovery plan documentation updates and testing, lead efforts
towards storage consolidation and identify storage growth, manage
configurations of storage media and storage management software.

· Provide technical expertise, guidance and strategic
recommendations to develop a roadmap that ensures that the current and
planned technical Storage & Backup solutions are compatible with the
company’s business needs and strategic objectives.

· Develop, implement and oversee policies and procedures to ensure
consistent storage provisioning, uptime, regulatory compliance and data
protection.

· Willingness to manage a Storage and Backup environment with
business-critical uptime which will include after hours and weekend work as
necessary.

· Supporting storage in a VMware virtualization environment.

· Supporting the design, operation, work flow and issue resolution
for the storage and backup infrastructure.

· Manage and provide current disk/tape storage usage statistics,
provide future projected growth estimates. Providing weekly status reports
on individual projects and tasks

· Experience working in the EMC DMX/Symmetric environment.
Experience working with Brocade and McData SAN Switches.

· Experience working with EMC Data Domain. Extensive experience in
design and documentation of backup/restore strategies via enterprise class
backup solutions such as IBM TSM and automated tape library systems
Performs daily routine maintenance, i.e. Review Tivoli Storage Manager
(TSM) daily activity log, perform TSM database maintenance; perform TSM
storage pool maintenance, and on-site and off-site tape management.
Ensuring 100% backup success rate for customer environments.

· IBM Tivoli Storage Manager for Database (TDP SQL, Domino,
Oracle).

· Should have handled major DR drills. Should be proficient on how
to restore and recover TSM Servers.

· Should be able to independently implement DRM and take part in DR
tests. Knowledge on IBM, Quantum Tape libraries Troubleshooting of the tape
library issues.

· Vendor co-ordination in case of any Software/Hardware issues.

Regards,
Amit
It Recruiter ! Sysmind
email-am...@sysmind.com 
https://www.linkedin.com/in/amit-s-9964573a

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


[android-developers] ideia para aplicativo. idea to application.

2016-08-24 Thread joao pedro avelar
ola boa tarde,
sou do Brasil e gostaria de enviar uma ideia para um aplicativo do google, 
necessariamente queria vender minha ideia, e muito boa.
porem não encontro um link ou pagina para esse tipo serviço. onde posso 
encontrar? seja um email direto para o setor ou ate mesmo
como disse um link para estar enviando minha ideia com segurança. obrigado 
estarei no aguardo de respostas. 

atenciosamente,
João Pedro / Brasil / Belo Horizonte
55 31 99615-8629

Inglês

Hello good afternoon,
I'm from Brazil and would like to submit an idea for a google application 
necessarily wanted to sell my idea , and very good.
however do not find a link or page for such service. where can I find? is a 
direct email to the industry or even
as one link to be sending my idea safely . Thank you 'll be awaiting responses.

Regards,
João Pedro / Brazil / Belo Horizonte
55 31 99615-8629


-- 
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/bb5c8e2a-e1e4-435a-bddf-2bea437a3181%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Very Urgent POSITION IMMEDIATE HIRE : Phone than Skype Interview|Software Engineer|Alpharetta, GA|$30/hr on c2c|NO H1B.....

2016-08-24 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: Software Engineer*

* INTERVIEW: Phone than Skype  Interview*

*LOCATION: Alpharetta, GA*

*START :ASAP*





*Job Overview:*

I know rates are a little low, but let me know if you are interested in
helping staff these – I cannot go any higher. They would like to start
everyone by 9/5/2016.







The primary objective of the Senior Software Developer is to lead the
development and maintenance efforts of one or more products within the
InterConnect Product Suite as well as manage technical risks throughout the
project. The Senior Software Developer is expected to conceptualize
software solutions, provide application level architecture designs, and
manage delivery of the product. In addition, the individual must keep
his/her manager well informed of status of development effort.



*RESPONSIBILITIES: *

· Creates and executes development plans as well as revise as
appropriate to meet changing needs and requirements.

· Participate in the gathering and reviewing of business
requirements and translating these into functional/technical designs.

· Lead and coordinate the design, development, implementation, and
support of application or product.

· Develops detailed technical analysis and design specifications
based on functional requirements

· Facilitate code reviews and mentors junior developers.

· Use object-oriented techniques and software engineering best
practices including design review, code review, unit-testing, and
re-factoring

· Easily recognizes system deficiencies and implements effective
solutions

· Lead daily standup with team to review the status of team members
and address issues as appropriate.

· Participate in the development of code forJava software
applications.

· Researches technical solutions to business problems

· Follow agile best practices and maintain/improve work of the
agile team.

· Follow technology trends and guide team to learn and adopt new
technologies



*QUALIFICATIONS:*



· Bachelor's degree in computer science, information technology or
equivalent.

· Minimum of 6-8 years of strong application development experience
in designing highly scalable and available systems

· Minimum of 6-8 years of experience in architecting & developing
web-based transactional applications using Java

   - Minimum of 3-5 years of experience building web services and cloud
   applications using Azure, AWS, or other cloud platforms (i.e. CloudFoundry)
   or have worked on developing one of these platforms.

*WORK EXPERIENCE:*



· Experience with Agile software development methodologies

· Experience with Continuous Delivery concepts and technology

· Experience with RESTful Web Service Design

· Strong expertise in Web Services, REST, Cloud platform (AWS, MS
Azure, Stackato, CloudFoundry)

· Strong design, development and architecture experience in Cloud
Services, Micro Services, Web Services and hand-on experience in SaaS
enabled solutions

· Knowledgeable about securing an end-to-end distributed system



· Preferred Additional Skills

oEclipse

oMaven, Gradle, GIT

oDocker, Stackato, CloudFoundry, Pivotal CF

oAngular, Bootstrap

oSpring Cloud, Spring Boot

oLiferay, Tomcat, MongoDB

oExperience working with user interfaces with HTML 5 and Mobile
platforms

The successful candidate should demonstrate innovation, constant learning,
self-motivation and effective team participation. ​  Good communication and
interpersonal skills are required.​  The candidate should demonstrate a
willingness to share knowledge, excellent listening skills and strong
analytical skills.​  The candid






-- 



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


[android-developers] Urgent Need---SAP Administration -----EAD or GC or Citizens

2016-08-24 Thread saikiran Nandrolu
Hi Friends,

Hope you are doing great,



I have an urgent requirement from one of my esteem client, I will
appreciate if you can have an eye on the below requirement and send me your
consultant updated profile ASAP.



*SAP  Roles*

*Houston, TX*

*6+ months *

*EAD or GC or Citizens *

*Rate: 35/ hr C2C*



· Previously worked at Hewlett Packard

· 1-2 years of SAP Basis Administration experience



Best Regard

Sai Kiran

saikir...@usmsystems.com

703-880-4146

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


[android-developers] Hiring for Quality Analyst with HL7, EMR, EHR at Orange County, FL

2016-08-24 Thread VIKAS GUPTA
*Hi,*



*Please check the JD and let me know if you have any candidates available. *





*Role :*
*Quality Analyst with HL7, EMR, EHR Location : Orange County, FL*

*Duration : 6+ months   *

*Interview: Phone then Face to Face*



Quality Analyst with HL7, EMR, EHR



Performs and facilitates research and testing, provide overall project
leadership to ensure hospital and Physician client interfaces conform to
the client's HL7 standards.

Experience with HL7 interfaces

Experience with EMR / EHR interfaces and implementation

Ability to understand HL7 standards. Familiarity with ASTM standards a plus





*Thanks and Regards*

*Vikas Gupta*

*Sr. Technical Recruiter*

*Phone: 4692098270*

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


Re: [android-developers] OK Google services

2016-08-24 Thread mike digioia
I can help

On Tue, Aug 23, 2016 at 11:30 PM, Amol Shinde 
wrote:

> Hello,
>
> We are developing an application which includes Google voice
> recognition services. However we don't want to use OK Google word, instead
> if the user directly speaks lets say "set alarm at 11:00AM", it should set
> the alarm.
> Is there any API to set the OK Google programmatically ?
>
> Thanks and Regards,
> Amol.
>
> --
> 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/b2f5efc5-00cf-4bda-97d3-
> 3b0670bc7e89%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/CAMCsUi5nSQL6Dgzgo%3DHUYq5Pw%3DeqKjn1ES6S9_MQCFiXUdw%2Bmw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Shorter1ResumeEmbeddedUpton45CA-s-present3.docx
Description: MS-Word 2007 document


[android-developers] Application Developer(Core Java/J2EE or .Net) || Hartford, CT || USC or GC

2016-08-24 Thread Vishal Ji Awasthi
*Hello*,

*Hope you all are doing Great…!*

To introduce myself, my name is *Vishal JI Awasthi* and I am a *Lead
Technical Recruiter* with *www.Srimatrix.Com ,* I
am working on the role below for our client, please let me know if you or
anyone you know is interested. Thank you and enjoy the rest of your day..





Application Developer

2 submittals

Manager wants consultants pre-screened before submitting

Hartford, CT

Contract to Hire

USC/ GC


Prefer: Phone screening and then SKype





This role is for a senior and experienced tech lead in individual
contributor capacity. Candidate should be a self-starter, understands/have
deep technical matters, have soft skills to work with other vendor
resources/matrixed teams. One who believes in managing without authority
and be able to help remediate any technical risks. Provides execution
status to Business and IT stakeholders.

Primary Responsibilities:
• Lead development team on the following platforms: Core Java/J2EE or .Net
• Understanding of technologies such as: SOA, NoSQL, JavaScript, XML, HTML,
CSS etc.
• Collaborate with Agile team members to mitigate any technical impediments
• Lead innovative approaches on infrastructure, performance optimization &
automation
• Participate in Production Support for incidents
• Develop and maintain standards, common processes and best practices as
per Industry standards

Qualifications:
To be considered for this position, applicants need to meet the
qualifications listed in this posting.

Required Qualifications:
• Bachelor’s degree or equivalent experience
• 7+ years’ experience in Software Development Methodologies
• Team lead experience or project management experience
• Self-starter, facilitator, problem solver, and a driver with necessary
soft skills
• Experience in Agile development and unit testing
• Experience in collaborating with Technology Product management and QA
teams
• Willingness and ability to travel up to 25% as required
• Experience leading and managing matrixed teams and providing guidance and
coaching to team members (including offshore) on technical aspects
• Ability to provide long term strategic solutions for technical problems
• Experience in healthcare industry
• Understanding of UHC/Optum Systems and IT Landscape is a bonus
• Be able to Provide concise status on all IT team activities & progress

Preferred Qualifications:
• Strong understanding on all components involved in Healthcare Product,
Rating, Benefit Languages etc.
• Basic understanding on major Facets modules like: Group, Subgroup,
Class/Plan, Subscriber/ Member



*Need submission details below-*






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

*Relocation   :*



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

*Availability to Join: *

*Work authorization   :*

*Education, University, Year:*











*Regards,*



*Vishal Ji Awasthi*

*Srimatrix Inc.*

vis...@srimatrix.com :  *Phone: **214-227-9311*

*Privacy Policy** | Under Bill 1618 Title III passed by the 105th USA
Congress this eMail cannot be considered as spam as long as we include our
contact information and an option to be removed from our eMailing list. If
you have received this message in error or, are not interested in receiving
our eMails, please reply with Remove/Unsubscribe in subject line of this
eMail and we will Remove your email from our list immediately** .*

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


[android-developers] Immediate Need - Jira Admin

2016-08-24 Thread Mohammad Imran
Hi Partner, I hope you are doing fantastic! Please share the profiles for
Jira Admin in Durham, NC.

 

Title: JIRA Admin 
Location: Durham, NC 
Contract: C2C 

Visa: H1/GC/USC

Responsibilities 
- Configure, install, maintain and upgrade JIRA/Confluence 
- Creation of templates, team boards, dashboards, custom fields, workflows,
schemes, etc. 
- Migration of JIRA projects across environments 
- Work with clients on discovery of issues and migrations 
- Diagnosis and resolution of issues of application and servers 
- Analyze, review and document plugins for deployment in environment 

Required Skills 
- Experience on JIRA administration 
- Understanding of JIRA workflows, schemes, etc. 
- Experience with general Linux administration 
- Perform other work as assigned to ensure the success of the team 
- Ability to adapt to changing priorities or requirements, agile development

- Excellent interpersonal, organizational, and communication skills working
with customer 
- Attention to detail, and the ability to work independently as well as part
of a team 

Desired Skills 
- Experience with databases and SQL queries 
- Writing Unix-based scripts 
- Writing custom plug-ins 
- Understanding of Apache and Tomcat configurations 
- Understanding of Continuous Integration and source code control

 

 

 

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

 

-- 
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/57bdd4b9.83bd240a.a98e2.cda7SMTPIN_ADDED_BROKEN%40gmr-mx.google.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] UI Java developer

2016-08-24 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:** UI Java developer  *

*Location: Dallas, TX*

*Work Duration: Contract *

*Interview: Phone/ Skype *



*Required Experience and Technical Skills*:-

developers with Java, UI skillset

Candidate should have good knowledge on below:
1. Knowledge on UI designing technologies.
2. Good knowledge on Java,J2EE Framework.
3. Possess good development and analytical skills.
Possess Good communication skills.

Mandatory Skills:
1. UI technologies
2. Knowledge on Java/J2EE Frameworks.



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


[android-developers] Data Analyst / Jr. BA at Columbus, OH, GC,USC Only

2016-08-24 Thread VIKAS GUPTA
*Job Title : Data Analyst / Jr. BA *
*Location : Columbus, OH*
*Duration :6 Months *

*GC,USC Only*

*Key Responsibilities:*

   - Provide Clarity PPM Administration support to business users.
   - Support includes responding to inquiries through emails and ticket
   queue, loading data into Clarity PPM, reviewing data weekly and monthly to
   ensure compliance with data quality standards.
   - Design and document procedures and training materials to be used by
   internal clients
   - Communicate with all levels of management and adapt to a rapidly
   changing environment
   - Make decisions or facilitate the decision making process
   - Perform data analysis and reporting as needed to support annual
   planning, demand management processes and finance management processes
   - Coordinate and participate in Clarity UAT PPM release cycles.  Update
   training materials as required to document new functionality.

*Qualifications:*

   - Bachelor's degree in Accounting, Business, or Finance.  Master's
   Degree or MBA preferred
   - 2 – 3 years of Clarity PPM experience in Project Management, Resource
   Management and Finance Management required.
   - Clarity PPM administration experience preferred.
   - Background in Technology project management life cycles preferred
   - Highly motivated team player with excellent analytical, written and
   verbal communication skills
   - Ability to develop strong client and working relationships with the
   team is a must
   - Must have ability to be tactful yet assertive. Strong collaboration
   and negotiation skills
   - Demonstrated intermediate proficiency in Microsoft Excel
   - Demonstrated knowledge of Consumer Banking is a strong plus
   - Ability to interact with business users including senior management
   - Ability to be flexible, follow tight deadlines, organize and
   prioritize work

*Preferred Skills:*

   - Functional knowledge/experience of the Consumer Banking/Financial
   Services Industry.
   - Excellent interpersonal skills, written and verbal communication skills
   - Excellent problem solving and analytical skills
   - Ability to exercise independent judgment and creative problem-solving
   techniques in a highly complex environment

Past experience with designing SQL queries





*Thanks and Regards*

*Vikas Gupta*

*Sr. Technical Recruiter*

*Phone: 4692098270*

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


[android-developers] Phone than F2F Interview:.Net Developer|Downtown San Diego | CA|GC/USC ONLY

2016-08-24 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: .Net Developer*

*INTERVIEW: Phone than F2F Interview*

*LOCATION: Downtown San Diego | CA*

*VISA:GC/USC ONLY*

*START :ASAP*





*Job Overview:*



*Must have*

· Proficient skills in C#

· Experience with Asp.net Web Forms

· Experience with Win Forms

· Experience with WCF

· Familiarity with Microsoft SQL Server

· Familiarity with the .NET framework 4.6.1

· Familiarity with Entity Framework 6.1.3

· Familiarity with various design and architectural patterns

· Experience creating database schemas

· Strong understanding of object-oriented programming

· Understanding of code versioning tools including Team Foundation
Services

· Extreme attention to detail



*Nice to have*

· Familiarity with Web API 5.2.3

· Familiarity with jQuery 3.1.0

· Familiarity with MVC 5.2.3

· Familiarity with Razor

· Familiarity with Kendo

· Familiarity with Bootstrap

· NuGet

· NUnit

· VB.Net

· Unity 4.0.1

· SignalR

· AutoMapper

· Postman

· XML

· XSD

· Kanban

· Jira

· Selenium

· Cucumber

· Agile



*Blissful to have*

· Microsoft.Practices.CompositeUI

· ClickOnce Deployment

· LLBLGEN - Esoteric ORM

· NHibernate - passé ORM


-- 



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


[android-developers] Technical Lead / Project Analyst/ IT PM ** Detroit, MI ** Webex or Face to Face if local

2016-08-24 Thread Soumya Sp
*Technical Lead / Project Analyst/IT PM*



*Location: Detroit, MI*

*Duration: 1 year open ended*

*Mode of interview: Webex or Face to Face if local*



*Rate: $57/hr on *

*Visa:USC,GC,H1,EAD,TN,OPT*



*Engagement Description:  *

*Responsibilities*



?This role will be responsible for executing the strategy set by the
Application Architecture group.

?This person will be responsible for designing, building, testing,
implementing the identified solution.

?This person will coordinate and work on multiple cross-functional
initiatives and projects as the Technical Lead.



*Top Three Skills/Experience (10 years)*



?Proven experience successfully leading enterprise-wide software and system
design initiatives

?Develop, establish and maintain project Solutions Design standards and
procedures

?Demonstrates in-depth knowledge of broad range hardware and software
product



*Description*



?Participates in short and long term planning efforts with Stakeholders and
IT groups.

?Develops cost and timeline estimates.

?Works with business analysts, Architecture, and Stakeholders to understand
business needs.

?Assists in the business process redesign and documentation as needed for
new technology.

?Coordinate development activities with other groups

?Participates in Technical Design Reviews of applicable projects.

?Ensure the systems are aligned to the business strategy and direction.

?Ensure compliance with BCBSM Data and System Security requirements.

?Leads or provides technical direction for the planning, designing and
execution of testing efforts.

?Coordinate and lead and deployment of technical solutions.

?Assist in development of Business Continuity planning for implemented
solutions.

?Ensure all project documentation is developed and approved.

?Supports delivery lead with project status and management reports.

?Work and coordinate with external vendors as needed.



*Required Skills/Experience*



?Excellent analytical, organizational, verbal and written skills.

?Subject matter depth and breadth in many IT Technical skills.

?Proven skills in managing within a matrix organization.

?Proven ability to work with a variety of individuals and groups in a
constructive and collaborative manner.

?Sound understanding of technology and its application to achieve business
objectives.

?Proven experience in Information Technology and business/industry work
required.

?Excellent analytical, decision making, organizational, creative problem
solving, verbal and written skills are required.

?Ability to effectively interface with Management at all levels as well as
contacts outside the organization.



*Preferred Skills/Experience*



?Prior BCBSM experience preferred

?Information Technology Leadership Experience preferred

?Minimum 5 plus years Health Care Experience Preferred



Educational Requirements



?Bachelor?s Degree Preferred



*Best Regards,*



*Som Ranjan*

*Puresoft, Inc*

*W:+ 408 442 3664 EXT: 4426 Email: sou...@puresoftinc.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/CAHUJvG4MJy-Rc62tzSHKNKeOyTcS%2BXiGxOGcx4%2Bj4chte6U8rg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need---Cordova Lead-----EAD or GC or Citizens

2016-08-24 Thread saikiran Nandrolu
Hi Friends,

Hope you are doing great,



I have an urgent requirement from one of my esteem client, I will
appreciate if you can have an eye on the below requirement and send me your
consultant updated profile ASAP.



*Title: Cordova Lead*

*Location: Rancho Santa Margarita, CA*

*Duration: 6+ month contract*

*EAD or GC or Citizens*



• Cordova experience is a MUST HAVE.

• Ionic and/or PhoneGap experience is helpful.

• HTML, CSS, and JavaScript development.

• Must have solid experience on multiple frameworks including some
of the following: Bootstrap, Foundation, Backbone, AngularJS, and EmberJS.

• Solid experience with JavaScript libraries including jQuery and
LESS

• Familiarity with web and mobile front ends



*Other Requirements*

• Collaborative attitude.

• Experience working with design and UX team, able to realize the
vision of the design team.

• You need to be upbeat and positive, taking feedback well.



Best Regard

Sai Kiran

saikir...@usmsystems.com

703-880-4146

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


[android-developers] Hiring for Cyber Security Engineer at Durham, NC

2016-08-24 Thread VIKAS GUPTA
*Hi,*



*Please check the JD and let me know if you have any candidates available. *





*Role :*
*Cyber Security Engineer Location : Durham, NC*

*Duration : 6+ months   *

*Interview: Phone then Skype*




You will be part of the *Cyber Security Engineering *team and will be
responsible for the engineering of systems used to monitor and report
violations of CS internal security standards. The role of a Security
Compliance Engineer will help the Engineering team to design, engineer and
configure Security Compliance Monitoring systems like Tripwire, Splunk,
etc. This new Raleigh based role will interface with Engineers, Architects,
Project Managers and other co-workers located in Raleigh as well as in
Europe and APAC. The ideal candidate should be passionate about software
and architecture, and should not feel uneasy with new and unfamiliar
software and tools.

WHAT WILL YOU DO?
-Join a team of Engineers responsible for security compliance monitoring
solutions (Tripwire, Splunk, etc)
-Develop configuration code and scripts for system components
-Provide 3rd level support to fix issues on production environments
-Collaborate internally with team colleagues and other teams (based in
Europe and other locations)
-Collaborate externally with product vendors

*QUALIFICATIONS MUST HAVE 5 YEARS OF EXP: *
*Writing of complex WINDOWS/LINUX/UNIX shell scripts, PowerShell,
Packaging, Integration
*System engineering and system integration in corporate environments
*Programming experience (Java, PERL, Python preferred)
*Good understanding of IT infrastructure as well as IT security domains
*Understanding of security compliance monitoring solutions (e.g. Tripwire,
Splunk)
*Understanding of software development methodologies and lifecycle

Desired soft skills:
-Ability to build a respectful relationship with other team colleagues and
team manager
-Willingness to cooperate collaboratively with rest of the team both senior
colleagues and new joiners
-Verbal communication skills including ability to actively listen and
interpret
-Written communication skills including technical specification and clear,
understandable emails
-Natural calmness when dealing with urgent escalations and competing
priorities





*Thanks and Regards*

*Vikas Gupta*

*Sr. Technical Recruiter*

*Phone: 4692098270*

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


[android-developers] Hiring for Automation Tester at Princeton, NJ, Need locals only

2016-08-24 Thread VIKAS GUPTA
*Hi,*



*Please check the JD and let me know if you have any candidates available. *





*Role :*
*Automation Tester Location : Princeton, NJ*

*Duration : 6+ months   *

*Interview: Phone then Face to Face*



Pharma or healthcare experience needed.

Princeton, NJ - locals preferred

Must Haves; - Coded UI, Selenium, NUnit .





*Thanks and Regards*

*Vikas Gupta*

*Sr. Technical Recruiter*

*Phone: 4692098270*

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


[android-developers] UI Java developer || Dallas, TX

2016-08-24 Thread Santosh kumar Nityo
Hi,

Hope you doing Well !!!

Here is our *Implementing partner **Requirement*, If you have anyone with
you for the following position, please send the suitable resume along with
Contact Details,
Kindly share suitable resumes ASAP to kuntal.sant...@nityo.com



*Note: *

*We Need Visa Copy & Id proof  During the Submission *



*Role:** UI Java developer  *

*Location: Dallas, TX*

*Work Duration: **6+ Month*

*Years of Experience: 8+*

*Interview: Phone/ Skype *

*Required Experience and Technical Skills*:-

developers with Java, UI skillset

Candidate should have good knowledge on below:
1. Knowledge on UI designing technologies.
2. Good knowledge on Java,J2EE Framework.
3. Possess good development and analytical skills.
Possess Good communication skills.

Mandatory Skills:
1. UI technologies
2. Knowledge on Java/J2EE Frameworks.









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


[android-developers] URGENT REQ ****** JAVA ARCHITECT ****** WA/ CONTRACT

2016-08-24 Thread tejasri surapaneni
Hi,





*Position: Java Architect Location: Seattle, WA Duration of Hiring: 6+
Months Contract *



*Job Description: *

*J2EE Architect –*

   -

   Help defining  the next generation Application for retail and care
   -

   Hands on Experience in architecting Java / J2EE with MVC framework
   -

   Experience on UI framework architecture using BootStrap, and technology
   like Angular JS, Node JS etc.
   -

   Experience in Re-architecting app to be responsive and caching of static
   data
   -

   Integration experience  with REST and SOAP
   -

   Experience on CICD Git, Jenkins


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


[android-developers] UI Tech Lead

2016-08-24 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: UI Tech Lead*

*Location: Weehawken, NJ*

*Work Duration: 6+ Month*

*Years of Experience: 8+*

*Note: We need Photo id and visa copy.*


* Job Description:-*
A Technical Lead with good UI experience is required. Someone with 7-8
years of experience.
*Primary Skills:*-
· React.js, Redux js UI framework(for UI development), ES6 (Strong Java
Script Concepts)
Secondary Skills
• D3.js framework, Node.js, HTML/CSS/Javascript & pre-processors like LESS

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


[android-developers] Phone than F2F Interview: Big Data Admin|Reston, VA

2016-08-24 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: Big Data Administrator*

*INTERVIEW: Phone than F2F Interview*

*LOCATION: Reston, VA*

*DURATION:6 MONTHS+*

*START :ASAP*





*Job Overview:*



Looking for a Big Data Administrator with proven past experience in setting
up Big Data clusters in high available, load balanced configuration across
multiple (Production, User Acceptance Testing and Development)
environments. The resource needs to work with Solution Architects,
Infrastructure Architects, and Lead Big Data Architect/Engineer, Big Data
Supplier, and Developers to setup the environment and support the
development teams.



Qualifications:

· 5+ years of administrator experience working with
batch-processing and tools in the Hadoop tech stack (e.g., MapReduce, Yarn,
Pig, Hive, HDFS, Oozie)*

· 5+ years of administrator experience working with tools in the
stream-processing tech stack (e.g., Spark, Storm, Samza, Kafka, Avro)

· Administrator experience with NoSQL stores (e.g., ElasticSearch,
Hbase, Cassandra, MongoDB, CouchDB)

· Expert knowledge on AD/LDAP security integration with Big Data

· Hands-on experience with at least one major Hadoop Distribution
such as Cloudera or Horton Works or MapR or IBM Big Insights

· System usage and optimization tools such as Splunk is a plus

· 4+ years of experience with SQL and at least two major RDBMS's

· 6+ years as a systems integrator with Linux systems and shell
scripting

· 6+ years of doing Data related benchmarking, performance analysis
and tuning

· Bachelor's degree in Computer Science, Information Systems,
Information Technology or related field and 8+ years of software
development/DW & BI experience.

· Health care experience is plus

· Excellent verbal and written communication skills



Nice to Have:

· Hands-on experience with Cloudera 4.5 and higher, Horton Works
2.1 and higher or MapR 4.01 and higher

· ETL Solution experience, preferable on Hadoop

· Experience with industry leading Business Intelligence tools


Requirements:

· Responsible for successful installation and configuration of the
Big Data platform in cluster mode across development, testing and
Production environments.

· Work with Big Data team, infrastructure architect, change
management team to support configuration, code migrations of Big Data
deliverables.

· Builds robust Big Data platform systems with an eye on the long
term maintenance and support of the Application

· Looks to leverage reusable code modules to solve problems across
the team, including Data Preparation and Transformation and Data export and
synchronization

· Act as a Big Data admin liaison with Infrastructure, security,
application development.

· Keep current on latest Big Data technologies and products,
including hands-on evaluations and in-depth research

· Works with Big Data lead/architect to perform detailed planning,
risks/issues escalation.


-- 



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


[android-developers] looking for Adobe Day CQ consultant please provide H1 copy

2016-08-24 Thread Sudhakar Reddy
Hi ,

Hope you are doing great,

My Self,  *Sudhakar* from *HCL Global Systems Inc*. We have a requirement
for Adobe Day CQ consultant* for *Hillsboro,OR

Please review the Job description below and if you’d like to pursue this,
please include a word copy of your latest resume along with a daytime phone
number and rate in your response. You can also reach me at
248-473-0720*191,Drop the suitable profiles on *r...@hclglobal.com
*



*Sending visa copy will speed up process.*



Title: Adobe Day CQ consultant

Location: Hillsboro,OR

Duration: 6 Months +



Job Description:

Key skills required for the job are:

   - Adobe Day CQ (Mandatory)
   - Agile-Scrum (Alternate)
   - Core Java

As a Lead, you are responsible for managing a small team of analysts,
developers, testers or engineers and drive delivery of a small module
within a project (Delivery/Maintenence/Testing) You may serve as entry
level specialist with expertise in particular technology/industry domain/a
process / application / product. You are responsible for
functional/technical track of a project.

8+ years of total experience

2+ years of onsite experience

2+ years of Agile experience


*Mandatory Skills:* Adobe Day CQ Enterprise Content Management, UML -
Unified Modeling Language, OOAD and Design Patterns

*Desirable Skills:* Agile-Scrum, Core Java

*Language Skills:* English Language





*Thanks and Regards . . . . *



*Sudhakar*,

Technical Recruiter,
HCL Global Systems, Inc
24543 Indoplex Circle,
Suite 220, Farminton. MI 48335

Direct:248-473-0720*191

Email Id: r...@hclglobal.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/CAGxT0BTP1mSp2eNo9Gajn4-WcVymGrKPRGF7RoRcbmw%2B1vW4%3Dg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] RE : Urgent Requirement - Agile Developer

2016-08-24 Thread Amit Sharma
Hi,

We have urgent requirement for Agile Developer at New york, NY.
Kindly share suitable profile.

Job Title : Agile Developer

Location : New York, NY

Agile with Scrum
Good Communication

Regards,
Amit
It Recruiter ! Sysmind
email-am...@sysmind.com 
https://www.linkedin.com/in/amit-s-9964573a

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


[android-developers] Exclusive Requirement--Oracle SQL PLSQL Developer(Need Local or nearby only and 9+ profile)

2016-08-24 Thread Bharat Chhibber
Hello,



Hope you are doing well.



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







Oracle SQL PLSQL Developer

Whippany ,NJ

Long Term



 Need 9+ year profile only.

Senior Oracle developers Location:
 Must have unix Experince.
At least 8+  years experience in finical domain is preferred
8+ years of strong experience building applications using Oracle
Experience in performance tuning high volume systems
Ability to work in fast paced environment using agile concepts
highly motivated to try new solutions.

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


[android-developers] immediate need a net UI DEVELOPER || Radnor, PA ||12 month || face to face ||

2016-08-24 Thread Mohammad Wasim
Hi ,

Please let me know if you are interested for this role.

If interested then please send update resume along with below information.

Full Name:

Email:

Phone:

Location:

Visa:

Rate:

Start:

POSITION.net UI DEVELOPER

LOCATION   Radnor, PA 19087

INDUSTRY   FINANCIAL SERVICES

CONTRACT  12 month (s)

INTERVIEW mandatory FACE/FACE interview is required

Any Visa!!

*MUST HAVE*

· 7-10 years total experience.

· *.net*, *MVC*,

· *Bootstrap *

· Strong JavaScript libraries like *AngularJS*, *Knockout*

· *Financia*l or payment related is a big plus



**

*Thanks,*

*Mohammad Wasim*

*Source InfoTech Inc.*

W: *6099450420*| F: 732-909-2282| Email: *wa...@sourceinfotech.com*
 | Website: *www.sourceinfotech.com*
 |

*Disclaimer:*  If you are not interested in receiving our e-mails then
please reply with a "REMOVE" in the subject line at
rem...@sourceinfotech.com for automatic removal. And mention all the e-mail
addresses to be removed with any e-mail addresses, which might be diverting
the e-mails to you. We are sorry for the inconvenience.

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


[android-developers] Oracl DBA_Woonsocket, RI@ Need consultants who can provide DL and work authorization copy

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

*Oracl DBA with DataGuard and Goldengate experience is must*

*Location: Woonsocket, RI*

*Duration: 3 – 6 Months*



*Job Description:*



Experience in the following areas:

Oracle Database installation, configuration, tuning, maintenance, patching,
and problem diagnosis and resolution.

Experience in RAC/RAC1, Dataguard, Golden gate.

Experience with Oracle to Oracle replication.

General Database Administration skills.

Team player that is willing to dig in and do what it takes to make the team
successful.

Strong ability to diagnose issues and problem solve.





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

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


[android-developers] We are looking for DSP Engineer(Digital Signal Processing) - 3 months Contract to Hire @ Novi MI

2016-08-24 Thread nanda kishore
Hi professional,

This is Kishore from Agile Enterprise Solutions.

This is in reference to the following position.



* Please find below job description if you feel comfortable please
revert with updated resume, salary compensation and contact details ASAP
*



Title:DSP Engineer(Digital Signal Processing)

Duration: 3 months CTH

Location: Novi,MI

Client:  Harman



Job Description

Need a DSP Engineer Audio, Embedded, Automotive



Position Summary:.



This position is a senior embedded DSP software engineer within the
Lifestyle Automotive Audio division.  Products that will be developed are
OEM automotive amplifiers and other similar audio processing products.
Products
typically consist of a microcontroller for configuration, communication and
control and a DSP processor for audio processing.  Software development
work will be mainly working within complex, multi-threaded, multi-processor
or multi-core architectures and audio frameworks to integrate DSP
algorithms and control structures.



Supervisory Responsibilities:



This position does not have any direct or indirect reports.



Job Responsibilities:

Develop and integrate audio DSP algorithms for the automotive environment.

Work within complex, multi-threaded, multi-processor architectures and
audio frameworks to integrate DSP algorithms and control structures

• Develop production ready software following a defined software
development process

• Design software features and architectures for an audio amplifier
platform based on interpretation of customer requirements and/or technology
development initiatives.

• Estimate processing resources including MIPS, ROM and RAM

• Optimize individual algorithms and total system performance

• Analyze performance impacts of block size, sample rate, memory
organization, cache usage and code structure

• Analyze multiple approaches to a problem and chose the best
solution based on experience and sound engineering practices

• Integrate DSP algorithms with an audio framework, control
software and tuning structures

• Ensure all system components are diagnosable during development
and once deployed

• Work closely with other engineering groups to ensure total tuned
system performance

• Develop test plans and appropriate test vectors for independent
validation of audio features

• Perform regression and integration tests on audio features and
systems

• Reverse-engineer designs from legacy software.

•Participate in peer review of designs

• Provide estimates of programming effort to help size the scope of
projects.

Port and optimize DSP algorithms to various processors and make use of
available resources, peripherals, accelerators, compiler features, etc

Create novel software solutions to issues in audio & acoustic systems.

Work with software team leaders to negotiate resolution of issues.

Work with third party developers and contractors.

Communicate with peers inside the HARMAN group to coordinate software
development. This includes occasional travel for training or coordination
with other groups.

Engineer convincing quick-turn demos using available hardware and software
components



Basic Qualifications:

Passion for audio and music.

• Bachelor’s degree in electrical engineering, computer science, or
equivalent.

• 5+ years of embedded software development or testing.

• 5+ years of C/C++ or other structured language.

5+ years of experience in the DSP and/or audio field.

Experience developing consumer products

Knowledge of filtering, speech processing, noise control and
telecommunications algorithms in both time and frequency domains.

Understanding of DSP frameworks and how individual DSP algorithms interface
and interact with each other, the control software and tool interfaces in
an optimized way.

Experience with tuning/calibrating systems of algorithms

Knowledge of features, strengths and weaknesses of various DSP platforms
and algorithm approaches

• Expert in several embedded system debuggers, emulators,
compilers, etc.

Working knowledge of embedded operating systems (schedulers, memory
management, driver models, RTOS concepts, etc.)

Experienced working with off-shore development teams.

Strong attention to detail.

Exemplary verbal and written communication skills.

Creative problem-solver capable of creating and reproducing complex
software defects.

Capable project management and time management skills.

Able to read schematics and debug analog and digital hardware.

Skilled in root cause analysis techniques



Preferred Qualifications & Desired Competencies:



Experience with multi-core System-on-Chip processors

Experience developing automotive or military products

Experience with SPICE compatible software development practices

Working knowledge of personal 

[android-developers] Immediate Need - Android Developer

2016-08-24 Thread Mohammad Imran
Hi Partner, I hope you are doing fantastic! Please share the profiles for
below position.

 

Title: Android Developer

Contract: C2C

Location: NYC, NY

Visa: H1

 

Phone Interview then F2F 

 

You'll be tasked with writing elegant and well-structured code and building
Android products

Native Android development experience.

Experience with both building products from scratch and working with
existing architecture

 

 

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

 

-- 
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/57bda78b.06e3240a.1bd7.befcSMTPIN_ADDED_BROKEN%40gmr-mx.google.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for java developer ::::St. Louis, MO::::INFOSYS

2016-08-24 Thread SALMA BHAT
Hi Partners,
Please share Profiles at naseer.ah...@nityo.com

* Need H1B consultants with H1B and Photo IDThe max  rate : $45/hr*

*Skill Set*

· *Java, Python, SQL , Unix*

*Work Location*

St. Louis, MO

*Special Instructions*

*The max  rate : $45/hr*



*Job Description*

ECMS #134162
Skill Set :
· 4-5 years experience in Java, Python, SQL , Unix
· Good communication skills
Location: St. Louis, MO
Duration of the project: 12 months

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


[android-developers] Screen Sharing Android

2016-08-24 Thread roshnisoni2293
I want screen sharing in my android app using without third party 
dependencies.I have done Team Viewer demo but i don't want third party.I 
know that WebRTC supports sharing but I need to share the whole screen 
frequently.  

https://integrate.teamviewer.com/en/develop/screen-sharing-sdk/android-tutorial/

Is this possible to accomplish? Particularly I am wondering if it is 
possible to transfer Screen using WebRTC data channel?

-- 
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/4e494515-a211-4eca-84b3-9bb403a1cb57%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need----Java Developer-----EAD or GC or Citizens

2016-08-24 Thread saikiran Nandrolu
Hi Friends,

Hope you are doing great,



I have an urgent requirement from one of my esteem client, I will
appreciate if you can have an eye on the below requirement and send me your
consultant updated profile ASAP.



*Java Developer*

*Auburn Hills, MI*

*6+ Months*

*EAD or GC or Citizens*



Must haves:

Minimum 5 years’ experience of Java/JEE coding experience

Very good understanding and development experience in core java, JEE web
components, EJB, CDI, Bean Validation

Very good understanding of JPA, JTA, JAX-RS, JAX-WS

Experience in developing REST Services (preferably with RESTeasy)

Experience in JUNIT development for enterprise applications

Experience in any ORM framework (preferably Hibernate)

Experience with JBOSS or Weblogic application server (preferably JBoss EAP)





Best Regard

Sai Kiran

saikir...@usmsystems.com

703-880-4146

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


[android-developers] RE: HOTLIST:::: USC - GC:::::Open to Relocate

2016-08-24 Thread Marketing Softsages
Hello Professionals,



Greeting from *SoftSages LLC*.



Hope you are doing great.


Please find the Updated Hotlist of* “Softsages Technologies Inc”*. If you
have any suitable C2C requirements for our consultants please let me know.


Send me your job requirements at  given marketers Email ID’s. Please add
below email id’s in your vendor list.



*Name*

*Location*

*Re-Location*

*Visa Status*

*Contact Details*

*Email Id*

*CCNP-CCNA JUNIPER Certified NETWORK ENGINEER AVAILABILITY—IMMEDIATE*

Deval

NJ

Yes

H1B

Desk No: (484) 402 7869 Ext. 102 / Direct No: (213) 298 3629

*g...@softsages.com *

Jay

NY

Yes

H1B

Desk No: (484) 402 7869 Ext. 105 / Direct No: (646) 941-5098

*g...@softsages.com *

Harsh

NY

Yes

H1B

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*  oli...@softsages.com *

Tejash

NJ

Yes

GC

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*  oli...@softsages.com *

Nikhil

OK

Yes

H1b

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*pa...@softsages.com  *

Gurpreet

NJ

Yes

USC

Desk No: (484) 402 7869 Ext. 102 / Direct No: (213) 298 3629

*g...@softsages.com *

Valentina

NC

Yes

H1b

Desk No: (484) 402 7869 Ext. 103 / Direct No: (213) 298 3627

*prash...@softsages.com *

minithi

CA

Yes

H1B

Desk No: (484) 402 7869 Ext. 117 / Direct No: (484) 402 7869

*joh...@softsages.com *

Malla

IN

Yes

H1B

Desk - 484 402 7869 X 109 /Direct - (832) 941-3969

*pa...@softsages.com  *

Tushti

OK

Yes

H1B

Desk No: (484) 402 7869 Ext. 105 / Direct No: (646) 941-5098

*  oli...@softsages.com *

*Certified Senior SAP consultant/HANA/BO/BW*

Ketki

NJ

Nearby States

H1B

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*  oli...@softsages.com *

Fasi

PA

Yes

H1B

Desk No: (484) 402 7869 Ext. 102 / Direct No: (213) 298 3629

*g...@softsages.com *




*Thanks*

Prashant

Team Lead

Desk No: (484) 402 7869 Ext. 103 / Direct No: (213) 298 3627

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


[android-developers] Automation Tester With Java script and Angular JS@Eden Prairie, MN

2016-08-24 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: **Automation Tester With Java script and Angular JS*

*Location: **Eden Prairie, MN*

*Work Duration: 6+ Month*

*Years of Experience: 8+*


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

*Required skill:*
Capable enough to write automation test scripts using Java Script, Cucumber
·

Should have experience in Angular Js, Node JS ·

Well versed with automation framework ·

Should be able to provide best practice in scripting with Java Script etc.

should be able to review the code.











[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







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


[android-developers] screen sharing using webrtc for android

2016-08-24 Thread Mayank Rajdev
source code for android screen sharing without third party dependency 

-- 
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/8636e95a-6875-4471-9ece-719c5de865b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Mainframe Lead Developer

2016-08-24 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:- **Mainframe Lead Developer*

*Location: **Miami, FL*

*Duration:- 6+ months*

*Interview: -Phone/Skype*



*Required Experience and Technical Skills*:-

Strong in analysis, requirement articulation, able to lead teams across
various locations and time-zones, good coordination with Customers and
offshore team etc.
• At least 7 years of experience in Mainframe preferably in webservices
• Ability to work in team environment and client interfacing skills.
• Experience and desire to work in a Global delivery environment

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


[android-developers] RE: HOTLIST:::: USC - GC:::::Open to Relocate

2016-08-24 Thread Marketing Softsages
Hello Professionals,



Greeting from *SoftSages LLC*.



Hope you are doing great.


Please find the Updated Hotlist of* “Softsages Technologies Inc”*. If you
have any suitable C2C requirements for our consultants please let me know.


Send me your job requirements at  given marketers Email ID’s. Please add
below email id’s in your vendor list.



*Name*

*Location*

*Re-Location*

*Visa Status*

*Contact Details*

*Email Id*

*CCNP-CCNA JUNIPER Certified NETWORK ENGINEER AVAILABILITY—IMMEDIATE*

Deval

NJ

Yes

H1B

Desk No: (484) 402 7869 Ext. 102 / Direct No: (213) 298 3629

*g...@softsages.com *

Jay

NY

Yes

H1B

Desk No: (484) 402 7869 Ext. 105 / Direct No: (646) 941-5098

*g...@softsages.com *

Harsh

NY

Yes

H1B

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*  oli...@softsages.com *

Tejash

NJ

Yes

GC

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*  oli...@softsages.com *

Nikhil

OK

Yes

H1b

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*pa...@softsages.com  *

Gurpreet

NJ

Yes

USC

Desk No: (484) 402 7869 Ext. 102 / Direct No: (213) 298 3629

*g...@softsages.com *

Valentina

NC

Yes

H1b

Desk No: (484) 402 7869 Ext. 103 / Direct No: (213) 298 3627

*prash...@softsages.com *

minithi

CA

Yes

H1B

Desk No: (484) 402 7869 Ext. 117 / Direct No: (484) 402 7869

*joh...@softsages.com *

Malla

IN

Yes

H1B

Desk - 484 402 7869 X 109 /Direct - (832) 941-3969

*pa...@softsages.com  *

Tushti

OK

Yes

H1B

Desk No: (484) 402 7869 Ext. 105 / Direct No: (646) 941-5098

*  oli...@softsages.com *

*Certified Senior SAP consultant/HANA/BO/BW*

Ketki

NJ

Nearby States

H1B

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*  oli...@softsages.com *

Fasi

PA

Yes

H1B

Desk No: (484) 402 7869 Ext. 102 / Direct No: (213) 298 3629

*g...@softsages.com *




*Thanks*

Prashant

Team Lead

Desk No: (484) 402 7869 Ext. 103 / Direct No: (213) 298 3627

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


[android-developers] RE: HOTLIST:::: USC - GC:::::Open to Relocate

2016-08-24 Thread Marketing Softsages
Hello Professionals,



Greeting from *SoftSages LLC*.



Hope you are doing great.


Please find the Updated Hotlist of* “Softsages Technologies Inc”*. If you
have any suitable C2C requirements for our consultants please let me know.


Send me your job requirements at  given marketers Email ID’s. Please add
below email id’s in your vendor list.



*Name*

*Location*

*Re-Location*

*Visa Status*

*Contact Details*

*Email Id*

*CCNP-CCNA JUNIPER Certified NETWORK ENGINEER AVAILABILITY—IMMEDIATE*

Deval

NJ

Yes

H1B

Desk No: (484) 402 7869 Ext. 102 / Direct No: (213) 298 3629

*g...@softsages.com *

Jay

NY

Yes

H1B

Desk No: (484) 402 7869 Ext. 105 / Direct No: (646) 941-5098

*g...@softsages.com *

Harsh

NY

Yes

H1B

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*  oli...@softsages.com *

Tejash

NJ

Yes

GC

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*  oli...@softsages.com *

Nikhil

OK

Yes

H1b

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*pa...@softsages.com  *

Gurpreet

NJ

Yes

USC

Desk No: (484) 402 7869 Ext. 102 / Direct No: (213) 298 3629

*g...@softsages.com *

Valentina

NC

Yes

H1b

Desk No: (484) 402 7869 Ext. 103 / Direct No: (213) 298 3627

*prash...@softsages.com *

minithi

CA

Yes

H1B

Desk No: (484) 402 7869 Ext. 117 / Direct No: (484) 402 7869

*joh...@softsages.com *

Malla

IN

Yes

H1B

Desk - 484 402 7869 X 109 /Direct - (832) 941-3969

*pa...@softsages.com  *

Tushti

OK

Yes

H1B

Desk No: (484) 402 7869 Ext. 105 / Direct No: (646) 941-5098

*  oli...@softsages.com *

*Certified Senior SAP consultant/HANA/BO/BW*

Ketki

NJ

Nearby States

H1B

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*  oli...@softsages.com *

Fasi

PA

Yes

H1B

Desk No: (484) 402 7869 Ext. 102 / Direct No: (213) 298 3629

*g...@softsages.com *




*Thanks*

Prashant

Team Lead

Desk No: (484) 402 7869 Ext. 103 / Direct No: (213) 298 3627

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


[android-developers] Java UI Consultant available for your requirement

2016-08-24 Thread Sudheer Kumar
Hello,

Please find the attached resume and contact details of my consultant and
 let me know if she suits your requirement


Name:  Samhitha

Phone: 734-661-7973

location:   Waltham, MA
Relocation:   Open
Visa:H1b
Availability: Immediate.



*Thanks & Regards*


*   Sudheer *

*TEKTREE LLC*


*Work* : (734) 661-7973

*Fax*: (302) 397-2097
*Email *: sudh...@tektreeinc.com

*Web   *: www.tektreeinc.com
*Gtalk*   : *sudheertektree...@gmail.com *

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


UI _ Samhitha Resume.docx
Description: MS-Word 2007 document


[android-developers] IOT engineer

2016-08-24 Thread up2datecorp


*Position* : IOT engineer

*Client *: Ericsson, Bay Area. (Local Candidates only)

*High Priority (Quick Client interview)*

 

*Must haves:*

Passion for testing and integrating new systems

General wireless and telephony networking theory knowledge

Advanced knowledge of data exchange formats such as XML and JSON

Strong RESTful Interface/API experience

Agile and Test driven development

Added skills:

Extensive experience with in-vehicle networking technology such as CAN, 
Ethernet AVB, MOST, etc.

Experience with connected car services including infotainment, telematics, 
fleet management, etc.

Experience with public and proprietary ODB-II data from multiple 
manufacturers

Experience with Apple CarPlay and Android Auto a plus

Mobile Development (iOS/Android) Experience

QT (C++ Experience)

API Integration Experience

3D Game/Interaction Development (WebGL/Three.JS/Unity)

Patent Experience

Diverse Team Leadership



*  TOTAL EXPERIENCE  :*

*   RELEVANT EXPERIENCE  :*

* OFFICIAL NOTICE PERIOD -*

* CURRENT  RATE  PER HOUR -*

* VISA STATUS –*

 

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


[android-developers] Where is the original Google Cloud Messaging API?

2016-08-24 Thread Conor McCarthy
Google now wants me to use fcm instead of gcm for cloud messaging. I need 
to create a simple proof of concept google application using the old gcm 
api to help diagnose a problem with my main application. But when I go to 
the google developer console, the option to add the gcm api is now a link 
to the firebase setup pages. I can't see any way to access the original 
API. Is anyone else in this position?

-- 
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/a328c839-6cdc-4fbe-8e7b-5bd9cc180900%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] “The item that you requested is not available for purchase” android In-App purchase error

2016-08-24 Thread sardar khan
Some time you have to wait for the activation of the item that you want to
purchase .Secondly check that you add the email to tester and you become a
tester for testing In-app Purchase
Package name must be same for all .

-- 
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/CABHzXASr_-E3-0TMnCS3qhGHzoZ9DpgKLhdPca%2B44Lfwy%3DCvdA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] “The item that you requested is not available for purchase” android In-App purchase error

2016-08-24 Thread hunain aftab
Hi all !! I'm trying to integrate in-app purchases with (cordova plugin add 
cordova-plugin-inapppurchase) into my app, but unfortunately coming across 
this annoying error "The item that you requested is not available for 
purchase".

I have done all this :


1.Apk signed and published, with same version on Developer Console and on 
device account on device is the same listed on Developer Console for tests 
and is not the same as mine.

2.Product active on Developer Console.


But still it's showing not available for purchase.

-- 
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/4decb8e5-df01-4aad-91ab-604a03a489b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] New rules Privacy Policy

2016-08-24 Thread Robotox Games
 
Is if my application has powers , but I do not provide information this I 
have to write a privacy policy ?

-- 
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/d229550f-ba3c-4f57-86f3-855a22a875e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help:AutoCompleteTextView_Error_On_Fragment

2016-08-24 Thread Donald Tripdarlinq



Let me summarize my error.If i Use AutoCompleteTextView on 
MainActivity.java it works perfectly 
Now the problem i am having is i am using Android Navigation Drawer 
Here's my Code for Home_Fragment.xml 

package com.example.nghandler;


import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.AutoCompleteTextView;


public class Fragment_Home extends Fragment {
  AutoCompleteTextView autoCompleteTextView;
String[] countries = {
"Uyo",
"hehe",
"lol"
};


public Fragment_Home() {
// Required empty public constructor
}


@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
 Bundle savedInstanceState) {
// Inflate the layout for this fragment
View view = inflater.inflate(R.layout.fragment_home, container, false);
autoCompleteTextView = 
(AutoCompleteTextView)getView().findViewById(R.id.autoCompleteTextView);
ArrayAdapter arrayAdapter = new ArrayAdapter<>(getActivity(), 
android.R.layout.select_dialog_item, countries);
autoCompleteTextView.setThreshold(1);
autoCompleteTextView.setAdapter(arrayAdapter);

return view;
}

}


Fragment_home.XML 
http://schemas.android.com/apk/res/android;
xmlns:tools="http://schemas.android.com/tools;
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="50sp"
android:id="@+id/nav_home"
android:orientation="horizontal"
tools:context="com.example.nghandler.Fragment_Home">








On running the App, it crashes, Help me please cos i am stucked

-- 
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/8b3f1bce-3349-46c0-b460-be7dbe5807f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] OK Google services

2016-08-24 Thread Amol Shinde
Hello,

We are developing an application which includes Google voice 
recognition services. However we don't want to use OK Google word, instead 
if the user directly speaks lets say "set alarm at 11:00AM", it should set 
the alarm.
Is there any API to set the OK Google programmatically ?

Thanks and Regards,
Amol.

-- 
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/b2f5efc5-00cf-4bda-97d3-3b0670bc7e89%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.