I want a progress circle 'bar' , because this is how it must be
displayed in the graphic layout. I think I can do this with
implementing the onDraw method and drawing the circle. Another problem
which I see here is that the circle is quite strictly fit to the
graphics around it (fitting correctly over the background image) and
it for sure would cause problems when supporting multiple screen sizes
and resolutions. I might be getting a little bit ahead but I am quite
sure I would need to find a way to check the resolutions and screen
size inside the code, and on the basis of that, set the circle's
diameter so it would fit within the graphics correctly.

On 13 Maj, 18:48, Nicholas Johnson <[email protected]> wrote:
> Are you set on a progress "circle".
>
> If not, you should really consider using a ProgressBar. It not only does
> everything you're wanting to do, but it gives users a consistent experience
> from your app to every other app out there.
>
> Nick

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to