[android-developers] Re: Get result from settings activity intent

2009-05-05 Thread jrgraf...@googlemail.com
Thanks Dianne, that did the trick, I have setup a Broadcast receiver to try and catch users manually changing values via the settings panel.now its just a case of finding the names of all the broadcasts that are sent out by various settings panels! On May 5, 5:54 pm, Dianne Hackborn

[android-developers] Widget proxy drawable

2009-05-05 Thread Ward Willats
In the widget design guidelines under widget graphics tips and tricks is says In some cases, devices that have low pixel depths that can cause visual banding and dithering issues. To solve this, application developers should pass assets through a proxy drawable defined as XML:. This

[android-developers] Re: Handling key events in a paused Activity

2009-05-05 Thread Marco Nelissen
On Tue, May 5, 2009 at 10:14 AM, Taísa Cristina taisa.san...@gmail.comwrote: In fact I do need to handle key strokes. Then you need a foreground activity. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Widget proxy drawable

2009-05-05 Thread Romain Guy
It's just a typo. Here's a proxy example: bitmap android:src=@drawable/my_png_image / Doing so lets you for instance enable or disable dithering using android:dither. On Tue, May 5, 2009 at 10:25 AM, Ward Willats goo...@wardco.com wrote: In the widget design guidelines  under widget graphics

[android-developers] Re: Possible to change BroadcastReceiver priority from within Activity

2009-05-05 Thread Filipe Abrantes
Thanks I will try having a preference for the user to disable my player to be the default handler of the intent using the PackageManager. One question more: do the PackageManager changes persist through a reboot? Cheers, Filipe http://abrantix.org/rockon.php Dianne Hackborn wrote: You can

[android-developers] Re: AbsoluteLayout deprecated ... a simple example to be complaint with 1.5 SDK ?

2009-05-05 Thread Mike
Dianne, with all due respect, I'm with Mark on this one. The only reasonable thing for a developer to do at this point is abandon the deprecated classes as quickly as possible. Google's track record with Android releases proves that they can and will spin on a dime without giving much notice as

[android-developers] texture map ,opengl es ,gallery

2009-05-05 Thread xiaofeng
tex1 = loadTexture(gl, bmp0); tex2 = loadTexture(gl, bmp1); tex3 = loadTexture(gl, bmp2); tex4 = loadTexture(gl, bmp3); tex5 = loadTexture(gl, bmp4); protected static int loadTexture(GL10 gl, Bitmap bmp) { Bitmap bmp_tmp = bmp; return loadTexture(gl, k,bmp_tmp,

[android-developers] [OOT] looking for push mobile mail libs/framework

2009-05-05 Thread Hira Sirojudin
any body can help mei'm currently looking for a framework or library to develop push mobile mail system which compliant with android platform. has any body developed such system?and advantages? thanks alot for your suggestion and BR -- Hira Sirojudin +628 111988846

[android-developers] Transfert a call using DTMF

2009-05-05 Thread PI9
Hy everyone! I'm trying to create an application using DTMF (Dual Tone Multi Frequency) to provide special service to user. In fact, I would like that once you call someone, this person could put you through (using DTMF). The process is the following: 1- You call your contact 2- You ask him to

[android-developers] Re: How to get current date ??

2009-05-05 Thread mf-team
HI, i have not tested in Android but in Java instantiating a Date class this way: Date date=new Date(); fills the class with the current date. You can then use the SimpleDateFormat class to format it the way you want. Best Regards, MF On May 5, 8:13 am, Daehoon Jeon

[android-developers] Decoding High resolution pics

2009-05-05 Thread bhoj
Hello All, I want to decode high resolution pics something like 8 mega pixel images and view it. when I try to decode them I get out of memory exception. Decoding of single 8 mega pixel also fails . From the Imagamanager code and other post I could use BitmapFactory.Options inJustDecodeBounds

[android-developers]

2009-05-05 Thread Steph
--~--~-~--~~~---~--~~ 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] Re: Failed to find an AVD compatible with target 'Android 1.5'. Launch aborted. Error

2009-05-05 Thread Jianjun
Thanks, I meet the same problem. create a new AVD solve it. On May 4, 10:11 am, Raphael r...@android.com wrote: On Sat, May 2, 2009 at 11:02 AM, Berlin Brown berlin.br...@gmail.com wrote: With Eclipse 3.4, Ubuntu Linux and android 1.5 sdk from the download site.  I am getting the following

[android-developers] How could i load kml files with gmaps api ?

2009-05-05 Thread LEMESLE Philippe
Hi, i tried to find how i could load kml file but without success ... could someone help me ? thanks, philippe --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: getting location name from lat, lon

2009-05-05 Thread mf-team
Hi jj, GeoLocation API is currently available as part of Google Gears but, as far as i know, still not included in the Android platform. The only solution is to call an external service in order to get the information you need. In my opinion an external web service call will also be the solution

[android-developers] catching points with the Gps

2009-05-05 Thread Felipe Andres Besoain Pino
hi everyone, I am trying to write a code about catch lat. and long. points with the GPS, actually I am using the shell with the commands geo fix because the DDMS doesn't work in linux apparently, I am using this scripts: getBestProvider(criteria, true); getLastKnownLocation(provider);

[android-developers] How to decode large resolution Images

2009-05-05 Thread bhoj
Hello All, I want to decode high resolution pics something like 8 mega pixel images and view it. when I try to decode them I get out of memory exception. Decoding of single 8 mega pixel also fails . From the Imagamanager code and other post I could use BitmapFactory.Options inJustDecodeBounds I

[android-developers] Decoding High resolution pics

2009-05-05 Thread vishal bhoj
Hello All, I want to decode high resolution pics something like 8 mega pixel images and view it. when I try to decode them I get out of memory exception. Decoding of single 8 mega pixel also fails . From the Imagamanager code and other post I could use BitmapFactory.Options inJustDecodeBounds I

[android-developers] Re: Questions on Tab (TabWidget) Width

2009-05-05 Thread Chris @ Froogloid
I have no idea if there is a workaround for this sizing issue but I can say we've had create our own tab mock-ups do to shortcomings with the tab widget. Mock up = look like tabs, act like tabs...but are really buttons. On May 5, 8:50 am, Lewis Z. lzh...@gmail.com wrote: Any comments please?

[android-developers] طلب انتماء

2009-05-05 Thread oozaa
hi --~--~-~--~~~---~--~~ 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] Playing shoutcast mp3 stream in background crashes in 1.5

2009-05-05 Thread ogi.andr...@gmail.com
I've successfully played shoutcast mp3 streams while the application is hidden (no activity showing), simply by keeping a static pointer to the playing thread (http://developer.android.com/guide/appendix/faq/ framework.html#3). After updating to 1.5 it crashes almost instantly after destroying

[android-developers] Anyone who knows the details of operate a service?

2009-05-05 Thread iloveblue
Hello: I have a question about service, take a music player for example. While I am playing the music in background as a service. And then a phone call happens, what should the service do? Will the OS (android) pause the service, or will the developer who develop the service write code to

[android-developers] how to add class path to build.xml file generated by android tool

2009-05-05 Thread hlu
I have an old project and I just update it with android tool from SDK1.5. It replaced my old build.xml with a new one. The new one does not pick up my old classpath setting. How to add class path to build.xml file generated by android tool? Thanks, Hong

[android-developers] Playing shoutcast mp3 stream in background crashes in 1.5

2009-05-05 Thread ogi.andr...@gmail.com
I have an application for playing shoutcast streams that worked on SDK 1.1, but after upgrade to 1.5 it crashes every time the activity is destroyed. The trouble is in AudioTrack::obtainBuffer(), it loops forever since the change in code. I've tried to put the play thread in a Service to avoid my

[android-developers] Re: Failed to find an AVD compatible with target 'Android 1.5'. Launch aborted. Error

2009-05-05 Thread atung
Thanks! On May 4, 9:11 am, Raphael r...@android.com wrote: On Sat, May 2, 2009 at 11:02 AM, Berlin Brown berlin.br...@gmail.com wrote: With Eclipse 3.4, Ubuntu Linux and android 1.5 sdk from the download site.  I am getting the following error:  This is just a basic project, I haven't

[android-developers] How can we realize so COOL animation like this?Help!

2009-05-05 Thread sharon
Watch the cool animation below. http://www.fiercemobilecontent.com/story/check-out-some-tats-user-interface-innovations/2009-04-20 In the second video 'Glassy',after entering the 'Albums',the covers of albums scroll like page-turning. Now I want to get the same effect,but have no idea. Please

[android-developers] Re: is android:layout_width and android:layout_height manditory attributes

2009-05-05 Thread Hira Sirojudin
or you could modify this source efectively...but the solution is not popular...:) On Mon, May 4, 2009 at 10:40 PM, Romain Guy romain...@google.com wrote: No, it does not make sense to take the parent's value. On Sun, May 3, 2009 at 11:28 PM, Raja Nagendra Kumar nagendra.r...@tejasoft.com

[android-developers] Re: Updated to 1.5 and R.java is not regeneratated

2009-05-05 Thread Jinru He
Hi, Xavier, I encounter the same problem. and I am pretty sure that I didnot have the gen folder before updating to ADT 0.9 How can i solve this problem? Thanks! On 4月30日, 下午5时54分, Xavier Ducrohet x...@android.com wrote: When updating an old project that doesn't have the gen source folder

[android-developers] Is it possible to share one 'Canvas' in multiple custom-views within a single Activity?

2009-05-05 Thread Gerald Logor
Hello. I'm trying to develop an app which mimic the MicrosoftPaint application. My current setup is that I have a single activity which contains multiple custom-view. These views correlate to the different tool that program can do. Example: 'pencilView' to simulate the pencilStrokes,

[android-developers] Re: Failed to find an AVD compatible with target 'Android 1.5'. Launch aborted. Error

2009-05-05 Thread atung
Thanks! On May 4, 9:11 am, Raphael r...@android.com wrote: On Sat, May 2, 2009 at 11:02 AM, Berlin Brown berlin.br...@gmail.com wrote: With Eclipse 3.4, Ubuntu Linux and android 1.5 sdk from the download site.  I am getting the following error:  This is just a basic project, I haven't

[android-developers] Update application from the Android Market

2009-05-05 Thread David C
Hi, After different testing, I found an issue with the update method when installing an application update. I developped DilbertDroid, and a lot of people are saying that there is missing some functionnality but the latest version published on the market have this functionnalities. I suppose

[android-developers] Re: Start Application with SMS

2009-05-05 Thread Hira Sirojudin
that right what AndroidUser said, u just create a function to check received sms in ReceiveSms class or other place which ReceiveSms instance triggering this function. On Tue, May 5, 2009 at 10:57 AM, Android Users androidmai...@gmail.comwrote: Hi, Every msg tat comes will go to the inbox.

[android-developers] Android 1.5 bug with earphone detection

2009-05-05 Thread archinform
On my Google dev phone there is a problem with the new 1.5 version in combination with an official HTC adapter cable YC A300 and 3.5mm earphones. Android doesn't recognize the earphones (it worked on 1.1!). Android still recognizes the HTC earphones with ExtUSB.

[android-developers] catching points with the Gps

2009-05-05 Thread fbesoain
hi everybody, I am writing an application for catching points with the Gps, so I am using : I defined my location manager, therefore: locationManager.getLastKnownLocation(provider); updateWithNewLocation(location); locationManager.requestLocationUpdates(provider, 2000, 10, locationListener);

[android-developers] MyLocationOverlay blocks my Activity

2009-05-05 Thread cyril.at...@gmail.com
Dear all, I am facing a strange issu : as soon as I try to instanciate a new MyLocationOverlay, my application is blocked. here is my code snippet mapViewFromXML = (MyMapView) this.findViewById(R.id.my_map); Log.d(MAP, BEFORE CREATING MY LOCATION OVERLAY); mylocation

[android-developers] Android online training or training in Bangalore

2009-05-05 Thread vineeth Desai
Hi, Please let me know online android training. and also any training centre in Bangalore. Warm Regards, Sunil --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Testing Upgrades from Market without Publishing

2009-05-05 Thread d474rpr
I have an application that is almost ready to be published to the Market except for one little complication. I need to be able to test that the upgrade will work correctly once the application is published. So far I have seen no available way to QA this scenario that will satisfy my test

[android-developers] Adb shell escape character

2009-05-05 Thread VS
Hi, I'm trying to send this command to create a contact. am start -a android.intent.action.INSERT -d 'content://contacts/ people' -t 'vnd.android.cursor.dir/person' -c 'android.intent.category.DEFAULT' -e 'name' 'Abc Xyz' -e 'phone' '111222' This works fine if I just use one word for name,

[android-developers] Decoding High resolution pics

2009-05-05 Thread bhoj
Hello All, I want to decode high resolution pics something like 8 mega pixel images and view it. when I try to decode them I get out of memory exception. Decoding of single 8 mega pixel also fails . From the Imagamanager code and other post I could use BitmapFactory.Options inJustDecodeBounds I

[android-developers] Re: Anyone who knows the details of operate a service?

2009-05-05 Thread Yusuf T. Mobile
Android won't necessarily kill your service when there is an incoming call. You can read about incoming call detection here: http://d.android.com/reference/android/telephony/PhoneStateListener.html Some nice guy wrote it up here:

[android-developers] Re: How to send mail in HTML format?

2009-05-05 Thread Jonapin
Do you find the solution?, a need the solution On 24 abr, 12:19, havexz bali.param...@gmail.com wrote: Alguien tiene alguna idea El 30 de marzo, 1:19 am, havexz bali.param...gmail.comescribió: Quiero enviar el correo electrónico en formato HTML. Actualmente estoy usando el Por

[android-developers] Re: How to send mail in HTML format?

2009-05-05 Thread Jonapin
I need the solution help... On 24 abr, 12:19, havexz bali.param...@gmail.com wrote: Someone have any idea On Mar 30, 1:19 am, havexz bali.param...@gmail.com wrote: I want to send the Email in HTML format. Currently i am using the default text format using the Intent.

[android-developers] Re: sdcard on emulator mounted read only !!

2009-05-05 Thread dan raaka
I can find that under ./development/data/etc/vold.conf On Mon, May 4, 2009 at 11:51 PM, David Turner di...@android.com wrote: I guess /system/etc/vold.conf is missing from your build. How did you configure it ? On Mon, May 4, 2009 at 11:51 PM, Marco Nelissen marc...@android.comwrote:

[android-developers] Get View width before displaying it

2009-05-05 Thread Al
I'm using a PopupWindow and want to set the width to the exact amount of space my LinearLayout (which is the contentview of the pop up), will need. I tried calling getWidth() but each time it returns 0. How can I find the width of it before displaying it? Thanks.

[android-developers] Re: TCP (XMPP) Keep Alive and T-Mobile

2009-05-05 Thread mathiastck
I found this: http://code.google.com/p/android-random/source/browse/trunk/TestKeepAlive/src/org/devtcg/demo/keepalive/KeepAliveService.java these guys set their keep alive interval to: private static final long KEEP_ALIVE_INTERVAL = 1000 * 60 * 28; I'm assuming their optmized for the T-Mobile

[android-developers] Re: onDraw() help

2009-05-05 Thread Moons
When you call View.invalidate(), your View refresh itself, wich means that all your previous draws are erased. On May 5, 8:41 am, Sukitha Udugamasooriya suk...@gmail.com wrote: Hi all, I'm relatively new to Android. I want to draw strokes on my screen when the user touches. Next stroke

[android-developers] Re: Widget proxy drawable

2009-05-05 Thread Jeff Sharkey
It also works for creating dithered 9-patches: res/drawable/proxy_nine_patch.xml: nine-patch android:src=@drawable/original_nine_patch android:dither=true / j On Tue, May 5, 2009 at 11:32 AM, Romain Guy romain...@google.com wrote: It's just a typo. Here's a proxy example: bitmap

[android-developers] Re: Testing Upgrades from Market without Publishing

2009-05-05 Thread Moons
If you connect your phone to your computer, you can run your projects on your phone. On May 4, 9:04 pm, d474rpr d7urn...@gmail.com wrote: I have an application that is almost ready to be published to the Market except for one little complication.  I need to be able to test that the upgrade

[android-developers] Re: TCP (XMPP) Keep Alive and T-Mobile

2009-05-05 Thread Guillaume Perrot
28 minutes ??? It's only 3 minutes for us in France, I am doubtful about this value. 2009/5/5 mathiastck mathias...@gmail.com I found this: http://code.google.com/p/android-random/source/browse/trunk/TestKeepAlive/src/org/devtcg/demo/keepalive/KeepAliveService.java these guys set their

[android-developers] Re: SDK 1.5 and multiple projects in an application

2009-05-05 Thread Rashmi
Hello, I am in a similar situation. I have a project with a service and I am binding to the service from a different application in different package. I got this whole setup working on Android SDK 1.1. However it is not working in Android 1.5, even when I pick out 1.1 to be used. The emulator

[android-developers] HTC Magic

2009-05-05 Thread moa
Anyone got an HTC Magic? http://groups.google.co.uk/group/htc-magic --~--~-~--~~~---~--~~ 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

[android-developers] Re: Playing shoutcast mp3 stream in background crashes in 1.5

2009-05-05 Thread Marco Nelissen
If you want to reliably do something in the background, you need to use a service. Having a static reference to some object is not enough. On Mon, May 4, 2009 at 3:16 PM, ogi.andr...@gmail.com ogi.andr...@gmail.com wrote: I've successfully played shoutcast mp3 streams while the application

[android-developers] Re: Playing shoutcast mp3 stream in background crashes in 1.5

2009-05-05 Thread Streets Of Boston
I see you already tried to put it in a service. How do you stop/start this service? If your activity just binds to the service, the service will stop when the activity goes away. To fix this, do a 'Context.startService' as well. This will cause your service to stay running in the background,

[android-developers] Android Browser 1.5 - Save link broken?

2009-05-05 Thread Alec
Hi In the new version of android the Browser Save Link does not behave as it did in version 1.1 for instance this link http://www.mininova.org/get/1063605 could be saved in version 1.1 but not in 1.5 Could someone explain to me why? and what work around i might be able to use for my

[android-developers] Re: Playing shoutcast mp3 stream in background crashes in 1.5

2009-05-05 Thread Marco Nelissen
Sorry, didn't quite read far enough. So you're using a service but it still crashes. If it really crashes, then the system log should show a stack trace that gives you more information about the crash. Have a look there in that case. If by crashes you mean stops playing, then I'm guessing your

[android-developers] reset to paid or completely remove the old free apps from Market?

2009-05-05 Thread jman
I certainly would like to keep using the old name for the paid version of the software but I did not seem to find a way of resetting it to paid or removing the old free version entirely so that I can upload the brand new software. Thanks. --~--~-~--~~~---~--~~

[android-developers] Re: android audio

2009-05-05 Thread Yusuf T. Mobile
As you are probably aware, this is not part of the public SDK API, so it's not supported for app developers, it may break with future versions, etc. That being said, dsp_dtmf.c has a function with a decent amount of (entertainingly spelled) comments called dsp_dtmf_goertzel_decode. Call that

[android-developers] Re: Handling key events in a paused Activity

2009-05-05 Thread Mark Murphy
Taísa Cristina wrote: In fact I do need to handle key strokes. Find another UI pattern. It would be easier if I could handle home key, so that I could prevent the user from going to home screen. Find another UI pattern. Prevent the user from going to home screen is fairly evil and is a

[android-developers] Re: Launch Activity

2009-05-05 Thread Mark Murphy
danielececil...@gmail.com wrote: Hi, I try to launch an Activity created with : public class MyActivity extends Activity { ... } from a java method. Somebody can help me please startActivity(new Intent(this, MyActivity.class)); -- Mark Murphy (a Commons Guy)

[android-developers] Smarter Monkey Needed

2009-05-05 Thread Brian Conrad
I was testing my program with Monkey under the 1.5 emulator. It gets hung up on some of the dialogs which a user would just dismiss with the back key and quits with a not responding error. The application hasn't quit and dismissing the dialog the program continues to run normally. This

[android-developers] Re: Regarding AbsoluteView being deprecated in 1.5

2009-05-05 Thread Sheepz
I have encountered this issue, and wrote a blog post about it, have a look if you're still stuck: http://developreality.blogspot.com/ Enjoy! On Apr 29, 6:01 pm, Mark Murphy mmur...@commonsware.com wrote: karthikr wrote: I have just realised that AbsoluteLayout has been deprecated in the

[android-developers] Android SDK Content Loader gets stuck....

2009-05-05 Thread Richard Schilling
I am seeing the project refresh in Eclipse get stuck when it runs the Android SDK Content Loader. Does anyone else see this? Any clue on cancelling this task? When I click the red square, the IDE just sits there. Restarting eclipse doesn't help - the IDE just starts this task again when it

[android-developers] Re: AbsoluteLayout deprecated ... a simple example to be complaint with 1.5 SDK ?

2009-05-05 Thread Sheepz
check out my simple example at http://developreality.blogspot.com/ it's my blog, and i have a post on doing just that... good luck On May 4, 5:34 am, 6real xirgon...@gmail.com wrote: Hello, could someone give a simple example to replace an AbsoluteLayout with Frame and Relative Layout ?

[android-developers] Re: AbsoluteLayout deprecated ... a simple example to be complaint with 1.5 SDK ?

2009-05-05 Thread Romain Guy
Your blog post is full of misunderstandings. First of all, using margins *does* work for what you want with a FrameLayout. You used a LinearLayout and as a result your views are much bigger than they need to be and it's probably much more expensive that it needs to be. Second of all, you should

[android-developers] Re: Regarding AbsoluteView being deprecated in 1.5

2009-05-05 Thread Romain Guy
Your blog post is full of misunderstandings. First of all, using margins *does* work for what you want with a FrameLayout. You used a LinearLayout and as a result your views are much bigger than they need to be and it's probably much more expensive that it needs to be. Second of all, you should

[android-developers] Re: Retrieving Draft SMS details

2009-05-05 Thread sermojohn
After quite many hour of searching around for the canonical_addresses table, you told me about, I had no luck. I feel sad that I m interested in developing a application on a platform that is supposed to be well documented and supported, but cant do a so simple operation, like retrieving the

[android-developers] Re: Location of Gears Local DB

2009-05-05 Thread Evan Ruff
I was afraid of that :-)! In case anyone else is wondering, I was able to troubleshoot my issue using the tools included in the standard gears SDK distro. There's a database.html file in there that will let you run SQL against any target. I used it to double check my DB. E On May 5, 10:59 am,

[android-developers] Push Mail answers

2009-05-05 Thread Alex Jurgensen
HI, Try Funamble. Thanks, Alex, --~--~-~--~~~---~--~~ 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,

[android-developers] Re: SlidingDrawer issue #1?

2009-05-05 Thread Sheepz
I took a look at the api http://developer.android.com/reference/android/widget/SlidingDrawer.html and copied their example to a clean sandbox project this is the code: [beginquote] ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android

[android-developers] Re: SlidingDrawer issue #1?

2009-05-05 Thread dan raaka
are you using the latest version of SDK ? On Tue, May 5, 2009 at 4:04 PM, Sheepz eladk...@gmail.com wrote: I took a look at the api http://developer.android.com/reference/android/widget/SlidingDrawer.html and copied their example to a clean sandbox project this is the code: [beginquote]

[android-developers] Re: AbsoluteLayout deprecated ... a simple example to be complaint with 1.5 SDK ?

2009-05-05 Thread Dianne Hackborn
I'll say again: we are not going to remove AbsoluteLayout from a future release, but we strongly discourage people from using it. If you choose to not believe me, you are welcome to, but I am not responsible for you making that decision. On Mon, May 4, 2009 at 1:00 PM, Mike

[android-developers] Making a snapshot of an application with trasparencies

2009-05-05 Thread Alex Jurgensen
HI, Here is my plan. I want an application (any aplication) to be able to read in from a file on the disk and if the fille existed do the following: 1. Disable all input via the touchscreen. 2. Allow a transparent slider along the left side of the phone and one across the bottom. 3. A

[android-developers] Re: Regarding AbsoluteView being deprecated in 1.5

2009-05-05 Thread Sheepz
Thanks for the input, I am very new at this UI thing so it makes sense that there are some mistakes there, however, I have tried basing my directions on trial and error and answers I got in this group, for example, the use of framelayout was recommended in this group and that's why I tried it,

[android-developers] Re: SlidingDrawer issue #1?

2009-05-05 Thread Sheepz
if you mean 1.5, yes i am, i have also updated the editors for eclipse as described in the upgrade sdk page. On May 5, 7:06 pm, dan raaka danra...@gmail.com wrote: are you using the latest version of SDK ? On Tue, May 5, 2009 at 4:04 PM, Sheepz eladk...@gmail.com wrote: I took a look at

[android-developers] Re: AbsoluteLayout deprecated ... a simple example to be complaint with 1.5 SDK ?

