[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-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

[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 screen's

[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

[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? -- Kind Regards, Ren

[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 rens...@gmail.com wrote: I tried values.put(MediaStore.Images.ImageColumns.TITLE, newpic.jpg); values.put

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

2009-03-29 Thread Ren
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 rens...@gmail.com wrote: I have an image displayed in a view. I want to make some translucent control over that image, just like the zoom control

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

2009-03-28 Thread Ren
android:layout_width=wrap_content android:layout_height=wrap_content android:maxWidth=20px android:maxHeight=20px android:adjustViewBounds=true android:scaleType=fitXY android:src=@drawable/icon1 / -- Kind Regards, Ren

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

2009-03-28 Thread Ren
wrote: Can any one help on this? On Mar 26, 6:20 pm, Ren rens...@gmail.com wrote: I have the following code to save a bitmap to a jpg file. It works except I couldn't specify the file name. The image file is save in /sdcard/dcim/Camera. How do I specify a file name, or even

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

2009-03-26 Thread Ren
(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 Android Developers group. To post to this group, send email