CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> General/Other

 Going Mobile anyone?

Print topic Send  topic

Author Message
Waspman

Posts: 948
Posted: 06/11/2015, 7:26 AM

Bearing in mind how CCS has spoilt us by making even the most complicated application a dream to build, has anyone come across a similar tool for mobile development. I've tried Appery.io and Configure.IT, but they make even simple task a chore:(
_________________
http://www.waspmedia.co.uk
View profile  Send private message
MichaelMcDonald

Posts: 640
Posted: 06/11/2015, 2:32 PM

web apps in bootstrap work well throw in some jquery to make seamless non-refresh components like the listbox onchange events, and one of favourites "emulate submit" and you've got a winner.
That one you can have it "press" submit for you when you get the listbox back to zero ( or any value) it is hours of fun :)

resizing brings the hide/show menu in and changes it from horizontal to vertical.
_________________
Central Coast, NSW, Australia.

View profile  Send private message
clickryan


Posts: 55
Posted: 06/11/2015, 3:41 PM

For mobile / cross-platform native app, i use flash (as3) + adobe air. I can export between ios and Android app on a fly.
_________________
Codecharge Developer (PHP, ASP.net - C# or VB.net)
for help or inquiries please visit clickryan.com
View profile  Send private message
Waspman

Posts: 948
Posted: 06/11/2015, 4:11 PM

Yeah I've done all the mobile stuff with Foundation and Jquery. I just wondered if there was a tool like CCS. I'm currently using Appery.io., it's OK but it's no codecharge.
_________________
http://www.waspmedia.co.uk
View profile  Send private message
Mango_Lier


Posts: 110
Posted: 06/12/2015, 8:56 AM

I built my own, towards the tail end of the video
https://www.dropbox.com/s/amb3ghwqy1r6wh4/ZNSVideo.mp4?dl=0

View profile  Send private message
Waspman

Posts: 948
Posted: 06/12/2015, 9:52 AM

Cool! So how did you get it on App Store and Google Play?
_________________
http://www.waspmedia.co.uk
View profile  Send private message
Mango_Lier


Posts: 110
Posted: 06/12/2015, 11:57 AM

I don't get it on apple/google store, this is running in the browser. I am using Sencha/ExtJS framework and they have a packager to turn it into "pseudo native app" i.e. contents still running in an HTML view so all your frontend javascript remains the same.

View profile  Send private message
Waspman

Posts: 948
Posted: 06/12/2015, 12:31 PM

Are you selling the service or how to tutorials?

_________________
http://www.waspmedia.co.uk
View profile  Send private message
Waspman

Posts: 948
Posted: 06/12/2015, 12:50 PM

Thinking about it, a pseudo app might cause problems with Apple. I'm still working on Apprey.io and it's going pretty well. It's very basic compared to CCS, but I'm getting there slowly. Funny, there are similarities to the early days when I started using CC(me just not getting it I mean) and the tutorials are not that good. Difference being, when I started with CC this forum was amazing, the Appery one isn't. There were some real helpful guys on here and they got me through it especially Walter, God rest his soul.
_________________
http://www.waspmedia.co.uk
View profile  Send private message
Mango_Lier


Posts: 110
Posted: 06/12/2015, 2:33 PM

Quote Waspman:
Are you selling the service or how to tutorials?
I am in the services business, you tell me the application requirements, I develop them, you get the source code minus the CCS project files. CCS project files are not included because a whole lot of custom actions and events must be installed before you can open/change the projects. The custome "code generation" events and actions are not for sale. Also, my solutions are based on Sencha/ExtJS front end framework. The framework is not free, the customer has to pay for it when they bring the solution online.

Our tools can take
CCS Grid/Recrod/Search/Editable Grid and can generate Sencha frontend for Grid/Record/Search/Editable Grid. The backend source code stays the same for std html/mobile applications.
CCS Directory component can be turned into Sencha Tree/Tree Grid with ondemand loading without bringing in the entire data tree to front end.

Our development fees are not exuberant, we can do it at reasonable cost. Send me a PM if you are interested.


View profile  Send private message
Waspman

Posts: 948
Posted: 06/12/2015, 3:54 PM

Thanks, but we can develop the application ourselves. All i was looking for was a way to mobilise it.
_________________
http://www.waspmedia.co.uk
View profile  Send private message
eratech


Posts: 513
Posted: 06/13/2015, 1:18 AM

+1 for trying out Appery.io for mobile apps with cross-platform.

I have a Junior Dev and it's been easier to have him learn appery and I'll stick with CCS.

Eric
_________________
CCS 3/4/5 ASP Classic, VB.NET, PHP
Melbourne, Victoria, Australia
View profile  Send private message
MichaelMcDonald

Posts: 640
Posted: 06/13/2015, 3:51 AM

Sharing IS caring right?

I'm not going to leave this up long ... but I have a working PHP with custom amount and description for stripe checkout c/c payments (stripe.com)

and all that has to be done is add your secret key to payment.php and your publishable key to payment_form.php and go live using payment_form.

At the moment, I haven't developed validation other than the built in CC validation I am still working out how to do that because that part actually fires off stripes own JS on their website and the custom fields will have to be validated on the form itself.

www.exeta.com.au/stripeproject.zip


give me a shout out when you have it and then it comes down ...
_________________
Central Coast, NSW, Australia.

View profile  Send private message
Waspman

Posts: 948
Posted: 06/13/2015, 6:31 AM

That's good know Eric. I cracked all the basic stuff within a couple of hours. Just need to sort things like user identification, image upload, multilingual functions and Paypal integration. Give me a week:)
_________________
http://www.waspmedia.co.uk
View profile  Send private message
Waspman

Posts: 948
Posted: 06/13/2015, 6:35 AM

Quote MichaelMcDonald:
Sharing IS caring right?

I'm not going to leave this up long ... but I have a working PHP with custom amount and description for stripe checkout c/c payments (stripe.com)

and all that has to be done is add your secret key to payment.php and your publishable key to payment_form.php and go live using payment_form.

At the moment, I haven't developed validation other than the built in CC validation I am still working out how to do that because that part actually fires off stripes own JS on their website and the custom fields will have to be validated on the form itself.

www.exeta.com.au/stripeproject.zip


give me a shout out when you have it and then it comes down ...


Amazin:) Thanks for sharing, I'll download when I get back in the office on Monday
_________________
http://www.waspmedia.co.uk
View profile  Send private message
eratech


Posts: 513
Posted: 06/15/2015, 6:07 PM

Waspman - yeah, I'm impressed that appery keep putting up tutorials for new features (which saves me training my Dev) and they seem to make the stuff you need 80% of the time a little easier each version.

And although it's a HTML/Cordova (aka PhoneGap) hybrid app, for most of my mobile business apps, those functions are fine. I wouldn't do a game or highly platform specific app on it, but for the simpler, cross-platform apps where I can't afford 3 weeks of android vs ios testing cross-testing then it's a great help.

Cheers

Eric

_________________
CCS 3/4/5 ASP Classic, VB.NET, PHP
Melbourne, Victoria, Australia
View profile  Send private message
vandalen

Posts: 58
Posted: 06/17/2015, 3:25 PM

http://www.hkvstore.com/aspnetmaker/aspnetmaker12.asp
View profile  Send private message
Waspman

Posts: 948
Posted: 06/28/2015, 8:23 AM

Feedback; Appery.io is amazin. If you wana develop data driven apps it's a doddle. UI design is a bit restricted. It's unbelievably quick to develop data driven stuff both using your existing data source and the Appery database backend.
_________________
http://www.waspmedia.co.uk
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.