[android-developers] Cigarette Smoking Simulator Animation

2016-05-13 Thread toakdev
I want to make the animation for this app, and got no idea where to start.


This is what the app should do: *You got to blow in the area of a 
microphone to smoke a cigarette, light it up and see how it burns out 
slowly on the screen of your phone.*

Can you give me an idea where do I start making the animation for 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/4e3b68d6-14df-48bf-8fb3-ae3ea05291bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Use deprecated methods when target older SDKs?

2016-05-13 Thread chacham


On Friday, May 13, 2016 at 4:06:54 PM UTC-4, TreKing wrote:
>
>
> On Fri, May 13, 2016 at 3:00 PM, TreKing  > wrote:
>
>> On Wed, May 11, 2016 at 1:21 PM,  wrote:
>>
>>> Do i use 1) because i am developing it with the new API, 2), because i 
>>> am aiming for a lower API, or both:
>>>
>>> if(Build.VERSION.SDK_INT >= 21) 1) else 2)
>>>
>>> I am using the if/else method, but Studio uses strikeout to let me know 
>>> it is deprecated.
>>>
>>
>> Both.
>>
>
> Also, always check to see if there's some "compat" version of whatever API 
> you're using.
> Just type "TheClassYouAreUsing" and see if "TheClassYouAreUsingCompat" 
> shows up, which may or may not have the functionality you need in a 
> backward-compatible manner (which is usually just doing that if check for 
> you).
>
>
> -
> TreKing  - Chicago 
> transit tracking app for Android-powered devices
>

Thank you for the explanation. 

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


Re: [android-developers] Testing local currencies

2016-05-13 Thread Александр Метельский
Yes, I think you're right and I need to clarify my question.
Currency of the payment method in my example is currency of credit card
(CAD), payment method is something defined here -
http://i-cdn.phonearena.com/images/articles/191995-image/Now-you-can-add-a-payment-method-by-tapping-on-the-corresponding-button..jpg

I was trying to say that payment method and locale are completely
independent things, so changing device locale will not affect payment
method currency.
My question is -  how android developer located in country X with local
currency Y can test in app billing with local currency for non X contries,
I mean this dialog -
https://ttselectrical.custhelp.com/euf/assets/images/kb/Hudl/Microtransactions/PurchaseWarning.png



2016-05-13 22:07 GMT+03:00 TreKing :

>
> On Thu, May 12, 2016 at 3:28 PM, Александр Метельский <
> sasha.metel...@gmail.com> wrote:
>
>> No, it's wrong way. For example I can live in Canada, have credit card
>> with canadian dollars and speak Chinese (and switch device locale to
>> Chinese). Currency of your payment method will override your locale.
>
>
> You need to clarify your question. What is "currency of your payment
> method"? What payment method? What does a Canadian credit card have to do
> with speaking Chinese? What are you trying to do?
>
>
> -
> TreKing  - Chicago
> transit tracking app for Android-powered devices
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Android Developers" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/android-developers/jnRtEB4EUBg/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/CANCScgggDo6PT0sTsQ1aL11hp4FhoctzTM9sR67mj5bRKA5tXg%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/CAEF7JVhixPxuEEwDo706UDT1yKYiSxxLj5NNjdNAuDzYWxUo5Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to get the ID of the apps script inside a spreadsheet

2016-05-13 Thread Sebastian Perdomo
 

My program works like this:


1 - Make a copy of a public google spreadsheet to my drive account (the 
account of the user in the device), with the Drive Api, that works fine

2 - the public google spreadsheet has a apps script inside with a simple 
function, i need to execute that function.

3 - the function in the apps script is executed excelent (with the ID of 
the script), with the Apps script api from android.

the problem is: each time is performed the copy of the spreadsheet, the 
script inside changes the ID, i need a way to get that ID always.


my program works fine, only i need the way of list the apps scripts ID from 
the drive account. 


How to solve this ?


http://stackoverflow.com/questions/37211686/how-to-get-the-id-of-the-apps-script-inside-a-spreadsheet?noredirect=1#comment61968339_37211686

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


Re: [android-developers] Android SDK Manager: Library size

2016-05-13 Thread TreKing
On Thu, May 12, 2016 at 5:34 AM, Reader Man1  wrote:

> It will be helpful if Android SDK Manager had:


https://code.google.com/p/android/issues/entry?template=Tools%20feature%20request

-
TreKing  - Chicago
transit tracking app for Android-powered devices

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


Re: [android-developers] System app

2016-05-13 Thread TreKing
On Thu, May 12, 2016 at 10:04 AM, Tiago Alencar 
wrote:

> Im trying to make a app that works like a parental control


Did you look at
http://developer.android.com/intl/in/guide/topics/admin/device-admin.html?


> i got stuck in system app permissions, looking about it, i am not able to
> find anything that tells me that it is possible to do with out using a
> especific rom for my app.


You can't. "System app" basically means "shipped with the system".


> But in the play store, has a lot of apps that makes that.


System apps in the play store just mean they original shipped with your
device and but then had an update published to the Play store.


> So, im asking, how to make a app that it is a system app?


Get an agreement with a ROM or device distributor to get in on that.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

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


Re: [android-developers] Use deprecated methods when target older SDKs?

2016-05-13 Thread TreKing
On Fri, May 13, 2016 at 3:00 PM, TreKing  wrote:

> On Wed, May 11, 2016 at 1:21 PM,  wrote:
>
>> Do i use 1) because i am developing it with the new API, 2), because i am
>> aiming for a lower API, or both:
>>
>> if(Build.VERSION.SDK_INT >= 21) 1) else 2)
>>
>> I am using the if/else method, but Studio uses strikeout to let me know
>> it is deprecated.
>>
>
> Both.
>

