Is it possible to do this in android:
String anewactivity="Zero";
Intent NewActivity = new Intent(context, anewactivity.class);
I tried to do that but it gave me an error. Is it possible in some way?
Thanks!
I saw the answer that you showed me when i was posting my question. but the other answer don't launch for me the new activity does it?