refactoring

  1. epiCode

    Android Question Layout Refactoring

    It is easy to refactor variables or names in code by right click > find all references > rename But when I rename a custom control from "customlistview" to "myclv", do I need to manually change it in all layouts by 1. noting down variables settings of every "customlistview" in some notepad 2...
  2. A

    Android Question [Closed] Reusing layout, how to reuse/factor related code?

    Layout and their scripts are fantastic! In my current application, I have such a layout that is actually for an overlay/dialog and I'm reusing it in 2 activities. However, I can't find a way to reuse the code that handle them (filling the fields, handling the events, etc). I could write a...
Top