Re: [android-developers] How to set an image centre in webview android

2016-06-01 Thread Damien Cooke
Is the image in the html or as a background for the View?

Damien

On Thu, 2 Jun 2016 13:39 laksmey thong  wrote:

> webView.setWebViewClient(viewClient);
> webView.getSettings().setJavaScriptEnabled(true);
> webView.getSettings().setLoadWithOverviewMode(true);
> webView.getSettings().setUseWideViewPort(true);
> webView.getSettings().setBuiltInZoomControls(true);
> webView.loadUrl(htmlContent);
>
> --
> 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/d443483a-b8ae-49ec-b276-e1a06e4aad31%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/CAFE05BaLP_NaXKnzidNH1drg4ckgJfiqGVpcsxYYwb4J2TdVTQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to set an image centre in webview android

2016-06-01 Thread laksmey thong


webView.setWebViewClient(viewClient);
webView.getSettings().setJavaScriptEnabled(true);
webView.getSettings().setLoadWithOverviewMode(true);
webView.getSettings().setUseWideViewPort(true);
webView.getSettings().setBuiltInZoomControls(true);
webView.loadUrl(htmlContent);

-- 
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/d443483a-b8ae-49ec-b276-e1a06e4aad31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Sharing public files between applications inside a work profile

2016-06-01 Thread jona
To be more clear, I would like to install a non-market application on the 
Work Profile. But as I can't download and write the APK in a public storage 
available from all applications in the Work Profile, this following code 
will fail as either I can't write the APK in a public storage or the 
following intent doesn't have the right to read the file in the private 
storage of the application:

Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setDataAndType(APKFile,
"application/vnd.android.package-archive");
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(intent);



-- 
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/28a4edbf-d27b-4e6b-b0f0-877be6d322d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Sharing public files between applications inside a work profile

2016-06-01 Thread jona
In Android 5 (Lollipop), a work profile/profile owner application could 
still write on the external storage and share file, even doing a local 
socket.
>From Android 6 (Marshmallow), this is not possible and it does make sense.
But what about sharing files between applications inside a Work Profile?

Thank you for your 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/89a78177-4810-41d4-8af1-869f943fc5e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Taxes on income from applications

2016-06-01 Thread Richard


> Date: Wednesday, June 01, 2016 16:03:25 -0700
> From: Silviu-Marian Udrescu 
>
> Hello! I want to start publishing my first application, but I am
> not sure  how the taxes on income work and I want to do everything
> legally. I am a  student from Romania and I have no business. 
> So, once I create the Google Payments Merchant Account (and Romania 
> supports both the Google Play Developer registration and merchant 
> registration) everything will be set up and I can just upload my
> app,  without being worried about any tax, or do I have to declare
> personally to  the state that I am getting money from selling apps
> and go through all the  process to make it legal? (I have no
> experience related to this area so I  apologize if anything I said
> is not correct)
> Thank you!

I am not an accountant or a lawyer ... 

If you are in the US on a student visa, as your email address and
message kind of imply, I think you need to be very careful.

There are restrictions on employment that vary based on the US visa
type one has. Whether developing apps, on your own, is considered
employment is an interesting question. I would suggest that you check
with your institution for pointers to people who can give you the
correct answers.

If a US visa isn't an issue (i.e., you aren't in the US or aren't on
a visa), you will likely need to declare the income to the country
where you reside and pay the appropriate taxes. The amount of income
you get may preclude you from having to actually pay tax, but
generally you have to file something proving that your total income
(from all sources) was below some threshold.  

Yes, google app income is likely taxable income - wherever you are.
Talk to an accountant and/or lawyer.


-- 
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/5D86EFAD3E3B322A88A99AEF%40ritz.innovate.net.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Taxes on income from applications

2016-06-01 Thread Silviu-Marian Udrescu
Hello! I want to start publishing my first application, but I am not sure 
how the taxes on income work and I want to do everything legally. I am a 
student from Romania and I have no business. 
So, once I create the Google Payments Merchant Account (and Romania 
supports both the Google Play Developer registration and merchant 
registration) everything will be set up and I can just upload my app, 
without being worried about any tax, or do I have to declare personally to 
the state that I am getting money from selling apps and go through all the 
process to make it legal? (I have no experience related to this area so I 
apologize if anything I said is not correct)
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/2ea6bdd0-2124-468a-a145-a9d4a6022294%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Deleting game from store.

2016-06-01 Thread TreKing
On Wed, Apr 6, 2016 at 1:03 PM, Tyrac Wannabien 
wrote:

> Is possible to delete app from store?


No, you can only unpublish.

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


Re: [android-developers] why my application app is first installed to the phone it costs more than 20s to before call the LAUNCHER Activity.

2016-06-01 Thread TreKing
On Mon, May 30, 2016 at 8:45 PM,  wrote:

>  hi everybody, my app comes up a problem, when my app is first intalled to
> my phone(Mi4 6.0) , app start so slowly, and it cost a long time before
> calling the launcher activity's "oncreate()" method. can somebody give some
> advice tome ?


Use TraceView to profile your app and identify the bottleneck.

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


Re: [android-developers] soft home button cover my windowbackground

2016-06-01 Thread TreKing
On Mon, May 30, 2016 at 9:00 PM,  wrote:

> hi everyonve,i'm getting a problem in my app , when i set a theme( which
> has a attrbute windowbackground to avoid white screen when app start ) to
> my launcher activity the background was covered by the soft home button ,
> how can i sove the problem.


You should post a screenshot of your issue, because it's unlikely the soft
home button is actually covering your app.

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


Re: [android-developers] Using Custom SDK

2016-06-01 Thread TreKing
On Mon, May 30, 2016 at 11:07 PM,  wrote:

> I have built a custom SDK


This is outside the scope of this list, which is for developers using
Google's official Android SDK. You should consult groups or forums
dedicated to building custom SDKs or ROMs.

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


Re: [android-developers] firebase and play service 9

2016-06-01 Thread TreKing
On Tue, May 31, 2016 at 12:20 AM, Vaibhav Agrawal <
vaibha...@arvindinternet.com> wrote:

> since firebase crash and config is available only after play service 9 ..
> its important to know how much audience is currently at this version .. so
> how can we know it ???


You can rest reasonably assured that any device with the Google Play store
will be running the latest version of play services. There are APIs to
check the existence of the current version and warn the user if they're
using an outdated version.

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


Re: [android-developers] Facebook android sdk

2016-06-01 Thread SenyaApps Official
i want to know if i added it properly or not !

On Wed, Jun 1, 2016 at 10:00 PM, sardar khan 
wrote:

> Yes you can integrate facebook using facebook adk check thr developer
> console of the facebook and get started with android
> On Jun 2, 2016 1:40 AM, "SenyaApps Official" 
> wrote:
>
>> Hi google
>> I want to know if i integrated Facebook android sdk properly in my game.
>>
>> --
>> 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/6c32bec4-b9e2-48f5-a841-98ecd71e8c7d%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Android Developers" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/android-developers/AsGNJCEE2Fc/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/CABHzXATpNPt7yQ78OkqWjaWqaXqNifwdWaa5-d7Y2ZaQ4ERnTQ%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

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


Re: [android-developers] Facebook android sdk

2016-06-01 Thread sardar khan
Yes you can integrate facebook using facebook adk check thr developer
console of the facebook and get started with android
On Jun 2, 2016 1:40 AM, "SenyaApps Official" 
wrote:

> Hi google
> I want to know if i integrated Facebook android sdk properly in my game.
>
> --
> 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/6c32bec4-b9e2-48f5-a841-98ecd71e8c7d%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/CABHzXATpNPt7yQ78OkqWjaWqaXqNifwdWaa5-d7Y2ZaQ4ERnTQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] WifiEnterpriseConfig setClientKeyEntry doesn't work with .p12 client cert/key in the keystore

2016-06-01 Thread knJoeyn Nguyen
Hello can you show how you were able to retrieve the PrivateKey from the 
KeyStore?  I am getting the same error like the one you mentioned above.

Observation-
setClientKeyEntry method throws exception- 
java.lang.IllegalArgumentException: Private key cannot be encoded.
setClientKeyEntry method throws this exception if getEncoded method returns 
null for the PrivateKey object reference.
It is not clear why getEncoded returns null in this case.

On Tuesday, February 25, 2014 at 8:18:46 PM UTC-8, Pradeep Phatak wrote:
>
>  
> setClientKeyEntry API worked after I retrieved X509Certificate and 
> PrivateKey from the KeyStore. The cert and key looked okay in the 
> WifiConfiguration.
>  
> Adding wifi network failed with the error below-
> E/WifiConfigStore(764): "8021x-wpa2-ssid" invalid config for key 
> installation
> E/WifiConfigStore(764): Failed to set a network variable, removed network: 
> 12
>
> On Tuesday, February 25, 2014 8:31:17 AM UTC-8, Nikolay Elenkov wrote:
>
>> On Wed, Feb 26, 2014 at 1:18 AM, Pradeep Phatak 
>>  wrote: 
>> > 
>> > The alias is provided when we use the Keychain createInstallIntent API 
>> to 
>> > store the p12 in the Android KeyStore. 
>> > As you correctly noted in your earlier post, we can't retrieve the 
>> Private 
>> > Key in that case. 
>> > The only other method I found to load a p12 certificate in Keystore was 
>> the 
>> > load method. But, it doesn't take any alias as parameter. 
>> > How do I pass the alias while loading the certificate in the keystore? 
>> > 
>>
>> Do read the JavaDoc of the KeyStore class before proceeding: 
>>
>> https://developer.android.com/reference/java/security/KeyStore.html 
>>
>

-- 
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/969646c4-4a53-4a51-910f-48d23e75feae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Facebook android sdk

2016-06-01 Thread SenyaApps Official
Hi google 
I want to know if i integrated Facebook android sdk properly in my game.

-- 
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/6c32bec4-b9e2-48f5-a841-98ecd71e8c7d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Download Manager: Pause & Resume

2016-06-01 Thread himanshu
I'm able to Pause a download by setting COLUMN_CONTROL to CONTROL_PAUSED 
But when I resume a download by setting COLUMN_CONTROL to CONTROL_RUN, *it 
doesn't work*. 
The download stays in paused state. 

Is that a bug ?


More info: 

CONTENT_URI for update: content://downloads/my_download/ 




-- 
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/5a412385-a641-46fb-ad08-4b65eef16a38%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for SVD Google API System Image with Google Play Services 9

2016-06-01 Thread Greg Lindstrom
I'm building a Google Play Services multiplayer game in unity with the 
Google API and testing it on one physical device and one emulated device 
using Android Virtual Devices that came with the SDK. Everything was 
working great until I upgraded my Google Play Service API for unity which 
now uses Google Play Services 9 instead of 8.7. My physical phone works 
however my emulated device says I need the latest version of Google Play 
Games. I can't download it through the phone since the emulated image 
doesn't have the Google Play Store. 

Is there a Google API System Image that has the Google Play Services 9 and 
the updated Google Play Games?

I tried to manually push the latest the APK of Google Play Games to the 
emulated device but now it complains that google play games needs the 
latest Google Play Services. I tried to push the latest google play 
services but the console command fails and says that the Google Play 
Service 9 APK is not compatible. Any help here is 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/70fb509d-75ed-4514-a7e3-3ea3909cc7d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] MaterialSpinner - restoring initial list after item selection

2016-06-01 Thread Phil Gibbs
I have a data entry form in which I can choose to enter data multiple 
times.  After a selection the selected value shows in the spinner.  How do 
I 'disappear' that selection value from view before another set of data is 
entered into the form?  

-- 
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/053ca51a-cec8-4d56-bd37-ce0b87004a54%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] ScrollView not erasing all of top line

2016-06-01 Thread Simon Giddings
I have a custom view embedded within a ScrollView which displays music 
scores.
When I scroll the view, after a time, parts of the top row are not erased.
Here is an example which illustrates the problem -



Here is another closeup view



I have no code which does any erasing.

Is this a known problem ?

Does anyone know of a solution or workaround ?


-- 
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/328d904b-ce6c-492c-98f7-4c01e27999c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Launcher / Home Screen Bookmark List

2016-06-01 Thread jason . jaegers
I currently working on a launcher and I am trying to access a list of the 
bookmarks or web shortcuts that a user has clicked "add to home screen" in 
Chrome... there has to be some way to pull up this list so my launcher can 
support those home screen bookmarks as well.  I have search Google to no 
end and I can't find anything in the documentation about this... 

-- 
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/1c977c24-0fd5-4162-a1a0-0596648699d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Manual Tester with Treasury Exp Mandatory

2016-06-01 Thread Jadhav Ashok
*Manual Tester with Treasury Exp Mandatory*
*San Francisco, CA*
*Locals Only*
*Any Visa Fine*
*Financial Client*

