Elemelons
Privates!
Name: Privates!
By: RXN
Version: 1.2
Category: Apps, iPhone Apps
Date: 2016-04-18
Price: free
Our rating:
Did I See U - Free Dating App
Have your App Reviewed by a Professional Writer
Xcode is big. Apple’s Xcode Workspace Guide, a terse inventory of its features, is 116 pages. Xcode’s preference window has 13 sections, each with a dozen or more items. There are at least 206 keyboard shortcuts. I started counting menu items but gave up the ghost when I’d topped 300 items before finishing the third […]
Apple is famously restrictive about confining third party apps to their sandboxes. That Apple doesn’t allow background processes is well-known, and Apple rejects apps that attempt to read the various databases and media folders directly. So it’s a bit surprising that Apple supports a form of inter-process communication (IPC) using URL protocol handlers. In this […]
Memory management is the process of keeping track of objects in your applications and “freeing” objects that you no longer want to keep around (otherwise nasty memory leaks can occur). On the Mac, you can optionally allow Objective C to deal with the memory management on your behalf, but as an iPhone developer, it’s a […]
Last year, Jason Terhorst of The Apple Blog put together a cute tutorial demonstrating how to build a simple RSS reader for the iPhone. At the time it violated the NDA, but it went up anyway. If you haven’t seen it, however, it’s well worth checking out, as it’s a great way to get into […]
Alocola is a free web-helper application that we’ve created that lets users provide their location information when websites ask for it. It is available from the App Store now. Alocola works with Safari. With Alocola, web developers need not create their own iPhone apps. Users simply browse in Safari the way they normally would; when […]
While Mobile Orchard and most developers focus on the development of “regular” iPhone applications using the iPhone SDK, it’s also possible to develop iPhone-specific apps as “webapps.” If you’ve used Google Calendar or Google Mail from your phone, you’ll have seen an iPhone “webapp” in action. While webapps can’t get access to all of the […]
Due to the potential for abuse, dynamic libraries aren’t allowed to be used in iPhone applications that are to be sold on the iPhone App Store. The downside to this is that it makes it harder to share libraries that you develop with other developers without giving up the code. It’s not impossible to share […]
There are plenty of different places to get a mobile application designed. The problem is that they’re quite expensive. You might be able to figure out how to create your own, but it will probably look very basic. Instead, a good mobile application development software can make it even easier, so that you can build […]
There are plenty of different places to get a mobile application designed. The problem is that they’re quite expensive. You might be able to figure out how to create your own, but it will probably look very basic. Instead, a good mobile application development software can make it even easier, so that you can build […]
Silicon Valley’s own Stanford University is one of many universities that has chosen to make more of its course materials available online. With this, comes class CS193P: iPhone Application Programming. Lecturers Evan Doll and Paul Marcos are delivering the class, and providing the class slides, handouts, and example code on the CS193P announcements page. While […]