Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public final class Constantaz {
  2.  
  3. public static final String EXAMPLE_TEXT="Example text";
  4.  
  5. }
  6.  
  7. textView.setText(Constantaz.EXAMPLE_TEXT);
  8.  
  9. Log.e("TAG",Constantaz.EXAMPLE_TEXT);
  10.  
  11. {@value пакет.класс#поле}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement