No Image

Grit (by blinkist)

June 11, 2019 hung-nb 0

What’s in it for me? Get inspired to pull up your sleeves and get to work! If at first you don’t succeed, pick yourself up […]

No Image

Android – Source architecture – How to create Shared Preference repository?

June 3, 2019 hung-nb 1

Source structure app\—— java\————- [package name]\———————- AppApplication.kt———————- repository\——————————- UserPreferenceRepository.kt——————————- RepositoryModule.kt Create “RepositoryModule.kt” Create “UserPreferenceRepository.kt” Declare Koin module into “AppApplication.kt”

No Image

React Native: All about Installation & Update

May 9, 2019 hung-nb 0

Upgrade React-native Check current React Native version Upgrade React Native version manually by this tool https://react-native-community.github.io/rn-diff-purge/ or https://react-native-community.github.io/upgrade-helper/ Delete cache and re-install packages Build through […]