Well i have an export menu button, and when i tap on it, this class is
"executed", the normal way:
case R.id.importer:
                Intent i = new Intent(this,Import.class);
            startActivity(i);
                return true;

I have a problem in the Import class that i can't recognize it !

On 3 avr, 02:28, TreKing <[email protected]> wrote:
> On Sat, Apr 2, 2011 at 7:26 PM, Alaeddine Ghribi
> <[email protected]>wrote:
>
> > and i want to export it to the SDCARD, i writed the code(wondering if it's
> > correct) and the class is not called
>
> "The class is not called" ? Classes aren't "called". Can you clarify the
> problem?
>
> --------------------------------------------------------------------------- 
> ----------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to