[android-developers] Google Api Route

2013-06-11 Thread Carlos Calvo
One question for google api route I wanted to know if it is possible to make a request to the google just getting the timing and duration of the full path without receiving each of the intermediate steps thanks

[android-developers] Re: Using the Fuse location provider, and testing with Fake GPS

2013-06-11 Thread BoD
Just as a follow up, I tried the app in real conditions (going outside and moving), and it does work correctly. I still don't know why it doesn't work with Fake GPS, but oh well... -- BoD On Monday, June 10, 2013 5:47:35 PM UTC+2, BoD wrote: Hi! I am trying to test my app that uses the

[android-developers] Re: Simulate an incoming call from a test?

2013-06-11 Thread amro alfares
Hello again please check this : http://developer.android.com/tools/help/monkeyrunner_concepts.html Hope that helps Regards On Tuesday, June 4, 2013 1:20:44 AM UTC+3, Larry Meadors wrote: I have a service that reacts to incoming calls that I'm trying to test. Is there a way to simulate

[android-developers] Filtering listview items with SearchView in ActionBar - bad practice?

2013-06-11 Thread Miha
Hi! I'd like to get an opinion, whether filtering a listview with a SearchView inside ActionBar is a bad practice or not? I've already implemented it, and now I see all of the issues I have to deal with manually, in order to get a consistent experience. Problems are more visible when using a

[android-developers] how to get a list of locales supported by device we're running on

2013-06-11 Thread Latimerius
I understand this is a FAQ but after googling for hours and finding nothing but forum questions with no answers and a heap of bad (non-functional) advice, I figured I'd ask. I'd like to allow our users to set a locale independent of the system-wide one. To construct the menu of available

[android-developers] How can I upload translated descriptions of an android app to the developer console?

2013-06-11 Thread Mathieu
I have made an Android App and translated the description (which appears on the Play Store) of the app in many languages. How can I upload the descriptions directly to the developer console ? Thanks -- -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Tablet recomendation

2013-06-11 Thread BaxterCodeworks
I'm researching the possibility of developing an app for Android. This would be a specialty app, probably side-loaded and not sold though any store/marketplace. I'm looking at purchasing -cheap- hardware at this time - perhaps stepping up to better hardware later if things prove out. One unit

[android-developers] ProGuard fails on PhoneGap sample project

2013-06-11 Thread Andrew
I've posted a couple of times on the phonegap forum about this, but I haven't got any response, so I hope maybe someone here can help me. First off, I know that ProGuard does not obfuscate the js and html in a PhoneGap app. My app has a significant amount of native code as well, so I'm trying

Re: [android-developers] Google Api Route

2013-06-11 Thread TreKing
On Tue, Jun 11, 2013 at 4:05 AM, Carlos Calvo 1caca...@gmail.com wrote: One question for google api route You're on the wrong forum. This group is for Android Development. - TreKing

Re: [android-developers] How can I upload translated descriptions of an android app to the developer console?

2013-06-11 Thread TreKing
On Tue, Jun 11, 2013 at 2:20 PM, Mathieu mathieu.debr...@gmail.com wrote: How can I upload the descriptions directly to the developer console ? I don't think you can upload - it's just text, copy and paste.

Re: [android-developers] How can I upload translated descriptions of an android app to the developer console?

2013-06-11 Thread Mathieu
Well, the idea is to upload descriptions, not copy/paste. Because I have more than 30 apps and 10 translated languages for each app... So the idea would be either to include the description in the manifest (and the description in the manifest would be used byt the console) either to upload the

Re: [android-developers] How can I upload translated descriptions of an android app to the developer console?

2013-06-11 Thread TreKing
On Tue, Jun 11, 2013 at 9:55 PM, Mathieu mathieu.debr...@gmail.com wrote: Any idea or solution please ? Contact the Google Play support and make a feature request then wait patiently for a few years. ;)

Re: [android-developers] How can I upload translated descriptions of an android app to the developer console?

2013-06-11 Thread Mathieu
I think you are sadly right... T_T I don't see this kind of feature. Anywhere, anyhow ... Thanks anyway ;) On Wednesday, June 12, 2013 1:17:39 AM UTC-4, TreKing wrote: On Tue, Jun 11, 2013 at 9:55 PM, Mathieu mathieu...@gmail.comjavascript: wrote: Any idea or solution please ? Contact

[android-developers] NDK TCP Server/Client Help

2013-06-11 Thread dani maoz
Hi I would like to implement a TCP Server/client using NDK, can anyone post on example or an ndk project. Another Question i implemented an TCP server but when the client connect gethostbyaddr return NULL any idea See below the code childfd = accept(parentfd, (struct sockaddr *) clientaddr,