OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2023-12-23 16:36:54 +00:00
parent 1eca4ca860
commit afab887b00
31 changed files with 158 additions and 43 deletions

View File

@ -1,6 +1,6 @@
created: 20230217221957113
creator: Octt
modified: 20231219001513536
modified: 20231223141324212
modifier: Octt
tags:
title: Android/Development
@ -57,6 +57,7 @@ title: Android/Development
* [[Best way to secure Android app sensitive Data?|https://stackoverflow.com/questions/8184492/best-way-to-secure-android-app-sensitive-data/8184699#8184699]]
* [[New Android Project named after Main Activity instead of app name|https://stackoverflow.com/questions/12084299/new-android-project-named-after-main-activity-instead-of-app-name]] --- //In the manifest file, you are able to set one label for the launcher icon, and another for the activity. The app name is set in the intent filter, like this: `<activity ... > <intent-filter android:label="@string/app_name"> ...`//
* [[Proper way to create and access BroadcastReceiver inside MainActivity? (Kotlin)|https://stackoverflow.com/questions/69565210/proper-way-to-create-and-access-broadcastreceiver-inside-mainactivity-kotlin/69600790#69600790]]
* [[Android check SharedPreferences for value type|https://stackoverflow.com/questions/29615920/android-check-sharedpreferences-for-value-type]] --- contains a solution for directly getting any item regardless of type, via `sharedPrefs?.all`
</div>
!!!! ''Hacking / Modding''