[android-developers] Connec drop down list to Web server

2016-04-27 Thread Kalp Patel
hi,

I hosted 000webhost to collect data and retrive data.

I know how to retrive and store string data to server.

1) If i have spinner how can I store that data to server and retrive it?

2) If User right suburb name , text view pop drop down list . For e.g. If i 
start typing a... it will show me suburbs starting with "a". I want to 
store that information and retrive that information. 

3)The form contains, photos, drop down list, suggestion box when user start 
typing suburb, address, location (lat and longitude).


I ll give you example of what I want to do:

Think about student form:

Category (Spinner): High School student, kindergarden, etc.

Name, Age, Address : Text

Suburb: Suggestion as soon as typing any alphabet.

Photo: Add photo (option to capture or browse)


So this all information will send to server. There will be another activity 
set up where, other users can search for this student and retrieve all 
information.

I browse tons and tons of stackoverflow but Most of them uses SQlite and I 
am pretty sure I have to hire server.

-- 
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/a093e7a3-7cbd-47a5-8735-94c97e0809e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to mix two audio files

2016-04-27 Thread askl
Hi Everyone, 

I want to mix record audio file and orginal audio file together. How can i 
do it. Are there any apis to do it. or What is the best way to do it. 

thnx,

-- 
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/2e0d2c9c-e3e3-4805-9a54-274e91d19a72%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Copy protection for Android apps

2016-04-27 Thread Mohsen Mostafaei
hi,
unfortunately until now i can install any apk without any hard work to do. 
but if you assign a code to user who have bought your app(if there is a way 
to do this by app market) you can lock (programmatically) the app for other 
user.  just idea 
thanks mohsen 

 
On Thursday, April 28, 2016 at 8:57:50 AM UTC+4:30, Sven Hedlund wrote:
>
> Being an Android newbie, I wonder: If I spend a lot of time on learning 
> how to program for Android, developing impressive apps and uploading them 
> to sell on Google Play - will they automatically be properly copy 
> protected? Or is it possible to just copy my apk from one device and run it 
> on another?
>
> I tried to google this question but all answers I found were a couple of 
> years old and I guess the answer to my question will change over time.
>
> Grateful for reply,
> Sven
>
>

-- 
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/d769e42e-947b-47df-a898-f6962af0a228%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Whether Google can remove all the malicious apps that have been installed in users' devices?

2016-04-27 Thread Lisa
Hi all,

I have a question: whether Google can remove the malicious apps that have 
been already installed in users' devices?

If so, then: 
If the malicious app is released in third party markets instead of 
Google play, whether Google can remove it from users' devices?

Thanks!

Best,
Lisa

-- 
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/415eba33-8f18-40c4-bcd0-3938ed71ee58%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Copy protection for Android apps

2016-04-27 Thread Sven Hedlund
Being an Android newbie, I wonder: If I spend a lot of time on learning how 
to program for Android, developing impressive apps and uploading them to 
sell on Google Play - will they automatically be properly copy protected? 
Or is it possible to just copy my apk from one device and run it on another?

I tried to google this question but all answers I found were a couple of 
years old and I guess the answer to my question will change over time.

Grateful for reply,
Sven

-- 
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/45a71253-c44f-4451-b463-8b1af51d70ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help: Main thread getting stuck waiting for blocking queue message.

2016-04-27 Thread Ivaylo Dankolov
Hello,

I've stumbled upon a really weird problem that I can't make any sense of 
whatsoever. A little bit of backstory first:

I'm trying to run JavaScriptCore and using it as a scripting language of 
sorts for an Android app. The trouble is, stack size on the main thread is 
quite limited on older Android versions (something like 12k on API 16). 
However, I would still like to call into JS on the main thread, have it 
call back to request things and have all of that appear synchronous. No 
problem - I'll whip out a couple of channe... khm... SynchronousQueues and 
bounce the execution back and forth. Here's what my code looks like. 


It's pretty simple - every time something calls defer - it bounces to the 
other thread and continues from there. The only problem is, well, it 
doesn't work. On a real use case with executing Javascript code it just 
fails pretty reliably at some point, though not at the same spot for the 
emulator and different devices. Logcat always looks pretty innocuous:

I/JavaScriptCore: Lockstep [Main]: Defer
I/JavaScriptCore: Lockstep [Main]: Send EXECUTE_FUNC
I/JavaScriptCore: Lockstep [Background]: Receive EXECUTE_FUNC
I/JavaScriptCore: Lockstep [Background]: Defer
I/JavaScriptCore: Lockstep [Background]: Send EXECUTE_FUNC

However, that second EXECUTE never gets received by main, even though the 
put goes through. As far as I understand it, that should not even be 
possible with Synchronous queues. Looking at the thread dump, the 
background thread is waiting in the run loop for the next message, while 
main is sitting parked on incoming.take. No other threads are interacting 
with this.

On one of my devices I could set up a conditional breakpoint for the exact 
moment that this stops working, and I could pause it just as MAIN is 
waiting for that EXECUTE message. The message is non-null, the 
foregroundQueue at that point is working, I can poll it with or without 
timeout from Android Studio, take its size, whatever. As soon as I step 
over all the operations hang.

Of course, I suspected JNI shenanigans, but there are no memory dumps, 
segmentation faults or any warnings at all for that matter in Logcat.

Also, it's not just take - even if I do it with a really dirty busy wait:

Message msg = incoming.poll();
if(msg == null) {
 Thread.sleep(20);
 continue;
}

Main is stuck on poll, the background thread keeps merrily chugging away on 
the other queue every 20 milliseconds.

I tried nesting defers with a really lazy factorial that likes to sleep a 
lot and it has no problem going 200 deep, integer overflows notwithstanding:

LockstepThread t = new LockstepThread();

int deferredFactoriel(final int n) {
  if(n == 0) {
return 1;
  }
  return n * t.defer(new Functor() {
@Override
 public Integer call() {
   try {
 Thread.sleep(20);
   } catch (InterruptedException e) {
 e.printStackTrace();
   }
   return deferredFactoriel(n-1);
}
  });
}

@Override
public void onCreate() {

  super.onCreate();

  for(int i=0; i<200; ++i) {
Log.i("Test", i+"! = " + deferredFactoriel(i));
  }

...

What is probably strangest of all, is that it doesn't matter what 
synchronisation I use. SynchronizedQueue, ArrayBlockingQueue, 
LinkedBlocking queue - it always fails at the same spot with the exact same 
thread dump. Hell, I even made my own exchanger 
 just 
to see that I'm not going insane and it still got stuck in the same way.


So yeah, I'm completely stumped. Any ideas what's going on? Any help with 
debugging this would be much appreciated.

-- 
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/c7cc7ed0-27ea-47e4-a61c-d880d97b9eb0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Is /system/lib/libc++ Standard Now?

2016-04-27 Thread alex.shoykhet via Android Developers
I'm developing some c++ code and am using libc++_shared.so provided with 
the ndk.

However, a spot check on my android L devices shows that there is an 
equivalent /system/lib/libc++.so available on all of them:

nexus 5 w/ android L - yes

lg nexus 5x w/ android M - yes

moto x puer w/ android M - yes

samsung galaxy note 5 w/ android M - yes

sony xperia w/ android L - yes

samsung galaxy s4 w/ android 5.0.1 - yes

htc one m8 w/ android M - yes

huawei nexus 6p w/ android M - yes


I'd like to know whether android is now supporting libc++.so as part of the 
system libraries.


This is important because packaging libc++_shared.so with my apk increases 
its size by 1.2mb!  It would be great to remove this .so from my apk.

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


[android-developers] Urgent Req:::::::::::::Middleware Web Administrator , Schenectady, NY, 12+ Months

2016-04-27 Thread sudhanshu pandey
*Hi There,*

*I am technical recruiter and I am looking for Relevant consultant for
below job description, if interested please let me know the hourly rate you
are looking for below mention job position.*

*Job Title: Middleware Web  Administrator *

*Location: Schenectady, NY *

*Contract: 12+ Months *



*Requirement:*

*Mandatory Technical Skills*

*• 4-6 year of experience in setup & Configuration of Web/App servers like
Apache, Wildfly, Weblogic, Peoplesoft portal/HRMS/CRM, Nginx, HAProxy.*

*• 4-5 years of experience in Unix  scripting *

*• Incident Management and Infrastructure troubleshooting skills.*

• General understanding of Network concepts, WAN, DNS DMZ architecture
including firewall & load balancing devices such as F5 BigIp."

*Desirable Technical Skills  *

• Knowledge on Configuration management tools like Puppet, Chef

• Deploying and configuring machines/applications in a Cloud environment

• Understanding of application deployment strategies and continuous
integration"

*Mandatory Functional Skills   *

• 24x5 team coverage + weekend on-call (rotation)

• Deployment of applications and upgrade of web/application server
products/ software’s.

• Developing shell scripts/tools for higher productivity & process
automation.

• Setup & Configuration of Web/App servers like Apache, Wildfly, Weblogic,
Peoplesoft portal/HRMS/CRM, Nginx, HAProxy.

• Preparation of technical documentation as per the client’s request.

• Performance improvement of web & application server.

• Monitoring of Alerts and optimization of the same

• Collaborate with other teams as and when required in order to provide
resolution to a support ticket or an issue.

• Capacity planning

• Troubleshooting & migration of windows batch jobs.

• Setup and maintenance of FTP/SFTP accounts.

• Windows servers Administration - Installation of basic software’s for
daily work, management of user rights

• Provide daily production system health check reports.



*Total Experience Required *

· 6-8 Years



*Thanks & Regards,*
--



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Sudhanshu Pandey Sr. Technical Recruiter*

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

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

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


Re: [android-developers] Help me please... playstore developer account team.

2016-04-27 Thread TreKing
This is not a Google Play support forum. Visit
https://play.google.com/apps/publish and click the help link at the bottom.

On Wed, Apr 27, 2016 at 3:31 AM,  wrote:

> Hi, please help me...
> I start create play store developer account with thandana@gmail.com
> and Developer Name: Than Dana... last months ago.
> But, payment pending error and cancle my order while creation.
> So, i created another playstore developer account with this
> dev.thand...@gmail.com. Developer Name: ThanDana
> Now, I have a developer account with full registration. But, I can't
> change my developer name to "Than Dana"
> because, this name was my 1st account created name. but, i can't use this
> account "thandana@gmail.com".
> So, i want to change my developer name as "Than Dana" with my playstore
> developer account "dev.thand...@gmail.com"
> Please help me...
> Thanks you so much Google.
>
> --
> 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/a0f1477f-a5f6-424a-aeb5-4132ff24f177%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 

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


[android-developers] Urgent req for ETL Data Integration @ Mission, KS

2016-04-27 Thread Shaik Sadiq
Hi,



Hope you are doing well !!!



I have an urgent requirement for a *ETL Data Integration..* 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: ETL Data Integration*

Location: Mission, KS

Duration: 8+ Month

Total Experience: 9 Years



*JD:*

Looking for an experience data integration expert with experience in any of
the following Mulesoft (preference), Informatica, Tibo or WebMethods.  Must
be skilled in architecting and building integration scenarios.  Should have
at least 6 years of integration/architecture



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


Re: [android-developers] Creating projects for old APIs

2016-04-27 Thread TreKing
On Wed, Apr 27, 2016 at 2:52 AM, Daniel  wrote:

> Now, I have to develop for a device running API version 16. So, in my
> Android Studio, I created a new project, selected minimum SDK 16 and chose
> not default activity. Then I went ahead and changed the target SDK and
> compile SDK to 16.
>

You should always target the latest version you've tested again and compile
against the latest.


> When I run Build, I get 124 errors, all of which are in the intermediate
> files and sound similar to "No resource found that matches the given name
> [...]".
>

You truncated an important bit of information there.


> The only source file in the project at this point is the default
> AndroidManifest.xml.
>

AndroidManifest.xml is not a source file.


> So, my question is: Where do these Errors even come from?
>

Dependencies, probably. Make sure you have all the of the latest and
greatest plugins / tools / libraries / etc.

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


Re: [android-developers] Can I Publish Multiple Apps From The Same Codebase?

2016-04-27 Thread TreKing
On Tue, Apr 26, 2016 at 9:18 PM, Feven Beraki 
wrote:

> So I want to do same thing, publish as more as copies to google play,
>

Don't base your actions on what others are doing - particularly if what
they are doing is wrong.
Publishing multiple apps that are basically the same is spam (which is
basis for having your account suspended).


> if that so, I can occupied top list, and get more and more users.


Attempting to break into the "top list" by dividing up your potential users
among multiple versions of the same app is a comically stupid strategy.

-
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/CANCScgi_h%3DkFs_NvNo3VHE3-zCC-dHTNa-YvWkYhi_6E3HzBew%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to get an event from Google when a customer requests a refund for a consumable item

2016-04-27 Thread play
Hi,

We a telecom related app in play and it offer international calling 
service. The question is: How to get an event from Google when a customer 
requests a refund for a consumable item

Thank you in advance

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


[android-developers] Exact timeouts on Android

2016-04-27 Thread Roman Khnykin
in our Android application (with foreground Service) we need exact timers.

on 4.x all ok. but on 6.0 and even on 5.x (at least on Samsung) any timers 
didn't work correctly.
no difference what amount of time we are requesting. for example I need 600 
msec (occasionally), and 30 sec and 5 minutes repeating timers. any of 
these may delay with unexpected time, even up to several hours (!!!) when 
device is in idle mode (6.0, Doze).

*Thread.sleep()*, *Timer* class, *pthread_cond_timedwait()* (in C), 
*AlarmManager.set()* - can't guarantee exact timeout.
*AlarmManager.setExact()* is working better, but not always. may not work 
at all while in idle (Doze) mode. even if app is whitelisted.
*AlarmManager.setExactAndAllowWhileIdle()* looks the same as setExact(). 
the only difference that it works in idle mode but only with 15+ minutes 
timeout.

adding our application to power whitelist didn't help.

so, is some method exists to provide exact (at least approximately) 
repeating timeouts?

-- 
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/2a540249-a715-4252-80bf-6982979d8ca3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] How to request permissions for third-party libraries on Android.

2016-04-27 Thread TreKing
On Mon, Apr 25, 2016 at 7:42 PM, Dante Zhang  wrote:

> But for my library I only have Context, so how could I request permissions
> in this case?
>

Change your library API to require passing an Activity / Fragment?


> I want my library to ask for permissions by itself, but not the other
> coders to request permissions instead of me.
>

Why? If an app needs permissions from the user, even if it's to pass them
along to a library they're using, the onus is on the app developer to
request and explain this need in the context of their app, is it not?

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


Re: [android-developers] Deep linking is not working on google chrome

2016-04-27 Thread TreKing
On Fri, Apr 22, 2016 at 1:16 AM, Anjaneya V  wrote:

> when i type the url in firefox browser i.e it opens the app but not in
> case of Google chrome & native browser.Please help


Typing a URL into a browser should not trigger deeplinking. One could argue
that Firefox is not working correctly because it should be loading the URL.

If your app is launched correctly *when clicking a link*, then you're fine.

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


[android-developers] Urgent Need::::::Business Analyst ( Language Skills : Spanish), Dallas, TX , 7+ Months

2016-04-27 Thread sudhanshu pandey
*Hi There,*

*I am technical recruiter and I am looking for Relevant consultant for
below job description, if interested please let me know the hourly rate you
are looking for below mention job position.*

*Job Title: Business Analyst   *

*Location: Dallas, TX   *

*Contract: 7+ Months*

*Requirement:*

· Liaison between BPCS business users and the Programming team to
ensure the system is meeting the business needs of the organization

· Work with the appropriate business users, to better understand
and resolve issues, and to ensure critical alerts are handled in an
appropriate timeframe on a daily basis

· Provide support to our business partners (Users) on requests
related to pulling data, with appropriate queries, to prepare business
reports

· Collaborate with the team as Business and Systems Analyst to
implement solutions or upgrades



*Create project documentation including: *

· Business User requirements

· Business Use Case and Process Flows

· Functional Specifications

· System Requirements Specifications

· Project Plans/Timelines/Status Reporting

· Oversee the system testing of assigned areas

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


[android-developers] MULTIPLE PROJECT MANAGER ROLES in NEW YORK & NEW JERSEY - LOCALS ONLY

2016-04-27 Thread Karanam Sreedhar
*PLEASE SEND RESUMES at as...@siyaton.com  *


*CANDIDATES MUST BE LOCAL ONLY - F2F is MANDATORY*


*Project Manager*

*Locals only. In person interviews.*

*Parsippany, NJ*

*LONG TERM*



   - Experience with Large Implementation
   - *8 yrs experience- At least 3-4 yrs of Pharmaceutical exp.*
   - Understands- Validation
   - Excellent Communication skills
   - Excellent Organization skills
   - 3 yrs of ITPM experience
   - PMP- preferred
   - Consultant will be working out of the Parsippany office- with possibly
   1 day in Edison office


*Infrastructure PM*

*Princeton, NJ*

*LONG TERM*

*LOCALS ONLY – F2F MANDATORY*


   - Looking for someone experienced with building and managing
   Infrastructure Project Plans.
   - Experience with Network build outs and office moves.
   - Experience with Desktop deployments.
   - Does not have to know app dev, but it is a plus.
   - Need experience with MS Project and Excel.
   - Excellent communication and writing skills.
   - PMP certification- preferred


Let me now if you need any other information on this.



Appreciate your kind response in this regards.





Thanks & Regards,



JadhaV AshoK

Siyaton Global Solutions, Inc.

as...@siyaton.com | ashok.siya...@gmail.com

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


[android-developers] MULTIPLE PROJECT MANAGER ROLES in NEW YORK & NEW JERSEY - LOCALS ONLY

2016-04-27 Thread Jadhav Ashok
*PLEASE SEND RESUMES at as...@siyaton.com  *


*CANDIDATES MUST BE LOCAL ONLY - F2F is MANDATORY*


*Project Manager*

*Locals only. In person interviews.*

*Parsippany, NJ*

*LONG TERM*



   - Experience with Large Implementation
   - *8 yrs experience- At least 3-4 yrs of Pharmaceutical exp.*
   - Understands- Validation
   - Excellent Communication skills
   - Excellent Organization skills
   - 3 yrs of ITPM experience
   - PMP- preferred
   - Consultant will be working out of the Parsippany office- with possibly
   1 day in Edison office


*Infrastructure PM*

*Princeton, NJ*

*LONG TERM*

*LOCALS ONLY – F2F MANDATORY*


   - Looking for someone experienced with building and managing
   Infrastructure Project Plans.
   - Experience with Network build outs and office moves.
   - Experience with Desktop deployments.
   - Does not have to know app dev, but it is a plus.
   - Need experience with MS Project and Excel.
   - Excellent communication and writing skills.
   - PMP certification- preferred


Let me now if you need any other information on this.



Appreciate your kind response in this regards.





Thanks & Regards,



JadhaV AshoK

Siyaton Global Solutions, Inc.

as...@siyaton.com | ashok.siya...@gmail.com

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


[android-developers] VMware Lead ,Cumberland, RI / Scottsdale, AZ ........USC OR GC OR EAD- GC

2016-04-27 Thread sudhanshu pandey
*Hi There,*

*I am technical recruiter and I am looking for Relevant consultant for
below job description, if interested please let me know the hourly rate you
are looking for below mention job position.*

*Job Title: VMware Lead *

*Location: Cumberland, RI / Scottsdale, AZ*

*Contract: Long Term *

*Visa : USC OR GC OR EAD- GC*

*Requirement:*

· *10+ years of Experience in VMware VSphere System administration
(L3)*

· Ability to handle technical escalations related to VMware VSphere
(L3)

· Ability to work round the clock if it is project requirement and
handle team of 30 resources for technical resolution.

· Excellent Verbal and written communication skills and
interpersonal Skills.

· In-depth knowledge of VMware VSphere 4.1, 5.x and 6.x.  Able to
architect, design, build, and maintain that platform

· Knowledge to design and maintain Windows core services

· VMware ESX/VSphere Administration

· ESX/VSphere Server Systems Security

· ESX/VSphere OS Performance tuning & management

· ESX/VSphere Hardware Upgrade, OS Upgrade

· VMware File system upgrade (VMFS Volumes)

· VMware ESX Server Migration (4.0, 4.1, 5, 5.5 and 6.0)

· Storage allocation to Guest

· ESX/VSphere HA Configuration & Administration

· VMware DRS Configuration & administration

· VMware Data store Management

· Mix mode of Windows OS (2008, R2 and 2012) & Software Depot
Management

· Enabling external Authentication

· VM Cluster / VMotion Administration

· Virtual Machine Management

· VMware Capacity Planner Service

· VMware Converter Enterprise Service

· Virtual Network/Storage Architecture and Connectivity planning

· Should have strong understanding of Server Hardware and Firmware

· Hands-on  on configuring Chassis \ Blades \ Virtual connect

· Good understanding for Networking and Storage concepts

· Hands-on on configuring distributed switch and storage

· Hardware knowledge of HP and Dell blades.

· Firmware Patch Administration

· Basic Linux administration, Power shell scripting and automation



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


[android-developers] Urgent Need: TRIAD Business Analyst @ Wilmington, DE

2016-04-27 Thread Ateeq Rehman
Hi Folk,

This is Ateeq, from Diverse Lynx LLC.



