takimafr / androidkickstartr

AndroidKickstartR helps you to quickly create a well configured Android application using the most popular libraries. It creates and configures your project for you. Just focus on code!
http://androidkickstartr.com
Other
608 stars 116 forks source link

replace ActionBarSherlock w/ ActionBarCompat #104

Open kenyee opened 11 years ago

kenyee commented 11 years ago

Since the "official" Google way to support older devices is now ActionBarCompat, please add this as an option or replace ActionBarSherlock which is no longer being maintained...

BTW, w/ all the requests in the issues list, it might be worth writing a wiki page that describes how to extend this to add other libraries, generators, etc. Seems like a lot of people want you to add a crapload of libraries and some might do it w/ some direction... ;-)

a-thomas commented 11 years ago

Hey @kenyee , Indeed, ABS can be removed from AndroidKickstartr sad. About documentation, I totally agree with you. There is already an issue for that: #39.