[android-developers] DNS records

2011-03-17 Thread Raghav Sood
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 Sood http://www.raghavsood.com/ -- You received this message because you are subscribed to the Goo

Re: [android-developers] DNS records

2011-03-17 Thread Marcin Orlowski
On 17 March 2011 17:39, Raghav Sood wrote: > 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. > I was a bit sceptical about giving such answers, but I now changed my mi

Re: [android-developers] DNS records

2011-03-17 Thread Raghav Sood
Right. So far I have made all the features of my app but I have *absolutely *no idea how to interface it with the DNS servers. I managed to get it working by routing it through an existing website but it was very inefficient and slow. I need to have the gateway built right into the app. I want to i

Re: [android-developers] DNS records

2011-03-17 Thread Kostya Vasilyev
This is the top link from Googling for "DNS Java": http://www.xbill.org/dnsjava/ -- Kostya 17.03.2011 20:00, Raghav Sood ?: Right. So far I have made all the features of my app but I have /absolutely /no idea how to interface it with the DNS servers. I managed to get it working by routing

Re: [android-developers] DNS records

2011-03-17 Thread Raghav Sood
Thanks a lot This gives me a great starting point. -- Raghav Sood http://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

Re: [android-developers] DNS records

2011-03-17 Thread Nadeem Hasan
That is too easy :) Just read the following RFC and implement relevant parts: http://tools.ietf.org/html/rfc1035 -- 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 u

Re: [android-developers] DNS records

2011-03-17 Thread Raghav Sood
Thanks Nadeem, That helps a lot too. With these two links I should be able to get it done. Thanks -- Raghav Sood http://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-devel

Re: [android-developers] DNS records

2011-03-17 Thread Marcin Orlowski
On 17 March 2011 18:00, Raghav Sood wrote: > Right. So far I have made all the features of my app but I have *absolutely > *no idea how to interface it with the DNS servers. I managed to get it > working by routing it through an existing website but it was very > inefficient and slow. I need to h

Re: [android-developers] DNS records

2011-03-17 Thread Raghav Sood
Seriously Marcin, I am 13 years old. Juggling school projects, android developement, and activities is not the easiest thing in the world. -- Raghav Sood http://www.raghavsood.com/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post t

Re: [android-developers] DNS records

2011-03-17 Thread Marcin Orlowski
Hi > I am 13 years old. Good for you then - the faster you got rid of bad habbits, the better for your future. Beginners' problems are mostly so widely answered that mastering search skills pay off nicely. Regards, Marcin Orlowski Tray Agenda for Android -- You rec