Please share *TRIAD Business Analyst  at **ateeq.reh...@diverselynx.com*






*Job Description:*



*Role: TRIAD Business Analyst*

*Location: Wilmington, DE*

*Experience: 7+ years*



*Detailed JD:*



*** Experience in PCTMS.
*** Customer/Account Management, SPIDs.
*** Experience in TRIAD Strategy management - Keys, Random Digit Groups,
Champion/Challenger Strategies etc.
*** Understanding of TRIAD Decision Areas - Scoring, Credit Facilities,
Collections, Authorizations etc.
*** Experience Payment Systems, Credit Risk management.
*** Good communication/documentation skills.



*Thanks & Regards*

*Ateeq Rehman*

*Diverse Lynx LLC|300 Alexander Park|Suite#200|Princeton, NJ 08540*

*Phone No: 732-452-1006 EXT 215*

*Email: **ateeq.reh...@diverselynx.com* * ||
Hangout: ateeq.staffing*

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


[android-developers] Android Studio listView Add and Search

2016-04-27 Thread Deividas Brazenas
I have a task to make an Android application with a `ListView`, which must 
have an add button and search system. I have watched a few tutorials ( 
https://www.youtube.com/watch?v=c9yC8XGaSv4 and 
https://www.youtube.com/watch?v=7LgEk3Cg9Yk) and using both tutorials I 
have developed a program. The program can do both things, but there is a 
bug. When I first run the app, I add a few items and then I use the search 
functionality. The search works just fine, but after the search has been 
used once, it is no longer working. 

Below is my code:


private ArrayList arrayList;
private ArrayAdapter adapter;
private EditText txtInput;
SearchView searchView;

protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);

ListView listView = (ListView)findViewById(R.id.listv);

String Items[]={};

arrayList = new ArrayList<>(Arrays.asList(Items));

adapter = new 
ArrayAdapter(this,android.R.layout.simple_list_item_1,arrayList);
listView.setAdapter(adapter);

txtInput = (EditText)findViewById(R.id.txtinput);

Button btAdd = (Button)findViewById(R.id.btadd);

searchView = (SearchView)findViewById(R.id.searchView1);

searchView.setOnQueryTextListener(new 
SearchView.OnQueryTextListener() {
@Override
public boolean onQueryTextSubmit(String text) {
return false;
}

@Override
public boolean onQueryTextChange(String text) {
adapter.getFilter().filter(text);
return false;
}
});

btAdd.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
String newItem = txtInput.getText().toString();
arrayList.add(newItem);
adapter.notifyDataSetChanged();
}
});
}
}

-- 
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/febb9b5f-a2ff-4876-9479-0fe74b0bd1b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HOT-LIST

2016-04-27 Thread sai praveen G
Hi

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

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



*S.No*

*Name*

*Skill / Job Title*

*Experience*

*Location*

*Relocation*





*1*

Nabeel

.Net Developer

7+ Years

Sacramento, CA

Open





*2*

Kalpa

.Net Developer

8+ Years

Harrison, NJ

Open





*3*

Mittul

QA

7+ Years

Detroit, MI

Open





*4*

Kaushal

QA

8+ Years

NJ

Open





*5*

Gokul

UI Developer

7+ Years

San Jose, CA

Bay Area





*6*

Sai

UI Developer

8+ Years

TX

Open





*7*

Sainath

UI Developer

7+ Years

San Jose, CA

Open





*8*

Simi

Java Developer

7+ years

CA

Bay area





*9*

Harish

Oracle DBA

7+ Years

Amarillo, TX

Open





*10*

Anusha

Data Modelling

8+ Years

CT

Open





*11*

Rajan

QA

7+ Years

Dallas, TX

Dallas, TX





*12*

Sailaja

QA

7+ Years

Charlotte, NC

Charlotte, NC





*13*

Anusha

QA

7+ years

NY

NY, NJ





*14*

Rachit Patel

Selenium Tester

7+ Years

DC

Open





*15*

Sheeba

MSBI Developer

7+ Years

TX

TX,GA,IL,FL





*16*

Mrudula

Share point

7+ Years

San Jose, CA

Bay area





*17*

Jeevitha

Java developer

8+ Years

NY

EST













[image: Planet-P Logo.png]

*Sai Praveen*

*Sr.IT Recruiter*

*Planet-P, Inc.,*

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

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

Web:   www.theplanetp.com eMail: s...@theplanetp.com

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


[android-developers] Statistical Programmer (SAS)...Urgent Req

2016-04-27 Thread Jadhav Ashok
Hi,

How are you?  Please find below the requirement and let me know if you have
any consultants available.

Position:  Statistical Programmer SAS
Location:  Danbury, CT
Duration:  12 Months

*Please respond with resumes at ksreed...@syergygbl.com
*

Description:
Supports the clinical research development process by providing statistical
programming for new substances, indications or marketing claims.
Works directly with the trial or project statistician and proactively with
the Clinical Trial or Project team providing programming support.
Implements and supports standards and a harmonized approach to programming.
At the trial level, close collaboration with the Project Programmer is
required to ensure project standards are implemented to support project
reporting efficiently and effectively. Closely collaborates with other
programmers to ensure the goals and timelines for the company is met.

Skills:
1 - 3 years exp supporting clinical trials MS Biostat - Advanced SAS
Certification required - can be verified via the Public Registry of SAS
Certified Professionals.

Education:
Bachelors Degree or experience

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


[android-developers] Need Local's Only:::::::::::::Windows and Vmware Admin ,Milford , OH ,6-12 Months

2016-04-27 Thread sudhanshu pandey
*Hi There,*

*I am technical recruiter and I am looking for Relevant consultant for
below job description, if interested please let me know the hourly rate you
are looking for below mention job position.*

*Job Title: Windows and ESX Vmware Admin *

*Location: Milford , OH *

*Contract: 6-12 Months*

*Interview : Telephonic followed By F2F*



*Requirement:*

· Candidate must be ready to work in 24x7 shift based Windows Admin
Build and Migration support work. Candidate must have –

· The key qualification for this position is that the Candidate
needs to be able to build ESX hosts, ESX clusters, and has supported an ESX
environment  (adding storage, adding networks, trunking VLANs, adding
switches).

*Responsibilities*

· Candidate should have knowledge on EMC storage - To run EMC Grab
, Power path and LUN migration

· Microsoft Windows 2008 and 2012 network operating systems in a
mixed environment.

· Microsoft Active Directory administration and security.

· Microsoft DNS, DHCP

· Experience working with and maintaining VMware vSphere 5.

· Microsoft Group Policy deployment to ensure standard computer
settings, software distribution and security policy enforcement.

· Create, develop and update documentation for all configurations,
standards and critical procedures within the XenApp or vSphere where
applicable

· Assist with daily responsibilities that include, but not limited
to, management of server images, application and OS installations and
images, deploying physical servers and documentation.

· Reset user roaming profiles.

· Assign users to published applications.

· Log off hung sessions.

· Troubleshoot server connectivity issues and verify that servers
are available to users.

· Candidate must have strong experience managing physical and
virtual servers.

· Strong knowledge in managing server health, server migrations and
deployments, optimizing power consumption, and performance.

· Candidate must have strong Enterprise data experience.

· Consultant will be responsible for the rapid deployment and
provisioning of ProLaint of DL and BL servers, utilizing MDT

· Prior experience migrating legacy servers, such as x86 to new
ProLiant servers, while retaining data OS, applications, configurations.

· Consultant should also have knowledge of physical to virtual
migrations, preferably utilizing VMware, ESX 5.1.

· Expertise in managing a virtualized environment with VMware

· In-depth knowledge of VMware ESXi 4.x and VSphere 5.x. Able to
architect, design, build, and maintain that platform

· Knowledge to design and maintain Windows core services

· VMware vCenter is a Must.

· Looking for a Windows server Engineer to help provision servers
for upcoming projects.

· This Engineer should have an understanding of the steps required
to build a server utilizing MDT, VMware and Server provisioning tool

· Candidate should have knowledge on EMC storage - To run EMC Grab
, Power path and LUN migration

*Mandatory Technical / Functional
Skills:


  *

· Proficient with the following technologies

· HP Proliant DL and BL series servers

· Windows Server 2008 SR2; VM ESX 5.1, Vcenter/ P2V migration

· Strong knowledge of Windows operating system (Windows 2000,
Windows 2003, Windows 2008, Windows 2012).

· In-depth knowledge of Windows interoperability with LAN and SAN.

· Familiarity with VMWare concepts and how they apply to a highly
virtualized environment.

· Good Knowledge of third party vendor applications such as Web and
JAVA applications.

· Strong Knowledge of IIS, FTP, SFTP, WSFTP and web based
application publishing and handling.

· Knowledge of Security patch installation process on server
environment.

· Good communication and interpersonal skills.

· Ability to design an Active Directory implementation as well as
develop and detail cost estimates for an Active Directory implementation.
Storage Area Network (SAN), host bus adapter (HBA), connectivity knowledge.



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

[android-developers] Java Developer with 10+year of IT - ID

2016-04-27 Thread Megha Agarwal
Hello,
Hope you are doing well!

Please let me know if you would like to move forward with the below
position.

Title: Sr. Java Developer
Duration: 18 Months
Location: Boise, ID

*Need More than 10+Year of IT*

Job Description
Years of Experience:
This position is considered a senior level technical resource and requires
a minimum of 10 years of proven experience in the field of software
development.

Skills:

*Java/JEE Core/J2EE, Oracle, SQL, Spring, Struts, Ant, Maven, junit, jmock,
Agile/ScrumIndustry experience: Experience with state agencies is a plus.*


*___*

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

*Thanks,*

*Megha Agrawal*
*megha.agar...@panzersolutions.com
203-652-1444*278*

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


[android-developers] MULTIPLE DEVOPS ROLES - Portsmouth, NH

2016-04-27 Thread Jadhav Ashok
*PLEASE SEND RESUME at as...@siyaton.com *

WE HAVE THREE NEW ROLES FOR OUR CLIENT – PLEASE SEND CANDIDATES THAT
MATCH THESE REQUIREMENT

*DEVOPS ENGINEER (2-5 YEARS)*
*SR. DEVOPS ENGINEER (5-10 YEARS)*
*DEVOPS ARCHITECT (10 YEARS PLUS)*


*Location:  Portsmouth, NH*
*Duration:  6+ months*
*Interview: phone and Skype*

*Skill set:*

*Development Environment*

   - Java (Development Experience)
   - Python

*Release Engineering*

   - Build and Deploy  - Maven
   - Build and Deploy - SonarQuve
   - Build and Deploy - Nexus
   - Source Code Control - SVN
   - Source Code Control - BitBucket
   - Source Code Control - GIT
   - Atlassian Suite - Jira
   - Atlassian Suite - Bamboo
   - Atlassian Suite - Confluence

