Mobile App Learning/developing QN

orhanzi

Master Member
Joined
Apr 24, 2009
Messages
4,544
Reaction score
818
is it realistically possible to create a mobile app/game just by learning programming tutorials online ( newboston videos, codeacademy..
)without going to university?

anyone out there manage to do it ? can share your experience ?
 

saysuzu

High Supremacy Member
Joined
Oct 31, 2007
Messages
27,562
Reaction score
2
is it realistically possible to create a mobile app/game just by learning programming tutorials online ( newboston videos, codeacademy..
)without going to university?

anyone out there manage to do it ? can share your experience ?

it's possible
i did an android app before, even though I've learn Java before, the Android API was tough to me; i have to really read up on the API stuff here and there, and keep googling around

i never post the app on google play, because it's only does one thing: button click, that's all

but nonetheless, I still gain quite an amount of experience from it. If I have the time, I would have create something more...tangible

to create great app/game, you need more than programming skill; vision and ideas are also included
 

davidktw

Arch-Supremacy Member
Joined
Apr 15, 2010
Messages
13,547
Reaction score
1,301
is it realistically possible to create a mobile app/game just by learning programming tutorials online ( newboston videos, codeacademy..
)without going to university?

anyone out there manage to do it ? can share your experience ?

Why not, it's just how far you can progress and what speed you will be progressing at. Learning a programming language is not very difficult, what is difficult is understanding how to approach a problem and then next come your creativity to invent.

For eg: Maybe you have a good idea to make use of the mobile camera to navigate a game, question is even after you found the API to control the camera, do you know how to apply 3D concepts to the whole process ? How to perform 3D transformation, how camera perspective works etc ? How to detect surfaces or planes etc ?

All these concepts requires studying, not necessarily in universities, but you can find such similar courses teaching you such basic concepts and technologies which even reading books may get you nowhere unless you have good grasps of certain mathematical or scientific fundamentals.
 

NISMOPOWER01

Member
Joined
Aug 12, 2008
Messages
190
Reaction score
0
Hi there....if i wanna creatte a simple mobile app that links to my blog n then upload the app in playstore how ya
 

davidktw

Arch-Supremacy Member
Joined
Apr 15, 2010
Messages
13,547
Reaction score
1,301
Hi there....if i wanna creatte a simple mobile app that links to my blog n then upload the app in playstore how ya

So you are interested in a mobile app for Android ? I have not developed for android specifically, so can't comment much. Perhaps App store fees, percentages, and payouts: What developers need to know | TechRepublic will helps ?

Your blog doesn't need a dedicated mobile app. It's quite pointless. Just ensure your blog template is responsive and display well on a mobile display. It's more flexible given a blog mostly do not require native performance from a mobile device.
 

xinus84

Senior Member
Joined
Sep 26, 2003
Messages
1,605
Reaction score
0
i did. university don't reach such courses. in fact, there are many frameworks and sample codes available. all you need is to plug your ideas in. i used cocos2d for iPhone. But then android is fundamentally different from ios but same learning curve.
 

BlackCube

Great Supremacy Member
Joined
Jul 18, 2003
Messages
71,252
Reaction score
861
It's possible provided you have some knowledge in programming.

I learnt Android myself, though online resources and code snippet.
One month and I managed to do something out of it.
 

NSforSG

High Supremacy Member
Joined
Nov 17, 2010
Messages
34,250
Reaction score
2
So you are interested in a mobile app for Android ? I have not developed for android specifically, so can't comment much. Perhaps App store fees, percentages, and payouts: What developers need to know | TechRepublic will helps ?

Your blog doesn't need a dedicated mobile app. It's quite pointless. Just ensure your blog template is responsive and display well on a mobile display. It's more flexible given a blog mostly do not require native performance from a mobile device.

agree with david korkor. Ensure that your website is responsive and fluid, or like some other websites did (even HWZ), redirect the user to mobile version of your blog if possible.
 

NSforSG

High Supremacy Member
Joined
Nov 17, 2010
Messages
34,250
Reaction score
2
i did android app before, but it's quite cui and it can be found on google play. haha.

anyway, to create app for android, you need to know java + XML. that's the 2 languages used to create android apps. i wanna learn Objective-C to create iOS app, but Apple is smart by forcing people to use only iMac or iBook to create iOS app! :(

creating an app is easy, the problem is the idea. and ideas are generally "running out" soon, as you can see most apps are using almost the same ideas, just different graphics or different scoring systems...
 

davidktw

Arch-Supremacy Member
Joined
Apr 15, 2010
Messages
13,547
Reaction score
1,301
agree with david korkor. Ensure that your website is responsive and fluid, or like some other websites did (even HWZ), redirect the user to mobile version of your blog if possible.

I need to disagree with one aspect :) HWZ do not have responsive design, and I must comment sincerely that it's mobile presentation left a lot to be desired. In fact, it's as good as a WAP page only.
 

NSforSG

High Supremacy Member
Joined
Nov 17, 2010
Messages
34,250
Reaction score
2
I need to disagree with one aspect :) HWZ do not have responsive design, and I must comment sincerely that it's mobile presentation left a lot to be desired. In fact, it's as good as a WAP page only.

:s11::s11::s11:
in my previous reply, i wasn't saying HWZ is responsive! what i mean is HWZ will redirect you to a mobile version, and you are given a choice to go back to the desktop version. (which is disastrous if you do so!)

i didn't realise how important to make a web responsive until i use bootstrap and i realise, WOW, i didn't know i can make the same page appear differently just by detecting the screen size and changing CSS accordingly...

And i do agree with you that "mobile presentation left a lot to be desired". How to effectively pack and display the necessary data on that small screen is a form of art... :)
 

saysuzu

High Supremacy Member
Joined
Oct 31, 2007
Messages
27,562
Reaction score
2
I need to disagree with one aspect :) HWZ do not have responsive design, and I must comment sincerely that it's mobile presentation left a lot to be desired. In fact, it's as good as a WAP page only.

they're lazy to renovate it
 

AnimeNewbie

Suspended
Joined
Nov 1, 2003
Messages
8,050
Reaction score
1,966
I am learning iOS programming through the uni video tutorials found on iTunes U. It is possible to learning mobile programming yourself but game programming might be stretching it abit since it involves different disciplines: graphics, 3D modelling, AI, physics, sound and game design.
 

davidktw

Arch-Supremacy Member
Joined
Apr 15, 2010
Messages
13,547
Reaction score
1,301
:s11::s11::s11:
in my previous reply, i wasn't saying HWZ is responsive! what i mean is HWZ will redirect you to a mobile version, and you are given a choice to go back to the desktop version. (which is disastrous if you do so!)

i didn't realise how important to make a web responsive until i use bootstrap and i realise, WOW, i didn't know i can make the same page appear differently just by detecting the screen size and changing CSS accordingly...

And i do agree with you that "mobile presentation left a lot to be desired". How to effectively pack and display the necessary data on that small screen is a form of art... :)

Ah... I mis-read on your response towards HWZ mobile site. :)
 
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