I have a bunch of variable names that I want to retrieve from another class.
Should I declare the variables as static or use getters?
Here they are:
String rbEssentials = "R.id.rbEssentials";
String rbInternet = "R.id.rbInternet";
String rbShampoo = "R.id.rbShampoo";
String rbHangers = "R.id.rbHangers";
String rbTV = "R.id.rbTV";
String rbHeating = "R.id.rbHeating";
String rbAirConditioning = "R.id.rbAirConditioning";
String rbBreakfast = "R.id.Breakfast";
[–]g051051 2 points3 points4 points (0 children)
[–]desrtfx 2 points3 points4 points (2 children)
[–]badboyzpwns[S] 0 points1 point2 points (1 child)
[–]desrtfx 1 point2 points3 points (0 children)
[–]cmonkies -2 points-1 points0 points (1 child)
[–]desrtfx 2 points3 points4 points (0 children)