[android-developers] Embedded Engineer – Vehicle Services- Peachtree city, GA

2016-08-11 Thread Sameer


Hi,


Please let me know if you have any one available for the following opening.


Embedded Engineer – Vehicle Services 

Location: Peachtree city, GA

Duration: 6 + months

Rate: $45/hr

 

Position Summary:

Experience with Embedded /C++

Familiar with CAN communication

Experience using CANAlyzer

Experience in writing CAPL scripts

Experience using ATI Vision/ ETAS INCA tools

Familiar with automotive technology preferably hybrid cars

Experience using dSPACE HIL testing

Experience in testing on vehicle/ Labcar

 

 

Thanks and Regards

Sameer Sinha

Manager (Talent Acquisition)

Contact Number: +1 347-809-6832 

Skype: sam18jan |E-mail: h...@smdconsultants.com

Website: www.smdconsultants.com

 

*[image: cid:image001.jpg@01D1EFDA.EA57D9F0]*

 

 

 

-- 
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/b106b60f-548c-46f5-b7ce-06cf841e232a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone/Skype Interview: Web Architect|Boca|FL

2016-08-11 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: Web Architect*

* INTERVIEW: Phone/Skype Interview*

*LOCATION: Boca|FL*

*START :ASAP*





*Job Overview:*







Job #

Job Title

Skill Set Required

Location

Duration



10260

Web Architect w/Cloud & Azure

*Work is 100% onsite Monday-Friday w/Telephone -Skype interviews. Web
Architect to assist the team with a highly customized Cloud environment.
Authentication (Active Directory, AzureAD, Secure Auth, SAML).  C# (Visual
Studio 1013, .Net 4.5).  Web Services (REST, JSON, Ajax), HTML5 (IE 11,
Chrome 48), Javascript (Jquery 2.2, AngularJS , BootStrap).  Experience in
full development life Cycle of browser based enterprise Applications
supporting 200 or more concurrent users.*

Boca Raton, FL

4 Months +




-- 



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


[android-developers] Re: java.lang.IllegalArgumentException: Unknown package: com.google.android.gms.unstable

2016-08-11 Thread screencrackdev


Okay the issue was found!
The problem was not the code but the setting for the google play account on 
that device was set to hidden instead of public!



Am Samstag, 30. Juli 2016 17:28:25 UTC+2 schrieb screenc...@gmail.com:
>
> Hey together,
>
> Im experiencing a strange exception on certain devices and after searching 
> a lot i was not able to find anything related. 
> Seems to happen at some point when calling
> PendingResult pendingResult = Games.
> Leaderboards.submitScoreImmediate(mGoogleApiClient, leaderboard_id, 
> scoreValue);
> pendingResult.setResultCallback(new ResultCallback SubmitScoreResult>() {
> ...
> });
>
>
> It leads to the problem that the score is never successfully submitted. 
> the ResultCallback however is called.
> Here is the exception from the device log:
>
> I/SurfaceFlinger(  166): [Built-in Screen (type:0)] fps:57.290375,dur:
> 1012.39,max:81.38,min:15.93
> I/WVCdm   (  169): CdmEngine::CloseSession
> E/(27195): appName=com.google.android.gms.unstable, acAppName=
> /system/bin/surfaceflinger
> E/(27195): 0
> E/(27195): appName=com.google.android.gms.unstable, acAppName=
> /system/bin/surfaceflinger
> E/(27195): 0
> D/PhoneInterfaceManagerEx(  966): [PhoneIntfMgrEx] hasIccCard  simId=0
> D/PhoneInterfaceManagerEx(  966): [PhoneIntfMgrEx] hasIccCard  simId=1
> D/PhoneInterfaceManagerEx(  966): getSubscriberId
> D/ConnectivityService(  718): getActiveNetworkInfo:NetworkInfo: type: WIFI
> [], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Jannik", 
> roaming: false, failover: false, isAvailable: true, 
> isConnectedToProvisioningNetwork: false, simId: 0/10011
> E/(27195): appName=com.google.android.gms.unstable, acAppName=
> /system/bin/surfaceflinger
> E/(27195): 0
> D/PhoneInterfaceManagerEx(  966): [PhoneIntfMgrEx] hasIccCard  simId=0
> D/PhoneInterfaceManagerEx(  966): [PhoneIntfMgrEx] hasIccCard  simId=1
> W/Provider/Settings(27195): Setting install_non_market_apps has moved from 
> android.provider.Settings.Secure to android.provider.Settings.Global.
> V/Provider/Settings(27195):  from settings cache , name = 
> install_non_market_apps , value = 1
> W/System.err(  718): java.lang.IllegalArgumentException: Unknown package: 
> com.google.android.gms.unstable
> W/System.err(  718):at com.android.server.pm.Settings.
> getInstallerPackageNameLPr(Settings.java:2962)
> W/System.err(  718):at com.android.server.pm.PackageManagerService.
> getInstallerPackageName(PackageManagerService.java:11193)
> W/System.err(  718):at android.content.pm.IPackageManager$Stub.
> onTransact(IPackageManager.java:825)
> W/System.err(  718):at com.android.server.pm.PackageManagerService.
> onTransact(PackageManagerService.java:1779)
> W/System.err(  718):at android.os.Binder.execTransact(Binder.java:404)
> W/System.err(  718):at dalvik.system.NativeStart.run(Native Method)
> D/ActivityThread( 6124): SVC-Creating service: CreateServiceData{token=
> android.os.BinderProxy@42590990 className=com.google.android.gms.auth.
> GetToken packageName=com.google.android.gms intent=null}
>
> Exception seems to only appear on certain devices for example HTC Desire 
> 626G on android version 4.4.2
>
> Looking forward to clues what goes wrong :)
> Thanks in advance
>

-- 
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/0193f193-f2af-4e2c-bd5c-a0abce11d95f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need for Pega LSA || NYC || asap

2016-08-11 Thread Dev Singh
*Hi,*

*Rate is open .*

*1.*

*Role:Pega LSA*



*Job Description:*

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

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

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

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

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

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



*Required experience / skills:*

· Pega LSA Certification required

· 10+ years of IT experience with n-tier, database and client
server design/development

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

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

· Experience on Pega CPM, Smart Investigate frameworks preferred

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

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

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

· Solid fundamentals in Core Java & Object Oriented concepts

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

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

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

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

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

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



*2.*

*Role :Pega LBA*



*Job description: *

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



*Responsibilities: *

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

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

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

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

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

· Translate business needs and requirements into robust technology
requirements;

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

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

· Deep experience with industry standard methodologies of 

[android-developers] IMMEDIATE ORACLE FINANCE DEV NJ

2016-08-11 Thread Lisa Ray
Hi

 
This is regarding an opening  for a Oracle Devloper POSITION Finance 
Manangement  Module Exp

Pls Mail resume asap on l...@techpunditsinc.com 

Immediate interviews & joining
 
 
Location : central jersey
 
Telephonic & a Skype round of interview alone
 
We need  developers for Oracle FINANACE urgently Details : Oracle supply 
chain Management exp required.
 
Need a Good resume With more focus & highlight on

Strong Technical and Functional knowledge in Financial Management  modules 

Good knowledge and experience in analysis, design, development, 
enhancements, customizations, interfacing and conversions of various 
modules that includes INV, OM, BOM, PO, AR, AP, GL, WIP,  Modules

 
Thanks & Regards
Lisa
732 659 8650\

-- 
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/e12a959b-d0da-4d05-a2ed-430a5fb4964e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring for Business Technical Analyst at Westlake Village CA 91362

2016-08-11 Thread VIKAS GUPTA
*Business Technical Analyst*

*Westlake Village CA 91362*

*6 month contract*

*Local consultants, F2F is required*



*Essential Duties and Responsibilities:*


Gather, understand and document business objectives, specifications and
requirements on small/medium size projects.

Develop and execute unit/system test cases, scripts and plans.
Define, design, and document business flows and processes on small & medium
size projects.
Define and articulate business rules required for data accuracy and
consistency. Identify and resolve data quality issues. Act as the primary
contact for the data management process between IT developers and the
business.
Provide end-user support on applications supported within the organization.
Identify, analyze, propose and document appropriate solutions for problems
and issues that may impact the project. Identify and understand issues that
may impact day-to-day operations and/or project costs. Use technical tools
for (queries, process maps, etc) for problem resolution.
Understand and follow appropriate SDLC, quality validation processes and
application processes.
Communicate status, solutions and concerns. Disseminate information in a
timely manner within the team and across functions or teams. Establish and
maintain relationships within the business or function.
Provide cross-functional and business knowledge to develop business system
and process alternatives.
Train others as appropriate on specific area of business or systems
expertise. Assist in development of training materials

*Qualifications:*

Solid knowledge of the application development process.

Strong communication skills (verbal/written/listening).

Solid business knowledge.

Sense of urgency with strong follow-up skills.

Must be detailed oriented and able to work with in a team setting.
Education and/or Experience: Include the education and experience that is
necessary to perform the job satisfactorily.
Bachelor's degree preferred or relevant work experience in systems or
business.

5+ years’ experience in applying information systems solutions to business
problems.

Experience in system testing, validation, problem resolution, and training.





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


[android-developers] Business Technical Analyst || Westlake Village CA || Need local only for F2F

2016-08-11 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..



Business Technical Analyst

Westlake Village CA

6 month contract

Local consultants, F2F is required



*Essential Duties and Responsibilities:*


Gather, understand and document business objectives, specifications and
requirements on small/medium size projects.

Develop and execute unit/system test cases, scripts and plans.
Define, design, and document business flows and processes on small & medium
size projects.
Define and articulate business rules required for data accuracy and
consistency. Identify and resolve data quality issues. Act as the primary
contact for the data management process between IT developers and the
business.
Provide end-user support on applications supported within the organization.
Identify, analyze, propose and document appropriate solutions for problems
and issues that may impact the project. Identify and understand issues that
may impact day-to-day operations and/or project costs. Use technical tools
for (queries, process maps, etc) for problem resolution.
Understand and follow appropriate SDLC, quality validation processes and
application processes.
Communicate status, solutions and concerns. Disseminate information in a
timely manner within the team and across functions or teams. Establish and
maintain relationships within the business or function.
Provide cross-functional and business knowledge to develop business system
and process alternatives.
Train others as appropriate on specific area of business or systems
expertise. Assist in development of training materials

*Qualifications:*

Solid knowledge of the application development process.

Strong communication skills (verbal/written/listening).

Solid business knowledge.

Sense of urgency with strong follow-up skills.

