[android-developers] onActivityResult Does not works

2012-02-13 Thread yogesh...@acusis.com
hello, i have two activites, i.e currentDate.setOnClickListener(new View.OnClickListener() { static final int PICK_DATE_REQUEST =1; @Override public void onClick(View v) { String result1=null; Intent intent = new Intent(app

[android-developers] onActivityResult Does not works

2012-02-13 Thread yogesh...@acusis.com
hello, i have two activites, i.e currentDate.setOnClickListener(new View.OnClickListener() { static final int PICK_DATE_REQUEST =1; @Override public void onClick(View v) { String result1=null; Intent intent = new Intent(app

[android-developers] pagination with numbering

2011-12-21 Thread yogesh...@acusis.com
hello, I am new to android development. now i developnig my application in android version1.6.. i want to do pagination with numbering(dynamically allocating the number of pages) navigate to specific page clicking on number -- You received this message because you are subscribed to the Go

[android-developers] importing of jar file problem

2011-12-29 Thread yogesh...@acusis.com
hello, I am using android 1.6... As i imported the aniqroid.jar (external jar). If i access the class with in it in my project (in main xml)... i am getting error: error! ClassCastException: com.android.layoutlib.bridge.MockView cannot be cast to android.view.ViewGroup Exception details are logged

[android-developers] RECORD AND PLAY BACK OF .3GP FILES

2012-02-09 Thread yogesh...@acusis.com
HELLO EVERYBODY, I AM NEW TO THIS FORUM, I HAVE GOT A PROBLEM IN RECORD AND PLAYBACK OF AUDIO. I AM GETTING ERROR (IO ERROR) IN MEDIAPLAYER.PREPARE statement ...i.e error(1,-4) by googling i came to conclusion that its a permission issue, so i used file desc ... still i am getting same error...