[android-developers] Re: Two active surfaceViews on top of one another

2016-02-16 Thread Prashanth Debbadwar
Hi,

I used framelayout to one surfaceview other. It was not working then I done 
following thing

localSurfaceView.setZOrderMediaOverlay(true); // is to display top
remoteSurfaceView.setZOrderMediaOverlay(false); // down

It is working fine.

On Sunday, 13 November 2011 20:02:23 UTC+5:30, Rajeev Ranganathan wrote:
>
> Hello everyone, 
> We are developing a video teleconferencing Solution,where the camera 
> preview(a Surface view) should come on top 
> of another surface view which shows the other peer in 
> conversation.So,I just wanted to know,if it is possible to 
> render a video content on a surface view ,on top of which,there is 
> another surface view.I tried this on GB 2.3.4, the camera preview 
> seems to be very much visible.I can also hear the streamed audio but 
> in place of video,A WHITE screen is getting displayed and the phone 
> freezes after sometime.Right now,we are testing this on Nexus 
> S(Crespo). 
> Thanks 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/d0f202d0-bb0b-4b9d-91b1-ab94057c13a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: bluetooth: paired bluetooth devices list

2016-02-16 Thread borzack
Hi Roberts,
in this way I can know the devices list, instead I need modify it. In 
others words, I know the name and MAC address of new device (far of my old 
device) that I want add it at my old device paired list, so I need discover 
how change this list manually.
Do you think that is possible? how do it?

Thanks in advanced.

Il giorno martedì 16 febbraio 2016 23:59:35 UTC+1, RLScott ha scritto:
>
> Get the list of paired bluetooth devices like this:
>
> private final BluetoothAdapter mAdapter = 
> BluetoothAdapter.getDefaultAdapter();
>
> Set pairedDevices = mAdapter.getBondedDevices();
>
> int numberOfDevices = pairedDevices.size();
> if (numberOfDevices > 0) {
>for (BluetoothDevice device : pairedDevices) {
>   String devAddr = device.getAddress();
>   if(..whatever selection criteria you want..)
>   {
>  //..do something with that device
>   }
>}
> }
>
>
> -Robert Scott
>  Hopkins, MN
>
> On Monday, February 15, 2016 at 5:54:42 PM UTC-6, borzack wrote:
>>
>> Hi All,
>> I need know where android save the paired bluetooht list.
>> The reason is that I've two devices where one of this can receive info 
>> about second device only by wifi/sms but no by bluetooth, so I can pair 
>> them only managing the paired devices bluetooth list.
>> Someone can help me?
>>
>> thanks in advanced
>>
>>

-- 
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/a995478d-de78-4205-aeb4-a0b1054054d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] REST Service phpp android Studio not work.

2016-02-16 Thread sardar khan
First check on your php side if the response is in json then proceed to
android side

On Wed, Feb 17, 2016 at 3:58 AM, TreKing  wrote:

>
> On Tue, Feb 16, 2016 at 9:20 AM, oscar cuenca 
> wrote:
>
>> The app is builded with no errors. But when I try to test in my device it
>> doesn't work.
>> I can't find any error.
>>
>
> Did you try looking at the callstack you posted with this very question?
>
> 02-16 13:01:56.708 27336-27336/com.amg_eservices.mywisen W/System.err: 
> org.json.JSONException: Value  of type java.lang.String cannot be 
> converted to JSONObject
>
> You are apparently trying to parse an html response as JSON. Don't do that.
>
>
> -
> TreKing  - Chicago
> transit tracking app for Android-powered devices
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/CANCScggrRjF85to8fzUEhQmLdDeNra3QvndidV4GCUSiR7N48g%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/CABHzXARYv8f37jdZrhX0_EgThzmAo4W1ASNxf%2BxkO1YTWCOTpQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] how to unset roboto (in meterial theme) when using appcompat library

2016-02-16 Thread joy
Hi,