Also, always check to see if there's some "compat" version of whatever API
you're using.
Just type "TheClassYouAreUsing" and see if "TheClassYouAreUsingCompat"
shows up, which may or may not have the functionality you need in a
backward-compatible manner (which is usually just doing that if check for
you).

-
TreKing  - Chicago
transit tracking app for Android-powered devices

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


Re: [android-developers] Use deprecated methods when target older SDKs?

2016-05-13 Thread TreKing
On Wed, May 11, 2016 at 1:21 PM,  wrote:

> Do i use 1) because i am developing it with the new API, 2), because i am
> aiming for a lower API, or both:
>
> if(Build.VERSION.SDK_INT >= 21) 1) else 2)
>
> I am using the if/else method, but Studio uses strikeout to let me know it
> is deprecated.
>

Both.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

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


Re: [android-developers] How do I enable the DDMS Location Controls values?

2016-05-13 Thread TreKing
On Wed, May 11, 2016 at 9:14 AM, Darin Duphorn 
wrote:

> How do I enable the DDMS Location Controls values?


You stop using DDMS and use the new emulator.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

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


[android-developers] Urgent req for UI Developer @ Doral, FL

2016-05-13 Thread Shaik Sadiq
Hi,



Hope you are doing well !!!



I have an urgent requirement for a *UI Developer..* Please let me know if
you have any consultants and get back to me with their updated resume in
.doc format immediately. Given below is the job description.



*Job Title: UI Developer*

Location: Doral, FL

Duration: 8+ Month

Total Experience: 9 Years



Front End Developer (HTML5/Angular/Node.js)

*1. AngularJS 2. Node.js 3. HTML5 • *

JD:

Design, develop, and configure software systems to meet market and/or
client requirements either end-to-end from analysis, design,
implementation, quality assurance (including testing), to delivery and
maintenance of the software product or system or for a specific phase of
the lifecycle. Apply knowledge of technologies, applications,
methodologies, processes and tools to support a client, project or entity.



Note: *Onsight work and travel is required. Travel Expenses Included *



*Sadiq Shaik*

ASAP Solutions Group LLC,

678-221-4992 (ext) 217

ssh...@myasap.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/CAMy78atk-8f%3D__tHo4%3DN2H89PvJh0b4vActC%2BS9qb3jtSu%3DLCw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] How to add a badge to the icon of an application

2016-05-13 Thread TreKing
On Tue, Apr 19, 2016 at 4:43 AM, Marco Odasso  wrote:

> I need an example of code for android studio. To obtain on the icon of the
> app a red balloon: to see the numbers of posts published in the blog of the
> app.


This is not an Android platform feature. To do something like this you
would have to use a custom launcher app and tap into its mechanism for
displaying badges, if it supported it.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

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


Re: [android-developers] when receiving call -> disconnect automatically and immediately call another number

2016-05-13 Thread TreKing
On Wed, May 11, 2016 at 3:52 AM, קיפי בן קיפוד  wrote:

> If there isn't - I'll be happy to get an advise for me to build such an
> app (I'm not a coder but will be happy to get ANY advice on this).


http://developer.android.com/intl/in/about/start.html
http://developer.android.com/intl/in/reference/android/app/Service.html
http://developer.android.com/intl/in/reference/android/content/Intent.html#ACTION_ANSWER
http://developer.android.com/intl/in/reference/android/content/Intent.html#ACTION_CALL

-
TreKing  - Chicago
transit tracking app for Android-powered devices

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


Re: [android-developers] Testing local currencies

2016-05-13 Thread TreKing
On Thu, May 12, 2016 at 3:28 PM, Александр Метельский <
sasha.metel...@gmail.com> wrote:

> No, it's wrong way. For example I can live in Canada, have credit card
> with canadian dollars and speak Chinese (and switch device locale to
> Chinese). Currency of your payment method will override your locale.


You need to clarify your question. What is "currency of your payment
method"? What payment method? What does a Canadian credit card have to do
with speaking Chinese? What are you trying to do?

-
TreKing  - Chicago
transit tracking app for Android-powered devices

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


[android-developers] QA ( EMBEDDED SYSTEM) at Framingham, MA

2016-05-13 Thread sudhanshu pandey
Hi,

I have an urgent  requirement with one of my clients, details given below.
If you find yourself suitable for the position, please send me your latest
updated resume along with contact details. It will be good if you can call
me at *609-853-0818 x 2173.*


*Job Title**QA ( EMBEDDED SYSTEM)*

*Project Location*Framingham, MA

*Duration  *  12 months

*Skills Required and Job Description:*

*Relevant Experience : *6 to 8 years

*Technical/Functional skills:*





*Embedded Testing Exp.(DSP)  - Must have Windows Application Testing - Must
have Agile process knowledge - Must have *

BE in CS/E/E,

· Experience with integrated systems – Hardware, Software and
Firmware and their interoperability

· Experience with QA Automation a plus

o   Experience creating/maintaining scripts using languages such as Visual
Basic Script, Perl, Python, etc.

o   Experience creating/maintaining keyword tests

· Computer networking

o   Basic understanding of Windows networking – Fixed IP/DHCP

o   Advanced networking concepts such as Subnets and DNS a plus

· Telecommunications

o   Telephone networks and VoIP a plus

· Understanding of/Experience with the Software Development Life
Cycle

· Excellent verbal/writing/reporting skills

· Agile

· Interests in live music and performance, audio or video
production, or studio or DJ experience a plus



*Roles & Responsibilities:*

   - Quickly and efficiently learn products, applications, and customer
   workflows.
   - Create software and system test plans and test cases that accurately
   reflect customer workflow and ensure high quality software and systems.
   - Contribute to the improvement of SQA processes and best practices.
   - Work with Product Management to develop and vet product requirements.
   - Work with HW and SW engineers to analyze and break down, enhance, and
   negotiate product requirements that will be the basis for test development
   and execution.
   - Be an advocate for the customer and product quality .

*Generic Managerial Skills :* Good communication skills to interact with
the team and clients.

Should be an excellent team player.







Thanks & Regards

Gaurav Badola

Nityo Infotech Corp.

gaurav.bad...@nityo.com

609-853-0818 ext- 2173

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


Re: [android-developers] ImmersiveFocusNotifcation

2016-05-13 Thread TreKing
On Tue, Apr 19, 2016 at 5:25 PM, dsavereide  wrote:

> We have a Windows32 program that uses some .NET controls.  We are having a
> problem with this on Android devices (e.g. Surface Pro 3 and others)
> running Windows 10 Pro.


If you're attempting to run an Android app on a Windows platform, you are
outside the scope of this list, which is for developing Android apps to run
on, well, Android devices.

You might consult a stackoverflow, or a group or forum dedicated to running
Android on Windows.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

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


[android-developers] Need - AWS Administrator // Seattle, WA

2016-05-13 Thread Ganesh Chandrasekaran


*Kindly share the profile to gan...@skalenow.com*


*Position: AWS Administrator*

*Location:  Seattle, WA* (If we get someone to work from Campbell, CA also 
fine but might need to travel sometime to client place)

*Local profile will consider first *

 

Support the setup, configuration, and maintenance of an effective Amazon's 
Web Services (AWS) cloud environment. 

 

Requirement:

• Extensive hands on experience building and maintaining production 
web infrastructures in Amazon’s Web Services (AWS) cloud platform.

• Deep experience with some of the following AWS components - EC2, 
S3, Elastic IPs, EBS, Security Groups, Route 53, VPC, Elastic Cache, and 
Cloud Formation.

• Strong understanding of the HTTP protocol.

• Strong knowledge of the following:

• Connectivity between two AWS clouds

• Firewall configuration (between two AWS clouds/on premise to AWS 
cloud)

• Authentication (SAML 2.0 compliant, Integration with OKTA/Windows 
AD)

• Support the setup, configuration, and maintenance of an effective 
AWS cloud environment. 

• Ensure automatic provision of network and storage resources 
governed and controlled by automation, standards, roles and policies. 

• Help develop a cloud architecture strategy and resolution of 
architectural issues. 

Contribute to the creation and maintenance of a cloud technology strategy 
and roadmap to influence IT decision making. 

• Understand security best practices, policies and standards to 
design highly secure cloud architectures for internal and external cloud 
solutions. 
• Collaborate with stakeholders to understand business requirements 
and build cloud architecture designs that meet the business needs

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


[android-developers] RE: ENEXUS INC HOTLIST

2016-05-13 Thread Steve A
*Please let me know If you have any Corp-Corp positions available for my
Candidates. Please Send me Corp-Corp*  *Requirements to  **
  steve.aus...@enexusinc.com *

*S.NO *

*CONSULTANT NAME*

*SKILL*

*EXP*

*AVAILABLE*

*LOCATION*

*RELOCATION*















*1*

*SANTHOSH*

*.NET /SHAREPOINT ARCHITECT*

*15+ Years*

*Immediate*

*NY*

*OPEN*

*2*

*TEJ*

*SR* *COGNOS* *DEVELOEPR*

*9+ Years*

*Immediate*

*NJ*

*Open*

*3*

*Meghana*

*Sr .NET DEVELOER*

*9+ Years*

*Immediate*

*NY*

*Open*

*4*

*M S*

*IIS WEB ADMIN  /DEV-OPS ENGINEER*

*8 Years*

*Immediately*

* AZ*

*Open*

*5*

*LAKSHMIKANTH*

*LEAD PERFORMANCE TESTER*

*12+Years*

*Immediately*

*IL*

*Open*

*6*

*SADHANA*

*SR INFORMATICA DEVELOPER/ IDQ DEVELOPER*

*8+ Years*

*Immediately*

*FL*

*Open*

*7*

*YATHESH*

*TERADATA ARCHITECT*

*13 Years*

*Immediately*

*GA*

*Open*


*Steve*
*E-Nexus Inc*
*Email: steve.aus...@enexusinc.com **Phone :
810-633-0007*

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


[android-developers] Hot-List

2016-05-13 Thread Rahul Technocraft
*Hi ,*

*Hope you are doing great!*

*Please find the Hotlist of our Bench consultants, they are available
immediately and are open to relocate. Please share the suitable
requirements to **ra...@technocraftsol.com* * or you
can reach me at **614-664-7826**.  let me known if you any suitable
Contracts requirements for them.*

*Note:  please add my Email ID to your distribution list. *


*S.NO* 

*Name*

*Technology*

*Location*

*Experience*

*Relocation*

*1*

*Saurin*

*ETL Informatica*

*Birmingham, IL*

*8+*

*Yes*

*2*

*Shradha*

*Sr. ETL Developer*

*Dallas,Tx*

*11+*

*Only Dallas*

*3*

*Krunal*

*ETL Informatica*

*Cary, NC*

*7+*

*Yes*

*4*

*Rounak*

*Business Analyst *

*Des Moines, IA*

*7+*

*Open*

*5*

*Sowmya*

*PL/SQL*

*Dallas, TX*

*8+*

*Yes*

*6*

*Rama Krishna*

*PL/SQL*

*Tampa,FL*

*7+*

*Yes*

*7*

*Mrunali*

*Informatica*

*Irvine,CA*

*7+*

*CA, TX, FL, NC, AZ*

*8*

*Anu*

*SQL SERVER*

*Houston,TX*

*7+*

*Open*

*9*

*Sree *

*Sr. Business Analyst*

*Houston, Texas*

*7+*

*Yes*

*10*

*Mayu*

*ETL Informatica*

*Plattsburgh,NY*

*7.5*

*Yes*



*Thanks and Regards*

*RAHUL*



*Business Development Manager*

*Email** : *ra...@technocraftsol.com

*Contact**:* 614-664-7826

*Yahoo ID / Gmail ID** :*
rahul.technocr...@yahoo.com/rahul.technocaft...@gmail.com

*Linkedin : **https://www.linkedin.com/home?trk=nav_responsive_tab_home*


www.technocraftsol.com

www.xdimensiontech.com

Partner with XDimension Technology

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


[android-developers] Looking for SFDC Solution Architect

2016-05-13 Thread sarita D
Hello,

Hope you are doing great. Please find the below job description and share
your profiles to r...@hclglobal.com.



*We need real time candidates. Must H1-b. We have BGV*



*Title: SFDC Solution Architect*

*Location: **The Woodlands TX*

*Duration: 12 months*

*Rate: DOE*



*Job Description:*

Technical/Solution Architect with 8-12 years of experience on
CRM/SalesForce.com.  In-depth understanding of SFDC CRM application (Sales
and Service Cloud) capabilities and constraints.  Should have architected
and designed 4 -5 secure, high-performance technical solutions on the
Force.com platform.  Architected 2 or more successful custom Salesforce.com
solutions spanning multiple platforms, including integration and
authentication.  Knowledge of Force.com development best practices.

-- 

*Sarita D **|* Recruiter *|* HCL Global Systems, Inc.

T 248.473.0720 Ext:171 *|* r...@hclglobal.com

24543 Indoplex Circle, Suite #220, Farmington Hills, Michigan - 48335.

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


[android-developers] HTTPS access to PlayStore is very very very bad idea!

2016-05-13 Thread Tourism SecondGuide
Hello,

We are developping mobile application for tourist sites and as you can 
guess, most of them are outside urban centers and poorly deserved by 3G/4G 
or even ADSL links.

So when visitors come to these sites and need to download the application 
and its content we are facing of Internet bandwidth problem.

A solution is to use a cache box which stores locally the content requested 
on Internet and so, allowing dozen of peoples to download Internet content 
which in fact is reply locally! 

Wondefull!! you provide MB with a poor long range ADSL link as fast as a 
fiber link.

No in fact, that's not so cool!

Because of the PlayStore HTTPS access, it's impossible to cache the 
application!

Funny because I didn't think to say that one day, Apple do much better 
here. 

Access to AppStore is done through HTTP and so the application can be 
cached.

Our dozen of visitors install iOS application and download multimedia 
content using only few kbs of bandwidth which is not possible with Android 
version!

Arghh!

So, as Apple, usually paranoiac accepts HTTP access to the Appstore, please 
consider to also provide HTTP access to Playstore and allow us to use 
mobile applications outside urban centers!

Regards, 
Al

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


[android-developers] Looking for Android Developer

2016-05-13 Thread sonam
Hello Developers, 

We are looking to revamp our Android app, developed with PhoneGap to native 
Android. We are also looking to add additional features to bring our 
Android experience at parity with our iOS experience. Check out the job 
description at https://angel.co/everapp/jobs/136476-android-developer 

You would need a Roku streaming device to check out the app. Please let me 
know if Roku availability is an issue, we can send you link to a web based 
demo. You can download out Ever app at. 


   - Ever app - iOS - 
   https://itunes.apple.com/app/ever-app-discover-everything/id1055563152?mt=8
   - Ever app - Android - 
   https://play.google.com/store/apps/details?id=com.evercurious.app
   
*  If interested please send resume with portfolio at email 
: ra...@everapp.co *


 Thanks, 
Sonam 

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


[android-developers] Google Dialer, the real source code

2016-05-13 Thread Philipp K
Hello guys,

I checked out the source code of the dialer comming with the AOSP, however, 
it was meant to be compiled with the whole android system. Now I want to 
build solely a dialer application for some medical stuff, and I know that 
google published the dialer application as a stand-alone application in the 
play-store: 
https://play.google.com/store/apps/details?id=com.google.android.dialer
Is there any way I can get my hands on this package of code to work with 
it? I mean, legally of course. Does this also run under the open source 
program?

Thank you for your help,
Philipp

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


[android-developers] Looking for Lead CA APM

2016-05-13 Thread sarita D
Hello,

Hope you are doing great. Please find the below job description and share
your profiles to r...@hclglobal.com.



*Title: Lead CA APM*

*Location: **Franklin - Tennessee*

*Duration: 6 months*

*Rate: DOE*



*Job Description:*

Primary skill: CA APM

· Download, install and deploy the software.

· Configure security for the organization.

· Set up the required workflows and configurations.

· Manage users and groups and Configure parameters to enable new
functions.

Minimum work experience: 8 Years


*Sarita D **|* Recruiter *|* HCL Global Systems, Inc.

T 248.473.0720 Ext:171 *|* r...@hclglobal.com

24543 Indoplex Circle, Suite #220, Farmington Hills, Michigan - 48335



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


[android-developers] Salesforce Architect/ Expert,San Francisco ,CA ,6-12 +Months

2016-05-13 Thread sudhanshu pandey
*Hi There,*

*I am looking for Relevant consultant for below job description.*

*Job Title: Salesforce Architect/ EXpert*

*Location: San Francisco ,CA*

*Contract: 6- 12 +Months*

*Requirement:*



· 4-6 Experience (Years)

· Apex/VF,Java,Javascript,HTML,SOQL,SOSL,webservices - salesforce
secuity model.

· Understanding of salesforce.com’s Sales Cloud 2, Service Cloud,
Chatter - Force.com product offerings



*Thanks & Regards,*
--



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Sudhanshu Pandey Sr. Technical Recruiter*

Desk : 609-853-0818 X 2126
Fax :   609 7995746

*sudhansh...@nityo.com   *
*www.nityo.com *
*Gtalk : sudhanshu.intime*

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


[android-developers] updated hotlist

2016-05-13 Thread mayank sharma
*Hi Business partner, Please check my updated hotlist & contact me*

*Email: may...@technocraftsol.com *

*Contact : 614-664-7632*

*S.NO* 

*Name*

*Technology*

*Location*

*Experience*

*Relocation*

*1*

*Mayu*

*ETL Informatica*

*Plattsburgh,NY*

*7.5*

*Yes*

*2*

*Saurin*

*ETL Informatica*

*Birmingham, IL*

*8+*

*Yes*

*3*

*Shradha*

*Sr. ETL Developer*

*Dallas,Tx*

*11+*

*Only Dallas*

*4*

*Krunal*

*ETL Informatica*

*Cary, NC*

*7+*

*Yes*

*5*

*Anu*

*SQL SERVER*

*Houston,TX*

*7+*

*Open*

*6*

*Sree*

*Sr. Business Analyst*

*Houston, Texas*

*7+*

*Yes*

*7*

*Mrunali*

*Informatica*

*Irvine,CA*

*7+*

*CA, TX, FL, NC, AZ*

*8*

*Ami*

*SQL/BI Developer*

*Piscataway, NJ*

*7+*

*Open*

*9*

*Rama *

*PL/SQL*

*Tampa,FL*

*7+*

*Yes*

*10*

*Rounak*

*Business Analyst*

*Des Moines, IA*

*7+*

*Open*

*11*

*Sowmya*

*PL/SQL*

*Dallas, TX*

*8+*

*Yes*

*12*

*Arti*

*QA (automation)*

*Irving (Texas)*

*6+*

*yes*





























*Thanks & Regards,*



*MAYANK SHARMA*



*BUSINESS DEVELOPMENT MANAGER*


*[image: Inline image 1]*

*Contact No.:6146647632*

*Office ID: **may...@technocraftsol.com* 

*Yahoo ID: **mayank.technocr...@yahoo.com* 

*Linked-in: https://www.linkedin.com/home?trk=nav_responsive_tab_home
*

*7000 parkwood Blvd, Ste#200G*

*Frisco,TX,75034*

*www.technocraftsol.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%2BiLDbeVN5QeJ%3Dkd%2Beu3sAusNQChmNqyZkzgF4bkBpDPY3TXVA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] IDENTITY and ACCESS MANAGEMENT - OIM Expert ,AZ - Scottsdale/ RI- Rhode Island

2016-05-13 Thread sudhanshu pandey
*Hi There,*

*I am looking for Relevant consultant for below job description.*

*Job Title: IDENTITY and ACCESS MANAGEMENT - OIM Expert *

*Location: AZ - Scottsdale/ RI- Rhode Island *

*Contract: 6- 12 Months*

*Requirement:*

•  *Consulting & Implementation experience in Oracle Identity & Access
Management using Oracle Identity Manager (OIM) 11gR2PS2 and PS3.*

•  *Experience in OIM Environment Setup (installation, configuration,
deployment and patching) *

•  Strong experience in developing connectors, approval workflows, and
custom event handlers, custom scheduled tasks and reconciliation.

•  Strong experience in Customization of ADF UI and SOA workflows.

•  Strong Experience in using OIM API and SPML web services.

•  Must have experience in integrating OIM with LDAP, AD, Exchange,
RACF, AS400 and SharePoint.

•  Must have Core Java/J2EE knowledge for customizations.

•  SQL/LDAP query language and Share Point skills beneficial.

•  Supports existing production systems; coordinates related support
and enhancement activities. The support will require working in 24x7
rotating shifts

•  Technical Support

•  Incident Escalation

•  Product Support

•  Trainings

•  Performance Mgmt., change & Release Mgmt.

•  Configuration Mgmt. And service Level Mgmt.

•  Availability & Continuity Mgmt.

•  Incident Analysis & Validation

•  Monitoring the system performance

•  Resolve issues as per tickets

•  Service enhancement

•  Product issues

•  Manage new requirements and services

•  Escalation Management

•  Compliance management and reporting

•  Architecture design enhancements

*QUALIFICATIONS AND SKILLS REQUIRED:*

· Minimum of 7 years experience with Identity and Access management
planning and implementation including 5 years enterprise organization
experience.

· In-depth understanding and knowledge of Identity and Access
management concepts, processes and general trends in the industry

· Experience implementing Oracle Identity Governance Product
OIM11gR2 PS2

· Experience in implementation, configuration and deployment of OIM
solution that involves integration with legacy systems using custom
connectors and various B2B partners

· Experience configuring OIM toolset to provision/de-provision and
reconciliation.

· Experience with access control modeling methodologies,
authorization policy management, and risk-based methods of access lifecycle
management for applications and data.

· Experience maintaining, troubleshooting and enhancing OPAM/ IAM
infrastructure; leading or participating in their day-to-day operation and
maintenance; and monitoring, reporting, and auditing technical, security,
and business activities.

*Total experience in required skill (years) *

· 6-8 years



*Thanks & Regards,*
--



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Sudhanshu Pandey Sr. Technical Recruiter*

Desk : 609-853-0818 X 2126
Fax :   609 7995746

*sudhansh...@nityo.com   *
*www.nityo.com *
*Gtalk : sudhanshu.intime*

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


[android-developers] Hot-List

2016-05-13 Thread Rahul Technocraft
*Hi ,*

*Hope you are doing great!*

*Please find the Hotlist of our Bench consultants, they are available
immediately and are open to relocate. Please share the suitable
requirements to **ra...@technocraftsol.com* * or you
can reach me at **614-664-7826**.  let me known if you any suitable
Contracts requirements for them.*

*Note:  please add my Email ID to your distribution list. *


*S.NO* 

*Name*

*Technology*

*Location*

*Experience*

*Relocation*

*1*

*Saurin*

*ETL Informatica*

*Birmingham, IL*

*8+*

*Yes*

*2*

*Shradha*

*Sr. ETL Developer*

*Dallas,Tx*

*11+*

*Only Dallas*

*3*

*Krunal*

*ETL Informatica*

*Cary, NC*

*7+*

*Yes*

*4*

*Rounak*

*Business Analyst *

*Des Moines, IA*

*7+*

*Open*

*5*

*Sowmya*

*PL/SQL*

*Dallas, TX*

*8+*

*Yes*

*6*

*Rama Krishna*

*PL/SQL*

*Tampa,FL*

*7+*

*Yes*

*7*

*Mrunali*

*Informatica*

*Irvine,CA*

*7+*

*CA, TX, FL, NC, AZ*

*8*

*Anu*

*SQL SERVER*

*Houston,TX*

*7+*

*Open*

*9*

*Sree *

*Sr. Business Analyst*

*Houston, Texas*

*7+*

*Yes*

*10*

*Mayu*

*ETL Informatica*

*Plattsburgh,NY*

*7.5*

*Yes*



*Thanks and Regards*

*RAHUL*



*Business Development Manager*

*Email** : *ra...@technocraftsol.com

*Contact**:* 614-664-7826

*Yahoo ID / Gmail ID** :*
rahul.technocr...@yahoo.com/rahul.technocaft...@gmail.com

*Linkedin : **https://www.linkedin.com/home?trk=nav_responsive_tab_home*


www.technocraftsol.com

www.xdimensiontech.com

Partner with XDimension Technology

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


[android-developers] Front End Developer - New York City/ Plainsboro, NJ - LOCALS ONLY

2016-05-13 Thread Jadhav Ashok
*Front End Developer*
*New York City/ Plainsboro, NJ*
*Minimum 8+ yrs of Exp required*
*LOCALS ONLY*

Responsive development using HTML & CSS(Bootstrap)
Consultant should be able to take designs and turn them in web templates
leveraging CSS 3, HTML5 and JavaScript technologies.

Responsibilities:

   - Work closely with our design and tech teams to create engaging, next
   level products
   - Collaborate with other developers to maintain standards and create a
   re-usable codebase.
   - Anticipate business needs and propose efficient technology solutions
   to requirements.
   - Forward thinking, with an eye to code for performance, scalability,
   and maintainability

Qualifications:

   - Minimum 5+ years of front end development experience
   - Strong OOD/OOP skills, experience with software development
   principles, Agile methodologies, and applying modern design patterns
   - Proficient with JavaScript, HTML5, CSS3, JQuery, JSON and XML
   - Experience with client side JS MVC frameworks (e.g. AngularJS, Ember,
   Backbone)
   - Familiarity with source control and merging
   - Ability to estimate, plan, and execute complex technical projects
   - Good verbal and written communication skills

Nice to have:

   - Experience coding in an MVC frameworks
   - Experience with modern CSS precompilers (Less, Sass/Scss, stylus)
   - Experience in the digital media, healthcare and/or CMS driven
   applications

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


[android-developers] Re: Скомпилированное apk весит 3.6МБ

2016-05-13 Thread Oleg Miroshin
Да, как сяду за студию - обязательно посмотрю на подключенные к проекту 
библиотеки и support-library. 
Но такое наблюдается (размер apk) с моих самых первых тестовых приложений, 
т.е. стабильный вес каждой АПКшки ~3Mb. 
Как я понимаю все сторонние библиотеки автоматом подключаются при создании 
нового проекта.

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


[android-developers] HOT-LIST

2016-05-13 Thread sai praveen G
*Hi*

*Please find the updated hot-list of my consultants..*

*Please send the suitable requirements to *s...@theplanetp.com  *or feel
free to call me at **786-484-7805*





*S.No*

*Name*

*Skill / Job Title*

*Experience*

*Location*

*Relocation*

*1*

Nabeel

.Net Developer

8+ Years

Dallas, TX

Open

*2*

Kalpa

.Net Developer

8+ Years

Austin, TX

Open

*3*

Jeevitha

Java developer

8+ Years

NY

EST

*4*

Kaushal

QA

8+ Years

 NJ

Open

*5*

Gokul

UI Developer

7+ Years

San Jose, CA

Bay Area

*6*

Sai

UI Developer

8+ Years

TX

Open

*7*

Anusha

Data Modelling

8+ Years

CT

Open







[image: Planet-P Logo.png]

*Sai Praveen*

*Sr.IT Recruiter*

*Planet-P, Inc.,*

7950 NW 53rd Street, Suite 337, Miami, Florida 33166

Direct: +1 (786) 484 - 7805, Fax: +1 (866) 480-9591

Web:   www.theplanetp.com eMail: s...@theplanetp.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/CAABDhFwVZPySZYaaizrDP1DArmttFORi7cS4gnrKE2WpxWStjA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need:: Embedde software engineer.................Mossville, Peoria, IL, USA

2016-05-13 Thread salma bhat
Hi Partners,

Please provide some resume on salma...@nityo.com

*Position: Embedded Software Engineer*

*Location: Mossville, Peoria, IL, USA*

*Type: Contract*



*Key Responsibilities And Accountabilities:*

*Scope of Work: *

The individual hired for this position will work as part of an engineering
team to design, develop, integrate, and test software features on embedded
electronic controls for use in machine applications.

* Job responsibilities include*:

Machine software library development, Test plan development and software
validation Identification and resolution of software defects Scripting and
software tools development Software reviews.

 *Required Qualifications:*

 Four year technical degree (or equivalent).

Five or more years of experience in embedded C/C++ software development.

Two or more years of experience scripting (e.g. Python)

Working knowledge of embedded real time operating systems

Experience with embedded software development tools such as ClearCase, Git,
debuggers, and compilers

Strong communication skills, strong organizational and time management
skills, strong analytical skills, and the ability to identify needed
actions and act to resolve issues with minimal oversight.

