[android-developers] map application with thematic map

2011-04-07 Thread Handita Okviyanto
I just have a problem to make an application that can show a map in
android. I want to make such a thematic map. is there any posibility
to load an object like svg in android? So we can manipulate it later
like coloring the object, showing data to object, and give a listener
when we click or tap on it, we can see data details about a state or
province.? or using approach such esri sdk in c# or vb to load a
file  .shp to show a map in android?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: [ask] responsiveness getting data from web service

2011-04-04 Thread Handita Okviyanto
Oke. I will try it.
Thanks for the response

On Apr 4o, 11:18 pm, Kostya Vasilyev  wrote:
> Based on this:
>
>
>
> But the problem is about responsiveness. I using
> thread to get data from the server. But when I test using my device it
> takes so long and then android automatically show a dialog that my
> application is not responding and providing user to close it. It maybe
> takes more than 5 seconds to fetch data from the server.
> <<
>
> you are not using a thread, or not using it correctly. One frequent mistake
> is to treat Thread as a Runnable and call "myThread.run()" - this does not
> start the thread, but rather executes the thread's worker function right
> there. Use myThread.start() to start a thread.
>
> Take a look as Androd's AsyncTask class that makes this type of thing
> easier, including updating the UI with progress information, and showing the
> data fetched from the net in your UI.
>
> -- Kostya
>
> 2011/4/4 Handita Okviyanto 
>
>
>
> > Hey guys
> >  I wanna ask something about getting data through the web. About
> > consuming data from webservice. I just newbie in android. I want to
> > connect my application to json data on the web. I successfully made it
> > and running it. But the problem is about responsiveness. I using
> > thread to get data from the server. But when I test using my device it
> > takes so long and then android automatically show a dialog that my
> > application is not responding and providing user to close it. It maybe
> > takes more than 5 seconds to fetch data from the server. I am not
> > understand intent service yet. Maybe somebody can help me to find out
> > the problem. Or I make mistake in designing my application..? Please
> > help me
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] [ask] responsiveness getting data from web service

2011-04-04 Thread Handita Okviyanto
Hey guys
 I wanna ask something about getting data through the web. About
consuming data from webservice. I just newbie in android. I want to
connect my application to json data on the web. I successfully made it
and running it. But the problem is about responsiveness. I using
thread to get data from the server. But when I test using my device it
takes so long and then android automatically show a dialog that my
application is not responding and providing user to close it. It maybe
takes more than 5 seconds to fetch data from the server. I am not
understand intent service yet. Maybe somebody can help me to find out
the problem. Or I make mistake in designing my application..? Please
help me

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] [ask] responsiveness getting data from web service

2011-04-04 Thread Handita Okviyanto
Hey guys
 I wanna ask something about getting data through the web. About
consuming data from webservice. I just newbie in android. I want to
connect my application to json data on the web. I successfully made it
and running it. But the problem is about responsiveness. I using
thread to get data from the server. But when I test using my device it
takes so long and then android automatically show a dialog that my
application is not responding and providing user to close it. It maybe
takes more than 5 seconds to fetch data from the server. I am not
understand intent service yet. Maybe somebody can help me to find out
the problem. Or I make mistake in designing my application..? Please
help me

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: [WTA] Gis application in Android

2011-02-18 Thread Handita Okviyanto
I just want to make an data view application with a map feature such
as selecting area in a map and then i want to show the information by
user clicking choise. How i can do that?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] [WTA] Gis application in Android

2011-02-13 Thread Handita Okviyanto
I just newbie in android. Somebody help me to find out how to make a
gis(Geographic Information System) application in android. I want to
use google map but I still confuse how to navigate with it's content
to define user's click and detecting the place and finally showing the
related information based on user's choise. And I want to show like a
different color in various data of map.
If any other way, How?
If can i use SVG please tell me.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: [ASK] Charting and SVG in android

2011-02-12 Thread Handita Okviyanto
thanks for reply

On Feb 9, 8:22 pm, Mark Murphy  wrote:
> On Wed, Feb 9, 2011 at 8:17 AM, Handita Okviyanto  
> wrote:
> > Hello. I need your help. I want to make an application in android that
> > has a charting features and a map. I have a plan to use SVG in my
> > application in the future. But I'm just a newbie in android. Anyone
> > can help me finding a charting library or how to use SVG in android??
>
> http://stackoverflow.com/questions/424752/any-good-graphing-packages-...http://stackoverflow.com/questions/3889882/svg-support-on-androidhttp://stackoverflow.com/questions/4202030/how-to-read-svg-filehttp://stackoverflow.com/questions/2969037/svg-to-android-shape
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> Android App Developer Books:http://commonsware.com/books

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] [ASK] Charting and SVG in android

2011-02-09 Thread Handita Okviyanto
Hello. I need your help. I want to make an application in android that
has a charting features and a map. I have a plan to use SVG in my
application in the future. But I'm just a newbie in android. Anyone
can help me finding a charting library or how to use SVG in android??

I want to make a representation data in various of chart and one of
them use a map that I want to view data on this map. Anyone has a try
before or Somebody can help me. Thanks for the attention.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] [ASK] Newbie coders in android

2010-12-08 Thread Handita Okviyanto
Hello all. I'm sorry if i make a wrong place to ask. I am a newbie to
developer of android. I'm interesting to learn a more practice of my
development. I want  to make an application that can access to my
webservice in PHP. But I don't know how to start it. And I want to
make charting data in my application later. I'm interesting to use
chartdroid project that gives me an easy code to make a chart. But I'm
still regret about the performance of the visualization. I find a
product of ArtfulBits. It is charting library to android application
but it is not opensource. I want to develop my application using open
source only. Any one can help me to solve this??

I'm appreciate for your answer.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Fwd: [ASK] Newbie coders in android

2010-12-08 Thread Handita Okviyanto
-- Forwarded message --
From: Handita Okviyanto 
Date: 7 December 2010 12:02
Subject: [ASK] Newbie coders in android
To: Android Developers 


Hello all. I'm sorry if i make a wrong place to ask. I am a newbie to
developer of android. I'm interesting to learn a more practice of my
development. I want  to make an application that can access to my
webservice in PHP. But I don't know how to start it. And I want to
make charting data in my application later. I'm interesting to use
chartdroid project that gives me an easy code to make a chart. But I'm
still regret about the performance of the visualization. I find a
product of ArtfulBits. It is charting library to android application
but it is not opensource. I want to develop my application using open
source only. Any one can help me to solve this??

I'm appreciate for your answer.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en