Must be detailed oriented and able to work with in a team setting.
Education and/or Experience: Include the education and experience that is
necessary to perform the job satisfactorily.
Bachelor's degree preferred or relevant work experience in systems or
business.

5+ years’ experience in applying information systems solutions to business
problems.

Experience in system testing, validation, problem resolution, and training.



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


[android-developers] Phone than F2F Interview:Technical Writer Eagan, MN|$48/HR ON C2C ONLY

2016-08-11 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: Technical Writer*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Eagan, MN*

*DURATION:4 MONTHS+*

*START :ASAP*





*Job Overview:*



Local only



We are looking for a freelance/contractor Technical Writer to produce
high-quality documentation that contributes to the overall success of our
products.



Responsibilities

* Work with internal teams to obtain an in-depth understanding of the
product and the documentation requirements

* Analyze existing and potential content, focusing on reuse and
single-sourcing opportunities

* Produce high-quality documentation that meets applicable standards and is
appropriate for its intended audience

* Write easy-to-understand online help, developer guides and end user
manuals

* Create tutorials to help end-users use a variety of applications

* Review, manage and edit release notes for new product features with each
release cycle



Requirements

* Proven working experience writing API documentation

* Experience writing simple shell scripts for REST API Examples

* Experience with UNIX, Python or JavaScript is desired

* Working knowledge of JSON and XML

* Experience with Swagger a plus.

* Ability to deliver high quality documentation paying attention to detail

* Ability to quickly grasp complex technical concepts and make them easily
understandable in text and pictures

* Ability to work with minimal guidance

* Excellent written skills in English

* Strong working knowledge of Microsoft Office

* Basic familiarity with the SDLC and software development


-- 



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


[android-developers] Need for Microstrategy Architect || Wilmington, DE (Local OR Nearby)

2016-08-11 Thread Dev Singh
*Hi,*



*Role : Microstrategy Architect*

*Loc.: Wilmington, DE*



*Skills:-*

1.   MSTR hands on
2. Must have worked as MSTR Architect
3. Done Migration from Congos Platform to MSTR
4. Worked on Tier 1 Banks
5. Experience in Risk and Finance(optional)
6. Good Communication Skill
7. Logical and Problem solving skill
8. worked independently.

Thanks & Regards

*Dev Singh*


Phone: 609-853-0818 Extn: 2112

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

   dev09...@gmail.com 

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

*Skype : **dev.singh526*

www.nityo.com 

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


[android-developers] Why Android Studio IDE shows redundant modules in "Project View" pane

2016-08-11 Thread Toothy Bunny
Hi,

I opened Google's NDK sample "Teapot" project in Android Studio 2.1. 
Everything works well except one thing confuses me.

The "Teapot" project contains two modules "App" and "NativeActivity". Under 
"Project View" in the left-hand pane, I saw two "redundant node" of "app" 
and "NativeActivity" are shown side-by-side with project node "Teapot". 
While other projects shows only the project node as the single root node 
and all modules shown under it. See attached screenshot.

Is there a way to get rid of these two redundant nodes in the "Project 
View" or they do have special meaning?



-- 
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/74325f84-59b0-4883-ac85-1d67fe3c3446%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] IT Infrastructure PM ** Quincy, MA ** EAD, GC, USC

2016-08-11 Thread Soumya Sp
*IT* *Infrastructure* *PM*

*Quincy*, *MA*



*Interview*: Telephonic, Face to Face



*$55/hr *




*EAD, GC, USC*



10+ years overall at minimum with at least 5+ years PM IT experience in IT
infrastructure needed - some Development PM work. Strong experience with
Excel, PowerPoint, Visio. Experience producing dashboards and management
level updates. Experience and ability to interact with many complex
projects. Experience ability to work well with SMEs, Team Leads, Project
Managers, Architects, Risk Managers, Engineers. Experience in large-setting
global environment a strong positive as is work with other large financial
firms

Experience with VDI (Virtual Desktop Infrastructure) gets priority in
interviews





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


[android-developers] UX Designer with Healthcare

2016-08-11 Thread Manisha Nityo
Hi ,

Hope you doing Well !!!

Here is our *Implementing partner Requirement*, Please go through the below
requirement and let me know your interest.



*Role: UX Designer with Healthcare*

*Location: Baltimore, MD*

*Work Location: 9+ Months (extension possible)*

*Interview: Phone/ Skype *

*Years of Experience: 8+*

*Domain:- Healthcare *



*Required Experience and Technical Skills*:

*Mandatory:-*UX Design & Development, AngularJS

·   Solid understanding of UX concepts and design, and a mix of
healthcare knowledge

·   Experience on user interface design and UX concepts.

·   Maintain style guide across applications

·   Build the user interface, based on the business/functional
requirements

·   Background on the technical aspects - experience with developing
Webapps, newer technology like AngularJS will be preferred.

·   Very good written and verbal communication skills



*Thanks & Regards,*

*Manisha Budhwar*

Recruiter

Nityo InfoTech .

Desk No-609-853-0818 Ext-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/CANOPGKy6ewFWwi6Fjt1BQubv0Bjeg5xsR8-SD3%2BJJVOk8kaXcw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for :::: Oracle HRMS/ Oracle HCM(( Business Systems Analyst))

2016-08-11 Thread SALMA BHAT
HI Partners,

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

*Skill Set*

Knowledge of HR technologies preferably in *Oracle E-business Suite and
Oracle Fusion HCM**  Minimum 7 years of HR and/or technical experience with
progressive responsibility.*

*Work Location*

San Jose, California

*Special Instructions*

NA

 Hi Partners,

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

*Job Description*

DETAILED JD:

Job Title: Business Systems Analyst, HR

Location: San Jose, CA

Start Date: 1st Sep 2016

Duration: 7 months to start with

Job Responsibilities

Obtains and maintains in-depth knowledge of existing HR processes and
systems. These systems cover the following functions of HR: Benefits,
Compensation, Talent Acquisition, Talent Management, HR Operations,
Employee Relations, Organization Development and Workers Compensations.

Collaborates with key team members to ensure solution meets requirements
and gain an understanding of the context and impact of the solutions to the
business operations.

Coordinates technology related HR projects Documents procedure and policy
changes from current state model showing future state impacts of projects
and/or configuration changes. Documents process flows for current and
future state processes Responsible for change management as it relates to
HR department

Acts as a resource to HR team members
Facilitates resolution of HR technology issues on behalf of HR stakeholders
Performs routine and complex configuration work in support of the HR
functions. Partners with Payroll, Finance, Human Resources and Information
Technology SMEs to identify opportunities to create more effective and
efficient processes. Provides HR technology training to staff members at
all levels of the organization Performs UAT testing as needed for HR
technology implementations and software upgrades and patches.

Serves as Tier Two support related to HR technology issues Responsible for
development and coordination of HR analytics and data reporting to support
the various functions and businesses. Collaborates with HR and key team
members in Finance and Information Technology areas to ensure delivery of
consistent and relevant HR reports. Designs, develops and interprets
reports and dashboards which clearly and concisely show key workforce
trends and problem areas.

Construct reports/graphs that show status, trends, cost, volume,
benchmarks, as well as opportunities for improvement in various HR
activities. Qualifications: A bachelors degree from a recognized college or
university with major course work in business administration, computer
technology/science, Human Resources or a closely related field is
preferred.

Substantial work experience and/or professional certifications may be
substituted in lieu of a degree. Minimum 7 years of HR and/or technical
experience with progressive responsibility.

A good understanding of HR policies and process flows

Project management experience preferred

Knowledge of HR technologies preferably in Oracle E-business Suite and
Oracle Fusion HCM

Solid analytical skills and demonstrated ability to solve problems quickly
and creatively Experience acting as liaison between operations and
technical functions ensuring proper documentation of systems functions and
capabilities and facilitating the training of staff. Demonstrated attention
to detail and quality of work delivered Ability to work to tight deadlines
and to prioritize a large number of conflicting and frequently changing
priorities. Experience developing reports and dashboards utilizing report
writing software (i.e. Business Objects and Tableau) preferred The
successful candidate should be highly motivated, a quick learner and has
desire to take initiative Excellent organizational skills as well as oral
and written communication skills Ability to work unsupervised, exercising
moderate degree of discretion and independent judgment.

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


[android-developers] CONTACTS permission popup shows up instead of GET_ACCOUNTS permission

2016-08-11 Thread Aju Vidyadharan
I have updated the google plus login integration to support Marshmallow. I 
have given GET_ACCOUNTS permission to make Google plus login work. But when 
I request for permission, it's showing "Allow app to access your contacts". 

-- 
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/e20bfa1a-4b4e-495b-a19c-da3d29312fc7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] RE : Business Analyst

2016-08-11 Thread Amit Sharma
Hi,

We have urgent requirement for Business Analyst at Philadelphia, PA.
Kindly share suitable profile.

Job Title : *Process : Business Analysis*

Location : Philadelphia, PA

performing program management, business analysis, technical writing and
presentation creation functions
This resource would work actively with the existing
TCS SMEs for *Network Management/Node Health Tools syndication project *

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/CAOn0AE7veJg7C0%3DN7CUfx%3Dj4vEL_M4-etXNXBXKai%3DxzryU9Bg%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-11 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] HOTLIST.........send your requirements to ra...@thoughtbyte.com

2016-08-11 Thread Raghu Race
Hello Recruiters

This is Raghu- Sr.Bench Sales Recruiter at Thought Byyte Inc.,

Please find the available list of our consultants and let me know if you
have any open position for them with your client.

You can reach me at 973 512 7443 or email me at ra...@thoughtbyte.com

*The below listed candidate's are all our own W2 Employees*


1.Ruby on Rails
2.QA Tester n Lead
3.UI Developer
4.Salesforce Developer/Admin
5.Splunk Dev/Admin
6.Servicenow Dev/Admin
7.Informatica
8.Devops Engineer
9.Qlikview/Qliksense Developer
10.Tableau Developer
11.Project Manager
12.Oracle EBS Technical Developer
13.Oracle Apps Techno Functional Consultant
14.Oracle Apps Technical Consultant
15.Oracle Apps Functional Consultant


Thanks,
Raghu
973 512 7443
ra...@thoughtbyte.com
Thought Byte Inc

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


[android-developers] Urgent Need----Micro Services Java Developer---------EAD or GC or Citizen

2016-08-11 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.



*Micro Services Java Developer*

*Duration: **12 months *

*Location:** Seattle ( Eastside)*





Top Three Skills:

1)Micro Services

2)Java Development - ability to write code from scratch