Ability to work effectively with a culturally diverse work group.

*Desired Qualifications: *

Four year degree in Electrical Engineering, Computer Engineering, or
Computer Science

Experience with model based development using Matlab/Simulink in an
embedded software environment

Experience designing and developing embedded software based on the Autosar
framework

Experience with FMEA processes and a basic knowledge of electronic system
failure modes

Experience developing embedded real-time software or systems for mobile,
earthmoving, agricultural, industrial, or off highway applications.



*Salma Bhat*

Desk : 609-853-0818 Ext: 2121

salma.b...@nityo.com 

*Nityo Infotech Corp. *

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


[android-developers] Urgent req for Java with Scala @ Miami, FL

2016-05-13 Thread Shaik Sadiq
Hi,



Hope you are doing well !!!



I have an urgent requirement for a *Java with Scala..* Please let me know
if you have any consultants and get back to me with their updated resume in
.doc format immediately. Given below is the job description.



*Job Title: Java with Scala*

Location: Miami, FL

Duration: 6+ Month

Total Experience: 8+ Years



JD:

Client is looking for a Java Developer Candidate with Scala or Trained
Scala Developers with minimum 4+ years of experience in* Scala*



*Sadiq Shaik*

ASAP Solutions Group LLC,

678-221-4992 (ext) 217

ssh...@myasap.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/CAMy78atca9OJ%2B9vPWLzAjN7tGre%3DTfHjhvjcqH1cbO%2Btuqs%3DXA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Скомпилированное apk весит 3.6МБ

2016-05-13 Thread Сергей Позднухов
Это много - посмотри в IDE какие библиотеки подключены к проекту, отключи 
ненужные, также возможно подключен support-library, он много места может 
занимать

пятница, 13 мая 2016 г., 17:20:21 UTC+3 пользователь Oleg Miroshin написал:
>
> Во, крутяк, ответили!
> Итак, classes.dex весит 6733 кб из 7940кб в распакованном виде. Остальной 
> вес в папке res, по нормальному распределению в каждой подпапке.
>

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


[android-developers] Hotlist - Technocraft Solutions

2016-05-13 Thread Tapan Kushwaha
Hello,

Greetings!



This is with reference to the Updated Hot-List of “Technocraft Solutions”
consultants, who are actively looking for a new contract opportunity;
Please let me know if you have any suitable requirement for our active
consultants. Also please send me your Job Requirements at
*ta...@technocraftsol.com*  or you can reach me
at 614-664-7644



*S.NO *

*Name*

*Technology*

*Location*

*Experience*

*Relocation*

*1*

*Shradha*

*Sr. ETL Developer*

*Dallas, TX*

*11+*

*Only Dallas*

*2*

*Mayu*

*ETL Informatica*

*Plattsburgh, NY*

*7.5*

*Yes*

*3*

*Saurin*

*ETL Informatica*

*Birmingham, IL*

*8+*

*Yes*

*4*

*Krunal*

*ETL Informatica*

*Cary, NC*

*7+*

*Yes*

*5*

*Mrunali*

*Informatica*

*Irvine, CA*

*7+*

*CA, TX, FL, NC, AZ*

*6*

*Arti*

*QA Automation*

*CA*

*7+*

*Open*

*7*

*Sowmya*

*PL/SQL*

*Dallas, TX*

*8+*

*Yes*

*8*

*Rama*

*PL/SQL*

*Tamha, FL*

*7+*

*Yes*

*9*

*Ami*

*SQL/BI Developer*

*Piscataway, NJ*

*7+*

* Open*

*10*

*Anusha*

*SQL/ SSIS/ SSRS*

*Dallas, TX*

*7+*

*Open*

*11*

*Sai*

*Service NOW*

*Dallas, TX*

*7+*

*Yes*

*12*

*Rounak*

*Business Analyst*

*Des Moines, IA*

*7+*

*Open*

*13*

*Sree*

*Business Analyst*

*Houston, TX*

*7+*

*Open*




Looking forward to do Business with you.



Thanks,



*TAPAN*

*Business Development Manager*

*Technocraft Solutions LLC*

7000 parkwood Blvd, Ste#200G

Frisco,TX,75034

Email: ta...@technocraftsol.com

www.technocraftsol.com

www.xdimensiontech.com

Partner with XDimension Technology

Yahoo Id:Tapan_technocraft

Gmail Id: Tapan.technocraft

Contact: 614-664-7644

Fax: 866-360-3962

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


[android-developers] Re: Скомпилированное apk весит 3.6МБ

2016-05-13 Thread Oleg Miroshin
Во, крутяк, ответили!
Итак, classes.dex весит 6733 кб из 7940кб в распакованном виде. Остальной 
вес в папке res, по нормальному распределению в каждой подпапке.

пятница, 13 мая 2016 г., 18:11:22 UTC+4 пользователь Сергей Позднухов 
написал:
>
> Распакуй APK любым архиватором и посмотри что занимает место - это может 
> быть что угодно от иконки до подключенных библиотек.
>

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


[android-developers] Re: Скомпилированное apk весит 3.6МБ

2016-05-13 Thread Сергей Позднухов
Распакуй APK любым архиватором и посмотри что занимает место - это может 
быть что угодно от иконки до подключенных библиотек.

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


[android-developers] Re: Скомпилированное apk весит 3.6МБ

2016-05-13 Thread Oleg Miroshin
Совершенно мертвое сообщество или проявление нашего, русского менталитета.

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


[android-developers] Embedded Software Engineer

2016-05-13 Thread Manisha Budhwar
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:- Embedded Software Engineer*

*Location: **Mossville, Peoria, IL*

*Duration:- 6+ months*

*Interview: Phone/ Skype *



*Required Experience and Technical Skills*:-

Machine software library development Test plan development and software
validation Identification and resolution of software defects Scripting and
software tools development Software reviews .

