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.
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
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
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
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.
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.
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
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
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
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.