3)Agile Development Lead Experience - driving sprint teams
onshore and offshore



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%2BorDgS7DJkNuw%2B5jOe-mM0z6YhURncUk%2BM5sPTHMD-aa99w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Fwd: FW: Excellent opportunity for Salesforce Sr. Business Analyst in EDEN PRAIRIE, MN

2016-08-11 Thread Avanish chaurasia
Hi,


Candidate must be GC, GC EAD, USC
Please send me your consultant resume at manish.ku...@contech-it.com
candidate must have:

   - Bachelors' degree
   - 4+ years of professional Business Analyst experience, or focus in
   Salesforce project/program




*Title: Salesforce Sr. Business Analyst*


*Location:  EDEN PRAIRIE, MN**Client: UHG*



*Job Duties and Description:*

*Salesforce Sr. Business Analyst*

The Salesforce BA is responsible for gathering/defining operational aspects
of the assigned Salesforce project(s); , including data analytics, process
management, and policies/procedures. The Business Analyst in the Salesforce
Professional Services team will have diverse responsibilities focused on
technology and system implementations, as well as defining configuration
(declarative) or customization (programmatic) process analysis, supporting
key business and operational initiatives. Optum’s Salesforce team is a
fast-paced environment and we are looking for someone who can hit the
ground running to manage multiple responsibilities and projects while
producing high-quality work.

*Responsibilities:*

   - Plan, define, author, and design Salesforce solutions.
   - Diagram and evaluate existing processes; interpret into Salesforce
   requirements and solutions
   - Work in partnership with Salesforce team to maintain a library of
   policy and process documents
   - Document, train and initiate changes to existing processes
   - Audit processes to identify process and performance defects.
   - Surveys and analyzes best practices for techniques and processes.
   - Measure and document business results achieved through solution
   implementation
   - Advise the business on Salesforce best practices and tools/solutions
   - Partner with IT (internal and external partners) and functional
   business owners to resolve systems related issues
   - Prepare presentations for the team and management highlighting
   progress and risks.
   - Identify areas of improvement and implement solutions in process,
   policy, and Salesforce deliverables

*Required Skills/Experience:*

   - Bachelors' degree
   - 4+ years of professional Business Analyst experience, or focus in
   Salesforce project/programs
   - Understanding of Salesforce declarative capabilities.
   - Proficient in Microsoft Excel & PowerPoint
   - Understanding of systems analysis, including root cause analysis and
   other process modeling and systems design methodologies
   - Project management skills.
   - Excellent written and verbal communication skills
   - Ability to multi-task and perform effectively in a fast-paced
   environment.
   - Able to think independently and consider cross-functional and
   downstream impacts.

*Desired Skills/Experience:*

   - Advanced Knowledge of Business Systems - Salesforce.com (certification
   a plus)
   - Knowledge of Healthcare, Call Center and/or Eligibility functionality
   a huge plus




* Manish Kr.*

_
Contech Systems, Inc. • 1480 U.S. Highway 9 North, Suite 206 • Woodbridge,
NJ 07095
• D (312-767-5605) • F (732)632-8817

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


[android-developers] Performance tester (Hot requirement)_Los Angeles, CA@ Need Locals ONLY who can provide DL and work authorization and DL copy

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

*Performance tester (Hot requirement)*

*Location: Los Angeles, CA (Need Locals only)*

*Duration: 3 – 6 Months*



Need strong consultant with strong experience in Performance testing

Need only locals who can go for F2F



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


[android-developers] looking for Project Manager with PeopleSoft Financials functional experience|| Columbus Ohio || 12 months || no H1B ||

2016-08-11 Thread Mohammad Wasim
Title: Project Manager with PeopleSoft Financials functional experience!

Location: Columbus Ohio

Client: State of Ohio / Ohio Department of Transportation

Duration:  12 months

MOI:: T + F [Need Locals]

No H1B’s



This position will function as a highly skilled PM working on behalf of the
State on a complex, multi-year engagement with specific responsibilities
that include:



1. Participating in requirements workshops and design/build/test meetings
to confirm that requirements are accurately defined, tracked and
implemented in the final system solution



2. Confirming that the OAKS Enterprise RTM is complete and that the
disposition of the requirements is accurately documented in the RTM.



3. Confirming that throughout the Software Development Lifecycle (SDLC)
process – Design, Build, Test - that the configuration teams are accurately
tracking the intent and disposition of documented requirements.



4. Confirming that Test scenarios and scripts are comprehensive to
completely test all OAKS Enterprise requirements.



5. Confirming that the Test results accurately document the results of
testing and all test exceptions are resolved and verified.



6. Confirming that through the System and User Acceptance Test phases that
Test scripts are appropriately updated to address any script issues.



7. Confirming that the RTM ties requirements back to the Test scripts and
confirms that all requirements have been successfully tested.



8. Communicating any requested changes to the project managers, business
owners, and program management office.



9. Anticipating issues / risks and proactively addressing them.



10. Resolving conflicts with sensitivity and tact.



11. Effectively communicating with stakeholder, vendor and customers.



12. Communicating to team members how their work assignments relate to and
help achieve project objectives.





*Required experience:*



• Serving as the lead FIN business analyst on  medium to large
sized PeopleSoft projects which includes managing requirements definition
and traceability, approving deliverables, and overseeing the project team
tasks such requirements gathering sessions, development, testing, and
delivery.

• Scheduling and leading team meetings such as status, project
kick-off, stand-ups, defect tracking, etc., and meeting with the business
stakeholders to prioritize work and projects.

• Ability to develop strong client and working relationships
with the team.

• Identifying, managing and mitigating issues, risks and
project conflicts.

• Experience working with government agencies is a plus

• Microsoft Word, PowerPoint

• Microsoft Excel

• Visio

• Must have strong communication skills; both written and spoken

• Must have ability to work in a team environment



*Required skills:*

4+ years of functional requirements definition, system testing, and system
delivery

4+ years of PeopleSoft Financials functional experience

4 year college degree or equivalent technical study.





*Strongly desired skills:*

Active PMP certification





**

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


[android-developers] Urgent Need :: Hyperion Consultant @Owings Mills, Maryland, USA

2016-08-11 Thread satish kumar
Hello,



Hope you are doing great!



Please review the following Job Description and share me Details below if
you find comfortable for this position...





*Role: Hyperion Consultant*

*Location: Owings Mills, Maryland, USA*

*Duration: 6+ Months*



Experience: 6-10 Yrs

Detailed job description - Skill Set:

· At least 4 years of hand-on experience in Hyperion

· At least 6 years of experience in Project life cycle activities
on Hyperion development and maintenance projects

· At least 8 years of experience in Software development life cycle

· A qualified CPA

· Functional knowledge of CARS (Cost Application Replacement
System), cost accounting

· Bachelor’s degree or foreign equivalent required. Will also
consider one year of relevant work experience in lieu of every year of
education



Mandatory Skills

· At least 6 years of hands on experience in Design, Development &
Build activities in Hyperion Projects  - MUST



Good to Have Skills

· Strong Knowledge of Hyperion

· Experience in Healthcare domain

· Good communication skills. Should be able coordinate with client
directly

· Technological mindset in ticket resolution, problem management
etc.





*If Interested please Confirm details as shared previously.*



*Full Name *









*Contact Number *









*Email Id *









*Current Location *









*LinkedIn id(If Any):   *









*Open to Relocation *









*Visa Status (visa expiration date) *









*Availability to start  (End date of project)*









*Available for interview (timing)*









*Rate Expectation :*









*Date of Birth*









*Overall IT Exp *









*Overall US work Exp*









*Relevant Experience as per requirement*









*Skype Id*









*Employer detail*









*Current project status(finish/working)*









*Reference – 1*











*Reference - 2*











*   Education*

*Start Year*

*Passing Year*

*University *

*Percentage*

*Bachelors in: *









*Masters in: *





















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

Phone: 609-897-9670 x 2152

Email: sati...@sysmind.com

Gmail: satishsysmi...@gmail.com

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

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


[android-developers] SFDC Administrator_Torrance, CALIFORNIA@ Need Genuine consultant who can provide Work authorization and DL copy along with Profile

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

*SFDC Administrator*

*Location: Torrance, CALIFORNIA*

*Duration: 3 – 6 Months*



*Detailed JD **

Serves as the system administrator for the Salesforce instance and the
associated applications.

Performs system administrator tasks but not limited to: configuring and
maintaining user interface and search configurations; set ups Chatter; sets
up and manages users; manages security and data access; creates and
maintains custom fields; maintains and insures data quality; manages data;
creates, runs and/or modifies reports and dashboards; automates email
administration, workflows and items as necessary; and manages support
processes.

Performs tasks related to code and configuration artifacts deployment
Creates documentation to support management and maintenance of Salesforce
and associated applications.

Provides assistance to developers and testers in order to resolve defects
encountered during the development or testing process.

As needed, gathers requirements, develops and executes test plans and
documents test results.

Provides education on Salesforce, associated applications, processes and
procedures. Educates system users and stakeholders of Salesforce
capabilities and helps developers understand the business impact of
technical decisions.

Develops and maintains business and technical knowledge of Salesforce and
associated applications


*Mandatory skills** ·

Bachelor’s degree in in Information Technology, Computer Science or
Business and relevant work experience in systems analysis/design.

· Experience configuring and administering Salesforce

· Salesforce Administrator and Developer certifications Provide effective
system administration and maintenance of salesforce.com org

· Leverage salesforce.com best practices for platform administration

· Create and Maintain Users, Roles, Profiles, Groups, Sharing Rules for
existing and new Salesforce projects

· Manage sandboxes for new and existing salesforce projects · Knowledge and
experience with configuring alerts, dashboards and ad hoc reports.

· Experience in modeling requirements using at least one or more of the
following: State Diagrams, System Context Diagrams, User Interface
Prototype, Activity Diagram, Workflow Diagrams, External Interface Diagrams
Dataflow Diagrams. · Advanced knowledge of and demonstrated experience with
current relevant technologies used in the development, implementation and
support of software solutions. Languages such as Apex, Html, Visual Forces
Page, SQL \\ Tools SQL, Server, SQL Server db, and Data Loader.

· Advanced knowledge of all aspects of SFDC configuration and
technical/functional capabilities, including all changes and potential
system implications related to the SFDC release upgrades or crisis
situations to define/implement workaround processes, corrective action,
communication, and system clean-up activities.

· Demonstrated experience with Salesforce deployments and using change sets
and or ant scripts, resolving deployment related issues, migration of those
change to multiple Salesforce instances (Dev, QA, Stage)

· Experience in developing and documenting processes, procedures for system
usage and integration.

· Experience creating system maintenance and training documentation.

· Excellent analytical, problem solving and organizational skills.

· Extensive PC software skills including Microsoft Office suite of products
such as Word, Power Point, Excel, MS Project, etc.



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


[android-developers] Urgent Need :: Project Manager with BI Domain@Denver, CO

2016-08-11 Thread satish kumar
Hello,



Hope you are doing great!!!



Please review the following Job Description and share me Details below if
you find comfortable for this position...



*Role: Project Manager*

*Location: Denver, CO*

*Duration: 6+ Months*



Competencies SCRUM, GCP : Agile Consulting

Experience (Years)  10 & Above



Essential & Desirable Skills

Demonstrated understanding and ...

Demonstrated understanding and experience in managing the E2E FP project
with 12-15 members ;

Understands leading-edge digital technologies in BI domain including, but
not limited to, Hadoop, Hive, Pig, Scoop, Acumulo, Scala, Kafka, Spark,
SAS, Tableau, Informatica



*If Interested please Confirm details as shared previously.*



*Full Name *









*Contact Number *









*Email Id *









*Current Location *









*LinkedIn id(If Any):   *









*Open to Relocation *









*Visa Status (visa expiration date) *









*Availability to start  (End date of project)*









*Available for interview (timing)*









*Rate Expectation :*









*Date of Birth*









*Overall IT Exp *









*Overall US work Exp*









*Relevant Experience as per requirement*









*Skype Id*









*Employer detail*









*Current project status(finish/working)*









*Reference – 1*











*Reference - 2*











*   Education*

*Start Year*

*Passing Year*

*University *

*Percentage*

*Bachelors in: *









*Masters in: *

























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

Phone: 609-897-9670 x 2152

Email: sati...@sysmind.com

Gmail: satishsysmi...@gmail.com

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

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


[android-developers] ListActivity "suppress" ActionBar

2016-08-11 Thread Pavel Yermolenko
Hello, I'm trying to learn android programming using "Learn coding on 
Android Studio by making complete apps" video training. One of examples 
realize *"extends ListActivity"* together with *ActionBar*. When I try to 
do the same, it doesn't work. *"extends ListActivity"* suppresses *ActionBar 
*(i.e. it becomes invisible). I've searched on web for a solution but 
without success ... there are solutions, based on specifying of the 
"android:theme" options in manifest file for corresponding activity. 
Unfortunately in my case id doesn't work: once I switch to this activity, 
application fails. Help, please.

-- 
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/6861d8a9-e649-4026-94d0-123b82dd403d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re:ICORE INFOTECH AVAILABILITY LIST (11-08-2016)

2016-08-11 Thread Vijay Icore
 

Dear partner,

This is *Vijay Jakkula*  representing  *ICORE INFOTECH INC*. Currently, we 
have pool of W2 consultants available on  *BUSINESS INTELLIGENCE/DATA 
WAREHOUSE SYSTEMS / DATA STAGE/ UI/AngularJS/PEGA .* 

Most of them are open for relocation. All of them are on C2C.

*Request:* please take a minute and add   vi...@icoreinfotech.com  in your 
mailing list for current and future requirements. Please accept my 
Apologies, if this email is of no relevance to you.

 

*Consultant Name*

*Primary Skill*

*Exp*

*Current Location*

*Prefer Location*

*Re-Location*

*Rate*

*Visa Status*

*Availability*

*Comm. Skills*

*Request for Resume*

*Rahul*

*Pega Developer*

*7+ Yrs*

*Portland OR*

*(97201)*

*CA*

*Open*

*$65/hr On C2C*

*H1B*

*Immediate*

*Good*

*Click for Rahul_Pega Profile 
*

*Kiran*

*UI DEVLOPER*

*6+Yrs*

*New York (10001)*

*Dallas TX*

*Open*

*$58/hr On C2C*

*H1B*

*Immediate*

*Good*

*Click for Kiran_ UI  Prfile 
*

*Sandeep*

*Business Intelligence/Data Warehouse systems./Data Stage*

*9+Yrs*

*Mettawa, IL-60045*

*TX,CA*

*Open*

*$90/hr On C2C*

*H1B*

*Immediate*

*Good*

*Click for Sandeep Data Stage Profile 
*

 

 

*Regards……*

*Vijay ,** Sr. Recruiter**,* *Icore Infotech Inc.*

8726 Town and Country Blvd, Suite 101 Ellicott City, MD 21043.
DIRECT: (443)-233-6264| fax (301) 263-7715 | vi...@icoreinfotech.com | 
www.icoreinfotech.com | Gtalk :icorevijay

**

We respect your Online Privacy. This is not an unsolicited mail. If you do 
not wish to receive our e-mails in future or have received this e-mail in 
error then please reply to the sender with "REMOVE" in the subject line and 
include your email address or domain/aliases to be removed. Inconvenience 
is sincerely regretted

 

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


[android-developers] Need, Java Developer with Very Strong in AWS experience at Miamisburg, OH

2016-08-11 Thread Habeeb
please reply to ray_br...@visionisys.com





*Job Title: Java Developer with AWSDuration: 6+monthsLocation: Miamisburg,
OHTotal Experience: 8*

*Job Description:*

   - 6+ years of experience in developing software with Java/J2EE
   - Extensive knowledge about APIs and ability to design RESTful services
   and integrate with other data providers.
   - Experience with AWS (certification preferred).
   - Experience in AWS resources like EC2, S3, SNS, SQS, Cloud Formation etc
   - Experience in Jetty Web server or similar
   - Experience in build tools such as Gradle/Ivy/Jenkins/Maven
   - Experience with Linux/UNIX systems and shell scripting.
   - Commitment to best practices.




Regards,
Ray
*901-203-2881*

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


[android-developers] Urgent Need-----Automation QA-----EAD or GC or Citizen

2016-08-11 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.



*Automation QA *

*1 year *

*Columbus, OH *

*EAD or GC or Citizen *



Ruby, Cucumber,  Automation Testing, SQL



Top  Skills:

Ruby/Cucumber

Object Oriented Programming

SQL



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


[android-developers] Google android certification

2016-08-11 Thread Jorge Hernan valdivia Torrez
Hi everyone, pls I need to know how much cost the google android 
certification ? I saw this certification in the google I/O 2016 and saw 
 the information in the 
page https://developers.google.com/training/certification/ but for take the 
exam is necessary pay but how much?

pls let me know thx.

-- 
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/cd332a4e-2d1e-4d46-b905-619f623920d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] RE : Urgent requirement - Hadoop Architect

2016-08-11 Thread Amit Sharma
Hi,

We have urgent requirement for Hadoop Architect at Denver, CO.
Kindly share suitable profile.

Job Title : Solution Architect

Location : Denver, CO

Strong knowledge in Hadoop and BI(PL-SQL, Teradata, Tableau)


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


[android-developers] Direct Client Requirements :

2016-08-11 Thread Balu Nela9
​​Direct Client Requirements : b...@pronixinc.com


Senior Hadoop Engineer/Architect  and must be strong Backend developer with 
Analytics, Java and Horton
​
Location:  Center City Philadelphia PA
Rate:  $60/hr W2
Duration:  6 month contract with extensions
ONSITE/INPERSON IV WILL BE REQUIRED


AEM Administrator
location  : Plainsboro, NJ
Duration: 6 Months +


Desktop engineer 
NYC,NY - Financial Client
Duration: 6+ Months



Pega Developer Lead
Location: San Jose, CA
Duration: Long Term



Senior Java and Data Software Engineer
Location: Richmond, VA
Duration: 11-12 months
Rate: $55-60/hr W2(No CTC)
W2/GC EAD/GC/US Citizens

Java/Hadoop Developer(Mid-Level)
Rate 
​:​
$50-55/hr W2 (No C2C)
Location:  Wilmington, DE
​
NEED LOCALS AS F2F IS MUST
W2/GC EAD/GC/US Citizens

 
Talend Architect
Location : Florid
​​
a
​
Duration: 6+ 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/3587b8d2-ee19-4dcd-85ae-e667a910653a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Required:.Net/UI Developer in Omaha,NE(Only US Citizen/GC consultant)

2016-08-11 Thread rahul goswami
Hi,


Please share a profile at rahulg...@onsinteractive.com


*Title   : UI Developer (.Net)*

*Location   : Omaha, NE*

*Duration  : 6 Months*



3+ years experience in .NET Framework, JQuery,AJAX,Javascript framework for
client side scripting, HTML 5, CSS, Bootstrap



Experience working with Kendo UI controls (specifically grid, chart
controls) will be a plus.



Agile project experience will be an added advantage,Very good communication
skills, aptitude to learn new skills/technologies is a must.



Should have at least 8 years' experience in high traffic web development in
C# and ASP.NET  and experience in:



· JavaScript, CSS3, HTML5, AJAX, jQuery

· Front-end development optimized for speed and cross-browser
compatibility

· .Net 4.5 and MVC 5

· Web services such as Restful and WCF, ADO.NET  and
SQL Server

· Code management solutions (e.g. Team Foundation Server)

· Drafting UI design concepts and converting visual designs to HTML

· Development within an Agile, SCRUM-based environment

· Experience in .NET development using C# will be a plus.




*Best Regards,*

*Rahul*

*Sr. Technical Recruiter*

*Ons Interactive solutions*

*Accelerating Customer Growth…*

*Global Locations: US-Canada-India*

*US T: 201-383-2812*

*F: 203-779-1102*

*Email: rahulg...@onsinteractive.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/CAA0vNTFjeSRkEQWfOX4%2Bjn3r2W8TX1HBi8uoX2TRp8f%2BwbGSLQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] looking for Requirements Analyst ..... 6-12 month contract ....Lawrence, KS ||

2016-08-11 Thread Mohammad Wasim
*Position*: Requirements Analyst

*Client:* Computerized Assessments & Learning

*Duration*: 6-12 month contract

*Location*: Lawrence, KS


*MUST BE LOCAL* to KC area or Lawrence area.





*Position Summary:* The Requirements Analyst analyzes the requirements,
resources and demands of the software business and provides solutions to
increase the efficiency of the business; provides a comprehensive outlook
about a software business; documents solutions regarding problems of
customers and works towards improving the output of the business. The
Requirements Analyst will be the functional expert on the Assessment
Delivery application and will be the sole point of contact between the
business unit and Development.

*Position Qualifications*

*Education:*

   - BS in Computer Science, MIS, or equivalent experience preferred


