app

I'm trying to understand the concept of pulling information off the web and into an app Please!

Generally speaking, how does an app like "Around Me" acquire the information it displays? For example: the restaurants that show up in a list that are near me with the address and distance (I think I get the distance piece) where is this information extracted from? Is it Google or something? I'm not asking how to implement this (that's ...

Images in iPhone app

Hi, I am creating a multilayered iPhone app using a navigation controller and the app includes a lot of images in every layer. I was wondering if it is a good idea to use a SQLite database to store all the images and extract them to the page when needed or should i just add all the images to the resources folder and pull them into the ap...

App stalls - no crash, no error

It is worth noting that this part of the app (this option from the main menu) was working perfectly before. I then programmed the next option from the main menu, and now this one is not working anymore. I know the code I've written works, but there is something wrong with either the class or the xib, because it worked when I switched it...

If an app works on one iPhone, should it work on all phones?

Hello, I'm testing my app on an iPhone 4 and iPhone 3GS. It works perfectly on the simulator and the iphone 4 but crashes after several mins of use on the jailbroken 3gs. On the iphone 3gs, the only apps i've installed are TetherMe and SBSettings. Can i just assume that the app crashes due to the phone being jailbroken? ...

iPhone app size greater than 600MB

Hello, I am building an iPad application for playing the videos. I am planing to include the videos and other related stuff into the app itself. So the app size would be approximately 600MB+. I have found that Apple allows maximum app size of 2GB. Also for the app with the size more than 20MB, WIFI is required. Please guide me whether ...

LaunchAgents for GUI app

Hi I would like to launch my app each time user logs-in. I added plist file to /Libray/LaunchAgents folder : <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt; <plist version="1.0"> <dict> <key>KeepAlive</key> <false/> <key> LaunchOnlyOnc...

BulkLoader -export_transform

I have created web application using java.I wantted to download data from appengine datastroe so that I am using BulkLoader concept. In my project I designed entity as follows @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long school_id; @Basic private String schoolname; After that I tried to download data so th...

Help filling out "info.plist" file

I'm ready to submit my first app to the App Store, however I'm having trouble filling out some of the "Info.plist" fields. I don't want my app to be rejected because I did this wrong. These are the fields I'm having trouble with: Executable file, Bundle identifier, Bundle name and Bundle creator OS Typecode Can you put anything on t...

WPF Component in Windows Application

Hi all, i have created one component in WPF. its working fine with WPF but when i tried to use it in windows application i am getting one issue. i have one textbox in that control so in when the control hosted in windows applicaion and i try to type something in that textbox its not working. i tried to put some messageboxes in "KeyPrev...

iphone/ipad app crack prevention

What are your experiences/thoughts ? Are there currently any approaches that prevent automated cracks ? I know that any app is crackable if someone is persistent. However, i would like to make it as hard as possible for the crackers. What methods are currently used for integrity checking and crack prevention ? ...

Android - main app button text question

Hi all.. I'm very new to Android development and not sure yet how to solve this issue... Is there a way to have the app launch button text set as a certain string, but the app text bar (horizontal bar accross the top of the app) set as something different? For example, say my app button is labeled "MyApp". Right now, the bar across t...

Django apps urls.py access

Hello, I have one questions I have start project Sth. in sth project I have created app called misc. In view file in misc I have function index. When i try do render it i got NameError misc not found. Here is my urls.py (r'^$'),misc.index, and here is how I add line for installed apps. 'Sth.misc', I know that this is easy to do bu...

iPhone view won't rotate

Hi, This is a continuation from a previous question that I asked: http://stackoverflow.com/questions/3730190/iphone-view-strategy I am now using the following method to switch between views: UIWindow *window = [[UIApplication sharedApplication] keyWindow]; [window setRootViewController:[self gameViewController]]; [[[self gameViewContr...

C# Console App Threading?

Hi, I'm about to write a console app which will run once a week at 2am on Sunday Morning. It's going to interrogate a SQL server database, then perform some calculations and then write the results to a new database. It's processing hundreds of thousands of records so it's going to take hours to complete. I'm going to create a C# co...

GAE JPA DataNucleus One-to-Many object creation

Hello all, Let's say an Owner has a collection of Watch(es). I am trying to create Watches and add the newly created Watches to an existing Owner's collection of watches (an arraylist). My method is as follows: public void add(String ownerName, String watchName) { Owner o = new OwnerDAO().retrieve(ownerName); //retrieves owner o...

php/mysql app security issues?

Possible Duplicate: Where can I find a web-project security checklist? i was just wondering when creating an php/mysql app, whats the main security issues a developer is got to consider, i know this could be a major broad topic, but i just wanted an overview of where to look, and while im wrting and devloping the app, what i n...

how can i put rss feed link on my website?

i wanted to put an rss feed for a web app im creating in php, so basically w they can subscribe to a part of a website using google reader or feedburner etc ...

iPhone - App crashing on low memory warning, only after unloading viewcontroller?

So, my app is a set of stacked views, with a RootViewController as the 2nd view on the stack. The bottom-most view is a menu page, which loads either the rootview controller or an info view onto the stack, and from the rootview controller theres several more views. When I receive a low memory warning, my app does fine unless I try to p...

select all text in contenteditable div when it focus/click

Hi, I've got contenteditable div as below. <div style=" border:solid 1px #D31444" contenteditable="true">12 some text...</div> What I need is, when I click on the div, all the text will automatically get selected. Can you give me solution please? ...

Scalable application with ASP.NET or Google AppEngine

I got experience in ASP.NET application development. Now I want to develop my own application that should support huge traffic and it should be scalable. My site publishes news, videos and images. Having already experienced in ASP.NET, whether it is fine to go with ASP.NET or Google AppEngine is good for building scalable application? T...