[android-developers] Android Webview slow

2016-11-29 Thread jithin
Hi, Webview loading is slow while using this url http://208.77.22.13/proprek_android/property-listing-trends.php?PropertyID=23=14_type=1=Jumeirah%20Park%20=4 while im accessing this from chrome its very fast. Thanks, Jithin -- You received this message because you are subscribed

[android-developers] Front Camera flip the video recorded using MediaRecorder

2016-06-23 Thread Jithin
Is there a method to flip the video recorded by front camera using MediaRecorder? Now the preview is showing mirror view and the recorded output is the flipped version of preview. I want the mirrored preview to be recorded like the SnapChat Application. -- You received this message because

[android-developers] Get more info from intent

2011-03-18 Thread jithin
Hi, I am planning to make a url sharing app. The app is registered to the intent 'android.intent.action.SEND' so that my app will be shown under share url section while long pressing an url in a webpage in the native browser. Now I want to get more details about the webpage from which the url is

[android-developers] Re: Layout help - limiting dialog size

2010-11-28 Thread Jithin
dialog.getWindow().getAttributes() It will a WindowManager.LayoutParams lp; set lp.x,lp.y,lp.height,lp.weight and lp.gravity dialog.getWindow().setAttributes(lp) Try this You can adjust dialog sie and position using this On Nov 16, 2:04 am, Neilz neilhorn...@gmail.com wrote:

[android-developers] Dialog and Other View

2010-11-28 Thread Jithin
Hi All, I need to create a dialog which contains a ListView. That shoulb be displayed when a button is clicked. My requirement is that When the dialog opens both the dialog and the button should have user interaction. ie Listview in the Dialog and button in the main Activity should be

[android-developers] Spinner Style

2010-11-23 Thread Jithin
Hi friends, As part of my project I need a spinner that should display items like HTML select tag rather opening a new window. Is it possible...? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Linkify and Context Menu

2010-09-27 Thread jithin syam ms
;                                         }                                 }); On Sep 23, 1:12 am, jithin syam ms danijanuv...@gmail.com wrote: As part of my project I need to create TextView that contains message ,in which all phone numbers are linkified. I could do it. But my need is to create a context menu on that link.That is when I hold that link I need

[android-developers] Linkify and Context Menu

2010-09-24 Thread jithin syam ms
As part of my project I need to create TextView that contains message ,in which all phone numbers are linkified. I could do it. But my need is to create a context menu on that link.That is when I hold that link I need a context menu appears with many options. Please help. -- You received this