Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Room -> Replace annotationProcessor with kapt
  2.  
  3. apply plugin: 'kotlin-kapt'
  4.  
  5. Thread{}.start() -> thread {
  6.  
  7. }
  8.  
  9. Storage in android :
  10. -> SD Card, Internal, External
  11.  
  12. ADB Idea plugin (to clear cache real fast) -> Menu : CTRL + Shift + A
  13.  
  14. Device File Explorer -> View device files on android studio
  15.  
  16. Passing object in shared preferance -> Serializable, Parcable.
  17.  
  18. Important stuff -> Serializable and Parcable and their difference
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement