[android-developers] DLNA implementation android

2013-07-25 Thread vani reddy
Hi All, How to implement DLNA for android??Is there any SDK or any tutorial?? -- Regards, Vani -- -- 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

[android-developers] Home button not working as it is supposed to.

2013-06-29 Thread vani reddy
Hi All, When i touch the Home button and open my app , my app doesn't open the screen where it closed.How to get this ? For all the actiivties I have given android:noHistory=true and HomeScreen to be android:noHistory=true android:launchMode=singleTask in the manifest. -- Regards, Vani

[android-developers] Android testing

2013-06-27 Thread vani reddy
Dear All, What is the best and optimistic way to test Android applications,My android application is too big.How to find a way to get minute bugs in the application.?? -- Regards, Vani Reddy -- -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Re: progaurd.cfg built apk not working

2013-05-02 Thread vani reddy
but after installing it in device its throwing ClassNotFoundException for application class. How to solve 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

[android-developers] progaurd.cfg built apk not working

2013-05-01 Thread vani reddy
successfully but after installing it in device its throwing ClassNotFoundException for application class. How to solve 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

[android-developers]

2013-04-08 Thread vani reddy
/android-softkeyboard-enter-the-numeric-value-into-edittext-very-slow . Any clues? Please respond . -- 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] Re:

2013-04-08 Thread vani reddy
? Please respond . -- 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

Re: [android-developers] Re:

2013-04-08 Thread vani reddy
(*, Clicked); return true; } return false; }} On Tue, Apr 9, 2013 at 11:14 AM, vani reddy vani.reddy.bl...@gmail.comwrote: HI, Nothing else is in the code.It just returns true if the user clicks done or else it returns false.I referred the link which i sent

[android-developers] Tabs within tabs fragments overlapping

2013-03-12 Thread vani reddy
. say I have 2 buttons in tab12 i.e 'cancel' and 'submit'. when i touch on any area of tab11 it is doing the action of cancel and submit buttons though these buttons are not visible. Any clue why it is happening?? -- Regards, Vani Reddy -- -- You received this message because you

[android-developers] Re: Tabs within tabs fragments overlapping

2013-03-12 Thread vani reddy
but it is still taking click. say I have 2 buttons in fragment2 .e 'cancel' and 'submit'. when i touch on any area of fragment1 t is doing the action of cancel and submit buttons though these buttons are not visible. Any clue why it is happening?? On Tue, Mar 12, 2013 at 1:57 PM, vani reddy

[android-developers] Re: Tabs within tabs fragments overlapping

2013-03-12 Thread vani reddy
Hi All, I followed the same code as in the linkj mentioned and instead of add fragment i am doing replace fragment. On Tue, Mar 12, 2013 at 2:23 PM, vani reddy vani.reddy.bl...@gmail.comwrote: I am using a FragmentActivity(of the compatibility library) and has 3 tabs tab1, tab2, tab3 (all

[android-developers] make app compatible on 1024*720 px

2012-12-14 Thread vani reddy
-resolutions and I created 2 layout folders. Can you please tell me how am I supposed to go ahead with this. since deadlines are nearing. -- 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 images from right to left and then left to right.

2012-11-08 Thread vani reddy
. -- Thanks, 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

[android-developers] sldiing images like in 'Currents' app

2012-11-08 Thread vani reddy
Hi friends, I want to slide the images from right to left and stay for some time and then left to right. Exactly like how it is in the 'Currents' app in android market. Please reply with any clues -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google

[android-developers] getSherlockActivity throwing Nullpointer Exception

2012-11-05 Thread vani reddy
on home button and close it, and again relaunch it on long press of home press app is force closing in the below line: progressDisplay.show(getSherlockActivity().getSupportFragmentManager(), LoadingDialog); Any clues why it is happeneing?? Please give me ideas how to solve it. -- Regards, Vani

[android-developers] multiple instances of activity created

2012-11-02 Thread vani reddy
e) { e.printStackTrace(); } finally { wl.release(); } in the manifest I have given android:allowTaskReparenting=true android:launchMode=singleTop|singleInstance for the main activity. Please reply. -- Regards, Vani Reddy -- You received this message because you

[android-developers] Drag and drop list items

2012-10-31 Thread vani reddy
HI friends, I am doing the drag annd drop of list view items., I checked the TouchedInterceptor.java but i dont know how to use it. Please post some code snippets. -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] payment gateway for android India

2012-10-24 Thread vani reddy
Hi friends, I am implementing payment gateway for android , I found this http://developer.authorize.net/integration/fifteenminutes/android/, but this is in USD but I need in Indian Rupees. -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups

[android-developers] download images from server and populate it in listrview

2012-10-18 Thread vani reddy
Hi friends, How to download images from server and store it in cache and next time i can reload from cache and populate it in listview?? -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] listview row button click

2012-10-05 Thread vani reddy
to overcome this problem?? -- 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

[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] 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] copying DB file from assets to data/data/package throwing exception

2012-07-12 Thread vani reddy
/AlmanacSQLiteDatabaseAdapter.java?r=56 How to resolve 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@googlegroups.com To unsubscribe from this group

[android-developers] Spinner show on click of button

2012-06-21 Thread vani reddy
); spinner .setAdapter(packSizeAdapter); Button btn=new Button(this); btn.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { spinner .performClick(); } }); It is not working at all ,Is there anyting i am missing..Please reply -- Regards, Vani Reddy -- You

Re: [android-developers] Spinner show on click of button

2012-06-21 Thread vani reddy
is selected into * the application */ } try it . it wor perfectly On Thu, Jun 21, 2012 at 5:05 PM, vani reddy vani.reddy.bl...@gmail.comwrote: Hi friends, How to open spinner on click of a button. I tried Spinner spinner =new Spinner

[android-developers] notifydataset changed not working for listview

2012-05-28 Thread vani reddy
; totalQty = 0; totalPrice = 0; vatRate = 0; } 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-developers@googlegroups.com To unsubscribe from this group, send

[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] 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] 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] 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] 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] 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] 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] 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] 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] 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] Json parsing problem using gson

2012-03-06 Thread vani reddy
Hi friends, I am using GSON to parse the json, when some user logs in, it parses properly but when someother user logs in it throws NumberFormatException. I checked the JSON response also, its a valid JSON How to debug this app. -- Regards, Vani Reddy -- You received this message because

[android-developers] back button in Tabactivity going to previous activity rather than dismissing the soft keyboard

2012-03-02 Thread vani reddy
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...@googlegroups.com For more

Re: [android-developers] onActivityResult never invoked under tab activity

2012-03-01 Thread vani reddy
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 this group

Re: [android-developers] switching views

2012-02-29 Thread vani reddy
...@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 to the Google Groups Android Developers group. To post to this group, send email to android-developers

Re: [android-developers] switching views

2012-02-29 Thread vani reddy
Hey Treking, I am developing apps for api level 10 onwards.How can I use Fragments in 2.3.5?? On Wed, Feb 29, 2012 at 6:41 PM, vani reddy vani.reddy.bl...@gmail.comwrote: Hey, I dont want to show multiple activities in a screen i want to show multiple views in a single activity On Tue

[android-developers] switching views using viewflipper

2012-02-29 Thread vani reddy
Hi , In the attached snapshot , i need to create that kind of view in viewfilpper , and need to switch views using viewflipper. How to acheive that? -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] onActivityResult never invoked under tab activity

2012-02-29 Thread vani reddy
. I referred this link but did not understand much . http://stackoverflow.com/questions/2497205/how-to-return-a-result-startactivityforresult-from-a-tabhost-activity -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] onActivityResult never invoked under tab activity

2012-02-29 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

Re: [android-developers] onActivityResult never invoked under tab activity

2012-02-29 Thread vani reddy
no On Thu, Mar 1, 2012 at 1:19 PM, MOHANAKRISHNAN remokri...@gmail.com wrote: is it working now? On Thu, Mar 1, 2012 at 1:17 PM, vani reddy vani.reddy.bl...@gmail.com wrote: yes i have given the request code On Thu, Mar 1, 2012 at 1:13 PM, MOHANAKRISHNAN remokri...@gmail.com wrote

Re: [android-developers] switching views

2012-02-27 Thread vani reddy
No . I want to do in phone. On Mon, Feb 27, 2012 at 4:34 PM, nageswara rao rajana nagu.raj...@gmail.com wrote: try fragments... On Mon, Feb 27, 2012 at 4:26 PM, vani reddy vani.reddy.bl...@gmail.comwrote: Hi friends, How to create switching views in android in the same

[android-developers] back button not working in first activity of TabGroupActivity

2012-02-25 Thread vani reddy
its not working. But from other activities its working. In options activity on touch of a button its working, but on back button not working. -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] getView called many times when the count is 1

2012-02-24 Thread vani reddy
Hi friends, In my lazyadapter of listview in the getView() i am calling a webservice to fetch a name, when the count is 1 , it is calling the webservice multiple times from getview. Why it is happening like that? How to resolve that Please reply ., -- Regards, Vani Reddy -- You received

Re: [android-developers] Re: getView called many times when the count is 1

2012-02-24 Thread vani reddy
); } }); return convertView; } -- 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

Re: [android-developers] Re: getView called many times when the count is 1

2012-02-24 Thread vani reddy
on the UI Thread an will block the scrolling until the request is fulfilled. Lúcio Maciel luci...@gmail.com On Fri, Feb 24, 2012 at 10:19, vani reddy vani.reddy.bl...@gmail.comwrote: Hey Check, @Override public View getView(final int position, View convertView, ViewGroup parent

[android-developers] getView called multiple times for a count of 1

2012-02-24 Thread vani reddy
reply its too 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-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] listview getting stuck while scrolling,

2012-02-22 Thread vani reddy
Hi friends, In the LazyAdapter class i am sending an object which consists of an arraylist , while scrolling the listview it gets stuck and shows the infamous ANR dialog. -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Re: Fwd: listview getting stuck while scrolling,

2012-02-22 Thread vani reddy
/os/AsyncTask.html) Enjoy Moktarul Anam On Feb 22, 3:36 pm, vani reddy vani.reddy.bl...@gmail.com wrote: - Hi friends, In the LazyAdapter class i am sending an object which consists of an arraylist , while scrolling the listview it gets stuck and shows the infamous ANR dialog

Re: [android-developers] keyboard dismissing issue

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

[android-developers] adapter.notifyDataSetChanged not working

2012-02-15 Thread vani reddy
the latest values. But the listview is not getting updated. 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

Re: [android-developers] Re: adapter.notifyDataSetChanged not working

2012-02-15 Thread vani reddy
) { e.printStackTrace(); } return convertView; } 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

Re: [android-developers] Re: adapter.notifyDataSetChanged not working

2012-02-15 Thread vani reddy
This listview is in the activiyt group of tabactivity. On Wed, Feb 15, 2012 at 6:41 PM, vani reddy vani.reddy.bl...@gmail.comwrote: public View getView(final int position, View convertView, ViewGroup parent) { try { final Show channelShowItem = (Show

[android-developers] keyboard dismissing issue

2012-02-15 Thread vani reddy
().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN); is i have given in the onCreate of the next activity. But still the keyboard is not dismisssed. -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] listview search improve performance

2012-02-09 Thread vani reddy
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 this group, send

Re: [android-developers] listview search improve performance

2012-02-09 Thread vani reddy
What i did is the below.Among the points which you mentioned i used timer concept and Optimising search using. *start*, *before*, and *count* . public void onTextChanged(CharSequence s, int start, int before, int count) { System.out.println(S + s);

Re: [android-developers] listview search improve performance

2012-02-09 Thread vani reddy
I am not able to avoid creating a new adapter after every search. On Thu, Feb 9, 2012 at 5:12 PM, vani reddy vani.reddy.bl...@gmail.comwrote: What i did is the below.Among the points which you mentioned i used timer concept and Optimising search using. *start*, *before*, and *count

[android-developers] listview search improve performance

2012-02-08 Thread vani reddy
, sorted_ChannelList); setListAdapter(adapter); } }); it is blocking the UI,How to resolve it -- 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] Image rotation smoothly

2012-02-07 Thread vani reddy
Hi, How to make the image rotation smoothly.,i used accelerateInterpolater and linearInterpolater also. but it pauses for a moment and then starts. -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] chat implementation

