geek....@ wrote: > I just learned android [sic] about one month and developed two small > projects on that and now i [sic] am trying to do new project that checking > internet speed. But i dont know where to start and is it possible to do > that? > > And i cannot afford financial investment on that App if any needed.if not > then please let me know what are the requirements and what concepts are to > be taken to develop this internet speed test Android application > > Any help would be treated as a precious and appreciated! Thank you >
There should be enough free information on the 'Net to help you. But to start you need to define term. What exactly is "Internet speed"? Define in general terms (i.e., not code) how you would measure such a thing. Perhaps, for example, you might send a PING and see how long it takes to return, as the "ping" command does. Then you'd use standard API calls to emit a PING and time the reply. -- Lew -- 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