Phonegap ( + rails ) basic sample app for profile listing, browsing?
- by Rubytastic
Im looking for a sample or tutorial to get started with phonegap.
Im building a profile site and want the profiles to be listed in phonegap
This is the functionality I look for:
Basic login and with autentication in our rails app
After login a listing of all profiles getting data from the rails app and display this inside phonegap
Listing of profiles with basic search
What would be the best and quickest way to get this functionality up and running?
Is there some best practice on using rails and phonegap?
If anyone knows a tutorial or sample app like described above please let know! Thanks!