Skip to main content

Posts

Showing posts with the label application

iPhone Application Name Availability

Is there a way to check whether an iphone application name is available to use? Would a search on iTunes and checking to see if there is an existing application already out there be indicative that an iphone application name is available to use or not? Source: Tips4all

Who can I create a Share Android App to send to my clients or colleagues? Like iOS AdHoc

I'm over an Android App for a client, eventually I want to show him some demo, but he doesn't have the IDE, so I'm thinking to send him an APK ... In iOS it's pretty easy through AdHoc and the Mobile ID... I just want to send him an APK for him to install in his phone... (Not Android Market YET) How can I do this on Android? Thanks!

Who can I create a Share Android App to send to my clients or colleagues? Like iOS AdHoc

I'm over an Android App for a client, eventually I want to show him some demo, but he doesn't have the IDE, so I'm thinking to send him an APK ... In iOS it's pretty easy through AdHoc and the Mobile ID... I just want to send him an APK for him to install in his phone... (Not Android Market YET) How can I do this on Android? Thanks!

Iphone runs ONLY from cache even when online

I am having a bit of trouble. I am making a mobile version of our website, and want to cache some of the more important pages, not just for use offline, but for added speed in some cases. First question: Do I have to manually cache the pages to speed up performance? I am using AJAX calls to bring in content, and it obviously doesn't work offline without manually caching, but while online is Safari going to request a page via ajax if it's already in the cache? I currently have it working correctly. My pages cache and work both online and offline. But if I don't specify all pages I want cached, it appears with every ajax call, those pages are requested again, not loaded from cache. Second Question (My actual problem): When online or offline, and using a .manifest file to manually cache files, it appears that the iPhone sets itself in a "offline" mode, even when online. So when I run my ajax call, if the page is not cached, I get an error. $.ajax({ url: p

Iphone app that scans for networks in the area

I have a question; I want to be able to make an iPhone iOs5 app which can scan for networks and afterwords and prefereable filter one out [on SSID, for example], and show this in a list Im looking for a class than can handle this but Im finding a lot of classes that handles services in a network..

Making a webserver using jsp and java

Using Google App Engine SDK: webpage: http://hwsejk.appspot.com/ I'm trying to make a web server using java and jsp (it is a web server for an iPhone application). I don't know a lot about java so I'm having a lot of troubles trying to construct a server by myself. For now, I have tried implementing cookie, database, and some other methods. Now that I've given you basic information about my web server, I have a few questions to ask. Is it the right approach to use java and jsp to make a web server like this? the java servlets get and send user inputs to different jsp pages, which contain some HTML and java code. But I've found some posts here that it's a bad practice to use jsp like this. I don't know how else I can make webpages. Could anyone please recommend the right approach to make a web server (like the one linked above)? I would love to know if there is some kind of a template that I can take a look at.