Subnet Calculator – Android Application

After my first android app “Waterbill Calculator” I decide to developed a app which is useful for people who work in IT field and students who are studying IT .

Computer Networking is most complex and wide area in IT field. IP Subnetting is one of the most famous part in the networking.So i have decide to develop app which support for Subnetting task in networking.Sometime its seems bit complex but using this app you can obtain IP subnet Addresses very easily.

Screenshot at 2013-03-24 18:58:28

What you have to do is provide IP address , Subnetmask it means in here app required number of ‘1’s in subnetmask

ex- lets consider Subnetmask is 225.255.225.224 – 11111111.11111111.11111111.11100000 (binary format)
No of ‘1’s in subnetmask is = 27

Next you have to provide Number of subnets that you want create then press next button to see the results.

Screenshot at 2013-03-24 19:13:00

Within 1 second app will provide all the subnets and IP addresses according each subnet with complete details like below.

Screenshot at 2013-03-24 19:13:13

click top of the each subnets to view the IP address with details.

Screenshot at 2013-03-24 19:13:24

You can download this App here >>>>> Download Subnet Calculator 
If this app useful to you do not forget to make comment.