1
vote
4answers
61 views

Change text color and background color of textview using color picker in android

How to change text color and background color of TextView using color picker in android. To Add note which have functionality to change color of text and background choosing color form the color ...
1
vote
2answers
717 views

How to draw lines in different colors?

I have developed an application which draws lines on the screen .I want to use different colors for the lines but all the lines are appearing in same color. I have a color picker in my code to change ...
0
votes
0answers
56 views

How to assign color to pen class?

I have created an application which select screen as a slate and finger as a chalk. Now that application is running correctly but i want to select different colors for my application. I have used ...
0
votes
2answers
698 views

How to add Color Picker in Application?

I have developed an Application , which uses screen as a Slate and finger as a Chalk, which is working properly. But I want to use different color types for chalk. Here is my Code: MyDemo.java ...
0
votes
2answers
247 views

Android: not able to get the color with using the ColourPicker but can get color after get the focus on that view

In My Paint application i am going to pick the colour from the colourpicker. MyApp is like that: This link Now i am using this class to pick the colour. the code i use to pick the colour is: ...