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 12-20-2012, 06:36 PM   PM User | #1
Entity_
New Coder

 
Join Date: Dec 2012
Location: Ingerlund
Posts: 62
Thanks: 8
Thanked 4 Times in 4 Posts
Entity_ is an unknown quantity at this point
Smartphones and businesses

Hey Guys!

Me again. I was just wondering what you collectively know about the way that smartphones integrate with businesses. Where is the data that certain apps pull about them stored? For example, if I have an app that displays all the pubs in my area, where is the app getting that information from? Is there any codified way that businesses do this ?
Entity_ is offline   Reply With Quote
Old 12-21-2012, 01:10 PM   PM User | #2
Entity_
New Coder

 
Join Date: Dec 2012
Location: Ingerlund
Posts: 62
Thanks: 8
Thanked 4 Times in 4 Posts
Entity_ is an unknown quantity at this point
Bumping just in case... this was moved from another forum! Really hope there's some experts out there that can help me out. I wanted to add a couple of things onto this post also, I'm VERY new to this scene, and I'm not even sure where to start if I wanted to build an application. I'm learning Javascript at the moment and so would like to keep my applications confined (in the majority) to that language, so if anyone could give a newbie some advice on where to go from here, that would be great. Just to let you know, it's not like I haven't been doing any research of my own, I've been busting my balls learning javascript and learning about a world of apps and programming languages I've never really been interested in before , but like I say, I'm here to get opinions of people who've been doing this a lot longer! Thanks in advance!
Entity_ is offline   Reply With Quote
Old 12-27-2012, 10:58 AM   PM User | #3
Aweinerws
New to the CF scene

 
Join Date: Oct 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Aweinerws is an unknown quantity at this point
In any app which tries to find information like that, it needs to have an integration with a third party. Local data like pubs, resturants, ATMs and others, can be fetched from these third parties like Google Place, FourSquare etc. They provide Rest APIs which can be fed to mobile apps.

If the restaurant is registered with the third party that has been integrated with the smartphone, then it will show as a search result. If it is not registered, then it will not come as a search result.

If the app is made by a company which has its own database, then the smartphone will be integrated to its own information. There is no codified way of showing information on searches like these.
Aweinerws is offline   Reply With Quote
Old 02-18-2013, 10:00 PM   PM User | #4
StevenHu
Regular Coder

 
Join Date: Jun 2011
Location: CA
Posts: 105
Thanks: 0
Thanked 10 Times in 10 Posts
StevenHu is an unknown quantity at this point
Quote:
Originally Posted by Entity_ View Post
... I'm learning Javascript at the moment and so would like to keep my applications confined (in the majority) to that language, so if anyone could give a newbie some advice on where to go from here, that would be great. ...
For apps of this nature, you'll want to learn database programming, such as MySQL and PHP. The Javascript feature-set isn't extensive enough - database is the way to go.
__________________
Steve Husting
http://iphonedevlog.wordpress.com
StevenHu 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 03:55 AM.


Advertisement
Log in to turn off these ads.