[android-developers] how to find phone number of simcard

2011-02-03 Thread vani reddy
Hi , How to find the phone number of a sim card inserted in android phone programmatically. -- Regards, Vani Reddy -- 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] cookie value is null

2011-02-11 Thread vani reddy
b_cookie=cm.hasCookies(); System.out.println(booolean +b_cookie); wen i run it on emulator it will show the cookie,but wen i run on device,it shows null,and i have given INTERNET PERMISSION,still not working. Any help greatly appreciated. -- Regards, Vani Reddy -- You received

Re: [android-developers] cookie value is null

2011-02-12 Thread vani reddy
anyways i got the cookie value through http connection,can you tell how to send it in the header of a url? On Sat, Feb 12, 2011 at 1:30 AM, TreKing treking...@gmail.com wrote: On Fri, Feb 11, 2011 at 4:34 AM, vani reddy vani.redd...@gmail.comwrote: CookieManager cm= CookieManager.getInstance

[android-developers] Handling exceptions in AsyncTask

2011-02-28 Thread vani reddy
Hi , How to handle exceptions in AsyncTask in when the server is down? Please reply asap.Its very urgent -- Regards, Vani Reddy -- 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]

2011-03-02 Thread vani reddy
Hi, When i do a search and press search button,the searched items are displayed,in the same activity when i search some other item and press search button it displays the searched items,but when i try to scroll those, my application throws an arrayIndexOutOfBoundsException, how do i remove old

[android-developers] UnknownHostException

2011-03-08 Thread vani reddy
Hi , Why do i keep getting UnknownHostException when i run application in emulator and device,Please tell me how to resolve the asap,its too urgent.. -- Regards, Vani -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] UnknownHostException

2011-03-08 Thread vani reddy
permission to the manifest? 08.03.2011 12:49 пользователь vani reddy vani.redd...@gmail.com написал: Hi , Why do i keep getting UnknownHostException when i run application in emulator and device,Please tell me how to resolve the asap,its too urgent.. -- Regards, Vani -- You

Re: [android-developers] UnknownHostException

2011-03-08 Thread vani reddy
In emulator it started working after i referred this http://www.storm-frandsen.dk/jesper/pages/How_to_fix_java.net.UnknownHostException_on_Android.php 2011/3/8 vani reddy vani.redd...@gmail.com yes,and now its working in emulator but its not working on device. i am getting the below err msg

Re: [android-developers] UnknownHostException

2011-03-08 Thread vani reddy
OK .. 2011/3/8 Kostya Vasilyev kmans...@gmail.com Try going to that URL from the device's browser, if you're still having problems, it's not your program, it's how the device and your cellular network are set up. 08.03.2011 13:30 пользователь vani reddy vani.redd...@gmail.com написал

[android-developers]

2011-03-09 Thread vani reddy
it as InputStream in =openHttpConnection(urlstr); Bitmap bitmap = BitmapFactory.decodeStream(new PlurkInputStream(in)); Please reply :-) Thanks in advance -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] bitmap returning null

2011-03-11 Thread vani reddy
e) { e.printStackTrace(); } return in; } either the bitmap is null or i get the below error : --- decoder-decode returned false -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] bitmap returning null

2011-03-12 Thread vani reddy
this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Vani Reddy -- 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

Re: [android-developers] bitmap returning null

2011-03-12 Thread vani reddy
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 options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Vani Reddy -- You received

Re: [android-developers] bitmap returning null

2011-03-12 Thread vani reddy
it is saying decoder returned false On Sat, Mar 12, 2011 at 2:48 PM, vani reddy vani.redd...@gmail.com wrote: i am testing it on v2.2 On Sat, Mar 12, 2011 at 2:24 PM, Kunju Vava android...@gmail.com wrote: hi Vani In wich android version u used, reply i want to test it Thnks

Re: [android-developers] bitmap returning null

