Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,152,150 members, 7,815,023 topics. Date: Thursday, 02 May 2024 at 05:10 AM

Skilled App Programmer That Specialises With Cordova Needed - Software/Programmer Market - Nairaland

Nairaland Forum / Science/Technology / Programming / Software/Programmer Market / Skilled App Programmer That Specialises With Cordova Needed (1434 Views)

Please I Need A Good Programmer That Can Teach Programming Very Well.... / Skilled Desktop App Developer For A Six Months Contract / Skilled PHP Programmer/freelancer Needed (smslive247.com) Urgent!!!! (2) (3) (4)

(1) (Reply) (Go Down)

Skilled App Programmer That Specialises With Cordova Needed by kosytedy(m): 12:28pm On May 11, 2016
I need a mobile app programmer that specialises with cordova.
The person can be able to do the following:
(1) Design instant messenger (IM) app.

(2) App will feature instant push notifications to the app. (like whatsapp)

(3) App will feature google admob.

(4) App will synchronise it's users from an already running website (DB structure will be sent to you)

(5). App will have local DB incase of offline messages that will deliver as soon as network is detected.

Note: if you can't do this, simply read on other topics on Nairaland.

Please chat me up if you can do this Job. Don't PM me, I'm not always on NL.

Thanks.
Re: Skilled App Programmer That Specialises With Cordova Needed by Nobody: 5:49pm On May 11, 2016
create a IM chat using cordova requires many third party libraries like AngularJS, emojil-data ,bootstrap , Jquery , JqueryEmojiarea , JqueryUI , gemoji , cryptojs and some other libraries .Firebase would be effective local storage would make your application clash or slow to processe data . Google push notifications is not free you have to pay a token for your request to be processed .


you need to secure your application to end to end encryption because eavesdropper cannot access the cryptographic keys needed to decrypt the conversation.

I hope you find someone . I see creating an IM as a complete waste of time
Re: Skilled App Programmer That Specialises With Cordova Needed by Nobody: 8:40pm On May 11, 2016
proxy20:
create a IM chat using cordova requires many third party libraries like AngularJS, emojil-data ,bootstrap , Jquery , JqueryEmojiarea , JqueryUI , gemoji , cryptojs and some other libraries .Firebase would be effective local storage would make your application clash or slow to processe data . Google push notifications is not free you have to pay a token for your request to be processed .


you need to secure your application to end to end encryption because eavesdropper cannot access the cryptographic keys needed to decrypt the conversation.

I hope you find someone . I see creating an IM as a complete waste of time

Not really, so much dependencies on libs will slow down the app, simply use onsen.io Remove jQuery/JqueryUI but the concept of pushing the data to a resource online makes much sense, as localStorage will run out of space quickly, WebSQL deprecated. would Node be able to push notifications, if not won't be bad to have the backend in Node.
Re: Skilled App Programmer That Specialises With Cordova Needed by Nobody: 9:03pm On May 11, 2016
pcguru1:


Not really, so much dependencies on libs will slow down the app, simply use onsen.io Remove jQuery/JqueryUI but the concept of pushing the data to a resource online makes much sense, as localStorage will run out of space quickly, WebSQL deprecated. would Node be able to push notifications, if not won't be bad to have the backend in Node.
It is possible to use node as backends.
Re: Skilled App Programmer That Specialises With Cordova Needed by Nobody: 9:09pm On May 11, 2016
proxy20:

It is possible to use node as backends.

sad would Node be able to push notifications i've use Node as backend, am asking if it's possible to handle push notifications with Node, i don't think i would be that stupid to ask if node can be used as a service/backend.

1 Like

Re: Skilled App Programmer That Specialises With Cordova Needed by Nobody: 9:27pm On May 11, 2016
pcguru1:


sad would Node be able to push notifications i've use Node as backend, am asking if it's possible to handle push notifications with Node, i don't think i would be that stupid to ask if node can be used as a service/backend.
Apple Push Notification Service (APNS) foriPad and iPhone devices
Google Cloud Messaging service (GCM) for Android devices
Windows Notification Service (WNS) for Windows devices
Microsoft Push Notification Service (MPNS)
for Windows Phone devices

it is possible but you have to go to the official developer site for the Api for it to work .
Re: Skilled App Programmer That Specialises With Cordova Needed by Nobody: 9:45pm On May 11, 2016
proxy20:

Apple Push Notification Service (APNS) foriPad and iPhone devices
Google Cloud Messaging service (GCM) for Android devices
Windows Notification Service (WNS) for Windows devices
Microsoft Push Notification Service (MPNS)
for Windows Phone devices

it is possible but you have to go to the official developer site for the Api for it to work .

Thanks mehn smiley
Re: Skilled App Programmer That Specialises With Cordova Needed by sleepingdemon: 10:58pm On May 11, 2016
pcguru1:


sad would Node be able to push notifications i've use Node as backend, am asking if it's possible to handle push notifications with Node, i don't think i would be that stupid to ask if node can be used as a service/backend.
couple node with sockets.io and then see how ur push notification come in with realest time
Re: Skilled App Programmer That Specialises With Cordova Needed by Nobody: 6:12am On May 12, 2016
sleepingdemon:
couple node with sockets.io and then see how ur push notification come in with realest time
Lobatan, see example of node sockets.io implementation here - http://dhtmlchat.heroku.com

