[android-developers] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2018-03-27 Thread sandy baroo
YouTube videos of U.S. Congress money laundering hearing of Saudi Billionaire " Maan Al sanea" with *bank of America* and The owner of Saad Hospital and Schools in the Eastern Province in *Saudi Arabia* and the Chairman of the Board of Directors of Awal Bank in *Bahrain*

[android-developers] Google Maps API on Android 4.4 taking wrong location

2014-10-15 Thread SAndy
I am using the Google Play Location API to locate my destination from my current location. My current location is picked up correctly by Android 4.0 to 4.3 but getting wrong current location in 4.4 device. If there is no fix for this, then they should deprecate the requestLocationUpdates

[android-developers] Regarding SlidingDrawer

2014-05-03 Thread Sandy
This concern regarding sliding drawer, i want my slidingdrawer should open only on touch with drag , currently on touch of handle its getting opened, Please tell me alernative way or custom thing for this. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Edittext phone style not retaining

2013-05-11 Thread Sandy
I am making an app,, in which i am setting edittext font from asset folder, and i want to share this text with other apps like whatsapp facebook, but this is not retaining its property when i am sharing. -- -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Gravity Center not working for Sanskrit Font

2012-12-21 Thread Sandy
Hello Everyone... I need your help urgently.. I am working on application where I require to use Sanskrit fonts align them in center. I am able to display sanskrit font using following code. I do specify the property for center gravity, still it is not working any more. Text is not getting

[android-developers] Re: JellyBean problem on Long click when context menu and android:autolink= all

2012-08-29 Thread Sandy
, final View arg1, int arg2, long arg3) {                                 IN here you would put something to do on long click                         } } On Tuesday, August 28, 2012 9:05:58 PM UTC-7, Sandy wrote: Hi Please let me know asap, I am stuck. On Aug 28, 1:32 pm, Jason Sesso

[android-developers] Re: JellyBean problem on Long click when context menu and android:autolink= all

2012-08-29 Thread Sandy
number. On Wednesday, August 29, 2012 2:08:22 AM UTC-7, Sandy wrote: I tried this also .. but the dialer coming in this case also , I think its platform bug, what u say?? On Aug 29, 12:48 pm, Jason Sesso djse...@gmail.com wrote: listView.setOnItemLongClickListener(new

[android-developers] Re: JellyBean problem on Long click when context menu and android:autolink= all

2012-08-29 Thread Sandy
, Jason Sesso djse...@gmail.com wrote: Change your to actual text. :P I bet its because it thinks its a phone number. On Wednesday, August 29, 2012 2:08:22 AM UTC-7, Sandy wrote: I tried this also .. but the dialer coming in this case also , I think its platform bug, what u

[android-developers] JellyBean problem on Long click when context menu and android:autolink= all

2012-08-28 Thread Sandy
I found a strange problem on Jelly bean android 4.1 version till android 4.0 its working fine .But in android 4.1 its creating problem.. below is my Activity ackage com.sample; import android.os.Bundle; import android.app.Activity; import android.text.util.Linkify; import

[android-developers] Re: JellyBean problem on Long click when context menu and android:autolink= all

2012-08-28 Thread Sandy
Hi Please let me know asap, I am stuck. On Aug 28, 1:32 pm, Jason Sesso djse...@gmail.com wrote: It seems that you. Need to add the onlongclick method. I just did this recently.  Ill get you an example in awhile. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: JellyBean problem on Long click when context menu and android:autolink= all

2012-08-28 Thread Sandy
Please post the solution asap i am stuck. On Aug 28, 1:32 pm, Jason Sesso djse...@gmail.com wrote: It seems that you. Need to add the onlongclick method. I just did this recently.  Ill get you an example in awhile. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: WebView and Native Browser

2012-07-10 Thread SAndy
To load a HTML5 webpage try following settings on client side(in webview) : myWebView = new HTML5WebView(context); myWebView.clearFormData(); myWebView.clearHistory(); myWebView.clearCache(true); myWebView.getSettings().setAppCacheEnabled(true);

[android-developers] Using google map api key for production

2011-12-07 Thread sandy
Hi, I have to develop an application which uses google maps. My company wants to deploy that application in its device. Do i need to have separate license from google to use the google map in our device? My company got a license from google for using the google maps key for a applciation to run in

[android-developers] Re: Using google map api key for production

2011-12-07 Thread sandy
Hi, i want to use the application using google maps for production. I want to know whether we need to pay for it?? On Dec 7, 1:53 pm, sonendra mishra sonendra.mishra1...@gmail.com wrote: Hi Use following link to Obtaining the MD5 fingerprint of the debug

[android-developers] Problem booting android icecream sandwich on beagle board-xM

2011-12-07 Thread Sandy
Hi, I'm not able to boot icecream sandwich (ICS) on beagleboard (prebuilt images) downloaded from the following site: http://code.google.com/p/rowboat/wiki/ICSonBeagleboard Android logo is appearing on the monitor for 40-50 seconds and it's getting freezed. The following message appears on

[android-developers] Renderscript APIs specification

2011-09-20 Thread Sandy
The method rsgDrawQuadTexCoords (...) takes in 20 params. I could not find any detailed API docs on what each parameter for this method represents. Anyone know of a link to API docs for all the renderscript APIs and what each argument means in these methods? Thanks, Sandy -- You received

[android-developers] Music beta app in HoneyComb source available?

2011-09-14 Thread Sandy
seems to be using the render script. What about other screens like Genres and Artists ? Are they using render script or open GL or just java canvas APIs? Appreciate any help and suggestions on how to implement this. Thanks, Sandy -- You received this message because you are subscribed to the Google

[android-developers] exit application

2011-09-09 Thread sandy
how t exit application on a single click of a button. -- 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] multitasking implementation