2011-03-12 Thread vani reddy
Hi kunju , Did you get to know anything? On Sat, Mar 12, 2011 at 3:01 PM, vani reddy vani.redd...@gmail.com wrote: it is saying decoder returned false On Sat, Mar 12, 2011 at 2:48 PM, vani reddy vani.redd...@gmail.comwrote: i am testing it on v2.2 On Sat, Mar 12, 2011 at 2:24 PM, Kunju

[android-developers] android.view.windowLeaked

2011-03-12 Thread vani reddy
: ImageView img = (ImageView) findViewById(R.id.retailer); img.setImageBitmap((Bitmap)(msg.getData().getParcelable(bitmap))); break; case 2: } progressDialog.dismiss(); } }; How to resolve this? -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google

[android-developers] java.lang.OutOfMemoryError: bitmap size exceeds VM budget

2011-03-24 Thread vani reddy
-- Regards, Vani Reddy -- 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

Re: [android-developers] java.lang.OutOfMemoryError: bitmap size exceeds VM budget

2011-03-24 Thread vani reddy
What to do for this? On Thu, Mar 24, 2011 at 7:25 PM, Marcin Orlowski webnet.andr...@gmail.comwrote: On 24 March 2011 14:51, vani reddy vani.redd...@gmail.com wrote: image size is 31kb No. This is filesize, not raw bitmap size. Please reply,its very urgent Why you think we shall care

Re: [android-developers] java.lang.OutOfMemoryError: bitmap size exceeds VM budget

2011-03-24 Thread vani reddy
what shud i do to get rid of this problem? On Thu, Mar 24, 2011 at 7:35 PM, vani reddy vani.redd...@gmail.com wrote: What to do for this? On Thu, Mar 24, 2011 at 7:25 PM, Marcin Orlowski webnet.andr...@gmail.com wrote: On 24 March 2011 14:51, vani reddy vani.redd...@gmail.com wrote

Re: [android-developers] java.lang.OutOfMemoryError: bitmap size exceeds VM budget

2011-03-24 Thread vani reddy
image is in form of a .ashx form On Thu, Mar 24, 2011 at 7:36 PM, vani reddy vani.redd...@gmail.com wrote: what shud i do to get rid of this problem? On Thu, Mar 24, 2011 at 7:35 PM, vani reddy vani.redd...@gmail.comwrote: What to do for this? On Thu, Mar 24, 2011 at 7:25 PM, Marcin

[android-developers] Devices not detected

2011-03-25 Thread vani reddy
Hi, My pc has suddenly stopped detecting android devices(Milestone,Micromax),how to resolve this issue.? -- Regards, Vani Reddy -- 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] outOfMemoryError

2011-03-29 Thread vani reddy
(); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); } } } } How to resolve this, it comes once in a while. Please help,Thanks in advance:-) -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] back button implementation

2011-03-29 Thread vani reddy
Hi, How to make a button in my activity behave like a back button? -- Regards, Vani Reddy -- 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

[android-developers] WIFI connection

2011-04-05 Thread vani reddy
rsn_ie_len=0 caps=0x1 04-05 16:06:29.568: DEBUG/wpa_supplicant(4455):skip - disabled how to resolve this issue,i am not understanding anything..please help Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] WIFI connection

2011-04-05 Thread vani reddy
Hi, How to programmatically connect to a particular wifi network,which is in range.? How to remove the Out Of range networks from wifi configuration list? -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] wifi problem

2011-04-06 Thread vani reddy
Hi, How much time does it take to connect from one wifi to another ,when one wifi goes out of range?Please reply client on head:-( -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] recycle bitmap

2011-04-07 Thread vani reddy
, Vani Reddy -- 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

Re: [android-developers] recycle bitmap

2011-04-07 Thread vani reddy
= (TextView) view.findViewById(R.id.description); descrition.setText(subtitle.get(position)); BitmapDrawable drawable = (BitmapDrawable) img.getDrawable(); drawable.setAntiAlias(true); } return view; } Please reply -- Regards, Vani Reddy -- You received

