Mysamplecode - mysamplecode.com - Programmers Sample Guide, help is on the way

Latest News:

iOS UISearchBar with UITableView example 6 Aug 2013 | 05:16 am

UISearchBar class provides a text field for entering text, a search button, a bookmark button, and a cancel button. With the help of the UISearchBarDelegate protocol you can implement the actions that...

Android JSON stream data parsing example using Gson 9 Jul 2013 | 08:32 am

If the request to the Web service is a simple JSON object, then you can convert the HTTP response to a String object and from there convert it to a Java Object using the Google JSON parser. But someti...

Sencha Touch auto login example 22 Jun 2013 | 05:52 am

If you are creating a native application using Sencha Touch then most likely your users may expect the app to stay logged in unless they manually take an action to logout as mobile devices are conside...

SFTP Apache commons file download, upload and delete example 18 Jun 2013 | 05:56 am

Secure File Transfer Protocol or SFTP uses the SSH secure shell protocol to provides file access, file transfer, and file management functionalities over any reliable data stream. Apache Commons VFS p...

iOS programmatically create a custom UITableViewCell 15 Jun 2013 | 07:26 am

In our previous tutorial we learned how to create a custom UITableViewCell using a xib file. My personal preference is to define it programmatically as it takes me less time to code. In this example w...

iOS programmatically create a custom UITableViewCell 15 Jun 2013 | 07:26 am

In our previous tutorial we learned how to create a custom UITableViewCell using a xib file. My personal preference is to define it programmatically as it takes me less time to code. In this example w...

iOS custom UITableViewCell example using xib file 13 Jun 2013 | 08:50 am

The UITableViewCell class defines the attributes and behavior of the cells that appear in UITableView objects. The iOS SDK comes with some predefined cell styles for your most common needs but what if...

iOS Core Data example - CRUD operations 10 Jun 2013 | 04:11 am

Core Data is powerful framework, standard within the iOS SDK that simplifies the interaction with the persistent data store in an object-oriented way and the programmer doesn't have to worry about the...

iOS SQLite example with Create Insert Select Update and Delete operations 4 Jun 2013 | 08:41 am

The underlying database for iOS applications to store large amounts of data is SQLite. It is considered a de facto industry standard for lightweight embedded SQL database programming. You can use the ...

iOS smooth signature capture example using quadratic bezier curve 30 May 2013 | 08:50 am

Signatures are stylized scripts associating them to a given individual and primarily used for the purpose of displaying intent of that individual in regards to a given document by having his or her si...

Recently parsed news:

Recent searches: