Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

Help in Making a Weather App

I want to store the number of times the data has been recieved and i want in such a way that i can check that from any device and it remains constant , like incrementing values when someone uses it and that also remotely so from every device its incremented .

1 Answer

If you want to store information like that you need a back-end on your app. Treehouse use the Parse.com back-end in their courses and that is very good.

You can update information and store it there and all your devices will link to that and pull down and modify the same information.

There was a self destructing message app course that covered this in some good detail.

Shout if you need more, or tweet me @OnlySteveH; I'll hear you!

Steve.