-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathapp_development.php
More file actions
83 lines (77 loc) · 5.76 KB
/
app_development.php
File metadata and controls
83 lines (77 loc) · 5.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?php include("./includes/header2.php"); ?>
<main>
<!-- ./Page header -->
<header class="header section parallax image-background overlay gradient gradient-53 alpha-8 color-1" style="background-image: url('img/bg/grid.jpg')">
<div class="container overflow-hidden">
<div class="row">
<div class="col-md-8">
<h1 class="display-4 color-1 light">App Development</h1>
<p class="lead bold">Mobile app development is the act or process by which a mobile app is developed for mobile devices</p>
<h1 class="color-1"><span class="typed bold display-4 display-md-3"></span></h1>
<!--nav class="nav mt-5"><a href="developerscup.php" class="nav-link btn btn btn-rounded btn-1 btn-lg px-5 bold">Register for Developers Cup</a></nav-->
</div>
</div>
</div>
</header><!-- ./ New Integration API -->
<section class="section bg-5">
<div class="container text-center pt-4 pb-7">
<p class="color-1">We're proud to announce the DevelopHowTo Student Internship Program. <a href="https://5studios.net/themes/dashcore/blog-post.html" class="bold d-inline-flex align-items-center color-1 ml-3">Learn more <i class="pe pe-7s-angle-right"></i></a></p>
</div>
</section><!-- ./Integration API -->
<section class="bg-1 edge bottom-right">
<div class="container">
<div class="row align-items-center text-center text-lg-left">
<div class="col-12 col-md-7 col-lg-6 mr-lg-auto text-center text-md-left">
<p class="small accent bold">Learn</p>
<h2 class="bold">What is app Development?</h2>
<p class="color-2">Mobile app development is the act or process by which a mobile app is developed for mobile devices, such as personal digital assistants, enterprise digital assistants or mobile phones. These applications can be pre-installed on phones during manufacturing platforms, or delivered as web applications using server-side or client-side processing (e.g., JavaScript) to provide an "application-like" experience within a Web browser. Application software developers also must consider a long array of screen sizes, hardware specifications, and configurations because of intense competition in mobile software and changes within each of the platforms. Mobile app development has been steadily growing, in revenues and jobs created. A 2013 analyst report estimates there are 529,000 direct app economy jobs within the EU 28 members, 60% of which are mobile app developers.</p>
</div>
<div class="col-12 col-md-5 col-lg-5">
<div class="row no-gutters">
<img style="width:120%;" src="img/app-dev/ad1.png" />
</div>
</div>
</div>
</div>
</section><!-- ./Bring to life - Swiper -->
<section class="section bg-6">
<div class="container bring-to-front">
<div class="row gap-y align-items-center">
<div class="col-md-6">
<div class="shadow">
<img src="img/app-dev/ad_ios.gif" class="img-responsive w-100" alt="Android & IOS">
</div>
</div>
<div class="col-md-6 ml-md-auto text-center text-md-left">
<p class="badge badge-info text-uppercase">Developing</p>
<h2>The two operating systems dominating the market are: -</h2>
<p class="color-2">Android <br/> IOS</p>
</div>
</div>
</div>
</section><!-- ./Developers - Code snippets -->
<section class="bg-1">
<div class="container">
<div class="row align-items-center text-center text-lg-left">
<div class="col-12 col-md-7 col-lg-6 mr-lg-auto text-center text-md-left">
<p class="small accent bold">Learn</p>
<h2>How to Start with app development?</h2>
<p class="color-2">There are multiple mobile app technologies that are widely used for a specific platform or for cross-platform app development. The four major programming languages that are largely used for mobile app development are –<br/><br/>
1. Swift
If you are building something specific for Apple products, Swift is the language to seek. It has advanced features with minimal coding that can be easily maintained.<br/><br/>
2. C++
It forms the simplistic base for most programming languages and possesses the power to create dynamic apps. The simple and effective compiler based approach makes it a versatile tool that can be used for multiple platforms. Its sister language, Objective-C, was earlier used for app development in Apple systems.<br/><br/>
3. Java
This object-oriented programming language is the official language for Android development. This language is easy to handle and many open source libraries are made available for users to choose from.<br/><br/>
4. HTML5
There is no better technology to use than HTML5 if your organization is looking at developing web-frontend applications for mobile devices.</p>
</div>
<div class="col-12 col-md-5 col-lg-5">
<div class="row no-gutters">
<img class="bigdata-img" src="img/app-dev/langs.jpg" />
</div>
</div>
</div>
</div>
</main>
<?php include("./includes/footer1.php"); ?>