[android-developers] Add More Locale Languages

2016-05-25 Thread Sayaji Kadam
Is possible to add Parsian languages on samsung device. My device with 
English, Marathi, Hindi etc languages. We need Parsian Language as OS 
language.

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


Re: [android-developers] Re: compile decompiled .jar files back to .dex

2016-05-25 Thread Jim Hanks
wrong,idts

On Friday, May 4, 2012 at 9:32:44 AM UTC-4, Kristopher Micinski wrote:
>
> No one will tell you the complete steps if you don't put in a little work. 
>
> Another reason is that if you're decompiling and compiling and are a 
> "totla newbie" it's most likely you're stealing and reverse 
> engineering someone's app. 
>
> Perhaps explain why you are doing this, and why you haven't been able 
> to figure out what you need. 
>
> kris 
>
>
> On Thu, May 3, 2012 at 4:42 AM, Prathwish Mestha  > wrote: 
> > Please tell me the complete steps I am a totla newbie 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> > Groups "Android Developers" group. 
> > To post to this group, send email to android-d...@googlegroups.com 
>  
> > To unsubscribe from this group, send email to 
> > android-developers+unsubscr...@googlegroups.com  
> > For more options, visit this group at 
> > http://groups.google.com/group/android-developers?hl=en 
>

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


[android-developers] Introduction

2016-05-25 Thread Amowogbaje Gideon
My name is Gideon and I am a beginner in Android I hope to get better with 
the help this group is going to render and with  the help I am going to 
render for others as well

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


[android-developers] Re: Detail on location attributes

2016-05-25 Thread gjs
Location:getTime() is a long value, representing milliseconds since 1/1/1970

All of these values are usually updated every 1 second, the lat and lon 
values change even when stationary due to 'jitter' in the computed values.

See https://developer.android.com/reference/android/location/Location.html

On Wednesday, May 25, 2016 at 12:05:09 AM UTC+10, durgadevi1 wrote:
>
> Hello members,
>
> I'm creating a GPS tracker app.
>
> I have used these few attributes:
>
> 1) Location:getTime()
> 2) Location:getLatitude()
> 3) Location:getLongitude()
>
> I managed to see the outputs on my app screen. But I noticed the values 
> keep changing on the app screen.
> Why do the values keep changing?
>
> Also, for Location.getTime() I get a large number as a output. Sometimes 
> the number is negative. (eg -2122202741)
> What does the large number represent and what format does it represent?
>
> Thank you.
>

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


[android-developers] Android Numeric Keypad

2016-05-25 Thread LilDev
Hi,
Can I open Numeric Keypad when a button is pressed using only XML ?

Thank You

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


[android-developers] Developer Console Alpha/Beta test: Test APK not available to testers

2016-05-25 Thread Mobi


I have not updated my Android app for quite a while. Now I would like to 
use the Alpha Test to run some tests of the In-App Purchase features. 

Problem is, that I do not see how I can install the Alpha version on my 
device using the Play Store. I did the following:

   - Created the APK in Android Studio 2.1
   - Logged into the Google Play Developer Console
   - Selected my app and switched to APK/Alpha-Test
   - Uploaded the APK the the Alpha Test and *published it*
   - It is a closed Alpha Test and I am the only tester. *The e-mail 
   address I entered in the tester list perfectly matches the address of the 
   Play Account I am using on the device.*
   - Opened activation URL in Chrome on my Device. Play Store webpage is 
   shown, saying that *I am a tester*.
   - Clicked the link to the Play Store and downloaded the current Version 
   of my app
   - Checked if there is an update to the Alpha Version, *but there is not*

I uploaded/published the alpha APK *one week ago*. Even if it can take some 
hours before an update reaches the store, one week should be long enough, 
shouldn't it?


I found other threads dealing with this kind of problem and in some cases 
the solution was to *clean the cache of the Play Store App and restart the 
app*. However this did not change anything in my case.

So, none of the suggested solutions I found worked for me. Any other idea 
what I can do?


I now switch from a *Closed Alpha Test* an Alpha Test using a *Google+ 
Community*. However, the result is the same:

   - While logged in with my developer account, I switched to Google+ and 
   created a new Community.
   - Invited my test user (one of my other accounts) to the group.
   - Copied the URL of the Goole+ Community to the Aplha Testing section in 
   the Developer Console. 
   - 
   
   Published the changes.
   - 
   
   When visiting the test URL (
   https://play.google.com/apps/testing/com.mycompany.myapp) I got the 
   message "*You are not a tester*"
   - Checking the e-mails of my test account. Found the invitation to the 
   Google+ Community and joined. 
   - When visiting the test URL I could now click on *Become a tester* and 
   now I am tester.
   - Downloaded the App from the Play Store using my test account. Just 
   received the public version. 
   - *No update to the Alpha version available...*


Also after switching to a *Public Alpha Test* still no update available.

Also after switching to a Public Beta Test still no update available...

*What else could I do? Any idea what I am doing wrong?*



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


[android-developers] Alpha Test APK does not reach testers - No Update available

2016-05-25 Thread Mobi
 

I have not updated my Android app for quite a while. Now I would like to 
use the Alpha Test to run some tests of the In-App Purchase features. 

Problem is, that I do not see how I can install the Alpha version on my 
device using the Play Store. I did the following:

   - Created the APK in Android Studio 2.1
   - Logged into the Google Play Developer Console
   - Selected my app and switched to APK/Alpha-Test
   - Uploaded the APK the the Alpha Test and *published it*
   - It is a closed Alpha Test and I am the only tester. *The e-mail 
   address I entered in the tester list perfectly matches the address of the 
   Play Account I am using on the device.*
   - Opened activation URL in Chrome on my Device. Play Store webpage is 
   shown, saying that *I am a tester*.
   - Clicked the link to the Play Store and downloaded the current Version 
   of my app
   - Checked if there is an update to the Alpha Version, *but there is not*

I uploaded/published the alpha APK on *five days ago*. Even if it can take 
some hours before an update reaches the store, five days should be long 
enough, shouldn't it?


I found other threads dealing with this kind of problem and in some cases 
the solution was to *clean the cache of the Play Store App and restart the 
app*. However this did not change anything in my case.

So, none of the suggested solutions I found worked for me. Any other idea 
what I can do?



I also tried to switch from a *Closed Alpha Test* an Alpha Test using a 
*Google+ 
Community*. However, the result is the same:

   - While logged in with my developer account, I switched to Google+ and 
   created a new Community.
   - Invited my test user (one of my other accounts) to the group.
   - Copied the URL of the Goole+ Community to the Aplha Testing section in 
   the Developer Console. 
   - 
   
   Published the changes.
   - 
   
   When visiting the test URL (
   https://play.google.com/apps/testing/com.mycompany.myapp) I got the 
   message "*You are not a tester*"
   - Checking the e-mails of my test account. Found the invitation to the 
   Google+ Community and joined. 
   - When visiting the test URL I could now click on *Become a tester* and 
   now I am tester.
   - Downloaded the App from the Play Store using my test account. Just 
   received the public version. 
   - *No update to the Alpha version available...*


Also after switching to a *Public Alpha Test* still no update available.


I am running out of ideas...

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


[android-developers] GCM policy change kills app?

2016-05-25 Thread おとめ座ひなたぼっこ
week ago until mow app using gcm and google sync cloud started to force 
stop an all android clientspls check?
The last time, clients successfully receive registration ID is May 11
APA91bHLUfr71D6K7VTrRH3LGiLFxGNr3qRi3xOB_yNl0fLYsqhlgYXxHzOhQx2WKgqZI3sqxa1ZPORa0-5YBZ1_OFLm9cEg1bTh7wtrpCsHW91MSs2BMIXrHEqyjj2TeoVxnAzA5U8s

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


[android-developers] Instant chat openfire+smack clarification

2016-05-25 Thread Daniel Tudorascu


I'm going to add chat functionality to my app. After long searches I came 
to the conclusion that the best solution would be ejabberd/openfire + smack 
4.1 for android, but I have some things that I can't wrap my ahead around. 
I don't know if I'm supposed to post a question like this here. Just 
comment if not and I'll delete it, but I don't know of any other place that 
I can ask.


Now I have a facebook login and some fields that post data to a server and 
that data is uploaded into mysql tables. I found multiple tutorials on how 
to make the openfire connection, but once I achieve that am I supposed to 
forget about my old implementation ? Is openfire just for instant 
messaging, or does it behave like a server in which I can add tables, query 
them, add data and etc. ?If so how? I mean in my current configuration I 
have php which handles all of that, but I couldn't find anything in 
openfire that would let me do such a thing.


When I configured openfire I saw that a lot of tables are created(ofuser, 
etc.), and I don't know what any of those are for, but I assume that I'm 
not supposed to mess with them.

Am I going to implement the auto-registration within the facebook 
login(user= fb id and password = token)?


Am I going to use openfire just to handle sending the messages, but store 
them on my current server in a table? It sounds that the phone would have 
to deal with too much- send the message to my server(to store it) and then 
to the openfire server?


I would also like to make an website for this app. Should I make it in such 
a way that when the message is submitted into the php form(to store it) 
somehow it's going to send it to the openfire to handle the downstream?


How should I implement this?


I've also looked at google GCM(which I implemented), but I understood that 
I should only use that for offline notifications. 


Any help is greatly appreciated! Thank you.

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


[android-developers] Alpha Test SDK not available to Testers. No Update offered

2016-05-25 Thread Mobi


I have not updated my Android app for quite a while. Now I would like to 
use the Alpha Test to run some tests of the In-App Purchase features. *Problem 
is, that I do not see how I can install the Alpha version on my device 
using the Play Store*. I did the following: 

   - Created the APK in Android Studio 2.1
   - Logged into the Google Play Developer Console
   - Selected my app and switched to APK/Alpha-Test
   - Uploaded the APK the the Alpha Test and *published it*
   - It is a closed Alpha Test and I am the only tester. *The e-mail 
   address I entered in the tester list perfectly matches the address of the 
   Play Account I am using on the device.*
   - Opened activation URL in Chrome on my Device. Play Store webpage is 
   shown, saying that *I am a tester*.
   - Clicked the link to the Play Store and downloaded the current Version 
   of my app
   - Checked if there is an update to the Alpha Version, *but there is not*

I uploaded/published the alpha APK on *five days ago*. Even if it can take 
some hours before an update reaches the store, five days should be long 
enough, shouldn't it?


I found other threads dealing with this kind of problem and in some cases 
the solution was to *clean the cache of the Play Store App and restart the 
app*. However this did not change anything in my case.

So, none of the suggested solutions I found worked for me. Any other idea 
what I can do?

I now switch from a *Closed Alpha Test* an Alpha Test using a *Google+ 
Community*. However, the result is the same: 
   
   - While logged in with my developer account, I switched to Google+ and 
   created a new Community.
   - Invited my test user (one of my other accounts) to the group.
   - Copied the URL of the Goole+ Community to the Aplha Testing section in 
   the Developer Console. 
   - 
   
   Published the changes.
   - 
   
   When visiting the test URL (
   https://play.google.com/apps/testing/com.mycompany.myapp) I got the 
   message "*You are not a tester*"
   - Checking the e-mails of my test account. Found the invitation to the 
   Google+ Community and joined. 
   - When visiting the test URL I could now click on *Become a tester* and 
   now I am tester.
   - Downloaded the App from the Play Store using my test account. Just 
   received the public version. 
   - *No update to the Alpha version available...*

Also after switching to a *Public Alpha Test* still no update available.

I am running out of ideas...

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


[android-developers] Google play store team not responding.

2016-05-25 Thread Siddharth Raja
Google play team is not responding to my emails.
Where i can approach or appeal, i have all documents and proofs, still no 
responses. Pls be transparent and do justice.

I hope someone will reply to this post.

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


[android-developers] Instant chat openfire+smack clarification

2016-05-25 Thread Daniel Tudorascu
I'm going to add chat functionality to my app. After long searches I came 
to the conclusion that the best solution would be ejabberd/openfire + smack 
4.1 for android, but I have some things that I can't wrap my ahead around. 
I don't know if I'm supposed to post a question like this here. Just 
comment if not and I'll delete it, but I don't know of any other place that 
I can ask.

Now I have a facebook login and some fields that post data to a server and 
that data is uploaded into mysql tables. I found multiple tutorials on how 
to make the openfire connection, but once I achieve that am I supposed to 
forget about my old implementation ? Is openfire just for instant 
messaging, or does it behave like a server in which I can add tables, query 
them, add data and etc. ?If so how? I mean in my current configuration I 
have php which handles all of that, but I couldn't find anything in 
openfire that would let me do such a thing.

When I configured openfire I saw that a lot of tables are created(ofuser, 
etc.), and I don't know what any of those are for, but I assume that I'm 
not supposed to mess with them.

Am I going to implement the auto-registration within the facebook 
login(user= fb id and password = token)?

Am I going to use openfire just to handle sending the messages, but store 
them on my current server in a table? It sounds that the phone would have 
to deal with too much- send the message to my server(to store it) and then 
to the openfire server?

I would also like to make an website for this app. Should I make it in such 
a way that when the message is submitted into the php form(to store it) 
somehow it's going to send it to the openfire to handle the downstream?

I've also looked to GCM, but I understood that I should only use that for 
offline notifications. 

How should I implement this?

Any help is greatly appreciated! Thank you

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


[android-developers] People are not using Feature of app

2016-05-25 Thread Dhaval Varia
Friends BIG QUESTION!!!

There is one app on play store : 
https://play.google.com/store/apps/details?id=com.ambaitsystem.bcookbook

It has deployed one exciting feature Chit-Chat called TeaTalk.

Where Recipe Lovers can discuss about Recipe,Cooking,Restaurant Reviews & much 
more.

Any How people are not using this feature of this app except few.

What can be done so people will start using 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/073a7569-e055-47bd-9cee-81e3ecda26ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] tabbed activity

2016-05-25 Thread Alex Baule
Using a ViewPager ?

2016-05-12 13:47 GMT-03:00 David Manzano :

> Estoy usando en una activity varios fragments que al desplazar con el dedo
> de derecha a izquierda muestra mas información pero algunos usuarios no
> saben usar este tipo de pantalla pues no se muestra que hay mas
> información, quisiera saber como poner algo parecido a lo que aparece en
> los sitios web para mostrar información rotativa con unos puntitos en la
> parte inferior o los botones de flechas con transparencia
>
> de antemano gracias
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/9714392c-9ee9-4509-aabe-1f3ae439d310%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

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


[android-developers] Re: 2016 Best Award Wining Game-Angry Roads:Smashy Car City

2016-05-25 Thread shridutt kothari
Stop spamming on Android developer forums, it's not right place to post 
your advertisement.

  

On Tuesday, May 10, 2016 at 10:19:06 AM UTC+5:30, Affan Haider wrote:
>
> Angry Roads: Smashy Car City is a unique best one addictive  game of its 
> kind and nature. if you love   Racing game then you are at right place to 
> free download 3d city car racing action and adventure game, which gives you 
> pleasure like small tiny car fearlessly running and racing among big cars, 
> PK trucks, bikes and among jet airplanes, fighting helicopters on air ports 
> and on city roads and going zigzag and try  to save  yourself from  the 
> police force, the military ,  helicopter and other  Road traffic 
>
> Angry Roads: Smashy Car is the best one Car Racing Game for all one.Now  
> visit the Smash City  as  highway rider hero.
>
>
> 
>
>
>
> *Download Free:  Angry Roads: Smashy Car City 
> *
>   
> 
>
>
>
> *Game Features*:
>
>
> 1. Multiple real City Car Driving missions in one of the best 3D Car 
> Racing games.
> 2. Anticipated to be best City Car Racing Games in 3d 2016 car racing, 
> jumping and simulation games
> 3. Modern Racing Cars, Trucks, Motorbikes and Hover boards in modern cities
> 4. Diverse outgoing summer and spring seasons scenarios.
> 5. Excellent background music.
> 6. Life time and real-time racing .
> 7. Dual mode (touch & Button)  
>

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


[android-developers] Re: In-app purchases made via promo codes return empty developer payload string

2016-05-25 Thread Lee Keng Lou
We are facing the same issue here. so is there any solution on this?

On Wednesday, March 9, 2016 at 5:08:16 PM UTC+8, Jérémy R wrote:
>
> Hi all,
>
> We are several developers to experience issue with in-app purchases & 
> promotion: if the promotion is used inside the app instead of the standard 
> payment method, the returned developer payload is empty.
> A post has been opened on Stack Overflow: 
> http://stackoverflow.com/questions/34979420/in-app-purchases-made-via-promo-codes-return-empty-developer-payload-string
>
> I asked the Google Play Developer Support (googleplay-dev...@google.com 
> ) but the answer I received is globally "there is no bug".
>
> Moreover, as commented in a comment by user greywolf82, when you use the 
> promotion via the Google Play store, this purchase can't have a developer 
> payload so it may be a serious security flaw if we can't check the 
> developer payload validity.
>
> So, does anyone have a valid developer payload after using a promotion 
> code?
>  
>

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


[android-developers] Users not uses feature of app

2016-05-25 Thread Dhaval Varia
Dear sir,

Sorry this is not technical question.but i was really frustrated.

Hipe i would get solution from somebody.

I have deployed app: Bijal's Cook Book before 8 to 12 months.

https://play.google.com/store/apps/details?id=com.ambaitsystem.bcookbook

A month ago i have procided messaging name TeaTalk as a feature in my app.

I have sent News letters regarding this to all the users via Email : 

(Snap of Email:)

___

New Feature

Bijal's TeaTalk

 
Share & Enjoy Recipes

Gossip With 'Saheli'

Offline Collection of 400+ Recipe

Suggestions for What to cook Today?

 GRAB ON PLAY STORE  

We need your Suggestions & ideas : bijal.vari...@gmail.com
___
  
Moreover this sent facebook \whatsapp post so many times.

I dont know why  not a single person has shown their interest and signup.

Please let me know how to resolve this issue.

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


[android-developers] What's the state of RenderScript?

2016-05-25 Thread Utkarsh Sinha
>From the documentation, it seems like it is a fully functioning framework 
now and can take advantage of both the CPU and GPU on a device. Is there 
some kind of a proposal / design document that I could refer to see where 
it's heading in the near future?

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/faf9bc7a-7a23-4e58-a436-de541b841ddd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Lunar Lander?

2016-05-25 Thread mike741111
 

I’ve been away from Android for a bit.


Maybe a year or so.  I remember generally using Eclipse.


It seems like now we are generally using Android Studio.


Anyhow, I was wondering if there is an easy way to get the samples like 
Lunar Lander going in Android Studio?


Anyone know what became of Lunar Lander and if there are any similar game 
samples?


Thanks, and have a blessed day.


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


[android-developers] Re: Game Service error (4800000)

2016-05-25 Thread dd
same issue here

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


[android-developers] Re: Navigation Fragment Switching

2016-05-25 Thread Eric Ho
Next time  , maybe you can first create a public git repository in 
github.com . then share the url and file in this platform. 
Becasue showing only three file is not sufficient for us to check and debug 
the application

On Sunday, 13 March 2016 04:55:11 UTC+8, Mykyru Wolf wrote:
>
> Hey everyone, having some trouble trying to call upon a fragment to add a 
> new activity to my nav drawer layout. I'm trying to set up my nav drawer so 
> when an item gets clicked in the menu, it opens a new fragment for that 
> specified activity inside of my home layout. My code I currently have is 
> attached, and any help would be appreciated.
> I am a beginner/intermediate programmer and would like any help and advice 
> I can get.
>
>  
>

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


[android-developers] RecyclerView Causing NullPointer on Individual CardView

2016-05-25 Thread CiDsTaR
Hi.

On ViewHolder(View view) constructor, you have to call view.findViewById 
insteadof just findViewById.

Hope this help you.

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


[android-developers] Android google Map with twice screen height

2016-05-25 Thread Alex Donchuk


How can i make map(lite mode) twice large than screen and scroll(vertical) 
it using scrollview? I want to show long path with many additional info and 
i need to scroll through this path down!

Thanks.

p.s. I try to put mapView in LinearLayout(fix height 400dp) in ScrollView 
with out luck =(

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


http://schemas.android.com/apk/res/android;
android:id="@+id/scrollView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ff"
android:fillViewport="true"
android:orientation="vertical">





   




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


Re: [android-developers] Why won't my app work on devices running 6.0?

2016-05-25 Thread 'Jean-Baptiste Queru' via Android Developers
The biggest problem you can have running on 6.0 is expecting that your app has 
all the permissions it requests, whereas starting with 6.0 the user can revoke 
some of those permissions, even if you target an earlier version.
That is a great opportunity to ask yourself for every single permission you 
request: "Can I justify to the end-user which exact functionality is associated 
with this permission?"
As a smaller problem, 6.0 introduces more possible density values for 
supported-screens (360 and 420). If you use it anyway in spite of all the 
warnings, you probably know about it, and probably already know how to fix it.
As you work toward fixing those, you'll probably need to compile against the 
6.0 SDK itself. In turn, that means that some deprecated APIs will disappear 
(Apache HTTP stack). If you can't refactor your code to use a more modern HTTP 
implementation, there's an official documented workaround (but I don't remember 
the URI off-hand).
JBQ

--
Jean-Baptiste M. "JBQ" QuéruMobile Excellence Architect, YahooSent from Yahoo 
Mail 

On Thursday, May 19, 2016 7:26 AM, "michael_be...@trimble.com" 
 wrote:
 

 I have built an app using the 5.1 SDK and it is having problems running on 6.0 
devices. Any suggestions or fixes?-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/5a98f8c5-a209-40f2-9921-0af5980beaa2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


  

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


[android-developers] Sure Closure:::::IBM DATAPOWER Admin,Woonsocket, RI

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

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

*Job Title: IBM DATAPOWER Admin*

*Location: Woonsocket, RI*

*Contract: Long Term*

*Interview Mode:  F2F** OR Video Round can be done from Client locations
only – Scottsdale-AZ, Irving-TX, Buffalo Groove, IL). *

*Requirement:*

Required Qualifications

· 3-5 years of overall technical experience in DataPower
administration

· Experience in IBM DataPower XI52 and WebSphere 8.x+ architectures

· Understanding of Middleware architecture and working knowledge
with various middleware application servers integration.

· Good knowledge on Network concepts and F5 Load balancers

· Has experience in Performance tuning

· Working knowledge on SSL certificates implementation

· Solid understanding of J2EE application deployment patterns and
n-tier architectures

· Some J2EE coding experience, along with XSLT and complex/reusable
application architectures

· Understanding of SOA and web services and their deployment in
DataPower

· Planning and designing Middleware Software, including
installation and upgrades, patching, documentation,

· 24x7 operational support which includes pager rotation,

· Process maintenance and security/data protection.

· Proactively monitoring and fine tuning very large systems and
using tools like Tivoli.

· Security/performance monitoring, issue escalation and resolution,
systems engineering, administration, security documentation, and strategic
technical planning.

· Experience in AIX/Linux systems administration, networking,
storage and security concepts.

· Team player, self-motivated, requiring minimal direction, good
work ethic

· Open to learning new technologies, forward and strategic thinking.





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


[android-developers] Urgent req for Java Developer with Public health background with HL7 @ Atlanta, GA

2016-05-25 Thread Shaik Sadiq
Hi,



Hope you are doing well !!!



I have an urgent requirement for a *Java 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: *Java Developer with Public health background with HL7*

Location: Atlanta, GA

Duration: 6+ Month

Rate: $50/hr

Total Experience: 7 Years



JD:

Need Java Developer with Public health background with HL7

Public health background with HL7, rhapsody experience will be preferable.



Note: candidate must and should have Public health background with HL7





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


[android-developers] Urgent Req:::::::::::::IBM DATAPOWER Admin,Woonsocket, RI

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

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

*Job Title: IBM DATAPOWER Admin*

*Location: Woonsocket, RI*

*Contract: Long Term*

*Interview Mode:  F2F** OR Video Round can be done from Client locations
only – Scottsdale-AZ, Irving-TX, Buffalo Groove, IL). *