By the way, I have rewritten that sockets.io in regular php/javaScript - in case anyone is interested. And it works exactly like the original socket.io of node.
Re: Skilled App Programmer That Specialises With Cordova Needed by sleepingdemon: 8:18am On May 12, 2016
dhtml18:

Lobatan, see example of node sockets.io implementation here - http://dhtmlchat.heroku.com

By the way, I have rewritten that sockets.io in regular php/javaScript - in case anyone is interested. And it works exactly like the original socket.io of node.

im intrested, provided i dont have to start a deamon separately like phpwebsockets
Re: Skilled App Programmer That Specialises With Cordova Needed by Nobody: 9:53am On May 12, 2016
sleepingdemon:

im intrested, provided i dont have to start a deamon separately like phpwebsockets
Unfortunately, my solution uses websockets. . . . . .but that is just a small aspect of the entire library.
Re: Skilled App Programmer That Specialises With Cordova Needed by Nobody: 10:22am On May 12, 2016
socket.io is cool but you need to add more features like group chat , authentication , logout , sendInvites,deleteContacts ,search .sendBroadcast .
Re: Skilled App Programmer That Specialises With Cordova Needed by sleepingdemon: 11:22am On May 12, 2016
dhtml18:

Unfortunately, my solution uses websockets. . . . . .but that is just a small aspect of the entire library.
please drop github link to the solution?
Re: Skilled App Programmer That Specialises With Cordova Needed by sleepingdemon: 11:24am On May 12, 2016
proxy20:
socket.io is cool but you need to add more features like group chat , authentication , logout , sendInvites,deleteContacts ,search .sendBroadcast .

that is while building the app itself, the sockets.io is just for real time interaction as fast as that of bbm snd whatsapp...
Re: Skilled App Programmer That Specialises With Cordova Needed by Nobody: 12:13pm On May 12, 2016
sleepingdemon:

that is while building the app itself, the sockets.io is just for real time interaction as fast as that of bbm snd whatsapp...

If you can't create a good users interface buy HTML5 template online .You don't have to stress yourself your unless are able to do it neatly using onsen.io .

All those features are not present you need to implement them yourself , except you want to build it for research purpose . Like voice and video call using webRTC and more .
Re: Skilled App Programmer That Specialises With Cordova Needed by Nobody: 7:58pm On May 12, 2016
sleepingdemon:
please drop github link to the solution?
The main problem i have is that i have been unable to write the documentation of how the whole thing works. That is why i have not fully published it on github, but i can see you are an advanced user. You can pm me and block me on facebook, i shall be able to explain it for you.

Once you understand how socket.io works and you understand php/javascript, there should be no problem at all.
Re: Skilled App Programmer That Specialises With Cordova Needed by kosytedy(m): 8:42pm On May 12, 2016
Please I know all these, I'm an expert in Web application related programming languages. Please indicate if you can deliver, I don't believe in long talks. The pay will be good. Thanks

2 Likes

Re: Skilled App Programmer That Specialises With Cordova Needed by Nobody: 9:41pm On May 12, 2016
kosytedy:
Please I know all these, I'm an expert in Web application related programming languages. Please indicate if you can deliver, I don't believe in long talks. The pay will be good. Thanks
Why you come dey yabb boiz now?

1 Like

Re: Skilled App Programmer That Specialises With Cordova Needed by kosytedy(m): 11:14pm On May 12, 2016
dhtml18:

Why you come dey yabb boiz now?
No vex bro, I just need results not discussions. Nigerian programmers are so fund of knowing things theoretically and can't apply them. No vex, I need who can do this ASAP.
Re: Skilled App Programmer That Specialises With Cordova Needed by Nobody: 6:45am On May 13, 2016
^^^You mean that our mouth run faster than our codes (or that our mouths run in a recursive loop abi)? Well, me i know that i get mouth pass my skill - a typical skill of a Naija programmer is running his mouth endlessly.

1 Like

Re: Skilled App Programmer That Specialises With Cordova Needed by FincoApps(m): 9:09am On May 13, 2016
pcguru1:


sad would Node be able to push notifications i've use Node as backend, am asking if it's possible to handle push notifications with Node, i don't think i would be that stupid to ask if node can be used as a service/backend.

LOL
Re: Skilled App Programmer That Specialises With Cordova Needed by FincoApps(m): 9:10am On May 13, 2016
kosytedy:
Please I know all these, I'm an expert in Web application related programming languages. Please indicate if you can deliver, I don't believe in long talks. The pay will be good. Thanks

LOL the thing tire me oo. Anyway, contact me on agbontaenefe@gmail.com or send me your contact
Re: Skilled App Programmer That Specialises With Cordova Needed by kosytedy(m): 12:09am On May 15, 2016
FincoApps:


LOL the thing tire me oo. Anyway, contact me on agbontaenefe@gmail.com or send me your contact

(1) (Reply)

SJ / Hospital Management System / Best Microfinance Banking Application.

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 36
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.