[android-developers] Android on Win Phone

2016-07-15 Thread Sandro Ls
Hello,

Is it possible to open android apps on my win phone 10 or install android it in 
any way? I've heard some rumors about that .

I don't want to buy a phone cause of finance issues.

Thanks in forward for the answer

A. La Spina

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


[android-developers] How to use app purchase

2016-07-15 Thread Halit Colak
Hi,

How to use the in-app purchase? I want see examples of documents?

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/a88383c1-364d-41ce-b3a8-ff8d7a0d6b87%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Unable to open pdf through https on server

2016-07-15 Thread Marcel Molenaar
Hello all,

In my app i am trying to open a pdf file through https on a server but it 
is not working (it only works for http )

Here is my code:

Uri path = Uri.parse("https://ind.nl/Documents/5013.pdf";);

Intent pdfIntent = new Intent(Intent.ACTION_VIEW);

pdfIntent.setDataAndType(path, "application/pdf");

pdfIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);

try{

 startActivity(pdfIntent);

}catch(ActivityNotFoundException e){

 Toast.makeText(DvdActivity.this, "No Application available to view PDF", 
Toast.LENGTH_SHORT).show();

}


I tried several different pdfs but all pdfs on https servers do not work.

I would be very happy if you can help me.

Regards,

Marcel


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


[android-developers] Uploading picture fails

2016-07-15 Thread pigone123
hey guys,i am using firebase and i try to upload a picture using their 
method upload from a local file.

UploadTask uploadTask = currentPicRef.putFile(file, metadata);

When the user pick's image from the gallery or taking a picture via the 
camera the picture is saved in external storage and I save the uri in 
shared preference.

I successfully loaded the image into an imageview using the 
setImageURI(uri) method, but When I call the firebase method and using the 
same uri (Uri file = Uri.fromFile(new File(fileName));)
I get the error

"could not locate file for 
uploading:file:///content%3A/media/external/images/media/22943"

but when I use log to check the local file I get

"uri is content://media/external/images/media/22943"

also worth to mention that when I used uri.parse() instead uri.fromFile() 
in firebase to upload from a local file it uploaded the metadata but not 
the photo itself.

Any ideas how to fix it?


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


[android-developers] Re: How to use app purchase

2016-07-15 Thread Duma Smt

If you have any out standing features from your app or if you have any 
gaming apps, provide extra features to the users by selling them. You can 
do this by implementing InApp Features. 
Once the user does InApp feature purchase, release the feature to them

On Friday, July 15, 2016 at 3:20:18 PM UTC+5:30, Halit Colak wrote:
>
> Hi,
>
> How to use the in-app purchase? I want see examples of documents?
>
> 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/86f1b508-0e96-490f-86bf-40d80303a069%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: no support for in-app-billing or in-app-purchase

2016-07-15 Thread Duma Smt
Obsolutely true. I too have faced the same problem. No one can assure to 
get an answer to a question. Many of my posts left with no reply. 


On Monday, January 6, 2014 at 4:20:06 AM UTC+5:30, Gary Blakely wrote:
>
> Over on StackOverflow I'm getting no answers to any of my posts with 
> in-app-billing or in-app-purchase tags.  I checked other posts and found 
> that nobody else is getting any answers to posts with those two tags 
> either.  
>
> I'm not getting any answers on this forum either. 
>
> As far as I know it is impossible to contact a human being at Google on 
> any subject much less this one.
>
> Am I unaware of some source of support in this area or is there no support 
> other than the buggy tutorials and docs?
>
> Thanks,
> Gary
>

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


[android-developers] Default Fallback Language - Google Play.

2016-07-15 Thread Superpea LTD.
Hi,

We have translated our latest game into European Spanish as well as our 
default English. We believe that our European Spanish version will suffice 
and be preferable to English for all 3 Spanish instances listed on the 
Developer Console:

Spanish (Latin America) – es-419
Spanish (Spain) – es-ES
Spanish (United States) – es-US

Do we therefore need to add and upload 3 different copies of the same 
European Spanish (Store-Listing/Images/APK/In-App-Products) for all 3 
languages listed above, in order to not fall back to English (our default 
language) in say, Latin America? Or will Uploading just one copy under the 
language:

Spanish (Spain) – es-ES

Somehow be intelligently interpreted by the store as a preferable default 
in Spanish-speaking Latin America to English?

Many thanks,

Superpea

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


[android-developers] Re: Do we need to have our own server (as backup purpose) to store user in-app purchase status

2016-07-15 Thread Duma Smt
Not necessary to implement your server. Google always retrieves purchase 
information. 

On Sunday, September 27, 2015 at 1:33:25 PM UTC+5:30, yccheok wrote:
>
> Currently, we are offering non-consumable in-app purchase items to users.
>
> We solely rely on Google server, to retrieve user in-app purchase status, 
> via following documentation : 
> http://developer.android.com/training/in-app-billing/purchase-iab-products.html
>
> IabHelper.OnIabPurchaseFinishedListener mPurchaseFinishedListener 
>= new IabHelper.OnIabPurchaseFinishedListener() {
>public void onIabPurchaseFinished(IabResult result, Purchase purchase) 
>{
>
>
> I was wondering, can we solely depend on Google server to store user 
> in-app purchase status? Or, do we need to have our own server (as backup 
> purpose) to store user in-app purchase status too?
>
> Thanks.
> Cheok
>
>
>

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


[android-developers] Java Developer @Minneapolis, MN

2016-07-15 Thread Santosh kumar Nityo
Hi,

Hope you doing Well !!!

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



*Role:*
* Java Developer Location: **Minneapolis, MN*

*Work Duration:* *3 to 6 months*

*Years of Experience: 7+*

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


Job Description:·
Required Skills:

• Over 7+ years of experience as application developer  (JAVA)

• Strong experience in understanding data and working with data.

• Should have strong experience on *SQL Server *and database related
knowledge.

• Should have experience in writing shell scripts.

• Should have experience in working with java and related technologies.

• Talend experience is added advantage.



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



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536

*Santosh Kumar *

*Technical Recruiter*

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

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

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


[android-developers] .Net Developer with Share Point and Cloud experience@Dallas (TX)

2016-07-15 Thread Santosh kumar Nityo
Hi,

Hope you doing Well !!!

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



*Role:*
* .Net Developer with Share Point and Cloud experience Location: **Dallas
(TX)*

*Work Duration:** 3 to 6 months*

*Years of Experience: 8+*

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


Job Description:·
Required Skills:
• Strong knowledge and experience in .NET, and cloud solution.
• Strong knowledge and experience in HTML5 based mobile solutions.
• Strong knowledge and experience with SQL and SQL server coding.
• 7+ years of Software development experience.
• 2+ years of HTML5 development experience.
• 2+ years of cloud based application development.
• Expertise in using Internet Information Server (IIS) / SharePoint Central
Administration.
• Experience in developing and maintaining Web services and
multi-threading.
• Experience of building and maintaining application using object oriented
methodology.
• Extensive development experience utilizing Visual Studio
• CSS knowledge and working experience.
• Experience with performance diagnosis and tuning.
Desired Skills:
• Knowledge and experience of SharePoint object model and SharePoint Web
Services model
• Experience in coding SharePoint solutions using App Model.
• Experience in SharePoint Work Flow development and Nintex Workflow
development.

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



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536

*Santosh Kumar *

*Technical Recruiter*

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

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

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


[android-developers] Hotlist @ Thought Byte Inc 07/15/2016

2016-07-15 Thread rr aa
Greetings!!!



I’m *Raj* from *Thought Byte, Inc*. Please let me know if you have any Corp
to Corp opportunities for listed consultants.



Appreciate if you could have me in your mailing list *r...@thoughtbyte.com*
 for further opportunities.



*1.   Oracle Taleo*
*2.   Salesforce Developer*
*3.   Ruby on Rails*
*4.   Informatica Developer*
*5.   ServiceNow*
*6.   Hyperion*
*7.   Oracle Apps Techno-Functional*
*8.   Oracle Apps Functional*
*9.   QA Tester (Only MD, DC, VA, DE)*
*10. ODI*
*11. OBIEE *
*12. Oracle PL/SQL *
*13. Salesforce Business Analyst*
*14. UI Developer*







Best Regards…

Raj

973-512-7444

r...@thoughtbyte.com

shekhar.staff...@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/CA%2B4e6XFJqo98e25Lnrgzd-YUhcoGmswZMotQ3Cjs1V8BT46v_g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need---.Net Developer (e-commerce)----Tampa, FL area

2016-07-15 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.



*.Net Developer position *

*Tampa, FL area*

*6+Months*





The position is a little more specific, and they really need a candidate
that has *experience working in an e-commerce environment and experience
enhancing search engines* (Endeca is preferred, but anything similar will
be accepted.



 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%2BorA%2BmVc%3DmR49V3o1F%2BvM4Jvgh-hUJbH7RpO7tKkBnsfj2w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for Devops Architect in Denver, CO with infosys

2016-07-15 Thread SALMA BHAT
Hi Partners,

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


· He is the onsite go-to person for all migration activities, i.e.,
from Clearcase to GIT and Clearquest to JIRA.

· Good technical skills – preferably an architect regarding below
tools.

· Client is looking for a senior person onsite to discuss with
developers/ development managers on tool specifics & issues faced day to
day.

· Good communication skills to interact with users and convince
them to migration to latest tools.



ECMS Req #

Yes

Number of Openings

1

Duration of Hiring

5 months

Experience Required

10+ Yrs Experience Preferred (although 8 to 9 yrs experience can be
considered if very good technically)

Mandatory Skills

Clearcase, Clearquest, GIT, JIRA, SCM, SVN, Client Interfacing skills

Good to Have Skills

Knowledge on other Devops tools will be added advantage like Jenkins,
ArtifactoryPro, etc.

Work Location

Denver, CO

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


[android-developers] Aggiornamento Android

2016-07-15 Thread Flavio C
Il mio telefono attualmente è fermo alla versione 4.2.2 di android, se provo ad 
aggiornare la versione, mi dice che è la più recente, ma parlando con 
l'assistenza Samsung, in teoria la versione più recente per il mio telefono e 
la Kitkat 4.4.4, come faccio ad aggiornare il mio telefono? Samsung Galaxy 
Graud Neo GT-I9060

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


[android-developers] URGENT HIRE Phone/Skype Interview:AWS/Cloud Storage Solutions Engineer in Windsor Mill, MD !

2016-07-15 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: AWS/Cloud Storage Solutions Engineer*

* INTERVIEW: Phone/Skype Interview*

*LOCATION: Windsor Mill, MD*

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

*DURATION:6 MONTHS+*

*START :ASAP*





*Job Overview:*



US EXP SHOULD BE 6+ YRS…



 Responsibilities:

? Assists Knowledge Transfer Lead and Training  Coordinator with Storage

Administration related KT Planning, Artifacts, SOP’s, and On the Job

Training activities

? AWS Elastic Block Storage Provisioning & Management

? AWS Simple Storage Service (S3) Provisioning & Management

? NFS and Gluster Based Storage Management (Supporting MDE and PaaS)

Required qualifications:

? 4+ years knowledge of professional software engineering practices & best

practices for the full software development life cycle, including coding

standards, code reviews, source control management, build processes,

testing, and operations

? Excellent communication skills and the ability to work well in a team

? Strong customer focus, ownership, urgency and drive

? Ability to work with Training  Coordinator with Windows Administration

related KT Planning, Artifacts, SOP’s, and On the Job Training activities



Thanks,




-- 



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


[android-developers] Hot List- java developer , BA , QA Analyst

2016-07-15 Thread harish singh
Hi Friends,

check my hot list and send me suitable requirements to*
harish.si...@mavrickit.com
  *



*SKILLS SET*



*LOCATION*



*RELOCATION*



*EXP*



*VISA*



*AVAILABILITY*

*Java developer*



CA

Bay area

6+ years

H4 EAD

Immediate

*QA Analyst*



NC

NC

10+ years

H1

Immediate

*Business Analyst*



TX

TX

6+ Years

EAD

Immediate

*BA / Data analyst*

TX

open

6+ Years

EAD

Immediate














*Regards*
*Harish Singh*
*Mavrick Software and Telecom Services*
*Phone: 713-333-3147 | Fax 713.333.0827*
*Email ID : harish.si...@mavrickit.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/CAAr6KcsLOw%3Dk2gKFAKr4H6ZhqWoyhRYJ5my0QD3zd1weQ2mHbA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need iOS Developer in Michigan

2016-07-15 Thread seeker g


Hi Everyone,

 

Hope  you all are doing great!

I have an urgent requirement with one of our client for iOS Developer*. * 
Please 
go through the requirement and get back to me ASAP. 

 

Role: iOS Developer

Location: Michigan

Duration: 6 months

Exp. Required: 5-6Years

Rate: $50/hr on c2c

 

 

JD: Optimize mobile applications, Programming, developing with Mobile 
platforms ,Test Driven Development (TDD) and agile methodologies, Strong 
communication skills, Mobile app deployment ,multiple mobile platforms.

 

Please let me know your availability for this need. If interested, send me 
your updated profile along with these details:

 

Full Name:

Email id:

Phone no:.

Last four digits of SSN:

DOB:

Skype id:

Current location:

Visa status:

Visa expiry:

Availability:

Notice period to be given:

Education details- University/Degree/ Year of graduation

 

*Note: Only H1B candidates are required and visa copy is mandatory at the 
time of submission. *

 

Thanks

Ginny

Systems USA

Email: gi...@sysus.com

 

Direct: 248-522-6942

Alt: +1-248-247-1122  Ext 102

Fax: +1-248-779-1783

 

www.sysus.com

www.sysusit.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/0a2cfe98-4526-43a8-a0ef-973599adebd3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Fwd: Multiple positions Azure Middleware Administrator/// Devops Architect/// Oracle IDAM Lead & Business Analyst with Experience in Pharma Regulatory Domain

2016-07-15 Thread naseer bhat
Hi  Partners,

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

*Skill Set*

IIS and Azure Middleware Administration

*Work Location*

Berlin, Connecticut, USA

*Special Instructions*

NA



*Job Description*


IIS and Azure Middleware Administration
Key requirements:

· IIS Deployments
· PowerShell scripting
· Website installations while improving overall new client site setup
process
· Azure Server Maintenance and Administration Support

Position Responsibilities:
· Perform IIS Deployments, Perform new website installations while
improving overall new client site setup process
· Provide day-to-day website support including analysis, debugging,
maintenance and performance tuning for Web Hosting environment
· Add Websites, VirtualDirectories and Applications
· Install and bind certificates and configure authentication.
· Azure Server Maintenance and Administration Support as requested such as
during Build tasks, Integration and Performance Testing, User Acceptance
Testing and Implementation
· Support IAT, UAT, DR, Performance Testing and cutover activities
· Migrate Deployment releases
· Consult with Eversource Infrastructure for support (i.e. Storage, UNIX,
etc.)
· Troubleshoot and correct errors or problems that may be discovered in
Azure environment as a result of testing
· Provide weekly status reports including: current weeks activities, next
week’s activities and key issues

Job Requirements

- Bachelor’s Degree in Computer Science, Computer Engineering or related
discipline
- 4+ years’ experience in IIS deployments.
- 4+ years’ experience in PowerShell scripting
- Experience in Azure Server Maintenance and Administration Support
- Excellent communication skills both oral and written





Clearcase, Clearquest, GIT, JIRA- Architect

Yes

Number of Openings

1

Duration of Hiring

5 months

Experience Required

10+ Yrs Experience Preferred (although 8 to 9 yrs experience can be
considered if very good technically)

Mandatory Skills

Clearcase, Clearquest, GIT, JIRA, SCM, SVN, Client Interfacing skills

Good to Have Skills

Knowledge on other Devops tools will be added advantage like Jenkins,
ArtifactoryPro, etc.

Work Location

Denver, CO



*Skill Set*

Oracle IDAM Lead.

*Work Location*

Torrance CA

*Special Instructions*

NA



*Job Description*

JD follows:

• 5+ years’ development and leading experience in Oracle IDAM
• Technology expertise in Active Directory
• Involvement in all phases of SDLC and working knowledge of the waterfall
model
• Gather requirements and communicate the technical insight and
requirements to the offshore team and drive the offshore team to implement
the requirements.
• Perform routine policies, profile administration, identity linking,
reconciliation, on demand reports etc.
• Migration of changes through the environments including production
deployments, Support planned new applications integrations and migrations
• Manage audit log management include log rotation, retention, archival,
etc.
• Stake holder management and co-ordination with different application teams
• Azure AD experience - preferable
• Strong Communication skills

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


[android-developers] Multiple positions Azure Middleware Administrator/// Devops Architect/// Oracle IDAM Lead & Business Analyst with Experience in Pharma Regulatory Domain

2016-07-15 Thread SALMA BHAT
Hi  Partners,

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


*Skill Set*

IIS and Azure Middleware Administration

*Work Location*

Berlin, Connecticut, USA

*Special Instructions*

NA



*Job Description*


IIS and Azure Middleware Administration
Key requirements:

· IIS Deployments
· PowerShell scripting
· Website installations while improving overall new client site setup
process
· Azure Server Maintenance and Administration Support

Position Responsibilities:
· Perform IIS Deployments, Perform new website installations while
improving overall new client site setup process
· Provide day-to-day website support including analysis, debugging,
maintenance and performance tuning for Web Hosting environment
· Add Websites, VirtualDirectories and Applications
· Install and bind certificates and configure authentication.
· Azure Server Maintenance and Administration Support as requested such as
during Build tasks, Integration and Performance Testing, User Acceptance
Testing and Implementation
· Support IAT, UAT, DR, Performance Testing and cutover activities
· Migrate Deployment releases
· Consult with Eversource Infrastructure for support (i.e. Storage, UNIX,
etc.)
· Troubleshoot and correct errors or problems that may be discovered in
Azure environment as a result of testing
· Provide weekly status reports including: current weeks activities, next
week’s activities and key issues

Job Requirements

- Bachelor’s Degree in Computer Science, Computer Engineering or related
discipline
- 4+ years’ experience in IIS deployments.
- 4+ years’ experience in PowerShell scripting
- Experience in Azure Server Maintenance and Administration Support
- Excellent communication skills both oral and written





Clearcase, Clearquest, GIT, JIRA- Architect

Yes

Number of Openings

1

Duration of Hiring

5 months

Experience Required

10+ Yrs Experience Preferred (although 8 to 9 yrs experience can be
considered if very good technically)

Mandatory Skills

Clearcase, Clearquest, GIT, JIRA, SCM, SVN, Client Interfacing skills

Good to Have Skills

Knowledge on other Devops tools will be added advantage like Jenkins,
ArtifactoryPro, etc.

Work Location

Denver, CO



*Skill Set*

Oracle IDAM Lead.

*Work Location*

Torrance CA

*Special Instructions*

NA



*Job Description*

JD follows:

• 5+ years’ development and leading experience in Oracle IDAM
• Technology expertise in Active Directory
• Involvement in all phases of SDLC and working knowledge of the waterfall
model
• Gather requirements and communicate the technical insight and
requirements to the offshore team and drive the offshore team to implement
the requirements.
• Perform routine policies, profile administration, identity linking,
reconciliation, on demand reports etc.
• Migration of changes through the environments including production
deployments, Support planned new applications integrations and migrations
• Manage audit log management include log rotation, retention, archival,
etc.
• Stake holder management and co-ordination with different application teams
• Azure AD experience - preferable
• Strong Communication skills

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group 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_W9dMeRk0%3DHV3%3DCuyP0CzHNUGV-o-sj7-4Jvd2BwPexA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Backfill:Phone than F2F Interview:Full stack .NET developer in Wellesely, MA!

2016-07-15 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: Full stack .NETdeveloper*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Wellesely, MA*

*DURATION:6 MONTHS+*

*START :ASAP*





*Job Overview:*

*START NEXT WEEK*



Required Skill set:

· C#

· .NET

· building web apps

· angular.js

· HTML

· CSS

Thanks,


-- 



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


[android-developers] Available Java Developer

2016-07-15 Thread David Riyantech


Hello, 
 
This is David from Riyantech, My Consultants are looking for a New Project* 
JAVA 
developer*. Please go through the below details and let me know any 
suitable requirements.  

 

Name   :Harish 

Skill :Java-J2EE Consultant

VISA:  H1-B

Location   :tampa,FL   
   

Re-Location :Yes

Availability   :  One Week

 

David

302-650-1820

da...@riyantech.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/b619ef4f-a96a-4fe1-a3a2-173be300ab12%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] consultants for Network engineer

2016-07-15 Thread Yogindra Gowd
-- 



*Thanks Yogendraenthsquare inc*

*technicl recruiting sales*
*contact : 408-610-3912*

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


hot list for Network engineer.docx
Description: MS-Word 2007 document


[android-developers] Senor Java Developer Rockville, MD C2C/C2W/W2 @Negotiable

2016-07-15 Thread sandra


We are looking for a strong software developer with a proven enterprise 
track record for a position as a Senior Java Developer who will work on 
the design, implementation, and maintenance of high performance Spring, 
Kafka, RabbitMQ and REST based systems. The person that fills this position 
must have strong communication skills and the ability to work in an agile 
team environment to create solutions leveraging these technologies at an 
enterprise scale with performance and availability being top concerns. The 
ideal candidate will have a strong software design background and be able 
to develop solutions that leverage these best of breed technologies. Key 
technologies in this environment include: Java 8, Spring 3.5+, Spring MVC, 
Spring Boot, REST web services, RabbitMQ, Kafka, and messaging oriented 
systems.

 
REQUIREMENTS
   
   - 
   
   Strong core java experience ( version 1.7 + )
   - 
   
   Strong software design background
   - 
   
   Strong Spring Framework experience - Spring Core and MVC/REST 
   a MUST have.
   - 
   
   JSON
   - 
   
   XML
   - 
   
   REST Services
   - 
   
   ESB - Spring Integration and/or Mulesoft a plus
   - 
   
   Messaging Systems Experience - Preferably RabbitMQ and/or Kafka
   
 STAND OUT SKILLS / NICE TO HAVE
   
   - 
   
   Spring XD
   - 
   
   Spring Integration
   - 
   
   RestEASY
   - 
   
   Mulesoft
   - 
   
   Kafka
   - 
   
   RabbitMQ
   - 
   
   Akka
   - 
   
   Scala
   
*If you feel you are the right person for the posted requirement, post your 
resume to care...@hdpconsulting.us  *
*For more info please reach us at i...@hdpconsulting.us 
*

*Thanks*
Sandra G
Sr Marketing & HR Manager
HDP CONSULTING GROUP, LLC
san...@hdpconsulting.us
*www.hdpconsulting.us  (Under Construction)*
Ph: 301-284-8414

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


[android-developers] F2F Interview:Web Developer Contract || Scottsdale, AZ

2016-07-15 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 Developer*

* INTERVIEW: F2F Interview*

*LOCATION: Scottsdale, AZ*

*DURATION:6 MONTHS*

*START :ASAP*





*Job Overview:*



*Local Consultant Only…*





Excellent communication skills



Web Developers that will have regular exposure to business stakeholders and
executive management, as well as the authority and scope to apply your
expertise to many interesting technical problems.

   - Candidate must have a strong understanding of UI, cross-browser
   compatibility, general web functions and standards.
   - The position requires constant communication with colleagues.
   - Experience in planning and delivering software platforms used across
   multiple products and organizational units.
   - Deep expertise and hands on experience with Web Applications and
   programming languages such as HTML, CSS, JavaScript, JQuery and API's.
   - Deep functional knowledge or hands on design experience with Web
   Services (REST, SOAP, etc. ) is needed to be successful in this position.
   - Strong grasp of security principles and how they apply to E-Commerce
   applications for high volume enterprise sites.

Must Have Skills:

   - AngularJS 1.5.x
   - Bootstrap 3.3.x
   - Mobile/Response Web Design
   - HTML5
   - CSS3
   - AWS

Preferred Skills:

   - Tomcat 7
   - ADA Compliance
   - Web Design Experience.


-- 



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


[android-developers] Urgent Need---Infrastructure Architect - Remedy- Health Care Domain - 6 Months+

2016-07-15 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.



*Job Title: Infrastructure Architect - Remedy*

*Location: Sacramento, CA *

*Duration: 6 months +*



*Job Description :*

At least 8+ years relevant working experience including expertise in BMC
Remedy & Infra Monitoring architecture, leading large projects and group
meetings, Consulting skills such as interviewing stakeholders, conducting
architecture reviews, and consensus building. Demonstrated ability to
engage in senior level technology decision maker discussions related to
agility, business value is also a must.



*EXPECTED ORGANIZATIONAL ROLES AND RESPONSIBILITIES*



•   Provide guidance on strategic and tactical planning with regard
to BMC Remedy technology environment and processes.

•   Provide BMC Remedy consulting recommendations for architecture,
data model, code customizations, and integrations.

•   Encodes programs, onboarding master data management, prepares
test data, and tests and debugs complex programs on Remedy solution

•   Performs database administration activities, including data
normalization, table design and alteration, trigger and constraint
implementation.

•   Provide onsite support and leadership for customer's Remedy
Problems, Incidents, and Enhancements reported to BMC support.

•   Ability to define and document Remedy ITSM/Atrium functional
and technical design specifications.

•   Responsible for programming work flow, enhancements &
integrations with BMC Remedy AR, Service Request, Incident, Knowledge,
Problem, Change, Asset, CMDB, Analytics & Reporting consoles

•   Demonstrable experience in the areas of process discovery and
optimization, requirements management and solution architecture and design
by leveraging IBM Tools stack



*EXPECTED*



•   Developing & configuring and administration of BMC Remedy
solution & technology, AR System 7.6+/8.0+, & BMC Remedy

•   Manage master database for Remedy solution including data
cleanup

•   Shell scripting, knowledge of databases & translate conceptual
ideas into solutions





*DESIRABLE*



•   Knowledge in database management Oracle/Solaris/Linux & MS SQL
Server/MS Windows

ITIL Certification



Best Regard

Sai Kiran

saikir...@usmsystems.com

G-talk: saikiran0909

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


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

2016-07-15 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

Parsippany, NJ

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&D’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



*McLean, VA | New Delhi , India*

*www.enolimits.com *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receivi

[android-developers] Hiring for BMI Developer/CPQ Lead || Mountain View, CA || Contract

2016-07-15 Thread USIT Recruiter
Hi

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



Position: BMI Developer/CPQ Lead

Location: Mountain View, CA

Duration : 9+Months

Customer : HCL America/Veritas





Job Requirement:

   - Should have hands on Experience on Implementing CPQ in Oracle
   Big Machines Product.
   - Should be able to demonstrate at least one BMI implementation
   where the candidate is involved in BMI customization
   - Should have Functional experience in Sales modules such as
   Lead conversion, Opportunity Registration, Quote generation, Product&
   Price book lifecycle
   - Should have understanding on Salesforce.com
    Sales Cloud
   - Knowledge of Force.com , Integrations would
   be preferred
   - Should have experience in Support engagements
   - Handle tickets based on priority and severity and distribute
   them to the team
   - Familiar with SDLC and required deliverables for each phase.
   - Work as a business partner with client users to evaluate /
   improve business processes and arrive at mutual, cost effective solutions
   - Must have exceptional communication skills, able to
   communicate effectively with both a technical audience and business users.
   -Ability to understand business problem and respond in business
   language



Thanks & Regards!


Abhishek Kumar | Sr. Technical Recruiter | Pro-Tek Consulting | Office:
201-204-1263 |abhis...@pro-tekconsulting.com

Hangout :: USITRecruiter1993

Description: cid:sigimg0@feaa1bdd6ffc62da9a44d4fc65960bcd

New Thinking. New Staffing. http://www.pro-tekconsulting.com


For H1B Consultants H1B Copy Is Mandatory For Submission To Client.

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


Re: [android-developers] Hiring for BMI Developer/CPQ Lead || Mountain View, CA || Contract

2016-07-15 Thread mike digioia
Submit me

On Jul 15, 2016 12:14 PM, "USIT Recruiter" 
wrote:

> Hi
>
> Please lookup the below position and if you feel comfortable ,then please
> send me your updated resume
>
>
>
> Position: BMI Developer/CPQ Lead
>
> Location: Mountain View, CA
>
> Duration : 9+Months
>
> Customer : HCL America/Veritas
>
>
>
>
>
> Job Requirement:
>
>- Should have hands on Experience on Implementing CPQ in
>Oracle Big Machines Product.
>- Should be able to demonstrate at least one BMI
>implementation where the candidate is involved in BMI customization
>- Should have Functional experience in Sales modules such as
>Lead conversion, Opportunity Registration, Quote generation, Product&
>Price book lifecycle
>- Should have understanding on Salesforce.com
> Sales Cloud
>- Knowledge of Force.com , Integrations
>would be preferred
>- Should have experience in Support engagements
>- Handle tickets based on priority and severity and distribute
>them to the team
>- Familiar with SDLC and required deliverables for each phase.
>- Work as a business partner with client users to evaluate /
>improve business processes and arrive at mutual, cost effective solutions
>- Must have exceptional communication skills, able to
>communicate effectively with both a technical audience and business users.
>-Ability to understand business problem and respond in
>business language
>
>
>
> Thanks & Regards!
>
>
> Abhishek Kumar | Sr. Technical Recruiter | Pro-Tek Consulting | Office:
> 201-204-1263 |abhis...@pro-tekconsulting.com
>
> Hangout :: USITRecruiter1993
>
> Description: cid:sigimg0@feaa1bdd6ffc62da9a44d4fc65960bcd
>
> New Thinking. New Staffing. http://www.pro-tekconsulting.com
> 
>
> For H1B Consultants H1B Copy Is Mandatory For Submission To Client.
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/CALnpRi3BT7w8D8A2VV0yBxf7n7xnLP109ybqGhEXiuf2m5i5ow%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

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


Shorter1ResumeEmbeddedUpton45CA-S-present.doc
Description: MS-Word document


[android-developers] Hotlist : Java | .Net | ServiceNow | Oracle CC | QuickView Developer |

2016-07-15 Thread David Riyantech


Hi Partner!!! 

 

I am *madasu* from* Riyantech Software Solutions Inc* , Hope you are doing 
great today...

 

Please find the updated *HOT LIST *of my consultants.

Below is the list of Available Candidates for your requirements. Let me 
know if you have any requirements that match my list of available 
candidates and their criteria given below.

You can Contact me: *302-650-1666 or* *mad...@riyantech.com* 


*NAME*

*JOB TITLE*

*VISA*

*LOCATION*

*RELOCATION*

*Ramulu*

*Java*

*H1-B*

*NJ*

*Open*

*Singam*

*Service Now*

*H1-B*

*TX*

*Open*

*Harish*

*Java*

*H1-B*

*FL*

*Open*

*Pravalik*

*Oracle PL/SQL*

*H1-B*

*CA*

*Open*

*Piyush*

*Java J2ee/UI*

*H1-B*

*NY*

*Open*

*Jeswanth*

*QuickVeiw Developer*

*H1-B*

*OR*

*Open*

*Raviteja*

*Java-J2EE/UI*

*H1-B*

*NJ*

*Open*

*Chaitanya*

*.Net Developer*

*H1-B*

*OH*

*Open*

 

 

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


[android-developers] Hotlist : JAVA | .Net | Oracle PLSQL| ServiceNow | QuickView |

2016-07-15 Thread marti . smith734


Hi Partner!!! 

 

I am *madasu* from* Riyantech Software Solutions Inc* , Hope you are doing 
great today...

 

Please find the updated *HOT LIST *of my consultants.

Below is the list of Available Candidates for your requirements. Let me 
know if you have any requirements that match my list of available 
candidates and their criteria given below.

You can Contact me: *302-650-1666 or* *mad...@riyantech.com* 


*NAME*

*JOB TITLE*

*VISA*

*LOCATION*

*RELOCATION*

*Ramulu*

*Java*

*H1-B*

*NJ*

*Open*

*Singam*

*Service Now*

*H1-B*

*TX*

*Open*

*Harish*

*Java*

*H1-B*

*FL*

*Open*

*Pravalik*

*Oracle PL/SQL*

*H1-B*

*CA*

*Open*

*Piyush*

*Java J2ee/UI*

*H1-B*

*NY*

*Open*

*Jeswanth*

*QuickVeiw Developer*

*H1-B*

*OR*

*Open*

*Raviteja*

*Java-J2EE/UI*

*H1-B*

*NJ*

*Open*

*Chaitanya*

*.Net Developer*

*H1-B*

*OH*

*Open*

 

 

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


[android-developers] How to change android studio download folder?

2016-07-15 Thread Евгений Ковтунов
Hi! I have linux system with 20 GB root partition and big home partitiion. 
When I download update for NDK module, I get "no free space error". Sorry, 
I forget exact error message. Android Studio download updates to /tmp 
folder on root partition. When Android Studio start to extract downloaded 
update file, partition space ends. Help me to change download folder 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/f7130089-704b-41b7-a6dd-64cdbad3aa9e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] read-only file system on emulator

2016-07-15 Thread konstantin tantin
I need to change /system/etc/hosts file on my emulator, and no matter what 
I do (I tried adb shell, I tried pushing the file in device monitor, also 
tried remounting the file system as many online resources suggest) I get 
"read-only file system" error. Does anyone know how to do it?

Thanks!
Konstantin

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


[android-developers] What is the current status of Android support for Chrome?

2016-07-15 Thread Tony Di Croce
My company developed an Android app that we are very happy with. Some of 
our customers are asking about a desktop app. I have experimented with our 
Android app on the desktop via Arc Welder... and it looks like I can 
currently publish our app to the chrome web store but targeting chrome OS 
devices only.

Is it known if Google plans to support Android apps within the chrome web 
store more generally (for other OS's?)? If so, then we can probably avoid 
the expense of porting our application to the desktop.

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


[android-developers] Error

2016-07-15 Thread Hari Raj
Hi,

Please find the attachment, i'm continuously getting the same error.

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