I need to unset roboto (in meterial theme) when using appcompat library.

All devices under lollipop follows device's font, so it's not consistent.
but I cannot find how to unset roboto (in donottranslatematerial.xml)

Is there anyone who can help me ?

-- 
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/a044899e-e9ca-4b06-851a-50ea5ba6d9aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Is there an API which can disable events from magnet sensor ?

2016-02-16 Thread Manju PY
Is there an  API which can disable events from magnet sensor ?  

If there no way to disable magnet sensor events then is there a plan to provide 
such an API in the future ? 

Reason is I have Samsung Tab S2(sm-t810) which when placed near speaker with 
powerful magnet, as soon as the tablet is close to these speakers tabley 
automatically turns off the screen. I colud find any option in settings to 
disable this.
Through adb logcat command I found the sensor events are generated by Android 
in sm-t810 tablet whenever it kept near the speaker and when it move away from 
speaker Tablet automatically turns ON the screen ( through a coverManager 
service). This seems to magnet sensor to detect closure of tablet cover/case.
Unfortunately there is no way to disable the events from magnet sensor or 
ignore the events.

-- 
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/458de16c-1f45-4033-b12d-6549f9853a13%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] The settlement date of the subscription product would be able to know?

2016-02-16 Thread 윤지훈


Good morning
I am proceeding to payment subscriptions.
 
Code to obtain the payment of subscriptions product is shown below.
 
 

IabHelper.QueryInventoryFinishedListener mGotInventoryListener = new 
IabHelper.QueryInventoryFinishedListener() {
public void onQueryInventoryFinished(IabResult result,
 Inventory inventory) {

 

Purchase gasMonthly = 
inventory.getPurchase(CommonData.INAPP_MONTH_AUTOPASS);

try{
Log.i("gasMonthly = " +gasMonthly);
String purcharsStr = gasMonthly.getOriginalJson();
JSONObject object = new JSONObject(purcharsStr);

boolean mAutoRenewing = 
object.getBoolean(CommonData.JSON_AUTO_RENEWING);
int purchaseState = object.getInt(CommonData.JSON_PURCHASESTATE);
long purchaseTime = object.getLong(CommonData.JSON_PURCHASETIME);

if(mAutoRenewing){
Log.i("mAutoRenewing = true");
}else{
Log.i("mAutoRenewing = false");
}

if(purchaseState == 0){
Log.i("buy item");
}else if(purchaseState == 1){
Log.i("cancel item");
}else if(purchaseState == 2){

Log.i("refund");
}

Log.i("purchaseTime = " +purchaseTime);

}catch(Exception e){
Log.e(e.toString());
}

}

 

 

 

 

*Question : *

*I need to cancel your membership fee based on the settlement date.*

 

*The settlement date is going to be automatically renewed every month?*  

 


*UnlessIs there any way to know the payment date of cancellation of this 
product?*

 

 

please help me.

-- 
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/a997a901-6436-4239-a27d-33d2925ac0e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Whether / how to upgrade Android Studio from 1.3.1 to 1.5.1

2016-02-16 Thread Hernán G .
This is exactly what I'm experiencing right now, and it is even more 
frustrating to see that nobody answered anything. Can I ask you, what did 
you do at the end? Thanks!

On Thursday, January 7, 2016 at 6:27:07 PM UTC-5, t...@telensa.com wrote:
>
> I've just opened Android Studio having not used it for a little while. It 
> says I'm running 1.3.1 and suggests that I should be running 1.5.1.
>
> So I press the "Download" button.
>
> This doesn't do what I expect - download some upgrade stuff and update my 
> installation to 1.5.1. Instead it opens a web page in a browser for "Latest 
> Android Studio Canary Build: 2.0 Preview 4", with no mention of 1.5.1 
> anywhere on that page.
>
> By browsing around the web site, I do find a page for 1.5.1 ,,, which has 
> on it some zip files and no instructions as to what to do with them. (The 
> zip files themselves don't contain any obvious instructions in the first 
> couple of levels of directories.) There is also some stuff on the page 
> about using "check for updates" because "This will download and install a 
> patch rather than download a full IDE image." But it does no such thing, of 
> course, because that's where I started from, so this just goes round and 
> round in circles.
>
> So
>
> (a) Do I want to upgrade to 1.5.1?
> (b) If so, how do I do it?
>
> (Yes I have done web searches. I find lots of discussions of similar 
> issues, mostly contradictory (with people saying "this worked for me", "oh 
> no it didn't", "it works but you end up with a broken installation" etc) 
> and mostly with detail missing so that the instructions can't actually be 
> followed in practice.)
>

-- 
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/1387a267-0bd1-46ad-93ce-ab0d858129b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] ANR report on developer console.

2016-02-16 Thread store . devman
few days ago, i saw some report about ANR on my developer console.
so i tested my app, and occurred ANR error logs in BroadcastReceiver. 
but not displaying anr dialog, and not receive any ANR report on developer 
console.

how to showing anr dialog and receive anr report on developer console?
and anr dialog has just two buttons ( wait , ok ). how to send a report?

i'm sorry my english. but please help me.
thankyou.

-- 
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/850e1f3a-d820-47c6-a96f-9d724c819587%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] In-App Billing v3 getSkuDetails() returns empty "description" on old versions of Play Store

2016-02-16 Thread Markus A.
When testing In-App Billing on an cheap, but relatively current device (the 
Samsung Replenish M580) that runs Android 2.2.2 and only supports Play 
Store v3.9.16, I found that the DETAILS_LIST returned by getSkuDetails() 

 always 
contains an empty string as the value of the "description" key for all my 
in-app products. On newer devices, everything works fine.

Is this a bug in the early implementations of the Billing API or is there 
something else that might lead to an empty description, like some locale 
setting (the device is set to US-English, which is also the only language 
that I provided in the product details translations)?

-- 
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/c47109de-f185-4e84-a877-ce5b1cae0743%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Working around API-purchase-logic-flaws for consumables in Google Play's Billing API v3 (Relevant to everyone using consumables with API v3)

2016-02-16 Thread Markus A.
PS: This is a cross-post from StackOverflow 
(http://stackoverflow.com/questions/30921789/working-around-api-purchase-logic-flaws-for-consumables-in-google-plays-billing)
 
where I haven't been able to get any answers to this. Also: My apologies 
for all the line-breaks. Not sure where they all came from. In the editor, 
it looked fine...

-- 
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/1da8d81f-0767-44c8-8c52-570628f0fd16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Working around API-purchase-logic-flaws for consumables in Google Play's Billing API v3 (Relevant to everyone using consumables with API v3)

2016-02-16 Thread Markus A.


Version 3 of the Billing API removed the distinction between consumable and 
non-consumable products 
. Both 
have been combined into a new type called "managed" and behave somewhat 
like a hybrid: The app needs to actively call a method to "consume" the 
items. If that is never done for a set of skus, those items basically 
behave as if they were non-consumable.


The documentation 

 describes 
the intended purchase flow as follows:

   1. Launch a purchase flow with a getBuyIntent call.
   2. Get a response Bundle from Google Play indicating if the purchase 
   completed successfully.
   3. If the purchase was successful, consume the purchase by making a 
   consumePurchase call.
   4. Get a response code from Google Play indicating if the consumption 
   completed successfully.
   5. If the consumption was successful, provision the product in your 
   application.
   
I see two problems with this approach. One is fairly obvious and more a 
"bug" in the documentation than the API, but the other is rather subtle and 
I still haven't figured out how to best handle it. Let's start with the 
obvious one for completeness:



*Problem 1: Lost purchases on single device:*


The docs say that an app should call getPurchases every time it is launched 
to "check if the user owns any outstanding consumable in-app products". If 
so, the app should consume these and provision the associated item. This 
covers the case where the purchase flow is interrupted after the purchase 
is completed, but before the item is consumed (i.e. around step 2).


But what if the purchase flow is interrupted between step 4 and 5? I.e. the 
app has successfully consumed the purchase but it got killed (phone call 
came in and there wasn't enough memory around, battery died, crash, 
whatever) before it had a chance to provision the product to the user. In 
such a case, the purchase will no longer be included in getPurchases and 
basically the user never receives what he paid for *(insert angry support 
email and one-star review here)*...


Luckily this problem is fairly easy to fix by introducing a "journal" (like 
in a file system ) to 
change the purchase flow to something more like this (Steps 1 and 2 same as 
above):

   1. Launch a purchase flow with a getBuyIntent call.
   2. Get a response Bundle from Google Play indicating if the purchase 
   completed successfully.
   3. If the purchase was successful, make entry into journal saying 
   "increase coins from 300 to 400 once purchase ** is 
   successfully consumed."
   4. After journal entry is confirmed, consume the purchase by making a 
   consumePurchase call.
   5. Get a response code from Google Play indicating if the consumption 
   completed successfully.
   6. If the consumption was successful, provision the product in your 
   application.
   7. When provisioning is confirmed, change journal entry to "purchase 
** completed".
   8. Then, every time the app starts, it shouldn't just check getPurchases, 
   but also the journal. If there is an entry there for an incomplete purchase 
   that wasn't reported by getPurchases, continue at step 6. If a later 
   getPurchase should ever return that order ID as owned again (e.g. if the 
   consumption failed after all), simply ignore the transaction if the journal 
   lists this order ID as complete.
   
This *should* fix problem 1, but please do let me know if there are any 
flaws in this approach.



*Problem 2: Issues when multiple devices are involved:*


Let's say a user owns two devices (a phone and a tablet, for example) with 
the same account on both.


He (or she - to be implied from now on) could try to purchase more coins on 
his *phone* and the app could get killed after the purchase completed, but 
before it is consumed. Now, if he opens the app on his *tablet* next, 
getPurchases will report the product as owned.


The app on the tablet will have to assume that the purchase was initiated 
there and that it died before the journal entry was created, so it will 
create the journal entry, consume the product, and provision the coins.


If the phone app died before it had a chance to make the journal entry, the 
coins will never be provisioned on the phone *(insert angry support email 
and one-star review here)*. And if the phone app died after the journal 
entry was created, the coins will *also* be provisioned on the phone, 
basically giving the user a purchase for free on the tablet *(insert lost 
revenue here)*.


One way around this is to add some unique install or device ID as a payload 
to the purchase to check whether the purchase was meant for this device. 
Then, the tablet can simply ignore the purchase and only the phone will 
ever credit the coins and consume the item.


*BUT:* Since the sku is still in the 

[android-developers] Android Developers | Visual Srudio

2016-02-16 Thread Sunnatillo Salimov
Hi I have a problem with my visual studio. See the image. What do I have to 
do. Help me plz

-- 
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/cd737ec9-b737-4b0b-8d9b-10ccf678aff1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] REST Service phpp android Studio not work.

