Click here to Skip to main content
15,907,396 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm trying to learn how to make timetable in android using android studio ,so for that I got project from GitHub ,but the problem is that the app uses HoloEverywhere library which is old and its difficult to add ! so I wont to know if I could replace it by another one (like ActionBarSherlock is replace by AppCompat library ) or keep it (find way to add it to project ) ?

What I have tried:

compile org.holoeverywhere in build.gradel
Posted
Updated 7-May-18 21:55pm
Comments
Patrice T 8-May-18 3:50am    
no Repost please
OriginalGriff 8-May-18 3:52am    
Repost: deleted.

1 solution

What is the minimum android version you want to support? If you don't need to support versions older than 3.0, the Holo theme is available by default in the Android SDK and no third party library would be required.

To make an informed decision about support, you could have a look at Google's published android version market share[^]. Currently only 0.3% is still on versions older than 3.0.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900