I added that ,but still it is not working.In normal activites it works ,but
under Tabactivity it doesnt work.
On Thu, Mar 1, 2012 at 1:27 PM, MOHANAKRISHNAN wrote:
> main.xml file:
>
> http://schemas.android.com/apk/res/android”
> android:orientation=”vertical”
> android:layout_width=”fill_pare
main.xml file:
http://schemas.android.com/apk/res/android”
android:orientation=”vertical”
android:layout_width=”fill_parent”
android:layout_height=”fill_parent” >
2. Add the following statements in bold to Activity2.java:
package net.learn2develop.Activities;
import android.app.Activity;
impor
no
On Thu, Mar 1, 2012 at 1:19 PM, MOHANAKRISHNAN wrote:
> is it working now?
>
>
> On Thu, Mar 1, 2012 at 1:17 PM, vani reddy
> wrote:
> > yes i have given the request code
> >
> > On Thu, Mar 1, 2012 at 1:13 PM, MOHANAKRISHNAN
> wrote:
> >>
> >> import android.app.Activity;
> >> import andro
is it working now?
On Thu, Mar 1, 2012 at 1:17 PM, vani reddy wrote:
> yes i have given the request code
>
> On Thu, Mar 1, 2012 at 1:13 PM, MOHANAKRISHNAN wrote:
>>
>> import android.app.Activity;
>> import android.os.Bundle;
>> import android.util.Log;
>> import android.view.Window;
>> import
yes i have given the request code
On Thu, Mar 1, 2012 at 1:13 PM, MOHANAKRISHNAN wrote:
> import android.app.Activity;
> import android.os.Bundle;
> import android.util.Log;
> import android.view.Window;
> import android.view.KeyEvent;
> import android.widget.Toast;
> import android.content.Inte
import android.app.Activity;
import android.os.Bundle;
import android.util.Log;
import android.view.Window;
import android.view.KeyEvent;
import android.widget.Toast;
import android.content.Intent;
public class MainActivity extends Activity {
String tag = “Events”;
int request_Code = 1;
/** Called
did u gave the request code?
On Thu, Mar 1, 2012 at 12:25 PM, vani reddy wrote:
> Hi friends,,
> In my tabactiviy i am doing a startActivityForResult from ActivityA which is
> under activity group to a new class ActivityB which is not under
> Tabactivity,
> From ActivityB when i do setResult(RES
Hi friends,,
In my tabactiviy i am doing a startActivityForResult from ActivityA which
is under activity group to a new class ActivityB which is not under
Tabactivity,
>From ActivityB when i do setResult(RESULT_OK,intent); finish();
onActivityResult is never invoked in ActivityA.
It is not working.
8 matches
Mail list logo