Hi Everyone
Im having a major issue with my app I am trying to finish up. There are 2 issues.
1) My app doesn't look very good on tablets. There are major position issue with my app on tablets. Here is an examples
This is on a Nexus 7
This is a Kindle Fire HD 10.1
Heres the Designer scripts
Not quite sure whats happening there
2)
Then when i click on presidents it crashes on the Kindle.
I have around 40 pictures in a scrollview. Maybe it is running out of memory or something, im not sure and i really need help.
Can someone look at my code and just touch it up please. Thanks.
Here is the code
https://docs.google.com/file/d/0B0XAaRqj65TeQVVzNDRZbllsalE/edit?usp=sharing
Im having a major issue with my app I am trying to finish up. There are 2 issues.
1) My app doesn't look very good on tablets. There are major position issue with my app on tablets. Here is an examples
This is on a Nexus 7
This is a Kindle Fire HD 10.1
Heres the Designer scripts
B4X:
PanelMain.Height = 100%y
PanelMain.Width = 100%x
ButtonSta.HorizontalCenter = 50%x
ButtonPre.HorizontalCenter = 50%x
ButtonAnt.HorizontalCenter = 50%x
ButtonAme.Left = 0%x + 10dip
ButtonFac.Left = 0%x + 10dip
ButtonCre.Left = 0%x + 10dip
ButtonCon.Right = 100%x - 10dip
ButtonImp.Right = 100%x - 10dip
ButtonPle.Right = 100%x - 10dip
ButtonAme.VerticalCenter = 60%y
ButtonFac.VerticalCenter = 75%y
ButtonCre.VerticalCenter = 90%y
ButtonPre.VerticalCenter = 60%y
ButtonSta.VerticalCenter = 75%y
ButtonAnt.VerticalCenter = 90%y
ButtonCon.VerticalCenter = 60%y
ButtonImp.VerticalCenter = 75%y
ButtonPle.VerticalCenter = 90%y
Not quite sure whats happening there
2)
Then when i click on presidents it crashes on the Kindle.
I have around 40 pictures in a scrollview. Maybe it is running out of memory or something, im not sure and i really need help.
Can someone look at my code and just touch it up please. Thanks.
Here is the code
https://docs.google.com/file/d/0B0XAaRqj65TeQVVzNDRZbllsalE/edit?usp=sharing