0
I want to make an app that shows what i write in my app page
And when i finished writing it must save in next page
2 Respostas
0
Hey your going to have to be a little more clear on what you mean, like you want an app that will display what you type, (like a status update on Facebook or Twitter)
or you want it to be like a notebook where you write a note and it saves it in a text file.
0
If you want to make an app to show what ever you write, its better you use a blog (I prefer blogger) write new post as many you want, now coming to app code the web view could be used directly to load contents of the blog but it makes no sense as you get better experience in normal browser so better you make an rss feed of the blog using many open sources (again I prefer feedburner) it will give nice xml format data of your blog then write code in app to parse this code according to different post also you can manage to save to view offline.