[android-developers] Cannot download play-services-common

2016-11-30 Thread Louis TREBUCHET
I am using Android SDK tools and platform tool #25 and downloaded Google Play Services #38 The library play-services-common is not included in com\google\android\gms Where can I find/download it as I need to use GoogleApiClient class ? Thanks for your help -- You received this message because

[android-developers] Android studio and bluetooth

2016-03-28 Thread Louis Masulli
I am new to android and downloaded android studio. The application I am trying to write has a part of it that I need to use Bluetooth for, but when I try to run my app there are no devices in the avd manager that have bluetooth I tried creating my own device but there doesn't seem to be an

[android-developers] listview inside gridview

2013-01-07 Thread louis
這是一個樣品的日曆使用 GridView控件 ,現在我想在日曆的“天”添加新的東西,所以我想我可以使用 ListView的 佈局,在一個月的一天,現在我有一個問題,我的listview not scrolling ! -- 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

[android-developers] Playback Speed

2012-06-29 Thread Louis Strauss
Hi all I want to write an app that adjusts the playback speed of mp3s. Many applications are already doing it, but which classes do they use? I have tried SoundPool and AudioTrack, but to no avail. SoundPool only buffers for a very short amount of time, while AudioTrack doesnt support mp3s.

[android-developers] How to access libs from 2 add-ons using sdk tools version 20?

2012-06-28 Thread Louis
The application I am developing needs to access library stubs from 2 different add-ons directory. Both add-ons are intealled via the sdk manager. Up to version 19 of the Android sdk tools, I was to specify the path to the library for the second package in ant.properties using

[android-developers] Re: Giving away my book: Genius Android Marketing

2012-01-10 Thread Louis
I guess this post proves you know a thing or two about marketing. 8,8% chance of winning at the moment: count me in. On Jan 5, 5:50 pm, scp89 jayvanbui...@gmail.com wrote: I've recently finished writing the first full-length, android-specific book on Android Marketing. It covers tips, tricks,

[android-developers]

2011-12-27 Thread Louis du Pisani
-- 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

[android-developers] android flash emulator

2011-03-18 Thread louis
Hi, This is my first time asking question here,I need your help! In my condition,I want to test flashplayer on www.youku.com.Firstly,I used released android 2.2 froyo,but I even cannot install the plugin on it,so,I changed it to released android 2.3 gingerbread,it supprised me that the plugin

[android-developers] Re: Nested layout problem

2010-10-21 Thread jean-louis bonnaffé
) ; getChildAt(i).layout(160 - 180/2, 190 - 180/2, 160 + 180/2, 190 + 180/2) ; } } However, the view's animation looks a bit ugly now, there may be a better fix. Anyway, i hope it's still useful for you or anyone. jean-louis On Aug 31, 8:11 am, Matthieu Jeanson matthieu.jean

[android-developers] Re: Droid Reboot when using VBO in opengl es codes

2010-04-06 Thread Louis
I'm having with GL lockups on the Droid at the moment.  I see a resize in there, are you flipping orientations? On Apr 5, 6:18 pm, Louis yanglfya...@gmail.com wrote: Hi, All: I am working on a app which render geometrics with VBO in NDK opengl, it works in other phone, but in Motola

[android-developers] Droid Reboot when using VBO in opengl es codes

2010-04-05 Thread Louis
Hi, All: I am working on a app which render geometrics with VBO in NDK opengl, it works in other phone, but in Motola Droid, it will cause the devices reboot The logs like next, anyone can help me? 04-05 15:36:21.609: DEBUG/dalvikvm(1320): +++ not scanning '/system/ lib/libwebcore.so' for

[android-developers] How to know touched cube in opengl ?

2010-02-24 Thread Louis Huh
I drew cubes using opengl, GLSurfaceView has onTouchEvent method. but I'd like to know what cube was touched ? cubes can move anywhere in the viewport... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] How to enable the GPS setting automatic

2009-05-03 Thread Louis
Hi, All: Anybody know how to enable the GPS setting automatic? Seems the Toggle Settings app can handle it, but I didn't find out any solutions for it yet. Please help me if you have time. Best regards, Louis. --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: How to enable the GPS setting automatic

2009-05-03 Thread Louis
the mLocationManager.updateProviders(); didn't public in SDK yet, any suggestions for it? Best regards, Louis. On May 4, 9:55 am, Louis yanglfya...@126.com wrote: Hi, All: Anybody know how to enable the GPS setting automatic? Seems the Toggle Settings app can handle it, but I didn't find out any solutions

[android-developers] Embeded APK?

2008-12-22 Thread Louis
as Embeded APK which 3rd party can install it with their APK without user more actions? If no, any replacement way for it? Welcome any helps for it. Best regards, Louis --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: For modular requirement

2008-12-03 Thread Louis
for all of them as well as the main application. On Fri, Nov 28, 2008 at 2:39 AM, Xiaoliang Ding [EMAIL PROTECTED]wrote:  Hi, Ludwing, Louis     But how about a new added application. If we want to a new plug-in added into the main application, how can do it ? Thanks Ding 2008/11

[android-developers] Plug in in contact/calendar

2008-12-03 Thread Louis
for it. Louis. --~--~-~--~~~---~--~~ 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 [EMAIL

[android-developers] Re: For modular requirement

2008-11-27 Thread Louis
matches). Ludwig 2008/11/26 Louis [EMAIL PROTECTED] Hi, All: Our products which running in other platform are using the modular approach, which means if user want to add a new feature, he/she only need to download a new plug-in, but not reinstall the who application. And we used COM

[android-developers] AIDL in same process

2008-11-26 Thread Louis
, that's sounds too heavy for one process, any suggestions for it? And also, if we want public to 3rd part, is there anyway to install our services and their application together? (Not public our codes to them). Welcome any help for that. Best regards, Louis

[android-developers] For modular requirement

2008-11-26 Thread Louis
it in Android? Welcome any help for it. Best regards, Louis. --~--~-~--~~~---~--~~ 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

[android-developers] Re: AIDL in same process

2008-11-26 Thread Louis
synchronously on the same thread. I'm not sure what you are asking in the second part of your question. Is this a request for dependencies in the Market, e.g. Application A requires Application B to be installed? On Nov 26, 4:06 am, Louis [EMAIL PROTECTED] wrote: Hi, All Our team want build

[android-developers] Can we delete a SMS?

2008-11-03 Thread Louis
Can we delete a SMS with newest android SDK now? --~--~-~--~~~---~--~~ 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