Creating a Mobile App

Hironaku

Junior Member
Joined
Jul 25, 2012
Messages
27
Reaction score
0
Hi Everyone,

I have an idea and am looking to create a mobile application. I know php programming and mysql. However, i do not know how to code on phones. Do you guys feel that trying to learn 2 different coding language (iOS & Android) is too difficult or it would be better to go with a company like Skylark Singapore? I have heard many good things about them and they are cheapest among the good companies.

What are you thoughts?
 

CmDrRaBb

Master Member
Joined
Dec 2, 2001
Messages
3,434
Reaction score
47
You could try hybrid programming. Basically it uses HTML5 to create an app and it will compile to a Android or iOS app. However, there are some plugins which cannot be used on both platforms. Gaining in popularity nowadays.
 

natnai

Supremacy Member
Joined
Nov 6, 2007
Messages
8,020
Reaction score
1
Hi Everyone,

I have an idea and am looking to create a mobile application. I know php programming and mysql. However, i do not know how to code on phones. Do you guys feel that trying to learn 2 different coding language (iOS & Android) is too difficult or it would be better to go with a company like Skylark Singapore? I have heard many good things about them and they are cheapest among the good companies.

What are you thoughts?

If you know PHP, then I think learning Java and Objective-C (or Swift as they call it now) shouldn't be very difficult - I'm not proficient in either, but the major difference that sticks out to me is strict typing, based on the basic stuff I've done in both languages. Can be frustrating if you're not used to type casting in PHP, wondering why your programme is not compiling. At any rate, conceptually, if you are familiar with OO PHP, it uses a pretty classical class architecture. Good luck!
 

davidktw

Arch-Supremacy Member
Joined
Apr 15, 2010
Messages
13,547
Reaction score
1,301
If you know PHP, then I think learning Java and Objective-C (or Swift as they call it now) shouldn't be very difficult ...

Swift is a new language, Obj-C is not Swift. Neither would you relate them. The only relationship is they are both supported in iOS platform.

Learning the programming language is one thing, knowing how to develop mobile applications, understanding its limitation and hence using proper technologies that can accomplish what you want while still coping with limited battery power, occasional dropping or switching of network, backend catering to large number of concurrent access from mobile devices, good UI/UX design philosophy is what one should knows to develop good mobile software.
 
Last edited:

*Pickle*

Arch-Supremacy Member
Joined
Aug 18, 2014
Messages
19,117
Reaction score
5
If you are bothered by the need to learn two different languages, how about getting yourself started with C++ to utilise cocos2d-x for its cross platform capabilities?
 

Bonadaly

Arch-Supremacy Member
Joined
Aug 10, 2008
Messages
18,685
Reaction score
0
Swift is a new language, Obj-C is not Swift. Neither would you relate them. The only relationship is they are both supported in iOS platform.

Learning the programming language is one thing, knowing how to develop mobile applications, understanding its limitation and hence using proper technologies that can accomplish what you want while still coping with limited battery power, occasional dropping or switching of network, backend catering to large number of concurrent access from mobile devices, good UI/UX design philosophy is what one should knows to develop good mobile software.

How to learn all these sia?
 

davidktw

Arch-Supremacy Member
Joined
Apr 15, 2010
Messages
13,547
Reaction score
1,301
How to learn all these sia?

Languages are easy to acquire. The documents are found online at Apple site and also in books.

Public technologies like using BaaS, all these are found in the Internet, reading on articles and so.

Industrial practices like how to architect proper systems, how to cope with large number of mobile devices are partially from working experiences and engagement with other consultants and communities via forums, mailing list, etc.

Visual design and user experiences concepts can be through reading books, articles, engaging with designers and learn how they design, simply looking around and ask why are things done in certain manners and question why certain things you handle are of awkward experiences and how they can be improved ?

Simply not a single source of knowledge.
 

jelloj

Junior Member
Joined
Sep 28, 2008
Messages
96
Reaction score
0
try elance

Hi Everyone,

I have an idea and am looking to create a mobile application. I know php programming and mysql. However, i do not know how to code on phones. Do you guys feel that trying to learn 2 different coding language (iOS & Android) is too difficult or it would be better to go with a company like Skylark Singapore? I have heard many good things about them and they are cheapest among the good companies.

What are you thoughts?
 

lovellexo

Junior Member
Joined
Mar 3, 2014
Messages
11
Reaction score
0
I've a friend working in a website design and mobile application company. Do pm for his contact or you can leave down your contact details! :)
 

natnai

Supremacy Member
Joined
Nov 6, 2007
Messages
8,020
Reaction score
1
How to learn all these sia?

I learned web development by just writing shitty code, then reading up on how to improve it, refactor it, refactor it again, refactor again...and again...you get the idea. Of course I did all of that for free when I was working at a start up, but still got paid (peanuts) every month, which helped. I mean I had a reason to just bash around until I discovered solutions either in books, online, in forums...sometimes you make your own hacks, which you only discover when you're trying to make your own lousy code work.
 

BigEyeFish

Member
Joined
Jun 19, 2008
Messages
111
Reaction score
0
Hi all,
anyone care to explain whats the difference between those app maker websites and traditional app building?

One offers no coding required and traditional app building requires coding, thats all?

If i am a newbie app maker, i can just use the app maker website and pay a premium? please correct me
 

davidktw

Arch-Supremacy Member
Joined
Apr 15, 2010
Messages
13,547
Reaction score
1,301
Hi all,
anyone care to explain whats the difference between those app maker websites and traditional app building?

One offers no coding required and traditional app building requires coding, thats all?

If i am a newbie app maker, i can just use the app maker website and pay a premium? please correct me

The differences are "walking into supermarket buy ur ingredients and then into the kitchen" and "walk up to a restaurant and order what is available"
 

mipsmonsta

Member
Joined
Jul 18, 2006
Messages
189
Reaction score
0
Hi all,
anyone care to explain whats the difference between those app maker websites and traditional app building?

One offers no coding required and traditional app building requires coding, thats all?

If i am a newbie app maker, i can just use the app maker website and pay a premium? please correct me
The sky is the limit when you use hardcore tools. For android, nothing beats their Android Studios.

Sent from Asus ASUS_Z00AD using GAGT
 
Important Forum Advisory Note
This forum is moderated by volunteer moderators who will react only to members' feedback on posts. Moderators are not employees or representatives of HWZ Forums. Forum members and moderators are responsible for their own posts. Please refer to our Community Guidelines and Standards and Terms and Conditions for more information.
Top