Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Custom View

Set Individual Onclick Events In Custom Viewgroup

I have created a custom ViewGroup in which I create a couple of custom child Views (in the java cod… Read more Set Individual Onclick Events In Custom Viewgroup

Cannot See Path While Moving Finger

Hey I implementing doodling functoinality in my application. While drawing a line I cannot see the … Read more Cannot See Path While Moving Finger

Play Gif In Either WebView Or Custom View

In a nutshell, I have an Activity A, which applied setContentView(R.id.layout_a), and A will run fo… Read more Play Gif In Either WebView Or Custom View

Calling OnDraw() Method Of A Custom View In Android

I have created a CustomView for Calendar. I have an onDraw method to draw the text in the calendar.… Read more Calling OnDraw() Method Of A Custom View In Android

Custom EditText On Android

I'm newbie with android layout, so i need some help. I want create a custom editText, something… Read more Custom EditText On Android

Bitmap Is Not Saving Properly Only Black Image

I am trying to save custom view as image but this is not happening it only gives black image when i… Read more Bitmap Is Not Saving Properly Only Black Image