-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathhello_android.html
590 lines (474 loc) · 26.2 KB
/
hello_android.html
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sonu Sourav</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900" rel="stylesheet" />
<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css" />
<link rel="stylesheet" href="css/animate.css" />
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<link rel="stylesheet" href="css/owl.theme.default.min.css" />
<link rel="stylesheet" href="css/magnific-popup.css" />
<link rel="stylesheet" href="css/aos.css" />
<link rel="stylesheet" href="css/ionicons.min.css" />
<link rel="stylesheet" href="css/flaticon.css" />
<link rel="stylesheet" href="css/icomoon.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/switch.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script>
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light site-navbar-target nav-test "
id="ftco-navbar">
<div class="container" style="width: 100%;">
<button class="navbar-toggler js-fh5co-nav-toggle fh5co-nav-toggle" type="button" data-toggle="collapse"
data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu
</button>
<a class="navbar-brand turn-white" href="index.html">$$</a>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav nav ml-auto">
<li class="nav-item">
<a href="https://sonusourav.github.io/index.html#home-section" class="nav-link"><span
class="turn-white">Home</span></a>
</li>
<li class="nav-item">
<a href="https://sonusourav.github.io/index.html#about-section" class="nav-link"><span
class="turn-white">About</span></a>
</li>
<li class="nav-item">
<a href="https://sonusourav.github.io/index.html#skills-section" class="nav-link"><span
class="turn-white">Skills</span></a>
</li>
<li class="nav-item">
<a href="https://sonusourav.github.io/index.html#timeline-section" class="nav-link"><span
class="turn-white">Timeline</span></a>
</li>
<li class="nav-item">
<a href="https://sonusourav.github.io/index.html#projects-section" class="nav-link"><span
class="turn-white">Projects</span></a>
</li>
<li class="nav-item">
<a href="https://sonusourav.github.io/index.html#blog-section" class="nav-link"><span
class="turn-white">Blog</span></a>
</li>
<li class="nav-item">
<a href="https://sonusourav.github.io/index.html#contact-section" class="nav-link"><span
class="turn-white">Contact</span></a>
</li>
</ul>
</div>
<div class="toggle-box" style="margin-top: 10px;">
<input type="checkbox" name="checkbox1" id="toggle-box-checkbox" />
<label for="toggle-box-checkbox" class="toggle-box-label-left"></label>
<label for="toggle-box-checkbox" class="toggle-box-label"></label>
</div>
</div>
</nav>
<section class="hero-wrap hero-wrap-2" style="background-image: url('images/bg_blog.jpg');"
data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row no-gutters slider-text align-items-end justify-content-center">
<div class="col-md-9 ftco-animate pb-5 text-center">
<h1 class="mb-3 bread">My Blogs</h1>
<p class="breadcrumbs"><span class="mr-2"><a href="index.html">Home <i
class="ion-ios-arrow-forward"></i></a></span> <span class="mr-2"><a href="blog.html">Blog <i
class="ion-ios-arrow-forward"></i></a></span> <span>Hello Android! <i
class="ion-ios-arrow-forward"></i></span></p>
</div>
</div>
</div>
</section>
<section class="ftco-section">
<div class="container">
<div class="row">
<div class="col-lg-8 ftco-animate">
<h1 class="mb-3" style="color:royalblue "><b>Hello Android!</b></h1>
<h2 id="androidstudioinstallation">Android Studio Installation</h2>
<p>Android Studio is the official Integrated Development Environment (IDE) for Android app development, based
on IntelliJ IDEA.</p>
<p>Before starting the installation process, please Download the latest version of <a target="_blank"
href="https://developer.android.com/studio/">Android Studio</a>. You should have JDK (Java SE Development
Kit) 7+and you can download it from <a target="_blank"
href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">here</a>.</p>
<p>So let's launch Android Studio.exe. Make sure before launching Android Studio, that environment variable
JAVA_HOME is set to the JDK installation directory via command <br />
<code>SET JAVA_HOME</code>. </p>
<p>Otherwise, Follow the steps <a target="_blank"
href="https://github.com/oss2019/HelloAndroid/blob/master/Setting%20Environment%20Variable%20-%20JAVA_HOME.md">HERE</a>.
</p>
<h3 id="installationonwindowsplatform"><b>Installation on Windows Platform</b></h3>
<h4 id="requirements">Requirements:</h4>
<ul>
<li>3 GB RAM minimum, 8 GB RAM recommended</li>
<li>1280 x 800 minimum screen resolution</li>
<li>Microsoft® Windows® 7/8/10 (32- or 64-bit)</li>
</ul>
<h4 id="installation">Installation</h4>
<ol>
<li>Launch <code>android-studio.exe</code> to start the installation process. The installer responds by
presenting the Android Studio Setup dialog box as shown. Click <strong>Next</strong> to go the
<strong>Android Virtual Device</strong> (AVD) screen.</li>
</ol>
<p><img
src="https://user-images.githubusercontent.com/34706326/54194875-48228e80-44e3-11e9-80df-b52831f74061.jpg"
alt="studio2" /></p>
<ol>
<li>Choose the default settings and click <strong>Next</strong>.</li>
</ol>
<p><img
src="https://user-images.githubusercontent.com/34706326/54194592-9edb9880-44e2-11e9-924c-f1cc5edf661c.jpg"
alt="studio3" /></p>
<ol>
<li>After clicking Next,the <strong>Configuration Settings</strong> panel will show up, where the place to
store android files have to be specified. After providing the location, click <strong>Next</strong>.</li>
</ol>
<p><img
src="https://user-images.githubusercontent.com/34706326/54194593-9edb9880-44e2-11e9-89ca-b58912709cd3.jpg"
alt="studio4" /></p>
<ol>
<li>On clicking Next, <strong>Choose Start Menu Folder panel</strong> shows up. Keep the default setting and
click <strong>Install</strong>.</li>
</ol>
<p><img
src="https://user-images.githubusercontent.com/34706326/54194594-9edb9880-44e2-11e9-89a4-56c175913c72.jpg"
alt="studio5" /></p>
<ol>
<li>The following Installing panel appears:</li>
</ol>
<p><img
src="https://user-images.githubusercontent.com/34706326/54194595-9f742f00-44e2-11e9-9739-372893c3e78b.jpg"
alt="studio6" /></p>
<ol>
<li>Clicking <strong>Show details</strong> shows the names of files being installed and other activities.
When installation finishes, the Installation Complete panel appears.</li>
</ol>
<p><img
src="https://user-images.githubusercontent.com/34706326/54194597-9f742f00-44e2-11e9-8376-dc989faabcc3.jpg"
alt="studio7" /></p>
<ol>
<li>To complete the installation, leave the <strong>Start Android Studio</strong> box checked and click
<strong>Finish</strong>.</li>
</ol>
<p><img
src="https://user-images.githubusercontent.com/34706326/54194598-a00cc580-44e2-11e9-9c08-5bc5b9dd7cad.jpg"
alt="studio8" /></p>
<h4 id="runningandroidstudio">Running Android Studio</h4>
<ol>
<li>The first time Android Studio runs, it presents a <strong>Complete Installation</strong> dialog box that
offers the option of importing settings from a previous installation.</li>
</ol>
<p><img
src="https://user-images.githubusercontent.com/34706326/54205116-af4c3d00-44fb-11e9-8878-08e1a8a4b023.jpg"
alt="studio9" /></p>
<ol>
<li>Choose <strong>NOT</strong> to import settings (the default selection) and click <strong>OK</strong>,
which would take to the following splash screen:</li>
</ol>
<p><img
src="https://user-images.githubusercontent.com/34706326/54194599-a00cc580-44e2-11e9-8481-8006bfd88988.jpg"
alt="studio10" /></p>
<ol>
<li>A message box which says <strong>Finding Available SDK Components</strong> pops up.</li>
</ol>
<p><img
src="https://user-images.githubusercontent.com/34706326/54205045-8c218d80-44fb-11e9-800b-8b0a4990dfaa.jpg"
alt="studio11" /></p>
<ol>
<li>At this point, Android Studio presents the following Android Studio Setup Wizard dialog box:</li>
</ol>
<p><img
src="https://user-images.githubusercontent.com/34706326/54193652-8d918c80-44e0-11e9-876f-2bd587bc8925.jpg"
alt="studio12" style="max-width: 300px;"/></p>
<ol>
<li>Click <strong>Next</strong>, and the wizard invites to select an installation type. Keep the default
<strong>Standard</strong> setting.</li>
</ol>
<p><img
src="https://user-images.githubusercontent.com/34706326/54193654-8e2a2300-44e0-11e9-84a0-722fb4242645.jpg"
alt="studio13" style="max-width: 300px;"/></p>
<ol>
<li>The next window asks user to select a user Interface Theme. Choose any one theme and press
<strong>Next</strong>.</li>
</ol>
<p><img
src="https://user-images.githubusercontent.com/34706326/54193655-8ec2b980-44e0-11e9-8ad7-c5c6a7b2341c.jpg"
alt="studio14" style="max-width: 300px;"/></p>
<ol>
<li>A <strong>Verify Settings</strong> window opens. Click <strong>Finish</strong> to begin the process of
downloading SDK components.</li>
</ol>
<p><img
src="https://user-images.githubusercontent.com/34706326/54193657-8ec2b980-44e0-11e9-9d97-b8ccbbc1f3ee.jpg"
alt="studio15" style="max-width: 300px;"/></p>
<ol>
<li>On the next window, Android Studio begins the process of downloading SDK components.</li>
</ol>
<p><img
src="https://user-images.githubusercontent.com/34706326/54193658-8ec2b980-44e0-11e9-8feb-15367ac4217b.jpg"
alt="studio16" style="max-width: 300px;"/></p>
<p>It can take several minutes for this part of the setup to finish. Finally, click <strong>Finish</strong> to
complete the wizard.</p>
<p><img
src="https://user-images.githubusercontent.com/34706326/54193661-8f5b5000-44e0-11e9-9ec6-a22ad471b5a0.jpg"
alt="studio18" style="max-width: 300px;"/></p>
<p>The <strong>Welcome to Android Studio</strong> dialog box appears.</p>
<p><img
src="https://user-images.githubusercontent.com/34706326/54213076-cf82f880-4509-11e9-8837-87ceb525161b.jpg"
alt="studio1" style="max-width: 300px;"/></p>
<h4 id="creatingfirstapphelloworld">Creating first App - <strong>Hello World</strong></h4>
<p>Now the installation process is done, and we can move to create our first app, <strong>Hello World</strong>
- the beginning project of every developer.</p>
<ol>
<li>Click on <strong>Start a new Android Studio project</strong>. Android Studio will respond with the
Create New Project dialog box as shown.</li>
</ol>
<p><img
src="https://user-images.githubusercontent.com/34706326/54193662-8ff3e680-44e0-11e9-9986-d95a24405b4c.jpg"
alt="studio19" style="max-width: 300px;"/></p>
<ol>
<li>Fill the project details and click <strong>Next</strong>.</li>
</ol>
<ul>
<li>
<p><strong>Application Name</strong> : It should match with the purpose of the app.</p>
</li>
<li>
<p><strong>Company Domain</strong> : It is the domain name, which will be the app identity when the app
will be uploaded on the playstore. <br />
It should have three terms atleast (e.g. com.iitdh.oss) and should be written in decreasing order ( com
-> company name -> project {->}.. ) and not in opposite order.</p>
</li>
<li>
<p><strong>Project Location</strong> : Specify the Project location. Make sure the location name does not
have white spaces in between. <br />
Generally, white spaces occurs in Computer Username (e.g. Sonu Sourav), in which case the user name
<br />
should be changed to a single word (e.g. SonuSourav) otherwise it poses a problem in the future.</p>
<p><img
src="https://user-images.githubusercontent.com/34706326/54193664-8ff3e680-44e0-11e9-8ef0-bf5ea7d47f74.jpg"
alt="studio20" style="max-width: 300px;"/></p>
</li>
</ul>
<ol>
<li>In the next window, select the target Android devices and click <strong>Next</strong>.</li>
</ol>
<p><img
src="https://user-images.githubusercontent.com/34706326/54193665-908c7d00-44e0-11e9-8c47-1e56a9b64c44.jpg"
alt="studio21" style="max-width: 300px;"/></p>
<ol>
<li>The next window asks to select the type of Activity from the provided templates. Select <strong>Empty
Activity</strong> and click <strong>Next</strong>.</li>
</ol>
<p><img
src="https://user-images.githubusercontent.com/34706326/54193667-908c7d00-44e0-11e9-8b5b-12f66b70a97c.jpg"
alt="studio22" style="max-width: 300px;"/></p>
<ol>
<li>Next enter the Activity and layout name. Type <strong>MainActivity</strong> and
<strong>activity_main</strong> in ActivityName and Layout name respectively. After this, press
<strong>Next</strong>.</li>
</ol>
<p><img
src="https://user-images.githubusercontent.com/34706326/54193668-91251380-44e0-11e9-8489-1bf07a98f6bc.jpg"
alt="studio23" style="max-width: 300px;"/></p>
<ol>
<li>A Installer windows opens up which creates the project. This might take some time, so sit back and
relax. After its done, click <strong>Finish</strong>. </li>
</ol>
<p><img
src="https://user-images.githubusercontent.com/34706326/54193669-91251380-44e0-11e9-9137-2e24500007a6.jpg"
alt="studio24" style="max-width: 300px;"/></p>
<ol>
<li>The project is setup and we are ready to create our first app.</li>
</ol>
<p><img
src="https://user-images.githubusercontent.com/34706326/54193670-91251380-44e0-11e9-99b4-56443682f64a.jpg"
alt="studio25" style="max-width: 300px;"/></p>
<h5 id="videotutorial">Video tutorial</h5>
<p>You can follow this video for Windows installation
<a target="_blank" href="https://developer.android.com/studio/videos/studio-install-windows.mp4">Video
Link</a></p>
<h4 id="installationonmacplatform"><b>Installation on Mac Platform</b></h4>
<h5 id="toinstallandroidstudioonyourmacproceedasfollows">To install Android Studio on your Mac, proceed as
follows:</h5>
<ol>
<li>Launch the Android Studio DMG file.</li>
<li>Drag and drop Android Studio into the Applications folder, then launch Android Studio.</li>
<li>Select whether you want to import previous Android Studio settings, then click OK.</li>
<li>The Android Studio Setup Wizard guides you through the rest of the setup, which includes downloading
Android SDK components that are required for development. Further steps are similar to <strong>Windows
Installation</strong> and can be found <a target="_blank"
href="https://github.com/oss2019/HelloAndroid/blob/master/Android%20Studio%20Installation%20-%20Windows.md">here</a>.
</li>
</ol>
<h5 id="videotutorial">Video Tutorial</h5>
<p>You can follow this video for Mac installation:
<a target="_blank" href="https://developer.android.com/studio/videos/studio-install-mac.mp4">Video Link</a>
</p>
<!-- Linux -->
<h4 id="installationonlinuxplatform"><b>Installation on Linux Platform</b></h4>
<h5 id="toinstallandroidstudioonlinuxproceedasfollows">To install Android Studio on Linux, proceed as follows:
</h5>
<ol>
<li>Unpack the <code>.zip</code> file you downloaded to an appropriate location for your applications, such
as within <code>/usr/local/</code> for your user profile, or <code>/opt/</code> for shared users.</li>
<li>To launch Android Studio, open a terminal, navigate to the <code>android-studio/bin/</code> directory,
and execute <code>studio.sh</code>.</li>
<li>Select whether you want to import previous Android Studio settings or not, then click OK.</li>
<li>The Android Studio Setup Wizard guides you through the rest of the setup, which includes downloading
Android SDK components that are required for development.
Further steps are similar to <strong>Windows Installation</strong> and can be found <a target="_blank"
href="https://github.com/oss2019/HelloAndroid/blob/master/Android%20Studio%20Installation%20-%20Windows.md">here</a>.
</li>
</ol>
<h4 id="requiredlibrariesfor64bitmachines">Required libraries for 64-bit machines:</h4>
<p>If you are running a 64-bit version of Ubuntu, you need to install some 32-bit libraries with the following
command:</p>
<p><code>sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386</code></p>
<p>If you are running 64-bit Fedora, the command is:</p>
<p><code>sudo yum install zlib.i686 ncurses-libs.i686 bzip2-libs.i686</code></p>
<h5 id="videotutorial">Video Tutorial</h5>
<p>You can follow this video for Linux installation:
<a target="_blank" href="https://developer.android.com/studio/videos/studio-install-linux.mp4">Video
Link</a></p>
<!-- End Linux -->
<!--End Content here-->
<div class="tag-widget post-tag-container mb-5 mt-5">
<div class="tagcloud">
<a class="tag-cloud-link">Android</a>
<a class="tag-cloud-link">Installation</a>
<a class="tag-cloud-link">Android Studio</a>
</div>
</div>
<div class="about-author d-flex p-4 ">
<div class="bio mr-5">
<img src="images/about_pic.jpg" alt="Image placeholder" class="img-fluid mb-4"
style="margin-top: 20px; border-radius: 100px;">
</div>
<div class="desc">
<h6><b>Sonu Sourav</b></h3>
<h6>Sonu is an undergraduate student at IIT Dharwad doing major in Electrical Engineering. He is passionate
about contributing to developer community and is associated with many developer programs like Developer
Student Club (DSC), Google Developer Group(GDG) and Open Student Society(OSS). You can always count him
when it comes to organising or volunteering tech related activities.</h6>
</div>
</div>
<!--Disqus comment section-->
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
var disqus_config = function () {
this.page.url = 'https://sonusourav.github.io/hello_android.html'; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = '/hello_android.html'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
(function () { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://sonusourav.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by
Disqus.</a></noscript>
</div> <!-- .col-md-8 -->
<div class="col-lg-4 sidebar ftco-animate">
<div class="sidebar-box ftco-animate">
<h3 class="heading-sidebar">Recent Blogs</h3>
<div class="block-21 mb-4 d-flex">
<a class="blog-img mr-4" style="background-image: url(images/hello_android.jpg);"></a>
<div class="text">
<h4 class="heading"><a href="single.html">Android Studio is the official Integrated Development
Environment (IDE) for Android app development</a></h4>
<div class="meta">
<div><span class="icon-calendar" style="color: inherit"></span> March 12, 2019</div>
<div><span class="icon-person" style="color: inherit"></span> Sonu Sourav</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section> <!-- .section -->
<footer class="ftco-footer ftco-section" style="width: auto;">
<div class="container" >
<div class="row mb-5">
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Reach out to me here 👇 </h2>
<p>
Feel free to ping me for volunteering, discussing your ideas or grabbing a cup of coffee.
</p>
<ul class="ftco-footer-social list-unstyled float-md-left float-lft mt-5">
<li class="ftco-animate">
<a href="https://www.linkedin.com/in/sonu-sourav-37b459149/"><span class="icon-linkedin"></span></a>
</li>
<li class="ftco-animate">
<a href="https://github.com/sonusourav"><span class="icon-github"></span></a>
</li>
<li class="ftco-animate">
<a href="https://www.facebook.com/sonusouravdx"><span class="icon-facebook"></span></a>
</li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Have a Question?</h2>
<div class="block-23 mb-3">
<ul>
<li>
<span class="icon icon-map-marker"></span><span class="text">Hostel-2 ( Bhairavi),
IIT Dharwad, Walmi Campus, Dharwad,
Karnataka, India PIN: 580011</span>
</li>
<li>
<a href="https://www.skype.com/en/"><span class="icon icon-phone"></span><span class="text">+91
9916228725</span></a>
</li>
<li>
<a href="https://www.skype.com/en/"><span class="icon icon-skype"></span><span
class="text">sonusouravdx001</span></a>
</li>
<li>
<a href="#"><span class="icon icon-envelope"></span><span
class="text">[email protected]</span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div>
<h2 class="ftco-heading-2" style="text-align: center; color: white">
Made with ❤️ by <b>Sonu Sourav</b>
</h2>
</div>
</div>
</footer>
<!-- loader -->
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#F96D00" /></svg></div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/scrollax.min.js"></script>
<script src="js/switch.js"></script>
<script src="js/main.js"></script>
<a href="#" id="scroll" style="display: none;"><span></span></a>
</body>
</html>