Shared Preferences is an APIs which serves as a local storage area using key-value. Using this, we can save a flaging or small temporary data…
Leave a CommentTag: development
Architecture is one of the important things in all types of development. Agree or disagree with my subjective opinion, you will feel the difference after…
Leave a CommentMVVM is current default pattern that created when we build new project in Android Studio. With MVVM we easily manage our service especialy for maintaining…
Leave a CommentViews visibility on android must always be used in the development process. Implementing visibility of view is easier if we make extensions so that our…
Leave a Comment