android-custom-view
Problem running Android app a 2nd time with custom SurfaceView in xml RelativeLayout
I\'m new to stackoverflow and to Android development.It seems that every time I use Google to search of an answer to an Android question, I\'m directed here.[详细]
2023-04-02 14:27 分类:问答Custom view on different screen sizes
I have a custom view, the DateView(which extends a LinearLayout) which when given a date, presents it. The issue is with the sizes of the screens, I want the DateView to present the date differently o[详细]
2023-03-31 23:02 分类:问答Android: Custom view fails to instantiate
I am trying to add Smaato to my app to monotize it. I have been following the developers guide but I keep getting the error that my custom view for the banner isn\'t being instantiated. I have the cus[详细]
2023-03-30 06:49 分类:问答how to to create custom & composite view in android
I would like to create a custom and composite view in android. My custom view will include 1 textview, 5 radiobuttons two buttons and some ima开发者_开发技巧ges. I don\'t know how to do it. if there w[详细]
2023-03-29 21:06 分类:问答Creating a custom view: how can I extend a class and access the base class's private member variables?
As an exercise, I am trying to extend ImageButton to add some features I think would be useful. One, in particular, is a drow shadow. I\'ve hit the proverbial wall with this one.[详细]
2023-03-26 17:37 分类:问答Android: How to show my custom view over my MapActivity without xml?
I have some small graphs on display over mapactivity. And when one of these graphs are clicked want to show up detailed graph with transparency over the google map.[详细]
2023-03-26 01:28 分类:问答How do I "restart" a touch event in Android?
I have a custom View and I\'m overriding onTouchEvent(MotionEvent). I\'ve implemented pinch-zoom in this view as described in the article Making Sense of Multitouch. The issue I\'m having is that this[详细]
2023-03-24 04:36 分类:问答Android: Custom view Zoom/Pinch to display zooming indicators
I\'ve implemented Zoom/Pinch using the approach said in android pinch zoom How can I display Zooming indicators for this?? I开发者_如何学JAVA\'ve some how managed to display scale of zoom (scaleFactor[详细]
2023-03-23 11:28 分类:问答How onDraw method works in subclass of android-custom-view class?
I facing problem to draw rectangle at subclass of my android custom view class. Each time super class onDraw method works.But subclass onDraw method never executed. Super class will draw a rectangle a[详细]
2023-03-23 00:23 分类:问答Custom ListView with CheckBox
I know there are lots of questions related to Custom ListView with CheckBox but still i am getting some problem in retrieving all checked items.[详细]
2023-03-20 12:47 分类:问答