*Experience:*

   - Minimum 5 years experience in software business analysis and project
   management is preferred
   - Proven project management and leadership skills, including the ability
   to gather clear business requirements
   - Proven ability to develop, document and maintain operational policies
   and procedures, including the designing and documenting detailed process
   flows, and the development of operational performance and quality metric
   standards and reports
   - Proven experience working with Excel and developing and maintaining
   various analyses and reporting tools

*Certifications, Licensure or Special Training:*

   - Adept at working in agile environments and ground-breaking efforts to
   build a strong team


*Skills:*

   - Must be detail oriented, willing and able to “roll up their sleeves”
   to achieve results while possessing integrity and leadership skills with
   sound business ethics.
   - Excellent verbal and written communication skills and the ability to
   interact professionally with a diverse group, executives, managers, and
   subject matter experts
   - Advanced skills in Microsoft Office applications, specifically Word,
   Excel and Outlook
   - Knowledge of MS Project
   - Strong organizational and time management skills
   - A strong understanding about business process management
   - A strong understanding about how a software company works
   - Ability to identify weak spots in requirements management
   - A strong technical knowledge about Online Assessment Delivery preferred
   - Experience with Atlassian products (Jira and Confluence) preferred


*Knowledge:*

   - Analysis and Reporting
   - Business Planning and Management
   - Customer Focus and Relationship Building
   - Information and Technology Proficiency
   - Problem Solving and Decision Making
   - Technical Industry and/or Professional Expertise



**

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


[android-developers] Puppet Engineer || Morrisville, NC || No H1B

2016-08-11 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..



Puppet Engineer

Phone And Skype

Rates are $50/hr

Morrisville, NC

No H1B



Job Description
The Engineering Continuous Integration and Delivery Services team at Cisco
needs a DevOps Engineer well-versed in CI/CD concepts and has experience in
installing and maintaining these types of systems. As a DevOps Engineer
they will be responsible for working with developers to automate and
accelerate testing, release, and deploy applications into a runtime
environment quickly and reliably. They will be able to develop
configuration management modules, scripts, and applications to facilitate
ease of maintaining existing CI infrastructure as well develop new features
and functionality.

Required
4-5+ years of recent Linux/Unix administration with emphasis on RedHat
3+ years of development experience (Python, Java, etc)
Previous experience in maintaining and deploying VMs in OpenStack
Working experience on software projects developing/deploying and supporting
enterprise level applications
Experience with developing scripts (Python/Bash) and automation tools to
build, integrate, and deploy software
Experience with Continuous Integration/Configuration Management platforms
and tools to automate infrastructure provisioning and change management
(Puppet required)
Previous experience in deploying and administering applications in an
organizations DMZ network
Prior experience in applying security updates/patches to Linux systems
Knowledge of tuning Linux (RedHat 6 and 7) virtual machines
Strong understanding of application development methodologies and ability
to implement development / deployment / monitoring workflows and processes
through the automated frameworks
Proven experience with troubleshooting in a diverse technical environment
Basic understanding of networking (OSI layers, DNS, etc)
Can identify basic scalability pitfalls
Available to handle support cases
Learns new things quickly

Desired
Programming experience in Java/J2EE is highly desired
Previous experience maintaining a Jenkins, Artifactory, or SonarQube server
Previous experience in developing automation workflows with OpenStack,
Docker, and Puppet
Agile Scrum methodologies
Has a GitHub account and contributes to open-source projects



*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/CAC9nPn0yaGWa4_%2BA%2BS-2w4Hk6ms_3Yxicqc_79%3DxzY3S93BN9w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Change Management Consultant || Columbus, OH

2016-08-11 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..



Local candidates Highly preferred

Only one submittal will be accepted so please send only your top candidate.



Change Management Consultant

Location: Columbus, OH

Duration: 1 yr

Phone Interview



Skills:

Seven years of experience in the field or in a related area;

Demonstrates expertise in a variety of the field's concepts, practices, and
procedures;

Experience and knowledge of change management principles, methodologies and
tools;

Solid understanding of how people go through a change and the change
process;

Relies on extensive expertise in a variety of the field's concepts,
practices, and procedures;

Relies on extensive experience and judgment to plan and accomplish goals;

Performs on extensive experience and judgment to plan and accomplish goals;

Performs a variety of tasks;

May provide consultation on complex projects and is considered to be the
top level contributor/specialist;

A wide degree of creativity and latitude is expected.





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

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


[android-developers] Urgent Need:::::Phone hire || SDET consultant

2016-08-11 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..



SDET consultant

Austin , TX

Phone hire



*My client prefers candidates who know C#, Selenium Webdriver, and
automated testing.*



Responsibilities:
- Work closely with clients and Product Owners to continually refine
software test requirements and provide feedback on user scenarios
- Work closely with Scrum team members to clarify requirements, ensure
testability and automation, to provide feedback on design (functional and
technical)
- Contributes to impact assessments from Feature enhancements on system
level interactions, and existing automated test suites
- Conducts In-sprint Test Design, Test planning Test automation
development, and Test execution and Participates in Test Case Reviews
- Conducts Manual Testing, and uses Exploratory Testing to uncover
weaknesses in their test approaches
- Writes automated tests for high availability and highly scalable
applications which will be used by both internal and external customers.
- Provides Test consultation to Scrum team members to assist them in
developing robust Unit Test suites
- Works closely with the global development team, Solution Architects, and
the Online Product Engineering group to plan ongoing infrastructure needs,
feature development, product maintenance, and management of development
teams
- Logs defects and make recommendations to address defects. May conduct
performance and scalability testing
- Development responsibilities include doing code review / bug analysis,
analyzing development and test impacts, writing test tools and identifying
automation opportunities

Required Skills:
-Engineering Degree in Computer Science/Engineering, or equivalent
professional experience.
-6+ years of related experience testing web portals and/or ecommerce
applications using Microsoft technologies
-6+ years of experience in various phases of testing, designing, and
developing complex enterprise applications, including automation test
development
-Expertise in most of the following Web API (MS ASP.Net), MVC, WCF, HTML5,
CSS, JavaScript, JSON, SOAP, REST, JQuery, .Net Framework, C#, Web Services
-Practical knowledge of Test Automation tools such as Selenium Webdriver,
Coded-UI
-Familiar with Unit Test, Mock, Test Driven Development etc.
-Strong programming, debugging experience, and excellent problem solving
skills.
-Practice in Agile Scrum methodology
-Good communication skills, including the ability to convey technical
information effectively to both IT and business audiences

Desired Skills:
- Experience with Design Patterns and Object Oriented Design.
- Familiar with Agile Software Development Methodologies (SCRUM).
- Familiar with Test Driven Development (TDD).
- Knowledge of unit testing frameworks such as Microsoft unit testing
framework, NUnit etc.
- Familiar with Performance analysis tools.



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


[android-developers] Hiring for Systems Analyst at West Chester, PA, Need USC, GC and locals only

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



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





*Role :*
*Systems Analyst Location : West Chester, PA*

*Duration : 12+ months   *

*Interview: Phone then Face to Face*



*Rate: $40 MAX*

*USC and GC Only*





The Systems Analyst will be joining the Payment Services team.

*Minimum Qualifications:*

   - Technical Analyst background with some Development and/or *SQL
   background.*
   - Ability to drive user stories and business requirements but must have
   a technical background and able to drive detailed requirements and have SQL
   knowledge and able to see the application from a database and data
   perspective
   - Experience working in a* Java/Oracle environment*


   - Ability to work through details with the Payment application, and be
   able to understand databases, database definitions, and technical
   performance requirements. A *background in financial and payment
   transaction processing is a must* (1-3 years Payment/Financial Systems
   experience))
   - Data modeling skills

*Job Details:*

   - Working as Systems/Business Analyst driving User Stories and
   doing some SQL/Report writing in a technical environment in the Payment
   processing area. They will work with the Business but also understand the
   technical side.
   - Ability to meet with the business teams and discuss what we do and do
   not support today, while driving new features and troubleshooting issues.
   - Have understanding of the database view of the application, be able to
   learn the Payment domain, be able to write queries, understand SQL, pull
   data from database, understand how payment system works, Ultimately they
   need to be able to meet with the business teams and discuss what we do and
   do not support today, while driving new features and troubleshooting issues.


Responsible for the design and development of IT systems. Develops design
and functional specifications, produces deliverables related to the
project(s) assigned and assists in post implementation support and system
enhancements. Responsible for selecting appropriate C.A.S.E. tools to
develop systems and software. Responsible for gathering, compiling and
synthesizing information with regard to technology processes or systems.
Possesses experience in minicomputer or client/server environments
including the implementation and support of resource planning, sales
automation, marketing, financial and distribution systems. Bachelor?s
Degree in Computer Science, Information Systems, or other related field. Or
equivalent work experience. Typically has 6+ years of systems
analysis/programming experience.



NOTE:

Top three skills needed are:

   - Payment systems knowledge
   - Technical knowledge (data models, database, SQL)
   - Verbal and written communication skills (strong communicator)





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


[android-developers] Hiring for QA Automation Specialist at Morrisville, NC

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



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





*Role :* *QA Automation Specialist*

*Location : Morrisville, NC*

*Duration : 6+ months   *

*Interview: Phone then Skype*





*The most important skills needed for this role include:*
Automation excellent knowledge of testing tools for web applications and
automation testing frameworks
Strong QA/testing background with ability to derive robust automated tests
from capturing requirements from technical team and users
Testing ownership and initiative to find, report, and drive bug resolution
Experience or exposure to an Agile testing environment including Continuous
Integration Continuous Deployment (CI/CD) - Test Driven Development (DEV
and QA delivered in same cycle)
Strong communication (written and verbal) and team collaboration skills
Job Description:
This experienced software testing professional will be expected to perform
a variety of quality assurance tasks to ensure that our software products
meet quality standards and end-user requirements. While working as part of
a cross-functional project team composed of developers, project managers,
product managers, and support personnel, our QA personnel help shape the
quality and stability of our software products while making continuous
operational improvements to maximize testing coverage and reduce testing
cycle time.
As a QA Automation Specialist, you will work with the test engineers to
design, develop and maintain automation frameworks for effective and
efficient test execution in an Agile environment for web applications. You
will be responsible for developing new automation scripts and/or modifying
existing automation scripts developed using various testing tools and
in-house Automation Frameworks. You will perform as a technical/business
consultant with clients, analysts, programmers and team members to solve
complex business problems.
Experience Requirement:
-Bachelor's degree in Computer Science, MIS, related field or equivalent
experience
-Minimum of 4+ years of experience developing automated tests
-*Minimum of 3+ years of experience with Ruby*
-Minimum of 2+ years of experience in automation of web applications
-
*Minimum of 1-2 years of SQL developer experience and writing complex SQL
queries *-Strong experience testing back end database applications (DB2)
-Mobile testing experience (Android/iOS)