2016-02-16 Thread TreKing
On Tue, Feb 16, 2016 at 9:20 AM, oscar cuenca 
wrote:

> The app is builded with no errors. But when I try to test in my device it
> doesn't work.
> I can't find any error.
>

Did you try looking at the callstack you posted with this very question?

02-16 13:01:56.708 27336-27336/com.amg_eservices.mywisen W/System.err:
org.json.JSONException: Value  of type java.lang.String
cannot be converted to JSONObject

You are apparently trying to parse an html response as JSON. Don't do that.

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

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


[android-developers] Re: bluetooth: paired bluetooth devices list

2016-02-16 Thread 'RLScott' via Android Developers
Get the list of paired bluetooth devices like this:

private final BluetoothAdapter mAdapter = BluetoothAdapter.getDefaultAdapter();

Set pairedDevices = mAdapter.getBondedDevices();

int numberOfDevices = pairedDevices.size();
if (numberOfDevices > 0) {
   for (BluetoothDevice device : pairedDevices) {
  String devAddr = device.getAddress();
  if(..whatever selection criteria you want..)
  {
 //..do something with that device
  }
   }
}


-Robert Scott
 Hopkins, MN

On Monday, February 15, 2016 at 5:54:42 PM UTC-6, borzack wrote:
>
> Hi All,
> I need know where android save the paired bluetooht list.
> The reason is that I've two devices where one of this can receive info 
> about second device only by wifi/sms but no by bluetooth, so I can pair 
> them only managing the paired devices bluetooth list.
> Someone can help me?
>
> thanks in advanced
>
>

