[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 on my current location marker drag end event 
i want my current location to be updated and the corresponding nearby 
markers to be updated on the map and last visible markers on the screen to 
be invisible.
  NOTE:- I'm not using places API. instead i'm fetching location 
co-ordinates from my site API, and the result as co-ordinates are stored in 
a local file in android.
Thanks in advance.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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.
For more options, visit https://groups.google.com/d/optout.


[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 setup on my system in the apache httpd-vhosts.conf file like this -
#
# Project wordpress dev site
#
VirtualHost *:80
DocumentRoot C:/web/www/boutique
ServerName boutique.project.dev
/VirtualHost

with my hosts file having the following entry
127.0.0.1boutique.project.dev# project woocommerce site

I am using the HttpPost and HttpClient classes and I cannot see how I can 
provide the real IP address whilst still transmitting the host name in the 
URL request.

So, what I need to know is how can I make queries from my application using 
the virtual address  boutique.project.dev  ?
Is this possible ?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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.
For more options, visit https://groups.google.com/d/optout.


[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 this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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.
For more options, visit https://groups.google.com/d/optout.


[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 received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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.
For more options, visit https://groups.google.com/d/optout.


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, 2014 4:29 AM, sree android android.sreeni...@gmail.com
 wrote:

 Hi,

 In my application, i need to implement application specific VPN and that
 VPN data should not modify the user.How can i implement this feature in my
 app.


 Thank you for advance.

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 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.
 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 post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 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.
 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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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.
For more options, visit https://groups.google.com/d/optout.


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 the address already 
entered in Wallet, they will say we will show that address in your app's 
page in Play. But with Google you never know... sigh



El miércoles, 24 de septiembre de 2014 17:29:33 UTC-3, Kostya Vasilyev 
escribió:

 @Jose - I contacted Play support about it and they explained that it has 
 to do with European customer protection laws, and there is no way they will 
 make any exceptions. So I think you can forget about reverted too.

 @Noby - do you know if it should be under Business Information - Public 
 Profile - Address, or under Legal profile - Payee profile - Address? 
 I'll need to use different addresses there, for personal safety.

 -- K

 2014-09-24 23:45 GMT+04:00 Nobu Games dev.nob...@gmail.com javascript:
 :

 As far as I know, the physical address has to be specified in your Google 
 Wallet Merchant https://wallet.google.com/merchant/ account, that you 
 use for receiving payments from Google Play.


 On Wednesday, September 24, 2014 2:38:24 PM UTC-5, Jose_GD wrote:

 I thinks this is another sign of the insanity a company can get when it 
 grows too big...
 We are less than a week from the deadline and still it isn't possible to 
 find the dreaded Physical address field in the already painful Developer 
 Console (too be fair it got better in some aspects lately)

 Hope this crazy decision gets reverted in the following days

 Cheers

 José
 https://play.google.com/store/apps/developer?id=Jos%C3%A9+
 Gonz%C3%A1lez+D%27Amico


 El jueves, 18 de septiembre de 2014 03:13:56 UTC-3, nagamatu escribió:

 Dear Android Developers,

 I got the following notification at Google play Developer Console.

 | Add a physical contact address Beginning September 30, 2014, you need 
 to add a physical address
 | to your Settings page. After you've added an address, it will be 
 available on your app's detail page to
 | all users on Google Play. If your physical address changes, make sure 
 to update your information on
 | your Settings page. 

 | If you have paid apps or apps with in-app purchases, it's mandatory 
 to provide a physical address 
 | where you can be contacted. If you don't provide a physical address 
 on your account, it may result in
 | your apps being removed from the Play Store.

 I do not want to disclose my home address in public, because I am an 
 individual developer.
 This is privacy issue. I don't understand why Google requires my 
 physical address.

 I disclose my e-mail address and users can contact me. Also I can reply 
 to messages that is written
 in review at Google Play.

 If I am working for a company and office address is disclosed in 
 public, I do not care for it.
 But do you want to know your home address in public?

 # I sent a feedback about objection for this requirement. 

 --
 nagamatu




-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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.
For more options, visit https://groups.google.com/d/optout.


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
distribution in certain countries.
On Sep 23, 2014 3:39 PM, Yaemi Fevrier yaemi.fevr...@gmail.com wrote:

 If I do decide to release an app can I apply it so everyone in the English
 speaking world can download it or are there regulations

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 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.
 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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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.
For more options, visit https://groups.google.com/d/optout.


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 the 21st century.  If you have to rent a mailbox then raise your prices 
to pay for it and let the users know why.  Everyone else is raising their 
prices including your local sandwich shop.  Yesterday's 99 cent app should 
be $1.25 by now.

On Wednesday, September 24, 2014 1:29:33 PM UTC-7, Kostya Vasilyev wrote:

 @Jose - I contacted Play support about it and they explained that it has 
 to do with European customer protection laws, and there is no way they will 
 make any exceptions. So I think you can forget about reverted too.

 @Noby - do you know if it should be under Business Information - Public 
 Profile - Address, or under Legal profile - Payee profile - Address? 
 I'll need to use different addresses there, for personal safety.

 -- K

 2014-09-24 23:45 GMT+04:00 Nobu Games dev.nob...@gmail.com javascript:
 :

 As far as I know, the physical address has to be specified in your Google 
 Wallet Merchant https://wallet.google.com/merchant/ account, that you 
 use for receiving payments from Google Play.


 On Wednesday, September 24, 2014 2:38:24 PM UTC-5, Jose_GD wrote:

 I thinks this is another sign of the insanity a company can get when it 
 grows too big...
 We are less than a week from the deadline and still it isn't possible to 
 find the dreaded Physical address field in the already painful Developer 
 Console (too be fair it got better in some aspects lately)

 Hope this crazy decision gets reverted in the following days

 Cheers

 José
 https://play.google.com/store/apps/developer?id=Jos%C3%A9+
 Gonz%C3%A1lez+D%27Amico


 El jueves, 18 de septiembre de 2014 03:13:56 UTC-3, nagamatu escribió:

 Dear Android Developers,

 I got the following notification at Google play Developer Console.

 | Add a physical contact address Beginning September 30, 2014, you need 
 to add a physical address
 | to your Settings page. After you've added an address, it will be 
 available on your app's detail page to
 | all users on Google Play. If your physical address changes, make sure 
 to update your information on
 | your Settings page. 

 | If you have paid apps or apps with in-app purchases, it's mandatory 
 to provide a physical address 
 | where you can be contacted. If you don't provide a physical address 
 on your account, it may result in
 | your apps being removed from the Play Store.

 I do not want to disclose my home address in public, because I am an 
 individual developer.
 This is privacy issue. I don't understand why Google requires my 
 physical address.

 I disclose my e-mail address and users can contact me. Also I can reply 
 to messages that is written
 in review at Google Play.

 If I am working for a company and office address is disclosed in 
 public, I do not care for it.
 But do you want to know your home address in public?

 # I sent a feedback about objection for this requirement. 

 --
 nagamatu




-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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.
For more options, visit https://groups.google.com/d/optout.


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 show on my doorstep, with their phones in hand, see, this button
doesn't work? It's a long trip from there to Russia, and there are bears
in the streets, dangerous :)

It's not clear if Google will accept PO boxes here -- they don't for
merchant account addresses -- so we'll see when there actually is a way to
enter the address. Right now, it seems like there isn't, and my request for
a clarification has not been answered (so far).

-- K


2014-09-25 22:55 GMT+04:00 jtoolsdev brianjto...@gmail.com:

 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 the 21st century.  If you have to rent a mailbox then raise your prices
 to pay for it and let the users know why.  Everyone else is raising their
 prices including your local sandwich shop.  Yesterday's 99 cent app should
 be $1.25 by now.

 On Wednesday, September 24, 2014 1:29:33 PM UTC-7, Kostya Vasilyev wrote:

 @Jose - I contacted Play support about it and they explained that it has
 to do with European customer protection laws, and there is no way they will
 make any exceptions. So I think you can forget about reverted too.

 @Noby - do you know if it should be under Business Information - Public
 Profile - Address, or under Legal profile - Payee profile - Address?
 I'll need to use different addresses there, for personal safety.

 -- K

 2014-09-24 23:45 GMT+04:00 Nobu Games dev.nob...@gmail.com:

 As far as I know, the physical address has to be specified in your Google
 Wallet Merchant https://wallet.google.com/merchant/ account, that you
 use for receiving payments from Google Play.


 On Wednesday, September 24, 2014 2:38:24 PM UTC-5, Jose_GD wrote:

 I thinks this is another sign of the insanity a company can get when it
 grows too big...
 We are less than a week from the deadline and still it isn't possible
 to find the dreaded Physical address field in the already painful
 Developer Console (too be fair it got better in some aspects lately)

 Hope this crazy decision gets reverted in the following days

 Cheers

 José
 https://play.google.com/store/apps/developer?id=Jos%C3%A9+Go
 nz%C3%A1lez+D%27Amico


 El jueves, 18 de septiembre de 2014 03:13:56 UTC-3, nagamatu escribió:

 Dear Android Developers,

 I got the following notification at Google play Developer Console.

 | Add a physical contact address Beginning September 30, 2014, you
 need to add a physical address
 | to your Settings page. After you've added an address, it will be
 available on your app's detail page to
 | all users on Google Play. If your physical address changes, make
 sure to update your information on
 | your Settings page.

 | If you have paid apps or apps with in-app purchases, it's mandatory
 to provide a physical address
 | where you can be contacted. If you don't provide a physical address
 on your account, it may result in
 | your apps being removed from the Play Store.

 I do not want to disclose my home address in public, because I am an
 individual developer.
 This is privacy issue. I don't understand why Google requires my
 physical address.

 I disclose my e-mail address and users can contact me. Also I can
 reply to messages that is written
 in review at Google Play.

 If I am working for a company and office address is disclosed in
 public, I do not care for it.
 But do you want to know your home address in public?

 # I sent a feedback about objection for this requirement.

 --
 nagamatu


  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 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.
 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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You 

[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 you can view the full details for that record. Currently if you want 
to chose another record you have to go back to the list and pick.
We would like to keep that, but also see if its possible to allow the user 
to swipe left or right to scroll thru all the detail pages for the other 
records.. 
 
is something like that possible?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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.
For more options, visit https://groups.google.com/d/optout.


[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 through the ResourceCursorAdapter documentation and able 
 to figure out that it's constructor takes an additional layout 
 parameter as compared to CursorAdapter constructor. But I am unable to 
 understand what is the significance of having an additional layout 
 parameter in ResourceCusorAdapter constructor. 

 Thanks, 
 Parag 


 Have you seen this? 
http://stackoverflow.com/questions/3447413/cursoradapter-vs-resourcecursoradapter
 

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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.
For more options, visit https://groups.google.com/d/optout.


[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 through the ResourceCursorAdapter documentation and able 
 to figure out that it's constructor takes an additional layout 
 parameter as compared to CursorAdapter constructor. But I am unable to 
 understand what is the significance of having an additional layout 
 parameter in ResourceCusorAdapter constructor. 

 Thanks, 
 Parag 



 If You are going to create a view for Your list elements in code rather 
than in xml You have to use first one. If You define a layout in xml You 
can use either of them but if You go with second one You will have 3 lines 
of code less to write. #convenience
 

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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.
For more options, visit https://groups.google.com/d/optout.