*Requirement:*

Required Qualifications

· 3-5 years of overall technical experience in DataPower
administration

· Experience in IBM DataPower XI52 and WebSphere 8.x+ architectures

· Understanding of Middleware architecture and working knowledge
with various middleware application servers integration.

· Good knowledge on Network concepts and F5 Load balancers

· Has experience in Performance tuning

· Working knowledge on SSL certificates implementation

· Solid understanding of J2EE application deployment patterns and
n-tier architectures

· Some J2EE coding experience, along with XSLT and complex/reusable
application architectures

· Understanding of SOA and web services and their deployment in
DataPower

· Planning and designing Middleware Software, including
installation and upgrades, patching, documentation,

· 24x7 operational support which includes pager rotation,

· Process maintenance and security/data protection.

· Proactively monitoring and fine tuning very large systems and
using tools like Tivoli.

· Security/performance monitoring, issue escalation and resolution,
systems engineering, administration, security documentation, and strategic
technical planning.

· Experience in AIX/Linux systems administration, networking,
storage and security concepts.

· Team player, self-motivated, requiring minimal direction, good
work ethic

· Open to learning new technologies, forward and strategic thinking.





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


[android-developers] Need - UI Front End Developer // Detroit, MI

2016-05-25 Thread Ganesh Chandrasekaran
*Kindly share the profile to gan...@skalenow.com*

