I have implemented facebook login in my android app. Jar file required -
android-support-v4.jar which is 342kb
And have excuted android slide panel in a demo project from here
http://www.androidhive.info/2013/11/android-sliding-menu-using-navigation-drawer/ Jar file required for this-
android-support-v4.jar which is 544kb
Now this works like piece of cake seperately. When i try to implement the slide panel stuff to my project with fb login It strucks at
private DrawerLayout mDrawerLayout; private ActionBarDrawerToggle mDrawerToggle; Drawer layout and ActionBar cannot be resolved.
Vice versa if i change the jars files then fb connect runs in errors. Please explain how to sort this.......... Thanks in advance........