[android-developers] Regarding Center alignment of TextView in a Table Row having 2 components

2011-07-30 Thread Laxmi Verma
help in this regard. Thanks Regards, Laxmi Verma -- 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] Photo Gallery in Android App

2011-07-26 Thread Laxmi Verma
Hi, Anybody please help me regarding how to create photo gallery in android application. Thanks in advance. Thanks Regards, Laxmi Verma -- 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] slide show functionality

2011-06-07 Thread Laxmi Verma
Hi, Can anybody please help me in how to implement slide show functionality in Android application. Thanks Regards, Laxmi Verma -- 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] Justify alignment in text view

2011-05-24 Thread Laxmi Verma
Hi, I want to align my text as justify alignment but unable to find an option for that. I can find right alignment, left alignment and center but unable to find the justify alignment. Please help me how to provide justify alignment for text view in android. Thanks!! -- You received this

[android-developers] Fwd: Extra space is coming in tabs while adding images

2011-05-17 Thread Laxmi Verma
Hi, Any help on this ??? -- Forwarded message -- From: Laxmi Verma laxmiverma.andr...@gmail.com Date: Mon, May 16, 2011 at 7:27 PM Subject: Extra space is coming in tabs while adding images To: android-developers@googlegroups.com Hi, I am customising the tabs in my application

[android-developers] problem with wvga screen, landscape mode

2011-05-17 Thread Laxmi Verma
for that mode. Thanks Regards, Laxmi Verma -- 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] Extra space is coming in tabs while adding images

2011-05-16 Thread Laxmi Verma
Hi, I am customising the tabs in my application and getting extra space even after adding images. I had tried customising the tab height but still the space is coming in top. Please suggest how to proceed with this. Thanks Regards, Laxmi Verma -- You received this message because you

Re: [android-developers] Facebook and twitter integration

2011-04-19 Thread Laxmi Verma
and content in the text box of Post wall Hope, I have cleared my point. Thanks Regards, Laxmi Verma On Sun, Apr 17, 2011 at 4:23 PM, Siva Kannabiran sivasanka...@gmail.comwrote: Hi Laxmi, To integrate your app with facebook use the fbconnect API, just search in google you will get the instruction

[android-developers] Facebook and twitter integration

2011-04-15 Thread Laxmi Verma
. m.twitter.com and my article id should get displayed in the tweet box (twitter) or walll post box (facebook) in the site directly. Just like it has done in ndtv app. Please do help in this. Thanks Regards, Laxmi Verma -- You received this message because you are subscribed to the Google Groups

[android-developers] List Selector Problem

2011-04-11 Thread Laxmi Verma
Hi, I am facing problem with list selector. The code is as follows: *1) Applied list selector in the listview layout* ListView android:id=@+id/android:list android:layout_width=fill_parent android:layout_height=fill_parent android:layout_weight=1

[android-developers] List Selector Problem

2011-04-09 Thread Laxmi Verma
Hi, I am facing problem with list selector. The code is as follows: *1) Applied list selector in the listview layout* ListView android:id=@+id/android:list android:layout_width=fill_parent android:layout_height=fill_parent android:layout_weight=1

[android-developers] Fwd: Problem with activity group

2011-04-06 Thread Laxmi Verma
Hi, I am still facing this issue. Please can somebody help on this. The fragment is the feature of Android 3.0 and I am developing app for Android 2.1. So, I have to use ActivityGroup but facing problem in that. Thanks Regards Laxmi verma -- Forwarded message -- From: Laxmi

[android-developers] Problem with activity group

2011-04-04 Thread Laxmi Verma
directly to the First Activity. I am also using Alert Dialog Box in both of the activity and passing getParent() as context in the Alert Builder Dialog Box. Any help in this regard will be great. Thanks Regards, Laxmi Verma -- You received this message because you are subscribed to the Google

Re: [android-developers] Problem with activity group

2011-04-04 Thread Laxmi Verma
...@gmail.com wrote: On Mon, Apr 4, 2011 at 11:03 AM, Laxmi Verma laxmiverma.andr...@gmail.com wrote: I am using ActivityGroup class for one of my tab in my application. That's a problem in and of itself. From what I've read around here, ActivityGroup is pretty much a hack. Use Views

Re: [android-developers] Re: Regarding screen resolution

2011-03-28 Thread Laxmi Verma
to be worth worrying about for a new app. On Sun, Mar 27, 2011 at 9:38 AM, Laxmi Verma laxmiverma.andr...@gmail.com wrote: Hi, I had make entry of support-screens tag in the AndroidManifest.xml, but the header which i customized is stil not coming in proper format. Please help

[android-developers] Regarding screen resolution

2011-03-27 Thread Laxmi Verma
, when the internet speed is slow, it automatically gives force close error. How to avoid this. The downloading xml code i had written in seperate thread and also enclosing it into try catch block. Best wishes!! Laxmi Verma -- You received this message because you are subscribed to the Google

Fwd: [android-developers] Re: Regarding screen resolution

2011-03-27 Thread Laxmi Verma
: [android-developers] Re: Regarding screen resolution To: android-developers@googlegroups.com Cc: Laxmi Verma laxmiverma.andr...@gmail.com Different screen resolutions started to get support in API Level 4 (1.6). So, I recommend using API Level 4 and then reading the documention on the Android

Re: [android-developers] Re: how to reload previous activity on back button click

2011-03-26 Thread Laxmi Verma
() inside Activity 2 in step 2) of your scenario. Best regards, Filip Havlicek 2011/3/25 Laxmi Verma laxmiverma.andr...@gmail.com Hi, I am still facing this issue. I am not sure how to refresh my previous activity on back button. I had written the code of calling the intent itself

[android-developers] Email Intent Back Button Handling

2011-03-26 Thread Laxmi Verma
a boolean variable in that. Now, the* problem is it never goes in the onKeyCode() method when the email intent is called and pressing back button on it. *Any help on this will be highly appreciated as i need it on urgent basis. Thanks Regards Laxmi Verma -- You received this message because

Re: [android-developers] Re: how to reload previous activity on back button click

2011-03-26 Thread Laxmi Verma
...@gmail.comwrote: Hi Laxmi, that's a seriously weirdly done application and I wouldn't go that way (they seem to start a new activity for almost every press - probably one of the source of theirs progress dialog and overall app hanging). Best regards, Filip Havlicek 2011/3/26 Laxmi Verma

[android-developers] Email Intent Back Button problem

2011-03-26 Thread Laxmi Verma
currently what it is doing. For problem no. 2 i had even check a flag for this but it never goes into the onkeydown method or onbackpress method when back button is pressed on email intent. Please help. Thanks for your replies. -- Forwarded message -- From: Laxmi Verma

Re: [android-developers] Re: Refresh previous activity on Back Button Press

2011-03-25 Thread Laxmi Verma
Hi, I am still facing this issue. I am not sure how to refresh my previous activity on back button. I had written the code of calling the intent itself of onResume() method but everytime i am press back button of next activity it goes to the previous activity's on resume method and reload that

Re: [android-developers] how to stop a progressbar which is runs using a thread?

2011-03-23 Thread Laxmi Verma
Hi Gaurav, Just set the property progressBar.setCanceleable(true) and call the method progressBar.cancel() while stopping the thread. It will stop the progress bar. Hope it helps Thanks!! On Wed, Mar 23, 2011 at 11:39 AM, gaurav gupta gaurav.gupta...@gmail.comwrote: hi guys, in my

Re: [android-developers] Re: Refresh previous activity on Back Button Press

2011-03-23 Thread Laxmi Verma
Hi Nick, If I am only clicking back button it does not go to oncreate method and hence not updating the content of the view. Can you please provide some sample code for it. Thanks Regards On Wed, Mar 23, 2011 at 2:40 AM, Nick Kulikaev nkulik...@gmail.com wrote: Hi, Gotcha, I misunderstood

Re: [android-developers] Re: Refresh previous activity on Back Button Press

2011-03-22 Thread Laxmi Verma
. If that doesn't help then pls provide more details or an example of what you are trying to do. On Mar 20, 5:56 am, Laxmi Verma laxmiverma.andr...@gmail.com wrote: Hi, Thanks for your replies!! I am not sure how to use these flags while calling the intent. How does it helpful

Re: [android-developers] Re: how to reload previous activity on back button click

2011-03-22 Thread Laxmi Verma
Hi All, Same problem I am facing for my application. I want to refresh my previous activity on back button. I am having an activity containing next and previous button. On clicking next and previous button I am calling the same activity itself but with different content. Now, If I am calling

Re: [android-developers] Re: Refresh previous activity on Back Button Press

2011-03-22 Thread Laxmi Verma
, 2011 at 9:39 PM, Laxmi Verma laxmiverma.andr...@gmail.comwrote: Hi, Thanks for giving the reply. But it does not resolve the problem. 1) *Problem Detail* I am having a list view item activity having a list of items to be viewed. After clicking on the item it goes to the Item Body Activity

Re: [android-developers] Re: Refresh previous activity on Back Button Press

2011-03-20 Thread Laxmi Verma
not sure I understood your problem completely right but I guess every time you send a new intent to start List Item Body Activity System adds it to a history stack. Try to set intent flags like FLAG_ACTIVITY_SINGLE_TOP or FLAG_ACTIVITY_NO_HISTORY On Mar 19, 10:37 am, Laxmi Verma laxmiverma.andr

[android-developers] Refresh previous activity on Back Button Press

2011-03-19 Thread Laxmi Verma
, Laxmi Verma -- 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] Refresh previous activity on Back Button Press

2011-03-19 Thread Laxmi Verma
Hi, Can you please provide some code example on startActivityForResult for back button refresh problem. Using onResume() method is not solving this problem. The reason is I am having a list item activity. From there I am calling List Item Body Activity. List Item Body Activity contains

[android-developers] Customising title bar

2011-02-23 Thread Laxmi Verma
Hi, I have created the customized title bar for my application and had changed the background color of the title bar. After changing the background color, the title bar is not coming in full length. There is a gap from both the sides even after giving android height and width to fill_parent.

Re: [android-developers] Re: Problem in integration of Facebook with android app

2011-02-11 Thread Laxmi Verma
, a word of warning from me: the SDK is very buggy. At least 13% of your users (probably more) will be unable to login -- see the following thread: https://github.com/facebook/facebook-android-sdk/issues#issue/167/comment/719695 /Michael. On Feb 11, 7:32 am, Laxmi Verma laxmiverma.andr

[android-developers] Problem in integration of Facebook with android app

2011-02-10 Thread Laxmi Verma
Hi All, I want to integrate the facebook api in my android application. Can anyone help me on this? I am not sure whether to use FBConnect or facebook - api provided on github. Which one would be better? Please provide some sample code for login activity for facebook integration. Thanks !!

[android-developers] Vertical Marquee from Bottom to Up

2011-02-07 Thread Laxmi Verma
Hi All, I am having problem in creating vertical marquee in android. Can anybody help in this? Thanks!! -- 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

[android-developers] Tab activity with progress bar

2011-02-03 Thread Laxmi Verma
Hi, I am having a tab Activity with 5 tabs with intents.the classes are used to load data from internet source.I need to show display progress bar while clicking each tab until it completes the data loading. or how to show a progress bar for a finite time after clicking the tab . If any one