2011-09-04 Thread sandy
I have to divide my my screen in four parts and show different activity running on different parts of screen running together.help me to do this. -- 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: Unlock thing

2011-05-23 Thread Sandy
On May 21, 3:52 am, Justin Anderson magouyaw...@gmail.com wrote: You can't well i use an app called 'Go SMS'.. they have a feature Unlock screen in the notification settings.. if they can implement it, then there is a certain possibility... Thanks, Sandeep Samdaria -- You received this

[android-developers] regarding controlling dialogs display

2011-03-29 Thread sandy
Hi, I am doing an app where i have to show multiple activities in same screen by splitting the window. But when one activity is trying to show a dialog , it is showing in the middle of the screen. Is there any way to control the dialog so that it will show to the right or left but not exactly in

[android-developers] Regarding accessing resources of other applications

2011-03-23 Thread sandy
I have heard about Class loaders. By using class loaders can i access other application's resources such as Views if both applications have the same userid and both apps run in same process?? If Yes anyone tell me how to do that or where can i find some sample code ? Please its very urgent. I am

[android-developers] How to access other application's resources?

2011-03-22 Thread sandy
hi, I want to know whether can i access other application's resources like application's buttons,views etc from another application. I tried the following: res = pm.getResourcesForApplication(com.example); int i = res.getIdentifier(button1, id, com.example); But the problem is,eventhough i am

[android-developers] EnvironmentalReverb unsupported operation exception in android

2011-03-15 Thread sandy
Hi everyone, When i am trying to use EnvironmentReverb class in android 2.3 i am getting exception UnsupportedOperation. Can anyone explain why i am getting this? I am just creating a new instance and i am getting this. Thanks in advance. -- You received this message because you are

[android-developers] Regarding Fragment Management.

2011-03-09 Thread sandy
Can you tell me Who is it responsible for creating fragments i.e who will call onCreateView()..etc functions? Is it taken care by Fragment Manager or Activity Manager?? And is it True that fragmentTransaction.commit() is the function responsible for creating fragments means is it that function

[android-developers] Re: Multiple Sliding Drawers in a ListView

2011-02-22 Thread sandy
there is not straight forward method for this. U have to write your own logic to see which all drawers are open and which all are closed and handle it. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Android 2.3 Vs 3.0

2011-02-22 Thread sandy
Hi siva, If a OEM is writting its own library or whatever, it should pass CTS testcases. Then only it will be a google branded phone. If it is google branded phone then it is made sure that all apps in the market are going to work. -- You received this message because you are subscribed

[android-developers] Re: Resize a view with animation

2010-08-19 Thread Sandy
and pretty common use case, but have not found any solution so far on how to address this. Thanks, Sandy On Aug 18, 8:56 pm, Jenus Dong jenus.ne...@gmail.com wrote: You could make some subitem in the GONE state, when zoom out, set it in the VISIBLE state; zoom in, set it in the GONE state reversily

[android-developers] Re: Media Player - crop video for fullscreen mode

2010-08-19 Thread Sandy
I've a similar usecase. Has anyone figured out how this (cropping video or surface views) can be achieved? Thanks, Sandy On Jun 30, 9:41 am, TeddybearCrisis sgr...@web.de wrote: I've got the same question though I have a slightly different use for it. I must render only a part

[android-developers] Re: Resize a view with animation

2010-08-18 Thread Sandy
. Thanks, Sandy On Aug 4, 11:32 am, Sandy snarr...@gmail.com wrote: Is it possible to resize a view over the period of tweenanimation. I do not want theviewto be scaled but it should be resized giving the effect that it is zooming out and as it zooms out reveals more content of theview

[android-developers] Re: VideoView inside a ListView

2010-08-13 Thread Sandy
this way? public int getItemViewType(int position) { if (isVideoViewAt(position) != 0) { // We don't want the video view to be recycled. return IGNORE_ITEM_VIEW_TYPE; } return super.getItemViewType(position); } Thanks, Sandy On Aug 12

[android-developers] Re: VideoView inside a ListView

2010-08-13 Thread Sandy
or a defect that need to be opened. The use case is mostly for having a gallery or list of videos (or video calls) with one active video playing at a time and user has a chance to switch between full screen and list view and navigate to the rest of the videos. Thanks, Sandy On Aug 13, 2:20 pm, Mark Murphy

[android-developers] VideoView inside a ListView

2010-08-12 Thread Sandy
only after scroll/flick is complete. Anyone tried this before in android? Does android allow this ? If so, can you please suggest of how to fix the rendering artifacts? Thanks, Sandy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Resize a view with animation

2010-08-04 Thread Sandy
this effect? Thanks, Sandy -- 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

[android-developers] Synchronize animations on multiple view

2010-07-31 Thread Sandy
this ? Thanks, Sandy -- 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

[android-developers] Selected listview item with a shadow effect at boundaries

2010-07-15 Thread Sandy
to achieve this or how gallery implements this. Thanks, Sandy -- 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

[android-developers] Re: Bounce animation

2010-07-13 Thread Sandy
on what is the best approach to achieve this? Thanks, Sandy On Jul 12, 5:38 pm, Sandy snarr...@gmail.com wrote: I've noticed that in froyo on nexus 1, app menu thumbnail list can be scrolled up and down and, as it's scrolled, the applications roll up into a 3D cube instead of disappearing from

[android-developers] Bounce animation

2010-07-12 Thread Sandy
functionality. Is the bounce effect at the boundaries of the list available on a vertical ListView? If not, is it easy to customize this in on vertical lists? Thanks, Sandy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Bounce animation

2010-07-12 Thread Sandy
functionality. Is the bounce effect at the boundaries of the list available on a vertical ListView? If not, is it easy to customize this in on vertical lists? Thanks, Sandy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Scrolling direction and velocity

2010-07-08 Thread Sandy
Is there an easy to know the direction of scroll (up or down for a vertical list) and the scroll velocity for ListView's? Thanks, Sandeep -- 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] Scrolling direction and velocity

2010-07-08 Thread Sandy
Is there an easy to know the direction of scroll (up or down for a vertical list) and the scroll velocity for ListView's? Thanks, Sandeep -- 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: ListView

2010-06-16 Thread Sandy
/Button08 android:id=@+id/Button08 android:layout_width=wrap_content android:layout_height=wrap_content/Button /LinearLayout /HorizontalScrollView /LinearLayout Thanks, Sandy On Jun 10, 2:29 pm, Sandy snarr...@gmail.com wrote: I was thinking more along these lines i.e. have  a bunch of buttons

[android-developers] Re: ListView

2010-06-10 Thread Sandy
. Listen to horizontal gesture events in a ListVIew 3. Animate the list view programmatically to move the buttons on a horizontal gesture If you have ideas for how to make this work without using a second listview or horizontalscrollview , please suggest. Thanks, Sandy On Jun 10, 6:06 am, Mark Murphy

[android-developers] Re: ListView

2010-06-09 Thread Sandy
Would it possible to have a gallary inside a ListView? Thanks, Sandy On Jun 9, 10:01 am, TreKing treking...@gmail.com wrote: On Tue, Jun 8, 2010 at 9:19 PM, schwiz sch...@gmail.com wrote: There has got to be an example of this somewhere in the source code to Launcher2  or somewhere in the 2

[android-developers] Re: ListView

2010-06-09 Thread Sandy
I read in few articles about using HorizontalScrollView within a ListView to achive horzintal scroll within a vertical list item. Has anyone tried this ? Thanks, Sandy On Jun 9, 11:24 am, Sandy snarr...@gmail.com wrote: Would it possible to have a gallary inside a ListView? Thanks, Sandy

[android-developers] Re: ListView

2010-06-09 Thread Sandy
desire to have is a vertical ListView with 100 list items and the selected item will have few buttons (around 10) which can be scrolled horizontally. Thanks, Sandy On Jun 9, 6:02 pm, Mark Murphy mmur...@commonsware.com wrote: Sandy wrote: I read in few articles about using HorizontalScrollView

[android-developers] ListView

2010-06-08 Thread Sandy
|| | | || | ListItem | || LI - stands for horizontal listview item Thanks, Sandy -- 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: ListView

2010-06-08 Thread Sandy
Any tips on how to do this ? On Jun 8, 2:24 pm, Sandy snarr...@gmail.com wrote: Is it possible to have a horizontal list view with an vertical list view? I would like to horizontal list scroll within a vertical list scroll. Any suggestions please

[android-developers] Creating a Test projects using ANT for an existing android project

2010-06-01 Thread Sandy
/testing_otheride.html But when I compile the test project using “ant run-tests” target I got the following error: “taskdef class com.android.ant.SetupTask cannot be found...” I would greatly appreciate your advice on this if you can give me any suggestions. Thanks, Sandy -- You received

[android-developers] Building app outside android source tree

2010-05-21 Thread Sandy
try to build my app outside using the mm function, it gives this error Couldn't locate the top of the tree. Try setting TOP. Anyway to fix this issue? or any other suggestions on how to build application outside the android src tree (I dont want to use eclipse though) ? Thanks, Sandy -- You

[android-developers] Re: Development and debugging tools

2010-05-03 Thread Sandy
Can someone please help answer these questions? On Apr 29, 2:41 pm, Sandy snarr...@gmail.com wrote: I'm trying to figure out a way to do the following in android, appreciate any help on this. 1. How to generate a Full Java stack trace (basically thread stack) in Android. In J2SE, we use

[android-developers] Development and debugging tools

2010-04-29 Thread Sandy
that is available in J2SE for CPU usage, heap allocation statistics etc? 6. Tool on GC activities.. Thanks in advance, Sandy -- 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

[android-developers] question for list view

2010-03-30 Thread Sandy
Hi all I call setBackgroundResource to set background for list adapter. it works fine. But the highlight will be disappear. I have to reset setBackgroundResource (0) to show highlight . how to resolved this issue? thanks -Sandy -- You received this message because you

[android-developers] Using java surface on the native side

2010-03-18 Thread Sandy
I'm having issues when trying to use the java surface on the native side. However, when I create the surface on the native side, the media playback is fine. The following are the things that I'm doing in my code: 1. Creating a Surface View and getting the Surface from the Surface Holder from the

[android-developers] Re: Using java surface on the native side

2010-03-18 Thread Sandy
, Sandy snarr...@gmail.com wrote: I'm having issues when trying to use the java surface on the native side. However, when I create the surface on the native side, the media playback is fine. The following are the things that I'm doing in my code: 1. Creating a Surface View and getting the Surface

[android-developers] Fonts

2010-03-16 Thread Sandy
I would like to have the flexibility of using the bold and normal styles from 2 separate font files, but I am unclear how to accomplish this. Is there some special configuration required in android that permits the flexibility to pick the regular font style from one font file (.ttf file) and bold

[android-developers] strange exception when calling getBlob

2010-03-15 Thread Sandy
, the exception will gone. I really want to know why i got this exception. thanks -Sandy -- 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] Video overlays and PIP

2010-03-01 Thread Sandy
suited for this, can someone please comment on the use-case that I have described above and suggest any ideas on how to achieve this. Thanks, Sandy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Android UI questions

2010-02-18 Thread Sandy
I am pretty new to Android and have a couple of questions: 1. Is it possible to drag and drop a UI widget from one activity to another activity? 2. Does android support multiple non fullscreen applications running active concurently (say a browser and phone screen next to each other)? 3. Is it

[android-developers] Re: Android XMLRPC client

2009-04-08 Thread Sandy
seems there has some bugs when parsering struct data. On Wed, Apr 8, 2009 at 4:05 PM, Saravanan.K saravinfot...@gmail.com wrote: Thanks for the reply..I will try there... Also if anyone has used this... please reply Marco if you have any other method to access a WSDL please let me

[android-developers] Re: why I can't access http://developer.android.com

2009-03-30 Thread Sandy
please try opera 10 with opera turbo + OpenDns It can help you break the GWF On Mon, Mar 30, 2009 at 9:58 PM, Daliang Luo luodali...@gmail.com wrote: Why? 2009/3/29 meaglith genednapara...@gmail.com All the appspot proxy server blocked. On Fri, Mar 27, 2009 at 7:41 PM, John

[android-developers] Re: why I can't access http://developer.android.com

2009-03-30 Thread Sandy
sorry gfw On Mon, Mar 30, 2009 at 10:51 PM, Sandy lu.xiand...@gmail.com wrote: please try opera 10 with opera turbo + OpenDns It can help you break the GWF On Mon, Mar 30, 2009 at 9:58 PM, Daliang Luo luodali...@gmail.com wrote: Why? 2009/3/29 meaglith genednapara...@gmail.com All

[android-developers] cannot compile source with OoO issue.

2009-03-12 Thread Sandy
Hi All I experienced one issue when I try to build my app. java.lang.OutOfMemoryError: Java heap space : at com.android.dx.ssa.SsaMethod.getGoto(Ssa Method.java :231) .. ... Thanks Sandy --~--~-~--~~~---~--~~ You received this message