[android-developers]

2011-04-07 Thread vani reddy
Hi, i am not able to understand when to call the recycle() method? -- Regards, Vani Reddy -- 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

[android-developers] bitmap prob

2011-04-07 Thread vani reddy
Method) -- Regards, Vani Reddy -- 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

Re: [android-developers] bitmap prob

2011-04-07 Thread vani reddy
the bitmap after it's been recycle()'d. Recycle only those bitmaps that aren't needed anymore. -- Kostya 07.04.2011 14:33, vani reddy пишет: Hi, when i try to recycle the bitmap its throwing the below error 04-07 16:15:55.861: ERROR/AndroidRuntime(6255): java.lang.RuntimeException

Re: [android-developers] bitmap prob

2011-04-07 Thread vani reddy
Hi, Please find attached my code, getBitmap() is converting to bitmap . Tell me where shud i use the recycle method? 2011/4/7 Kostya Vasilyev kmans...@gmail.com ? ? ? It's your code, so you should know which images are no longer needed. 07.04.2011 15:16, vani reddy пишет: Hi, Actually

[android-developers] WIFI connection

2011-04-13 Thread vani reddy
Hi, How to connect to wifi programmatically in android? -- Regards, Vani Reddy -- 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] GIF image download

2011-04-13 Thread vani reddy
$MethodAndArgsCaller.run(ZygoteInit.java:868) 04-12 17:49:26.278: WARN/System.err(16768): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626) 04-12 17:49:26.278: WARN/System.err(16768): at dalvik.system.NativeStart.main(Native Method) -- Regards, Vani Reddy -- You received this message

[android-developers] search_icon

2011-04-20 Thread vani reddy
Hi, Hoe to show search icon in soft keyboard in android? -- Regards, Vani Reddy -- 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] fragments transactions

2012-08-07 Thread vani reddy
#setTargetFragment(android.app.Fragment, int)(Fragmenthttp://developer.android.com/reference/android/app/Fragment.html fragment, int requestCode) of fragment, but I did not understand how to use it. Any clues..:) -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google

[android-developers] edittext focus in tablerow

2012-08-23 Thread vani reddy
Hi, I have a tableRow which i am showing in a dialog which has 5 components aligned like this: EditText1 Spinner1 EditText2 Spinner2EditText3 Button. By default cursor is focused on EditText1 ,I want to make it focus on EditText2 . How to acheive this??? -- Thanks, Vani

[android-developers] switching between activities

2011-10-13 Thread vani reddy
Hi friends, How to switch to different activity without calling Intent intent = new Intent(CurrentActivity.this,NewActivity.class); startActivity(intent); I dont want to call oncreate at all? -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups

[android-developers] sorting the listview

2011-10-14 Thread vani reddy
Hi friends , How to sort the listview by date? My date format is Friday, Aug 12, 2011. I am able to sort the title but not the date. Please reply. Thanks. -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] sorting the listview

2011-10-17 Thread vani reddy
email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Vani Reddy -- You received this message because

[android-developers] flurry analytics in android

2011-10-17 Thread vani reddy
Hi friends, Can you please tell me or send any links of how to integrate flurry analytics in android? -- Regards, Vani Reddy -- 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] How to implement gallery swiping with dots under

2011-10-18 Thread vani reddy
Hi friends, How to implement the gallery swiping with number of dots same as no of images and a particular dot is highlighted according to the image. Please reply.. Thanks -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] layout problem

2011-10-19 Thread vani reddy
/ /RelativeLayout /LinearLayout /RelativeLayout -- Regards, Vani Reddy -- 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

[android-developers] listview problem

2011-10-20 Thread vani reddy
(previousView); return false; } }); But after executing it is showing list with names1 content on touch of both edittexts. How to resolve this problem..Please reply -- Regards, Vani Reddy -- You received this message because you are subscribed

[android-developers] Problem with custom Date picker

2011-10-22 Thread vani reddy
to resolve this. -- Regards, Vani Reddy -- 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

Re: [android-developers] listview problem

2011-10-22 Thread vani reddy
-developers?hl=en -- Regards, Vani Reddy -- 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

Re: [android-developers] listview problem

2011-10-22 Thread vani reddy
Thanks i got it :) On Sat, Oct 22, 2011 at 3:01 PM, vani reddy vani.reddy.bl...@gmail.comwrote: Hi, Then how do i resolve this, i used onFocusChangedListener also, its not working. It is showing the same list in both the views On Fri, Oct 21, 2011 at 1:11 AM, TreKing treking...@gmail.com

[android-developers] StackOverflowError in listview android

2011-10-22 Thread vani reddy
Hi friends, I am getting the below error when i scroll in the listview in android ERROR/AndroidRuntime(840): java.lang.StackOverflowError. How to resolve this issue. -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] StackOverflowError in listview android

2011-10-22 Thread vani reddy
, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Vani Reddy -- 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

[android-developers] issues with height of sliding drawer in android

2011-10-22 Thread vani reddy
Hi friends, I am naturally control the height of sliding drawer in android -- Regards, Vani Reddy -- 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

Re: [android-developers] StackOverflowError in listview android

2011-10-22 Thread vani reddy
Thanks Mark , now its working.. On Sat, Oct 22, 2011 at 6:37 PM, vani reddy vani.reddy.bl...@gmail.comwrote: -- 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] sliding drawer example

2011-10-24 Thread vani reddy
Hi friends, I am trying to limit the height of sliding drawer naturally in android. but i am not able to.How to acheive this. Please reply. Thanks :) -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] stack overflow error in listview android

2011-10-24 Thread vani reddy
) 10-24 17:48:43.400: ERROR/AndroidRuntime(912): at android.view.View.unFocus(View.java:2594) -- Regards, Vani Reddy -- 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: [android-developers] stack overflow error in listview android

2011-10-24 Thread vani reddy
ll=(LinearLayout)findViewById(R.id.listView); linflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE); search_interest =(EditText)findViewById(R.id.search_interest); EditText search_location =(EditText)findViewById(R.id.search_interest);

[android-developers] Getting values in wheel demo

2011-10-26 Thread vani reddy
HI friends, I just got the code of wheel demo(customized date picker ) from http://code.google.com/p/android-wheel/source/checkout but the problem is i am not able to get the selected values.How to get it. Please reply. Thanks:) -- Regards, Vani Reddy -- You received this message because you

[android-developers] Unclosed Cursor detected

2011-10-27 Thread vani reddy
): at dalvik.system.NativeStart.main(Native Method) I am not using any database at all I am getting in the oncreate method super.onCreate(savedInstanceState); How to resolve this -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Unclosed Cursor detected

2011-10-27 Thread vani reddy
use MapActivity? -- Kostya Vasilyev 27.10.2011 16:39 пользователь vani reddy vani.reddy.bl...@gmail.com написал: H friends , I am getting the below errror 10-27 18:04:47.710: WARN/Cursor(19301): Unclosed Cursor detected 10-27 18:04:47.710: WARN/Cursor(19301

Re: [android-developers] Unclosed Cursor detected

2011-10-27 Thread vani reddy
The stack trace is not from my project. 2011/10/27 vani reddy vani.reddy.bl...@gmail.com yes my package name is com.tli.meetcha, Yes i am using MapActivity 2011/10/27 Kostya Vasilyev kmans...@gmail.com Is that stack trace from your project, or just something that happened to be running

Re: [android-developers] Unclosed Cursor detected

2011-10-27 Thread vani reddy
it call super.*** in those methods? 27 октября 2011 г. 16:58 пользователь vani reddy vani.reddy.bl...@gmail.com написал: The stack trace is not from my project. 2011/10/27 vani reddy vani.reddy.bl...@gmail.com yes my package name is com.tli.meetcha, Yes i am using MapActivity 2011/10/27

[android-developers] Stack overflow error

2011-10-28 Thread vani reddy
{ ll.removeView(previousView);// exception is here also ll.removeView(currentView); ll.addView(previousView); } } }); -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] sliding drawer issue

2011-10-31 Thread vani reddy
Hi there , How to limit the height of sliding drawer naturally to get it the same as like in iphone? -- Regards, Vani Reddy -- 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] customized date picker

2011-11-04 Thread vani reddy
) { return ; } } Please reply.. -- Regards, Vani Reddy -- 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

[android-developers] Fwd: customized date picker

2011-11-04 Thread vani reddy
-- Forwarded message -- From: vani reddy vani.reddy.bl...@gmail.com Date: Fri, Nov 4, 2011 at 1:14 PM Subject: customized date picker To: android-developers@googlegroups.com Hi friends, I have implemented custom date picker:I am setting the day, month and date. I have set

Re: [android-developers] customized date picker

2011-11-06 Thread vani reddy
I have already sent the code. On Fri, Nov 4, 2011 at 6:55 PM, ramesh mandare ramesh.manda...@gmail.comwrote: please give me code On Fri, Nov 4, 2011 at 4:15 PM, vani reddy vani.reddy.bl...@gmail.comwrote: Hi, Check out the code I have attached. On Fri, Nov 4, 2011 at 3:52 PM

[android-developers] checkbox checked in listview

2011-11-08 Thread vani reddy
Hi, I have created a custom listview of text and checkbox. When i click on a particular checkbox the other checkboxes in the rows also gets checked. How to avoid this?? -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Checkedtextview not able to uncheck

2011-11-09 Thread vani reddy
View.OnClickListener() { public void onClick(View v) { System.out.println(onclick of checkd texview); chtextview.toggle(); } }); But it is not toggling Please help -- Regards, Vani Reddy

[android-developers] Urbanship airship problem

2012-03-12 Thread vani reddy
(PushManager.ACTION_PUSH_RECEIVED)) { // push notification received, perhaps store it in a db } } -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups

[android-developers] Fwd: Urbanship airship problem

2012-03-12 Thread vani reddy
(PushManager.ACTION_PUSH_RECEIVED)) { // push notification received, perhaps store it in a db } } Please reply -- -- Regards, Vani Reddy -- You received this message because you are subscribed

[android-developers] Back button not working properly after coming out of Tabactivity

2012-03-15 Thread vani reddy
public void onBackPressed() { // TODO Auto-generated method stub super.onBackPressed(); System.out.println(INSIDE ONBACK PRESSED ); android.os.Process.killProcess(android.os.Process.myPid()); } in the Login Screen. How to resolve this issue. -- Regards, Vani Reddy -- You received this message

[android-developers] how to check the kind of push notification

2012-03-20 Thread vani reddy
Hi friends, I have implemented push notification using urban airship,now when i receive a notification i am able to open the app, But my requirement is to check what kind of notification and open the appropriate activity of the app. How to acheive this ??? Please reply its too urgent.. -- Thanks

[android-developers] video not playing in mdpi devices..

2012-03-21 Thread vani reddy
HI friends, I have a video in mp4 format its playing in hdpi devices but not in mdpi devices? How to resolve this -- Regards, Vani Reddy -- 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] push notification opened and multiple instances of activity created

2012-03-27 Thread vani reddy
to do and where I am going wrong. -- Regards, Vani Reddy -- 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

[android-developers] Switching views

2012-04-02 Thread vani reddy
to be shown . How to acheive this?? Please reply with any clues or any links -- Regards, Vani Reddy -- 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

[android-developers] Drag and drop issue

2012-04-18 Thread vani reddy
(ZygoteInit.java:599) 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at dalvik.system.NativeStart.main(Native Method) -- Regards, Vani Reddy -- 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: [android-developers] Drag and drop issue

2012-04-18 Thread vani reddy
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 options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Vani Reddy -- You received

[android-developers] Checkbox click fires OnlistItemclick in Custom listview android

2012-04-18 Thread vani reddy
to acheive this. I searched a lot but did not find any solution. -- Regards, Vani Reddy -- 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] Fwd: Checkbox click fires OnlistItemclick in Custom listview android

