• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to program a timecapsule app?

hamachi

Newbie
For example I am going to register in somewhere and acidentally my browser or system crashing in android. So I would like to know how to program an app which helps to revert a saved point into tabs. Visitor only have to retype the secret code which means that the recent information is already reactivated. Which language I should learn: java/c++/javascript or should I have to learn something else. Any sites or examples are welcome about the documentation style.
 
Well, since you're posting this in an android forum, i'm going to suggest java. That's the main language used in android applications. There are some great tutorials on the web. You can even look up Android programming tutorials in Google and you will get some goods ones as well.

As for this time capsule application, i would think it is quite improbable that you can get something to work. You'd have to figure out where the browser stores the information on the tabs that you can grab and save and detect when it crashes, to which you will restore the information back into the location.

Besides, the standard web browser on the phone or tablet should automatically have a save state where if it crashes, it will restore the tabs. At least Google's Chrome browser does on the Nexus 5.
 
One guy said to me: "Check out JavaScript Cookies, or JavaScript - Cookies.
Javascript is the way to go, but you need to have a solid foundation of how the web works with basic http services first".


For example i am going to register with my app in android forum, the android crashes, but in the register blank all the data is saved by automatically in somewhere so you only have to retype the secret code. Can somebody give some ideas, where it can be saved?
 
Back
Top Bottom