I'm new one in Android and HELP :)
Posted
by Kooper
on Stack Overflow
See other posts from Stack Overflow
or by Kooper
Published on 2010-06-11T22:41:57Z
Indexed on
2010/06/12
0:02 UTC
Read the original article
Hit count: 173
android
Hello everyone , I'd started for about a mouth and I have some problems now :(
1. I create a TabActivity and it has three Activity(tab1,tab2,tab3).I wanna realize that if I press a button in tab1,then TextView in tab2 can be changed. I've tried Intent and Bundle , but that didn't work and force close . Maybe because of the TabActivity I think .
2. If I have a layout and there are many TextView on it. But some are out of the screen. How can I scroll the screen?
3. Is it possible that TextView in Tablelayout can be clicked ?
I've sreached there problems on Google for there days but still bother me . Really need help, Thanks :)
© Stack Overflow or respective owner