*PLEASE DO NOT SHARE RESUME WITHOUT TREASURY EXP. *

*WE WILL CALL YOU IF THE RESUME IS A MATCH FOR OUR REQUIREMENT*


Manual Testing with Treasury Exp

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


[android-developers] DevOps Engineers

2016-06-01 Thread Jadhav Ashok
*SENIOR DevOps Engineers  *
*3-4 resources *
*Westport CT *
*Rate: OPEN*
*Any Visa is Fine*
*NON LOCALS ALSO FINE*
*80-90% match is also fine for this requirement*

Hands on knowledge of Development, QA and Operations

*MUST*

   - Strong communication skills
   - Advanced Coding experience in at least two of the following languages:
   Java, Scala, JavaScript, .net
   - Good understanding of Concepts of Databases, Programming Languages and
   Web Technologies
   - Good understanding of concepts DevOps, Agile
   - Extensive hands on experience with TDD, Continuous Integration
   - Extensive hands on experience in operation and maintenance of
   environments
   - Extensive hands on Test Automation Coding experience for Unit, API or
   Functional Tests
   - Hands on experience in building applications with either Maven, Grunt,
   Gulp, MSBuild, ANT
   - Hands on experience in agile teams in the roles developer or QA
   - Hands on experience of automation tools (Infrastructure, Test, Build)
   - Hands on experience in operation and maintenance of Linux/Windows

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


[android-developers] HOT-LIST

2016-06-01 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

Ram

.Net

8+

CA

Open

2

Vaibhav

UI

8+

CA

Open

3

Kaushal

QA Selenium

7+

NY

Open

4

Bharath

Salesforce

8+

VA

Open

5

Sai

UI

8+

TX

Open

6

Sruthi

QA

8+

PA

Open

7

Mounika

.Net Architect

8+

NY

Open

8

Abhishek

.Net

8+

WA

Open









[image: Planet-P Logo.png]

*Sai Praveen*

*Sr.IT Recruiter*

*Planet-P, Inc.,*

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

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

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

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


[android-developers] Need AIX Admin at Arizona (Only Local)

2016-06-01 Thread ravi kumar
Hi



Hope you are doing great!



This is *Ravi Kumar*, working as a Technical Recruiter at *Nityo Infotech*
. Please find below Job Description and let me know your interest.



*Role ::  AIX Admin*



*Location :: Arizona*



*Duration :: 12+ Months*


*JD ::*



1) In depth knowledge of AIX 6.1/7.1
2) In depth knowledge of Logical Volume Manager and Native Multipathing
3) In depth knowledge of Knowledge of EMC Powerpath
4) In Depth knowledge of VSCSI, Fiber Card Virtualization(NPIV)
5) Knowledge of HACMP, PowerHA and System mirror
6) Working knowledge of Oracle Data Base from AIX system Admin Prospective



*Thanks & Regards*

*Ravi Kumar*

Technical Recruiter

609-853-0818 ext 2157

ravi.ku...@nityo.com

www.nityo.com

Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536




--

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

Nityo Infotech has been rated as One of the top 500 Fastest growing
companies by INC 500
--

Disclaimer: http://www.nityo.com/Email_Disclaimer.html

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


Re: [android-developers] Accedentally pushed app to release

2016-06-01 Thread Steve Gabrilowitz
another possibility is to replace the release APK with one that just
displays a "sorry, not ready yet" screen
On Jun 1, 2016 12:51 AM, "TreKing"  wrote:

>
> On Tue, May 31, 2016 at 2:05 AM, Christian Würthner 
> wrote:
>
>> Does anyboady know a way to pull the release APK but keep the store entry
>> with the beta test?
>
>
> Don't think you can. If it's that serious, you can unpublish the app and
> start over with a new beta test but then you have to use a new package name
> and be stuck with the old app in the console.
>
>
> -
> 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/CANCScgjcWNCxmWkOBkpeHxtYV%3DC5VQRVF%2B0LtdUTJdrXXybxhA%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

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


[android-developers] Changing between Navigation Drawer fragments is slow

2016-06-01 Thread Amitai Rosenberg


I have an app with a Navigation Drawer that uses fragments for each menu 
item.
Each time an item is clicked, I replace the current fragment.

The problem is that it takes a long time to show the new fragment after the 
user clicked.
The fragment that takes the longest to load is a fragment that has also 
tabs inside it with child fragments.
Is there any way I can speed up the loading of the fragments? (Perhaps 
initializing them beforehand, if this is possible?)


Here is my code:


protected override void OnCreate(Bundle bundle)
{
drawerLayout = FindViewById(Resource.Id.drawer_layout);
navigationView = FindViewById(Resource.Id.nav_view);
drawerLayout.DrawerClosed += DrawerLayout_DrawerClosed;
var mainFab = FindViewById(Resource.Id.mainFab);
mainFab.Click += MainFab_Click;

var callFab = FindViewById(Resource.Id.callFab);
callFab.Click += CallFab_Click;
var messageFab = 
FindViewById(Resource.Id.messageFab);
messageFab.Click += MessageFab_Click;
// Initialize the ViewPager and set an adapter
//var pager = FindViewById(Resource.Id.pager);
//pager.Adapter = new TabsFragmentPagerAdapter(SupportFragmentManager, 
fragments, titles);

// Bind the tabs to the ViewPager
//var tabs = FindViewById(Resource.Id.tabs);
//tabs.SetViewPager(pager);

navigationView.NavigationItemSelected += (sender, e) =>
{
e.MenuItem.SetChecked(true);
//react to click here and swap fragments or navigate

switch (e.MenuItem.ItemId)
{
case (Resource.Id.nav_home):
ListItemClicked(0);
break;

case (Resource.Id.nav_halachot):
ListItemClicked(1);
break;

case (Resource.Id.nav_times):
ListItemClicked(2);
break;

case (Resource.Id.nav_siddur):
ListItemClicked(3);
break;
case (Resource.Id.nav_compass):
ListItemClicked(4);
break;

case (Resource.Id.nav_settings):
ListItemClicked(5);
break;
}


drawerLayout.CloseDrawers();
};

if (bundle == null)
{
ListItemClicked(0);
navigationView.Menu.GetItem(0).SetChecked(true);
fragment = new HomeFragment();
SupportFragmentManager.BeginTransaction()
.Replace(Resource.Id.content_frame, fragment)
.Commit();
}
}

 public override void OnBackPressed()
{

if (drawerLayout.IsDrawerOpen((int)GravityFlags.Start))
{
drawerLayout.CloseDrawer((int)GravityFlags.Start);
}
else
{
base.OnBackPressed();
}
}

private void ListItemClicked(int position)
{

switch (position)
{
case 0:
fragment = new HomeFragment();
Title = "Home";
SupportActionBar.Elevation = 8;
break;
case 1:
fragment = new HalachaFragment();
Title = "aaa";
SupportActionBar.Elevation = 0;
break;
case 2:
fragment = new TimesFragment();
Title = "bbb";
SupportActionBar.Elevation = 8;

break;
case 3:
fragment = new SiddurFragment();
Title = "ccc";
SupportActionBar.Elevation = 8;
break;
case 4:
fragment = new CompassFragment();
Title = "ddd";
SupportActionBar.Elevation = 8;
break;
case 5:
fragment = new SettingsFragment();
Title = "eee";
break;
}



}

private void DrawerLayout_DrawerClosed(object sender, 
DrawerLayout.DrawerClosedEventArgs e)
{
SupportFragmentManager.BeginTransaction()
.Replace(Resource.Id.content_frame, fragment).AddToBackStack("BACK")
.Commit();

}


HalachaFragment.cs (The fragment that contains the tabs):


public class HalachaFragment : Fragment{
private ViewPager halachotPager;
private PagerSlidingTabStrip tabs;

public HalachaFragment()
{
this.RetainInstance = true;
}
public override void OnCreate(Bundle savedInstanceState)
{
base.OnCreate(savedInstanceState);

// Create your fragment here
}

public override View OnCreateView(LayoutInflater inflater, ViewGroup 
container, Bundle savedInstanceState)
{
// Use this to return your custom view for this Fragment

var view = 

[android-developers] Android Device Manager Can not Login

2016-06-01 Thread Çağrı TOPÇU


I'm trying to install Android Device Manager on my new device.


Can not pass the login.

"An error occured. Please try again."


 I've quadruple checked my password (even written somewhere else and copied 
into)


Need help directs me to forgot password screen.


Device:

Samsung Galaxy S7

Android v 6.0.1

Android Device Manager v 1.4.4






-- 
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/5a8773aa-3a45-4141-86c7-80582f9e3f76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Does any one tell me how to make TED like application? What are the requirements and how to link videos ? I have to make this type of application and don't know how to work , look

2016-06-01 Thread Amber Ghayas
Is no one knows?

-- 
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/2ec21000-c29b-4da9-abac-5e36d89bf025%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Android mobile usage history NetworkStatsManager

2016-06-01 Thread EMIDIO OLIVEIRA


I found a solution of this problem with hidden APIs (android statistic 3g 
traffic for each APP, how? 
)
 
and when trying to retrieve mobile data usage information with TYPE_MOBILE 
was necessary to inform the SubscriberID, unlike when I tryed to get 
information TYPE WIFI.

Try this code

TelephonyManager  tm = 
(TelephonyManager)getSystemService(TELEPHONY_SERVICE);
String subscriberID = tm.getSubscriberId();

NetworkStats networkStatsByApp = 
networkStatsManager.queryDetailsForUid(ConnectivityManager.TYPE_MOBILE, 
subscriberID, start, end, uid);

So when you are using TYPE_MOBILE, it's necessary to you use a valid 
subscriberID.




Em quinta-feira, 19 de maio de 2016 07:50:52 UTC-3, Mauro Esposito escreveu:
>
> I'm making an App for Android 6.0 and I want to use the new class 
> NetworkStatsManager for getting mobile data usage.
>
> I added all permission I need in manifest and require the permission 
> runtime.
>
> When I call the method:
>
> bucket = 
> networkStatsManager.querySummaryForDevice(ConnectivityManager.TYPE_WIFI, "", 
> fromDate.getTime(), toDate.getTime());
>
> return the right value for WIFI usage.
>
> But if i replace TYPE_WIFI with TYPE_MOBILE the result is always 0.
>
> NetworkStats.Bucket bucket = null;
> try {
> bucket = 
> networkStatsManager.querySummaryForDevice(ConnectivityManager.TYPE_MOBILE, 
> "", fromDate.getTime(), toDate.getTime());
>
> if(bucket == null){
> Log.i("Info", "Error");
> }else{
> Log.i("Info", "Total: " + (bucket.getRxBytes() + 
> bucket.getTxBytes()));
> }
>
> } catch (RemoteException e) {
> e.printStackTrace();
> }
>
>

-- 
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/9764e4ab-3b87-44df-aa10-cbaa3a7f862f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Does any one tell me how to make TED like application? What are the requirements and how to link videos ? I have to make this type of application and don't know how to work , look

2016-06-01 Thread Amber Ghayas
-- 
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/aadd55a2-5e9d-4c6f-9851-dd4afdbf995d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need a way to refresh a RecyclerView.ViewHolder without it being recycled

2016-06-01 Thread David Schreiber
I have a RecyclerView.Adapter that handles creation and 
binding of ViewHolders based on a backing data set. Whenever the view is 
scrolled ViewHolders are being recycled and rebound, calling first 
#onViewRecycled 
and #onBindViewHolder for each recycled element. However, since my 
ViewHolders also contain resources that need to be cleaned up upon 
recycling (running async operations and Bitmaps) I want #onViewRecycled 
only called when the view is going to be bound with a different element 
(that has a different identity).

Now there is the case where I want to refresh some already bound 
ViewHolder, for example when I want to visually highlight it. I'm already 
setting this highlight inside my adapter's #onBindViewHolder, as this is 
the place where the view is populated from my data. For me the solution on 
hand was to update the backing data and trigger an invalidation using 
adapter.notifyItemChanged(changedPosition). However, this will cause a call 
to #onViewRecycled for the specific item before rebinding, which will cause 
to release resources as well.

What's the expected place to update such properties on my ViewHolder? Am 
I'm expected to handle view population without first recycling externally?

-- 
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/1c2c3525-5c1f-492c-af51-8728463cbdb0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] gdbserver packaged via gradle (AS)

2016-06-01 Thread Robert Bielik
Hi all,

Having an AS project here, and I need to embed gdbserver with the APK for 
native debugging. I have yet to find any working info for this.

Help ?

Regards
/Robert

-- 
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/2e561493-534b-4fc0-b4ea-5c28154f5188%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.