File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Android and the fly likes Wi-fi security Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "Wi-fi security" Watch "Wi-fi security" New topic
Author

Wi-fi security

Nikes Shah
Ranch Hand

Joined: Jul 18, 2007
Posts: 122
How much secure Android phones are compared to other competitors in the market?

Is it secure enough to do online banking, transactions, shopping, money transfer etc.....?

For what type of user Android is targeted? Business, Enterprise, Entertainment?

Thanks,
Nikesh

Ed Burnette
Author
Ranch Hand

Joined: Jun 10, 2003
Posts: 142
Android's web browser uses the same SSL protocol that the browser on your desktop uses, so your communication is just as secure.

Overall system security of the Android software stack is good because it layers the security of managed code (no buffer overruns and other common causes of security holes) on top of the security of Linux processes (no inter-process communication or file access except through narrow and controlled channels).

Current Android phones target casual users with some entertainment capabilities. But just like the iPhone, I expect we'll see this broaden out to business, enterprise, gamers, and other users as the platform matures.


Ed Burnette, Author of Hello Android
Blog: ZDNet's Dev Connection - Twitter: @eburnette
 
 
subject: Wi-fi security
 
developer file tools