[android-developers] back key is not working in viewpager

2013-03-28 Thread abhijit
I have a ViewPager in which i am displaying 5 Fragments like f1,f2,f3,f4,f5when i am pressing back button from in f2 it coming to f1(f2-f1) but when i am trying to come from f3 to f1 the back key is not responding.f3-f1 is not happening.Why f2 to f1 is possible and why after f2 its not

[android-developers] Re: Improve data retriveing time from server.

2013-03-28 Thread ankit the OPIUM
If this not a web app what you can do is when your app launch retrieve data from server and save in device and fetch from there. After that check your server regularly if something has been changed over server and download only those change files not whole data. in this way only first time it

[android-developers] Re: Improve data retriveing time from server.

2013-03-28 Thread bob
This is called caching. On Thursday, March 28, 2013 8:16:29 AM UTC-5, ankit the OPIUM wrote: If this not a web app what you can do is when your app launch retrieve data from server and save in device and fetch from there. After that check your server regularly if something has been changed

[android-developers] Re: WebView takes up entire screen, I need it to fit in the remaining space of the layout.

2013-03-28 Thread Mahmoud Hadad
useless replies tbh On Tuesday, September 13, 2011 4:34:41 PM UTC+3, Conny wrote: Hello All, I am trying to use Webview in a relative layout with a progress bar and some buttons. But as soon as I run webview.loadUrl(my path), the webview takes over the entire space. I need the webview to

[android-developers] Asus Transformer TF700T - VM Heap Size

2013-03-28 Thread Nathan
Does anyone know the specs on the Transformer TFT700T? Particularly the VM heap size so I can set up an emulator. It seems that device is forgetful - ie runs out of memory more often than other devices - according to some error logs I have. I have a theory that a large pixel screen combined

[android-developers] Excluding a device in Developer Console - existing installs?

2013-03-28 Thread Nathan
Currently my manifest is wide open. Let's suppose I want to exclude a device that I don't think is working for many people anyway. What will happen to users that have it installed? Will Google Play immediately zap the app from everyone, including those who have paid for it? Will it stay

[android-developers] Re: Excluding a device in Developer Console - existing installs?

2013-03-28 Thread RichardC
No Zaps - just no updates. On Thursday, March 28, 2013 6:49:32 PM UTC, Nathan wrote: Currently my manifest is wide open. Let's suppose I want to exclude a device that I don't think is working for many people anyway. What will happen to users that have it installed? Will Google Play

[android-developers] Re: Excluding a device in Developer Console - existing installs?

2013-03-28 Thread Nathan
On Thursday, March 28, 2013 12:17:04 PM UTC-7, RichardC wrote: No Zaps - just no updates. Thanks - I'll try it with one and see how it goes - whether it worth adding more exclusions. Nathan -- -- You received this message because you are subscribed to the Google Groups Android

[android-developers] can't access https://code.google.com/p/broadcom-ble/

2013-03-28 Thread Heidi Zhou Nolan
Hello! I like to try Open Bluetooth Low Energy API ( http://android-btle.github.com/framework/) in order to work with Bluetooth 4.0. However, I can't download the library from https://code.google.com/p/broadcom-ble/. I got permission denied error. Any idea what to do in order to get the

[android-developers] Making sure I only launch one app instance through and Intent

2013-03-28 Thread Tobiah
I'm doing a startActivityForResult() to launch a barcode scanner. The problem is that if the user presses home from the scanner, then goes back to my app and launches the scanner again, it appears to be launching a new instance, and the camera is already busy, so it fails. Is there a way to

[android-developers] Subscriptions using Version 3 API of Google In-App Billing

2013-03-28 Thread Jungle Jim
I am developing an app that will have both free content and the option to receive additional content by purchasing an annual subscription. I am using Version 3 API, which has only recently supported subscriptions. I am getting error messages that say my devices do not support subscriptions. I

Re: [android-developers] Re: App works on Samsung Galaxy Note ONLY when I debug it with eclipse

2013-03-28 Thread Mario Giammarco
Still debugging. What I have found: 1) no deadlocks 2) stomp library uses hawtdispatch. They then use java NIO and they open sockets and channels. The problem is: - the thread waiting for a reply is doing the right thing: infact nothing is sent so nothing can be received. So the real problem

[android-developers] Re: null pointer on setOnInfoWindowClickListener

2013-03-28 Thread Pratama Nur Wijaya
https://lh3.googleusercontent.com/-EAF7YkcXBpg/UVUYLGGlBkI/Af0/CaAjJY8l4X8/s1600/Untitled.png here are my code http://pastebin.com/df972ei6 and screenshot logcat On Thursday, 28 March 2013 00:46:32 UTC+7, RichardC wrote: Post the code with the problem and the LogCat when the