Title: UI Front End Developer

Location: Detroit, MI

Duration: 6+ Months 

Skills: 

Front end web developer to implement the UI – 6 years’ experience.

• Knowledgeable and proficient in HTML5, CSS3, Bootstrap, JavaScript and 
preferably, but not necessarily MVC and Kendo UI (Telerik)

• Solid understanding of UI/UX principles


 

*Thanks & Regards,*

*Ganesh*

Sr. Recruiter

Skalenow Inc

*Desk No-510-996-4257*

E Mail: gan...@skalenow.com

Hangout/YIM : mcganesh89

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


[android-developers] Need:: Business Analyst.......St. Louis, MO

2016-05-25 Thread salma bhat
Hi,

Please provide resumes for this position.



*Skill Set*

Business analyst with OSS/BSS background and cable/Telecom domain is
mandatory.

*Work Location*

St. Louis, MO

*Special Instructions*

NA



*Job Description*

Experience level Above 5 years.

Duration of Hiring 12 Months.

Detailed job description –

Skill Set: Business Analyst for Task Management System Application
maintained by Charter Requirements and change management Writing Use cases,
user stories Writing BRDs Working in AgileWaterfall model .

Domain Cable or telecom Ordering and billing. Mandatory Skills BA role with
Cable MSO OSS/BSS background





