Hi, How may I access outer class members from inn...
# announcements
f
Hi, How may I access outer class members from inner class (static) ? (Want to avoid memory leaks, thats why declaring it static) Should I make a static fn in outer class to get its instance(static) and then proceed ? I'd like to know the best approach for such problem. Thanks in advance.