Free Republic
Browse · Search
General/Chat
Topics · Post Article

I have some fairly decent VBA skills and have done a bit of web stuff. Mainly I can find work done by others and modify it to my needs. I have a unique idea for an app and am reluctant to reveal what it is as you can imagine.

Are apps created in java script? Is there an application that app developers prefer? Your suggestions are appreciated.

1 posted on 05/27/2014 7:27:35 AM PDT by killermosquito
[ Post Reply | Private Reply | View Replies ]


To: killermosquito

You can trust me. Give me the idea, and I will handle.


2 posted on 05/27/2014 7:28:35 AM PDT by petercooper ("I was for letting people keep their health insurance, before I wasn't". --- Barack Obama)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: killermosquito

Most apps are in java (not javascript), some C#.

Document your idea (that letter in the mail is a neat idea!) then get a local college student to implement it.


4 posted on 05/27/2014 7:31:39 AM PDT by PissAndVinegar
[ Post Reply | Private Reply | To 1 | View Replies ]

To: killermosquito

What about me who has some ideas but no talent? They keep bouncing around in my head..


5 posted on 05/27/2014 7:33:50 AM PDT by GregB (In memory of Past Your Eyes.)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: killermosquito
I thought of a female navigation app that gives voice notifications to the female driver for example...

"After the Walgreens, turn right....turn left at the Kohl's then straight on the road that takes you to the new mall"

No need to clutter it up with road/hwy names.

6 posted on 05/27/2014 7:38:36 AM PDT by lormand (Inside every liberal is a dung slinging monkey)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: killermosquito
If you develop for Android, it will be in Java. The Android development suite is available for Windows, Linux, and Mac:

http://developer.android.com/sdk/index.html

If you develop for iOS (iPhone, iPad), it will be in Objective C. The iOS SDK is only available for OSX (on a Mac):

https://developer.apple.com/devcenter/ios/index.action

11 posted on 05/27/2014 7:46:11 AM PDT by justlurking (tagline removed, as demanded by Admin Moderator)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: killermosquito

Form a partnership with this guy: http://www.freerepublic.com/focus/f-chat/3160537/posts


15 posted on 05/27/2014 7:51:47 AM PDT by Rio (Proud resident of the State of Jefferson)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: killermosquito

Go to the government.

Tell them the app will promote gay marriages and make people sign up for Obamacare, and will be powered by windmills and solar panels.

They will give you millions to develop your app.

Also, because it is government funded, you can just keep the money and not even bother with developing the app. You will never be held accountable.


16 posted on 05/27/2014 7:52:10 AM PDT by oldbill
[ Post Reply | Private Reply | To 1 | View Replies ]

To: killermosquito

here are some other cool options:

10 Frameworks To Build Mobile Application With HTML, CSS & JavaScript
http://www.hongkiat.com/blog/mobile-frameworks/

Adobe Air (uses Flash coding and bundles it for cross-platform Android or iDevices:
http://www.adobe.com/products/air.html


19 posted on 05/27/2014 7:57:20 AM PDT by Phillyred
[ Post Reply | Private Reply | To 1 | View Replies ]

To: killermosquito

VBA is not applicable.

Idea’s are a dime a dozen.

There are some pretty good E-Z packages for developing them.

Otherwise bone up on both Java(android) and Objective C(IOS).

Then bone up on your back-end server app skills.


22 posted on 05/27/2014 8:03:33 AM PDT by ImJustAnotherOkie (zerogottago)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: killermosquito

I make phoneapps. Trust me that you don’t want to follow the advise you are getting here.


26 posted on 05/27/2014 8:11:16 AM PDT by Kirkwood (Zombie Hunter)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: killermosquito

If you don’t know how to program, go to oDesk or sights like that and interview developers to make it for you.

Apps are created in a few ways..

1 Native mode... for Android this is Java for iPhone this is Objective c.

2 Web Based/HTML... basically just enough native code to launch a web view to open the “app” from your web site

3. Hybrid things like PhoneGap etc.


27 posted on 05/27/2014 8:13:55 AM PDT by HamiltonJay
[ Post Reply | Private Reply | To 1 | View Replies ]

To: killermosquito

I’ve built apps for fortune 100 (fortune 10) companies and startups.

How to make money (or other value) REALLY depends on the app. Different models work depending on your target audience (and competitors).

The best way to develop the app also really depends on the app and the target audience. In some cases you can get away cheap ($1000s) and in other cases you really need to spend 100s of $1000s to build almost the same functionality.

You can build completely functional apps in html/javascript (offline web apps) that have access to the camera and a local database. Getting notifications, phonebook, sms, etc will need at least an extension to the web app (i.e. apache cordova allows extensions or allows a “native” app to present an html/javascript UI). HTML/javascript is quick and easy (relatively) for UI if you want cross-platform availability but it can feel clunky if your userbase expects a native app unless you put a lot of effort into the UI. There are many cross-platform development tools but the best one depends on the app (and target users) and in some cases native is the way to go (but I’d call those cases rare and getting rarer).


29 posted on 05/27/2014 8:16:21 AM PDT by LostPassword
[ Post Reply | Private Reply | To 1 | View Replies ]

To: killermosquito

BFL


31 posted on 05/27/2014 8:23:04 AM PDT by Lurkina.n.Learnin
[ Post Reply | Private Reply | To 1 | View Replies ]

To: killermosquito
I have 2 Apps in the Apple App Store. If your market is iOS, you can write in Apple's Objective-C language, or, by using a platform such as Xamarin, you can take C# code and compile to native Cocoa. Regardless of the language, you'll need to be a registered developer with Apple and follow their guidelines.

If you're planning an Android App, then you'll need to follow those guidelines. Microsoft has their own guidelines for their apps as well.

32 posted on 05/27/2014 8:23:16 AM PDT by MrsEmmaPeel (a government big enough to give you everything you want, is big enough to take everything you have)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: killermosquito
You could take a look at something like Telerik AppBuilder, which will build apps for iPhone/iPad, Android, and Windows Phone.

Telerik AppBuilder

I have used it. Not saying it's the best or the best way. Apps are built using Javascript, HTML5, and CSS. It's basically an IDE that uses Apache Cordova, aka PhoneGap. You don't even need a Mac to create the iPhone app.

39 posted on 05/27/2014 8:41:40 AM PDT by Mannaggia l'America
[ Post Reply | Private Reply | To 1 | View Replies ]

To: killermosquito

Apply for a patent before telling anyone about it.


40 posted on 05/27/2014 8:45:05 AM PDT by Citizen Zed ("Freedom costs a buck o five" - Gary Johnston, TAWP)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: killermosquito
If you are programming for an iOS (Apple) device, I'd highly recommend lynda.com tutorials. I had a little Visual Basic and some C++ from way back and was able to jump into Objective-C and the X-Code interface without too much trouble.

You need a Macbook laptop to program on. The lynda tutorials are $30 month for unlimited viewing. If you can swing those costs, it's a fairly cheap education. Good luck!

53 posted on 05/27/2014 10:55:41 AM PDT by Textide
[ Post Reply | Private Reply | To 1 | View Replies ]

To: killermosquito

I wouldn’t buy anything from someone that doesn’t have a basic command of the English language. Does you understand?


63 posted on 05/27/2014 6:54:33 PM PDT by BubbaBasher ("Liberty will not long survive the total extinction of morals" - Sam Adams)
[ Post Reply | Private Reply | To 1 | View Replies ]

Free Republic
Browse · Search
General/Chat
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson