[android-developers] Chat Application

2012-04-18 Thread Alejandro Alves
Hello, I am doing an application that will allow users have one to one chats. I am wondering if there is an application that I could use for this. Regards -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] RelativeLayout inside a TableLayout

2012-03-09 Thread Alejandro Alves
Hello, I want to display a relativelayout inside a tablelayout programatically but the relativelayout does not display. This is my code: TableLayout table = new TableLayout(this); android.widget.TableLayout.LayoutParams tParams =new

[android-developers] SharedPreferences

2012-03-08 Thread Alejandro Alves
Hello, I want to have some preferences stored forever by my application, for example username, remember me, etc...and other preferences to be stored only until the application is closed, or the user logs out. So basically my question is how do I delcare which preferences must be stored for ever,