[android-beginners] Re: How to send email?

2009-09-08 Thread htbest2000
but the code: startActivity(Intent.createChooser(email_intent, "Send mail...")); just popup a chooser(to choose via email or sms), not email composer. How to popup email composer immediately? On Aug 28, 9:48 pm, Liviu Ungureanu wrote: > 2009/8/28 Desu Vinod Kumar > > > > > U can find the sour

[android-beginners] Re: startActivity crash

2009-09-03 Thread htbest2000
//startActivity(new Intent(Geotest.this, FieldGuide.class)); is this line cause crash ? why don't you show your layout file of FieldGuide? On Sep 3, 7:33 am, "tinyang" wrote: > Hello. > > I have an application in which I am trying to start an activity (geotest) > in, and the activity crashes

[android-beginners] Re: trouble getting HelloGallery example for android sdk 1.5 to work

2009-07-06 Thread htbest2000
you can take the following 2 step: step 1. append file attars.xml in res/values with content: step 2. modify the code from public ImageAdapter(Context c) { mContext = c; TypedArray a = obtainStyledAttributes (android.R.styleable.Theme);

[android-beginners] Re: trouble getting HelloGallery example for android sdk 1.5 to work

2009-07-06 Thread htbest2000
you can take the following steps: step 1. append file attars.xml in res/values with content: step 2. modify the code from public ImageAdapter(Context c) { mContext = c; TypedArray a = obtainStyledAttributes (android.R.styleable.Theme);

[android-beginners] Re: trouble getting HelloGallery example for android sdk 1.5 to work

2009-07-06 Thread htbest2000
you can take the following steps: step 1. append file attars.xml in res/values with content: step 2. modify the code from public ImageAdapter(Context c) { mContext = c; TypedArray a = obtainStyledAttributes (android.R.styleable.Theme);