anish555 / android-query

Automatically exported from code.google.com/p/android-query
0 stars 0 forks source link

Adding ActionBarSherlock Support #159

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello Mr. Lui,

ActionBarSherlock is a very popular library used to provide old compatibility 
for action bar and DrawerLayout.
AQuery is not working with this Library as AQuery based on original activity 
while ActionBarSherlock implementation requires the use of SherlockActivity 
which is derived from Activity.

For ActionBarSherlock download, please refer to download page:
http://actionbarsherlock.com/download.html

For ActionBarSherlock implementation, Please refer to below link:
http://www.androidbegin.com/tutorial/implementing-actionbarsherlock-in-android/

Please check this issue as many developers are using ActionBarSherlock.

Thanks

Original issue reported on code.google.com by absi.ay...@gmail.com on 19 Oct 2013 at 5:19

GoogleCodeExporter commented 8 years ago
Hi,

to any one who needs Aquery that supports Sherlock. I did the modification to 
the latest version by replacing the normal activity into Sherlock activity. 
Attached jar file can be used.

Original comment by absi.ay...@gmail.com on 24 Oct 2013 at 9:30

Attachments: