-
Notifications
You must be signed in to change notification settings - Fork 0
/
hybrid-use-case.html
502 lines (479 loc) · 27.5 KB
/
hybrid-use-case.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="utf-8">
<title>Presear Softwares PVT LTD | The best place for customised softwares</title>
<meta name="title" content="Presear Softwares PVT LTD - The best place for customised softwares">
<meta name="description" content="Presear softwares builds quality apps which are functional and efficient at the same time as per the customer requirements, learn how.">
<meta name="keywords" content="android, ios, apps, hybrid, apps, website, python, software, consultancy, best, web app, Django, ">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="1 days">
<meta name="author" content="Presear Softwares PVT LTD">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.presear.com" />
<meta property="og:title" content="Presear Softwares PVT LTD | Customizable software solutions" />
<meta property="og:description" content="Presear Softwares dominates in building solutions that can assist you with zeroing overheads
for technology and increasing mindfulness in your business." />
<meta property="og:image" content="https://i.postimg.cc/qqTYxdG1/Presear-Logo-final.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://www.presear.com" />
<meta property="twitter:title" content="Presear Softwares PVT LTD | Customizable software solutions" />
<meta property="twitter:description" content="Presear Softwares dominates in building solutions that can assist you with zeroing overheads
for technology and increasing mindfulness in your business." />
<meta property="twitter:image" content="https://i.postimg.cc/qqTYxdG1/Presear-Logo-final.png" />
<link rel="shortcut icon" href="https://i.postimg.cc/6p6p9kCJ/PRESEAR-LOGO-2.png" type="image/x-icon" />
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Bootstrap -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- magnific popup -->
<link rel="stylesheet" href="plugins/magnific-popup/magnific-popup.css">
<!-- Slick Carousel -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<link rel="stylesheet" href="plugins/slick/slick-theme.css">
<!-- themify icon -->
<link rel="stylesheet" href="plugins/themify-icons/themify-icons.css">
<!-- animate -->
<link rel="stylesheet" href="plugins/animate/animate.css">
<!-- Aos -->
<link rel="stylesheet" href="plugins/aos/aos.css">
<!-- swiper -->
<link rel="stylesheet" href="plugins/swiper/swiper.min.css">
<!-- Stylesheets -->
<link href="css/style.css" rel="stylesheet">
<!--Favicon-->
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<style>
.deskView {
display: block;
}
.mobView {
display: none;
}
@media only screen and (max-width: 400px) {
.deskView {
display: none;
}
.mobView {
display: block;
}
}
</style>
<!-- Google tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E2BFPQX1MW">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-E2BFPQX1MW');
</script>
</head>
<body>
<!-- preloader start -->
<!-- <div class="preloader">
<img src="images/preloader.gif" alt="preloader">
</div> -->
<!-- preloader end -->
<!-- navigation -->
<header>
<!-- top header -->
<div class="top-header">
<div class="container">
<div class="row">
<div class="col-12">
<ul class="list-inline text-lg-right text-center">
<li class="list-inline-item">
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li class="list-inline-item">
<a href="callto:+917008187611">Call Us Now:
<span class="ml-2">+91-7008187611</span>
</a>
</li>
<!-- <li class="list-inline-item">
<a href="#" id="searchOpen">
<i class="ti-search"></i>
</a>
</li> -->
</ul>
</div>
</div>
</div>
</div>
<!-- nav bar -->
<div class="navigation">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a style="padding-top:7px;" href="index.html">
<img src="images/logo.svg" alt="logo">
</a>
<!-- <p style="font-size:30px;padding:5px;color:black;">Presear Softwares</p> -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
About Us
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="who-we-serve.html">Whom we serve</a>
<!-- <a class="dropdown-item" href="about-2.html">Team</a> -->
<a class="dropdown-item" href="recognition.html">Recognition</a>
<a class="dropdown-item" href="partnerships.html">Partnership</a>
<a class="dropdown-item" href="service-model.html">Service Models</a>
<a class="dropdown-item" href="https://news.presear.com/">Newsroom</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Services
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="custom-software-development.html">Custom Software
Development</a>
<a class="dropdown-item" href="qa-testing.html">QA & Testing</a>
<a class="dropdown-item" href="research-development.html">Research & Development</a>
<a class="dropdown-item" href="cloud-architecture-support.html">Cloud Architecture & Support</a>
<a class="dropdown-item" href="software-maintenance-support.html">Software Maintenance &
Support</a>
<a class="dropdown-item" href="third-party-integrations.html">3rd Party Integration</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Technologies
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="artificial-intelligence.html">AI/ML</a>
<!-- <a class="dropdown-item" href="custom-software-development.html">Image Processing</a> -->
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Industries
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="healthcare.html">Healthcare</a>
<a class="dropdown-item" href="agriculture.html">Agriculture</a>
<a class="dropdown-item" href="ecommerce.html">Retail & E-commerce</a>
<a class="dropdown-item" href="edtech.html">EdTech</a>
<a class="dropdown-item" href="fintech.html">Fintech</a>
<a class="dropdown-item" href="real-estate.html">Real Estate</a>
<a class="dropdown-item" href="human-resource-management.html">HR Management</a>
<a class="dropdown-item" href="factory-management.html">Factory Management</a>
<a class="dropdown-item" href="digital-marketing.html">Digital Marketing</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Portfolio
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="hybrid-use-case.html">Hybrid Software &
Case-studies</a>
<a class="dropdown-item" href="web-app-usecase.html">Web Applications &
Case-studies</a>
<a class="dropdown-item" href="coming-soon.html">Opensource Web
Architectures</a>
<a class="dropdown-item" href="coming-soon.html">Data Extensive System
Designs</a>
<a class="dropdown-item" href="coming-soon.html">Data Science &
Research</a>
<a class="dropdown-item" href="https://consultancy.presear.com/">Consultancy</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<!-- Search Form -->
<div class="search-form">
<a href="#" class="close" id="searchClose">
<i class="ti-close"></i>
</a>
<div class="container">
<form action="#" class="row">
<div class="col-lg-10 mx-auto">
<h3>Search Here</h3>
<div class="input-wrapper">
<input type="text" class="form-control" name="search" id="search" placeholder="Enter Keywords..." required>
<button>
<i class="ti-search"></i>
</button>
</div>
</div>
</form>
</div>
</div>
<section class="section">
<div class="container">
<div class="row">
<div class="col-12">
<!-- <h5 class="section-title-sm">Our Uniqueness</h5> -->
<h2 class="section-title section-title-border-half">Hybrid applications - check our use cases</h2>
<div class="mb-40">
<p class="text-dark mb-30">Hybrid Applications can run on <b>Android</b>, <b>iOS</b>,
<b>windows</b>, <b>MacOS</b>, <b>linux</b> and as browser based
<b>Progressive Web Apps</b>. We have a strong research based infrastructure and an innovative pipeline to achieve your expected hybrid software quality in record time.
</p>
</div>
</div>
<div style="margin-bottom: 80px;" class="col-lg-6 col-sm-6 mb-6 ">
<div class="card text-center">
<div class="card-img-wrapper overlay-rounded-top">
<img class="card-img-top rounded-0" src="images/hybrid1.svg" alt="service-image">
</div>
<div class="card-body p-0">
<h4 class="card-title pt-3">Digital Vegetable Market(Sabji Mandi)</h4>
<p class="card-text mx-2 mb-0">A full-fledged digital sabji mandi with vegetable selling, analytics. farmer's dashboard, customer dashboard and payment gateway, email server, OTP authentication, social sign up integration</p>
<a href="#" class="btn btn-primary translateY-25">Check Details</a>
</div>
</div>
</div>
<div style="margin-bottom: 80px;" class="col-lg-6 col-sm-6 mb-6 ">
<div class="card text-center">
<div class="card-img-wrapper overlay-rounded-top">
<img class="card-img-top rounded-0" src="images/fintech-app.svg" alt="service-image">
</div>
<div class="card-body p-0">
<h4 class="card-title pt-3">Crypto Analytics Application</h4>
<p class="card-text mx-2 mb-0">An application developed with the help of binomo API and hybrid techstack to show realtime data with push notifications and custom subscription models & social signup.</p>
<a href="#" class="btn btn-primary translateY-25">Check Details</a>
</div>
</div>
</div>
<div style="margin-bottom: 80px;" class="col-lg-6 col-sm-6 mb-6 ">
<div class="card text-center">
<div class="card-img-wrapper overlay-rounded-top">
<img class="card-img-top rounded-0" src="images/onstp.svg" alt="service-image">
</div>
<div class="card-body p-0">
<h4 class="card-title pt-3">Online Vehicle Mechanic Booking System</h4>
<p class="card-text mx-2 mb-0">An online mechanic booking system developed with python backend & flutter UI with proper payment gateway integration and scalable hosting</p>
<a href="#" class="btn btn-primary translateY-25">Check Details</a>
</div>
</div>
</div>
<div style="margin-bottom: 80px;" class="col-lg-6 col-sm-6 mb-6 ">
<div class="card text-center">
<div class="card-img-wrapper overlay-rounded-top">
<img class="card-img-top rounded-0" src="images/edualgo.svg" alt="service-image">
</div>
<div class="card-body p-0">
<h4 class="card-title pt-3">Edutech Hybrid Application</h4>
<p class="card-text mx-2 mb-0">
An award winning application with customized video integration, digital content management, course selling system with subscription management.</p>
<a href="#" class="btn btn-primary translateY-25">Check Details</a>
</div>
</div>
</div>
<div style="margin-bottom: 80px;" class="col-lg-6 col-sm-6 mb-6 ">
<div class="card text-center">
<div class="card-img-wrapper overlay-rounded-top">
<img class="card-img-top rounded-0" src="images/hiring.svg" alt="service-image">
</div>
<div class="card-body p-0">
<h4 class="card-title pt-3">Hybrid Hiring Platform System</h4>
<p class="card-text mx-2 mb-0">
Online hiring system with proper skill management, candidate reviewing, job posting and third party communication API integration.</p>
<a href="#" class="btn btn-primary translateY-25">Check Details</a>
</div>
</div>
</div>
<div style="margin-bottom: 80px;" class="col-lg-6 col-sm-6 mb-6 ">
<div class="card text-center">
<div class="card-img-wrapper overlay-rounded-top">
<img class="card-img-top rounded-0" src="images/socage.svg" alt="service-image">
</div>
<div class="card-body p-0">
<h4 class="card-title pt-3">Socage E-commerce Hybrid app</h4>
<p class="card-text mx-2 mb-0">
A full-fledged custom E-commerce application with inventory management, analytics, payment gateway & advertisement management system.</p>
<a href="#" class="btn btn-primary translateY-25">Check Details</a>
</div>
</div>
</div>
<div style="margin-bottom: 80px;" class="col-lg-6 col-sm-6 mb-6 ">
<div class="card text-center">
<div class="card-img-wrapper overlay-rounded-top">
<img class="card-img-top rounded-0" src="images/qr.svg" alt="service-image">
</div>
<div class="card-body p-0">
<h4 class="card-title pt-3">QR Based Hybrid Automation System</h4>
<p class="card-text mx-2 mb-0">
A QR code based fully integrated automation system with proper cloud based database integration</p>
<a href="#" class="btn btn-primary translateY-25">Check Details</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /navigation -->
<!-- footer -->
<footer class="bg-secondary">
<div class="py-100 border-bottom" style="border-color: #454547 !important">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="mb-5 mb-md-0 text-center text-md-left">
<!-- logo -->
<img class="mb-30" src="images/logo-white.svg" alt="logo">
<p class="text-white mb-30">Presear Softwares dominates in building solutions that can assist you with zeroing overheads for technology and increasing mindfulness in your business.</p>
<!-- social icon -->
<ul class="list-inline">
<li class="list-inline-item">
<a class="social-icon-outline" href="https://twitter.com/presearOfficial">
<i class="ti-twitter-alt"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon-outline" href="https://www.linkedin.com/company/persear-softwares/">
<i class="ti-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
<!-- footer links -->
<div class="col-lg-2 col-md-4 col-6">
<h4 class="text-white mb-4">Resource</h4>
<ul class="footer-links">
<li>
<a href="https://blogs.presear.com/">Blog</a>
</li>
<li>
<a href="https://research.presear.com/">Open Research</a>
</li>
<li>
<a href="https://in.indeed.com/cmp/Presear-Softwares-Pvt-Ltd">Jobs(We are hiring)</a>
</li>
<li>
<a href="https://anchor.fm/presear-softwares-pvt-ltd">Podcast</a>
</li>
<li>
<a href="media_asset_PSPL.zip">Media Assets</a>
</li>
</ul>
</div>
<!-- footer links -->
<div class="col-lg-2 col-md-4 col-6">
<h4 class="text-white mb-4">Quick Link</h4>
<ul class="footer-links">
<li>
<a href="https://www.crunchbase.com/organization/presear-softwares-pvt-ltd">Crunchbase</a>
</li>
<li>
<a href="https://yourstory.com/companies/presear-softwares/amp">Yourstory</a>
</li>
<li>
<a href="https://extract.co/presearsoftwares">Extract.co</a>
</li>
<li>
<a href="contact.html">Contact us</a>
</li>
<li>
<a href="partnerships.html">Partnerships</a>
</li>
</ul>
</div>
<!-- subscribe form -->
<div class="col-lg-3 offset-lg-1">
<div class="mt-5 mt-lg-0 text-center text-md-left">
<a href="https://tree-nation.com/profile/impact/presear-softwares-pvt-ltd#co2" target="_blank" style="position:relative;cursor:pointer;display:block;z-index:999;">
<img src="https://tree-nation.com/images/tracking/label-co2-website-white-en.png" style="width:157px;height:auto;">
</a>
<script src="https://tree-nation.com/js/track.js"></script>
<script>
treenation_track("626de9ca99147");
</script><br>
<img src="images/ach-2.svg" style="width:157px;height:auto;">
</div>
</div>
</div>
</div>
</div>
<!-- copyright -->
<div class="pt-4 pb-3 position-relative">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-5">
<p class="text-white text-center text-md-left">
<span class="text-primary">Presear Softwares PVT LTD</span> © 2022 All Right Reserved
</p>
</div>
<div class="col-lg-6 col-md-7">
<ul class="list-inline text-center text-md-right">
<li class="list-inline-item mx-lg-3 my-lg-0 mx-2 my-2">
<a class="font-secondary text-white" href="https://www.termsofservicegenerator.net/live.php?token=GnBU6OpZr7nuXZZH7Sc8Oh5ksAw0ipqX">TOS</a>
</li>
<li class="list-inline-item mx-lg-3 my-lg-0 mx-2 my-2">
<a class="font-secondary text-white" href="https://www.freeprivacypolicy.com/live/1186cd4a-2870-4085-b177-9e57d6c9f1e1">Refund Policy</a>
</li>
<li class="list-inline-item mx-lg-3 my-lg-0 mx-2 my-2">
<a class="font-secondary text-white" href="https://www.freeprivacypolicy.com/live/0d9e17e3-4ded-4705-836c-61c9031469d2">Privacy Policy</a>
</li>
<li class="list-inline-item ml-lg-3 my-lg-0 ml-2 my-2 ml-0">
<a class="font-secondary text-white" href="https://www.termsofusegenerator.net/live.php?token=3HI01GgSyKqpcTzAJh2GpVggqHa0m40k">Terms of Use</a>
</li>
</ul>
</div>
</div>
</div>
<!-- back to top -->
<button class="back-to-top">
<i class="ti-angle-up"></i>
</button>
</div>
</footer>
<!-- /footer -->
<script type="text/javascript">
var Tawk_API = Tawk_API || {},
Tawk_LoadStart = new Date();
(function() {
var s1 = document.createElement("script"),
s0 = document.getElementsByTagName("script")[0];
s1.async = true;
s1.src = 'https://embed.tawk.to/61eb9d8d9bd1f31184d8afe2/1fq05usr3';
s1.charset = 'UTF-8';
s1.setAttribute('crossorigin', '*');
s0.parentNode.insertBefore(s1, s0);
})();
</script>
<!-- /footer -->
<!-- jQuery -->
<script src="plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- magnific popup -->
<script src="plugins/magnific-popup/jquery.magnific.popup.min.js"></script>
<!-- slick slider -->
<script src="plugins/slick/slick.min.js"></script>
<!-- filter -->
<script src="plugins/filterizr/jquery.filterizr.min.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBu5nZKbeK-WHQ70oqOWo-_4VmwOwKP9YQ"></script>
<script src="plugins/google-map/gmap.js"></script>
<!-- Syo Timer -->
<script src="plugins/syotimer/jquery.syotimer.js"></script>
<!-- aos -->
<script src="plugins/aos/aos.js"></script>
<!-- swiper -->
<script src="plugins/swiper/swiper.min.js"></script>
<!-- Main Script -->
<script src="js/script.js"></script>
</body>
</html>