-- 
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/5f7fbf38-fbc2-4697-b179-fc90f0ff9b14%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Selective app release (USA)

2016-02-16 Thread TreKing
On Mon, Feb 15, 2016 at 6:14 PM, Jonathan Pirog  wrote:

> Is it possible to release my app only in certain states rather than the
> entire USA?

Let's say I only wanted to release to the east coast, is there a way? Any
> help is much appreciated


No. Distribution filters are by country. I'd be curious as to why you'd
need this granular level of deployment ... ?

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


Re: [android-developers] price for app not changing in play store

2016-02-16 Thread Michael Droll
I managed to fix it several days ago.  You are correct I think I had not
updated all the countries prices.  I only changed the default price.  I had
not changed any of the countries until I Manually clicked in the update.
I'm in the US so you would think the default would have showed but I guess
not.

Thanks for the reply.
On Feb 10, 2016 10:45 AM, "TreKing"  wrote:

>
> On Wed, Feb 10, 2016 at 9:00 AM, Michael Droll 
> wrote:
>
>> I changed the price of my app in the play dev console.  However the store
>> does not show the new price.  I changed the price over a week ago.
>>
>
> Your app shows as $1.99 to me. Perhaps you only set it for certain
> countries and are in a country where you didn't set it correctly?
>
>
> -
> TreKing  - Chicago
> transit tracking app for Android-powered devices
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Android Developers" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/android-developers/Ur2cM7v94c4/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/CANCScgj9LjVAJY3pUB1CJzm5atk9-JFQnC5iN0D6QLwE4Pcwhg%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/CAOjnpqp-zZNtqGge5xzUX3vhDN3u-JEjQWuWQ5fV4qMOhnHbnA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] sdk manager problem

2016-02-16 Thread TreKing
On Mon, Feb 15, 2016 at 2:08 PM, purushottam kuruwanshi <
purushottam...@gmail.com> wrote:

> manager alone it shows error something like this
> Failed to fetch URL http://dl.google.com/android/repository/addons_list-२.xml,
> reason: File not found
>

SDK Manager may not have permissions to write to disk.
Either install the SDK in a shared location or start it with admin
privileges.

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


Re: [android-developers] SDK Manager details

2016-02-16 Thread TreKing
On Mon, Feb 15, 2016 at 7:55 AM, Mani Gopal  wrote:

> I am new to mobile development i have installed the android studio but
> confused to install which SDK to be installed and whether for eg. If i
> install Android 6.0's should i install everything under it ?


http://developer.android.com/training/basics/firstapp/index.html


> please share the link how to develop a app for the website which might be
> built in Opencart or Magento.


https://www.google.com

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


[android-developers] Looking for a Sr. Android developer in Englewood Cliffs, NJ

2016-02-16 Thread ritesh . pandey . cardinalts
Hi Group members,

Here's the role I'm currently working on. Let me know if you or anyone you 
know might be interested.


*Title: Sr. Android Developer Location: Englewood Cliffs*
*, NJ Duration: 6+ months*

