Re: [android-developers] ADB error on mac

2016-03-20 Thread Smartfire
reinstall the adb driver may fix this 2016-03-21 Smartfire 发件人:imanpakii 发送时间:2016-03-21 09:45 主题:[android-developers] ADB error on mac 收件人:"Android Developers" 抄送: Hi I have a ADB problem on my mac I have a mac core i5

[android-developers] ADB error on mac

2016-03-20 Thread imanpakii
Hi I have a ADB problem on my mac I have a mac core i5 and install android studio 1.5 on it and i install ADB on my system. ADB is working fine but when I open my ADB it's give me this error: ADB Connection Error Unable to create Debug Bridge: Unable to start adb server: Unable to detect adb

[android-developers] Re: New project with online database

2016-03-20 Thread Subodh Nijsure
I would certainly look at Retrofit2 library for doing any kind of http transaction ( http://square.github.io/retrofit/ ). You can find simple example using this library at https://github.com/snijsure/tinyurl For general callback stuff you should also make yourself familiar with RxAndroid (

[android-developers] Quicken Online |+1-844-546-3OO3 | Quicken Support Number | Quicken Customer Service

2016-03-20 Thread Quickensupport Phonenumber
USA |+1-844-546-3003| Quicken technical support phone number Canada. We support all Quicken® Software related issues solve instantly & Online backup for Quicken Support, Quicken Support Phone Number, Quicken Canada, Quicken Online, Quickbooks Online, Quicken Support Number USA, Quicken Support

Re: [android-developers] Question regarding "massive" application downloads

2016-03-20 Thread Nalin Savara
Alan... Just give your people a signed apk to install from a local server. Don't worry too much... even if not installed from Google play it can use and access google services and as long as binary and sign is same as once uploaded to Google play... it works okay and you will even get an option

[android-developers] Need a Front End & Back End Developer for an Android App / Technical Co-founder for a Startup in Bangalore

2016-03-20 Thread Edward Rodrigues
Hi All, We at SKA, are trying to change the way motorists park their car, with an affordable and amazingly convenient On-Demand Valet Parking service. SKA gives you the freedom to go anywhere and do anything, without ever having to deal with parking. SKA is the first On Demand

[android-developers] Re: How to search for contacts with phone number

2016-03-20 Thread Marcel Jay
*push* -- 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. To post to this group, send email to

Re: [android-developers] Re: When I get gps location in background.I got ANR

2016-03-20 Thread Kai Zhang
https://github.com/GisKook/testservice 2016-03-20 20:17 GMT+08:00 Kai Zhang : > Hello, > I start a service from broadcast receiver.Then use thread.sleep in > service's onStartCommand function.Then the ANR shows.the code is here( >

Re: [android-developers] Re: When I get gps location in background.I got ANR

2016-03-20 Thread Kai Zhang
Hello, I start a service from broadcast receiver.Then use thread.sleep in service's onStartCommand function.Then the ANR shows.the code is here( https://github.com/GisKook/testservice).So the service is in UI thread too? Thanks, zhangkai 2016-03-20 16:13 GMT+08:00 gjs

[android-developers] Re: Question regarding "massive" application downloads

2016-03-20 Thread Alain Bonnefoy
Hi, I don't talk about any issue in fact. I just say that if a group of peoples come in a site of interest and want all download the application, install it and then download the content throught the application, we will face a problem of bandwidth which cause a long time to wait that all

[android-developers] Google developer training - using string resources?

2016-03-20 Thread Haim Litvak
Hey, In the guide below, I see that string resources are being used as keys for getting and setting shared preferences: http://developer.android.com/training/basics/data-storage/shared-preferences.html However, since the keys are not going to be presented in any way to the UI, and I wouldn't

[android-developers] save parts of streaming vides

2016-03-20 Thread Dmitry Medvedev
Hello, I want to create an app which record video from camera, and while video recording save pieces of this streaming - length is 30 second. And when recording will stop I will have a lot of video files - each duration 30 seconds. Is it possible to do in Android? If yes - what libraries or

[android-developers] Re: How to use offline Google Map in my MapView?

2016-03-20 Thread Alain Bonnefoy
Gary, I already use OSM, with MapsForge maps for offline usage, but I didn't understood that was also useable with GoogleMaps. And OSM maps are much slower than GoogleMaps to be refreshed. So, I was wondering to keep using OSM or not... Thanks, Le dimanche 20 mars 2016 09:08:55 UTC+1, gjs a

[android-developers] Re: Cant unenroll/uninstall Android N beta

2016-03-20 Thread Luís Cunha
Same problem, did you ever received the OTA? Thanks, On Friday, 11 March 2016 20:02:18 UTC, Jez San wrote: > > Hi - > > can anyone offer help... Device: stock nexus 6p. > > i enrolled the device and installed the beta yesterday but i can't get > certain things working (project Fi and various

[android-developers] Please help old, disabled programmer - AVD only shows older apps and not the app I'm trying to debug - its' a BUG

2016-03-20 Thread Tim McFadden
When I start running my app with AVD, I use the AVD screen to select apps, then the available apps are displayed, but not the app I'm running. Obvious bug - I can't test. Please help an old disabled programmer, I don't have the 8 hours a day anymore to take this thing apart and fix it. Tx, Tim

[android-developers] Re: When I get gps location in background.I got ANR

2016-03-20 Thread gjs
Hi, ANR usually means you are doing too much work on a UI thread, long running tasks should be run on other non UI threads. Regards On Saturday, March 19, 2016 at 5:43:30 PM UTC+11, Kai Zhang wrote: > > Hello, > I start a service(main service) from broadcast receiver(No 1).I know that > If I

[android-developers] Re: How to use offline Google Map in my MapView?

2016-03-20 Thread gjs
Hi, You can download, cache and use Open Street Map tiles in an Android Map view when there is no internet coverage, if you search in Stack Overflow for TileProvider you might find some examples eg http://stackoverflow.com/questions/14784841/tileprovider-using-local-tiles?rq=1 and

[android-developers] Re: Question regarding "massive" application downloads

2016-03-20 Thread gjs
Hi, I did, but still don't get the issue. Perhaps you mean that the previously installed application would be required to download additional DATA related to the specific site, when the persons are located at the site of interest ? Or otherwise perhaps you could bundle all the site's data

[android-developers] Android App LOST Connection with Web Service

2016-03-20 Thread Carlos Ceron Santacruz
Hello, i would like if somebody can to teach me, what it's the best way to manage when a app lost connection with web service and this one transfer information just in that moment. Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers"