[android-developers] Re: How to develop a browser that recognize telephone numbers like skype click to call.

2016-08-14 Thread Ren N
Here is a quick overview for how to anchor this upthink in terms of when making a website On Saturday, 13 August 2016 03:25:21 UTC-7, Fazil T.M wrote: > > I want to develop an android

[android-developers] Re: AAC+ stream

2016-08-14 Thread Ren N
Hello, One thing I face as a loyal iPhone user is creating custom ringtones and notifiation sounds for iOS is not native to iOS. Do you know if there is an Application that can snip audio files on the iPhone? Do you intend to create an internet radio stream? Sounds fun...! Best, Ren On

[android-developers] Layout problem related to RelativeView and ListView

2011-12-01 Thread Ren Wen shan
Hi, I'm trying to make a layout that contains a List and a button. To make the button on the bottom, I'm using android:layout_alignParentBottom="true" android:gravity="center|bottom" in a RelativeView It works fine when the list is short, however, once the length of the list beyond the scree

[android-developers] iTunes

2011-04-20 Thread Ren MontaƱez
have someone already developed a software for iTunes on android thats for free? -- 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 em

[android-developers] FILL_AND_STROKE not working for Rectangle

2009-04-04 Thread Ren
When I set Paint.Style to FILL_AND_STROKE and drawRect, I got the same result as STROKE. FILL worked as expected in drawRect. FILL_AND_STROKE worked ok under drawOval() Has anyone experienced same problem? -- Kind Regards, Ren --~--~-~--~~~---~--~~ You received

[android-developers] Re: How to make translucent control just like 'zoom' in Pictures

2009-03-29 Thread Ren
> > and _anotherLayer is for example an object which extends View. Then > you need to draw transculent stuff on this layer. > > regards > LM > > > On Mar 29, 2:03 pm, Ren wrote: > > I have an image displayed in a view. I want to make some translucent > control > >

[android-developers] Re: When save image, how to specify image name?

2009-03-29 Thread Ren
Can anyone help? I just need a simple example on how to save image while being able to specify the file name. Cheers, Ren On Sat, Mar 28, 2009 at 9:59 PM, Ren wrote: > I tried > values.put(MediaStore.Images.ImageColumns.TITLE, "newpic.jpg"

[android-developers] How to make translucent control just like 'zoom' in Pictures

2009-03-29 Thread Ren
I have an image displayed in a view. I want to make some translucent control over that image, just like the zoom control on the built-in 'Pictures' application, or the 'Play' button on any youtube video. What is the general practice to achieve this kind of effect? -

[android-developers] Re: When save image, how to specify image name?

2009-03-28 Thread Ren
m wrote: > > > > Can any one help on this? > > > > On Mar 26, 6:20 pm, Ren wrote: > >> I have the following code to save a bitmap to a jpg file. It works > except > >> I > >> couldn't specify the file name. > >> > >>

[android-developers] How to scale down image in ImageButton?

2009-03-28 Thread Ren
I have a 32 X 32 png image which I set as the src of ImageButton. When I set the maxHeight of imageButton to 20 the image didn't scale down. How do I tell the ImageButton to scale down the image? Here's my image button definition: -- Kind Re

[android-developers] When save image, how to specify image name?

2009-03-26 Thread Ren
eam(uri); bitmap.compress(Bitmap.CompressFormat.JPEG, 100, out); }catch(IOException e){ Log.e("save image", "failed to save image", e); } -- Kind Regards, Ren --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups &quo