January 2018

Android – enable system ui tuner

System ui tuner can be enable to Android Marshmallow, Nougat or Orio. It lets us customize more system ui settings on Android e.g. status bar read more

Python iterate dictionary

Iterate Python dictionary (associative arrays) Using keys It is not memory efficient for large dictionaries. Using values It is not memory efficient for large dictionaries. read more