2009-05-05 Thread Sheepz
Thanks for the input, I am very new at this UI thing so it makes sense that there are some mistakes there, however, I have tried basing my directions on trial and error and answers I got in this group, for example, the use of framelayout was recommended in this group and that's why I tried it,

[android-developers] Re: How to get current date ??

2009-05-05 Thread Daehoon Jeon
Thanks for help, but I already completely done, I think Android is different from Java about get current date. Android site gives source exactly i want. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Anyone who knows the details of operate a service?

2009-05-05 Thread Mark Murphy
iloveblue wrote: While I am playing the music in background as a service. And then a phone call happens, what should the service do? Will the OS (android) pause the service No, there is no pause with services. or will the developer who develop the service write code to detect things like

[android-developers] Re: sdcard on emulator mounted read only !!

2009-05-05 Thread David Turner
On Tue, May 5, 2009 at 8:50 PM, dan raaka danra...@gmail.com wrote: I can find that under ./development/data/etc/vold.conf that is normal, but is the file copied to /system/etc/vold.conf when you run the emulator ? If not, this explains the empty and read-only /sdcard On Mon, May 4,

[android-developers] How to pass the Touch event to application behind the transluent Input view?

2009-05-05 Thread gguoling
Hi all, I have a question, How to pass the Touch event to the application behind the transluent view? The view is an input view (IMF, implemented by InputMethodService.setInputView()). Need help. --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: how to get the first frame of a video file ?

2009-05-05 Thread Ty
Apparently this was added with Cupcake. I cannot find it. Anyone know how to create a video thumbnail? Ty On Apr 5, 8:54 pm, Wei twc0...@gmail.com wrote: Hi Dave, Are you meaning I can not use this class in my own application? But in MediaPlayerPerformance.java(framework folder), it can

[android-developers] Video thumbnail with cupcake/1.5?

2009-05-05 Thread Ty
I hear that there is now a public 'way' of creating a thumbnail from a video? Does anyone know how to do this? Ty --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: How to pass the Touch event to application behind the transluent Input view?

2009-05-05 Thread Dianne Hackborn
Touch processing is all-or-nothing per window. You can set the window flag to turn off all touch processing, but you can selectively catch or pass touch events. On Tue, May 5, 2009 at 7:33 PM, gguoling gguol...@gmail.com wrote: Hi all, I have a question, How to pass the Touch event to the

[android-developers] Re: distributing an app packaged with just emulator

2009-05-05 Thread tansaku
Hi Brian, Many thanks for your help. I eventually got this approach to work, but I had to upgrade to the latest sdk first. I think my other odd troubles may have been related to that. As it happens I got the app on the emulator via a browser install as suggested here:

[android-developers] Re: How to pass the Touch event to application behind the transluent Input view?

2009-05-05 Thread gguoling
Thank you Dianne Hackborn, I will try it. On 5月6日, 上午10时43分, Dianne Hackborn hack...@android.com wrote: Touch processing is all-or-nothing per window. You can set the window flag to turn off all touch processing, but you can selectively catch or pass touch events. On Tue, May 5, 2009 at

[android-developers] How to send file by socket

2009-05-05 Thread guishenl...@gmail.com
Hi all, I want to send a file from the Android phone to a server by socket.Could anyone give me some example code about how to do it? Thank you in advance! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: ScrollView and Programmatically Scrolling

2009-05-05 Thread Kaka
any solution now? I have to implement the same function too. On Apr 20, 2:32 am, Arnaud Weber arnaud...@gmail.com wrote: Ok, i've found some kind of weird solution... It seems that fullScroll is inversed. As i wanted to go to the top of my view i need to call scrollView.fullScroll(

[android-developers] Re: How to pass the Touch event to application behind the transluent Input view?

2009-05-05 Thread gguoling
Hi Dianne Hackborn, I didn't find the flag you said in class Window. Can you tell me how to pass the touch events ? Thank you. On 5月6日, 上午10时43分, Dianne Hackborn hack...@android.com wrote: Touch processing is all-or-nothing per window. You can set the window flag to turn off all touch

[android-developers] How to show soft keyboard in landscape mode?

2009-05-05 Thread Yan Shi
I tried a lot of ways with no luck. Could anyone please help me? Thanks --~--~-~--~~~---~--~~ 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] Re: Light theme doen't work properly in 1.5 SDK

2009-05-05 Thread havexz
Got a workaround by explicitly setting the background for scrollview. But any ways the Light theme has some other issues also. For example in 1.1, the preferences doesnt work properly with light theme and in 1.5 preferences work fine but if you have a alert dialog with multiple items (check

[android-developers] Re: Questions on Tab (TabWidget) Width

2009-05-05 Thread Lewis Z.
Chris, thanks for the reply and idea. My tight schedule won't allow me to create a custom widget. I'll just use what are available in the SDK. It seems to me that the current implemetaion of TabWidget is only good for four tabs, which is too few for any complicated applications. Maybe the widget

[android-developers] Re: How to draw directly on screen without calling invalidate?

2009-05-05 Thread Sukitha Udugamasooriya
Thanks. Is there a way to save the Canvas object on re-draw that in the onDraw()?? --~--~-~--~~~---~--~~ 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] Re: Overriding home screen search?

2009-05-05 Thread whizziwig
I guess I'll write a widget. Thanks. On May 5, 1:06 am, Romain Guy romain...@google.com wrote: You should really NOT do this.Homesearches are meant to search contacts, and nothing else. Do not attempt to change the semantics of this Intent. On Mon, May 4, 2009 at 9:59 PM, whizziwig

[android-developers] Re: App widgets and remote views

2009-05-05 Thread bra...@gmail.com
That is actually kind if annoying and greatly limits the things we can do with widgets. Are there any plans to change this or do I have to kiss my xeyes port goodbye forever. On Apr 21, 3:17 pm, Tom Gibara m...@tomgibara.com wrote: It's an intentional limitation. Only views that are implemented

[android-developers] Re: App widgets and remote views

2009-05-05 Thread Romain Guy
This is an unfortunate limitation indeed but given our constraints this is the only way we could provide *secure* appwidgets in the platform. On Tue, May 5, 2009 at 9:21 PM, bra...@gmail.com peacoc...@gmail.com wrote: That is actually kind if annoying and greatly limits the things we can do

[android-developers] Re: How to send file by socket

2009-05-05 Thread bra...@gmail.com
There are plenty of examples of socket transactions for java around. http://www.rgagnon.com/javadetails/java-0542.html First hit with a google search is pretty good. On May 5, 11:09 pm, guishenl...@gmail.com guishenl...@gmail.com wrote: Hi all, I want to send a file from the Android phone to

[android-developers] Re: How to draw directly on screen without calling invalidate?

2009-05-05 Thread bra...@gmail.com
Thats how I do it in my apps. On May 5, 4:30 am, Mariano Kamp mariano.k...@gmail.com wrote: The onDraw() method starts from the scratch every time and so doesn't keep your drawings from the last invocation. Instead you would need to save all the previous points yourself and use them in

[android-developers] Re: App widgets and remote views

2009-05-05 Thread bra...@gmail.com
DOH. AndroidEyes I barely knew thee :) On May 6, 12:25 am, Romain Guy romain...@google.com wrote: This is an unfortunate limitation indeed but given our constraints this is the only way we could provide *secure* appwidgets in the platform. On Tue, May 5, 2009 at 9:21 PM, bra...@gmail.com

[android-developers] Re: Browser specs

2009-05-05 Thread Disconnect
You googled and couldn't find out if it supported flash? Can I suggest trying harder? On Mon, May 4, 2009 at 4:15 AM, tekinico tekin...@gmail.com wrote: Hey everyone ! I've been trying to collect information about Android web browser specifications, like html/css versions, security

[android-developers] Re: SDK 1.5 - MMS Intent does not handle images correctly

2009-05-05 Thread Ty
Anyone? On Apr 28, 12:25 pm, Ty ty.mcdowell...@gmail.com wrote: After more investigation it appears as though the culprit is the 'exit- on-sent' Boolean that I set before calling the intent.  If I set that to false the image will get inserted although it takes much longer than before.  Also,

[android-developers] Re: How can we realize so COOL animation like this?Help!

2009-05-05 Thread sharon
Anybody has idea? Thanks. On 5月5日, 下午5时07分, sharon dxx...@gmail.com wrote: Watch the cool animation below.http://www.fiercemobilecontent.com/story/check-out-some-tats-user-int... In the second video 'Glassy',after entering the 'Albums',the covers of albums scroll like page-turning. Now I

<    1   2   3   >