Hi,

i have a:

public class basal extends GraphicsActivity {

----------
        @Override       protected void onCreate(Bundle savedInstanceState) {
                super.onCreate(savedInstanceState);setContentView(new SampleView
(this));        }

        private static class SampleView extends View implements
OnGestureListener {
                private  .... ....
---------

and just like to request my: db_table = getIntent().getStringExtra
("db_table");
as I did in all other Activites before. But i always get: "Can not
make a static reference to the non-static method getIntent?

Anyhow... how can I get my StringExtra in this SampleView??

Thanks
Chris

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

Reply via email to