Posts by anovaesneto • 167 points
3 posts
- 
		2 votes2 answers1722 viewsQ: Column size on a Gridview on AndroidI have in my android project a gridview that I define as follows: <GridView android:id="@+id/grid1" android:layout_width="600dp" android:layout_height="fill_parent" android:padding="5dp"… 
- 
		-1 votes1 answer296 viewsQ: Problem with string alignmentI have a problem in my Android project that I am not able to solve. I have a series of strings that are summed to form a larger string as the following example: String teste1 = "O.P. Processo… 
- 
		13 votes2 answers1894 viewsQ: How to align strings to use in a listview?In my Android project I need to create a table with a listview but the data always comes misaligned. I place each record of my database in a position of a string array to use it in listview. The…