Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Tutorials

Reply
 
LinkBack Thread Tools Display Modes
Old 04-05-2011, 09:34 AM   #1 (permalink)
Registered Member
 
Join Date: Apr 2011
Posts: 8
openmobster is on a distinguished road
Default Tutorial: iPhone Sync App

This tutorial covers how to write an end-to-end Sync App for the iPhone platform.

You will learn how to write the Sync Channel and the Sync Bean on the server side.

On the iPhone/device side you will learn how to access this synchronized information.

It comes with a fully functional app with source code.

Tutorial is located here: iPhoneSyncApp - openmobster - iPhone Sync App tutorial - OpenMobster - Open Source Mobile Cloud Platform - Google Project Hosting
openmobster is offline   Reply With Quote
Old 05-01-2011, 10:23 AM   #2 (permalink)
Registered Member
 
Join Date: May 2011
Posts: 1
andrew83 is on a distinguished road
Default

Thank you for sharing with us this tutorial!
andrew83 is offline   Reply With Quote
Old 11-06-2011, 06:51 AM   #3 (permalink)
tablepad
 
Join Date: Aug 2011
Location: philippines
Posts: 2
tablepad is on a distinguished road
Default

thanks for sharing this tutorial..
tablepad is offline   Reply With Quote
Old 11-09-2011, 02:07 AM   #4 (permalink)
Registered Member
 
Join Date: Nov 2011
Posts: 1
Nisha786Rana is on a distinguished road
Default Tutorial: iPhone Sync App

hi

this is Nisha

thanks for sharing good and informative information./**
* The 'SyncBean' that will be stored/synchronized with the device
*
* @author openmobster@gmail.com
*/
public class SyncBean implements MobileBean, Serializable
{
private static final long serialVersionUID = 8484238078447118385L;

@MobileBeanId
private String beanId; //uniquely identifies the bean to the sync system
private String value1;
private String value2;
private String value3;

public SyncBean()
{

}

public String getBeanId()
{
return beanId;
}

public void setBeanId(String beanId)
{
this.beanId = beanId;
}

public String getValue1()
{
return value1;
}

public void setValue1(String value1)
{
this.value1 = value1;
}

public String getValue2()
{
return value2;
}

public void setValue2(String value2)
{
this.value2 = value2;
}

public String getValue3()
{
return value3;
}

public void setValue3(String value3)
{
this.value3 = value3;
}
}.Thanku


Property Search
Nisha786Rana is offline   Reply With Quote
Reply

Bookmarks

Tags
iphone, mobile, programming, sync

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 479
14 members and 465 guests
alexeir, David-T, Dj_kades, foslock, iAppDeveloper, jeroenkeij, LunarMoon, Mijator, Pauluz85, pipposanta, QuantumDoja, robsmy, sacha1996, usernametaken
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,679
Threads: 94,129
Posts: 402,928
Top Poster: BrianSlick (7,990)
Welcome to our newest member, xzoonxoom
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 09:24 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0