Re: [android-developers] custom views

2013-05-03 Thread TreKing
On Fri, May 3, 2013 at 8:57 AM, bob wrote: > Any ideas? Create your own project and import the files you DO have. - TreKing - Chicago transit tra

[android-developers] custom views

2013-05-03 Thread bob
I'm trying to learn custom views. So I went here: http://developer.android.com/training/custom-views/create-view.html Then I downloaded the sample: However, I don't see any Eclipse p

[android-developers] Custom views source

2013-04-04 Thread Giuseppe
Anyone know some source for custom view ? Actually we looking for a digital VU Meter and we would like to buy it instead to write it from zero. Any suggestion? -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] Custom Views Timerview

2009-10-01 Thread andr0id
Hi everyone, I've made a simple countdown timer and I would like to use it as a custom view in my xml layout. The view works perfectly well if i add it manually like this: this.myTimerView = new TimerView(this); layout.addView(myTimerView); However when I use it in the xml file, the program cr

[android-developers] Custom Views and Touch Events

2008-12-22 Thread Haseman
I seem to be having a problem stacking multiple Activities with custom views and still receiving touch events. With a single Activity containing a single custom View I can call setFocusableInTouchMode(true) and when I touch the screen my custom view receives the "onTouch" event. >From that activit