2012-02-06 Thread vani reddy
Hi friends., How to implement chat feature in android.I looked at this http://www.xtify.com/products.html#tab=tab-push but did not understand anything. Please reply . -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] chat implementation

2012-02-06 Thread vani reddy
, 2012 at 2:33 AM, vani reddy vani.reddy.bl...@gmail.comwrote: Hi friends., How to implement chat feature in android.I looked at this http://www.xtify.com/products.html#tab=tab-push but did not understand anything. Please reply . -- Regards, Vani Reddy -- You received this message

[android-developers] Header button above tabs not able to manage the activity under the tabs

2012-02-03 Thread vani reddy
Hello, I have a header under which der are 5 tabs. The header contains a refresh button. ON click of the button the particular activity which is open under the currently opened tab should refresh. The header is common for all tabs. -- Regards, Vani Reddy -- You received this message because

Re: [android-developers] Re: Header button above tabs not able to manage the activity under the tabs

2012-02-03 Thread vani reddy
:59 PM, skink psk...@gmail.com wrote: vani reddy wrote: Hello, I have a header under which der are 5 tabs. The header contains a refresh button. ON click of the button the particular activity which is open under the currently opened tab should refresh. The header is common for all

Re: [android-developers] Re: Header button above tabs not able to manage the activity under the tabs

2012-02-03 Thread vani reddy
HI, IF we call tabHost.getCurrentTab() will it call the oncreate of the activity. On Fri, Feb 3, 2012 at 5:19 PM, skink psk...@gmail.com wrote: vani reddy wrote: HI PFA the snapshot. When i click on the above red color refresh image and the wall tab is open. Need to refresh

Re: [android-developers] Re: Header button above tabs not able to manage the activity under the tabs

2012-02-03 Thread vani reddy
Hi., TabACtivity is my HomeScreen.java and FirstActivity under the tab. On click of refresh button i need to start a thread in a method in FirstActivity .by passing a runnable object. I cannot make a method as static On Fri, Feb 3, 2012 at 7:22 PM, skink psk...@gmail.com wrote: vani reddy

Re: [android-developers] Re: Header button above tabs not able to manage the activity under the tabs

2012-02-03 Thread vani reddy
Hey, When i do setCurrentTab(int value) the activity doesnt get refreshed. On Fri, Feb 3, 2012 at 7:53 PM, vani reddy vani.reddy.bl...@gmail.comwrote: Hi., TabACtivity is my HomeScreen.java and FirstActivity under the tab. On click of refresh button i need to start a thread in a method

[android-developers] soft keyboard problem

2012-02-02 Thread vani reddy
(InputMethodManager.HIDE_IMPLICIT_ONLY, InputMethodManager.HIDE_IMPLICIT_ONLY); in the oncreate() method and android:windowSoftInputMode=stateAlwaysHidden in the manifest but still it shows. -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android

[android-developers] android onBackPressed not called under tab

2012-02-01 Thread vani reddy
critical -- 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

[android-developers] tabs onbackPressed

2012-02-01 Thread vani reddy
) { dialog.cancel(); } }); alert= builder.create(); alert.show(); //line where exception is thrown -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] shadow under tabs android

2012-01-30 Thread vani reddy
Hi, How to remove the shadow under the tabs.And there are few light black dots how to remove that also.Please check the attached snapshot. I also used the below code style name=YourTheme item name=android:windowContentOverlay@null/item /style -- Regards, Vani Reddy -- You received

[android-developers] startActivitiesForResult problem

2012-01-20 Thread vani reddy
(str,str); setResult(RESULT_OK,intent) In activity A I am fetching result in onActivityResult(int requestCode, int resultCode, Intent data) { Here the intent data is null } How to resolve this issue.Please reply. -- Regards, Vani Reddy -- You received this message because you

[android-developers] startActivityForResult problem

2012-01-19 Thread vani reddy
, in); finish(); -- 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

[android-developers] Fwd: startActivityForResult problem

2012-01-19 Thread vani reddy
, data=null} How to resolve this I -- Regards, 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

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

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

[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] 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] 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] 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] 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);

  1   2   >