*Required Qualifications:-* six or more years of experience in embedded
C/C++ software development Two or more years of experience scripting (e.g.
Python) Working knowledge of embedded real time operating systems
Experience with embedded software development tools such as ClearCase, Git,
debuggers, and compilers Strong communication skills, strong organizational
and time management skills, strong analytical skills, and the ability to
identify needed actions and act to resolve issues with minimal oversight
Ability to work effectively with a culturally diverse work group [?]

*Desired Qualifications:*-Four year degree in Electrical Engineering,
Computer Engineering, or Computer Science Experience with model based
development using Matlab/Simulink in an embedded software environment
Experience designing and developing embedded software based on the Autosar
framework Experience with FMEA processes and a basic knowledge of
electronic system failure modes Experience developing embedded realtime
software or systems for mobile, earthmoving, agricultural, industrial, or
offhighway applications



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


[android-developers] Looking for Java Backend Developer

2016-05-13 Thread sarita D
Hello,

Hope you are doing great. Please find the below job description and share
your profiles to r...@hclglobal.com.



*We need real time candidates. Must H1-b. We have BGV*



*Title: Java Backend Developer*

*Location: Hillsboro, OR*

*Duration: 12 months*

*Rate: DOE*



*Job Description:*

• 4+ years of experience developing Senior-Level Enterprise Java code under
Java versions 6 and/or 7.
• 3+ years of experience with Spring Core Framework 3.x. This should
include at a minimum Spring MVC and Spring Web Services experience.
• 3+ years of experience writing REST Web Services.
• 3+ years’ experience with test driven development.
• 2+ years’ experience with agile methodology and lean principles.
1+ years of Angular JS experience


*Sarita D **|* Recruiter *|* HCL Global Systems, Inc.

T 248.473.0720 Ext:171 *|* r...@hclglobal.com

24543 Indoplex Circle, Suite #220, Farmington Hills, Michigan - 48335

   # Certified MBE , E-Verify.

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


[android-developers] Project Manager ,Woonsocket, RI ,6- 12 Months

2016-05-13 Thread sudhanshu pandey
*Hi There,*

*I am looking for Relevant consultant for below job description.*

*Job Title: Project Manager   *

*Location: Woonsocket, RI *

*Contract: 6- 12 Months*

*Requirement:*

· *Project Management Experience (Years)  10 & Above*

· *Well versed with ITIL methodologies and framework especially
surrounding Incident and change management and metrics based performance
reporting. *

· Demonstrated communication effectiveness, and good project
management discipline. Ability to foster trusting relationships with
colleagues and clients.

· Able to interact and update status with Sr. Executives including
CXO level

· Familiarity with project management, including ability to
interpret project plans and assist project managers with task definition.

· Excellent oral presentation and written skills. Should have
excellent command in Microsoft office – Word , Excel and PowerPoint

· Considerable knowledge of and ability to utilize current word
processing, spreadsheet, database, e-mail and Internet software.

· Reasonable knowledge of current hardware and software
technologies and uses. Considerable ability to develop, lead, motivate and
supervise working teams.

· Considerable ability to establish and maintain effective working
relationships with other Information Technology department employees and
customer representatives.

· Manage issues escalation & Process driven. Should be able to
handle incident escalation and resolution process

· Ability to review current work flow and create standards,
processes and procedures. Ability to create measurable goals for the team
(Metrics based reporting)

· 4-6 years of experience in project management and delivery.
Demonstrated experience with multiple components of information technology
infrastructure, including multiple operating systems, distributed systems,
various hardware components (servers, disk and tape subsystems), network
infrastructure components, systems management tools and database management
systems.

· Represents core infrastructure team in driving the future
directions and strategy set by the Sr. management; Measure/Track and report
team performance Work in collaboration with engineering team on identifying
the process gaps and design/implement solution and best practices.

· Represent support team on various meetings/support calls; Act as
a highest level of technical escalation for all high priority
incidents/changes/troubleshooting calls/DR activities, organize/plans and
execute day today support related work assignments among the team members

· Work as a mentor with junior/mid-level team members; Create and
maintain standards, Manage team’s work scheduling and PTO/holiday coverage;
Perform relative day today team administrative tasks; Act as an interface
between the technical staff members and end users





*Thanks & Regards,*
--



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Sudhanshu Pandey Sr. Technical Recruiter*

Desk : 609-853-0818 X 2126
Fax :   609 7995746

*sudhansh...@nityo.com   *
*www.nityo.com *
*Gtalk : sudhanshu.intime*

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


[android-developers] Google Play Developer API: Purchase token not found [404]

2016-05-13 Thread Сергей Позднухов


I need to check in-app purchases status (canceled/consumed) from server, 
but have this 
issue: https://code.google.com/p/android/issues/detail?id=75157


Scenario:

   1. 
   
   Purchase sku1 (token1) 
   At this point you are still able to get the purchase info through the 
   api with token1
   2. 
   
   Purchase sku1 again (token2) 
   Now you are only able to check the second purchase with token2. But when 
   you try to check the first one you get "The purchase token was not found." 
   404 error.
   
It looks like when the user purchases the same sku multiple times, all 
purchase tokens except the last one is invalidated/destroyed/removed.


Does anyone have workaround?


Or may be there are another API for check purchases?

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


[android-developers] What image processing is done on photos taken by the camera?

2016-05-13 Thread Michael Garvie
I am writing an app that requires an unprocessed camera image.  I am aware 
of the RAW support in the camera2 API but we'd like it to work without this 
requirement.

Does anyone know what processing is done on an image between the photons 
hitting the sensors and the PNG result provided by the API?

Kind regards,
Michael

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


Re: [android-developers] call audio routing

2016-05-13 Thread gjs
https://en.wikipedia.org/wiki/Interactive_voice_response

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