*Key Responsibilities*
-Work with QA Team Members to coordinate testing activities and optimize
test cycles
-Own product areas to find, report and drive bugs that are found
-Participate in the planning, design, estimation and development of
software (tools, automation, features)
-Creating scripts to compare and validate testing requirements
-Setting up data, tools, databases, and applications
-Using SQL commands to analyze data in relational databases, prepare data
for testing purposes, and validate data integrity
-Providing QA and automation leadership on Agile project teams
-Partnering productively in a cross-functional team environment with
minimal supervision
-Multi-tasking across projects and tasks where flexibility will be expected
-Comfortable dealing with and taking on ambiguous technical challenges
-Managing time, priorities, and negotiating tradeoff alternatives
-Communicating effectively
-Establish collaborative relationships with other teams to ensure success
of project test phases

*Preferred Qualifications*
-Experience building automated testing solutions using automated web
testing tools such as Cucumber (BDD) and Selenium Webdriver
-Experience with defect tracking systems, version control systems, and test
management systems
-Candidate should be a high-performing test automation expert and having
the ability to train and mentor others on the implementation of various
test automation frameworks as needed.
-Advanced knowledge of test automation tools, frameworks, design
approaches, and effective implementation techniques
-Self-starter and quick study that can work independently and
collaboratively
-Strong communication & documentation skills - Ability to communicate and
document status and complex issues effectively.





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


[android-developers] Need :: IBM web content manager at Mooresville,NC

2016-08-11 Thread alan james
Please reply* alan_ja...@visionisys.com  *



*Hello,*



Hope you are Doing Good.



This is Alan James from Visionisys Inc



Please take a look the Job description given and let me know if you are
interested reply with your most updated resume ..



Job Title

*:*

IBM web content manager

Job Type

*:*

Corp-to-Corp

City

*:*

Mooresville

State

*:*

NC

Total Experience

*:*

7

Interview Type

*:*

Phone / skype

Primary Skills

*:*

IBM Websphere Commerce Experience.

Other Skills

*:*

Description

*:*

Requirements:
•Bachelor’s degree in Computer Science, CIS, or related field.
•5+ Years IBM Websphere Commerce Experience.
•IBM Websphere Commerce Developement (V7)Management Center experience
is a plus for customizations.
•Customer Segmentation/Promotions experience also a plus
Must Have Skills
5+ Years IBM Websphere Commerce Development Experience







Thanks & Regards,



*Alan James*

Ph: 972-427-1708

Visionisys Inc

Email: alan_ja...@visionisys.com  || www.visionisys.com

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

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


[android-developers] Urgently Required E-Commerce Architect

2016-08-11 Thread Recruiter Astuteone
 

 

Hello Partners,


Greeting from *AstuteOne!!!*


Hope you are doing Great. I have an urgent requirement with our direct 
client*. *If it is suitable to you please revert back to *sari...@astuteone.com 
 *with your updated resume.


*Job Title: E-Commerce Architect*

*Location: San Francisco, CA *

*Duration: 1 year *

 

*Responsibilities*


Develops reports and presentations on technology products and new 
technology for all levels of management and technical staff. Organizes and 
controls the activities of the section, assigns personnel to the various 
projects and directs their activities. Coordinates the development of the 
overall project plans and timetables.

Ensure solution architecture definition is aligned with enterprise and 
domain strategies, and functional and technical requirements.

Produce and maintain architectural models for initiatives within the 
eCommerce domain.

 

*Required Skills and Qualifications *


7 to 10 years’ experience designing and delivering high volume customer 
facing systems.

7 to 10 years of experience in managing and/or directing multi-project 
development teams.

Demonstrated ability to effectively *implement large-scale eCommerce 
solutions* incorporating the following capabilities: *Security tokens, 
digital certificates, identify and access management*, *Content Management, 
Personalization, Rich Internet, Cascading Style Sheets, Test Automation, 
various Java-based frameworks, decision engines, etc. *

Experience using cutting edge technologies such as *Drools, Struts/Springs 
frameworks, Distributed Caching, and Restful processing.*

*TOGAF (The Open Group Architecture Forum) Certification is a must.*

CTP (Certified Treasury Professional) Certification is desired.

Deep understanding of *online and mobile transaction applications* within a 
*large 
Banking Institution.*

Deep technical understanding of variety of *portal technologies* in the 
market place.

Working in a matrixed reporting global organization.

Must be deadline oriented, able to identify risks and quickly resolve 
issues. 

Must be able to work with minimal supervision.

 

*About Us*

AstuteOne headquartered in The Woodlands, Texas focuses on custom 
application development in Enterprise Performance Management and Business 
Intelligence, SAP project Implementation services, Business Analytic 
solutions and Project Management Services. We are client centered and 
provide options to ensure that we deliver the most for our clients and 
customers by providing the most efficient applications in a well-timed 
manner. With vast experience in applications for SAP ERP, EPM, BW, HANA, 
Business Analytics, and the Cloud, we help clients attain value from their 
applications as measured by increased return on investment and decreased 
total cost of ownership.

 

Thanks & Regards

*Saritha | *Team Lead

*AstuteOne Corp.*

D: 832-706-0160

E: sari...@astuteone.com 

www.astuteone.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/b4b5d27a-f559-4bef-8bb7-fb0912226c25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] immediate looking for System Admin with Altiris ..... Atlanta, GA ..... 12+ Months ......Any Visa is OK but no H1B ||

2016-08-11 Thread Mohammad Wasim
*System Admin w/ Altiris*

*Atlanta, GA*

*12+ Months*

*Client : Genuine Parts Company*

*Phone/Skype Hire*



*Any Visa is OK (But NO H1’s) !!*



*Requirements :*



· *Experience with Symantec Altiris.   7.5 or higher is preferred.*

   - Strong working knowledge of computer hardware, software and peripheral
   devices in a diverse environment
   - Desktop content management
   - Server content management
   - Microsoft Office Tools (MS-Word, Excel, Outlook)
   - Remote Desktop Management
   - Windows Operating Systems
   - Altiris Systems Management Suite
   - Security Protection Systems (Symantec)
   - Email / Mobile Systems (Exchange/Outlook/Blackberry/Smart Phones)

