Saturday, December 19, 2015

Rounded Circle progress in android

 Rounded Circle progress in android


Here is some GREAT  resorces....Go and have fun....

http://stackoverflow.com/questions/27213381/how-to-create-circular-progressbar-in-android

https://github.com/lzyzsd/CircleProgress

http://stackoverflow.com/questions/21333866/how-to-create-a-circular-progressbar-in-android-which-rotates-on-it


http://www.cardinalsolutions.com/blog/2014/11/android_circle_progr

https://codeszealot.wordpress.com/2014/07/15/android-circular-progressbar-ring-shaped-progressbar-with-text/




Saturday, December 5, 2015

The following classes could not be found. android.support.v7.internal.widget.*********

<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
    <!-- Customize your theme here. -->
</style>
with
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
    <!-- Customize your theme here. -->
</style>