*Process*

   - CI/CD Pipeline
   - Release Process

*Automation*

   - Puppet
   - Chef
   - Docker

*Release Automation*

   - Jenkins

*Working in Interactive Environments*

   - Agile
   - Scrum
   - Kanban


*Test Automation*

   - Test Automation Tools


*Databases*

   - SQL
   - Postgree
   - Oracle

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


[android-developers] Re: Issue with Android Support plugin version and associated error message

2016-04-27 Thread James Day
Please could you let me know if my post is lacking in detail to gain an 
answer or if I simply have a question nobody know?

Thanks

On Sunday, 24 April 2016 14:11:44 UTC+1, James Day wrote:
>
> Hi All,
>
> Anyone had any experience with an error?:
>
> 13:57:29 Required plugins weren't loaded: Project 'android' requires 
> 'Android Support' plugin of version at least '15', but '10.2.0' is 
> installed.
>
> Android Studio 2.0
> Gradle 2.12
> SDK latest
>
> See screenshot for additional context.
>
> BR
>
> James
>

-- 
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/fab4ce54-1051-408d-9720-5c472330e9ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hotlist

2016-04-27 Thread Tapan Kushwaha
Hello,

Greetings!



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



*S.NO* 

*Name*

*Technology*

*Location*

*Experience*

*Relocation*

*1*

*Shradha*

*Sr. ETL Developer*

*Dallas, TX*

*11+*

*Only Dallas*

*2*

*Mayu*

*ETL Informatica*

*Plattsburgh, NY*

*7.5*

*Yes*

*3*

*Saurin*

*ETL Informatica*

*Birmingham, IL*

*8+*

*Yes*

*4*

*Nikitha*

*Informatica*

*Dallas, TX*

*7+*

*Yes*

*5*

*Krunal*

*ETL Informatica*

*Cary, NC*

*7+*

*Yes*

*6*

*Mrunali*

*Informatica*

*Irvine, CA*

*7+*

*CA, TX, FL, NC, AZ*

*7*

*Arti*

*QA Automation*

*CA*

*7+*

*Open*

*8*

*Sanjay*

*QA Lead*

*Providence, RI*

*9+*

*Open*

*9*

*Sowmya*

*PL/SQL*

*Dallas, TX*

*8+*

*Yes*

*10*

*Rama*

*PL/SQL*

*Tamha, FL*

*7+*

*Yes*

*11*

*Ami*

*SQL/BI Developer*

*Piscataway, NJ*

*7+*

* Open*

*12*

*Gunnemouni*

*MS SQL Server SSIS/SSRS*

*Dallas, TX*

*7+*

*Yes*

*13*

*Anusha*

SQL/ SSIS/ SSRS

*Dallas, TX*

*7+*

*Open*

*14*

*Sree Shravya*

*SQL SERVER / MSBI*

*Houston, TX*

*8+*

*Yes*

*15*

*Merilena*

*Service NOW*

*Dallas, TX*

*7+*

*Yes*

16

Sree

Business Analyst

Houston, TX

7+

Open

*17*

*Nil*

*Oracle DBA*

*MD*

*7+*

*Yes*




Looking forward to do Business with you.



Thanks,



*TAPAN*

*Business Development Manager*

*Technocraft Solutions LLC*

7000 parkwood Blvd, Ste#200G

Frisco,TX,75034

Email: ta...@technocraftsol.com

www.technocraftsol.com

www.xdimensiontech.com

Partner with XDimension Technology

Yahoo Id:Tapan_technocraft

Gmail Id: Tapan.technocraft

Contact: 614-664-7644

Fax: 866-360-3962

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


[android-developers] Layout RunTime

2016-04-27 Thread Altair Pereira da Silva
Good Morning,

First I would like to apologize for my English, because I'm from Brazil and 
speak Portuguese.

Friends, the following, I am newbie in android development and I have only 
one prototype of what needs to be developed, the screen is not quite the 
application that need, as has been said is a prototype so that they can get 
an idea of what I need.

I need you to place image and Label within a frame like a grid, but I have 
not the slightest idea what to use and control the way they do.



-- 
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/bbed25e9-dc40-4b3f-809d-83e5cfbeadf2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Distribution Google Group

2016-04-27 Thread Ankush Chaudhary
Please get yourself add to receive new requirements and share your hotlist
and available consultants.

C2C Vendors - Sales - Join - https://lnkd.in/bNZvRfp

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


[android-developers] Re: Receiving a UDP stream over cellular network

2016-04-27 Thread paul zazzarino
Are you using the rev_rmnet# interface to obtain the IP address of the 
device ?

If you can elaborate on the above question that would be a good start.

UDP will work, you can use a protocol like STUN to perform "hole punching" 
or setup your own publicly addressable UDP server to assist in relaying the 
conversation.

see https://tools.ietf.org/html/rfc5389

STUN will tell you the external IP address of the device and external ports 
of the NAT the device is on.
STUN will not work in all network types. 

Additionally you may need to set up web services to assist in name and IP 
address queries. i.e. each remote device registers a user name and external 
IP address and port after using STUN to determine this, also register via 
WS if the device is online.
You then use STUN during call setup to assist in hole punching by issuing 
binding requests. You also want to issue the binding requests periodically 
on the listening socket for keepalive purposes. Read the RFC.

there are a lot of nuances to this, you can contact me at 
paulzazzar...@3zwireless.com






On Tuesday, April 26, 2016 at 12:14:23 PM UTC-4, Jose Alberto wrote:
>
> Hello,
>
> We need to receive a UDP stream sent from a UAV on an Android phone. It 
> has been working great over Wi-fi but now we have problems receiving it 
> over 4G. (We don't get any traffic or we get only 1 packet)
> I have read that operators use NAT and firewall, making it difficult to 
> establish UDP traffic.
> How do other apps like Skype, google voice, etc. solve this?
> Should we encapsulate the UDP traffic in some other protocol?
> Thank you
>
> Best regards,
> Jose
>

-- 
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/ca4618a9-4403-45a4-9356-4985405af29c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Why does 'adb devices' show 'unauthorized' with no 'allow' prompt on the device?

2016-04-27 Thread Mark Hansen
I just tried a second device (this one is a Samsung Galaxy Note 10.1 2014 
Edition tablet) which was also previously working (with the older version 
of ADT) and it reacts the same way (unauthorized). I then tried my wife's 
brand new note 5 and to my surprise, it does the same thing. I tried all 
the steps from my original post,  but it still shows as unauthorized by 
'adb devices'.

What could the problem be? As reported above, I've uninstalled Android 
Studio (and ADT) and re-installed. Is it possible there's a problem with 
this version of Android Studio (and/or ADT)?

What can I do to debug this problem? Is there any way to turn on extended 
debug logging?

Thanks for any help.

-- 
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/2d985398-9b49-472d-bb32-bcc8ce5ba4f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] voice recognition

2016-04-27 Thread Pinkey Yadav
Can anyone suggest a voice recognition Api to integrate in my android app? 
It should recognize a voice for authentication. Already using VOICEIT but 
not working as required. Required urgently.

-- 
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/c65f8e9a-5197-4fa7-9ee2-3101562c7fef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] i can't publish my App into Google play store

2016-04-27 Thread sardar khan
have you uploaded the apk of the app and also provide all resources for app
top published.

On Wed, Apr 27, 2016 at 3:48 PM,  wrote:

> hello dear please check why i can't publish my app to google play thank
> you and give me the solution
>
> --
> 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/57d50c01-4e41-4eb0-ad7e-a1de2af12ff9%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/CABHzXAR_KyEVkz7T8kmmKS-6xr9JtY-8V73vZH7O5twXD8kUdQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] i can't publish my App into Google play store

2016-04-27 Thread zubairahmed
hello dear please check why i can't publish my app to google play thank you 
and give me the solution 

-- 
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/57d50c01-4e41-4eb0-ad7e-a1de2af12ff9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Android trademark protection

2016-04-27 Thread 'Manuel Fiedler' via Android Developers
Hello,

I'm an android freelancer and designed a logo for my company, which is 
similar to the NEW android font. I already noticed, that using the old font 
is not allowed 
(http://developer.android.com/distribute/tools/promote/brand.html). So my 
concern is, that I want to avoid offending against the android trademark.

I attached the logo. Can anybody check that, before I publish the logo?

Thx for replies
Manuel Fiedler

-- 
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/e2557fc6-bf2e-4ee8-b51e-e1257ab58fea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help me please... playstore developer account team.

2016-04-27 Thread thandana . dev
Hi, please help me...
I start create play store developer account with thandana@gmail.com and 
Developer Name: Than Dana... last months ago.
But, payment pending error and cancle my order while creation.
So, i created another playstore developer account with this 
dev.thand...@gmail.com. Developer Name: ThanDana
Now, I have a developer account with full registration. But, I can't change 
my developer name to "Than Dana"
because, this name was my 1st account created name. but, i can't use this 
account "thandana@gmail.com".
So, i want to change my developer name as "Than Dana" with my playstore 
developer account "dev.thand...@gmail.com"
Please help me...
Thanks you so much Google.

-- 
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/a0f1477f-a5f6-424a-aeb5-4132ff24f177%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Android - Print Multiple Images

2016-04-27 Thread cosmin . stirbu


Is there a way to print multiple images on Android without selecting the 
Printer for each image (or presenting the OS Printing UI)?

I am interested in both pre Printing Framework and also using the Printing 
Framework.

https://developers.google.com/cloud-print/docs/android#integration-steps

By looking at the documentation it doesn't seem so, but maybe I am missing 
something.

Thank you, 

Cosmin

-- 
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/6b6d831f-935f-42ff-9397-b81130f41302%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Creating projects for old APIs

2016-04-27 Thread Daniel
Hi all,

I think I'm about to go mad here. I have little experience with android 
development and until now I always just developed for my own phone, running 
the most recent Android API and I never had any issues.

Now, I have to develop for a device running API version 16. So, in my 
Android Studio, I created a new project, selected minimum SDK 16 and chose 
not default activity. Then I went ahead and changed the target SDK and 
compile SDK to 16. 

When I run Build, I get 124 errors, all of which are in the intermediate 
files and sound similar to "No resource found that matches the given name 
[...]". The only source file in the project at this point is the default 
AndroidManifest.xml.

So, my question is: Where do these Errors even come from? What would the 
correct process be to create a new project for an old SDK version so that I 
don't get a thousand errors every time(maybe even a project with a default 
activity in it)?

Thanks,
Daniel

-- 
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/a2510a91-7bfa-41b6-b02d-16e419f24dd1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Promo codes.

2016-04-27 Thread Albert Magdelphi
my Android software Promo Codes -> PROMO 
I wonder your comments. 

-- 
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/76bec4d8-42b1-4220-900d-bde0fbce8303%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.