B4A Project

u2005k

Member
Licensed User
Longtime User
Hi,

We have developed mCommerce mobile App using Cordova & I would like to convert it to B4A.
This App uses IBM Clodant as Backend (NoSQL) & PouchDB to create local replica of it. All products are stored locally and App works completely offline. It sync with backend database when connectivity is available. Current App has following issues:

1. Front is build using jQuery Mobile/HTML/CSS, unfortunately user experience is not good. Buttons, clicks are not very responsive so we loose great benefit of being offline application.
2. UI needs some improvement, app should look & behave like native app.
3. We want to use gestures in application e.g. Double Tap or Hold to add product to cart but currently these gestures are not very reliable.
4. Currently we are using PushWoosh notification service but would like to use something like B4J PushServer.


There are about 8-10 screens with basic eCommerce functionality. (Discounts, Coupons, Shipping & Payment Gateway is not yet done, these are to be done in next phase).

Part of conversion project is to use another library (PouchDB works only in JS). Here is a link alternate implementation. May be we will need to write B4A wrapper.
https://cloudant.com/blog/introducing-cloudant-sync/

I have couple of other projects that need help. Please send me private message with your interest and proposal.

Thanks & regards...
Uday
 

u2005k

Member
Licensed User
Longtime User
Hi,
Thanks for the reply.

Other project is developed in B4A but since my team is not very experienced in it, I am not sure about code quality, UI. Please reply me privately uday at miiint dot com and I can share more details. I have one more project idea which I can share privately.

Regards...

Uday
 
Top