Re: [android-developers] Re: overlapped nodes in graph

2011-10-07 Thread TreKing
On Fri, Oct 7, 2011 at 12:50 AM, bhumi kania bska...@gmail.com wrote: I was asking about the sample algorithm that is removing the overlapped node in the hierarchical view. Sample algorithm? Now I have to draw this hierarchy. The graph is ready but some nodes are overlapped somewhere. So

[android-developers] Re: overlapped nodes in graph

2011-10-07 Thread Studio LFP
So you are storing data from a server and drawing a graph on a canvas? Your explination is throwing me off a bit since you say you have multiple activities, which is an object in Android, but could be something like a playtime activity also. If you are just getting data from a server, you

[android-developers] Re: overlapped nodes in graph

2011-10-07 Thread bhumi kania
yes I mean the objects as the activity. and I want to draw graph from that objects. On Oct 7, 10:53 am, Studio LFP studio@gmail.com wrote: So you are storing data from a server and drawing a graph on a canvas? Your explination is throwing me off a bit since you say you have multiple

[android-developers] Re: overlapped nodes in graph

2011-10-07 Thread bhumi kania
http://www.mindmeister.com/23290325?title=western-philosophy I want to draw this kind of graph. On Oct 7, 9:45 am, TreKing treking...@gmail.com wrote: On Fri, Oct 7, 2011 at 12:50 AM, bhumi kania bska...@gmail.com wrote: I was asking about the sample algorithm that is removing the overlapped

Re: [android-developers] Re: overlapped nodes in graph

2011-10-07 Thread TreKing
On Fri, Oct 7, 2011 at 12:26 PM, bhumi kania bska...@gmail.com wrote: http://www.mindmeister.com/23290325?title=western-philosophy I want to draw this kind of graph. OK. Do you have a question related to Android development?

[android-developers] Re: overlapped nodes in graph

2011-10-06 Thread bhumi kania
yes I found some algorithm for removing the overlapped node. But its lill bit hard to implement on canvas. Do you have any sample code for that which had implemented the algorithm. Thanks. On Oct 5, 9:39 pm, TreKing treking...@gmail.com wrote: On Wed, Oct 5, 2011 at 12:55 AM, bhumi kania

Re: [android-developers] Re: overlapped nodes in graph

2011-10-06 Thread TreKing
On Thu, Oct 6, 2011 at 1:17 AM, bhumi kania bska...@gmail.com wrote: Do you have any sample code for that which had implemented the algorithm. Do I happen to have sample code that solves *your* problem implementing an algorithm that you did not explain? No, sorry.

[android-developers] Re: overlapped nodes in graph

2011-10-06 Thread bhumi kania
I was asking about the sample algorithm that is removing the overlapped node in the hierarchical view. Let me explain first what I am doing. I am having one main activity. That is having its own child activity and all those child again having their child. means its in a recursive way up to n