Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("main")
Spinner1.AddAll(Array As String("saturday","ye sunday","monday"))
Spinner1.SelectedIndex=True
Spinner2.Add("Text size = 16")
Log(Spinner1.TextSize)
Spinner1.TextSize = Spinner1.TextSize * 1
Log(Spinner1.TextSize)
End Sub
its spinner send text that i download it here but i dont know which code to use that when i click on saturday or sunday or monday it open new activity .
thank a lot for helping