Advanced Operating Systems Management (Windows / Unix



**

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


[android-developers] URGENT POSITION:Phone than F2F Interview:Sr. DevOps Engineer in Seattle!|WA

2016-08-11 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: Sr. DevOps Engineer*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Seattle|WA*

*DURATION:4-6 MONTHS*

*START :ASAP*





*Job Overview:*

Please only local candidates. They are looking to hire immediately.



Looking for an ambitious Systems Engineer with a love for automation who
thrives on getting tough, real-world problems solved with a smart,
motivated team. This role involves managing a highly dynamic environment
and working as part of a team in support of operational and project related
activities. Provide technical and operational support to other departments
and teams as required in support of business objectives.



• 3+ years’ experience providing continuous integration
& continuous delivery solutions.

• Expert Linux/Unix Server engineer

• Support of a large-scale ecommerce environments.

• Subject matter expert in multiple technologies
chiefly in

o   Automation(Chef/Puppet)

o   JAVA application stack

o   Tomcat and/or Apache Web servers

o   Networking as it pertains to web infrastructure (load balancing, DNS,
routing, VPNs)

o   Web application architecture (three tier, high availability,
distributed architecture)

o   Build environments and SDLC (Hudson, Jenkins, Ant, Maven, Scrum, etc…)

o   Disaster recovery and business continuity planning

o   Systems Monitoring (SCOM, App Dynamics, etc...)

o   Log aggregation (Splunk, etc...)

o   Datacenter operations

o   Cloud PAAS (AWS, Rackspace Cloud, Google Compute, etc…)

o   Virtualization (VMware)

• Ability to be flexible, adaptable and learn new
concepts quickly

• Perform in depth root cause analysis of performance
degradation and outages using tools like Splunk, AppD, Netmon/Wireshark,
Permon

• Self-motivated and highly self-directed.

• Experience in providing 24x7 support.


-- 



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


[android-developers] Updated Hotlist

2016-08-11 Thread Recruiter Astuteone


Hello Partner,

 

Greeting from* AstuteOne!!!*

 

Hope you are doing good. Please find the updated Hot-list of consultant with
* AstuteOne*. They are technically strong and can attend face to face for 
local positions.

if you have any suitable requirements for below mentioned skill, feel free 
to reach me on *sari...@astuteone.com  or 832 706 
0160*.

 

#

*Skills Set*

*Experience*

*Visa*

*Current Location*

*Relocation*

1

SAP - BI/BW/HANA/BPC Consultant

6+years

H1B

Houston, TX

Yes

2

Oracle Apps Techno Functional Consultant

8+years

H1B

Warren, NJ

Yes

3

Lead Testing Specialist (QA) & Business Analyst

13 years

H1B

Quincy, MA

Yes

4

SAP Analytics & HANA Consultant (BI/BW, HANA, BOBJ & BODS)

8+years

H1B

Merck, NJ

Yes

5

SAP - Security & GRC

7 years

H1B

Houston, TX

Yes

6

Tableau, Qlikview, SAP BOBJ

6+years

H1B

Houston, TX

Yes

 

 

Please add *sari...@astuteone.com * into your 
distribution list & send me all open requirements.

 

 

 

Thanks & Regards

*Saritha | *Team Lead

*AstuteOne Corp.*

D: 832-706-0160

E: sari...@astuteone.com 

www.astuteone.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/b0d3054b-523b-40df-9457-4705e814422c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need :: Tableau Admin @West Chester, PA

2016-08-11 Thread satish kumar
Hello,



Hope you are doing great!


Please review the following Job Description and share me Details below if
you find comfortable for this position...



*Role: Tableau Admin*

*Location: West Chester, PA*

*Duration: 6+ Months*



Competencies SQL Server 2012 Development, D ...

Experience (Years)  6-8



Desirable Skills Job Description:  Expertis ...

Job Description:  Expertise for Tableau server administration.

 Sitemigration process Knowledge  Bug fix specifically in production and
enhancement capabilities

 Adequate knowledge on Integration of different data sources and
connectivity parameter setup in Tableau

 Knowledge of tickets/service request handling process , SLA adherence etc

 RCA and POR identification

 OS specifically windows server configuration and recycling knowledge.

 Knowledge on Tableau products including tableau desktop and all,
Environmental setup, patch upgrade, utilities knowledge.

 User management

 Create/Manage Groups, Workbooks and Projects, Database Views, Data
Sources and Data Connections

 Add/Edit Sites and corresponding administration rights (System vs.
Content)

 Create/Modify/Manage server task schedules

 Monitor server activity/usage statistics to identify possible performance
issues/enhancements

 Run cleanup and create backups of the database

 Upgrade server software

 Enforce policies; assist users with workflows

 Work with program manager as necessary regarding issues such as server
down-time, versioning

 Provide Tableau support to users

 Set up documentation for policies & procedures (workflows) in SharePoint
tabs for:

 Administering the servers

 Licensing

 Access layer information based on types – Viewer; Interactor; Guest

 Who gets what Type

 Logs and Temporary Files

 Report publication from lower to higher environment

 Escalation Matrix follow up process related experience



*If Interested please Confirm details as shared previously.*



*Full Name *









*Contact Number *









*Email Id *









*Current Location *









*LinkedIn id(If Any):   *









*Open to Relocation *









*Visa Status (visa expiration date) *









*Availability to start  (End date of project)*









*Available for interview (timing)*









*Rate Expectation :*









*Date of Birth*









*Overall IT Exp *









*Overall US work Exp*









*Relevant Experience as per requirement*









*Skype Id*









*Employer detail*









*Current project status(finish/working)*









*Reference – 1*











*Reference - 2*











*   Education*

*Start Year*

*Passing Year*

*University *

*Percentage*

*Bachelors in: *









*Masters in: *























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

Phone: 609-897-9670 x 2152

Email: sati...@sysmind.com

Gmail: satishsysmi...@gmail.com

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

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


[android-developers] URGENT REQ *** HADOOP LEAD ***** TX/ CONTRACT

2016-08-11 Thread tejasri surapaneni
Hi,




*Position: Hadoop lead Location: Richardson Texas Duration of contract* 6
months Years of Experience* 10+years.*

*Domain* Insurance, HealthCare*



*Job Description:*


Detailed JD * Big Data developer with good hands on experience on
techonologies like Apache Hadoop, HDFS, Hive, HBase, Scoop, MapReduce
Programming etc. Two persons for HCSC account should have experience of
working in Agile projects.

Mandatory skills* Big Data, Hadoop, Agile, Map Reduce Programming, Hive,
HBase, HDFS
Good to have skills* Unix Scripting
Domain* Insurance, HealthCare



*Tejasri Surapaneni (Teju)*

Desk No-609-853-0818 Ext-2162

Fax :   609 799 5746

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


[android-developers] Looking for Business Systems Analyst, Oracle E-business Suite and Oracle Fusion HCM in San Jose, California

2016-08-11 Thread SALMA BHAT
Hi Partners,

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



*Skill Set*

Knowledge of HR technologies preferably in Oracle E-business Suite and
Oracle Fusion HCM

*Work Location*

San Jose, California

*Special Instructions*

NA



*Job Description*

DETAILED JD:

Job Title: Business Systems Analyst, HR





* Location: San Jose, CA Start Date: 1st Sep 2016 Duration: 7 months to
start with *

Job Responsibilities

Obtains and maintains in-depth knowledge of existing HR processes and
systems. These systems cover the following functions of HR: Benefits,
Compensation, Talent Acquisition, Talent Management, HR Operations,
Employee Relations, Organization Development and Workers Compensations.

Collaborates with key team members to ensure solution meets requirements
and gain an understanding of the context and impact of the solutions to the
business operations.

Coordinates technology related HR projects Documents procedure and policy
changes from current state model showing future state impacts of projects
and/or configuration changes. Documents process flows for current and
future state processes Responsible for change management as it relates to
HR department

Acts as a resource to HR team members
Facilitates resolution of HR technology issues on behalf of HR stakeholders
Performs routine and complex configuration work in support of the HR
functions. Partners with Payroll, Finance, Human Resources and Information
Technology SMEs to identify opportunities to create more effective and
efficient processes. Provides HR technology training to staff members at
all levels of the organization Performs UAT testing as needed for HR
technology implementations and software upgrades and patches.

Serves as Tier Two support related to HR technology issues Responsible for
development and coordination of HR analytics and data reporting to support
the various functions and businesses. Collaborates with HR and key team
members in Finance and Information Technology areas to ensure delivery of
consistent and relevant HR reports. Designs, develops and interprets
reports and dashboards which clearly and concisely show key workforce
trends and problem areas.

Construct reports/graphs that show status, trends, cost, volume,
benchmarks, as well as opportunities for improvement in various HR
activities. Qualifications: A bachelors degree from a recognized college or
university with major course work in business administration, computer
technology/science, Human Resources or a closely related field is
preferred.

Substantial work experience and/or professional certifications may be
substituted in lieu of a degree. Minimum 7 years of HR and/or technical
experience with progressive responsibility.

A good understanding of HR policies and process flows

Project management experience preferred

Knowledge of HR technologies preferably in Oracle E-business Suite and
Oracle Fusion HCM

Solid analytical skills and demonstrated ability to solve problems quickly
and creatively Experience acting as liaison between operations and
technical functions ensuring proper documentation of systems functions and
capabilities and facilitating the training of staff. Demonstrated attention
to detail and quality of work delivered Ability to work to tight deadlines
and to prioritize a large number of conflicting and frequently changing
priorities. Experience developing reports and dashboards utilizing report
writing software (i.e. Business Objects and Tableau) preferred The
successful candidate should be highly motivated, a quick learner and has
desire to take initiative Excellent organizational skills as well as oral
and written communication skills Ability to work unsupervised, exercising
moderate degree of discretion and independent judgment.

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


[android-developers] Looking for Tibco Senior Developer(Domain Life Sciences) in Dallas, Texas, USA

2016-08-11 Thread SALMA BHAT
Hi Partners,

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

*Skill Set*

TIBCO BW, TIBCO BE, TIBCO EMS, TIBCO BC

*Work Location*

Dallas, Texas, USA

*Special Instructions*

NA




Years of Experience 4-5
Detailed JD Client Role : Senior Developer Onsite Infosys Role : Technology
Analyst Responsibilities to be handled: · As-Is Analysis · Requirements
Elicitation and participate in requirements analysis. · Creation of High
Level Design document · Co-ordinate with Essilor Business/Technical SME’s
for query clarification and issue resolution. · Co-ordinate with offshore
team. · Technical Design and development of Solution Components · Create
test scripts and test Data. · Execute test scripts and report test/defect
status · Generate testing logs · Fix defects · UAT Support and defect fixes
· Deployment and Go-Live support
Mandatory skills TIBCO BW, TIBCO BE, TIBCO EMS, TIBCO BC
Good to have skills Other TIBCO products
Domain Life Sciences


Work Location Dallas, Texas, USA
Background check process to be followed: Before onboarding / After
onboarding: BGV Agency: BG check required before onboarding and even the
Drug test (10 panel drug test). BGV Agency is ADP.

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


[android-developers] RE : Pentaho Developer

2016-08-11 Thread Amit Sharma
Hi,

We have urgent requirement for Pentaho Developer at Denver, PA.
Kindly share suitable profile.

Job Title : Pentaho Developer


Location : Denver, PA

Must have Pentaho or any ETL tool (Informatica, Ab–Initio…) skillset
experience.
• Good experience in Oracle PL-SQL.
To write and understand complex queries.
• Should be able to understand and write complex unix scripts.
• The person should be able to understand the business situation and
deliver quickly.
• The Individual should be able to work independently
• Good communication skills.
• Should be able to adapt to agile methodology really quick and be able to
be on scrum calls
/ daily stand up and provide proper feedback and raise issues and concerns
accurately.

Regards,
Amit
It Recruiter ! Sysmind
email-am...@sysmind.com 
Phone No.-609-897-9670 x 2160
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/CAOn0AE4OxK6XwJbeo3MfNbzPEm3NEkQHJRqYHXfoV_1weF%2BrFA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for Talend DI consultant

2016-08-11 Thread Sudhakar Reddy
i ,

Hope you are doing great,

My Self,  *Sudhakar* from *HCL Global Systems Inc*. We have a requirement
for Talend DI consultant* for *Richmond,VA

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
*





*Title: **Talend DI consultant*

*Location: Richmond,VA*

*Duration: 6 Months +*



Job Description:

Key skills required for the job are:

   - Talend DI (Mandatory)

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.

*Mandatory Skills:* Talend DI Data Integration, ETL, Unix Shell Scripting

*Desirable Skills:* Java-J2EE *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/CAGxT0BT40B0mCoLbjWMsByvwZDhmr98jh98Rfm%3Dg-%2Bi8qnHuew%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need---UI Front End/Angular Developer----EAD or GC or Citizens

2016-08-11 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.



*UI Front End/Angular Developer *

*Minneapolis, MN *

*6 Month Contract*

*EAD or GC or Citizens*



Job Requirements



• Client-side logic-less templates, like Mustache or Handlebars

• Experience with MVC frameworks ( Angular.JS, Backbone.JS, Ember.JS)

• Experience with React.js

• Unit testing or functional testing

• Client- or server-side JS performance optimization

• Responsive layouts, and coding for all screens

• Working experience with JavaScript in the browser

• Experience with Node.js on the server

• Thorough and recent experience with HTML and CSS

• Current and detailed knowledge of browser peculiarities and how to work
around them

• A disciplined approach to development, documentation and file structure

• Strong visual design sense and excellent taste



Basic Qualifications:



• BS in Computer Science (or a related field) and 4+ years of related
industry experience (or MS and 3+ years)

• Strong communication skills

• Ability to work in a dynamic, fast-paced environment that requires the
individual to simultaneously manage several tasks, while paying attention
to detail and quality

• A constant desire to improve and learn



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


[android-developers] Urgent Need---Technical Writer Need Local------EAD or GC or Citizens

2016-08-11 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.



*Technical Writer *

*Location – Redmond, WA – need only local candidates*

*Duration – 3 months*

*EAD or GC or Citizens*



General Requirements:

-   Deliver high quality documentation with high attention to
details

-   Grasp complex technical concepts (high level) and convert them
to an easily understandable format such as text/pictures

-   Create and/or maintain information architecture presented
and/or requested

-   Ability to understand documentation requirements

-   Experience with creating and/or understanding of end-user
tutorial/step-by-step guides



Technology Areas Requested:

-   Exchange Security

-   SQL Security

-   SharePoint Security

-   Internet Information Services Security



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%2BorDsO%3DzW-DC1ZkbFB2G--T-8Vy%2BV%3DP10rqqn%2Bqu4mBykPQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] UX Designer with Healthcare

