From 6f4dc54bd119203da8dd1f91e65c4e4b99ab2ff0 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 14 May 2023 13:20:43 +0200 Subject: menu --- Readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index c1d5934..0d4f515 100644 --- a/Readme.md +++ b/Readme.md @@ -12,3 +12,16 @@ - https://stackoverflow.com/questions/600207/how-to-check-if-a-service-is-running-on-android - https://www.vogella.com/tutorials/AndroidServices/article.html#communication-with-services - https://github.com/googlecodelabs/bazel-android-intro/blob/master/sample/mediarecorder/java/com/example/android/mediarecorder/MainActivity.java + +### Network +- https://stackoverflow.com/questions/15088507/open-app-when-connect-with-wifi +- https://stackoverflow.com/questions/40545396/connectivity-change-deprecated-in-target-of-android-n +- https://stackoverflow.com/questions/48527171/detect-connectivity-change-in-android-7-and-above-when-app-is-killed-in-backgrou +- https://stackoverflow.com/questions/25678216/android-internet-connectivity-change-listener +- https://developer.android.com/training/monitoring-device-state/connectivity-monitoring.html#MonitorChanges +- https://developer.android.com/guide/background/persistent/getting-started +- https://developer.android.com/reference/android/net/ConnectivityManager.NetworkCallback + +### Menu +- https://medium.com/@bhavyakaria/step-by-step-guide-to-create-app-settings-using-preferences-in-android-part-1-fa470305b530 +- https://code.tutsplus.com/tutorials/how-to-code-a-settings-screen-in-an-android-app--cms-30433 -- cgit v1.2.3