[android-beginners] 2 xml files in one java file

2008-05-05 Thread scorpio
Can we call two xml files in one java class. Is it possible ?? thanks scorpio --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegro

[android-beginners] problem facing with playing videos in androids

2008-05-05 Thread Hitesh
HI MADAM/SIR i m hitesh.i m playing the 3 gp file on androids emulator.the length of 3 gp file is 1 minute 3 sec. but the video play ony for 2 or 3 second.i uses the code that given on net. i also used the other url but the result is same. please tell me answer. Thank You --~--~-~--~-

[android-beginners] Re: 2 xml files in one java file

2008-05-05 Thread Ahmed Abdel samea
I didnt try it but i dont think so i can define a whole form then define another one this will result that the last one is setted only  but that whats is logical   Yours, --( H o H i )- On Mon, 5/5/08, scorpio <[EMAIL PROTECTED]> wrote: From: scorpio <[EMAIL PROTECTED]>Subject: [android

[android-beginners] Re: problem facing with playing videos in androids

2008-05-05 Thread Megha Joshi
The 3gp files should not give any issues with MediaPlayer or VideoView APIs, Could you attach your 3gp file, so that I can test it on my end? Thanks, Megha On Mon, May 5, 2008 at 8:17 AM, Hitesh <[EMAIL PROTECTED]> wrote: > > HI MADAM/SIR > > i m hitesh.i m playing the 3 gp file on androids emu

[android-beginners] Re: ContentProviders and databases

2008-05-05 Thread ccylan
Hi Again, It seems like I'm talking to myself, but I managed to solve the problem. It turns out I had the provider tag in both of my applications, when all that was needed is a URI call within an application that wants to use the provider. On Apr 28, 4:25 pm, ccylan <[EMAIL PROTECTED]> wrote: >

[android-beginners] UI Elements distinguishing

2008-05-05 Thread tagore
What is the difference among window, view and dialog. Why are them inherited from a common base class? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to and

[android-beginners] findViewById() function return null

2008-05-05 Thread tagore
Today, I write some simple code to implement activity. See the following codes: public class TestLinearView extends Activity { private EditText edit = null; /** Called when the activity is first created. */ @Override public void onCreate(Bundle icicle) { super.onCreate(

[android-beginners] findViewById() function return null

2008-05-05 Thread tagore
Today, I write some simple code to implement activity. See the following codes: public class TestLinearView extends Activity { private EditText edit = null; /** Called when the activity is first created. */ @Override public void onCreate(Bundle icicle) { super.onCreate(

[android-beginners] Re: findViewById() function return null

2008-05-05 Thread Mark Murphy
tagore wrote: > Today, I write some simple code to implement activity. See the > following codes: > public class TestLinearView extends Activity { > private EditText edit = null; > /** Called when the activity is first created. */ > @Override > public void onCreate(Bundle icicl

[android-beginners] Re: findViewById() function return null

2008-05-05 Thread tagore
The relative_view.xml file is shown below: http://schemas.android.com/apk/res/ android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:padding="10px"> It absolutely has the id -- entry:

[android-beginners] Re: findViewById() function return null

2008-05-05 Thread tagore
Thank you for your reply. the relative_view.xml file is shown below: http://schemas.android.com/apk/res/ android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:padding="10px"> I REALLY hav

[android-beginners] modifying the People content provider

2008-05-05 Thread scimitar
Hi. I want to modify a field of the People(contact list) content provider from my code, but I see that all the strings are static final. Is there a way to do this? thanks, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

[android-beginners] Re: findViewById() function return null

2008-05-05 Thread Dan U.
> What is timestamp of this xml file? How does it work with the app? I think the reason it was suggested was to convince the thing to recompile. I don't think that's the problem. I'd guess you are using the m5 sdk, but the layout file you posted is m3. try changing the id="@+id... to android:id="