AreaChart in Android - android

am trying to develop an app in which i have to implement a graph..but the problem is that i dont want a line graph...but rather i want to implement a area chart graph..if i use a line graph,iam not able to colour the graph area.But in my app,i want the graph area to be coloured,and for that i need to implemnt Area Chart.
Its looks like this-
http://www.google.co.in/imgres?q=area+chart+in+excel&um=1&hl=en&sa=N&biw=1366&bih=667&tbm=isch&tbnid=vx30U9kfWKfL9M:&imgrefurl=http://www.brighthub.com/computing/
Can anyone help me on this????anyway thanks in advance

The picture you see is from this link :
a chart engine.
It's a open source.Dig the code , you'll find your solution.

Related

How to set point selection on the chart in react-native-charts-wrapper?

I have a LineChart on my app from react-native-charts-wrapper and usually after the user taps on the chart the dates's bar appears on the chart like this:
But i need to set like just point selection, like this:
But i could not find any ways how to make it. Can somebody recommend me please how can i do it?
You can do it with:
chart.dispatchAction({
type: 'highlight',
dataIndex: your_index,
});
More information you can find in docs.
https://echarts.apache.org/en/api.html#action.highlight

Android Appium: Find element ID of an error?

I am doing research in Appium for a few days and get stuck in getting ID.
For some elements which always appear on screen, there may have no problem to get the ID by iuautomatorviewer. However, for some elements which only appear on screen for error notification like an image below and I cannot get an ID of the red circle in the image
Is there any way to get the ID of the red circle?
Thank you in advance!
P/s: I am using Meowchat for practicing only. Thank to Meowchat
i am afraid you cannot, it just a componentDrawable of TextView, not a view .
if you really want to control it , use getCompoundDrawables from EditText, it will help you .
or you can implement yourself Error Notification,make the red circle a view.
Use xpath to find elements.
driver.findElement(By.xpath("//android.widget.EditText[#resource-id='com.minus.android:id/username']");
driver.sendKeys("Username you want to enter");

Fetching Texting and numbers from Image Clicked in Android

I am trying to click a image from camera and then trying to get the text and numbers within the image and display in textview in android. I am confused about how to achieve this through my Java code. Does anyone had a similar problem and knows how to solve it? I would be grateful if somebody could help me!Thanks in advance.
If I understood your question correctly you want to get text from an image. You can see this

Looking for code example to display bubble like message

I would like to implement a messaging interface where incoming messages is displayed inside bubble like icon.
i wonder if any body have done such code and would like to share it. I 'm only looking for example of displaying text inside bubble like image.
Here are some useful links:
http://warting.se/2012/06/04/chat-bubbles-in-android/
http://warting.github.com/AndroidChatBubbles/
Nothing extraordinary here. Those bubbles are just simple views with a 9 patch background image.
If you are unfamiliar with 9 patch images, spend some time on familiarizing with it.
Are you looking for something like this ?

Linking weather widget

I want to link the weather widget with my application.First i want to place that icon on the top right corner of my application .How should i do that.I am trying this with the help of setfeaturedrawableresource , but it's not working?
Thanks
You could write your solution here for other pwople to see.

Categories

Resources