Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android: How to extends my Activity class with RoboActivity + ActionBarActivity

I would like to use RoboActivity with my activity, but I don't know how to do that coz my current activity extends already ActionBarActivity:

public class MainActivity extends ActionBarActivity 

Thank you so much

like image 718
anthony Avatar asked Mar 23 '14 14:03

anthony


1 Answers

For RoboGuice 3 simply extend from RoboActionBarActivity.

like image 140
Leandro Glossman Avatar answered Oct 07 '22 20:10

Leandro Glossman