home » blog » Tags » iOS

Closer is Better >> Nearsoft Blog

Tags >> iOS

PhoneGap: Rapid Android Development, 3/3

Posted by Salvador Mora on 02/03/2012 in salesforce , phonegap , mobile , javascript , iOS , Android

This post is the last of three where you can learn how to create a mobile app using PhoneGap.  In this final post, you'll learn how to build upon the code the code we have so far created to create a working Android app.

PhoneGap: Rapid Android Development, 2/3

Posted by Salvador Mora on 02/02/2012 in salesforce , phonegap , mobile , javascript , iOS , Android

In this post, you will learn how to create a "Hello world" Android app from scratch, using Eclipse.  This post includes links to metadaddy-sfdc, where you'll find all the files you'll need to complete the app.

PhoneGap: Rapid Mobile Development, 1/3

Posted by Salvador Mora on 01/26/2012 in salesforce , phonegap , mobile , javascript , iOS , Android

Phonegap is a new Javascript framework that I have been testing lately to get familiar with this rapid mobile development environment.  It is impressive to see how you can build a native Android app by using only HTML, CSS and Javascript.

SHA1 Encrypt Function for the iPhone (Objective-C)

Posted by Jesus Guerra on 04/25/2011 in SHA1 , Objective-C , iPhone , iOS , encryption

Here is a little function that I found on the Web that I want share it with you.

GHUnit: Unit Testing Objective-C for the iPhone

Posted by Jesus Guerra on 04/20/2011 in unit testing , Objective C , iPhone , iOS , GHUnit

GHUnit is a test framework for Objective-C that runs on Mac OS X 10.5 and above and iPhone 3.x and above. It can be used standalone or with other testing frameworks like SenTestingKit or GTM.