* Requirements:*
Specific duties include building Native Android applications using the 
latest technologies and frameworks, integrating 3rd party SDKs and 
interacting with internal clients to determine requirements and 
architecture.

   - Bachelor’s degree in technical discipline preferred 
   - Minimum 8 years software development experience that includes at least 
   4 years of Android 
   - Strong object-oriented design, programming and debugging skills 
   - Demonstrated experience with Java and the Android SDK is a must 
   - Experience with client & server side development including consumption 
   of web services 
   - Experience with GIT 
   - Strong debugging skills with the ability to reach out and work with 
   peers to solve complex problems 
   - Experience with other parts of the Java ecosystem e.g. Java enterprise 
   development a plus 
   - Prior successful experience in media or related industry is desirable 
   - Experience with JavaScript, CSS3 and HTML5 is also a major plus 
   - Launched at least two apps in the Google play Store is desired 

-- 
Thanks,
Ritesh Pandey
Sr. IT Recruiter
Cardinal Technology Solutions
Ph: 732-821-7400 x310
Fax: 732-820-2331
Email: ritesh.pan...@cardinaltsinc.comwww.cardinaltsinc.com
"Redeem the soul of your enterprise"

-- 
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/02ea5a12-ac7f-4548-af27-14dcc7f0f1c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Re: Händlerkonto für IAPs

2016-02-16 Thread TreKing
On Mon, Feb 15, 2016 at 12:52 AM, Christian Janßen <
jansse.christian1...@gmail.com> wrote:

> Am i allowed to create a Merchant account as a Privat Person.
> I want to make one, because ill make InApp Purchases in my developed Apps.
>

http://developer.android.com/distribute/googleplay/start.html

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


Re: [android-developers] Android reports my applications is incompactible with my devices

2016-02-16 Thread TreKing
On Sun, Feb 14, 2016 at 9:41 AM, Vitaly Fadeev 
wrote:

> Is it allowed to recieve own applications  in google play , or developer
> account and google play account must be different google accounts, in order
> device was reported, to be  compactible ?


If you're asking what I think you're asking, yes you can download your app
using the same account with which you uploaded it (assuming it's free - you
can't buy your own app).

I would remove the  element and try again.
Also, version code and version name should be set in gradle, and you should
set a target SDK 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/CANCScggN4ECGLZYGPsy_ZUn5n7UJhTEim4%2Bt2F5BwBwc%2Bdj%2Bsg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Google Play 'Deal of the Week'

2016-02-16 Thread Eman Battour
Any idea how I can submit one of my published apps to the 'Deal of the 
Week' list by Google Play? 

-- 
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/88ab3c4a-2fc6-4041-9c93-97d56e1a00c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Size limit

2016-02-16 Thread Vitaly Fadeev
Apk file, published to google play must be less then 50mb.
Some old devices does not allow download such a big file, so your application 
can be unavaible for them...
Apk file  application with size less 20mb can be downloaded with any android 
device (if it has enought free place to install).

-- 
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/8eb3ff64-02e2-429a-ad19-6f45be609368%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Size limit

2016-02-16 Thread Madeline Leung
Does Android Studio have a size limit on files? If yes, how much is it? 
Thanks!

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


[android-developers] IAP Error

2016-02-16 Thread sardar khan
Hy i have implemented the IAP in android.I create the application on 
playstore , i add publickey to my project, i add the testacount and test 
the app from my test acount and i also click the link and become a tested 
to test application and i have uploaded the apk on Open Alpha testing, and 
i alos try for open beta testing on playstore the error is same.
"The item you requested is not available for purchase".
can any one plese help me to solve this issue i have google it but cannot 
find the solution on Stack Over flow no solution work for me 
Thanks for 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/737a4c17-e265-4fb5-9d65-4e2be96059b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Prevent Screen Recording

2016-02-16 Thread PawanK
Is there any way to prevent screen recording while my app is in working 
mode. We have to launch an app of video tutorials on the app and screen 
recording is a big concern for us keeping in mind the content theft.

Thanks

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