[android-developers] Accelerated HTML Rendering issue (relative vs absolute position)

2013-02-08 Thread Anthony Prieur
Hi, Using a Webview to render content, I noticed that Hardware Acceleration (ICS) triggers rendering issues when HTML elements are using absolute positions, relative positions are fine. Is it normal or know Webkit behaviour ? I would have thought WebKit's HTML parser would parse, and

Re: [android-developers] Android Bluetooth: I get Connection Refused after unpairing two devices, invoke user pairing, and accepting/listening connections.

2013-02-08 Thread tom lee
I just tried. The connection is still refused. I don't think the result was affected by the timeout, since the timeout error was reported in the Logcat after the connection was reported to be refused first. -- -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Get sorted list android applications on basis of rarely used

2013-02-08 Thread Dan
On Thursday, February 7, 2013 12:12:34 PM UTC-5, Kristopher Micinski wrote: Of course, the caveat here is that you're also going to waste a good amount of battery. kris On Thu, Feb 7, 2013 at 10:30 AM, Nobu Games dev.nob...@gmail.comjavascript: wrote: This is pretty similar to

[android-developers] In-app Billing v3 - user is not eligible for this purchase

2013-02-08 Thread rudas
Hi all, I have implemented the new billing API suggested by Google and used the trivialdrive demo as a template. But I'm not able to purchase my in-app item. As soon as I'm redirected to the Play store I get the following error message user is not eligible for this purchase Implementation

[android-developers] Android AppEngine SSL Weirdness

2013-02-08 Thread Evan Ruff
Hey guys, I was wondering if anyone had been experiencing intermittent exceptions when securely connecting to an AppEngine servlet through the DefaultHttpClient? I've occasionally been getting execptions about certificates, closed connections, host unknown, etc... but only sometimes. I am

[android-developers] Open custom Camera from browser

2013-02-08 Thread samuel
Hello Developers, i am building a mobile webpage in which when the user clicks on a button it opens the camera in the browser. i tried using HTML5 as form action=server.cgi method=post enctype=multipart/form-data input type=file name=video accept=video/* capture input

[android-developers] Re: In-app Billing v3 - user is not eligible for this purchase

2013-02-08 Thread rudas
And then it suddenly started working... a day after uploading the .apk. It should be noted that I tried a workaround suggested on the Internet. I uploaded a new .apk using old developer console design. But after a couple of hours I did not notice any difference, but now (~4 hours later it works)

Re: [android-developers] Android Bluetooth: I get Connection Refused after unpairing two devices, invoke user pairing, and accepting/listening connections.

2013-02-08 Thread bob
Why not try the Bluetooth Chat Sample and see if that works? On Friday, February 8, 2013 4:22:06 AM UTC-6, tom_mai78101 wrote: I just tried. The connection is still refused. I don't think the result was affected by the timeout, since the timeout error was reported in the Logcat after

[android-developers] Re: How change ViewPager animation's duration when setCurrentItem is called?

2013-02-08 Thread tegbird
this is what i did, and use MyViewPager in your xml ISO ViewPager public class MyViewPager extends ViewPager { Method scroller; public MyViewPager(Context context) { super(context); } public MyViewPager(Context context, AttributeSet attr) {

[android-developers] Re: know with the browser if a specific application is installed in device

2013-02-08 Thread David Toledo
Hi All Is possible know with the browser if a specific application is installed in device and if was installed make some action in the page ? Regards David -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Re: Get sorted list android applications on basis of rarely used

2013-02-08 Thread Kristopher Micinski
This will work except for logging processes running when the screen is off, of course (e.g., all those that read notifications), it depends how you define rarely used. kris On Fri, Feb 8, 2013 at 8:18 AM, Dan dan.schm...@gmail.com wrote: On Thursday, February 7, 2013 12:12:34 PM UTC-5,

[android-developers] Re: Paid apps with trial and payments

2013-02-08 Thread Nobu Games
Actually we had this question a few times here and the usual answer is no you cannot do it because of the Google Play Developer Distribution Agreementhttps://play.google.com/about/developer-distribution-agreement.html . First of all you are limited to the use of so-called payment processors

[android-developers] Re: Android AppEngine SSL Weirdness

2013-02-08 Thread Nobu Games
What device are you testing on? Do you get that error also on newer ones? On Friday, February 8, 2013 7:30:19 AM UTC-6, Evan Ruff wrote: Hey guys, I was wondering if anyone had been experiencing intermittent exceptions when securely connecting to an AppEngine servlet through the

Re: [android-developers] Unable to obtain Google Maps Android v1 API Key

2013-02-08 Thread Simon Giddings
Thanks for that Mark, it works great. Sorry to not have replied before, but I didn't have a working connection. On Thursday, 7 February 2013 17:23:07 UTC+1, Mark Murphy (a Commons Guy) wrote: Add -v to your list of command-line switches. On Thu, Feb 7, 2013 at 11:13 AM, Simon Giddings

[android-developers] Re: Get sorted list android applications on basis of rarely used

2013-02-08 Thread bob
What exactly are you trying to do? On Wednesday, February 6, 2013 12:00:10 AM UTC-6, Bajrang Asthana wrote: Hi , I want to get a list of android applications on basis of rarely used. I am not getting how can we access last run time of application. I thought it could be possible through

Re: [android-developers] Re: Android AppEngine SSL Weirdness

2013-02-08 Thread Evan Ruff
Hey hey! It happens intermittently on Nexus 7s and Motorola Droid 4 running 4.0.4.I thought it was the sorta funny Certificate layout of AppEngine, but apparently that was addresses in 4.0? Thanks, E On Fri, Feb 8, 2013 at 11:10 AM, Nobu Games dev.nobu.ga...@gmail.comwrote: What device are

[android-developers] Re: know with the browser if a specific application is installed in device

2013-02-08 Thread Nobu Games
No it's not possible without creating your own browser app that provides this feature. And it's not possible for a good reason. Just imagine that any website in this world could query installed applications on a device. That would be privacy invasion. On Friday, February 8, 2013 9:42:14 AM

[android-developers] how to check value of edittext input in gridview

2013-02-08 Thread Prabu Siabuabu
hallo android developers! i want to ask how to check the value of edittext input in gridview? ok, let me explain a lil bit about the context. i have a gridview layout and have some images in there, then when i click each of them, the alert pop up with the edittext on alert. then i should to

Re: [android-developers] Re: Paid apps with trial and payments

2013-02-08 Thread Kevin Duffey
Nobu games hits it on the head. You can however host your own app and end users can click a link on your Site from their phone to install it from your site. Updates could be in the format of an email to your users that would again click the link from their phone to update. I believe this is

[android-developers] Google maps api v2 issue

2013-02-08 Thread g...@deanblakely.com
I'm about to put my Android app, which uses google api v1 onto the market. I now see that v1 has been depreciated and that I am urged to use v2 instead. I see that v2 appears an order of magnitude more complex and that google play services are needed. Since google play services are needed

[android-developers] Re: how to check value of edittext input in gridview

2013-02-08 Thread Lew
Prabu Siabuabu wrote: hallo android [sic] developers! i want to ask how to check the value of edittext [sic] input in gridview[sic]? ok, let me explain a lil bit about the context. i have a gridview layout and have some images in there, then when i click each of them, the alert pop up with

Re: [android-developers] Google maps api v2 issue

2013-02-08 Thread Mark Murphy
On Fri, Feb 8, 2013 at 7:08 PM, g...@deanblakely.com g...@deanblakely.com wrote: I see that v2 appears an order of magnitude more complex Actually, I found it to be simpler, at least for many operations, once you get past the is the Play Services Framework installed? hassle. Drag and drop, for

Re: [android-developers] Re: how to check value of edittext input in gridview

2013-02-08 Thread Παύλος-Πέτρος Τουρνάρης
What do you mean by validate? On Sat, Feb 9, 2013 at 2:16 AM, Lew lewbl...@gmail.com wrote: Prabu Siabuabu wrote: hallo android [sic] developers! i want to ask how to check the value of edittext [sic] input in gridview[sic]? ok, let me explain a lil bit about the context. i have a

[android-developers] Open Two Camera at a same time

2013-02-08 Thread abhishek kumar
Hi, Can anyone tell me how to open two camera (Front and Secondary ) at a same time.I know till now that it is not possible. Is there any way to open the camera(or Control Camera) using standalone app in Android. -- Abhishek Kumar B.Tech(IT) Graduate Allahabad Contact no-+919663082731 -- --