0
votes
2answers
87 views
android program crashing (new to platform)
So it is my first real Android program (!hello world), but i do have java experience.The program compiles fine, but on running it crashes as soon as it opens (tried debugging, but it crashes before it …
0
votes
0answers
133 views
Gridview tooltip
Hi All,
if (e.Row.RowType == DataControlRowType.Header)
{
int i = 0;
foreach (TableCell cell in e.Row.Cells)
{
…
0
votes
2answers
147 views
Reducing Complexity for Perl programs [closed]
How do you keep your Perl programs from becoming a huge mess of over-complicated code?
