The only Android relevant part of your question I can answer like
this: use the java.net classes Datagram and DatagramSocket to write/
read the UDP packets that make up a DNS query/response.

Oh, wait. That was generic java, not specific to Android after all.
But the following is: don't rely on the Android documentation for
these classes, see the Sun/Oracle does and the O'Reilly Cookbook.

On Mar 17, 9:39 am, Raghav Sood <raghavs...@gmail.com> wrote:
> Hi everyone,
>
> I am in a bit of a fix here. I am making an app that needs to fetch DNS
> records from DNS servers but have no idea how to do this. If anyone has a
> suggestion please tell me.
>
> --
> Raghav Soodhttp://www.raghavsood.com/

-- 
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

Reply via email to