*Salma Bhat*

Desk : 609-853-0818 Ext: 2121

salma.b...@nityo.com 

*Nityo Infotech Corp. *

666 Plainsboro Road, Suite 1285 Plainsboro, NJ 08536

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

___

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


[android-developers] Converting a Unity Project to Gradle without Android Studios

2016-05-25 Thread Steven Brooks
Hey Guys,

I am a video game developer using Unity for Android development.
We have a Build Machine to assist us with builds, currently it is set up 
for ANT.
We are attempting to move over to Gradle as it is the new standard.
The problem we are having is that a project exported from Unity isn't in 
Gradle format.
This is easily rectified by importing the project into Android Studios as 
it will handle the entire rearrange.
The problem is that the build machine can't open Android Studios on its own.
Do any of you know how to convert an ANT style folder structure to a Gradle 
structure/Android Studios Structure with command line arguments.

Thanks for your time,
Steven Brooks.

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


[android-developers] Urgent req for Java with Selenium @ Bethesda , Maryland

2016-05-25 Thread Shaik Sadiq
Hi,



Hope you are doing well !!!



I have an urgent requirement for a *Java with Selenium*.. 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 Selenium*

Location: Bethesda , Maryland

Duration: 6+ Month

Total Experience: 8+ Years



*JD:*

Create and execute automation test scripts Provide expertise in the
planning, constructing and execution of test scripts. Apply business and
functional knowledge including testing standards, guidelines, and testing
methodology to meet the team's overall test objectives. Ensure all testing
results are easily accessible and understandable. Track defects to closure
and keep defect repository up-to-date.



Required Skill: *It is important for us to find someone with 4+ years
working with the Selenium tool and core Java skills*.





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


[android-developers] Fwd: Urgent Need : Biztalk Developer in WA, TX, CA ,MA

2016-05-25 Thread Dev
Please share resume at de...@e-solutionsinc.com

Hi All,

Please share some profiles at the earliest. This will be on taleo soon.



Role: Biztalk Developer

*Location: WA,TX,GA,MA*

*Duration: 6 Months +*

   - Possess a firm understanding of object-oriented analysis and design
   - Solid development experience for 5+ years of using application
   integration/middleware tools and Enterprise Service Bus.
   - Strong experience with Microsoft BizTalk Server 2010,  ESB toolkit 2.1
   or later and SQL Server (2008 or later).
   - Strong experience with the following technologies: C#, XML, XSLT,
   ASP.NET, HTML.
   - Strong experience with BAM and BRE.
   - Experience developing interoperable WCF, REST services.
   - Be able to create technical design and functional specifications
   documentation
   - Good knowledge of Database concepts, stored procedures, SSIS, SSRS.
   - Experience with test driven development process using BizUnit and
   NUnit.





Thanks & regards

Dev

Phone : 408-722-9448

*Fax*: 408 521 0167

E-solutions Inc: 2 N. Market St., #400, San Jose, CA 95113

*Email*: de...@e-solutionsinc.com

*www.e-solutionsinc.com *

*Linkedin:* https://www.linkedin.com/in/dev-vishnu-a0aa3791

*An *

* Employer*



Under Bill s.1618 Title III passed by the 105th U.S. Congress this mail
cannot be considered spam as long as we include contact information and a
remove link for removal from our mailing list. To be removed from our
mailing list reply with "remove" and include your "original email
address/addresses" in the subject heading. Include complete addresses
and/or domain to be removed. We will immediately update it accordingly. We
apologize for the inconvenience if any caused. If you have erroneously
received this message, please delete it immediately and notify the sender.

Before opening any attachments please check them for viruses and defects.

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


[android-developers] Very Urgent:::::::Lead BPM Developer,Indianapolis, IN,17+ Months

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

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

*Job Title: Lead BPM Developer*

*Location: Indianapolis, IN*

*Contract: 17+ Months*

*Requirement:*

· Need technically strong BPM resource.



· Resource should be able to coordinate work with offshore



*Experience (Years)*

· 6-8



*Competencies:*



· Business Process Management(BPM)



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


[android-developers] Oracle PL/SQL developer with cold Fusion

2016-05-25 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:- Oracle PL/SQL developer with Cold Fusion *

*Location: **Atlanta, GA*

*Duration:- 6+ months*

*Interview: Phone/ Skype*



*Required Experience and Technical Skills*:-
Job description:
· Solid experience in Oracle PL/SQL packages, Procedures, Functions,
Triggers and Views to retrieve, manipulate and migrate complex data sets in
Oracle Databases.
· Solid experience in Cold Fusion - developing templates, connecting to
databases.
· Requirement analysis, planning, prioritizing, tracking requests to
completion and providing status.
· Hands on production support experience
· Possess Strong communication skills, client interfacing and analytical
skills



