Go Back   CodingForums.com > :: Client side development > General web building > Building for mobile devices

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-26-2011, 12:16 PM   PM User | #1
devinmaking
Regular Coder

 
Join Date: Oct 2011
Posts: 236
Thanks: 11
Thanked 5 Times in 5 Posts
devinmaking has a little shameless behaviour in the past
What makes a mobile app, an app?

Hi guys,

I have just created my first mobile friendly website where my client can update his phone on a smart phone, ipad or through the web.

I have written the mobile section in php, javascript etc etc.

The site recognise that you are on a mobile device and then sends you to relevant pages which are made for the mobile device.

It works on all mobiles i have tested it on, iphone, nokia and samsung and all work 100% with no flaws.

In the admin the user can upload images, add, edit and delete content.

Users can sign up and create a profile and post comments.

Anyway i was talking to a friend and he stated this is not an app, this is a mobile friendly website.

So my question is what makes an app an actual app?
devinmaking is offline   Reply With Quote
Old 11-26-2011, 03:51 PM   PM User | #2
AJM
New Coder

 
Join Date: Nov 2011
Location: USA
Posts: 21
Thanks: 1
Thanked 1 Time in 1 Post
AJM is an unknown quantity at this point
Quote:
Originally Posted by devinmaking View Post
Hi guys,

I have just created my first mobile friendly website where my client can update his phone on a smart phone, ipad or through the web.

I have written the mobile section in php, javascript etc etc.

The site recognise that you are on a mobile device and then sends you to relevant pages which are made for the mobile device.

It works on all mobiles i have tested it on, iphone, nokia and samsung and all work 100% with no flaws.

In the admin the user can upload images, add, edit and delete content.

Users can sign up and create a profile and post comments.

Anyway i was talking to a friend and he stated this is not an app, this is a mobile friendly website.

So my question is what makes an app an actual app?
If you are talking about a native app(download and install on phone), then you should take a look at Phonegap.

Hope that helps,

-AJM
AJM is offline   Reply With Quote
Old 11-26-2011, 04:01 PM   PM User | #3
devinmaking
Regular Coder

 
Join Date: Oct 2011
Posts: 236
Thanks: 11
Thanked 5 Times in 5 Posts
devinmaking has a little shameless behaviour in the past
Quote:
Originally Posted by AJM View Post
If you are talking about a native app(download and install on phone), then you should take a look at Phonegap.

Hope that helps,

-AJM
Hi thanks for the reply but i do not think that is relevant to the question i asked.

Thanks
devinmaking is offline   Reply With Quote
Old 11-26-2011, 04:09 PM   PM User | #4
AJM
New Coder

 
Join Date: Nov 2011
Location: USA
Posts: 21
Thanks: 1
Thanked 1 Time in 1 Post
AJM is an unknown quantity at this point
Quote:
Originally Posted by devinmaking View Post
Hi thanks for the reply but i do not think that is relevant to the question i asked.

Thanks
I thought you meant how to turn php/html/css/javascript into an app, sorry. To answer your real question though(and I hope this is what you mean), for an app to be an app, I'm pretty sure that it has to run from the user's phone and not the web.

Hope that I could help this time,

-AJM
AJM is offline   Reply With Quote
Old 11-26-2011, 07:53 PM   PM User | #5
Inigoesdr
Super Moderator


 
Inigoesdr's Avatar
 
Join Date: Mar 2007
Location: Florida, USA
Posts: 3,602
Thanks: 2
Thanked 398 Times in 391 Posts
Inigoesdr is a jewel in the roughInigoesdr is a jewel in the roughInigoesdr is a jewel in the rough
Quote:
Originally Posted by AJM View Post
I'm pretty sure that it has to run from the user's phone and not the web.
That is basically it. It has to be compiled for and installed on the phone. There are many ways to do this and some apps simply load a website inside of the app. You will get the best performance and user experience by creating a native application for the phone you are creating the app for.
Inigoesdr is offline   Reply With Quote
Old 11-27-2011, 08:58 AM   PM User | #6
devinmaking
Regular Coder

 
Join Date: Oct 2011
Posts: 236
Thanks: 11
Thanked 5 Times in 5 Posts
devinmaking has a little shameless behaviour in the past
Quote:
Originally Posted by AJM View Post
I thought you meant how to turn php/html/css/javascript into an app, sorry. To answer your real question though(and I hope this is what you mean), for an app to be an app, I'm pretty sure that it has to run from the user's phone and not the web.

Hope that I could help this time,

-AJM
Thanks, that is exactly what asking

So what code would fit all phones or do you have to code different for each phone?

As i doubt windows phones and apple phones are php orientated, windows in my guess would be C+
devinmaking is offline   Reply With Quote
Old 11-27-2011, 04:07 PM   PM User | #7
Inigoesdr
Super Moderator


 
Inigoesdr's Avatar
 
Join Date: Mar 2007
Location: Florida, USA
Posts: 3,602
Thanks: 2
Thanked 398 Times in 391 Posts
Inigoesdr is a jewel in the roughInigoesdr is a jewel in the roughInigoesdr is a jewel in the rough
Quote:
Originally Posted by devinmaking View Post
So what code would fit all phones or do you have to code different for each phone?

As i doubt windows phones and apple phones are php orientated, windows in my guess would be C+
No code will work for all three. iOS apps are written in Objective-C, Android apps are written in Java, and Windows apps are written in Silverlight. There are some crossover compilers that allow you to write your code using a common API and compile to different native apps, but you sacrifice some performance doing that. Titanium Mobile, PhoneGap, and Adobe Air are a few of the programs that can compile for multiple phone OS's.
Inigoesdr is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:30 PM.


Advertisement
Log in to turn off these ads.