95 lines
4.1 KiB
PHP
95 lines
4.1 KiB
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<?php include('includes/head/head.php'); ?>
|
|
<body>
|
|
|
|
<!-- Loader -->
|
|
<div id="loader-overflow">
|
|
<div id="loader3">Please enable JS</div>
|
|
</div>
|
|
|
|
<div id="wrap" class="boxed ">
|
|
<div class="grey-bg">
|
|
<!-- Header -->
|
|
<?php include('includes/header/header.php'); ?>
|
|
<!-- Page title -->
|
|
<div class="page-title-cont page-title-large grey-dark-bg page-title-img pt-150" style="background-image: url(images/about-me.jpg)">
|
|
<div class="relative container align-left">
|
|
<div class="row">
|
|
<div class="col-md-8">
|
|
<h1 class="page-title">Mobile when “Mobile”</h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Content Container -->
|
|
<div class="container pt-80">
|
|
<div class="row">
|
|
<div class="col-sm-8 blog-main-posts">
|
|
<div class="blog-post wow fadeIn">
|
|
<div class="post-prev-img">
|
|
<a href="javascript:;"><img src="images/blog/7.jpg" alt="img"></a>
|
|
</div>
|
|
|
|
<div class="post-prev-title">
|
|
<h3><a href="javascript:;">Introduction to Mobile when “Mobile”</a></h3>
|
|
</div>
|
|
|
|
<div class="post-prev-info">
|
|
September 4th
|
|
</div>
|
|
|
|
<div class="post-prev-text">
|
|
<p>If you want to watch television, chat online, access social networking sites, send email, take a photo, video or play games,
|
|
all you need to have is a Mobile with space to install Mobile applications. Mobile phones are Mobility solutions that has
|
|
superseded Televisions, Cameras and Computers.</p>
|
|
|
|
<blockquote class="mb-40 mt-40">
|
|
<p>One of the most admirable advancements is augmented reality and Authorization mechanisms in mobile application development.</p>
|
|
</blockquote>
|
|
|
|
<p>Mobile applications have abridged the gap between People and businesses. It has enabled interconnectivity and reduced complexity
|
|
and redundancy. With increased functionalities and features, Mobile applications are used by people of all sections to make
|
|
financial payments/deposits, access services, enable/disable features and stay current with facts and figures.</p>
|
|
|
|
<p>One of the most admirable advancements is augmented reality and Authorization mechanisms in mobile application development.
|
|
This is a very significant area where mobiles exhibit tactical advantage over computers. While data stored in the computers
|
|
can be stolen/destroyed by hardware failure/viruses/malicious software, Data stored in the mobile applications are more secure
|
|
as android along with free anti-virus tools available in store offer greater protection against threats. Moreover, the number
|
|
of threats to mobile applications are very less on comparison with computers.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Side Menu -->
|
|
<?php include('includes/sidemenu/blog-artical-menu.php'); ?>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Footer -->
|
|
|
|
<?php include('includes/footer/footer.php'); ?>
|
|
|
|
<!-- BACK TO TOP -->
|
|
<p id="back-top">
|
|
<a href="#top" title="Back to Top"><span class="icon icon-arrows-up"></span></a>
|
|
</p>
|
|
|
|
</div>
|
|
</div>
|
|
<!-- End wrap -->
|
|
|
|
<!-- JS begin -->
|
|
<script type="text/javascript" src="js/jquery-1.11.2.min.js"></script>
|
|
<script src="js/bootstrap.min.js"></script>
|
|
<script src='js/jquery.magnific-popup.min.js'></script>
|
|
<script type="text/javascript" src="js/imagesloaded.pkgd.min.js"></script>
|
|
<script type="text/javascript" src="js/jquery.appear.js"></script>
|
|
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
|
|
<script src="js/main.js"></script>
|
|
<!-- JS end -->
|
|
|
|
</body>
|
|
</html>
|