[android-developers] How to regenerate multiple markers in android app on changing my current location?

2014-09-25 Thread Akshat Sharma
Hello, I have stuck in a problem in my app development. First i will tell you my scenario. I'm using Google maps v2. It is displaying my location as a draggable marker. And several other markers are displayed near my location as cluster. What i want is that

[android-developers] Connect tablet to locally hosted web site

2014-09-25 Thread Simon Giddings
I have an application developed which needs to connect to a web site to collect online content. I have seen that we can indeed connect to a web server on a local system by addressing it via it's ip address. However, I am using virtual hosts on my system, so as to use virtual domains. This is

[android-developers] Can't Login to google...

2014-09-25 Thread kapex
I follow google instructions and I can't login I get this error: Authorization failed: server returned error: Access Not Configured. Please use Google Developers Console to activate the API for your project.. See https://developers.google.com/drive/handle-errors for details. -- You received

[android-developers] how to pause/resume while recording video ?

2014-09-25 Thread Abhishek Kumar Gupta
I am able to record video with the help of MediaRecorder. I want to implement pause/resume functionality while recording video. MediaRecorder is not having any method for pause/resume. Is it possible to implement it? Please guide me. Any help or guidance will be well appreciated. -- You

Re: [android-developers] How to implement app specific VPN

2014-09-25 Thread sree android
Thank you for giving replay, But my case is not for data transfer,In my application i want create VPN for connecting another server. On Thu, Sep 25, 2014 at 1:19 AM, Todd Grigsby tgrigsby...@gmail.com wrote: Sounds like you want to pass secure data. Why not just encrypt the data? On Sep 24,

Re: [android-developers] Re: Physical address is required for paid apps or in-app purchases

2014-09-25 Thread Jose_GD
Thanks @Kostya. @Noby, it doesn't make sense that they ask for entering a physical address to developers that have already entered it in Google Wallet, I think they are talking about a new field in the developer consoler, as DevDallas says in the last post of this thread. If they were to use

Re: [android-developers] A question about releasing an app

2014-09-25 Thread Steve Gabrilowitz
Not sure what you are trying to ask here. Are you trying to limit your app distribution to english speaking countries or wanting to broaden it as much as possible? Regulations are going to be app dependent, for example if your app has any sort of gambling related theme it will not be allowed for

Re: [android-developers] Re: Physical address is required for paid apps or in-app purchases

2014-09-25 Thread jtoolsdev
So if it has to do with European customer protection laws why don't they just say so in the notification AND put a link the law? Or is that too much work for them? There seems to be an attitude against people being able to make money on their own and that you MUST work with a big company in

Re: [android-developers] Re: Physical address is required for paid apps or in-app purchases

2014-09-25 Thread Kostya Vasilyev
Yes, Google's communication could be better here. I guess they just don't really care about explaining. The reason still looks ridiculous to me -- but dura lex, sed lex, and Google has to comply, and then so do we. But it makes me curious -- should I now expect users from Denmark or Greece to

[android-developers] Looking to see if adding the ability to swipe left to right is possible with our current app we are creating

2014-09-25 Thread Dan Cha
We have a app that we are working on that once you login to the app, you have a few buttons you can choose from, once you select one, it displays a listview with a custom adapter layout of all the records available. You can then click on any of the records and are taken to a detail page where

[android-developers] Re: CursorAdapter vs ResourceCursorAdapter

2014-09-25 Thread vishnu
On Friday, August 6, 2010 4:55:29 PM UTC+5:30, cppdev wrote: Hi, What is the exact difference between CursorAdapter and ResourceCursorAdapter ? Can somebody explain what are the api's that are required to override when implementing my own ResourceCursorAdapter ? I have gone

[android-developers] Re: CursorAdapter vs ResourceCursorAdapter

2014-09-25 Thread vishnu
On Friday, August 6, 2010 4:55:29 PM UTC+5:30, cppdev wrote: Hi, What is the exact difference between CursorAdapter and ResourceCursorAdapter ? Can somebody explain what are the api's that are required to override when implementing my own ResourceCursorAdapter ? I have gone