2016-08-11 Thread Manisha Nityo
Hi ,

Hope you doing Well !!!

Here is our *Implementing partner Requirement*, Please go through the below
requirement and let me know your interest.



*Role: UX Designer with Healthcare*

*Location: Baltimore, MD*

*Work Location: 9+ Months (extension possible)*

*Interview: Phone/ Skype *

*Years of Experience: 8+*

*Domain:- Healthcare *



*Required Experience and Technical Skills*:

*Mandatory:-*UX Design & Development, AngularJS

·   Solid understanding of UX concepts and design, and a mix of
healthcare knowledge

·   Experience on user interface design and UX concepts.

·   Maintain style guide across applications

·   Build the user interface, based on the business/functional
requirements

·   Background on the technical aspects - experience with developing
Webapps, newer technology like AngularJS will be preferred.

·   Very good written and verbal communication skills



*Thanks & Regards,*

*Manisha Budhwar*

Recruiter

Nityo InfoTech .

Desk No-609-853-0818 Ext-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/CANOPGKxfNTArWL_VJSYbAWM1--5m4P1%2BbOZz4Sf7UtKd9ZFexQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

2016-08-11 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_idfaYZm9qt1nvVM0_cXbt4Bv6qAwifxsdjJ%2BeXU86Kw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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


[android-developers] Automation Test Analyst

2016-08-11 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* *Automation Test Analyst *

*Location: Houston, TX*

*Work Location: 6 Months (extension possible)*

*Interview: Phone/ Skype*

*Years of Experience: 8+ Year*

*Note: Please attached Visa Copy & Id proof With Resume*



*Required Experience and Technical Skills*:-

*Skill : UI Automation capabilities, Sales Force application knowledge is
preferable*

Has experience in automating UI applications, set up jobs on Jenkins and
use GitHub.
· Knowledge of SalesForce Application is an advantage
· Create test scripts, execute them, fine tune them for efficiency,
document results. Document any variance (defects etc.) per the test
protocol.
· Work effectively with the required teams to resolve associated defects
and retest within the test cycle window.
· Work effectively with stakeholders to ensure open and timely
communication regarding the project test plan, timelines and defect
remediation.
· Must be thorough and detail oriented, must be able to accomplish multiple
tasks effectively, meeting tight deadlines
• Ability to work in team in diverse/ multiple stakeholder environment
• Strong Technical and Analytical skills
• Experience and desire to work in a Global delivery environments
· Good interpersonal and communication skills, both oral and written.

*Thanks & Regards,
  *

*Manisha Budhwar *

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


[android-developers] how to create custom tabs with custom tab indicator using tab layout

2016-08-11 Thread pradeepkumar reddy
How to create custom tabs with custom tab indicator using tab layout.

 The following is the layout which includes tab layout :-
-


http://schemas.android.com/apk/res/android;
xmlns:app="http://schemas.android.com/apk/res-auto;
android:orientation="vertical">

http://schemas.android.com/apk/res/android;
xmlns:app="http://schemas.android.com/apk/res-auto;
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#DADEE0">















The following is the custom tab layout :-



http://schemas.android.com/apk/res/android;
android:layout_height="wrap_content" >








By using the above layouts, i'm getting some space on the left side of the 
tab indicator. how to get rid of that space ?

-- 
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/f227fc45-c6b3-4fee-8e47-a118e7041d1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] #TWEETCHAT SUMMARY: OUTSOURCING BUSINESS SERVICES – EFFECTIVE OR NOT?

2016-08-11 Thread Vara lakshmi992
In this tweetchat, we discussed around the effectiveness of #Outsourcing of 
#BusinessServices.

click here : #TWEETCHAT SUMMARY: OUTSOURCING BUSINESS SERVICES – EFFECTIVE 
OR NOT? 

-- 
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/54919a43-e527-4b5c-a55c-9219bb60834d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Checking new app version from Google playstore programatically

2016-08-11 Thread Jason Christian
Hello,

I'm currently developing an Android App and one of the feature of the app 
is to check for available new version programatically from Google playstore 
and inform the user if there's a new version available. I am currently 
using JSOUP to retrieve the app page's HTML content and look for the tag 
"itemprop=softwareVersion". I could then compare the version code within 
the HTML tag with the one I have on the device.

One of the examples: 
http://stackoverflow.com/questions/25201349/programmatically-check-play-store-for-app-updates

Unfortunately, when I checked the app's playstore page's HTML source code, 
I didn't find any div tag that contains "itemprop=softwareVersion" in the 
source code, which means that the example cannot be used anymore. Is it 
true that Google changed the playstore page's source code?
If so, can you suggest any other way to programatically check for available 
new version from google playstore?

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/ce2e107a-99fd-44b8-8d67-45b994e80b72%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to integrate app billing?

2016-08-11 Thread Shahriat Hossain
Hi there,
I am new android developer. I am making an app where I want to make some 
part of the app free and some part for purchase. For example I have several 
buttons to pick small icons, I want to disable some buttons to pick icons 
which I want to make enabled if user purchase them. But I don't know how to 
do it. Can any body suggest me some tutorial where I can get the idea how 
to integrate app billing option for this enable disable feature for my app?

Thanks in advanced!

-- 
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/73569114-7cc0-4642-88e8-57cec79e79e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Android Studio Freezes

2016-08-11 Thread Studiosoft Morecambe
I am new to Android Studio but not to coding.
I am slowly getting used to the environment and making progress but I keep 
experiencing the editing GUI freezing up.
It happens without warning and is not linked to the usual suspects of 
endless loops etc.
The machine is not starved of RAM but when a freeze occurs the RAM used by 
Studio remains constant at over 1.2Gb, if that is any indication.

I appreciate that this is a difficult problem as you have no way of knowing 
how my machine is set up so I am simply asking for advice on how to 
proceed. 
If someone could stare into a crystal ball and solve my issue, that would 
be great but I won't hold my breath. 

I am using studio64 on Windows 10 and running in admin mode.

-- 
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/67b00db8-a15a-455a-ad84-afc4760ab733%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Android Time Preference Dialog with Support Library

2016-08-11 Thread Amitai Rosenberg
I'm confused about using Android Preferences with the Support v7 or v14 
library.
It seems like every couple of months Google changes the API.
I'm trying to create a Time Preference Dialog. However, my current one 
doesn't work with the Support Library.

public class TimePickerPreference : DialogPreference
{
private int lastHour = 0;
private int lastMinute = 0;
private TimePicker picker = null;

public static int GetHour(string time)
{
string[] pieces = time.Split(':');

return Convert.ToInt32(pieces[0]);
}

public static int GetMinute(string time)
{
string[] pieces = time.Split(':');

return Convert.ToInt32(pieces[1]);
}

public TimePickerPreference(Context ctxt, IAttributeSet attrs) : base(ctxt, 
attrs)
{

}


protected override View OnCreateDialogView()
{
picker = new TimePicker(Context);
picker.SetIs24HourView(Java.Lang.Boolean.True);
return picker;
}

protected override void OnBindDialogView(View v)
{
base.OnBindDialogView(v);

picker.Hour = lastHour;
picker.Minute = lastMinute;
}


protected override void OnDialogClosed(bool positiveResult)
{
base.OnDialogClosed(positiveResult);

if (positiveResult)
{
lastHour = picker.Hour;
lastMinute = picker.Minute;

string time = lastHour + ":" + lastMinute;
if (lastMinute.ToString().Length == 1)
time = lastHour + ":" + "0" + lastMinute;

if (CallChangeListener(time))
{
PersistString(time);
}

Title = "שעת תזכורת: " + time;
}
}

protected override Java.Lang.Object OnGetDefaultValue(TypedArray a, int 
index)
{
return a.GetString(index);
}

protected override void OnSetInitialValue(bool restorePersistedValue, 
Java.Lang.Object defaultValue)
{
string time = string.Empty;

if (restorePersistedValue)
{
if (defaultValue == null)
{
time = GetPersistedString("00:00");
}
else
{
time = GetPersistedString(defaultValue.ToString());
}
}
else
{
time = defaultValue.ToString();
}

lastHour = GetHour(time);
lastMinute = GetMinute(time);
}
}


DialogPreference doesn't exist in the support libraries, and what seems to 
be instead is either PreferenceDialogFragment or 
PreferenceDialogFragmentCompat, both of which work differently, and the 
above code doesn't work with them.

I'm really at loss in all of this and would be glad for some help.
Thanks!

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


[android-developers] Error detection in Bluetooth communication with android

2016-08-11 Thread Vladimir Jelezarov
I am writing an Java app to connect my Android phone to a RN41 bluetooth 
module , 
which I will be using in a noisy environment.

According to the Bluetooth SPP specification: 


For any products that will be transferring large data files and where the 
> receiving device will be subject to radio interference causing packet 
> losses, it is recommended that the Error Control feature in L2CAP (Core 
> Specification V3.0 and later) be utilized by configuring the channel to use 
> Enhanced Retransmission mode.


So, is this feature - the enhanced retransmission mode - enabled by 
default, or when not, how can I set it? Ho can I even check - setup 
communication and then listen with Wireshark?

If that matters I am using the following UUID to connect:

> 1101--1000-8000-00805F9B34FB
>


Thanks for your help in advance! 

-- 
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/823af8a7-d18c-4e73-9693-d529182528a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] 2016 First Flying Car-Tourist Flying Car Simulation

2016-08-11 Thread Affan Haider
are you tired from car driving games with steering wheel and gear then play 
the one of the best Tourist Flying Car Simulation game. If you are looking 
for best flying car games then flying jet car is awesome as car driving 
with gear 1 2 3 4 shifting would be hectic routine for you. . Flying car 
games with guns will be not easy for anyone in all flying car games. Flying 
car games for free and you can fly for free without any hectic job parking 
car games to play with steering wheels for free and driving in the city. 
 You are given the new responsibility for giving tourist pick and drop as 
car games when you can get out the car and go to the airport and fly on a 
plane. Parking car games to play with steering wheels for free and driving 
in the city to pick and drop but this will be different from previous one 
as you fly car with tourist from one tour to other.







Download  Free:  *Tourist Flying Car Simulation 
*

Game Features:

- Cool 3d environment including mountains, city and hill & sea side view 
- Realistic jet car physics and controls
- Futuristic flying car model including wheel and steering
- Easy GUI and controls
- Tourist Pick and drop passengers animations 
- Multiple challenging levels

-- 
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/2df2fb48-0f50-4b7c-a5c9-0f277903b215%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.