Android Forums

Go Back   These FORUMS ARE DISABLED!! OUR NEW FORUMS ARE AT http://androidforum.com/ > Android Coders > Android Development, Answers, Tutorials, and Code Snippets
Connect with Facebook

Click Here To Register!
 
 
LinkBack Thread Tools Display Modes
Old 07-09-2010, 11:27 AM   #1
New Member
 
Join Date: Jul 2010
Posts: 1
Friends: 0
View adams161's Profile   View adams161's Photo Album   View adams161's Blog   View Social Groups
i have a class,

class myapp // for example
{
// some variables used by UI and telnet class

oncreate()
{
// initiate UI elements like 2 edittext controls and ascroller and a button
// start telnet thread
}

class telnet {
// telnet can post new messages to edittext window through handler

}// end telnet


}// end program


the problem is when oncreate is called again, like they flip the phone, by default it recreates the telnet thread and the users if forced to reconnect.

i checked if savedinstancestate is not null and tried to bypass this, but then it just stops. It's like the old telnet thread is no longer connected to the UI if i don't restart it, though from what i can tell they are still connected.

I see there are ways to add data to saved instance state, but the methods are like add a bolean or add a string, i don't see how to save my telnet object that is represented by a nested class. And i'm not sure even if i did that, if it would keep the socket open.

Mike
adams161 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
 

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Override not getting called in base class Savij Android Development, Answers, Tutorials, and Code Snippets 0 05-21-2010 07:47 AM
AlertDialog in onCreate - please help radhoo Android Development, Answers, Tutorials, and Code Snippets 1 09-05-2009 02:29 AM
Most called history delete? sebastiaansbs G1 1 05-12-2009 10:21 AM
While loop in the onCreate method jdc3 Android Development, Answers, Tutorials, and Code Snippets 0 04-03-2009 09:17 AM
Writing into Server Database with Android ruben Android Development, Answers, Tutorials, and Code Snippets 2 10-26-2008 11:53 AM


Unlocked G1 Phones | Buy T-Mobile G1 | Google Phone

All times are GMT -6. The time now is 05:19 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Copyright (c) 2012 TalkAndroid.com. All rights reserved.