Android Question How do I use convert variable to percent

Mohamed Akbarally

Member
Licensed User
Longtime User
Dim lf As Int = 0
Dim tp As Int = 100

Activity.AddView(Button(i,j),lf,tp,12.5,12.5)

I want lf and tp to be a percentage
 
Top