[android-developers] check network availability

2008-07-14 Thread bdonnovan
hey everyone, i couldn“t find anything about a possibility to check if the cellular network is currently available so that it is possible to start a network operation. is there any way to check this ? thanks! brian --~--~-~--~~~---~--~~ You received this message b

[android-developers] Client/Server - Layered Architecture

2008-04-30 Thread bdonnovan
Hi everyone, i am currently developing a typical Client/Server Application with Android. My application is currently layered as follows: On the Client side: - GUI Layer - Business Layer - Network Layer On the server side: - Network Layer - Ressource Layer (my app is a RESTful Webservice) - Bus