Android Tutorial 2019 - Android Shared Preferences HD

09.12.2016
Example we are going to see what are the different storage option in the android. Shared preferences are nothing but storing the premitive data in the key-value pairs. The SharedPreferences class provides a general framework that allows you to save and retrieve persistent key-value pairs of primitive data types. You can use SharedPreferences to save any primitive data: booleans, floats, ints, longs, and strings.Call edit() to get a SharedPreferences.Editor. Create a new Editor for these preferences, through which you can make modifications to the data in the preferences and atomically commit those changes back to the SharedPreferences object. anything write in to editor that is not instantly affected untill you call commit(). Github Code Examples - https://github.com/CodeKul/android-evening-4-6-14-nov-16.git Follow the below links for more Basic Android Tutorial Videos - Android Fragments Part 1 - https://goo.gl/ntsKRK Android Fragments Part 2 - https://goo.gl/ZkFKxo Android Fragment Part 3 - https://goo.gl/9kwpjy Android Fragment Part 4 - https://goo.gl/JYAqk6 Android Fragment Part - 5 - https://goo.gl/yJRiHj Android Value Resources - https://goo.gl/YaLWzi Android Layout Part 1 - Relative Layout - https://goo.gl/tjmZMs Android Nested Layout - Part 2 - https://goo.gl/Nhrh7d Android Linear Layout Weight - Part 3 - https://goo.gl/DW31ie Padding and Margin in Android Development - https://goo.gl/WZSnQ5 Android Dialogs - https://goo.gl/ePDTuR Android Material Design Part 1 - Introduction - https://goo.gl/eNrQ34 Android Material Design Part 2 - Basic Structure - https://goo.gl/94dcSP Android Material Design Part 3 - Options Menu - https://goo.gl/vkv3h5 Android Material Design Part 4 - Context Menu - https://goo.gl/Mq5BYK Android Material Design Part 5 - Navigation - https://goo.gl/63Uo95 Android - Inter Activity Communication - https://goo.gl/W3uZn9 Intent and Intent Filters - Android - https://goo.gl/SbQQ5T Introduction Android Services Part - 1 - https://goo.gl/5HwRix Android Start Services Part - 2 - https://goo.gl/WsTSXB Android Services Intent ReDelivery Part - 3 - https://goo.gl/kxufv4 Android Intent Service Part - 4 - https://goo.gl/aGBorT Android Services AIDL Server Part - 5 - https://goo.gl/hczdvp Android Services AIDL Server Part - 6 - https://goo.gl/W7zGfD Android - Broadcast Reciever - https://goo.gl/wMii8p Android - Shared Preferences - https://goo.gl/K4eXJp Internal Storage in Android - https://goo.gl/ke5QwU External Storage in Android - https://goo.gl/pxmKKA Sqlite Introduction in Android Part - 1 - https://goo.gl/oUvNgD Creation own helper in Sqlite android Part - 2 - https://goo.gl/uXwkQL Sqlite crud operation in Android Part - 3 - https://goo.gl/5mTjZH Sqlite read operation in Android Part - 4 - https://goo.gl/5b9C9u Sqlite Read Operation Advancement Part - 5 - https://goo.gl/8MnvtD Sqlite update Operation in Android Part - 6 - https://goo.gl/PtMS8M Sqlite Delete Operation in Android Part - 7 - https

Похожие видео

Показать еще