Posts by Felipe Leão • 46 points
2 posts
-
1
votes1
answer58
viewsA: Doubt in app creation
From what I read about the google api, it seems to have a certain search/use limit. see if the phonegap api has this limit, if not, the advantage will be that of phonegap. of course, if the limit is…
-
1
votes1
answer5498
viewsQ: Store and retrieve variable containing HTML list using localStorage
I have a project and I’m using localStorage as a database. I use this to save a list that the user can edit and add like this: localStorage.setItem(local, $("#lista").html()); In html it looks like…