[android-beginners] Unable to run the application even once.

2009-08-25 Thread nitin
Emulator Option textbox, but no luck. Earlier 'SDAndroid' was written in this box. pls help.is some setting to do? thanks Nitin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners&

[android-beginners] Re: Please help in creating simple text file

2009-08-25 Thread nitin
n, Aug 24, 2009 at 7:22 AM, nitin wrote: > > > though I was using 'this' as context in onCreate event. I ran the same > > code after removing 'Context' as parameter, still same result. At last > > I uninstalled the application from Emulator and restarted &g

[android-beginners] Re: Please help in creating simple text file

2009-08-24 Thread nitin
mebut I am still thinking does Emulator not refresh things properly? On Aug 22, 2:46 pm, Mark Murphy wrote: > nitin wrote: > > when i tried after changing the code like: > > catch (IOException ioe) { > > return ioe.toString(); > > } > > > Giving error: >

[android-beginners] Re: Please help in creating simple text file

2009-08-21 Thread nitin
, Mark Murphy wrote: > nitin wrote: > > thanks for quick response, I am new to android and self learner. how > > to see the adb logcat or in Eclipse. > > http://developer.android.com/guide/developing/tools/ddms.htmlhttp://developer.android.com/guide/developing/tools/adb.html &g

[android-beginners] Re: Please help in creating simple text file

2009-08-21 Thread nitin
hello sir, thanks for quick response, I am new to android and self learner. how to see the adb logcat or in Eclipse. Is there something wrong in above code or some setting is required? please help, sample code will be useful. Thanks On Aug 21, 3:09 pm, Mark Murphy wrote: > nitin wr

[android-beginners] Please help in creating simple text file

2009-08-21 Thread nitin
hello, I want to create a simple text file in data/data/com.my.package/files/ test.txt. My code is as follows: private String CreateFile(Context context){ try{ FileOutputStream fOut = context.openFileOutput ("test.txt",MODE_WORLD_WRITEABLE); fOut.close();

[android-beginners] Re: android media Apps

2009-08-20 Thread nitin
hello, I could not see Window/Android AVD Manager in Eclipse. I also tried to see it after running the application in emulator, how can I see it? could you please help? On Jul 23, 5:01 pm, Kacper86 wrote: > In Eclipse click Window/Android AVD Manager. There you can create a > new instance of e

[android-beginners] Need help for displaying any layout as popup

2009-08-06 Thread nitin
) findViewById(R.id.MyLayout); toast.setView(lay); toast.show(); Thanks nitin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android