*Thanks & Regards,  *

*Manisha Budhwar*

Recruiter

Nityo InfoTech .

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

Gtalk ID:- manishanityo16

E Mail: manish...@nityo.com

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


Re: [android-developers] Why won't my app work on devices running 6.0?

2016-05-25 Thread jtoolsdev
I think we're expected to be psychic.  Just put our Android phone to our 
forehead and we'll immediately know the answers.  There are all kinds of 
reasons that apps break on new versions of Android.  One of the known 
reasons is that things don't work in the real world as they do in Mountain 
View. ;-)

On Wednesday, May 25, 2016 at 9:01:35 AM UTC-7, TreKing wrote:
>
>
> On Tue, May 24, 2016 at 10:14 AM,  
> wrote:
>
>> You are not here to help, nor understand. You are here to talk down on 
>> people to feel superior.
>
>
> You misunderstand my sense of humor. Not the first time. *shrugs*
>  
>
>> I will not list any problems becausethere is not any.
>
>
> There are no problems? Then why did you post "I have built an app using 
> the 5.1 SDK and it is having *problems* running on 6.0 devices." 
> (emphasis mine).
>  
>
>> TreKing, I am not at the doctor...
>
>
> It's called an analogy.
>  
>
>> I am in a discussion forum, trying to get people to talk about problems 
>> they are having so I can prepare my product for any problems it may 
>> encounter in the FUTURE!!!
>
>
> That is not what you posted. You said you were having problems running on 
> 6.0 and asked for suggestions on fixing these problems with no 
> clarification of what these problems were.
>  
>
>> I have posted the question and topic rephrased in multiple ways to draw 
>> out information, you actually replied to another one! 
>
>
> I don't see anywhere where you reposted or rephrased your question for 
> clarity. I still don't understand if you have a specific problem or are 
> just generically attempting to generically start a generic discussion about 
> generic issues, generically.
>
> Please re-read your own original post and realize you indicated you were 
> having some problems but provided zero indication of what said problems 
> were.
>
>
> -
> 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/796e3a31-e768-416b-a882-a08b5bfd788c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Why won't my app work on devices running 6.0?

2016-05-25 Thread TreKing
On Tue, May 24, 2016 at 10:14 AM,  wrote:

> You are not here to help, nor understand. You are here to talk down on
> people to feel superior.


You misunderstand my sense of humor. Not the first time. *shrugs*


> I will not list any problems becausethere is not any.


There are no problems? Then why did you post "I have built an app using the
5.1 SDK and it is having *problems* running on 6.0 devices." (emphasis
mine).


> TreKing, I am not at the doctor...


It's called an analogy.


> I am in a discussion forum, trying to get people to talk about problems
> they are having so I can prepare my product for any problems it may
> encounter in the FUTURE!!!


That is not what you posted. You said you were having problems running on
6.0 and asked for suggestions on fixing these problems with no
clarification of what these problems were.


> I have posted the question and topic rephrased in multiple ways to draw
> out information, you actually replied to another one!


I don't see anywhere where you reposted or rephrased your question for
clarity. I still don't understand if you have a specific problem or are
just generically attempting to generically start a generic discussion about
generic issues, generically.

Please re-read your own original post and realize you indicated you were
having some problems but provided zero indication of what said problems
were.

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


[android-developers] Urgent Need ::::::Lead BPM Developer,Indianapolis, IN,17+ Months

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

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

*Job Title: Lead BPM Developer*

*Location: Indianapolis, IN*

*Contract: 17+ Months*

*Requirement:*

· Need technically strong BPM resource.



· Resource should be able to coordinate work with offshore



*Experience (Years)*

· 6-8



*Competencies:*



· Business Process Management(BPM)



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


[android-developers] Performance Tester With VSTS Is Must

2016-05-25 Thread Megha Agarwal
*Hello,Please let me know if you have any consultant available for the
below role,Position : Performance TesterLocation : Chevy Chase, MDDuration
: Long Term Must Have strong experience in  VSTS and TFS Required
Skills:Must have experience working with Performance CenterExecution of
tests in Performance center AnalysisMust have experience working with
Performance monitoring tool e.g. Wily IntroscopeGood to have experience
working into Property & Casualty InsuranceGood to have experience working
with Guidewire Suite of productsStrong Verbal and written communication
skills.Experience working with Microsoft Tool (VSTS) & .Net*

*___*

*Please send your resumes to megha.agar...@panzersolutions.com
  for immediate consideration*

*Thanks,*

*Megha Agrawal**megha.agar...@panzersolutions.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/CAOwfwP0Oc_tVu4%3DGAeq1Jv3Et107os3zb0tFGO9nnj3MCgK6yQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Let's Connect - Recruitment Services

2016-05-25 Thread Ankush Chaudhary
Hi Partners,


I know we all are trying our best to grow.


My team will be starting to recruit for some of the banking and IT clients
based in NY/NJ.


I need support of my partners to provide the best candidates.


Let’s connect and grow our network -
https://www.linkedin.com/in/ankush-chaudhary-a16a205a


Regards,



Ankush Chaudhary

Team Lead Recruitment

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


[android-developers] Sure Closure::::::::IBM DATAPOWER Admin,Woonsocket, RI

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

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

*Job Title: IBM DATAPOWER Admin*

*Location: Woonsocket, RI*

*Contract: Long Term*

*Interview Mode:  F2F** OR Video Round can be done from Client locations
only – Scottsdale-AZ, Irving-TX, Buffalo Groove, IL). *

*Requirement:*

Required Qualifications

· 3-5 years of overall technical experience in DataPower
administration

· Experience in IBM DataPower XI52 and WebSphere 8.x+ architectures

· Understanding of Middleware architecture and working knowledge
with various middleware application servers integration.

· Good knowledge on Network concepts and F5 Load balancers

· Has experience in Performance tuning

· Working knowledge on SSL certificates implementation

· Solid understanding of J2EE application deployment patterns and
n-tier architectures

· Some J2EE coding experience, along with XSLT and complex/reusable
application architectures

· Understanding of SOA and web services and their deployment in
DataPower

· Planning and designing Middleware Software, including
installation and upgrades, patching, documentation,

· 24x7 operational support which includes pager rotation,

· Process maintenance and security/data protection.

· Proactively monitoring and fine tuning very large systems and
using tools like Tivoli.

· Security/performance monitoring, issue escalation and resolution,
systems engineering, administration, security documentation, and strategic
technical planning.

· Experience in AIX/Linux systems administration, networking,
storage and security concepts.

· Team player, self-motivated, requiring minimal direction, good
work ethic

· Open to learning new technologies, forward and strategic thinking.





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


[android-developers] Immediate Need: IBM WebSphere Commerce Developer - NY

2016-05-25 Thread Megha Agarwal
*Hello,Please let me know if you have any consultant available for the
below role,Job Tittle: IBM WebSphere Commerce DeveloperLocation: Lake
Success, NYDuration: 8+ MonthsPosition Overview:The IBM WebSphere Commerce
UX/UI Developer will be a key member of the e-Commerce implementationteam
responsible for developing WebSphere Commerce UX/UI assets to integrate
with WCS backend and jsps.Responsibilities include design and development
of front-end jsp, html, js, Dojo components to render aresponsive html
design that renders effectively on mobile devices, tablet as well as
desktop. Required Skills:Candidate must have a strong understanding of the
WCS runtime framework, comfortable working with Struts, experience
developing front-end components, use of WCS tag libraries,
Ajaximplementation, responsive html designsIBM WebSphere Commerce V7 full
lifecycle development Experience using Web 2.0 in at least 1 of the recent
project implementationsBachelor Degree Required Nice to have
Skills:Experience with component services model in WebSphere
CommerceConsulting experience Deliverables:Process Requirements
DocumentsProcess FlowsMentor and Knowledge transfer to client project team
membersParticipate as primary, co and/or contributing author on any and all
project deliverables associated with their assigned areas of
responsibilityAdvise on and provide alternative (out of the box)
solutionsParticipate as a team member of the functional teamPerform other
duties*

*___*

*Please send your resumes to megha.agar...@panzersolutions.com
  for immediate consideration*

*Thanks,*

*Megha Agrawal**megha.agar...@panzersolutions.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/CAOwfwP08qaTaS_z8g28N-mSem%2B4%3DMnK-LsWFsGA%3D7x86LU4_ew%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Closure Guarantee:::::Urgent Req:::::::::::::IBM DATAPOWER Admin,Woonsocket, RI

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

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

*Job Title: IBM DATAPOWER Admin*

*Location: Woonsocket, RI*

*Contract: Long Term*

*Interview Mode:  F2F** OR Video Round can be done from Client locations
only – Scottsdale-AZ, Irving-TX, Buffalo Groove, IL). *

*Requirement:*

Required Qualifications

· 3-5 years of overall technical experience in DataPower
administration

· Experience in IBM DataPower XI52 and WebSphere 8.x+ architectures

· Understanding of Middleware architecture and working knowledge
with various middleware application servers integration.

· Good knowledge on Network concepts and F5 Load balancers

· Has experience in Performance tuning

· Working knowledge on SSL certificates implementation

· Solid understanding of J2EE application deployment patterns and
n-tier architectures

· Some J2EE coding experience, along with XSLT and complex/reusable
application architectures

· Understanding of SOA and web services and their deployment in
DataPower

· Planning and designing Middleware Software, including
installation and upgrades, patching, documentation,

· 24x7 operational support which includes pager rotation,

· Process maintenance and security/data protection.

· Proactively monitoring and fine tuning very large systems and
using tools like Tivoli.

· Security/performance monitoring, issue escalation and resolution,
systems engineering, administration, security documentation, and strategic
technical planning.

· Experience in AIX/Linux systems administration, networking,
storage and security concepts.

· Team player, self-motivated, requiring minimal direction, good
work ethic

· Open to learning new technologies, forward and strategic thinking.





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


[android-developers] Hotlist - Technocraft Solutions

2016-05-25 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

Nayak

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

Raja

Tableau Developer

Chicago, IL

7+

Open

13

Sampath

Tableau Developer

Bloomington, IL

7+

Open

14

Mani

Oracle Apps Techno Functional

Sunnyvale, CA

7+

Open

15

Rounak

Business Analyst

Des Moines, IA

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


[android-developers] Hot-List

2016-05-25 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*

*Mrunali*

*Informatica*

*Irvine,CA*

*7+*

*CA, TX, FL, NC, AZ*

*2*

*Mayu*

*ETL Informatica*

*Plattsburgh,NY*

*7.5*

*Yes*

*3*

*Aishwarya*

*BA*

*Oregon*

*7+*

*Only Oregon*

*4*

*Saurin*

*ETL Informatica*

*Birmingham, IL*

*8+*

*Yes*

*5*

*Anu*

*SQL SERVER*

*Houston,TX*

*7+*

*Open*

*6*

*Mani*

*Oracle Apps Techno*

*Sunnyvale,CA*

*7+*

*Open*

*7*

*Raja*

*Tableau*

*Chicago,IL*

*7+*

*Open*

*8*

*Shree Jana*

*Java*

*Sanfransisco,CA*

*7+*

*Only Texas*

*9*

*Sampath*

*Tableau*

*Bloomington,IL*

*7+*

*Open*

*10*

*Shruti*

*.Net Developer*

*Dallas,TX*

*8*

*Only Dallas,TX*

*11*

*Krunal*

*ETL Informatica*

*Cary, NC*

*7+*

*Yes*

*12*

*Gunemoni*

*Service Now Developer*

*Columbus,OH*

*8*

*Yes*

*13*

*Shradha*

*Sr. ETL Developer*

*Dallas,Tx*

*11+*

*Only Dallas*

*14*

*Sowmya*

*PL/SQL*

*Dallas, TX*

*8+*

*Yes*

*15*

*Rama Krishna*

*PL/SQL*

*Tampa,FL*

*7+*

*Yes*

*16*

*Rounak*

*Business Analyst *

*Des Moines, IA*

*7+*

*Open*

*17*

*Gaurav*

*Oracle DBA*

*Santa Clara,CA*

*7+*

*Open*



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


[android-developers] Urgent Need::::::Salesforce Technical - Programmatic Development , Jersey City, NJ

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

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

*Job Title: Salesforce Technical - Programmatic Development *

*Location: Jersey City, NJ*

*Contract: 6+Months*



*Requirement:*

