[android-developers] Sending intent between two activities

2011-08-02 Thread Shabu Thomas
In my application, activity A is the default one and I have created another activity B. There is a button in each activity. On click event of the button, the other activity should be brought to front. So, for the first click, the activity will be created (OnCreate will be called) and for the

[android-developers] Re: Sending intent between two activities

2011-08-02 Thread Shabu Thomas
(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT ); in both cases. :-) On Aug 3, 1:15 pm, Shabu Thomas shabuthoma...@gmail.com wrote: In my application,  activity A is the default one and I have created another activity B. There is a button in each activity. On click event of the button, the other activity should be brought

[android-developers] Parameters passed to a .NET webservice are always null when using ksoap2 jar

2011-07-21 Thread Shabu Thomas
= aE.toString(); } I have searched a lot of blogs and none of them have give a proper solution better than what I have done. Would you please give me a better solution for this? Thanks Regards Shabu Thomas -- You received this message because you are subscribed to the Google Groups