2012-04-19 Thread vani reddy
-- Forwarded message -- From: vani reddy vani.reddy.bl...@gmail.com Date: Wed, Apr 18, 2012 at 6:59 PM Subject: Checkbox click fires OnlistItemclick in Custom listview android To: android-developers@googlegroups.com HI, In my custom listview i have checkbox and 3 textviews

[android-developers] get image from gallery and set in fragment

2012-04-26 Thread vani reddy
(Intent.ACTION_GET_CONTENT, null); intent.setType(image/*); intent.putExtra(return-data, true); startActivityForResult(intent, 1); how to resolve this?? -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] OnItemClick not detected in listview inside customdialog

2012-05-11 Thread vani reddy
Hi friends,, In my custom dialog i have a Listview , on which i am invoking OnItemClickListener() but it is not detecting.. What can be the problem -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] OnItemClick not detected in listview inside customdialog

2012-05-11 Thread vani reddy
://groups.google.com/group/android-developers?hl=en -- Regards, Vani Reddy -- 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

[android-developers] screenshot in android

2011-11-24 Thread vani reddy
Hi friends, How to take the screeenshot of android device programmatically..Apart from using in DDMS. -- Regards, Vani Reddy -- 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] How to implement finger print in android app

2011-12-12 Thread vani reddy
Hi friends, How to implement finger print in android i.e to take the finger print of the user for an application. -- Regards, Vani Reddy -- 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] back button in actiovity group

2012-01-11 Thread vani reddy
); EPGGroup.group.back(); return true; } return super.onKeyDown(keyCode, event); } EPGGroup is the activity group. The problem is onKeyDown is not called at all when i press back button -- Regards, Vani Reddy -- You received this message because you

Re: [android-developers] back button in actiovity group

2012-01-11 Thread vani reddy
@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Vani Reddy -- You received this message because you are subscribed

[android-developers] Video not playing in Device

2011-07-04 Thread vani reddy
Hi friends, Video is not being played in the device : ERROR/PlayerDriver(95): Command PLAYER_INIT completed with an error or info PVMFErrContentInvalidForProgressivePlayback ERROR/MediaPlayer(10920): error (200, -82) ERROR/MediaPlayer(10920): Error (200,-82) -- Regards, Vani Reddy -- You

[android-developers] edittext cursor

2011-07-04 Thread vani reddy
Hi, How to set edittext cursor to a particular position in android. I referred http://thedevelopersinfo.com/2009/11/15/put-cursor-at-specific-position-in-edittext-component-in-android/ but this is when d text is already defined. i want at runtime?? -- Regards, Vani -- You received this

[android-developers] Retreive recently used contacts

2011-07-04 Thread vani reddy
Hi all, How to retreive the recently used contacts in contact list in android?? -- Regards, Vani Reddy -- 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

Re: [android-developers] Retreive recently used contacts

2011-07-04 Thread vani reddy
Thanks mark, What i want is ,when i compose a new message there is an option called recent ,on click of which it will show the recently used contacts.How to acheive that? On Mon, Jul 4, 2011 at 3:58 PM, Mark Murphy mmur...@commonsware.com wrote: On Mon, Jul 4, 2011 at 4:05 AM, vani reddy

Re: [android-developers] Video not playing in Device

2011-07-04 Thread vani reddy
-videos-to-stream-android http://stackoverflow.com/questions/5335731/android-video-streaming-example http://stackoverflow.com/questions/1841397/android-mediaplayer-emulator-and-url On Fri, Jul 1, 2011 at 9:24 AM, vani reddy vani.reddy.bl...@gmail.com wrote: Hi friends, Video is not being

Re: [android-developers] Video not playing in Device

2011-07-04 Thread vani reddy
Thanks Mark, I will try this. On Mon, Jul 4, 2011 at 7:04 PM, Mark Murphy mmur...@commonsware.com wrote: On Mon, Jul 4, 2011 at 8:47 AM, vani reddy vani.reddy.bl...@gmail.com wrote: Hi, Ok..when i tested the same video by placing it in raw folder,its playing fine..How to make it safe

Re: [android-developers] Retreive recently used contacts

2011-07-04 Thread vani reddy
Thank you so much mark.. On Mon, Jul 4, 2011 at 7:08 PM, Mark Murphy mmur...@commonsware.com wrote: On Mon, Jul 4, 2011 at 8:46 AM, vani reddy vani.reddy.bl...@gmail.com wrote: What i want is ,when i compose a new message there is an option called recent ,on click of which it will show

[android-developers] null pointer exception

2011-07-05 Thread vani reddy
android:name=android.permission.CHANGE_NETWORK_STATE/uses-permission -- Regards, Vani Reddy -- 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] Gallery center item in the middle

2011-07-11 Thread vani reddy
Hi, How to make the first image in the gallery to start from the leftmost side of the device,since images are displayed starting from center, as seen in the snapshot attached. Please reply. -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups

[android-developers] issue in xml parsing

2011-07-14 Thread vani reddy
at all. -- Regards, Vani Reddy -- 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

Re: [android-developers] issue in xml parsing

2011-07-14 Thread vani reddy
is there (ie if it is a subtag of the first category tag) or to actually parse the XML? Best regards, Filip Havlicek 2011/7/14 vani reddy vani.reddy.bl...@gmail.com Hi , How to check if a particular tag exists under a sub tag in the xml using sax parsing in android for the below link

[android-developers] Parsing issue

2011-07-14 Thread vani reddy
://magazine.ateemo.com/uploads/issue_images/3/16-1.jpg?1307133115 Why is this like this??Please reply.. -- Regards, Vani Reddy -- 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] Fwd: Parsing issue

2011-07-14 Thread vani reddy
-- Forwarded message -- From: vani reddy vani.reddy.bl...@gmail.com Date: Thu, Jul 14, 2011 at 4:14 PM Subject: Parsing issue To: android-developers@googlegroups.com Hi friends, When i am parsing the xml from the attached file and printing the image urls in the log.below

Re: [android-developers] Fwd: Parsing issue

2011-07-14 Thread vani reddy
Hi, The same code is working fine on android emulator but its not working on the device.. On Thu, Jul 14, 2011 at 4:23 PM, Filip Havlicek havlicek.fi...@gmail.comwrote: You probably have some error in your code. 2011/7/14 vani reddy vani.reddy.bl...@gmail.com -- Forwarded message

Re: [android-developers] Fwd: Parsing issue

2011-07-14 Thread vani reddy
, 2011 at 4:49 PM, Filip Havlicek havlicek.fi...@gmail.comwrote: Can't help unless you show the code. 2011/7/14 vani reddy vani.reddy.bl...@gmail.com Hi, The same code is working fine on android emulator but its not working on the device.. On Thu, Jul 14, 2011 at 4:23 PM, Filip

Re: [android-developers] Fwd: Parsing issue

2011-07-14 Thread vani reddy
this code on the device?? On Thu, Jul 14, 2011 at 5:56 PM, Filip Havlicek havlicek.fi...@gmail.comwrote: Add || localName.equalsIgnoreCase(image_url) to the other image_url condition, otherwise works fine for me. 2011/7/14 vani reddy vani.reddy.bl...@gmail.com Hi Arun, Its not the picture

  1   2   >