· Enterprise Platform & Solutions : Salesforce Technical -
Programmatic Development



*Experience (Years)*



· 8-10



Essential Skills



· Salesforce Experienced



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


[android-developers] Urgent req for IT Business Analyst @ San Ramon, CA

2016-05-25 Thread Shaik Sadiq
Hi,



Hope you are doing well !!!



I have an urgent requirement for a *IT Business Analyst*.. 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: *IT Business Analyst*

Location: San Ramon, CA

Rate: $55/hr on C2C

Duration: 12+ Month

Total Experience: 8+ Years



*JD:*

Client is looking for an IT Business Analyst with experience in Credit Card
Authorization and Settlement System.
* should be able to take face-to-face interview. *

*Required Skills :*
1. 8 to 10 yrs. of experience as Business Analyst in IT industry,
2. Functional expert in Credit card authorization and settlement system
3. Excellent communication and presentation skills
4. Expert in requirement gathering , preparing detailed functional spec,
developing test strategy and test planning.



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


[android-developers] Dataware house Tester

2016-05-25 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:- Dataware house Tester*

*Location: **Mason, OH*

*Duration:- 12+ months*

*Interview: Phone/ Skype*

*Domain:-Healthcare & Insurance*



*Required Experience and Technical Skills*:-
Technical Test Lead- Data warehouse Testing

Qualifications Basic
• Bachelor’s degree or foreign equivalent required. Will also consider one
year of relevant work experience in lieu of every year of education
• At least 7-8 years of experience with Information Technology and Test
Delivery in which at least 5 years of experience in Data warehouse testing
using Informatica ETL Tool
• Atleast 4 years of experience working in ETL tools like Informatica
• Working Experience to ETL Automation testing using Informatica DVO
Preferred
• At least 5 year of experience in testing data warehouse systems, in
creating test strategy and test management.
• Experience in any data warehouse technologies is a must
• Experience in ETL tools like Informatica is a must
• Experience in Informatica DVO Automation
• Proficient in SQL and database technologies
• Ability to work in team in diverse/ multiple stakeholder environment
• Ability to communicate the status and progress to stakeholders when
required
• Experience and desire to work in a Global delivery environment
• Experience with Healthcare or Insurance domain is preferred
• Experience in JUnit, Mongo DB would be preferred



*Thanks & Regards,  *

*Manisha Budhwar*

Recruiter

Nityo InfoTech .

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

Gtalk ID:- manishanityo16

E Mail: manish...@nityo.com

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


[android-developers] Problemas ao acessar vídeos promocionais da Play Store

2016-05-25 Thread Jb Rodrigo
Bom dia

Estou com problema ao acessar vídeos promocionais a partir da Play Store. 
Ocorre um erro e aparecer na tela a mensagem “Toque para tentar novamente”, 
somente em alguns aplicativos outros não... Alguma dica ou solução?

Link de um app que tenho problemas: 
https://play.google.com/store/apps/details?id=br.com.jbsoft.mobile


Obrigado 

Att 

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


[android-developers] Adapt json into gridview

2016-05-25 Thread Matteo Speranza
Goodmorning, i write here because i've a problem with gridview and adapter.
I've created a java class in android studio to read a json string by a php 
script that send a query to my mysql db.
When i launch the activity, it is empty.
My code is here http://pastebin.com/x3aFr25K

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


[android-developers] Is it possible to use an .opus file with Mediaplayer?

2016-05-25 Thread Virginia P.
I'm getting

java.io.IOException: setDataSourceFD failed.: status=0x8000

while executing 

MediaPlayer.create(context, soundURI);

The file type is "audio/ogg; codecs=opus". I've tested several files to 
assure that the file is not corrupt. For example: 
https://people.xiph.org/~giles/2012/opus/detodos.opus (downloaded in the sd 
card)

I'm developing and testing with lollipop 5.1, and the opus codec support 
started in 5.0, isn`t it?

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/c95a744d-9058-42e4-82d8-3250c037d38f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Why won't my app work on devices running 6.0?

2016-05-25 Thread gjs
Trimble GNSS Status app doesn't work in Android 6 the way it did in prior 
Android versions because of the manner in which the app was (ab?)using Mock 
Locations, a setting intended for developers not end users. Google fixed 
this in Android 6.

http://trl.trimble.com/docushare/dsweb/Get/Document-797557/Geospatial_Bultn_GNSSStatusApp_R1andR2_Nov2015.pdf

https://youtu.be/RTX1DFEMOCY

On Friday, May 20, 2016 at 12:24:03 AM UTC+10, michae...@trimble.com wrote:
>
> I have built an app using the 5.1 SDK and it is having problems running on 
> 6.0 devices. Any suggestions or fixes?
>

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


[android-developers] tablet classroom with bluetooth keyboards connection problem

2016-05-25 Thread Wim Ict
Hi

I use 24 tablets with a bluetooth keyboard for kids aged 10 to 12 years. 
How can I organize it so that a tablet automatically connect to one 
specific keyboard so my underaged users don't need to connect the device. I 
can't change the keyboards names. I want to keep the connection between two 
devices also after shut down of both ...

Is this possible?

Thanks a lot for any tips
Wim 

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


[android-developers] Detecting IAP refunds via purchase receipts

2016-05-25 Thread alexander . altanis
Hello all,

I've been sifting through the documentation to try to figure this out, but 
I'm not sure how to do it.

I want to develop an app with In-App Purchases, but I want to know when 
those IAPs were refunded, because I'm going to be activating content on 
another platform when users make IAPs on Google Play, and I need to be able 
to deactivate that content when people get refunds. 

I'm not sure exactly how this can work. My current plan is, when the user 
makes an IAP on the client side, I'll send the purchase token (together 
with whatever else is needed) to the server. The server will verify the 
purchase, activate the content, and then it can periodically use the In-App 
Purchases API to check the purchaseState 

 
(1 means the user got a refund, right?), and deactivate the content if the 
user has gotten a refund. 

Does this sound reasonable? Am I missing something? 

Also, one last question: for this I need a Web app 
,
 
right?

Thanks,
Alexander

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


[android-developers] Set app width and height manually android

2016-05-25 Thread shijin tr
I was searching find a solution for creating my app for android device.I 
need to set the app width and height manually and the app should vertically 
aligned on center.Is there any way to create an apk using any of the 
technology like android,cordova etc ?

[image: enter image description here]

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