[android-developers] Chat Application

2012-04-17 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 t

[android-developers] Re: [HELP/URGENT] Odd Animation/Layout Button "Hit Area" Problem

2012-04-11 Thread Alejandro Alves
Hello I just run into a similar problem, did you find a solution? Regards El jueves, 20 de enero de 2011 19:04:22 UTC+1, Aaron Buckner escribió: > > Ok so here is the deal... I have a menu at the bottom of my apps > screen that works normally hits/clicks register fine. > > When you select the "h

[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 TableLayout.LayoutParams(android.widget.TableLayo

[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,