From f30827830efe35d9cff35abc9cd911a58401601c Mon Sep 17 00:00:00 2001 From: Ian Wright <55286208+Z80coder@users.noreply.github.com> Date: Fri, 17 Dec 2021 11:07:15 +0000 Subject: [PATCH 0001/1422] Enable CodeQL with ATM suite for testing --- .../codeql-analysis-with-atm-query-pack.yml | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .github/workflows/codeql-analysis-with-atm-query-pack.yml diff --git a/.github/workflows/codeql-analysis-with-atm-query-pack.yml b/.github/workflows/codeql-analysis-with-atm-query-pack.yml new file mode 100644 index 0000000000..5c47fbf816 --- /dev/null +++ b/.github/workflows/codeql-analysis-with-atm-query-pack.yml @@ -0,0 +1,51 @@ +name: "CodeQL Analysis with ATM" + +on: + workflow_dispatch: + +env: + CODEQL_ACTION_EXTRA_OPTIONS: >- + { + "database": { + "run-queries": [ + "--insecurely-load-models-from-packs", + "--insecurely-execute-ml-model-checksums", + "97c1d2662ee26bcbf74408bfe43821a4b3527b1b640234751ce80b7fc6a91a1f" + ] + } + } + +jobs: + CodeQL-Analyze: + # CodeQL runs on ubuntu-latest, windows-latest, and macos-latest + runs-on: ubuntu-latest + + permissions: + # required for all workflows + security-events: write + + # only required for workflows in private repositories + actions: read + contents: read + + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + # use ATM + uses: github/codeql-action/init@9703f2e3b044dca7fd7ac286980013077dbd0c06 + # don't use ATM + # uses: github/codeql-action/init@v1 + with: + languages: javascript + queries: security-extended + tools: https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-20211215/codeql-bundle-linux64.tar.gz + + - name: Perform CodeQL Analysis + # use ATM + uses: github/codeql-action/analyze@9703f2e3b044dca7fd7ac286980013077dbd0c06 + # don't use ATM + # uses: github/codeql-action/analyze@v1 + From edcb864b86a0482e8812ad0ada9873f6b11ca364 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 17 Dec 2021 11:07:55 +0000 Subject: [PATCH 0002/1422] [nodoc] Update Changelog\n\nAdded CHANGELOG file --- CHANGELOG.md | 71 +++++++++++----------------------------------------- 1 file changed, 15 insertions(+), 56 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 809d1b478b..c67152a78a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,61 +1,20 @@ # Changelog -## [1.0.1](https://github.com/AlexRogalskiy/android-patterns/tree/1.0.1) (2021-02-18) - -[Full Changelog](https://github.com/AlexRogalskiy/android-patterns/compare/v1...1.0.1) - -## [v1](https://github.com/AlexRogalskiy/android-patterns/tree/v1) (2021-02-18) - -[Full Changelog](https://github.com/AlexRogalskiy/android-patterns/compare/v1.0...v1) - -## [v1.0](https://github.com/AlexRogalskiy/android-patterns/tree/v1.0) (2021-02-18) - -[Full Changelog](https://github.com/AlexRogalskiy/android-patterns/compare/v1.0.1...v1.0) - -## [v1.0.1](https://github.com/AlexRogalskiy/android-patterns/tree/v1.0.1) (2021-02-18) - -[Full Changelog](https://github.com/AlexRogalskiy/android-patterns/compare/1b4e42605dc8c8659e4cf3ba3034b5a0494e7a8c...v1.0.1) - -**Merged pull requests:** - -- github-actions: bump wagoid/commitlint-github-action from v2.1.7 to v2.2.3 [\#44](https://github.com/AlexRogalskiy/android-patterns/pull/44) ([dependabot[bot]](https://github.com/apps/dependabot)) -- :arrow\_up: Updates Matticusau/pr-helper action to v1.2.5 [\#43](https://github.com/AlexRogalskiy/android-patterns/pull/43) ([renovate[bot]](https://github.com/apps/renovate)) -- github-actions: bump Matticusau/pr-helper from v1.2.4 to v1.2.5 [\#42](https://github.com/AlexRogalskiy/android-patterns/pull/42) ([dependabot[bot]](https://github.com/apps/dependabot)) -- github-actions: bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.0.0 [\#40](https://github.com/AlexRogalskiy/android-patterns/pull/40) ([dependabot[bot]](https://github.com/apps/dependabot)) -- :arrow\_up: Updates JamesIves/github-pages-deploy-action action to v4 [\#39](https://github.com/AlexRogalskiy/android-patterns/pull/39) ([renovate[bot]](https://github.com/apps/renovate)) -- github-actions: bump mondeja/remove-labels-gh-action from v1.0.0 to v1 [\#37](https://github.com/AlexRogalskiy/android-patterns/pull/37) ([dependabot[bot]](https://github.com/apps/dependabot)) -- github-actions: bump actions/cache from v2 to v2.1.4 [\#36](https://github.com/AlexRogalskiy/android-patterns/pull/36) ([dependabot[bot]](https://github.com/apps/dependabot)) -- Merge pull request \#31 from AlexRogalskiy/master [\#32](https://github.com/AlexRogalskiy/android-patterns/pull/32) ([AlexRogalskiy](https://github.com/AlexRogalskiy)) -- sync: master to main [\#31](https://github.com/AlexRogalskiy/android-patterns/pull/31) ([github-actions[bot]](https://github.com/apps/github-actions)) -- Main [\#30](https://github.com/AlexRogalskiy/android-patterns/pull/30) ([AlexRogalskiy](https://github.com/AlexRogalskiy)) -- Auto Compress Images [\#29](https://github.com/AlexRogalskiy/android-patterns/pull/29) ([github-actions[bot]](https://github.com/apps/github-actions)) -- sync: master to main [\#28](https://github.com/AlexRogalskiy/android-patterns/pull/28) ([github-actions[bot]](https://github.com/apps/github-actions)) -- Merge pull request \#26 from AlexRogalskiy/master [\#27](https://github.com/AlexRogalskiy/android-patterns/pull/27) ([AlexRogalskiy](https://github.com/AlexRogalskiy)) -- sync: master to main [\#26](https://github.com/AlexRogalskiy/android-patterns/pull/26) ([github-actions[bot]](https://github.com/apps/github-actions)) -- Merge pull request \#23 from AlexRogalskiy/master [\#25](https://github.com/AlexRogalskiy/android-patterns/pull/25) ([AlexRogalskiy](https://github.com/AlexRogalskiy)) -- Auto Compress Images [\#24](https://github.com/AlexRogalskiy/android-patterns/pull/24) ([github-actions[bot]](https://github.com/apps/github-actions)) -- sync: master to main [\#23](https://github.com/AlexRogalskiy/android-patterns/pull/23) ([github-actions[bot]](https://github.com/apps/github-actions)) -- Main [\#22](https://github.com/AlexRogalskiy/android-patterns/pull/22) ([AlexRogalskiy](https://github.com/AlexRogalskiy)) -- sync: master to main [\#21](https://github.com/AlexRogalskiy/android-patterns/pull/21) ([github-actions[bot]](https://github.com/apps/github-actions)) -- Main [\#20](https://github.com/AlexRogalskiy/android-patterns/pull/20) ([AlexRogalskiy](https://github.com/AlexRogalskiy)) -- sync: master to main [\#19](https://github.com/AlexRogalskiy/android-patterns/pull/19) ([github-actions[bot]](https://github.com/apps/github-actions)) -- :arrow\_up: Updates actions/checkout action to v2 [\#17](https://github.com/AlexRogalskiy/android-patterns/pull/17) ([renovate[bot]](https://github.com/apps/renovate)) -- sync: master to main [\#16](https://github.com/AlexRogalskiy/android-patterns/pull/16) ([github-actions[bot]](https://github.com/apps/github-actions)) -- sync: master to main [\#15](https://github.com/AlexRogalskiy/android-patterns/pull/15) ([github-actions[bot]](https://github.com/apps/github-actions)) -- Merge pull request \#12 from AlexRogalskiy/master [\#14](https://github.com/AlexRogalskiy/android-patterns/pull/14) ([AlexRogalskiy](https://github.com/AlexRogalskiy)) -- github-actions: update actions/github-script requirement to v3.1 [\#13](https://github.com/AlexRogalskiy/android-patterns/pull/13) ([dependabot[bot]](https://github.com/apps/dependabot)) -- sync: master to main [\#12](https://github.com/AlexRogalskiy/android-patterns/pull/12) ([github-actions[bot]](https://github.com/apps/github-actions)) -- github-actions: bump wagoid/commitlint-github-action from v1.6.0 to v2.1.7 [\#11](https://github.com/AlexRogalskiy/android-patterns/pull/11) ([dependabot[bot]](https://github.com/apps/dependabot)) -- github-actions: bump dessant/lock-threads from v2.0.1 to v2.0.3 [\#10](https://github.com/AlexRogalskiy/android-patterns/pull/10) ([dependabot[bot]](https://github.com/apps/dependabot)) -- github-actions: bump Dunning-Kruger/unlock-issues from v1 to v1.1 [\#9](https://github.com/AlexRogalskiy/android-patterns/pull/9) ([dependabot[bot]](https://github.com/apps/dependabot)) -- github-actions: bump actions/setup-node from v1 to v2.1.4 [\#8](https://github.com/AlexRogalskiy/android-patterns/pull/8) ([dependabot[bot]](https://github.com/apps/dependabot)) -- github-actions: bump prologic/action-remark-lint from v0.0.5 to v2 [\#7](https://github.com/AlexRogalskiy/android-patterns/pull/7) ([dependabot[bot]](https://github.com/apps/dependabot)) -- sync: master to main [\#6](https://github.com/AlexRogalskiy/android-patterns/pull/6) ([github-actions[bot]](https://github.com/apps/github-actions)) -- Main [\#5](https://github.com/AlexRogalskiy/android-patterns/pull/5) ([AlexRogalskiy](https://github.com/AlexRogalskiy)) -- sync: master to main [\#4](https://github.com/AlexRogalskiy/android-patterns/pull/4) ([github-actions[bot]](https://github.com/apps/github-actions)) -- sync: master to main [\#3](https://github.com/AlexRogalskiy/android-patterns/pull/3) ([github-actions[bot]](https://github.com/apps/github-actions)) -- Main [\#2](https://github.com/AlexRogalskiy/android-patterns/pull/2) ([AlexRogalskiy](https://github.com/AlexRogalskiy)) -- sync: master to main [\#1](https://github.com/AlexRogalskiy/android-patterns/pull/1) ([github-actions[bot]](https://github.com/apps/github-actions)) +## [1.0.1](https://github.com/dsp-testing/android-patterns/tree/1.0.1) (2021-02-18) + +[Full Changelog](https://github.com/dsp-testing/android-patterns/compare/v1...1.0.1) + +## [v1](https://github.com/dsp-testing/android-patterns/tree/v1) (2021-02-18) + +[Full Changelog](https://github.com/dsp-testing/android-patterns/compare/v1.0...v1) + +## [v1.0](https://github.com/dsp-testing/android-patterns/tree/v1.0) (2021-02-18) + +[Full Changelog](https://github.com/dsp-testing/android-patterns/compare/v1.0.1...v1.0) + +## [v1.0.1](https://github.com/dsp-testing/android-patterns/tree/v1.0.1) (2021-02-18) + +[Full Changelog](https://github.com/dsp-testing/android-patterns/compare/1b4e42605dc8c8659e4cf3ba3034b5a0494e7a8c...v1.0.1) From e5d3db89e81da7a5cef4760e8e248883d897c180 Mon Sep 17 00:00:00 2001 From: Ian Wright <55286208+Z80coder@users.noreply.github.com> Date: Fri, 17 Dec 2021 12:36:49 +0000 Subject: [PATCH 0003/1422] Enable CodeQL with ATM suite for testing --- .github/workflows/codeql-analysis-with-atm-query-pack.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis-with-atm-query-pack.yml b/.github/workflows/codeql-analysis-with-atm-query-pack.yml index 5c47fbf816..641fa9e105 100644 --- a/.github/workflows/codeql-analysis-with-atm-query-pack.yml +++ b/.github/workflows/codeql-analysis-with-atm-query-pack.yml @@ -35,9 +35,9 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL # use ATM - uses: github/codeql-action/init@9703f2e3b044dca7fd7ac286980013077dbd0c06 + # uses: github/codeql-action/init@9703f2e3b044dca7fd7ac286980013077dbd0c06 # don't use ATM - # uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v1 with: languages: javascript queries: security-extended @@ -45,7 +45,7 @@ jobs: - name: Perform CodeQL Analysis # use ATM - uses: github/codeql-action/analyze@9703f2e3b044dca7fd7ac286980013077dbd0c06 + # uses: github/codeql-action/analyze@9703f2e3b044dca7fd7ac286980013077dbd0c06 # don't use ATM - # uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v1 From d3478b83f148a5484ef3de034c8bb0c6d3f94d29 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 18 Dec 2021 01:25:56 +0000 Subject: [PATCH 0004/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7c71f05757..18b3ae6e36 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Who qualifies as a level 3 android software engineer?](https://www.reddit.com/r/androiddev/comments/ri3pv8/who_qualifies_as_a_level_3_android_software/) -- [Multi-Module-Arch-Netflix-Composable](https://www.reddit.com/r/androiddev/comments/ri1tdo/multimodulearchnetflixcomposable/) -- [Looks like the next version of Android will go back to desserts (Tiramisu)](https://www.reddit.com/r/androiddev/comments/ri1flv/looks_like_the_next_version_of_android_will_go/) -- [Android Developers Backstage – Episode 180: Kotlin Magic Platform](https://www.reddit.com/r/androiddev/comments/rhzl2f/android_developers_backstage_episode_180_kotlin/) -- [Android Edge to Edge 101](https://www.reddit.com/r/androiddev/comments/rhvm5u/android_edge_to_edge_101/) -- [Mic mute by pressing headphone pause button.](https://www.reddit.com/r/androiddev/comments/rhuop1/mic_mute_by_pressing_headphone_pause_button/) -- [Android App having a Instagram upload feature](https://www.reddit.com/r/androiddev/comments/rht315/android_app_having_a_instagram_upload_feature/) -- [Best way to present pictures in an app?](https://www.reddit.com/r/androiddev/comments/rhrv6r/best_way_to_present_pictures_in_an_app/) -- [Rebuilding our guide to app architecture](https://www.reddit.com/r/androiddev/comments/rhr2bd/rebuilding_our_guide_to_app_architecture/) -- [How to connect to steam, Uplay, epic games API?](https://www.reddit.com/r/androiddev/comments/rhptaq/how_to_connect_to_steam_uplay_epic_games_api/) +- [Moving to a "legacyer" project](https://www.reddit.com/r/androiddev/comments/riotlo/moving_to_a_legacyer_project/) +- [Tracking apps from ad clicks to in-app events](https://www.reddit.com/r/androiddev/comments/rintl3/tracking_apps_from_ad_clicks_to_inapp_events/) +- [Remote Debugging without USB, connected via VPN](https://www.reddit.com/r/androiddev/comments/rinoc3/remote_debugging_without_usb_connected_via_vpn/) +- [Facebook Audience Network problem](https://www.reddit.com/r/androiddev/comments/rikh60/facebook_audience_network_problem/) +- [Practical Jetpack Compose - available now!](https://www.reddit.com/r/androiddev/comments/rik3q7/practical_jetpack_compose_available_now/) +- [How do you permanently disable bluetooth tethering on an android phone? Possibly without rooting.](https://www.reddit.com/r/androiddev/comments/rij8tr/how_do_you_permanently_disable_bluetooth/) +- [Marcel from the Jetpack Glance team joined us to celebrate the release of the first Alpha version! 🎊 Oh, we also coded a bit 🤣](https://www.reddit.com/r/androiddev/comments/rij1ei/marcel_from_the_jetpack_glance_team_joined_us_to/) +- [Should I be using material2 or material3 with compose right now?](https://www.reddit.com/r/androiddev/comments/rii62v/should_i_be_using_material2_or_material3_with/) +- [App Feedback Thread - December 17, 2021](https://www.reddit.com/r/androiddev/comments/rii1au/app_feedback_thread_december_17_2021/) +- [Help: save a portion of google map and add personalized pins](https://www.reddit.com/r/androiddev/comments/riecmy/help_save_a_portion_of_google_map_and_add/) ### *InfoWorld posts* From 6466783acee28912d8ed87bb5dccf8cc557addc7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 19 Dec 2021 01:26:37 +0000 Subject: [PATCH 0005/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 18b3ae6e36..45d401e744 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Moving to a "legacyer" project](https://www.reddit.com/r/androiddev/comments/riotlo/moving_to_a_legacyer_project/) -- [Tracking apps from ad clicks to in-app events](https://www.reddit.com/r/androiddev/comments/rintl3/tracking_apps_from_ad_clicks_to_inapp_events/) -- [Remote Debugging without USB, connected via VPN](https://www.reddit.com/r/androiddev/comments/rinoc3/remote_debugging_without_usb_connected_via_vpn/) -- [Facebook Audience Network problem](https://www.reddit.com/r/androiddev/comments/rikh60/facebook_audience_network_problem/) -- [Practical Jetpack Compose - available now!](https://www.reddit.com/r/androiddev/comments/rik3q7/practical_jetpack_compose_available_now/) -- [How do you permanently disable bluetooth tethering on an android phone? Possibly without rooting.](https://www.reddit.com/r/androiddev/comments/rij8tr/how_do_you_permanently_disable_bluetooth/) -- [Marcel from the Jetpack Glance team joined us to celebrate the release of the first Alpha version! 🎊 Oh, we also coded a bit 🤣](https://www.reddit.com/r/androiddev/comments/rij1ei/marcel_from_the_jetpack_glance_team_joined_us_to/) -- [Should I be using material2 or material3 with compose right now?](https://www.reddit.com/r/androiddev/comments/rii62v/should_i_be_using_material2_or_material3_with/) -- [App Feedback Thread - December 17, 2021](https://www.reddit.com/r/androiddev/comments/rii1au/app_feedback_thread_december_17_2021/) -- [Help: save a portion of google map and add personalized pins](https://www.reddit.com/r/androiddev/comments/riecmy/help_save_a_portion_of_google_map_and_add/) +- [What are some learning resources for Android design-patterns?](https://www.reddit.com/r/androiddev/comments/rjk9mc/what_are_some_learning_resources_for_android/) +- [Android Information 2021 Images and Photos](https://www.reddit.com/r/androiddev/comments/rjk04x/android_information_2021_images_and_photos/) +- [I wrote an Article and Demo App for how to use Jetpack Glance Alpha for building a Widget!](https://www.reddit.com/r/androiddev/comments/rji0sx/i_wrote_an_article_and_demo_app_for_how_to_use/) +- [Marketing an android app](https://www.reddit.com/r/androiddev/comments/rjgn60/marketing_an_android_app/) +- [USB debugging off, bricked phone](https://www.reddit.com/r/androiddev/comments/rjegbz/usb_debugging_off_bricked_phone/) +- [How would you memorize large list of Strings](https://www.reddit.com/r/androiddev/comments/rjdhyo/how_would_you_memorize_large_list_of_strings/) +- [flutter compass](https://www.reddit.com/r/androiddev/comments/rjbmoj/flutter_compass/) +- [Gmail App Color Palette](https://www.reddit.com/r/androiddev/comments/rjb3ec/gmail_app_color_palette/) +- [I open-sourced a Minesweeper game made with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/rjagz8/i_opensourced_a_minesweeper_game_made_with/) +- [What are some things you find yourself doing repeatedly as an Android developer?](https://www.reddit.com/r/androiddev/comments/rja0qf/what_are_some_things_you_find_yourself_doing/) ### *InfoWorld posts* From fa6e14bb88ad2e09bead4d3ab68fe4d90628a45b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 20 Dec 2021 01:25:23 +0000 Subject: [PATCH 0006/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 45d401e744..5fc58e18ae 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What are some learning resources for Android design-patterns?](https://www.reddit.com/r/androiddev/comments/rjk9mc/what_are_some_learning_resources_for_android/) -- [Android Information 2021 Images and Photos](https://www.reddit.com/r/androiddev/comments/rjk04x/android_information_2021_images_and_photos/) -- [I wrote an Article and Demo App for how to use Jetpack Glance Alpha for building a Widget!](https://www.reddit.com/r/androiddev/comments/rji0sx/i_wrote_an_article_and_demo_app_for_how_to_use/) -- [Marketing an android app](https://www.reddit.com/r/androiddev/comments/rjgn60/marketing_an_android_app/) -- [USB debugging off, bricked phone](https://www.reddit.com/r/androiddev/comments/rjegbz/usb_debugging_off_bricked_phone/) -- [How would you memorize large list of Strings](https://www.reddit.com/r/androiddev/comments/rjdhyo/how_would_you_memorize_large_list_of_strings/) -- [flutter compass](https://www.reddit.com/r/androiddev/comments/rjbmoj/flutter_compass/) -- [Gmail App Color Palette](https://www.reddit.com/r/androiddev/comments/rjb3ec/gmail_app_color_palette/) -- [I open-sourced a Minesweeper game made with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/rjagz8/i_opensourced_a_minesweeper_game_made_with/) -- [What are some things you find yourself doing repeatedly as an Android developer?](https://www.reddit.com/r/androiddev/comments/rja0qf/what_are_some_things_you_find_yourself_doing/) +- [Anyone have experience moving an app with in-app purchases from one Google Play Dev account to another?](https://www.reddit.com/r/androiddev/comments/rk7qjl/anyone_have_experience_moving_an_app_with_inapp/) +- [Did anyone already use Micrsoft Graph API ;](https://www.reddit.com/r/androiddev/comments/rk5ucw/did_anyone_already_use_micrsoft_graph_api/) +- [Question regarding store listing data](https://www.reddit.com/r/androiddev/comments/rk5n51/question_regarding_store_listing_data/) +- [Detect Slow-Down Hack in Game](https://www.reddit.com/r/androiddev/comments/rk3f8z/detect_slowdown_hack_in_game/) +- [Update avail, again?](https://www.reddit.com/r/androiddev/comments/rk0a1x/update_avail_again/) +- [How Google Play Policies are only Applicable to indie developers](https://www.reddit.com/r/androiddev/comments/rk0026/how_google_play_policies_are_only_applicable_to/) +- [I saw a post here about a library that was supposed to be better performing than Shared Prefs and could store small lists? Can someone link it?](https://www.reddit.com/r/androiddev/comments/rjxpuz/i_saw_a_post_here_about_a_library_that_was/) +- [Is there a way to have a non-nullable LiveData that has SavedState?](https://www.reddit.com/r/androiddev/comments/rjx6h3/is_there_a_way_to_have_a_nonnullable_livedata/) +- [App updates how do they work](https://www.reddit.com/r/androiddev/comments/rjvpp1/app_updates_how_do_they_work/) +- [Recycler view in android studio](https://www.reddit.com/r/androiddev/comments/rjvn3f/recycler_view_in_android_studio/) ### *InfoWorld posts* From be5d599aab42913f412276c84e96a80987b0636d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 21 Dec 2021 01:25:57 +0000 Subject: [PATCH 0007/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5fc58e18ae..ce648aec41 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Anyone have experience moving an app with in-app purchases from one Google Play Dev account to another?](https://www.reddit.com/r/androiddev/comments/rk7qjl/anyone_have_experience_moving_an_app_with_inapp/) -- [Did anyone already use Micrsoft Graph API ;](https://www.reddit.com/r/androiddev/comments/rk5ucw/did_anyone_already_use_micrsoft_graph_api/) -- [Question regarding store listing data](https://www.reddit.com/r/androiddev/comments/rk5n51/question_regarding_store_listing_data/) -- [Detect Slow-Down Hack in Game](https://www.reddit.com/r/androiddev/comments/rk3f8z/detect_slowdown_hack_in_game/) -- [Update avail, again?](https://www.reddit.com/r/androiddev/comments/rk0a1x/update_avail_again/) -- [How Google Play Policies are only Applicable to indie developers](https://www.reddit.com/r/androiddev/comments/rk0026/how_google_play_policies_are_only_applicable_to/) -- [I saw a post here about a library that was supposed to be better performing than Shared Prefs and could store small lists? Can someone link it?](https://www.reddit.com/r/androiddev/comments/rjxpuz/i_saw_a_post_here_about_a_library_that_was/) -- [Is there a way to have a non-nullable LiveData that has SavedState?](https://www.reddit.com/r/androiddev/comments/rjx6h3/is_there_a_way_to_have_a_nonnullable_livedata/) -- [App updates how do they work](https://www.reddit.com/r/androiddev/comments/rjvpp1/app_updates_how_do_they_work/) -- [Recycler view in android studio](https://www.reddit.com/r/androiddev/comments/rjvn3f/recycler_view_in_android_studio/) +- [Facebook Audience Network got issue?](https://www.reddit.com/r/androiddev/comments/rl2h41/facebook_audience_network_got_issue/) +- [Missing Wireless ADB Android 11](https://www.reddit.com/r/androiddev/comments/rl1iyl/missing_wireless_adb_android_11/) +- [split string to two string](https://www.reddit.com/r/androiddev/comments/rl109n/split_string_to_two_string/) +- [Is Google Maps API - Street View free or paid](https://www.reddit.com/r/androiddev/comments/rl0xe6/is_google_maps_api_street_view_free_or_paid/) +- [Facebook Audience Network Problem](https://www.reddit.com/r/androiddev/comments/rkzddx/facebook_audience_network_problem/) +- [How much money does reward apps make?](https://www.reddit.com/r/androiddev/comments/rkyh5a/how_much_money_does_reward_apps_make/) +- [Implementation() not working](https://www.reddit.com/r/androiddev/comments/rkw96g/implementation_not_working/) +- [Yesterday we had the last episode of the year! ❄️🎄 With Mark, we created a custom #JetpackCompose modifier to add a snow effect to our Composables.](https://www.reddit.com/r/androiddev/comments/rkugz4/yesterday_we_had_the_last_episode_of_the_year/) +- [What is the best class to manage connectivity continuously in an app?](https://www.reddit.com/r/androiddev/comments/rksw2k/what_is_the_best_class_to_manage_connectivity/) +- [TestDispatcher vs runTest](https://www.reddit.com/r/androiddev/comments/rkr2va/testdispatcher_vs_runtest/) ### *InfoWorld posts* From d35677118bd641597391aab4fcaca4543869bc24 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 22 Dec 2021 01:25:42 +0000 Subject: [PATCH 0008/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ce648aec41..ec382f30ca 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Facebook Audience Network got issue?](https://www.reddit.com/r/androiddev/comments/rl2h41/facebook_audience_network_got_issue/) -- [Missing Wireless ADB Android 11](https://www.reddit.com/r/androiddev/comments/rl1iyl/missing_wireless_adb_android_11/) -- [split string to two string](https://www.reddit.com/r/androiddev/comments/rl109n/split_string_to_two_string/) -- [Is Google Maps API - Street View free or paid](https://www.reddit.com/r/androiddev/comments/rl0xe6/is_google_maps_api_street_view_free_or_paid/) -- [Facebook Audience Network Problem](https://www.reddit.com/r/androiddev/comments/rkzddx/facebook_audience_network_problem/) -- [How much money does reward apps make?](https://www.reddit.com/r/androiddev/comments/rkyh5a/how_much_money_does_reward_apps_make/) -- [Implementation() not working](https://www.reddit.com/r/androiddev/comments/rkw96g/implementation_not_working/) -- [Yesterday we had the last episode of the year! ❄️🎄 With Mark, we created a custom #JetpackCompose modifier to add a snow effect to our Composables.](https://www.reddit.com/r/androiddev/comments/rkugz4/yesterday_we_had_the_last_episode_of_the_year/) -- [What is the best class to manage connectivity continuously in an app?](https://www.reddit.com/r/androiddev/comments/rksw2k/what_is_the_best_class_to_manage_connectivity/) -- [TestDispatcher vs runTest](https://www.reddit.com/r/androiddev/comments/rkr2va/testdispatcher_vs_runtest/) +- [Any feature not available in IntelliJ but in Android Studio?](https://www.reddit.com/r/androiddev/comments/rlt6av/any_feature_not_available_in_intellij_but_in/) +- [Android security course](https://www.reddit.com/r/androiddev/comments/rlsl5f/android_security_course/) +- [How do you add an int value to a pre existing int value in SharedPreferences instead of overwriting it with the new value?](https://www.reddit.com/r/androiddev/comments/rlrxy6/how_do_you_add_an_int_value_to_a_pre_existing_int/) +- [Is there any tricky way to know if the user playing a video on the YouTube app](https://www.reddit.com/r/androiddev/comments/rlq0xv/is_there_any_tricky_way_to_know_if_the_user/) +- [How to use an image as camera input in android emulator?](https://www.reddit.com/r/androiddev/comments/rlla2f/how_to_use_an_image_as_camera_input_in_android/) +- [Amazon Fire TV?](https://www.reddit.com/r/androiddev/comments/rli7xc/amazon_fire_tv/) +- [FireBase Analytics with three environments](https://www.reddit.com/r/androiddev/comments/rlfp3v/firebase_analytics_with_three_environments/) +- [Weekly Questions Thread - December 21, 2021](https://www.reddit.com/r/androiddev/comments/rlf9uk/weekly_questions_thread_december_21_2021/) +- [Beginner’s Guide to Google Play Store Keywords Research & Optimization (ASO)](https://www.reddit.com/r/androiddev/comments/rled7g/beginners_guide_to_google_play_store_keywords/) +- [Common security issues when configuring HTTPs connections in Android](https://www.reddit.com/r/androiddev/comments/rleai1/common_security_issues_when_configuring_https/) ### *InfoWorld posts* From 58374ee0339fe02d7f2a987b774f19c4fc468d91 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 23 Dec 2021 01:25:06 +0000 Subject: [PATCH 0009/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ec382f30ca..3e5ef00c11 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Any feature not available in IntelliJ but in Android Studio?](https://www.reddit.com/r/androiddev/comments/rlt6av/any_feature_not_available_in_intellij_but_in/) -- [Android security course](https://www.reddit.com/r/androiddev/comments/rlsl5f/android_security_course/) -- [How do you add an int value to a pre existing int value in SharedPreferences instead of overwriting it with the new value?](https://www.reddit.com/r/androiddev/comments/rlrxy6/how_do_you_add_an_int_value_to_a_pre_existing_int/) -- [Is there any tricky way to know if the user playing a video on the YouTube app](https://www.reddit.com/r/androiddev/comments/rlq0xv/is_there_any_tricky_way_to_know_if_the_user/) -- [How to use an image as camera input in android emulator?](https://www.reddit.com/r/androiddev/comments/rlla2f/how_to_use_an_image_as_camera_input_in_android/) -- [Amazon Fire TV?](https://www.reddit.com/r/androiddev/comments/rli7xc/amazon_fire_tv/) -- [FireBase Analytics with three environments](https://www.reddit.com/r/androiddev/comments/rlfp3v/firebase_analytics_with_three_environments/) -- [Weekly Questions Thread - December 21, 2021](https://www.reddit.com/r/androiddev/comments/rlf9uk/weekly_questions_thread_december_21_2021/) -- [Beginner’s Guide to Google Play Store Keywords Research & Optimization (ASO)](https://www.reddit.com/r/androiddev/comments/rled7g/beginners_guide_to_google_play_store_keywords/) -- [Common security issues when configuring HTTPs connections in Android](https://www.reddit.com/r/androiddev/comments/rleai1/common_security_issues_when_configuring_https/) +- [How do you guys design UI?](https://www.reddit.com/r/androiddev/comments/rminwp/how_do_you_guys_design_ui/) +- [how to handle switch button in navigation drawer](https://www.reddit.com/r/androiddev/comments/rmid2a/how_to_handle_switch_button_in_navigation_drawer/) +- [How come VLC is allowed to use MANAGE_EXTERNAL_STORAGE permission?](https://www.reddit.com/r/androiddev/comments/rmgdis/how_come_vlc_is_allowed_to_use_manage_external/) +- [Allowance Tracker: A Super Simple Android App](https://www.reddit.com/r/androiddev/comments/rmfmei/allowance_tracker_a_super_simple_android_app/) +- [How can i stop my widget from opening my app](https://www.reddit.com/r/androiddev/comments/rmf2cb/how_can_i_stop_my_widget_from_opening_my_app/) +- [Nested screen navigation in Jetpack Compose.](https://www.reddit.com/r/androiddev/comments/rmd2kv/nested_screen_navigation_in_jetpack_compose/) +- [Which version to launch on](https://www.reddit.com/r/androiddev/comments/rmbk4a/which_version_to_launch_on/) +- [Create an open release.](https://www.reddit.com/r/androiddev/comments/rm7zmk/create_an_open_release/) +- [Notifications Division](https://www.reddit.com/r/androiddev/comments/rm7cq0/notifications_division/) +- [How to animate composable with custom shape?](https://www.reddit.com/r/androiddev/comments/rm5ghb/how_to_animate_composable_with_custom_shape/) ### *InfoWorld posts* From f6403f53628cf4a492c86d480c08c3548c39e63d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 24 Dec 2021 01:24:51 +0000 Subject: [PATCH 0010/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3e5ef00c11..0dff9297ab 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How do you guys design UI?](https://www.reddit.com/r/androiddev/comments/rminwp/how_do_you_guys_design_ui/) -- [how to handle switch button in navigation drawer](https://www.reddit.com/r/androiddev/comments/rmid2a/how_to_handle_switch_button_in_navigation_drawer/) -- [How come VLC is allowed to use MANAGE_EXTERNAL_STORAGE permission?](https://www.reddit.com/r/androiddev/comments/rmgdis/how_come_vlc_is_allowed_to_use_manage_external/) -- [Allowance Tracker: A Super Simple Android App](https://www.reddit.com/r/androiddev/comments/rmfmei/allowance_tracker_a_super_simple_android_app/) -- [How can i stop my widget from opening my app](https://www.reddit.com/r/androiddev/comments/rmf2cb/how_can_i_stop_my_widget_from_opening_my_app/) -- [Nested screen navigation in Jetpack Compose.](https://www.reddit.com/r/androiddev/comments/rmd2kv/nested_screen_navigation_in_jetpack_compose/) -- [Which version to launch on](https://www.reddit.com/r/androiddev/comments/rmbk4a/which_version_to_launch_on/) -- [Create an open release.](https://www.reddit.com/r/androiddev/comments/rm7zmk/create_an_open_release/) -- [Notifications Division](https://www.reddit.com/r/androiddev/comments/rm7cq0/notifications_division/) -- [How to animate composable with custom shape?](https://www.reddit.com/r/androiddev/comments/rm5ghb/how_to_animate_composable_with_custom_shape/) +- [Did you consider or are you considering the integration of Huawei Mobile Services ?](https://www.reddit.com/r/androiddev/comments/rn7jw1/did_you_consider_or_are_you_considering_the/) +- [How to create this collapsing toolbar?](https://www.reddit.com/r/androiddev/comments/rn4135/how_to_create_this_collapsing_toolbar/) +- [RTSP stream parse exception with Exoplayer](https://www.reddit.com/r/androiddev/comments/rn2ywo/rtsp_stream_parse_exception_with_exoplayer/) +- [Looking to diagnose a potentially broken SD card slot](https://www.reddit.com/r/androiddev/comments/rn2chl/looking_to_diagnose_a_potentially_broken_sd_card/) +- [Resources for android development](https://www.reddit.com/r/androiddev/comments/rmzz0i/resources_for_android_development/) +- [Do Ad impressions pay on google Admob?](https://www.reddit.com/r/androiddev/comments/rmyd73/do_ad_impressions_pay_on_google_admob/) +- [Microsoft Rolled Out Latest Staple of Surface Products](https://www.reddit.com/r/androiddev/comments/rmy6h6/microsoft_rolled_out_latest_staple_of_surface/) +- [Microsoft Windows 11 Update Includes Older Intel CPUs in Compatibility List](https://www.reddit.com/r/androiddev/comments/rmy516/microsoft_windows_11_update_includes_older_intel/) +- [Android app bundle vs apk. How to get APK after cordova 10 release.](https://www.reddit.com/r/androiddev/comments/rmxsy3/android_app_bundle_vs_apk_how_to_get_apk_after/) +- [Compose rememberScoped: Scoping objects to a Composable' lifecycle](https://www.reddit.com/r/androiddev/comments/rmwq1p/compose_rememberscoped_scoping_objects_to_a/) ### *InfoWorld posts* From 1c248e0950c04d8e073c542ee24c3f2b285c72c4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 25 Dec 2021 01:24:28 +0000 Subject: [PATCH 0011/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0dff9297ab..6ef67189ff 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Did you consider or are you considering the integration of Huawei Mobile Services ?](https://www.reddit.com/r/androiddev/comments/rn7jw1/did_you_consider_or_are_you_considering_the/) -- [How to create this collapsing toolbar?](https://www.reddit.com/r/androiddev/comments/rn4135/how_to_create_this_collapsing_toolbar/) -- [RTSP stream parse exception with Exoplayer](https://www.reddit.com/r/androiddev/comments/rn2ywo/rtsp_stream_parse_exception_with_exoplayer/) -- [Looking to diagnose a potentially broken SD card slot](https://www.reddit.com/r/androiddev/comments/rn2chl/looking_to_diagnose_a_potentially_broken_sd_card/) -- [Resources for android development](https://www.reddit.com/r/androiddev/comments/rmzz0i/resources_for_android_development/) -- [Do Ad impressions pay on google Admob?](https://www.reddit.com/r/androiddev/comments/rmyd73/do_ad_impressions_pay_on_google_admob/) -- [Microsoft Rolled Out Latest Staple of Surface Products](https://www.reddit.com/r/androiddev/comments/rmy6h6/microsoft_rolled_out_latest_staple_of_surface/) -- [Microsoft Windows 11 Update Includes Older Intel CPUs in Compatibility List](https://www.reddit.com/r/androiddev/comments/rmy516/microsoft_windows_11_update_includes_older_intel/) -- [Android app bundle vs apk. How to get APK after cordova 10 release.](https://www.reddit.com/r/androiddev/comments/rmxsy3/android_app_bundle_vs_apk_how_to_get_apk_after/) -- [Compose rememberScoped: Scoping objects to a Composable' lifecycle](https://www.reddit.com/r/androiddev/comments/rmwq1p/compose_rememberscoped_scoping_objects_to_a/) +- [Few questions regarding android settings](https://www.reddit.com/r/androiddev/comments/rnvg87/few_questions_regarding_android_settings/) +- [The common red-flag in all Android hiring scams:](https://www.reddit.com/r/androiddev/comments/rnuwcw/the_common_redflag_in_all_android_hiring_scams/) +- [How much did you pay in Ads before your app took off organically !](https://www.reddit.com/r/androiddev/comments/rns9jg/how_much_did_you_pay_in_ads_before_your_app_took/) +- [Making a game with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/rnqc8r/making_a_game_with_jetpack_compose/) +- [Applovin SDK 10.3.5 is showing integration error in debugger](https://www.reddit.com/r/androiddev/comments/rnodff/applovin_sdk_1035_is_showing_integration_error_in/) +- [My first blog post on medium : Android Themes vs Styles For Absolute Beginners](https://www.reddit.com/r/androiddev/comments/rno3fq/my_first_blog_post_on_medium_android_themes_vs/) +- [Difference between "Active Devices" number and "Installs/Uninstalls" equation](https://www.reddit.com/r/androiddev/comments/rnnpmm/difference_between_active_devices_number_and/) +- [App Feedback Thread - December 24, 2021](https://www.reddit.com/r/androiddev/comments/rnmwih/app_feedback_thread_december_24_2021/) +- [Which is the proper way to manage state in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/rnlham/which_is_the_proper_way_to_manage_state_in/) +- [Has anyone had this AS keymap problem?](https://www.reddit.com/r/androiddev/comments/rnklcs/has_anyone_had_this_as_keymap_problem/) ### *InfoWorld posts* From 3203797161cff75a2f920c6b0cdb3199ec43de28 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 26 Dec 2021 01:26:29 +0000 Subject: [PATCH 0012/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6ef67189ff..6ffd0ad9ca 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Few questions regarding android settings](https://www.reddit.com/r/androiddev/comments/rnvg87/few_questions_regarding_android_settings/) -- [The common red-flag in all Android hiring scams:](https://www.reddit.com/r/androiddev/comments/rnuwcw/the_common_redflag_in_all_android_hiring_scams/) -- [How much did you pay in Ads before your app took off organically !](https://www.reddit.com/r/androiddev/comments/rns9jg/how_much_did_you_pay_in_ads_before_your_app_took/) -- [Making a game with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/rnqc8r/making_a_game_with_jetpack_compose/) -- [Applovin SDK 10.3.5 is showing integration error in debugger](https://www.reddit.com/r/androiddev/comments/rnodff/applovin_sdk_1035_is_showing_integration_error_in/) -- [My first blog post on medium : Android Themes vs Styles For Absolute Beginners](https://www.reddit.com/r/androiddev/comments/rno3fq/my_first_blog_post_on_medium_android_themes_vs/) -- [Difference between "Active Devices" number and "Installs/Uninstalls" equation](https://www.reddit.com/r/androiddev/comments/rnnpmm/difference_between_active_devices_number_and/) -- [App Feedback Thread - December 24, 2021](https://www.reddit.com/r/androiddev/comments/rnmwih/app_feedback_thread_december_24_2021/) -- [Which is the proper way to manage state in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/rnlham/which_is_the_proper_way_to_manage_state_in/) -- [Has anyone had this AS keymap problem?](https://www.reddit.com/r/androiddev/comments/rnklcs/has_anyone_had_this_as_keymap_problem/) +- [Why does putExtra have many combination of ways to write it?](https://www.reddit.com/r/androiddev/comments/rogxm7/why_does_putextra_have_many_combination_of_ways/) +- [Is it good practice to call ViewModel methods from the observer while implementing mvvm?](https://www.reddit.com/r/androiddev/comments/rog6ca/is_it_good_practice_to_call_viewmodel_methods/) +- [Transfer app to another dev account QUESTIONS](https://www.reddit.com/r/androiddev/comments/roe7vk/transfer_app_to_another_dev_account_questions/) +- [GitHub - DevsOnFlutter/flutter_shortcuts: Flutter plugin for creating static & dynamic app shortcuts on the home screen.](https://www.reddit.com/r/androiddev/comments/rob7lv/github_devsonflutterflutter_shortcuts_flutter/) +- [Why do people confuses async await with multithreading and how does it work in different language?](https://www.reddit.com/r/androiddev/comments/roa2uf/why_do_people_confuses_async_await_with/) +- [looking to get back into android development. haven't done much the last few years](https://www.reddit.com/r/androiddev/comments/ro7qts/looking_to_get_back_into_android_development/) +- [Keyboard layouts](https://www.reddit.com/r/androiddev/comments/ro63i9/keyboard_layouts/) +- [How to get data from multiple activities to main activity in android java?](https://www.reddit.com/r/androiddev/comments/ro4nym/how_to_get_data_from_multiple_activities_to_main/) +- [Feedback on my Junior Android Interview](https://www.reddit.com/r/androiddev/comments/ro3zzf/feedback_on_my_junior_android_interview/) +- [ugh am i missing something how do i make edges in designing tap and android emulator smooth ???](https://www.reddit.com/r/androiddev/comments/ro2v4z/ugh_am_i_missing_something_how_do_i_make_edges_in/) ### *InfoWorld posts* From f4012ba393f4d6b185fb4555aca1b23aeb6ecc2c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 28 Dec 2021 01:24:58 +0000 Subject: [PATCH 0013/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6ffd0ad9ca..c420a4c679 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Why does putExtra have many combination of ways to write it?](https://www.reddit.com/r/androiddev/comments/rogxm7/why_does_putextra_have_many_combination_of_ways/) -- [Is it good practice to call ViewModel methods from the observer while implementing mvvm?](https://www.reddit.com/r/androiddev/comments/rog6ca/is_it_good_practice_to_call_viewmodel_methods/) -- [Transfer app to another dev account QUESTIONS](https://www.reddit.com/r/androiddev/comments/roe7vk/transfer_app_to_another_dev_account_questions/) -- [GitHub - DevsOnFlutter/flutter_shortcuts: Flutter plugin for creating static & dynamic app shortcuts on the home screen.](https://www.reddit.com/r/androiddev/comments/rob7lv/github_devsonflutterflutter_shortcuts_flutter/) -- [Why do people confuses async await with multithreading and how does it work in different language?](https://www.reddit.com/r/androiddev/comments/roa2uf/why_do_people_confuses_async_await_with/) -- [looking to get back into android development. haven't done much the last few years](https://www.reddit.com/r/androiddev/comments/ro7qts/looking_to_get_back_into_android_development/) -- [Keyboard layouts](https://www.reddit.com/r/androiddev/comments/ro63i9/keyboard_layouts/) -- [How to get data from multiple activities to main activity in android java?](https://www.reddit.com/r/androiddev/comments/ro4nym/how_to_get_data_from_multiple_activities_to_main/) -- [Feedback on my Junior Android Interview](https://www.reddit.com/r/androiddev/comments/ro3zzf/feedback_on_my_junior_android_interview/) -- [ugh am i missing something how do i make edges in designing tap and android emulator smooth ???](https://www.reddit.com/r/androiddev/comments/ro2v4z/ugh_am_i_missing_something_how_do_i_make_edges_in/) +- [Dear Developers, how do you feel about using Jetpack Compose and Xml at the same time(Hybrid)?](https://www.reddit.com/r/androiddev/comments/rpyy32/dear_developers_how_do_you_feel_about_using/) +- [Country restriction on Google Play](https://www.reddit.com/r/androiddev/comments/rpyri4/country_restriction_on_google_play/) +- [How do I get an apk build number?](https://www.reddit.com/r/androiddev/comments/rpxqna/how_do_i_get_an_apk_build_number/) +- [MVVM and one shot operations](https://www.reddit.com/r/androiddev/comments/rpxmzp/mvvm_and_one_shot_operations/) +- [How to get started with mobile app development for Android?](https://www.reddit.com/r/androiddev/comments/rpuz9y/how_to_get_started_with_mobile_app_development/) +- [My app shows "similar apps" that are not related to my app category](https://www.reddit.com/r/androiddev/comments/rpuw2z/my_app_shows_similar_apps_that_are_not_related_to/) +- [Have a LiveData problem and not sure how to tackle it](https://www.reddit.com/r/androiddev/comments/rps6uj/have_a_livedata_problem_and_not_sure_how_to/) +- [How to display SVG from api?](https://www.reddit.com/r/androiddev/comments/rprzvu/how_to_display_svg_from_api/) +- [Anybody handling navigation in compose from ViewModel?](https://www.reddit.com/r/androiddev/comments/rprahp/anybody_handling_navigation_in_compose_from/) +- [Onboarding a new Android Dev](https://www.reddit.com/r/androiddev/comments/rpqu1z/onboarding_a_new_android_dev/) ### *InfoWorld posts* From 81a842431019c14819074aac86a9b7e4abccbde1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 29 Dec 2021 01:24:53 +0000 Subject: [PATCH 0014/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c420a4c679..6a059e339b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Dear Developers, how do you feel about using Jetpack Compose and Xml at the same time(Hybrid)?](https://www.reddit.com/r/androiddev/comments/rpyy32/dear_developers_how_do_you_feel_about_using/) -- [Country restriction on Google Play](https://www.reddit.com/r/androiddev/comments/rpyri4/country_restriction_on_google_play/) -- [How do I get an apk build number?](https://www.reddit.com/r/androiddev/comments/rpxqna/how_do_i_get_an_apk_build_number/) -- [MVVM and one shot operations](https://www.reddit.com/r/androiddev/comments/rpxmzp/mvvm_and_one_shot_operations/) -- [How to get started with mobile app development for Android?](https://www.reddit.com/r/androiddev/comments/rpuz9y/how_to_get_started_with_mobile_app_development/) -- [My app shows "similar apps" that are not related to my app category](https://www.reddit.com/r/androiddev/comments/rpuw2z/my_app_shows_similar_apps_that_are_not_related_to/) -- [Have a LiveData problem and not sure how to tackle it](https://www.reddit.com/r/androiddev/comments/rps6uj/have_a_livedata_problem_and_not_sure_how_to/) -- [How to display SVG from api?](https://www.reddit.com/r/androiddev/comments/rprzvu/how_to_display_svg_from_api/) -- [Anybody handling navigation in compose from ViewModel?](https://www.reddit.com/r/androiddev/comments/rprahp/anybody_handling_navigation_in_compose_from/) -- [Onboarding a new Android Dev](https://www.reddit.com/r/androiddev/comments/rpqu1z/onboarding_a_new_android_dev/) +- [Applying the null safety operator automatically when typing in Android Studio](https://www.reddit.com/r/androiddev/comments/rqpp8t/applying_the_null_safety_operator_automatically/) +- [Google Play Rejection (Because of App screenshots?)](https://www.reddit.com/r/androiddev/comments/rqlldn/google_play_rejection_because_of_app_screenshots/) +- [App Only Works In Split Screen Mode](https://www.reddit.com/r/androiddev/comments/rqlgbb/app_only_works_in_split_screen_mode/) +- [Clarification on RecyclerView viewholder](https://www.reddit.com/r/androiddev/comments/rqkt4k/clarification_on_recyclerview_viewholder/) +- [Android Room notNull property](https://www.reddit.com/r/androiddev/comments/rqkt2t/android_room_notnull_property/) +- [How to avoid getting terminated on Google Play?](https://www.reddit.com/r/androiddev/comments/rqjg8q/how_to_avoid_getting_terminated_on_google_play/) +- [I'd like to create an app based on a pdf, some kind of bestiary. Totally noob, what would you suggest me ?](https://www.reddit.com/r/androiddev/comments/rqj2y2/id_like_to_create_an_app_based_on_a_pdf_some_kind/) +- [Ever stuck in a constraint where you cannot use Retrofit but have to make network calls in Android?](https://www.reddit.com/r/androiddev/comments/rqikoe/ever_stuck_in_a_constraint_where_you_cannot_use/) +- [As a followup to my last post about linking your Firebase project to BigQuery, I wrote about how to setup automatic exports of your data from BigQuery to Google Cloud Storage](https://www.reddit.com/r/androiddev/comments/rqhpij/as_a_followup_to_my_last_post_about_linking_your/) +- [Weekly Questions Thread - December 28, 2021](https://www.reddit.com/r/androiddev/comments/rqgi6u/weekly_questions_thread_december_28_2021/) ### *InfoWorld posts* From 6520f02710847e5757acaa02c43592d9902bd31c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 30 Dec 2021 01:24:52 +0000 Subject: [PATCH 0015/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6a059e339b..9e4e7a7b5a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Applying the null safety operator automatically when typing in Android Studio](https://www.reddit.com/r/androiddev/comments/rqpp8t/applying_the_null_safety_operator_automatically/) -- [Google Play Rejection (Because of App screenshots?)](https://www.reddit.com/r/androiddev/comments/rqlldn/google_play_rejection_because_of_app_screenshots/) -- [App Only Works In Split Screen Mode](https://www.reddit.com/r/androiddev/comments/rqlgbb/app_only_works_in_split_screen_mode/) -- [Clarification on RecyclerView viewholder](https://www.reddit.com/r/androiddev/comments/rqkt4k/clarification_on_recyclerview_viewholder/) -- [Android Room notNull property](https://www.reddit.com/r/androiddev/comments/rqkt2t/android_room_notnull_property/) -- [How to avoid getting terminated on Google Play?](https://www.reddit.com/r/androiddev/comments/rqjg8q/how_to_avoid_getting_terminated_on_google_play/) -- [I'd like to create an app based on a pdf, some kind of bestiary. Totally noob, what would you suggest me ?](https://www.reddit.com/r/androiddev/comments/rqj2y2/id_like_to_create_an_app_based_on_a_pdf_some_kind/) -- [Ever stuck in a constraint where you cannot use Retrofit but have to make network calls in Android?](https://www.reddit.com/r/androiddev/comments/rqikoe/ever_stuck_in_a_constraint_where_you_cannot_use/) -- [As a followup to my last post about linking your Firebase project to BigQuery, I wrote about how to setup automatic exports of your data from BigQuery to Google Cloud Storage](https://www.reddit.com/r/androiddev/comments/rqhpij/as_a_followup_to_my_last_post_about_linking_your/) -- [Weekly Questions Thread - December 28, 2021](https://www.reddit.com/r/androiddev/comments/rqgi6u/weekly_questions_thread_december_28_2021/) +- [Is it practical to migrate an app from Eclipse to Android Studio without relocating files?](https://www.reddit.com/r/androiddev/comments/rrn645/is_it_practical_to_migrate_an_app_from_eclipse_to/) +- [Just wanted to share how the constant changes has made life tough for Android Course Tutors](https://www.reddit.com/r/androiddev/comments/rrh5ut/just_wanted_to_share_how_the_constant_changes_has/) +- [Stable Android Dev in (intelliJ/Android Studio ) on an Apple M1 chip?](https://www.reddit.com/r/androiddev/comments/rrh1n6/stable_android_dev_in_intellijandroid_studio_on/) +- [40+ html5 games check link](https://www.reddit.com/r/androiddev/comments/rrgeem/40_html5_games_check_link/) +- [Android Dev Scammer PSA](https://www.reddit.com/r/androiddev/comments/rre1ku/android_dev_scammer_psa/) +- [Tip: Try using the x86_64 emulator images and not the default x86](https://www.reddit.com/r/androiddev/comments/rrdhrq/tip_try_using_the_x86_64_emulator_images_and_not/) +- [Anime streaming app DOUBT!!](https://www.reddit.com/r/androiddev/comments/rrd4lx/anime_streaming_app_doubt/) +- [Still looking for a direct answer about "donations" in my app](https://www.reddit.com/r/androiddev/comments/rrcywc/still_looking_for_a_direct_answer_about_donations/) +- [A card game made with Compose](https://www.reddit.com/r/androiddev/comments/rrcqb7/a_card_game_made_with_compose/) +- [I am stack at creating tv side menu, please help](https://www.reddit.com/r/androiddev/comments/rrat5n/i_am_stack_at_creating_tv_side_menu_please_help/) ### *InfoWorld posts* From 810c9c98f8e18a07cebd5df76ace3449fb9a2be6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 31 Dec 2021 01:25:48 +0000 Subject: [PATCH 0016/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9e4e7a7b5a..076273b9ac 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is it practical to migrate an app from Eclipse to Android Studio without relocating files?](https://www.reddit.com/r/androiddev/comments/rrn645/is_it_practical_to_migrate_an_app_from_eclipse_to/) -- [Just wanted to share how the constant changes has made life tough for Android Course Tutors](https://www.reddit.com/r/androiddev/comments/rrh5ut/just_wanted_to_share_how_the_constant_changes_has/) -- [Stable Android Dev in (intelliJ/Android Studio ) on an Apple M1 chip?](https://www.reddit.com/r/androiddev/comments/rrh1n6/stable_android_dev_in_intellijandroid_studio_on/) -- [40+ html5 games check link](https://www.reddit.com/r/androiddev/comments/rrgeem/40_html5_games_check_link/) -- [Android Dev Scammer PSA](https://www.reddit.com/r/androiddev/comments/rre1ku/android_dev_scammer_psa/) -- [Tip: Try using the x86_64 emulator images and not the default x86](https://www.reddit.com/r/androiddev/comments/rrdhrq/tip_try_using_the_x86_64_emulator_images_and_not/) -- [Anime streaming app DOUBT!!](https://www.reddit.com/r/androiddev/comments/rrd4lx/anime_streaming_app_doubt/) -- [Still looking for a direct answer about "donations" in my app](https://www.reddit.com/r/androiddev/comments/rrcywc/still_looking_for_a_direct_answer_about_donations/) -- [A card game made with Compose](https://www.reddit.com/r/androiddev/comments/rrcqb7/a_card_game_made_with_compose/) -- [I am stack at creating tv side menu, please help](https://www.reddit.com/r/androiddev/comments/rrat5n/i_am_stack_at_creating_tv_side_menu_please_help/) +- [Sharing experience with Play store release stages](https://www.reddit.com/r/androiddev/comments/rsdmmd/sharing_experience_with_play_store_release_stages/) +- [Java android dev: How to make elements with code?](https://www.reddit.com/r/androiddev/comments/rscen1/java_android_dev_how_to_make_elements_with_code/) +- [Learning Resources](https://www.reddit.com/r/androiddev/comments/rsacld/learning_resources/) +- [I want to make app that has active communities/chats/users only in a specified radius or area, these communities/users cannot be accessed outside the radius or area. You got to pay to open an community, for example open community inside a mall that lets people inside the mall interact, see offers](https://www.reddit.com/r/androiddev/comments/rs7wwb/i_want_to_make_app_that_has_active/) +- [How do you decide the backend for your personal project ? Do you go with firebase or AWS or something else ?](https://www.reddit.com/r/androiddev/comments/rs6o1o/how_do_you_decide_the_backend_for_your_personal/) +- [Do you focus on UI/UX for the apps you are making ? If so , how did you learn ? Which software do you use ? Or do you just follow material design guidelines ?](https://www.reddit.com/r/androiddev/comments/rs6my9/do_you_focus_on_uiux_for_the_apps_you_are_making/) +- [SplashScreen Compat: consistent splash screens](https://www.reddit.com/r/androiddev/comments/rs5649/splashscreen_compat_consistent_splash_screens/) +- [Google Chrome's broken graphics on Android 12 emulator](https://www.reddit.com/r/androiddev/comments/rs48oy/google_chromes_broken_graphics_on_android_12/) +- [Android Emulator shows a black screen on M1 chip](https://www.reddit.com/r/androiddev/comments/rs2zxy/android_emulator_shows_a_black_screen_on_m1_chip/) +- [Where do wallpaper apps get their images from ?](https://www.reddit.com/r/androiddev/comments/rs2pcl/where_do_wallpaper_apps_get_their_images_from/) ### *InfoWorld posts* From f1421efc8080a2c29d67f9e719072900affe807c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 1 Jan 2022 01:26:15 +0000 Subject: [PATCH 0017/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 076273b9ac..c70a90f7b7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Sharing experience with Play store release stages](https://www.reddit.com/r/androiddev/comments/rsdmmd/sharing_experience_with_play_store_release_stages/) -- [Java android dev: How to make elements with code?](https://www.reddit.com/r/androiddev/comments/rscen1/java_android_dev_how_to_make_elements_with_code/) -- [Learning Resources](https://www.reddit.com/r/androiddev/comments/rsacld/learning_resources/) -- [I want to make app that has active communities/chats/users only in a specified radius or area, these communities/users cannot be accessed outside the radius or area. You got to pay to open an community, for example open community inside a mall that lets people inside the mall interact, see offers](https://www.reddit.com/r/androiddev/comments/rs7wwb/i_want_to_make_app_that_has_active/) -- [How do you decide the backend for your personal project ? Do you go with firebase or AWS or something else ?](https://www.reddit.com/r/androiddev/comments/rs6o1o/how_do_you_decide_the_backend_for_your_personal/) -- [Do you focus on UI/UX for the apps you are making ? If so , how did you learn ? Which software do you use ? Or do you just follow material design guidelines ?](https://www.reddit.com/r/androiddev/comments/rs6my9/do_you_focus_on_uiux_for_the_apps_you_are_making/) -- [SplashScreen Compat: consistent splash screens](https://www.reddit.com/r/androiddev/comments/rs5649/splashscreen_compat_consistent_splash_screens/) -- [Google Chrome's broken graphics on Android 12 emulator](https://www.reddit.com/r/androiddev/comments/rs48oy/google_chromes_broken_graphics_on_android_12/) -- [Android Emulator shows a black screen on M1 chip](https://www.reddit.com/r/androiddev/comments/rs2zxy/android_emulator_shows_a_black_screen_on_m1_chip/) -- [Where do wallpaper apps get their images from ?](https://www.reddit.com/r/androiddev/comments/rs2pcl/where_do_wallpaper_apps_get_their_images_from/) +- [Other than the Surface View, is there anything Android View can do but can't be achieved by Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/rt7snu/other_than_the_surface_view_is_there_anything/) +- [5 Uses of KTX LiveData Coroutine Builder](https://www.reddit.com/r/androiddev/comments/rt7d54/5_uses_of_ktx_livedata_coroutine_builder/) +- [Need Someone to help me in Small project](https://www.reddit.com/r/androiddev/comments/rt4v2g/need_someone_to_help_me_in_small_project/) +- [Motionlayout corrupted animation when using ExoPlayer](https://www.reddit.com/r/androiddev/comments/rt1j3i/motionlayout_corrupted_animation_when_using/) +- [In-app purchases, pending state - how to handle for the client?](https://www.reddit.com/r/androiddev/comments/rt0qtz/inapp_purchases_pending_state_how_to_handle_for/) +- [Do you also have this problem?](https://www.reddit.com/r/androiddev/comments/rsxg1x/do_you_also_have_this_problem/) +- [App Feedback Thread - December 31, 2021](https://www.reddit.com/r/androiddev/comments/rsui2p/app_feedback_thread_december_31_2021/) +- [How to hide the secret keys from reverse enginnering in order to decrypt a file that was encrypted in PHP?](https://www.reddit.com/r/androiddev/comments/rss4mv/how_to_hide_the_secret_keys_from_reverse/) +- [U'll help the next Mark Zuckerberg in making by clearing this doubt , May u pls !!!](https://www.reddit.com/r/androiddev/comments/rss2j0/ull_help_the_next_mark_zuckerberg_in_making_by/) +- [How to check is focus in view group?](https://www.reddit.com/r/androiddev/comments/rsrtpc/how_to_check_is_focus_in_view_group/) ### *InfoWorld posts* From e4d4d6024891e8bb7896fd7cf7338ec589dfccb4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 2 Jan 2022 01:27:10 +0000 Subject: [PATCH 0018/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c70a90f7b7..58226fa9c8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Other than the Surface View, is there anything Android View can do but can't be achieved by Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/rt7snu/other_than_the_surface_view_is_there_anything/) -- [5 Uses of KTX LiveData Coroutine Builder](https://www.reddit.com/r/androiddev/comments/rt7d54/5_uses_of_ktx_livedata_coroutine_builder/) -- [Need Someone to help me in Small project](https://www.reddit.com/r/androiddev/comments/rt4v2g/need_someone_to_help_me_in_small_project/) -- [Motionlayout corrupted animation when using ExoPlayer](https://www.reddit.com/r/androiddev/comments/rt1j3i/motionlayout_corrupted_animation_when_using/) -- [In-app purchases, pending state - how to handle for the client?](https://www.reddit.com/r/androiddev/comments/rt0qtz/inapp_purchases_pending_state_how_to_handle_for/) -- [Do you also have this problem?](https://www.reddit.com/r/androiddev/comments/rsxg1x/do_you_also_have_this_problem/) -- [App Feedback Thread - December 31, 2021](https://www.reddit.com/r/androiddev/comments/rsui2p/app_feedback_thread_december_31_2021/) -- [How to hide the secret keys from reverse enginnering in order to decrypt a file that was encrypted in PHP?](https://www.reddit.com/r/androiddev/comments/rss4mv/how_to_hide_the_secret_keys_from_reverse/) -- [U'll help the next Mark Zuckerberg in making by clearing this doubt , May u pls !!!](https://www.reddit.com/r/androiddev/comments/rss2j0/ull_help_the_next_mark_zuckerberg_in_making_by/) -- [How to check is focus in view group?](https://www.reddit.com/r/androiddev/comments/rsrtpc/how_to_check_is_focus_in_view_group/) +- [WebRTC / VOIP / SIP what to choose for android app](https://www.reddit.com/r/androiddev/comments/rtxikj/webrtc_voip_sip_what_to_choose_for_android_app/) +- [Official support for clean architecture?](https://www.reddit.com/r/androiddev/comments/rtuw9l/official_support_for_clean_architecture/) +- [Is fragmentation still an issue?](https://www.reddit.com/r/androiddev/comments/rtulvy/is_fragmentation_still_an_issue/) +- [I need help on this question](https://www.reddit.com/r/androiddev/comments/rttr4u/i_need_help_on_this_question/) +- [Unit test coverage, how much?](https://www.reddit.com/r/androiddev/comments/rtsomy/unit_test_coverage_how_much/) +- [Emulate an ISO 14443-3A RFID Chip?](https://www.reddit.com/r/androiddev/comments/rtqquq/emulate_an_iso_144433a_rfid_chip/) +- [What is the salary for Android development in your city?](https://www.reddit.com/r/androiddev/comments/rtnhqu/what_is_the_salary_for_android_development_in/) +- [Casting to smart TV app for own use](https://www.reddit.com/r/androiddev/comments/rtln6c/casting_to_smart_tv_app_for_own_use/) +- [I have created an API to get rid of ContentProviders when using the Contacts API](https://www.reddit.com/r/androiddev/comments/rtl8ec/i_have_created_an_api_to_get_rid_of/) +- [On-device development of APKs](https://www.reddit.com/r/androiddev/comments/rtjpob/ondevice_development_of_apks/) ### *InfoWorld posts* From 569c9e93ff15c64d6eaf99947f3b30abf55c4ee5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 3 Jan 2022 01:25:25 +0000 Subject: [PATCH 0019/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 58226fa9c8..a9e462bcab 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [WebRTC / VOIP / SIP what to choose for android app](https://www.reddit.com/r/androiddev/comments/rtxikj/webrtc_voip_sip_what_to_choose_for_android_app/) -- [Official support for clean architecture?](https://www.reddit.com/r/androiddev/comments/rtuw9l/official_support_for_clean_architecture/) -- [Is fragmentation still an issue?](https://www.reddit.com/r/androiddev/comments/rtulvy/is_fragmentation_still_an_issue/) -- [I need help on this question](https://www.reddit.com/r/androiddev/comments/rttr4u/i_need_help_on_this_question/) -- [Unit test coverage, how much?](https://www.reddit.com/r/androiddev/comments/rtsomy/unit_test_coverage_how_much/) -- [Emulate an ISO 14443-3A RFID Chip?](https://www.reddit.com/r/androiddev/comments/rtqquq/emulate_an_iso_144433a_rfid_chip/) -- [What is the salary for Android development in your city?](https://www.reddit.com/r/androiddev/comments/rtnhqu/what_is_the_salary_for_android_development_in/) -- [Casting to smart TV app for own use](https://www.reddit.com/r/androiddev/comments/rtln6c/casting_to_smart_tv_app_for_own_use/) -- [I have created an API to get rid of ContentProviders when using the Contacts API](https://www.reddit.com/r/androiddev/comments/rtl8ec/i_have_created_an_api_to_get_rid_of/) -- [On-device development of APKs](https://www.reddit.com/r/androiddev/comments/rtjpob/ondevice_development_of_apks/) +- [How do I avoid users cancelling 7 days FREE trial monthly subscription for my App and then keep resubscribing again for another FREE trial?](https://www.reddit.com/r/androiddev/comments/rup403/how_do_i_avoid_users_cancelling_7_days_free_trial/) +- [How do you monetize your Android apps?](https://www.reddit.com/r/androiddev/comments/rulqs9/how_do_you_monetize_your_android_apps/) +- [Difficulties contributing to AOSP](https://www.reddit.com/r/androiddev/comments/ruj2fc/difficulties_contributing_to_aosp/) +- [Receive/Send push notifications without using a background app?](https://www.reddit.com/r/androiddev/comments/ruirvz/receivesend_push_notifications_without_using_a/) +- [Publishing multi-module Android libraries with Jitpack is so simple. Why not to use it?](https://www.reddit.com/r/androiddev/comments/ruilaw/publishing_multimodule_android_libraries_with/) +- [What is the most difficult type of Android app to develop?](https://www.reddit.com/r/androiddev/comments/rui8fn/what_is_the_most_difficult_type_of_android_app_to/) +- [blogger are can join us](https://www.reddit.com/r/androiddev/comments/ruhzhm/blogger_are_can_join_us/) +- [Where to do time-consuming first launch setup?](https://www.reddit.com/r/androiddev/comments/ruhjkp/where_to_do_timeconsuming_first_launch_setup/) +- [What's the best way to let the UI send data to the view model?](https://www.reddit.com/r/androiddev/comments/ruhfec/whats_the_best_way_to_let_the_ui_send_data_to_the/) +- [Should I just learn Jetpack Compose rather than XML ?](https://www.reddit.com/r/androiddev/comments/rueqcy/should_i_just_learn_jetpack_compose_rather_than/) ### *InfoWorld posts* From fbc27c17fddc53b2a4362d903c5b5934b451157f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 4 Jan 2022 01:25:51 +0000 Subject: [PATCH 0020/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a9e462bcab..76a7db4a5b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How do I avoid users cancelling 7 days FREE trial monthly subscription for my App and then keep resubscribing again for another FREE trial?](https://www.reddit.com/r/androiddev/comments/rup403/how_do_i_avoid_users_cancelling_7_days_free_trial/) -- [How do you monetize your Android apps?](https://www.reddit.com/r/androiddev/comments/rulqs9/how_do_you_monetize_your_android_apps/) -- [Difficulties contributing to AOSP](https://www.reddit.com/r/androiddev/comments/ruj2fc/difficulties_contributing_to_aosp/) -- [Receive/Send push notifications without using a background app?](https://www.reddit.com/r/androiddev/comments/ruirvz/receivesend_push_notifications_without_using_a/) -- [Publishing multi-module Android libraries with Jitpack is so simple. Why not to use it?](https://www.reddit.com/r/androiddev/comments/ruilaw/publishing_multimodule_android_libraries_with/) -- [What is the most difficult type of Android app to develop?](https://www.reddit.com/r/androiddev/comments/rui8fn/what_is_the_most_difficult_type_of_android_app_to/) -- [blogger are can join us](https://www.reddit.com/r/androiddev/comments/ruhzhm/blogger_are_can_join_us/) -- [Where to do time-consuming first launch setup?](https://www.reddit.com/r/androiddev/comments/ruhjkp/where_to_do_timeconsuming_first_launch_setup/) -- [What's the best way to let the UI send data to the view model?](https://www.reddit.com/r/androiddev/comments/ruhfec/whats_the_best_way_to_let_the_ui_send_data_to_the/) -- [Should I just learn Jetpack Compose rather than XML ?](https://www.reddit.com/r/androiddev/comments/rueqcy/should_i_just_learn_jetpack_compose_rather_than/) +- [How to combine SavedStateHandler and LiveData Coroutine Builder?](https://www.reddit.com/r/androiddev/comments/rvdttj/how_to_combine_savedstatehandler_and_livedata/) +- [How to test removing video without Play Store Experiments option? 🤔](https://www.reddit.com/r/androiddev/comments/rvd62r/how_to_test_removing_video_without_play_store/) +- [Wheezing in wired headphones due Android built-in emulator](https://www.reddit.com/r/androiddev/comments/rvbkc5/wheezing_in_wired_headphones_due_android_builtin/) +- [User to user payments with native payment?](https://www.reddit.com/r/androiddev/comments/rvbijv/user_to_user_payments_with_native_payment/) +- [Need app ideas that can make me a billion dollars ?](https://www.reddit.com/r/androiddev/comments/rvb7ch/need_app_ideas_that_can_make_me_a_billion_dollars/) +- [Data Safety - WebView](https://www.reddit.com/r/androiddev/comments/rvaphz/data_safety_webview/) +- [Pay per install for paid apps?](https://www.reddit.com/r/androiddev/comments/rv8thx/pay_per_install_for_paid_apps/) +- [Project Suggestion for anyone wanting to develop it](https://www.reddit.com/r/androiddev/comments/rv7lzj/project_suggestion_for_anyone_wanting_to_develop/) +- [How to Name an App, Company (The Essential Guide)](https://www.reddit.com/r/androiddev/comments/rv7dmh/how_to_name_an_app_company_the_essential_guide/) +- [Is there any website to sell my source code for one person only not for multiple as the Envato website does?](https://www.reddit.com/r/androiddev/comments/rv70vy/is_there_any_website_to_sell_my_source_code_for/) ### *InfoWorld posts* From 581b2c29559ebe3a3f967fc9475ee6aaf578b249 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 5 Jan 2022 01:26:23 +0000 Subject: [PATCH 0021/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 76a7db4a5b..8c24c0ac90 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to combine SavedStateHandler and LiveData Coroutine Builder?](https://www.reddit.com/r/androiddev/comments/rvdttj/how_to_combine_savedstatehandler_and_livedata/) -- [How to test removing video without Play Store Experiments option? 🤔](https://www.reddit.com/r/androiddev/comments/rvd62r/how_to_test_removing_video_without_play_store/) -- [Wheezing in wired headphones due Android built-in emulator](https://www.reddit.com/r/androiddev/comments/rvbkc5/wheezing_in_wired_headphones_due_android_builtin/) -- [User to user payments with native payment?](https://www.reddit.com/r/androiddev/comments/rvbijv/user_to_user_payments_with_native_payment/) -- [Need app ideas that can make me a billion dollars ?](https://www.reddit.com/r/androiddev/comments/rvb7ch/need_app_ideas_that_can_make_me_a_billion_dollars/) -- [Data Safety - WebView](https://www.reddit.com/r/androiddev/comments/rvaphz/data_safety_webview/) -- [Pay per install for paid apps?](https://www.reddit.com/r/androiddev/comments/rv8thx/pay_per_install_for_paid_apps/) -- [Project Suggestion for anyone wanting to develop it](https://www.reddit.com/r/androiddev/comments/rv7lzj/project_suggestion_for_anyone_wanting_to_develop/) -- [How to Name an App, Company (The Essential Guide)](https://www.reddit.com/r/androiddev/comments/rv7dmh/how_to_name_an_app_company_the_essential_guide/) -- [Is there any website to sell my source code for one person only not for multiple as the Envato website does?](https://www.reddit.com/r/androiddev/comments/rv70vy/is_there_any_website_to_sell_my_source_code_for/) +- [Is it good practice for a Jetpack ViewModel to implement an interface?](https://www.reddit.com/r/androiddev/comments/rw643f/is_it_good_practice_for_a_jetpack_viewmodel_to/) +- [Is January bad for ad monetisation?](https://www.reddit.com/r/androiddev/comments/rw54g8/is_january_bad_for_ad_monetisation/) +- [Which enterprise really needs native Mobile app?](https://www.reddit.com/r/androiddev/comments/rw4dxv/which_enterprise_really_needs_native_mobile_app/) +- [Examples of Jetapck Functions Utilizing Java Logic.](https://www.reddit.com/r/androiddev/comments/rw2yz1/examples_of_jetapck_functions_utilizing_java_logic/) +- [Why most of top apps on Google Play have short description?](https://www.reddit.com/r/androiddev/comments/rw1yid/why_most_of_top_apps_on_google_play_have_short/) +- [Multiplatform Presentation Model (aka ViewModel) with convenient navigation. Navigate between PresentationModels instead of switching views (or composables).](https://www.reddit.com/r/androiddev/comments/rw1eph/multiplatform_presentation_model_aka_viewmodel/) +- [Android Studio Bumblebee RC 1 available](https://www.reddit.com/r/androiddev/comments/rw0fdr/android_studio_bumblebee_rc_1_available/) +- [How do I get an .apk file to install on my workspace?](https://www.reddit.com/r/androiddev/comments/rvz12f/how_do_i_get_an_apk_file_to_install_on_my/) +- [How to make a layout similar Google Keep/Twitter images layout?](https://www.reddit.com/r/androiddev/comments/rvy9c5/how_to_make_a_layout_similar_google_keeptwitter/) +- [Releasing app to Google play](https://www.reddit.com/r/androiddev/comments/rvxn0q/releasing_app_to_google_play/) ### *InfoWorld posts* From 44941150d210136f619b7972fb72f8651683a449 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 6 Jan 2022 01:27:37 +0000 Subject: [PATCH 0022/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8c24c0ac90..e0a1220afa 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is it good practice for a Jetpack ViewModel to implement an interface?](https://www.reddit.com/r/androiddev/comments/rw643f/is_it_good_practice_for_a_jetpack_viewmodel_to/) -- [Is January bad for ad monetisation?](https://www.reddit.com/r/androiddev/comments/rw54g8/is_january_bad_for_ad_monetisation/) -- [Which enterprise really needs native Mobile app?](https://www.reddit.com/r/androiddev/comments/rw4dxv/which_enterprise_really_needs_native_mobile_app/) -- [Examples of Jetapck Functions Utilizing Java Logic.](https://www.reddit.com/r/androiddev/comments/rw2yz1/examples_of_jetapck_functions_utilizing_java_logic/) -- [Why most of top apps on Google Play have short description?](https://www.reddit.com/r/androiddev/comments/rw1yid/why_most_of_top_apps_on_google_play_have_short/) -- [Multiplatform Presentation Model (aka ViewModel) with convenient navigation. Navigate between PresentationModels instead of switching views (or composables).](https://www.reddit.com/r/androiddev/comments/rw1eph/multiplatform_presentation_model_aka_viewmodel/) -- [Android Studio Bumblebee RC 1 available](https://www.reddit.com/r/androiddev/comments/rw0fdr/android_studio_bumblebee_rc_1_available/) -- [How do I get an .apk file to install on my workspace?](https://www.reddit.com/r/androiddev/comments/rvz12f/how_do_i_get_an_apk_file_to_install_on_my/) -- [How to make a layout similar Google Keep/Twitter images layout?](https://www.reddit.com/r/androiddev/comments/rvy9c5/how_to_make_a_layout_similar_google_keeptwitter/) -- [Releasing app to Google play](https://www.reddit.com/r/androiddev/comments/rvxn0q/releasing_app_to_google_play/) +- [I am starting my internship as an android developer in 10 days and the manager at the company said to write 3 goals that I want to achieve in 9 months that I'll work there. As I'm a newbie I have no clue - what are some realistic goals that I can achieve in these months until middle of October?](https://www.reddit.com/r/androiddev/comments/rwx3co/i_am_starting_my_internship_as_an_android/) +- [Play Game Services (Cloud Save) VS Auto Backup](https://www.reddit.com/r/androiddev/comments/rwv5wn/play_game_services_cloud_save_vs_auto_backup/) +- [Help with tcl c728 android tv](https://www.reddit.com/r/androiddev/comments/rwv1hj/help_with_tcl_c728_android_tv/) +- [Vertical Recyclerview focus going to sides when trying to fast scroll by remote control](https://www.reddit.com/r/androiddev/comments/rwt0gj/vertical_recyclerview_focus_going_to_sides_when/) +- [Android Commbank app icon is different on family members Android phone? Same app version number?](https://www.reddit.com/r/androiddev/comments/rwrydt/android_commbank_app_icon_is_different_on_family/) +- [Unit test multiple LiveData values in a ViewModel init block](https://www.reddit.com/r/androiddev/comments/rwo24s/unit_test_multiple_livedata_values_in_a_viewmodel/) +- [What are typical tasks in an android dev Job?](https://www.reddit.com/r/androiddev/comments/rwnt73/what_are_typical_tasks_in_an_android_dev_job/) +- [Loading images in the splash screen](https://www.reddit.com/r/androiddev/comments/rwnpnu/loading_images_in_the_splash_screen/) +- [Appwrite 0.12 - A major milestone for the open source Firebase Alternative](https://www.reddit.com/r/androiddev/comments/rwn00i/appwrite_012_a_major_milestone_for_the_open/) +- [Seller.json Confidential or transparent?](https://www.reddit.com/r/androiddev/comments/rwm92f/sellerjson_confidential_or_transparent/) ### *InfoWorld posts* From 386c7b55004877dabdc5a8fa6aba591ec5eef998 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 7 Jan 2022 01:27:41 +0000 Subject: [PATCH 0023/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e0a1220afa..a5577791bd 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I am starting my internship as an android developer in 10 days and the manager at the company said to write 3 goals that I want to achieve in 9 months that I'll work there. As I'm a newbie I have no clue - what are some realistic goals that I can achieve in these months until middle of October?](https://www.reddit.com/r/androiddev/comments/rwx3co/i_am_starting_my_internship_as_an_android/) -- [Play Game Services (Cloud Save) VS Auto Backup](https://www.reddit.com/r/androiddev/comments/rwv5wn/play_game_services_cloud_save_vs_auto_backup/) -- [Help with tcl c728 android tv](https://www.reddit.com/r/androiddev/comments/rwv1hj/help_with_tcl_c728_android_tv/) -- [Vertical Recyclerview focus going to sides when trying to fast scroll by remote control](https://www.reddit.com/r/androiddev/comments/rwt0gj/vertical_recyclerview_focus_going_to_sides_when/) -- [Android Commbank app icon is different on family members Android phone? Same app version number?](https://www.reddit.com/r/androiddev/comments/rwrydt/android_commbank_app_icon_is_different_on_family/) -- [Unit test multiple LiveData values in a ViewModel init block](https://www.reddit.com/r/androiddev/comments/rwo24s/unit_test_multiple_livedata_values_in_a_viewmodel/) -- [What are typical tasks in an android dev Job?](https://www.reddit.com/r/androiddev/comments/rwnt73/what_are_typical_tasks_in_an_android_dev_job/) -- [Loading images in the splash screen](https://www.reddit.com/r/androiddev/comments/rwnpnu/loading_images_in_the_splash_screen/) -- [Appwrite 0.12 - A major milestone for the open source Firebase Alternative](https://www.reddit.com/r/androiddev/comments/rwn00i/appwrite_012_a_major_milestone_for_the_open/) -- [Seller.json Confidential or transparent?](https://www.reddit.com/r/androiddev/comments/rwm92f/sellerjson_confidential_or_transparent/) +- [How to change the way MotionLayout animates view visibility?](https://www.reddit.com/r/androiddev/comments/rxrqb7/how_to_change_the_way_motionlayout_animates_view/) +- [App got rejected by Google. Should I try again?](https://www.reddit.com/r/androiddev/comments/rxrhqz/app_got_rejected_by_google_should_i_try_again/) +- [Has this happened to you?](https://www.reddit.com/r/androiddev/comments/rxr61s/has_this_happened_to_you/) +- [Would it be very difficult to create an app as a final degree project, without having much idea about Android in general?](https://www.reddit.com/r/androiddev/comments/rxo0aw/would_it_be_very_difficult_to_create_an_app_as_a/) +- [Master & Edit pages implementation advice](https://www.reddit.com/r/androiddev/comments/rxmmzw/master_edit_pages_implementation_advice/) +- [What is the thing you most struggle with when using Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/rxmb0z/what_is_the_thing_you_most_struggle_with_when/) +- [New to android dev, need help.](https://www.reddit.com/r/androiddev/comments/rxm1aa/new_to_android_dev_need_help/) +- [Advice on making a to-do list / reminder app](https://www.reddit.com/r/androiddev/comments/rxlo6g/advice_on_making_a_todo_list_reminder_app/) +- [1 Multilingual app vs separate app per language: does it affect how easily people discover your app in the play store?](https://www.reddit.com/r/androiddev/comments/rxk4h6/1_multilingual_app_vs_separate_app_per_language/) +- [Manual CoroutineScopes: how to avoid GlobalScope](https://www.reddit.com/r/androiddev/comments/rxjasc/manual_coroutinescopes_how_to_avoid_globalscope/) ### *InfoWorld posts* From 22bebc334e854b69c9a94ec5741a7dbd02d5d905 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 8 Jan 2022 01:25:34 +0000 Subject: [PATCH 0024/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a5577791bd..9520152339 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to change the way MotionLayout animates view visibility?](https://www.reddit.com/r/androiddev/comments/rxrqb7/how_to_change_the_way_motionlayout_animates_view/) -- [App got rejected by Google. Should I try again?](https://www.reddit.com/r/androiddev/comments/rxrhqz/app_got_rejected_by_google_should_i_try_again/) -- [Has this happened to you?](https://www.reddit.com/r/androiddev/comments/rxr61s/has_this_happened_to_you/) -- [Would it be very difficult to create an app as a final degree project, without having much idea about Android in general?](https://www.reddit.com/r/androiddev/comments/rxo0aw/would_it_be_very_difficult_to_create_an_app_as_a/) -- [Master & Edit pages implementation advice](https://www.reddit.com/r/androiddev/comments/rxmmzw/master_edit_pages_implementation_advice/) -- [What is the thing you most struggle with when using Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/rxmb0z/what_is_the_thing_you_most_struggle_with_when/) -- [New to android dev, need help.](https://www.reddit.com/r/androiddev/comments/rxm1aa/new_to_android_dev_need_help/) -- [Advice on making a to-do list / reminder app](https://www.reddit.com/r/androiddev/comments/rxlo6g/advice_on_making_a_todo_list_reminder_app/) -- [1 Multilingual app vs separate app per language: does it affect how easily people discover your app in the play store?](https://www.reddit.com/r/androiddev/comments/rxk4h6/1_multilingual_app_vs_separate_app_per_language/) -- [Manual CoroutineScopes: how to avoid GlobalScope](https://www.reddit.com/r/androiddev/comments/rxjasc/manual_coroutinescopes_how_to_avoid_globalscope/) +- [Internal storage is encrypted in Android API level 29](https://www.reddit.com/r/androiddev/comments/ryngkd/internal_storage_is_encrypted_in_android_api/) +- [Wired AA suddenly not playing audio, still have visual/GPS](https://www.reddit.com/r/androiddev/comments/ryjjeg/wired_aa_suddenly_not_playing_audio_still_have/) +- [Wired AA suddenly not playing audio, still have visual/GPS](https://www.reddit.com/r/androiddev/comments/ryjj90/wired_aa_suddenly_not_playing_audio_still_have/) +- [443 PORT on ANDROID founded OPEN!](https://www.reddit.com/r/androiddev/comments/ryi0l0/443_port_on_android_founded_open/) +- [Where are the boot/shutdown logs?](https://www.reddit.com/r/androiddev/comments/ryhaiz/where_are_the_bootshutdown_logs/) +- [An alternative to Firebase to store user data?](https://www.reddit.com/r/androiddev/comments/ryeu8r/an_alternative_to_firebase_to_store_user_data/) +- [What are the chances an app of some kind could be made to control volume in Nest / Google home speakers?](https://www.reddit.com/r/androiddev/comments/rycrha/what_are_the_chances_an_app_of_some_kind_could_be/) +- [What are the most common used (3rd party) libraries and frameworks used in Android development?](https://www.reddit.com/r/androiddev/comments/ryboka/what_are_the_most_common_used_3rd_party_libraries/) +- [Android dev has become impossible as a hobby](https://www.reddit.com/r/androiddev/comments/rybndr/android_dev_has_become_impossible_as_a_hobby/) +- [How can I track my users on a third party website in a webview?](https://www.reddit.com/r/androiddev/comments/rybmzb/how_can_i_track_my_users_on_a_third_party_website/) ### *InfoWorld posts* From 58896592b9e2bd9a37ee7914847f729177231655 Mon Sep 17 00:00:00 2001 From: GitHub Bot Date: Sun, 9 Jan 2022 00:06:37 +0000 Subject: [PATCH 0025/1422] docs: updates on docs page speed Added docs page speed information on news Signed-off-by: GitHub Bot --- reports/pagespeedresultmobile.svg | 255 +++++++++++++++++++++++++++--- 1 file changed, 230 insertions(+), 25 deletions(-) diff --git a/reports/pagespeedresultmobile.svg b/reports/pagespeedresultmobile.svg index 6cd9750525..4b5a7a306b 100644 --- a/reports/pagespeedresultmobile.svg +++ b/reports/pagespeedresultmobile.svg @@ -1,26 +1,231 @@ - - - - - - Application Error - - - - - - \ No newline at end of file + + + + 17 + Performance + + + + + 71 + Accessibility + + + + + 92 + Best Practices + + + + + 92 + SEO + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Progressive + Web App + + + + + + + + + + + + + + + 0-49 + 50-89 + 90-100 + + + \ No newline at end of file From 05004ef1c6d770b1ad1baa6ead0e55f36395ee1d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 9 Jan 2022 01:27:43 +0000 Subject: [PATCH 0026/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9520152339..17129b634b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Internal storage is encrypted in Android API level 29](https://www.reddit.com/r/androiddev/comments/ryngkd/internal_storage_is_encrypted_in_android_api/) -- [Wired AA suddenly not playing audio, still have visual/GPS](https://www.reddit.com/r/androiddev/comments/ryjjeg/wired_aa_suddenly_not_playing_audio_still_have/) -- [Wired AA suddenly not playing audio, still have visual/GPS](https://www.reddit.com/r/androiddev/comments/ryjj90/wired_aa_suddenly_not_playing_audio_still_have/) -- [443 PORT on ANDROID founded OPEN!](https://www.reddit.com/r/androiddev/comments/ryi0l0/443_port_on_android_founded_open/) -- [Where are the boot/shutdown logs?](https://www.reddit.com/r/androiddev/comments/ryhaiz/where_are_the_bootshutdown_logs/) -- [An alternative to Firebase to store user data?](https://www.reddit.com/r/androiddev/comments/ryeu8r/an_alternative_to_firebase_to_store_user_data/) -- [What are the chances an app of some kind could be made to control volume in Nest / Google home speakers?](https://www.reddit.com/r/androiddev/comments/rycrha/what_are_the_chances_an_app_of_some_kind_could_be/) -- [What are the most common used (3rd party) libraries and frameworks used in Android development?](https://www.reddit.com/r/androiddev/comments/ryboka/what_are_the_most_common_used_3rd_party_libraries/) -- [Android dev has become impossible as a hobby](https://www.reddit.com/r/androiddev/comments/rybndr/android_dev_has_become_impossible_as_a_hobby/) -- [How can I track my users on a third party website in a webview?](https://www.reddit.com/r/androiddev/comments/rybmzb/how_can_i_track_my_users_on_a_third_party_website/) +- [Google Play taking apps down for Metadata links](https://www.reddit.com/r/androiddev/comments/rzfllh/google_play_taking_apps_down_for_metadata_links/) +- [How do I become an employable Android Dev again?](https://www.reddit.com/r/androiddev/comments/rzdkap/how_do_i_become_an_employable_android_dev_again/) +- [How do you Opt-In to certain functions? [Koin]](https://www.reddit.com/r/androiddev/comments/rzcxg8/how_do_you_optin_to_certain_functions_koin/) +- [Why am I always getting null in Retrofit in Android?](https://www.reddit.com/r/androiddev/comments/rzbfft/why_am_i_always_getting_null_in_retrofit_in/) +- [ARCore Question](https://www.reddit.com/r/androiddev/comments/rzb4ne/arcore_question/) +- [Low end alternative for Android Studio (Flutter)](https://www.reddit.com/r/androiddev/comments/rz84kc/low_end_alternative_for_android_studio_flutter/) +- [Replacing the standard android Camera with an image file?](https://www.reddit.com/r/androiddev/comments/rz4m86/replacing_the_standard_android_camera_with_an/) +- [What according to you are the most complex concepts in android ?](https://www.reddit.com/r/androiddev/comments/rz3f4l/what_according_to_you_are_the_most_complex/) +- [Android studio emulator skin with M Pro](https://www.reddit.com/r/androiddev/comments/rz3bt1/android_studio_emulator_skin_with_m_pro/) +- [I dedicated 3 years to building this Android Contacts API library written in Kotlin with Java interop. I want to share it with the Reddit community for the first time.](https://www.reddit.com/r/androiddev/comments/rz370s/i_dedicated_3_years_to_building_this_android/) ### *InfoWorld posts* From c51a08817c32508828b14b490ea96e64c66ef7f1 Mon Sep 17 00:00:00 2001 From: GitHub Bot Date: Mon, 10 Jan 2022 00:06:15 +0000 Subject: [PATCH 0027/1422] docs: updates on docs page speed Added docs page speed information on news Signed-off-by: GitHub Bot --- reports/pagespeedresultmobile.svg | 255 +++--------------------------- 1 file changed, 25 insertions(+), 230 deletions(-) diff --git a/reports/pagespeedresultmobile.svg b/reports/pagespeedresultmobile.svg index 4b5a7a306b..6cd9750525 100644 --- a/reports/pagespeedresultmobile.svg +++ b/reports/pagespeedresultmobile.svg @@ -1,231 +1,26 @@ - - - + + + Application Error + - - - - 17 - Performance - - - - - 71 - Accessibility - - - - - 92 - Best Practices - - - - - 92 - SEO - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Progressive - Web App - - - - - - - - - - - - - - - 0-49 - 50-89 - 90-100 - - - \ No newline at end of file + + + + + \ No newline at end of file From 6d416e4e18937f80b3ab07ecb026248418e0841d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 10 Jan 2022 01:25:31 +0000 Subject: [PATCH 0028/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 17129b634b..be8a007443 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Google Play taking apps down for Metadata links](https://www.reddit.com/r/androiddev/comments/rzfllh/google_play_taking_apps_down_for_metadata_links/) -- [How do I become an employable Android Dev again?](https://www.reddit.com/r/androiddev/comments/rzdkap/how_do_i_become_an_employable_android_dev_again/) -- [How do you Opt-In to certain functions? [Koin]](https://www.reddit.com/r/androiddev/comments/rzcxg8/how_do_you_optin_to_certain_functions_koin/) -- [Why am I always getting null in Retrofit in Android?](https://www.reddit.com/r/androiddev/comments/rzbfft/why_am_i_always_getting_null_in_retrofit_in/) -- [ARCore Question](https://www.reddit.com/r/androiddev/comments/rzb4ne/arcore_question/) -- [Low end alternative for Android Studio (Flutter)](https://www.reddit.com/r/androiddev/comments/rz84kc/low_end_alternative_for_android_studio_flutter/) -- [Replacing the standard android Camera with an image file?](https://www.reddit.com/r/androiddev/comments/rz4m86/replacing_the_standard_android_camera_with_an/) -- [What according to you are the most complex concepts in android ?](https://www.reddit.com/r/androiddev/comments/rz3f4l/what_according_to_you_are_the_most_complex/) -- [Android studio emulator skin with M Pro](https://www.reddit.com/r/androiddev/comments/rz3bt1/android_studio_emulator_skin_with_m_pro/) -- [I dedicated 3 years to building this Android Contacts API library written in Kotlin with Java interop. I want to share it with the Reddit community for the first time.](https://www.reddit.com/r/androiddev/comments/rz370s/i_dedicated_3_years_to_building_this_android/) +- [Gallery renaming app (for chronological order when moving photos on PC)](https://www.reddit.com/r/androiddev/comments/s06lv6/gallery_renaming_app_for_chronological_order_when/) +- [I am confused with focus management please can you explain me how it works my recyclerview always lost focus,](https://www.reddit.com/r/androiddev/comments/s02o5e/i_am_confused_with_focus_management_please_can/) +- [Best android phone for app development](https://www.reddit.com/r/androiddev/comments/s019dm/best_android_phone_for_app_development/) +- [Wearos Tiles with xml?](https://www.reddit.com/r/androiddev/comments/s00gvi/wearos_tiles_with_xml/) +- [Interview advice](https://www.reddit.com/r/androiddev/comments/rzw1ff/interview_advice/) +- [Best resource to learn about architecture and planning?](https://www.reddit.com/r/androiddev/comments/rztyf1/best_resource_to_learn_about_architecture_and/) +- [Help making a simple button chaser app/game](https://www.reddit.com/r/androiddev/comments/rzt3qi/help_making_a_simple_button_chaser_appgame/) +- [Compose Destinations: simple and type-safe navigation in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/rzsw78/compose_destinations_simple_and_typesafe/) +- [How to create a simple checklist app](https://www.reddit.com/r/androiddev/comments/rzsj0o/how_to_create_a_simple_checklist_app/) +- [Best way of converting iOS app to Android?](https://www.reddit.com/r/androiddev/comments/rzs0d0/best_way_of_converting_ios_app_to_android/) ### *InfoWorld posts* From e859459d28da5b97fafaa0d0485a7a45ca8bbd14 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 11 Jan 2022 01:26:22 +0000 Subject: [PATCH 0029/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index be8a007443..d49f8d9009 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Gallery renaming app (for chronological order when moving photos on PC)](https://www.reddit.com/r/androiddev/comments/s06lv6/gallery_renaming_app_for_chronological_order_when/) -- [I am confused with focus management please can you explain me how it works my recyclerview always lost focus,](https://www.reddit.com/r/androiddev/comments/s02o5e/i_am_confused_with_focus_management_please_can/) -- [Best android phone for app development](https://www.reddit.com/r/androiddev/comments/s019dm/best_android_phone_for_app_development/) -- [Wearos Tiles with xml?](https://www.reddit.com/r/androiddev/comments/s00gvi/wearos_tiles_with_xml/) -- [Interview advice](https://www.reddit.com/r/androiddev/comments/rzw1ff/interview_advice/) -- [Best resource to learn about architecture and planning?](https://www.reddit.com/r/androiddev/comments/rztyf1/best_resource_to_learn_about_architecture_and/) -- [Help making a simple button chaser app/game](https://www.reddit.com/r/androiddev/comments/rzt3qi/help_making_a_simple_button_chaser_appgame/) -- [Compose Destinations: simple and type-safe navigation in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/rzsw78/compose_destinations_simple_and_typesafe/) -- [How to create a simple checklist app](https://www.reddit.com/r/androiddev/comments/rzsj0o/how_to_create_a_simple_checklist_app/) -- [Best way of converting iOS app to Android?](https://www.reddit.com/r/androiddev/comments/rzs0d0/best_way_of_converting_ios_app_to_android/) +- [What do you think about my brother's Android app?](https://www.reddit.com/r/androiddev/comments/s10bi1/what_do_you_think_about_my_brothers_android_app/) +- [What is a good testing strategy?](https://www.reddit.com/r/androiddev/comments/s0ykh8/what_is_a_good_testing_strategy/) +- [Sceneform Pros I need your help! (java)](https://www.reddit.com/r/androiddev/comments/s0wfaa/sceneform_pros_i_need_your_help_java/) +- [If you have dedicated testers in your team what frameworks are they using for UI testing?](https://www.reddit.com/r/androiddev/comments/s0u4tn/if_you_have_dedicated_testers_in_your_team_what/) +- [Katlib - a companion to standard Kotlin library](https://www.reddit.com/r/androiddev/comments/s0svb5/katlib_a_companion_to_standard_kotlin_library/) +- [Create a snow effect in Jetpack Compose - with Seb and Ivan](https://www.reddit.com/r/androiddev/comments/s0s3nz/create_a_snow_effect_in_jetpack_compose_with_seb/) +- [Run Test and Turbine](https://www.reddit.com/r/androiddev/comments/s0rsd0/run_test_and_turbine/) +- [Trying (& Failing) to get an Android App to connect to my Socket.IO server. Any advice?](https://www.reddit.com/r/androiddev/comments/s0qcv8/trying_failing_to_get_an_android_app_to_connect/) +- [Android Studio Chipmunk Canary 7 now available](https://www.reddit.com/r/androiddev/comments/s0pl1r/android_studio_chipmunk_canary_7_now_available/) +- [Google Play Store Game Suspension](https://www.reddit.com/r/androiddev/comments/s0pexo/google_play_store_game_suspension/) ### *InfoWorld posts* From 3de71286d47fa393f6e6a8e2c300dac7f10afdfd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 12 Jan 2022 01:26:23 +0000 Subject: [PATCH 0030/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d49f8d9009..b4c2ce57d2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What do you think about my brother's Android app?](https://www.reddit.com/r/androiddev/comments/s10bi1/what_do_you_think_about_my_brothers_android_app/) -- [What is a good testing strategy?](https://www.reddit.com/r/androiddev/comments/s0ykh8/what_is_a_good_testing_strategy/) -- [Sceneform Pros I need your help! (java)](https://www.reddit.com/r/androiddev/comments/s0wfaa/sceneform_pros_i_need_your_help_java/) -- [If you have dedicated testers in your team what frameworks are they using for UI testing?](https://www.reddit.com/r/androiddev/comments/s0u4tn/if_you_have_dedicated_testers_in_your_team_what/) -- [Katlib - a companion to standard Kotlin library](https://www.reddit.com/r/androiddev/comments/s0svb5/katlib_a_companion_to_standard_kotlin_library/) -- [Create a snow effect in Jetpack Compose - with Seb and Ivan](https://www.reddit.com/r/androiddev/comments/s0s3nz/create_a_snow_effect_in_jetpack_compose_with_seb/) -- [Run Test and Turbine](https://www.reddit.com/r/androiddev/comments/s0rsd0/run_test_and_turbine/) -- [Trying (& Failing) to get an Android App to connect to my Socket.IO server. Any advice?](https://www.reddit.com/r/androiddev/comments/s0qcv8/trying_failing_to_get_an_android_app_to_connect/) -- [Android Studio Chipmunk Canary 7 now available](https://www.reddit.com/r/androiddev/comments/s0pl1r/android_studio_chipmunk_canary_7_now_available/) -- [Google Play Store Game Suspension](https://www.reddit.com/r/androiddev/comments/s0pexo/google_play_store_game_suspension/) +- [What does this ? Mean in bubble](https://www.reddit.com/r/androiddev/comments/s1t7y9/what_does_this_mean_in_bubble/) +- [How long after being approved on the play store will it take for my app to be available for download?](https://www.reddit.com/r/androiddev/comments/s1s1el/how_long_after_being_approved_on_the_play_store/) +- [projects for improve kotlin knows? benniger - intermediate](https://www.reddit.com/r/androiddev/comments/s1rfv2/projects_for_improve_kotlin_knows_benniger/) +- [Controlling five Android phones with PC](https://www.reddit.com/r/androiddev/comments/s1r785/controlling_five_android_phones_with_pc/) +- [Android Developers Backstage: Episode 181: Architecture → Fewer bugs at the end](https://www.reddit.com/r/androiddev/comments/s1q6qj/android_developers_backstage_episode_181/) +- [How to make this animation in android application?](https://www.reddit.com/r/androiddev/comments/s1oczk/how_to_make_this_animation_in_android_application/) +- [Closed testing release](https://www.reddit.com/r/androiddev/comments/s1o4xa/closed_testing_release/) +- [Best practice for working with big frequently updating amount of data with MVI](https://www.reddit.com/r/androiddev/comments/s1n0of/best_practice_for_working_with_big_frequently/) +- [Is there any really good cheatsheet for RxJava that includes Observables, Subjects, Operators, Schedulers?](https://www.reddit.com/r/androiddev/comments/s1mqv2/is_there_any_really_good_cheatsheet_for_rxjava/) +- [Help with overwhelming overrides](https://www.reddit.com/r/androiddev/comments/s1m8ae/help_with_overwhelming_overrides/) ### *InfoWorld posts* From 77082d294c8073c8473b563dc4073d12da38d281 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 13 Jan 2022 01:26:50 +0000 Subject: [PATCH 0031/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b4c2ce57d2..9cb86ce4d9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What does this ? Mean in bubble](https://www.reddit.com/r/androiddev/comments/s1t7y9/what_does_this_mean_in_bubble/) -- [How long after being approved on the play store will it take for my app to be available for download?](https://www.reddit.com/r/androiddev/comments/s1s1el/how_long_after_being_approved_on_the_play_store/) -- [projects for improve kotlin knows? benniger - intermediate](https://www.reddit.com/r/androiddev/comments/s1rfv2/projects_for_improve_kotlin_knows_benniger/) -- [Controlling five Android phones with PC](https://www.reddit.com/r/androiddev/comments/s1r785/controlling_five_android_phones_with_pc/) -- [Android Developers Backstage: Episode 181: Architecture → Fewer bugs at the end](https://www.reddit.com/r/androiddev/comments/s1q6qj/android_developers_backstage_episode_181/) -- [How to make this animation in android application?](https://www.reddit.com/r/androiddev/comments/s1oczk/how_to_make_this_animation_in_android_application/) -- [Closed testing release](https://www.reddit.com/r/androiddev/comments/s1o4xa/closed_testing_release/) -- [Best practice for working with big frequently updating amount of data with MVI](https://www.reddit.com/r/androiddev/comments/s1n0of/best_practice_for_working_with_big_frequently/) -- [Is there any really good cheatsheet for RxJava that includes Observables, Subjects, Operators, Schedulers?](https://www.reddit.com/r/androiddev/comments/s1mqv2/is_there_any_really_good_cheatsheet_for_rxjava/) -- [Help with overwhelming overrides](https://www.reddit.com/r/androiddev/comments/s1m8ae/help_with_overwhelming_overrides/) +- [How to run AOSP Launcher3 after cloning in android studio?](https://www.reddit.com/r/androiddev/comments/s2lcoj/how_to_run_aosp_launcher3_after_cloning_in/) +- [ELI5 How Java and Kotlin can be used in same project in Android Studio?](https://www.reddit.com/r/androiddev/comments/s2i944/eli5_how_java_and_kotlin_can_be_used_in_same/) +- [JavaScript engine on Android](https://www.reddit.com/r/androiddev/comments/s2hxzo/javascript_engine_on_android/) +- [Web development to Android development](https://www.reddit.com/r/androiddev/comments/s2h4df/web_development_to_android_development/) +- [Are Lifecycle Events sequential, or are they subjected to race conditions?](https://www.reddit.com/r/androiddev/comments/s2eohx/are_lifecycle_events_sequential_or_are_they/) +- [Play points from testing subscriptions?](https://www.reddit.com/r/androiddev/comments/s2d64h/play_points_from_testing_subscriptions/) +- [It's happened again. My 3-year-old game has been suspended by Google.](https://www.reddit.com/r/androiddev/comments/s2d5bi/its_happened_again_my_3yearold_game_has_been/) +- [Would love to develop an app....](https://www.reddit.com/r/androiddev/comments/s2cg2t/would_love_to_develop_an_app/) +- [So Frustrated with Google Play Team](https://www.reddit.com/r/androiddev/comments/s2bvu4/so_frustrated_with_google_play_team/) +- [Here's a Quick Way to Determine Price of Your App (Regional Pricing Case Study)](https://www.reddit.com/r/androiddev/comments/s2bj3n/heres_a_quick_way_to_determine_price_of_your_app/) ### *InfoWorld posts* From 2f42c645e1d777f32509d7ec3533d03b1da9c99a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 14 Jan 2022 01:26:30 +0000 Subject: [PATCH 0032/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9cb86ce4d9..176801b41e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to run AOSP Launcher3 after cloning in android studio?](https://www.reddit.com/r/androiddev/comments/s2lcoj/how_to_run_aosp_launcher3_after_cloning_in/) -- [ELI5 How Java and Kotlin can be used in same project in Android Studio?](https://www.reddit.com/r/androiddev/comments/s2i944/eli5_how_java_and_kotlin_can_be_used_in_same/) -- [JavaScript engine on Android](https://www.reddit.com/r/androiddev/comments/s2hxzo/javascript_engine_on_android/) -- [Web development to Android development](https://www.reddit.com/r/androiddev/comments/s2h4df/web_development_to_android_development/) -- [Are Lifecycle Events sequential, or are they subjected to race conditions?](https://www.reddit.com/r/androiddev/comments/s2eohx/are_lifecycle_events_sequential_or_are_they/) -- [Play points from testing subscriptions?](https://www.reddit.com/r/androiddev/comments/s2d64h/play_points_from_testing_subscriptions/) -- [It's happened again. My 3-year-old game has been suspended by Google.](https://www.reddit.com/r/androiddev/comments/s2d5bi/its_happened_again_my_3yearold_game_has_been/) -- [Would love to develop an app....](https://www.reddit.com/r/androiddev/comments/s2cg2t/would_love_to_develop_an_app/) -- [So Frustrated with Google Play Team](https://www.reddit.com/r/androiddev/comments/s2bvu4/so_frustrated_with_google_play_team/) -- [Here's a Quick Way to Determine Price of Your App (Regional Pricing Case Study)](https://www.reddit.com/r/androiddev/comments/s2bj3n/heres_a_quick_way_to_determine_price_of_your_app/) +- [Amazon Appstore IAP SDK to Kotlin app?](https://www.reddit.com/r/androiddev/comments/s3cyjr/amazon_appstore_iap_sdk_to_kotlin_app/) +- [Garbage collector for Gradle](https://www.reddit.com/r/androiddev/comments/s3cwoz/garbage_collector_for_gradle/) +- [How to track eBay Partner Network links for commission revenue?](https://www.reddit.com/r/androiddev/comments/s3cs1t/how_to_track_ebay_partner_network_links_for/) +- [Vadim Caen shows us the new fancy SPLASH SCREEN lib by Jetpack ⛵🌊](https://www.reddit.com/r/androiddev/comments/s38c5j/vadim_caen_shows_us_the_new_fancy_splash_screen/) +- [Data Structures for Android Dev.](https://www.reddit.com/r/androiddev/comments/s35ql5/data_structures_for_android_dev/) +- [I need a phone with Nougat 7.1.1](https://www.reddit.com/r/androiddev/comments/s35p35/i_need_a_phone_with_nougat_711/) +- [Securing tokens in lower Android API 16 and above](https://www.reddit.com/r/androiddev/comments/s34tms/securing_tokens_in_lower_android_api_16_and_above/) +- [Questions about a project I'm working on](https://www.reddit.com/r/androiddev/comments/s32404/questions_about_a_project_im_working_on/) +- [Switching from Web Dev --> App Dev. Should I?](https://www.reddit.com/r/androiddev/comments/s31bzm/switching_from_web_dev_app_dev_should_i/) +- [Debug tool to show which fragments are currently shown](https://www.reddit.com/r/androiddev/comments/s318b0/debug_tool_to_show_which_fragments_are_currently/) ### *InfoWorld posts* From 02c27d70c99133961daac07bea65252ee1444149 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 15 Jan 2022 01:25:37 +0000 Subject: [PATCH 0033/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 176801b41e..4ad78b3012 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Amazon Appstore IAP SDK to Kotlin app?](https://www.reddit.com/r/androiddev/comments/s3cyjr/amazon_appstore_iap_sdk_to_kotlin_app/) -- [Garbage collector for Gradle](https://www.reddit.com/r/androiddev/comments/s3cwoz/garbage_collector_for_gradle/) -- [How to track eBay Partner Network links for commission revenue?](https://www.reddit.com/r/androiddev/comments/s3cs1t/how_to_track_ebay_partner_network_links_for/) -- [Vadim Caen shows us the new fancy SPLASH SCREEN lib by Jetpack ⛵🌊](https://www.reddit.com/r/androiddev/comments/s38c5j/vadim_caen_shows_us_the_new_fancy_splash_screen/) -- [Data Structures for Android Dev.](https://www.reddit.com/r/androiddev/comments/s35ql5/data_structures_for_android_dev/) -- [I need a phone with Nougat 7.1.1](https://www.reddit.com/r/androiddev/comments/s35p35/i_need_a_phone_with_nougat_711/) -- [Securing tokens in lower Android API 16 and above](https://www.reddit.com/r/androiddev/comments/s34tms/securing_tokens_in_lower_android_api_16_and_above/) -- [Questions about a project I'm working on](https://www.reddit.com/r/androiddev/comments/s32404/questions_about_a_project_im_working_on/) -- [Switching from Web Dev --> App Dev. Should I?](https://www.reddit.com/r/androiddev/comments/s31bzm/switching_from_web_dev_app_dev_should_i/) -- [Debug tool to show which fragments are currently shown](https://www.reddit.com/r/androiddev/comments/s318b0/debug_tool_to_show_which_fragments_are_currently/) +- [Partially translated store listing?](https://www.reddit.com/r/androiddev/comments/s468fd/partially_translated_store_listing/) +- [2021 was the first year I sold an app on google play. How will income taxes work?](https://www.reddit.com/r/androiddev/comments/s446wj/2021_was_the_first_year_i_sold_an_app_on_google/) +- [How I made $2.44 with Google AdMob before my account was suspended](https://www.reddit.com/r/androiddev/comments/s441s5/how_i_made_244_with_google_admob_before_my/) +- [REST efficiency, how to?](https://www.reddit.com/r/androiddev/comments/s43sis/rest_efficiency_how_to/) +- [Is there a similar resource to The Odin Project and MOOC Helsinki Java course (interactive and project oriented) for learning Kotlin and Android development?](https://www.reddit.com/r/androiddev/comments/s43ic3/is_there_a_similar_resource_to_the_odin_project/) +- [Scammed into a contract by tech company](https://www.reddit.com/r/androiddev/comments/s422l2/scammed_into_a_contract_by_tech_company/) +- [The First Dump Thing I Had With Android Studio =.=](https://www.reddit.com/r/androiddev/comments/s3zlmw/the_first_dump_thing_i_had_with_android_studio/) +- [Job Interview Questions (VMWare Android Developer)](https://www.reddit.com/r/androiddev/comments/s3y1cm/job_interview_questions_vmware_android_developer/) +- [I got passed over for the next step of interview because I haven't interfaced with a UX Designer or Product Manager. Is this normal?](https://www.reddit.com/r/androiddev/comments/s3vxfq/i_got_passed_over_for_the_next_step_of_interview/) +- [Open source - Android animations library](https://www.reddit.com/r/androiddev/comments/s3vv63/open_source_android_animations_library/) ### *InfoWorld posts* From 50e7fd6be1b1becbdf11cc0e045eebb70b82b229 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 16 Jan 2022 01:27:19 +0000 Subject: [PATCH 0034/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4ad78b3012..db0d3b0385 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Partially translated store listing?](https://www.reddit.com/r/androiddev/comments/s468fd/partially_translated_store_listing/) -- [2021 was the first year I sold an app on google play. How will income taxes work?](https://www.reddit.com/r/androiddev/comments/s446wj/2021_was_the_first_year_i_sold_an_app_on_google/) -- [How I made $2.44 with Google AdMob before my account was suspended](https://www.reddit.com/r/androiddev/comments/s441s5/how_i_made_244_with_google_admob_before_my/) -- [REST efficiency, how to?](https://www.reddit.com/r/androiddev/comments/s43sis/rest_efficiency_how_to/) -- [Is there a similar resource to The Odin Project and MOOC Helsinki Java course (interactive and project oriented) for learning Kotlin and Android development?](https://www.reddit.com/r/androiddev/comments/s43ic3/is_there_a_similar_resource_to_the_odin_project/) -- [Scammed into a contract by tech company](https://www.reddit.com/r/androiddev/comments/s422l2/scammed_into_a_contract_by_tech_company/) -- [The First Dump Thing I Had With Android Studio =.=](https://www.reddit.com/r/androiddev/comments/s3zlmw/the_first_dump_thing_i_had_with_android_studio/) -- [Job Interview Questions (VMWare Android Developer)](https://www.reddit.com/r/androiddev/comments/s3y1cm/job_interview_questions_vmware_android_developer/) -- [I got passed over for the next step of interview because I haven't interfaced with a UX Designer or Product Manager. Is this normal?](https://www.reddit.com/r/androiddev/comments/s3vxfq/i_got_passed_over_for_the_next_step_of_interview/) -- [Open source - Android animations library](https://www.reddit.com/r/androiddev/comments/s3vv63/open_source_android_animations_library/) +- [Future](https://www.reddit.com/r/androiddev/comments/s4vmse/future/) +- [MakeEventsEasy library - implement events tracking smoothly](https://www.reddit.com/r/androiddev/comments/s4vau9/makeeventseasy_library_implement_events_tracking/) +- [What is best way to prevent recreation of fragment when using bottom navigation?](https://www.reddit.com/r/androiddev/comments/s4uzgi/what_is_best_way_to_prevent_recreation_of/) +- [How would one impement private one-to-one messaging in an anonymous chat app?](https://www.reddit.com/r/androiddev/comments/s4u6r4/how_would_one_impement_private_onetoone_messaging/) +- [Questions related to android development on M1 Macs.](https://www.reddit.com/r/androiddev/comments/s4u189/questions_related_to_android_development_on_m1/) +- [What do you consider a good automation setup in Android and why?](https://www.reddit.com/r/androiddev/comments/s4rppz/what_do_you_consider_a_good_automation_setup_in/) +- [Hot reload like flutter](https://www.reddit.com/r/androiddev/comments/s4l23m/hot_reload_like_flutter/) +- [Problems found loading plugins](https://www.reddit.com/r/androiddev/comments/s4jx1q/problems_found_loading_plugins/) +- [Android Jetpack Glance for Widgets](https://www.reddit.com/r/androiddev/comments/s4if0p/android_jetpack_glance_for_widgets/) +- [What is equivalent in jetpack compose?](https://www.reddit.com/r/androiddev/comments/s4hxka/what_is_equivalent_in_jetpack_compose/) ### *InfoWorld posts* From 0a21b390a5f51c4e409fe8907535414d5b3e82d7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 17 Jan 2022 01:26:23 +0000 Subject: [PATCH 0035/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index db0d3b0385..1ffb3d5f17 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Future](https://www.reddit.com/r/androiddev/comments/s4vmse/future/) -- [MakeEventsEasy library - implement events tracking smoothly](https://www.reddit.com/r/androiddev/comments/s4vau9/makeeventseasy_library_implement_events_tracking/) -- [What is best way to prevent recreation of fragment when using bottom navigation?](https://www.reddit.com/r/androiddev/comments/s4uzgi/what_is_best_way_to_prevent_recreation_of/) -- [How would one impement private one-to-one messaging in an anonymous chat app?](https://www.reddit.com/r/androiddev/comments/s4u6r4/how_would_one_impement_private_onetoone_messaging/) -- [Questions related to android development on M1 Macs.](https://www.reddit.com/r/androiddev/comments/s4u189/questions_related_to_android_development_on_m1/) -- [What do you consider a good automation setup in Android and why?](https://www.reddit.com/r/androiddev/comments/s4rppz/what_do_you_consider_a_good_automation_setup_in/) -- [Hot reload like flutter](https://www.reddit.com/r/androiddev/comments/s4l23m/hot_reload_like_flutter/) -- [Problems found loading plugins](https://www.reddit.com/r/androiddev/comments/s4jx1q/problems_found_loading_plugins/) -- [Android Jetpack Glance for Widgets](https://www.reddit.com/r/androiddev/comments/s4if0p/android_jetpack_glance_for_widgets/) -- [What is equivalent in jetpack compose?](https://www.reddit.com/r/androiddev/comments/s4hxka/what_is_equivalent_in_jetpack_compose/) +- [Local Notifications from Recyclerview Adapter, is it possible?](https://www.reddit.com/r/androiddev/comments/s5o0kc/local_notifications_from_recyclerview_adapter_is/) +- [Form state management and validation library](https://www.reddit.com/r/androiddev/comments/s5l3p4/form_state_management_and_validation_library/) +- [Portfolio ideas for first dev job?](https://www.reddit.com/r/androiddev/comments/s5j4bl/portfolio_ideas_for_first_dev_job/) +- [Work Manager or Services(foreground and background)](https://www.reddit.com/r/androiddev/comments/s5dphx/work_manager_or_servicesforeground_and_background/) +- [Are you experiencing problems with Android Studio?](https://www.reddit.com/r/androiddev/comments/s5d24c/are_you_experiencing_problems_with_android_studio/) +- [beginner here.](https://www.reddit.com/r/androiddev/comments/s5ci2l/beginner_here/) +- [Why we chose Telegram for team-app over Slack and Microsoft Team, and then moved away from it —…](https://www.reddit.com/r/androiddev/comments/s5c04e/why_we_chose_telegram_for_teamapp_over_slack_and/) +- [Harsh truth about software development with respect to Android apps?](https://www.reddit.com/r/androiddev/comments/s5bceb/harsh_truth_about_software_development_with/) +- [Maximizing profits from banner ads](https://www.reddit.com/r/androiddev/comments/s5azyw/maximizing_profits_from_banner_ads/) +- [How can I get the time interval between two actions and then wait this amount of time?](https://www.reddit.com/r/androiddev/comments/s598tt/how_can_i_get_the_time_interval_between_two/) ### *InfoWorld posts* From dc182cfa1c36d951f214ec27be891f23615aed73 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 18 Jan 2022 01:26:42 +0000 Subject: [PATCH 0036/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1ffb3d5f17..bf8a3c5173 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Local Notifications from Recyclerview Adapter, is it possible?](https://www.reddit.com/r/androiddev/comments/s5o0kc/local_notifications_from_recyclerview_adapter_is/) -- [Form state management and validation library](https://www.reddit.com/r/androiddev/comments/s5l3p4/form_state_management_and_validation_library/) -- [Portfolio ideas for first dev job?](https://www.reddit.com/r/androiddev/comments/s5j4bl/portfolio_ideas_for_first_dev_job/) -- [Work Manager or Services(foreground and background)](https://www.reddit.com/r/androiddev/comments/s5dphx/work_manager_or_servicesforeground_and_background/) -- [Are you experiencing problems with Android Studio?](https://www.reddit.com/r/androiddev/comments/s5d24c/are_you_experiencing_problems_with_android_studio/) -- [beginner here.](https://www.reddit.com/r/androiddev/comments/s5ci2l/beginner_here/) -- [Why we chose Telegram for team-app over Slack and Microsoft Team, and then moved away from it —…](https://www.reddit.com/r/androiddev/comments/s5c04e/why_we_chose_telegram_for_teamapp_over_slack_and/) -- [Harsh truth about software development with respect to Android apps?](https://www.reddit.com/r/androiddev/comments/s5bceb/harsh_truth_about_software_development_with/) -- [Maximizing profits from banner ads](https://www.reddit.com/r/androiddev/comments/s5azyw/maximizing_profits_from_banner_ads/) -- [How can I get the time interval between two actions and then wait this amount of time?](https://www.reddit.com/r/androiddev/comments/s598tt/how_can_i_get_the_time_interval_between_two/) +- [Admob match rate dropping near 0](https://www.reddit.com/r/androiddev/comments/s6hpif/admob_match_rate_dropping_near_0/) +- [Wrong animation applied when navigating using `popUpTo`](https://www.reddit.com/r/androiddev/comments/s6grgb/wrong_animation_applied_when_navigating_using/) +- [Android developer's routine](https://www.reddit.com/r/androiddev/comments/s6fkne/android_developers_routine/) +- [Interview question: what resources do you use to study about development and update your knowledge of Android?](https://www.reddit.com/r/androiddev/comments/s6ff8s/interview_question_what_resources_do_you_use_to/) +- [Is there a mini pc that runs on Android OS?](https://www.reddit.com/r/androiddev/comments/s6e9js/is_there_a_mini_pc_that_runs_on_android_os/) +- [Googler Nick Rout tells us EVERYTHING about Material 3, Material You and Dynamic theming](https://www.reddit.com/r/androiddev/comments/s6ddh5/googler_nick_rout_tells_us_everything_about/) +- [Let's make your pricing page/screen better with a bit of UX.](https://www.reddit.com/r/androiddev/comments/s6a2yz/lets_make_your_pricing_pagescreen_better_with_a/) +- [Am I the only one that feels Compose is a step backward?](https://www.reddit.com/r/androiddev/comments/s68u9o/am_i_the_only_one_that_feels_compose_is_a_step/) +- [Android Navigation Component in Java](https://www.reddit.com/r/androiddev/comments/s64xpl/android_navigation_component_in_java/) +- [Android 12 foreground service start using alarm?](https://www.reddit.com/r/androiddev/comments/s64x8i/android_12_foreground_service_start_using_alarm/) ### *InfoWorld posts* From 9490adb6610270cf3c9090f89fcd73b8caf37770 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 19 Jan 2022 01:23:06 +0000 Subject: [PATCH 0037/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bf8a3c5173..3d4925690f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Admob match rate dropping near 0](https://www.reddit.com/r/androiddev/comments/s6hpif/admob_match_rate_dropping_near_0/) -- [Wrong animation applied when navigating using `popUpTo`](https://www.reddit.com/r/androiddev/comments/s6grgb/wrong_animation_applied_when_navigating_using/) -- [Android developer's routine](https://www.reddit.com/r/androiddev/comments/s6fkne/android_developers_routine/) -- [Interview question: what resources do you use to study about development and update your knowledge of Android?](https://www.reddit.com/r/androiddev/comments/s6ff8s/interview_question_what_resources_do_you_use_to/) -- [Is there a mini pc that runs on Android OS?](https://www.reddit.com/r/androiddev/comments/s6e9js/is_there_a_mini_pc_that_runs_on_android_os/) -- [Googler Nick Rout tells us EVERYTHING about Material 3, Material You and Dynamic theming](https://www.reddit.com/r/androiddev/comments/s6ddh5/googler_nick_rout_tells_us_everything_about/) -- [Let's make your pricing page/screen better with a bit of UX.](https://www.reddit.com/r/androiddev/comments/s6a2yz/lets_make_your_pricing_pagescreen_better_with_a/) -- [Am I the only one that feels Compose is a step backward?](https://www.reddit.com/r/androiddev/comments/s68u9o/am_i_the_only_one_that_feels_compose_is_a_step/) -- [Android Navigation Component in Java](https://www.reddit.com/r/androiddev/comments/s64xpl/android_navigation_component_in_java/) -- [Android 12 foreground service start using alarm?](https://www.reddit.com/r/androiddev/comments/s64x8i/android_12_foreground_service_start_using_alarm/) +- [Deleting Bloatware](https://www.reddit.com/r/androiddev/comments/s7cnlf/deleting_bloatware/) +- [Jetnews for every screen](https://www.reddit.com/r/androiddev/comments/s79j3z/jetnews_for_every_screen/) +- [Permission for accessing /Android/data/](https://www.reddit.com/r/androiddev/comments/s76adp/permission_for_accessing_androiddata/) +- [How are you linking accounts to Google Pay Subscriptions?](https://www.reddit.com/r/androiddev/comments/s75jc8/how_are_you_linking_accounts_to_google_pay/) +- [Wich search is better when using Room DB, searching directly in database and hold returned data into a list or getting data from database and search in returned list?](https://www.reddit.com/r/androiddev/comments/s74w81/wich_search_is_better_when_using_room_db/) +- [Android studio for beginner](https://www.reddit.com/r/androiddev/comments/s74pc8/android_studio_for_beginner/) +- [What Everybody Should Know About App Icons.](https://www.reddit.com/r/androiddev/comments/s7427x/what_everybody_should_know_about_app_icons/) +- [Adult websites blocker issue (Deceptive Behavior policy violation)](https://www.reddit.com/r/androiddev/comments/s73uxr/adult_websites_blocker_issue_deceptive_behavior/) +- [Persisting state in a ViewModel across process death](https://www.reddit.com/r/androiddev/comments/s73bp9/persisting_state_in_a_viewmodel_across_process/) +- [Perseus International Dev Experience](https://www.reddit.com/r/androiddev/comments/s7344f/perseus_international_dev_experience/) ### *InfoWorld posts* From d45dc3db768abdb3658906a8ac7707f81a267a02 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 20 Jan 2022 01:28:49 +0000 Subject: [PATCH 0038/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3d4925690f..230de8bea1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Deleting Bloatware](https://www.reddit.com/r/androiddev/comments/s7cnlf/deleting_bloatware/) -- [Jetnews for every screen](https://www.reddit.com/r/androiddev/comments/s79j3z/jetnews_for_every_screen/) -- [Permission for accessing /Android/data/](https://www.reddit.com/r/androiddev/comments/s76adp/permission_for_accessing_androiddata/) -- [How are you linking accounts to Google Pay Subscriptions?](https://www.reddit.com/r/androiddev/comments/s75jc8/how_are_you_linking_accounts_to_google_pay/) -- [Wich search is better when using Room DB, searching directly in database and hold returned data into a list or getting data from database and search in returned list?](https://www.reddit.com/r/androiddev/comments/s74w81/wich_search_is_better_when_using_room_db/) -- [Android studio for beginner](https://www.reddit.com/r/androiddev/comments/s74pc8/android_studio_for_beginner/) -- [What Everybody Should Know About App Icons.](https://www.reddit.com/r/androiddev/comments/s7427x/what_everybody_should_know_about_app_icons/) -- [Adult websites blocker issue (Deceptive Behavior policy violation)](https://www.reddit.com/r/androiddev/comments/s73uxr/adult_websites_blocker_issue_deceptive_behavior/) -- [Persisting state in a ViewModel across process death](https://www.reddit.com/r/androiddev/comments/s73bp9/persisting_state_in_a_viewmodel_across_process/) -- [Perseus International Dev Experience](https://www.reddit.com/r/androiddev/comments/s7344f/perseus_international_dev_experience/) +- [App Approval for apps with scanners that aren't Covid Apps](https://www.reddit.com/r/androiddev/comments/s85z1n/app_approval_for_apps_with_scanners_that_arent/) +- [adb for apple silicon?](https://www.reddit.com/r/androiddev/comments/s84vcw/adb_for_apple_silicon/) +- [Displaying a progress bar in a foreground service notification](https://www.reddit.com/r/androiddev/comments/s83se2/displaying_a_progress_bar_in_a_foreground_service/) +- [Android 11 with dm-verity disabled, Will framework-res.apk work after I decompile/modify/recompile?](https://www.reddit.com/r/androiddev/comments/s82fb1/android_11_with_dmverity_disabled_will/) +- [Transitioning from a copypaste monkey to a mid level android dev](https://www.reddit.com/r/androiddev/comments/s824l4/transitioning_from_a_copypaste_monkey_to_a_mid/) +- [Crypto wallet apps - What do they use to store the user's keys?](https://www.reddit.com/r/androiddev/comments/s815it/crypto_wallet_apps_what_do_they_use_to_store_the/) +- [How Doordash does Developer Productivity Engineering on January 27th at 10PST](https://www.reddit.com/r/androiddev/comments/s7zf2p/how_doordash_does_developer_productivity/) +- [Is it true that an app on Android opens Back Doors more easily than on iOS ?](https://www.reddit.com/r/androiddev/comments/s7x6io/is_it_true_that_an_app_on_android_opens_back/) +- [Learn How to Rewrite an App's DI With Hilt in 13 Minutes](https://www.reddit.com/r/androiddev/comments/s7wslb/learn_how_to_rewrite_an_apps_di_with_hilt_in_13/) +- [where is the code output in android studio?](https://www.reddit.com/r/androiddev/comments/s7wmah/where_is_the_code_output_in_android_studio/) ### *InfoWorld posts* From 82f8702c7566ef372dd9e0779be86d8bb97cf80d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 21 Jan 2022 01:23:32 +0000 Subject: [PATCH 0039/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 230de8bea1..7c1648fd01 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [App Approval for apps with scanners that aren't Covid Apps](https://www.reddit.com/r/androiddev/comments/s85z1n/app_approval_for_apps_with_scanners_that_arent/) -- [adb for apple silicon?](https://www.reddit.com/r/androiddev/comments/s84vcw/adb_for_apple_silicon/) -- [Displaying a progress bar in a foreground service notification](https://www.reddit.com/r/androiddev/comments/s83se2/displaying_a_progress_bar_in_a_foreground_service/) -- [Android 11 with dm-verity disabled, Will framework-res.apk work after I decompile/modify/recompile?](https://www.reddit.com/r/androiddev/comments/s82fb1/android_11_with_dmverity_disabled_will/) -- [Transitioning from a copypaste monkey to a mid level android dev](https://www.reddit.com/r/androiddev/comments/s824l4/transitioning_from_a_copypaste_monkey_to_a_mid/) -- [Crypto wallet apps - What do they use to store the user's keys?](https://www.reddit.com/r/androiddev/comments/s815it/crypto_wallet_apps_what_do_they_use_to_store_the/) -- [How Doordash does Developer Productivity Engineering on January 27th at 10PST](https://www.reddit.com/r/androiddev/comments/s7zf2p/how_doordash_does_developer_productivity/) -- [Is it true that an app on Android opens Back Doors more easily than on iOS ?](https://www.reddit.com/r/androiddev/comments/s7x6io/is_it_true_that_an_app_on_android_opens_back/) -- [Learn How to Rewrite an App's DI With Hilt in 13 Minutes](https://www.reddit.com/r/androiddev/comments/s7wslb/learn_how_to_rewrite_an_apps_di_with_hilt_in_13/) -- [where is the code output in android studio?](https://www.reddit.com/r/androiddev/comments/s7wmah/where_is_the_code_output_in_android_studio/) +- [Sellers.json Transparent or Confidential?](https://www.reddit.com/r/androiddev/comments/s8wgz3/sellersjson_transparent_or_confidential/) +- [Bogus DMCA claim against my app. Who can I contact?](https://www.reddit.com/r/androiddev/comments/s8uz4a/bogus_dmca_claim_against_my_app_who_can_i_contact/) +- [Using local project as module will hurt the performance?](https://www.reddit.com/r/androiddev/comments/s8tt4r/using_local_project_as_module_will_hurt_the/) +- [Major project idea, app + iot. Suggestions requested](https://www.reddit.com/r/androiddev/comments/s8q37o/major_project_idea_app_iot_suggestions_requested/) +- [My app is crashing with this weird avc message](https://www.reddit.com/r/androiddev/comments/s8paiw/my_app_is_crashing_with_this_weird_avc_message/) +- [How can I store nested JSON data in Room Database? [Room]](https://www.reddit.com/r/androiddev/comments/s8ohcy/how_can_i_store_nested_json_data_in_room_database/) +- [What is the best way for making a gamified learning app? Using web development stack or using a Game engine?](https://www.reddit.com/r/androiddev/comments/s8o3tn/what_is_the_best_way_for_making_a_gamified/) +- [Could I build an app like this or am I way in over my head?](https://www.reddit.com/r/androiddev/comments/s8ns2i/could_i_build_an_app_like_this_or_am_i_way_in/) +- [Using SpeechRecognizer while recording video with enabled audio](https://www.reddit.com/r/androiddev/comments/s8nn2d/using_speechrecognizer_while_recording_video_with/) +- [Best/stable Android SBC](https://www.reddit.com/r/androiddev/comments/s8liba/beststable_android_sbc/) ### *InfoWorld posts* From 6c2d8f1976ec6ae0d951a68e8ec975486d8c9b31 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 22 Jan 2022 01:22:43 +0000 Subject: [PATCH 0040/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7c1648fd01..3368d8e0d8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Sellers.json Transparent or Confidential?](https://www.reddit.com/r/androiddev/comments/s8wgz3/sellersjson_transparent_or_confidential/) -- [Bogus DMCA claim against my app. Who can I contact?](https://www.reddit.com/r/androiddev/comments/s8uz4a/bogus_dmca_claim_against_my_app_who_can_i_contact/) -- [Using local project as module will hurt the performance?](https://www.reddit.com/r/androiddev/comments/s8tt4r/using_local_project_as_module_will_hurt_the/) -- [Major project idea, app + iot. Suggestions requested](https://www.reddit.com/r/androiddev/comments/s8q37o/major_project_idea_app_iot_suggestions_requested/) -- [My app is crashing with this weird avc message](https://www.reddit.com/r/androiddev/comments/s8paiw/my_app_is_crashing_with_this_weird_avc_message/) -- [How can I store nested JSON data in Room Database? [Room]](https://www.reddit.com/r/androiddev/comments/s8ohcy/how_can_i_store_nested_json_data_in_room_database/) -- [What is the best way for making a gamified learning app? Using web development stack or using a Game engine?](https://www.reddit.com/r/androiddev/comments/s8o3tn/what_is_the_best_way_for_making_a_gamified/) -- [Could I build an app like this or am I way in over my head?](https://www.reddit.com/r/androiddev/comments/s8ns2i/could_i_build_an_app_like_this_or_am_i_way_in/) -- [Using SpeechRecognizer while recording video with enabled audio](https://www.reddit.com/r/androiddev/comments/s8nn2d/using_speechrecognizer_while_recording_video_with/) -- [Best/stable Android SBC](https://www.reddit.com/r/androiddev/comments/s8liba/beststable_android_sbc/) +- [Improve App Performance by upto 40% in an afternoon](https://www.reddit.com/r/androiddev/comments/s9pp9c/improve_app_performance_by_upto_40_in_an_afternoon/) +- [Starting as Junior Android developer and insecure](https://www.reddit.com/r/androiddev/comments/s9mzkq/starting_as_junior_android_developer_and_insecure/) +- [Is there good tutorial for how to migrate recyclerview to leanback vertical listview?](https://www.reddit.com/r/androiddev/comments/s9lrvy/is_there_good_tutorial_for_how_to_migrate/) +- [Official Android docs containing deprecated code](https://www.reddit.com/r/androiddev/comments/s9l603/official_android_docs_containing_deprecated_code/) +- [How to get rid of this spacing at the end of line? I use Jetpack Compose.](https://www.reddit.com/r/androiddev/comments/s9kyc3/how_to_get_rid_of_this_spacing_at_the_end_of_line/) +- [I need help with pivacy policy](https://www.reddit.com/r/androiddev/comments/s9ij57/i_need_help_with_pivacy_policy/) +- [Can anyone tell me why Google is doing this? This is my only developer account. They also refuse to give the email address of the previous developer account](https://www.reddit.com/r/androiddev/comments/s9hwxg/can_anyone_tell_me_why_google_is_doing_this_this/) +- [How to await for LiveData emission in Robolectric tests?](https://www.reddit.com/r/androiddev/comments/s9hhid/how_to_await_for_livedata_emission_in_robolectric/) +- [Fixing simpleperf broken records](https://www.reddit.com/r/androiddev/comments/s9hbhm/fixing_simpleperf_broken_records/) +- [Hi everyone. What kind of UI is this sliding? I'm trying to create like a popup with sliding with different kinds of button functions. Thank you](https://www.reddit.com/r/androiddev/comments/s9dgmo/hi_everyone_what_kind_of_ui_is_this_sliding_im/) ### *InfoWorld posts* From 806656932ce7cda90596bb2c5d0423ac3632509f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 23 Jan 2022 01:24:07 +0000 Subject: [PATCH 0041/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3368d8e0d8..1cefd813c4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Improve App Performance by upto 40% in an afternoon](https://www.reddit.com/r/androiddev/comments/s9pp9c/improve_app_performance_by_upto_40_in_an_afternoon/) -- [Starting as Junior Android developer and insecure](https://www.reddit.com/r/androiddev/comments/s9mzkq/starting_as_junior_android_developer_and_insecure/) -- [Is there good tutorial for how to migrate recyclerview to leanback vertical listview?](https://www.reddit.com/r/androiddev/comments/s9lrvy/is_there_good_tutorial_for_how_to_migrate/) -- [Official Android docs containing deprecated code](https://www.reddit.com/r/androiddev/comments/s9l603/official_android_docs_containing_deprecated_code/) -- [How to get rid of this spacing at the end of line? I use Jetpack Compose.](https://www.reddit.com/r/androiddev/comments/s9kyc3/how_to_get_rid_of_this_spacing_at_the_end_of_line/) -- [I need help with pivacy policy](https://www.reddit.com/r/androiddev/comments/s9ij57/i_need_help_with_pivacy_policy/) -- [Can anyone tell me why Google is doing this? This is my only developer account. They also refuse to give the email address of the previous developer account](https://www.reddit.com/r/androiddev/comments/s9hwxg/can_anyone_tell_me_why_google_is_doing_this_this/) -- [How to await for LiveData emission in Robolectric tests?](https://www.reddit.com/r/androiddev/comments/s9hhid/how_to_await_for_livedata_emission_in_robolectric/) -- [Fixing simpleperf broken records](https://www.reddit.com/r/androiddev/comments/s9hbhm/fixing_simpleperf_broken_records/) -- [Hi everyone. What kind of UI is this sliding? I'm trying to create like a popup with sliding with different kinds of button functions. Thank you](https://www.reddit.com/r/androiddev/comments/s9dgmo/hi_everyone_what_kind_of_ui_is_this_sliding_im/) +- [Correlating Jetpack Compose Side Effects](https://www.reddit.com/r/androiddev/comments/sagm5l/correlating_jetpack_compose_side_effects/) +- [What framework (if any) would you recommend for this "simple" data entry app?](https://www.reddit.com/r/androiddev/comments/safi92/what_framework_if_any_would_you_recommend_for/) +- [Navigating in Compose: Criteria](https://www.reddit.com/r/androiddev/comments/sacsfz/navigating_in_compose_criteria/) +- [RXJava and synchronization](https://www.reddit.com/r/androiddev/comments/sacp1n/rxjava_and_synchronization/) +- [Jetpack compose bottom navigation](https://www.reddit.com/r/androiddev/comments/saajnh/jetpack_compose_bottom_navigation/) +- [Besides grinding leetcode how do you study for Android interviews?](https://www.reddit.com/r/androiddev/comments/sa9x3p/besides_grinding_leetcode_how_do_you_study_for/) +- [Is "Developing Android Apps by Google" still a good resource to learn Android development?](https://www.reddit.com/r/androiddev/comments/sa810t/is_developing_android_apps_by_google_still_a_good/) +- [How do I check programming language of an app.](https://www.reddit.com/r/androiddev/comments/sa807a/how_do_i_check_programming_language_of_an_app/) +- [Check if calculator is connected to phone](https://www.reddit.com/r/androiddev/comments/sa5t7v/check_if_calculator_is_connected_to_phone/) +- [[Ques]In which language to learn android dev Java or Kotlin?](https://www.reddit.com/r/androiddev/comments/sa5etu/quesin_which_language_to_learn_android_dev_java/) ### *InfoWorld posts* From 0430bf4e32218dbca1b1ccacc1b13fc8bbaec594 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 24 Jan 2022 01:25:16 +0000 Subject: [PATCH 0042/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1cefd813c4..8ea692d0a0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Correlating Jetpack Compose Side Effects](https://www.reddit.com/r/androiddev/comments/sagm5l/correlating_jetpack_compose_side_effects/) -- [What framework (if any) would you recommend for this "simple" data entry app?](https://www.reddit.com/r/androiddev/comments/safi92/what_framework_if_any_would_you_recommend_for/) -- [Navigating in Compose: Criteria](https://www.reddit.com/r/androiddev/comments/sacsfz/navigating_in_compose_criteria/) -- [RXJava and synchronization](https://www.reddit.com/r/androiddev/comments/sacp1n/rxjava_and_synchronization/) -- [Jetpack compose bottom navigation](https://www.reddit.com/r/androiddev/comments/saajnh/jetpack_compose_bottom_navigation/) -- [Besides grinding leetcode how do you study for Android interviews?](https://www.reddit.com/r/androiddev/comments/sa9x3p/besides_grinding_leetcode_how_do_you_study_for/) -- [Is "Developing Android Apps by Google" still a good resource to learn Android development?](https://www.reddit.com/r/androiddev/comments/sa810t/is_developing_android_apps_by_google_still_a_good/) -- [How do I check programming language of an app.](https://www.reddit.com/r/androiddev/comments/sa807a/how_do_i_check_programming_language_of_an_app/) -- [Check if calculator is connected to phone](https://www.reddit.com/r/androiddev/comments/sa5t7v/check_if_calculator_is_connected_to_phone/) -- [[Ques]In which language to learn android dev Java or Kotlin?](https://www.reddit.com/r/androiddev/comments/sa5etu/quesin_which_language_to_learn_android_dev_java/) +- [Long review times for Google Play review?](https://www.reddit.com/r/androiddev/comments/sb7hxb/long_review_times_for_google_play_review/) +- [Kotlin Networking Woes: fetching a static xml file](https://www.reddit.com/r/androiddev/comments/sb2nif/kotlin_networking_woes_fetching_a_static_xml_file/) +- [lucilla: Fast, efficient, in-memory Full Text Search for Kotlin](https://www.reddit.com/r/androiddev/comments/sb1uoe/lucilla_fast_efficient_inmemory_full_text_search/) +- [Force Android Studio to use a VPN connection on Windows?](https://www.reddit.com/r/androiddev/comments/sb0j2z/force_android_studio_to_use_a_vpn_connection_on/) +- [What do implementations that use Unsafe do to be able to compile?](https://www.reddit.com/r/androiddev/comments/sazxg6/what_do_implementations_that_use_unsafe_do_to_be/) +- [Is AirNow still operating?](https://www.reddit.com/r/androiddev/comments/saxdzh/is_airnow_still_operating/) +- [Button on a live wallpaper?](https://www.reddit.com/r/androiddev/comments/saw4lg/button_on_a_live_wallpaper/) +- [Demystifing the ANRs riddle](https://www.reddit.com/r/androiddev/comments/saveck/demystifing_the_anrs_riddle/) +- [Database for my app](https://www.reddit.com/r/androiddev/comments/satx6d/database_for_my_app/) +- [how to hide "project name bar"?](https://www.reddit.com/r/androiddev/comments/sasez8/how_to_hide_project_name_bar/) ### *InfoWorld posts* From 81a552027c0d684d6b4b34f4c59a0f576333d860 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 25 Jan 2022 01:26:16 +0000 Subject: [PATCH 0043/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8ea692d0a0..0ea595f6c2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Long review times for Google Play review?](https://www.reddit.com/r/androiddev/comments/sb7hxb/long_review_times_for_google_play_review/) -- [Kotlin Networking Woes: fetching a static xml file](https://www.reddit.com/r/androiddev/comments/sb2nif/kotlin_networking_woes_fetching_a_static_xml_file/) -- [lucilla: Fast, efficient, in-memory Full Text Search for Kotlin](https://www.reddit.com/r/androiddev/comments/sb1uoe/lucilla_fast_efficient_inmemory_full_text_search/) -- [Force Android Studio to use a VPN connection on Windows?](https://www.reddit.com/r/androiddev/comments/sb0j2z/force_android_studio_to_use_a_vpn_connection_on/) -- [What do implementations that use Unsafe do to be able to compile?](https://www.reddit.com/r/androiddev/comments/sazxg6/what_do_implementations_that_use_unsafe_do_to_be/) -- [Is AirNow still operating?](https://www.reddit.com/r/androiddev/comments/saxdzh/is_airnow_still_operating/) -- [Button on a live wallpaper?](https://www.reddit.com/r/androiddev/comments/saw4lg/button_on_a_live_wallpaper/) -- [Demystifing the ANRs riddle](https://www.reddit.com/r/androiddev/comments/saveck/demystifing_the_anrs_riddle/) -- [Database for my app](https://www.reddit.com/r/androiddev/comments/satx6d/database_for_my_app/) -- [how to hide "project name bar"?](https://www.reddit.com/r/androiddev/comments/sasez8/how_to_hide_project_name_bar/) +- [Hotspot or Wifi Direct, Whats better for Gaming?](https://www.reddit.com/r/androiddev/comments/sc0usu/hotspot_or_wifi_direct_whats_better_for_gaming/) +- [How to unpack/repack system.img api 28 android emulator](https://www.reddit.com/r/androiddev/comments/sc06gx/how_to_unpackrepack_systemimg_api_28_android/) +- [Set permanently camera resolution](https://www.reddit.com/r/androiddev/comments/sbxnop/set_permanently_camera_resolution/) +- [Is Google Play Console Android App malfunction?](https://www.reddit.com/r/androiddev/comments/sbwxjw/is_google_play_console_android_app_malfunction/) +- [At @squareeng we ran our Android benchmarks with the MacBook Pro M1 Max and it performed 65% faster than the MacBook Pro with Intel chip from last year! More details in the thread.](https://www.reddit.com/r/androiddev/comments/sbvfvp/at_squareeng_we_ran_our_android_benchmarks_with/) +- [CWTI - From the trenches: dev horror stories and cringe with Mark Allison](https://www.reddit.com/r/androiddev/comments/sbukfx/cwti_from_the_trenches_dev_horror_stories_and/) +- [Google play console, fail to load review](https://www.reddit.com/r/androiddev/comments/sbu5zh/google_play_console_fail_to_load_review/) +- [Free Course: Build Foldable, Tablet, Desktop, and Phone-Optimized Apps](https://www.reddit.com/r/androiddev/comments/sbtlue/free_course_build_foldable_tablet_desktop_and/) +- [When will Material 3 replace Material 2 in Android Studio?](https://www.reddit.com/r/androiddev/comments/sbtenr/when_will_material_3_replace_material_2_in/) +- [Giving app a performance boost](https://www.reddit.com/r/androiddev/comments/sbtdxh/giving_app_a_performance_boost/) ### *InfoWorld posts* From 9064e6d5a3469cb73f7576ef19dc1c7322835dd5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 26 Jan 2022 01:26:51 +0000 Subject: [PATCH 0044/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0ea595f6c2..d1a71a2bfb 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Hotspot or Wifi Direct, Whats better for Gaming?](https://www.reddit.com/r/androiddev/comments/sc0usu/hotspot_or_wifi_direct_whats_better_for_gaming/) -- [How to unpack/repack system.img api 28 android emulator](https://www.reddit.com/r/androiddev/comments/sc06gx/how_to_unpackrepack_systemimg_api_28_android/) -- [Set permanently camera resolution](https://www.reddit.com/r/androiddev/comments/sbxnop/set_permanently_camera_resolution/) -- [Is Google Play Console Android App malfunction?](https://www.reddit.com/r/androiddev/comments/sbwxjw/is_google_play_console_android_app_malfunction/) -- [At @squareeng we ran our Android benchmarks with the MacBook Pro M1 Max and it performed 65% faster than the MacBook Pro with Intel chip from last year! More details in the thread.](https://www.reddit.com/r/androiddev/comments/sbvfvp/at_squareeng_we_ran_our_android_benchmarks_with/) -- [CWTI - From the trenches: dev horror stories and cringe with Mark Allison](https://www.reddit.com/r/androiddev/comments/sbukfx/cwti_from_the_trenches_dev_horror_stories_and/) -- [Google play console, fail to load review](https://www.reddit.com/r/androiddev/comments/sbu5zh/google_play_console_fail_to_load_review/) -- [Free Course: Build Foldable, Tablet, Desktop, and Phone-Optimized Apps](https://www.reddit.com/r/androiddev/comments/sbtlue/free_course_build_foldable_tablet_desktop_and/) -- [When will Material 3 replace Material 2 in Android Studio?](https://www.reddit.com/r/androiddev/comments/sbtenr/when_will_material_3_replace_material_2_in/) -- [Giving app a performance boost](https://www.reddit.com/r/androiddev/comments/sbtdxh/giving_app_a_performance_boost/) +- [How to show launch PDF from URL in default PDF app on Android 12?](https://www.reddit.com/r/androiddev/comments/scsvl1/how_to_show_launch_pdf_from_url_in_default_pdf/) +- [Call for testing & get rewarded. PackFND : mobile app https://play.google.com/store/apps/details?id=com.pack.pack and KalaCUBE portal (www.KalaCUBE.com) for multidimensional creators. Let me know if interested…](https://www.reddit.com/r/androiddev/comments/scsupt/call_for_testing_get_rewarded_packfnd_mobile_app/) +- [Bank Google Play Store App Reviews](https://www.reddit.com/r/androiddev/comments/scp96o/bank_google_play_store_app_reviews/) +- [With so many available jobs, what makes a company irresistible to you?](https://www.reddit.com/r/androiddev/comments/scomwl/with_so_many_available_jobs_what_makes_a_company/) +- [Add Places Autocomplete in a Fragment](https://www.reddit.com/r/androiddev/comments/sco7e1/add_places_autocomplete_in_a_fragment/) +- [I'm a new developer I hava a quick question....](https://www.reddit.com/r/androiddev/comments/scmkja/im_a_new_developer_i_hava_a_quick_question/) +- [Same code working in one android studio version and not in another in another pc.](https://www.reddit.com/r/androiddev/comments/sclu1r/same_code_working_in_one_android_studio_version/) +- [Your Deep Links Might Be Broken: Web Intents and Android 12](https://www.reddit.com/r/androiddev/comments/sclcmv/your_deep_links_might_be_broken_web_intents_and/) +- [Android Studio Bumblebee (2021.1.1) Stable](https://www.reddit.com/r/androiddev/comments/sckryz/android_studio_bumblebee_202111_stable/) +- [What's new in Android Studio Bumblebee](https://www.reddit.com/r/androiddev/comments/sckpdn/whats_new_in_android_studio_bumblebee/) ### *InfoWorld posts* From af5d8647f37bbfc77d271e4877e60dae4903f050 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 27 Jan 2022 01:24:34 +0000 Subject: [PATCH 0045/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d1a71a2bfb..6128d66f1d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to show launch PDF from URL in default PDF app on Android 12?](https://www.reddit.com/r/androiddev/comments/scsvl1/how_to_show_launch_pdf_from_url_in_default_pdf/) -- [Call for testing & get rewarded. PackFND : mobile app https://play.google.com/store/apps/details?id=com.pack.pack and KalaCUBE portal (www.KalaCUBE.com) for multidimensional creators. Let me know if interested…](https://www.reddit.com/r/androiddev/comments/scsupt/call_for_testing_get_rewarded_packfnd_mobile_app/) -- [Bank Google Play Store App Reviews](https://www.reddit.com/r/androiddev/comments/scp96o/bank_google_play_store_app_reviews/) -- [With so many available jobs, what makes a company irresistible to you?](https://www.reddit.com/r/androiddev/comments/scomwl/with_so_many_available_jobs_what_makes_a_company/) -- [Add Places Autocomplete in a Fragment](https://www.reddit.com/r/androiddev/comments/sco7e1/add_places_autocomplete_in_a_fragment/) -- [I'm a new developer I hava a quick question....](https://www.reddit.com/r/androiddev/comments/scmkja/im_a_new_developer_i_hava_a_quick_question/) -- [Same code working in one android studio version and not in another in another pc.](https://www.reddit.com/r/androiddev/comments/sclu1r/same_code_working_in_one_android_studio_version/) -- [Your Deep Links Might Be Broken: Web Intents and Android 12](https://www.reddit.com/r/androiddev/comments/sclcmv/your_deep_links_might_be_broken_web_intents_and/) -- [Android Studio Bumblebee (2021.1.1) Stable](https://www.reddit.com/r/androiddev/comments/sckryz/android_studio_bumblebee_202111_stable/) -- [What's new in Android Studio Bumblebee](https://www.reddit.com/r/androiddev/comments/sckpdn/whats_new_in_android_studio_bumblebee/) +- [PSA: If you use Jetbrains toolbox to install Chipmunk Beta 1 it will install Canary 1 instead](https://www.reddit.com/r/androiddev/comments/sdlwn9/psa_if_you_use_jetbrains_toolbox_to_install/) +- [CameraX Video and Extensions API survey](https://www.reddit.com/r/androiddev/comments/sdl1cj/camerax_video_and_extensions_api_survey/) +- [Apple silicon support officially marked as fixed!](https://www.reddit.com/r/androiddev/comments/sdkvgu/apple_silicon_support_officially_marked_as_fixed/) +- [Do you have trouble with updating your app? (Long verification delays)](https://www.reddit.com/r/androiddev/comments/sdkpwl/do_you_have_trouble_with_updating_your_app_long/) +- [App Timer (Java)](https://www.reddit.com/r/androiddev/comments/sdhu66/app_timer_java/) +- [StackOverflow or try to take code from github(and try to make it compatible?)](https://www.reddit.com/r/androiddev/comments/sdfvc6/stackoverflow_or_try_to_take_code_from_githuband/) +- [Cheezam: Find cheeses from pictures and screenshot thanks to AI](https://www.reddit.com/r/androiddev/comments/sdf8m0/cheezam_find_cheeses_from_pictures_and_screenshot/) +- [Jetpack compose with two Navigation Host, hot to go back without without recompose?](https://www.reddit.com/r/androiddev/comments/sdf83l/jetpack_compose_with_two_navigation_host_hot_to/) +- [android ble find devices code from github downloaded and run and error](https://www.reddit.com/r/androiddev/comments/sddzr9/android_ble_find_devices_code_from_github/) +- [While Google Maps navigation is going on, just pressing the power button shows the navigation without unlocking the phone. How are they doing this?](https://www.reddit.com/r/androiddev/comments/sdaymo/while_google_maps_navigation_is_going_on_just/) ### *InfoWorld posts* From 08df37947c2640d338164518b0019c687b28de80 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 28 Jan 2022 01:24:30 +0000 Subject: [PATCH 0046/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6128d66f1d..c37b20682a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [PSA: If you use Jetbrains toolbox to install Chipmunk Beta 1 it will install Canary 1 instead](https://www.reddit.com/r/androiddev/comments/sdlwn9/psa_if_you_use_jetbrains_toolbox_to_install/) -- [CameraX Video and Extensions API survey](https://www.reddit.com/r/androiddev/comments/sdl1cj/camerax_video_and_extensions_api_survey/) -- [Apple silicon support officially marked as fixed!](https://www.reddit.com/r/androiddev/comments/sdkvgu/apple_silicon_support_officially_marked_as_fixed/) -- [Do you have trouble with updating your app? (Long verification delays)](https://www.reddit.com/r/androiddev/comments/sdkpwl/do_you_have_trouble_with_updating_your_app_long/) -- [App Timer (Java)](https://www.reddit.com/r/androiddev/comments/sdhu66/app_timer_java/) -- [StackOverflow or try to take code from github(and try to make it compatible?)](https://www.reddit.com/r/androiddev/comments/sdfvc6/stackoverflow_or_try_to_take_code_from_githuband/) -- [Cheezam: Find cheeses from pictures and screenshot thanks to AI](https://www.reddit.com/r/androiddev/comments/sdf8m0/cheezam_find_cheeses_from_pictures_and_screenshot/) -- [Jetpack compose with two Navigation Host, hot to go back without without recompose?](https://www.reddit.com/r/androiddev/comments/sdf83l/jetpack_compose_with_two_navigation_host_hot_to/) -- [android ble find devices code from github downloaded and run and error](https://www.reddit.com/r/androiddev/comments/sddzr9/android_ble_find_devices_code_from_github/) -- [While Google Maps navigation is going on, just pressing the power button shows the navigation without unlocking the phone. How are they doing this?](https://www.reddit.com/r/androiddev/comments/sdaymo/while_google_maps_navigation_is_going_on_just/) +- [help with AdMob using android studio](https://www.reddit.com/r/androiddev/comments/sedfey/help_with_admob_using_android_studio/) +- [Make a monorepo for your Android projects](https://www.reddit.com/r/androiddev/comments/sec0ms/make_a_monorepo_for_your_android_projects/) +- [[KOTLIN] How to add margin to a Layout and then add this Layout to another View](https://www.reddit.com/r/androiddev/comments/seb99l/kotlin_how_to_add_margin_to_a_layout_and_then_add/) +- [Heavy Operations and Listeners](https://www.reddit.com/r/androiddev/comments/sea2lo/heavy_operations_and_listeners/) +- [Resizable emulator / window where ?](https://www.reddit.com/r/androiddev/comments/se9wsv/resizable_emulator_window_where/) +- [Android Studio Chipmunk Beta 1 now available](https://www.reddit.com/r/androiddev/comments/se9ve2/android_studio_chipmunk_beta_1_now_available/) +- [Caribou: Use data-driven metrics to reduce your technical debt](https://www.reddit.com/r/androiddev/comments/se7ryd/caribou_use_datadriven_metrics_to_reduce_your/) +- [Are the books about media store and the new scoped storage?](https://www.reddit.com/r/androiddev/comments/se7rc5/are_the_books_about_media_store_and_the_new/) +- [Tracing main thread messages in Perfetto](https://www.reddit.com/r/androiddev/comments/se775b/tracing_main_thread_messages_in_perfetto/) +- [Android Java Find and Show a List of BLE Devices](https://www.reddit.com/r/androiddev/comments/se772d/android_java_find_and_show_a_list_of_ble_devices/) ### *InfoWorld posts* From 88b7c573a905072914b7a6cc9048153ae88990f7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 29 Jan 2022 01:21:55 +0000 Subject: [PATCH 0047/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c37b20682a..78e7d34a4c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [help with AdMob using android studio](https://www.reddit.com/r/androiddev/comments/sedfey/help_with_admob_using_android_studio/) -- [Make a monorepo for your Android projects](https://www.reddit.com/r/androiddev/comments/sec0ms/make_a_monorepo_for_your_android_projects/) -- [[KOTLIN] How to add margin to a Layout and then add this Layout to another View](https://www.reddit.com/r/androiddev/comments/seb99l/kotlin_how_to_add_margin_to_a_layout_and_then_add/) -- [Heavy Operations and Listeners](https://www.reddit.com/r/androiddev/comments/sea2lo/heavy_operations_and_listeners/) -- [Resizable emulator / window where ?](https://www.reddit.com/r/androiddev/comments/se9wsv/resizable_emulator_window_where/) -- [Android Studio Chipmunk Beta 1 now available](https://www.reddit.com/r/androiddev/comments/se9ve2/android_studio_chipmunk_beta_1_now_available/) -- [Caribou: Use data-driven metrics to reduce your technical debt](https://www.reddit.com/r/androiddev/comments/se7ryd/caribou_use_datadriven_metrics_to_reduce_your/) -- [Are the books about media store and the new scoped storage?](https://www.reddit.com/r/androiddev/comments/se7rc5/are_the_books_about_media_store_and_the_new/) -- [Tracing main thread messages in Perfetto](https://www.reddit.com/r/androiddev/comments/se775b/tracing_main_thread_messages_in_perfetto/) -- [Android Java Find and Show a List of BLE Devices](https://www.reddit.com/r/androiddev/comments/se772d/android_java_find_and_show_a_list_of_ble_devices/) +- [Speed Up Mandelbrot Drawing on Android Jetpack Compose, from 900 seconds to 4 seconds](https://www.reddit.com/r/androiddev/comments/sf55td/speed_up_mandelbrot_drawing_on_android_jetpack/) +- [I know it's taboo to ask but, how much have you earned with your own apps so far?](https://www.reddit.com/r/androiddev/comments/sf3nx3/i_know_its_taboo_to_ask_but_how_much_have_you/) +- [Hiring process project assignments](https://www.reddit.com/r/androiddev/comments/sf0sar/hiring_process_project_assignments/) +- [Learn how Baseline Profiles helped Google Maps & Google Play](https://www.reddit.com/r/androiddev/comments/sf0jln/learn_how_baseline_profiles_helped_google_maps/) +- [confusion about sdk](https://www.reddit.com/r/androiddev/comments/sf0d65/confusion_about_sdk/) +- [What is the best way to create an expandable list?](https://www.reddit.com/r/androiddev/comments/sf0ak7/what_is_the_best_way_to_create_an_expandable_list/) +- [Mohonta's tutorial](https://www.reddit.com/r/androiddev/comments/sexoal/mohontas_tutorial/) +- [[Q] Paging 3: How to display header before items are loaded from server?](https://www.reddit.com/r/androiddev/comments/sewz56/q_paging_3_how_to_display_header_before_items_are/) +- [What's going on with Googleplay?](https://www.reddit.com/r/androiddev/comments/sewxry/whats_going_on_with_googleplay/) +- [Is there a free database containing all countries in the world with their cities and neighborhoods?](https://www.reddit.com/r/androiddev/comments/sewobq/is_there_a_free_database_containing_all_countries/) ### *InfoWorld posts* From f936c84f47b887d4e69bf712a3ee6b66c4d8ce69 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 30 Jan 2022 01:24:23 +0000 Subject: [PATCH 0048/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 78e7d34a4c..f5a08dd443 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Speed Up Mandelbrot Drawing on Android Jetpack Compose, from 900 seconds to 4 seconds](https://www.reddit.com/r/androiddev/comments/sf55td/speed_up_mandelbrot_drawing_on_android_jetpack/) -- [I know it's taboo to ask but, how much have you earned with your own apps so far?](https://www.reddit.com/r/androiddev/comments/sf3nx3/i_know_its_taboo_to_ask_but_how_much_have_you/) -- [Hiring process project assignments](https://www.reddit.com/r/androiddev/comments/sf0sar/hiring_process_project_assignments/) -- [Learn how Baseline Profiles helped Google Maps & Google Play](https://www.reddit.com/r/androiddev/comments/sf0jln/learn_how_baseline_profiles_helped_google_maps/) -- [confusion about sdk](https://www.reddit.com/r/androiddev/comments/sf0d65/confusion_about_sdk/) -- [What is the best way to create an expandable list?](https://www.reddit.com/r/androiddev/comments/sf0ak7/what_is_the_best_way_to_create_an_expandable_list/) -- [Mohonta's tutorial](https://www.reddit.com/r/androiddev/comments/sexoal/mohontas_tutorial/) -- [[Q] Paging 3: How to display header before items are loaded from server?](https://www.reddit.com/r/androiddev/comments/sewz56/q_paging_3_how_to_display_header_before_items_are/) -- [What's going on with Googleplay?](https://www.reddit.com/r/androiddev/comments/sewxry/whats_going_on_with_googleplay/) -- [Is there a free database containing all countries in the world with their cities and neighborhoods?](https://www.reddit.com/r/androiddev/comments/sewobq/is_there_a_free_database_containing_all_countries/) +- [Weird notification when I receive a call after phone repair](https://www.reddit.com/r/androiddev/comments/sftq6x/weird_notification_when_i_receive_a_call_after/) +- [Button dosent repeat his function](https://www.reddit.com/r/androiddev/comments/sfrrn7/button_dosent_repeat_his_function/) +- [Real Time Voice Chat](https://www.reddit.com/r/androiddev/comments/sfrimi/real_time_voice_chat/) +- [Database?](https://www.reddit.com/r/androiddev/comments/sfofuc/database/) +- [Android Dev Hangout - monthly informal gathering for our community](https://www.reddit.com/r/androiddev/comments/sfo8ul/android_dev_hangout_monthly_informal_gathering/) +- [Possibility of black blank captured image in Android](https://www.reddit.com/r/androiddev/comments/sfmhjt/possibility_of_black_blank_captured_image_in/) +- [I want to start developing android apps but dont know how to start](https://www.reddit.com/r/androiddev/comments/sfm1vh/i_want_to_start_developing_android_apps_but_dont/) +- [Why would anyone pay me for adding thier app to my account?](https://www.reddit.com/r/androiddev/comments/sfiebb/why_would_anyone_pay_me_for_adding_thier_app_to/) +- [Android Permissions on Manifest file only is enough or need to be added in MainActivity Code also.](https://www.reddit.com/r/androiddev/comments/sfgy0w/android_permissions_on_manifest_file_only_is/) +- [Memepedia : An Android app to learn about memes](https://www.reddit.com/r/androiddev/comments/sfgo60/memepedia_an_android_app_to_learn_about_memes/) ### *InfoWorld posts* From 5fb1570921975a6cfa04cd2beee06b649742c379 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 31 Jan 2022 01:24:13 +0000 Subject: [PATCH 0049/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f5a08dd443..4938463d55 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Weird notification when I receive a call after phone repair](https://www.reddit.com/r/androiddev/comments/sftq6x/weird_notification_when_i_receive_a_call_after/) -- [Button dosent repeat his function](https://www.reddit.com/r/androiddev/comments/sfrrn7/button_dosent_repeat_his_function/) -- [Real Time Voice Chat](https://www.reddit.com/r/androiddev/comments/sfrimi/real_time_voice_chat/) -- [Database?](https://www.reddit.com/r/androiddev/comments/sfofuc/database/) -- [Android Dev Hangout - monthly informal gathering for our community](https://www.reddit.com/r/androiddev/comments/sfo8ul/android_dev_hangout_monthly_informal_gathering/) -- [Possibility of black blank captured image in Android](https://www.reddit.com/r/androiddev/comments/sfmhjt/possibility_of_black_blank_captured_image_in/) -- [I want to start developing android apps but dont know how to start](https://www.reddit.com/r/androiddev/comments/sfm1vh/i_want_to_start_developing_android_apps_but_dont/) -- [Why would anyone pay me for adding thier app to my account?](https://www.reddit.com/r/androiddev/comments/sfiebb/why_would_anyone_pay_me_for_adding_thier_app_to/) -- [Android Permissions on Manifest file only is enough or need to be added in MainActivity Code also.](https://www.reddit.com/r/androiddev/comments/sfgy0w/android_permissions_on_manifest_file_only_is/) -- [Memepedia : An Android app to learn about memes](https://www.reddit.com/r/androiddev/comments/sfgo60/memepedia_an_android_app_to_learn_about_memes/) +- [Question about before/after activities with ActivityScenarioRule](https://www.reddit.com/r/androiddev/comments/sgoej1/question_about_beforeafter_activities_with/) +- [Thought on my upcoming weather app, it's made in flutter.](https://www.reddit.com/r/androiddev/comments/sglpqq/thought_on_my_upcoming_weather_app_its_made_in/) +- [How are people testing Compose Multiplatform apps?](https://www.reddit.com/r/androiddev/comments/sgin70/how_are_people_testing_compose_multiplatform_apps/) +- [MacOS Monterey with Android Studio](https://www.reddit.com/r/androiddev/comments/sggtjg/macos_monterey_with_android_studio/) +- [Size of Samsung Galaxy clipboard (or ways to access it)](https://www.reddit.com/r/androiddev/comments/sgfobh/size_of_samsung_galaxy_clipboard_or_ways_to/) +- [My app's similar apps are games](https://www.reddit.com/r/androiddev/comments/sgc1u8/my_apps_similar_apps_are_games/) +- [Flutter or Native Android [Job market]](https://www.reddit.com/r/androiddev/comments/sg9xd2/flutter_or_native_android_job_market/) +- [For some, the PIP mode with Android 12 no longer works but the fix is ​​coming](https://www.reddit.com/r/androiddev/comments/sg9led/for_some_the_pip_mode_with_android_12_no_longer/) +- [I am quite surprised at what you can now do with Flutter](https://www.reddit.com/r/androiddev/comments/sg772u/i_am_quite_surprised_at_what_you_can_now_do_with/) +- [Ever wonder how Android Access View Items evolve over the years?](https://www.reddit.com/r/androiddev/comments/sg6f2z/ever_wonder_how_android_access_view_items_evolve/) ### *InfoWorld posts* From 6ebc7dd1f10904a6ad60d29b28daeefbc1985672 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 1 Feb 2022 01:25:26 +0000 Subject: [PATCH 0050/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4938463d55..6ca6bcc46b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Question about before/after activities with ActivityScenarioRule](https://www.reddit.com/r/androiddev/comments/sgoej1/question_about_beforeafter_activities_with/) -- [Thought on my upcoming weather app, it's made in flutter.](https://www.reddit.com/r/androiddev/comments/sglpqq/thought_on_my_upcoming_weather_app_its_made_in/) -- [How are people testing Compose Multiplatform apps?](https://www.reddit.com/r/androiddev/comments/sgin70/how_are_people_testing_compose_multiplatform_apps/) -- [MacOS Monterey with Android Studio](https://www.reddit.com/r/androiddev/comments/sggtjg/macos_monterey_with_android_studio/) -- [Size of Samsung Galaxy clipboard (or ways to access it)](https://www.reddit.com/r/androiddev/comments/sgfobh/size_of_samsung_galaxy_clipboard_or_ways_to/) -- [My app's similar apps are games](https://www.reddit.com/r/androiddev/comments/sgc1u8/my_apps_similar_apps_are_games/) -- [Flutter or Native Android [Job market]](https://www.reddit.com/r/androiddev/comments/sg9xd2/flutter_or_native_android_job_market/) -- [For some, the PIP mode with Android 12 no longer works but the fix is ​​coming](https://www.reddit.com/r/androiddev/comments/sg9led/for_some_the_pip_mode_with_android_12_no_longer/) -- [I am quite surprised at what you can now do with Flutter](https://www.reddit.com/r/androiddev/comments/sg772u/i_am_quite_surprised_at_what_you_can_now_do_with/) -- [Ever wonder how Android Access View Items evolve over the years?](https://www.reddit.com/r/androiddev/comments/sg6f2z/ever_wonder_how_android_access_view_items_evolve/) +- [Android Studio Plugin Development - Accessing Android Studio Theme Values](https://www.reddit.com/r/androiddev/comments/shfa3r/android_studio_plugin_development_accessing/) +- [Input needed on my Prominent Disclosure for reading user's contacts](https://www.reddit.com/r/androiddev/comments/shcax3/input_needed_on_my_prominent_disclosure_for/) +- [[Question] backup from android phone to WSA](https://www.reddit.com/r/androiddev/comments/shc4my/question_backup_from_android_phone_to_wsa/) +- [CWTI - Manuel Vivo discussed Android App Architecture with us 🏗️](https://www.reddit.com/r/androiddev/comments/sh9x41/cwti_manuel_vivo_discussed_android_app/) +- [I have 1 app in my developer account and it got suspended. Could this have any implications for the personal Google account I used to register my developer account?](https://www.reddit.com/r/androiddev/comments/sh9oqs/i_have_1_app_in_my_developer_account_and_it_got/) +- [Android Studio Dolphin Canary 1 now available](https://www.reddit.com/r/androiddev/comments/sh8zuy/android_studio_dolphin_canary_1_now_available/) +- [Is there a way to animate a view dynamically?](https://www.reddit.com/r/androiddev/comments/sh8x3u/is_there_a_way_to_animate_a_view_dynamically/) +- [App crashes when share button pressed](https://www.reddit.com/r/androiddev/comments/sh8myq/app_crashes_when_share_button_pressed/) +- [Choosingthe right database](https://www.reddit.com/r/androiddev/comments/sh80u9/choosingthe_right_database/) +- [DataStore and synchronous read access](https://www.reddit.com/r/androiddev/comments/sh7wyh/datastore_and_synchronous_read_access/) ### *InfoWorld posts* From 239b8485346815a4201415a73a300c389e0392f8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 2 Feb 2022 01:24:33 +0000 Subject: [PATCH 0051/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6ca6bcc46b..28a7fb39f5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Studio Plugin Development - Accessing Android Studio Theme Values](https://www.reddit.com/r/androiddev/comments/shfa3r/android_studio_plugin_development_accessing/) -- [Input needed on my Prominent Disclosure for reading user's contacts](https://www.reddit.com/r/androiddev/comments/shcax3/input_needed_on_my_prominent_disclosure_for/) -- [[Question] backup from android phone to WSA](https://www.reddit.com/r/androiddev/comments/shc4my/question_backup_from_android_phone_to_wsa/) -- [CWTI - Manuel Vivo discussed Android App Architecture with us 🏗️](https://www.reddit.com/r/androiddev/comments/sh9x41/cwti_manuel_vivo_discussed_android_app/) -- [I have 1 app in my developer account and it got suspended. Could this have any implications for the personal Google account I used to register my developer account?](https://www.reddit.com/r/androiddev/comments/sh9oqs/i_have_1_app_in_my_developer_account_and_it_got/) -- [Android Studio Dolphin Canary 1 now available](https://www.reddit.com/r/androiddev/comments/sh8zuy/android_studio_dolphin_canary_1_now_available/) -- [Is there a way to animate a view dynamically?](https://www.reddit.com/r/androiddev/comments/sh8x3u/is_there_a_way_to_animate_a_view_dynamically/) -- [App crashes when share button pressed](https://www.reddit.com/r/androiddev/comments/sh8myq/app_crashes_when_share_button_pressed/) -- [Choosingthe right database](https://www.reddit.com/r/androiddev/comments/sh80u9/choosingthe_right_database/) -- [DataStore and synchronous read access](https://www.reddit.com/r/androiddev/comments/sh7wyh/datastore_and_synchronous_read_access/) +- [Can you write an Android app that will monitor another app's screen while in the background?](https://www.reddit.com/r/androiddev/comments/si9dv6/can_you_write_an_android_app_that_will_monitor/) +- [Build & Deploy Kivy App (Python) with Buildozer on Android](https://www.reddit.com/r/androiddev/comments/si8s3w/build_deploy_kivy_app_python_with_buildozer_on/) +- [I Started Android Development At 40](https://www.reddit.com/r/androiddev/comments/si8apx/i_started_android_development_at_40/) +- [Find BLE DEVICES program crashes](https://www.reddit.com/r/androiddev/comments/si7i71/find_ble_devices_program_crashes/) +- [[WIP] The main menu of my new project.](https://www.reddit.com/r/androiddev/comments/si767a/wip_the_main_menu_of_my_new_project/) +- [New Bundle_Util a utility for bundletool](https://www.reddit.com/r/androiddev/comments/si710m/new_bundle_util_a_utility_for_bundletool/) +- [A modern android app must have!!](https://www.reddit.com/r/androiddev/comments/si46p2/a_modern_android_app_must_have/) +- [Best practice to connect a WearOS app to a smartphone app?](https://www.reddit.com/r/androiddev/comments/si45st/best_practice_to_connect_a_wearos_app_to_a/) +- [Should I change my ad network from Admob to another?](https://www.reddit.com/r/androiddev/comments/si3p5t/should_i_change_my_ad_network_from_admob_to/) +- [Guys. Quick question. Is it okay to use x86 images on an AMD CPU windows 10? I did install the Android emulator hypervisor driver instead of HAXM. But for some reason I can't use the ARM images but the x86 images seem to be working.](https://www.reddit.com/r/androiddev/comments/shy7ud/guys_quick_question_is_it_okay_to_use_x86_images/) ### *InfoWorld posts* From 1b1f2a22e203a7eeb6bfcbc6b06a685a3cc6276e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 3 Feb 2022 01:23:12 +0000 Subject: [PATCH 0052/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 28a7fb39f5..cac76dcd69 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Can you write an Android app that will monitor another app's screen while in the background?](https://www.reddit.com/r/androiddev/comments/si9dv6/can_you_write_an_android_app_that_will_monitor/) -- [Build & Deploy Kivy App (Python) with Buildozer on Android](https://www.reddit.com/r/androiddev/comments/si8s3w/build_deploy_kivy_app_python_with_buildozer_on/) -- [I Started Android Development At 40](https://www.reddit.com/r/androiddev/comments/si8apx/i_started_android_development_at_40/) -- [Find BLE DEVICES program crashes](https://www.reddit.com/r/androiddev/comments/si7i71/find_ble_devices_program_crashes/) -- [[WIP] The main menu of my new project.](https://www.reddit.com/r/androiddev/comments/si767a/wip_the_main_menu_of_my_new_project/) -- [New Bundle_Util a utility for bundletool](https://www.reddit.com/r/androiddev/comments/si710m/new_bundle_util_a_utility_for_bundletool/) -- [A modern android app must have!!](https://www.reddit.com/r/androiddev/comments/si46p2/a_modern_android_app_must_have/) -- [Best practice to connect a WearOS app to a smartphone app?](https://www.reddit.com/r/androiddev/comments/si45st/best_practice_to_connect_a_wearos_app_to_a/) -- [Should I change my ad network from Admob to another?](https://www.reddit.com/r/androiddev/comments/si3p5t/should_i_change_my_ad_network_from_admob_to/) -- [Guys. Quick question. Is it okay to use x86 images on an AMD CPU windows 10? I did install the Android emulator hypervisor driver instead of HAXM. But for some reason I can't use the ARM images but the x86 images seem to be working.](https://www.reddit.com/r/androiddev/comments/shy7ud/guys_quick_question_is_it_okay_to_use_x86_images/) +- [FIRC from google play console payments India?](https://www.reddit.com/r/androiddev/comments/sj4120/firc_from_google_play_console_payments_india/) +- [What Files Do I Remove/Rename For Security? - Location Information, Play Services, etc.](https://www.reddit.com/r/androiddev/comments/sj40ub/what_files_do_i_removerename_for_security/) +- [Android legal code push](https://www.reddit.com/r/androiddev/comments/sj1rv7/android_legal_code_push/) +- [Asking for help about Tax form required from Google Play](https://www.reddit.com/r/androiddev/comments/sizecy/asking_for_help_about_tax_form_required_from/) +- [Composable that return textStyle / Modifier](https://www.reddit.com/r/androiddev/comments/siy2j9/composable_that_return_textstyle_modifier/) +- [What laptop to use?](https://www.reddit.com/r/androiddev/comments/siwr7g/what_laptop_to_use/) +- [An iOS developer and new to Android here. In iOS when you long tap an item you should show a drop down menu with actions, and in Android you should show the actions in the top app bar, so what is the correct way to update the top app bar when you long tap an item? I’m using Jetpack Compose.](https://www.reddit.com/r/androiddev/comments/sis7dt/an_ios_developer_and_new_to_android_here_in_ios/) +- [Open-source Chinese keyboard: Stroke Input Method (筆畫輸入法)](https://www.reddit.com/r/androiddev/comments/sip3of/opensource_chinese_keyboard_stroke_input_method/) +- [Help, i have lowered screen dp too low](https://www.reddit.com/r/androiddev/comments/sioimn/help_i_have_lowered_screen_dp_too_low/) +- [MDM for AndroidTV and Owner permission issue](https://www.reddit.com/r/androiddev/comments/sinnit/mdm_for_androidtv_and_owner_permission_issue/) ### *InfoWorld posts* From 6ce99744345029ce5459d604721740d8fbc416a6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 4 Feb 2022 01:21:56 +0000 Subject: [PATCH 0053/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cac76dcd69..85af38fefa 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [FIRC from google play console payments India?](https://www.reddit.com/r/androiddev/comments/sj4120/firc_from_google_play_console_payments_india/) -- [What Files Do I Remove/Rename For Security? - Location Information, Play Services, etc.](https://www.reddit.com/r/androiddev/comments/sj40ub/what_files_do_i_removerename_for_security/) -- [Android legal code push](https://www.reddit.com/r/androiddev/comments/sj1rv7/android_legal_code_push/) -- [Asking for help about Tax form required from Google Play](https://www.reddit.com/r/androiddev/comments/sizecy/asking_for_help_about_tax_form_required_from/) -- [Composable that return textStyle / Modifier](https://www.reddit.com/r/androiddev/comments/siy2j9/composable_that_return_textstyle_modifier/) -- [What laptop to use?](https://www.reddit.com/r/androiddev/comments/siwr7g/what_laptop_to_use/) -- [An iOS developer and new to Android here. In iOS when you long tap an item you should show a drop down menu with actions, and in Android you should show the actions in the top app bar, so what is the correct way to update the top app bar when you long tap an item? I’m using Jetpack Compose.](https://www.reddit.com/r/androiddev/comments/sis7dt/an_ios_developer_and_new_to_android_here_in_ios/) -- [Open-source Chinese keyboard: Stroke Input Method (筆畫輸入法)](https://www.reddit.com/r/androiddev/comments/sip3of/opensource_chinese_keyboard_stroke_input_method/) -- [Help, i have lowered screen dp too low](https://www.reddit.com/r/androiddev/comments/sioimn/help_i_have_lowered_screen_dp_too_low/) -- [MDM for AndroidTV and Owner permission issue](https://www.reddit.com/r/androiddev/comments/sinnit/mdm_for_androidtv_and_owner_permission_issue/) +- [Maps Compose: Jetpack Compose components for the Maps SDK for Android](https://www.reddit.com/r/androiddev/comments/sjxdg3/maps_compose_jetpack_compose_components_for_the/) +- [Delay in revenue reporting?](https://www.reddit.com/r/androiddev/comments/sjw2eb/delay_in_revenue_reporting/) +- [For those of you who implemented IAP in their apps — are there any easy ways of doing this?](https://www.reddit.com/r/androiddev/comments/sjv8mh/for_those_of_you_who_implemented_iap_in_their/) +- [Logic inside adapter?](https://www.reddit.com/r/androiddev/comments/sjtchv/logic_inside_adapter/) +- [CWTI - Chris Sinco re-designs Ivan's app live on Twitch #FigmaMaster 😱](https://www.reddit.com/r/androiddev/comments/sjskgm/cwti_chris_sinco_redesigns_ivans_app_live_on/) +- [multiDexEnabled confusion](https://www.reddit.com/r/androiddev/comments/sjrrel/multidexenabled_confusion/) +- [How to fit a Composable into the view when scrolling?](https://www.reddit.com/r/androiddev/comments/sjr8no/how_to_fit_a_composable_into_the_view_when/) +- [Security processes in app development](https://www.reddit.com/r/androiddev/comments/sjq9lp/security_processes_in_app_development/) +- [Changing app type from "app" to "game" in order to access Play Game Services](https://www.reddit.com/r/androiddev/comments/sjpg9x/changing_app_type_from_app_to_game_in_order_to/) +- [Can i fake it to be a Senior Android Developer](https://www.reddit.com/r/androiddev/comments/sjo39i/can_i_fake_it_to_be_a_senior_android_developer/) ### *InfoWorld posts* From d12bd72e58d9bcbaf63fc2f6abe0f486c4e583b7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 5 Feb 2022 01:17:32 +0000 Subject: [PATCH 0054/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 85af38fefa..59ea52eefe 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Maps Compose: Jetpack Compose components for the Maps SDK for Android](https://www.reddit.com/r/androiddev/comments/sjxdg3/maps_compose_jetpack_compose_components_for_the/) -- [Delay in revenue reporting?](https://www.reddit.com/r/androiddev/comments/sjw2eb/delay_in_revenue_reporting/) -- [For those of you who implemented IAP in their apps — are there any easy ways of doing this?](https://www.reddit.com/r/androiddev/comments/sjv8mh/for_those_of_you_who_implemented_iap_in_their/) -- [Logic inside adapter?](https://www.reddit.com/r/androiddev/comments/sjtchv/logic_inside_adapter/) -- [CWTI - Chris Sinco re-designs Ivan's app live on Twitch #FigmaMaster 😱](https://www.reddit.com/r/androiddev/comments/sjskgm/cwti_chris_sinco_redesigns_ivans_app_live_on/) -- [multiDexEnabled confusion](https://www.reddit.com/r/androiddev/comments/sjrrel/multidexenabled_confusion/) -- [How to fit a Composable into the view when scrolling?](https://www.reddit.com/r/androiddev/comments/sjr8no/how_to_fit_a_composable_into_the_view_when/) -- [Security processes in app development](https://www.reddit.com/r/androiddev/comments/sjq9lp/security_processes_in_app_development/) -- [Changing app type from "app" to "game" in order to access Play Game Services](https://www.reddit.com/r/androiddev/comments/sjpg9x/changing_app_type_from_app_to_game_in_order_to/) -- [Can i fake it to be a Senior Android Developer](https://www.reddit.com/r/androiddev/comments/sjo39i/can_i_fake_it_to_be_a_senior_android_developer/) +- [Uninstall Chrome](https://www.reddit.com/r/androiddev/comments/sktqbm/uninstall_chrome/) +- [Can I use native ads in between user-generated content?](https://www.reddit.com/r/androiddev/comments/sktlkh/can_i_use_native_ads_in_between_usergenerated/) +- [In-app purchase refunded for "Friendly fraud"?](https://www.reddit.com/r/androiddev/comments/skszby/inapp_purchase_refunded_for_friendly_fraud/) +- [Android Studio Bumblebee | 2021.1.1 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/sko495/android_studio_bumblebee_202111_patch_1_now/) +- [Why can't some versions (like Bumblebee patch 1) automatically installed?](https://www.reddit.com/r/androiddev/comments/skme6e/why_cant_some_versions_like_bumblebee_patch_1/) +- [Compose Navigation Reimagined](https://www.reddit.com/r/androiddev/comments/skm69f/compose_navigation_reimagined/) +- [Best way to store arrays](https://www.reddit.com/r/androiddev/comments/skl7ui/best_way_to_store_arrays/) +- [hot-loading / cached classes for faster development ?](https://www.reddit.com/r/androiddev/comments/skkj9v/hotloading_cached_classes_for_faster_development/) +- [What would you like to see Stripe improve on Android?](https://www.reddit.com/r/androiddev/comments/skixzr/what_would_you_like_to_see_stripe_improve_on/) +- [Android Developer Tips: Interview with Danny Preussler a SoundCloud Android engineer, LifeStyle + AndroidCommunity + encouraging junior developers + Technical + Kotlin](https://www.reddit.com/r/androiddev/comments/skgxuo/android_developer_tips_interview_with_danny/) ### *InfoWorld posts* From e76352978ba39d4ab27b2fab946a3ab83aea77c5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 6 Feb 2022 01:27:04 +0000 Subject: [PATCH 0055/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 59ea52eefe..be8a400bf9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Uninstall Chrome](https://www.reddit.com/r/androiddev/comments/sktqbm/uninstall_chrome/) -- [Can I use native ads in between user-generated content?](https://www.reddit.com/r/androiddev/comments/sktlkh/can_i_use_native_ads_in_between_usergenerated/) -- [In-app purchase refunded for "Friendly fraud"?](https://www.reddit.com/r/androiddev/comments/skszby/inapp_purchase_refunded_for_friendly_fraud/) -- [Android Studio Bumblebee | 2021.1.1 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/sko495/android_studio_bumblebee_202111_patch_1_now/) -- [Why can't some versions (like Bumblebee patch 1) automatically installed?](https://www.reddit.com/r/androiddev/comments/skme6e/why_cant_some_versions_like_bumblebee_patch_1/) -- [Compose Navigation Reimagined](https://www.reddit.com/r/androiddev/comments/skm69f/compose_navigation_reimagined/) -- [Best way to store arrays](https://www.reddit.com/r/androiddev/comments/skl7ui/best_way_to_store_arrays/) -- [hot-loading / cached classes for faster development ?](https://www.reddit.com/r/androiddev/comments/skkj9v/hotloading_cached_classes_for_faster_development/) -- [What would you like to see Stripe improve on Android?](https://www.reddit.com/r/androiddev/comments/skixzr/what_would_you_like_to_see_stripe_improve_on/) -- [Android Developer Tips: Interview with Danny Preussler a SoundCloud Android engineer, LifeStyle + AndroidCommunity + encouraging junior developers + Technical + Kotlin](https://www.reddit.com/r/androiddev/comments/skgxuo/android_developer_tips_interview_with_danny/) +- [Fragment Coding Structure is Different from Activity?](https://www.reddit.com/r/androiddev/comments/sllqff/fragment_coding_structure_is_different_from/) +- [What is the best way to store sensitive data?](https://www.reddit.com/r/androiddev/comments/slh5gh/what_is_the_best_way_to_store_sensitive_data/) +- [Hundreds of installs but no user activity](https://www.reddit.com/r/androiddev/comments/slg175/hundreds_of_installs_but_no_user_activity/) +- [Am I the only one who feels like Google is pushing us to wildly overuse fragments?](https://www.reddit.com/r/androiddev/comments/slfdyk/am_i_the_only_one_who_feels_like_google_is/) +- [Android Studio - automatic stats on how long I work on which project](https://www.reddit.com/r/androiddev/comments/slb61j/android_studio_automatic_stats_on_how_long_i_work/) +- [Best way to match screen sizes in compose (dp/sp)?](https://www.reddit.com/r/androiddev/comments/slabtq/best_way_to_match_screen_sizes_in_compose_dpsp/) +- [Handling Dismiss State for ModalBottomSheetLayout (Jetpack Compose)](https://www.reddit.com/r/androiddev/comments/sl8rx4/handling_dismiss_state_for_modalbottomsheetlayout/) +- [How does Apps recognize Bans in 2022? (Jodel)](https://www.reddit.com/r/androiddev/comments/sl8jav/how_does_apps_recognize_bans_in_2022_jodel/) +- [Text recognition](https://www.reddit.com/r/androiddev/comments/sl8ipl/text_recognition/) +- [App Access testing with auth code received in email](https://www.reddit.com/r/androiddev/comments/sl7olr/app_access_testing_with_auth_code_received_in/) ### *InfoWorld posts* From 7c028ea7c31a49056fd0da6a9aef1a491175b916 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 7 Feb 2022 01:24:15 +0000 Subject: [PATCH 0056/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index be8a400bf9..0b20955a72 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Fragment Coding Structure is Different from Activity?](https://www.reddit.com/r/androiddev/comments/sllqff/fragment_coding_structure_is_different_from/) -- [What is the best way to store sensitive data?](https://www.reddit.com/r/androiddev/comments/slh5gh/what_is_the_best_way_to_store_sensitive_data/) -- [Hundreds of installs but no user activity](https://www.reddit.com/r/androiddev/comments/slg175/hundreds_of_installs_but_no_user_activity/) -- [Am I the only one who feels like Google is pushing us to wildly overuse fragments?](https://www.reddit.com/r/androiddev/comments/slfdyk/am_i_the_only_one_who_feels_like_google_is/) -- [Android Studio - automatic stats on how long I work on which project](https://www.reddit.com/r/androiddev/comments/slb61j/android_studio_automatic_stats_on_how_long_i_work/) -- [Best way to match screen sizes in compose (dp/sp)?](https://www.reddit.com/r/androiddev/comments/slabtq/best_way_to_match_screen_sizes_in_compose_dpsp/) -- [Handling Dismiss State for ModalBottomSheetLayout (Jetpack Compose)](https://www.reddit.com/r/androiddev/comments/sl8rx4/handling_dismiss_state_for_modalbottomsheetlayout/) -- [How does Apps recognize Bans in 2022? (Jodel)](https://www.reddit.com/r/androiddev/comments/sl8jav/how_does_apps_recognize_bans_in_2022_jodel/) -- [Text recognition](https://www.reddit.com/r/androiddev/comments/sl8ipl/text_recognition/) -- [App Access testing with auth code received in email](https://www.reddit.com/r/androiddev/comments/sl7olr/app_access_testing_with_auth_code_received_in/) +- [Multiple viewmodels](https://www.reddit.com/r/androiddev/comments/sm8tin/multiple_viewmodels/) +- [Developers from outside the US, did you upload your Card ID as proof when you fill the TAX form?](https://www.reddit.com/r/androiddev/comments/sm7vcl/developers_from_outside_the_us_did_you_upload/) +- [I like to download random apps and see the UI, any idea how they did this sliding screen that collapses into the small view on the bottom? if you go back to the dashboard it's there too and it expands to show the same fragment](https://www.reddit.com/r/androiddev/comments/sm1vqc/i_like_to_download_random_apps_and_see_the_ui_any/) +- [Open Source Alternative to LinkPreview API](https://www.reddit.com/r/androiddev/comments/sm1ggm/open_source_alternative_to_linkpreview_api/) +- [Indie devs, how do you guys get direct feedback for your app?](https://www.reddit.com/r/androiddev/comments/slyyq9/indie_devs_how_do_you_guys_get_direct_feedback/) +- [Does ML Kit Performance varies by device?](https://www.reddit.com/r/androiddev/comments/sltojv/does_ml_kit_performance_varies_by_device/) +- [Why Build Apps?](https://www.reddit.com/r/androiddev/comments/sls1tv/why_build_apps/) +- [Problem: App release isn't showing up on Google Play](https://www.reddit.com/r/androiddev/comments/slrjm0/problem_app_release_isnt_showing_up_on_google_play/) +- [What country is FAN available of service?](https://www.reddit.com/r/androiddev/comments/slpfw8/what_country_is_fan_available_of_service/) +- [Any solo developer making over $500K / year?](https://www.reddit.com/r/androiddev/comments/slol66/any_solo_developer_making_over_500k_year/) ### *InfoWorld posts* From b1264b3b5e089ba27b180c81106593998d6840e2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 8 Feb 2022 01:25:20 +0000 Subject: [PATCH 0057/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0b20955a72..876a057386 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Multiple viewmodels](https://www.reddit.com/r/androiddev/comments/sm8tin/multiple_viewmodels/) -- [Developers from outside the US, did you upload your Card ID as proof when you fill the TAX form?](https://www.reddit.com/r/androiddev/comments/sm7vcl/developers_from_outside_the_us_did_you_upload/) -- [I like to download random apps and see the UI, any idea how they did this sliding screen that collapses into the small view on the bottom? if you go back to the dashboard it's there too and it expands to show the same fragment](https://www.reddit.com/r/androiddev/comments/sm1vqc/i_like_to_download_random_apps_and_see_the_ui_any/) -- [Open Source Alternative to LinkPreview API](https://www.reddit.com/r/androiddev/comments/sm1ggm/open_source_alternative_to_linkpreview_api/) -- [Indie devs, how do you guys get direct feedback for your app?](https://www.reddit.com/r/androiddev/comments/slyyq9/indie_devs_how_do_you_guys_get_direct_feedback/) -- [Does ML Kit Performance varies by device?](https://www.reddit.com/r/androiddev/comments/sltojv/does_ml_kit_performance_varies_by_device/) -- [Why Build Apps?](https://www.reddit.com/r/androiddev/comments/sls1tv/why_build_apps/) -- [Problem: App release isn't showing up on Google Play](https://www.reddit.com/r/androiddev/comments/slrjm0/problem_app_release_isnt_showing_up_on_google_play/) -- [What country is FAN available of service?](https://www.reddit.com/r/androiddev/comments/slpfw8/what_country_is_fan_available_of_service/) -- [Any solo developer making over $500K / year?](https://www.reddit.com/r/androiddev/comments/slol66/any_solo_developer_making_over_500k_year/) +- [Word bank in android studio](https://www.reddit.com/r/androiddev/comments/sn1ctn/word_bank_in_android_studio/) +- [Which mediation networks do you recommend now that MoPub is going away?](https://www.reddit.com/r/androiddev/comments/smzjho/which_mediation_networks_do_you_recommend_now/) +- [CWTI - INDIE HACKING - Our interview with Alex Styl](https://www.reddit.com/r/androiddev/comments/smz2be/cwti_indie_hacking_our_interview_with_alex_styl/) +- [Building apps with libGDX](https://www.reddit.com/r/androiddev/comments/smynv9/building_apps_with_libgdx/) +- [I made an app that matches you with the right co-founder.](https://www.reddit.com/r/androiddev/comments/smwl5u/i_made_an_app_that_matches_you_with_the_right/) +- [is Selendroid what I'm looking for?](https://www.reddit.com/r/androiddev/comments/smwh9s/is_selendroid_what_im_looking_for/) +- [Payment per hour for App Development?](https://www.reddit.com/r/androiddev/comments/smvtd8/payment_per_hour_for_app_development/) +- [Android studio](https://www.reddit.com/r/androiddev/comments/smuxnp/android_studio/) +- [What depths should I choose between Android and Flutter?](https://www.reddit.com/r/androiddev/comments/smtyf0/what_depths_should_i_choose_between_android_and/) +- [Weekly Who's Hiring Thread - February 07, 2022](https://www.reddit.com/r/androiddev/comments/smqwg8/weekly_whos_hiring_thread_february_07_2022/) ### *InfoWorld posts* From 35ce2f7e5a03fb1b5b3a35c60369f5634e16043b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 9 Feb 2022 01:26:50 +0000 Subject: [PATCH 0058/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 876a057386..b0e8cc027e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Word bank in android studio](https://www.reddit.com/r/androiddev/comments/sn1ctn/word_bank_in_android_studio/) -- [Which mediation networks do you recommend now that MoPub is going away?](https://www.reddit.com/r/androiddev/comments/smzjho/which_mediation_networks_do_you_recommend_now/) -- [CWTI - INDIE HACKING - Our interview with Alex Styl](https://www.reddit.com/r/androiddev/comments/smz2be/cwti_indie_hacking_our_interview_with_alex_styl/) -- [Building apps with libGDX](https://www.reddit.com/r/androiddev/comments/smynv9/building_apps_with_libgdx/) -- [I made an app that matches you with the right co-founder.](https://www.reddit.com/r/androiddev/comments/smwl5u/i_made_an_app_that_matches_you_with_the_right/) -- [is Selendroid what I'm looking for?](https://www.reddit.com/r/androiddev/comments/smwh9s/is_selendroid_what_im_looking_for/) -- [Payment per hour for App Development?](https://www.reddit.com/r/androiddev/comments/smvtd8/payment_per_hour_for_app_development/) -- [Android studio](https://www.reddit.com/r/androiddev/comments/smuxnp/android_studio/) -- [What depths should I choose between Android and Flutter?](https://www.reddit.com/r/androiddev/comments/smtyf0/what_depths_should_i_choose_between_android_and/) -- [Weekly Who's Hiring Thread - February 07, 2022](https://www.reddit.com/r/androiddev/comments/smqwg8/weekly_whos_hiring_thread_february_07_2022/) +- [Newbie Question!](https://www.reddit.com/r/androiddev/comments/snwucg/newbie_question/) +- [Ble scan should find bluetooth mobile phones or not?](https://www.reddit.com/r/androiddev/comments/snwkfd/ble_scan_should_find_bluetooth_mobile_phones_or/) +- [What's your strategy for figuring out Gradle errors?](https://www.reddit.com/r/androiddev/comments/snvznj/whats_your_strategy_for_figuring_out_gradle_errors/) +- [Regarding of metadata policy violation](https://www.reddit.com/r/androiddev/comments/snsy25/regarding_of_metadata_policy_violation/) +- [My app is removed because this ad is running in my app!!](https://www.reddit.com/r/androiddev/comments/snrwwo/my_app_is_removed_because_this_ad_is_running_in/) +- [question about locked screen security issue](https://www.reddit.com/r/androiddev/comments/snron7/question_about_locked_screen_security_issue/) +- [Preview of Kotlin 1.6.20 With Prototype of Context Receivers, Parallel Compilation on JVM, Incremental Compilation in JS, and More](https://www.reddit.com/r/androiddev/comments/snplwc/preview_of_kotlin_1620_with_prototype_of_context/) +- [How do you enable GLES 3.0+ in the Android Emulator?](https://www.reddit.com/r/androiddev/comments/snpltf/how_do_you_enable_gles_30_in_the_android_emulator/) +- [Flowbius: Kotlin Flow and Spotify Mobius interop](https://www.reddit.com/r/androiddev/comments/snpl7c/flowbius_kotlin_flow_and_spotify_mobius_interop/) +- [Jetpack DataStore simplest example for save and read key?](https://www.reddit.com/r/androiddev/comments/snp96o/jetpack_datastore_simplest_example_for_save_and/) ### *InfoWorld posts* From d48eb8ab82a8d9f7281874e34d1c3d121df62d5d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 10 Feb 2022 01:25:20 +0000 Subject: [PATCH 0059/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b0e8cc027e..dfe6ab1335 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Newbie Question!](https://www.reddit.com/r/androiddev/comments/snwucg/newbie_question/) -- [Ble scan should find bluetooth mobile phones or not?](https://www.reddit.com/r/androiddev/comments/snwkfd/ble_scan_should_find_bluetooth_mobile_phones_or/) -- [What's your strategy for figuring out Gradle errors?](https://www.reddit.com/r/androiddev/comments/snvznj/whats_your_strategy_for_figuring_out_gradle_errors/) -- [Regarding of metadata policy violation](https://www.reddit.com/r/androiddev/comments/snsy25/regarding_of_metadata_policy_violation/) -- [My app is removed because this ad is running in my app!!](https://www.reddit.com/r/androiddev/comments/snrwwo/my_app_is_removed_because_this_ad_is_running_in/) -- [question about locked screen security issue](https://www.reddit.com/r/androiddev/comments/snron7/question_about_locked_screen_security_issue/) -- [Preview of Kotlin 1.6.20 With Prototype of Context Receivers, Parallel Compilation on JVM, Incremental Compilation in JS, and More](https://www.reddit.com/r/androiddev/comments/snplwc/preview_of_kotlin_1620_with_prototype_of_context/) -- [How do you enable GLES 3.0+ in the Android Emulator?](https://www.reddit.com/r/androiddev/comments/snpltf/how_do_you_enable_gles_30_in_the_android_emulator/) -- [Flowbius: Kotlin Flow and Spotify Mobius interop](https://www.reddit.com/r/androiddev/comments/snpl7c/flowbius_kotlin_flow_and_spotify_mobius_interop/) -- [Jetpack DataStore simplest example for save and read key?](https://www.reddit.com/r/androiddev/comments/snp96o/jetpack_datastore_simplest_example_for_save_and/) +- [App crashes on play console, Works on test device](https://www.reddit.com/r/androiddev/comments/sorlyn/app_crashes_on_play_console_works_on_test_device/) +- [Solutions for Transcoding Media for Mobile App](https://www.reddit.com/r/androiddev/comments/sorg0g/solutions_for_transcoding_media_for_mobile_app/) +- [How do I know when Firebase is getting data in Android?](https://www.reddit.com/r/androiddev/comments/sor31g/how_do_i_know_when_firebase_is_getting_data_in/) +- [What's the point to make Android 12L compatible with Pixel 4a, 5, 6... if 12L is designed for tablets? I understand that Google wants to inform that this version is compatible with these devices, but it doesn't make sense since they're smartphones 🤷](https://www.reddit.com/r/androiddev/comments/soqbc7/whats_the_point_to_make_android_12l_compatible/) +- [Implementing Live Data functionality with node.js api](https://www.reddit.com/r/androiddev/comments/soo6gm/implementing_live_data_functionality_with_nodejs/) +- [My app crashes while starting the intent(after pressing the button)](https://www.reddit.com/r/androiddev/comments/somlpc/my_app_crashes_while_starting_the_intentafter/) +- [Dynamic UI webview inside recyclerview](https://www.reddit.com/r/androiddev/comments/sokp4a/dynamic_ui_webview_inside_recyclerview/) +- [How can I record video and store it in app specific folder instead of gallery?](https://www.reddit.com/r/androiddev/comments/sokok9/how_can_i_record_video_and_store_it_in_app/) +- [Finding a Job Abroad](https://www.reddit.com/r/androiddev/comments/soknyq/finding_a_job_abroad/) +- [Lost all the source code, trying to come back as a Dev.](https://www.reddit.com/r/androiddev/comments/sokla8/lost_all_the_source_code_trying_to_come_back_as_a/) ### *InfoWorld posts* From 00897eebdc2b81d692eb6942bf2843f2257bb881 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 11 Feb 2022 01:26:14 +0000 Subject: [PATCH 0060/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index dfe6ab1335..7ad0c8d2f8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [App crashes on play console, Works on test device](https://www.reddit.com/r/androiddev/comments/sorlyn/app_crashes_on_play_console_works_on_test_device/) -- [Solutions for Transcoding Media for Mobile App](https://www.reddit.com/r/androiddev/comments/sorg0g/solutions_for_transcoding_media_for_mobile_app/) -- [How do I know when Firebase is getting data in Android?](https://www.reddit.com/r/androiddev/comments/sor31g/how_do_i_know_when_firebase_is_getting_data_in/) -- [What's the point to make Android 12L compatible with Pixel 4a, 5, 6... if 12L is designed for tablets? I understand that Google wants to inform that this version is compatible with these devices, but it doesn't make sense since they're smartphones 🤷](https://www.reddit.com/r/androiddev/comments/soqbc7/whats_the_point_to_make_android_12l_compatible/) -- [Implementing Live Data functionality with node.js api](https://www.reddit.com/r/androiddev/comments/soo6gm/implementing_live_data_functionality_with_nodejs/) -- [My app crashes while starting the intent(after pressing the button)](https://www.reddit.com/r/androiddev/comments/somlpc/my_app_crashes_while_starting_the_intentafter/) -- [Dynamic UI webview inside recyclerview](https://www.reddit.com/r/androiddev/comments/sokp4a/dynamic_ui_webview_inside_recyclerview/) -- [How can I record video and store it in app specific folder instead of gallery?](https://www.reddit.com/r/androiddev/comments/sokok9/how_can_i_record_video_and_store_it_in_app/) -- [Finding a Job Abroad](https://www.reddit.com/r/androiddev/comments/soknyq/finding_a_job_abroad/) -- [Lost all the source code, trying to come back as a Dev.](https://www.reddit.com/r/androiddev/comments/sokla8/lost_all_the_source_code_trying_to_come_back_as_a/) +- [Anybody else with a Reddit third party client noticing videos stuttering, stopping, starting, slow loading over the last month or so? Hoping somebody can shred some light...](https://www.reddit.com/r/androiddev/comments/spigoj/anybody_else_with_a_reddit_third_party_client/) +- [How to get intellectual property approved in play store listing?](https://www.reddit.com/r/androiddev/comments/spi4sk/how_to_get_intellectual_property_approved_in_play/) +- [How does Cloud Firestore work?](https://www.reddit.com/r/androiddev/comments/sphi0j/how_does_cloud_firestore_work/) +- [Open sourcing an app. Pitfalls ? Positive sides?](https://www.reddit.com/r/androiddev/comments/spgpwk/open_sourcing_an_app_pitfalls_positive_sides/) +- [ML On The Job](https://www.reddit.com/r/androiddev/comments/spg8t1/ml_on_the_job/) +- [CWTI - Compose ALL the things! 🌮 Foldables, wearables, TVs and more — with Clara Bayarri](https://www.reddit.com/r/androiddev/comments/spfdn8/cwti_compose_all_the_things_foldables_wearables/) +- [TomTom IndiGO](https://www.reddit.com/r/androiddev/comments/spf0z4/tomtom_indigo/) +- [Google Developer Account terminated](https://www.reddit.com/r/androiddev/comments/spesct/google_developer_account_terminated/) +- [Get Android 13 | Android 13 Developer Preview | Android Developers](https://www.reddit.com/r/androiddev/comments/spd45r/get_android_13_android_13_developer_preview/) +- [Is it possible to create a custom HotSpot wrapper app that can allow/decline acccess to other users and limit HotSpot sharing by time or data?](https://www.reddit.com/r/androiddev/comments/spbuaf/is_it_possible_to_create_a_custom_hotspot_wrapper/) ### *InfoWorld posts* From 86d5b32ac9b81a4256e71f4b41201c7a896ee213 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 12 Feb 2022 01:26:31 +0000 Subject: [PATCH 0061/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7ad0c8d2f8..139466aff9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Anybody else with a Reddit third party client noticing videos stuttering, stopping, starting, slow loading over the last month or so? Hoping somebody can shred some light...](https://www.reddit.com/r/androiddev/comments/spigoj/anybody_else_with_a_reddit_third_party_client/) -- [How to get intellectual property approved in play store listing?](https://www.reddit.com/r/androiddev/comments/spi4sk/how_to_get_intellectual_property_approved_in_play/) -- [How does Cloud Firestore work?](https://www.reddit.com/r/androiddev/comments/sphi0j/how_does_cloud_firestore_work/) -- [Open sourcing an app. Pitfalls ? Positive sides?](https://www.reddit.com/r/androiddev/comments/spgpwk/open_sourcing_an_app_pitfalls_positive_sides/) -- [ML On The Job](https://www.reddit.com/r/androiddev/comments/spg8t1/ml_on_the_job/) -- [CWTI - Compose ALL the things! 🌮 Foldables, wearables, TVs and more — with Clara Bayarri](https://www.reddit.com/r/androiddev/comments/spfdn8/cwti_compose_all_the_things_foldables_wearables/) -- [TomTom IndiGO](https://www.reddit.com/r/androiddev/comments/spf0z4/tomtom_indigo/) -- [Google Developer Account terminated](https://www.reddit.com/r/androiddev/comments/spesct/google_developer_account_terminated/) -- [Get Android 13 | Android 13 Developer Preview | Android Developers](https://www.reddit.com/r/androiddev/comments/spd45r/get_android_13_android_13_developer_preview/) -- [Is it possible to create a custom HotSpot wrapper app that can allow/decline acccess to other users and limit HotSpot sharing by time or data?](https://www.reddit.com/r/androiddev/comments/spbuaf/is_it_possible_to_create_a_custom_hotspot_wrapper/) +- [This is scaring me a little bit](https://www.reddit.com/r/androiddev/comments/sqf167/this_is_scaring_me_a_little_bit/) +- [Google Analytics and gdpr](https://www.reddit.com/r/androiddev/comments/sq82hs/google_analytics_and_gdpr/) +- [Crop image into rectangle](https://www.reddit.com/r/androiddev/comments/sq6l2p/crop_image_into_rectangle/) +- [Android Studio Dolphin Canary 2 now available](https://www.reddit.com/r/androiddev/comments/sq5eg7/android_studio_dolphin_canary_2_now_available/) +- [Android Studio Chipmunk Beta 2 now available](https://www.reddit.com/r/androiddev/comments/sq5efh/android_studio_chipmunk_beta_2_now_available/) +- [TextView Problem in Android Studio](https://www.reddit.com/r/androiddev/comments/sq5dwf/textview_problem_in_android_studio/) +- [It is possible that Google make dual boot Android L tablets and Chrome os in one device so seamisly switch between desktop and tablet or it is something technologically difficult?](https://www.reddit.com/r/androiddev/comments/sq4ehl/it_is_possible_that_google_make_dual_boot_android/) +- [Learning #Jetpack #Compose Series Part 3 video is published. 🎥](https://www.reddit.com/r/androiddev/comments/sq4eey/learning_jetpack_compose_series_part_3_video_is/) +- [Open link from push notification in app](https://www.reddit.com/r/androiddev/comments/sq3x8p/open_link_from_push_notification_in_app/) +- [Urgent help](https://www.reddit.com/r/androiddev/comments/sq3szw/urgent_help/) ### *InfoWorld posts* From fa894dd43f142649d70ece65539aea36a90a5eb3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 13 Feb 2022 01:26:46 +0000 Subject: [PATCH 0062/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 139466aff9..e2b179dc1d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [This is scaring me a little bit](https://www.reddit.com/r/androiddev/comments/sqf167/this_is_scaring_me_a_little_bit/) -- [Google Analytics and gdpr](https://www.reddit.com/r/androiddev/comments/sq82hs/google_analytics_and_gdpr/) -- [Crop image into rectangle](https://www.reddit.com/r/androiddev/comments/sq6l2p/crop_image_into_rectangle/) -- [Android Studio Dolphin Canary 2 now available](https://www.reddit.com/r/androiddev/comments/sq5eg7/android_studio_dolphin_canary_2_now_available/) -- [Android Studio Chipmunk Beta 2 now available](https://www.reddit.com/r/androiddev/comments/sq5efh/android_studio_chipmunk_beta_2_now_available/) -- [TextView Problem in Android Studio](https://www.reddit.com/r/androiddev/comments/sq5dwf/textview_problem_in_android_studio/) -- [It is possible that Google make dual boot Android L tablets and Chrome os in one device so seamisly switch between desktop and tablet or it is something technologically difficult?](https://www.reddit.com/r/androiddev/comments/sq4ehl/it_is_possible_that_google_make_dual_boot_android/) -- [Learning #Jetpack #Compose Series Part 3 video is published. 🎥](https://www.reddit.com/r/androiddev/comments/sq4eey/learning_jetpack_compose_series_part_3_video_is/) -- [Open link from push notification in app](https://www.reddit.com/r/androiddev/comments/sq3x8p/open_link_from_push_notification_in_app/) -- [Urgent help](https://www.reddit.com/r/androiddev/comments/sq3szw/urgent_help/) +- [Data Safety Form](https://www.reddit.com/r/androiddev/comments/sr3d5g/data_safety_form/) +- [Proguard error](https://www.reddit.com/r/androiddev/comments/sr2j60/proguard_error/) +- [Online Booking System in my App](https://www.reddit.com/r/androiddev/comments/sr0cwb/online_booking_system_in_my_app/) +- [Flutter or Android](https://www.reddit.com/r/androiddev/comments/sqwie6/flutter_or_android/) +- [Using IDEA JDK and JRE for android studio](https://www.reddit.com/r/androiddev/comments/squipz/using_idea_jdk_and_jre_for_android_studio/) +- [Flutter freelancing veterans share your experience with everyone.](https://www.reddit.com/r/androiddev/comments/squ9wd/flutter_freelancing_veterans_share_your/) +- [Advise needed ! offline db that syncs to production postgres db](https://www.reddit.com/r/androiddev/comments/sqtu15/advise_needed_offline_db_that_syncs_to_production/) +- [MVVM repository accessing Room database](https://www.reddit.com/r/androiddev/comments/sqtikv/mvvm_repository_accessing_room_database/) +- [How easy is it to make an app to use Microsoft Word effectively as a report/assessment?](https://www.reddit.com/r/androiddev/comments/sqr4e9/how_easy_is_it_to_make_an_app_to_use_microsoft/) +- [Can only see my Google Play app page when I'm signed out](https://www.reddit.com/r/androiddev/comments/sqqz3y/can_only_see_my_google_play_app_page_when_im/) ### *InfoWorld posts* From 3818027702cf9c5ff81bc5e416b1d2508cb1e299 Mon Sep 17 00:00:00 2001 From: GitHub Bot Date: Mon, 14 Feb 2022 00:06:05 +0000 Subject: [PATCH 0063/1422] docs: updates on docs page speed Added docs page speed information on news Signed-off-by: GitHub Bot --- reports/pagespeedresultmobile.svg | 255 +++++++++++++++++++++++++++--- 1 file changed, 230 insertions(+), 25 deletions(-) diff --git a/reports/pagespeedresultmobile.svg b/reports/pagespeedresultmobile.svg index 6cd9750525..9cd77cf53a 100644 --- a/reports/pagespeedresultmobile.svg +++ b/reports/pagespeedresultmobile.svg @@ -1,26 +1,231 @@ - - - - - - Application Error - - - - - - \ No newline at end of file + + + + 45 + Performance + + + + + 71 + Accessibility + + + + + 92 + Best Practices + + + + + 92 + SEO + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Progressive + Web App + + + + + + + + + + + + + + + 0-49 + 50-89 + 90-100 + + + \ No newline at end of file From da306f8478cc7cad494f80288af792e7dd83a180 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 14 Feb 2022 01:23:53 +0000 Subject: [PATCH 0064/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e2b179dc1d..520ab3ffa3 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Data Safety Form](https://www.reddit.com/r/androiddev/comments/sr3d5g/data_safety_form/) -- [Proguard error](https://www.reddit.com/r/androiddev/comments/sr2j60/proguard_error/) -- [Online Booking System in my App](https://www.reddit.com/r/androiddev/comments/sr0cwb/online_booking_system_in_my_app/) -- [Flutter or Android](https://www.reddit.com/r/androiddev/comments/sqwie6/flutter_or_android/) -- [Using IDEA JDK and JRE for android studio](https://www.reddit.com/r/androiddev/comments/squipz/using_idea_jdk_and_jre_for_android_studio/) -- [Flutter freelancing veterans share your experience with everyone.](https://www.reddit.com/r/androiddev/comments/squ9wd/flutter_freelancing_veterans_share_your/) -- [Advise needed ! offline db that syncs to production postgres db](https://www.reddit.com/r/androiddev/comments/sqtu15/advise_needed_offline_db_that_syncs_to_production/) -- [MVVM repository accessing Room database](https://www.reddit.com/r/androiddev/comments/sqtikv/mvvm_repository_accessing_room_database/) -- [How easy is it to make an app to use Microsoft Word effectively as a report/assessment?](https://www.reddit.com/r/androiddev/comments/sqr4e9/how_easy_is_it_to_make_an_app_to_use_microsoft/) -- [Can only see my Google Play app page when I'm signed out](https://www.reddit.com/r/androiddev/comments/sqqz3y/can_only_see_my_google_play_app_page_when_im/) +- [Does anyone have tips for "mobile coding" interviews?](https://www.reddit.com/r/androiddev/comments/srvtqq/does_anyone_have_tips_for_mobile_coding_interviews/) +- [How to advertise?](https://www.reddit.com/r/androiddev/comments/sruu5e/how_to_advertise/) +- [Using manycam within an android app - White screen](https://www.reddit.com/r/androiddev/comments/srsqiu/using_manycam_within_an_android_app_white_screen/) +- [Converting my webapp to an app - For an androiddev novice](https://www.reddit.com/r/androiddev/comments/srslp3/converting_my_webapp_to_an_app_for_an_androiddev/) +- [BLE Transfer data](https://www.reddit.com/r/androiddev/comments/srqq6v/ble_transfer_data/) +- [Best practices for notifying user of billing errors (or errors in general)](https://www.reddit.com/r/androiddev/comments/srmrl8/best_practices_for_notifying_user_of_billing/) +- [Anyone else experiencing long review times right now?](https://www.reddit.com/r/androiddev/comments/srkmk0/anyone_else_experiencing_long_review_times_right/) +- [How to set up donations inside my app?](https://www.reddit.com/r/androiddev/comments/srki3m/how_to_set_up_donations_inside_my_app/) +- [Google holds my payout because of GPBR_SVID, did you face the same issue before?](https://www.reddit.com/r/androiddev/comments/sri55z/google_holds_my_payout_because_of_gpbr_svid_did/) +- [I want to make a subscription gifting system](https://www.reddit.com/r/androiddev/comments/srfzxe/i_want_to_make_a_subscription_gifting_system/) ### *InfoWorld posts* From b066886401e6a5a44c12140b78ce02e8564cfbdd Mon Sep 17 00:00:00 2001 From: GitHub Bot Date: Tue, 15 Feb 2022 00:06:02 +0000 Subject: [PATCH 0065/1422] docs: updates on docs page speed Added docs page speed information on news Signed-off-by: GitHub Bot --- reports/pagespeedresultmobile.svg | 255 +++--------------------------- 1 file changed, 25 insertions(+), 230 deletions(-) diff --git a/reports/pagespeedresultmobile.svg b/reports/pagespeedresultmobile.svg index 9cd77cf53a..6cd9750525 100644 --- a/reports/pagespeedresultmobile.svg +++ b/reports/pagespeedresultmobile.svg @@ -1,231 +1,26 @@ - - - + + + Application Error + - - - - 45 - Performance - - - - - 71 - Accessibility - - - - - 92 - Best Practices - - - - - 92 - SEO - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Progressive - Web App - - - - - - - - - - - - - - - 0-49 - 50-89 - 90-100 - - - \ No newline at end of file + + + + + \ No newline at end of file From 90973c63f64bde3ca07c1d4ade088d1494602c5a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 15 Feb 2022 01:28:24 +0000 Subject: [PATCH 0066/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 520ab3ffa3..cae71126cf 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Does anyone have tips for "mobile coding" interviews?](https://www.reddit.com/r/androiddev/comments/srvtqq/does_anyone_have_tips_for_mobile_coding_interviews/) -- [How to advertise?](https://www.reddit.com/r/androiddev/comments/sruu5e/how_to_advertise/) -- [Using manycam within an android app - White screen](https://www.reddit.com/r/androiddev/comments/srsqiu/using_manycam_within_an_android_app_white_screen/) -- [Converting my webapp to an app - For an androiddev novice](https://www.reddit.com/r/androiddev/comments/srslp3/converting_my_webapp_to_an_app_for_an_androiddev/) -- [BLE Transfer data](https://www.reddit.com/r/androiddev/comments/srqq6v/ble_transfer_data/) -- [Best practices for notifying user of billing errors (or errors in general)](https://www.reddit.com/r/androiddev/comments/srmrl8/best_practices_for_notifying_user_of_billing/) -- [Anyone else experiencing long review times right now?](https://www.reddit.com/r/androiddev/comments/srkmk0/anyone_else_experiencing_long_review_times_right/) -- [How to set up donations inside my app?](https://www.reddit.com/r/androiddev/comments/srki3m/how_to_set_up_donations_inside_my_app/) -- [Google holds my payout because of GPBR_SVID, did you face the same issue before?](https://www.reddit.com/r/androiddev/comments/sri55z/google_holds_my_payout_because_of_gpbr_svid_did/) -- [I want to make a subscription gifting system](https://www.reddit.com/r/androiddev/comments/srfzxe/i_want_to_make_a_subscription_gifting_system/) +- [Anyone have experience with verysdk?](https://www.reddit.com/r/androiddev/comments/ssq3nf/anyone_have_experience_with_verysdk/) +- [create a an app with 1 screen application I created only layout help me to make full application](https://www.reddit.com/r/androiddev/comments/ssosid/create_a_an_app_with_1_screen_application_i/) +- [Good book that is new enough to include Compose?](https://www.reddit.com/r/androiddev/comments/ssorvf/good_book_that_is_new_enough_to_include_compose/) +- [Are 'cloned' apps allowed on Play Store?](https://www.reddit.com/r/androiddev/comments/ssnai1/are_cloned_apps_allowed_on_play_store/) +- [App Dev.](https://www.reddit.com/r/androiddev/comments/ssn7p3/app_dev/) +- [How to migrate an existing app to compose?](https://www.reddit.com/r/androiddev/comments/ssn725/how_to_migrate_an_existing_app_to_compose/) +- [What should I use for running a background service for a websocket connection?](https://www.reddit.com/r/androiddev/comments/ssljo8/what_should_i_use_for_running_a_background/) +- [Android Studio Dolphin Canary 3 now available](https://www.reddit.com/r/androiddev/comments/sskxuz/android_studio_dolphin_canary_3_now_available/) +- [Why using Navigation-Compose in your Jetpack Compose app is a bad idea](https://www.reddit.com/r/androiddev/comments/ssitcx/why_using_navigationcompose_in_your_jetpack/) +- [CWTI - Compose 1.1 and Android 13 are out! Let's see what's new and what we can play with 💪🏻](https://www.reddit.com/r/androiddev/comments/ssisp7/cwti_compose_11_and_android_13_are_out_lets_see/) ### *InfoWorld posts* From 5e2827192e8dd1c6c01089e38cf1ecbcb7c0a128 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 16 Feb 2022 01:27:29 +0000 Subject: [PATCH 0067/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cae71126cf..21ff0bb4ad 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Anyone have experience with verysdk?](https://www.reddit.com/r/androiddev/comments/ssq3nf/anyone_have_experience_with_verysdk/) -- [create a an app with 1 screen application I created only layout help me to make full application](https://www.reddit.com/r/androiddev/comments/ssosid/create_a_an_app_with_1_screen_application_i/) -- [Good book that is new enough to include Compose?](https://www.reddit.com/r/androiddev/comments/ssorvf/good_book_that_is_new_enough_to_include_compose/) -- [Are 'cloned' apps allowed on Play Store?](https://www.reddit.com/r/androiddev/comments/ssnai1/are_cloned_apps_allowed_on_play_store/) -- [App Dev.](https://www.reddit.com/r/androiddev/comments/ssn7p3/app_dev/) -- [How to migrate an existing app to compose?](https://www.reddit.com/r/androiddev/comments/ssn725/how_to_migrate_an_existing_app_to_compose/) -- [What should I use for running a background service for a websocket connection?](https://www.reddit.com/r/androiddev/comments/ssljo8/what_should_i_use_for_running_a_background/) -- [Android Studio Dolphin Canary 3 now available](https://www.reddit.com/r/androiddev/comments/sskxuz/android_studio_dolphin_canary_3_now_available/) -- [Why using Navigation-Compose in your Jetpack Compose app is a bad idea](https://www.reddit.com/r/androiddev/comments/ssitcx/why_using_navigationcompose_in_your_jetpack/) -- [CWTI - Compose 1.1 and Android 13 are out! Let's see what's new and what we can play with 💪🏻](https://www.reddit.com/r/androiddev/comments/ssisp7/cwti_compose_11_and_android_13_are_out_lets_see/) +- [AVD ANRs](https://www.reddit.com/r/androiddev/comments/stigth/avd_anrs/) +- [android mystery icon](https://www.reddit.com/r/androiddev/comments/stga69/android_mystery_icon/) +- [Viewpager2 vs activity hosting multiple fragments](https://www.reddit.com/r/androiddev/comments/stfkqp/viewpager2_vs_activity_hosting_multiple_fragments/) +- [Genymotion Issue](https://www.reddit.com/r/androiddev/comments/stef3h/genymotion_issue/) +- [Compose LazyColumn inside Alertdialog crash on scroll](https://www.reddit.com/r/androiddev/comments/stdp3j/compose_lazycolumn_inside_alertdialog_crash_on/) +- [Android studio is a great piece of software](https://www.reddit.com/r/androiddev/comments/std72l/android_studio_is_a_great_piece_of_software/) +- ["Hold Shift to control camera" in Android Studio](https://www.reddit.com/r/androiddev/comments/stbx60/hold_shift_to_control_camera_in_android_studio/) +- [Is battery optimization the reason where sometimes home widget is broken?](https://www.reddit.com/r/androiddev/comments/staxf9/is_battery_optimization_the_reason_where/) +- [Correct way to architect an single insert event from fragment](https://www.reddit.com/r/androiddev/comments/stac7s/correct_way_to_architect_an_single_insert_event/) +- [Which field to pursue Android dev or front dev? Tried both and equally like them. Which has more job opportunities in India?](https://www.reddit.com/r/androiddev/comments/st9rfa/which_field_to_pursue_android_dev_or_front_dev/) ### *InfoWorld posts* From 9635cf57774e3d02bade47263f8b575814f0f4d3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 17 Feb 2022 01:22:38 +0000 Subject: [PATCH 0068/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 21ff0bb4ad..be3fbc9bf3 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [AVD ANRs](https://www.reddit.com/r/androiddev/comments/stigth/avd_anrs/) -- [android mystery icon](https://www.reddit.com/r/androiddev/comments/stga69/android_mystery_icon/) -- [Viewpager2 vs activity hosting multiple fragments](https://www.reddit.com/r/androiddev/comments/stfkqp/viewpager2_vs_activity_hosting_multiple_fragments/) -- [Genymotion Issue](https://www.reddit.com/r/androiddev/comments/stef3h/genymotion_issue/) -- [Compose LazyColumn inside Alertdialog crash on scroll](https://www.reddit.com/r/androiddev/comments/stdp3j/compose_lazycolumn_inside_alertdialog_crash_on/) -- [Android studio is a great piece of software](https://www.reddit.com/r/androiddev/comments/std72l/android_studio_is_a_great_piece_of_software/) -- ["Hold Shift to control camera" in Android Studio](https://www.reddit.com/r/androiddev/comments/stbx60/hold_shift_to_control_camera_in_android_studio/) -- [Is battery optimization the reason where sometimes home widget is broken?](https://www.reddit.com/r/androiddev/comments/staxf9/is_battery_optimization_the_reason_where/) -- [Correct way to architect an single insert event from fragment](https://www.reddit.com/r/androiddev/comments/stac7s/correct_way_to_architect_an_single_insert_event/) -- [Which field to pursue Android dev or front dev? Tried both and equally like them. Which has more job opportunities in India?](https://www.reddit.com/r/androiddev/comments/st9rfa/which_field_to_pursue_android_dev_or_front_dev/) +- [Android 12 Adaptive icon not updating when theme changes](https://www.reddit.com/r/androiddev/comments/su8os2/android_12_adaptive_icon_not_updating_when_theme/) +- [🌱 Chameleon: color palettes creation](https://www.reddit.com/r/androiddev/comments/su65jd/chameleon_color_palettes_creation/) +- [CS Freshman, looking for the next step](https://www.reddit.com/r/androiddev/comments/su64o2/cs_freshman_looking_for_the_next_step/) +- [Is it possible to write an app, that changes certain settings?](https://www.reddit.com/r/androiddev/comments/su2y5f/is_it_possible_to_write_an_app_that_changes/) +- [How can I move a Path object drawn on the canvas?](https://www.reddit.com/r/androiddev/comments/su2rho/how_can_i_move_a_path_object_drawn_on_the_canvas/) +- [Why do most of the CS students choose web-dev against Android/IOS?](https://www.reddit.com/r/androiddev/comments/su1jlw/why_do_most_of_the_cs_students_choose_webdev/) +- [Replacing an audio file in a 3rd party app?](https://www.reddit.com/r/androiddev/comments/su1afc/replacing_an_audio_file_in_a_3rd_party_app/) +- [Daily life quotes app](https://www.reddit.com/r/androiddev/comments/su127a/daily_life_quotes_app/) +- [Can anyone recommend automated testing tools similar to Ghost Inspector for mobile apps? Where you can quickly build tests using a GUI / screen recorder?](https://www.reddit.com/r/androiddev/comments/su0l73/can_anyone_recommend_automated_testing_tools/) +- [How to add compose dependency in 'domain'?](https://www.reddit.com/r/androiddev/comments/stzr32/how_to_add_compose_dependency_in_domain/) ### *InfoWorld posts* From c99c9714bf9b9f4f82485d7e5ded9744b5b16b8d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 18 Feb 2022 01:27:26 +0000 Subject: [PATCH 0069/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index be3fbc9bf3..6e5eb8b637 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android 12 Adaptive icon not updating when theme changes](https://www.reddit.com/r/androiddev/comments/su8os2/android_12_adaptive_icon_not_updating_when_theme/) -- [🌱 Chameleon: color palettes creation](https://www.reddit.com/r/androiddev/comments/su65jd/chameleon_color_palettes_creation/) -- [CS Freshman, looking for the next step](https://www.reddit.com/r/androiddev/comments/su64o2/cs_freshman_looking_for_the_next_step/) -- [Is it possible to write an app, that changes certain settings?](https://www.reddit.com/r/androiddev/comments/su2y5f/is_it_possible_to_write_an_app_that_changes/) -- [How can I move a Path object drawn on the canvas?](https://www.reddit.com/r/androiddev/comments/su2rho/how_can_i_move_a_path_object_drawn_on_the_canvas/) -- [Why do most of the CS students choose web-dev against Android/IOS?](https://www.reddit.com/r/androiddev/comments/su1jlw/why_do_most_of_the_cs_students_choose_webdev/) -- [Replacing an audio file in a 3rd party app?](https://www.reddit.com/r/androiddev/comments/su1afc/replacing_an_audio_file_in_a_3rd_party_app/) -- [Daily life quotes app](https://www.reddit.com/r/androiddev/comments/su127a/daily_life_quotes_app/) -- [Can anyone recommend automated testing tools similar to Ghost Inspector for mobile apps? Where you can quickly build tests using a GUI / screen recorder?](https://www.reddit.com/r/androiddev/comments/su0l73/can_anyone_recommend_automated_testing_tools/) -- [How to add compose dependency in 'domain'?](https://www.reddit.com/r/androiddev/comments/stzr32/how_to_add_compose_dependency_in_domain/) +- [Play Integrity API - anybody verifying tokens themselves?](https://www.reddit.com/r/androiddev/comments/sv55cx/play_integrity_api_anybody_verifying_tokens/) +- [Delete app bundle in google play console?](https://www.reddit.com/r/androiddev/comments/suz41t/delete_app_bundle_in_google_play_console/) +- [At the fronter of the app](https://www.reddit.com/r/androiddev/comments/suyc2p/at_the_fronter_of_the_app/) +- [Google maps api floor button](https://www.reddit.com/r/androiddev/comments/suwl2r/google_maps_api_floor_button/) +- [Type c devices sometimes work sometimes you not](https://www.reddit.com/r/androiddev/comments/suwg7m/type_c_devices_sometimes_work_sometimes_you_not/) +- [It's showing an Unresolved reference while I am working on Facebook login integration in my app. Please help!](https://www.reddit.com/r/androiddev/comments/suw67z/its_showing_an_unresolved_reference_while_i_am/) +- [Is there a way to record each user event in my app?](https://www.reddit.com/r/androiddev/comments/suvygg/is_there_a_way_to_record_each_user_event_in_my_app/) +- [Can I combine native & cross-platform technologies in the same app?](https://www.reddit.com/r/androiddev/comments/suv997/can_i_combine_native_crossplatform_technologies/) +- [Best Learning platforms](https://www.reddit.com/r/androiddev/comments/suu2us/best_learning_platforms/) +- [Help and guidance required 🙏](https://www.reddit.com/r/androiddev/comments/suspae/help_and_guidance_required/) ### *InfoWorld posts* From 3ad40d4a01f20196ca922375d044212b8ed77c08 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 19 Feb 2022 01:28:32 +0000 Subject: [PATCH 0070/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6e5eb8b637..3b30767839 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Play Integrity API - anybody verifying tokens themselves?](https://www.reddit.com/r/androiddev/comments/sv55cx/play_integrity_api_anybody_verifying_tokens/) -- [Delete app bundle in google play console?](https://www.reddit.com/r/androiddev/comments/suz41t/delete_app_bundle_in_google_play_console/) -- [At the fronter of the app](https://www.reddit.com/r/androiddev/comments/suyc2p/at_the_fronter_of_the_app/) -- [Google maps api floor button](https://www.reddit.com/r/androiddev/comments/suwl2r/google_maps_api_floor_button/) -- [Type c devices sometimes work sometimes you not](https://www.reddit.com/r/androiddev/comments/suwg7m/type_c_devices_sometimes_work_sometimes_you_not/) -- [It's showing an Unresolved reference while I am working on Facebook login integration in my app. Please help!](https://www.reddit.com/r/androiddev/comments/suw67z/its_showing_an_unresolved_reference_while_i_am/) -- [Is there a way to record each user event in my app?](https://www.reddit.com/r/androiddev/comments/suvygg/is_there_a_way_to_record_each_user_event_in_my_app/) -- [Can I combine native & cross-platform technologies in the same app?](https://www.reddit.com/r/androiddev/comments/suv997/can_i_combine_native_crossplatform_technologies/) -- [Best Learning platforms](https://www.reddit.com/r/androiddev/comments/suu2us/best_learning_platforms/) -- [Help and guidance required 🙏](https://www.reddit.com/r/androiddev/comments/suspae/help_and_guidance_required/) +- [Unbundling the stable WindowManager](https://www.reddit.com/r/androiddev/comments/svv9pf/unbundling_the_stable_windowmanager/) +- [Admob Account Disabled for 0.5% Invalid Traffic](https://www.reddit.com/r/androiddev/comments/svtv2s/admob_account_disabled_for_05_invalid_traffic/) +- [Jetpack Compose: MaterialTheme Typography: Huge font size](https://www.reddit.com/r/androiddev/comments/svskyt/jetpack_compose_materialtheme_typography_huge/) +- [I've two Google Play Console accounts, can I close one without worrying about the other one](https://www.reddit.com/r/androiddev/comments/svs7no/ive_two_google_play_console_accounts_can_i_close/) +- [how to solve "Weak encryption mode" and write Proof of Concept](https://www.reddit.com/r/androiddev/comments/svo83v/how_to_solve_weak_encryption_mode_and_write_proof/) +- [Android Studio export compliance](https://www.reddit.com/r/androiddev/comments/svn8q8/android_studio_export_compliance/) +- [What is the most correct approach for nested database in Room?](https://www.reddit.com/r/androiddev/comments/svknda/what_is_the_most_correct_approach_for_nested/) +- [[MiroTalk] - webRTC sfu/p2p - compatible with all browsers & platforms.](https://www.reddit.com/r/androiddev/comments/svjkyf/mirotalk_webrtc_sfup2p_compatible_with_all/) +- [Is there a way to insert password in a PDF file?](https://www.reddit.com/r/androiddev/comments/svj1wk/is_there_a_way_to_insert_password_in_a_pdf_file/) +- [App Feedback Thread - February 18, 2022](https://www.reddit.com/r/androiddev/comments/svimy1/app_feedback_thread_february_18_2022/) ### *InfoWorld posts* From 8ff845d027ac3fc0f8a057ef4f915ccc57afb098 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 20 Feb 2022 01:28:20 +0000 Subject: [PATCH 0071/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3b30767839..fc970802b4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Unbundling the stable WindowManager](https://www.reddit.com/r/androiddev/comments/svv9pf/unbundling_the_stable_windowmanager/) -- [Admob Account Disabled for 0.5% Invalid Traffic](https://www.reddit.com/r/androiddev/comments/svtv2s/admob_account_disabled_for_05_invalid_traffic/) -- [Jetpack Compose: MaterialTheme Typography: Huge font size](https://www.reddit.com/r/androiddev/comments/svskyt/jetpack_compose_materialtheme_typography_huge/) -- [I've two Google Play Console accounts, can I close one without worrying about the other one](https://www.reddit.com/r/androiddev/comments/svs7no/ive_two_google_play_console_accounts_can_i_close/) -- [how to solve "Weak encryption mode" and write Proof of Concept](https://www.reddit.com/r/androiddev/comments/svo83v/how_to_solve_weak_encryption_mode_and_write_proof/) -- [Android Studio export compliance](https://www.reddit.com/r/androiddev/comments/svn8q8/android_studio_export_compliance/) -- [What is the most correct approach for nested database in Room?](https://www.reddit.com/r/androiddev/comments/svknda/what_is_the_most_correct_approach_for_nested/) -- [[MiroTalk] - webRTC sfu/p2p - compatible with all browsers & platforms.](https://www.reddit.com/r/androiddev/comments/svjkyf/mirotalk_webrtc_sfup2p_compatible_with_all/) -- [Is there a way to insert password in a PDF file?](https://www.reddit.com/r/androiddev/comments/svj1wk/is_there_a_way_to_insert_password_in_a_pdf_file/) -- [App Feedback Thread - February 18, 2022](https://www.reddit.com/r/androiddev/comments/svimy1/app_feedback_thread_february_18_2022/) +- [How to create Adapters easily](https://www.reddit.com/r/androiddev/comments/swmjc0/how_to_create_adapters_easily/) +- [Compose vs XML(View System)](https://www.reddit.com/r/androiddev/comments/swj6tw/compose_vs_xmlview_system/) +- [What's the best way to use a tree data structure as state in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/switrq/whats_the_best_way_to_use_a_tree_data_structure/) +- [Why am I seeing a work profile?](https://www.reddit.com/r/androiddev/comments/swipcs/why_am_i_seeing_a_work_profile/) +- [Recommendations for Android (Kotlin) Developer Bootcamps](https://www.reddit.com/r/androiddev/comments/swhy0c/recommendations_for_android_kotlin_developer/) +- [Is Android Studio the most straightforward way of making an APK, ADD, or is there something easier ?](https://www.reddit.com/r/androiddev/comments/swh5y9/is_android_studio_the_most_straightforward_way_of/) +- [Can anyone code review my app?](https://www.reddit.com/r/androiddev/comments/swghyg/can_anyone_code_review_my_app/) +- [Android emulator not flagged as one](https://www.reddit.com/r/androiddev/comments/swf43f/android_emulator_not_flagged_as_one/) +- [Strange wake lock flag](https://www.reddit.com/r/androiddev/comments/sweqba/strange_wake_lock_flag/) +- [Android Stem! - Concatenate XML strings at compile time](https://www.reddit.com/r/androiddev/comments/swdaix/android_stem_concatenate_xml_strings_at_compile/) ### *InfoWorld posts* From ea09ad075bc811348fbc568a8bd5cde5244a55b5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 21 Feb 2022 01:24:51 +0000 Subject: [PATCH 0072/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fc970802b4..b560872d7c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to create Adapters easily](https://www.reddit.com/r/androiddev/comments/swmjc0/how_to_create_adapters_easily/) -- [Compose vs XML(View System)](https://www.reddit.com/r/androiddev/comments/swj6tw/compose_vs_xmlview_system/) -- [What's the best way to use a tree data structure as state in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/switrq/whats_the_best_way_to_use_a_tree_data_structure/) -- [Why am I seeing a work profile?](https://www.reddit.com/r/androiddev/comments/swipcs/why_am_i_seeing_a_work_profile/) -- [Recommendations for Android (Kotlin) Developer Bootcamps](https://www.reddit.com/r/androiddev/comments/swhy0c/recommendations_for_android_kotlin_developer/) -- [Is Android Studio the most straightforward way of making an APK, ADD, or is there something easier ?](https://www.reddit.com/r/androiddev/comments/swh5y9/is_android_studio_the_most_straightforward_way_of/) -- [Can anyone code review my app?](https://www.reddit.com/r/androiddev/comments/swghyg/can_anyone_code_review_my_app/) -- [Android emulator not flagged as one](https://www.reddit.com/r/androiddev/comments/swf43f/android_emulator_not_flagged_as_one/) -- [Strange wake lock flag](https://www.reddit.com/r/androiddev/comments/sweqba/strange_wake_lock_flag/) -- [Android Stem! - Concatenate XML strings at compile time](https://www.reddit.com/r/androiddev/comments/swdaix/android_stem_concatenate_xml_strings_at_compile/) +- [Libraries for SAF that allow selection of multiple files/directories on app start?](https://www.reddit.com/r/androiddev/comments/sxb32c/libraries_for_saf_that_allow_selection_of/) +- [How is the phone volume controlled?](https://www.reddit.com/r/androiddev/comments/sx9a7r/how_is_the_phone_volume_controlled/) +- [Protecting unlocked bootloader](https://www.reddit.com/r/androiddev/comments/sx8q22/protecting_unlocked_bootloader/) +- [Can I place a button under a button?](https://www.reddit.com/r/androiddev/comments/sx7ukb/can_i_place_a_button_under_a_button/) +- [Is it just me or is Android development hard AF to learn? I've been following some courses and YT videos for about a month, and I feel so overwhelmed. Do you have some tips for me?](https://www.reddit.com/r/androiddev/comments/sx4dxy/is_it_just_me_or_is_android_development_hard_af/) +- [Bytecode transformations: The Android Gradle Plugin](https://www.reddit.com/r/androiddev/comments/sx3ljo/bytecode_transformations_the_android_gradle_plugin/) +- [Location permissions in Android is a mess](https://www.reddit.com/r/androiddev/comments/sx2xp5/location_permissions_in_android_is_a_mess/) +- [When I add TextView in Custom View, all elements become invisible.](https://www.reddit.com/r/androiddev/comments/sx2t3i/when_i_add_textview_in_custom_view_all_elements/) +- [How bad is it to serialize objects or small lists as JSON and save them in shared preferences?](https://www.reddit.com/r/androiddev/comments/sx18uh/how_bad_is_it_to_serialize_objects_or_small_lists/) +- [The 3 Jetpack Compose Animation Transition Low-Level APIs](https://www.reddit.com/r/androiddev/comments/swygm0/the_3_jetpack_compose_animation_transition/) ### *InfoWorld posts* From ac1b8aab78152733bf95f65b5c1b713a2dcc905f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 22 Feb 2022 01:25:18 +0000 Subject: [PATCH 0073/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b560872d7c..867c7cdaa1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Libraries for SAF that allow selection of multiple files/directories on app start?](https://www.reddit.com/r/androiddev/comments/sxb32c/libraries_for_saf_that_allow_selection_of/) -- [How is the phone volume controlled?](https://www.reddit.com/r/androiddev/comments/sx9a7r/how_is_the_phone_volume_controlled/) -- [Protecting unlocked bootloader](https://www.reddit.com/r/androiddev/comments/sx8q22/protecting_unlocked_bootloader/) -- [Can I place a button under a button?](https://www.reddit.com/r/androiddev/comments/sx7ukb/can_i_place_a_button_under_a_button/) -- [Is it just me or is Android development hard AF to learn? I've been following some courses and YT videos for about a month, and I feel so overwhelmed. Do you have some tips for me?](https://www.reddit.com/r/androiddev/comments/sx4dxy/is_it_just_me_or_is_android_development_hard_af/) -- [Bytecode transformations: The Android Gradle Plugin](https://www.reddit.com/r/androiddev/comments/sx3ljo/bytecode_transformations_the_android_gradle_plugin/) -- [Location permissions in Android is a mess](https://www.reddit.com/r/androiddev/comments/sx2xp5/location_permissions_in_android_is_a_mess/) -- [When I add TextView in Custom View, all elements become invisible.](https://www.reddit.com/r/androiddev/comments/sx2t3i/when_i_add_textview_in_custom_view_all_elements/) -- [How bad is it to serialize objects or small lists as JSON and save them in shared preferences?](https://www.reddit.com/r/androiddev/comments/sx18uh/how_bad_is_it_to_serialize_objects_or_small_lists/) -- [The 3 Jetpack Compose Animation Transition Low-Level APIs](https://www.reddit.com/r/androiddev/comments/swygm0/the_3_jetpack_compose_animation_transition/) +- [Want to learn how to code in Android Studio](https://www.reddit.com/r/androiddev/comments/sy8sb2/want_to_learn_how_to_code_in_android_studio/) +- [Beginner Trouble with Adapter and recycler views](https://www.reddit.com/r/androiddev/comments/sy7u5x/beginner_trouble_with_adapter_and_recycler_views/) +- [How do you come up with pro features that costs money for your app?](https://www.reddit.com/r/androiddev/comments/sy4gbb/how_do_you_come_up_with_pro_features_that_costs/) +- [Sigma | Coding for everyone!](https://www.reddit.com/r/androiddev/comments/sy0wd5/sigma_coding_for_everyone/) +- [Riddle: Why is google bot removing my app from google play?](https://www.reddit.com/r/androiddev/comments/sxytfe/riddle_why_is_google_bot_removing_my_app_from/) +- [CWTI - Scaling our designs to tablets — live design in Figma with Chris Sinco](https://www.reddit.com/r/androiddev/comments/sxurtp/cwti_scaling_our_designs_to_tablets_live_design/) +- [Up to date script for uploading to google play store?](https://www.reddit.com/r/androiddev/comments/sxu7su/up_to_date_script_for_uploading_to_google_play/) +- [Weekly Who's Hiring Thread - February 21, 2022](https://www.reddit.com/r/androiddev/comments/sxu6l4/weekly_whos_hiring_thread_february_21_2022/) +- [In app updates and Interstitial ads](https://www.reddit.com/r/androiddev/comments/sxtxql/in_app_updates_and_interstitial_ads/) +- [Hey guys, checkout this android library that reduce your efforts to write recyclerview adapters. Dont forgot to give it a star 💫](https://www.reddit.com/r/androiddev/comments/sxt4cq/hey_guys_checkout_this_android_library_that/) ### *InfoWorld posts* From d48858ebf8419a1aaf38e4b0a22bd1474a69d9bb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 23 Feb 2022 01:28:32 +0000 Subject: [PATCH 0074/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 867c7cdaa1..fe1726b6f9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Want to learn how to code in Android Studio](https://www.reddit.com/r/androiddev/comments/sy8sb2/want_to_learn_how_to_code_in_android_studio/) -- [Beginner Trouble with Adapter and recycler views](https://www.reddit.com/r/androiddev/comments/sy7u5x/beginner_trouble_with_adapter_and_recycler_views/) -- [How do you come up with pro features that costs money for your app?](https://www.reddit.com/r/androiddev/comments/sy4gbb/how_do_you_come_up_with_pro_features_that_costs/) -- [Sigma | Coding for everyone!](https://www.reddit.com/r/androiddev/comments/sy0wd5/sigma_coding_for_everyone/) -- [Riddle: Why is google bot removing my app from google play?](https://www.reddit.com/r/androiddev/comments/sxytfe/riddle_why_is_google_bot_removing_my_app_from/) -- [CWTI - Scaling our designs to tablets — live design in Figma with Chris Sinco](https://www.reddit.com/r/androiddev/comments/sxurtp/cwti_scaling_our_designs_to_tablets_live_design/) -- [Up to date script for uploading to google play store?](https://www.reddit.com/r/androiddev/comments/sxu7su/up_to_date_script_for_uploading_to_google_play/) -- [Weekly Who's Hiring Thread - February 21, 2022](https://www.reddit.com/r/androiddev/comments/sxu6l4/weekly_whos_hiring_thread_february_21_2022/) -- [In app updates and Interstitial ads](https://www.reddit.com/r/androiddev/comments/sxtxql/in_app_updates_and_interstitial_ads/) -- [Hey guys, checkout this android library that reduce your efforts to write recyclerview adapters. Dont forgot to give it a star 💫](https://www.reddit.com/r/androiddev/comments/sxt4cq/hey_guys_checkout_this_android_library_that/) +- [Why recyclerview scrollToPosition not working correctly with long lists?](https://www.reddit.com/r/androiddev/comments/sywuxp/why_recyclerview_scrolltoposition_not_working/) +- [Can I use a real SIM card with emulated/virtualized Android?](https://www.reddit.com/r/androiddev/comments/sywtu1/can_i_use_a_real_sim_card_with/) +- [Introduction to RICOH THETA X Plug-in Development (Android OS based 360 degree camera)](https://www.reddit.com/r/androiddev/comments/sywd82/introduction_to_ricoh_theta_x_plugin_development/) +- [Personal Project for Android Revision](https://www.reddit.com/r/androiddev/comments/syvz6x/personal_project_for_android_revision/) +- [FlutterFlow - what's your opinion (for these kinds of apps I'd like to develop) ?](https://www.reddit.com/r/androiddev/comments/syv40s/flutterflow_whats_your_opinion_for_these_kinds_of/) +- [Manually installing split APK files (App Bundles) via ADB](https://www.reddit.com/r/androiddev/comments/syu6b5/manually_installing_split_apk_files_app_bundles/) +- [benchmarks and managed code vs unmanaged code](https://www.reddit.com/r/androiddev/comments/sytdsz/benchmarks_and_managed_code_vs_unmanaged_code/) +- [New Android Studio warning: ComplicationProviderService deprecated](https://www.reddit.com/r/androiddev/comments/sysaxp/new_android_studio_warning/) +- [study material for learning android auto](https://www.reddit.com/r/androiddev/comments/sys8oj/study_material_for_learning_android_auto/) +- [Android Gaming performance](https://www.reddit.com/r/androiddev/comments/syp1fc/android_gaming_performance/) ### *InfoWorld posts* From 80765e426100c0b4a3555c3a8333e2a3fd02ca8e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 24 Feb 2022 01:28:06 +0000 Subject: [PATCH 0075/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fe1726b6f9..89dbfa76c7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Why recyclerview scrollToPosition not working correctly with long lists?](https://www.reddit.com/r/androiddev/comments/sywuxp/why_recyclerview_scrolltoposition_not_working/) -- [Can I use a real SIM card with emulated/virtualized Android?](https://www.reddit.com/r/androiddev/comments/sywtu1/can_i_use_a_real_sim_card_with/) -- [Introduction to RICOH THETA X Plug-in Development (Android OS based 360 degree camera)](https://www.reddit.com/r/androiddev/comments/sywd82/introduction_to_ricoh_theta_x_plugin_development/) -- [Personal Project for Android Revision](https://www.reddit.com/r/androiddev/comments/syvz6x/personal_project_for_android_revision/) -- [FlutterFlow - what's your opinion (for these kinds of apps I'd like to develop) ?](https://www.reddit.com/r/androiddev/comments/syv40s/flutterflow_whats_your_opinion_for_these_kinds_of/) -- [Manually installing split APK files (App Bundles) via ADB](https://www.reddit.com/r/androiddev/comments/syu6b5/manually_installing_split_apk_files_app_bundles/) -- [benchmarks and managed code vs unmanaged code](https://www.reddit.com/r/androiddev/comments/sytdsz/benchmarks_and_managed_code_vs_unmanaged_code/) -- [New Android Studio warning: ComplicationProviderService deprecated](https://www.reddit.com/r/androiddev/comments/sysaxp/new_android_studio_warning/) -- [study material for learning android auto](https://www.reddit.com/r/androiddev/comments/sys8oj/study_material_for_learning_android_auto/) -- [Android Gaming performance](https://www.reddit.com/r/androiddev/comments/syp1fc/android_gaming_performance/) +- [Android Studio Bumblebee | 2021.1.1 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/szxc0o/android_studio_bumblebee_202111_patch_2_now/) +- [Floating Action Button in Fragment](https://www.reddit.com/r/androiddev/comments/szxa4q/floating_action_button_in_fragment/) +- [Using Forismatic Quote API in an android app?](https://www.reddit.com/r/androiddev/comments/szsqot/using_forismatic_quote_api_in_an_android_app/) +- [Is it worth using Google Play's Preregister for a mobile game?](https://www.reddit.com/r/androiddev/comments/szqy65/is_it_worth_using_google_plays_preregister_for_a/) +- [android algorithms](https://www.reddit.com/r/androiddev/comments/szqsmi/android_algorithms/) +- [Best Website to find App Developers?](https://www.reddit.com/r/androiddev/comments/szqiga/best_website_to_find_app_developers/) +- [Android Keystore permanent lock fix?](https://www.reddit.com/r/androiddev/comments/szovtz/android_keystore_permanent_lock_fix/) +- [Need help to change the button function.](https://www.reddit.com/r/androiddev/comments/szop80/need_help_to_change_the_button_function/) +- [Help needed, I can't understand the `contract`way to have result form activity](https://www.reddit.com/r/androiddev/comments/szn4ax/help_needed_i_cant_understand_the_contractway_to/) +- [How often do you update dependencies?](https://www.reddit.com/r/androiddev/comments/sziyzo/how_often_do_you_update_dependencies/) ### *InfoWorld posts* From 1e0d25d92245f559314b99385b08259d11b21fed Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 25 Feb 2022 01:27:29 +0000 Subject: [PATCH 0076/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 89dbfa76c7..f15be4e78d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Studio Bumblebee | 2021.1.1 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/szxc0o/android_studio_bumblebee_202111_patch_2_now/) -- [Floating Action Button in Fragment](https://www.reddit.com/r/androiddev/comments/szxa4q/floating_action_button_in_fragment/) -- [Using Forismatic Quote API in an android app?](https://www.reddit.com/r/androiddev/comments/szsqot/using_forismatic_quote_api_in_an_android_app/) -- [Is it worth using Google Play's Preregister for a mobile game?](https://www.reddit.com/r/androiddev/comments/szqy65/is_it_worth_using_google_plays_preregister_for_a/) -- [android algorithms](https://www.reddit.com/r/androiddev/comments/szqsmi/android_algorithms/) -- [Best Website to find App Developers?](https://www.reddit.com/r/androiddev/comments/szqiga/best_website_to_find_app_developers/) -- [Android Keystore permanent lock fix?](https://www.reddit.com/r/androiddev/comments/szovtz/android_keystore_permanent_lock_fix/) -- [Need help to change the button function.](https://www.reddit.com/r/androiddev/comments/szop80/need_help_to_change_the_button_function/) -- [Help needed, I can't understand the `contract`way to have result form activity](https://www.reddit.com/r/androiddev/comments/szn4ax/help_needed_i_cant_understand_the_contractway_to/) -- [How often do you update dependencies?](https://www.reddit.com/r/androiddev/comments/sziyzo/how_often_do_you_update_dependencies/) +- [Where do I put this Java code? Forismatic Java API](https://www.reddit.com/r/androiddev/comments/t0qs3v/where_do_i_put_this_java_code_forismatic_java_api/) +- [Gboard Grammar Checking on non-Pixel](https://www.reddit.com/r/androiddev/comments/t0pnck/gboard_grammar_checking_on_nonpixel/) +- [As JetBrains we condemn the attacks taking place (JetBrains on Twitter)](https://www.reddit.com/r/androiddev/comments/t0my0s/as_jetbrains_we_condemn_the_attacks_taking_place/) +- [Volley or Retrofit2](https://www.reddit.com/r/androiddev/comments/t0kr3t/volley_or_retrofit2/) +- [What do you write in the "skills" section of your resume, relevant to Android Dev?](https://www.reddit.com/r/androiddev/comments/t0ki74/what_do_you_write_in_the_skills_section_of_your/) +- [PDF view and drawing](https://www.reddit.com/r/androiddev/comments/t0h2ux/pdf_view_and_drawing/) +- [Is there easy way to build ffmpeg.aar with windows?](https://www.reddit.com/r/androiddev/comments/t0h1gb/is_there_easy_way_to_build_ffmpegaar_with_windows/) +- [How to remove listener from button](https://www.reddit.com/r/androiddev/comments/t0ermn/how_to_remove_listener_from_button/) +- [Notification/Broadcast Receiver!](https://www.reddit.com/r/androiddev/comments/t0c4li/notificationbroadcast_receiver/) +- [Does anyone know how to verify whether my Firebase Analytics is setup correctly?](https://www.reddit.com/r/androiddev/comments/t06zvn/does_anyone_know_how_to_verify_whether_my/) ### *InfoWorld posts* From a24bf9ef4680d67f6fb54de9b94f8fe276054103 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 26 Feb 2022 01:24:36 +0000 Subject: [PATCH 0077/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f15be4e78d..58c110220b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Where do I put this Java code? Forismatic Java API](https://www.reddit.com/r/androiddev/comments/t0qs3v/where_do_i_put_this_java_code_forismatic_java_api/) -- [Gboard Grammar Checking on non-Pixel](https://www.reddit.com/r/androiddev/comments/t0pnck/gboard_grammar_checking_on_nonpixel/) -- [As JetBrains we condemn the attacks taking place (JetBrains on Twitter)](https://www.reddit.com/r/androiddev/comments/t0my0s/as_jetbrains_we_condemn_the_attacks_taking_place/) -- [Volley or Retrofit2](https://www.reddit.com/r/androiddev/comments/t0kr3t/volley_or_retrofit2/) -- [What do you write in the "skills" section of your resume, relevant to Android Dev?](https://www.reddit.com/r/androiddev/comments/t0ki74/what_do_you_write_in_the_skills_section_of_your/) -- [PDF view and drawing](https://www.reddit.com/r/androiddev/comments/t0h2ux/pdf_view_and_drawing/) -- [Is there easy way to build ffmpeg.aar with windows?](https://www.reddit.com/r/androiddev/comments/t0h1gb/is_there_easy_way_to_build_ffmpegaar_with_windows/) -- [How to remove listener from button](https://www.reddit.com/r/androiddev/comments/t0ermn/how_to_remove_listener_from_button/) -- [Notification/Broadcast Receiver!](https://www.reddit.com/r/androiddev/comments/t0c4li/notificationbroadcast_receiver/) -- [Does anyone know how to verify whether my Firebase Analytics is setup correctly?](https://www.reddit.com/r/androiddev/comments/t06zvn/does_anyone_know_how_to_verify_whether_my/) +- [A must know for an android tech leader & good sites to get value information about development](https://www.reddit.com/r/androiddev/comments/t1j7u3/a_must_know_for_an_android_tech_leader_good_sites/) +- [Hello everyone, this is my first puzzle game ever, i would love to hear your feedbacks to improve it. the game name is "Lazer Blocks". it only available on android](https://www.reddit.com/r/androiddev/comments/t1j5uf/hello_everyone_this_is_my_first_puzzle_game_ever/) +- [making an android game in unity](https://www.reddit.com/r/androiddev/comments/t1j5cy/making_an_android_game_in_unity/) +- [Change viewmodel variables directly](https://www.reddit.com/r/androiddev/comments/t1i34u/change_viewmodel_variables_directly/) +- [What important due dates are in 2022 for Android Development.](https://www.reddit.com/r/androiddev/comments/t1hs8s/what_important_due_dates_are_in_2022_for_android/) +- [Room library keeps strong references of LiveDatas to "avoid garbage collection", even though the only method of instantiation is by strong referencing them...](https://www.reddit.com/r/androiddev/comments/t1g4bc/room_library_keeps_strong_references_of_livedatas/) +- [RasmView: An Android Drawing view](https://www.reddit.com/r/androiddev/comments/t1fgyt/rasmview_an_android_drawing_view/) +- [HomeKit Accessory Protocol HAP on Android?](https://www.reddit.com/r/androiddev/comments/t1cb9l/homekit_accessory_protocol_hap_on_android/) +- [Hi can you help me please](https://www.reddit.com/r/androiddev/comments/t1bwps/hi_can_you_help_me_please/) +- [Developers haven't received Google revenue for three months](https://www.reddit.com/r/androiddev/comments/t1be0q/developers_havent_received_google_revenue_for/) ### *InfoWorld posts* From 6f3c9008a495cd064a4de828374dff23c17d9dbf Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 27 Feb 2022 01:27:26 +0000 Subject: [PATCH 0078/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 58c110220b..434aa471d5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [A must know for an android tech leader & good sites to get value information about development](https://www.reddit.com/r/androiddev/comments/t1j7u3/a_must_know_for_an_android_tech_leader_good_sites/) -- [Hello everyone, this is my first puzzle game ever, i would love to hear your feedbacks to improve it. the game name is "Lazer Blocks". it only available on android](https://www.reddit.com/r/androiddev/comments/t1j5uf/hello_everyone_this_is_my_first_puzzle_game_ever/) -- [making an android game in unity](https://www.reddit.com/r/androiddev/comments/t1j5cy/making_an_android_game_in_unity/) -- [Change viewmodel variables directly](https://www.reddit.com/r/androiddev/comments/t1i34u/change_viewmodel_variables_directly/) -- [What important due dates are in 2022 for Android Development.](https://www.reddit.com/r/androiddev/comments/t1hs8s/what_important_due_dates_are_in_2022_for_android/) -- [Room library keeps strong references of LiveDatas to "avoid garbage collection", even though the only method of instantiation is by strong referencing them...](https://www.reddit.com/r/androiddev/comments/t1g4bc/room_library_keeps_strong_references_of_livedatas/) -- [RasmView: An Android Drawing view](https://www.reddit.com/r/androiddev/comments/t1fgyt/rasmview_an_android_drawing_view/) -- [HomeKit Accessory Protocol HAP on Android?](https://www.reddit.com/r/androiddev/comments/t1cb9l/homekit_accessory_protocol_hap_on_android/) -- [Hi can you help me please](https://www.reddit.com/r/androiddev/comments/t1bwps/hi_can_you_help_me_please/) -- [Developers haven't received Google revenue for three months](https://www.reddit.com/r/androiddev/comments/t1be0q/developers_havent_received_google_revenue_for/) +- [Any Modern examples of using only 1 activity, but multiple(lots of) fragments in a non trivial app](https://www.reddit.com/r/androiddev/comments/t2bohy/any_modern_examples_of_using_only_1_activity_but/) +- [Hi there, I have never programmed anything but I want to learn. Whats the best way to go? Which program? Which videos to start etc?](https://www.reddit.com/r/androiddev/comments/t2azoy/hi_there_i_have_never_programmed_anything_but_i/) +- [✍️ Plugin to generate Java/Kotlin documentation using AI](https://www.reddit.com/r/androiddev/comments/t2axyu/plugin_to_generate_javakotlin_documentation_using/) +- [Overlay screen attack and fingerprint disabled](https://www.reddit.com/r/androiddev/comments/t2acqa/overlay_screen_attack_and_fingerprint_disabled/) +- [Notification Fire Base Android 12 - Samsung](https://www.reddit.com/r/androiddev/comments/t27aco/notification_fire_base_android_12_samsung/) +- [Help needed: android scoped storage directory listing problem](https://www.reddit.com/r/androiddev/comments/t26zou/help_needed_android_scoped_storage_directory/) +- [[Q] FCM alternative for social media / chat app?](https://www.reddit.com/r/androiddev/comments/t26ybg/q_fcm_alternative_for_social_media_chat_app/) +- [Screenshot Testing service](https://www.reddit.com/r/androiddev/comments/t2662w/screenshot_testing_service/) +- [What does the folder structure suppose to look like for apps that follow the MVVM architecture?](https://www.reddit.com/r/androiddev/comments/t24f99/what_does_the_folder_structure_suppose_to_look/) +- [How to improve my performance in an extremely large exam with minimal time.](https://www.reddit.com/r/androiddev/comments/t248j6/how_to_improve_my_performance_in_an_extremely/) ### *InfoWorld posts* From 232e6fc71af68bac2d727c14f40653100cc78799 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 28 Feb 2022 01:27:31 +0000 Subject: [PATCH 0079/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 434aa471d5..fed48f4646 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Any Modern examples of using only 1 activity, but multiple(lots of) fragments in a non trivial app](https://www.reddit.com/r/androiddev/comments/t2bohy/any_modern_examples_of_using_only_1_activity_but/) -- [Hi there, I have never programmed anything but I want to learn. Whats the best way to go? Which program? Which videos to start etc?](https://www.reddit.com/r/androiddev/comments/t2azoy/hi_there_i_have_never_programmed_anything_but_i/) -- [✍️ Plugin to generate Java/Kotlin documentation using AI](https://www.reddit.com/r/androiddev/comments/t2axyu/plugin_to_generate_javakotlin_documentation_using/) -- [Overlay screen attack and fingerprint disabled](https://www.reddit.com/r/androiddev/comments/t2acqa/overlay_screen_attack_and_fingerprint_disabled/) -- [Notification Fire Base Android 12 - Samsung](https://www.reddit.com/r/androiddev/comments/t27aco/notification_fire_base_android_12_samsung/) -- [Help needed: android scoped storage directory listing problem](https://www.reddit.com/r/androiddev/comments/t26zou/help_needed_android_scoped_storage_directory/) -- [[Q] FCM alternative for social media / chat app?](https://www.reddit.com/r/androiddev/comments/t26ybg/q_fcm_alternative_for_social_media_chat_app/) -- [Screenshot Testing service](https://www.reddit.com/r/androiddev/comments/t2662w/screenshot_testing_service/) -- [What does the folder structure suppose to look like for apps that follow the MVVM architecture?](https://www.reddit.com/r/androiddev/comments/t24f99/what_does_the_folder_structure_suppose_to_look/) -- [How to improve my performance in an extremely large exam with minimal time.](https://www.reddit.com/r/androiddev/comments/t248j6/how_to_improve_my_performance_in_an_extremely/) +- [Back button exit confirmation - recommended behaviour?](https://www.reddit.com/r/androiddev/comments/t3217p/back_button_exit_confirmation_recommended/) +- [Google Play asking for proof of organization even though I set up a personal account?](https://www.reddit.com/r/androiddev/comments/t2ydgf/google_play_asking_for_proof_of_organization_even/) +- [Okhttp3 SSL pinning bypass](https://www.reddit.com/r/androiddev/comments/t2x7ol/okhttp3_ssl_pinning_bypass/) +- [QR WIFI Connector](https://www.reddit.com/r/androiddev/comments/t2x62f/qr_wifi_connector/) +- [Image uri from contentResolver](https://www.reddit.com/r/androiddev/comments/t2x005/image_uri_from_contentresolver/) +- [How suitable is Macbook Pro M1 with 8GB of RAM for Android Studio as of February 2022?](https://www.reddit.com/r/androiddev/comments/t2usa5/how_suitable_is_macbook_pro_m1_with_8gb_of_ram/) +- [How can I use Tik Tokers in my App?](https://www.reddit.com/r/androiddev/comments/t2tk9j/how_can_i_use_tik_tokers_in_my_app/) +- [Help with the start of the preliminary project of my final degree project](https://www.reddit.com/r/androiddev/comments/t2rwuu/help_with_the_start_of_the_preliminary_project_of/) +- [May I know what is the use of private_key.pepk, after I have generated aab](https://www.reddit.com/r/androiddev/comments/t2p5dn/may_i_know_what_is_the_use_of_private_keypepk/) +- [Good PDF Library ?](https://www.reddit.com/r/androiddev/comments/t2m9jo/good_pdf_library/) ### *InfoWorld posts* From 69959af6a5439324ae8d9519e010bb954f188203 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 1 Mar 2022 01:29:17 +0000 Subject: [PATCH 0080/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fed48f4646..a9ccc8ad89 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Back button exit confirmation - recommended behaviour?](https://www.reddit.com/r/androiddev/comments/t3217p/back_button_exit_confirmation_recommended/) -- [Google Play asking for proof of organization even though I set up a personal account?](https://www.reddit.com/r/androiddev/comments/t2ydgf/google_play_asking_for_proof_of_organization_even/) -- [Okhttp3 SSL pinning bypass](https://www.reddit.com/r/androiddev/comments/t2x7ol/okhttp3_ssl_pinning_bypass/) -- [QR WIFI Connector](https://www.reddit.com/r/androiddev/comments/t2x62f/qr_wifi_connector/) -- [Image uri from contentResolver](https://www.reddit.com/r/androiddev/comments/t2x005/image_uri_from_contentresolver/) -- [How suitable is Macbook Pro M1 with 8GB of RAM for Android Studio as of February 2022?](https://www.reddit.com/r/androiddev/comments/t2usa5/how_suitable_is_macbook_pro_m1_with_8gb_of_ram/) -- [How can I use Tik Tokers in my App?](https://www.reddit.com/r/androiddev/comments/t2tk9j/how_can_i_use_tik_tokers_in_my_app/) -- [Help with the start of the preliminary project of my final degree project](https://www.reddit.com/r/androiddev/comments/t2rwuu/help_with_the_start_of_the_preliminary_project_of/) -- [May I know what is the use of private_key.pepk, after I have generated aab](https://www.reddit.com/r/androiddev/comments/t2p5dn/may_i_know_what_is_the_use_of_private_keypepk/) -- [Good PDF Library ?](https://www.reddit.com/r/androiddev/comments/t2m9jo/good_pdf_library/) +- [Is there a way to "force delete" an obsolete app from users' devices?](https://www.reddit.com/r/androiddev/comments/t3uwdp/is_there_a_way_to_force_delete_an_obsolete_app/) +- [Wanting to leave production support job for android dev job but worried i wont get interviews](https://www.reddit.com/r/androiddev/comments/t3rayg/wanting_to_leave_production_support_job_for/) +- [Not sure if I can ask this or where to ask but it's about code files in android?](https://www.reddit.com/r/androiddev/comments/t3qdoa/not_sure_if_i_can_ask_this_or_where_to_ask_but/) +- [Why is density value changing?](https://www.reddit.com/r/androiddev/comments/t3nxvu/why_is_density_value_changing/) +- [Pluto : Open-source On-device debugger for Android apps](https://www.reddit.com/r/androiddev/comments/t3mvt2/pluto_opensource_ondevice_debugger_for_android/) +- [Im trying to enable developer options on my phone but there isnt any build number. Can anyone help me with this problem?](https://www.reddit.com/r/androiddev/comments/t3llaf/im_trying_to_enable_developer_options_on_my_phone/) +- [Android Studio Problem](https://www.reddit.com/r/androiddev/comments/t3la0j/android_studio_problem/) +- [How to develop an alternative to google assistant for Android 11](https://www.reddit.com/r/androiddev/comments/t3l7tm/how_to_develop_an_alternative_to_google_assistant/) +- [Which of these options is the best for admob?](https://www.reddit.com/r/androiddev/comments/t3kr2k/which_of_these_options_is_the_best_for_admob/) +- [How do you keep track whether the user source is from paid Google Ads or Organic traffic?](https://www.reddit.com/r/androiddev/comments/t3jgjz/how_do_you_keep_track_whether_the_user_source_is/) ### *InfoWorld posts* From cf1cd0c5a02ff501a957549fc1cbbd97240c8063 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 2 Mar 2022 01:30:04 +0000 Subject: [PATCH 0081/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a9ccc8ad89..c915d4d118 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is there a way to "force delete" an obsolete app from users' devices?](https://www.reddit.com/r/androiddev/comments/t3uwdp/is_there_a_way_to_force_delete_an_obsolete_app/) -- [Wanting to leave production support job for android dev job but worried i wont get interviews](https://www.reddit.com/r/androiddev/comments/t3rayg/wanting_to_leave_production_support_job_for/) -- [Not sure if I can ask this or where to ask but it's about code files in android?](https://www.reddit.com/r/androiddev/comments/t3qdoa/not_sure_if_i_can_ask_this_or_where_to_ask_but/) -- [Why is density value changing?](https://www.reddit.com/r/androiddev/comments/t3nxvu/why_is_density_value_changing/) -- [Pluto : Open-source On-device debugger for Android apps](https://www.reddit.com/r/androiddev/comments/t3mvt2/pluto_opensource_ondevice_debugger_for_android/) -- [Im trying to enable developer options on my phone but there isnt any build number. Can anyone help me with this problem?](https://www.reddit.com/r/androiddev/comments/t3llaf/im_trying_to_enable_developer_options_on_my_phone/) -- [Android Studio Problem](https://www.reddit.com/r/androiddev/comments/t3la0j/android_studio_problem/) -- [How to develop an alternative to google assistant for Android 11](https://www.reddit.com/r/androiddev/comments/t3l7tm/how_to_develop_an_alternative_to_google_assistant/) -- [Which of these options is the best for admob?](https://www.reddit.com/r/androiddev/comments/t3kr2k/which_of_these_options_is_the_best_for_admob/) -- [How do you keep track whether the user source is from paid Google Ads or Organic traffic?](https://www.reddit.com/r/androiddev/comments/t3jgjz/how_do_you_keep_track_whether_the_user_source_is/) +- [why didn't google choose rust for flutter?](https://www.reddit.com/r/androiddev/comments/t4nlm8/why_didnt_google_choose_rust_for_flutter/) +- [How to get your games to run at full frame rate on Samsung phones?](https://www.reddit.com/r/androiddev/comments/t4mojm/how_to_get_your_games_to_run_at_full_frame_rate/) +- [Where to host static config file with low network latency?](https://www.reddit.com/r/androiddev/comments/t4lyer/where_to_host_static_config_file_with_low_network/) +- [A Jetpack compose demo project.](https://www.reddit.com/r/androiddev/comments/t4l6l8/a_jetpack_compose_demo_project/) +- [Colour detection with android/kotlin](https://www.reddit.com/r/androiddev/comments/t4io2d/colour_detection_with_androidkotlin/) +- [Paging, by index or by item key?](https://www.reddit.com/r/androiddev/comments/t4ew5z/paging_by_index_or_by_item_key/) +- [trying to understand Android 12 Foreground Service restrictions](https://www.reddit.com/r/androiddev/comments/t4e31p/trying_to_understand_android_12_foreground/) +- [Is there a plugin/library to generate Kotlin data/value classes which are API-stable for Java consumers?](https://www.reddit.com/r/androiddev/comments/t4dimt/is_there_a_pluginlibrary_to_generate_kotlin/) +- [Android Studio Chipmunk Beta 3 now available](https://www.reddit.com/r/androiddev/comments/t4cjfp/android_studio_chipmunk_beta_3_now_available/) +- [The solution for my Android Phone](https://www.reddit.com/r/androiddev/comments/t4bxto/the_solution_for_my_android_phone/) ### *InfoWorld posts* From f06f56aac0784f7727208c605992cb37e744157d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 3 Mar 2022 01:29:03 +0000 Subject: [PATCH 0082/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c915d4d118..1cfdf13f05 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [why didn't google choose rust for flutter?](https://www.reddit.com/r/androiddev/comments/t4nlm8/why_didnt_google_choose_rust_for_flutter/) -- [How to get your games to run at full frame rate on Samsung phones?](https://www.reddit.com/r/androiddev/comments/t4mojm/how_to_get_your_games_to_run_at_full_frame_rate/) -- [Where to host static config file with low network latency?](https://www.reddit.com/r/androiddev/comments/t4lyer/where_to_host_static_config_file_with_low_network/) -- [A Jetpack compose demo project.](https://www.reddit.com/r/androiddev/comments/t4l6l8/a_jetpack_compose_demo_project/) -- [Colour detection with android/kotlin](https://www.reddit.com/r/androiddev/comments/t4io2d/colour_detection_with_androidkotlin/) -- [Paging, by index or by item key?](https://www.reddit.com/r/androiddev/comments/t4ew5z/paging_by_index_or_by_item_key/) -- [trying to understand Android 12 Foreground Service restrictions](https://www.reddit.com/r/androiddev/comments/t4e31p/trying_to_understand_android_12_foreground/) -- [Is there a plugin/library to generate Kotlin data/value classes which are API-stable for Java consumers?](https://www.reddit.com/r/androiddev/comments/t4dimt/is_there_a_pluginlibrary_to_generate_kotlin/) -- [Android Studio Chipmunk Beta 3 now available](https://www.reddit.com/r/androiddev/comments/t4cjfp/android_studio_chipmunk_beta_3_now_available/) -- [The solution for my Android Phone](https://www.reddit.com/r/androiddev/comments/t4bxto/the_solution_for_my_android_phone/) +- [Discover and connect to other devices using Klient2Klient](https://www.reddit.com/r/androiddev/comments/t5dp93/discover_and_connect_to_other_devices_using/) +- [What Font is this? Id like to use this font in the app im currently developing, have no idea what to search to get it.](https://www.reddit.com/r/androiddev/comments/t5d2vy/what_font_is_this_id_like_to_use_this_font_in_the/) +- [how to watch youtube without Spotify pausing the music when I click play?](https://www.reddit.com/r/androiddev/comments/t5d1kb/how_to_watch_youtube_without_spotify_pausing_the/) +- [Initialising ViewModel in RecycleView Adapter?](https://www.reddit.com/r/androiddev/comments/t5bezi/initialising_viewmodel_in_recycleview_adapter/) +- [So I have an idea in mind but I'm very new to android development](https://www.reddit.com/r/androiddev/comments/t5a08b/so_i_have_an_idea_in_mind_but_im_very_new_to/) +- [How to play 4k videos on HD devices with exoplayer? Is there way to convert it to hd or FHD during play?](https://www.reddit.com/r/androiddev/comments/t58cfq/how_to_play_4k_videos_on_hd_devices_with/) +- [I'm building a customer side navigation drawer and I want this version code to be in the bottom left corner can anyone help me in fixing this .. And screen size compatibility how to resolve this ? Like in smaller screens version isn't visible it'd going beyond the screen? Help please](https://www.reddit.com/r/androiddev/comments/t57iow/im_building_a_customer_side_navigation_drawer_and/) +- [Stabilize, Modularize, Modernize: Scaling Slack’s Mobile Codebases - Slack Engineering](https://www.reddit.com/r/androiddev/comments/t563x9/stabilize_modularize_modernize_scaling_slacks/) +- [The 2022 Android Developer Roadmap: Part 2](https://www.reddit.com/r/androiddev/comments/t52zem/the_2022_android_developer_roadmap_part_2/) +- [Locked phone USB debugging](https://www.reddit.com/r/androiddev/comments/t51yph/locked_phone_usb_debugging/) ### *InfoWorld posts* From 2de37eb9867b4bdb83e74ead7d5308b79de7e408 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 4 Mar 2022 01:30:04 +0000 Subject: [PATCH 0083/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1cfdf13f05..c1b367b970 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Discover and connect to other devices using Klient2Klient](https://www.reddit.com/r/androiddev/comments/t5dp93/discover_and_connect_to_other_devices_using/) -- [What Font is this? Id like to use this font in the app im currently developing, have no idea what to search to get it.](https://www.reddit.com/r/androiddev/comments/t5d2vy/what_font_is_this_id_like_to_use_this_font_in_the/) -- [how to watch youtube without Spotify pausing the music when I click play?](https://www.reddit.com/r/androiddev/comments/t5d1kb/how_to_watch_youtube_without_spotify_pausing_the/) -- [Initialising ViewModel in RecycleView Adapter?](https://www.reddit.com/r/androiddev/comments/t5bezi/initialising_viewmodel_in_recycleview_adapter/) -- [So I have an idea in mind but I'm very new to android development](https://www.reddit.com/r/androiddev/comments/t5a08b/so_i_have_an_idea_in_mind_but_im_very_new_to/) -- [How to play 4k videos on HD devices with exoplayer? Is there way to convert it to hd or FHD during play?](https://www.reddit.com/r/androiddev/comments/t58cfq/how_to_play_4k_videos_on_hd_devices_with/) -- [I'm building a customer side navigation drawer and I want this version code to be in the bottom left corner can anyone help me in fixing this .. And screen size compatibility how to resolve this ? Like in smaller screens version isn't visible it'd going beyond the screen? Help please](https://www.reddit.com/r/androiddev/comments/t57iow/im_building_a_customer_side_navigation_drawer_and/) -- [Stabilize, Modularize, Modernize: Scaling Slack’s Mobile Codebases - Slack Engineering](https://www.reddit.com/r/androiddev/comments/t563x9/stabilize_modularize_modernize_scaling_slacks/) -- [The 2022 Android Developer Roadmap: Part 2](https://www.reddit.com/r/androiddev/comments/t52zem/the_2022_android_developer_roadmap_part_2/) -- [Locked phone USB debugging](https://www.reddit.com/r/androiddev/comments/t51yph/locked_phone_usb_debugging/) +- [changing content of gradle aar files](https://www.reddit.com/r/androiddev/comments/t64v8p/changing_content_of_gradle_aar_files/) +- [Out of the Loop/Genuinely Curious](https://www.reddit.com/r/androiddev/comments/t64at2/out_of_the_loopgenuinely_curious/) +- [Android Studio Dolphin Canary 4 now available](https://www.reddit.com/r/androiddev/comments/t644op/android_studio_dolphin_canary_4_now_available/) +- [Newbie In Need Of Help](https://www.reddit.com/r/androiddev/comments/t63v2o/newbie_in_need_of_help/) +- [How to use Hilt in a Library](https://www.reddit.com/r/androiddev/comments/t63u01/how_to_use_hilt_in_a_library/) +- [User-creatable references](https://www.reddit.com/r/androiddev/comments/t60ir2/usercreatable_references/) +- [Started my first android Dev online course with Udemy!](https://www.reddit.com/r/androiddev/comments/t5x682/started_my_first_android_dev_online_course_with/) +- [MLKIT TextRecognizer is not recognizing everything and barely nothing in portrait mode](https://www.reddit.com/r/androiddev/comments/t5u8bz/mlkit_textrecognizer_is_not_recognizing/) +- [Android Phone with a computer mouse?](https://www.reddit.com/r/androiddev/comments/t5sn9j/android_phone_with_a_computer_mouse/) +- [Roadmap for Beginers!](https://www.reddit.com/r/androiddev/comments/t5sdl1/roadmap_for_beginers/) ### *InfoWorld posts* From 254005c3bf2d1d537dee25d06cb9e3d5c5d44734 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 5 Mar 2022 01:29:45 +0000 Subject: [PATCH 0084/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c1b367b970..61a109bf8f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [changing content of gradle aar files](https://www.reddit.com/r/androiddev/comments/t64v8p/changing_content_of_gradle_aar_files/) -- [Out of the Loop/Genuinely Curious](https://www.reddit.com/r/androiddev/comments/t64at2/out_of_the_loopgenuinely_curious/) -- [Android Studio Dolphin Canary 4 now available](https://www.reddit.com/r/androiddev/comments/t644op/android_studio_dolphin_canary_4_now_available/) -- [Newbie In Need Of Help](https://www.reddit.com/r/androiddev/comments/t63v2o/newbie_in_need_of_help/) -- [How to use Hilt in a Library](https://www.reddit.com/r/androiddev/comments/t63u01/how_to_use_hilt_in_a_library/) -- [User-creatable references](https://www.reddit.com/r/androiddev/comments/t60ir2/usercreatable_references/) -- [Started my first android Dev online course with Udemy!](https://www.reddit.com/r/androiddev/comments/t5x682/started_my_first_android_dev_online_course_with/) -- [MLKIT TextRecognizer is not recognizing everything and barely nothing in portrait mode](https://www.reddit.com/r/androiddev/comments/t5u8bz/mlkit_textrecognizer_is_not_recognizing/) -- [Android Phone with a computer mouse?](https://www.reddit.com/r/androiddev/comments/t5sn9j/android_phone_with_a_computer_mouse/) -- [Roadmap for Beginers!](https://www.reddit.com/r/androiddev/comments/t5sdl1/roadmap_for_beginers/) +- [I need help, please !! the menu is not showing in the bottom navigation view](https://www.reddit.com/r/androiddev/comments/t6wjo7/i_need_help_please_the_menu_is_not_showing_in_the/) +- [FCM Data Notification & Network Access](https://www.reddit.com/r/androiddev/comments/t6tnql/fcm_data_notification_network_access/) +- [How does Gradle handles overlapping implementations?](https://www.reddit.com/r/androiddev/comments/t6tlnf/how_does_gradle_handles_overlapping/) +- [Jetpack compose routing with bottom navigation bar and standalone full screen pages](https://www.reddit.com/r/androiddev/comments/t6s5y0/jetpack_compose_routing_with_bottom_navigation/) +- [Android Studio Dolphin Canary 5 now available](https://www.reddit.com/r/androiddev/comments/t6rgy7/android_studio_dolphin_canary_5_now_available/) +- [Canadian Developer TAX on Earnings](https://www.reddit.com/r/androiddev/comments/t6rd6l/canadian_developer_tax_on_earnings/) +- [How to setup a waterfall in ironsource platform](https://www.reddit.com/r/androiddev/comments/t6pyws/how_to_setup_a_waterfall_in_ironsource_platform/) +- [Can I register a UK or US business and use it in my Google Play Merchant account?](https://www.reddit.com/r/androiddev/comments/t6pn15/can_i_register_a_uk_or_us_business_and_use_it_in/) +- [Package Installer dialog on dismiss problem](https://www.reddit.com/r/androiddev/comments/t6msuz/package_installer_dialog_on_dismiss_problem/) +- [Admob policy site behaviour navigation](https://www.reddit.com/r/androiddev/comments/t6lmuq/admob_policy_site_behaviour_navigation/) ### *InfoWorld posts* From 96c39e1cdde88a48b8ed413dae3321be18ca1607 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 6 Mar 2022 01:28:01 +0000 Subject: [PATCH 0085/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 61a109bf8f..3d337224cc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I need help, please !! the menu is not showing in the bottom navigation view](https://www.reddit.com/r/androiddev/comments/t6wjo7/i_need_help_please_the_menu_is_not_showing_in_the/) +- [Play store IAP not using current exchange rates?](https://www.reddit.com/r/androiddev/comments/t7kw8c/play_store_iap_not_using_current_exchange_rates/) +- [Android emulator does not display correctly](https://www.reddit.com/r/androiddev/comments/t7knkl/android_emulator_does_not_display_correctly/) +- [Hey guys , I wanted to get into app development as I had this idea I wanted to work upon , I researched a bit and I was looking to make my own app from scratch rather than using app making application, so I was looking for guidance on what softwares to use , or any guides available for beginners](https://www.reddit.com/r/androiddev/comments/t7dcjm/hey_guys_i_wanted_to_get_into_app_development_as/) +- [Expand/collapse animation issue in LazyColumn Jetpack compose Android](https://www.reddit.com/r/androiddev/comments/t7asti/expandcollapse_animation_issue_in_lazycolumn/) +- [Ideas to improve university app](https://www.reddit.com/r/androiddev/comments/t78517/ideas_to_improve_university_app/) - [FCM Data Notification & Network Access](https://www.reddit.com/r/androiddev/comments/t6tnql/fcm_data_notification_network_access/) - [How does Gradle handles overlapping implementations?](https://www.reddit.com/r/androiddev/comments/t6tlnf/how_does_gradle_handles_overlapping/) - [Jetpack compose routing with bottom navigation bar and standalone full screen pages](https://www.reddit.com/r/androiddev/comments/t6s5y0/jetpack_compose_routing_with_bottom_navigation/) - [Android Studio Dolphin Canary 5 now available](https://www.reddit.com/r/androiddev/comments/t6rgy7/android_studio_dolphin_canary_5_now_available/) - [Canadian Developer TAX on Earnings](https://www.reddit.com/r/androiddev/comments/t6rd6l/canadian_developer_tax_on_earnings/) -- [How to setup a waterfall in ironsource platform](https://www.reddit.com/r/androiddev/comments/t6pyws/how_to_setup_a_waterfall_in_ironsource_platform/) -- [Can I register a UK or US business and use it in my Google Play Merchant account?](https://www.reddit.com/r/androiddev/comments/t6pn15/can_i_register_a_uk_or_us_business_and_use_it_in/) -- [Package Installer dialog on dismiss problem](https://www.reddit.com/r/androiddev/comments/t6msuz/package_installer_dialog_on_dismiss_problem/) -- [Admob policy site behaviour navigation](https://www.reddit.com/r/androiddev/comments/t6lmuq/admob_policy_site_behaviour_navigation/) ### *InfoWorld posts* From aa2bbf7053a44490157237db687d022039dbf4e5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 7 Mar 2022 01:28:48 +0000 Subject: [PATCH 0086/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3d337224cc..48100b7282 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Play store IAP not using current exchange rates?](https://www.reddit.com/r/androiddev/comments/t7kw8c/play_store_iap_not_using_current_exchange_rates/) -- [Android emulator does not display correctly](https://www.reddit.com/r/androiddev/comments/t7knkl/android_emulator_does_not_display_correctly/) -- [Hey guys , I wanted to get into app development as I had this idea I wanted to work upon , I researched a bit and I was looking to make my own app from scratch rather than using app making application, so I was looking for guidance on what softwares to use , or any guides available for beginners](https://www.reddit.com/r/androiddev/comments/t7dcjm/hey_guys_i_wanted_to_get_into_app_development_as/) -- [Expand/collapse animation issue in LazyColumn Jetpack compose Android](https://www.reddit.com/r/androiddev/comments/t7asti/expandcollapse_animation_issue_in_lazycolumn/) -- [Ideas to improve university app](https://www.reddit.com/r/androiddev/comments/t78517/ideas_to_improve_university_app/) -- [FCM Data Notification & Network Access](https://www.reddit.com/r/androiddev/comments/t6tnql/fcm_data_notification_network_access/) -- [How does Gradle handles overlapping implementations?](https://www.reddit.com/r/androiddev/comments/t6tlnf/how_does_gradle_handles_overlapping/) -- [Jetpack compose routing with bottom navigation bar and standalone full screen pages](https://www.reddit.com/r/androiddev/comments/t6s5y0/jetpack_compose_routing_with_bottom_navigation/) -- [Android Studio Dolphin Canary 5 now available](https://www.reddit.com/r/androiddev/comments/t6rgy7/android_studio_dolphin_canary_5_now_available/) -- [Canadian Developer TAX on Earnings](https://www.reddit.com/r/androiddev/comments/t6rd6l/canadian_developer_tax_on_earnings/) +- [NavArgs suddenly stopped working.](https://www.reddit.com/r/androiddev/comments/t8chmk/navargs_suddenly_stopped_working/) +- [.Net MAUI CALCULATOR APP](https://www.reddit.com/r/androiddev/comments/t89vbq/net_maui_calculator_app/) +- [Can one use a USB c to USB c cable to run fastboot commands off one device to another?](https://www.reddit.com/r/androiddev/comments/t86ozi/can_one_use_a_usb_c_to_usb_c_cable_to_run/) +- [Flutter & React Native UI builder online](https://www.reddit.com/r/androiddev/comments/t86iym/flutter_react_native_ui_builder_online/) +- [My developer account terminated without prior warning](https://www.reddit.com/r/androiddev/comments/t867tf/my_developer_account_terminated_without_prior/) +- [is it possible to control a phone using another phone through a cable?](https://www.reddit.com/r/androiddev/comments/t8206t/is_it_possible_to_control_a_phone_using_another/) +- [How can I include a Bottom Navigation Bar on my application without having to copy over the code to all the activities?](https://www.reddit.com/r/androiddev/comments/t7zoze/how_can_i_include_a_bottom_navigation_bar_on_my/) +- [Android vs. iOS](https://www.reddit.com/r/androiddev/comments/t7xvt7/android_vs_ios/) +- [Starting Out with Android Dev](https://www.reddit.com/r/androiddev/comments/t7urzh/starting_out_with_android_dev/) +- [Just got a new job, company gave me an M1 but the app only supports x86. Is there a way I can run x86 images through the M1 version of Android Studio?](https://www.reddit.com/r/androiddev/comments/t7tu9c/just_got_a_new_job_company_gave_me_an_m1_but_the/) ### *InfoWorld posts* From c71ad9bc138fc0101eb08db6b0cb943a4e98e5d1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 8 Mar 2022 01:29:12 +0000 Subject: [PATCH 0087/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 48100b7282..65fcd0b346 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [NavArgs suddenly stopped working.](https://www.reddit.com/r/androiddev/comments/t8chmk/navargs_suddenly_stopped_working/) -- [.Net MAUI CALCULATOR APP](https://www.reddit.com/r/androiddev/comments/t89vbq/net_maui_calculator_app/) -- [Can one use a USB c to USB c cable to run fastboot commands off one device to another?](https://www.reddit.com/r/androiddev/comments/t86ozi/can_one_use_a_usb_c_to_usb_c_cable_to_run/) -- [Flutter & React Native UI builder online](https://www.reddit.com/r/androiddev/comments/t86iym/flutter_react_native_ui_builder_online/) -- [My developer account terminated without prior warning](https://www.reddit.com/r/androiddev/comments/t867tf/my_developer_account_terminated_without_prior/) -- [is it possible to control a phone using another phone through a cable?](https://www.reddit.com/r/androiddev/comments/t8206t/is_it_possible_to_control_a_phone_using_another/) -- [How can I include a Bottom Navigation Bar on my application without having to copy over the code to all the activities?](https://www.reddit.com/r/androiddev/comments/t7zoze/how_can_i_include_a_bottom_navigation_bar_on_my/) -- [Android vs. iOS](https://www.reddit.com/r/androiddev/comments/t7xvt7/android_vs_ios/) -- [Starting Out with Android Dev](https://www.reddit.com/r/androiddev/comments/t7urzh/starting_out_with_android_dev/) -- [Just got a new job, company gave me an M1 but the app only supports x86. Is there a way I can run x86 images through the M1 version of Android Studio?](https://www.reddit.com/r/androiddev/comments/t7tu9c/just_got_a_new_job_company_gave_me_an_m1_but_the/) +- [How to improve Android Development skills further with current side project?](https://www.reddit.com/r/androiddev/comments/t92omh/how_to_improve_android_development_skills_further/) +- [Display a line chart using MPAndroidChart](https://www.reddit.com/r/androiddev/comments/t92ed4/display_a_line_chart_using_mpandroidchart/) +- [Main thread priority equals background thread priority](https://www.reddit.com/r/androiddev/comments/t90zwn/main_thread_priority_equals_background_thread/) +- [Wear OS Complication weirdness](https://www.reddit.com/r/androiddev/comments/t8yfl8/wear_os_complication_weirdness/) +- [Optical color pattern recognizer - Android](https://www.reddit.com/r/androiddev/comments/t8x8bu/optical_color_pattern_recognizer_android/) +- [please i need help](https://www.reddit.com/r/androiddev/comments/t8uuqe/please_i_need_help/) +- [Are there functionalities in Android which are easier to implement than in iOS?](https://www.reddit.com/r/androiddev/comments/t8s8gw/are_there_functionalities_in_android_which_are/) +- [Please Help cant get Android studio to show my app on the AVD](https://www.reddit.com/r/androiddev/comments/t8q1b5/please_help_cant_get_android_studio_to_show_my/) +- [Weekly Who's Hiring Thread - March 07, 2022](https://www.reddit.com/r/androiddev/comments/t8ptz7/weekly_whos_hiring_thread_march_07_2022/) +- [Navigation drawer - cannot return home after navigation](https://www.reddit.com/r/androiddev/comments/t8p4kp/navigation_drawer_cannot_return_home_after/) ### *InfoWorld posts* From bf765e3989c7373ad57685cd86cfc4a76e9046cd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 9 Mar 2022 01:28:58 +0000 Subject: [PATCH 0088/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 65fcd0b346..248f6f12cf 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to improve Android Development skills further with current side project?](https://www.reddit.com/r/androiddev/comments/t92omh/how_to_improve_android_development_skills_further/) -- [Display a line chart using MPAndroidChart](https://www.reddit.com/r/androiddev/comments/t92ed4/display_a_line_chart_using_mpandroidchart/) -- [Main thread priority equals background thread priority](https://www.reddit.com/r/androiddev/comments/t90zwn/main_thread_priority_equals_background_thread/) -- [Wear OS Complication weirdness](https://www.reddit.com/r/androiddev/comments/t8yfl8/wear_os_complication_weirdness/) -- [Optical color pattern recognizer - Android](https://www.reddit.com/r/androiddev/comments/t8x8bu/optical_color_pattern_recognizer_android/) -- [please i need help](https://www.reddit.com/r/androiddev/comments/t8uuqe/please_i_need_help/) -- [Are there functionalities in Android which are easier to implement than in iOS?](https://www.reddit.com/r/androiddev/comments/t8s8gw/are_there_functionalities_in_android_which_are/) -- [Please Help cant get Android studio to show my app on the AVD](https://www.reddit.com/r/androiddev/comments/t8q1b5/please_help_cant_get_android_studio_to_show_my/) -- [Weekly Who's Hiring Thread - March 07, 2022](https://www.reddit.com/r/androiddev/comments/t8ptz7/weekly_whos_hiring_thread_march_07_2022/) -- [Navigation drawer - cannot return home after navigation](https://www.reddit.com/r/androiddev/comments/t8p4kp/navigation_drawer_cannot_return_home_after/) +- [Android Notification HowTo](https://www.reddit.com/r/androiddev/comments/t9w1db/android_notification_howto/) +- [cat controls dont work](https://www.reddit.com/r/androiddev/comments/t9tcin/cat_controls_dont_work/) +- [An open source compositional deadlock detector for Android Java](https://www.reddit.com/r/androiddev/comments/t9mt7g/an_open_source_compositional_deadlock_detector/) +- [Compose destination for those who were hurt by compose navigation](https://www.reddit.com/r/androiddev/comments/t9m0yf/compose_destination_for_those_who_were_hurt_by/) +- [Android Services Quiz](https://www.reddit.com/r/androiddev/comments/t9lyu0/android_services_quiz/) +- [Update Play Store version by released apk](https://www.reddit.com/r/androiddev/comments/t9l7ax/update_play_store_version_by_released_apk/) +- [Basic application with Jetpack compose vs flutter](https://www.reddit.com/r/androiddev/comments/t9jeju/basic_application_with_jetpack_compose_vs_flutter/) +- [Anyone experiencing long review times?](https://www.reddit.com/r/androiddev/comments/t9j5bb/anyone_experiencing_long_review_times/) +- [Wha development tools has your company created that help improve your android development process?](https://www.reddit.com/r/androiddev/comments/t9j25k/wha_development_tools_has_your_company_created/) +- [Using custom backend](https://www.reddit.com/r/androiddev/comments/t9huff/using_custom_backend/) ### *InfoWorld posts* From 594e8128714c5ad17780b0970ea5855b6698e643 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 10 Mar 2022 01:30:01 +0000 Subject: [PATCH 0089/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 248f6f12cf..aea783e1d4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Notification HowTo](https://www.reddit.com/r/androiddev/comments/t9w1db/android_notification_howto/) -- [cat controls dont work](https://www.reddit.com/r/androiddev/comments/t9tcin/cat_controls_dont_work/) -- [An open source compositional deadlock detector for Android Java](https://www.reddit.com/r/androiddev/comments/t9mt7g/an_open_source_compositional_deadlock_detector/) -- [Compose destination for those who were hurt by compose navigation](https://www.reddit.com/r/androiddev/comments/t9m0yf/compose_destination_for_those_who_were_hurt_by/) -- [Android Services Quiz](https://www.reddit.com/r/androiddev/comments/t9lyu0/android_services_quiz/) -- [Update Play Store version by released apk](https://www.reddit.com/r/androiddev/comments/t9l7ax/update_play_store_version_by_released_apk/) -- [Basic application with Jetpack compose vs flutter](https://www.reddit.com/r/androiddev/comments/t9jeju/basic_application_with_jetpack_compose_vs_flutter/) -- [Anyone experiencing long review times?](https://www.reddit.com/r/androiddev/comments/t9j5bb/anyone_experiencing_long_review_times/) -- [Wha development tools has your company created that help improve your android development process?](https://www.reddit.com/r/androiddev/comments/t9j25k/wha_development_tools_has_your_company_created/) -- [Using custom backend](https://www.reddit.com/r/androiddev/comments/t9huff/using_custom_backend/) +- [Meta Open-Sources A Compositional Deadlock Detector for Android Java](https://www.reddit.com/r/androiddev/comments/tamlcr/meta_opensources_a_compositional_deadlock/) +- [Playstore requires minimum users to have MAU/DAU?](https://www.reddit.com/r/androiddev/comments/tamiys/playstore_requires_minimum_users_to_have_maudau/) +- [.net maui bmi app](https://www.reddit.com/r/androiddev/comments/taiwu4/net_maui_bmi_app/) +- [Looking for mockup/wireframing app](https://www.reddit.com/r/androiddev/comments/taim9r/looking_for_mockupwireframing_app/) +- [How to get current voltage of charging?](https://www.reddit.com/r/androiddev/comments/tai2g9/how_to_get_current_voltage_of_charging/) +- [S3B1.220218.004 Google what are you doing 😡](https://www.reddit.com/r/androiddev/comments/tai1w5/s3b1220218004_google_what_are_you_doing/) +- [Help me understand Android Dev a bit better](https://www.reddit.com/r/androiddev/comments/tahwbx/help_me_understand_android_dev_a_bit_better/) +- [Jetpack Navigation and Swapping tabs animations](https://www.reddit.com/r/androiddev/comments/tag9y0/jetpack_navigation_and_swapping_tabs_animations/) +- [Android Studio Chipmunk Beta 4 now available](https://www.reddit.com/r/androiddev/comments/tag4or/android_studio_chipmunk_beta_4_now_available/) +- [No internet connection after flashing Gapps.](https://www.reddit.com/r/androiddev/comments/taffq1/no_internet_connection_after_flashing_gapps/) ### *InfoWorld posts* From 309451fc1a61ba07318654e412fbdf541ae963e5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 11 Mar 2022 01:29:12 +0000 Subject: [PATCH 0090/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index aea783e1d4..32db9b2a87 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Meta Open-Sources A Compositional Deadlock Detector for Android Java](https://www.reddit.com/r/androiddev/comments/tamlcr/meta_opensources_a_compositional_deadlock/) -- [Playstore requires minimum users to have MAU/DAU?](https://www.reddit.com/r/androiddev/comments/tamiys/playstore_requires_minimum_users_to_have_maudau/) -- [.net maui bmi app](https://www.reddit.com/r/androiddev/comments/taiwu4/net_maui_bmi_app/) -- [Looking for mockup/wireframing app](https://www.reddit.com/r/androiddev/comments/taim9r/looking_for_mockupwireframing_app/) -- [How to get current voltage of charging?](https://www.reddit.com/r/androiddev/comments/tai2g9/how_to_get_current_voltage_of_charging/) -- [S3B1.220218.004 Google what are you doing 😡](https://www.reddit.com/r/androiddev/comments/tai1w5/s3b1220218004_google_what_are_you_doing/) -- [Help me understand Android Dev a bit better](https://www.reddit.com/r/androiddev/comments/tahwbx/help_me_understand_android_dev_a_bit_better/) -- [Jetpack Navigation and Swapping tabs animations](https://www.reddit.com/r/androiddev/comments/tag9y0/jetpack_navigation_and_swapping_tabs_animations/) -- [Android Studio Chipmunk Beta 4 now available](https://www.reddit.com/r/androiddev/comments/tag4or/android_studio_chipmunk_beta_4_now_available/) -- [No internet connection after flashing Gapps.](https://www.reddit.com/r/androiddev/comments/taffq1/no_internet_connection_after_flashing_gapps/) +- [NX Launcher - Simulator for Android](https://www.reddit.com/r/androiddev/comments/tbd8hc/nx_launcher_simulator_for_android/) +- [HELP! Forced to change app name to adhere to <30 char policy. Now organic installs have fell by more than 80% - major financial loss. Is this temporary fall on the charts and keywords?](https://www.reddit.com/r/androiddev/comments/tbc5bb/help_forced_to_change_app_name_to_adhere_to_30/) +- [Recommend a Complete resource "Odin Project" Like for Android Developer.](https://www.reddit.com/r/androiddev/comments/tb8au3/recommend_a_complete_resource_odin_project_like/) +- [Where to Start?](https://www.reddit.com/r/androiddev/comments/tb86k6/where_to_start/) +- [Fed up with Google Play Store](https://www.reddit.com/r/androiddev/comments/tb5as2/fed_up_with_google_play_store/) +- [Discussion: Do you write instrumented tests?](https://www.reddit.com/r/androiddev/comments/tb4fkf/discussion_do_you_write_instrumented_tests/) +- [Extraction of game files on apk](https://www.reddit.com/r/androiddev/comments/tb33mc/extraction_of_game_files_on_apk/) +- [Reboot history](https://www.reddit.com/r/androiddev/comments/tazyzz/reboot_history/) +- [Alternatives to AdMob](https://www.reddit.com/r/androiddev/comments/tazfgu/alternatives_to_admob/) +- [Send live audio stream from client to server using WebSocket and OkHttp client](https://www.reddit.com/r/androiddev/comments/tay128/send_live_audio_stream_from_client_to_server/) ### *InfoWorld posts* From cb8d49575b88e6bc9f55640484611766681e78c5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 12 Mar 2022 01:26:19 +0000 Subject: [PATCH 0091/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 32db9b2a87..9a6a88d0df 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [NX Launcher - Simulator for Android](https://www.reddit.com/r/androiddev/comments/tbd8hc/nx_launcher_simulator_for_android/) -- [HELP! Forced to change app name to adhere to <30 char policy. Now organic installs have fell by more than 80% - major financial loss. Is this temporary fall on the charts and keywords?](https://www.reddit.com/r/androiddev/comments/tbc5bb/help_forced_to_change_app_name_to_adhere_to_30/) -- [Recommend a Complete resource "Odin Project" Like for Android Developer.](https://www.reddit.com/r/androiddev/comments/tb8au3/recommend_a_complete_resource_odin_project_like/) -- [Where to Start?](https://www.reddit.com/r/androiddev/comments/tb86k6/where_to_start/) -- [Fed up with Google Play Store](https://www.reddit.com/r/androiddev/comments/tb5as2/fed_up_with_google_play_store/) -- [Discussion: Do you write instrumented tests?](https://www.reddit.com/r/androiddev/comments/tb4fkf/discussion_do_you_write_instrumented_tests/) -- [Extraction of game files on apk](https://www.reddit.com/r/androiddev/comments/tb33mc/extraction_of_game_files_on_apk/) -- [Reboot history](https://www.reddit.com/r/androiddev/comments/tazyzz/reboot_history/) -- [Alternatives to AdMob](https://www.reddit.com/r/androiddev/comments/tazfgu/alternatives_to_admob/) -- [Send live audio stream from client to server using WebSocket and OkHttp client](https://www.reddit.com/r/androiddev/comments/tay128/send_live_audio_stream_from_client_to_server/) +- [Has anyone ever figured out why some ANRs say "Stack trace not available"?](https://www.reddit.com/r/androiddev/comments/tc3ge8/has_anyone_ever_figured_out_why_some_anrs_say/) +- [Why do some payments get stuck in "payment processing"?](https://www.reddit.com/r/androiddev/comments/tc31oa/why_do_some_payments_get_stuck_in_payment/) +- [Exploring the new Android 13 Per-app Language preferences](https://www.reddit.com/r/androiddev/comments/tc304g/exploring_the_new_android_13_perapp_language/) +- [Dialog vs Sheet](https://www.reddit.com/r/androiddev/comments/tc2ws2/dialog_vs_sheet/) +- [Is it better from a career perspective to focus on Android app development or learn backend also?](https://www.reddit.com/r/androiddev/comments/tc1xz0/is_it_better_from_a_career_perspective_to_focus/) +- [Instead of displaying google ads, can I display ads for my ebooks (sold outside of my app)?](https://www.reddit.com/r/androiddev/comments/tbxfct/instead_of_displaying_google_ads_can_i_display/) +- [Seeking advice for making a bestiary for a game companion app](https://www.reddit.com/r/androiddev/comments/tbuvqq/seeking_advice_for_making_a_bestiary_for_a_game/) +- [Any tips for someone starting Android development?](https://www.reddit.com/r/androiddev/comments/tbsdat/any_tips_for_someone_starting_android_development/) +- [Android Study Jams swags!!](https://www.reddit.com/r/androiddev/comments/tbs57j/android_study_jams_swags/) +- [App Feedback Thread - March 11, 2022](https://www.reddit.com/r/androiddev/comments/tbqqza/app_feedback_thread_march_11_2022/) ### *InfoWorld posts* From 1fbbd47b8f255b316f36963f5618dfbf129143d4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 13 Mar 2022 01:27:25 +0000 Subject: [PATCH 0092/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9a6a88d0df..d11a3096f9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Has anyone ever figured out why some ANRs say "Stack trace not available"?](https://www.reddit.com/r/androiddev/comments/tc3ge8/has_anyone_ever_figured_out_why_some_anrs_say/) -- [Why do some payments get stuck in "payment processing"?](https://www.reddit.com/r/androiddev/comments/tc31oa/why_do_some_payments_get_stuck_in_payment/) -- [Exploring the new Android 13 Per-app Language preferences](https://www.reddit.com/r/androiddev/comments/tc304g/exploring_the_new_android_13_perapp_language/) -- [Dialog vs Sheet](https://www.reddit.com/r/androiddev/comments/tc2ws2/dialog_vs_sheet/) -- [Is it better from a career perspective to focus on Android app development or learn backend also?](https://www.reddit.com/r/androiddev/comments/tc1xz0/is_it_better_from_a_career_perspective_to_focus/) -- [Instead of displaying google ads, can I display ads for my ebooks (sold outside of my app)?](https://www.reddit.com/r/androiddev/comments/tbxfct/instead_of_displaying_google_ads_can_i_display/) -- [Seeking advice for making a bestiary for a game companion app](https://www.reddit.com/r/androiddev/comments/tbuvqq/seeking_advice_for_making_a_bestiary_for_a_game/) -- [Any tips for someone starting Android development?](https://www.reddit.com/r/androiddev/comments/tbsdat/any_tips_for_someone_starting_android_development/) -- [Android Study Jams swags!!](https://www.reddit.com/r/androiddev/comments/tbs57j/android_study_jams_swags/) -- [App Feedback Thread - March 11, 2022](https://www.reddit.com/r/androiddev/comments/tbqqza/app_feedback_thread_march_11_2022/) +- [Can a reactivated app get its old rank back in Play Store?](https://www.reddit.com/r/androiddev/comments/tctk8y/can_a_reactivated_app_get_its_old_rank_back_in/) +- [Work environment - choosing OS](https://www.reddit.com/r/androiddev/comments/tct06v/work_environment_choosing_os/) +- [Top 4 ways to earn money with a mobile app or game](https://www.reddit.com/r/androiddev/comments/tcruxo/top_4_ways_to_earn_money_with_a_mobile_app_or_game/) +- [ListAdapter search not updating some parts of item when i search then click on searched Item it gets original item not searched item](https://www.reddit.com/r/androiddev/comments/tcqen8/listadapter_search_not_updating_some_parts_of/) +- [Question about Google AdMob eCPM floor purpose.](https://www.reddit.com/r/androiddev/comments/tcpqga/question_about_google_admob_ecpm_floor_purpose/) +- [Crop and rotate images in compose, lack of examples](https://www.reddit.com/r/androiddev/comments/tcowhd/crop_and_rotate_images_in_compose_lack_of_examples/) +- [Setting Ethernet through Java](https://www.reddit.com/r/androiddev/comments/tcj2lw/setting_ethernet_through_java/) +- [Is Using Webviews For Some Components a Good Practice ;](https://www.reddit.com/r/androiddev/comments/tcc3f4/is_using_webviews_for_some_components_a_good/) +- [Made Flipping Poker Card Animation using Jetpack Compose](https://www.reddit.com/r/androiddev/comments/tc9vki/made_flipping_poker_card_animation_using_jetpack/) +- [Using Retrofit inside ViewModel with Authentication in multiple activities](https://www.reddit.com/r/androiddev/comments/tc5zji/using_retrofit_inside_viewmodel_with/) ### *InfoWorld posts* From 7e65cbb2f42639a69c28b92c9a770da041e34b5b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 14 Mar 2022 01:29:48 +0000 Subject: [PATCH 0093/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d11a3096f9..15b0102a2b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Can a reactivated app get its old rank back in Play Store?](https://www.reddit.com/r/androiddev/comments/tctk8y/can_a_reactivated_app_get_its_old_rank_back_in/) -- [Work environment - choosing OS](https://www.reddit.com/r/androiddev/comments/tct06v/work_environment_choosing_os/) -- [Top 4 ways to earn money with a mobile app or game](https://www.reddit.com/r/androiddev/comments/tcruxo/top_4_ways_to_earn_money_with_a_mobile_app_or_game/) -- [ListAdapter search not updating some parts of item when i search then click on searched Item it gets original item not searched item](https://www.reddit.com/r/androiddev/comments/tcqen8/listadapter_search_not_updating_some_parts_of/) -- [Question about Google AdMob eCPM floor purpose.](https://www.reddit.com/r/androiddev/comments/tcpqga/question_about_google_admob_ecpm_floor_purpose/) -- [Crop and rotate images in compose, lack of examples](https://www.reddit.com/r/androiddev/comments/tcowhd/crop_and_rotate_images_in_compose_lack_of_examples/) -- [Setting Ethernet through Java](https://www.reddit.com/r/androiddev/comments/tcj2lw/setting_ethernet_through_java/) -- [Is Using Webviews For Some Components a Good Practice ;](https://www.reddit.com/r/androiddev/comments/tcc3f4/is_using_webviews_for_some_components_a_good/) -- [Made Flipping Poker Card Animation using Jetpack Compose](https://www.reddit.com/r/androiddev/comments/tc9vki/made_flipping_poker_card_animation_using_jetpack/) -- [Using Retrofit inside ViewModel with Authentication in multiple activities](https://www.reddit.com/r/androiddev/comments/tc5zji/using_retrofit_inside_viewmodel_with/) +- [What is the usage of ContentProvider in android?](https://www.reddit.com/r/androiddev/comments/tdl9jf/what_is_the_usage_of_contentprovider_in_android/) +- [How to make a file manager android app for TV (focus highlighting)?](https://www.reddit.com/r/androiddev/comments/tdk833/how_to_make_a_file_manager_android_app_for_tv/) +- [Move ArrayList to another Activity and display it in a list.](https://www.reddit.com/r/androiddev/comments/tdh7a5/move_arraylist_to_another_activity_and_display_it/) +- [Unique segmented arc view with rich customisation options!](https://www.reddit.com/r/androiddev/comments/tdgtjx/unique_segmented_arc_view_with_rich_customisation/) +- [Getting AdMob ads to show when using App Bundle and bundletool](https://www.reddit.com/r/androiddev/comments/tddrdv/getting_admob_ads_to_show_when_using_app_bundle/) +- [Library using jetpack compose](https://www.reddit.com/r/androiddev/comments/tdbmd2/library_using_jetpack_compose/) +- [How do you decide whether or not to accept Firebase A/B testing result?](https://www.reddit.com/r/androiddev/comments/tdapxy/how_do_you_decide_whether_or_not_to_accept/) +- [A general TreeView implementation for android base on RecyclerView](https://www.reddit.com/r/androiddev/comments/td9sv3/a_general_treeview_implementation_for_android/) +- [Android Studio no virtual SD Card](https://www.reddit.com/r/androiddev/comments/td8ivo/android_studio_no_virtual_sd_card/) +- [Copyright Free Short Song Snippets](https://www.reddit.com/r/androiddev/comments/td70ki/copyright_free_short_song_snippets/) ### *InfoWorld posts* From 109cc52acffd6004cc328fb6bc5000ccaa260860 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 15 Mar 2022 01:29:12 +0000 Subject: [PATCH 0094/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 15b0102a2b..fdd153474a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What is the usage of ContentProvider in android?](https://www.reddit.com/r/androiddev/comments/tdl9jf/what_is_the_usage_of_contentprovider_in_android/) -- [How to make a file manager android app for TV (focus highlighting)?](https://www.reddit.com/r/androiddev/comments/tdk833/how_to_make_a_file_manager_android_app_for_tv/) -- [Move ArrayList to another Activity and display it in a list.](https://www.reddit.com/r/androiddev/comments/tdh7a5/move_arraylist_to_another_activity_and_display_it/) -- [Unique segmented arc view with rich customisation options!](https://www.reddit.com/r/androiddev/comments/tdgtjx/unique_segmented_arc_view_with_rich_customisation/) -- [Getting AdMob ads to show when using App Bundle and bundletool](https://www.reddit.com/r/androiddev/comments/tddrdv/getting_admob_ads_to_show_when_using_app_bundle/) -- [Library using jetpack compose](https://www.reddit.com/r/androiddev/comments/tdbmd2/library_using_jetpack_compose/) -- [How do you decide whether or not to accept Firebase A/B testing result?](https://www.reddit.com/r/androiddev/comments/tdapxy/how_do_you_decide_whether_or_not_to_accept/) -- [A general TreeView implementation for android base on RecyclerView](https://www.reddit.com/r/androiddev/comments/td9sv3/a_general_treeview_implementation_for_android/) -- [Android Studio no virtual SD Card](https://www.reddit.com/r/androiddev/comments/td8ivo/android_studio_no_virtual_sd_card/) -- [Copyright Free Short Song Snippets](https://www.reddit.com/r/androiddev/comments/td70ki/copyright_free_short_song_snippets/) +- [How can I find hidden animation/gif data in Android app?](https://www.reddit.com/r/androiddev/comments/tebbi0/how_can_i_find_hidden_animationgif_data_in/) +- [I ported the Spotify Mobius GitHub wiki to GitHub Pages + MkDocs with light and dark modes. I just created the issue and filed the PR. Let's see what happens!](https://www.reddit.com/r/androiddev/comments/teance/i_ported_the_spotify_mobius_github_wiki_to_github/) +- [Google Play Console question](https://www.reddit.com/r/androiddev/comments/te5en4/google_play_console_question/) +- [Android Studio Dolphin Canary 6 now available](https://www.reddit.com/r/androiddev/comments/te4wh5/android_studio_dolphin_canary_6_now_available/) +- [Introduction to Architecture - MAD Skills](https://www.reddit.com/r/androiddev/comments/te3g7d/introduction_to_architecture_mad_skills/) +- [LeetDroid - An android client for LeetCode](https://www.reddit.com/r/androiddev/comments/te2fzm/leetdroid_an_android_client_for_leetcode/) +- [Starting out](https://www.reddit.com/r/androiddev/comments/te1aqb/starting_out/) +- [How does the recycling work with Compose lazyList and LazyVerticalGrid?](https://www.reddit.com/r/androiddev/comments/te0ld8/how_does_the_recycling_work_with_compose_lazylist/) +- [Rich Push Notifications with bigPicture / bigText Style + Actions without having to expand](https://www.reddit.com/r/androiddev/comments/tdzd4v/rich_push_notifications_with_bigpicture_bigtext/) +- [How to record & replay http traffic in Android and iOS apps](https://www.reddit.com/r/androiddev/comments/tdytzt/how_to_record_replay_http_traffic_in_android_and/) ### *InfoWorld posts* From f1beec1347657a0fc25c9c311f0688716f4fb72d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 16 Mar 2022 01:29:27 +0000 Subject: [PATCH 0095/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fdd153474a..fd47fe2e61 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How can I find hidden animation/gif data in Android app?](https://www.reddit.com/r/androiddev/comments/tebbi0/how_can_i_find_hidden_animationgif_data_in/) -- [I ported the Spotify Mobius GitHub wiki to GitHub Pages + MkDocs with light and dark modes. I just created the issue and filed the PR. Let's see what happens!](https://www.reddit.com/r/androiddev/comments/teance/i_ported_the_spotify_mobius_github_wiki_to_github/) -- [Google Play Console question](https://www.reddit.com/r/androiddev/comments/te5en4/google_play_console_question/) -- [Android Studio Dolphin Canary 6 now available](https://www.reddit.com/r/androiddev/comments/te4wh5/android_studio_dolphin_canary_6_now_available/) -- [Introduction to Architecture - MAD Skills](https://www.reddit.com/r/androiddev/comments/te3g7d/introduction_to_architecture_mad_skills/) -- [LeetDroid - An android client for LeetCode](https://www.reddit.com/r/androiddev/comments/te2fzm/leetdroid_an_android_client_for_leetcode/) -- [Starting out](https://www.reddit.com/r/androiddev/comments/te1aqb/starting_out/) -- [How does the recycling work with Compose lazyList and LazyVerticalGrid?](https://www.reddit.com/r/androiddev/comments/te0ld8/how_does_the_recycling_work_with_compose_lazylist/) -- [Rich Push Notifications with bigPicture / bigText Style + Actions without having to expand](https://www.reddit.com/r/androiddev/comments/tdzd4v/rich_push_notifications_with_bigpicture_bigtext/) -- [How to record & replay http traffic in Android and iOS apps](https://www.reddit.com/r/androiddev/comments/tdytzt/how_to_record_replay_http_traffic_in_android_and/) +- [AVD Manager Virtual Device iPhone X Skin](https://www.reddit.com/r/androiddev/comments/tf31oj/avd_manager_virtual_device_iphone_x_skin/) +- [App slows down when user is not touching the screen](https://www.reddit.com/r/androiddev/comments/tezw0u/app_slows_down_when_user_is_not_touching_the/) +- [Clarification on media libraries](https://www.reddit.com/r/androiddev/comments/texzij/clarification_on_media_libraries/) +- [How would you feel about Google Play charging developers an annual fee like the App Store does?](https://www.reddit.com/r/androiddev/comments/texvm1/how_would_you_feel_about_google_play_charging/) +- [Trying to convert FrameLayout to Bitmap but I cant get the text that comes with it](https://www.reddit.com/r/androiddev/comments/texdqn/trying_to_convert_framelayout_to_bitmap_but_i/) +- [Any android base game repo somewhere ?](https://www.reddit.com/r/androiddev/comments/tew2ah/any_android_base_game_repo_somewhere/) +- [How do you allow the user to draw and edit rectangles and circles?](https://www.reddit.com/r/androiddev/comments/tett3y/how_do_you_allow_the_user_to_draw_and_edit/) +- [Web Developer -> Android Application Developer](https://www.reddit.com/r/androiddev/comments/tesspy/web_developer_android_application_developer/) +- [Android Studio on Raspberry Pi](https://www.reddit.com/r/androiddev/comments/tesq1y/android_studio_on_raspberry_pi/) +- [Android Developer Tips: Interview with Ivan Morgillo a freelance Android Developer currently working for Novoda, and the co-host of Code with the Italians, LifeStyle + AndroidCommunity + encouraging junior developers + Technical + Kotlin](https://www.reddit.com/r/androiddev/comments/tes49a/android_developer_tips_interview_with_ivan/) ### *InfoWorld posts* From 2aa1b34fd0530174d0243b1dcb5f2d1891a3e3c3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 17 Mar 2022 01:29:46 +0000 Subject: [PATCH 0096/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fd47fe2e61..eafe70b436 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [AVD Manager Virtual Device iPhone X Skin](https://www.reddit.com/r/androiddev/comments/tf31oj/avd_manager_virtual_device_iphone_x_skin/) -- [App slows down when user is not touching the screen](https://www.reddit.com/r/androiddev/comments/tezw0u/app_slows_down_when_user_is_not_touching_the/) -- [Clarification on media libraries](https://www.reddit.com/r/androiddev/comments/texzij/clarification_on_media_libraries/) -- [How would you feel about Google Play charging developers an annual fee like the App Store does?](https://www.reddit.com/r/androiddev/comments/texvm1/how_would_you_feel_about_google_play_charging/) -- [Trying to convert FrameLayout to Bitmap but I cant get the text that comes with it](https://www.reddit.com/r/androiddev/comments/texdqn/trying_to_convert_framelayout_to_bitmap_but_i/) -- [Any android base game repo somewhere ?](https://www.reddit.com/r/androiddev/comments/tew2ah/any_android_base_game_repo_somewhere/) -- [How do you allow the user to draw and edit rectangles and circles?](https://www.reddit.com/r/androiddev/comments/tett3y/how_do_you_allow_the_user_to_draw_and_edit/) -- [Web Developer -> Android Application Developer](https://www.reddit.com/r/androiddev/comments/tesspy/web_developer_android_application_developer/) -- [Android Studio on Raspberry Pi](https://www.reddit.com/r/androiddev/comments/tesq1y/android_studio_on_raspberry_pi/) -- [Android Developer Tips: Interview with Ivan Morgillo a freelance Android Developer currently working for Novoda, and the co-host of Code with the Italians, LifeStyle + AndroidCommunity + encouraging junior developers + Technical + Kotlin](https://www.reddit.com/r/androiddev/comments/tes49a/android_developer_tips_interview_with_ivan/) +- [In which cases should I use different Admob banners? (Fragment/Activity)](https://www.reddit.com/r/androiddev/comments/tfxlok/in_which_cases_should_i_use_different_admob/) +- [What is the difference between viewModel() from the architecture components library and hiltViewModel()?](https://www.reddit.com/r/androiddev/comments/tfwozd/what_is_the_difference_between_viewmodel_from_the/) +- [Is the recent apps UI something you have to completely implement yourself now since it is no longer part of the system or is there some sort of intent you can call?](https://www.reddit.com/r/androiddev/comments/tfvwkf/is_the_recent_apps_ui_something_you_have_to/) +- [Aged like milk](https://www.reddit.com/r/androiddev/comments/tftwnm/aged_like_milk/) +- [Put android device to sleep programmatically and wake it up at a specific time](https://www.reddit.com/r/androiddev/comments/tfovbi/put_android_device_to_sleep_programmatically_and/) +- [New to mobile dev - question about accessing hardware](https://www.reddit.com/r/androiddev/comments/tfo1t3/new_to_mobile_dev_question_about_accessing/) +- [A browser App that could substitute YouTube Vanced](https://www.reddit.com/r/androiddev/comments/tfmyk9/a_browser_app_that_could_substitute_youtube_vanced/) +- [strange behavior for newly created Android app](https://www.reddit.com/r/androiddev/comments/tfmem8/strange_behavior_for_newly_created_android_app/) +- [Android App Link handling Issue in Chrome Browser Version](https://www.reddit.com/r/androiddev/comments/tfmabf/android_app_link_handling_issue_in_chrome_browser/) +- [Open Letter to Google From Moroccan Android developers](https://www.reddit.com/r/androiddev/comments/tfll6m/open_letter_to_google_from_moroccan_android/) ### *InfoWorld posts* From 225006119626bf3062ca522d374f14fb070ea78f Mon Sep 17 00:00:00 2001 From: GitHub Bot Date: Fri, 18 Mar 2022 00:07:53 +0000 Subject: [PATCH 0097/1422] docs: updates on docs page speed Added docs page speed information on news Signed-off-by: GitHub Bot --- reports/pagespeedresultmobile.svg | 255 +++++++++++++++++++++++++++--- 1 file changed, 230 insertions(+), 25 deletions(-) diff --git a/reports/pagespeedresultmobile.svg b/reports/pagespeedresultmobile.svg index 6cd9750525..a86d55c613 100644 --- a/reports/pagespeedresultmobile.svg +++ b/reports/pagespeedresultmobile.svg @@ -1,26 +1,231 @@ - - - - - - Application Error - - - - - - \ No newline at end of file + + + + 35 + Performance + , + + + 71 + Accessibility + , + + + 92 + Best Practices + , + + + 92 + SEO + , + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Progressive + Web App + + + + + + + + + + + + + + + 0-49 + 50-89 + 90-100 + + + \ No newline at end of file From 08ac2be72dcdb7652a46cdc190f0f9811a0bb556 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 18 Mar 2022 01:29:48 +0000 Subject: [PATCH 0098/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index eafe70b436..9399519d0c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [In which cases should I use different Admob banners? (Fragment/Activity)](https://www.reddit.com/r/androiddev/comments/tfxlok/in_which_cases_should_i_use_different_admob/) -- [What is the difference between viewModel() from the architecture components library and hiltViewModel()?](https://www.reddit.com/r/androiddev/comments/tfwozd/what_is_the_difference_between_viewmodel_from_the/) -- [Is the recent apps UI something you have to completely implement yourself now since it is no longer part of the system or is there some sort of intent you can call?](https://www.reddit.com/r/androiddev/comments/tfvwkf/is_the_recent_apps_ui_something_you_have_to/) -- [Aged like milk](https://www.reddit.com/r/androiddev/comments/tftwnm/aged_like_milk/) -- [Put android device to sleep programmatically and wake it up at a specific time](https://www.reddit.com/r/androiddev/comments/tfovbi/put_android_device_to_sleep_programmatically_and/) -- [New to mobile dev - question about accessing hardware](https://www.reddit.com/r/androiddev/comments/tfo1t3/new_to_mobile_dev_question_about_accessing/) -- [A browser App that could substitute YouTube Vanced](https://www.reddit.com/r/androiddev/comments/tfmyk9/a_browser_app_that_could_substitute_youtube_vanced/) -- [strange behavior for newly created Android app](https://www.reddit.com/r/androiddev/comments/tfmem8/strange_behavior_for_newly_created_android_app/) -- [Android App Link handling Issue in Chrome Browser Version](https://www.reddit.com/r/androiddev/comments/tfmabf/android_app_link_handling_issue_in_chrome_browser/) -- [Open Letter to Google From Moroccan Android developers](https://www.reddit.com/r/androiddev/comments/tfll6m/open_letter_to_google_from_moroccan_android/) +- [is there a method to get html source from custom tab?](https://www.reddit.com/r/androiddev/comments/tglqrj/is_there_a_method_to_get_html_source_from_custom/) +- [My app is not ranked on Google Play anymore.](https://www.reddit.com/r/androiddev/comments/tgl89a/my_app_is_not_ranked_on_google_play_anymore/) +- [Are App Bundle apps with real AdMob ads working for you?](https://www.reddit.com/r/androiddev/comments/tgjshs/are_app_bundle_apps_with_real_admob_ads_working/) +- [Google Policy violation due to SDK that is able to update another app](https://www.reddit.com/r/androiddev/comments/tgjj43/google_policy_violation_due_to_sdk_that_is_able/) +- [Android Studio Dolphin Canary 7 now available](https://www.reddit.com/r/androiddev/comments/tgiswr/android_studio_dolphin_canary_7_now_available/) +- [Defensive development: Gradle plugin development for busy engineers](https://www.reddit.com/r/androiddev/comments/tghok8/defensive_development_gradle_plugin_development/) +- [How to get users to your app ?](https://www.reddit.com/r/androiddev/comments/tggkt6/how_to_get_users_to_your_app/) +- [Android 13 Developer Preview 2](https://www.reddit.com/r/androiddev/comments/tggbys/android_13_developer_preview_2/) +- [Found out how to make LiveData wait until it's value gets initialized. I just think it is neat](https://www.reddit.com/r/androiddev/comments/tgewai/found_out_how_to_make_livedata_wait_until_its/) +- [How to Insert, Read, Update and Delete data from Room Database using Kotlin](https://www.reddit.com/r/androiddev/comments/tgdx1m/how_to_insert_read_update_and_delete_data_from/) ### *InfoWorld posts* From 2af72ffab695d0c49047f310add880b800b8bd36 Mon Sep 17 00:00:00 2001 From: GitHub Bot Date: Sat, 19 Mar 2022 00:07:04 +0000 Subject: [PATCH 0099/1422] docs: updates on docs page speed Added docs page speed information on news Signed-off-by: GitHub Bot --- reports/pagespeedresultmobile.svg | 255 +++--------------------------- 1 file changed, 25 insertions(+), 230 deletions(-) diff --git a/reports/pagespeedresultmobile.svg b/reports/pagespeedresultmobile.svg index a86d55c613..6cd9750525 100644 --- a/reports/pagespeedresultmobile.svg +++ b/reports/pagespeedresultmobile.svg @@ -1,231 +1,26 @@ - - - + + + Application Error + - - - - 35 - Performance - , - - - 71 - Accessibility - , - - - 92 - Best Practices - , - - - 92 - SEO - , - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Progressive - Web App - - - - - - - - - - - - - - - 0-49 - 50-89 - 90-100 - - - \ No newline at end of file + + + + + \ No newline at end of file From d5efa80fa70990e6df37b20b98e92911cd9cbbaf Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 19 Mar 2022 01:29:37 +0000 Subject: [PATCH 0100/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9399519d0c..9417b50ac7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [is there a method to get html source from custom tab?](https://www.reddit.com/r/androiddev/comments/tglqrj/is_there_a_method_to_get_html_source_from_custom/) -- [My app is not ranked on Google Play anymore.](https://www.reddit.com/r/androiddev/comments/tgl89a/my_app_is_not_ranked_on_google_play_anymore/) -- [Are App Bundle apps with real AdMob ads working for you?](https://www.reddit.com/r/androiddev/comments/tgjshs/are_app_bundle_apps_with_real_admob_ads_working/) -- [Google Policy violation due to SDK that is able to update another app](https://www.reddit.com/r/androiddev/comments/tgjj43/google_policy_violation_due_to_sdk_that_is_able/) -- [Android Studio Dolphin Canary 7 now available](https://www.reddit.com/r/androiddev/comments/tgiswr/android_studio_dolphin_canary_7_now_available/) -- [Defensive development: Gradle plugin development for busy engineers](https://www.reddit.com/r/androiddev/comments/tghok8/defensive_development_gradle_plugin_development/) -- [How to get users to your app ?](https://www.reddit.com/r/androiddev/comments/tggkt6/how_to_get_users_to_your_app/) -- [Android 13 Developer Preview 2](https://www.reddit.com/r/androiddev/comments/tggbys/android_13_developer_preview_2/) -- [Found out how to make LiveData wait until it's value gets initialized. I just think it is neat](https://www.reddit.com/r/androiddev/comments/tgewai/found_out_how_to_make_livedata_wait_until_its/) -- [How to Insert, Read, Update and Delete data from Room Database using Kotlin](https://www.reddit.com/r/androiddev/comments/tgdx1m/how_to_insert_read_update_and_delete_data_from/) +- [Set marker to place id in Android-iOS Google Maps SDK](https://www.reddit.com/r/androiddev/comments/thhjsz/set_marker_to_place_id_in_androidios_google_maps/) +- [Can I get a link to download my apk from the play store?](https://www.reddit.com/r/androiddev/comments/thd0uw/can_i_get_a_link_to_download_my_apk_from_the_play/) +- [Is it possible to stream system sounds over WebRTC?](https://www.reddit.com/r/androiddev/comments/thco6p/is_it_possible_to_stream_system_sounds_over_webrtc/) +- [New to Android Studio. Need advice on redirecting to main activity after setting reminder.](https://www.reddit.com/r/androiddev/comments/thc50p/new_to_android_studio_need_advice_on_redirecting/) +- [Has someone implemented MVVM with Clean architecture in Java?](https://www.reddit.com/r/androiddev/comments/th63be/has_someone_implemented_mvvm_with_clean/) +- [Anyone have ADB constantly disconnecting lately?](https://www.reddit.com/r/androiddev/comments/th48xb/anyone_have_adb_constantly_disconnecting_lately/) +- [I want to listen to all the gesture on the screen. How can I do this?](https://www.reddit.com/r/androiddev/comments/th2d0e/i_want_to_listen_to_all_the_gesture_on_the_screen/) +- [Worth it to take an android development internship with no Java / Kotlin experience?](https://www.reddit.com/r/androiddev/comments/th24x4/worth_it_to_take_an_android_development/) +- [App Feedback Thread - March 18, 2022](https://www.reddit.com/r/androiddev/comments/th1zm8/app_feedback_thread_march_18_2022/) +- [Intunes testing](https://www.reddit.com/r/androiddev/comments/th1wta/intunes_testing/) ### *InfoWorld posts* From f0462185b453292d4f1f9c73fc31bf551bdb7962 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 20 Mar 2022 01:29:39 +0000 Subject: [PATCH 0101/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9417b50ac7..3f6aa5a7a8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Set marker to place id in Android-iOS Google Maps SDK](https://www.reddit.com/r/androiddev/comments/thhjsz/set_marker_to_place_id_in_androidios_google_maps/) -- [Can I get a link to download my apk from the play store?](https://www.reddit.com/r/androiddev/comments/thd0uw/can_i_get_a_link_to_download_my_apk_from_the_play/) -- [Is it possible to stream system sounds over WebRTC?](https://www.reddit.com/r/androiddev/comments/thco6p/is_it_possible_to_stream_system_sounds_over_webrtc/) -- [New to Android Studio. Need advice on redirecting to main activity after setting reminder.](https://www.reddit.com/r/androiddev/comments/thc50p/new_to_android_studio_need_advice_on_redirecting/) -- [Has someone implemented MVVM with Clean architecture in Java?](https://www.reddit.com/r/androiddev/comments/th63be/has_someone_implemented_mvvm_with_clean/) -- [Anyone have ADB constantly disconnecting lately?](https://www.reddit.com/r/androiddev/comments/th48xb/anyone_have_adb_constantly_disconnecting_lately/) -- [I want to listen to all the gesture on the screen. How can I do this?](https://www.reddit.com/r/androiddev/comments/th2d0e/i_want_to_listen_to_all_the_gesture_on_the_screen/) -- [Worth it to take an android development internship with no Java / Kotlin experience?](https://www.reddit.com/r/androiddev/comments/th24x4/worth_it_to_take_an_android_development/) -- [App Feedback Thread - March 18, 2022](https://www.reddit.com/r/androiddev/comments/th1zm8/app_feedback_thread_march_18_2022/) -- [Intunes testing](https://www.reddit.com/r/androiddev/comments/th1wta/intunes_testing/) +- [Flutter replacing native development](https://www.reddit.com/r/androiddev/comments/ti7frn/flutter_replacing_native_development/) +- [is there a method to disable chrome to open link in browser?](https://www.reddit.com/r/androiddev/comments/ti4bo2/is_there_a_method_to_disable_chrome_to_open_link/) +- [MVVM with form input?](https://www.reddit.com/r/androiddev/comments/ti46kf/mvvm_with_form_input/) +- [I've been playing around with coding for a while, codeacademy, etc. I have a full time job and I'm sort of considering concentrating in this area just as a hobby. My question is why pick android over web?](https://www.reddit.com/r/androiddev/comments/ti3fyi/ive_been_playing_around_with_coding_for_a_while/) +- [How can I know which version of view pager 2 I am using?](https://www.reddit.com/r/androiddev/comments/ti34ul/how_can_i_know_which_version_of_view_pager_2_i_am/) +- [Any Twitch channels with a focus on android or kotlin worth following?](https://www.reddit.com/r/androiddev/comments/ti015p/any_twitch_channels_with_a_focus_on_android_or/) +- [Hosting App On Cloud](https://www.reddit.com/r/androiddev/comments/thy7rh/hosting_app_on_cloud/) +- [SQL Query Builder for Android](https://www.reddit.com/r/androiddev/comments/thy1g3/sql_query_builder_for_android/) +- [Оfficial "contract" with Google as an Android developer?](https://www.reddit.com/r/androiddev/comments/thxiva/оfficial_contract_with_google_as_an_android/) +- [How to display a number on the menu bar, e.g. for a measure how long an user do a task?](https://www.reddit.com/r/androiddev/comments/thx76q/how_to_display_a_number_on_the_menu_bar_eg_for_a/) ### *InfoWorld posts* From 91596bbbad665547e1e92cd11e0050f0e28c16a8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 21 Mar 2022 01:30:05 +0000 Subject: [PATCH 0102/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3f6aa5a7a8..0f1422d55c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Flutter replacing native development](https://www.reddit.com/r/androiddev/comments/ti7frn/flutter_replacing_native_development/) -- [is there a method to disable chrome to open link in browser?](https://www.reddit.com/r/androiddev/comments/ti4bo2/is_there_a_method_to_disable_chrome_to_open_link/) -- [MVVM with form input?](https://www.reddit.com/r/androiddev/comments/ti46kf/mvvm_with_form_input/) -- [I've been playing around with coding for a while, codeacademy, etc. I have a full time job and I'm sort of considering concentrating in this area just as a hobby. My question is why pick android over web?](https://www.reddit.com/r/androiddev/comments/ti3fyi/ive_been_playing_around_with_coding_for_a_while/) -- [How can I know which version of view pager 2 I am using?](https://www.reddit.com/r/androiddev/comments/ti34ul/how_can_i_know_which_version_of_view_pager_2_i_am/) -- [Any Twitch channels with a focus on android or kotlin worth following?](https://www.reddit.com/r/androiddev/comments/ti015p/any_twitch_channels_with_a_focus_on_android_or/) -- [Hosting App On Cloud](https://www.reddit.com/r/androiddev/comments/thy7rh/hosting_app_on_cloud/) -- [SQL Query Builder for Android](https://www.reddit.com/r/androiddev/comments/thy1g3/sql_query_builder_for_android/) -- [Оfficial "contract" with Google as an Android developer?](https://www.reddit.com/r/androiddev/comments/thxiva/оfficial_contract_with_google_as_an_android/) -- [How to display a number on the menu bar, e.g. for a measure how long an user do a task?](https://www.reddit.com/r/androiddev/comments/thx76q/how_to_display_a_number_on_the_menu_bar_eg_for_a/) +- [Can't get emulator to run on M1 MacBook Pro](https://www.reddit.com/r/androiddev/comments/tix6cj/cant_get_emulator_to_run_on_m1_macbook_pro/) +- [Why does Android Studio generate two .gitignore files for new projects?](https://www.reddit.com/r/androiddev/comments/tiwy2l/why_does_android_studio_generate_two_gitignore/) +- [Android 9: Enable ADB over TCP at startup](https://www.reddit.com/r/androiddev/comments/tivihu/android_9_enable_adb_over_tcp_at_startup/) +- [What does "format" external SD card do beyond the obvious?](https://www.reddit.com/r/androiddev/comments/tiuk3j/what_does_format_external_sd_card_do_beyond_the/) +- [How to disable adaptive icons option on android 12/one ui 4?](https://www.reddit.com/r/androiddev/comments/tiuh2d/how_to_disable_adaptive_icons_option_on_android/) +- [Guys, I live in Iran, & while my country was included in the "Registration Page", now our IDs/ Passports are not accepted by Google and I can't Verify my ID! Is there any know way to bypass this absurd thing?](https://www.reddit.com/r/androiddev/comments/tit8er/guys_i_live_in_iran_while_my_country_was_included/) +- [Help with auth0](https://www.reddit.com/r/androiddev/comments/tirxqq/help_with_auth0/) +- [Any community challenges with code review?](https://www.reddit.com/r/androiddev/comments/tirsjz/any_community_challenges_with_code_review/) +- [Develop android on linux](https://www.reddit.com/r/androiddev/comments/tilcwv/develop_android_on_linux/) +- [Is Android Bumblebee stable?](https://www.reddit.com/r/androiddev/comments/tijz54/is_android_bumblebee_stable/) ### *InfoWorld posts* From f9e25532644394f99e7f9d9a6aacc6326c571ad8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 22 Mar 2022 01:30:15 +0000 Subject: [PATCH 0103/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0f1422d55c..3b2053a142 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Can't get emulator to run on M1 MacBook Pro](https://www.reddit.com/r/androiddev/comments/tix6cj/cant_get_emulator_to_run_on_m1_macbook_pro/) -- [Why does Android Studio generate two .gitignore files for new projects?](https://www.reddit.com/r/androiddev/comments/tiwy2l/why_does_android_studio_generate_two_gitignore/) -- [Android 9: Enable ADB over TCP at startup](https://www.reddit.com/r/androiddev/comments/tivihu/android_9_enable_adb_over_tcp_at_startup/) -- [What does "format" external SD card do beyond the obvious?](https://www.reddit.com/r/androiddev/comments/tiuk3j/what_does_format_external_sd_card_do_beyond_the/) -- [How to disable adaptive icons option on android 12/one ui 4?](https://www.reddit.com/r/androiddev/comments/tiuh2d/how_to_disable_adaptive_icons_option_on_android/) -- [Guys, I live in Iran, & while my country was included in the "Registration Page", now our IDs/ Passports are not accepted by Google and I can't Verify my ID! Is there any know way to bypass this absurd thing?](https://www.reddit.com/r/androiddev/comments/tit8er/guys_i_live_in_iran_while_my_country_was_included/) -- [Help with auth0](https://www.reddit.com/r/androiddev/comments/tirxqq/help_with_auth0/) -- [Any community challenges with code review?](https://www.reddit.com/r/androiddev/comments/tirsjz/any_community_challenges_with_code_review/) -- [Develop android on linux](https://www.reddit.com/r/androiddev/comments/tilcwv/develop_android_on_linux/) -- [Is Android Bumblebee stable?](https://www.reddit.com/r/androiddev/comments/tijz54/is_android_bumblebee_stable/) +- [How long before Google punishes your ranking if your vitals are out of whack?](https://www.reddit.com/r/androiddev/comments/tjqune/how_long_before_google_punishes_your_ranking_if/) +- [Developing my app for android.. currently only iOS.](https://www.reddit.com/r/androiddev/comments/tjnkrw/developing_my_app_for_android_currently_only_ios/) +- [Trying to start android app development!](https://www.reddit.com/r/androiddev/comments/tjm5xh/trying_to_start_android_app_development/) +- [The Material Design icon Backspace doesn't exist anymore?](https://www.reddit.com/r/androiddev/comments/tjk920/the_material_design_icon_backspace_doesnt_exist/) +- [Are There Any Cross-Platform 3rd Party Video Player Libraries?](https://www.reddit.com/r/androiddev/comments/tjjtvx/are_there_any_crossplatform_3rd_party_video/) +- [fstab bug while executing init](https://www.reddit.com/r/androiddev/comments/tjgtj7/fstab_bug_while_executing_init/) +- [how to link two authentication (Android Kotlin Firebase)](https://www.reddit.com/r/androiddev/comments/tjf2aa/how_to_link_two_authentication_android_kotlin/) +- [Big drop in Google ranking from top 5 to 180+](https://www.reddit.com/r/androiddev/comments/tjd1qj/big_drop_in_google_ranking_from_top_5_to_180/) +- [Weekly Who's Hiring Thread - March 21, 2022](https://www.reddit.com/r/androiddev/comments/tjcgor/weekly_whos_hiring_thread_march_21_2022/) +- [How to create 2 version of app (admin and user)](https://www.reddit.com/r/androiddev/comments/tjce43/how_to_create_2_version_of_app_admin_and_user/) ### *InfoWorld posts* From 1b6ae8d2cc855e38df60f34fbf06fd67ad836d20 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 23 Mar 2022 01:31:06 +0000 Subject: [PATCH 0104/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3b2053a142..1928c49a17 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How long before Google punishes your ranking if your vitals are out of whack?](https://www.reddit.com/r/androiddev/comments/tjqune/how_long_before_google_punishes_your_ranking_if/) -- [Developing my app for android.. currently only iOS.](https://www.reddit.com/r/androiddev/comments/tjnkrw/developing_my_app_for_android_currently_only_ios/) -- [Trying to start android app development!](https://www.reddit.com/r/androiddev/comments/tjm5xh/trying_to_start_android_app_development/) -- [The Material Design icon Backspace doesn't exist anymore?](https://www.reddit.com/r/androiddev/comments/tjk920/the_material_design_icon_backspace_doesnt_exist/) -- [Are There Any Cross-Platform 3rd Party Video Player Libraries?](https://www.reddit.com/r/androiddev/comments/tjjtvx/are_there_any_crossplatform_3rd_party_video/) -- [fstab bug while executing init](https://www.reddit.com/r/androiddev/comments/tjgtj7/fstab_bug_while_executing_init/) -- [how to link two authentication (Android Kotlin Firebase)](https://www.reddit.com/r/androiddev/comments/tjf2aa/how_to_link_two_authentication_android_kotlin/) -- [Big drop in Google ranking from top 5 to 180+](https://www.reddit.com/r/androiddev/comments/tjd1qj/big_drop_in_google_ranking_from_top_5_to_180/) -- [Weekly Who's Hiring Thread - March 21, 2022](https://www.reddit.com/r/androiddev/comments/tjcgor/weekly_whos_hiring_thread_march_21_2022/) -- [How to create 2 version of app (admin and user)](https://www.reddit.com/r/androiddev/comments/tjce43/how_to_create_2_version_of_app_admin_and_user/) +- [Hello. What does SPLIT_BUNDLE mean?](https://www.reddit.com/r/androiddev/comments/tkgf5u/hello_what_does_split_bundle_mean/) +- [I programmed this so for the first time by myself so please please support me , download my Random Number Picker and add a comment and I will download yours too!](https://www.reddit.com/r/androiddev/comments/tkf1l7/i_programmed_this_so_for_the_first_time_by_myself/) +- [Android emulator suggestion(s) for commercial use?](https://www.reddit.com/r/androiddev/comments/tkerm0/android_emulator_suggestions_for_commercial_use/) +- [Just because Jetpack Compose is out, it does not mean we have to bury the old XML](https://www.reddit.com/r/androiddev/comments/tkd896/just_because_jetpack_compose_is_out_it_does_not/) +- [Returning Null When Logcat Shows Not Null](https://www.reddit.com/r/androiddev/comments/tkapz8/returning_null_when_logcat_shows_not_null/) +- [Multi-Module-NextFlix-Composable](https://www.reddit.com/r/androiddev/comments/tkah33/multimodulenextflixcomposable/) +- [Emulator performance on integrated graphics](https://www.reddit.com/r/androiddev/comments/tkaaq1/emulator_performance_on_integrated_graphics/) +- [Thank you everyone. I got my first android job offer](https://www.reddit.com/r/androiddev/comments/tk9r16/thank_you_everyone_i_got_my_first_android_job/) +- [How can I make my custom data formats work in an Android app package?](https://www.reddit.com/r/androiddev/comments/tk9ppx/how_can_i_make_my_custom_data_formats_work_in_an/) +- [Why is changing the ringback tone (clientside) not supported by android? Could this be implemented in a new phone app, or would you have to change the operating system and perform a system update.](https://www.reddit.com/r/androiddev/comments/tk8vx2/why_is_changing_the_ringback_tone_clientside_not/) ### *InfoWorld posts* From 382b170e4948d1b555a543e714288a452a7a50de Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 24 Mar 2022 01:30:41 +0000 Subject: [PATCH 0105/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1928c49a17..fa9d5eb0a1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Hello. What does SPLIT_BUNDLE mean?](https://www.reddit.com/r/androiddev/comments/tkgf5u/hello_what_does_split_bundle_mean/) -- [I programmed this so for the first time by myself so please please support me , download my Random Number Picker and add a comment and I will download yours too!](https://www.reddit.com/r/androiddev/comments/tkf1l7/i_programmed_this_so_for_the_first_time_by_myself/) -- [Android emulator suggestion(s) for commercial use?](https://www.reddit.com/r/androiddev/comments/tkerm0/android_emulator_suggestions_for_commercial_use/) -- [Just because Jetpack Compose is out, it does not mean we have to bury the old XML](https://www.reddit.com/r/androiddev/comments/tkd896/just_because_jetpack_compose_is_out_it_does_not/) -- [Returning Null When Logcat Shows Not Null](https://www.reddit.com/r/androiddev/comments/tkapz8/returning_null_when_logcat_shows_not_null/) -- [Multi-Module-NextFlix-Composable](https://www.reddit.com/r/androiddev/comments/tkah33/multimodulenextflixcomposable/) -- [Emulator performance on integrated graphics](https://www.reddit.com/r/androiddev/comments/tkaaq1/emulator_performance_on_integrated_graphics/) -- [Thank you everyone. I got my first android job offer](https://www.reddit.com/r/androiddev/comments/tk9r16/thank_you_everyone_i_got_my_first_android_job/) -- [How can I make my custom data formats work in an Android app package?](https://www.reddit.com/r/androiddev/comments/tk9ppx/how_can_i_make_my_custom_data_formats_work_in_an/) -- [Why is changing the ringback tone (clientside) not supported by android? Could this be implemented in a new phone app, or would you have to change the operating system and perform a system update.](https://www.reddit.com/r/androiddev/comments/tk8vx2/why_is_changing_the_ringback_tone_clientside_not/) +- [I need help with an android app backed with AWS](https://www.reddit.com/r/androiddev/comments/tlmtmh/i_need_help_with_an_android_app_backed_with_aws/) +- [Facebook/Meta interview](https://www.reddit.com/r/androiddev/comments/tlkl1f/facebookmeta_interview/) +- [TabLayout inside BottomNavBar](https://www.reddit.com/r/androiddev/comments/tlisn4/tablayout_inside_bottomnavbar/) +- [help uninstalled app for error](https://www.reddit.com/r/androiddev/comments/tlidnl/help_uninstalled_app_for_error/) +- [kotlin or java?](https://www.reddit.com/r/androiddev/comments/tlh5g7/kotlin_or_java/) +- [Rx to Coroutines Concepts, Part 5: Shared Flows](https://www.reddit.com/r/androiddev/comments/tl8vhi/rx_to_coroutines_concepts_part_5_shared_flows/) +- [Snapchat has always been a battery hog, could this be a reason why?](https://www.reddit.com/r/androiddev/comments/tl4jg2/snapchat_has_always_been_a_battery_hog_could_this/) +- [Learn Kotlin starting from strong Android and OOP knowledge](https://www.reddit.com/r/androiddev/comments/tkt95q/learn_kotlin_starting_from_strong_android_and_oop/) +- [How to deal with device fragmentation? (a question from a noob)](https://www.reddit.com/r/androiddev/comments/tkqwc3/how_to_deal_with_device_fragmentation_a_question/) +- [Facebook and Google Auth Combined Issue](https://www.reddit.com/r/androiddev/comments/tkqh2a/facebook_and_google_auth_combined_issue/) ### *InfoWorld posts* From afbbb5ef1d4965a038d424319e7b4550169d68c6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 25 Mar 2022 01:30:05 +0000 Subject: [PATCH 0106/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fa9d5eb0a1..1afd7cd820 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I need help with an android app backed with AWS](https://www.reddit.com/r/androiddev/comments/tlmtmh/i_need_help_with_an_android_app_backed_with_aws/) -- [Facebook/Meta interview](https://www.reddit.com/r/androiddev/comments/tlkl1f/facebookmeta_interview/) -- [TabLayout inside BottomNavBar](https://www.reddit.com/r/androiddev/comments/tlisn4/tablayout_inside_bottomnavbar/) -- [help uninstalled app for error](https://www.reddit.com/r/androiddev/comments/tlidnl/help_uninstalled_app_for_error/) -- [kotlin or java?](https://www.reddit.com/r/androiddev/comments/tlh5g7/kotlin_or_java/) -- [Rx to Coroutines Concepts, Part 5: Shared Flows](https://www.reddit.com/r/androiddev/comments/tl8vhi/rx_to_coroutines_concepts_part_5_shared_flows/) -- [Snapchat has always been a battery hog, could this be a reason why?](https://www.reddit.com/r/androiddev/comments/tl4jg2/snapchat_has_always_been_a_battery_hog_could_this/) -- [Learn Kotlin starting from strong Android and OOP knowledge](https://www.reddit.com/r/androiddev/comments/tkt95q/learn_kotlin_starting_from_strong_android_and_oop/) -- [How to deal with device fragmentation? (a question from a noob)](https://www.reddit.com/r/androiddev/comments/tkqwc3/how_to_deal_with_device_fragmentation_a_question/) -- [Facebook and Google Auth Combined Issue](https://www.reddit.com/r/androiddev/comments/tkqh2a/facebook_and_google_auth_combined_issue/) +- [Mysterious Decoding Issue](https://www.reddit.com/r/androiddev/comments/tn8pfu/mysterious_decoding_issue/) +- [Android Views or Jetpack Compose ?](https://www.reddit.com/r/androiddev/comments/tn69t8/android_views_or_jetpack_compose/) +- [A launcher app that I uninstalled left a wallpaper on Recent apps screen on Nvidia Shield, how to remove it?](https://www.reddit.com/r/androiddev/comments/tn5yod/a_launcher_app_that_i_uninstalled_left_a/) +- [What is the most cost effective way to advertise my app?](https://www.reddit.com/r/androiddev/comments/tn2rf6/what_is_the_most_cost_effective_way_to_advertise/) +- [How would I go about extracting Kotlin files from an apk?](https://www.reddit.com/r/androiddev/comments/tmtfko/how_would_i_go_about_extracting_kotlin_files_from/) +- [Would this app name be against Google Play developer policy?](https://www.reddit.com/r/androiddev/comments/tms35k/would_this_app_name_be_against_google_play/) +- [Button press speed display in java.](https://www.reddit.com/r/androiddev/comments/tmq8ix/button_press_speed_display_in_java/) +- [Does anyone have idea why the following calendar home widget is now workable in real device Android 12 (Work in emulator though)](https://www.reddit.com/r/androiddev/comments/tmp99e/does_anyone_have_idea_why_the_following_calendar/) +- [Stack Overflow needs to purge all answers before 2018 (at least).](https://www.reddit.com/r/androiddev/comments/tmf01a/stack_overflow_needs_to_purge_all_answers_before/) +- [Why Go Native Mobile If Possible](https://www.reddit.com/r/androiddev/comments/tm788e/why_go_native_mobile_if_possible/) ### *InfoWorld posts* From 65b411c85f467304959c474fa8268bcbe5b853cb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 26 Mar 2022 01:29:28 +0000 Subject: [PATCH 0107/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1afd7cd820..85d1ed0bd6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Mysterious Decoding Issue](https://www.reddit.com/r/androiddev/comments/tn8pfu/mysterious_decoding_issue/) -- [Android Views or Jetpack Compose ?](https://www.reddit.com/r/androiddev/comments/tn69t8/android_views_or_jetpack_compose/) -- [A launcher app that I uninstalled left a wallpaper on Recent apps screen on Nvidia Shield, how to remove it?](https://www.reddit.com/r/androiddev/comments/tn5yod/a_launcher_app_that_i_uninstalled_left_a/) -- [What is the most cost effective way to advertise my app?](https://www.reddit.com/r/androiddev/comments/tn2rf6/what_is_the_most_cost_effective_way_to_advertise/) -- [How would I go about extracting Kotlin files from an apk?](https://www.reddit.com/r/androiddev/comments/tmtfko/how_would_i_go_about_extracting_kotlin_files_from/) -- [Would this app name be against Google Play developer policy?](https://www.reddit.com/r/androiddev/comments/tms35k/would_this_app_name_be_against_google_play/) -- [Button press speed display in java.](https://www.reddit.com/r/androiddev/comments/tmq8ix/button_press_speed_display_in_java/) -- [Does anyone have idea why the following calendar home widget is now workable in real device Android 12 (Work in emulator though)](https://www.reddit.com/r/androiddev/comments/tmp99e/does_anyone_have_idea_why_the_following_calendar/) -- [Stack Overflow needs to purge all answers before 2018 (at least).](https://www.reddit.com/r/androiddev/comments/tmf01a/stack_overflow_needs_to_purge_all_answers_before/) -- [Why Go Native Mobile If Possible](https://www.reddit.com/r/androiddev/comments/tm788e/why_go_native_mobile_if_possible/) +- [Where is the background image on Android TV Recent apps screen located?](https://www.reddit.com/r/androiddev/comments/to9hc4/where_is_the_background_image_on_android_tv/) +- [Learning android development?](https://www.reddit.com/r/androiddev/comments/to9h09/learning_android_development/) +- [Is this possible? Android as audio MITM recorder](https://www.reddit.com/r/androiddev/comments/to9a8a/is_this_possible_android_as_audio_mitm_recorder/) +- [Need help finding Android Course](https://www.reddit.com/r/androiddev/comments/to20be/need_help_finding_android_course/) +- [What does it take to become a GDE ?](https://www.reddit.com/r/androiddev/comments/tnyp1m/what_does_it_take_to_become_a_gde/) +- [My game for Google play store takes a long time to review](https://www.reddit.com/r/androiddev/comments/tny378/my_game_for_google_play_store_takes_a_long_time/) +- [Repetitive content question.](https://www.reddit.com/r/androiddev/comments/tnwgfq/repetitive_content_question/) +- [Create Android App using Android Studio | Hello World in Android Studio](https://www.reddit.com/r/androiddev/comments/tnutxj/create_android_app_using_android_studio_hello/) +- [Recommended library for Material 3 dialogs?](https://www.reddit.com/r/androiddev/comments/tnuhkx/recommended_library_for_material_3_dialogs/) +- [Asking users to leave a review.](https://www.reddit.com/r/androiddev/comments/tntxq3/asking_users_to_leave_a_review/) ### *InfoWorld posts* From 6361e9b8f9a64a215b89e18862e78305e89901cf Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 27 Mar 2022 01:29:46 +0000 Subject: [PATCH 0108/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 85d1ed0bd6..84358e2573 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Where is the background image on Android TV Recent apps screen located?](https://www.reddit.com/r/androiddev/comments/to9hc4/where_is_the_background_image_on_android_tv/) -- [Learning android development?](https://www.reddit.com/r/androiddev/comments/to9h09/learning_android_development/) -- [Is this possible? Android as audio MITM recorder](https://www.reddit.com/r/androiddev/comments/to9a8a/is_this_possible_android_as_audio_mitm_recorder/) -- [Need help finding Android Course](https://www.reddit.com/r/androiddev/comments/to20be/need_help_finding_android_course/) -- [What does it take to become a GDE ?](https://www.reddit.com/r/androiddev/comments/tnyp1m/what_does_it_take_to_become_a_gde/) -- [My game for Google play store takes a long time to review](https://www.reddit.com/r/androiddev/comments/tny378/my_game_for_google_play_store_takes_a_long_time/) -- [Repetitive content question.](https://www.reddit.com/r/androiddev/comments/tnwgfq/repetitive_content_question/) -- [Create Android App using Android Studio | Hello World in Android Studio](https://www.reddit.com/r/androiddev/comments/tnutxj/create_android_app_using_android_studio_hello/) -- [Recommended library for Material 3 dialogs?](https://www.reddit.com/r/androiddev/comments/tnuhkx/recommended_library_for_material_3_dialogs/) -- [Asking users to leave a review.](https://www.reddit.com/r/androiddev/comments/tntxq3/asking_users_to_leave_a_review/) +- [is there any possibility to detect Google Play test devices](https://www.reddit.com/r/androiddev/comments/tp97a9/is_there_any_possibility_to_detect_google_play/) +- [How can do I create layout for each activity in Android?](https://www.reddit.com/r/androiddev/comments/tp8t8d/how_can_do_i_create_layout_for_each_activity_in/) +- [Modern media playback on Android - Integrate with Android TV & Google TV](https://www.reddit.com/r/androiddev/comments/tp8rnt/modern_media_playback_on_android_integrate_with/) +- [does anyone know to fix the kernel page file size 0 error in android kitchen](https://www.reddit.com/r/androiddev/comments/tp84me/does_anyone_know_to_fix_the_kernel_page_file_size/) +- [Learning Android Development on IntelliJ instead of Android Studio](https://www.reddit.com/r/androiddev/comments/tp76jo/learning_android_development_on_intellij_instead/) +- [Android Twitter community?](https://www.reddit.com/r/androiddev/comments/tp3wmb/android_twitter_community/) +- [What is the difference between setInterval, setFastestInterval and setMaxWaitTime in LocationRequest - FusedLocationProvider - Android Studio?](https://www.reddit.com/r/androiddev/comments/tp3v2n/what_is_the_difference_between_setinterval/) +- [Differentiation between free and paid versions of app](https://www.reddit.com/r/androiddev/comments/tozu4j/differentiation_between_free_and_paid_versions_of/) +- [Dagger on default constructor](https://www.reddit.com/r/androiddev/comments/toz615/dagger_on_default_constructor/) +- [how execute multiple coroutines without waiting to each other?](https://www.reddit.com/r/androiddev/comments/toyqym/how_execute_multiple_coroutines_without_waiting/) ### *InfoWorld posts* From 9057fc771689dacf9a714948c505e7e71f7485f7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 28 Mar 2022 01:30:59 +0000 Subject: [PATCH 0109/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 84358e2573..5d93c4d596 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [is there any possibility to detect Google Play test devices](https://www.reddit.com/r/androiddev/comments/tp97a9/is_there_any_possibility_to_detect_google_play/) -- [How can do I create layout for each activity in Android?](https://www.reddit.com/r/androiddev/comments/tp8t8d/how_can_do_i_create_layout_for_each_activity_in/) -- [Modern media playback on Android - Integrate with Android TV & Google TV](https://www.reddit.com/r/androiddev/comments/tp8rnt/modern_media_playback_on_android_integrate_with/) -- [does anyone know to fix the kernel page file size 0 error in android kitchen](https://www.reddit.com/r/androiddev/comments/tp84me/does_anyone_know_to_fix_the_kernel_page_file_size/) -- [Learning Android Development on IntelliJ instead of Android Studio](https://www.reddit.com/r/androiddev/comments/tp76jo/learning_android_development_on_intellij_instead/) -- [Android Twitter community?](https://www.reddit.com/r/androiddev/comments/tp3wmb/android_twitter_community/) -- [What is the difference between setInterval, setFastestInterval and setMaxWaitTime in LocationRequest - FusedLocationProvider - Android Studio?](https://www.reddit.com/r/androiddev/comments/tp3v2n/what_is_the_difference_between_setinterval/) -- [Differentiation between free and paid versions of app](https://www.reddit.com/r/androiddev/comments/tozu4j/differentiation_between_free_and_paid_versions_of/) -- [Dagger on default constructor](https://www.reddit.com/r/androiddev/comments/toz615/dagger_on_default_constructor/) -- [how execute multiple coroutines without waiting to each other?](https://www.reddit.com/r/androiddev/comments/toyqym/how_execute_multiple_coroutines_without_waiting/) +- [is paying someone for ASO a good idea?](https://www.reddit.com/r/androiddev/comments/tpulr9/is_paying_someone_for_aso_a_good_idea/) +- [what are the versions of the mi stick ?](https://www.reddit.com/r/androiddev/comments/tptoju/what_are_the_versions_of_the_mi_stick/) +- [recognize android as a printer](https://www.reddit.com/r/androiddev/comments/tpr0dq/recognize_android_as_a_printer/) +- [Conditional navigation with datastore](https://www.reddit.com/r/androiddev/comments/tpnqtf/conditional_navigation_with_datastore/) +- [Advice about developer name/identity to use in Google/Apple app stores](https://www.reddit.com/r/androiddev/comments/tpmc8l/advice_about_developer_nameidentity_to_use_in/) +- [Data Safety Form: Play Console](https://www.reddit.com/r/androiddev/comments/tpj1qr/data_safety_form_play_console/) +- [Android Compose advantages over XML](https://www.reddit.com/r/androiddev/comments/tpiue2/android_compose_advantages_over_xml/) +- [Handling app upgrade in case of migrating from apk to app bundle with language splits](https://www.reddit.com/r/androiddev/comments/tphvhx/handling_app_upgrade_in_case_of_migrating_from/) +- [New Photo Pickers for Android 13 and iOS 14](https://www.reddit.com/r/androiddev/comments/tphj08/new_photo_pickers_for_android_13_and_ios_14/) +- [Updating HTTP requests in real-time while using Thingspeak](https://www.reddit.com/r/androiddev/comments/tpfg9c/updating_http_requests_in_realtime_while_using/) ### *InfoWorld posts* From 2d27ec65f52a76377202a45f2ac04be186d0fcca Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 29 Mar 2022 01:31:08 +0000 Subject: [PATCH 0110/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5d93c4d596..511c4a8f51 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [is paying someone for ASO a good idea?](https://www.reddit.com/r/androiddev/comments/tpulr9/is_paying_someone_for_aso_a_good_idea/) -- [what are the versions of the mi stick ?](https://www.reddit.com/r/androiddev/comments/tptoju/what_are_the_versions_of_the_mi_stick/) -- [recognize android as a printer](https://www.reddit.com/r/androiddev/comments/tpr0dq/recognize_android_as_a_printer/) -- [Conditional navigation with datastore](https://www.reddit.com/r/androiddev/comments/tpnqtf/conditional_navigation_with_datastore/) -- [Advice about developer name/identity to use in Google/Apple app stores](https://www.reddit.com/r/androiddev/comments/tpmc8l/advice_about_developer_nameidentity_to_use_in/) -- [Data Safety Form: Play Console](https://www.reddit.com/r/androiddev/comments/tpj1qr/data_safety_form_play_console/) -- [Android Compose advantages over XML](https://www.reddit.com/r/androiddev/comments/tpiue2/android_compose_advantages_over_xml/) -- [Handling app upgrade in case of migrating from apk to app bundle with language splits](https://www.reddit.com/r/androiddev/comments/tphvhx/handling_app_upgrade_in_case_of_migrating_from/) -- [New Photo Pickers for Android 13 and iOS 14](https://www.reddit.com/r/androiddev/comments/tphj08/new_photo_pickers_for_android_13_and_ios_14/) -- [Updating HTTP requests in real-time while using Thingspeak](https://www.reddit.com/r/androiddev/comments/tpfg9c/updating_http_requests_in_realtime_while_using/) +- [Learning Android Camera stack](https://www.reddit.com/r/androiddev/comments/tqliq7/learning_android_camera_stack/) +- [Changing specific object state in Compose? id?](https://www.reddit.com/r/androiddev/comments/tql16w/changing_specific_object_state_in_compose_id/) +- [Ad Network with Splash or App Open like Admob](https://www.reddit.com/r/androiddev/comments/tqkhyt/ad_network_with_splash_or_app_open_like_admob/) +- [Any way to do an automatic staged rollout instead of manual?](https://www.reddit.com/r/androiddev/comments/tqjtd1/any_way_to_do_an_automatic_staged_rollout_instead/) +- [What architecture should I go for do that its not a bad architecture](https://www.reddit.com/r/androiddev/comments/tqijj1/what_architecture_should_i_go_for_do_that_its_not/) +- [How to pass a String from MainActicity to a Fragment](https://www.reddit.com/r/androiddev/comments/tqi7sb/how_to_pass_a_string_from_mainacticity_to_a/) +- [Android || kotlin](https://www.reddit.com/r/androiddev/comments/tqgxdn/android_kotlin/) +- [Building on ARM CPU, who to CC?](https://www.reddit.com/r/androiddev/comments/tqfzb0/building_on_arm_cpu_who_to_cc/) +- [App animation methods](https://www.reddit.com/r/androiddev/comments/tqfi76/app_animation_methods/) +- [Visual tests](https://www.reddit.com/r/androiddev/comments/tqf5pb/visual_tests/) ### *InfoWorld posts* From 05807d2e8426ad39921cc2958045bdb669a27093 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 30 Mar 2022 01:30:20 +0000 Subject: [PATCH 0111/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 511c4a8f51..9d0a5bbbbd 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Learning Android Camera stack](https://www.reddit.com/r/androiddev/comments/tqliq7/learning_android_camera_stack/) -- [Changing specific object state in Compose? id?](https://www.reddit.com/r/androiddev/comments/tql16w/changing_specific_object_state_in_compose_id/) -- [Ad Network with Splash or App Open like Admob](https://www.reddit.com/r/androiddev/comments/tqkhyt/ad_network_with_splash_or_app_open_like_admob/) -- [Any way to do an automatic staged rollout instead of manual?](https://www.reddit.com/r/androiddev/comments/tqjtd1/any_way_to_do_an_automatic_staged_rollout_instead/) -- [What architecture should I go for do that its not a bad architecture](https://www.reddit.com/r/androiddev/comments/tqijj1/what_architecture_should_i_go_for_do_that_its_not/) -- [How to pass a String from MainActicity to a Fragment](https://www.reddit.com/r/androiddev/comments/tqi7sb/how_to_pass_a_string_from_mainacticity_to_a/) -- [Android || kotlin](https://www.reddit.com/r/androiddev/comments/tqgxdn/android_kotlin/) -- [Building on ARM CPU, who to CC?](https://www.reddit.com/r/androiddev/comments/tqfzb0/building_on_arm_cpu_who_to_cc/) -- [App animation methods](https://www.reddit.com/r/androiddev/comments/tqfi76/app_animation_methods/) -- [Visual tests](https://www.reddit.com/r/androiddev/comments/tqf5pb/visual_tests/) +- [Spen inputs to mouse inputs](https://www.reddit.com/r/androiddev/comments/trsu7e/spen_inputs_to_mouse_inputs/) +- [After how many app downloads should ads be integrated?](https://www.reddit.com/r/androiddev/comments/trsmw3/after_how_many_app_downloads_should_ads_be/) +- [Language for Android interviews](https://www.reddit.com/r/androiddev/comments/trrt4c/language_for_android_interviews/) +- [Question about developer.android.com oversight.](https://www.reddit.com/r/androiddev/comments/trnkfo/question_about_developerandroidcom_oversight/) +- [curious about using facebook in another app](https://www.reddit.com/r/androiddev/comments/trkmgf/curious_about_using_facebook_in_another_app/) +- [Are there any specific IP block of Google Play Reviewers](https://www.reddit.com/r/androiddev/comments/trjlxl/are_there_any_specific_ip_block_of_google_play/) +- [Import old project into Android Studio?](https://www.reddit.com/r/androiddev/comments/trfnag/import_old_project_into_android_studio/) +- [Introducing Focus, a new open source Gradle plugin](https://www.reddit.com/r/androiddev/comments/trf93s/introducing_focus_a_new_open_source_gradle_plugin/) +- [Resume review for non-EU candidate (1 YOE) applying to jobs in the UK from Italy](https://www.reddit.com/r/androiddev/comments/trf7nl/resume_review_for_noneu_candidate_1_yoe_applying/) +- [Creating an app for a client, do's and don't](https://www.reddit.com/r/androiddev/comments/tres17/creating_an_app_for_a_client_dos_and_dont/) ### *InfoWorld posts* From 35a031c91edd2e4251746f5bf1be99fdd2016319 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 31 Mar 2022 01:30:23 +0000 Subject: [PATCH 0112/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9d0a5bbbbd..d71d6b5adc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Spen inputs to mouse inputs](https://www.reddit.com/r/androiddev/comments/trsu7e/spen_inputs_to_mouse_inputs/) -- [After how many app downloads should ads be integrated?](https://www.reddit.com/r/androiddev/comments/trsmw3/after_how_many_app_downloads_should_ads_be/) -- [Language for Android interviews](https://www.reddit.com/r/androiddev/comments/trrt4c/language_for_android_interviews/) -- [Question about developer.android.com oversight.](https://www.reddit.com/r/androiddev/comments/trnkfo/question_about_developerandroidcom_oversight/) -- [curious about using facebook in another app](https://www.reddit.com/r/androiddev/comments/trkmgf/curious_about_using_facebook_in_another_app/) -- [Are there any specific IP block of Google Play Reviewers](https://www.reddit.com/r/androiddev/comments/trjlxl/are_there_any_specific_ip_block_of_google_play/) -- [Import old project into Android Studio?](https://www.reddit.com/r/androiddev/comments/trfnag/import_old_project_into_android_studio/) -- [Introducing Focus, a new open source Gradle plugin](https://www.reddit.com/r/androiddev/comments/trf93s/introducing_focus_a_new_open_source_gradle_plugin/) -- [Resume review for non-EU candidate (1 YOE) applying to jobs in the UK from Italy](https://www.reddit.com/r/androiddev/comments/trf7nl/resume_review_for_noneu_candidate_1_yoe_applying/) -- [Creating an app for a client, do's and don't](https://www.reddit.com/r/androiddev/comments/tres17/creating_an_app_for_a_client_dos_and_dont/) +- [youtube vanced down](https://www.reddit.com/r/androiddev/comments/tskm8e/youtube_vanced_down/) +- [GPS location tampering](https://www.reddit.com/r/androiddev/comments/tsk2vm/gps_location_tampering/) +- [Sentry can now automatically install all Android SDKs through gradle (feedback request)](https://www.reddit.com/r/androiddev/comments/tsjcxx/sentry_can_now_automatically_install_all_android/) +- [Is it worth working on an app that gets 400 installs/month through the Playstore?](https://www.reddit.com/r/androiddev/comments/tshqhx/is_it_worth_working_on_an_app_that_gets_400/) +- [Comparing Two numbers Triggers Toast Too Early](https://www.reddit.com/r/androiddev/comments/tsf6ol/comparing_two_numbers_triggers_toast_too_early/) +- [How do I do Google Play like search?](https://www.reddit.com/r/androiddev/comments/tscu95/how_do_i_do_google_play_like_search/) +- [ConcurrentModification Exception thrown when inserting the file via content resolver](https://www.reddit.com/r/androiddev/comments/tscdpb/concurrentmodification_exception_thrown_when/) +- [How to ellipsize here?](https://www.reddit.com/r/androiddev/comments/tsawbl/how_to_ellipsize_here/) +- [How to "anchor" seekbar to a certain values?](https://www.reddit.com/r/androiddev/comments/tsah9z/how_to_anchor_seekbar_to_a_certain_values/) +- [Best certifications for a new Android dev?](https://www.reddit.com/r/androiddev/comments/tsafe9/best_certifications_for_a_new_android_dev/) ### *InfoWorld posts* From 23ec8d69b64276288a5655453df3c004b2375cce Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 1 Apr 2022 01:32:08 +0000 Subject: [PATCH 0113/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d71d6b5adc..682f3cc0b5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [youtube vanced down](https://www.reddit.com/r/androiddev/comments/tskm8e/youtube_vanced_down/) -- [GPS location tampering](https://www.reddit.com/r/androiddev/comments/tsk2vm/gps_location_tampering/) -- [Sentry can now automatically install all Android SDKs through gradle (feedback request)](https://www.reddit.com/r/androiddev/comments/tsjcxx/sentry_can_now_automatically_install_all_android/) -- [Is it worth working on an app that gets 400 installs/month through the Playstore?](https://www.reddit.com/r/androiddev/comments/tshqhx/is_it_worth_working_on_an_app_that_gets_400/) -- [Comparing Two numbers Triggers Toast Too Early](https://www.reddit.com/r/androiddev/comments/tsf6ol/comparing_two_numbers_triggers_toast_too_early/) -- [How do I do Google Play like search?](https://www.reddit.com/r/androiddev/comments/tscu95/how_do_i_do_google_play_like_search/) -- [ConcurrentModification Exception thrown when inserting the file via content resolver](https://www.reddit.com/r/androiddev/comments/tscdpb/concurrentmodification_exception_thrown_when/) -- [How to ellipsize here?](https://www.reddit.com/r/androiddev/comments/tsawbl/how_to_ellipsize_here/) -- [How to "anchor" seekbar to a certain values?](https://www.reddit.com/r/androiddev/comments/tsah9z/how_to_anchor_seekbar_to_a_certain_values/) -- [Best certifications for a new Android dev?](https://www.reddit.com/r/androiddev/comments/tsafe9/best_certifications_for_a_new_android_dev/) +- [A naive Jetpack Compose LazyStaggeredGrid](https://www.reddit.com/r/androiddev/comments/ttax35/a_naive_jetpack_compose_lazystaggeredgrid/) +- [Do you use visual regression tests in your projects?](https://www.reddit.com/r/androiddev/comments/ttaf0n/do_you_use_visual_regression_tests_in_your/) +- [Debugging Tips that helped you get over problems faster?](https://www.reddit.com/r/androiddev/comments/ttac6y/debugging_tips_that_helped_you_get_over_problems/) +- [Hardware suggestion to learn BLE development](https://www.reddit.com/r/androiddev/comments/tta4pz/hardware_suggestion_to_learn_ble_development/) +- [Android Development with Macbook Pro 14 base variant](https://www.reddit.com/r/androiddev/comments/tt6in0/android_development_with_macbook_pro_14_base/) +- [Publishing new app as an update of existing app](https://www.reddit.com/r/androiddev/comments/tt5c32/publishing_new_app_as_an_update_of_existing_app/) +- [Isn't navigation component forcing developers to use MVVM?](https://www.reddit.com/r/androiddev/comments/tt4vap/isnt_navigation_component_forcing_developers_to/) +- [Missing 1099 tax form](https://www.reddit.com/r/androiddev/comments/tt3qjr/missing_1099_tax_form/) +- [Streaming H.264 with MediaCodec: Performance-wise, which is better? using ImageView or Surface/TextureView when user is able to get screenshot of original frame](https://www.reddit.com/r/androiddev/comments/tt39ie/streaming_h264_with_mediacodec_performancewise/) +- [What to do when a junior developer is more advanced?](https://www.reddit.com/r/androiddev/comments/tsxrku/what_to_do_when_a_junior_developer_is_more/) ### *InfoWorld posts* From e09d5faaea7f66a035abfb2cf91cf9b89c7e561d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 2 Apr 2022 01:32:33 +0000 Subject: [PATCH 0114/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 682f3cc0b5..c604eb6e2e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [A naive Jetpack Compose LazyStaggeredGrid](https://www.reddit.com/r/androiddev/comments/ttax35/a_naive_jetpack_compose_lazystaggeredgrid/) -- [Do you use visual regression tests in your projects?](https://www.reddit.com/r/androiddev/comments/ttaf0n/do_you_use_visual_regression_tests_in_your/) -- [Debugging Tips that helped you get over problems faster?](https://www.reddit.com/r/androiddev/comments/ttac6y/debugging_tips_that_helped_you_get_over_problems/) -- [Hardware suggestion to learn BLE development](https://www.reddit.com/r/androiddev/comments/tta4pz/hardware_suggestion_to_learn_ble_development/) -- [Android Development with Macbook Pro 14 base variant](https://www.reddit.com/r/androiddev/comments/tt6in0/android_development_with_macbook_pro_14_base/) -- [Publishing new app as an update of existing app](https://www.reddit.com/r/androiddev/comments/tt5c32/publishing_new_app_as_an_update_of_existing_app/) -- [Isn't navigation component forcing developers to use MVVM?](https://www.reddit.com/r/androiddev/comments/tt4vap/isnt_navigation_component_forcing_developers_to/) -- [Missing 1099 tax form](https://www.reddit.com/r/androiddev/comments/tt3qjr/missing_1099_tax_form/) -- [Streaming H.264 with MediaCodec: Performance-wise, which is better? using ImageView or Surface/TextureView when user is able to get screenshot of original frame](https://www.reddit.com/r/androiddev/comments/tt39ie/streaming_h264_with_mediacodec_performancewise/) -- [What to do when a junior developer is more advanced?](https://www.reddit.com/r/androiddev/comments/tsxrku/what_to_do_when_a_junior_developer_is_more/) +- [Play Store account closed and can't find any option to create a new one](https://www.reddit.com/r/androiddev/comments/tu3o4q/play_store_account_closed_and_cant_find_any/) +- [AUTOMATE USSD REQUESTS](https://www.reddit.com/r/androiddev/comments/tu33ev/automate_ussd_requests/) +- [Is there reason for concern when developing for Android Systems-on-Modules?](https://www.reddit.com/r/androiddev/comments/tu1jyk/is_there_reason_for_concern_when_developing_for/) +- [Android jetpack compose conditional navigation](https://www.reddit.com/r/androiddev/comments/tu15rj/android_jetpack_compose_conditional_navigation/) +- [this won't go away.](https://www.reddit.com/r/androiddev/comments/ttzxmb/this_wont_go_away/) +- [Compose - NavHost recomposition multiple times](https://www.reddit.com/r/androiddev/comments/ttywxy/compose_navhost_recomposition_multiple_times/) +- [Looking for experienced Android Developer New Project](https://www.reddit.com/r/androiddev/comments/ttxyw5/looking_for_experienced_android_developer_new/) +- [DSU will receive new features and notable improvements in Android 13](https://www.reddit.com/r/androiddev/comments/ttwp9n/dsu_will_receive_new_features_and_notable/) +- [how to implement a event listener in my Forground service and keep it running 24 /7?](https://www.reddit.com/r/androiddev/comments/tttt88/how_to_implement_a_event_listener_in_my_forground/) +- [A new TreeView implementation with customization and no custom view](https://www.reddit.com/r/androiddev/comments/ttte6i/a_new_treeview_implementation_with_customization/) ### *InfoWorld posts* From 097e3ad0412914a751e530596e86178ae687a3b4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 3 Apr 2022 01:30:46 +0000 Subject: [PATCH 0115/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c604eb6e2e..a2d8b0f3a0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Play Store account closed and can't find any option to create a new one](https://www.reddit.com/r/androiddev/comments/tu3o4q/play_store_account_closed_and_cant_find_any/) -- [AUTOMATE USSD REQUESTS](https://www.reddit.com/r/androiddev/comments/tu33ev/automate_ussd_requests/) -- [Is there reason for concern when developing for Android Systems-on-Modules?](https://www.reddit.com/r/androiddev/comments/tu1jyk/is_there_reason_for_concern_when_developing_for/) -- [Android jetpack compose conditional navigation](https://www.reddit.com/r/androiddev/comments/tu15rj/android_jetpack_compose_conditional_navigation/) -- [this won't go away.](https://www.reddit.com/r/androiddev/comments/ttzxmb/this_wont_go_away/) -- [Compose - NavHost recomposition multiple times](https://www.reddit.com/r/androiddev/comments/ttywxy/compose_navhost_recomposition_multiple_times/) -- [Looking for experienced Android Developer New Project](https://www.reddit.com/r/androiddev/comments/ttxyw5/looking_for_experienced_android_developer_new/) -- [DSU will receive new features and notable improvements in Android 13](https://www.reddit.com/r/androiddev/comments/ttwp9n/dsu_will_receive_new_features_and_notable/) -- [how to implement a event listener in my Forground service and keep it running 24 /7?](https://www.reddit.com/r/androiddev/comments/tttt88/how_to_implement_a_event_listener_in_my_forground/) -- [A new TreeView implementation with customization and no custom view](https://www.reddit.com/r/androiddev/comments/ttte6i/a_new_treeview_implementation_with_customization/) +- [iOS and Android Developments are Converging Over the Years](https://www.reddit.com/r/androiddev/comments/tuvxja/ios_and_android_developments_are_converging_over/) +- [Generic Memory Profiling (for non native apps)](https://www.reddit.com/r/androiddev/comments/tutl4j/generic_memory_profiling_for_non_native_apps/) +- [Android Java](https://www.reddit.com/r/androiddev/comments/tusn2z/android_java/) +- [Splash Screen API Android 12 is buggy](https://www.reddit.com/r/androiddev/comments/turytx/splash_screen_api_android_12_is_buggy/) +- [Rooting android in 2022 (for developing)](https://www.reddit.com/r/androiddev/comments/tuoq36/rooting_android_in_2022_for_developing/) +- [How do layout height qualifiers work?](https://www.reddit.com/r/androiddev/comments/tuibc5/how_do_layout_height_qualifiers_work/) +- [Navigating to new screen without previous scaffold](https://www.reddit.com/r/androiddev/comments/tug2s6/navigating_to_new_screen_without_previous_scaffold/) +- [How does the OS know how many cameras a phone has?](https://www.reddit.com/r/androiddev/comments/tufo4i/how_does_the_os_know_how_many_cameras_a_phone_has/) +- [Blogfy is a Kotlin-stack application built with Ktor (REST API Backend) + Android. If you find it helpful, a star would be appreciated](https://www.reddit.com/r/androiddev/comments/tuf3u5/blogfy_is_a_kotlinstack_application_built_with/) +- [App Upgrade | Easiest way to upgrade/force upgrade your apps.](https://www.reddit.com/r/androiddev/comments/tudj5m/app_upgrade_easiest_way_to_upgradeforce_upgrade/) ### *InfoWorld posts* From da38251b83e4b7995915a99149e6046d649c6cb2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 4 Apr 2022 01:31:29 +0000 Subject: [PATCH 0116/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a2d8b0f3a0..03c71f816f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [send updates](https://www.reddit.com/r/androiddev/comments/tvo20d/send_updates/) +- [Is debugging on a Pixel 6 ungodly slow for anyone else?](https://www.reddit.com/r/androiddev/comments/tviu69/is_debugging_on_a_pixel_6_ungodly_slow_for_anyone/) +- [Google developer account](https://www.reddit.com/r/androiddev/comments/tvi4pd/google_developer_account/) +- [Wearos: Refresh ambient watchface](https://www.reddit.com/r/androiddev/comments/tv9gs4/wearos_refresh_ambient_watchface/) +- [can anyone tell me why my switchcompat is null?](https://www.reddit.com/r/androiddev/comments/tv98n3/can_anyone_tell_me_why_my_switchcompat_is_null/) +- [Searching for this cool plugin](https://www.reddit.com/r/androiddev/comments/tv75ft/searching_for_this_cool_plugin/) +- [List of newsletters and news](https://www.reddit.com/r/androiddev/comments/tv66vw/list_of_newsletters_and_news/) +- [Handling different button state in viewmodel](https://www.reddit.com/r/androiddev/comments/tv5xwt/handling_different_button_state_in_viewmodel/) - [iOS and Android Developments are Converging Over the Years](https://www.reddit.com/r/androiddev/comments/tuvxja/ios_and_android_developments_are_converging_over/) - [Generic Memory Profiling (for non native apps)](https://www.reddit.com/r/androiddev/comments/tutl4j/generic_memory_profiling_for_non_native_apps/) -- [Android Java](https://www.reddit.com/r/androiddev/comments/tusn2z/android_java/) -- [Splash Screen API Android 12 is buggy](https://www.reddit.com/r/androiddev/comments/turytx/splash_screen_api_android_12_is_buggy/) -- [Rooting android in 2022 (for developing)](https://www.reddit.com/r/androiddev/comments/tuoq36/rooting_android_in_2022_for_developing/) -- [How do layout height qualifiers work?](https://www.reddit.com/r/androiddev/comments/tuibc5/how_do_layout_height_qualifiers_work/) -- [Navigating to new screen without previous scaffold](https://www.reddit.com/r/androiddev/comments/tug2s6/navigating_to_new_screen_without_previous_scaffold/) -- [How does the OS know how many cameras a phone has?](https://www.reddit.com/r/androiddev/comments/tufo4i/how_does_the_os_know_how_many_cameras_a_phone_has/) -- [Blogfy is a Kotlin-stack application built with Ktor (REST API Backend) + Android. If you find it helpful, a star would be appreciated](https://www.reddit.com/r/androiddev/comments/tuf3u5/blogfy_is_a_kotlinstack_application_built_with/) -- [App Upgrade | Easiest way to upgrade/force upgrade your apps.](https://www.reddit.com/r/androiddev/comments/tudj5m/app_upgrade_easiest_way_to_upgradeforce_upgrade/) ### *InfoWorld posts* From d245dcf1223b3144556daea5ff5c09b3ab8cbf36 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 5 Apr 2022 01:30:00 +0000 Subject: [PATCH 0117/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 03c71f816f..ff479861da 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [send updates](https://www.reddit.com/r/androiddev/comments/tvo20d/send_updates/) -- [Is debugging on a Pixel 6 ungodly slow for anyone else?](https://www.reddit.com/r/androiddev/comments/tviu69/is_debugging_on_a_pixel_6_ungodly_slow_for_anyone/) -- [Google developer account](https://www.reddit.com/r/androiddev/comments/tvi4pd/google_developer_account/) -- [Wearos: Refresh ambient watchface](https://www.reddit.com/r/androiddev/comments/tv9gs4/wearos_refresh_ambient_watchface/) -- [can anyone tell me why my switchcompat is null?](https://www.reddit.com/r/androiddev/comments/tv98n3/can_anyone_tell_me_why_my_switchcompat_is_null/) -- [Searching for this cool plugin](https://www.reddit.com/r/androiddev/comments/tv75ft/searching_for_this_cool_plugin/) -- [List of newsletters and news](https://www.reddit.com/r/androiddev/comments/tv66vw/list_of_newsletters_and_news/) -- [Handling different button state in viewmodel](https://www.reddit.com/r/androiddev/comments/tv5xwt/handling_different_button_state_in_viewmodel/) -- [iOS and Android Developments are Converging Over the Years](https://www.reddit.com/r/androiddev/comments/tuvxja/ios_and_android_developments_are_converging_over/) -- [Generic Memory Profiling (for non native apps)](https://www.reddit.com/r/androiddev/comments/tutl4j/generic_memory_profiling_for_non_native_apps/) +- [Why am I able to .set() on TextView from outside uiThread](https://www.reddit.com/r/androiddev/comments/twfun0/why_am_i_able_to_set_on_textview_from_outside/) +- [Can't Return Data To Previous Activity Using SetResult and registerForActivityResult](https://www.reddit.com/r/androiddev/comments/twf76k/cant_return_data_to_previous_activity_using/) +- [If nothing else: Read Dagger Core Semantics](https://www.reddit.com/r/androiddev/comments/twerss/if_nothing_else_read_dagger_core_semantics/) +- [My interpretation of the enigmatic Nothing Phone Glyph:](https://www.reddit.com/r/androiddev/comments/twe7nf/my_interpretation_of_the_enigmatic_nothing_phone/) +- [Android "linker64" can't link init. it doesn't find the library called libc.so Whereas libc.so exists. Can anyone help me please 🥺](https://www.reddit.com/r/androiddev/comments/twe6w1/android_linker64_cant_link_init_it_doesnt_find/) +- [Feedback about my first App](https://www.reddit.com/r/androiddev/comments/twddqe/feedback_about_my_first_app/) +- [Android logo on r/place at (1575, 1995)!](https://www.reddit.com/r/androiddev/comments/twcpsd/android_logo_on_rplace_at_1575_1995/) +- [How to ban users without accessing device ID?](https://www.reddit.com/r/androiddev/comments/twc48n/how_to_ban_users_without_accessing_device_id/) +- [What happens to Sharedpreferences/AndroidKeyStore/AccountManager when user choose to copy apps and data from your old device](https://www.reddit.com/r/androiddev/comments/tw7p5v/what_happens_to/) +- [Kotlin 1.6.20 Released](https://www.reddit.com/r/androiddev/comments/tw6czf/kotlin_1620_released/) ### *InfoWorld posts* From f0fb996603d577c383ff83824492f236cfe86382 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 6 Apr 2022 01:30:19 +0000 Subject: [PATCH 0118/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ff479861da..4c3c971ab1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Why am I able to .set() on TextView from outside uiThread](https://www.reddit.com/r/androiddev/comments/twfun0/why_am_i_able_to_set_on_textview_from_outside/) -- [Can't Return Data To Previous Activity Using SetResult and registerForActivityResult](https://www.reddit.com/r/androiddev/comments/twf76k/cant_return_data_to_previous_activity_using/) -- [If nothing else: Read Dagger Core Semantics](https://www.reddit.com/r/androiddev/comments/twerss/if_nothing_else_read_dagger_core_semantics/) -- [My interpretation of the enigmatic Nothing Phone Glyph:](https://www.reddit.com/r/androiddev/comments/twe7nf/my_interpretation_of_the_enigmatic_nothing_phone/) -- [Android "linker64" can't link init. it doesn't find the library called libc.so Whereas libc.so exists. Can anyone help me please 🥺](https://www.reddit.com/r/androiddev/comments/twe6w1/android_linker64_cant_link_init_it_doesnt_find/) -- [Feedback about my first App](https://www.reddit.com/r/androiddev/comments/twddqe/feedback_about_my_first_app/) -- [Android logo on r/place at (1575, 1995)!](https://www.reddit.com/r/androiddev/comments/twcpsd/android_logo_on_rplace_at_1575_1995/) -- [How to ban users without accessing device ID?](https://www.reddit.com/r/androiddev/comments/twc48n/how_to_ban_users_without_accessing_device_id/) -- [What happens to Sharedpreferences/AndroidKeyStore/AccountManager when user choose to copy apps and data from your old device](https://www.reddit.com/r/androiddev/comments/tw7p5v/what_happens_to/) -- [Kotlin 1.6.20 Released](https://www.reddit.com/r/androiddev/comments/tw6czf/kotlin_1620_released/) +- [Does the play store allow self-made interstitial ads?](https://www.reddit.com/r/androiddev/comments/txajxo/does_the_play_store_allow_selfmade_interstitial/) +- [How to create a deep copy of a MutableStateList?](https://www.reddit.com/r/androiddev/comments/tx6m9u/how_to_create_a_deep_copy_of_a_mutablestatelist/) +- [RT @Mariuxtheone: Live now on https://t.co/LU40jR6I8Z with #AmazonFireSideChat! Today's topic: Increase Productivity with Split Screen and Drag & Drop #androiddev #fire #tablets #apps #splitscreen](https://www.reddit.com/r/androiddev/comments/tx068z/rt_mariuxtheone_live_now_on_httpstcolu40jr6i8z/) +- [I simply cannot import anko, what am I doing wrong?](https://www.reddit.com/r/androiddev/comments/twyu4i/i_simply_cannot_import_anko_what_am_i_doing_wrong/) +- [Play store deletes my reviews?](https://www.reddit.com/r/androiddev/comments/twyef7/play_store_deletes_my_reviews/) +- [How do you manage native dependencies?](https://www.reddit.com/r/androiddev/comments/twy57w/how_do_you_manage_native_dependencies/) +- [How are you handling this situations in compose? [Compose Architecture]](https://www.reddit.com/r/androiddev/comments/twxtt6/how_are_you_handling_this_situations_in_compose/) +- [Use Visual studio's emulator in android studio](https://www.reddit.com/r/androiddev/comments/twxh92/use_visual_studios_emulator_in_android_studio/) +- [Slope-intercept library design – Jake Wharton](https://www.reddit.com/r/androiddev/comments/twwmpb/slopeintercept_library_design_jake_wharton/) +- [From which source the OS gets information about date and time?](https://www.reddit.com/r/androiddev/comments/twwi6x/from_which_source_the_os_gets_information_about/) ### *InfoWorld posts* From 93a97933da5c155ffe882b0be080b46a128d7507 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 7 Apr 2022 01:30:10 +0000 Subject: [PATCH 0119/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4c3c971ab1..12116a6518 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Does the play store allow self-made interstitial ads?](https://www.reddit.com/r/androiddev/comments/txajxo/does_the_play_store_allow_selfmade_interstitial/) -- [How to create a deep copy of a MutableStateList?](https://www.reddit.com/r/androiddev/comments/tx6m9u/how_to_create_a_deep_copy_of_a_mutablestatelist/) -- [RT @Mariuxtheone: Live now on https://t.co/LU40jR6I8Z with #AmazonFireSideChat! Today's topic: Increase Productivity with Split Screen and Drag & Drop #androiddev #fire #tablets #apps #splitscreen](https://www.reddit.com/r/androiddev/comments/tx068z/rt_mariuxtheone_live_now_on_httpstcolu40jr6i8z/) -- [I simply cannot import anko, what am I doing wrong?](https://www.reddit.com/r/androiddev/comments/twyu4i/i_simply_cannot_import_anko_what_am_i_doing_wrong/) -- [Play store deletes my reviews?](https://www.reddit.com/r/androiddev/comments/twyef7/play_store_deletes_my_reviews/) -- [How do you manage native dependencies?](https://www.reddit.com/r/androiddev/comments/twy57w/how_do_you_manage_native_dependencies/) -- [How are you handling this situations in compose? [Compose Architecture]](https://www.reddit.com/r/androiddev/comments/twxtt6/how_are_you_handling_this_situations_in_compose/) -- [Use Visual studio's emulator in android studio](https://www.reddit.com/r/androiddev/comments/twxh92/use_visual_studios_emulator_in_android_studio/) -- [Slope-intercept library design – Jake Wharton](https://www.reddit.com/r/androiddev/comments/twwmpb/slopeintercept_library_design_jake_wharton/) -- [From which source the OS gets information about date and time?](https://www.reddit.com/r/androiddev/comments/twwi6x/from_which_source_the_os_gets_information_about/) +- [What is the pros and cons of Qt over NDK and vice versa?](https://www.reddit.com/r/androiddev/comments/txy5f0/what_is_the_pros_and_cons_of_qt_over_ndk_and_vice/) +- [Can anyone help to understand this ?](https://www.reddit.com/r/androiddev/comments/txuwwj/can_anyone_help_to_understand_this/) +- [Expanding Play’s Target Level API Requirements to Strengthen User Security - Google strikes again](https://www.reddit.com/r/androiddev/comments/txuh32/expanding_plays_target_level_api_requirements_to/) +- [Anybody actually using Kover?](https://www.reddit.com/r/androiddev/comments/txue2a/anybody_actually_using_kover/) +- [How to view Debugging info from play store app](https://www.reddit.com/r/androiddev/comments/txs2to/how_to_view_debugging_info_from_play_store_app/) +- [Looking for student with native English](https://www.reddit.com/r/androiddev/comments/txnmlh/looking_for_student_with_native_english/) +- [Getting Started with Canvas in Compose](https://www.reddit.com/r/androiddev/comments/txnilu/getting_started_with_canvas_in_compose/) +- [Developer account removed and I need permission to submit an appeal](https://www.reddit.com/r/androiddev/comments/txnf99/developer_account_removed_and_i_need_permission/) +- [Single Adapter 'Pattern'?](https://www.reddit.com/r/androiddev/comments/txmpmj/single_adapter_pattern/) +- [How do some apps circumvent the Google Play Payments Policy (Section 2) from using Google Play Billing system ?](https://www.reddit.com/r/androiddev/comments/txmegj/how_do_some_apps_circumvent_the_google_play/) ### *InfoWorld posts* From 73d7a35524a05211ba3dc0aae4825e515cc45d9e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 8 Apr 2022 01:30:17 +0000 Subject: [PATCH 0120/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 12116a6518..6786e8575e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What is the pros and cons of Qt over NDK and vice versa?](https://www.reddit.com/r/androiddev/comments/txy5f0/what_is_the_pros_and_cons_of_qt_over_ndk_and_vice/) -- [Can anyone help to understand this ?](https://www.reddit.com/r/androiddev/comments/txuwwj/can_anyone_help_to_understand_this/) -- [Expanding Play’s Target Level API Requirements to Strengthen User Security - Google strikes again](https://www.reddit.com/r/androiddev/comments/txuh32/expanding_plays_target_level_api_requirements_to/) -- [Anybody actually using Kover?](https://www.reddit.com/r/androiddev/comments/txue2a/anybody_actually_using_kover/) -- [How to view Debugging info from play store app](https://www.reddit.com/r/androiddev/comments/txs2to/how_to_view_debugging_info_from_play_store_app/) -- [Looking for student with native English](https://www.reddit.com/r/androiddev/comments/txnmlh/looking_for_student_with_native_english/) -- [Getting Started with Canvas in Compose](https://www.reddit.com/r/androiddev/comments/txnilu/getting_started_with_canvas_in_compose/) -- [Developer account removed and I need permission to submit an appeal](https://www.reddit.com/r/androiddev/comments/txnf99/developer_account_removed_and_i_need_permission/) -- [Single Adapter 'Pattern'?](https://www.reddit.com/r/androiddev/comments/txmpmj/single_adapter_pattern/) -- [How do some apps circumvent the Google Play Payments Policy (Section 2) from using Google Play Billing system ?](https://www.reddit.com/r/androiddev/comments/txmegj/how_do_some_apps_circumvent_the_google_play/) +- [Android Studio Emulator extremely laggy](https://www.reddit.com/r/androiddev/comments/tyqq6e/android_studio_emulator_extremely_laggy/) +- [Why is Seaeme the only non-launcher shortcut searching app?](https://www.reddit.com/r/androiddev/comments/tyq4dw/why_is_seaeme_the_only_nonlauncher_shortcut/) +- [Of sharks and heaps of sticky marshmallows](https://www.reddit.com/r/androiddev/comments/tyokcb/of_sharks_and_heaps_of_sticky_marshmallows/) +- [Reverse Engineering the SafetyNet Attestation API](https://www.reddit.com/r/androiddev/comments/tynkyf/reverse_engineering_the_safetynet_attestation_api/) +- [Data recovery from Note lite 10 - screen damaged](https://www.reddit.com/r/androiddev/comments/tymkbk/data_recovery_from_note_lite_10_screen_damaged/) +- [Colorful Sliders written with Jetpack Compose that enliven default Sliders with track and thumb dimensions, gradient colors, or borders, labels on top or at the bottom of thumb position and ColorfulIconSlider that can display Emoji or any Composable as thumb uses SubcomposeLayout](https://www.reddit.com/r/androiddev/comments/tyky2b/colorful_sliders_written_with_jetpack_compose/) +- [Runtime Resource Overlay (RRO) - Any Good Resources?](https://www.reddit.com/r/androiddev/comments/tykfhq/runtime_resource_overlay_rro_any_good_resources/) +- [How does Uber or OLA embedd the drivers location in website on user side?](https://www.reddit.com/r/androiddev/comments/tyjso7/how_does_uber_or_ola_embedd_the_drivers_location/) +- [RecyclerView not updating after deleting data](https://www.reddit.com/r/androiddev/comments/tyj1md/recyclerview_not_updating_after_deleting_data/) +- [Flutter or Kotlin?](https://www.reddit.com/r/androiddev/comments/tyixl8/flutter_or_kotlin/) ### *InfoWorld posts* From 3d611737d91cb7c66993a3f0ddac34579abed4dd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 9 Apr 2022 01:30:11 +0000 Subject: [PATCH 0121/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6786e8575e..8b764975c1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Studio Emulator extremely laggy](https://www.reddit.com/r/androiddev/comments/tyqq6e/android_studio_emulator_extremely_laggy/) -- [Why is Seaeme the only non-launcher shortcut searching app?](https://www.reddit.com/r/androiddev/comments/tyq4dw/why_is_seaeme_the_only_nonlauncher_shortcut/) -- [Of sharks and heaps of sticky marshmallows](https://www.reddit.com/r/androiddev/comments/tyokcb/of_sharks_and_heaps_of_sticky_marshmallows/) -- [Reverse Engineering the SafetyNet Attestation API](https://www.reddit.com/r/androiddev/comments/tynkyf/reverse_engineering_the_safetynet_attestation_api/) -- [Data recovery from Note lite 10 - screen damaged](https://www.reddit.com/r/androiddev/comments/tymkbk/data_recovery_from_note_lite_10_screen_damaged/) -- [Colorful Sliders written with Jetpack Compose that enliven default Sliders with track and thumb dimensions, gradient colors, or borders, labels on top or at the bottom of thumb position and ColorfulIconSlider that can display Emoji or any Composable as thumb uses SubcomposeLayout](https://www.reddit.com/r/androiddev/comments/tyky2b/colorful_sliders_written_with_jetpack_compose/) -- [Runtime Resource Overlay (RRO) - Any Good Resources?](https://www.reddit.com/r/androiddev/comments/tykfhq/runtime_resource_overlay_rro_any_good_resources/) -- [How does Uber or OLA embedd the drivers location in website on user side?](https://www.reddit.com/r/androiddev/comments/tyjso7/how_does_uber_or_ola_embedd_the_drivers_location/) -- [RecyclerView not updating after deleting data](https://www.reddit.com/r/androiddev/comments/tyj1md/recyclerview_not_updating_after_deleting_data/) -- [Flutter or Kotlin?](https://www.reddit.com/r/androiddev/comments/tyixl8/flutter_or_kotlin/) +- [Nifty, well made, small apps you've run into?](https://www.reddit.com/r/androiddev/comments/tzhfnc/nifty_well_made_small_apps_youve_run_into/) +- [Post a image, retrofit or fast android networking?](https://www.reddit.com/r/androiddev/comments/tzhdfy/post_a_image_retrofit_or_fast_android_networking/) +- [What flag type should I use to cancel the alarm receive in Android?](https://www.reddit.com/r/androiddev/comments/tzfkj7/what_flag_type_should_i_use_to_cancel_the_alarm/) +- [Failing](https://www.reddit.com/r/androiddev/comments/tzcq54/failing/) +- [Changing online servers from an apk.](https://www.reddit.com/r/androiddev/comments/tzc9fk/changing_online_servers_from_an_apk/) +- [Where do you announce your new apps?](https://www.reddit.com/r/androiddev/comments/tzc7ya/where_do_you_announce_your_new_apps/) +- [Android dev seeks iOS bootcamp](https://www.reddit.com/r/androiddev/comments/tzbg9o/android_dev_seeks_ios_bootcamp/) +- [Fade out particle animation](https://www.reddit.com/r/androiddev/comments/tz90wu/fade_out_particle_animation/) +- [Do you observe any performance gain, by using Resource id vs Drawable as recycler view item background?](https://www.reddit.com/r/androiddev/comments/tz87w7/do_you_observe_any_performance_gain_by_using/) +- [Building a Twitter Spaces 🐥 clone easily with 100ms Android SDK](https://www.reddit.com/r/androiddev/comments/tz7juz/building_a_twitter_spaces_clone_easily_with_100ms/) ### *InfoWorld posts* From d45c94a1b3050b223191b74837d2fb9bf07e1222 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 10 Apr 2022 01:30:29 +0000 Subject: [PATCH 0122/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8b764975c1..472a64f9d4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Nifty, well made, small apps you've run into?](https://www.reddit.com/r/androiddev/comments/tzhfnc/nifty_well_made_small_apps_youve_run_into/) -- [Post a image, retrofit or fast android networking?](https://www.reddit.com/r/androiddev/comments/tzhdfy/post_a_image_retrofit_or_fast_android_networking/) -- [What flag type should I use to cancel the alarm receive in Android?](https://www.reddit.com/r/androiddev/comments/tzfkj7/what_flag_type_should_i_use_to_cancel_the_alarm/) -- [Failing](https://www.reddit.com/r/androiddev/comments/tzcq54/failing/) -- [Changing online servers from an apk.](https://www.reddit.com/r/androiddev/comments/tzc9fk/changing_online_servers_from_an_apk/) -- [Where do you announce your new apps?](https://www.reddit.com/r/androiddev/comments/tzc7ya/where_do_you_announce_your_new_apps/) -- [Android dev seeks iOS bootcamp](https://www.reddit.com/r/androiddev/comments/tzbg9o/android_dev_seeks_ios_bootcamp/) -- [Fade out particle animation](https://www.reddit.com/r/androiddev/comments/tz90wu/fade_out_particle_animation/) -- [Do you observe any performance gain, by using Resource id vs Drawable as recycler view item background?](https://www.reddit.com/r/androiddev/comments/tz87w7/do_you_observe_any_performance_gain_by_using/) -- [Building a Twitter Spaces 🐥 clone easily with 100ms Android SDK](https://www.reddit.com/r/androiddev/comments/tz7juz/building_a_twitter_spaces_clone_easily_with_100ms/) +- [VESmail: Set-and-forget Encrypted Email - in open testing](https://www.reddit.com/r/androiddev/comments/u04rwz/vesmail_setandforget_encrypted_email_in_open/) +- [Why haven't Google added API 32 (12L) sources to Android SDK yet?](https://www.reddit.com/r/androiddev/comments/u014xu/why_havent_google_added_api_32_12l_sources_to/) +- [Navigation drawer which can open different fragments](https://www.reddit.com/r/androiddev/comments/tzzxtf/navigation_drawer_which_can_open_different/) +- [Facebook audience network](https://www.reddit.com/r/androiddev/comments/tzykyz/facebook_audience_network/) +- [My new Android app doesn't rank in Google Play Store, what do I do?](https://www.reddit.com/r/androiddev/comments/tzw62x/my_new_android_app_doesnt_rank_in_google_play/) +- [Procedural Meadow Demo on Android @ 60 fps (on Moto G60s)](https://www.reddit.com/r/androiddev/comments/tzuv8q/procedural_meadow_demo_on_android_60_fps_on_moto/) +- [GoogleSignIn in a second activity](https://www.reddit.com/r/androiddev/comments/tztwnn/googlesignin_in_a_second_activity/) +- [I have 2 apps on the PlayStore. One is always reviewed and updated in a matter of hours, the other always takes a few days. Why?](https://www.reddit.com/r/androiddev/comments/tztvz1/i_have_2_apps_on_the_playstore_one_is_always/) +- [[OSS] Thud. News Reader - Pulse News Revival](https://www.reddit.com/r/androiddev/comments/tzsmy0/oss_thud_news_reader_pulse_news_revival/) +- [Anyone knows how many app rejections till you get banned?](https://www.reddit.com/r/androiddev/comments/tzsk6n/anyone_knows_how_many_app_rejections_till_you_get/) ### *InfoWorld posts* From 32d294c38787418101aaef783b9d018a935b6429 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 11 Apr 2022 01:31:03 +0000 Subject: [PATCH 0123/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 472a64f9d4..b97f7bd378 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [VESmail: Set-and-forget Encrypted Email - in open testing](https://www.reddit.com/r/androiddev/comments/u04rwz/vesmail_setandforget_encrypted_email_in_open/) -- [Why haven't Google added API 32 (12L) sources to Android SDK yet?](https://www.reddit.com/r/androiddev/comments/u014xu/why_havent_google_added_api_32_12l_sources_to/) -- [Navigation drawer which can open different fragments](https://www.reddit.com/r/androiddev/comments/tzzxtf/navigation_drawer_which_can_open_different/) -- [Facebook audience network](https://www.reddit.com/r/androiddev/comments/tzykyz/facebook_audience_network/) -- [My new Android app doesn't rank in Google Play Store, what do I do?](https://www.reddit.com/r/androiddev/comments/tzw62x/my_new_android_app_doesnt_rank_in_google_play/) -- [Procedural Meadow Demo on Android @ 60 fps (on Moto G60s)](https://www.reddit.com/r/androiddev/comments/tzuv8q/procedural_meadow_demo_on_android_60_fps_on_moto/) -- [GoogleSignIn in a second activity](https://www.reddit.com/r/androiddev/comments/tztwnn/googlesignin_in_a_second_activity/) -- [I have 2 apps on the PlayStore. One is always reviewed and updated in a matter of hours, the other always takes a few days. Why?](https://www.reddit.com/r/androiddev/comments/tztvz1/i_have_2_apps_on_the_playstore_one_is_always/) -- [[OSS] Thud. News Reader - Pulse News Revival](https://www.reddit.com/r/androiddev/comments/tzsmy0/oss_thud_news_reader_pulse_news_revival/) -- [Anyone knows how many app rejections till you get banned?](https://www.reddit.com/r/androiddev/comments/tzsk6n/anyone_knows_how_many_app_rejections_till_you_get/) +- [Is the macro mode available for video?](https://www.reddit.com/r/androiddev/comments/u0uspl/is_the_macro_mode_available_for_video/) +- [What's the real benefit of using another language instead of Java for Android? It seems like other tools just lead to more possibility of breaking.](https://www.reddit.com/r/androiddev/comments/u0r45j/whats_the_real_benefit_of_using_another_language/) +- [How much do ad mediation companies earn?](https://www.reddit.com/r/androiddev/comments/u0nedl/how_much_do_ad_mediation_companies_earn/) +- [my app s countdown is not working as it should be.how to fix it(code inside)](https://www.reddit.com/r/androiddev/comments/u0mwzs/my_app_s_countdown_is_not_working_as_it_should/) +- [Coming back after 8 years. Anything I need to be aware of?](https://www.reddit.com/r/androiddev/comments/u0mqnh/coming_back_after_8_years_anything_i_need_to_be/) +- [Flutter Integration issue](https://www.reddit.com/r/androiddev/comments/u0m8hq/flutter_integration_issue/) +- [Is it possible to write and run basic code on a modern tablet?](https://www.reddit.com/r/androiddev/comments/u0m7z9/is_it_possible_to_write_and_run_basic_code_on_a/) +- [How is it possible, for an app to retain data after uninstallation, without SAF user interaction to pick a file/ folder location?](https://www.reddit.com/r/androiddev/comments/u0levz/how_is_it_possible_for_an_app_to_retain_data/) +- [How do you generally mange your projects' packages?](https://www.reddit.com/r/androiddev/comments/u0kzkc/how_do_you_generally_mange_your_projects_packages/) +- [how to get familiar with TDD?](https://www.reddit.com/r/androiddev/comments/u0knwx/how_to_get_familiar_with_tdd/) ### *InfoWorld posts* From 4c614e6ff88e5b6cb7fd9c50d87ca99a391cc1a6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 12 Apr 2022 01:31:07 +0000 Subject: [PATCH 0124/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b97f7bd378..4e3e64e4c1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is the macro mode available for video?](https://www.reddit.com/r/androiddev/comments/u0uspl/is_the_macro_mode_available_for_video/) -- [What's the real benefit of using another language instead of Java for Android? It seems like other tools just lead to more possibility of breaking.](https://www.reddit.com/r/androiddev/comments/u0r45j/whats_the_real_benefit_of_using_another_language/) -- [How much do ad mediation companies earn?](https://www.reddit.com/r/androiddev/comments/u0nedl/how_much_do_ad_mediation_companies_earn/) -- [my app s countdown is not working as it should be.how to fix it(code inside)](https://www.reddit.com/r/androiddev/comments/u0mwzs/my_app_s_countdown_is_not_working_as_it_should/) -- [Coming back after 8 years. Anything I need to be aware of?](https://www.reddit.com/r/androiddev/comments/u0mqnh/coming_back_after_8_years_anything_i_need_to_be/) -- [Flutter Integration issue](https://www.reddit.com/r/androiddev/comments/u0m8hq/flutter_integration_issue/) -- [Is it possible to write and run basic code on a modern tablet?](https://www.reddit.com/r/androiddev/comments/u0m7z9/is_it_possible_to_write_and_run_basic_code_on_a/) -- [How is it possible, for an app to retain data after uninstallation, without SAF user interaction to pick a file/ folder location?](https://www.reddit.com/r/androiddev/comments/u0levz/how_is_it_possible_for_an_app_to_retain_data/) -- [How do you generally mange your projects' packages?](https://www.reddit.com/r/androiddev/comments/u0kzkc/how_do_you_generally_mange_your_projects_packages/) -- [how to get familiar with TDD?](https://www.reddit.com/r/androiddev/comments/u0knwx/how_to_get_familiar_with_tdd/) +- [Can someone Add Return YouTube Dislikes mod to YouTube Vanced Version 16.02.35 ?](https://www.reddit.com/r/androiddev/comments/u1mrl7/can_someone_add_return_youtube_dislikes_mod_to/) +- [Architecture \ Design advice on a part of an Application](https://www.reddit.com/r/androiddev/comments/u1l68m/architecture_design_advice_on_a_part_of_an/) +- [Gradle sync failed: invalid type code: 00](https://www.reddit.com/r/androiddev/comments/u1jc1h/gradle_sync_failed_invalid_type_code_00/) +- [Any idea how could I make a collapsing top bar with jetpack compose? Similar to one in the video.](https://www.reddit.com/r/androiddev/comments/u1fsv2/any_idea_how_could_i_make_a_collapsing_top_bar/) +- [Do you have any good resources to properly learn the Canvas API for Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/u1f6qe/do_you_have_any_good_resources_to_properly_learn/) +- [I'm getting an error that 'child jobs have not finished yet' while executing this test case. But i'm making sure that my child coroutine finishes before asserting the result. Any ideas?](https://www.reddit.com/r/androiddev/comments/u1cy0k/im_getting_an_error_that_child_jobs_have_not/) +- [Connecting to a car with Bluetooth.](https://www.reddit.com/r/androiddev/comments/u1awql/connecting_to_a_car_with_bluetooth/) +- [Weekly Who's Hiring Thread - April 11, 2022](https://www.reddit.com/r/androiddev/comments/u177bj/weekly_whos_hiring_thread_april_11_2022/) +- [Weekly discussion, code review, and feedback thread - April 11, 2022](https://www.reddit.com/r/androiddev/comments/u177bm/weekly_discussion_code_review_and_feedback_thread/) +- [Composable metrics](https://www.reddit.com/r/androiddev/comments/u16wrm/composable_metrics/) ### *InfoWorld posts* From 58efbf1e6be31ae65d81dc2065d9f22c5fdb8ad8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 13 Apr 2022 01:30:52 +0000 Subject: [PATCH 0125/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4e3e64e4c1..0d442b8ca4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Can someone Add Return YouTube Dislikes mod to YouTube Vanced Version 16.02.35 ?](https://www.reddit.com/r/androiddev/comments/u1mrl7/can_someone_add_return_youtube_dislikes_mod_to/) -- [Architecture \ Design advice on a part of an Application](https://www.reddit.com/r/androiddev/comments/u1l68m/architecture_design_advice_on_a_part_of_an/) -- [Gradle sync failed: invalid type code: 00](https://www.reddit.com/r/androiddev/comments/u1jc1h/gradle_sync_failed_invalid_type_code_00/) -- [Any idea how could I make a collapsing top bar with jetpack compose? Similar to one in the video.](https://www.reddit.com/r/androiddev/comments/u1fsv2/any_idea_how_could_i_make_a_collapsing_top_bar/) -- [Do you have any good resources to properly learn the Canvas API for Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/u1f6qe/do_you_have_any_good_resources_to_properly_learn/) -- [I'm getting an error that 'child jobs have not finished yet' while executing this test case. But i'm making sure that my child coroutine finishes before asserting the result. Any ideas?](https://www.reddit.com/r/androiddev/comments/u1cy0k/im_getting_an_error_that_child_jobs_have_not/) -- [Connecting to a car with Bluetooth.](https://www.reddit.com/r/androiddev/comments/u1awql/connecting_to_a_car_with_bluetooth/) -- [Weekly Who's Hiring Thread - April 11, 2022](https://www.reddit.com/r/androiddev/comments/u177bj/weekly_whos_hiring_thread_april_11_2022/) -- [Weekly discussion, code review, and feedback thread - April 11, 2022](https://www.reddit.com/r/androiddev/comments/u177bm/weekly_discussion_code_review_and_feedback_thread/) -- [Composable metrics](https://www.reddit.com/r/androiddev/comments/u16wrm/composable_metrics/) +- [Music while coding](https://www.reddit.com/r/androiddev/comments/u2e161/music_while_coding/) +- [auto fetch data from fifa 2022](https://www.reddit.com/r/androiddev/comments/u2dbzr/auto_fetch_data_from_fifa_2022/) +- [Got an error when I was installing the android dev environment. Please help](https://www.reddit.com/r/androiddev/comments/u2aus4/got_an_error_when_i_was_installing_the_android/) +- [Which IDE for a career developer?](https://www.reddit.com/r/androiddev/comments/u2apzd/which_ide_for_a_career_developer/) +- [does anyone knows how to create a vendor image for Android ?](https://www.reddit.com/r/androiddev/comments/u29e2y/does_anyone_knows_how_to_create_a_vendor_image/) +- [Macbook air M1 for Android development?](https://www.reddit.com/r/androiddev/comments/u28ruw/macbook_air_m1_for_android_development/) +- [Which graph to use if i have 16 variables versus time(too many values of time)](https://www.reddit.com/r/androiddev/comments/u27x0s/which_graph_to_use_if_i_have_16_variables_versus/) +- [Need help on AdMob code id error](https://www.reddit.com/r/androiddev/comments/u27emf/need_help_on_admob_code_id_error/) +- [Synchronize Dependencies with BOM](https://www.reddit.com/r/androiddev/comments/u26xn5/synchronize_dependencies_with_bom/) +- [Is it possible to be an android developer ONLY with the documentation?](https://www.reddit.com/r/androiddev/comments/u266w7/is_it_possible_to_be_an_android_developer_only/) ### *InfoWorld posts* From d5309aa053046d2f430d4ca9d9aa4707daba48e6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 14 Apr 2022 01:30:44 +0000 Subject: [PATCH 0126/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0d442b8ca4..3501371efd 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Music while coding](https://www.reddit.com/r/androiddev/comments/u2e161/music_while_coding/) -- [auto fetch data from fifa 2022](https://www.reddit.com/r/androiddev/comments/u2dbzr/auto_fetch_data_from_fifa_2022/) -- [Got an error when I was installing the android dev environment. Please help](https://www.reddit.com/r/androiddev/comments/u2aus4/got_an_error_when_i_was_installing_the_android/) -- [Which IDE for a career developer?](https://www.reddit.com/r/androiddev/comments/u2apzd/which_ide_for_a_career_developer/) -- [does anyone knows how to create a vendor image for Android ?](https://www.reddit.com/r/androiddev/comments/u29e2y/does_anyone_knows_how_to_create_a_vendor_image/) -- [Macbook air M1 for Android development?](https://www.reddit.com/r/androiddev/comments/u28ruw/macbook_air_m1_for_android_development/) -- [Which graph to use if i have 16 variables versus time(too many values of time)](https://www.reddit.com/r/androiddev/comments/u27x0s/which_graph_to_use_if_i_have_16_variables_versus/) -- [Need help on AdMob code id error](https://www.reddit.com/r/androiddev/comments/u27emf/need_help_on_admob_code_id_error/) -- [Synchronize Dependencies with BOM](https://www.reddit.com/r/androiddev/comments/u26xn5/synchronize_dependencies_with_bom/) -- [Is it possible to be an android developer ONLY with the documentation?](https://www.reddit.com/r/androiddev/comments/u266w7/is_it_possible_to_be_an_android_developer_only/) +- [Introducing Bonsai: a multiplatform tree view for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/u35628/introducing_bonsai_a_multiplatform_tree_view_for/) +- [Do you guys get used to work taking on a entire project or only some part(s) of it?](https://www.reddit.com/r/androiddev/comments/u34ddg/do_you_guys_get_used_to_work_taking_on_a_entire/) +- [Is there extra benefits of using Koin instead of Dagger Hilt in KMM?](https://www.reddit.com/r/androiddev/comments/u33m5e/is_there_extra_benefits_of_using_koin_instead_of/) +- [Potential Project Coming Up - Trying to gather information on some limits I may face.](https://www.reddit.com/r/androiddev/comments/u32yjt/potential_project_coming_up_trying_to_gather/) +- [Jank in LazyColumn](https://www.reddit.com/r/androiddev/comments/u3082l/jank_in_lazycolumn/) +- [How do you guys test apps?](https://www.reddit.com/r/androiddev/comments/u2zwa5/how_do_you_guys_test_apps/) +- [Disabling built-in Mic](https://www.reddit.com/r/androiddev/comments/u2yk1k/disabling_builtin_mic/) +- [AdMob serving limit due to app success (wtf?)](https://www.reddit.com/r/androiddev/comments/u2ybuz/admob_serving_limit_due_to_app_success_wtf/) +- [Tapping Api/https/http request made by any app/service on Android device](https://www.reddit.com/r/androiddev/comments/u2xe5s/tapping_apihttpshttp_request_made_by_any/) +- [Android APK refuses to make API calls if debuggable is false](https://www.reddit.com/r/androiddev/comments/u2wdni/android_apk_refuses_to_make_api_calls_if/) ### *InfoWorld posts* From 97fdb3358d95550ed3dc73b4601d05c8dabf2e51 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 15 Apr 2022 01:31:03 +0000 Subject: [PATCH 0127/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3501371efd..b3fb0c2413 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Introducing Bonsai: a multiplatform tree view for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/u35628/introducing_bonsai_a_multiplatform_tree_view_for/) -- [Do you guys get used to work taking on a entire project or only some part(s) of it?](https://www.reddit.com/r/androiddev/comments/u34ddg/do_you_guys_get_used_to_work_taking_on_a_entire/) -- [Is there extra benefits of using Koin instead of Dagger Hilt in KMM?](https://www.reddit.com/r/androiddev/comments/u33m5e/is_there_extra_benefits_of_using_koin_instead_of/) -- [Potential Project Coming Up - Trying to gather information on some limits I may face.](https://www.reddit.com/r/androiddev/comments/u32yjt/potential_project_coming_up_trying_to_gather/) -- [Jank in LazyColumn](https://www.reddit.com/r/androiddev/comments/u3082l/jank_in_lazycolumn/) -- [How do you guys test apps?](https://www.reddit.com/r/androiddev/comments/u2zwa5/how_do_you_guys_test_apps/) -- [Disabling built-in Mic](https://www.reddit.com/r/androiddev/comments/u2yk1k/disabling_builtin_mic/) -- [AdMob serving limit due to app success (wtf?)](https://www.reddit.com/r/androiddev/comments/u2ybuz/admob_serving_limit_due_to_app_success_wtf/) -- [Tapping Api/https/http request made by any app/service on Android device](https://www.reddit.com/r/androiddev/comments/u2xe5s/tapping_apihttpshttp_request_made_by_any/) -- [Android APK refuses to make API calls if debuggable is false](https://www.reddit.com/r/androiddev/comments/u2wdni/android_apk_refuses_to_make_api_calls_if/) +- [Google developer account for non supported countries](https://www.reddit.com/r/androiddev/comments/u3sydl/google_developer_account_for_non_supported/) +- [If I only use Admob and no other data collection is there an easy form I can give for Data Safety with having it analyzed?](https://www.reddit.com/r/androiddev/comments/u3q5d3/if_i_only_use_admob_and_no_other_data_collection/) +- [Proper way to debug: W/MediaRecorder: mediarecorder went away with unhandled events?](https://www.reddit.com/r/androiddev/comments/u3nthz/proper_way_to_debug_wmediarecorder_mediarecorder/) +- [BEST RESOURCES Firebase.](https://www.reddit.com/r/androiddev/comments/u3jpem/best_resources_firebase/) +- [[Question] Hi, does anyone know if it’s possible to make an APK extracted from an Android 5 phone compatible with an Android 12 phone?](https://www.reddit.com/r/androiddev/comments/u3i21d/question_hi_does_anyone_know_if_its_possible_to/) +- [Android compatibility for Web3](https://www.reddit.com/r/androiddev/comments/u3g2ma/android_compatibility_for_web3/) +- [Accessing your apps that are published in different countries than your own?](https://www.reddit.com/r/androiddev/comments/u3cr5v/accessing_your_apps_that_are_published_in/) +- [Play console dashboard shows a lot of crashes, only a small portion is shown in 'Crashes & ANRs'](https://www.reddit.com/r/androiddev/comments/u3cbaz/play_console_dashboard_shows_a_lot_of_crashes/) +- [Has anyone had a longer build time in Java 11?](https://www.reddit.com/r/androiddev/comments/u3aj4h/has_anyone_had_a_longer_build_time_in_java_11/) +- [How to avoid a double splash screen in Android 12?](https://www.reddit.com/r/androiddev/comments/u39kad/how_to_avoid_a_double_splash_screen_in_android_12/) ### *InfoWorld posts* From 7952673533cce892301f6f7d8b5486febed83c0f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 16 Apr 2022 01:30:07 +0000 Subject: [PATCH 0128/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b3fb0c2413..a0f29c7ab1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Google developer account for non supported countries](https://www.reddit.com/r/androiddev/comments/u3sydl/google_developer_account_for_non_supported/) -- [If I only use Admob and no other data collection is there an easy form I can give for Data Safety with having it analyzed?](https://www.reddit.com/r/androiddev/comments/u3q5d3/if_i_only_use_admob_and_no_other_data_collection/) -- [Proper way to debug: W/MediaRecorder: mediarecorder went away with unhandled events?](https://www.reddit.com/r/androiddev/comments/u3nthz/proper_way_to_debug_wmediarecorder_mediarecorder/) -- [BEST RESOURCES Firebase.](https://www.reddit.com/r/androiddev/comments/u3jpem/best_resources_firebase/) -- [[Question] Hi, does anyone know if it’s possible to make an APK extracted from an Android 5 phone compatible with an Android 12 phone?](https://www.reddit.com/r/androiddev/comments/u3i21d/question_hi_does_anyone_know_if_its_possible_to/) -- [Android compatibility for Web3](https://www.reddit.com/r/androiddev/comments/u3g2ma/android_compatibility_for_web3/) -- [Accessing your apps that are published in different countries than your own?](https://www.reddit.com/r/androiddev/comments/u3cr5v/accessing_your_apps_that_are_published_in/) -- [Play console dashboard shows a lot of crashes, only a small portion is shown in 'Crashes & ANRs'](https://www.reddit.com/r/androiddev/comments/u3cbaz/play_console_dashboard_shows_a_lot_of_crashes/) -- [Has anyone had a longer build time in Java 11?](https://www.reddit.com/r/androiddev/comments/u3aj4h/has_anyone_had_a_longer_build_time_in_java_11/) -- [How to avoid a double splash screen in Android 12?](https://www.reddit.com/r/androiddev/comments/u39kad/how_to_avoid_a_double_splash_screen_in_android_12/) +- [what is the best GPU for Android Studio for laptops?](https://www.reddit.com/r/androiddev/comments/u4mml3/what_is_the_best_gpu_for_android_studio_for/) +- [Stop watch that works in background](https://www.reddit.com/r/androiddev/comments/u4l5be/stop_watch_that_works_in_background/) +- [Fake app violation email from google@account-developer.com?](https://www.reddit.com/r/androiddev/comments/u4g24m/fake_app_violation_email_from/) +- [Recent review times?](https://www.reddit.com/r/androiddev/comments/u4eolw/recent_review_times/) +- [I created a small Jetpack Compose library to create squircles/superellipses programmatically.](https://www.reddit.com/r/androiddev/comments/u4ctcj/i_created_a_small_jetpack_compose_library_to/) +- [GitHub - pelmenstar1/RangeCalendar: Customizable calendar view with animations and ability to select a day, a week, a month or a custom range](https://www.reddit.com/r/androiddev/comments/u4bkna/github_pelmenstar1rangecalendar_customizable/) +- [What is a good freelance salary ?](https://www.reddit.com/r/androiddev/comments/u4bcal/what_is_a_good_freelance_salary/) +- [Login implementation and best practices](https://www.reddit.com/r/androiddev/comments/u4ay3h/login_implementation_and_best_practices/) +- [What is the correct way to find a view (findViewById) so that it can be called from multiple methods? Are globals okay here?](https://www.reddit.com/r/androiddev/comments/u4aerk/what_is_the_correct_way_to_find_a_view/) +- [How do YOU personally learn & understand new libraries & best practices?](https://www.reddit.com/r/androiddev/comments/u491j8/how_do_you_personally_learn_understand_new/) ### *InfoWorld posts* From e5a84640b6951a38fe8429f533c966837f25a831 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 17 Apr 2022 01:30:38 +0000 Subject: [PATCH 0129/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a0f29c7ab1..fb36b92315 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [what is the best GPU for Android Studio for laptops?](https://www.reddit.com/r/androiddev/comments/u4mml3/what_is_the_best_gpu_for_android_studio_for/) -- [Stop watch that works in background](https://www.reddit.com/r/androiddev/comments/u4l5be/stop_watch_that_works_in_background/) -- [Fake app violation email from google@account-developer.com?](https://www.reddit.com/r/androiddev/comments/u4g24m/fake_app_violation_email_from/) -- [Recent review times?](https://www.reddit.com/r/androiddev/comments/u4eolw/recent_review_times/) -- [I created a small Jetpack Compose library to create squircles/superellipses programmatically.](https://www.reddit.com/r/androiddev/comments/u4ctcj/i_created_a_small_jetpack_compose_library_to/) -- [GitHub - pelmenstar1/RangeCalendar: Customizable calendar view with animations and ability to select a day, a week, a month or a custom range](https://www.reddit.com/r/androiddev/comments/u4bkna/github_pelmenstar1rangecalendar_customizable/) -- [What is a good freelance salary ?](https://www.reddit.com/r/androiddev/comments/u4bcal/what_is_a_good_freelance_salary/) -- [Login implementation and best practices](https://www.reddit.com/r/androiddev/comments/u4ay3h/login_implementation_and_best_practices/) -- [What is the correct way to find a view (findViewById) so that it can be called from multiple methods? Are globals okay here?](https://www.reddit.com/r/androiddev/comments/u4aerk/what_is_the_correct_way_to_find_a_view/) -- [How do YOU personally learn & understand new libraries & best practices?](https://www.reddit.com/r/androiddev/comments/u491j8/how_do_you_personally_learn_understand_new/) +- [Reverse engineering Flutter apps](https://www.reddit.com/r/androiddev/comments/u5bttx/reverse_engineering_flutter_apps/) +- [give a self-taught androiddev a motivational words](https://www.reddit.com/r/androiddev/comments/u5be9p/give_a_selftaught_androiddev_a_motivational_words/) +- [Is it me or is Android Development not intuitive?](https://www.reddit.com/r/androiddev/comments/u5a127/is_it_me_or_is_android_development_not_intuitive/) +- [Is it possible to use something like robotium to schedule weekly cycle of: Wake, enact the screen tap sequence, and then just chill until the next weekly interval?](https://www.reddit.com/r/androiddev/comments/u57vir/is_it_possible_to_use_something_like_robotium_to/) +- [learning andriod](https://www.reddit.com/r/androiddev/comments/u57rjj/learning_andriod/) +- [Is there an app debug console available or another convenient way to log information during development?](https://www.reddit.com/r/androiddev/comments/u56o77/is_there_an_app_debug_console_available_or/) +- [Why is a ViewModel scoped to the fragment of a `BottomNavigationView`not cleared when the fragment is destroyed?](https://www.reddit.com/r/androiddev/comments/u555bl/why_is_a_viewmodel_scoped_to_the_fragment_of_a/) +- [How can I debug recompositions in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/u52215/how_can_i_debug_recompositions_in_jetpack_compose/) +- [Can I introduce ads in a later version of my app? Settings in play console ;](https://www.reddit.com/r/androiddev/comments/u5041u/can_i_introduce_ads_in_a_later_version_of_my_app/) +- [Transferring applications from one Google Developer Account to another](https://www.reddit.com/r/androiddev/comments/u4xd5t/transferring_applications_from_one_google/) ### *InfoWorld posts* From 1ecc95f4e03985dc2b491868f08a91669b65da09 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 18 Apr 2022 01:32:06 +0000 Subject: [PATCH 0130/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fb36b92315..336acc246e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Reverse engineering Flutter apps](https://www.reddit.com/r/androiddev/comments/u5bttx/reverse_engineering_flutter_apps/) -- [give a self-taught androiddev a motivational words](https://www.reddit.com/r/androiddev/comments/u5be9p/give_a_selftaught_androiddev_a_motivational_words/) -- [Is it me or is Android Development not intuitive?](https://www.reddit.com/r/androiddev/comments/u5a127/is_it_me_or_is_android_development_not_intuitive/) -- [Is it possible to use something like robotium to schedule weekly cycle of: Wake, enact the screen tap sequence, and then just chill until the next weekly interval?](https://www.reddit.com/r/androiddev/comments/u57vir/is_it_possible_to_use_something_like_robotium_to/) -- [learning andriod](https://www.reddit.com/r/androiddev/comments/u57rjj/learning_andriod/) -- [Is there an app debug console available or another convenient way to log information during development?](https://www.reddit.com/r/androiddev/comments/u56o77/is_there_an_app_debug_console_available_or/) -- [Why is a ViewModel scoped to the fragment of a `BottomNavigationView`not cleared when the fragment is destroyed?](https://www.reddit.com/r/androiddev/comments/u555bl/why_is_a_viewmodel_scoped_to_the_fragment_of_a/) -- [How can I debug recompositions in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/u52215/how_can_i_debug_recompositions_in_jetpack_compose/) -- [Can I introduce ads in a later version of my app? Settings in play console ;](https://www.reddit.com/r/androiddev/comments/u5041u/can_i_introduce_ads_in_a_later_version_of_my_app/) -- [Transferring applications from one Google Developer Account to another](https://www.reddit.com/r/androiddev/comments/u4xd5t/transferring_applications_from_one_google/) +- [Weekly discussion, code review, and feedback thread - April 18, 2022](https://www.reddit.com/r/androiddev/comments/u60vbc/weekly_discussion_code_review_and_feedback_thread/) +- [Multiple Async Tasks?](https://www.reddit.com/r/androiddev/comments/u60eig/multiple_async_tasks/) +- [App Growth](https://www.reddit.com/r/androiddev/comments/u5ycbl/app_growth/) +- [How to organize code properly in Android project](https://www.reddit.com/r/androiddev/comments/u5u7f1/how_to_organize_code_properly_in_android_project/) +- [[paid] Visualizer API exposed to Unity plugin](https://www.reddit.com/r/androiddev/comments/u5thuq/paid_visualizer_api_exposed_to_unity_plugin/) +- [Privado's Play Sore Data Safety Report Generator](https://www.reddit.com/r/androiddev/comments/u5sgha/privados_play_sore_data_safety_report_generator/) +- [FHIR Validation in Android](https://www.reddit.com/r/androiddev/comments/u5rfz8/fhir_validation_in_android/) +- [APK Update (for RPG Maker MV)](https://www.reddit.com/r/androiddev/comments/u5o0qa/apk_update_for_rpg_maker_mv/) +- [Compose ScreenshotBox a library that lets you take screenshots of Composables as single shot or periodically.](https://www.reddit.com/r/androiddev/comments/u5na3x/compose_screenshotbox_a_library_that_lets_you/) +- [Set Up Koin Scope Access Illustrated](https://www.reddit.com/r/androiddev/comments/u5m316/set_up_koin_scope_access_illustrated/) ### *InfoWorld posts* From 24b5abed58c82f37dafc70c050a14f096247d839 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 19 Apr 2022 01:31:26 +0000 Subject: [PATCH 0131/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 336acc246e..2b6a356921 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Weekly discussion, code review, and feedback thread - April 18, 2022](https://www.reddit.com/r/androiddev/comments/u60vbc/weekly_discussion_code_review_and_feedback_thread/) -- [Multiple Async Tasks?](https://www.reddit.com/r/androiddev/comments/u60eig/multiple_async_tasks/) -- [App Growth](https://www.reddit.com/r/androiddev/comments/u5ycbl/app_growth/) -- [How to organize code properly in Android project](https://www.reddit.com/r/androiddev/comments/u5u7f1/how_to_organize_code_properly_in_android_project/) -- [[paid] Visualizer API exposed to Unity plugin](https://www.reddit.com/r/androiddev/comments/u5thuq/paid_visualizer_api_exposed_to_unity_plugin/) -- [Privado's Play Sore Data Safety Report Generator](https://www.reddit.com/r/androiddev/comments/u5sgha/privados_play_sore_data_safety_report_generator/) -- [FHIR Validation in Android](https://www.reddit.com/r/androiddev/comments/u5rfz8/fhir_validation_in_android/) -- [APK Update (for RPG Maker MV)](https://www.reddit.com/r/androiddev/comments/u5o0qa/apk_update_for_rpg_maker_mv/) -- [Compose ScreenshotBox a library that lets you take screenshots of Composables as single shot or periodically.](https://www.reddit.com/r/androiddev/comments/u5na3x/compose_screenshotbox_a_library_that_lets_you/) -- [Set Up Koin Scope Access Illustrated](https://www.reddit.com/r/androiddev/comments/u5m316/set_up_koin_scope_access_illustrated/) +- [Do in-app purchases, trials, and subscriptions affect downloads and ranking?](https://www.reddit.com/r/androiddev/comments/u6smbo/do_inapp_purchases_trials_and_subscriptions/) +- [What's the best alternative for the Google Earth api?](https://www.reddit.com/r/androiddev/comments/u6rmia/whats_the_best_alternative_for_the_google_earth/) +- [Can I develop Android apps on Windows 11 Home?](https://www.reddit.com/r/androiddev/comments/u6qljh/can_i_develop_android_apps_on_windows_11_home/) +- [The emulator process for AVD has terminated.](https://www.reddit.com/r/androiddev/comments/u6pi6f/the_emulator_process_for_avd_has_terminated/) +- [This might clear up a bit of clutter for some...](https://www.reddit.com/r/androiddev/comments/u6p8vt/this_might_clear_up_a_bit_of_clutter_for_some/) +- [Google Maps Compose](https://www.reddit.com/r/androiddev/comments/u6k4b6/google_maps_compose/) +- [A friend and I have built a light and extensible chart library for Android that works with both views and Jetpack Compose. Unlike many similar libraries, it doesn’t directly depend on the interoperability between the two UI systems.](https://www.reddit.com/r/androiddev/comments/u6jy5e/a_friend_and_i_have_built_a_light_and_extensible/) +- [Jetpack compose navigation with custom NavType](https://www.reddit.com/r/androiddev/comments/u6iyyh/jetpack_compose_navigation_with_custom_navtype/) +- [Putting Jetpack Compose on top of OpenGL ES](https://www.reddit.com/r/androiddev/comments/u6hyu2/putting_jetpack_compose_on_top_of_opengl_es/) +- [Hi everyone. I have a PWA/TWA that is published in playstore and installed in many devices with work profile (w/ Intune). In personal profile the app works great, but in professional profile it crashes and crashes the phone. It's a production app, I cannot have device logs. Any help?](https://www.reddit.com/r/androiddev/comments/u6gzrc/hi_everyone_i_have_a_pwatwa_that_is_published_in/) ### *InfoWorld posts* From 609101258c8ebe1d7eb90f59168492a229e5a1be Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 20 Apr 2022 01:32:24 +0000 Subject: [PATCH 0132/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2b6a356921..b5f2cbcf1b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Do in-app purchases, trials, and subscriptions affect downloads and ranking?](https://www.reddit.com/r/androiddev/comments/u6smbo/do_inapp_purchases_trials_and_subscriptions/) -- [What's the best alternative for the Google Earth api?](https://www.reddit.com/r/androiddev/comments/u6rmia/whats_the_best_alternative_for_the_google_earth/) -- [Can I develop Android apps on Windows 11 Home?](https://www.reddit.com/r/androiddev/comments/u6qljh/can_i_develop_android_apps_on_windows_11_home/) -- [The emulator process for AVD has terminated.](https://www.reddit.com/r/androiddev/comments/u6pi6f/the_emulator_process_for_avd_has_terminated/) -- [This might clear up a bit of clutter for some...](https://www.reddit.com/r/androiddev/comments/u6p8vt/this_might_clear_up_a_bit_of_clutter_for_some/) -- [Google Maps Compose](https://www.reddit.com/r/androiddev/comments/u6k4b6/google_maps_compose/) -- [A friend and I have built a light and extensible chart library for Android that works with both views and Jetpack Compose. Unlike many similar libraries, it doesn’t directly depend on the interoperability between the two UI systems.](https://www.reddit.com/r/androiddev/comments/u6jy5e/a_friend_and_i_have_built_a_light_and_extensible/) -- [Jetpack compose navigation with custom NavType](https://www.reddit.com/r/androiddev/comments/u6iyyh/jetpack_compose_navigation_with_custom_navtype/) -- [Putting Jetpack Compose on top of OpenGL ES](https://www.reddit.com/r/androiddev/comments/u6hyu2/putting_jetpack_compose_on_top_of_opengl_es/) -- [Hi everyone. I have a PWA/TWA that is published in playstore and installed in many devices with work profile (w/ Intune). In personal profile the app works great, but in professional profile it crashes and crashes the phone. It's a production app, I cannot have device logs. Any help?](https://www.reddit.com/r/androiddev/comments/u6gzrc/hi_everyone_i_have_a_pwatwa_that_is_published_in/) +- [How do you avoid multiple implementations in testing, for testing different scenarios?](https://www.reddit.com/r/androiddev/comments/u7jyvf/how_do_you_avoid_multiple_implementations_in/) +- [google play console and individual vs company](https://www.reddit.com/r/androiddev/comments/u7jc68/google_play_console_and_individual_vs_company/) +- [TalkHouse | WebRTC based peer to peer video calling and realtime messaging web app](https://www.reddit.com/r/androiddev/comments/u7j8rr/talkhouse_webrtc_based_peer_to_peer_video_calling/) +- [A question about physical address and P.O boxes.](https://www.reddit.com/r/androiddev/comments/u7iqbr/a_question_about_physical_address_and_po_boxes/) +- [Twitter going all in on Jetpack Compose for feature development: greater productivity, less bugs](https://www.reddit.com/r/androiddev/comments/u7icod/twitter_going_all_in_on_jetpack_compose_for/) +- [I'm starting a tester career and want to learn about Android-specific tests.](https://www.reddit.com/r/androiddev/comments/u7fqrp/im_starting_a_tester_career_and_want_to_learn/) +- [How much money have you made on your solo self-made apps?](https://www.reddit.com/r/androiddev/comments/u7ff9m/how_much_money_have_you_made_on_your_solo/) +- [Life Alert Android watch?](https://www.reddit.com/r/androiddev/comments/u7fe6z/life_alert_android_watch/) +- [Is there an Amazon Shopping API?](https://www.reddit.com/r/androiddev/comments/u7eh8b/is_there_an_amazon_shopping_api/) +- [App for monitoring another app](https://www.reddit.com/r/androiddev/comments/u7e5qm/app_for_monitoring_another_app/) ### *InfoWorld posts* From b912ddc1feba6967e11fc86a58d0ed9d5ef72493 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 21 Apr 2022 01:33:04 +0000 Subject: [PATCH 0133/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b5f2cbcf1b..b548d0b585 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How do you avoid multiple implementations in testing, for testing different scenarios?](https://www.reddit.com/r/androiddev/comments/u7jyvf/how_do_you_avoid_multiple_implementations_in/) -- [google play console and individual vs company](https://www.reddit.com/r/androiddev/comments/u7jc68/google_play_console_and_individual_vs_company/) -- [TalkHouse | WebRTC based peer to peer video calling and realtime messaging web app](https://www.reddit.com/r/androiddev/comments/u7j8rr/talkhouse_webrtc_based_peer_to_peer_video_calling/) -- [A question about physical address and P.O boxes.](https://www.reddit.com/r/androiddev/comments/u7iqbr/a_question_about_physical_address_and_po_boxes/) -- [Twitter going all in on Jetpack Compose for feature development: greater productivity, less bugs](https://www.reddit.com/r/androiddev/comments/u7icod/twitter_going_all_in_on_jetpack_compose_for/) -- [I'm starting a tester career and want to learn about Android-specific tests.](https://www.reddit.com/r/androiddev/comments/u7fqrp/im_starting_a_tester_career_and_want_to_learn/) -- [How much money have you made on your solo self-made apps?](https://www.reddit.com/r/androiddev/comments/u7ff9m/how_much_money_have_you_made_on_your_solo/) -- [Life Alert Android watch?](https://www.reddit.com/r/androiddev/comments/u7fe6z/life_alert_android_watch/) -- [Is there an Amazon Shopping API?](https://www.reddit.com/r/androiddev/comments/u7eh8b/is_there_an_amazon_shopping_api/) -- [App for monitoring another app](https://www.reddit.com/r/androiddev/comments/u7e5qm/app_for_monitoring_another_app/) +- [Android emulator that inherits base OS's network connectivity](https://www.reddit.com/r/androiddev/comments/u8bylk/android_emulator_that_inherits_base_oss_network/) +- [Has anyone used clipboard manager from a composable?](https://www.reddit.com/r/androiddev/comments/u8bkk9/has_anyone_used_clipboard_manager_from_a/) +- [Does this price for custom app development seem correct?](https://www.reddit.com/r/androiddev/comments/u88q4c/does_this_price_for_custom_app_development_seem/) +- [What do you think of the new Logcat introduced in Android Studio Dolphin Canary 6?](https://www.reddit.com/r/androiddev/comments/u88p7d/what_do_you_think_of_the_new_logcat_introduced_in/) +- [Kotlin synchrinized collections](https://www.reddit.com/r/androiddev/comments/u87njs/kotlin_synchrinized_collections/) +- [Is it possible to create background services in python or ruby?](https://www.reddit.com/r/androiddev/comments/u8749r/is_it_possible_to_create_background_services_in/) +- [Can I post my Unreal Engine blueprints game video here?](https://www.reddit.com/r/androiddev/comments/u85t74/can_i_post_my_unreal_engine_blueprints_game_video/) +- [Android Room with a View - Java has the database operate on the main thread](https://www.reddit.com/r/androiddev/comments/u8539g/android_room_with_a_view_java_has_the_database/) +- [Sentry’s Android Gradle Plugin Updated with Room Support and More](https://www.reddit.com/r/androiddev/comments/u82g7c/sentrys_android_gradle_plugin_updated_with_room/) +- [Thread 'Android Init (second_stage error!!!!)'](https://www.reddit.com/r/androiddev/comments/u81ulh/thread_android_init_second_stage_error/) ### *InfoWorld posts* From 3658f263be7b1ad4add8a4eaa393e7b9c24336f3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 22 Apr 2022 01:32:00 +0000 Subject: [PATCH 0134/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b548d0b585..88f49d9e37 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android emulator that inherits base OS's network connectivity](https://www.reddit.com/r/androiddev/comments/u8bylk/android_emulator_that_inherits_base_oss_network/) -- [Has anyone used clipboard manager from a composable?](https://www.reddit.com/r/androiddev/comments/u8bkk9/has_anyone_used_clipboard_manager_from_a/) -- [Does this price for custom app development seem correct?](https://www.reddit.com/r/androiddev/comments/u88q4c/does_this_price_for_custom_app_development_seem/) -- [What do you think of the new Logcat introduced in Android Studio Dolphin Canary 6?](https://www.reddit.com/r/androiddev/comments/u88p7d/what_do_you_think_of_the_new_logcat_introduced_in/) -- [Kotlin synchrinized collections](https://www.reddit.com/r/androiddev/comments/u87njs/kotlin_synchrinized_collections/) -- [Is it possible to create background services in python or ruby?](https://www.reddit.com/r/androiddev/comments/u8749r/is_it_possible_to_create_background_services_in/) -- [Can I post my Unreal Engine blueprints game video here?](https://www.reddit.com/r/androiddev/comments/u85t74/can_i_post_my_unreal_engine_blueprints_game_video/) -- [Android Room with a View - Java has the database operate on the main thread](https://www.reddit.com/r/androiddev/comments/u8539g/android_room_with_a_view_java_has_the_database/) -- [Sentry’s Android Gradle Plugin Updated with Room Support and More](https://www.reddit.com/r/androiddev/comments/u82g7c/sentrys_android_gradle_plugin_updated_with_room/) -- [Thread 'Android Init (second_stage error!!!!)'](https://www.reddit.com/r/androiddev/comments/u81ulh/thread_android_init_second_stage_error/) +- [Any Google Street View API replacement out there?](https://www.reddit.com/r/androiddev/comments/u8wndy/any_google_street_view_api_replacement_out_there/) +- [Android kotlin interfaces and implementation](https://www.reddit.com/r/androiddev/comments/u8uof3/android_kotlin_interfaces_and_implementation/) +- [Updating SQLite data not working](https://www.reddit.com/r/androiddev/comments/u8tzf2/updating_sqlite_data_not_working/) +- [Is there any boilerplate code or simple project with MVVM + Retrofit + Room?](https://www.reddit.com/r/androiddev/comments/u8rt6t/is_there_any_boilerplate_code_or_simple_project/) +- [React Native vs Flutter vs Native Android](https://www.reddit.com/r/androiddev/comments/u8q2ek/react_native_vs_flutter_vs_native_android/) +- [Real life apps suggestions to practice multithreading in Android Studio](https://www.reddit.com/r/androiddev/comments/u8pvuj/real_life_apps_suggestions_to_practice/) +- [How does WhatsApp circumvent Android rules ?](https://www.reddit.com/r/androiddev/comments/u8pqj7/how_does_whatsapp_circumvent_android_rules/) +- [Do you constantly practice on algorithms & data structures problems?](https://www.reddit.com/r/androiddev/comments/u8p6xj/do_you_constantly_practice_on_algorithms_data/) +- [Top 5 Android Developer Interview Topics](https://www.reddit.com/r/androiddev/comments/u8opij/top_5_android_developer_interview_topics/) +- [Can my app reliably detect refunded apps/features?](https://www.reddit.com/r/androiddev/comments/u8nz39/can_my_app_reliably_detect_refunded_appsfeatures/) ### *InfoWorld posts* From b0d0a85a186e7a6d6a7af84c9117379620865b84 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 23 Apr 2022 01:30:40 +0000 Subject: [PATCH 0135/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 88f49d9e37..f638867f92 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Any Google Street View API replacement out there?](https://www.reddit.com/r/androiddev/comments/u8wndy/any_google_street_view_api_replacement_out_there/) -- [Android kotlin interfaces and implementation](https://www.reddit.com/r/androiddev/comments/u8uof3/android_kotlin_interfaces_and_implementation/) -- [Updating SQLite data not working](https://www.reddit.com/r/androiddev/comments/u8tzf2/updating_sqlite_data_not_working/) -- [Is there any boilerplate code or simple project with MVVM + Retrofit + Room?](https://www.reddit.com/r/androiddev/comments/u8rt6t/is_there_any_boilerplate_code_or_simple_project/) -- [React Native vs Flutter vs Native Android](https://www.reddit.com/r/androiddev/comments/u8q2ek/react_native_vs_flutter_vs_native_android/) -- [Real life apps suggestions to practice multithreading in Android Studio](https://www.reddit.com/r/androiddev/comments/u8pvuj/real_life_apps_suggestions_to_practice/) -- [How does WhatsApp circumvent Android rules ?](https://www.reddit.com/r/androiddev/comments/u8pqj7/how_does_whatsapp_circumvent_android_rules/) -- [Do you constantly practice on algorithms & data structures problems?](https://www.reddit.com/r/androiddev/comments/u8p6xj/do_you_constantly_practice_on_algorithms_data/) -- [Top 5 Android Developer Interview Topics](https://www.reddit.com/r/androiddev/comments/u8opij/top_5_android_developer_interview_topics/) -- [Can my app reliably detect refunded apps/features?](https://www.reddit.com/r/androiddev/comments/u8nz39/can_my_app_reliably_detect_refunded_appsfeatures/) +- [Persist position on drag using Recyclerview](https://www.reddit.com/r/androiddev/comments/u9tqdl/persist_position_on_drag_using_recyclerview/) +- [Genymotion: /dev/hw_random not found](https://www.reddit.com/r/androiddev/comments/u9sl7b/genymotion_devhw_random_not_found/) +- [My 12Gb RAM notebook(ubuntu) run smooth android studio, will i have problem in the future ?](https://www.reddit.com/r/androiddev/comments/u9q0bq/my_12gb_ram_notebookubuntu_run_smooth_android/) +- [correlation between esim, sim, and serial #?](https://www.reddit.com/r/androiddev/comments/u9onqf/correlation_between_esim_sim_and_serial/) +- [ueventd selinux not working properly](https://www.reddit.com/r/androiddev/comments/u9lott/ueventd_selinux_not_working_properly/) +- [WHAT FIREBASE TOOL CAN I USE TO SEND A REQUEST FROM ONE ANDROID APPLICATION TO ANOTHER.](https://www.reddit.com/r/androiddev/comments/u9lk01/what_firebase_tool_can_i_use_to_send_a_request/) +- [What do you actually put inside the app-ads.txt](https://www.reddit.com/r/androiddev/comments/u9lh2i/what_do_you_actually_put_inside_the_appadstxt/) +- [Better library for evaluating math expressions stored on a String](https://www.reddit.com/r/androiddev/comments/u9lbhb/better_library_for_evaluating_math_expressions/) +- [Whatsapp video call recorder](https://www.reddit.com/r/androiddev/comments/u9imy4/whatsapp_video_call_recorder/) +- [Is anyone using the Dropbox Store library in Android?](https://www.reddit.com/r/androiddev/comments/u9edk8/is_anyone_using_the_dropbox_store_library_in/) ### *InfoWorld posts* From 222301ebb82b9d546e8849d33a716b2e64d454fa Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 24 Apr 2022 01:31:05 +0000 Subject: [PATCH 0136/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f638867f92..9d591f24a3 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Persist position on drag using Recyclerview](https://www.reddit.com/r/androiddev/comments/u9tqdl/persist_position_on_drag_using_recyclerview/) -- [Genymotion: /dev/hw_random not found](https://www.reddit.com/r/androiddev/comments/u9sl7b/genymotion_devhw_random_not_found/) -- [My 12Gb RAM notebook(ubuntu) run smooth android studio, will i have problem in the future ?](https://www.reddit.com/r/androiddev/comments/u9q0bq/my_12gb_ram_notebookubuntu_run_smooth_android/) -- [correlation between esim, sim, and serial #?](https://www.reddit.com/r/androiddev/comments/u9onqf/correlation_between_esim_sim_and_serial/) -- [ueventd selinux not working properly](https://www.reddit.com/r/androiddev/comments/u9lott/ueventd_selinux_not_working_properly/) -- [WHAT FIREBASE TOOL CAN I USE TO SEND A REQUEST FROM ONE ANDROID APPLICATION TO ANOTHER.](https://www.reddit.com/r/androiddev/comments/u9lk01/what_firebase_tool_can_i_use_to_send_a_request/) -- [What do you actually put inside the app-ads.txt](https://www.reddit.com/r/androiddev/comments/u9lh2i/what_do_you_actually_put_inside_the_appadstxt/) -- [Better library for evaluating math expressions stored on a String](https://www.reddit.com/r/androiddev/comments/u9lbhb/better_library_for_evaluating_math_expressions/) -- [Whatsapp video call recorder](https://www.reddit.com/r/androiddev/comments/u9imy4/whatsapp_video_call_recorder/) -- [Is anyone using the Dropbox Store library in Android?](https://www.reddit.com/r/androiddev/comments/u9edk8/is_anyone_using_the_dropbox_store_library_in/) +- [how to keep recyclerview scrolled position when i back from other fragment](https://www.reddit.com/r/androiddev/comments/uaj9bm/how_to_keep_recyclerview_scrolled_position_when_i/) +- [Is Philipp Lackner the best for learning modern Android development?](https://www.reddit.com/r/androiddev/comments/uahhlk/is_philipp_lackner_the_best_for_learning_modern/) +- [Scoping a view model in koin-compose](https://www.reddit.com/r/androiddev/comments/uafme1/scoping_a_view_model_in_koincompose/) +- [Does Java in android run on a virtual machine?](https://www.reddit.com/r/androiddev/comments/uadx2s/does_java_in_android_run_on_a_virtual_machine/) +- [Advice on Technologies to use](https://www.reddit.com/r/androiddev/comments/uacgff/advice_on_technologies_to_use/) +- [Looking to learn more about {Android Client <-> Backend Server Communication} System Design alternatives](https://www.reddit.com/r/androiddev/comments/uabqrh/looking_to_learn_more_about_android_client/) +- [[UPDATED] Android Gif Example | Kotlin | Dagger + Hilt | Kotlin Coroutines | Gradle libs.versions.toml](https://www.reddit.com/r/androiddev/comments/uaba2r/updated_android_gif_example_kotlin_dagger_hilt/) +- [What's the use of an "Injector" in a Kotlin app?](https://www.reddit.com/r/androiddev/comments/uab70f/whats_the_use_of_an_injector_in_a_kotlin_app/) +- [Do Android phones have a hard limit or soft limit in their FM tuner hardware.](https://www.reddit.com/r/androiddev/comments/ua8fs6/do_android_phones_have_a_hard_limit_or_soft_limit/) +- [Is there some standard way how Android apps move from view to another view?](https://www.reddit.com/r/androiddev/comments/ua6oh7/is_there_some_standard_way_how_android_apps_move/) ### *InfoWorld posts* From 4ecbe9b4a2f31ea7a1062ac88d87cf1034d187f8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 25 Apr 2022 01:30:46 +0000 Subject: [PATCH 0137/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9d591f24a3..c95c00945b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [how to keep recyclerview scrolled position when i back from other fragment](https://www.reddit.com/r/androiddev/comments/uaj9bm/how_to_keep_recyclerview_scrolled_position_when_i/) -- [Is Philipp Lackner the best for learning modern Android development?](https://www.reddit.com/r/androiddev/comments/uahhlk/is_philipp_lackner_the_best_for_learning_modern/) -- [Scoping a view model in koin-compose](https://www.reddit.com/r/androiddev/comments/uafme1/scoping_a_view_model_in_koincompose/) -- [Does Java in android run on a virtual machine?](https://www.reddit.com/r/androiddev/comments/uadx2s/does_java_in_android_run_on_a_virtual_machine/) -- [Advice on Technologies to use](https://www.reddit.com/r/androiddev/comments/uacgff/advice_on_technologies_to_use/) -- [Looking to learn more about {Android Client <-> Backend Server Communication} System Design alternatives](https://www.reddit.com/r/androiddev/comments/uabqrh/looking_to_learn_more_about_android_client/) -- [[UPDATED] Android Gif Example | Kotlin | Dagger + Hilt | Kotlin Coroutines | Gradle libs.versions.toml](https://www.reddit.com/r/androiddev/comments/uaba2r/updated_android_gif_example_kotlin_dagger_hilt/) -- [What's the use of an "Injector" in a Kotlin app?](https://www.reddit.com/r/androiddev/comments/uab70f/whats_the_use_of_an_injector_in_a_kotlin_app/) -- [Do Android phones have a hard limit or soft limit in their FM tuner hardware.](https://www.reddit.com/r/androiddev/comments/ua8fs6/do_android_phones_have_a_hard_limit_or_soft_limit/) -- [Is there some standard way how Android apps move from view to another view?](https://www.reddit.com/r/androiddev/comments/ua6oh7/is_there_some_standard_way_how_android_apps_move/) +- [A good tool to map out all user flows?](https://www.reddit.com/r/androiddev/comments/ub850t/a_good_tool_to_map_out_all_user_flows/) +- [How To Access a Spinner Selected Value inside of a Recycler View Adapter](https://www.reddit.com/r/androiddev/comments/ub5ssy/how_to_access_a_spinner_selected_value_inside_of/) +- [Guidance For Running Multiple Ussd Request With Telephony Api](https://www.reddit.com/r/androiddev/comments/ub54qn/guidance_for_running_multiple_ussd_request_with/) +- [Can someone tell me, what are the differences in a retail version and region specific(Say India)](https://www.reddit.com/r/androiddev/comments/ub4tkq/can_someone_tell_me_what_are_the_differences_in_a/) +- [How to prevent View holder from automatically checking radio buttons when it reuses them?](https://www.reddit.com/r/androiddev/comments/ub3fc0/how_to_prevent_view_holder_from_automatically/) +- [How to teach a young person](https://www.reddit.com/r/androiddev/comments/ub357k/how_to_teach_a_young_person/) +- [animating a candy crush game](https://www.reddit.com/r/androiddev/comments/ub211z/animating_a_candy_crush_game/) +- [Awesome Android Lint](https://www.reddit.com/r/androiddev/comments/ub05hm/awesome_android_lint/) +- [Recyclerview with header](https://www.reddit.com/r/androiddev/comments/uazibj/recyclerview_with_header/) +- [Center non-transparent part of picture](https://www.reddit.com/r/androiddev/comments/uaw7rq/center_nontransparent_part_of_picture/) ### *InfoWorld posts* From b70ac1a92e05da2c434c87b5515341fa49ca4027 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 26 Apr 2022 01:31:23 +0000 Subject: [PATCH 0138/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c95c00945b..8379eabd88 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [A good tool to map out all user flows?](https://www.reddit.com/r/androiddev/comments/ub850t/a_good_tool_to_map_out_all_user_flows/) -- [How To Access a Spinner Selected Value inside of a Recycler View Adapter](https://www.reddit.com/r/androiddev/comments/ub5ssy/how_to_access_a_spinner_selected_value_inside_of/) -- [Guidance For Running Multiple Ussd Request With Telephony Api](https://www.reddit.com/r/androiddev/comments/ub54qn/guidance_for_running_multiple_ussd_request_with/) -- [Can someone tell me, what are the differences in a retail version and region specific(Say India)](https://www.reddit.com/r/androiddev/comments/ub4tkq/can_someone_tell_me_what_are_the_differences_in_a/) -- [How to prevent View holder from automatically checking radio buttons when it reuses them?](https://www.reddit.com/r/androiddev/comments/ub3fc0/how_to_prevent_view_holder_from_automatically/) -- [How to teach a young person](https://www.reddit.com/r/androiddev/comments/ub357k/how_to_teach_a_young_person/) -- [animating a candy crush game](https://www.reddit.com/r/androiddev/comments/ub211z/animating_a_candy_crush_game/) -- [Awesome Android Lint](https://www.reddit.com/r/androiddev/comments/ub05hm/awesome_android_lint/) -- [Recyclerview with header](https://www.reddit.com/r/androiddev/comments/uazibj/recyclerview_with_header/) -- [Center non-transparent part of picture](https://www.reddit.com/r/androiddev/comments/uaw7rq/center_nontransparent_part_of_picture/) +- [Should we improve ourselves in compose to get a job or in the old view system?](https://www.reddit.com/r/androiddev/comments/ubxfy4/should_we_improve_ourselves_in_compose_to_get_a/) +- [Is there still a way to remove the white background on app icons?](https://www.reddit.com/r/androiddev/comments/ubsoew/is_there_still_a_way_to_remove_the_white/) +- [How do you find the right app to reskin guys ?](https://www.reddit.com/r/androiddev/comments/ubs42u/how_do_you_find_the_right_app_to_reskin_guys/) +- [Afraid of working on an advanced source code.](https://www.reddit.com/r/androiddev/comments/ubop1b/afraid_of_working_on_an_advanced_source_code/) +- [Is code supposted to be all in main activity?](https://www.reddit.com/r/androiddev/comments/ubo1br/is_code_supposted_to_be_all_in_main_activity/) +- [Can I ask users to share my app website in exchange for free paid content?](https://www.reddit.com/r/androiddev/comments/ubl5tr/can_i_ask_users_to_share_my_app_website_in/) +- [Weekly Who's Hiring Thread - April 25, 2022](https://www.reddit.com/r/androiddev/comments/ubkli3/weekly_whos_hiring_thread_april_25_2022/) +- [Is there a library or algorithm to create Material Color Swatches, and primary/accent/custom for color, if possible for Compose, in Android like in Flutter?](https://www.reddit.com/r/androiddev/comments/ubkcym/is_there_a_library_or_algorithm_to_create/) +- [Weekly discussion, code review, and feedback thread - April 25, 2022](https://www.reddit.com/r/androiddev/comments/ubjgxq/weekly_discussion_code_review_and_feedback_thread/) +- [How can I create relational databases in Room?](https://www.reddit.com/r/androiddev/comments/ubjajp/how_can_i_create_relational_databases_in_room/) ### *InfoWorld posts* From df7eb2e319c8448521111be078d876e3658fdb40 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 27 Apr 2022 01:31:31 +0000 Subject: [PATCH 0139/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8379eabd88..a3391fd4b5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Should we improve ourselves in compose to get a job or in the old view system?](https://www.reddit.com/r/androiddev/comments/ubxfy4/should_we_improve_ourselves_in_compose_to_get_a/) -- [Is there still a way to remove the white background on app icons?](https://www.reddit.com/r/androiddev/comments/ubsoew/is_there_still_a_way_to_remove_the_white/) -- [How do you find the right app to reskin guys ?](https://www.reddit.com/r/androiddev/comments/ubs42u/how_do_you_find_the_right_app_to_reskin_guys/) -- [Afraid of working on an advanced source code.](https://www.reddit.com/r/androiddev/comments/ubop1b/afraid_of_working_on_an_advanced_source_code/) -- [Is code supposted to be all in main activity?](https://www.reddit.com/r/androiddev/comments/ubo1br/is_code_supposted_to_be_all_in_main_activity/) -- [Can I ask users to share my app website in exchange for free paid content?](https://www.reddit.com/r/androiddev/comments/ubl5tr/can_i_ask_users_to_share_my_app_website_in/) -- [Weekly Who's Hiring Thread - April 25, 2022](https://www.reddit.com/r/androiddev/comments/ubkli3/weekly_whos_hiring_thread_april_25_2022/) -- [Is there a library or algorithm to create Material Color Swatches, and primary/accent/custom for color, if possible for Compose, in Android like in Flutter?](https://www.reddit.com/r/androiddev/comments/ubkcym/is_there_a_library_or_algorithm_to_create/) -- [Weekly discussion, code review, and feedback thread - April 25, 2022](https://www.reddit.com/r/androiddev/comments/ubjgxq/weekly_discussion_code_review_and_feedback_thread/) -- [How can I create relational databases in Room?](https://www.reddit.com/r/androiddev/comments/ubjajp/how_can_i_create_relational_databases_in_room/) +- [how to make the app have different UI when device is portrait vs when it landscaped?](https://www.reddit.com/r/androiddev/comments/ucqv2k/how_to_make_the_app_have_different_ui_when_device/) +- [note 20 ultra: how can I get rid of this annoying pop up when connected to Google messages?](https://www.reddit.com/r/androiddev/comments/ucpwpb/note_20_ultra_how_can_i_get_rid_of_this_annoying/) +- [is it possible to create a second developer account?](https://www.reddit.com/r/androiddev/comments/ucoa5q/is_it_possible_to_create_a_second_developer/) +- [Looking for documentation on using third party fragments](https://www.reddit.com/r/androiddev/comments/ucntu3/looking_for_documentation_on_using_third_party/) +- [Where do I start?](https://www.reddit.com/r/androiddev/comments/ucmm9t/where_do_i_start/) +- [Noob here with python/css/html experience - if I wanted to make a call history app that autotracked and displayed all calls made to select work-related phone numbers in my Pixel, with call length/call ID, how hard would that be?](https://www.reddit.com/r/androiddev/comments/ucl89y/noob_here_with_pythoncsshtml_experience_if_i/) +- [What’s your least favourite part of building an app?](https://www.reddit.com/r/androiddev/comments/ucicjd/whats_your_least_favourite_part_of_building_an_app/) +- [What's your strategy for interview prep?](https://www.reddit.com/r/androiddev/comments/uciafm/whats_your_strategy_for_interview_prep/) +- [Play License Verification Library generates app rejection in Google Play](https://www.reddit.com/r/androiddev/comments/ucgkpz/play_license_verification_library_generates_app/) +- [Testing Kotlin coroutines on Android](https://www.reddit.com/r/androiddev/comments/ucgke6/testing_kotlin_coroutines_on_android/) ### *InfoWorld posts* From 9ce9f2781acfeb5921838220906996b7b634f37a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 28 Apr 2022 01:32:22 +0000 Subject: [PATCH 0140/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a3391fd4b5..cdcaa12614 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [how to make the app have different UI when device is portrait vs when it landscaped?](https://www.reddit.com/r/androiddev/comments/ucqv2k/how_to_make_the_app_have_different_ui_when_device/) -- [note 20 ultra: how can I get rid of this annoying pop up when connected to Google messages?](https://www.reddit.com/r/androiddev/comments/ucpwpb/note_20_ultra_how_can_i_get_rid_of_this_annoying/) -- [is it possible to create a second developer account?](https://www.reddit.com/r/androiddev/comments/ucoa5q/is_it_possible_to_create_a_second_developer/) -- [Looking for documentation on using third party fragments](https://www.reddit.com/r/androiddev/comments/ucntu3/looking_for_documentation_on_using_third_party/) -- [Where do I start?](https://www.reddit.com/r/androiddev/comments/ucmm9t/where_do_i_start/) -- [Noob here with python/css/html experience - if I wanted to make a call history app that autotracked and displayed all calls made to select work-related phone numbers in my Pixel, with call length/call ID, how hard would that be?](https://www.reddit.com/r/androiddev/comments/ucl89y/noob_here_with_pythoncsshtml_experience_if_i/) -- [What’s your least favourite part of building an app?](https://www.reddit.com/r/androiddev/comments/ucicjd/whats_your_least_favourite_part_of_building_an_app/) -- [What's your strategy for interview prep?](https://www.reddit.com/r/androiddev/comments/uciafm/whats_your_strategy_for_interview_prep/) -- [Play License Verification Library generates app rejection in Google Play](https://www.reddit.com/r/androiddev/comments/ucgkpz/play_license_verification_library_generates_app/) -- [Testing Kotlin coroutines on Android](https://www.reddit.com/r/androiddev/comments/ucgke6/testing_kotlin_coroutines_on_android/) +- [what's the best tutorial to learn Unit testing and the tools n frameworks like Robolectric, Mockito and PowerMock?](https://www.reddit.com/r/androiddev/comments/udgpjw/whats_the_best_tutorial_to_learn_unit_testing_and/) +- [How can I display 3D models now that SceneForm is deprecated?](https://www.reddit.com/r/androiddev/comments/udfoyo/how_can_i_display_3d_models_now_that_sceneform_is/) +- [Can you broadcast an NFC URL from an Android Device to an iPhone?](https://www.reddit.com/r/androiddev/comments/udetr9/can_you_broadcast_an_nfc_url_from_an_android/) +- [How to make a LiveData list, or how to be sure my composable recomposes?](https://www.reddit.com/r/androiddev/comments/uded4j/how_to_make_a_livedata_list_or_how_to_be_sure_my/) +- [QUESTION: Blocking certain elements from website that are converted into apk using appsgeyser](https://www.reddit.com/r/androiddev/comments/udd1h4/question_blocking_certain_elements_from_website/) +- [[Question] how can i export my figma UI design into android studio ?](https://www.reddit.com/r/androiddev/comments/udc8k4/question_how_can_i_export_my_figma_ui_design_into/) +- [[Interview] Design an analytics logger](https://www.reddit.com/r/androiddev/comments/ud9i1y/interview_design_an_analytics_logger/) +- [Any opinions on Instant Apps in currentYear?](https://www.reddit.com/r/androiddev/comments/ud79zp/any_opinions_on_instant_apps_in_currentyear/) +- [How to get the number from an enum in Kotlin?](https://www.reddit.com/r/androiddev/comments/ud6fu0/how_to_get_the_number_from_an_enum_in_kotlin/) +- [User volume change moving from Open Testing to Production.](https://www.reddit.com/r/androiddev/comments/ud3k23/user_volume_change_moving_from_open_testing_to/) ### *InfoWorld posts* From 921c5ec9d279f693c186fd2dcaa20d520046833d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 29 Apr 2022 01:31:32 +0000 Subject: [PATCH 0141/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cdcaa12614..d4e3dc020e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [what's the best tutorial to learn Unit testing and the tools n frameworks like Robolectric, Mockito and PowerMock?](https://www.reddit.com/r/androiddev/comments/udgpjw/whats_the_best_tutorial_to_learn_unit_testing_and/) -- [How can I display 3D models now that SceneForm is deprecated?](https://www.reddit.com/r/androiddev/comments/udfoyo/how_can_i_display_3d_models_now_that_sceneform_is/) -- [Can you broadcast an NFC URL from an Android Device to an iPhone?](https://www.reddit.com/r/androiddev/comments/udetr9/can_you_broadcast_an_nfc_url_from_an_android/) -- [How to make a LiveData list, or how to be sure my composable recomposes?](https://www.reddit.com/r/androiddev/comments/uded4j/how_to_make_a_livedata_list_or_how_to_be_sure_my/) -- [QUESTION: Blocking certain elements from website that are converted into apk using appsgeyser](https://www.reddit.com/r/androiddev/comments/udd1h4/question_blocking_certain_elements_from_website/) -- [[Question] how can i export my figma UI design into android studio ?](https://www.reddit.com/r/androiddev/comments/udc8k4/question_how_can_i_export_my_figma_ui_design_into/) -- [[Interview] Design an analytics logger](https://www.reddit.com/r/androiddev/comments/ud9i1y/interview_design_an_analytics_logger/) -- [Any opinions on Instant Apps in currentYear?](https://www.reddit.com/r/androiddev/comments/ud79zp/any_opinions_on_instant_apps_in_currentyear/) -- [How to get the number from an enum in Kotlin?](https://www.reddit.com/r/androiddev/comments/ud6fu0/how_to_get_the_number_from_an_enum_in_kotlin/) -- [User volume change moving from Open Testing to Production.](https://www.reddit.com/r/androiddev/comments/ud3k23/user_volume_change_moving_from_open_testing_to/) +- [how to use LiveData?](https://www.reddit.com/r/androiddev/comments/ue6za9/how_to_use_livedata/) +- [Android Studio Chipmunk RC1 now available](https://www.reddit.com/r/androiddev/comments/ue5w41/android_studio_chipmunk_rc1_now_available/) +- [Android Studio Chipmunk Beta 4 now available](https://www.reddit.com/r/androiddev/comments/ue5w38/android_studio_chipmunk_beta_4_now_available/) +- [Android Studio Dolphin Canary 9 now available](https://www.reddit.com/r/androiddev/comments/ue5w2n/android_studio_dolphin_canary_9_now_available/) +- [Android Studio Dolphin Canary 8 now available](https://www.reddit.com/r/androiddev/comments/ue5w26/android_studio_dolphin_canary_8_now_available/) +- [Adjusting CarrierConfig/CarrierSettings on Pixel 6](https://www.reddit.com/r/androiddev/comments/ue5n8i/adjusting_carrierconfigcarriersettings_on_pixel_6/) +- [How can I take user entered text and automatically fix grammar and punctuation?](https://www.reddit.com/r/androiddev/comments/ue3jtf/how_can_i_take_user_entered_text_and/) +- [How can I create 3D model editing functionality in my app?](https://www.reddit.com/r/androiddev/comments/ue2ktn/how_can_i_create_3d_model_editing_functionality/) +- [What Jetpack Compose component I must use to build an alert message just like on this screenshot?](https://www.reddit.com/r/androiddev/comments/ue2j8n/what_jetpack_compose_component_i_must_use_to/) +- [Android Developers Splash Screen Guide says to export the animation from After Effects in XML, with a zip allegated. I can't find a SINGLE tutorial explaining how to export in XML from AE. Any help?](https://www.reddit.com/r/androiddev/comments/ue1wfv/android_developers_splash_screen_guide_says_to/) ### *InfoWorld posts* From 04c95766a827db20ab7abd0baf97ae1fe357170d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 30 Apr 2022 01:32:31 +0000 Subject: [PATCH 0142/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d4e3dc020e..c5c938f81c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [how to use LiveData?](https://www.reddit.com/r/androiddev/comments/ue6za9/how_to_use_livedata/) -- [Android Studio Chipmunk RC1 now available](https://www.reddit.com/r/androiddev/comments/ue5w41/android_studio_chipmunk_rc1_now_available/) -- [Android Studio Chipmunk Beta 4 now available](https://www.reddit.com/r/androiddev/comments/ue5w38/android_studio_chipmunk_beta_4_now_available/) -- [Android Studio Dolphin Canary 9 now available](https://www.reddit.com/r/androiddev/comments/ue5w2n/android_studio_dolphin_canary_9_now_available/) -- [Android Studio Dolphin Canary 8 now available](https://www.reddit.com/r/androiddev/comments/ue5w26/android_studio_dolphin_canary_8_now_available/) -- [Adjusting CarrierConfig/CarrierSettings on Pixel 6](https://www.reddit.com/r/androiddev/comments/ue5n8i/adjusting_carrierconfigcarriersettings_on_pixel_6/) -- [How can I take user entered text and automatically fix grammar and punctuation?](https://www.reddit.com/r/androiddev/comments/ue3jtf/how_can_i_take_user_entered_text_and/) -- [How can I create 3D model editing functionality in my app?](https://www.reddit.com/r/androiddev/comments/ue2ktn/how_can_i_create_3d_model_editing_functionality/) -- [What Jetpack Compose component I must use to build an alert message just like on this screenshot?](https://www.reddit.com/r/androiddev/comments/ue2j8n/what_jetpack_compose_component_i_must_use_to/) -- [Android Developers Splash Screen Guide says to export the animation from After Effects in XML, with a zip allegated. I can't find a SINGLE tutorial explaining how to export in XML from AE. Any help?](https://www.reddit.com/r/androiddev/comments/ue1wfv/android_developers_splash_screen_guide_says_to/) +- [Java vs Kotlin, can Google reconsider a change?](https://www.reddit.com/r/androiddev/comments/uezbt0/java_vs_kotlin_can_google_reconsider_a_change/) +- [Is the User Messaging Platform (UMP) SDK mandatory in order to use Admob Ads, even if I still use the old deprecated Consent Library?](https://www.reddit.com/r/androiddev/comments/uewme8/is_the_user_messaging_platform_ump_sdk_mandatory/) +- [Making reusable composables using Generics](https://www.reddit.com/r/androiddev/comments/ueuydd/making_reusable_composables_using_generics/) +- [Collapsible App bar made with Jetpack Compose & Motion Compose](https://www.reddit.com/r/androiddev/comments/ueukjv/collapsible_app_bar_made_with_jetpack_compose/) +- [ListView vs RecyclerView for small list?](https://www.reddit.com/r/androiddev/comments/ueuik2/listview_vs_recyclerview_for_small_list/) +- [Google Play Console Review Times](https://www.reddit.com/r/androiddev/comments/uetlo2/google_play_console_review_times/) +- [Google Play Categories](https://www.reddit.com/r/androiddev/comments/uesz39/google_play_categories/) +- [Anyone have experience contributing to Fenix (Firefox)?](https://www.reddit.com/r/androiddev/comments/uertjg/anyone_have_experience_contributing_to_fenix/) +- [Android Unlocking Issue](https://www.reddit.com/r/androiddev/comments/ueqhs4/android_unlocking_issue/) +- [I'm starting to give up](https://www.reddit.com/r/androiddev/comments/uenp8w/im_starting_to_give_up/) ### *InfoWorld posts* From ee043a5b5555fe35d09ec06d2106b7eaa19ab3c8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 1 May 2022 01:36:06 +0000 Subject: [PATCH 0143/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c5c938f81c..29378d54ca 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Java vs Kotlin, can Google reconsider a change?](https://www.reddit.com/r/androiddev/comments/uezbt0/java_vs_kotlin_can_google_reconsider_a_change/) -- [Is the User Messaging Platform (UMP) SDK mandatory in order to use Admob Ads, even if I still use the old deprecated Consent Library?](https://www.reddit.com/r/androiddev/comments/uewme8/is_the_user_messaging_platform_ump_sdk_mandatory/) -- [Making reusable composables using Generics](https://www.reddit.com/r/androiddev/comments/ueuydd/making_reusable_composables_using_generics/) -- [Collapsible App bar made with Jetpack Compose & Motion Compose](https://www.reddit.com/r/androiddev/comments/ueukjv/collapsible_app_bar_made_with_jetpack_compose/) -- [ListView vs RecyclerView for small list?](https://www.reddit.com/r/androiddev/comments/ueuik2/listview_vs_recyclerview_for_small_list/) -- [Google Play Console Review Times](https://www.reddit.com/r/androiddev/comments/uetlo2/google_play_console_review_times/) -- [Google Play Categories](https://www.reddit.com/r/androiddev/comments/uesz39/google_play_categories/) -- [Anyone have experience contributing to Fenix (Firefox)?](https://www.reddit.com/r/androiddev/comments/uertjg/anyone_have_experience_contributing_to_fenix/) -- [Android Unlocking Issue](https://www.reddit.com/r/androiddev/comments/ueqhs4/android_unlocking_issue/) -- [I'm starting to give up](https://www.reddit.com/r/androiddev/comments/uenp8w/im_starting_to_give_up/) +- [Integrate Payment in Application?](https://www.reddit.com/r/androiddev/comments/ufp0qt/integrate_payment_in_application/) +- [How to 'execute' a Flow query in a Room?](https://www.reddit.com/r/androiddev/comments/ufo2zm/how_to_execute_a_flow_query_in_a_room/) +- [How realistic is it for a new dev to take an abandoned app and update it to work with newer versions of Android?](https://www.reddit.com/r/androiddev/comments/ufo1lg/how_realistic_is_it_for_a_new_dev_to_take_an/) +- [Inserting a List of Objects of an Entity within a Separate Entity in Android using Room Database with Kotlin](https://www.reddit.com/r/androiddev/comments/ufjg16/inserting_a_list_of_objects_of_an_entity_within_a/) +- [Any good canvas or UI courses to recommend?](https://www.reddit.com/r/androiddev/comments/ufirie/any_good_canvas_or_ui_courses_to_recommend/) +- [How to do properly when I need access to activity context](https://www.reddit.com/r/androiddev/comments/ufid0n/how_to_do_properly_when_i_need_access_to_activity/) +- [Is the fact that anyone can just decompile APKs to Java on Android Studio a security issue?](https://www.reddit.com/r/androiddev/comments/uff8u9/is_the_fact_that_anyone_can_just_decompile_apks/) +- [Testing Mobile Push Notifications](https://www.reddit.com/r/androiddev/comments/uff1k8/testing_mobile_push_notifications/) +- [How to get JSON data, when a JSON field changes.](https://www.reddit.com/r/androiddev/comments/ufdu5f/how_to_get_json_data_when_a_json_field_changes/) +- [How to recomposition after popbackstack?](https://www.reddit.com/r/androiddev/comments/ufdsg4/how_to_recomposition_after_popbackstack/) ### *InfoWorld posts* From 72a6f6a249f4343f2ce1f56036c378337ffac598 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 2 May 2022 01:31:45 +0000 Subject: [PATCH 0144/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 29378d54ca..8697a84c85 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Integrate Payment in Application?](https://www.reddit.com/r/androiddev/comments/ufp0qt/integrate_payment_in_application/) -- [How to 'execute' a Flow query in a Room?](https://www.reddit.com/r/androiddev/comments/ufo2zm/how_to_execute_a_flow_query_in_a_room/) -- [How realistic is it for a new dev to take an abandoned app and update it to work with newer versions of Android?](https://www.reddit.com/r/androiddev/comments/ufo1lg/how_realistic_is_it_for_a_new_dev_to_take_an/) -- [Inserting a List of Objects of an Entity within a Separate Entity in Android using Room Database with Kotlin](https://www.reddit.com/r/androiddev/comments/ufjg16/inserting_a_list_of_objects_of_an_entity_within_a/) -- [Any good canvas or UI courses to recommend?](https://www.reddit.com/r/androiddev/comments/ufirie/any_good_canvas_or_ui_courses_to_recommend/) -- [How to do properly when I need access to activity context](https://www.reddit.com/r/androiddev/comments/ufid0n/how_to_do_properly_when_i_need_access_to_activity/) -- [Is the fact that anyone can just decompile APKs to Java on Android Studio a security issue?](https://www.reddit.com/r/androiddev/comments/uff8u9/is_the_fact_that_anyone_can_just_decompile_apks/) -- [Testing Mobile Push Notifications](https://www.reddit.com/r/androiddev/comments/uff1k8/testing_mobile_push_notifications/) -- [How to get JSON data, when a JSON field changes.](https://www.reddit.com/r/androiddev/comments/ufdu5f/how_to_get_json_data_when_a_json_field_changes/) -- [How to recomposition after popbackstack?](https://www.reddit.com/r/androiddev/comments/ufdsg4/how_to_recomposition_after_popbackstack/) +- [Discord and mentors](https://www.reddit.com/r/androiddev/comments/ug9huc/discord_and_mentors/) +- [Changing app's title and short description according to new google policies](https://www.reddit.com/r/androiddev/comments/ug8u2h/changing_apps_title_and_short_description/) +- [Tool for making screenshots for store/portfolio?](https://www.reddit.com/r/androiddev/comments/ug8u0x/tool_for_making_screenshots_for_storeportfolio/) +- [Anyone aware about this bug with Firestore + FirebaseUI? Only very few users face it, and clearing app data doesn't fix it.](https://www.reddit.com/r/androiddev/comments/ug7d7c/anyone_aware_about_this_bug_with_firestore/) +- [Should my app use Material Design 2 or 3?](https://www.reddit.com/r/androiddev/comments/ug6rhe/should_my_app_use_material_design_2_or_3/) +- [android dev](https://www.reddit.com/r/androiddev/comments/ug6hv8/android_dev/) +- [Inevitable to learn Kotlin for Android development? Reluctant to switch from Java to Kotlin as it means spending time to learn a new language for same purpose which Java already served for many years.](https://www.reddit.com/r/androiddev/comments/ug6e2w/inevitable_to_learn_kotlin_for_android/) +- [Is it okay to provide ViewModel inside a module with Dagger 2?](https://www.reddit.com/r/androiddev/comments/ufzdeh/is_it_okay_to_provide_viewmodel_inside_a_module/) +- [Best roadmap for android app initial release](https://www.reddit.com/r/androiddev/comments/ufx0p4/best_roadmap_for_android_app_initial_release/) +- [How does the google family link app block apps ?](https://www.reddit.com/r/androiddev/comments/ufvxtq/how_does_the_google_family_link_app_block_apps/) ### *InfoWorld posts* From 051109d7ed06ea075dd7509d0ac8b513a8669edd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 3 May 2022 01:31:05 +0000 Subject: [PATCH 0145/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8697a84c85..942ba6ce90 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Discord and mentors](https://www.reddit.com/r/androiddev/comments/ug9huc/discord_and_mentors/) -- [Changing app's title and short description according to new google policies](https://www.reddit.com/r/androiddev/comments/ug8u2h/changing_apps_title_and_short_description/) -- [Tool for making screenshots for store/portfolio?](https://www.reddit.com/r/androiddev/comments/ug8u0x/tool_for_making_screenshots_for_storeportfolio/) -- [Anyone aware about this bug with Firestore + FirebaseUI? Only very few users face it, and clearing app data doesn't fix it.](https://www.reddit.com/r/androiddev/comments/ug7d7c/anyone_aware_about_this_bug_with_firestore/) -- [Should my app use Material Design 2 or 3?](https://www.reddit.com/r/androiddev/comments/ug6rhe/should_my_app_use_material_design_2_or_3/) -- [android dev](https://www.reddit.com/r/androiddev/comments/ug6hv8/android_dev/) -- [Inevitable to learn Kotlin for Android development? Reluctant to switch from Java to Kotlin as it means spending time to learn a new language for same purpose which Java already served for many years.](https://www.reddit.com/r/androiddev/comments/ug6e2w/inevitable_to_learn_kotlin_for_android/) -- [Is it okay to provide ViewModel inside a module with Dagger 2?](https://www.reddit.com/r/androiddev/comments/ufzdeh/is_it_okay_to_provide_viewmodel_inside_a_module/) -- [Best roadmap for android app initial release](https://www.reddit.com/r/androiddev/comments/ufx0p4/best_roadmap_for_android_app_initial_release/) -- [How does the google family link app block apps ?](https://www.reddit.com/r/androiddev/comments/ufvxtq/how_does_the_google_family_link_app_block_apps/) +- [Which Cpu arhictecture should be my wearOs apk?](https://www.reddit.com/r/androiddev/comments/uh3eol/which_cpu_arhictecture_should_be_my_wearos_apk/) +- [What's the difference between singletons with lazy initializations vs singletons with Hilt annotations?](https://www.reddit.com/r/androiddev/comments/uh0beh/whats_the_difference_between_singletons_with_lazy/) +- [i just completed my first "real project"!](https://www.reddit.com/r/androiddev/comments/uh00pz/i_just_completed_my_first_real_project/) +- [7 things to keep in mind while building jetpack composable’s.](https://www.reddit.com/r/androiddev/comments/ugypy8/7_things_to_keep_in_mind_while_building_jetpack/) +- [Compose or Flutter for new project?](https://www.reddit.com/r/androiddev/comments/ugvz95/compose_or_flutter_for_new_project/) +- [A survey about refactorings](https://www.reddit.com/r/androiddev/comments/ugv75a/a_survey_about_refactorings/) +- [What is the most interesting feature of jetpack compose for UI/UX designers?](https://www.reddit.com/r/androiddev/comments/uguxxq/what_is_the_most_interesting_feature_of_jetpack/) +- [Learn Android with Jetpack Compose (no programming experience needed!)](https://www.reddit.com/r/androiddev/comments/uguak4/learn_android_with_jetpack_compose_no_programming/) +- [Productivity hack to save tens of engineering hours when working with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/ugs2sj/productivity_hack_to_save_tens_of_engineering/) +- [Weekly Who's Hiring Thread - May 02, 2022](https://www.reddit.com/r/androiddev/comments/ugp3m9/weekly_whos_hiring_thread_may_02_2022/) ### *InfoWorld posts* From 23a848b13425005d6036795bba125ccc0cd3c614 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 4 May 2022 01:31:38 +0000 Subject: [PATCH 0146/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 942ba6ce90..79f888e905 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Which Cpu arhictecture should be my wearOs apk?](https://www.reddit.com/r/androiddev/comments/uh3eol/which_cpu_arhictecture_should_be_my_wearos_apk/) -- [What's the difference between singletons with lazy initializations vs singletons with Hilt annotations?](https://www.reddit.com/r/androiddev/comments/uh0beh/whats_the_difference_between_singletons_with_lazy/) -- [i just completed my first "real project"!](https://www.reddit.com/r/androiddev/comments/uh00pz/i_just_completed_my_first_real_project/) -- [7 things to keep in mind while building jetpack composable’s.](https://www.reddit.com/r/androiddev/comments/ugypy8/7_things_to_keep_in_mind_while_building_jetpack/) -- [Compose or Flutter for new project?](https://www.reddit.com/r/androiddev/comments/ugvz95/compose_or_flutter_for_new_project/) -- [A survey about refactorings](https://www.reddit.com/r/androiddev/comments/ugv75a/a_survey_about_refactorings/) -- [What is the most interesting feature of jetpack compose for UI/UX designers?](https://www.reddit.com/r/androiddev/comments/uguxxq/what_is_the_most_interesting_feature_of_jetpack/) -- [Learn Android with Jetpack Compose (no programming experience needed!)](https://www.reddit.com/r/androiddev/comments/uguak4/learn_android_with_jetpack_compose_no_programming/) -- [Productivity hack to save tens of engineering hours when working with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/ugs2sj/productivity_hack_to_save_tens_of_engineering/) -- [Weekly Who's Hiring Thread - May 02, 2022](https://www.reddit.com/r/androiddev/comments/ugp3m9/weekly_whos_hiring_thread_may_02_2022/) +- [How can I add a 'light' effect to an animation without having to use any 3D modeling libraries?](https://www.reddit.com/r/androiddev/comments/uhu9i8/how_can_i_add_a_light_effect_to_an_animation/) +- [Advice on starting development on a bike smart trainer controller app](https://www.reddit.com/r/androiddev/comments/uhslf8/advice_on_starting_development_on_a_bike_smart/) +- [Upgrade the RAM could help me?](https://www.reddit.com/r/androiddev/comments/uhqein/upgrade_the_ram_could_help_me/) +- [Free theme.xml / style.xml for android apps](https://www.reddit.com/r/androiddev/comments/uhq949/free_themexml_stylexml_for_android_apps/) +- [Anyone making money as an indie app developer in 2022?](https://www.reddit.com/r/androiddev/comments/uhppe5/anyone_making_money_as_an_indie_app_developer_in/) +- [Paid app - create promotion codes with reduced price](https://www.reddit.com/r/androiddev/comments/uhp6rd/paid_app_create_promotion_codes_with_reduced_price/) +- [I'm a newbie overwhelmed with information](https://www.reddit.com/r/androiddev/comments/uhobxt/im_a_newbie_overwhelmed_with_information/) +- [What does the text "~4 notifications per day" mean in relation to my notification channel.](https://www.reddit.com/r/androiddev/comments/uhnyxw/what_does_the_text_4_notifications_per_day_mean/) +- [I'm learning compose in Android developer course and it says to press alt + enter to open this option. But only "convert to expression body" shows up. I don't have the remaining three options](https://www.reddit.com/r/androiddev/comments/uhngfr/im_learning_compose_in_android_developer_course/) +- [Would you recommend going full compose or composeview to someone who is just starting with compose?](https://www.reddit.com/r/androiddev/comments/uhm6eu/would_you_recommend_going_full_compose_or/) ### *InfoWorld posts* From 9132b0de699d544cb551199283e83a7841d19f3a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 5 May 2022 01:32:32 +0000 Subject: [PATCH 0147/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 79f888e905..514a6fcf44 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How can I add a 'light' effect to an animation without having to use any 3D modeling libraries?](https://www.reddit.com/r/androiddev/comments/uhu9i8/how_can_i_add_a_light_effect_to_an_animation/) -- [Advice on starting development on a bike smart trainer controller app](https://www.reddit.com/r/androiddev/comments/uhslf8/advice_on_starting_development_on_a_bike_smart/) -- [Upgrade the RAM could help me?](https://www.reddit.com/r/androiddev/comments/uhqein/upgrade_the_ram_could_help_me/) -- [Free theme.xml / style.xml for android apps](https://www.reddit.com/r/androiddev/comments/uhq949/free_themexml_stylexml_for_android_apps/) -- [Anyone making money as an indie app developer in 2022?](https://www.reddit.com/r/androiddev/comments/uhppe5/anyone_making_money_as_an_indie_app_developer_in/) -- [Paid app - create promotion codes with reduced price](https://www.reddit.com/r/androiddev/comments/uhp6rd/paid_app_create_promotion_codes_with_reduced_price/) -- [I'm a newbie overwhelmed with information](https://www.reddit.com/r/androiddev/comments/uhobxt/im_a_newbie_overwhelmed_with_information/) -- [What does the text "~4 notifications per day" mean in relation to my notification channel.](https://www.reddit.com/r/androiddev/comments/uhnyxw/what_does_the_text_4_notifications_per_day_mean/) -- [I'm learning compose in Android developer course and it says to press alt + enter to open this option. But only "convert to expression body" shows up. I don't have the remaining three options](https://www.reddit.com/r/androiddev/comments/uhngfr/im_learning_compose_in_android_developer_course/) -- [Would you recommend going full compose or composeview to someone who is just starting with compose?](https://www.reddit.com/r/androiddev/comments/uhm6eu/would_you_recommend_going_full_compose_or/) +- [How do I Compile My Own Android OS from Source for my Samsung A20s 3GB](https://www.reddit.com/r/androiddev/comments/uilyoi/how_do_i_compile_my_own_android_os_from_source/) +- [send image to server and get it back](https://www.reddit.com/r/androiddev/comments/uilkgj/send_image_to_server_and_get_it_back/) +- [Can't figure out how to save a list of objects in Room](https://www.reddit.com/r/androiddev/comments/uilbft/cant_figure_out_how_to_save_a_list_of_objects_in/) +- [Download statistics reports not updating since 2 weeks](https://www.reddit.com/r/androiddev/comments/uil2w1/download_statistics_reports_not_updating_since_2/) +- [[Book] Jetpack Compose internals](https://www.reddit.com/r/androiddev/comments/uihkcl/book_jetpack_compose_internals/) +- [Frames Lost during initital composition in jetpack compose](https://www.reddit.com/r/androiddev/comments/uih9g7/frames_lost_during_initital_composition_in/) +- [Domain Verification for GCP](https://www.reddit.com/r/androiddev/comments/uih8mh/domain_verification_for_gcp/) +- [What questions should I ask of a company when I want to get an Android app developed](https://www.reddit.com/r/androiddev/comments/uido1v/what_questions_should_i_ask_of_a_company_when_i/) +- [How many DPI bucket resource folders do you use?](https://www.reddit.com/r/androiddev/comments/uid3sv/how_many_dpi_bucket_resource_folders_do_you_use/) +- [Can we implement a custom low-level sound effect filter to be applied to all audio outputs?](https://www.reddit.com/r/androiddev/comments/uicqo0/can_we_implement_a_custom_lowlevel_sound_effect/) ### *InfoWorld posts* From e651c42890b99557bcaaac9c4113bf5f5275b203 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 6 May 2022 01:30:07 +0000 Subject: [PATCH 0148/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 514a6fcf44..ecd9f4a3d2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How do I Compile My Own Android OS from Source for my Samsung A20s 3GB](https://www.reddit.com/r/androiddev/comments/uilyoi/how_do_i_compile_my_own_android_os_from_source/) -- [send image to server and get it back](https://www.reddit.com/r/androiddev/comments/uilkgj/send_image_to_server_and_get_it_back/) -- [Can't figure out how to save a list of objects in Room](https://www.reddit.com/r/androiddev/comments/uilbft/cant_figure_out_how_to_save_a_list_of_objects_in/) -- [Download statistics reports not updating since 2 weeks](https://www.reddit.com/r/androiddev/comments/uil2w1/download_statistics_reports_not_updating_since_2/) -- [[Book] Jetpack Compose internals](https://www.reddit.com/r/androiddev/comments/uihkcl/book_jetpack_compose_internals/) -- [Frames Lost during initital composition in jetpack compose](https://www.reddit.com/r/androiddev/comments/uih9g7/frames_lost_during_initital_composition_in/) -- [Domain Verification for GCP](https://www.reddit.com/r/androiddev/comments/uih8mh/domain_verification_for_gcp/) -- [What questions should I ask of a company when I want to get an Android app developed](https://www.reddit.com/r/androiddev/comments/uido1v/what_questions_should_i_ask_of_a_company_when_i/) -- [How many DPI bucket resource folders do you use?](https://www.reddit.com/r/androiddev/comments/uid3sv/how_many_dpi_bucket_resource_folders_do_you_use/) -- [Can we implement a custom low-level sound effect filter to be applied to all audio outputs?](https://www.reddit.com/r/androiddev/comments/uicqo0/can_we_implement_a_custom_lowlevel_sound_effect/) +- [eBay gets a 4.7 Google Play rating with tablet optimizations](https://www.reddit.com/r/androiddev/comments/ujbs95/ebay_gets_a_47_google_play_rating_with_tablet/) +- [AdMob open bidding low match rate](https://www.reddit.com/r/androiddev/comments/uja7kv/admob_open_bidding_low_match_rate/) +- [Good Insightful Resource (Book/ Video/ Course) for Android Development?](https://www.reddit.com/r/androiddev/comments/uj8ubp/good_insightful_resource_book_video_course_for/) +- [Android Emulator tools 31.2.10, AVD launch fails.](https://www.reddit.com/r/androiddev/comments/uj7ev5/android_emulator_tools_31210_avd_launch_fails/) +- [looking for a customizable bar chart lib](https://www.reddit.com/r/androiddev/comments/uj4rcy/looking_for_a_customizable_bar_chart_lib/) +- [Apache Cordova for cross-platform development?](https://www.reddit.com/r/androiddev/comments/uj39ut/apache_cordova_for_crossplatform_development/) +- [Android Studio gives me build error "java.util.zip.ZipException: invalid block type" when a raw resource is greater than 90MB. Anybody run into this before?](https://www.reddit.com/r/androiddev/comments/uj1o4d/android_studio_gives_me_build_error/) +- [did you made an app with your heart and not from your brain](https://www.reddit.com/r/androiddev/comments/uj1jev/did_you_made_an_app_with_your_heart_and_not_from/) +- [Bulk non-traditional device deployment](https://www.reddit.com/r/androiddev/comments/uj0z1b/bulk_nontraditional_device_deployment/) +- [Nerding Out On Okio with Jesse Wilson](https://www.reddit.com/r/androiddev/comments/uj0t10/nerding_out_on_okio_with_jesse_wilson/) ### *InfoWorld posts* From cf34866a60c6aeb02d3961214b2988736265f41d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 7 May 2022 01:30:37 +0000 Subject: [PATCH 0149/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ecd9f4a3d2..bdc4d050af 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [eBay gets a 4.7 Google Play rating with tablet optimizations](https://www.reddit.com/r/androiddev/comments/ujbs95/ebay_gets_a_47_google_play_rating_with_tablet/) -- [AdMob open bidding low match rate](https://www.reddit.com/r/androiddev/comments/uja7kv/admob_open_bidding_low_match_rate/) -- [Good Insightful Resource (Book/ Video/ Course) for Android Development?](https://www.reddit.com/r/androiddev/comments/uj8ubp/good_insightful_resource_book_video_course_for/) -- [Android Emulator tools 31.2.10, AVD launch fails.](https://www.reddit.com/r/androiddev/comments/uj7ev5/android_emulator_tools_31210_avd_launch_fails/) -- [looking for a customizable bar chart lib](https://www.reddit.com/r/androiddev/comments/uj4rcy/looking_for_a_customizable_bar_chart_lib/) -- [Apache Cordova for cross-platform development?](https://www.reddit.com/r/androiddev/comments/uj39ut/apache_cordova_for_crossplatform_development/) -- [Android Studio gives me build error "java.util.zip.ZipException: invalid block type" when a raw resource is greater than 90MB. Anybody run into this before?](https://www.reddit.com/r/androiddev/comments/uj1o4d/android_studio_gives_me_build_error/) -- [did you made an app with your heart and not from your brain](https://www.reddit.com/r/androiddev/comments/uj1jev/did_you_made_an_app_with_your_heart_and_not_from/) -- [Bulk non-traditional device deployment](https://www.reddit.com/r/androiddev/comments/uj0z1b/bulk_nontraditional_device_deployment/) -- [Nerding Out On Okio with Jesse Wilson](https://www.reddit.com/r/androiddev/comments/uj0t10/nerding_out_on_okio_with_jesse_wilson/) +- [Is there a tool that scrapes and compiles custom roms?](https://www.reddit.com/r/androiddev/comments/ujyugy/is_there_a_tool_that_scrapes_and_compiles_custom/) +- [Not just Android, but Flutter What's next? StateManagement](https://www.reddit.com/r/androiddev/comments/ujxdaa/not_just_android_but_flutter_whats_next/) +- [Single Application Always-On Android Screen?](https://www.reddit.com/r/androiddev/comments/ujvdyj/single_application_alwayson_android_screen/) +- [Google Play and Personal Developer Account](https://www.reddit.com/r/androiddev/comments/ujv1nb/google_play_and_personal_developer_account/) +- [4 reasons Jetpack Compose is better than XML](https://www.reddit.com/r/androiddev/comments/ujublq/4_reasons_jetpack_compose_is_better_than_xml/) +- [help reading volume level and displaying it on screen](https://www.reddit.com/r/androiddev/comments/ujt3sa/help_reading_volume_level_and_displaying_it_on/) +- [Kotlin or Android](https://www.reddit.com/r/androiddev/comments/ujqvcv/kotlin_or_android/) +- [How are OAuth2 authentication calls made in production?](https://www.reddit.com/r/androiddev/comments/ujohps/how_are_oauth2_authentication_calls_made_in/) +- [Getting started with MotionLayout in Compose](https://www.reddit.com/r/androiddev/comments/ujl75w/getting_started_with_motionlayout_in_compose/) +- [Android GPay integration sheet](https://www.reddit.com/r/androiddev/comments/ujk98d/android_gpay_integration_sheet/) ### *InfoWorld posts* From dc03212e0cc8f1e68a6361da9891c12fc8ce847f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 8 May 2022 01:32:59 +0000 Subject: [PATCH 0150/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bdc4d050af..b5ec2328cd 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is there a tool that scrapes and compiles custom roms?](https://www.reddit.com/r/androiddev/comments/ujyugy/is_there_a_tool_that_scrapes_and_compiles_custom/) -- [Not just Android, but Flutter What's next? StateManagement](https://www.reddit.com/r/androiddev/comments/ujxdaa/not_just_android_but_flutter_whats_next/) -- [Single Application Always-On Android Screen?](https://www.reddit.com/r/androiddev/comments/ujvdyj/single_application_alwayson_android_screen/) -- [Google Play and Personal Developer Account](https://www.reddit.com/r/androiddev/comments/ujv1nb/google_play_and_personal_developer_account/) -- [4 reasons Jetpack Compose is better than XML](https://www.reddit.com/r/androiddev/comments/ujublq/4_reasons_jetpack_compose_is_better_than_xml/) -- [help reading volume level and displaying it on screen](https://www.reddit.com/r/androiddev/comments/ujt3sa/help_reading_volume_level_and_displaying_it_on/) -- [Kotlin or Android](https://www.reddit.com/r/androiddev/comments/ujqvcv/kotlin_or_android/) -- [How are OAuth2 authentication calls made in production?](https://www.reddit.com/r/androiddev/comments/ujohps/how_are_oauth2_authentication_calls_made_in/) -- [Getting started with MotionLayout in Compose](https://www.reddit.com/r/androiddev/comments/ujl75w/getting_started_with_motionlayout_in_compose/) -- [Android GPay integration sheet](https://www.reddit.com/r/androiddev/comments/ujk98d/android_gpay_integration_sheet/) +- [Is React Native preferred choice for beginners to make a local database app with CRUD?](https://www.reddit.com/r/androiddev/comments/ukovgj/is_react_native_preferred_choice_for_beginners_to/) +- [I just spent half an hour scratching my head trying to debug things, just to realise later that Logcat had crashed and wasn't printing anything. Where did "Restart logcat" thing go?](https://www.reddit.com/r/androiddev/comments/uknqwx/i_just_spent_half_an_hour_scratching_my_head/) +- [I launched a new puzzle Zumba game on Playstore, can anyone check how it looks, is it good?](https://www.reddit.com/r/androiddev/comments/ukmo4o/i_launched_a_new_puzzle_zumba_game_on_playstore/) +- [How to prepare for a job interview?](https://www.reddit.com/r/androiddev/comments/ukm71g/how_to_prepare_for_a_job_interview/) +- [Help running an old android game from an Apk](https://www.reddit.com/r/androiddev/comments/ukktv5/help_running_an_old_android_game_from_an_apk/) +- [Ryzen 7 5800H with 32gb ram or i7 1180H with 16 gb ram for programming in android studio](https://www.reddit.com/r/androiddev/comments/ukkgfw/ryzen_7_5800h_with_32gb_ram_or_i7_1180h_with_16/) +- [Admob - Metrics very low. Need some insights.](https://www.reddit.com/r/androiddev/comments/ukkg10/admob_metrics_very_low_need_some_insights/) +- ["Received a --sdk argument, but this argument is deprecated...." .... "Warning: failed to apply patch" ----------------> Does "python3 <script> install matplotlib" conflict with the standard buildozer installations I did earlier? <---------------------](https://www.reddit.com/r/androiddev/comments/ukjvvz/received_a_sdk_argument_but_this_argument_is/) +- [Apps without privacy policy](https://www.reddit.com/r/androiddev/comments/ukji4i/apps_without_privacy_policy/) +- [Desktop AVD in Android Studio](https://www.reddit.com/r/androiddev/comments/ukio24/desktop_avd_in_android_studio/) ### *InfoWorld posts* From 9b9036cf57fc0cda906e00cd3dc11f3976a632cf Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 9 May 2022 01:31:36 +0000 Subject: [PATCH 0151/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b5ec2328cd..2d5a0cf265 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is React Native preferred choice for beginners to make a local database app with CRUD?](https://www.reddit.com/r/androiddev/comments/ukovgj/is_react_native_preferred_choice_for_beginners_to/) -- [I just spent half an hour scratching my head trying to debug things, just to realise later that Logcat had crashed and wasn't printing anything. Where did "Restart logcat" thing go?](https://www.reddit.com/r/androiddev/comments/uknqwx/i_just_spent_half_an_hour_scratching_my_head/) -- [I launched a new puzzle Zumba game on Playstore, can anyone check how it looks, is it good?](https://www.reddit.com/r/androiddev/comments/ukmo4o/i_launched_a_new_puzzle_zumba_game_on_playstore/) -- [How to prepare for a job interview?](https://www.reddit.com/r/androiddev/comments/ukm71g/how_to_prepare_for_a_job_interview/) -- [Help running an old android game from an Apk](https://www.reddit.com/r/androiddev/comments/ukktv5/help_running_an_old_android_game_from_an_apk/) -- [Ryzen 7 5800H with 32gb ram or i7 1180H with 16 gb ram for programming in android studio](https://www.reddit.com/r/androiddev/comments/ukkgfw/ryzen_7_5800h_with_32gb_ram_or_i7_1180h_with_16/) -- [Admob - Metrics very low. Need some insights.](https://www.reddit.com/r/androiddev/comments/ukkg10/admob_metrics_very_low_need_some_insights/) -- ["Received a --sdk argument, but this argument is deprecated...." .... "Warning: failed to apply patch" ----------------> Does "python3 <script> install matplotlib" conflict with the standard buildozer installations I did earlier? <---------------------](https://www.reddit.com/r/androiddev/comments/ukjvvz/received_a_sdk_argument_but_this_argument_is/) -- [Apps without privacy policy](https://www.reddit.com/r/androiddev/comments/ukji4i/apps_without_privacy_policy/) -- [Desktop AVD in Android Studio](https://www.reddit.com/r/androiddev/comments/ukio24/desktop_avd_in_android_studio/) +- [Design hand-off experiences wanted!](https://www.reddit.com/r/androiddev/comments/ulafvj/design_handoff_experiences_wanted/) +- [Location based](https://www.reddit.com/r/androiddev/comments/ula5im/location_based/) +- [Where to deep dive for kotlin flows?](https://www.reddit.com/r/androiddev/comments/ula472/where_to_deep_dive_for_kotlin_flows/) +- [Writing notification sounds to storage so that they can be set in the notification channel](https://www.reddit.com/r/androiddev/comments/ul83rs/writing_notification_sounds_to_storage_so_that/) +- [Is there any software that can check if two codes are identical or have code in common?](https://www.reddit.com/r/androiddev/comments/ul779n/is_there_any_software_that_can_check_if_two_codes/) +- [Navigation Component anyone?](https://www.reddit.com/r/androiddev/comments/ul58u6/navigation_component_anyone/) +- [Interactive Map](https://www.reddit.com/r/androiddev/comments/ul4laf/interactive_map/) +- [DiskCache](https://www.reddit.com/r/androiddev/comments/ul0i09/diskcache/) +- [i got this weird error after updating kotlin!](https://www.reddit.com/r/androiddev/comments/ukz4yz/i_got_this_weird_error_after_updating_kotlin/) +- [Need advice on ViewModel reusability(MVI)](https://www.reddit.com/r/androiddev/comments/uky38f/need_advice_on_viewmodel_reusabilitymvi/) ### *InfoWorld posts* From c2d300e54bcde48e544dabb711bb0261cc63aee4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 10 May 2022 01:29:34 +0000 Subject: [PATCH 0152/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2d5a0cf265..00e546ca0c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Design hand-off experiences wanted!](https://www.reddit.com/r/androiddev/comments/ulafvj/design_handoff_experiences_wanted/) -- [Location based](https://www.reddit.com/r/androiddev/comments/ula5im/location_based/) -- [Where to deep dive for kotlin flows?](https://www.reddit.com/r/androiddev/comments/ula472/where_to_deep_dive_for_kotlin_flows/) -- [Writing notification sounds to storage so that they can be set in the notification channel](https://www.reddit.com/r/androiddev/comments/ul83rs/writing_notification_sounds_to_storage_so_that/) -- [Is there any software that can check if two codes are identical or have code in common?](https://www.reddit.com/r/androiddev/comments/ul779n/is_there_any_software_that_can_check_if_two_codes/) -- [Navigation Component anyone?](https://www.reddit.com/r/androiddev/comments/ul58u6/navigation_component_anyone/) -- [Interactive Map](https://www.reddit.com/r/androiddev/comments/ul4laf/interactive_map/) -- [DiskCache](https://www.reddit.com/r/androiddev/comments/ul0i09/diskcache/) -- [i got this weird error after updating kotlin!](https://www.reddit.com/r/androiddev/comments/ukz4yz/i_got_this_weird_error_after_updating_kotlin/) -- [Need advice on ViewModel reusability(MVI)](https://www.reddit.com/r/androiddev/comments/uky38f/need_advice_on_viewmodel_reusabilitymvi/) +- [Anyone here with a 60% keyboard?](https://www.reddit.com/r/androiddev/comments/um61sk/anyone_here_with_a_60_keyboard/) +- [What animal will the E version of Android Studio be?](https://www.reddit.com/r/androiddev/comments/um4uju/what_animal_will_the_e_version_of_android_studio/) +- [For those of you creating simple Android apps that use a very small database, do you have async or non-async database calls?](https://www.reddit.com/r/androiddev/comments/um1ybo/for_those_of_you_creating_simple_android_apps/) +- [App Suspended because of copyright](https://www.reddit.com/r/androiddev/comments/um0jr7/app_suspended_because_of_copyright/) +- [How to calculate discounts on in-app products](https://www.reddit.com/r/androiddev/comments/um03fw/how_to_calculate_discounts_on_inapp_products/) +- [Best Way to Sync Activity Data in My Android App](https://www.reddit.com/r/androiddev/comments/ulzcw9/best_way_to_sync_activity_data_in_my_android_app/) +- [Android/iOS Developers Working for Google or Facebook - Do you use Flutter or React Native?](https://www.reddit.com/r/androiddev/comments/ulz00m/androidios_developers_working_for_google_or/) +- [How to set no action bar & light status bar at the same time in themes?](https://www.reddit.com/r/androiddev/comments/ulyneq/how_to_set_no_action_bar_light_status_bar_at_the/) +- [I need to test an Android app on real devices, which devices should I use?](https://www.reddit.com/r/androiddev/comments/ulx8u1/i_need_to_test_an_android_app_on_real_devices/) +- [Android Studio Chipmunk available in the Stable channel](https://www.reddit.com/r/androiddev/comments/ulx50y/android_studio_chipmunk_available_in_the_stable/) ### *InfoWorld posts* From 8fe0d11ef964775653dc0924a3c13919e377913d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 11 May 2022 01:33:50 +0000 Subject: [PATCH 0153/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 00e546ca0c..975dc68c7b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Anyone here with a 60% keyboard?](https://www.reddit.com/r/androiddev/comments/um61sk/anyone_here_with_a_60_keyboard/) -- [What animal will the E version of Android Studio be?](https://www.reddit.com/r/androiddev/comments/um4uju/what_animal_will_the_e_version_of_android_studio/) -- [For those of you creating simple Android apps that use a very small database, do you have async or non-async database calls?](https://www.reddit.com/r/androiddev/comments/um1ybo/for_those_of_you_creating_simple_android_apps/) -- [App Suspended because of copyright](https://www.reddit.com/r/androiddev/comments/um0jr7/app_suspended_because_of_copyright/) -- [How to calculate discounts on in-app products](https://www.reddit.com/r/androiddev/comments/um03fw/how_to_calculate_discounts_on_inapp_products/) -- [Best Way to Sync Activity Data in My Android App](https://www.reddit.com/r/androiddev/comments/ulzcw9/best_way_to_sync_activity_data_in_my_android_app/) -- [Android/iOS Developers Working for Google or Facebook - Do you use Flutter or React Native?](https://www.reddit.com/r/androiddev/comments/ulz00m/androidios_developers_working_for_google_or/) -- [How to set no action bar & light status bar at the same time in themes?](https://www.reddit.com/r/androiddev/comments/ulyneq/how_to_set_no_action_bar_light_status_bar_at_the/) -- [I need to test an Android app on real devices, which devices should I use?](https://www.reddit.com/r/androiddev/comments/ulx8u1/i_need_to_test_an_android_app_on_real_devices/) -- [Android Studio Chipmunk available in the Stable channel](https://www.reddit.com/r/androiddev/comments/ulx50y/android_studio_chipmunk_available_in_the_stable/) +- [Android Studio Chipmunk | 2021.2.1 | Android Developers](https://www.reddit.com/r/androiddev/comments/umvz91/android_studio_chipmunk_202121_android_developers/) +- [Keeping up with the mess](https://www.reddit.com/r/androiddev/comments/umv2il/keeping_up_with_the_mess/) +- [Need help with filtering a Recyclerview list](https://www.reddit.com/r/androiddev/comments/umt55q/need_help_with_filtering_a_recyclerview_list/) +- [[Question] How does facebook stores all that accounts!?](https://www.reddit.com/r/androiddev/comments/umqusk/question_how_does_facebook_stores_all_that/) +- [[Question] What is this whole signed app term is for ? please explain me?](https://www.reddit.com/r/androiddev/comments/umq1ef/question_what_is_this_whole_signed_app_term_is/) +- [Coil 2.0 is out now](https://www.reddit.com/r/androiddev/comments/umouuc/coil_20_is_out_now/) +- [How to order entities by date if date is string?](https://www.reddit.com/r/androiddev/comments/umja30/how_to_order_entities_by_date_if_date_is_string/) +- [Understand Proguard Generated Files and Manually De-obfuscate Stacktrace](https://www.reddit.com/r/androiddev/comments/umimg5/understand_proguard_generated_files_and_manually/) +- [Remote Hiring | Mega Online Drive for Android Developers 2022](https://www.reddit.com/r/androiddev/comments/umij0i/remote_hiring_mega_online_drive_for_android/) +- [Tablet to test Android 13 Beta on](https://www.reddit.com/r/androiddev/comments/umiavh/tablet_to_test_android_13_beta_on/) ### *InfoWorld posts* From 016db44d4b07cb8a181ea2e9465ad7be06aada28 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 12 May 2022 01:31:04 +0000 Subject: [PATCH 0154/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 975dc68c7b..4a034ca906 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Studio Chipmunk | 2021.2.1 | Android Developers](https://www.reddit.com/r/androiddev/comments/umvz91/android_studio_chipmunk_202121_android_developers/) -- [Keeping up with the mess](https://www.reddit.com/r/androiddev/comments/umv2il/keeping_up_with_the_mess/) -- [Need help with filtering a Recyclerview list](https://www.reddit.com/r/androiddev/comments/umt55q/need_help_with_filtering_a_recyclerview_list/) -- [[Question] How does facebook stores all that accounts!?](https://www.reddit.com/r/androiddev/comments/umqusk/question_how_does_facebook_stores_all_that/) -- [[Question] What is this whole signed app term is for ? please explain me?](https://www.reddit.com/r/androiddev/comments/umq1ef/question_what_is_this_whole_signed_app_term_is/) -- [Coil 2.0 is out now](https://www.reddit.com/r/androiddev/comments/umouuc/coil_20_is_out_now/) -- [How to order entities by date if date is string?](https://www.reddit.com/r/androiddev/comments/umja30/how_to_order_entities_by_date_if_date_is_string/) -- [Understand Proguard Generated Files and Manually De-obfuscate Stacktrace](https://www.reddit.com/r/androiddev/comments/umimg5/understand_proguard_generated_files_and_manually/) -- [Remote Hiring | Mega Online Drive for Android Developers 2022](https://www.reddit.com/r/androiddev/comments/umij0i/remote_hiring_mega_online_drive_for_android/) -- [Tablet to test Android 13 Beta on](https://www.reddit.com/r/androiddev/comments/umiavh/tablet_to_test_android_13_beta_on/) +- [13 Things to know for Android developers at Google I/O!](https://www.reddit.com/r/androiddev/comments/unmsob/13_things_to_know_for_android_developers_at/) +- [How to keep all the common dependencies between multiple modules in single project gradle file?](https://www.reddit.com/r/androiddev/comments/unm9va/how_to_keep_all_the_common_dependencies_between/) +- [Android dev docs are terribly written imo](https://www.reddit.com/r/androiddev/comments/unm6s2/android_dev_docs_are_terribly_written_imo/) +- [State in Jetpack Compose workshop](https://www.reddit.com/r/androiddev/comments/unkpbn/state_in_jetpack_compose_workshop/) +- [What's new in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/unjo2r/whats_new_in_jetpack_compose/) +- [Android 13 Beta 2 released today: Enhanced security/privacy protection rich theme customization](https://www.reddit.com/r/androiddev/comments/uni20x/android_13_beta_2_released_today_enhanced/) +- [Android 13: Beta 2 with many innovations for tablets](https://www.reddit.com/r/androiddev/comments/unhlw6/android_13_beta_2_with_many_innovations_for/) +- [New Features in Android Studio Electric Eel](https://www.reddit.com/r/androiddev/comments/unhfgz/new_features_in_android_studio_electric_eel/) +- [Android Studio Electric Eel Canary 1 now available](https://www.reddit.com/r/androiddev/comments/unfu82/android_studio_electric_eel_canary_1_now_available/) +- [Android Studio Dolphin Beta 1 now available](https://www.reddit.com/r/androiddev/comments/unfu7f/android_studio_dolphin_beta_1_now_available/) ### *InfoWorld posts* From 7a012a6ba5eb57f722106546823b9d4394e4a4a1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 13 May 2022 01:31:04 +0000 Subject: [PATCH 0155/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4a034ca906..34b86b56d2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [13 Things to know for Android developers at Google I/O!](https://www.reddit.com/r/androiddev/comments/unmsob/13_things_to_know_for_android_developers_at/) -- [How to keep all the common dependencies between multiple modules in single project gradle file?](https://www.reddit.com/r/androiddev/comments/unm9va/how_to_keep_all_the_common_dependencies_between/) -- [Android dev docs are terribly written imo](https://www.reddit.com/r/androiddev/comments/unm6s2/android_dev_docs_are_terribly_written_imo/) -- [State in Jetpack Compose workshop](https://www.reddit.com/r/androiddev/comments/unkpbn/state_in_jetpack_compose_workshop/) -- [What's new in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/unjo2r/whats_new_in_jetpack_compose/) -- [Android 13 Beta 2 released today: Enhanced security/privacy protection rich theme customization](https://www.reddit.com/r/androiddev/comments/uni20x/android_13_beta_2_released_today_enhanced/) -- [Android 13: Beta 2 with many innovations for tablets](https://www.reddit.com/r/androiddev/comments/unhlw6/android_13_beta_2_with_many_innovations_for/) -- [New Features in Android Studio Electric Eel](https://www.reddit.com/r/androiddev/comments/unhfgz/new_features_in_android_studio_electric_eel/) -- [Android Studio Electric Eel Canary 1 now available](https://www.reddit.com/r/androiddev/comments/unfu82/android_studio_electric_eel_canary_1_now_available/) -- [Android Studio Dolphin Beta 1 now available](https://www.reddit.com/r/androiddev/comments/unfu7f/android_studio_dolphin_beta_1_now_available/) +- [Lazy layouts in Compose I/O talk](https://www.reddit.com/r/androiddev/comments/uofu3l/lazy_layouts_in_compose_io_talk/) +- [Pointer to mimicking view..](https://www.reddit.com/r/androiddev/comments/uodf4i/pointer_to_mimicking_view/) +- [Is it bad practice to put Kotlin extension functions inside an adapter class?](https://www.reddit.com/r/androiddev/comments/uoc91a/is_it_bad_practice_to_put_kotlin_extension/) +- [Firebase FireStore Handling Offline](https://www.reddit.com/r/androiddev/comments/uobvcu/firebase_firestore_handling_offline/) +- [[Help] UseCases with Hotstreams](https://www.reddit.com/r/androiddev/comments/uo88xm/help_usecases_with_hotstreams/) +- [Integrate Lucene in android app for offline full-text search](https://www.reddit.com/r/androiddev/comments/uo6o17/integrate_lucene_in_android_app_for_offline/) +- [New Firebase extensions for building and managing in-app purchases](https://www.reddit.com/r/androiddev/comments/uo3no4/new_firebase_extensions_for_building_and_managing/) +- [Horologist is a group of libraries that aim to supplement Wear OS developers with features that are commonly required by developers but not yet available.](https://www.reddit.com/r/androiddev/comments/uo3gx5/horologist_is_a_group_of_libraries_that_aim_to/) +- [Questions about Dependency Injection from a Beginner](https://www.reddit.com/r/androiddev/comments/uo383n/questions_about_dependency_injection_from_a/) +- [Android code guidelines](https://www.reddit.com/r/androiddev/comments/uo105v/android_code_guidelines/) ### *InfoWorld posts* From 4d40f428f5e293b81c825dea9fcff63b59b29102 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 13 May 2022 01:31:07 +0000 Subject: [PATCH 0156/1422] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34b86b56d2..5c10b040aa 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *InfoWorld posts* +- [Jetpack Compose 1.2 packs text improvements](https://www.infoworld.com/article/3660772/jetpack-compose-12-packs-text-improvements.html#tk.rss_android) - [JetBrains launches cross-platform UI framework for Kotlin](https://www.infoworld.com/article/3643392/jetbrains-launches-cross-platform-ui-framework-for-kotlin.html#tk.rss_android) - [Google unveils developer preview of Android 12L](https://www.infoworld.com/article/3638757/google-unveils-developer-preview-of-android-12l.html#tk.rss_android) - [Microsoft weighs in on Surface Duo apps](https://www.infoworld.com/article/3634419/microsoft-weighs-in-on-surface-duo-apps.html#tk.rss_android) @@ -295,7 +296,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Gradle 7.0 improves incremental builds, backs Java 16](https://www.infoworld.com/article/3614703/gradle-70-improves-incremental-builds-backs-java-16.html#tk.rss_android) - [NativeScript 8.0 shines on Apple M1, Webpack](https://www.infoworld.com/article/3614852/nativescript-80-shines-on-apple-m1-webpack.html#tk.rss_android) - [Google Android team embraces Rust for Android OS development](https://www.infoworld.com/article/3614591/google-android-team-embraces-rust-for-android-os-development.html#tk.rss_android) -- [Google wins Java dispute, Oracle remains defiant](https://www.infoworld.com/article/3614083/google-wins-java-dispute-oracle-remains-defiant.html#tk.rss_android) ### *RedHat posts* From abe75f99bdf2a933fbca15385337bc9dc6aca924 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 14 May 2022 01:32:22 +0000 Subject: [PATCH 0157/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5c10b040aa..84e2619706 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Lazy layouts in Compose I/O talk](https://www.reddit.com/r/androiddev/comments/uofu3l/lazy_layouts_in_compose_io_talk/) -- [Pointer to mimicking view..](https://www.reddit.com/r/androiddev/comments/uodf4i/pointer_to_mimicking_view/) -- [Is it bad practice to put Kotlin extension functions inside an adapter class?](https://www.reddit.com/r/androiddev/comments/uoc91a/is_it_bad_practice_to_put_kotlin_extension/) -- [Firebase FireStore Handling Offline](https://www.reddit.com/r/androiddev/comments/uobvcu/firebase_firestore_handling_offline/) -- [[Help] UseCases with Hotstreams](https://www.reddit.com/r/androiddev/comments/uo88xm/help_usecases_with_hotstreams/) -- [Integrate Lucene in android app for offline full-text search](https://www.reddit.com/r/androiddev/comments/uo6o17/integrate_lucene_in_android_app_for_offline/) -- [New Firebase extensions for building and managing in-app purchases](https://www.reddit.com/r/androiddev/comments/uo3no4/new_firebase_extensions_for_building_and_managing/) -- [Horologist is a group of libraries that aim to supplement Wear OS developers with features that are commonly required by developers but not yet available.](https://www.reddit.com/r/androiddev/comments/uo3gx5/horologist_is_a_group_of_libraries_that_aim_to/) -- [Questions about Dependency Injection from a Beginner](https://www.reddit.com/r/androiddev/comments/uo383n/questions_about_dependency_injection_from_a/) -- [Android code guidelines](https://www.reddit.com/r/androiddev/comments/uo105v/android_code_guidelines/) +- [android operation error](https://www.reddit.com/r/androiddev/comments/up4h27/android_operation_error/) +- [Android Per-App Language Preferences: Quick Tutorial](https://www.reddit.com/r/androiddev/comments/up2xcu/android_perapp_language_preferences_quick_tutorial/) +- [What's up with the Advertiser ID Privacy Update?](https://www.reddit.com/r/androiddev/comments/up2f60/whats_up_with_the_advertiser_id_privacy_update/) +- [Posting it here cos I didn't find it anywhere else.](https://www.reddit.com/r/androiddev/comments/up1qkr/posting_it_here_cos_i_didnt_find_it_anywhere_else/) +- [Android Studio Electric Eel Canary 2 now available](https://www.reddit.com/r/androiddev/comments/up1a31/android_studio_electric_eel_canary_2_now_available/) +- [Android State Managment](https://www.reddit.com/r/androiddev/comments/up0379/android_state_managment/) +- [[Questions] How could i change some elements by editing it in the app(while running)](https://www.reddit.com/r/androiddev/comments/uoz2zj/questions_how_could_i_change_some_elements_by/) +- [BeeWare or Kotlin?](https://www.reddit.com/r/androiddev/comments/uoyl0k/beeware_or_kotlin/) +- [What's new in Android Studio](https://www.reddit.com/r/androiddev/comments/uoy7dp/whats_new_in_android_studio/) +- [Overview of Mobile Testing: Tips and Tricks](https://www.reddit.com/r/androiddev/comments/uoxrjv/overview_of_mobile_testing_tips_and_tricks/) ### *InfoWorld posts* From f2f556b87be1bb459466f50746e4a88d1313ce9d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 15 May 2022 01:32:06 +0000 Subject: [PATCH 0158/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 84e2619706..ea40f42b99 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [android operation error](https://www.reddit.com/r/androiddev/comments/up4h27/android_operation_error/) -- [Android Per-App Language Preferences: Quick Tutorial](https://www.reddit.com/r/androiddev/comments/up2xcu/android_perapp_language_preferences_quick_tutorial/) -- [What's up with the Advertiser ID Privacy Update?](https://www.reddit.com/r/androiddev/comments/up2f60/whats_up_with_the_advertiser_id_privacy_update/) -- [Posting it here cos I didn't find it anywhere else.](https://www.reddit.com/r/androiddev/comments/up1qkr/posting_it_here_cos_i_didnt_find_it_anywhere_else/) -- [Android Studio Electric Eel Canary 2 now available](https://www.reddit.com/r/androiddev/comments/up1a31/android_studio_electric_eel_canary_2_now_available/) -- [Android State Managment](https://www.reddit.com/r/androiddev/comments/up0379/android_state_managment/) -- [[Questions] How could i change some elements by editing it in the app(while running)](https://www.reddit.com/r/androiddev/comments/uoz2zj/questions_how_could_i_change_some_elements_by/) -- [BeeWare or Kotlin?](https://www.reddit.com/r/androiddev/comments/uoyl0k/beeware_or_kotlin/) -- [What's new in Android Studio](https://www.reddit.com/r/androiddev/comments/uoy7dp/whats_new_in_android_studio/) -- [Overview of Mobile Testing: Tips and Tricks](https://www.reddit.com/r/androiddev/comments/uoxrjv/overview_of_mobile_testing_tips_and_tricks/) +- [Android apps](https://www.reddit.com/r/androiddev/comments/upv3wx/android_apps/) +- [Android Developer Fundamentals](https://www.reddit.com/r/androiddev/comments/upughx/android_developer_fundamentals/) +- [Native crash reporting and Data Safety reporting](https://www.reddit.com/r/androiddev/comments/upt95i/native_crash_reporting_and_data_safety_reporting/) +- [Any reference on how to do View overlay using a blend mode?](https://www.reddit.com/r/androiddev/comments/upsag9/any_reference_on_how_to_do_view_overlay_using_a/) +- [If android.view.WindowManager is "the interface that apps use to talk to the window manager" so what is the window manager?](https://www.reddit.com/r/androiddev/comments/upqc7n/if_androidviewwindowmanager_is_the_interface_that/) +- [Share data between apps](https://www.reddit.com/r/androiddev/comments/upnysx/share_data_between_apps/) +- [The thing I don't like about AS on the 13" Macbook Air is that you can't get 100col with the project browser open to a sufficient width.](https://www.reddit.com/r/androiddev/comments/upn2uz/the_thing_i_dont_like_about_as_on_the_13_macbook/) +- [ComposePrefs3 is the Material3 version of ComposePrefs, a library for creating Preferences in Jetpack Compose. Available now!](https://www.reddit.com/r/androiddev/comments/upkf1m/composeprefs3_is_the_material3_version_of/) +- [Jetpack Compose Lifecycle](https://www.reddit.com/r/androiddev/comments/upjcjz/jetpack_compose_lifecycle/) +- [Help me explain folder structure](https://www.reddit.com/r/androiddev/comments/upi97q/help_me_explain_folder_structure/) ### *InfoWorld posts* From 63008ce9fe2a8eb00fa15a9f096e6f470bed6490 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 16 May 2022 01:31:04 +0000 Subject: [PATCH 0159/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ea40f42b99..275dec1ee0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android apps](https://www.reddit.com/r/androiddev/comments/upv3wx/android_apps/) -- [Android Developer Fundamentals](https://www.reddit.com/r/androiddev/comments/upughx/android_developer_fundamentals/) -- [Native crash reporting and Data Safety reporting](https://www.reddit.com/r/androiddev/comments/upt95i/native_crash_reporting_and_data_safety_reporting/) -- [Any reference on how to do View overlay using a blend mode?](https://www.reddit.com/r/androiddev/comments/upsag9/any_reference_on_how_to_do_view_overlay_using_a/) -- [If android.view.WindowManager is "the interface that apps use to talk to the window manager" so what is the window manager?](https://www.reddit.com/r/androiddev/comments/upqc7n/if_androidviewwindowmanager_is_the_interface_that/) -- [Share data between apps](https://www.reddit.com/r/androiddev/comments/upnysx/share_data_between_apps/) -- [The thing I don't like about AS on the 13" Macbook Air is that you can't get 100col with the project browser open to a sufficient width.](https://www.reddit.com/r/androiddev/comments/upn2uz/the_thing_i_dont_like_about_as_on_the_13_macbook/) -- [ComposePrefs3 is the Material3 version of ComposePrefs, a library for creating Preferences in Jetpack Compose. Available now!](https://www.reddit.com/r/androiddev/comments/upkf1m/composeprefs3_is_the_material3_version_of/) -- [Jetpack Compose Lifecycle](https://www.reddit.com/r/androiddev/comments/upjcjz/jetpack_compose_lifecycle/) -- [Help me explain folder structure](https://www.reddit.com/r/androiddev/comments/upi97q/help_me_explain_folder_structure/) +- [Can developers request for a special alternative mode of payment for IAP on google playstore or is there a workaround that doesnt violate google’s policy?](https://www.reddit.com/r/androiddev/comments/uqijqh/can_developers_request_for_a_special_alternative/) +- [how to code a calendar app?](https://www.reddit.com/r/androiddev/comments/uqf16i/how_to_code_a_calendar_app/) +- [Changing the package name and Firebase](https://www.reddit.com/r/androiddev/comments/uqcxfa/changing_the_package_name_and_firebase/) +- [I wanted to kill myself after watching the first video of the android dev course.](https://www.reddit.com/r/androiddev/comments/uqbtqd/i_wanted_to_kill_myself_after_watching_the_first/) +- [Some of the best mobile app no code/low code development platforms out there?](https://www.reddit.com/r/androiddev/comments/uq9qt8/some_of_the_best_mobile_app_no_codelow_code/) +- [is whole android apk can be decompiled?](https://www.reddit.com/r/androiddev/comments/uq94ys/is_whole_android_apk_can_be_decompiled/) +- [TOML + Gradle + project accessors = ❤️](https://www.reddit.com/r/androiddev/comments/uq5444/toml_gradle_project_accessors/) +- [First release of FloatingActionButtonSpeedDial for Compose is now available on Maven Central](https://www.reddit.com/r/androiddev/comments/uq31vr/first_release_of_floatingactionbuttonspeeddial/) +- [Public repos to put on Github?](https://www.reddit.com/r/androiddev/comments/uq30u2/public_repos_to_put_on_github/) +- [What do you guys think about JetPack Compose and Flutter?](https://www.reddit.com/r/androiddev/comments/uq2nc0/what_do_you_guys_think_about_jetpack_compose_and/) ### *InfoWorld posts* From ba7092bdd844336599b64192b0c5dcd0f663568e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 17 May 2022 01:31:33 +0000 Subject: [PATCH 0160/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 275dec1ee0..2a38563827 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Can developers request for a special alternative mode of payment for IAP on google playstore or is there a workaround that doesnt violate google’s policy?](https://www.reddit.com/r/androiddev/comments/uqijqh/can_developers_request_for_a_special_alternative/) -- [how to code a calendar app?](https://www.reddit.com/r/androiddev/comments/uqf16i/how_to_code_a_calendar_app/) -- [Changing the package name and Firebase](https://www.reddit.com/r/androiddev/comments/uqcxfa/changing_the_package_name_and_firebase/) -- [I wanted to kill myself after watching the first video of the android dev course.](https://www.reddit.com/r/androiddev/comments/uqbtqd/i_wanted_to_kill_myself_after_watching_the_first/) -- [Some of the best mobile app no code/low code development platforms out there?](https://www.reddit.com/r/androiddev/comments/uq9qt8/some_of_the_best_mobile_app_no_codelow_code/) -- [is whole android apk can be decompiled?](https://www.reddit.com/r/androiddev/comments/uq94ys/is_whole_android_apk_can_be_decompiled/) -- [TOML + Gradle + project accessors = ❤️](https://www.reddit.com/r/androiddev/comments/uq5444/toml_gradle_project_accessors/) -- [First release of FloatingActionButtonSpeedDial for Compose is now available on Maven Central](https://www.reddit.com/r/androiddev/comments/uq31vr/first_release_of_floatingactionbuttonspeeddial/) -- [Public repos to put on Github?](https://www.reddit.com/r/androiddev/comments/uq30u2/public_repos_to_put_on_github/) -- [What do you guys think about JetPack Compose and Flutter?](https://www.reddit.com/r/androiddev/comments/uq2nc0/what_do_you_guys_think_about_jetpack_compose_and/) +- [can I use getExtra and putExtra for this?](https://www.reddit.com/r/androiddev/comments/ur6v5j/can_i_use_getextra_and_putextra_for_this/) +- [Is there a way to create the Facebook App ID and App Secret without using your personal Facebook account?](https://www.reddit.com/r/androiddev/comments/ur6tfp/is_there_a_way_to_create_the_facebook_app_id_and/) +- [Spot your UI jank using CPU profiler in Android Studio](https://www.reddit.com/r/androiddev/comments/ur0xl5/spot_your_ui_jank_using_cpu_profiler_in_android/) +- [How long should my android game be?](https://www.reddit.com/r/androiddev/comments/uqyo4b/how_long_should_my_android_game_be/) +- [Studying an example in Android docs](https://www.reddit.com/r/androiddev/comments/uqy02x/studying_an_example_in_android_docs/) +- [Looking for an app dev buddy](https://www.reddit.com/r/androiddev/comments/uqxla3/looking_for_an_app_dev_buddy/) +- [How do I share RecycledViewPool between fragments?](https://www.reddit.com/r/androiddev/comments/uqwbmr/how_do_i_share_recycledviewpool_between_fragments/) +- [How can I implement reddit kind of sort by filter in my app](https://www.reddit.com/r/androiddev/comments/uqvlk9/how_can_i_implement_reddit_kind_of_sort_by_filter/) +- [*#*#4636#*#* doesn't work like before?](https://www.reddit.com/r/androiddev/comments/uqvftn/4636_doesnt_work_like_before/) +- [Weekly Who's Hiring Thread - May 16, 2022](https://www.reddit.com/r/androiddev/comments/uqvexi/weekly_whos_hiring_thread_may_16_2022/) ### *InfoWorld posts* From b0c0df889689002a6ba840acd9856b48e97757ec Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 18 May 2022 01:31:11 +0000 Subject: [PATCH 0161/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2a38563827..74ae5030b3 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [can I use getExtra and putExtra for this?](https://www.reddit.com/r/androiddev/comments/ur6v5j/can_i_use_getextra_and_putextra_for_this/) -- [Is there a way to create the Facebook App ID and App Secret without using your personal Facebook account?](https://www.reddit.com/r/androiddev/comments/ur6tfp/is_there_a_way_to_create_the_facebook_app_id_and/) -- [Spot your UI jank using CPU profiler in Android Studio](https://www.reddit.com/r/androiddev/comments/ur0xl5/spot_your_ui_jank_using_cpu_profiler_in_android/) -- [How long should my android game be?](https://www.reddit.com/r/androiddev/comments/uqyo4b/how_long_should_my_android_game_be/) -- [Studying an example in Android docs](https://www.reddit.com/r/androiddev/comments/uqy02x/studying_an_example_in_android_docs/) -- [Looking for an app dev buddy](https://www.reddit.com/r/androiddev/comments/uqxla3/looking_for_an_app_dev_buddy/) -- [How do I share RecycledViewPool between fragments?](https://www.reddit.com/r/androiddev/comments/uqwbmr/how_do_i_share_recycledviewpool_between_fragments/) -- [How can I implement reddit kind of sort by filter in my app](https://www.reddit.com/r/androiddev/comments/uqvlk9/how_can_i_implement_reddit_kind_of_sort_by_filter/) -- [*#*#4636#*#* doesn't work like before?](https://www.reddit.com/r/androiddev/comments/uqvftn/4636_doesnt_work_like_before/) -- [Weekly Who's Hiring Thread - May 16, 2022](https://www.reddit.com/r/androiddev/comments/uqvexi/weekly_whos_hiring_thread_may_16_2022/) +- [Update Android App Through Web Admin?](https://www.reddit.com/r/androiddev/comments/us0iki/update_android_app_through_web_admin/) +- [Call RecyclerView after a buttonClick?](https://www.reddit.com/r/androiddev/comments/us0bf3/call_recyclerview_after_a_buttonclick/) +- [How many of you are really strong with gradle?](https://www.reddit.com/r/androiddev/comments/urwu09/how_many_of_you_are_really_strong_with_gradle/) +- [Companion Device Manager not working on older androids >11](https://www.reddit.com/r/androiddev/comments/urvqk4/companion_device_manager_not_working_on_older/) +- [Powerful & Open Source debugger for native android apps](https://www.reddit.com/r/androiddev/comments/urv8wc/powerful_open_source_debugger_for_native_android/) +- [Free&Easy way to test the response time of your app's backend from 25 countries](https://www.reddit.com/r/androiddev/comments/uru3g6/freeeasy_way_to_test_the_response_time_of_your/) +- [I really don't know if this is the place to post this](https://www.reddit.com/r/androiddev/comments/urs9n2/i_really_dont_know_if_this_is_the_place_to_post/) +- [increasing heap size in android](https://www.reddit.com/r/androiddev/comments/urq0s1/increasing_heap_size_in_android/) +- [increasing heap size](https://www.reddit.com/r/androiddev/comments/urpxsw/increasing_heap_size/) +- [Would an AR + Face detection App work?](https://www.reddit.com/r/androiddev/comments/uroj9h/would_an_ar_face_detection_app_work/) ### *InfoWorld posts* From b3a4f9d7cb27e0ccb7fddbd4c021b29d9c5fc735 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 19 May 2022 01:30:41 +0000 Subject: [PATCH 0162/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 74ae5030b3..8a55bb9940 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Update Android App Through Web Admin?](https://www.reddit.com/r/androiddev/comments/us0iki/update_android_app_through_web_admin/) -- [Call RecyclerView after a buttonClick?](https://www.reddit.com/r/androiddev/comments/us0bf3/call_recyclerview_after_a_buttonclick/) -- [How many of you are really strong with gradle?](https://www.reddit.com/r/androiddev/comments/urwu09/how_many_of_you_are_really_strong_with_gradle/) -- [Companion Device Manager not working on older androids >11](https://www.reddit.com/r/androiddev/comments/urvqk4/companion_device_manager_not_working_on_older/) -- [Powerful & Open Source debugger for native android apps](https://www.reddit.com/r/androiddev/comments/urv8wc/powerful_open_source_debugger_for_native_android/) -- [Free&Easy way to test the response time of your app's backend from 25 countries](https://www.reddit.com/r/androiddev/comments/uru3g6/freeeasy_way_to_test_the_response_time_of_your/) -- [I really don't know if this is the place to post this](https://www.reddit.com/r/androiddev/comments/urs9n2/i_really_dont_know_if_this_is_the_place_to_post/) -- [increasing heap size in android](https://www.reddit.com/r/androiddev/comments/urq0s1/increasing_heap_size_in_android/) -- [increasing heap size](https://www.reddit.com/r/androiddev/comments/urpxsw/increasing_heap_size/) -- [Would an AR + Face detection App work?](https://www.reddit.com/r/androiddev/comments/uroj9h/would_an_ar_face_detection_app_work/) +- [What Features Do I Need To Add In My Productivity & Energy Mobile App?](https://www.reddit.com/r/androiddev/comments/usqype/what_features_do_i_need_to_add_in_my_productivity/) +- [How to set notification sound from server?](https://www.reddit.com/r/androiddev/comments/usq1x5/how_to_set_notification_sound_from_server/) +- [Good hosting for small Json file](https://www.reddit.com/r/androiddev/comments/usp99n/good_hosting_for_small_json_file/) +- [Enable mock locations missing from developer options](https://www.reddit.com/r/androiddev/comments/usp2g1/enable_mock_locations_missing_from_developer/) +- [Looking to route the front-facing camera to HDMI](https://www.reddit.com/r/androiddev/comments/usnapr/looking_to_route_the_frontfacing_camera_to_hdmi/) +- [Suggestion for capturing panoramic image](https://www.reddit.com/r/androiddev/comments/usip7h/suggestion_for_capturing_panoramic_image/) +- [Changing contents of a Vector Drawable?](https://www.reddit.com/r/androiddev/comments/usiaaq/changing_contents_of_a_vector_drawable/) +- [Anyone knows of a MVVM guide/tutorial for Firebase Authentication, specifically if you're only using the Google and Facebook sign-in providers?](https://www.reddit.com/r/androiddev/comments/usguhn/anyone_knows_of_a_mvvm_guidetutorial_for_firebase/) +- [so i have an App that i just finished freelancing the ui /ux. it hasnt been officially created but looking to get idea on the next steps to take. Any feedback will be appreciated](https://www.reddit.com/r/androiddev/comments/usg6hw/so_i_have_an_app_that_i_just_finished_freelancing/) +- [Money management](https://www.reddit.com/r/androiddev/comments/usg0f1/money_management/) ### *InfoWorld posts* From 4523875cf4fd10b3bfd70ead8152a7cb227309e0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 20 May 2022 01:31:10 +0000 Subject: [PATCH 0163/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8a55bb9940..5614566edc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What Features Do I Need To Add In My Productivity & Energy Mobile App?](https://www.reddit.com/r/androiddev/comments/usqype/what_features_do_i_need_to_add_in_my_productivity/) -- [How to set notification sound from server?](https://www.reddit.com/r/androiddev/comments/usq1x5/how_to_set_notification_sound_from_server/) -- [Good hosting for small Json file](https://www.reddit.com/r/androiddev/comments/usp99n/good_hosting_for_small_json_file/) -- [Enable mock locations missing from developer options](https://www.reddit.com/r/androiddev/comments/usp2g1/enable_mock_locations_missing_from_developer/) -- [Looking to route the front-facing camera to HDMI](https://www.reddit.com/r/androiddev/comments/usnapr/looking_to_route_the_frontfacing_camera_to_hdmi/) -- [Suggestion for capturing panoramic image](https://www.reddit.com/r/androiddev/comments/usip7h/suggestion_for_capturing_panoramic_image/) -- [Changing contents of a Vector Drawable?](https://www.reddit.com/r/androiddev/comments/usiaaq/changing_contents_of_a_vector_drawable/) -- [Anyone knows of a MVVM guide/tutorial for Firebase Authentication, specifically if you're only using the Google and Facebook sign-in providers?](https://www.reddit.com/r/androiddev/comments/usguhn/anyone_knows_of_a_mvvm_guidetutorial_for_firebase/) -- [so i have an App that i just finished freelancing the ui /ux. it hasnt been officially created but looking to get idea on the next steps to take. Any feedback will be appreciated](https://www.reddit.com/r/androiddev/comments/usg6hw/so_i_have_an_app_that_i_just_finished_freelancing/) -- [Money management](https://www.reddit.com/r/androiddev/comments/usg0f1/money_management/) +- [can you have an app that sells physical goods without incurring the crazy 30% fees?](https://www.reddit.com/r/androiddev/comments/uthcrt/can_you_have_an_app_that_sells_physical_goods/) +- [Android Fundamentals in 2022 Java](https://www.reddit.com/r/androiddev/comments/utg31d/android_fundamentals_in_2022_java/) +- [Get the transactions list from Google Pay via API](https://www.reddit.com/r/androiddev/comments/utekqi/get_the_transactions_list_from_google_pay_via_api/) +- [Android Dev Courses](https://www.reddit.com/r/androiddev/comments/utehod/android_dev_courses/) +- [How do I move my button?](https://www.reddit.com/r/androiddev/comments/utegly/how_do_i_move_my_button/) +- [Account Deletion Requirement](https://www.reddit.com/r/androiddev/comments/utb3ok/account_deletion_requirement/) +- [Problem with first app](https://www.reddit.com/r/androiddev/comments/uta5kj/problem_with_first_app/) +- [2 Devs 1 console account?](https://www.reddit.com/r/androiddev/comments/ut7rpx/2_devs_1_console_account/) +- [app in Google Play open beta / in-app purchases?](https://www.reddit.com/r/androiddev/comments/ut77kw/app_in_google_play_open_beta_inapp_purchases/) +- [Need some updated Video courses from Beginner to Advanced](https://www.reddit.com/r/androiddev/comments/ut6uf6/need_some_updated_video_courses_from_beginner_to/) ### *InfoWorld posts* From 9c9811b9b7bfebe94f4bac549b3d7b669db5038c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 21 May 2022 01:29:18 +0000 Subject: [PATCH 0164/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5614566edc..e67651f051 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [can you have an app that sells physical goods without incurring the crazy 30% fees?](https://www.reddit.com/r/androiddev/comments/uthcrt/can_you_have_an_app_that_sells_physical_goods/) -- [Android Fundamentals in 2022 Java](https://www.reddit.com/r/androiddev/comments/utg31d/android_fundamentals_in_2022_java/) -- [Get the transactions list from Google Pay via API](https://www.reddit.com/r/androiddev/comments/utekqi/get_the_transactions_list_from_google_pay_via_api/) -- [Android Dev Courses](https://www.reddit.com/r/androiddev/comments/utehod/android_dev_courses/) -- [How do I move my button?](https://www.reddit.com/r/androiddev/comments/utegly/how_do_i_move_my_button/) -- [Account Deletion Requirement](https://www.reddit.com/r/androiddev/comments/utb3ok/account_deletion_requirement/) -- [Problem with first app](https://www.reddit.com/r/androiddev/comments/uta5kj/problem_with_first_app/) -- [2 Devs 1 console account?](https://www.reddit.com/r/androiddev/comments/ut7rpx/2_devs_1_console_account/) -- [app in Google Play open beta / in-app purchases?](https://www.reddit.com/r/androiddev/comments/ut77kw/app_in_google_play_open_beta_inapp_purchases/) -- [Need some updated Video courses from Beginner to Advanced](https://www.reddit.com/r/androiddev/comments/ut6uf6/need_some_updated_video_courses_from_beginner_to/) +- [Custom ROM for old Galaxy Tab A with S-pen](https://www.reddit.com/r/androiddev/comments/uuccw2/custom_rom_for_old_galaxy_tab_a_with_spen/) +- [Password security ideas](https://www.reddit.com/r/androiddev/comments/uuaiqf/password_security_ideas/) +- [Another Android Studio problem(super beginner)](https://www.reddit.com/r/androiddev/comments/uu9awi/another_android_studio_problemsuper_beginner/) +- [How tf to manage / learn the Android API libraries?](https://www.reddit.com/r/androiddev/comments/uu93bx/how_tf_to_manage_learn_the_android_api_libraries/) +- [I need to use location in my app.](https://www.reddit.com/r/androiddev/comments/uu8cwm/i_need_to_use_location_in_my_app/) +- [No mobile app for console?](https://www.reddit.com/r/androiddev/comments/uu8400/no_mobile_app_for_console/) +- ["Observing" a Live Data or a Flow...](https://www.reddit.com/r/androiddev/comments/uu5khw/observing_a_live_data_or_a_flow/) +- [How would you design selectable nested list with icons?](https://www.reddit.com/r/androiddev/comments/uu5jt0/how_would_you_design_selectable_nested_list_with/) +- [Headless Flipper - what it means for plugin developers | Flipper](https://www.reddit.com/r/androiddev/comments/uu3zvr/headless_flipper_what_it_means_for_plugin/) +- [CameraX - bad distorsion / quality when saving picture](https://www.reddit.com/r/androiddev/comments/uu3ab9/camerax_bad_distorsion_quality_when_saving_picture/) ### *InfoWorld posts* From 11c73bc89764f49e3f2405c6ce8416ad36c1a094 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 22 May 2022 01:29:51 +0000 Subject: [PATCH 0165/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e67651f051..18cb1cafba 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Custom ROM for old Galaxy Tab A with S-pen](https://www.reddit.com/r/androiddev/comments/uuccw2/custom_rom_for_old_galaxy_tab_a_with_spen/) -- [Password security ideas](https://www.reddit.com/r/androiddev/comments/uuaiqf/password_security_ideas/) -- [Another Android Studio problem(super beginner)](https://www.reddit.com/r/androiddev/comments/uu9awi/another_android_studio_problemsuper_beginner/) -- [How tf to manage / learn the Android API libraries?](https://www.reddit.com/r/androiddev/comments/uu93bx/how_tf_to_manage_learn_the_android_api_libraries/) -- [I need to use location in my app.](https://www.reddit.com/r/androiddev/comments/uu8cwm/i_need_to_use_location_in_my_app/) -- [No mobile app for console?](https://www.reddit.com/r/androiddev/comments/uu8400/no_mobile_app_for_console/) -- ["Observing" a Live Data or a Flow...](https://www.reddit.com/r/androiddev/comments/uu5khw/observing_a_live_data_or_a_flow/) -- [How would you design selectable nested list with icons?](https://www.reddit.com/r/androiddev/comments/uu5jt0/how_would_you_design_selectable_nested_list_with/) -- [Headless Flipper - what it means for plugin developers | Flipper](https://www.reddit.com/r/androiddev/comments/uu3zvr/headless_flipper_what_it_means_for_plugin/) -- [CameraX - bad distorsion / quality when saving picture](https://www.reddit.com/r/androiddev/comments/uu3ab9/camerax_bad_distorsion_quality_when_saving_picture/) +- [Does anyone know the CompileSDKVersion and CompileSDKVersionCodename for Android 13? I want to ensure my apps are well optimized already](https://www.reddit.com/r/androiddev/comments/uv09qh/does_anyone_know_the_compilesdkversion_and/) +- [easiest way/library for getting a webpage status.](https://www.reddit.com/r/androiddev/comments/uuzvls/easiest_waylibrary_for_getting_a_webpage_status/) +- [Help with Matching Users and Displaying relevant data](https://www.reddit.com/r/androiddev/comments/uuz4k4/help_with_matching_users_and_displaying_relevant/) +- [Phones that work for call recording in Canada?](https://www.reddit.com/r/androiddev/comments/uux36t/phones_that_work_for_call_recording_in_canada/) +- [Making a social app for Uni](https://www.reddit.com/r/androiddev/comments/uuuq09/making_a_social_app_for_uni/) +- [Which solution do you use for your android app's backend?](https://www.reddit.com/r/androiddev/comments/uuubdv/which_solution_do_you_use_for_your_android_apps/) +- [MAX_CHARGING_VOLTAGE](https://www.reddit.com/r/androiddev/comments/uure0d/max_charging_voltage/) +- [Report button to don’t ever see the reported user from the account that’s been reported](https://www.reddit.com/r/androiddev/comments/uupejy/report_button_to_dont_ever_see_the_reported_user/) +- [Install last recent Android on galaxy note m3 for testing pourpose](https://www.reddit.com/r/androiddev/comments/uup0kh/install_last_recent_android_on_galaxy_note_m3_for/) +- [Is there a chance of selling a fully-developed app that has never seen the light of day?](https://www.reddit.com/r/androiddev/comments/uuojrv/is_there_a_chance_of_selling_a_fullydeveloped_app/) ### *InfoWorld posts* From b78eba752abb2591366e39ac0cd292d6ad5f760d Mon Sep 17 00:00:00 2001 From: GitHub Bot Date: Mon, 23 May 2022 00:08:59 +0000 Subject: [PATCH 0166/1422] docs: updates on docs page speed Added docs page speed information on news Signed-off-by: GitHub Bot --- reports/pagespeedresultmobile.svg | 255 +++++++++++++++++++++++++++--- 1 file changed, 230 insertions(+), 25 deletions(-) diff --git a/reports/pagespeedresultmobile.svg b/reports/pagespeedresultmobile.svg index 6cd9750525..fbd8fe6503 100644 --- a/reports/pagespeedresultmobile.svg +++ b/reports/pagespeedresultmobile.svg @@ -1,26 +1,231 @@ - - - - - - Application Error - - - - - - \ No newline at end of file + + + + 19 + Performance + , + + + 71 + Accessibility + , + + + 100 + Best Practices + , + + + 92 + SEO + , + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Progressive + Web App + + + + + + + + + + + + + + + 0-49 + 50-89 + 90-100 + + + \ No newline at end of file From cd7f744d871704eeb6145b8a988173416bae0cce Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 23 May 2022 01:31:24 +0000 Subject: [PATCH 0167/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 18cb1cafba..5baaa7e703 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Does anyone know the CompileSDKVersion and CompileSDKVersionCodename for Android 13? I want to ensure my apps are well optimized already](https://www.reddit.com/r/androiddev/comments/uv09qh/does_anyone_know_the_compilesdkversion_and/) -- [easiest way/library for getting a webpage status.](https://www.reddit.com/r/androiddev/comments/uuzvls/easiest_waylibrary_for_getting_a_webpage_status/) -- [Help with Matching Users and Displaying relevant data](https://www.reddit.com/r/androiddev/comments/uuz4k4/help_with_matching_users_and_displaying_relevant/) -- [Phones that work for call recording in Canada?](https://www.reddit.com/r/androiddev/comments/uux36t/phones_that_work_for_call_recording_in_canada/) -- [Making a social app for Uni](https://www.reddit.com/r/androiddev/comments/uuuq09/making_a_social_app_for_uni/) -- [Which solution do you use for your android app's backend?](https://www.reddit.com/r/androiddev/comments/uuubdv/which_solution_do_you_use_for_your_android_apps/) -- [MAX_CHARGING_VOLTAGE](https://www.reddit.com/r/androiddev/comments/uure0d/max_charging_voltage/) -- [Report button to don’t ever see the reported user from the account that’s been reported](https://www.reddit.com/r/androiddev/comments/uupejy/report_button_to_dont_ever_see_the_reported_user/) -- [Install last recent Android on galaxy note m3 for testing pourpose](https://www.reddit.com/r/androiddev/comments/uup0kh/install_last_recent_android_on_galaxy_note_m3_for/) -- [Is there a chance of selling a fully-developed app that has never seen the light of day?](https://www.reddit.com/r/androiddev/comments/uuojrv/is_there_a_chance_of_selling_a_fullydeveloped_app/) +- [Another Open-Source Flutter Android App: TeamViewer Alternative](https://www.reddit.com/r/androiddev/comments/uvodjb/another_opensource_flutter_android_app_teamviewer/) +- [Please tell me there's a way to disable this split-pane feature in Android Studio](https://www.reddit.com/r/androiddev/comments/uvn5vz/please_tell_me_theres_a_way_to_disable_this/) +- [How many downloads have your self-made app gotten?](https://www.reddit.com/r/androiddev/comments/uvm45b/how_many_downloads_have_your_selfmade_app_gotten/) +- [hi everyone! I really need some help with Jacoco. suppose I'm having a project with two modules the app and a library. Can I add a jacoco to library only to see code coverage?](https://www.reddit.com/r/androiddev/comments/uvk8ui/hi_everyone_i_really_need_some_help_with_jacoco/) +- [Don't ever rely on donations in your apps](https://www.reddit.com/r/androiddev/comments/uvjw1u/dont_ever_rely_on_donations_in_your_apps/) +- [OEMs, Please stop putting 3 GHZ Octa-cores and 8 GB RAM in your phones](https://www.reddit.com/r/androiddev/comments/uvj9vp/oems_please_stop_putting_3_ghz_octacores_and_8_gb/) +- [How to make an Android card game](https://www.reddit.com/r/androiddev/comments/uvgvhc/how_to_make_an_android_card_game/) +- [Would you advice picking up React Native or Flutter?](https://www.reddit.com/r/androiddev/comments/uvfsjf/would_you_advice_picking_up_react_native_or/) +- [Employed Senior android developer? they use that?](https://www.reddit.com/r/androiddev/comments/uvfolg/employed_senior_android_developer_they_use_that/) +- [How to make dialog with choice to load photo from camera or from storage. Android 5.0+](https://www.reddit.com/r/androiddev/comments/uvdlir/how_to_make_dialog_with_choice_to_load_photo_from/) ### *InfoWorld posts* From 540259a91a3bd3243d1dbae88193a849bd8a1f14 Mon Sep 17 00:00:00 2001 From: GitHub Bot Date: Tue, 24 May 2022 00:14:11 +0000 Subject: [PATCH 0168/1422] docs: updates on docs page speed Added docs page speed information on news Signed-off-by: GitHub Bot --- reports/pagespeedresultmobile.svg | 255 +++--------------------------- 1 file changed, 25 insertions(+), 230 deletions(-) diff --git a/reports/pagespeedresultmobile.svg b/reports/pagespeedresultmobile.svg index fbd8fe6503..6cd9750525 100644 --- a/reports/pagespeedresultmobile.svg +++ b/reports/pagespeedresultmobile.svg @@ -1,231 +1,26 @@ - - - + + + Application Error + - - - - 19 - Performance - , - - - 71 - Accessibility - , - - - 100 - Best Practices - , - - - 92 - SEO - , - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Progressive - Web App - - - - - - - - - - - - - - - 0-49 - 50-89 - 90-100 - - - \ No newline at end of file + + + + + \ No newline at end of file From c7fc38866c57dfd1adf7a494a8f45681a469c34c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 24 May 2022 01:32:28 +0000 Subject: [PATCH 0169/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5baaa7e703..ddb18f57b4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Another Open-Source Flutter Android App: TeamViewer Alternative](https://www.reddit.com/r/androiddev/comments/uvodjb/another_opensource_flutter_android_app_teamviewer/) -- [Please tell me there's a way to disable this split-pane feature in Android Studio](https://www.reddit.com/r/androiddev/comments/uvn5vz/please_tell_me_theres_a_way_to_disable_this/) -- [How many downloads have your self-made app gotten?](https://www.reddit.com/r/androiddev/comments/uvm45b/how_many_downloads_have_your_selfmade_app_gotten/) -- [hi everyone! I really need some help with Jacoco. suppose I'm having a project with two modules the app and a library. Can I add a jacoco to library only to see code coverage?](https://www.reddit.com/r/androiddev/comments/uvk8ui/hi_everyone_i_really_need_some_help_with_jacoco/) -- [Don't ever rely on donations in your apps](https://www.reddit.com/r/androiddev/comments/uvjw1u/dont_ever_rely_on_donations_in_your_apps/) -- [OEMs, Please stop putting 3 GHZ Octa-cores and 8 GB RAM in your phones](https://www.reddit.com/r/androiddev/comments/uvj9vp/oems_please_stop_putting_3_ghz_octacores_and_8_gb/) -- [How to make an Android card game](https://www.reddit.com/r/androiddev/comments/uvgvhc/how_to_make_an_android_card_game/) -- [Would you advice picking up React Native or Flutter?](https://www.reddit.com/r/androiddev/comments/uvfsjf/would_you_advice_picking_up_react_native_or/) -- [Employed Senior android developer? they use that?](https://www.reddit.com/r/androiddev/comments/uvfolg/employed_senior_android_developer_they_use_that/) -- [How to make dialog with choice to load photo from camera or from storage. Android 5.0+](https://www.reddit.com/r/androiddev/comments/uvdlir/how_to_make_dialog_with_choice_to_load_photo_from/) +- [Modern Android Techniques - An App Builders Workshop](https://www.reddit.com/r/androiddev/comments/uw9psh/modern_android_techniques_an_app_builders_workshop/) +- [Get preregistered user's email list](https://www.reddit.com/r/androiddev/comments/uw9ghu/get_preregistered_users_email_list/) +- [Best Practices: Are we building apps for everyone?](https://www.reddit.com/r/androiddev/comments/uw3v9y/best_practices_are_we_building_apps_for_everyone/) +- [App Flow of an Android App?](https://www.reddit.com/r/androiddev/comments/uw3s81/app_flow_of_an_android_app/) +- [CLI utility to convert Jetpack Compose compiler metrics and reports to beautified HTML page](https://www.reddit.com/r/androiddev/comments/uw2t9n/cli_utility_to_convert_jetpack_compose_compiler/) +- [Jetpack Compose Color libraries that cover many things you might need about colors. Detect colors with name from screen or image. Utility library with material design 2 or 3 colors shades or tones, 12 different color pickers to select solid color or gradient from linear, sweep and more options](https://www.reddit.com/r/androiddev/comments/uw2rsp/jetpack_compose_color_libraries_that_cover_many/) +- [Android developers of Reddit, explain like I'm 5 : what are the SOLID principles?](https://www.reddit.com/r/androiddev/comments/uw21u1/android_developers_of_reddit_explain_like_im_5/) +- [Single source file native app (without native_app_glue)](https://www.reddit.com/r/androiddev/comments/uw00k7/single_source_file_native_app_without_native_app/) +- [Weekly Who's Hiring Thread - May 23, 2022](https://www.reddit.com/r/androiddev/comments/uvzn8j/weekly_whos_hiring_thread_may_23_2022/) +- [what are the best solutions to rebuild/remake an old app made with old Java?](https://www.reddit.com/r/androiddev/comments/uvz65t/what_are_the_best_solutions_to_rebuildremake_an/) ### *InfoWorld posts* From e9a5e534c364ac8d1be4184ab038e080edfba51e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 25 May 2022 01:31:31 +0000 Subject: [PATCH 0170/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ddb18f57b4..5f8c52e49b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Modern Android Techniques - An App Builders Workshop](https://www.reddit.com/r/androiddev/comments/uw9psh/modern_android_techniques_an_app_builders_workshop/) -- [Get preregistered user's email list](https://www.reddit.com/r/androiddev/comments/uw9ghu/get_preregistered_users_email_list/) -- [Best Practices: Are we building apps for everyone?](https://www.reddit.com/r/androiddev/comments/uw3v9y/best_practices_are_we_building_apps_for_everyone/) -- [App Flow of an Android App?](https://www.reddit.com/r/androiddev/comments/uw3s81/app_flow_of_an_android_app/) -- [CLI utility to convert Jetpack Compose compiler metrics and reports to beautified HTML page](https://www.reddit.com/r/androiddev/comments/uw2t9n/cli_utility_to_convert_jetpack_compose_compiler/) -- [Jetpack Compose Color libraries that cover many things you might need about colors. Detect colors with name from screen or image. Utility library with material design 2 or 3 colors shades or tones, 12 different color pickers to select solid color or gradient from linear, sweep and more options](https://www.reddit.com/r/androiddev/comments/uw2rsp/jetpack_compose_color_libraries_that_cover_many/) -- [Android developers of Reddit, explain like I'm 5 : what are the SOLID principles?](https://www.reddit.com/r/androiddev/comments/uw21u1/android_developers_of_reddit_explain_like_im_5/) -- [Single source file native app (without native_app_glue)](https://www.reddit.com/r/androiddev/comments/uw00k7/single_source_file_native_app_without_native_app/) -- [Weekly Who's Hiring Thread - May 23, 2022](https://www.reddit.com/r/androiddev/comments/uvzn8j/weekly_whos_hiring_thread_may_23_2022/) -- [what are the best solutions to rebuild/remake an old app made with old Java?](https://www.reddit.com/r/androiddev/comments/uvz65t/what_are_the_best_solutions_to_rebuildremake_an/) +- [Is it possible for an app to not only see other apps installed, but see logins as well?](https://www.reddit.com/r/androiddev/comments/ux1klf/is_it_possible_for_an_app_to_not_only_see_other/) +- [Macbook M1 Pro vs M1 Max for Android development](https://www.reddit.com/r/androiddev/comments/ux11s1/macbook_m1_pro_vs_m1_max_for_android_development/) +- [Question about View Binding](https://www.reddit.com/r/androiddev/comments/ux0ri9/question_about_view_binding/) +- [Getting duplicate class error](https://www.reddit.com/r/androiddev/comments/uwztw0/getting_duplicate_class_error/) +- [Where are app files stored in Android Studio?](https://www.reddit.com/r/androiddev/comments/uwzsqt/where_are_app_files_stored_in_android_studio/) +- [Tips for learning iOS development as an Android developer?](https://www.reddit.com/r/androiddev/comments/uwvvr5/tips_for_learning_ios_development_as_an_android/) +- [How do you come up with a privacy policy?](https://www.reddit.com/r/androiddev/comments/uwvp1m/how_do_you_come_up_with_a_privacy_policy/) +- [Looking for Android Developement Mentor](https://www.reddit.com/r/androiddev/comments/uwujd2/looking_for_android_developement_mentor/) +- [Python or Kotlin?](https://www.reddit.com/r/androiddev/comments/uwtbb0/python_or_kotlin/) +- [which android phone is best for development](https://www.reddit.com/r/androiddev/comments/uwt2y8/which_android_phone_is_best_for_development/) ### *InfoWorld posts* From 6a60c6f4e48d5cf074b56a04c8897c45345c33a0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 26 May 2022 01:32:16 +0000 Subject: [PATCH 0171/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5f8c52e49b..2cec5bc285 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is it possible for an app to not only see other apps installed, but see logins as well?](https://www.reddit.com/r/androiddev/comments/ux1klf/is_it_possible_for_an_app_to_not_only_see_other/) -- [Macbook M1 Pro vs M1 Max for Android development](https://www.reddit.com/r/androiddev/comments/ux11s1/macbook_m1_pro_vs_m1_max_for_android_development/) -- [Question about View Binding](https://www.reddit.com/r/androiddev/comments/ux0ri9/question_about_view_binding/) -- [Getting duplicate class error](https://www.reddit.com/r/androiddev/comments/uwztw0/getting_duplicate_class_error/) -- [Where are app files stored in Android Studio?](https://www.reddit.com/r/androiddev/comments/uwzsqt/where_are_app_files_stored_in_android_studio/) -- [Tips for learning iOS development as an Android developer?](https://www.reddit.com/r/androiddev/comments/uwvvr5/tips_for_learning_ios_development_as_an_android/) -- [How do you come up with a privacy policy?](https://www.reddit.com/r/androiddev/comments/uwvp1m/how_do_you_come_up_with_a_privacy_policy/) -- [Looking for Android Developement Mentor](https://www.reddit.com/r/androiddev/comments/uwujd2/looking_for_android_developement_mentor/) -- [Python or Kotlin?](https://www.reddit.com/r/androiddev/comments/uwtbb0/python_or_kotlin/) -- [which android phone is best for development](https://www.reddit.com/r/androiddev/comments/uwt2y8/which_android_phone_is_best_for_development/) +- [Anyone know what's the two app in the bottom?? I'm kinda worried if it's a virus and how can I delete this??](https://www.reddit.com/r/androiddev/comments/uxw7b4/anyone_know_whats_the_two_app_in_the_bottom_im/) +- [Using recipe API for my app](https://www.reddit.com/r/androiddev/comments/uxv1pt/using_recipe_api_for_my_app/) +- [raspberry pi and android triggering](https://www.reddit.com/r/androiddev/comments/uxuuwi/raspberry_pi_and_android_triggering/) +- [Android Udemy course or other resources recommendation](https://www.reddit.com/r/androiddev/comments/uxugcz/android_udemy_course_or_other_resources/) +- [Verifying identification?](https://www.reddit.com/r/androiddev/comments/uxu6a0/verifying_identification/) +- [Any non-EU android devs made it to EU ,what is your story?](https://www.reddit.com/r/androiddev/comments/uxrlf9/any_noneu_android_devs_made_it_to_eu_what_is_your/) +- [want to start developing android apps need help](https://www.reddit.com/r/androiddev/comments/uxqjij/want_to_start_developing_android_apps_need_help/) +- [Cannot use Kotlin contracts with Android](https://www.reddit.com/r/androiddev/comments/uxqgt3/cannot_use_kotlin_contracts_with_android/) +- [Can a photo recovery app from a play store steals the scanned data to the server side?](https://www.reddit.com/r/androiddev/comments/uxq5gd/can_a_photo_recovery_app_from_a_play_store_steals/) +- [Google play instant - NFC permissions?](https://www.reddit.com/r/androiddev/comments/uxpd91/google_play_instant_nfc_permissions/) ### *InfoWorld posts* From 7e57870a805bd813c32c13f258d7450f9b0c4031 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 27 May 2022 01:31:38 +0000 Subject: [PATCH 0172/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2cec5bc285..24188fcbdc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Anyone know what's the two app in the bottom?? I'm kinda worried if it's a virus and how can I delete this??](https://www.reddit.com/r/androiddev/comments/uxw7b4/anyone_know_whats_the_two_app_in_the_bottom_im/) -- [Using recipe API for my app](https://www.reddit.com/r/androiddev/comments/uxv1pt/using_recipe_api_for_my_app/) -- [raspberry pi and android triggering](https://www.reddit.com/r/androiddev/comments/uxuuwi/raspberry_pi_and_android_triggering/) -- [Android Udemy course or other resources recommendation](https://www.reddit.com/r/androiddev/comments/uxugcz/android_udemy_course_or_other_resources/) -- [Verifying identification?](https://www.reddit.com/r/androiddev/comments/uxu6a0/verifying_identification/) -- [Any non-EU android devs made it to EU ,what is your story?](https://www.reddit.com/r/androiddev/comments/uxrlf9/any_noneu_android_devs_made_it_to_eu_what_is_your/) -- [want to start developing android apps need help](https://www.reddit.com/r/androiddev/comments/uxqjij/want_to_start_developing_android_apps_need_help/) -- [Cannot use Kotlin contracts with Android](https://www.reddit.com/r/androiddev/comments/uxqgt3/cannot_use_kotlin_contracts_with_android/) -- [Can a photo recovery app from a play store steals the scanned data to the server side?](https://www.reddit.com/r/androiddev/comments/uxq5gd/can_a_photo_recovery_app_from_a_play_store_steals/) -- [Google play instant - NFC permissions?](https://www.reddit.com/r/androiddev/comments/uxpd91/google_play_instant_nfc_permissions/) +- [which of these 2 approaches is best for a card game](https://www.reddit.com/r/androiddev/comments/uymgem/which_of_these_2_approaches_is_best_for_a_card/) +- [Would it be possible to get a junior android dev job if I dedicate 3 months?](https://www.reddit.com/r/androiddev/comments/uyjuj4/would_it_be_possible_to_get_a_junior_android_dev/) +- [Is there any way to proxy (with credentials user and pass) an android device programmatically?](https://www.reddit.com/r/androiddev/comments/uyisfe/is_there_any_way_to_proxy_with_credentials_user/) +- [Android app to make a robot follow a invisible line drawn on screen](https://www.reddit.com/r/androiddev/comments/uyiqx2/android_app_to_make_a_robot_follow_a_invisible/) +- [Yay. org.gradle.unsafe.configuration-cache=true](https://www.reddit.com/r/androiddev/comments/uyio89/yay_orggradleunsafeconfigurationcachetrue/) +- [which manager to use?](https://www.reddit.com/r/androiddev/comments/uyifur/which_manager_to_use/) +- [Canvas clipOutPath not working](https://www.reddit.com/r/androiddev/comments/uyi9jr/canvas_clipoutpath_not_working/) +- [looking for willing android development mentors](https://www.reddit.com/r/androiddev/comments/uygkyo/looking_for_willing_android_development_mentors/) +- [Question about App Signing and Upload Key - Do I need a new keystore if I already have the one for signing apks?](https://www.reddit.com/r/androiddev/comments/uygbx7/question_about_app_signing_and_upload_key_do_i/) +- [What is the best way to develop a profile visits counter?](https://www.reddit.com/r/androiddev/comments/uyfcah/what_is_the_best_way_to_develop_a_profile_visits/) ### *InfoWorld posts* From 337e0b09861de4c508d9e809dd71996b417665d9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 28 May 2022 01:31:14 +0000 Subject: [PATCH 0173/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 24188fcbdc..b4b3c6b97c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [which of these 2 approaches is best for a card game](https://www.reddit.com/r/androiddev/comments/uymgem/which_of_these_2_approaches_is_best_for_a_card/) -- [Would it be possible to get a junior android dev job if I dedicate 3 months?](https://www.reddit.com/r/androiddev/comments/uyjuj4/would_it_be_possible_to_get_a_junior_android_dev/) -- [Is there any way to proxy (with credentials user and pass) an android device programmatically?](https://www.reddit.com/r/androiddev/comments/uyisfe/is_there_any_way_to_proxy_with_credentials_user/) -- [Android app to make a robot follow a invisible line drawn on screen](https://www.reddit.com/r/androiddev/comments/uyiqx2/android_app_to_make_a_robot_follow_a_invisible/) -- [Yay. org.gradle.unsafe.configuration-cache=true](https://www.reddit.com/r/androiddev/comments/uyio89/yay_orggradleunsafeconfigurationcachetrue/) -- [which manager to use?](https://www.reddit.com/r/androiddev/comments/uyifur/which_manager_to_use/) -- [Canvas clipOutPath not working](https://www.reddit.com/r/androiddev/comments/uyi9jr/canvas_clipoutpath_not_working/) -- [looking for willing android development mentors](https://www.reddit.com/r/androiddev/comments/uygkyo/looking_for_willing_android_development_mentors/) -- [Question about App Signing and Upload Key - Do I need a new keystore if I already have the one for signing apks?](https://www.reddit.com/r/androiddev/comments/uygbx7/question_about_app_signing_and_upload_key_do_i/) -- [What is the best way to develop a profile visits counter?](https://www.reddit.com/r/androiddev/comments/uyfcah/what_is_the_best_way_to_develop_a_profile_visits/) +- [Android Studio Layout Best Practices](https://www.reddit.com/r/androiddev/comments/uzbafh/android_studio_layout_best_practices/) +- [library for getting room database data?](https://www.reddit.com/r/androiddev/comments/uz42ty/library_for_getting_room_database_data/) +- [I created an app that calculates electronic stuff's usage and monthly expected invoice price. Price policy is based on Turkey.](https://www.reddit.com/r/androiddev/comments/uz2q8y/i_created_an_app_that_calculates_electronic/) +- [Those who maintain large libraries with UI, How do you generate your style guide?](https://www.reddit.com/r/androiddev/comments/uyzu7o/those_who_maintain_large_libraries_with_ui_how_do/) +- [[Question]how to convert Json to csv?](https://www.reddit.com/r/androiddev/comments/uyz5xg/questionhow_to_convert_json_to_csv/) +- [how do I fix this ?](https://www.reddit.com/r/androiddev/comments/uyyig1/how_do_i_fix_this/) +- [HELP!!!](https://www.reddit.com/r/androiddev/comments/uyy33l/help/) +- [0 active devices](https://www.reddit.com/r/androiddev/comments/uyvx77/0_active_devices/) +- [My developer account banned for no reason](https://www.reddit.com/r/androiddev/comments/uyvhcs/my_developer_account_banned_for_no_reason/) +- [What did Google announce for Developers at Google I/O 2022?](https://www.reddit.com/r/androiddev/comments/uyujm2/what_did_google_announce_for_developers_at_google/) ### *InfoWorld posts* From ff1ca0bb228d7356bcdb46b3298697d669163995 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 29 May 2022 01:32:08 +0000 Subject: [PATCH 0174/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b4b3c6b97c..d9941f93dd 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Studio Layout Best Practices](https://www.reddit.com/r/androiddev/comments/uzbafh/android_studio_layout_best_practices/) -- [library for getting room database data?](https://www.reddit.com/r/androiddev/comments/uz42ty/library_for_getting_room_database_data/) -- [I created an app that calculates electronic stuff's usage and monthly expected invoice price. Price policy is based on Turkey.](https://www.reddit.com/r/androiddev/comments/uz2q8y/i_created_an_app_that_calculates_electronic/) -- [Those who maintain large libraries with UI, How do you generate your style guide?](https://www.reddit.com/r/androiddev/comments/uyzu7o/those_who_maintain_large_libraries_with_ui_how_do/) -- [[Question]how to convert Json to csv?](https://www.reddit.com/r/androiddev/comments/uyz5xg/questionhow_to_convert_json_to_csv/) -- [how do I fix this ?](https://www.reddit.com/r/androiddev/comments/uyyig1/how_do_i_fix_this/) -- [HELP!!!](https://www.reddit.com/r/androiddev/comments/uyy33l/help/) -- [0 active devices](https://www.reddit.com/r/androiddev/comments/uyvx77/0_active_devices/) -- [My developer account banned for no reason](https://www.reddit.com/r/androiddev/comments/uyvhcs/my_developer_account_banned_for_no_reason/) -- [What did Google announce for Developers at Google I/O 2022?](https://www.reddit.com/r/androiddev/comments/uyujm2/what_did_google_announce_for_developers_at_google/) +- [Using Windows Subsystem for Android on Windows 11](https://www.reddit.com/r/androiddev/comments/v00awy/using_windows_subsystem_for_android_on_windows_11/) +- [Flutter What's next? Project Structure](https://www.reddit.com/r/androiddev/comments/uzyqpr/flutter_whats_next_project_structure/) +- [Jetpack Compose](https://www.reddit.com/r/androiddev/comments/uzuwn3/jetpack_compose/) +- [Where to start learning???](https://www.reddit.com/r/androiddev/comments/uzuqkb/where_to_start_learning/) +- [Are you allowed to spend your Google Play balance on your own apps?](https://www.reddit.com/r/androiddev/comments/uzuf7t/are_you_allowed_to_spend_your_google_play_balance/) +- [Testing Face ID Biometrics on Emulator?](https://www.reddit.com/r/androiddev/comments/uzsqua/testing_face_id_biometrics_on_emulator/) +- [Play Store's payment account: is there a way to avoid displaying personal information for an individual?](https://www.reddit.com/r/androiddev/comments/uzs8md/play_stores_payment_account_is_there_a_way_to/) +- [How do you make intro/walkthrough videos of your android app](https://www.reddit.com/r/androiddev/comments/uzpgrd/how_do_you_make_introwalkthrough_videos_of_your/) +- [Why my app is still in " getting ready " after 1 month in my AdMob](https://www.reddit.com/r/androiddev/comments/uzp4eb/why_my_app_is_still_in_getting_ready_after_1/) +- [Has anyone built a full scale project by using jetpack compose in an XML project?](https://www.reddit.com/r/androiddev/comments/uznsru/has_anyone_built_a_full_scale_project_by_using/) ### *InfoWorld posts* From 1bf8f405774b6fb109731151355c01c236e141f5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 30 May 2022 01:31:53 +0000 Subject: [PATCH 0175/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d9941f93dd..8c3e017664 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Using Windows Subsystem for Android on Windows 11](https://www.reddit.com/r/androiddev/comments/v00awy/using_windows_subsystem_for_android_on_windows_11/) -- [Flutter What's next? Project Structure](https://www.reddit.com/r/androiddev/comments/uzyqpr/flutter_whats_next_project_structure/) -- [Jetpack Compose](https://www.reddit.com/r/androiddev/comments/uzuwn3/jetpack_compose/) -- [Where to start learning???](https://www.reddit.com/r/androiddev/comments/uzuqkb/where_to_start_learning/) -- [Are you allowed to spend your Google Play balance on your own apps?](https://www.reddit.com/r/androiddev/comments/uzuf7t/are_you_allowed_to_spend_your_google_play_balance/) -- [Testing Face ID Biometrics on Emulator?](https://www.reddit.com/r/androiddev/comments/uzsqua/testing_face_id_biometrics_on_emulator/) -- [Play Store's payment account: is there a way to avoid displaying personal information for an individual?](https://www.reddit.com/r/androiddev/comments/uzs8md/play_stores_payment_account_is_there_a_way_to/) -- [How do you make intro/walkthrough videos of your android app](https://www.reddit.com/r/androiddev/comments/uzpgrd/how_do_you_make_introwalkthrough_videos_of_your/) -- [Why my app is still in " getting ready " after 1 month in my AdMob](https://www.reddit.com/r/androiddev/comments/uzp4eb/why_my_app_is_still_in_getting_ready_after_1/) -- [Has anyone built a full scale project by using jetpack compose in an XML project?](https://www.reddit.com/r/androiddev/comments/uznsru/has_anyone_built_a_full_scale_project_by_using/) +- [Is Base64 the best encoder for image URLs?](https://www.reddit.com/r/androiddev/comments/v0n9mt/is_base64_the_best_encoder_for_image_urls/) +- [Library for inspecting requests in WebViews](https://www.reddit.com/r/androiddev/comments/v0kz5z/library_for_inspecting_requests_in_webviews/) +- [what is the best way to develop Android apps in 2022 please mention the best technologies?](https://www.reddit.com/r/androiddev/comments/v0fz2r/what_is_the_best_way_to_develop_android_apps_in/) +- [Is there a cheaper map API alternative than here.com or google maps?](https://www.reddit.com/r/androiddev/comments/v0e3ag/is_there_a_cheaper_map_api_alternative_than/) +- [A lightweight library for Object Mapping](https://www.reddit.com/r/androiddev/comments/v0babl/a_lightweight_library_for_object_mapping/) +- [Cheap Android Device?](https://www.reddit.com/r/androiddev/comments/v0b778/cheap_android_device/) +- [Is a Singleton bound to App lifecycle?](https://www.reddit.com/r/androiddev/comments/v0awsv/is_a_singleton_bound_to_app_lifecycle/) +- [Question regarding Logic Building skills](https://www.reddit.com/r/androiddev/comments/v0an9l/question_regarding_logic_building_skills/) +- [Three features in Android Studio that maybe you've missed](https://www.reddit.com/r/androiddev/comments/v0adpr/three_features_in_android_studio_that_maybe_youve/) +- [Did anyone figure out how to write a preview for a bottom sheet?](https://www.reddit.com/r/androiddev/comments/v09z1d/did_anyone_figure_out_how_to_write_a_preview_for/) ### *InfoWorld posts* From c760c31886bf89861a809a2e895411ea0469a0d6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 31 May 2022 01:31:30 +0000 Subject: [PATCH 0176/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8c3e017664..ad82eb59f5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is Base64 the best encoder for image URLs?](https://www.reddit.com/r/androiddev/comments/v0n9mt/is_base64_the_best_encoder_for_image_urls/) -- [Library for inspecting requests in WebViews](https://www.reddit.com/r/androiddev/comments/v0kz5z/library_for_inspecting_requests_in_webviews/) -- [what is the best way to develop Android apps in 2022 please mention the best technologies?](https://www.reddit.com/r/androiddev/comments/v0fz2r/what_is_the_best_way_to_develop_android_apps_in/) -- [Is there a cheaper map API alternative than here.com or google maps?](https://www.reddit.com/r/androiddev/comments/v0e3ag/is_there_a_cheaper_map_api_alternative_than/) -- [A lightweight library for Object Mapping](https://www.reddit.com/r/androiddev/comments/v0babl/a_lightweight_library_for_object_mapping/) -- [Cheap Android Device?](https://www.reddit.com/r/androiddev/comments/v0b778/cheap_android_device/) -- [Is a Singleton bound to App lifecycle?](https://www.reddit.com/r/androiddev/comments/v0awsv/is_a_singleton_bound_to_app_lifecycle/) -- [Question regarding Logic Building skills](https://www.reddit.com/r/androiddev/comments/v0an9l/question_regarding_logic_building_skills/) -- [Three features in Android Studio that maybe you've missed](https://www.reddit.com/r/androiddev/comments/v0adpr/three_features_in_android_studio_that_maybe_youve/) -- [Did anyone figure out how to write a preview for a bottom sheet?](https://www.reddit.com/r/androiddev/comments/v09z1d/did_anyone_figure_out_how_to_write_a_preview_for/) +- [changing name of airplane mode](https://www.reddit.com/r/androiddev/comments/v1dnew/changing_name_of_airplane_mode/) +- [In-App Reviews API on Kids app](https://www.reddit.com/r/androiddev/comments/v1dlw0/inapp_reviews_api_on_kids_app/) +- [Is there something you can pass into a Room query 'where' clause that returns all results?](https://www.reddit.com/r/androiddev/comments/v1d248/is_there_something_you_can_pass_into_a_room_query/) +- [What's the best practice for doing a network operation off the main thread?](https://www.reddit.com/r/androiddev/comments/v1cuh6/whats_the_best_practice_for_doing_a_network/) +- [Library for media picker?](https://www.reddit.com/r/androiddev/comments/v17fie/library_for_media_picker/) +- [Admob revenue?](https://www.reddit.com/r/androiddev/comments/v171rc/admob_revenue/) +- [What are some of your favourite extension functions?](https://www.reddit.com/r/androiddev/comments/v16mgg/what_are_some_of_your_favourite_extension/) +- [Which image library is the best for Android apps?](https://www.reddit.com/r/androiddev/comments/v159yk/which_image_library_is_the_best_for_android_apps/) +- [compileSdkVersion VS targetSdkVersion!](https://www.reddit.com/r/androiddev/comments/v14ht6/compilesdkversion_vs_targetsdkversion/) +- [How many people have installed my second app?](https://www.reddit.com/r/androiddev/comments/v13pi4/how_many_people_have_installed_my_second_app/) ### *InfoWorld posts* From 56c670a651c67a81ffe594e3cdfe2230e88bb6c0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 1 Jun 2022 01:31:59 +0000 Subject: [PATCH 0177/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ad82eb59f5..573640fc1b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [changing name of airplane mode](https://www.reddit.com/r/androiddev/comments/v1dnew/changing_name_of_airplane_mode/) -- [In-App Reviews API on Kids app](https://www.reddit.com/r/androiddev/comments/v1dlw0/inapp_reviews_api_on_kids_app/) -- [Is there something you can pass into a Room query 'where' clause that returns all results?](https://www.reddit.com/r/androiddev/comments/v1d248/is_there_something_you_can_pass_into_a_room_query/) -- [What's the best practice for doing a network operation off the main thread?](https://www.reddit.com/r/androiddev/comments/v1cuh6/whats_the_best_practice_for_doing_a_network/) -- [Library for media picker?](https://www.reddit.com/r/androiddev/comments/v17fie/library_for_media_picker/) -- [Admob revenue?](https://www.reddit.com/r/androiddev/comments/v171rc/admob_revenue/) -- [What are some of your favourite extension functions?](https://www.reddit.com/r/androiddev/comments/v16mgg/what_are_some_of_your_favourite_extension/) -- [Which image library is the best for Android apps?](https://www.reddit.com/r/androiddev/comments/v159yk/which_image_library_is_the_best_for_android_apps/) -- [compileSdkVersion VS targetSdkVersion!](https://www.reddit.com/r/androiddev/comments/v14ht6/compilesdkversion_vs_targetsdkversion/) -- [How many people have installed my second app?](https://www.reddit.com/r/androiddev/comments/v13pi4/how_many_people_have_installed_my_second_app/) +- [Realistic sophisicated samples of UI testing?](https://www.reddit.com/r/androiddev/comments/v24149/realistic_sophisicated_samples_of_ui_testing/) +- [Can someone explain to me why Official Android Docs use String Resource Strings to access Shared Prefs?](https://www.reddit.com/r/androiddev/comments/v23u02/can_someone_explain_to_me_why_official_android/) +- [Spinner chooses when to start a recycleriew with cardview problem](https://www.reddit.com/r/androiddev/comments/v23phg/spinner_chooses_when_to_start_a_recycleriew_with/) +- [Subreddit for OS level dev?](https://www.reddit.com/r/androiddev/comments/v2247s/subreddit_for_os_level_dev/) +- [How to handle Accessibility Warnings?](https://www.reddit.com/r/androiddev/comments/v1vonc/how_to_handle_accessibility_warnings/) +- [How do you search for keywords to use for your app title?](https://www.reddit.com/r/androiddev/comments/v1twvn/how_do_you_search_for_keywords_to_use_for_your/) +- [Do Android smartphone cameras have physical IR filter or is it removed in software?](https://www.reddit.com/r/androiddev/comments/v1tmhq/do_android_smartphone_cameras_have_physical_ir/) +- [Practical Compose Slot API example — laying out screen sections](https://www.reddit.com/r/androiddev/comments/v1t52r/practical_compose_slot_api_example_laying_out/) +- [Can I serve only muted Interstitial ads in my app?](https://www.reddit.com/r/androiddev/comments/v1su90/can_i_serve_only_muted_interstitial_ads_in_my_app/) +- [Tablet with USB 3.0 OTG?](https://www.reddit.com/r/androiddev/comments/v1rcy0/tablet_with_usb_30_otg/) ### *InfoWorld posts* From c584eb22add2a2e152a2701b3676a4bb6c578b89 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 2 Jun 2022 01:31:00 +0000 Subject: [PATCH 0178/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 573640fc1b..eb199d53b3 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Realistic sophisicated samples of UI testing?](https://www.reddit.com/r/androiddev/comments/v24149/realistic_sophisicated_samples_of_ui_testing/) -- [Can someone explain to me why Official Android Docs use String Resource Strings to access Shared Prefs?](https://www.reddit.com/r/androiddev/comments/v23u02/can_someone_explain_to_me_why_official_android/) -- [Spinner chooses when to start a recycleriew with cardview problem](https://www.reddit.com/r/androiddev/comments/v23phg/spinner_chooses_when_to_start_a_recycleriew_with/) -- [Subreddit for OS level dev?](https://www.reddit.com/r/androiddev/comments/v2247s/subreddit_for_os_level_dev/) -- [How to handle Accessibility Warnings?](https://www.reddit.com/r/androiddev/comments/v1vonc/how_to_handle_accessibility_warnings/) -- [How do you search for keywords to use for your app title?](https://www.reddit.com/r/androiddev/comments/v1twvn/how_do_you_search_for_keywords_to_use_for_your/) -- [Do Android smartphone cameras have physical IR filter or is it removed in software?](https://www.reddit.com/r/androiddev/comments/v1tmhq/do_android_smartphone_cameras_have_physical_ir/) -- [Practical Compose Slot API example — laying out screen sections](https://www.reddit.com/r/androiddev/comments/v1t52r/practical_compose_slot_api_example_laying_out/) -- [Can I serve only muted Interstitial ads in my app?](https://www.reddit.com/r/androiddev/comments/v1su90/can_i_serve_only_muted_interstitial_ads_in_my_app/) -- [Tablet with USB 3.0 OTG?](https://www.reddit.com/r/androiddev/comments/v1rcy0/tablet_with_usb_30_otg/) +- [Physical address for publishing in the Play store](https://www.reddit.com/r/androiddev/comments/v2w9qc/physical_address_for_publishing_in_the_play_store/) +- [Android Studio Affecting Chrome?](https://www.reddit.com/r/androiddev/comments/v2w8xk/android_studio_affecting_chrome/) +- [Unity like app creation software ?](https://www.reddit.com/r/androiddev/comments/v2tz93/unity_like_app_creation_software/) +- [App Title](https://www.reddit.com/r/androiddev/comments/v2sxmg/app_title/) +- [I need to access and edit an ArrayList from anywhere in the app](https://www.reddit.com/r/androiddev/comments/v2mgf1/i_need_to_access_and_edit_an_arraylist_from/) +- [When did Google make the review message required on the In-App reviews?](https://www.reddit.com/r/androiddev/comments/v2ltjw/when_did_google_make_the_review_message_required/) +- [Volume Control](https://www.reddit.com/r/androiddev/comments/v2lc3b/volume_control/) +- [Publishing an app containing sensitive and maybe offensive text content.](https://www.reddit.com/r/androiddev/comments/v2ks46/publishing_an_app_containing_sensitive_and_maybe/) +- [SafetyNet vs. AppiCrypt comparison](https://www.reddit.com/r/androiddev/comments/v2jwue/safetynet_vs_appicrypt_comparison/) +- [android-java CSVWriter content format](https://www.reddit.com/r/androiddev/comments/v2hv3c/androidjava_csvwriter_content_format/) ### *InfoWorld posts* From 77e15cda1d3a4ba7ac832b1be90a13abab228b41 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 3 Jun 2022 01:30:22 +0000 Subject: [PATCH 0179/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index eb199d53b3..8b4c944cb0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Physical address for publishing in the Play store](https://www.reddit.com/r/androiddev/comments/v2w9qc/physical_address_for_publishing_in_the_play_store/) -- [Android Studio Affecting Chrome?](https://www.reddit.com/r/androiddev/comments/v2w8xk/android_studio_affecting_chrome/) -- [Unity like app creation software ?](https://www.reddit.com/r/androiddev/comments/v2tz93/unity_like_app_creation_software/) -- [App Title](https://www.reddit.com/r/androiddev/comments/v2sxmg/app_title/) -- [I need to access and edit an ArrayList from anywhere in the app](https://www.reddit.com/r/androiddev/comments/v2mgf1/i_need_to_access_and_edit_an_arraylist_from/) -- [When did Google make the review message required on the In-App reviews?](https://www.reddit.com/r/androiddev/comments/v2ltjw/when_did_google_make_the_review_message_required/) -- [Volume Control](https://www.reddit.com/r/androiddev/comments/v2lc3b/volume_control/) -- [Publishing an app containing sensitive and maybe offensive text content.](https://www.reddit.com/r/androiddev/comments/v2ks46/publishing_an_app_containing_sensitive_and_maybe/) -- [SafetyNet vs. AppiCrypt comparison](https://www.reddit.com/r/androiddev/comments/v2jwue/safetynet_vs_appicrypt_comparison/) -- [android-java CSVWriter content format](https://www.reddit.com/r/androiddev/comments/v2hv3c/androidjava_csvwriter_content_format/) +- [So I’ve been looking for a mobile game i played when I was on the play store and I can’t remember the full name all I remember is the word ended with humbra it was a puzzle Platformer. From what I remember there was a dark blob escaping the void and transforming to a scarecrow. can someone help me](https://www.reddit.com/r/androiddev/comments/v3o3rv/so_ive_been_looking_for_a_mobile_game_i_played/) +- [Do I have chances to get a Junior Android Developer position?](https://www.reddit.com/r/androiddev/comments/v3i81b/do_i_have_chances_to_get_a_junior_android/) +- [Does gradle have a specific path for release.apk that lives in the same place in all projects?](https://www.reddit.com/r/androiddev/comments/v3hu8j/does_gradle_have_a_specific_path_for_releaseapk/) +- [Does Google test apps that are in "Internal Testing", manually or automatically?](https://www.reddit.com/r/androiddev/comments/v3hqql/does_google_test_apps_that_are_in_internal/) +- [How do you design offline capability with sync with the backend?](https://www.reddit.com/r/androiddev/comments/v3h66s/how_do_you_design_offline_capability_with_sync/) +- [Google associate dev certificate!](https://www.reddit.com/r/androiddev/comments/v3fg0h/google_associate_dev_certificate/) +- [Different in versions](https://www.reddit.com/r/androiddev/comments/v3emzq/different_in_versions/) +- [ViMusic: A YouTube Music player made with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/v3e41l/vimusic_a_youtube_music_player_made_with_jetpack/) +- [Is it possible generate a new 'upload-keystore.jks' file given keystore password?](https://www.reddit.com/r/androiddev/comments/v3b5vg/is_it_possible_generate_a_new_uploadkeystorejks/) +- [Alternative to binding SpeechRecognizer without com.google.android.googlequicksearchbox](https://www.reddit.com/r/androiddev/comments/v3as42/alternative_to_binding_speechrecognizer_without/) ### *InfoWorld posts* From 7ac78f7f58135fd1a3062f71a8fa6c8a05e5f0cb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 4 Jun 2022 01:30:36 +0000 Subject: [PATCH 0180/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8b4c944cb0..add93cb894 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [So I’ve been looking for a mobile game i played when I was on the play store and I can’t remember the full name all I remember is the word ended with humbra it was a puzzle Platformer. From what I remember there was a dark blob escaping the void and transforming to a scarecrow. can someone help me](https://www.reddit.com/r/androiddev/comments/v3o3rv/so_ive_been_looking_for_a_mobile_game_i_played/) -- [Do I have chances to get a Junior Android Developer position?](https://www.reddit.com/r/androiddev/comments/v3i81b/do_i_have_chances_to_get_a_junior_android/) -- [Does gradle have a specific path for release.apk that lives in the same place in all projects?](https://www.reddit.com/r/androiddev/comments/v3hu8j/does_gradle_have_a_specific_path_for_releaseapk/) -- [Does Google test apps that are in "Internal Testing", manually or automatically?](https://www.reddit.com/r/androiddev/comments/v3hqql/does_google_test_apps_that_are_in_internal/) -- [How do you design offline capability with sync with the backend?](https://www.reddit.com/r/androiddev/comments/v3h66s/how_do_you_design_offline_capability_with_sync/) -- [Google associate dev certificate!](https://www.reddit.com/r/androiddev/comments/v3fg0h/google_associate_dev_certificate/) -- [Different in versions](https://www.reddit.com/r/androiddev/comments/v3emzq/different_in_versions/) -- [ViMusic: A YouTube Music player made with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/v3e41l/vimusic_a_youtube_music_player_made_with_jetpack/) -- [Is it possible generate a new 'upload-keystore.jks' file given keystore password?](https://www.reddit.com/r/androiddev/comments/v3b5vg/is_it_possible_generate_a_new_uploadkeystorejks/) -- [Alternative to binding SpeechRecognizer without com.google.android.googlequicksearchbox](https://www.reddit.com/r/androiddev/comments/v3as42/alternative_to_binding_speechrecognizer_without/) +- [When I open compose apps i see a loading... Why?](https://www.reddit.com/r/androiddev/comments/v4dlkc/when_i_open_compose_apps_i_see_a_loading_why/) +- [Promo code generator my my app?](https://www.reddit.com/r/androiddev/comments/v44vfd/promo_code_generator_my_my_app/) +- [Learning about android development with the apex file format](https://www.reddit.com/r/androiddev/comments/v44s7c/learning_about_android_development_with_the_apex/) +- [Installing ndk error through sdkmanager.ubuntu](https://www.reddit.com/r/androiddev/comments/v44336/installing_ndk_error_through_sdkmanagerubuntu/) +- [Production Release Rollout Percentages Not Working Properly](https://www.reddit.com/r/androiddev/comments/v427je/production_release_rollout_percentages_not/) +- [Content Padding and Spacing for Lazy Components in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/v40z66/content_padding_and_spacing_for_lazy_components/) +- [Paparazzi 1.0 is out](https://www.reddit.com/r/androiddev/comments/v40j5y/paparazzi_10_is_out/) +- [Have an interesting app idea](https://www.reddit.com/r/androiddev/comments/v3z3bm/have_an_interesting_app_idea/) +- [BLE Communication when app not in focus](https://www.reddit.com/r/androiddev/comments/v3yqqi/ble_communication_when_app_not_in_focus/) +- [why simple apps are better than big apps that takes a lot of time](https://www.reddit.com/r/androiddev/comments/v3wqet/why_simple_apps_are_better_than_big_apps_that/) ### *InfoWorld posts* From 1c1dbaae9689adf8bcfd7daed19e28a607565700 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 5 Jun 2022 01:31:46 +0000 Subject: [PATCH 0181/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index add93cb894..790fdaf602 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [When I open compose apps i see a loading... Why?](https://www.reddit.com/r/androiddev/comments/v4dlkc/when_i_open_compose_apps_i_see_a_loading_why/) -- [Promo code generator my my app?](https://www.reddit.com/r/androiddev/comments/v44vfd/promo_code_generator_my_my_app/) -- [Learning about android development with the apex file format](https://www.reddit.com/r/androiddev/comments/v44s7c/learning_about_android_development_with_the_apex/) -- [Installing ndk error through sdkmanager.ubuntu](https://www.reddit.com/r/androiddev/comments/v44336/installing_ndk_error_through_sdkmanagerubuntu/) -- [Production Release Rollout Percentages Not Working Properly](https://www.reddit.com/r/androiddev/comments/v427je/production_release_rollout_percentages_not/) -- [Content Padding and Spacing for Lazy Components in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/v40z66/content_padding_and_spacing_for_lazy_components/) -- [Paparazzi 1.0 is out](https://www.reddit.com/r/androiddev/comments/v40j5y/paparazzi_10_is_out/) -- [Have an interesting app idea](https://www.reddit.com/r/androiddev/comments/v3z3bm/have_an_interesting_app_idea/) -- [BLE Communication when app not in focus](https://www.reddit.com/r/androiddev/comments/v3yqqi/ble_communication_when_app_not_in_focus/) -- [why simple apps are better than big apps that takes a lot of time](https://www.reddit.com/r/androiddev/comments/v3wqet/why_simple_apps_are_better_than_big_apps_that/) +- [Show recently updated JSON items in listview](https://www.reddit.com/r/androiddev/comments/v4zwx6/show_recently_updated_json_items_in_listview/) +- [ETH Blockchain - How does an app connect to wallets like MetaMask or other popular wallets?](https://www.reddit.com/r/androiddev/comments/v4va5m/eth_blockchain_how_does_an_app_connect_to_wallets/) +- [Getting application info using the package manager in SDK 30](https://www.reddit.com/r/androiddev/comments/v4v17g/getting_application_info_using_the_package/) +- [Showing interstitial ads](https://www.reddit.com/r/androiddev/comments/v4uvkj/showing_interstitial_ads/) +- [Hotspot Channel has disappeared on latest Android](https://www.reddit.com/r/androiddev/comments/v4ukih/hotspot_channel_has_disappeared_on_latest_android/) +- [What's the best site for generating phone screenshots of your app?](https://www.reddit.com/r/androiddev/comments/v4ubng/whats_the_best_site_for_generating_phone/) +- [What are the things that keep you motivated to remain as a indie app developer in this crowd](https://www.reddit.com/r/androiddev/comments/v4sjts/what_are_the_things_that_keep_you_motivated_to/) +- [Subscription is charging USD 0.00 for one user](https://www.reddit.com/r/androiddev/comments/v4oy3o/subscription_is_charging_usd_000_for_one_user/) +- [Sell subscription to multiple users at once](https://www.reddit.com/r/androiddev/comments/v4n3c6/sell_subscription_to_multiple_users_at_once/) +- [I'm asking for mentorship !](https://www.reddit.com/r/androiddev/comments/v4n2zl/im_asking_for_mentorship/) ### *InfoWorld posts* From 3912586d2cccaf7d282c63fb37eef946ae4fbe66 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 6 Jun 2022 01:31:37 +0000 Subject: [PATCH 0182/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 790fdaf602..a56d3a6874 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Show recently updated JSON items in listview](https://www.reddit.com/r/androiddev/comments/v4zwx6/show_recently_updated_json_items_in_listview/) -- [ETH Blockchain - How does an app connect to wallets like MetaMask or other popular wallets?](https://www.reddit.com/r/androiddev/comments/v4va5m/eth_blockchain_how_does_an_app_connect_to_wallets/) -- [Getting application info using the package manager in SDK 30](https://www.reddit.com/r/androiddev/comments/v4v17g/getting_application_info_using_the_package/) -- [Showing interstitial ads](https://www.reddit.com/r/androiddev/comments/v4uvkj/showing_interstitial_ads/) -- [Hotspot Channel has disappeared on latest Android](https://www.reddit.com/r/androiddev/comments/v4ukih/hotspot_channel_has_disappeared_on_latest_android/) -- [What's the best site for generating phone screenshots of your app?](https://www.reddit.com/r/androiddev/comments/v4ubng/whats_the_best_site_for_generating_phone/) -- [What are the things that keep you motivated to remain as a indie app developer in this crowd](https://www.reddit.com/r/androiddev/comments/v4sjts/what_are_the_things_that_keep_you_motivated_to/) -- [Subscription is charging USD 0.00 for one user](https://www.reddit.com/r/androiddev/comments/v4oy3o/subscription_is_charging_usd_000_for_one_user/) -- [Sell subscription to multiple users at once](https://www.reddit.com/r/androiddev/comments/v4n3c6/sell_subscription_to_multiple_users_at_once/) -- [I'm asking for mentorship !](https://www.reddit.com/r/androiddev/comments/v4n2zl/im_asking_for_mentorship/) +- [Best Practices for Feature Flags/Toggles](https://www.reddit.com/r/androiddev/comments/v5pab8/best_practices_for_feature_flagstoggles/) +- [Building an Uber kind of app except for farmers where small holder farmers can book equipment from other farmers that have equipment. However, the the map is not working correctly and is not find the equipment owners around. I am getting the following error:](https://www.reddit.com/r/androiddev/comments/v5p5jr/building_an_uber_kind_of_app_except_for_farmers/) +- [Stuck with one simple task on android stu.](https://www.reddit.com/r/androiddev/comments/v5niq7/stuck_with_one_simple_task_on_android_stu/) +- [On android there's a show pointer location overlay but it comes with this ugly coordinates box at the top. Is there a way to remove it or move the notifications panel down?](https://www.reddit.com/r/androiddev/comments/v5mhk3/on_android_theres_a_show_pointer_location_overlay/) +- [Why does my phone shut down completely when I turn it off?](https://www.reddit.com/r/androiddev/comments/v5lgis/why_does_my_phone_shut_down_completely_when_i/) +- [Remove/hide items from listview](https://www.reddit.com/r/androiddev/comments/v5jy7j/removehide_items_from_listview/) +- [Gradle Kotlin-Dsl configurations block with buildType](https://www.reddit.com/r/androiddev/comments/v5hoh0/gradle_kotlindsl_configurations_block_with/) +- [What does Google Play "In review" mean, and why does it even exist?](https://www.reddit.com/r/androiddev/comments/v5hig9/what_does_google_play_in_review_mean_and_why_does/) +- [Preferences Data store must have context ?](https://www.reddit.com/r/androiddev/comments/v5g2ow/preferences_data_store_must_have_context/) +- [Why recyclerview's scroll event changes childview's left and right value but not recyclerview's scrollx?](https://www.reddit.com/r/androiddev/comments/v5cufd/why_recyclerviews_scroll_event_changes_childviews/) ### *InfoWorld posts* From 010f6d7bc88cd2f71b4c24b83966471b8e897959 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 7 Jun 2022 01:30:46 +0000 Subject: [PATCH 0183/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a56d3a6874..fc30919bdd 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Best Practices for Feature Flags/Toggles](https://www.reddit.com/r/androiddev/comments/v5pab8/best_practices_for_feature_flagstoggles/) -- [Building an Uber kind of app except for farmers where small holder farmers can book equipment from other farmers that have equipment. However, the the map is not working correctly and is not find the equipment owners around. I am getting the following error:](https://www.reddit.com/r/androiddev/comments/v5p5jr/building_an_uber_kind_of_app_except_for_farmers/) -- [Stuck with one simple task on android stu.](https://www.reddit.com/r/androiddev/comments/v5niq7/stuck_with_one_simple_task_on_android_stu/) -- [On android there's a show pointer location overlay but it comes with this ugly coordinates box at the top. Is there a way to remove it or move the notifications panel down?](https://www.reddit.com/r/androiddev/comments/v5mhk3/on_android_theres_a_show_pointer_location_overlay/) -- [Why does my phone shut down completely when I turn it off?](https://www.reddit.com/r/androiddev/comments/v5lgis/why_does_my_phone_shut_down_completely_when_i/) -- [Remove/hide items from listview](https://www.reddit.com/r/androiddev/comments/v5jy7j/removehide_items_from_listview/) -- [Gradle Kotlin-Dsl configurations block with buildType](https://www.reddit.com/r/androiddev/comments/v5hoh0/gradle_kotlindsl_configurations_block_with/) -- [What does Google Play "In review" mean, and why does it even exist?](https://www.reddit.com/r/androiddev/comments/v5hig9/what_does_google_play_in_review_mean_and_why_does/) -- [Preferences Data store must have context ?](https://www.reddit.com/r/androiddev/comments/v5g2ow/preferences_data_store_must_have_context/) -- [Why recyclerview's scroll event changes childview's left and right value but not recyclerview's scrollx?](https://www.reddit.com/r/androiddev/comments/v5cufd/why_recyclerviews_scroll_event_changes_childviews/) +- [Managing permissions in Compose with MVVM](https://www.reddit.com/r/androiddev/comments/v6egth/managing_permissions_in_compose_with_mvvm/) +- [Any Idea when android will support stroke around the adaptive icon?](https://www.reddit.com/r/androiddev/comments/v6doyn/any_idea_when_android_will_support_stroke_around/) +- [An Espresso experiment](https://www.reddit.com/r/androiddev/comments/v6di5y/an_espresso_experiment/) +- [Android Studio Electric Eel Canary 3 now available](https://www.reddit.com/r/androiddev/comments/v6aqzw/android_studio_electric_eel_canary_3_now_available/) +- [What's your preference between View and Data Binding?](https://www.reddit.com/r/androiddev/comments/v691zl/whats_your_preference_between_view_and_data/) +- [Help](https://www.reddit.com/r/androiddev/comments/v68rdq/help/) +- [I've Posted About This Project Before !](https://www.reddit.com/r/androiddev/comments/v67hi3/ive_posted_about_this_project_before/) +- [What to Expect From the Kotlin Team in 2022–23: Key Projects and Productivity Features](https://www.reddit.com/r/androiddev/comments/v668oo/what_to_expect_from_the_kotlin_team_in_202223_key/) +- [Is Compose a framework or a toolkit?](https://www.reddit.com/r/androiddev/comments/v64vds/is_compose_a_framework_or_a_toolkit/) +- [Kactory - build simple factory pattern easily leverage on ksp(Kotlin Symbol Processing).](https://www.reddit.com/r/androiddev/comments/v6474h/kactory_build_simple_factory_pattern_easily/) ### *InfoWorld posts* From 0fba33ba36c44d6723cefb362b688561a5094d40 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 8 Jun 2022 01:31:09 +0000 Subject: [PATCH 0184/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fc30919bdd..84f549300c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Managing permissions in Compose with MVVM](https://www.reddit.com/r/androiddev/comments/v6egth/managing_permissions_in_compose_with_mvvm/) -- [Any Idea when android will support stroke around the adaptive icon?](https://www.reddit.com/r/androiddev/comments/v6doyn/any_idea_when_android_will_support_stroke_around/) -- [An Espresso experiment](https://www.reddit.com/r/androiddev/comments/v6di5y/an_espresso_experiment/) -- [Android Studio Electric Eel Canary 3 now available](https://www.reddit.com/r/androiddev/comments/v6aqzw/android_studio_electric_eel_canary_3_now_available/) -- [What's your preference between View and Data Binding?](https://www.reddit.com/r/androiddev/comments/v691zl/whats_your_preference_between_view_and_data/) -- [Help](https://www.reddit.com/r/androiddev/comments/v68rdq/help/) -- [I've Posted About This Project Before !](https://www.reddit.com/r/androiddev/comments/v67hi3/ive_posted_about_this_project_before/) -- [What to Expect From the Kotlin Team in 2022–23: Key Projects and Productivity Features](https://www.reddit.com/r/androiddev/comments/v668oo/what_to_expect_from_the_kotlin_team_in_202223_key/) -- [Is Compose a framework or a toolkit?](https://www.reddit.com/r/androiddev/comments/v64vds/is_compose_a_framework_or_a_toolkit/) -- [Kactory - build simple factory pattern easily leverage on ksp(Kotlin Symbol Processing).](https://www.reddit.com/r/androiddev/comments/v6474h/kactory_build_simple_factory_pattern_easily/) +- [Version Control Systems](https://www.reddit.com/r/androiddev/comments/v7awwh/version_control_systems/) +- [Robust Apps](https://www.reddit.com/r/androiddev/comments/v7apuo/robust_apps/) +- [Integration with Azure Cosmos/postgresql](https://www.reddit.com/r/androiddev/comments/v79pay/integration_with_azure_cosmospostgresql/) +- [How did google make this home screen grid feature?](https://www.reddit.com/r/androiddev/comments/v787qf/how_did_google_make_this_home_screen_grid_feature/) +- [Best app to get started?](https://www.reddit.com/r/androiddev/comments/v75up5/best_app_to_get_started/) +- [I created Blitz↯Merker: a reminder app using QR codes.](https://www.reddit.com/r/androiddev/comments/v7526w/i_created_blitzmerker_a_reminder_app_using_qr/) +- [How to show reddit like recycler view with jsoup parsing?](https://www.reddit.com/r/androiddev/comments/v728v5/how_to_show_reddit_like_recycler_view_with_jsoup/) +- [Should I use COIL everywhere?](https://www.reddit.com/r/androiddev/comments/v71ldb/should_i_use_coil_everywhere/) +- [Help with ListView](https://www.reddit.com/r/androiddev/comments/v6wfil/help_with_listview/) +- [Spring Boot starter project/template for Apps backend.](https://www.reddit.com/r/androiddev/comments/v6w4wa/spring_boot_starter_projecttemplate_for_apps/) ### *InfoWorld posts* From 4114e8a87574acfeae85c4395ab61a1be26b20b0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 9 Jun 2022 01:30:38 +0000 Subject: [PATCH 0185/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 84f549300c..d6eb7c57e5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Version Control Systems](https://www.reddit.com/r/androiddev/comments/v7awwh/version_control_systems/) -- [Robust Apps](https://www.reddit.com/r/androiddev/comments/v7apuo/robust_apps/) -- [Integration with Azure Cosmos/postgresql](https://www.reddit.com/r/androiddev/comments/v79pay/integration_with_azure_cosmospostgresql/) -- [How did google make this home screen grid feature?](https://www.reddit.com/r/androiddev/comments/v787qf/how_did_google_make_this_home_screen_grid_feature/) -- [Best app to get started?](https://www.reddit.com/r/androiddev/comments/v75up5/best_app_to_get_started/) -- [I created Blitz↯Merker: a reminder app using QR codes.](https://www.reddit.com/r/androiddev/comments/v7526w/i_created_blitzmerker_a_reminder_app_using_qr/) -- [How to show reddit like recycler view with jsoup parsing?](https://www.reddit.com/r/androiddev/comments/v728v5/how_to_show_reddit_like_recycler_view_with_jsoup/) -- [Should I use COIL everywhere?](https://www.reddit.com/r/androiddev/comments/v71ldb/should_i_use_coil_everywhere/) -- [Help with ListView](https://www.reddit.com/r/androiddev/comments/v6wfil/help_with_listview/) -- [Spring Boot starter project/template for Apps backend.](https://www.reddit.com/r/androiddev/comments/v6w4wa/spring_boot_starter_projecttemplate_for_apps/) +- [jmdns vs. Android Network Service Discovery](https://www.reddit.com/r/androiddev/comments/v83ovv/jmdns_vs_android_network_service_discovery/) +- [I forked the in-content ad-free YouTube NewPipe client and put it on the Play Store](https://www.reddit.com/r/androiddev/comments/v80qqc/i_forked_the_incontent_adfree_youtube_newpipe/) +- [MacBook Air M2 or MacBook Pro 14"](https://www.reddit.com/r/androiddev/comments/v7xy1u/macbook_air_m2_or_macbook_pro_14/) +- [Android studio can't download components](https://www.reddit.com/r/androiddev/comments/v7wwab/android_studio_cant_download_components/) +- [How to learn to make a admin dashboard for the app](https://www.reddit.com/r/androiddev/comments/v7wql1/how_to_learn_to_make_a_admin_dashboard_for_the_app/) +- [I know jetpack compose, should i go react native?](https://www.reddit.com/r/androiddev/comments/v7tkky/i_know_jetpack_compose_should_i_go_react_native/) +- [is app dev a worth while side hustle?](https://www.reddit.com/r/androiddev/comments/v7rvwe/is_app_dev_a_worth_while_side_hustle/) +- [Can Android app on ChromeOS create a KeyPair that is at least SECURITY_LEVEL_TRUSTED_ENVIRONMENT?](https://www.reddit.com/r/androiddev/comments/v7qf98/can_android_app_on_chromeos_create_a_keypair_that/) +- [Testing in-app purchases](https://www.reddit.com/r/androiddev/comments/v7pj9i/testing_inapp_purchases/) +- [Some help with cryptography?](https://www.reddit.com/r/androiddev/comments/v7pj1s/some_help_with_cryptography/) ### *InfoWorld posts* From 6e9d2372c2651ce5ce147725d029e2a88d516a9d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 10 Jun 2022 01:34:56 +0000 Subject: [PATCH 0186/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d6eb7c57e5..1465935f9f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [jmdns vs. Android Network Service Discovery](https://www.reddit.com/r/androiddev/comments/v83ovv/jmdns_vs_android_network_service_discovery/) -- [I forked the in-content ad-free YouTube NewPipe client and put it on the Play Store](https://www.reddit.com/r/androiddev/comments/v80qqc/i_forked_the_incontent_adfree_youtube_newpipe/) -- [MacBook Air M2 or MacBook Pro 14"](https://www.reddit.com/r/androiddev/comments/v7xy1u/macbook_air_m2_or_macbook_pro_14/) -- [Android studio can't download components](https://www.reddit.com/r/androiddev/comments/v7wwab/android_studio_cant_download_components/) -- [How to learn to make a admin dashboard for the app](https://www.reddit.com/r/androiddev/comments/v7wql1/how_to_learn_to_make_a_admin_dashboard_for_the_app/) -- [I know jetpack compose, should i go react native?](https://www.reddit.com/r/androiddev/comments/v7tkky/i_know_jetpack_compose_should_i_go_react_native/) -- [is app dev a worth while side hustle?](https://www.reddit.com/r/androiddev/comments/v7rvwe/is_app_dev_a_worth_while_side_hustle/) -- [Can Android app on ChromeOS create a KeyPair that is at least SECURITY_LEVEL_TRUSTED_ENVIRONMENT?](https://www.reddit.com/r/androiddev/comments/v7qf98/can_android_app_on_chromeos_create_a_keypair_that/) -- [Testing in-app purchases](https://www.reddit.com/r/androiddev/comments/v7pj9i/testing_inapp_purchases/) -- [Some help with cryptography?](https://www.reddit.com/r/androiddev/comments/v7pj1s/some_help_with_cryptography/) +- [Dialogs - Jetpack Compose, Lottie, Gifs - Android Library](https://www.reddit.com/r/androiddev/comments/v8t2nv/dialogs_jetpack_compose_lottie_gifs_android/) +- [Flutter vs Native react, I know once again...](https://www.reddit.com/r/androiddev/comments/v8s2sp/flutter_vs_native_react_i_know_once_again/) +- [Is it possible to use Google Maps Live View inside my app?](https://www.reddit.com/r/androiddev/comments/v8rqcp/is_it_possible_to_use_google_maps_live_view/) +- [Android Developer Kit and Kotlin](https://www.reddit.com/r/androiddev/comments/v8rnpv/android_developer_kit_and_kotlin/) +- [Want some advice on learning Native Android.](https://www.reddit.com/r/androiddev/comments/v8qbcw/want_some_advice_on_learning_native_android/) +- [I'm 30, looking to change careers to Android Development/Developing](https://www.reddit.com/r/androiddev/comments/v8q2dy/im_30_looking_to_change_careers_to_android/) +- [Anyone implemented drag and drop correctly with imageViews?](https://www.reddit.com/r/androiddev/comments/v8pnxf/anyone_implemented_drag_and_drop_correctly_with/) +- [Best programming language to build a full app](https://www.reddit.com/r/androiddev/comments/v8nk8w/best_programming_language_to_build_a_full_app/) +- [After Google play blocked updates in Russia. User gives 1 star review and asking for alt download links. How do I handle this?](https://www.reddit.com/r/androiddev/comments/v8m5sn/after_google_play_blocked_updates_in_russia_user/) +- [Displaying data from firebase realtime database as a list.](https://www.reddit.com/r/androiddev/comments/v8m2vs/displaying_data_from_firebase_realtime_database/) ### *InfoWorld posts* From 3254c1bd8a9a5df2654006efb3f69a376fc538cc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 11 Jun 2022 01:31:32 +0000 Subject: [PATCH 0187/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1465935f9f..26ef7c5a36 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Dialogs - Jetpack Compose, Lottie, Gifs - Android Library](https://www.reddit.com/r/androiddev/comments/v8t2nv/dialogs_jetpack_compose_lottie_gifs_android/) -- [Flutter vs Native react, I know once again...](https://www.reddit.com/r/androiddev/comments/v8s2sp/flutter_vs_native_react_i_know_once_again/) -- [Is it possible to use Google Maps Live View inside my app?](https://www.reddit.com/r/androiddev/comments/v8rqcp/is_it_possible_to_use_google_maps_live_view/) -- [Android Developer Kit and Kotlin](https://www.reddit.com/r/androiddev/comments/v8rnpv/android_developer_kit_and_kotlin/) -- [Want some advice on learning Native Android.](https://www.reddit.com/r/androiddev/comments/v8qbcw/want_some_advice_on_learning_native_android/) -- [I'm 30, looking to change careers to Android Development/Developing](https://www.reddit.com/r/androiddev/comments/v8q2dy/im_30_looking_to_change_careers_to_android/) -- [Anyone implemented drag and drop correctly with imageViews?](https://www.reddit.com/r/androiddev/comments/v8pnxf/anyone_implemented_drag_and_drop_correctly_with/) -- [Best programming language to build a full app](https://www.reddit.com/r/androiddev/comments/v8nk8w/best_programming_language_to_build_a_full_app/) -- [After Google play blocked updates in Russia. User gives 1 star review and asking for alt download links. How do I handle this?](https://www.reddit.com/r/androiddev/comments/v8m5sn/after_google_play_blocked_updates_in_russia_user/) -- [Displaying data from firebase realtime database as a list.](https://www.reddit.com/r/androiddev/comments/v8m2vs/displaying_data_from_firebase_realtime_database/) +- [Payment Profile was empty and no clue where the payout went](https://www.reddit.com/r/androiddev/comments/v9ho82/payment_profile_was_empty_and_no_clue_where_the/) +- [Selling an app!](https://www.reddit.com/r/androiddev/comments/v9gep5/selling_an_app/) +- [How not to leak features when using Firebase Remote Config](https://www.reddit.com/r/androiddev/comments/v9f5qd/how_not_to_leak_features_when_using_firebase/) +- [Changing button color in disabled state](https://www.reddit.com/r/androiddev/comments/v9dkn7/changing_button_color_in_disabled_state/) +- [Just how?](https://www.reddit.com/r/androiddev/comments/v97w3o/just_how/) +- [How to use Toolbar with Fragments!](https://www.reddit.com/r/androiddev/comments/v96r1y/how_to_use_toolbar_with_fragments/) +- [5 Common Mistakes when using Kotlin Coroutines](https://www.reddit.com/r/androiddev/comments/v94sbf/5_common_mistakes_when_using_kotlin_coroutines/) +- [Native animations for Android developers](https://www.reddit.com/r/androiddev/comments/v93jh0/native_animations_for_android_developers/) +- [Preparing Android app development & pricing package](https://www.reddit.com/r/androiddev/comments/v91a7i/preparing_android_app_development_pricing_package/) +- [What AVD setup do you use?](https://www.reddit.com/r/androiddev/comments/v8yep2/what_avd_setup_do_you_use/) ### *InfoWorld posts* From c9877f01d6deca7fdf42b888d339de46c635e9b3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 12 Jun 2022 01:35:29 +0000 Subject: [PATCH 0188/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 26ef7c5a36..0bfa7e6a91 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Payment Profile was empty and no clue where the payout went](https://www.reddit.com/r/androiddev/comments/v9ho82/payment_profile_was_empty_and_no_clue_where_the/) -- [Selling an app!](https://www.reddit.com/r/androiddev/comments/v9gep5/selling_an_app/) -- [How not to leak features when using Firebase Remote Config](https://www.reddit.com/r/androiddev/comments/v9f5qd/how_not_to_leak_features_when_using_firebase/) -- [Changing button color in disabled state](https://www.reddit.com/r/androiddev/comments/v9dkn7/changing_button_color_in_disabled_state/) -- [Just how?](https://www.reddit.com/r/androiddev/comments/v97w3o/just_how/) -- [How to use Toolbar with Fragments!](https://www.reddit.com/r/androiddev/comments/v96r1y/how_to_use_toolbar_with_fragments/) -- [5 Common Mistakes when using Kotlin Coroutines](https://www.reddit.com/r/androiddev/comments/v94sbf/5_common_mistakes_when_using_kotlin_coroutines/) -- [Native animations for Android developers](https://www.reddit.com/r/androiddev/comments/v93jh0/native_animations_for_android_developers/) -- [Preparing Android app development & pricing package](https://www.reddit.com/r/androiddev/comments/v91a7i/preparing_android_app_development_pricing_package/) -- [What AVD setup do you use?](https://www.reddit.com/r/androiddev/comments/v8yep2/what_avd_setup_do_you_use/) +- [Minimum width recommendations](https://www.reddit.com/r/androiddev/comments/vaaqso/minimum_width_recommendations/) +- [Help in Important question for me](https://www.reddit.com/r/androiddev/comments/va8hdk/help_in_important_question_for_me/) +- [Will I be able to make full fledge apps with flutter?](https://www.reddit.com/r/androiddev/comments/va7drq/will_i_be_able_to_make_full_fledge_apps_with/) +- [Only android developers experience ___ over and over and over again...](https://www.reddit.com/r/androiddev/comments/va6imz/only_android_developers_experience_over_and_over/) +- [Health connect api](https://www.reddit.com/r/androiddev/comments/va6dfk/health_connect_api/) +- [How the ArchWiki saved me with the android emulator messing up my input sound](https://www.reddit.com/r/androiddev/comments/va5ma1/how_the_archwiki_saved_me_with_the_android/) +- [Help. cross compiling Android emulator for arm64](https://www.reddit.com/r/androiddev/comments/va5e2d/help_cross_compiling_android_emulator_for_arm64/) +- [Senior android dev here with limited testing experience. Is this a problem for my career?](https://www.reddit.com/r/androiddev/comments/va58oz/senior_android_dev_here_with_limited_testing/) +- [Where can I get Android developer remote job as a beginner/fresher, or any internship ( remote )](https://www.reddit.com/r/androiddev/comments/va3eyv/where_can_i_get_android_developer_remote_job_as_a/) +- [Advantages of coding activities/fragments completely in Java/Kotlin (without XML layout)?](https://www.reddit.com/r/androiddev/comments/va1kyx/advantages_of_coding_activitiesfragments/) ### *InfoWorld posts* From 0158bbeca420afcda182f4e5a57c27a993f71ee1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 13 Jun 2022 01:34:17 +0000 Subject: [PATCH 0189/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0bfa7e6a91..247189aee6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Minimum width recommendations](https://www.reddit.com/r/androiddev/comments/vaaqso/minimum_width_recommendations/) -- [Help in Important question for me](https://www.reddit.com/r/androiddev/comments/va8hdk/help_in_important_question_for_me/) -- [Will I be able to make full fledge apps with flutter?](https://www.reddit.com/r/androiddev/comments/va7drq/will_i_be_able_to_make_full_fledge_apps_with/) -- [Only android developers experience ___ over and over and over again...](https://www.reddit.com/r/androiddev/comments/va6imz/only_android_developers_experience_over_and_over/) -- [Health connect api](https://www.reddit.com/r/androiddev/comments/va6dfk/health_connect_api/) -- [How the ArchWiki saved me with the android emulator messing up my input sound](https://www.reddit.com/r/androiddev/comments/va5ma1/how_the_archwiki_saved_me_with_the_android/) -- [Help. cross compiling Android emulator for arm64](https://www.reddit.com/r/androiddev/comments/va5e2d/help_cross_compiling_android_emulator_for_arm64/) -- [Senior android dev here with limited testing experience. Is this a problem for my career?](https://www.reddit.com/r/androiddev/comments/va58oz/senior_android_dev_here_with_limited_testing/) -- [Where can I get Android developer remote job as a beginner/fresher, or any internship ( remote )](https://www.reddit.com/r/androiddev/comments/va3eyv/where_can_i_get_android_developer_remote_job_as_a/) -- [Advantages of coding activities/fragments completely in Java/Kotlin (without XML layout)?](https://www.reddit.com/r/androiddev/comments/va1kyx/advantages_of_coding_activitiesfragments/) +- [anyone had a "error: package R does not exist" before? I can't get this to go](https://www.reddit.com/r/androiddev/comments/vay9mu/anyone_had_a_error_package_r_does_not_exist/) +- [is firebase cloud storage a good choice for an video based app?](https://www.reddit.com/r/androiddev/comments/vav5a6/is_firebase_cloud_storage_a_good_choice_for_an/) +- [as a junior android dev what should i study, use and get better at using to become middle](https://www.reddit.com/r/androiddev/comments/vausmh/as_a_junior_android_dev_what_should_i_study_use/) +- [A question related to Facebook and Android Media Playback.....!](https://www.reddit.com/r/androiddev/comments/vauftf/a_question_related_to_facebook_and_android_media/) +- [How do I make an apk?](https://www.reddit.com/r/androiddev/comments/vaqhuj/how_do_i_make_an_apk/) +- [Fresh Android intern, how should I approach large codebase for enterprise apps? Grant me you guidance r/Androiddev :)](https://www.reddit.com/r/androiddev/comments/vapwv4/fresh_android_intern_how_should_i_approach_large/) +- [what is the best practice to get room database two table join in a dao class. what should be the return type?](https://www.reddit.com/r/androiddev/comments/vaouef/what_is_the_best_practice_to_get_room_database/) +- [How to change state while changing locale in Jetpack compose? Able to change the locale but strings are not changing in Jetpack Compose.](https://www.reddit.com/r/androiddev/comments/van5ar/how_to_change_state_while_changing_locale_in/) +- [Camcorder: Tool to create, preview, and save GIFs using Compose Desktop](https://www.reddit.com/r/androiddev/comments/vamu08/camcorder_tool_to_create_preview_and_save_gifs/) +- [Most of the subscriptions in Google Play console showing as Payment Pending after free trail](https://www.reddit.com/r/androiddev/comments/vakhyy/most_of_the_subscriptions_in_google_play_console/) ### *InfoWorld posts* From f455d2cdccd5dc79cc0257014ccdcb6c554fd56b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 14 Jun 2022 01:31:22 +0000 Subject: [PATCH 0190/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 247189aee6..1f20addd92 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [anyone had a "error: package R does not exist" before? I can't get this to go](https://www.reddit.com/r/androiddev/comments/vay9mu/anyone_had_a_error_package_r_does_not_exist/) -- [is firebase cloud storage a good choice for an video based app?](https://www.reddit.com/r/androiddev/comments/vav5a6/is_firebase_cloud_storage_a_good_choice_for_an/) -- [as a junior android dev what should i study, use and get better at using to become middle](https://www.reddit.com/r/androiddev/comments/vausmh/as_a_junior_android_dev_what_should_i_study_use/) -- [A question related to Facebook and Android Media Playback.....!](https://www.reddit.com/r/androiddev/comments/vauftf/a_question_related_to_facebook_and_android_media/) -- [How do I make an apk?](https://www.reddit.com/r/androiddev/comments/vaqhuj/how_do_i_make_an_apk/) -- [Fresh Android intern, how should I approach large codebase for enterprise apps? Grant me you guidance r/Androiddev :)](https://www.reddit.com/r/androiddev/comments/vapwv4/fresh_android_intern_how_should_i_approach_large/) -- [what is the best practice to get room database two table join in a dao class. what should be the return type?](https://www.reddit.com/r/androiddev/comments/vaouef/what_is_the_best_practice_to_get_room_database/) -- [How to change state while changing locale in Jetpack compose? Able to change the locale but strings are not changing in Jetpack Compose.](https://www.reddit.com/r/androiddev/comments/van5ar/how_to_change_state_while_changing_locale_in/) -- [Camcorder: Tool to create, preview, and save GIFs using Compose Desktop](https://www.reddit.com/r/androiddev/comments/vamu08/camcorder_tool_to_create_preview_and_save_gifs/) -- [Most of the subscriptions in Google Play console showing as Payment Pending after free trail](https://www.reddit.com/r/androiddev/comments/vakhyy/most_of_the_subscriptions_in_google_play_console/) +- [Product development VS SDK development](https://www.reddit.com/r/androiddev/comments/vbnvpc/product_development_vs_sdk_development/) +- [Is there a way to force aod to 1hz through adb I have the s22ultra and the refresh rate is shown as 60 According to the refresh counter in developer settings.](https://www.reddit.com/r/androiddev/comments/vbigja/is_there_a_way_to_force_aod_to_1hz_through_adb_i/) +- [Android Studio Dolphin Beta 3 now available](https://www.reddit.com/r/androiddev/comments/vbi6im/android_studio_dolphin_beta_3_now_available/) +- [Android Studio Electric Eel Canary 4 now available](https://www.reddit.com/r/androiddev/comments/vbi6i4/android_studio_electric_eel_canary_4_now_available/) +- [Elevated button in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/vbh143/elevated_button_in_jetpack_compose/) +- [Error while reply to reviews on play console app](https://www.reddit.com/r/androiddev/comments/vbgb9y/error_while_reply_to_reviews_on_play_console_app/) +- [Geologist to Android Dev. Is it worth it?](https://www.reddit.com/r/androiddev/comments/vbflz7/geologist_to_android_dev_is_it_worth_it/) +- [Can you A/B test an app title in play console?](https://www.reddit.com/r/androiddev/comments/vbefk1/can_you_ab_test_an_app_title_in_play_console/) +- [Error generating Android app with Cordova Plugin - "Duplicate class com.google.gson...."](https://www.reddit.com/r/androiddev/comments/vbe2tx/error_generating_android_app_with_cordova_plugin/) +- [will the splash screen api in API 32 work same for the Android 11 or lower devices??](https://www.reddit.com/r/androiddev/comments/vbe23z/will_the_splash_screen_api_in_api_32_work_same/) ### *InfoWorld posts* From 615e583e5562732a22e5db4981122503fb6a6890 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 15 Jun 2022 01:31:29 +0000 Subject: [PATCH 0191/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1f20addd92..50780c1624 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Product development VS SDK development](https://www.reddit.com/r/androiddev/comments/vbnvpc/product_development_vs_sdk_development/) -- [Is there a way to force aod to 1hz through adb I have the s22ultra and the refresh rate is shown as 60 According to the refresh counter in developer settings.](https://www.reddit.com/r/androiddev/comments/vbigja/is_there_a_way_to_force_aod_to_1hz_through_adb_i/) -- [Android Studio Dolphin Beta 3 now available](https://www.reddit.com/r/androiddev/comments/vbi6im/android_studio_dolphin_beta_3_now_available/) -- [Android Studio Electric Eel Canary 4 now available](https://www.reddit.com/r/androiddev/comments/vbi6i4/android_studio_electric_eel_canary_4_now_available/) -- [Elevated button in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/vbh143/elevated_button_in_jetpack_compose/) -- [Error while reply to reviews on play console app](https://www.reddit.com/r/androiddev/comments/vbgb9y/error_while_reply_to_reviews_on_play_console_app/) -- [Geologist to Android Dev. Is it worth it?](https://www.reddit.com/r/androiddev/comments/vbflz7/geologist_to_android_dev_is_it_worth_it/) -- [Can you A/B test an app title in play console?](https://www.reddit.com/r/androiddev/comments/vbefk1/can_you_ab_test_an_app_title_in_play_console/) -- [Error generating Android app with Cordova Plugin - "Duplicate class com.google.gson...."](https://www.reddit.com/r/androiddev/comments/vbe2tx/error_generating_android_app_with_cordova_plugin/) -- [will the splash screen api in API 32 work same for the Android 11 or lower devices??](https://www.reddit.com/r/androiddev/comments/vbe23z/will_the_splash_screen_api_in_api_32_work_same/) +- [I want to see your code!](https://www.reddit.com/r/androiddev/comments/vcimmp/i_want_to_see_your_code/) +- [Will Flutter replace Android?](https://www.reddit.com/r/androiddev/comments/vcgkky/will_flutter_replace_android/) +- [Any review for this book? https://practicaljetpackcompose.com/](https://www.reddit.com/r/androiddev/comments/vcfabh/any_review_for_this_book/) +- [Keep a video playing in the background in Google drive](https://www.reddit.com/r/androiddev/comments/vccqyp/keep_a_video_playing_in_the_background_in_google/) +- [Possible Pitfalls of Updating jUnit Tests](https://www.reddit.com/r/androiddev/comments/vcckpq/possible_pitfalls_of_updating_junit_tests/) +- [This app's UI is so simple and the basic features are so simple, and yet it performs better than top ui design apps doing the same thing](https://www.reddit.com/r/androiddev/comments/vcbe2g/this_apps_ui_is_so_simple_and_the_basic_features/) +- [Foodies! New Project What You'll think](https://www.reddit.com/r/androiddev/comments/vc9x3j/foodies_new_project_what_youll_think/) +- [Needed design improvement tips.](https://www.reddit.com/r/androiddev/comments/vc9sau/needed_design_improvement_tips/) +- [How do you get paid on the Amazon app store?](https://www.reddit.com/r/androiddev/comments/vc9r3i/how_do_you_get_paid_on_the_amazon_app_store/) +- [Extracting saved Spotify credentials](https://www.reddit.com/r/androiddev/comments/vc9e2h/extracting_saved_spotify_credentials/) ### *InfoWorld posts* From 84356921bb4128b190918c4a76b545f85351fba6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 16 Jun 2022 01:30:58 +0000 Subject: [PATCH 0192/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 50780c1624..9466d812d5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I want to see your code!](https://www.reddit.com/r/androiddev/comments/vcimmp/i_want_to_see_your_code/) -- [Will Flutter replace Android?](https://www.reddit.com/r/androiddev/comments/vcgkky/will_flutter_replace_android/) -- [Any review for this book? https://practicaljetpackcompose.com/](https://www.reddit.com/r/androiddev/comments/vcfabh/any_review_for_this_book/) -- [Keep a video playing in the background in Google drive](https://www.reddit.com/r/androiddev/comments/vccqyp/keep_a_video_playing_in_the_background_in_google/) -- [Possible Pitfalls of Updating jUnit Tests](https://www.reddit.com/r/androiddev/comments/vcckpq/possible_pitfalls_of_updating_junit_tests/) -- [This app's UI is so simple and the basic features are so simple, and yet it performs better than top ui design apps doing the same thing](https://www.reddit.com/r/androiddev/comments/vcbe2g/this_apps_ui_is_so_simple_and_the_basic_features/) -- [Foodies! New Project What You'll think](https://www.reddit.com/r/androiddev/comments/vc9x3j/foodies_new_project_what_youll_think/) -- [Needed design improvement tips.](https://www.reddit.com/r/androiddev/comments/vc9sau/needed_design_improvement_tips/) -- [How do you get paid on the Amazon app store?](https://www.reddit.com/r/androiddev/comments/vc9r3i/how_do_you_get_paid_on_the_amazon_app_store/) -- [Extracting saved Spotify credentials](https://www.reddit.com/r/androiddev/comments/vc9e2h/extracting_saved_spotify_credentials/) +- [Template question](https://www.reddit.com/r/androiddev/comments/vd7kv6/template_question/) +- [Recycler view is not showing data from the firebase realtime database](https://www.reddit.com/r/androiddev/comments/vd61wf/recycler_view_is_not_showing_data_from_the/) +- [Duplicate declarations of permission android.permission.ACCESS_COARSE_LOCATION with different maxSdkVersions](https://www.reddit.com/r/androiddev/comments/vd5vv8/duplicate_declarations_of_permission/) +- [How did the giants rise?](https://www.reddit.com/r/androiddev/comments/vd3s7p/how_did_the_giants_rise/) +- [Official Cyanogenmod Archive for old devices.](https://www.reddit.com/r/androiddev/comments/vd2ynx/official_cyanogenmod_archive_for_old_devices/) +- [Noob Advice](https://www.reddit.com/r/androiddev/comments/vd23fi/noob_advice/) +- [Background timer nowadays.](https://www.reddit.com/r/androiddev/comments/vd1wk1/background_timer_nowadays/) +- [Any Clean Architecture app courses that make use of Flows completely without LiveData?](https://www.reddit.com/r/androiddev/comments/vcztva/any_clean_architecture_app_courses_that_make_use/) +- [How can I collect native crashes info without Crashlytics and without writing my own signals handler with <signal.h>?](https://www.reddit.com/r/androiddev/comments/vczh5x/how_can_i_collect_native_crashes_info_without/) +- [So I redesigned my note making app after all your recommendations.Any improvements?](https://www.reddit.com/r/androiddev/comments/vcymiq/so_i_redesigned_my_note_making_app_after_all_your/) ### *InfoWorld posts* From 778947d618c97b11e9aebd4ed9364b8e7c088c83 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 17 Jun 2022 01:31:34 +0000 Subject: [PATCH 0193/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9466d812d5..929c8e9896 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Template question](https://www.reddit.com/r/androiddev/comments/vd7kv6/template_question/) -- [Recycler view is not showing data from the firebase realtime database](https://www.reddit.com/r/androiddev/comments/vd61wf/recycler_view_is_not_showing_data_from_the/) -- [Duplicate declarations of permission android.permission.ACCESS_COARSE_LOCATION with different maxSdkVersions](https://www.reddit.com/r/androiddev/comments/vd5vv8/duplicate_declarations_of_permission/) -- [How did the giants rise?](https://www.reddit.com/r/androiddev/comments/vd3s7p/how_did_the_giants_rise/) -- [Official Cyanogenmod Archive for old devices.](https://www.reddit.com/r/androiddev/comments/vd2ynx/official_cyanogenmod_archive_for_old_devices/) -- [Noob Advice](https://www.reddit.com/r/androiddev/comments/vd23fi/noob_advice/) -- [Background timer nowadays.](https://www.reddit.com/r/androiddev/comments/vd1wk1/background_timer_nowadays/) -- [Any Clean Architecture app courses that make use of Flows completely without LiveData?](https://www.reddit.com/r/androiddev/comments/vcztva/any_clean_architecture_app_courses_that_make_use/) -- [How can I collect native crashes info without Crashlytics and without writing my own signals handler with <signal.h>?](https://www.reddit.com/r/androiddev/comments/vczh5x/how_can_i_collect_native_crashes_info_without/) -- [So I redesigned my note making app after all your recommendations.Any improvements?](https://www.reddit.com/r/androiddev/comments/vcymiq/so_i_redesigned_my_note_making_app_after_all_your/) +- [Udemy or general courses that you recommend for Android Developer?](https://www.reddit.com/r/androiddev/comments/ve13si/udemy_or_general_courses_that_you_recommend_for/) +- [I made a fastlane plugin to easily get build number for a new version of an app](https://www.reddit.com/r/androiddev/comments/vdzrgr/i_made_a_fastlane_plugin_to_easily_get_build/) +- [I'm very excited to share my new android game "Blob Dash". It features an infinite level based on prefab components. Soon to come is a mode with more complex finite levels and a level editor for you to make and share your own levels.](https://www.reddit.com/r/androiddev/comments/vdsr7h/im_very_excited_to_share_my_new_android_game_blob/) +- [Android Studio Electric Eel Canary 5 now available](https://www.reddit.com/r/androiddev/comments/vdrxmd/android_studio_electric_eel_canary_5_now_available/) +- [Back in Android Dev after 2 years, how to make myself employable?](https://www.reddit.com/r/androiddev/comments/vdr9zh/back_in_android_dev_after_2_years_how_to_make/) +- [Is it possible to (a question from a noob in programming)](https://www.reddit.com/r/androiddev/comments/vdpfxz/is_it_possible_to_a_question_from_a_noob_in/) +- [Question. I successfully loaded my first app, but Icon does not appear on phone: There is a grey spheroid. App works great. Help.](https://www.reddit.com/r/androiddev/comments/vdmyfg/question_i_successfully_loaded_my_first_app_but/) +- [I have few questions regard admob integrating.](https://www.reddit.com/r/androiddev/comments/vdlekr/i_have_few_questions_regard_admob_integrating/) +- [Tutorial for Mail Client app(offline). With Fragments.](https://www.reddit.com/r/androiddev/comments/vdkohu/tutorial_for_mail_client_appoffline_with_fragments/) +- [What SDK are you using to develop android apps?](https://www.reddit.com/r/androiddev/comments/vdk1cn/what_sdk_are_you_using_to_develop_android_apps/) ### *InfoWorld posts* From 87134303b914951468b6df6a765601c69b8eb428 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 18 Jun 2022 01:33:25 +0000 Subject: [PATCH 0194/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 929c8e9896..fc9fe59c54 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Udemy or general courses that you recommend for Android Developer?](https://www.reddit.com/r/androiddev/comments/ve13si/udemy_or_general_courses_that_you_recommend_for/) -- [I made a fastlane plugin to easily get build number for a new version of an app](https://www.reddit.com/r/androiddev/comments/vdzrgr/i_made_a_fastlane_plugin_to_easily_get_build/) -- [I'm very excited to share my new android game "Blob Dash". It features an infinite level based on prefab components. Soon to come is a mode with more complex finite levels and a level editor for you to make and share your own levels.](https://www.reddit.com/r/androiddev/comments/vdsr7h/im_very_excited_to_share_my_new_android_game_blob/) -- [Android Studio Electric Eel Canary 5 now available](https://www.reddit.com/r/androiddev/comments/vdrxmd/android_studio_electric_eel_canary_5_now_available/) -- [Back in Android Dev after 2 years, how to make myself employable?](https://www.reddit.com/r/androiddev/comments/vdr9zh/back_in_android_dev_after_2_years_how_to_make/) -- [Is it possible to (a question from a noob in programming)](https://www.reddit.com/r/androiddev/comments/vdpfxz/is_it_possible_to_a_question_from_a_noob_in/) -- [Question. I successfully loaded my first app, but Icon does not appear on phone: There is a grey spheroid. App works great. Help.](https://www.reddit.com/r/androiddev/comments/vdmyfg/question_i_successfully_loaded_my_first_app_but/) -- [I have few questions regard admob integrating.](https://www.reddit.com/r/androiddev/comments/vdlekr/i_have_few_questions_regard_admob_integrating/) -- [Tutorial for Mail Client app(offline). With Fragments.](https://www.reddit.com/r/androiddev/comments/vdkohu/tutorial_for_mail_client_appoffline_with_fragments/) -- [What SDK are you using to develop android apps?](https://www.reddit.com/r/androiddev/comments/vdk1cn/what_sdk_are_you_using_to_develop_android_apps/) +- [How would you write an audio/DSP application for android?](https://www.reddit.com/r/androiddev/comments/vetvp2/how_would_you_write_an_audiodsp_application_for/) +- [Daggers2's AssistedInject vs Subcomponents, which to use when wanting runtime dependencies?](https://www.reddit.com/r/androiddev/comments/vetoxt/daggers2s_assistedinject_vs_subcomponents_which/) +- [Confusion with deleting item from recyclerview/firebase database](https://www.reddit.com/r/androiddev/comments/veq09u/confusion_with_deleting_item_from/) +- [Set up tax inclusive pricing for subscriptions after the May 2022 subscription changes](https://www.reddit.com/r/androiddev/comments/vepym2/set_up_tax_inclusive_pricing_for_subscriptions/) +- [tutorials for making art tool software?](https://www.reddit.com/r/androiddev/comments/veo5ww/tutorials_for_making_art_tool_software/) +- [Looking for stories on how you become an Android Developer](https://www.reddit.com/r/androiddev/comments/venern/looking_for_stories_on_how_you_become_an_android/) +- [Can I still get the pdf version from the official android development site?](https://www.reddit.com/r/androiddev/comments/venabz/can_i_still_get_the_pdf_version_from_the_official/) +- [How do you send push notifications with Android if user is logged out of app?](https://www.reddit.com/r/androiddev/comments/vemccf/how_do_you_send_push_notifications_with_android/) +- ["Best" method to cache a graph?](https://www.reddit.com/r/androiddev/comments/vekhzn/best_method_to_cache_a_graph/) +- [Do varies device sizes still present a problem for Android developers?](https://www.reddit.com/r/androiddev/comments/vejzjp/do_varies_device_sizes_still_present_a_problem/) ### *InfoWorld posts* From 728774df96b464ac3cf52a0e581587df33b51880 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 19 Jun 2022 01:32:06 +0000 Subject: [PATCH 0195/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fc9fe59c54..d054bf7121 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How would you write an audio/DSP application for android?](https://www.reddit.com/r/androiddev/comments/vetvp2/how_would_you_write_an_audiodsp_application_for/) -- [Daggers2's AssistedInject vs Subcomponents, which to use when wanting runtime dependencies?](https://www.reddit.com/r/androiddev/comments/vetoxt/daggers2s_assistedinject_vs_subcomponents_which/) -- [Confusion with deleting item from recyclerview/firebase database](https://www.reddit.com/r/androiddev/comments/veq09u/confusion_with_deleting_item_from/) -- [Set up tax inclusive pricing for subscriptions after the May 2022 subscription changes](https://www.reddit.com/r/androiddev/comments/vepym2/set_up_tax_inclusive_pricing_for_subscriptions/) -- [tutorials for making art tool software?](https://www.reddit.com/r/androiddev/comments/veo5ww/tutorials_for_making_art_tool_software/) -- [Looking for stories on how you become an Android Developer](https://www.reddit.com/r/androiddev/comments/venern/looking_for_stories_on_how_you_become_an_android/) -- [Can I still get the pdf version from the official android development site?](https://www.reddit.com/r/androiddev/comments/venabz/can_i_still_get_the_pdf_version_from_the_official/) -- [How do you send push notifications with Android if user is logged out of app?](https://www.reddit.com/r/androiddev/comments/vemccf/how_do_you_send_push_notifications_with_android/) -- ["Best" method to cache a graph?](https://www.reddit.com/r/androiddev/comments/vekhzn/best_method_to_cache_a_graph/) -- [Do varies device sizes still present a problem for Android developers?](https://www.reddit.com/r/androiddev/comments/vejzjp/do_varies_device_sizes_still_present_a_problem/) +- [I'm a brazilian, beginner at game dev and where should I start to make a game to Android?](https://www.reddit.com/r/androiddev/comments/vfjumr/im_a_brazilian_beginner_at_game_dev_and_where/) +- [Started with Xamarin, am I doomed?](https://www.reddit.com/r/androiddev/comments/vfhacw/started_with_xamarin_am_i_doomed/) +- [android:textColor not taking effect for TextInputEditText](https://www.reddit.com/r/androiddev/comments/vffg1y/androidtextcolor_not_taking_effect_for/) +- [Are there any tutorials on using searchView in fragment specifically in kotlin?](https://www.reddit.com/r/androiddev/comments/vfd03u/are_there_any_tutorials_on_using_searchview_in/) +- [What are the other great benefits of using Kotlin DSL over Groovy](https://www.reddit.com/r/androiddev/comments/vfclot/what_are_the_other_great_benefits_of_using_kotlin/) +- [A few question about Logging](https://www.reddit.com/r/androiddev/comments/vfaonz/a_few_question_about_logging/) +- [Creating Dev Account](https://www.reddit.com/r/androiddev/comments/vf670u/creating_dev_account/) +- [Changing app in store](https://www.reddit.com/r/androiddev/comments/vf5fr5/changing_app_in_store/) +- [View Model with Jetpack compose view](https://www.reddit.com/r/androiddev/comments/vf30hy/view_model_with_jetpack_compose_view/) +- [where can i find .so file for armeabi-v7a .so for my app](https://www.reddit.com/r/androiddev/comments/vf2mfz/where_can_i_find_so_file_for_armeabiv7a_so_for_my/) ### *InfoWorld posts* From d9de64cb32f081a1e29fd9456651f533ddda81ee Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 20 Jun 2022 01:30:19 +0000 Subject: [PATCH 0196/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d054bf7121..97487e7e69 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I'm a brazilian, beginner at game dev and where should I start to make a game to Android?](https://www.reddit.com/r/androiddev/comments/vfjumr/im_a_brazilian_beginner_at_game_dev_and_where/) -- [Started with Xamarin, am I doomed?](https://www.reddit.com/r/androiddev/comments/vfhacw/started_with_xamarin_am_i_doomed/) -- [android:textColor not taking effect for TextInputEditText](https://www.reddit.com/r/androiddev/comments/vffg1y/androidtextcolor_not_taking_effect_for/) -- [Are there any tutorials on using searchView in fragment specifically in kotlin?](https://www.reddit.com/r/androiddev/comments/vfd03u/are_there_any_tutorials_on_using_searchview_in/) -- [What are the other great benefits of using Kotlin DSL over Groovy](https://www.reddit.com/r/androiddev/comments/vfclot/what_are_the_other_great_benefits_of_using_kotlin/) -- [A few question about Logging](https://www.reddit.com/r/androiddev/comments/vfaonz/a_few_question_about_logging/) -- [Creating Dev Account](https://www.reddit.com/r/androiddev/comments/vf670u/creating_dev_account/) -- [Changing app in store](https://www.reddit.com/r/androiddev/comments/vf5fr5/changing_app_in_store/) -- [View Model with Jetpack compose view](https://www.reddit.com/r/androiddev/comments/vf30hy/view_model_with_jetpack_compose_view/) -- [where can i find .so file for armeabi-v7a .so for my app](https://www.reddit.com/r/androiddev/comments/vf2mfz/where_can_i_find_so_file_for_armeabiv7a_so_for_my/) +- [Thoughts on the release notes character limit?](https://www.reddit.com/r/androiddev/comments/vg6vc8/thoughts_on_the_release_notes_character_limit/) +- [XML Design](https://www.reddit.com/r/androiddev/comments/vfyvge/xml_design/) +- [can i make ads for another brand in my app](https://www.reddit.com/r/androiddev/comments/vfxvw2/can_i_make_ads_for_another_brand_in_my_app/) +- [CompanionDeviceManager: allows for one-to-many connection? (nearby replacement?)](https://www.reddit.com/r/androiddev/comments/vfxl1j/companiondevicemanager_allows_for_onetomany/) +- [Button's insetTop not working!](https://www.reddit.com/r/androiddev/comments/vfuztb/buttons_insettop_not_working/) +- [Navigate with complex objects](https://www.reddit.com/r/androiddev/comments/vfu3q6/navigate_with_complex_objects/) +- [How would you handle firebase's user data?](https://www.reddit.com/r/androiddev/comments/vfst4f/how_would_you_handle_firebases_user_data/) +- [Kotlin MultiPlatform Basic Sample](https://www.reddit.com/r/androiddev/comments/vfrk5h/kotlin_multiplatform_basic_sample/) +- [gonna prevent phones with android 11+ from installing my app](https://www.reddit.com/r/androiddev/comments/vfqppo/gonna_prevent_phones_with_android_11_from/) +- [Parallax with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/vfq2o0/parallax_with_jetpack_compose/) ### *InfoWorld posts* From c11351c23253ceff85362ada9bd62a81dca79d84 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 21 Jun 2022 01:31:14 +0000 Subject: [PATCH 0197/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 97487e7e69..ae81176b39 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Thoughts on the release notes character limit?](https://www.reddit.com/r/androiddev/comments/vg6vc8/thoughts_on_the_release_notes_character_limit/) -- [XML Design](https://www.reddit.com/r/androiddev/comments/vfyvge/xml_design/) -- [can i make ads for another brand in my app](https://www.reddit.com/r/androiddev/comments/vfxvw2/can_i_make_ads_for_another_brand_in_my_app/) -- [CompanionDeviceManager: allows for one-to-many connection? (nearby replacement?)](https://www.reddit.com/r/androiddev/comments/vfxl1j/companiondevicemanager_allows_for_onetomany/) -- [Button's insetTop not working!](https://www.reddit.com/r/androiddev/comments/vfuztb/buttons_insettop_not_working/) -- [Navigate with complex objects](https://www.reddit.com/r/androiddev/comments/vfu3q6/navigate_with_complex_objects/) -- [How would you handle firebase's user data?](https://www.reddit.com/r/androiddev/comments/vfst4f/how_would_you_handle_firebases_user_data/) -- [Kotlin MultiPlatform Basic Sample](https://www.reddit.com/r/androiddev/comments/vfrk5h/kotlin_multiplatform_basic_sample/) -- [gonna prevent phones with android 11+ from installing my app](https://www.reddit.com/r/androiddev/comments/vfqppo/gonna_prevent_phones_with_android_11_from/) -- [Parallax with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/vfq2o0/parallax_with_jetpack_compose/) +- [What is the best way to save a variable value in user’s cache](https://www.reddit.com/r/androiddev/comments/vgz13a/what_is_the_best_way_to_save_a_variable_value_in/) +- [Is there a way to prevent Factory Resetting a device via Recovery Mode and would that even be a good idea?](https://www.reddit.com/r/androiddev/comments/vgwtn9/is_there_a_way_to_prevent_factory_resetting_a/) +- [I want to share my learning journey: Android MVVM sample project with different topics](https://www.reddit.com/r/androiddev/comments/vgwe67/i_want_to_share_my_learning_journey_android_mvvm/) +- [Google Fit integration](https://www.reddit.com/r/androiddev/comments/vgod2y/google_fit_integration/) +- [Corporate owned device with workprofile - could adb access pose a security risk?](https://www.reddit.com/r/androiddev/comments/vgmeqo/corporate_owned_device_with_workprofile_could_adb/) +- [Weekly Who's Hiring Thread - June 20, 2022](https://www.reddit.com/r/androiddev/comments/vgkyup/weekly_whos_hiring_thread_june_20_2022/) +- [Anyone worked with Flespi for Mobile App ?](https://www.reddit.com/r/androiddev/comments/vgknt7/anyone_worked_with_flespi_for_mobile_app/) +- [Different types of testing](https://www.reddit.com/r/androiddev/comments/vgk4ex/different_types_of_testing/) +- [Weekly discussion, code review, and feedback thread - June 20, 2022](https://www.reddit.com/r/androiddev/comments/vgjttm/weekly_discussion_code_review_and_feedback_thread/) +- [how to get list of devices connected to my android Hotspot with their ip addresses?](https://www.reddit.com/r/androiddev/comments/vgj929/how_to_get_list_of_devices_connected_to_my/) ### *InfoWorld posts* From fd0a9d24fd97e91b8398f2c67ced40ccdbdec6ab Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 22 Jun 2022 01:33:36 +0000 Subject: [PATCH 0198/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ae81176b39..5b76a3de18 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What is the best way to save a variable value in user’s cache](https://www.reddit.com/r/androiddev/comments/vgz13a/what_is_the_best_way_to_save_a_variable_value_in/) -- [Is there a way to prevent Factory Resetting a device via Recovery Mode and would that even be a good idea?](https://www.reddit.com/r/androiddev/comments/vgwtn9/is_there_a_way_to_prevent_factory_resetting_a/) -- [I want to share my learning journey: Android MVVM sample project with different topics](https://www.reddit.com/r/androiddev/comments/vgwe67/i_want_to_share_my_learning_journey_android_mvvm/) -- [Google Fit integration](https://www.reddit.com/r/androiddev/comments/vgod2y/google_fit_integration/) -- [Corporate owned device with workprofile - could adb access pose a security risk?](https://www.reddit.com/r/androiddev/comments/vgmeqo/corporate_owned_device_with_workprofile_could_adb/) -- [Weekly Who's Hiring Thread - June 20, 2022](https://www.reddit.com/r/androiddev/comments/vgkyup/weekly_whos_hiring_thread_june_20_2022/) -- [Anyone worked with Flespi for Mobile App ?](https://www.reddit.com/r/androiddev/comments/vgknt7/anyone_worked_with_flespi_for_mobile_app/) -- [Different types of testing](https://www.reddit.com/r/androiddev/comments/vgk4ex/different_types_of_testing/) -- [Weekly discussion, code review, and feedback thread - June 20, 2022](https://www.reddit.com/r/androiddev/comments/vgjttm/weekly_discussion_code_review_and_feedback_thread/) -- [how to get list of devices connected to my android Hotspot with their ip addresses?](https://www.reddit.com/r/androiddev/comments/vgj929/how_to_get_list_of_devices_connected_to_my/) +- [Need help removing virus or malware from Android galaxy s10](https://www.reddit.com/r/androiddev/comments/vhrlju/need_help_removing_virus_or_malware_from_android/) +- [Bulletin: Easy changelog with Jetpack compose](https://www.reddit.com/r/androiddev/comments/vhqrqh/bulletin_easy_changelog_with_jetpack_compose/) +- [Should I use data encryption for a local password manager android app?](https://www.reddit.com/r/androiddev/comments/vhq7lz/should_i_use_data_encryption_for_a_local_password/) +- [Hello it's my first time building a ROM](https://www.reddit.com/r/androiddev/comments/vhq2xc/hello_its_my_first_time_building_a_rom/) +- [I created "Vibes4Sleep", an app making use of the vibration function to get you to sleep faster.](https://www.reddit.com/r/androiddev/comments/vhp0ri/i_created_vibes4sleep_an_app_making_use_of_the/) +- [Activity responsible for all dependencies.](https://www.reddit.com/r/androiddev/comments/vhno73/activity_responsible_for_all_dependencies/) +- [Github projects that show scalability. Written by Sr. Devs preferably.](https://www.reddit.com/r/androiddev/comments/vhn8i7/github_projects_that_show_scalability_written_by/) +- [ScrollView TalkBack/Accessibility - Scrolling to Off-Screen Area](https://www.reddit.com/r/androiddev/comments/vhlh74/scrollview_talkbackaccessibility_scrolling_to/) +- [Native Ads: Best alternative to Admob for Android App](https://www.reddit.com/r/androiddev/comments/vhlghq/native_ads_best_alternative_to_admob_for_android/) +- [Open a fragment without BottomNavigationBar](https://www.reddit.com/r/androiddev/comments/vhlcts/open_a_fragment_without_bottomnavigationbar/) ### *InfoWorld posts* From 1c44f31c174a6998cf1561784e96fb1911ecb258 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 23 Jun 2022 01:36:22 +0000 Subject: [PATCH 0199/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5b76a3de18..f93798e33a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Need help removing virus or malware from Android galaxy s10](https://www.reddit.com/r/androiddev/comments/vhrlju/need_help_removing_virus_or_malware_from_android/) -- [Bulletin: Easy changelog with Jetpack compose](https://www.reddit.com/r/androiddev/comments/vhqrqh/bulletin_easy_changelog_with_jetpack_compose/) -- [Should I use data encryption for a local password manager android app?](https://www.reddit.com/r/androiddev/comments/vhq7lz/should_i_use_data_encryption_for_a_local_password/) -- [Hello it's my first time building a ROM](https://www.reddit.com/r/androiddev/comments/vhq2xc/hello_its_my_first_time_building_a_rom/) -- [I created "Vibes4Sleep", an app making use of the vibration function to get you to sleep faster.](https://www.reddit.com/r/androiddev/comments/vhp0ri/i_created_vibes4sleep_an_app_making_use_of_the/) -- [Activity responsible for all dependencies.](https://www.reddit.com/r/androiddev/comments/vhno73/activity_responsible_for_all_dependencies/) -- [Github projects that show scalability. Written by Sr. Devs preferably.](https://www.reddit.com/r/androiddev/comments/vhn8i7/github_projects_that_show_scalability_written_by/) -- [ScrollView TalkBack/Accessibility - Scrolling to Off-Screen Area](https://www.reddit.com/r/androiddev/comments/vhlh74/scrollview_talkbackaccessibility_scrolling_to/) -- [Native Ads: Best alternative to Admob for Android App](https://www.reddit.com/r/androiddev/comments/vhlghq/native_ads_best_alternative_to_admob_for_android/) -- [Open a fragment without BottomNavigationBar](https://www.reddit.com/r/androiddev/comments/vhlcts/open_a_fragment_without_bottomnavigationbar/) +- [How is the performance of Github Copilot for Android Studio?](https://www.reddit.com/r/androiddev/comments/vik2lc/how_is_the_performance_of_github_copilot_for/) +- [Retrofit Query separated by commas](https://www.reddit.com/r/androiddev/comments/vik2l1/retrofit_query_separated_by_commas/) +- [Integrating refresh call to update flows](https://www.reddit.com/r/androiddev/comments/vik1dr/integrating_refresh_call_to_update_flows/) +- [Google sign in problem](https://www.reddit.com/r/androiddev/comments/vigcly/google_sign_in_problem/) +- [Anyone experiencing delay in Admob payment, no holidays but I still didn’t receive the payment notification email yet and it is 22nd June . From Nigeria](https://www.reddit.com/r/androiddev/comments/vifl9t/anyone_experiencing_delay_in_admob_payment_no/) +- [admob payments delayed for June?](https://www.reddit.com/r/androiddev/comments/vieymi/admob_payments_delayed_for_june/) +- [Wrote about one of my favorite #AndroidDev productivity boosters - 'Live Templates'. This article includes details about using the built-in ones, and about creating custom ones to share with your team. This is designed to be a very quick read.](https://www.reddit.com/r/androiddev/comments/vies8h/wrote_about_one_of_my_favorite_androiddev/) +- [I'm suffering from perfectionism disease in programming. What can I do to get rid of this disease?](https://www.reddit.com/r/androiddev/comments/vidmsp/im_suffering_from_perfectionism_disease_in/) +- [Thought Experiment: Is it possible to have an app with no errors or warnings?](https://www.reddit.com/r/androiddev/comments/vid5q8/thought_experiment_is_it_possible_to_have_an_app/) +- [Anyone at Google working on Charting capabilities for Compose?](https://www.reddit.com/r/androiddev/comments/viclqr/anyone_at_google_working_on_charting_capabilities/) ### *InfoWorld posts* From 30cfac5ca4f5158e02fa78f57b210721dd33a132 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 24 Jun 2022 01:31:14 +0000 Subject: [PATCH 0200/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f93798e33a..6b7a86fde9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How is the performance of Github Copilot for Android Studio?](https://www.reddit.com/r/androiddev/comments/vik2lc/how_is_the_performance_of_github_copilot_for/) -- [Retrofit Query separated by commas](https://www.reddit.com/r/androiddev/comments/vik2l1/retrofit_query_separated_by_commas/) -- [Integrating refresh call to update flows](https://www.reddit.com/r/androiddev/comments/vik1dr/integrating_refresh_call_to_update_flows/) -- [Google sign in problem](https://www.reddit.com/r/androiddev/comments/vigcly/google_sign_in_problem/) -- [Anyone experiencing delay in Admob payment, no holidays but I still didn’t receive the payment notification email yet and it is 22nd June . From Nigeria](https://www.reddit.com/r/androiddev/comments/vifl9t/anyone_experiencing_delay_in_admob_payment_no/) -- [admob payments delayed for June?](https://www.reddit.com/r/androiddev/comments/vieymi/admob_payments_delayed_for_june/) -- [Wrote about one of my favorite #AndroidDev productivity boosters - 'Live Templates'. This article includes details about using the built-in ones, and about creating custom ones to share with your team. This is designed to be a very quick read.](https://www.reddit.com/r/androiddev/comments/vies8h/wrote_about_one_of_my_favorite_androiddev/) -- [I'm suffering from perfectionism disease in programming. What can I do to get rid of this disease?](https://www.reddit.com/r/androiddev/comments/vidmsp/im_suffering_from_perfectionism_disease_in/) -- [Thought Experiment: Is it possible to have an app with no errors or warnings?](https://www.reddit.com/r/androiddev/comments/vid5q8/thought_experiment_is_it_possible_to_have_an_app/) -- [Anyone at Google working on Charting capabilities for Compose?](https://www.reddit.com/r/androiddev/comments/viclqr/anyone_at_google_working_on_charting_capabilities/) +- [Is Android App Reskin Game Still Profitable ?](https://www.reddit.com/r/androiddev/comments/vj8wec/is_android_app_reskin_game_still_profitable/) +- [Any free & simple Maps SDK/lib?](https://www.reddit.com/r/androiddev/comments/vj7x0k/any_free_simple_maps_sdklib/) +- [Developer-Powered CTS (CTS-D)](https://www.reddit.com/r/androiddev/comments/vj789y/developerpowered_cts_ctsd/) +- [Successfully appealed an app update rejection](https://www.reddit.com/r/androiddev/comments/vj625c/successfully_appealed_an_app_update_rejection/) +- [My First Major Android App](https://www.reddit.com/r/androiddev/comments/vj59nt/my_first_major_android_app/) +- [Best service/product to use to handle customer service inquiries?](https://www.reddit.com/r/androiddev/comments/vj1enn/best_serviceproduct_to_use_to_handle_customer/) +- [Hello, I have an android 5.1.1 in my car, I need to install apk but I have to allow install from unknown sources android. When I’m trying to enable it I only see cancel instead ok.. is there any way to go around it?](https://www.reddit.com/r/androiddev/comments/vj0nif/hello_i_have_an_android_511_in_my_car_i_need_to/) +- [Do apps receive any kind of CPU, GPU, or memory prioritization when set as a launcher app?](https://www.reddit.com/r/androiddev/comments/viyl86/do_apps_receive_any_kind_of_cpu_gpu_or_memory/) +- [How can you understand the screen flows of an app has UI in a language that you can't understand?](https://www.reddit.com/r/androiddev/comments/viyk9x/how_can_you_understand_the_screen_flows_of_an_app/) +- [Is each Android app a JVM instance or a DVM instance?](https://www.reddit.com/r/androiddev/comments/vixb59/is_each_android_app_a_jvm_instance_or_a_dvm/) ### *InfoWorld posts* From 47247ebc329a14619f509a048ceb77021b849141 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 25 Jun 2022 01:35:02 +0000 Subject: [PATCH 0201/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6b7a86fde9..6318111076 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is Android App Reskin Game Still Profitable ?](https://www.reddit.com/r/androiddev/comments/vj8wec/is_android_app_reskin_game_still_profitable/) -- [Any free & simple Maps SDK/lib?](https://www.reddit.com/r/androiddev/comments/vj7x0k/any_free_simple_maps_sdklib/) -- [Developer-Powered CTS (CTS-D)](https://www.reddit.com/r/androiddev/comments/vj789y/developerpowered_cts_ctsd/) -- [Successfully appealed an app update rejection](https://www.reddit.com/r/androiddev/comments/vj625c/successfully_appealed_an_app_update_rejection/) -- [My First Major Android App](https://www.reddit.com/r/androiddev/comments/vj59nt/my_first_major_android_app/) -- [Best service/product to use to handle customer service inquiries?](https://www.reddit.com/r/androiddev/comments/vj1enn/best_serviceproduct_to_use_to_handle_customer/) -- [Hello, I have an android 5.1.1 in my car, I need to install apk but I have to allow install from unknown sources android. When I’m trying to enable it I only see cancel instead ok.. is there any way to go around it?](https://www.reddit.com/r/androiddev/comments/vj0nif/hello_i_have_an_android_511_in_my_car_i_need_to/) -- [Do apps receive any kind of CPU, GPU, or memory prioritization when set as a launcher app?](https://www.reddit.com/r/androiddev/comments/viyl86/do_apps_receive_any_kind_of_cpu_gpu_or_memory/) -- [How can you understand the screen flows of an app has UI in a language that you can't understand?](https://www.reddit.com/r/androiddev/comments/viyk9x/how_can_you_understand_the_screen_flows_of_an_app/) -- [Is each Android app a JVM instance or a DVM instance?](https://www.reddit.com/r/androiddev/comments/vixb59/is_each_android_app_a_jvm_instance_or_a_dvm/) +- [hi, I wanna change the color of the text but once I click on the text the common attributes disappears as u can see also the common attributes panel is enabled in the settings, can anyone help?](https://www.reddit.com/r/androiddev/comments/vk3r70/hi_i_wanna_change_the_color_of_the_text_but_once/) +- [Custom navigation gestures](https://www.reddit.com/r/androiddev/comments/vk09s1/custom_navigation_gestures/) +- [Where can I learn android development in java freely?](https://www.reddit.com/r/androiddev/comments/vjzed9/where_can_i_learn_android_development_in_java/) +- [Which one of these is best for Android development](https://www.reddit.com/r/androiddev/comments/vjw0b3/which_one_of_these_is_best_for_android_development/) +- [How to make Android Studio look Awesome! Best themes, fonts and tips 🤩](https://www.reddit.com/r/androiddev/comments/vjvnky/how_to_make_android_studio_look_awesome_best/) +- [@Composable inside kotlin object](https://www.reddit.com/r/androiddev/comments/vjusiz/composable_inside_kotlin_object/) +- [Easy way to parse notifications?](https://www.reddit.com/r/androiddev/comments/vjtq4o/easy_way_to_parse_notifications/) +- [Which lint rules does Jetpack Compose ship with?](https://www.reddit.com/r/androiddev/comments/vjth7i/which_lint_rules_does_jetpack_compose_ship_with/) +- [I want to start my career in android dev, but don't know how to start there are so many stuff online and I'm confused, can anyone tell me a simple roadmap and resources.](https://www.reddit.com/r/androiddev/comments/vjriho/i_want_to_start_my_career_in_android_dev_but_dont/) +- [2022: Best FAN mediation partner (admob alternative)](https://www.reddit.com/r/androiddev/comments/vjpacp/2022_best_fan_mediation_partner_admob_alternative/) ### *InfoWorld posts* From 430ddd361c29a7e31cb1bb88d85fe795b55a8858 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 26 Jun 2022 01:34:05 +0000 Subject: [PATCH 0202/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6318111076..324f878787 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [hi, I wanna change the color of the text but once I click on the text the common attributes disappears as u can see also the common attributes panel is enabled in the settings, can anyone help?](https://www.reddit.com/r/androiddev/comments/vk3r70/hi_i_wanna_change_the_color_of_the_text_but_once/) -- [Custom navigation gestures](https://www.reddit.com/r/androiddev/comments/vk09s1/custom_navigation_gestures/) -- [Where can I learn android development in java freely?](https://www.reddit.com/r/androiddev/comments/vjzed9/where_can_i_learn_android_development_in_java/) -- [Which one of these is best for Android development](https://www.reddit.com/r/androiddev/comments/vjw0b3/which_one_of_these_is_best_for_android_development/) -- [How to make Android Studio look Awesome! Best themes, fonts and tips 🤩](https://www.reddit.com/r/androiddev/comments/vjvnky/how_to_make_android_studio_look_awesome_best/) -- [@Composable inside kotlin object](https://www.reddit.com/r/androiddev/comments/vjusiz/composable_inside_kotlin_object/) -- [Easy way to parse notifications?](https://www.reddit.com/r/androiddev/comments/vjtq4o/easy_way_to_parse_notifications/) -- [Which lint rules does Jetpack Compose ship with?](https://www.reddit.com/r/androiddev/comments/vjth7i/which_lint_rules_does_jetpack_compose_ship_with/) -- [I want to start my career in android dev, but don't know how to start there are so many stuff online and I'm confused, can anyone tell me a simple roadmap and resources.](https://www.reddit.com/r/androiddev/comments/vjriho/i_want_to_start_my_career_in_android_dev_but_dont/) -- [2022: Best FAN mediation partner (admob alternative)](https://www.reddit.com/r/androiddev/comments/vjpacp/2022_best_fan_mediation_partner_admob_alternative/) +- [How are you supposed to get a job as a Android Dev when almost all listings need 2 years of experience?](https://www.reddit.com/r/androiddev/comments/vkrd52/how_are_you_supposed_to_get_a_job_as_a_android/) +- [How did the giants rise? Episode III](https://www.reddit.com/r/androiddev/comments/vkp2ip/how_did_the_giants_rise_episode_iii/) +- [java or flutter?](https://www.reddit.com/r/androiddev/comments/vkocvz/java_or_flutter/) +- [What is the meaning of T : Viewmodel?](https://www.reddit.com/r/androiddev/comments/vknzjd/what_is_the_meaning_of_t_viewmodel/) +- [Guide/Tutorial for Android In-app-subscription to remove ads](https://www.reddit.com/r/androiddev/comments/vkn3r8/guidetutorial_for_android_inappsubscription_to/) +- [Play Dev API no price in new subscriptionsV2 endpoint?](https://www.reddit.com/r/androiddev/comments/vkmmr0/play_dev_api_no_price_in_new_subscriptionsv2/) +- [What are the security measures on Android apps for banking apps?](https://www.reddit.com/r/androiddev/comments/vkli7p/what_are_the_security_measures_on_android_apps/) +- [Do app reviewers just care about what code is shown to the user? Or will they take into consideration any other code?](https://www.reddit.com/r/androiddev/comments/vkk04b/do_app_reviewers_just_care_about_what_code_is/) +- [low users but High session time](https://www.reddit.com/r/androiddev/comments/vkjvi8/low_users_but_high_session_time/) +- [view model killed by system background process but app not restarting on app resume](https://www.reddit.com/r/androiddev/comments/vkjv0i/view_model_killed_by_system_background_process/) ### *InfoWorld posts* From b4ebe7696289ca08ed0f888220d0082ba7010350 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 27 Jun 2022 01:32:50 +0000 Subject: [PATCH 0203/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 324f878787..092a27586a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How are you supposed to get a job as a Android Dev when almost all listings need 2 years of experience?](https://www.reddit.com/r/androiddev/comments/vkrd52/how_are_you_supposed_to_get_a_job_as_a_android/) -- [How did the giants rise? Episode III](https://www.reddit.com/r/androiddev/comments/vkp2ip/how_did_the_giants_rise_episode_iii/) -- [java or flutter?](https://www.reddit.com/r/androiddev/comments/vkocvz/java_or_flutter/) -- [What is the meaning of T : Viewmodel?](https://www.reddit.com/r/androiddev/comments/vknzjd/what_is_the_meaning_of_t_viewmodel/) -- [Guide/Tutorial for Android In-app-subscription to remove ads](https://www.reddit.com/r/androiddev/comments/vkn3r8/guidetutorial_for_android_inappsubscription_to/) -- [Play Dev API no price in new subscriptionsV2 endpoint?](https://www.reddit.com/r/androiddev/comments/vkmmr0/play_dev_api_no_price_in_new_subscriptionsv2/) -- [What are the security measures on Android apps for banking apps?](https://www.reddit.com/r/androiddev/comments/vkli7p/what_are_the_security_measures_on_android_apps/) -- [Do app reviewers just care about what code is shown to the user? Or will they take into consideration any other code?](https://www.reddit.com/r/androiddev/comments/vkk04b/do_app_reviewers_just_care_about_what_code_is/) -- [low users but High session time](https://www.reddit.com/r/androiddev/comments/vkjvi8/low_users_but_high_session_time/) -- [view model killed by system background process but app not restarting on app resume](https://www.reddit.com/r/androiddev/comments/vkjv0i/view_model_killed_by_system_background_process/) +- [Androids: The Missing Pieces](https://www.reddit.com/r/androiddev/comments/vlio7o/androids_the_missing_pieces/) +- [I need an idea for E-Learning android application](https://www.reddit.com/r/androiddev/comments/vlhc5u/i_need_an_idea_for_elearning_android_application/) +- [Alternatives do Data Layer (wearOS) on de-googled phones?](https://www.reddit.com/r/androiddev/comments/vlfxt8/alternatives_do_data_layer_wearos_on_degoogled/) +- [MAX mediation because Admob deceived me by 30,000 Dollars](https://www.reddit.com/r/androiddev/comments/vlf8qj/max_mediation_because_admob_deceived_me_by_30000/) +- [Recommended emulator device configuration?](https://www.reddit.com/r/androiddev/comments/vlcj6z/recommended_emulator_device_configuration/) +- [Would you rather spend $500 on ASO tool or PPC advertising?](https://www.reddit.com/r/androiddev/comments/vlbzau/would_you_rather_spend_500_on_aso_tool_or_ppc/) +- [Could someone share the link/ documents to implement MPChart (Pie Chart) in a pop up window?](https://www.reddit.com/r/androiddev/comments/vlb4te/could_someone_share_the_link_documents_to/) +- [AdMob verifying apps.](https://www.reddit.com/r/androiddev/comments/vl93p1/admob_verifying_apps/) +- [Flutter Google Play Store Clone Tutorial Ep 1](https://www.reddit.com/r/androiddev/comments/vl6maz/flutter_google_play_store_clone_tutorial_ep_1/) +- [How can I find the log of uninstalled apps on my phone?](https://www.reddit.com/r/androiddev/comments/vl5pzc/how_can_i_find_the_log_of_uninstalled_apps_on_my/) ### *InfoWorld posts* From 92b52fb2a0f1122b2cf1febaef507ce129e189a0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 28 Jun 2022 01:31:58 +0000 Subject: [PATCH 0204/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 092a27586a..2f34a7826e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Androids: The Missing Pieces](https://www.reddit.com/r/androiddev/comments/vlio7o/androids_the_missing_pieces/) -- [I need an idea for E-Learning android application](https://www.reddit.com/r/androiddev/comments/vlhc5u/i_need_an_idea_for_elearning_android_application/) -- [Alternatives do Data Layer (wearOS) on de-googled phones?](https://www.reddit.com/r/androiddev/comments/vlfxt8/alternatives_do_data_layer_wearos_on_degoogled/) -- [MAX mediation because Admob deceived me by 30,000 Dollars](https://www.reddit.com/r/androiddev/comments/vlf8qj/max_mediation_because_admob_deceived_me_by_30000/) -- [Recommended emulator device configuration?](https://www.reddit.com/r/androiddev/comments/vlcj6z/recommended_emulator_device_configuration/) -- [Would you rather spend $500 on ASO tool or PPC advertising?](https://www.reddit.com/r/androiddev/comments/vlbzau/would_you_rather_spend_500_on_aso_tool_or_ppc/) -- [Could someone share the link/ documents to implement MPChart (Pie Chart) in a pop up window?](https://www.reddit.com/r/androiddev/comments/vlb4te/could_someone_share_the_link_documents_to/) -- [AdMob verifying apps.](https://www.reddit.com/r/androiddev/comments/vl93p1/admob_verifying_apps/) -- [Flutter Google Play Store Clone Tutorial Ep 1](https://www.reddit.com/r/androiddev/comments/vl6maz/flutter_google_play_store_clone_tutorial_ep_1/) -- [How can I find the log of uninstalled apps on my phone?](https://www.reddit.com/r/androiddev/comments/vl5pzc/how_can_i_find_the_log_of_uninstalled_apps_on_my/) +- [Trying to access files written on the emulator so that i can analyze the data on my computer. Do you know where I can find the data stored to file.txt?](https://www.reddit.com/r/androiddev/comments/vm4608/trying_to_access_files_written_on_the_emulator_so/) +- [Mobile App Security Questions and Practices](https://www.reddit.com/r/androiddev/comments/vm2nll/mobile_app_security_questions_and_practices/) +- [Google Android 13 Beta 3.3 started rolling for Pixel](https://www.reddit.com/r/androiddev/comments/vm21ja/google_android_13_beta_33_started_rolling_for/) +- [Google Play data safety and Firebase/Google Play services](https://www.reddit.com/r/androiddev/comments/vm0vty/google_play_data_safety_and_firebasegoogle_play/) +- [Android Studio Electric Eel Canary 6 now available](https://www.reddit.com/r/androiddev/comments/vm06yt/android_studio_electric_eel_canary_6_now_available/) +- [Do Google trackers in apps matter if you're deGoogled (no google services or apps on your phone)?](https://www.reddit.com/r/androiddev/comments/vlxqsa/do_google_trackers_in_apps_matter_if_youre/) +- [Weekly Who's Hiring Thread - June 27, 2022](https://www.reddit.com/r/androiddev/comments/vluygf/weekly_whos_hiring_thread_june_27_2022/) +- [Weekly discussion, code review, and feedback thread - June 27, 2022](https://www.reddit.com/r/androiddev/comments/vltuvx/weekly_discussion_code_review_and_feedback_thread/) +- [Jetpack compose Bottom sheet with TabBar](https://www.reddit.com/r/androiddev/comments/vltktp/jetpack_compose_bottom_sheet_with_tabbar/) +- [Question: Disable all recurring Play In-App subscription transactions, remove paywall and make app free](https://www.reddit.com/r/androiddev/comments/vlshxr/question_disable_all_recurring_play_inapp/) ### *InfoWorld posts* From 939e81a4ab8e11ad7e580ebaa857e315893d8461 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 29 Jun 2022 01:31:43 +0000 Subject: [PATCH 0205/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2f34a7826e..e27eb55aa4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Trying to access files written on the emulator so that i can analyze the data on my computer. Do you know where I can find the data stored to file.txt?](https://www.reddit.com/r/androiddev/comments/vm4608/trying_to_access_files_written_on_the_emulator_so/) -- [Mobile App Security Questions and Practices](https://www.reddit.com/r/androiddev/comments/vm2nll/mobile_app_security_questions_and_practices/) -- [Google Android 13 Beta 3.3 started rolling for Pixel](https://www.reddit.com/r/androiddev/comments/vm21ja/google_android_13_beta_33_started_rolling_for/) -- [Google Play data safety and Firebase/Google Play services](https://www.reddit.com/r/androiddev/comments/vm0vty/google_play_data_safety_and_firebasegoogle_play/) -- [Android Studio Electric Eel Canary 6 now available](https://www.reddit.com/r/androiddev/comments/vm06yt/android_studio_electric_eel_canary_6_now_available/) -- [Do Google trackers in apps matter if you're deGoogled (no google services or apps on your phone)?](https://www.reddit.com/r/androiddev/comments/vlxqsa/do_google_trackers_in_apps_matter_if_youre/) -- [Weekly Who's Hiring Thread - June 27, 2022](https://www.reddit.com/r/androiddev/comments/vluygf/weekly_whos_hiring_thread_june_27_2022/) -- [Weekly discussion, code review, and feedback thread - June 27, 2022](https://www.reddit.com/r/androiddev/comments/vltuvx/weekly_discussion_code_review_and_feedback_thread/) -- [Jetpack compose Bottom sheet with TabBar](https://www.reddit.com/r/androiddev/comments/vltktp/jetpack_compose_bottom_sheet_with_tabbar/) -- [Question: Disable all recurring Play In-App subscription transactions, remove paywall and make app free](https://www.reddit.com/r/androiddev/comments/vlshxr/question_disable_all_recurring_play_inapp/) +- [I'm self-studying to learn Android development. I know a little Java, but my Java skills need work. Should I polish up my Java, or start fresh with Kotlin?](https://www.reddit.com/r/androiddev/comments/vn2kdv/im_selfstudying_to_learn_android_development_i/) +- [Android System Logs](https://www.reddit.com/r/androiddev/comments/vn2d6r/android_system_logs/) +- [Server driven UI](https://www.reddit.com/r/androiddev/comments/vmxk1z/server_driven_ui/) +- [Google Maps API cost](https://www.reddit.com/r/androiddev/comments/vmvj6r/google_maps_api_cost/) +- [If Android is supposed to be open, then why can't one get any programming language one wants?](https://www.reddit.com/r/androiddev/comments/vmvcc7/if_android_is_supposed_to_be_open_then_why_cant/) +- [Codespector plugin](https://www.reddit.com/r/androiddev/comments/vmu6j2/codespector_plugin/) +- [How to access resources from app module](https://www.reddit.com/r/androiddev/comments/vmt443/how_to_access_resources_from_app_module/) +- [Re-enabling a disabled hardware feature?](https://www.reddit.com/r/androiddev/comments/vmsesn/reenabling_a_disabled_hardware_feature/) +- [Trying to understand the colors attributes in Material Design 3](https://www.reddit.com/r/androiddev/comments/vmqog5/trying_to_understand_the_colors_attributes_in/) +- [Mobile game preservation, needed help. (.JAR)](https://www.reddit.com/r/androiddev/comments/vmokls/mobile_game_preservation_needed_help_jar/) ### *InfoWorld posts* From 6caac2a9aee5ba81c3f0ce4348113c2495556d1e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 30 Jun 2022 01:35:31 +0000 Subject: [PATCH 0206/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e27eb55aa4..7851f095d4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I'm self-studying to learn Android development. I know a little Java, but my Java skills need work. Should I polish up my Java, or start fresh with Kotlin?](https://www.reddit.com/r/androiddev/comments/vn2kdv/im_selfstudying_to_learn_android_development_i/) -- [Android System Logs](https://www.reddit.com/r/androiddev/comments/vn2d6r/android_system_logs/) -- [Server driven UI](https://www.reddit.com/r/androiddev/comments/vmxk1z/server_driven_ui/) -- [Google Maps API cost](https://www.reddit.com/r/androiddev/comments/vmvj6r/google_maps_api_cost/) -- [If Android is supposed to be open, then why can't one get any programming language one wants?](https://www.reddit.com/r/androiddev/comments/vmvcc7/if_android_is_supposed_to_be_open_then_why_cant/) -- [Codespector plugin](https://www.reddit.com/r/androiddev/comments/vmu6j2/codespector_plugin/) -- [How to access resources from app module](https://www.reddit.com/r/androiddev/comments/vmt443/how_to_access_resources_from_app_module/) -- [Re-enabling a disabled hardware feature?](https://www.reddit.com/r/androiddev/comments/vmsesn/reenabling_a_disabled_hardware_feature/) -- [Trying to understand the colors attributes in Material Design 3](https://www.reddit.com/r/androiddev/comments/vmqog5/trying_to_understand_the_colors_attributes_in/) -- [Mobile game preservation, needed help. (.JAR)](https://www.reddit.com/r/androiddev/comments/vmokls/mobile_game_preservation_needed_help_jar/) +- [how to make a real time filter in camerax?](https://www.reddit.com/r/androiddev/comments/vnuprt/how_to_make_a_real_time_filter_in_camerax/) +- [How does the Google Play Integrity API quota work?](https://www.reddit.com/r/androiddev/comments/vnu943/how_does_the_google_play_integrity_api_quota_work/) +- [Please roast my code. I want some feedback on a small app I will use to apply for jobs (looking for junior-intermediate positions)](https://www.reddit.com/r/androiddev/comments/vnravc/please_roast_my_code_i_want_some_feedback_on_a/) +- [How to make app support more devices?](https://www.reddit.com/r/androiddev/comments/vnr2b8/how_to_make_app_support_more_devices/) +- [Applovin: No fillrate exists?!](https://www.reddit.com/r/androiddev/comments/vnqmup/applovin_no_fillrate_exists/) +- [MapView is confusing the hell outta me: How do I retain the state?](https://www.reddit.com/r/androiddev/comments/vnoqif/mapview_is_confusing_the_hell_outta_me_how_do_i/) +- [Google Play Store App review process](https://www.reddit.com/r/androiddev/comments/vnom0u/google_play_store_app_review_process/) +- [How to protect user data against those who wants to access app data?](https://www.reddit.com/r/androiddev/comments/vnn93o/how_to_protect_user_data_against_those_who_wants/) +- [How to log bitrate and stall in a programmatic way on Youtube android app?](https://www.reddit.com/r/androiddev/comments/vnm4d9/how_to_log_bitrate_and_stall_in_a_programmatic/) +- [Using Unity Ads in my app](https://www.reddit.com/r/androiddev/comments/vnljgk/using_unity_ads_in_my_app/) ### *InfoWorld posts* From 01d1917986e00253164577e0d5fc6ac8d5c527aa Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 1 Jul 2022 01:32:02 +0000 Subject: [PATCH 0207/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7851f095d4..61a7240acf 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [how to make a real time filter in camerax?](https://www.reddit.com/r/androiddev/comments/vnuprt/how_to_make_a_real_time_filter_in_camerax/) -- [How does the Google Play Integrity API quota work?](https://www.reddit.com/r/androiddev/comments/vnu943/how_does_the_google_play_integrity_api_quota_work/) -- [Please roast my code. I want some feedback on a small app I will use to apply for jobs (looking for junior-intermediate positions)](https://www.reddit.com/r/androiddev/comments/vnravc/please_roast_my_code_i_want_some_feedback_on_a/) -- [How to make app support more devices?](https://www.reddit.com/r/androiddev/comments/vnr2b8/how_to_make_app_support_more_devices/) -- [Applovin: No fillrate exists?!](https://www.reddit.com/r/androiddev/comments/vnqmup/applovin_no_fillrate_exists/) -- [MapView is confusing the hell outta me: How do I retain the state?](https://www.reddit.com/r/androiddev/comments/vnoqif/mapview_is_confusing_the_hell_outta_me_how_do_i/) -- [Google Play Store App review process](https://www.reddit.com/r/androiddev/comments/vnom0u/google_play_store_app_review_process/) -- [How to protect user data against those who wants to access app data?](https://www.reddit.com/r/androiddev/comments/vnn93o/how_to_protect_user_data_against_those_who_wants/) -- [How to log bitrate and stall in a programmatic way on Youtube android app?](https://www.reddit.com/r/androiddev/comments/vnm4d9/how_to_log_bitrate_and_stall_in_a_programmatic/) -- [Using Unity Ads in my app](https://www.reddit.com/r/androiddev/comments/vnljgk/using_unity_ads_in_my_app/) +- [Work profile vs. New user...which is more private?](https://www.reddit.com/r/androiddev/comments/vomfhm/work_profile_vs_new_userwhich_is_more_private/) +- [How do you flash a phone to install a previous version of Android?](https://www.reddit.com/r/androiddev/comments/vojzmi/how_do_you_flash_a_phone_to_install_a_previous/) +- [Most In demand apps requirement?](https://www.reddit.com/r/androiddev/comments/voidom/most_in_demand_apps_requirement/) +- [Good afternoon!](https://www.reddit.com/r/androiddev/comments/voi4zp/good_afternoon/) +- [Android Studio Electric Eel Canary 7 now available](https://www.reddit.com/r/androiddev/comments/vohd4r/android_studio_electric_eel_canary_7_now_available/) +- [does android multi tools unlock passcode](https://www.reddit.com/r/androiddev/comments/voh1cc/does_android_multi_tools_unlock_passcode/) +- [Need help with step counter in my app.](https://www.reddit.com/r/androiddev/comments/vogd9w/need_help_with_step_counter_in_my_app/) +- [What skills are needed for becoming a Lead Engineer in Android application development?](https://www.reddit.com/r/androiddev/comments/voe516/what_skills_are_needed_for_becoming_a_lead/) +- [Schedule Image Displaying In Glance Widget With Work Manager API](https://www.reddit.com/r/androiddev/comments/voc3dd/schedule_image_displaying_in_glance_widget_with/) +- [To improve my coding skills, I want to build some exciting android projects, any suggestions developers???](https://www.reddit.com/r/androiddev/comments/vob41m/to_improve_my_coding_skills_i_want_to_build_some/) ### *InfoWorld posts* From 272aa81578a338e766949833ac672a39ee062dae Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 2 Jul 2022 01:32:38 +0000 Subject: [PATCH 0208/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 61a7240acf..6ca1b56971 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Work profile vs. New user...which is more private?](https://www.reddit.com/r/androiddev/comments/vomfhm/work_profile_vs_new_userwhich_is_more_private/) -- [How do you flash a phone to install a previous version of Android?](https://www.reddit.com/r/androiddev/comments/vojzmi/how_do_you_flash_a_phone_to_install_a_previous/) -- [Most In demand apps requirement?](https://www.reddit.com/r/androiddev/comments/voidom/most_in_demand_apps_requirement/) -- [Good afternoon!](https://www.reddit.com/r/androiddev/comments/voi4zp/good_afternoon/) -- [Android Studio Electric Eel Canary 7 now available](https://www.reddit.com/r/androiddev/comments/vohd4r/android_studio_electric_eel_canary_7_now_available/) -- [does android multi tools unlock passcode](https://www.reddit.com/r/androiddev/comments/voh1cc/does_android_multi_tools_unlock_passcode/) -- [Need help with step counter in my app.](https://www.reddit.com/r/androiddev/comments/vogd9w/need_help_with_step_counter_in_my_app/) -- [What skills are needed for becoming a Lead Engineer in Android application development?](https://www.reddit.com/r/androiddev/comments/voe516/what_skills_are_needed_for_becoming_a_lead/) -- [Schedule Image Displaying In Glance Widget With Work Manager API](https://www.reddit.com/r/androiddev/comments/voc3dd/schedule_image_displaying_in_glance_widget_with/) -- [To improve my coding skills, I want to build some exciting android projects, any suggestions developers???](https://www.reddit.com/r/androiddev/comments/vob41m/to_improve_my_coding_skills_i_want_to_build_some/) +- [Working from a different computer(?)](https://www.reddit.com/r/androiddev/comments/vpek1h/working_from_a_different_computer/) +- [What's the best app for drawing UIs with a stylus?](https://www.reddit.com/r/androiddev/comments/vpdfjk/whats_the_best_app_for_drawing_uis_with_a_stylus/) +- [How to sign android app with an upload key without password?](https://www.reddit.com/r/androiddev/comments/vp9q2n/how_to_sign_android_app_with_an_upload_key/) +- [Easily create an android cloud emulator with Terraform.](https://www.reddit.com/r/androiddev/comments/vp967d/easily_create_an_android_cloud_emulator_with/) +- [Efficiently observing state change in Fragment](https://www.reddit.com/r/androiddev/comments/vp81es/efficiently_observing_state_change_in_fragment/) +- [What are some good libraries for animated text?](https://www.reddit.com/r/androiddev/comments/vp6sa5/what_are_some_good_libraries_for_animated_text/) +- [New major Jetpack release with Lifecycle 2.5.0 to support ViewModel creation extras, and SavedStateHandle with getStateFlow support](https://www.reddit.com/r/androiddev/comments/vp6s2b/new_major_jetpack_release_with_lifecycle_250_to/) +- [Advice for a first project](https://www.reddit.com/r/androiddev/comments/vp57mw/advice_for_a_first_project/) +- [is it possible to save toggle icon state in database?](https://www.reddit.com/r/androiddev/comments/vp4oz7/is_it_possible_to_save_toggle_icon_state_in/) +- [Debugging with Hilt / Dagger / Dependency Injection](https://www.reddit.com/r/androiddev/comments/vp4gln/debugging_with_hilt_dagger_dependency_injection/) ### *InfoWorld posts* From 46faefd32de668e9200b1f6a48d52628d6775640 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 3 Jul 2022 01:32:34 +0000 Subject: [PATCH 0209/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6ca1b56971..1524a1f158 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Working from a different computer(?)](https://www.reddit.com/r/androiddev/comments/vpek1h/working_from_a_different_computer/) -- [What's the best app for drawing UIs with a stylus?](https://www.reddit.com/r/androiddev/comments/vpdfjk/whats_the_best_app_for_drawing_uis_with_a_stylus/) -- [How to sign android app with an upload key without password?](https://www.reddit.com/r/androiddev/comments/vp9q2n/how_to_sign_android_app_with_an_upload_key/) -- [Easily create an android cloud emulator with Terraform.](https://www.reddit.com/r/androiddev/comments/vp967d/easily_create_an_android_cloud_emulator_with/) -- [Efficiently observing state change in Fragment](https://www.reddit.com/r/androiddev/comments/vp81es/efficiently_observing_state_change_in_fragment/) -- [What are some good libraries for animated text?](https://www.reddit.com/r/androiddev/comments/vp6sa5/what_are_some_good_libraries_for_animated_text/) -- [New major Jetpack release with Lifecycle 2.5.0 to support ViewModel creation extras, and SavedStateHandle with getStateFlow support](https://www.reddit.com/r/androiddev/comments/vp6s2b/new_major_jetpack_release_with_lifecycle_250_to/) -- [Advice for a first project](https://www.reddit.com/r/androiddev/comments/vp57mw/advice_for_a_first_project/) -- [is it possible to save toggle icon state in database?](https://www.reddit.com/r/androiddev/comments/vp4oz7/is_it_possible_to_save_toggle_icon_state_in/) -- [Debugging with Hilt / Dagger / Dependency Injection](https://www.reddit.com/r/androiddev/comments/vp4gln/debugging_with_hilt_dagger_dependency_injection/) +- [Where can I find Android WebRTC API?](https://www.reddit.com/r/androiddev/comments/vpzpv3/where_can_i_find_android_webrtc_api/) +- [Free authentication and email verification service provider besides Google firebase for Android?](https://www.reddit.com/r/androiddev/comments/vpzpc7/free_authentication_and_email_verification/) +- [Compose not properly resizing after rotation](https://www.reddit.com/r/androiddev/comments/vpy4ll/compose_not_properly_resizing_after_rotation/) +- [Do you use Linux for Android Development ?](https://www.reddit.com/r/androiddev/comments/vpxtog/do_you_use_linux_for_android_development/) +- [Second Bachelors in CS or focus on Android dev](https://www.reddit.com/r/androiddev/comments/vpwv9q/second_bachelors_in_cs_or_focus_on_android_dev/) +- [Is there an ADB command to enable that permission? I didn't find anything on the internet or the android (dev) discord servers.](https://www.reddit.com/r/androiddev/comments/vpwofy/is_there_an_adb_command_to_enable_that_permission/) +- [AdMob is making me lose my mind. Any ideas?](https://www.reddit.com/r/androiddev/comments/vpwfa8/admob_is_making_me_lose_my_mind_any_ideas/) +- [why android studio shows trust project pop up whenever I clone a git repo?](https://www.reddit.com/r/androiddev/comments/vpw3ol/why_android_studio_shows_trust_project_pop_up/) +- [Do you use IOS for personal use, even if you prefer Android Development?](https://www.reddit.com/r/androiddev/comments/vpsk4f/do_you_use_ios_for_personal_use_even_if_you/) +- [Android pin bruteforce - HID attack issues](https://www.reddit.com/r/androiddev/comments/vpr6g2/android_pin_bruteforce_hid_attack_issues/) ### *InfoWorld posts* From 2dc34a0e3a33cb0ae40bfd3c8fea2d189253d6ca Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 4 Jul 2022 01:32:17 +0000 Subject: [PATCH 0210/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1524a1f158..e5c833899a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Where can I find Android WebRTC API?](https://www.reddit.com/r/androiddev/comments/vpzpv3/where_can_i_find_android_webrtc_api/) -- [Free authentication and email verification service provider besides Google firebase for Android?](https://www.reddit.com/r/androiddev/comments/vpzpc7/free_authentication_and_email_verification/) -- [Compose not properly resizing after rotation](https://www.reddit.com/r/androiddev/comments/vpy4ll/compose_not_properly_resizing_after_rotation/) -- [Do you use Linux for Android Development ?](https://www.reddit.com/r/androiddev/comments/vpxtog/do_you_use_linux_for_android_development/) -- [Second Bachelors in CS or focus on Android dev](https://www.reddit.com/r/androiddev/comments/vpwv9q/second_bachelors_in_cs_or_focus_on_android_dev/) -- [Is there an ADB command to enable that permission? I didn't find anything on the internet or the android (dev) discord servers.](https://www.reddit.com/r/androiddev/comments/vpwofy/is_there_an_adb_command_to_enable_that_permission/) -- [AdMob is making me lose my mind. Any ideas?](https://www.reddit.com/r/androiddev/comments/vpwfa8/admob_is_making_me_lose_my_mind_any_ideas/) -- [why android studio shows trust project pop up whenever I clone a git repo?](https://www.reddit.com/r/androiddev/comments/vpw3ol/why_android_studio_shows_trust_project_pop_up/) -- [Do you use IOS for personal use, even if you prefer Android Development?](https://www.reddit.com/r/androiddev/comments/vpsk4f/do_you_use_ios_for_personal_use_even_if_you/) -- [Android pin bruteforce - HID attack issues](https://www.reddit.com/r/androiddev/comments/vpr6g2/android_pin_bruteforce_hid_attack_issues/) +- [<rant> Tutorials are frustrating!](https://www.reddit.com/r/androiddev/comments/vquf6u/rant_tutorials_are_frustrating/) +- [New library: APK-parser , revived](https://www.reddit.com/r/androiddev/comments/vqsyu2/new_library_apkparser_revived/) +- [Modifying Key Layout File in System/etc/keylayouts](https://www.reddit.com/r/androiddev/comments/vqs1bj/modifying_key_layout_file_in_systemetckeylayouts/) +- [Correctly handling dependencies for utility libraries](https://www.reddit.com/r/androiddev/comments/vqp2v5/correctly_handling_dependencies_for_utility/) +- [OpenGL ES rendering optimization using VRS on Adreno GPUs](https://www.reddit.com/r/androiddev/comments/vqokxl/opengl_es_rendering_optimization_using_vrs_on/) +- [How to use PreferenceScreen for widget configuration?](https://www.reddit.com/r/androiddev/comments/vqnyu6/how_to_use_preferencescreen_for_widget/) +- [How to use a material theme scheme outside of composable?](https://www.reddit.com/r/androiddev/comments/vqmilo/how_to_use_a_material_theme_scheme_outside_of/) +- [Automated screenshots using Fastlane: Switch to dark mode](https://www.reddit.com/r/androiddev/comments/vqkp6c/automated_screenshots_using_fastlane_switch_to/) +- [When I click on submit button for the 1st time, I get infinity, then I click again and I get the correct answer...Why?](https://www.reddit.com/r/androiddev/comments/vqhi13/when_i_click_on_submit_button_for_the_1st_time_i/) +- [Sync Cookies Across Webviews and Native App for iOS and Android](https://www.reddit.com/r/androiddev/comments/vqgd9s/sync_cookies_across_webviews_and_native_app_for/) ### *InfoWorld posts* From 180b0e8a706ec5c11312fa2fdf87636d46d79251 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 5 Jul 2022 01:31:18 +0000 Subject: [PATCH 0211/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e5c833899a..dab061c97d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [<rant> Tutorials are frustrating!](https://www.reddit.com/r/androiddev/comments/vquf6u/rant_tutorials_are_frustrating/) -- [New library: APK-parser , revived](https://www.reddit.com/r/androiddev/comments/vqsyu2/new_library_apkparser_revived/) -- [Modifying Key Layout File in System/etc/keylayouts](https://www.reddit.com/r/androiddev/comments/vqs1bj/modifying_key_layout_file_in_systemetckeylayouts/) -- [Correctly handling dependencies for utility libraries](https://www.reddit.com/r/androiddev/comments/vqp2v5/correctly_handling_dependencies_for_utility/) -- [OpenGL ES rendering optimization using VRS on Adreno GPUs](https://www.reddit.com/r/androiddev/comments/vqokxl/opengl_es_rendering_optimization_using_vrs_on/) -- [How to use PreferenceScreen for widget configuration?](https://www.reddit.com/r/androiddev/comments/vqnyu6/how_to_use_preferencescreen_for_widget/) -- [How to use a material theme scheme outside of composable?](https://www.reddit.com/r/androiddev/comments/vqmilo/how_to_use_a_material_theme_scheme_outside_of/) -- [Automated screenshots using Fastlane: Switch to dark mode](https://www.reddit.com/r/androiddev/comments/vqkp6c/automated_screenshots_using_fastlane_switch_to/) -- [When I click on submit button for the 1st time, I get infinity, then I click again and I get the correct answer...Why?](https://www.reddit.com/r/androiddev/comments/vqhi13/when_i_click_on_submit_button_for_the_1st_time_i/) -- [Sync Cookies Across Webviews and Native App for iOS and Android](https://www.reddit.com/r/androiddev/comments/vqgd9s/sync_cookies_across_webviews_and_native_app_for/) +- [Can we talk about how hard it is to make an app designed like this?](https://www.reddit.com/r/androiddev/comments/vrie7w/can_we_talk_about_how_hard_it_is_to_make_an_app/) +- [how to make my phone appear as a pc](https://www.reddit.com/r/androiddev/comments/vri5is/how_to_make_my_phone_appear_as_a_pc/) +- [Most commonly lacking trait for Android Dev roles](https://www.reddit.com/r/androiddev/comments/vrffm4/most_commonly_lacking_trait_for_android_dev_roles/) +- [Best way to download a kinda big file](https://www.reddit.com/r/androiddev/comments/vrabto/best_way_to_download_a_kinda_big_file/) +- [Crypto currency tracker with jetpack compose](https://www.reddit.com/r/androiddev/comments/vr9zvd/crypto_currency_tracker_with_jetpack_compose/) +- [Android ObjectAnimator position](https://www.reddit.com/r/androiddev/comments/vr9ymm/android_objectanimator_position/) +- [Error: AVD not created](https://www.reddit.com/r/androiddev/comments/vr7qzs/error_avd_not_created/) +- [Android Dev resources](https://www.reddit.com/r/androiddev/comments/vr7j7z/android_dev_resources/) +- [Setting macros to switch to an app at certain intervals of every hour](https://www.reddit.com/r/androiddev/comments/vr7dm4/setting_macros_to_switch_to_an_app_at_certain/) +- [Weekly Who's Hiring Thread - July 04, 2022](https://www.reddit.com/r/androiddev/comments/vr6w7g/weekly_whos_hiring_thread_july_04_2022/) ### *InfoWorld posts* From a210f14f6f8c08586a90fe87dac6378f925436d9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 6 Jul 2022 01:33:32 +0000 Subject: [PATCH 0212/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index dab061c97d..cdc87b6132 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Can we talk about how hard it is to make an app designed like this?](https://www.reddit.com/r/androiddev/comments/vrie7w/can_we_talk_about_how_hard_it_is_to_make_an_app/) -- [how to make my phone appear as a pc](https://www.reddit.com/r/androiddev/comments/vri5is/how_to_make_my_phone_appear_as_a_pc/) -- [Most commonly lacking trait for Android Dev roles](https://www.reddit.com/r/androiddev/comments/vrffm4/most_commonly_lacking_trait_for_android_dev_roles/) -- [Best way to download a kinda big file](https://www.reddit.com/r/androiddev/comments/vrabto/best_way_to_download_a_kinda_big_file/) -- [Crypto currency tracker with jetpack compose](https://www.reddit.com/r/androiddev/comments/vr9zvd/crypto_currency_tracker_with_jetpack_compose/) -- [Android ObjectAnimator position](https://www.reddit.com/r/androiddev/comments/vr9ymm/android_objectanimator_position/) -- [Error: AVD not created](https://www.reddit.com/r/androiddev/comments/vr7qzs/error_avd_not_created/) -- [Android Dev resources](https://www.reddit.com/r/androiddev/comments/vr7j7z/android_dev_resources/) -- [Setting macros to switch to an app at certain intervals of every hour](https://www.reddit.com/r/androiddev/comments/vr7dm4/setting_macros_to_switch_to_an_app_at_certain/) -- [Weekly Who's Hiring Thread - July 04, 2022](https://www.reddit.com/r/androiddev/comments/vr6w7g/weekly_whos_hiring_thread_july_04_2022/) +- [Display ads when Android lock screen? Google seems to have no intention of blocking](https://www.reddit.com/r/androiddev/comments/vsbyfd/display_ads_when_android_lock_screen_google_seems/) +- [Where is your company at with Jetpack Compose Adoption ?](https://www.reddit.com/r/androiddev/comments/vsb22h/where_is_your_company_at_with_jetpack_compose/) +- [Getting few errors while trying to implement wifi p2p in android using kotlin](https://www.reddit.com/r/androiddev/comments/vsaxa9/getting_few_errors_while_trying_to_implement_wifi/) +- [Is it possible to parse yyyy-MM-dd to EEEE.](https://www.reddit.com/r/androiddev/comments/vs8g7n/is_it_possible_to_parse_yyyymmdd_to_eeee/) +- [How to implement sms permision in my app](https://www.reddit.com/r/androiddev/comments/vs84f2/how_to_implement_sms_permision_in_my_app/) +- [Appyx - Application mechanics for your Android apps, built on top of Jetpack Compose (Navigation)](https://www.reddit.com/r/androiddev/comments/vs6ba8/appyx_application_mechanics_for_your_android_apps/) +- [Does in-app purchase data presist even after app is reinstalled?](https://www.reddit.com/r/androiddev/comments/vs3mtz/does_inapp_purchase_data_presist_even_after_app/) +- [internet bugs...my internet is very fast...Help](https://www.reddit.com/r/androiddev/comments/vs3erh/internet_bugsmy_internet_is_very_fasthelp/) +- [Now its 1.5 months and still my admob account is showing getting ready , idk what the hell is wrong, i tried every suggestions people,blogs,youtube,etc said and still its showing me" getting ready "](https://www.reddit.com/r/androiddev/comments/vs372n/now_its_15_months_and_still_my_admob_account_is/) +- [mobile dev](https://www.reddit.com/r/androiddev/comments/vs2jpr/mobile_dev/) ### *InfoWorld posts* From 5559ead97e8f3cc7976a29eb33deaf227a222d80 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 7 Jul 2022 01:32:09 +0000 Subject: [PATCH 0213/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cdc87b6132..0ddfdee660 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Display ads when Android lock screen? Google seems to have no intention of blocking](https://www.reddit.com/r/androiddev/comments/vsbyfd/display_ads_when_android_lock_screen_google_seems/) -- [Where is your company at with Jetpack Compose Adoption ?](https://www.reddit.com/r/androiddev/comments/vsb22h/where_is_your_company_at_with_jetpack_compose/) -- [Getting few errors while trying to implement wifi p2p in android using kotlin](https://www.reddit.com/r/androiddev/comments/vsaxa9/getting_few_errors_while_trying_to_implement_wifi/) -- [Is it possible to parse yyyy-MM-dd to EEEE.](https://www.reddit.com/r/androiddev/comments/vs8g7n/is_it_possible_to_parse_yyyymmdd_to_eeee/) -- [How to implement sms permision in my app](https://www.reddit.com/r/androiddev/comments/vs84f2/how_to_implement_sms_permision_in_my_app/) -- [Appyx - Application mechanics for your Android apps, built on top of Jetpack Compose (Navigation)](https://www.reddit.com/r/androiddev/comments/vs6ba8/appyx_application_mechanics_for_your_android_apps/) -- [Does in-app purchase data presist even after app is reinstalled?](https://www.reddit.com/r/androiddev/comments/vs3mtz/does_inapp_purchase_data_presist_even_after_app/) -- [internet bugs...my internet is very fast...Help](https://www.reddit.com/r/androiddev/comments/vs3erh/internet_bugsmy_internet_is_very_fasthelp/) -- [Now its 1.5 months and still my admob account is showing getting ready , idk what the hell is wrong, i tried every suggestions people,blogs,youtube,etc said and still its showing me" getting ready "](https://www.reddit.com/r/androiddev/comments/vs372n/now_its_15_months_and_still_my_admob_account_is/) -- [mobile dev](https://www.reddit.com/r/androiddev/comments/vs2jpr/mobile_dev/) +- [Google Play Store Review Completes in 11 Minutes for Production Release](https://www.reddit.com/r/androiddev/comments/vt2sxc/google_play_store_review_completes_in_11_minutes/) +- [Android Studio Electric Eel Canary 8 now available](https://www.reddit.com/r/androiddev/comments/vsxjug/android_studio_electric_eel_canary_8_now_available/) +- [ItemTouchHelper and ConcatAdapter problem](https://www.reddit.com/r/androiddev/comments/vswxh5/itemtouchhelper_and_concatadapter_problem/) +- [Rounding in SurfaceViewRenderer](https://www.reddit.com/r/androiddev/comments/vswwui/rounding_in_surfaceviewrenderer/) +- [Why is Compose so difficult to learn?](https://www.reddit.com/r/androiddev/comments/vswef2/why_is_compose_so_difficult_to_learn/) +- [Is a mixer type app that has volume control over other apps' "media" audio level possible?](https://www.reddit.com/r/androiddev/comments/vswda3/is_a_mixer_type_app_that_has_volume_control_over/) +- [How I should approach double permission decline?](https://www.reddit.com/r/androiddev/comments/vswc0a/how_i_should_approach_double_permission_decline/) +- [Any problems with the new androidx.activity:activity:1.5.0 ?](https://www.reddit.com/r/androiddev/comments/vsvnjn/any_problems_with_the_new/) +- [Is Kotlin a front-end, back-end, or full-stack language for Android?](https://www.reddit.com/r/androiddev/comments/vsvk9a/is_kotlin_a_frontend_backend_or_fullstack/) +- [How does Muver read data and interact with other apps?](https://www.reddit.com/r/androiddev/comments/vsux72/how_does_muver_read_data_and_interact_with_other/) ### *InfoWorld posts* From b62efec02c9f95ab5d3b4b043282e11a2cf36537 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 8 Jul 2022 01:32:22 +0000 Subject: [PATCH 0214/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0ddfdee660..d6e18addae 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Google Play Store Review Completes in 11 Minutes for Production Release](https://www.reddit.com/r/androiddev/comments/vt2sxc/google_play_store_review_completes_in_11_minutes/) -- [Android Studio Electric Eel Canary 8 now available](https://www.reddit.com/r/androiddev/comments/vsxjug/android_studio_electric_eel_canary_8_now_available/) -- [ItemTouchHelper and ConcatAdapter problem](https://www.reddit.com/r/androiddev/comments/vswxh5/itemtouchhelper_and_concatadapter_problem/) -- [Rounding in SurfaceViewRenderer](https://www.reddit.com/r/androiddev/comments/vswwui/rounding_in_surfaceviewrenderer/) -- [Why is Compose so difficult to learn?](https://www.reddit.com/r/androiddev/comments/vswef2/why_is_compose_so_difficult_to_learn/) -- [Is a mixer type app that has volume control over other apps' "media" audio level possible?](https://www.reddit.com/r/androiddev/comments/vswda3/is_a_mixer_type_app_that_has_volume_control_over/) -- [How I should approach double permission decline?](https://www.reddit.com/r/androiddev/comments/vswc0a/how_i_should_approach_double_permission_decline/) -- [Any problems with the new androidx.activity:activity:1.5.0 ?](https://www.reddit.com/r/androiddev/comments/vsvnjn/any_problems_with_the_new/) -- [Is Kotlin a front-end, back-end, or full-stack language for Android?](https://www.reddit.com/r/androiddev/comments/vsvk9a/is_kotlin_a_frontend_backend_or_fullstack/) -- [How does Muver read data and interact with other apps?](https://www.reddit.com/r/androiddev/comments/vsux72/how_does_muver_read_data_and_interact_with_other/) +- [Data Transfer: PC to Android to Cloud](https://www.reddit.com/r/androiddev/comments/vtydlf/data_transfer_pc_to_android_to_cloud/) +- [Behaviour Interview Discussion (https://youtu.be/uNURFrQeQyg)](https://www.reddit.com/r/androiddev/comments/vtx9zr/behaviour_interview_discussion/) +- [Should LiveData be used for "instant" updates to UI?](https://www.reddit.com/r/androiddev/comments/vtvrgf/should_livedata_be_used_for_instant_updates_to_ui/) +- [Android Studio Dolphin Beta 5 now available](https://www.reddit.com/r/androiddev/comments/vtvhvs/android_studio_dolphin_beta_5_now_available/) +- [8in Lenovo M8 Tablet shows phone layouts and not tablet layouts](https://www.reddit.com/r/androiddev/comments/vtrxu0/8in_lenovo_m8_tablet_shows_phone_layouts_and_not/) +- [Is there a way to convert a pending intent from a notification into a normal intent?](https://www.reddit.com/r/androiddev/comments/vtqv19/is_there_a_way_to_convert_a_pending_intent_from_a/) +- [Do trademarks in images need to be blurred?](https://www.reddit.com/r/androiddev/comments/vtqmwl/do_trademarks_in_images_need_to_be_blurred/) +- [How are we supposed to use android studio 'offline components'?](https://www.reddit.com/r/androiddev/comments/vtq400/how_are_we_supposed_to_use_android_studio_offline/) +- [How to Save CardView Index via SharedPreferences](https://www.reddit.com/r/androiddev/comments/vtpzn7/how_to_save_cardview_index_via_sharedpreferences/) +- [Correct use of Use Case pattern.](https://www.reddit.com/r/androiddev/comments/vtp8r0/correct_use_of_use_case_pattern/) ### *InfoWorld posts* From dd06ad4f8b84da3f7fb89b233f2768b041b12a82 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 9 Jul 2022 01:30:34 +0000 Subject: [PATCH 0215/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d6e18addae..80c7451541 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Data Transfer: PC to Android to Cloud](https://www.reddit.com/r/androiddev/comments/vtydlf/data_transfer_pc_to_android_to_cloud/) -- [Behaviour Interview Discussion (https://youtu.be/uNURFrQeQyg)](https://www.reddit.com/r/androiddev/comments/vtx9zr/behaviour_interview_discussion/) -- [Should LiveData be used for "instant" updates to UI?](https://www.reddit.com/r/androiddev/comments/vtvrgf/should_livedata_be_used_for_instant_updates_to_ui/) -- [Android Studio Dolphin Beta 5 now available](https://www.reddit.com/r/androiddev/comments/vtvhvs/android_studio_dolphin_beta_5_now_available/) -- [8in Lenovo M8 Tablet shows phone layouts and not tablet layouts](https://www.reddit.com/r/androiddev/comments/vtrxu0/8in_lenovo_m8_tablet_shows_phone_layouts_and_not/) -- [Is there a way to convert a pending intent from a notification into a normal intent?](https://www.reddit.com/r/androiddev/comments/vtqv19/is_there_a_way_to_convert_a_pending_intent_from_a/) -- [Do trademarks in images need to be blurred?](https://www.reddit.com/r/androiddev/comments/vtqmwl/do_trademarks_in_images_need_to_be_blurred/) -- [How are we supposed to use android studio 'offline components'?](https://www.reddit.com/r/androiddev/comments/vtq400/how_are_we_supposed_to_use_android_studio_offline/) -- [How to Save CardView Index via SharedPreferences](https://www.reddit.com/r/androiddev/comments/vtpzn7/how_to_save_cardview_index_via_sharedpreferences/) -- [Correct use of Use Case pattern.](https://www.reddit.com/r/androiddev/comments/vtp8r0/correct_use_of_use_case_pattern/) +- [Change Date & Time With App?](https://www.reddit.com/r/androiddev/comments/vuoawf/change_date_time_with_app/) +- [Is this fine what I am doing with viewmodels](https://www.reddit.com/r/androiddev/comments/vujrbl/is_this_fine_what_i_am_doing_with_viewmodels/) +- [Android 13 beta Extreme Battery Saver dialogue bug](https://www.reddit.com/r/androiddev/comments/vuhxc5/android_13_beta_extreme_battery_saver_dialogue_bug/) +- [ERP and CRM](https://www.reddit.com/r/androiddev/comments/vuh5mx/erp_and_crm/) +- [Can't verify ownership of the game on android (Facebook Ads), please help guys.](https://www.reddit.com/r/androiddev/comments/vugnq7/cant_verify_ownership_of_the_game_on_android/) +- [A beautiful and fascinating app or game caught my attention](https://www.reddit.com/r/androiddev/comments/vugmjt/a_beautiful_and_fascinating_app_or_game_caught_my/) +- [How can I calculate SQL (Room in Android) query time?](https://www.reddit.com/r/androiddev/comments/vudmda/how_can_i_calculate_sql_room_in_android_query_time/) +- [How do I extract my boot.img if I have root but no TWRP available?](https://www.reddit.com/r/androiddev/comments/vud900/how_do_i_extract_my_bootimg_if_i_have_root_but_no/) +- [Does "Android Vitals" in the Play Store automatically work or am I missing something?](https://www.reddit.com/r/androiddev/comments/vucvn0/does_android_vitals_in_the_play_store/) +- [Further learning...](https://www.reddit.com/r/androiddev/comments/vucrap/further_learning/) ### *InfoWorld posts* From 68bb28b5a1bc4965e4fb834559a7be284942cc06 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 10 Jul 2022 01:32:12 +0000 Subject: [PATCH 0216/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 80c7451541..1db16d1140 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Change Date & Time With App?](https://www.reddit.com/r/androiddev/comments/vuoawf/change_date_time_with_app/) -- [Is this fine what I am doing with viewmodels](https://www.reddit.com/r/androiddev/comments/vujrbl/is_this_fine_what_i_am_doing_with_viewmodels/) -- [Android 13 beta Extreme Battery Saver dialogue bug](https://www.reddit.com/r/androiddev/comments/vuhxc5/android_13_beta_extreme_battery_saver_dialogue_bug/) -- [ERP and CRM](https://www.reddit.com/r/androiddev/comments/vuh5mx/erp_and_crm/) -- [Can't verify ownership of the game on android (Facebook Ads), please help guys.](https://www.reddit.com/r/androiddev/comments/vugnq7/cant_verify_ownership_of_the_game_on_android/) -- [A beautiful and fascinating app or game caught my attention](https://www.reddit.com/r/androiddev/comments/vugmjt/a_beautiful_and_fascinating_app_or_game_caught_my/) -- [How can I calculate SQL (Room in Android) query time?](https://www.reddit.com/r/androiddev/comments/vudmda/how_can_i_calculate_sql_room_in_android_query_time/) -- [How do I extract my boot.img if I have root but no TWRP available?](https://www.reddit.com/r/androiddev/comments/vud900/how_do_i_extract_my_bootimg_if_i_have_root_but_no/) -- [Does "Android Vitals" in the Play Store automatically work or am I missing something?](https://www.reddit.com/r/androiddev/comments/vucvn0/does_android_vitals_in_the_play_store/) -- [Further learning...](https://www.reddit.com/r/androiddev/comments/vucrap/further_learning/) +- [Remote adb commands to Android devices from anywhere on the internet (FREE)](https://www.reddit.com/r/androiddev/comments/vvccsr/remote_adb_commands_to_android_devices_from/) +- [Admob limits causes](https://www.reddit.com/r/androiddev/comments/vvb41x/admob_limits_causes/) +- [App deployment rejected for privacy policy](https://www.reddit.com/r/androiddev/comments/vv9uro/app_deployment_rejected_for_privacy_policy/) +- [Recommendations for ad networks with static / short length interstitial ads?](https://www.reddit.com/r/androiddev/comments/vv8lsm/recommendations_for_ad_networks_with_static_short/) +- [Data safety form question: how to declare data that is being shared by a "share function" (e.g. ShareSheet)?](https://www.reddit.com/r/androiddev/comments/vv4zyn/data_safety_form_question_how_to_declare_data/) +- [Help with potential reasons for a Play Store ban](https://www.reddit.com/r/androiddev/comments/vv31br/help_with_potential_reasons_for_a_play_store_ban/) +- [Do you do test-based capture & publish for QA? (Espresso, JUnit,..)](https://www.reddit.com/r/androiddev/comments/vv1l88/do_you_do_testbased_capture_publish_for_qa/) +- [Is it possible to create an offline version of an app with the APK?](https://www.reddit.com/r/androiddev/comments/vuzdiy/is_it_possible_to_create_an_offline_version_of_an/) +- [Display N inputs dynamically and navigate between them](https://www.reddit.com/r/androiddev/comments/vuy65b/display_n_inputs_dynamically_and_navigate_between/) +- [AS 2021.2.1 Patch 1 Emulator how do I enable gestures // keyboard combinations ?](https://www.reddit.com/r/androiddev/comments/vuwl4d/as_202121_patch_1_emulator_how_do_i_enable/) ### *InfoWorld posts* From eb0afc94015c115370c930fd2bd95f8d27ba1cc7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 11 Jul 2022 01:31:47 +0000 Subject: [PATCH 0217/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1db16d1140..3851ab1e70 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Remote adb commands to Android devices from anywhere on the internet (FREE)](https://www.reddit.com/r/androiddev/comments/vvccsr/remote_adb_commands_to_android_devices_from/) -- [Admob limits causes](https://www.reddit.com/r/androiddev/comments/vvb41x/admob_limits_causes/) -- [App deployment rejected for privacy policy](https://www.reddit.com/r/androiddev/comments/vv9uro/app_deployment_rejected_for_privacy_policy/) -- [Recommendations for ad networks with static / short length interstitial ads?](https://www.reddit.com/r/androiddev/comments/vv8lsm/recommendations_for_ad_networks_with_static_short/) -- [Data safety form question: how to declare data that is being shared by a "share function" (e.g. ShareSheet)?](https://www.reddit.com/r/androiddev/comments/vv4zyn/data_safety_form_question_how_to_declare_data/) -- [Help with potential reasons for a Play Store ban](https://www.reddit.com/r/androiddev/comments/vv31br/help_with_potential_reasons_for_a_play_store_ban/) -- [Do you do test-based capture & publish for QA? (Espresso, JUnit,..)](https://www.reddit.com/r/androiddev/comments/vv1l88/do_you_do_testbased_capture_publish_for_qa/) -- [Is it possible to create an offline version of an app with the APK?](https://www.reddit.com/r/androiddev/comments/vuzdiy/is_it_possible_to_create_an_offline_version_of_an/) -- [Display N inputs dynamically and navigate between them](https://www.reddit.com/r/androiddev/comments/vuy65b/display_n_inputs_dynamically_and_navigate_between/) -- [AS 2021.2.1 Patch 1 Emulator how do I enable gestures // keyboard combinations ?](https://www.reddit.com/r/androiddev/comments/vuwl4d/as_202121_patch_1_emulator_how_do_i_enable/) +- [I have a paid app on Google play, I would like to change the name that appears once the user card is billed how do I do this?](https://www.reddit.com/r/androiddev/comments/vw34fu/i_have_a_paid_app_on_google_play_i_would_like_to/) +- [Subscription promotions](https://www.reddit.com/r/androiddev/comments/vw1utj/subscription_promotions/) +- [Huawei P30 broken screen access data without enabled debugging](https://www.reddit.com/r/androiddev/comments/vvywgr/huawei_p30_broken_screen_access_data_without/) +- [My dream app that I think would sell: the low bandwidth browser](https://www.reddit.com/r/androiddev/comments/vvwho2/my_dream_app_that_i_think_would_sell_the_low/) +- [Text view is overlapping the mobile navigation bar ? how to solve this issue ?](https://www.reddit.com/r/androiddev/comments/vvvwzx/text_view_is_overlapping_the_mobile_navigation/) +- [Importing C++ code in Android](https://www.reddit.com/r/androiddev/comments/vvuwgh/importing_c_code_in_android/) +- [How to load OpenJDK on Android?](https://www.reddit.com/r/androiddev/comments/vvrvbu/how_to_load_openjdk_on_android/) +- [The ripple inside BottomNavigationView in my app touches the icon next to it when long-pressed on the item, How can I solve the problem?](https://www.reddit.com/r/androiddev/comments/vvr6q6/the_ripple_inside_bottomnavigationview_in_my_app/) +- [App doesn't work on Nokia 1 in tests](https://www.reddit.com/r/androiddev/comments/vvog4m/app_doesnt_work_on_nokia_1_in_tests/) +- [About privacy](https://www.reddit.com/r/androiddev/comments/vvofnc/about_privacy/) ### *InfoWorld posts* From f3c6983a0da9a781b6cf2e03fec1a6b3a915c4a9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 12 Jul 2022 01:31:59 +0000 Subject: [PATCH 0218/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3851ab1e70..19c87cfce6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I have a paid app on Google play, I would like to change the name that appears once the user card is billed how do I do this?](https://www.reddit.com/r/androiddev/comments/vw34fu/i_have_a_paid_app_on_google_play_i_would_like_to/) -- [Subscription promotions](https://www.reddit.com/r/androiddev/comments/vw1utj/subscription_promotions/) -- [Huawei P30 broken screen access data without enabled debugging](https://www.reddit.com/r/androiddev/comments/vvywgr/huawei_p30_broken_screen_access_data_without/) -- [My dream app that I think would sell: the low bandwidth browser](https://www.reddit.com/r/androiddev/comments/vvwho2/my_dream_app_that_i_think_would_sell_the_low/) -- [Text view is overlapping the mobile navigation bar ? how to solve this issue ?](https://www.reddit.com/r/androiddev/comments/vvvwzx/text_view_is_overlapping_the_mobile_navigation/) -- [Importing C++ code in Android](https://www.reddit.com/r/androiddev/comments/vvuwgh/importing_c_code_in_android/) -- [How to load OpenJDK on Android?](https://www.reddit.com/r/androiddev/comments/vvrvbu/how_to_load_openjdk_on_android/) -- [The ripple inside BottomNavigationView in my app touches the icon next to it when long-pressed on the item, How can I solve the problem?](https://www.reddit.com/r/androiddev/comments/vvr6q6/the_ripple_inside_bottomnavigationview_in_my_app/) -- [App doesn't work on Nokia 1 in tests](https://www.reddit.com/r/androiddev/comments/vvog4m/app_doesnt_work_on_nokia_1_in_tests/) -- [About privacy](https://www.reddit.com/r/androiddev/comments/vvofnc/about_privacy/) +- [I've got an issue when ever I type my app name (Iguhallee) in the playstore it wouldn't display like the image full screen](https://www.reddit.com/r/androiddev/comments/vwvb6u/ive_got_an_issue_when_ever_i_type_my_app_name/) +- [Why the background color of the top bar changes automatically not as I set it? Material Design 3](https://www.reddit.com/r/androiddev/comments/vwu1gw/why_the_background_color_of_the_top_bar_changes/) +- [Hybrid app vs a native app in 2022](https://www.reddit.com/r/androiddev/comments/vwtudk/hybrid_app_vs_a_native_app_in_2022/) +- [Editing/Modifying Vector Drawable](https://www.reddit.com/r/androiddev/comments/vwrung/editingmodifying_vector_drawable/) +- [Got any nocode app builder recommendations? - simple qr code scanner and email function](https://www.reddit.com/r/androiddev/comments/vwpmyj/got_any_nocode_app_builder_recommendations_simple/) +- [What is a good pattern for non-mutable LiveData?](https://www.reddit.com/r/androiddev/comments/vwo4k1/what_is_a_good_pattern_for_nonmutable_livedata/) +- [Storing drawable ids in room database](https://www.reddit.com/r/androiddev/comments/vwkyce/storing_drawable_ids_in_room_database/) +- [is there a way to disable this button](https://www.reddit.com/r/androiddev/comments/vwk0ix/is_there_a_way_to_disable_this_button/) +- [can i make decent money making android apps freelancing](https://www.reddit.com/r/androiddev/comments/vwk03t/can_i_make_decent_money_making_android_apps/) +- [Uploaded an app to play store, have some questions:](https://www.reddit.com/r/androiddev/comments/vwi81c/uploaded_an_app_to_play_store_have_some_questions/) ### *InfoWorld posts* From 6a2811074b531afcf5d17bfabe5d09f75f27dca2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 13 Jul 2022 01:34:02 +0000 Subject: [PATCH 0219/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 19c87cfce6..ad2d6a9724 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I've got an issue when ever I type my app name (Iguhallee) in the playstore it wouldn't display like the image full screen](https://www.reddit.com/r/androiddev/comments/vwvb6u/ive_got_an_issue_when_ever_i_type_my_app_name/) -- [Why the background color of the top bar changes automatically not as I set it? Material Design 3](https://www.reddit.com/r/androiddev/comments/vwu1gw/why_the_background_color_of_the_top_bar_changes/) -- [Hybrid app vs a native app in 2022](https://www.reddit.com/r/androiddev/comments/vwtudk/hybrid_app_vs_a_native_app_in_2022/) -- [Editing/Modifying Vector Drawable](https://www.reddit.com/r/androiddev/comments/vwrung/editingmodifying_vector_drawable/) -- [Got any nocode app builder recommendations? - simple qr code scanner and email function](https://www.reddit.com/r/androiddev/comments/vwpmyj/got_any_nocode_app_builder_recommendations_simple/) -- [What is a good pattern for non-mutable LiveData?](https://www.reddit.com/r/androiddev/comments/vwo4k1/what_is_a_good_pattern_for_nonmutable_livedata/) -- [Storing drawable ids in room database](https://www.reddit.com/r/androiddev/comments/vwkyce/storing_drawable_ids_in_room_database/) -- [is there a way to disable this button](https://www.reddit.com/r/androiddev/comments/vwk0ix/is_there_a_way_to_disable_this_button/) -- [can i make decent money making android apps freelancing](https://www.reddit.com/r/androiddev/comments/vwk03t/can_i_make_decent_money_making_android_apps/) -- [Uploaded an app to play store, have some questions:](https://www.reddit.com/r/androiddev/comments/vwi81c/uploaded_an_app_to_play_store_have_some_questions/) +- [App update got rejected.](https://www.reddit.com/r/androiddev/comments/vxpxnt/app_update_got_rejected/) +- [Is 'Leave a review on Trustpilot' link allowed in-app?](https://www.reddit.com/r/androiddev/comments/vxn781/is_leave_a_review_on_trustpilot_link_allowed_inapp/) +- [We found that your manifest file contains the REQUEST_INSTALL_PACKAGES permission, But my app does not use this permission](https://www.reddit.com/r/androiddev/comments/vxmbwz/we_found_that_your_manifest_file_contains_the/) +- [on my phone the correct pattern wont work does anyone know why](https://www.reddit.com/r/androiddev/comments/vxlutd/on_my_phone_the_correct_pattern_wont_work_does/) +- [what type of stream do video-streaming services use?](https://www.reddit.com/r/androiddev/comments/vxkqmg/what_type_of_stream_do_videostreaming_services_use/) +- [Questions about Google Data Safety Form](https://www.reddit.com/r/androiddev/comments/vxka4d/questions_about_google_data_safety_form/) +- [Low entry barrier to android Dev](https://www.reddit.com/r/androiddev/comments/vxevkm/low_entry_barrier_to_android_dev/) +- [Great milestone for us — Donut Punks has reached 1 million installs.](https://www.reddit.com/r/androiddev/comments/vxekby/great_milestone_for_us_donut_punks_has_reached_1/) +- [Line cant be seen in LineGraph](https://www.reddit.com/r/androiddev/comments/vxe44t/line_cant_be_seen_in_linegraph/) +- [It's happening! CTS tests for bad app killing behaviour](https://www.reddit.com/r/androiddev/comments/vxdqxh/its_happening_cts_tests_for_bad_app_killing/) ### *InfoWorld posts* From 73311be11c9a2d9d3aa49664c547154b79e1a867 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 14 Jul 2022 01:32:33 +0000 Subject: [PATCH 0220/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ad2d6a9724..9c2cfca77e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [App update got rejected.](https://www.reddit.com/r/androiddev/comments/vxpxnt/app_update_got_rejected/) -- [Is 'Leave a review on Trustpilot' link allowed in-app?](https://www.reddit.com/r/androiddev/comments/vxn781/is_leave_a_review_on_trustpilot_link_allowed_inapp/) -- [We found that your manifest file contains the REQUEST_INSTALL_PACKAGES permission, But my app does not use this permission](https://www.reddit.com/r/androiddev/comments/vxmbwz/we_found_that_your_manifest_file_contains_the/) -- [on my phone the correct pattern wont work does anyone know why](https://www.reddit.com/r/androiddev/comments/vxlutd/on_my_phone_the_correct_pattern_wont_work_does/) -- [what type of stream do video-streaming services use?](https://www.reddit.com/r/androiddev/comments/vxkqmg/what_type_of_stream_do_videostreaming_services_use/) -- [Questions about Google Data Safety Form](https://www.reddit.com/r/androiddev/comments/vxka4d/questions_about_google_data_safety_form/) -- [Low entry barrier to android Dev](https://www.reddit.com/r/androiddev/comments/vxevkm/low_entry_barrier_to_android_dev/) -- [Great milestone for us — Donut Punks has reached 1 million installs.](https://www.reddit.com/r/androiddev/comments/vxekby/great_milestone_for_us_donut_punks_has_reached_1/) -- [Line cant be seen in LineGraph](https://www.reddit.com/r/androiddev/comments/vxe44t/line_cant_be_seen_in_linegraph/) -- [It's happening! CTS tests for bad app killing behaviour](https://www.reddit.com/r/androiddev/comments/vxdqxh/its_happening_cts_tests_for_bad_app_killing/) +- [BLE MTU size](https://www.reddit.com/r/androiddev/comments/vyje2o/ble_mtu_size/) +- [Android: Reddit style nested comments implementation](https://www.reddit.com/r/androiddev/comments/vyh4hv/android_reddit_style_nested_comments/) +- [what is this to you?](https://www.reddit.com/r/androiddev/comments/vygqma/what_is_this_to_you/) +- [Seniors vs Juniors Android Devs](https://www.reddit.com/r/androiddev/comments/vygfu1/seniors_vs_juniors_android_devs/) +- [Capture lambda inline](https://www.reddit.com/r/androiddev/comments/vycx6p/capture_lambda_inline/) +- [Google Play In App Purchase Missing Credit, Can we fetch it?](https://www.reddit.com/r/androiddev/comments/vyb8oz/google_play_in_app_purchase_missing_credit_can_we/) +- [AbstractComposeView - preview not working in old view system](https://www.reddit.com/r/androiddev/comments/vyb44w/abstractcomposeview_preview_not_working_in_old/) +- [Android 13 Beta 4 rolled out for all Pixel devices](https://www.reddit.com/r/androiddev/comments/vy8qds/android_13_beta_4_rolled_out_for_all_pixel_devices/) +- [function argument with default value.](https://www.reddit.com/r/androiddev/comments/vy80ia/function_argument_with_default_value/) +- [chrome video playback freezes](https://www.reddit.com/r/androiddev/comments/vy6ci8/chrome_video_playback_freezes/) ### *InfoWorld posts* From 792b300ae47db27392522665612343cd863be22f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 15 Jul 2022 01:32:39 +0000 Subject: [PATCH 0221/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9c2cfca77e..b9e747feb5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [BLE MTU size](https://www.reddit.com/r/androiddev/comments/vyje2o/ble_mtu_size/) -- [Android: Reddit style nested comments implementation](https://www.reddit.com/r/androiddev/comments/vyh4hv/android_reddit_style_nested_comments/) -- [what is this to you?](https://www.reddit.com/r/androiddev/comments/vygqma/what_is_this_to_you/) -- [Seniors vs Juniors Android Devs](https://www.reddit.com/r/androiddev/comments/vygfu1/seniors_vs_juniors_android_devs/) -- [Capture lambda inline](https://www.reddit.com/r/androiddev/comments/vycx6p/capture_lambda_inline/) -- [Google Play In App Purchase Missing Credit, Can we fetch it?](https://www.reddit.com/r/androiddev/comments/vyb8oz/google_play_in_app_purchase_missing_credit_can_we/) -- [AbstractComposeView - preview not working in old view system](https://www.reddit.com/r/androiddev/comments/vyb44w/abstractcomposeview_preview_not_working_in_old/) -- [Android 13 Beta 4 rolled out for all Pixel devices](https://www.reddit.com/r/androiddev/comments/vy8qds/android_13_beta_4_rolled_out_for_all_pixel_devices/) -- [function argument with default value.](https://www.reddit.com/r/androiddev/comments/vy80ia/function_argument_with_default_value/) -- [chrome video playback freezes](https://www.reddit.com/r/androiddev/comments/vy6ci8/chrome_video_playback_freezes/) +- [What is this interface?](https://www.reddit.com/r/androiddev/comments/vzbx7o/what_is_this_interface/) +- [Operating costs of a chat app for 1000 members](https://www.reddit.com/r/androiddev/comments/vzbs4j/operating_costs_of_a_chat_app_for_1000_members/) +- [is it that hard to land a remote job lately?](https://www.reddit.com/r/androiddev/comments/vzbnur/is_it_that_hard_to_land_a_remote_job_lately/) +- [How can I authenticate a APK certificate?](https://www.reddit.com/r/androiddev/comments/vz9ijt/how_can_i_authenticate_a_apk_certificate/) +- [Warehouse](https://www.reddit.com/r/androiddev/comments/vz80i4/warehouse/) +- [Roomie: a task-sharing app for roommates in a shared apartment. Looking for teammates to create a mobile app.](https://www.reddit.com/r/androiddev/comments/vz7kb3/roomie_a_tasksharing_app_for_roommates_in_a/) +- [Connect android app to Azure SQL cloud](https://www.reddit.com/r/androiddev/comments/vz7kal/connect_android_app_to_azure_sql_cloud/) +- [Is it foolish to look for remote roles for my first android dev role.](https://www.reddit.com/r/androiddev/comments/vz71a4/is_it_foolish_to_look_for_remote_roles_for_my/) +- [Requirements to be a junior Android developer?](https://www.reddit.com/r/androiddev/comments/vz6gnr/requirements_to_be_a_junior_android_developer/) +- [How can i create a time period switch for a chart, like this?](https://www.reddit.com/r/androiddev/comments/vz6e0l/how_can_i_create_a_time_period_switch_for_a_chart/) ### *InfoWorld posts* From a0942c5fecd442ff14cb42c58c338b0bda52e2e6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 16 Jul 2022 01:31:30 +0000 Subject: [PATCH 0222/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b9e747feb5..1c999463fe 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What is this interface?](https://www.reddit.com/r/androiddev/comments/vzbx7o/what_is_this_interface/) -- [Operating costs of a chat app for 1000 members](https://www.reddit.com/r/androiddev/comments/vzbs4j/operating_costs_of_a_chat_app_for_1000_members/) -- [is it that hard to land a remote job lately?](https://www.reddit.com/r/androiddev/comments/vzbnur/is_it_that_hard_to_land_a_remote_job_lately/) -- [How can I authenticate a APK certificate?](https://www.reddit.com/r/androiddev/comments/vz9ijt/how_can_i_authenticate_a_apk_certificate/) -- [Warehouse](https://www.reddit.com/r/androiddev/comments/vz80i4/warehouse/) -- [Roomie: a task-sharing app for roommates in a shared apartment. Looking for teammates to create a mobile app.](https://www.reddit.com/r/androiddev/comments/vz7kb3/roomie_a_tasksharing_app_for_roommates_in_a/) -- [Connect android app to Azure SQL cloud](https://www.reddit.com/r/androiddev/comments/vz7kal/connect_android_app_to_azure_sql_cloud/) -- [Is it foolish to look for remote roles for my first android dev role.](https://www.reddit.com/r/androiddev/comments/vz71a4/is_it_foolish_to_look_for_remote_roles_for_my/) -- [Requirements to be a junior Android developer?](https://www.reddit.com/r/androiddev/comments/vz6gnr/requirements_to_be_a_junior_android_developer/) -- [How can i create a time period switch for a chart, like this?](https://www.reddit.com/r/androiddev/comments/vz6e0l/how_can_i_create_a_time_period_switch_for_a_chart/) +- [Building Marketplace App Advice](https://www.reddit.com/r/androiddev/comments/w03yiv/building_marketplace_app_advice/) +- [Google Map API - No Use in Customer Application Directed To Children.](https://www.reddit.com/r/androiddev/comments/w02ocv/google_map_api_no_use_in_customer_application/) +- [Best Android Phone to invest in for testing Kotlin apps](https://www.reddit.com/r/androiddev/comments/vzwyvv/best_android_phone_to_invest_in_for_testing/) +- [Not asking for help, just curious here](https://www.reddit.com/r/androiddev/comments/vzv7hq/not_asking_for_help_just_curious_here/) +- [Kotlin native vs React native vs Flutter](https://www.reddit.com/r/androiddev/comments/vzuz0g/kotlin_native_vs_react_native_vs_flutter/) +- [Subscriptions with free trials](https://www.reddit.com/r/androiddev/comments/vztr64/subscriptions_with_free_trials/) +- [Change of "Install base" and acquired/lost users differ extremely](https://www.reddit.com/r/androiddev/comments/vzsg7g/change_of_install_base_and_acquiredlost_users/) +- [Why focusRequester.requestFocus() not showing the keyboard?](https://www.reddit.com/r/androiddev/comments/vzraqw/why_focusrequesterrequestfocus_not_showing_the/) +- [Optimized Chessboard Pattern VectorDrawable in Kotlin](https://www.reddit.com/r/androiddev/comments/vzpy3d/optimized_chessboard_pattern_vectordrawable_in/) +- [How long could a fragment potentially outlive its view?](https://www.reddit.com/r/androiddev/comments/vznw3x/how_long_could_a_fragment_potentially_outlive_its/) ### *InfoWorld posts* From 94a50d9df81c3f1c33c587dd6aef6d43a74c14ae Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 17 Jul 2022 01:32:04 +0000 Subject: [PATCH 0223/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1c999463fe..d31c85e6be 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Building Marketplace App Advice](https://www.reddit.com/r/androiddev/comments/w03yiv/building_marketplace_app_advice/) -- [Google Map API - No Use in Customer Application Directed To Children.](https://www.reddit.com/r/androiddev/comments/w02ocv/google_map_api_no_use_in_customer_application/) -- [Best Android Phone to invest in for testing Kotlin apps](https://www.reddit.com/r/androiddev/comments/vzwyvv/best_android_phone_to_invest_in_for_testing/) -- [Not asking for help, just curious here](https://www.reddit.com/r/androiddev/comments/vzv7hq/not_asking_for_help_just_curious_here/) -- [Kotlin native vs React native vs Flutter](https://www.reddit.com/r/androiddev/comments/vzuz0g/kotlin_native_vs_react_native_vs_flutter/) -- [Subscriptions with free trials](https://www.reddit.com/r/androiddev/comments/vztr64/subscriptions_with_free_trials/) -- [Change of "Install base" and acquired/lost users differ extremely](https://www.reddit.com/r/androiddev/comments/vzsg7g/change_of_install_base_and_acquiredlost_users/) -- [Why focusRequester.requestFocus() not showing the keyboard?](https://www.reddit.com/r/androiddev/comments/vzraqw/why_focusrequesterrequestfocus_not_showing_the/) -- [Optimized Chessboard Pattern VectorDrawable in Kotlin](https://www.reddit.com/r/androiddev/comments/vzpy3d/optimized_chessboard_pattern_vectordrawable_in/) -- [How long could a fragment potentially outlive its view?](https://www.reddit.com/r/androiddev/comments/vznw3x/how_long_could_a_fragment_potentially_outlive_its/) +- [hi, how do you decide what app develop?, how do you get that ussers download your app ?](https://www.reddit.com/r/androiddev/comments/w0vl92/hi_how_do_you_decide_what_app_develop_how_do_you/) +- [Good Android step-by-step app tutorials](https://www.reddit.com/r/androiddev/comments/w0usez/good_android_stepbystep_app_tutorials/) +- [Installing Androids newer OS versions to unsupported phones?](https://www.reddit.com/r/androiddev/comments/w0snt1/installing_androids_newer_os_versions_to/) +- [Any good material on how to work with Gradle in Android?](https://www.reddit.com/r/androiddev/comments/w0rno1/any_good_material_on_how_to_work_with_gradle_in/) +- [FLUTTER OR KOTLIN ???PLZ HELP](https://www.reddit.com/r/androiddev/comments/w0ooz1/flutter_or_kotlin_plz_help/) +- [Can someone explain what's going on with media store?](https://www.reddit.com/r/androiddev/comments/w0o6bk/can_someone_explain_whats_going_on_with_media/) +- [Using retrofit, room and mvvm - should I make separated ViewModel, and ViewModelFactory class for api calls, and db calls?](https://www.reddit.com/r/androiddev/comments/w0n9j6/using_retrofit_room_and_mvvm_should_i_make/) +- [Preferences Helper: Minimal add-on library for Preferences DataStore that provides a nicer API](https://www.reddit.com/r/androiddev/comments/w0ji4z/preferences_helper_minimal_addon_library_for/) +- [First app pending for review in google play console since monday, is it normal?](https://www.reddit.com/r/androiddev/comments/w0i2s3/first_app_pending_for_review_in_google_play/) +- [Is it normal to use the !! operator all over the codebase?](https://www.reddit.com/r/androiddev/comments/w0hi0w/is_it_normal_to_use_the_operator_all_over_the/) ### *InfoWorld posts* From 4c402be5f84fdfb3dcc2f1874e1651f0c7fc2645 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 18 Jul 2022 01:33:26 +0000 Subject: [PATCH 0224/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d31c85e6be..7e992d595f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [hi, how do you decide what app develop?, how do you get that ussers download your app ?](https://www.reddit.com/r/androiddev/comments/w0vl92/hi_how_do_you_decide_what_app_develop_how_do_you/) -- [Good Android step-by-step app tutorials](https://www.reddit.com/r/androiddev/comments/w0usez/good_android_stepbystep_app_tutorials/) -- [Installing Androids newer OS versions to unsupported phones?](https://www.reddit.com/r/androiddev/comments/w0snt1/installing_androids_newer_os_versions_to/) -- [Any good material on how to work with Gradle in Android?](https://www.reddit.com/r/androiddev/comments/w0rno1/any_good_material_on_how_to_work_with_gradle_in/) -- [FLUTTER OR KOTLIN ???PLZ HELP](https://www.reddit.com/r/androiddev/comments/w0ooz1/flutter_or_kotlin_plz_help/) -- [Can someone explain what's going on with media store?](https://www.reddit.com/r/androiddev/comments/w0o6bk/can_someone_explain_whats_going_on_with_media/) -- [Using retrofit, room and mvvm - should I make separated ViewModel, and ViewModelFactory class for api calls, and db calls?](https://www.reddit.com/r/androiddev/comments/w0n9j6/using_retrofit_room_and_mvvm_should_i_make/) -- [Preferences Helper: Minimal add-on library for Preferences DataStore that provides a nicer API](https://www.reddit.com/r/androiddev/comments/w0ji4z/preferences_helper_minimal_addon_library_for/) -- [First app pending for review in google play console since monday, is it normal?](https://www.reddit.com/r/androiddev/comments/w0i2s3/first_app_pending_for_review_in_google_play/) -- [Is it normal to use the !! operator all over the codebase?](https://www.reddit.com/r/androiddev/comments/w0hi0w/is_it_normal_to_use_the_operator_all_over_the/) +- [What's the Current State of Android Development™?](https://www.reddit.com/r/androiddev/comments/w1ls5c/whats_the_current_state_of_android_development/) +- [question regarding dev and earning from an app i created](https://www.reddit.com/r/androiddev/comments/w1k6dt/question_regarding_dev_and_earning_from_an_app_i/) +- [Is Smartlook sdk safe ?](https://www.reddit.com/r/androiddev/comments/w1ii58/is_smartlook_sdk_safe/) +- [Discount code (15%) for Chicago Roboto 2022 tickets](https://www.reddit.com/r/androiddev/comments/w1hyzo/discount_code_15_for_chicago_roboto_2022_tickets/) +- [Receivers and Extensions - Dave Leeds on Kotlin](https://www.reddit.com/r/androiddev/comments/w1hobz/receivers_and_extensions_dave_leeds_on_kotlin/) +- [How can I put FAB into Bottomsheet in Android Coordinator Layout](https://www.reddit.com/r/androiddev/comments/w1hdcd/how_can_i_put_fab_into_bottomsheet_in_android/) +- [Help blocking/manage the 'ConnectionService' to prevent Discord Voice Chat audits from a tracker app?](https://www.reddit.com/r/androiddev/comments/w1gryv/help_blockingmanage_the_connectionservice_to/) +- [Is there any way to know when to use that particular layout over the other without actually implementing both of the layouts and understanding it visually in an app?](https://www.reddit.com/r/androiddev/comments/w1evbp/is_there_any_way_to_know_when_to_use_that/) +- [Requiring a device to support webgl 2.](https://www.reddit.com/r/androiddev/comments/w1dez1/requiring_a_device_to_support_webgl_2/) +- [Gesture-Handling Modifiers in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/w1ckc2/gesturehandling_modifiers_in_jetpack_compose/) ### *InfoWorld posts* From 0ad2a1deae18b9b4efe9b0d1c2337f62652cae22 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 19 Jul 2022 01:32:48 +0000 Subject: [PATCH 0225/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7e992d595f..e6913e6c46 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What's the Current State of Android Development™?](https://www.reddit.com/r/androiddev/comments/w1ls5c/whats_the_current_state_of_android_development/) -- [question regarding dev and earning from an app i created](https://www.reddit.com/r/androiddev/comments/w1k6dt/question_regarding_dev_and_earning_from_an_app_i/) -- [Is Smartlook sdk safe ?](https://www.reddit.com/r/androiddev/comments/w1ii58/is_smartlook_sdk_safe/) -- [Discount code (15%) for Chicago Roboto 2022 tickets](https://www.reddit.com/r/androiddev/comments/w1hyzo/discount_code_15_for_chicago_roboto_2022_tickets/) -- [Receivers and Extensions - Dave Leeds on Kotlin](https://www.reddit.com/r/androiddev/comments/w1hobz/receivers_and_extensions_dave_leeds_on_kotlin/) -- [How can I put FAB into Bottomsheet in Android Coordinator Layout](https://www.reddit.com/r/androiddev/comments/w1hdcd/how_can_i_put_fab_into_bottomsheet_in_android/) -- [Help blocking/manage the 'ConnectionService' to prevent Discord Voice Chat audits from a tracker app?](https://www.reddit.com/r/androiddev/comments/w1gryv/help_blockingmanage_the_connectionservice_to/) -- [Is there any way to know when to use that particular layout over the other without actually implementing both of the layouts and understanding it visually in an app?](https://www.reddit.com/r/androiddev/comments/w1evbp/is_there_any_way_to_know_when_to_use_that/) -- [Requiring a device to support webgl 2.](https://www.reddit.com/r/androiddev/comments/w1dez1/requiring_a_device_to_support_webgl_2/) -- [Gesture-Handling Modifiers in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/w1ckc2/gesturehandling_modifiers_in_jetpack_compose/) +- [Do yout stil use Android Timber lib?](https://www.reddit.com/r/androiddev/comments/w2ax44/do_yout_stil_use_android_timber_lib/) +- [Support lib namespace vs. android namespace documentation](https://www.reddit.com/r/androiddev/comments/w292wa/support_lib_namespace_vs_android_namespace/) +- [Android Studio Emulator, lock presentation while changing pose](https://www.reddit.com/r/androiddev/comments/w26dqi/android_studio_emulator_lock_presentation_while/) +- [Error while creating Developer account](https://www.reddit.com/r/androiddev/comments/w22ouc/error_while_creating_developer_account/) +- [Compose library for sample image crop?](https://www.reddit.com/r/androiddev/comments/w21c5z/compose_library_for_sample_image_crop/) +- [A library - Internet availability](https://www.reddit.com/r/androiddev/comments/w20bw9/a_library_internet_availability/) +- [Admob ads not showing after update in play store](https://www.reddit.com/r/androiddev/comments/w20abv/admob_ads_not_showing_after_update_in_play_store/) +- [Weekly Who's Hiring Thread - July 18, 2022](https://www.reddit.com/r/androiddev/comments/w1yrqj/weekly_whos_hiring_thread_july_18_2022/) +- [So many new things to learn, gotta trim it down or go nuts](https://www.reddit.com/r/androiddev/comments/w1ycnv/so_many_new_things_to_learn_gotta_trim_it_down_or/) +- [Coroutines on AppWidgetProvider() class](https://www.reddit.com/r/androiddev/comments/w1xzlw/coroutines_on_appwidgetprovider_class/) ### *InfoWorld posts* From 9d992e5f614d4b5a2273f53ae57d5aa92611ffd7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 20 Jul 2022 01:31:44 +0000 Subject: [PATCH 0226/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e6913e6c46..7c564fd1df 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Do yout stil use Android Timber lib?](https://www.reddit.com/r/androiddev/comments/w2ax44/do_yout_stil_use_android_timber_lib/) -- [Support lib namespace vs. android namespace documentation](https://www.reddit.com/r/androiddev/comments/w292wa/support_lib_namespace_vs_android_namespace/) -- [Android Studio Emulator, lock presentation while changing pose](https://www.reddit.com/r/androiddev/comments/w26dqi/android_studio_emulator_lock_presentation_while/) -- [Error while creating Developer account](https://www.reddit.com/r/androiddev/comments/w22ouc/error_while_creating_developer_account/) -- [Compose library for sample image crop?](https://www.reddit.com/r/androiddev/comments/w21c5z/compose_library_for_sample_image_crop/) -- [A library - Internet availability](https://www.reddit.com/r/androiddev/comments/w20bw9/a_library_internet_availability/) -- [Admob ads not showing after update in play store](https://www.reddit.com/r/androiddev/comments/w20abv/admob_ads_not_showing_after_update_in_play_store/) -- [Weekly Who's Hiring Thread - July 18, 2022](https://www.reddit.com/r/androiddev/comments/w1yrqj/weekly_whos_hiring_thread_july_18_2022/) -- [So many new things to learn, gotta trim it down or go nuts](https://www.reddit.com/r/androiddev/comments/w1ycnv/so_many_new_things_to_learn_gotta_trim_it_down_or/) -- [Coroutines on AppWidgetProvider() class](https://www.reddit.com/r/androiddev/comments/w1xzlw/coroutines_on_appwidgetprovider_class/) +- [Neither rating nor reviews are showing up for my playstore game.](https://www.reddit.com/r/androiddev/comments/w36rfm/neither_rating_nor_reviews_are_showing_up_for_my/) +- [Any good "user feedback" tools where it shows a popup and then the user can write feedback and I can view it on a website?](https://www.reddit.com/r/androiddev/comments/w368lw/any_good_user_feedback_tools_where_it_shows_a/) +- [Creating an Android Auto alternative to work with head unit?](https://www.reddit.com/r/androiddev/comments/w35hb4/creating_an_android_auto_alternative_to_work_with/) +- [Junior Android Developer 2022 cheat sheet](https://www.reddit.com/r/androiddev/comments/w355tl/junior_android_developer_2022_cheat_sheet/) +- [Creating a colour picker in Jetpack Compose using Canvas](https://www.reddit.com/r/androiddev/comments/w2zygy/creating_a_colour_picker_in_jetpack_compose_using/) +- [How to creat that method?](https://www.reddit.com/r/androiddev/comments/w2vvma/how_to_creat_that_method/) +- [Could someone help me understand and set up Build Variants for a specific use case?](https://www.reddit.com/r/androiddev/comments/w2u12f/could_someone_help_me_understand_and_set_up_build/) +- [which step should i take in order to understand the code of the app?](https://www.reddit.com/r/androiddev/comments/w2rnaq/which_step_should_i_take_in_order_to_understand/) +- [How to get billing address from in-app purchases?](https://www.reddit.com/r/androiddev/comments/w2po5n/how_to_get_billing_address_from_inapp_purchases/) +- [Looking for some help on Image Processing with OpenCV](https://www.reddit.com/r/androiddev/comments/w2p733/looking_for_some_help_on_image_processing_with/) ### *InfoWorld posts* From 523c8d5b4bdec7f76d8dd5940098959e24849762 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 21 Jul 2022 01:32:16 +0000 Subject: [PATCH 0227/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7c564fd1df..9b7072f701 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Neither rating nor reviews are showing up for my playstore game.](https://www.reddit.com/r/androiddev/comments/w36rfm/neither_rating_nor_reviews_are_showing_up_for_my/) -- [Any good "user feedback" tools where it shows a popup and then the user can write feedback and I can view it on a website?](https://www.reddit.com/r/androiddev/comments/w368lw/any_good_user_feedback_tools_where_it_shows_a/) -- [Creating an Android Auto alternative to work with head unit?](https://www.reddit.com/r/androiddev/comments/w35hb4/creating_an_android_auto_alternative_to_work_with/) -- [Junior Android Developer 2022 cheat sheet](https://www.reddit.com/r/androiddev/comments/w355tl/junior_android_developer_2022_cheat_sheet/) -- [Creating a colour picker in Jetpack Compose using Canvas](https://www.reddit.com/r/androiddev/comments/w2zygy/creating_a_colour_picker_in_jetpack_compose_using/) -- [How to creat that method?](https://www.reddit.com/r/androiddev/comments/w2vvma/how_to_creat_that_method/) -- [Could someone help me understand and set up Build Variants for a specific use case?](https://www.reddit.com/r/androiddev/comments/w2u12f/could_someone_help_me_understand_and_set_up_build/) -- [which step should i take in order to understand the code of the app?](https://www.reddit.com/r/androiddev/comments/w2rnaq/which_step_should_i_take_in_order_to_understand/) -- [How to get billing address from in-app purchases?](https://www.reddit.com/r/androiddev/comments/w2po5n/how_to_get_billing_address_from_inapp_purchases/) -- [Looking for some help on Image Processing with OpenCV](https://www.reddit.com/r/androiddev/comments/w2p733/looking_for_some_help_on_image_processing_with/) +- [Permissions for audio bombs](https://www.reddit.com/r/androiddev/comments/w41831/permissions_for_audio_bombs/) +- [Can anyone help me identify this MCU? It's a UIS 7862 based processor identified as NOR_53. FYT-based. Thanks!](https://www.reddit.com/r/androiddev/comments/w3zza3/can_anyone_help_me_identify_this_mcu_its_a_uis/) +- [How can i install apps in external storage](https://www.reddit.com/r/androiddev/comments/w3yrrv/how_can_i_install_apps_in_external_storage/) +- [Need advice about switching to contracting](https://www.reddit.com/r/androiddev/comments/w3x4t6/need_advice_about_switching_to_contracting/) +- [What eCPM rates do you get for different Admob ad types?](https://www.reddit.com/r/androiddev/comments/w3vl5f/what_ecpm_rates_do_you_get_for_different_admob_ad/) +- [Android Canvas - Wanna learn how to make custom draws](https://www.reddit.com/r/androiddev/comments/w3v1id/android_canvas_wanna_learn_how_to_make_custom/) +- [Custom path for generated aab/apk and mapping.txt](https://www.reddit.com/r/androiddev/comments/w3uiw5/custom_path_for_generated_aabapk_and_mappingtxt/) +- [20x cheaper and 2.5x faster Android Emulator tests on GitHub Actions](https://www.reddit.com/r/androiddev/comments/w3qud0/20x_cheaper_and_25x_faster_android_emulator_tests/) +- [ProcessLifecycleOwner](https://www.reddit.com/r/androiddev/comments/w3ozbh/processlifecycleowner/) +- [Android Eclair Emulator](https://www.reddit.com/r/androiddev/comments/w3olvi/android_eclair_emulator/) ### *InfoWorld posts* From e9fe0dde009a2039d8ad3f79e3602ab20f245b24 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 22 Jul 2022 01:31:31 +0000 Subject: [PATCH 0228/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9b7072f701..68926cbb37 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Permissions for audio bombs](https://www.reddit.com/r/androiddev/comments/w41831/permissions_for_audio_bombs/) -- [Can anyone help me identify this MCU? It's a UIS 7862 based processor identified as NOR_53. FYT-based. Thanks!](https://www.reddit.com/r/androiddev/comments/w3zza3/can_anyone_help_me_identify_this_mcu_its_a_uis/) -- [How can i install apps in external storage](https://www.reddit.com/r/androiddev/comments/w3yrrv/how_can_i_install_apps_in_external_storage/) -- [Need advice about switching to contracting](https://www.reddit.com/r/androiddev/comments/w3x4t6/need_advice_about_switching_to_contracting/) -- [What eCPM rates do you get for different Admob ad types?](https://www.reddit.com/r/androiddev/comments/w3vl5f/what_ecpm_rates_do_you_get_for_different_admob_ad/) -- [Android Canvas - Wanna learn how to make custom draws](https://www.reddit.com/r/androiddev/comments/w3v1id/android_canvas_wanna_learn_how_to_make_custom/) -- [Custom path for generated aab/apk and mapping.txt](https://www.reddit.com/r/androiddev/comments/w3uiw5/custom_path_for_generated_aabapk_and_mappingtxt/) -- [20x cheaper and 2.5x faster Android Emulator tests on GitHub Actions](https://www.reddit.com/r/androiddev/comments/w3qud0/20x_cheaper_and_25x_faster_android_emulator_tests/) -- [ProcessLifecycleOwner](https://www.reddit.com/r/androiddev/comments/w3ozbh/processlifecycleowner/) -- [Android Eclair Emulator](https://www.reddit.com/r/androiddev/comments/w3olvi/android_eclair_emulator/) +- [Dagger 2.43 released with support for multiple instances of the same ViewModel using keys 🎉](https://www.reddit.com/r/androiddev/comments/w4rl4u/dagger_243_released_with_support_for_multiple/) +- [Navigation Arch Component - Actionbar Shown/Hidden](https://www.reddit.com/r/androiddev/comments/w4p9ms/navigation_arch_component_actionbar_shownhidden/) +- [Easy way to migrate to Gradle's version catalog](https://www.reddit.com/r/androiddev/comments/w4p5pu/easy_way_to_migrate_to_gradles_version_catalog/) +- [What should someone know to be a successful applicant for fintech, payment sector?](https://www.reddit.com/r/androiddev/comments/w4p1wk/what_should_someone_know_to_be_a_successful/) +- [[Question] Can I boot a custom ROM without having to flash it directly to the system? Like we do on desktop?](https://www.reddit.com/r/androiddev/comments/w4nkui/question_can_i_boot_a_custom_rom_without_having/) +- [What would happen if I remove the PackageInstaller from android 8.1?](https://www.reddit.com/r/androiddev/comments/w4mwla/what_would_happen_if_i_remove_the/) +- [What screen sizes are considered "small", "normal", "large", and "xlarge"?](https://www.reddit.com/r/androiddev/comments/w4mrh8/what_screen_sizes_are_considered_small_normal/) +- [Disable Android 12 location indicator permanently](https://www.reddit.com/r/androiddev/comments/w4ivbo/disable_android_12_location_indicator_permanently/) +- [New Android dev looking for advice on what tech to use for this project...](https://www.reddit.com/r/androiddev/comments/w4id8h/new_android_dev_looking_for_advice_on_what_tech/) +- [I’m integrating Google Wallet capability in my app?](https://www.reddit.com/r/androiddev/comments/w4i2ge/im_integrating_google_wallet_capability_in_my_app/) ### *InfoWorld posts* From e614b5c2423a1a73a4aecc29c457dc8aa36871b9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 23 Jul 2022 01:31:56 +0000 Subject: [PATCH 0229/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 68926cbb37..7f97efe08d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Dagger 2.43 released with support for multiple instances of the same ViewModel using keys 🎉](https://www.reddit.com/r/androiddev/comments/w4rl4u/dagger_243_released_with_support_for_multiple/) -- [Navigation Arch Component - Actionbar Shown/Hidden](https://www.reddit.com/r/androiddev/comments/w4p9ms/navigation_arch_component_actionbar_shownhidden/) -- [Easy way to migrate to Gradle's version catalog](https://www.reddit.com/r/androiddev/comments/w4p5pu/easy_way_to_migrate_to_gradles_version_catalog/) -- [What should someone know to be a successful applicant for fintech, payment sector?](https://www.reddit.com/r/androiddev/comments/w4p1wk/what_should_someone_know_to_be_a_successful/) -- [[Question] Can I boot a custom ROM without having to flash it directly to the system? Like we do on desktop?](https://www.reddit.com/r/androiddev/comments/w4nkui/question_can_i_boot_a_custom_rom_without_having/) -- [What would happen if I remove the PackageInstaller from android 8.1?](https://www.reddit.com/r/androiddev/comments/w4mwla/what_would_happen_if_i_remove_the/) -- [What screen sizes are considered "small", "normal", "large", and "xlarge"?](https://www.reddit.com/r/androiddev/comments/w4mrh8/what_screen_sizes_are_considered_small_normal/) -- [Disable Android 12 location indicator permanently](https://www.reddit.com/r/androiddev/comments/w4ivbo/disable_android_12_location_indicator_permanently/) -- [New Android dev looking for advice on what tech to use for this project...](https://www.reddit.com/r/androiddev/comments/w4id8h/new_android_dev_looking_for_advice_on_what_tech/) -- [I’m integrating Google Wallet capability in my app?](https://www.reddit.com/r/androiddev/comments/w4i2ge/im_integrating_google_wallet_capability_in_my_app/) +- [How to get a Android Development Internships.](https://www.reddit.com/r/androiddev/comments/w5kalo/how_to_get_a_android_development_internships/) +- [Any library to get something similar to Instagram Camera Filters Horizontal RecyclerView?](https://www.reddit.com/r/androiddev/comments/w5jwxm/any_library_to_get_something_similar_to_instagram/) +- [AdMob : Ad serving is limited For 2 months and 17 Days](https://www.reddit.com/r/androiddev/comments/w5j8sl/admob_ad_serving_is_limited_for_2_months_and_17/) +- [At a loss with Google Play Policy Violation](https://www.reddit.com/r/androiddev/comments/w5j6z9/at_a_loss_with_google_play_policy_violation/) +- [Android Studio Emulated Device - Change Display Color Profile](https://www.reddit.com/r/androiddev/comments/w5ggy4/android_studio_emulated_device_change_display/) +- [App not showing in Play Store results](https://www.reddit.com/r/androiddev/comments/w5fset/app_not_showing_in_play_store_results/) +- [Should I resubmit a build?](https://www.reddit.com/r/androiddev/comments/w5e28a/should_i_resubmit_a_build/) +- [How to set my App as device owner in android 10?](https://www.reddit.com/r/androiddev/comments/w5d69z/how_to_set_my_app_as_device_owner_in_android_10/) +- [Why can't Google Assistant share anything via any messaging app?](https://www.reddit.com/r/androiddev/comments/w5biej/why_cant_google_assistant_share_anything_via_any/) +- [Best ad networks that are trusted and have higher cpm than google admob](https://www.reddit.com/r/androiddev/comments/w5bb83/best_ad_networks_that_are_trusted_and_have_higher/) ### *InfoWorld posts* From 8a0818aa3e41aa875f324150bc34e8df5b21b259 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 24 Jul 2022 01:34:01 +0000 Subject: [PATCH 0230/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7f97efe08d..8fd45e0aa9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to get a Android Development Internships.](https://www.reddit.com/r/androiddev/comments/w5kalo/how_to_get_a_android_development_internships/) -- [Any library to get something similar to Instagram Camera Filters Horizontal RecyclerView?](https://www.reddit.com/r/androiddev/comments/w5jwxm/any_library_to_get_something_similar_to_instagram/) -- [AdMob : Ad serving is limited For 2 months and 17 Days](https://www.reddit.com/r/androiddev/comments/w5j8sl/admob_ad_serving_is_limited_for_2_months_and_17/) -- [At a loss with Google Play Policy Violation](https://www.reddit.com/r/androiddev/comments/w5j6z9/at_a_loss_with_google_play_policy_violation/) -- [Android Studio Emulated Device - Change Display Color Profile](https://www.reddit.com/r/androiddev/comments/w5ggy4/android_studio_emulated_device_change_display/) -- [App not showing in Play Store results](https://www.reddit.com/r/androiddev/comments/w5fset/app_not_showing_in_play_store_results/) -- [Should I resubmit a build?](https://www.reddit.com/r/androiddev/comments/w5e28a/should_i_resubmit_a_build/) -- [How to set my App as device owner in android 10?](https://www.reddit.com/r/androiddev/comments/w5d69z/how_to_set_my_app_as_device_owner_in_android_10/) -- [Why can't Google Assistant share anything via any messaging app?](https://www.reddit.com/r/androiddev/comments/w5biej/why_cant_google_assistant_share_anything_via_any/) -- [Best ad networks that are trusted and have higher cpm than google admob](https://www.reddit.com/r/androiddev/comments/w5bb83/best_ad_networks_that_are_trusted_and_have_higher/) +- [Spoof time without changing device settings. I need a way to change the automatic time of a android device trough a hotspot, I was thinking maybe something like a vpn or mitm but I can't find any information about this topic. I know this isn't the right place to ask but it's the closest I could find](https://www.reddit.com/r/androiddev/comments/w6ix8c/spoof_time_without_changing_device_settings_i/) +- [Android box](https://www.reddit.com/r/androiddev/comments/w6ge1c/android_box/) +- [The CLOSE (X) button doesn't work on some ads](https://www.reddit.com/r/androiddev/comments/w6cg5k/the_close_x_button_doesnt_work_on_some_ads/) +- [Does flutter apps take long time to review?](https://www.reddit.com/r/androiddev/comments/w6c5ay/does_flutter_apps_take_long_time_to_review/) +- [How to distinguish between single-finger tap and double-finger tap.](https://www.reddit.com/r/androiddev/comments/w6awsm/how_to_distinguish_between_singlefinger_tap_and/) +- [i am facing problem while adding CropImageActivity into your AndroidManifest.xml](https://www.reddit.com/r/androiddev/comments/w6a48b/i_am_facing_problem_while_adding/) +- [Flutter ain't all that... or is it?](https://www.reddit.com/r/androiddev/comments/w68yb3/flutter_aint_all_that_or_is_it/) +- [What is the difference between proguard-android-optimize.txt and proguard-rules.pro and why does one file exist and the other doesn't?](https://www.reddit.com/r/androiddev/comments/w68ljw/what_is_the_difference_between/) +- [I have an android box X88 Pro 10 with Android 11 software. I try to pair my PS4 controller with it. My Android box find it but it stuck to pairing. Can anyone help me?](https://www.reddit.com/r/androiddev/comments/w66peu/i_have_an_android_box_x88_pro_10_with_android_11/) +- [How to load user settings at app startup with Datastore Preferences?](https://www.reddit.com/r/androiddev/comments/w657ay/how_to_load_user_settings_at_app_startup_with/) ### *InfoWorld posts* From a635d29c21e6ef257c6cd87b56dbc33ed58a0df8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 25 Jul 2022 01:32:27 +0000 Subject: [PATCH 0231/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8fd45e0aa9..4758ec74d7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Spoof time without changing device settings. I need a way to change the automatic time of a android device trough a hotspot, I was thinking maybe something like a vpn or mitm but I can't find any information about this topic. I know this isn't the right place to ask but it's the closest I could find](https://www.reddit.com/r/androiddev/comments/w6ix8c/spoof_time_without_changing_device_settings_i/) -- [Android box](https://www.reddit.com/r/androiddev/comments/w6ge1c/android_box/) -- [The CLOSE (X) button doesn't work on some ads](https://www.reddit.com/r/androiddev/comments/w6cg5k/the_close_x_button_doesnt_work_on_some_ads/) -- [Does flutter apps take long time to review?](https://www.reddit.com/r/androiddev/comments/w6c5ay/does_flutter_apps_take_long_time_to_review/) -- [How to distinguish between single-finger tap and double-finger tap.](https://www.reddit.com/r/androiddev/comments/w6awsm/how_to_distinguish_between_singlefinger_tap_and/) -- [i am facing problem while adding CropImageActivity into your AndroidManifest.xml](https://www.reddit.com/r/androiddev/comments/w6a48b/i_am_facing_problem_while_adding/) -- [Flutter ain't all that... or is it?](https://www.reddit.com/r/androiddev/comments/w68yb3/flutter_aint_all_that_or_is_it/) -- [What is the difference between proguard-android-optimize.txt and proguard-rules.pro and why does one file exist and the other doesn't?](https://www.reddit.com/r/androiddev/comments/w68ljw/what_is_the_difference_between/) -- [I have an android box X88 Pro 10 with Android 11 software. I try to pair my PS4 controller with it. My Android box find it but it stuck to pairing. Can anyone help me?](https://www.reddit.com/r/androiddev/comments/w66peu/i_have_an_android_box_x88_pro_10_with_android_11/) -- [How to load user settings at app startup with Datastore Preferences?](https://www.reddit.com/r/androiddev/comments/w657ay/how_to_load_user_settings_at_app_startup_with/) +- [Is it possible to connect a user's metamask wallet to an Android app?](https://www.reddit.com/r/androiddev/comments/w75mwm/is_it_possible_to_connect_a_users_metamask_wallet/) +- [What is the best chip type should I use to make something like tags?](https://www.reddit.com/r/androiddev/comments/w735zv/what_is_the_best_chip_type_should_i_use_to_make/) +- [how can i create my own notification panel in android studio](https://www.reddit.com/r/androiddev/comments/w712a9/how_can_i_create_my_own_notification_panel_in/) +- [KMMT : Kotlin Multiplatform Mobile Template - Updated to multi module structure and new features](https://www.reddit.com/r/androiddev/comments/w70tw7/kmmt_kotlin_multiplatform_mobile_template_updated/) +- [Where to hire android dev for app i want to build? Also I have a few more questions](https://www.reddit.com/r/androiddev/comments/w6wvn8/where_to_hire_android_dev_for_app_i_want_to_build/) +- [Google App Navigation Principles Challenge](https://www.reddit.com/r/androiddev/comments/w6worp/google_app_navigation_principles_challenge/) +- [Question about custom View e Custom Layout.](https://www.reddit.com/r/androiddev/comments/w6vz6c/question_about_custom_view_e_custom_layout/) +- [Media App to show media metadata](https://www.reddit.com/r/androiddev/comments/w6vym6/media_app_to_show_media_metadata/) +- [Buying a new laptop, considering a Mac for the first time](https://www.reddit.com/r/androiddev/comments/w6vs9x/buying_a_new_laptop_considering_a_mac_for_the/) +- [How can I understand MVVM](https://www.reddit.com/r/androiddev/comments/w6v66h/how_can_i_understand_mvvm/) ### *InfoWorld posts* From 4cd069bd9ec99ff5fce348dda3440bf121d74039 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 26 Jul 2022 01:33:49 +0000 Subject: [PATCH 0232/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4758ec74d7..b554bfc29d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is it possible to connect a user's metamask wallet to an Android app?](https://www.reddit.com/r/androiddev/comments/w75mwm/is_it_possible_to_connect_a_users_metamask_wallet/) -- [What is the best chip type should I use to make something like tags?](https://www.reddit.com/r/androiddev/comments/w735zv/what_is_the_best_chip_type_should_i_use_to_make/) -- [how can i create my own notification panel in android studio](https://www.reddit.com/r/androiddev/comments/w712a9/how_can_i_create_my_own_notification_panel_in/) -- [KMMT : Kotlin Multiplatform Mobile Template - Updated to multi module structure and new features](https://www.reddit.com/r/androiddev/comments/w70tw7/kmmt_kotlin_multiplatform_mobile_template_updated/) -- [Where to hire android dev for app i want to build? Also I have a few more questions](https://www.reddit.com/r/androiddev/comments/w6wvn8/where_to_hire_android_dev_for_app_i_want_to_build/) -- [Google App Navigation Principles Challenge](https://www.reddit.com/r/androiddev/comments/w6worp/google_app_navigation_principles_challenge/) -- [Question about custom View e Custom Layout.](https://www.reddit.com/r/androiddev/comments/w6vz6c/question_about_custom_view_e_custom_layout/) -- [Media App to show media metadata](https://www.reddit.com/r/androiddev/comments/w6vym6/media_app_to_show_media_metadata/) -- [Buying a new laptop, considering a Mac for the first time](https://www.reddit.com/r/androiddev/comments/w6vs9x/buying_a_new_laptop_considering_a_mac_for_the/) -- [How can I understand MVVM](https://www.reddit.com/r/androiddev/comments/w6v66h/how_can_i_understand_mvvm/) +- [Android app changed to free, but still being offered for purchase?!](https://www.reddit.com/r/androiddev/comments/w82agx/android_app_changed_to_free_but_still_being/) +- [What's wrong with my resume?](https://www.reddit.com/r/androiddev/comments/w80bsf/whats_wrong_with_my_resume/) +- [How to add a recommendation engine to my android application](https://www.reddit.com/r/androiddev/comments/w80239/how_to_add_a_recommendation_engine_to_my_android/) +- [What does the @MustBeDocumented do?](https://www.reddit.com/r/androiddev/comments/w7yqky/what_does_the_mustbedocumented_do/) +- [How to change the color of a ProgressBar in a widget via RemoteViews? (API >= 28)](https://www.reddit.com/r/androiddev/comments/w7yf85/how_to_change_the_color_of_a_progressbar_in_a/) +- [Using rememberSaveable with mutableStateListOf<Map<String,String>>()](https://www.reddit.com/r/androiddev/comments/w7ybll/using_remembersaveable_with/) +- [Google rolled out Android 13 Beta 4.1 for Pixel devices](https://www.reddit.com/r/androiddev/comments/w7x9q1/google_rolled_out_android_13_beta_41_for_pixel/) +- [Do the components in Material Design 3 support large screens?](https://www.reddit.com/r/androiddev/comments/w7wu5k/do_the_components_in_material_design_3_support/) +- [Which ad network to use for beginners?](https://www.reddit.com/r/androiddev/comments/w7w0ly/which_ad_network_to_use_for_beginners/) +- [The next headache.. Google Maps & the Primary/Detail layout..](https://www.reddit.com/r/androiddev/comments/w7v1gq/the_next_headache_google_maps_the_primarydetail/) ### *InfoWorld posts* From 77bd973daf69cd35e12d9674faa0f37fbb3fbb1b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 27 Jul 2022 01:33:05 +0000 Subject: [PATCH 0233/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b554bfc29d..b96659e78d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android app changed to free, but still being offered for purchase?!](https://www.reddit.com/r/androiddev/comments/w82agx/android_app_changed_to_free_but_still_being/) -- [What's wrong with my resume?](https://www.reddit.com/r/androiddev/comments/w80bsf/whats_wrong_with_my_resume/) -- [How to add a recommendation engine to my android application](https://www.reddit.com/r/androiddev/comments/w80239/how_to_add_a_recommendation_engine_to_my_android/) -- [What does the @MustBeDocumented do?](https://www.reddit.com/r/androiddev/comments/w7yqky/what_does_the_mustbedocumented_do/) -- [How to change the color of a ProgressBar in a widget via RemoteViews? (API >= 28)](https://www.reddit.com/r/androiddev/comments/w7yf85/how_to_change_the_color_of_a_progressbar_in_a/) -- [Using rememberSaveable with mutableStateListOf<Map<String,String>>()](https://www.reddit.com/r/androiddev/comments/w7ybll/using_remembersaveable_with/) -- [Google rolled out Android 13 Beta 4.1 for Pixel devices](https://www.reddit.com/r/androiddev/comments/w7x9q1/google_rolled_out_android_13_beta_41_for_pixel/) -- [Do the components in Material Design 3 support large screens?](https://www.reddit.com/r/androiddev/comments/w7wu5k/do_the_components_in_material_design_3_support/) -- [Which ad network to use for beginners?](https://www.reddit.com/r/androiddev/comments/w7w0ly/which_ad_network_to_use_for_beginners/) -- [The next headache.. Google Maps & the Primary/Detail layout..](https://www.reddit.com/r/androiddev/comments/w7v1gq/the_next_headache_google_maps_the_primarydetail/) +- [Most ridiculous "Android" job posting I've ever seen...](https://www.reddit.com/r/androiddev/comments/w8wmab/most_ridiculous_android_job_posting_ive_ever_seen/) +- [Huge installs drop. How developer name affects on your apps visibility in Google Play?](https://www.reddit.com/r/androiddev/comments/w8vqms/huge_installs_drop_how_developer_name_affects_on/) +- [Best charting/graphing frameworks that are actively maintained?](https://www.reddit.com/r/androiddev/comments/w8tiip/best_chartinggraphing_frameworks_that_are/) +- [foreground service stops whenever i open another app (Facebook instagtam chrome....)](https://www.reddit.com/r/androiddev/comments/w8swvj/foreground_service_stops_whenever_i_open_another/) +- [Google says I use the AD_ID permission. I don't.](https://www.reddit.com/r/androiddev/comments/w8no0v/google_says_i_use_the_ad_id_permission_i_dont/) +- [How to sign-in with Google using Firebase Auth in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/w8m0xz/how_to_signin_with_google_using_firebase_auth_in/) +- [[Anti-rant] Jetpack Compose is actually really good](https://www.reddit.com/r/androiddev/comments/w8lei1/antirant_jetpack_compose_is_actually_really_good/) +- [Top 10 Amazing Tips and Tricks for Flutter App Development](https://www.reddit.com/r/androiddev/comments/w8kpqh/top_10_amazing_tips_and_tricks_for_flutter_app/) +- [Material You-based Android App with Local Scraping Implementation](https://www.reddit.com/r/androiddev/comments/w8kfk2/material_youbased_android_app_with_local_scraping/) +- [I'm giving away my app promotion Udemy course for free.](https://www.reddit.com/r/androiddev/comments/w8k1ox/im_giving_away_my_app_promotion_udemy_course_for/) ### *InfoWorld posts* From c3f9144ca03f3b245ba7bfc690247ca66821be23 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 28 Jul 2022 01:33:52 +0000 Subject: [PATCH 0234/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b96659e78d..b0eb211f11 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Most ridiculous "Android" job posting I've ever seen...](https://www.reddit.com/r/androiddev/comments/w8wmab/most_ridiculous_android_job_posting_ive_ever_seen/) -- [Huge installs drop. How developer name affects on your apps visibility in Google Play?](https://www.reddit.com/r/androiddev/comments/w8vqms/huge_installs_drop_how_developer_name_affects_on/) -- [Best charting/graphing frameworks that are actively maintained?](https://www.reddit.com/r/androiddev/comments/w8tiip/best_chartinggraphing_frameworks_that_are/) -- [foreground service stops whenever i open another app (Facebook instagtam chrome....)](https://www.reddit.com/r/androiddev/comments/w8swvj/foreground_service_stops_whenever_i_open_another/) -- [Google says I use the AD_ID permission. I don't.](https://www.reddit.com/r/androiddev/comments/w8no0v/google_says_i_use_the_ad_id_permission_i_dont/) -- [How to sign-in with Google using Firebase Auth in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/w8m0xz/how_to_signin_with_google_using_firebase_auth_in/) -- [[Anti-rant] Jetpack Compose is actually really good](https://www.reddit.com/r/androiddev/comments/w8lei1/antirant_jetpack_compose_is_actually_really_good/) -- [Top 10 Amazing Tips and Tricks for Flutter App Development](https://www.reddit.com/r/androiddev/comments/w8kpqh/top_10_amazing_tips_and_tricks_for_flutter_app/) -- [Material You-based Android App with Local Scraping Implementation](https://www.reddit.com/r/androiddev/comments/w8kfk2/material_youbased_android_app_with_local_scraping/) -- [I'm giving away my app promotion Udemy course for free.](https://www.reddit.com/r/androiddev/comments/w8k1ox/im_giving_away_my_app_promotion_udemy_course_for/) +- [How much to charge for a Cross-Platform app?](https://www.reddit.com/r/androiddev/comments/w9vq4i/how_much_to_charge_for_a_crossplatform_app/) +- [Anyone want a fully developed app for free?](https://www.reddit.com/r/androiddev/comments/w9toye/anyone_want_a_fully_developed_app_for_free/) +- [Is there a way to validate the order of the children in a Compose lazyColumn in a functional test?](https://www.reddit.com/r/androiddev/comments/w9qsk6/is_there_a_way_to_validate_the_order_of_the/) +- [Is it possible to show a logo full screen when the app pauses or goes to background?](https://www.reddit.com/r/androiddev/comments/w9qqhi/is_it_possible_to_show_a_logo_full_screen_when/) +- [What is the best way to change a specific icon color in the navigation drawer without affecting the all icons?](https://www.reddit.com/r/androiddev/comments/w9q63u/what_is_the_best_way_to_change_a_specific_icon/) +- [Compose for Wear OS is now 1.0: time to build wearable apps with Compose!](https://www.reddit.com/r/androiddev/comments/w9pm9b/compose_for_wear_os_is_now_10_time_to_build/) +- [Which language are users use on their devices?](https://www.reddit.com/r/androiddev/comments/w9mz1q/which_language_are_users_use_on_their_devices/) +- [How to make a height and weight field with a button](https://www.reddit.com/r/androiddev/comments/w9lt7s/how_to_make_a_height_and_weight_field_with_a/) +- [Jetpack Compose 1.2 is now stable!](https://www.reddit.com/r/androiddev/comments/w9lj5f/jetpack_compose_12_is_now_stable/) +- [Kotlin Snapshot Testing Library](https://www.reddit.com/r/androiddev/comments/w9ipbp/kotlin_snapshot_testing_library/) ### *InfoWorld posts* From 65c3ba8625c3589fd8c1d70cb3b7951a43175523 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 29 Jul 2022 01:35:32 +0000 Subject: [PATCH 0235/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b0eb211f11..7abaa6a349 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How much to charge for a Cross-Platform app?](https://www.reddit.com/r/androiddev/comments/w9vq4i/how_much_to_charge_for_a_crossplatform_app/) -- [Anyone want a fully developed app for free?](https://www.reddit.com/r/androiddev/comments/w9toye/anyone_want_a_fully_developed_app_for_free/) -- [Is there a way to validate the order of the children in a Compose lazyColumn in a functional test?](https://www.reddit.com/r/androiddev/comments/w9qsk6/is_there_a_way_to_validate_the_order_of_the/) -- [Is it possible to show a logo full screen when the app pauses or goes to background?](https://www.reddit.com/r/androiddev/comments/w9qqhi/is_it_possible_to_show_a_logo_full_screen_when/) -- [What is the best way to change a specific icon color in the navigation drawer without affecting the all icons?](https://www.reddit.com/r/androiddev/comments/w9q63u/what_is_the_best_way_to_change_a_specific_icon/) -- [Compose for Wear OS is now 1.0: time to build wearable apps with Compose!](https://www.reddit.com/r/androiddev/comments/w9pm9b/compose_for_wear_os_is_now_10_time_to_build/) -- [Which language are users use on their devices?](https://www.reddit.com/r/androiddev/comments/w9mz1q/which_language_are_users_use_on_their_devices/) -- [How to make a height and weight field with a button](https://www.reddit.com/r/androiddev/comments/w9lt7s/how_to_make_a_height_and_weight_field_with_a/) -- [Jetpack Compose 1.2 is now stable!](https://www.reddit.com/r/androiddev/comments/w9lj5f/jetpack_compose_12_is_now_stable/) -- [Kotlin Snapshot Testing Library](https://www.reddit.com/r/androiddev/comments/w9ipbp/kotlin_snapshot_testing_library/) +- [Do android dev's work on the backend or frontend more often?](https://www.reddit.com/r/androiddev/comments/wanzq8/do_android_devs_work_on_the_backend_or_frontend/) +- [Android 13 deep dive: Every change up to Beta 4, thoroughly documented](https://www.reddit.com/r/androiddev/comments/wakql0/android_13_deep_dive_every_change_up_to_beta_4/) +- [Knowledge Transfer for new onboarding members](https://www.reddit.com/r/androiddev/comments/waiiwf/knowledge_transfer_for_new_onboarding_members/) +- [I made a simple and beautiful open source calculator for Android](https://www.reddit.com/r/androiddev/comments/waib1m/i_made_a_simple_and_beautiful_open_source/) +- [ANIMATIONS WITH COMPOSE! We have Doris Liu answering all your questions!](https://www.reddit.com/r/androiddev/comments/wai84s/animations_with_compose_we_have_doris_liu/) +- [Narada, an open source MQTT Broker that can runs on Android](https://www.reddit.com/r/androiddev/comments/wahix2/narada_an_open_source_mqtt_broker_that_can_runs/) +- [I wrote a book that maps all common use cases from Views to composables to use as a reference](https://www.reddit.com/r/androiddev/comments/wacblt/i_wrote_a_book_that_maps_all_common_use_cases/) +- [For the people who asked and missed - My course for free #2](https://www.reddit.com/r/androiddev/comments/waaqce/for_the_people_who_asked_and_missed_my_course_for/) +- [Is there any easy way to test in-app purchases for an arbitrary country?](https://www.reddit.com/r/androiddev/comments/wa9lud/is_there_any_easy_way_to_test_inapp_purchases_for/) +- [Some idea about make a Diagrams App](https://www.reddit.com/r/androiddev/comments/wa9hg9/some_idea_about_make_a_diagrams_app/) ### *InfoWorld posts* From 892cb4e52ce1db6acbe4f6bb080aedf810dfb120 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 30 Jul 2022 01:34:10 +0000 Subject: [PATCH 0236/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7abaa6a349..23ef85ff34 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Do android dev's work on the backend or frontend more often?](https://www.reddit.com/r/androiddev/comments/wanzq8/do_android_devs_work_on_the_backend_or_frontend/) -- [Android 13 deep dive: Every change up to Beta 4, thoroughly documented](https://www.reddit.com/r/androiddev/comments/wakql0/android_13_deep_dive_every_change_up_to_beta_4/) -- [Knowledge Transfer for new onboarding members](https://www.reddit.com/r/androiddev/comments/waiiwf/knowledge_transfer_for_new_onboarding_members/) -- [I made a simple and beautiful open source calculator for Android](https://www.reddit.com/r/androiddev/comments/waib1m/i_made_a_simple_and_beautiful_open_source/) -- [ANIMATIONS WITH COMPOSE! We have Doris Liu answering all your questions!](https://www.reddit.com/r/androiddev/comments/wai84s/animations_with_compose_we_have_doris_liu/) -- [Narada, an open source MQTT Broker that can runs on Android](https://www.reddit.com/r/androiddev/comments/wahix2/narada_an_open_source_mqtt_broker_that_can_runs/) -- [I wrote a book that maps all common use cases from Views to composables to use as a reference](https://www.reddit.com/r/androiddev/comments/wacblt/i_wrote_a_book_that_maps_all_common_use_cases/) -- [For the people who asked and missed - My course for free #2](https://www.reddit.com/r/androiddev/comments/waaqce/for_the_people_who_asked_and_missed_my_course_for/) -- [Is there any easy way to test in-app purchases for an arbitrary country?](https://www.reddit.com/r/androiddev/comments/wa9lud/is_there_any_easy_way_to_test_inapp_purchases_for/) -- [Some idea about make a Diagrams App](https://www.reddit.com/r/androiddev/comments/wa9hg9/some_idea_about_make_a_diagrams_app/) +- [Building kotlin first web service for database](https://www.reddit.com/r/androiddev/comments/wblaky/building_kotlin_first_web_service_for_database/) +- [Saving and restoring UI state in Android during configuration changes.](https://www.reddit.com/r/androiddev/comments/wbl9d5/saving_and_restoring_ui_state_in_android_during/) +- [Do you write unit/end-to-tend tests at your organization?](https://www.reddit.com/r/androiddev/comments/wbidoe/do_you_write_unitendtotend_tests_at_your/) +- [Custom App Skin to Prevent Burn in](https://www.reddit.com/r/androiddev/comments/wbgddr/custom_app_skin_to_prevent_burn_in/) +- [How to correct use AndroidViewModel and Hilt?](https://www.reddit.com/r/androiddev/comments/wbg8s0/how_to_correct_use_androidviewmodel_and_hilt/) +- [do you still using Views in XML on your android projects?](https://www.reddit.com/r/androiddev/comments/wbf584/do_you_still_using_views_in_xml_on_your_android/) +- [I'm new to software development, currently taking an android studio course and a Java course. Would love to hear some advice for newbies and also what languages in addition to Java I should learn!](https://www.reddit.com/r/androiddev/comments/wbe4o6/im_new_to_software_development_currently_taking/) +- [Github project to Pipeline to APK to [Insert your idea] for testing.](https://www.reddit.com/r/androiddev/comments/wbca9e/github_project_to_pipeline_to_apk_to_insert_your/) +- [What protocol do the "Wireless Emergency Alerts" use?](https://www.reddit.com/r/androiddev/comments/wbc07h/what_protocol_do_the_wireless_emergency_alerts_use/) +- [what do you think of the ui](https://www.reddit.com/r/androiddev/comments/wb9xt0/what_do_you_think_of_the_ui/) ### *InfoWorld posts* From ec63dfaf4ef2e67e90f05d6283a13467efd1c07e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 31 Jul 2022 01:37:24 +0000 Subject: [PATCH 0237/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 23ef85ff34..13226b294e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Building kotlin first web service for database](https://www.reddit.com/r/androiddev/comments/wblaky/building_kotlin_first_web_service_for_database/) -- [Saving and restoring UI state in Android during configuration changes.](https://www.reddit.com/r/androiddev/comments/wbl9d5/saving_and_restoring_ui_state_in_android_during/) -- [Do you write unit/end-to-tend tests at your organization?](https://www.reddit.com/r/androiddev/comments/wbidoe/do_you_write_unitendtotend_tests_at_your/) -- [Custom App Skin to Prevent Burn in](https://www.reddit.com/r/androiddev/comments/wbgddr/custom_app_skin_to_prevent_burn_in/) -- [How to correct use AndroidViewModel and Hilt?](https://www.reddit.com/r/androiddev/comments/wbg8s0/how_to_correct_use_androidviewmodel_and_hilt/) -- [do you still using Views in XML on your android projects?](https://www.reddit.com/r/androiddev/comments/wbf584/do_you_still_using_views_in_xml_on_your_android/) -- [I'm new to software development, currently taking an android studio course and a Java course. Would love to hear some advice for newbies and also what languages in addition to Java I should learn!](https://www.reddit.com/r/androiddev/comments/wbe4o6/im_new_to_software_development_currently_taking/) -- [Github project to Pipeline to APK to [Insert your idea] for testing.](https://www.reddit.com/r/androiddev/comments/wbca9e/github_project_to_pipeline_to_apk_to_insert_your/) -- [What protocol do the "Wireless Emergency Alerts" use?](https://www.reddit.com/r/androiddev/comments/wbc07h/what_protocol_do_the_wireless_emergency_alerts_use/) -- [what do you think of the ui](https://www.reddit.com/r/androiddev/comments/wb9xt0/what_do_you_think_of_the_ui/) +- [Can I update the existing app on google play by creating a new project if I have a previous app signing key?](https://www.reddit.com/r/androiddev/comments/wcbp0a/can_i_update_the_existing_app_on_google_play_by/) +- [Is it legal to fetch IG reels and TikTok videos and show them inside my mobile app](https://www.reddit.com/r/androiddev/comments/wc95yi/is_it_legal_to_fetch_ig_reels_and_tiktok_videos/) +- [Is it possible to make a fake uninstall?](https://www.reddit.com/r/androiddev/comments/wc944h/is_it_possible_to_make_a_fake_uninstall/) +- [How to improve UI design?](https://www.reddit.com/r/androiddev/comments/wc8t7u/how_to_improve_ui_design/) +- [Getting CPU and memory averages for Android app](https://www.reddit.com/r/androiddev/comments/wc6d69/getting_cpu_and_memory_averages_for_android_app/) +- [Can someone explain what type of pattern this is in Android development?](https://www.reddit.com/r/androiddev/comments/wc67zu/can_someone_explain_what_type_of_pattern_this_is/) +- [Better Ads Experiences- interstitial ads](https://www.reddit.com/r/androiddev/comments/wc50of/better_ads_experiences_interstitial_ads/) +- [If you get a lifetime ban, can you simply "make a new account" as I've just been told?](https://www.reddit.com/r/androiddev/comments/wc4ady/if_you_get_a_lifetime_ban_can_you_simply_make_a/) +- [why don't companies get together or by themselves create a procreate rival and give a kiss of life to android tablets?](https://www.reddit.com/r/androiddev/comments/wc3ks2/why_dont_companies_get_together_or_by_themselves/) +- [Choosing between React Native and Android Studio for an app](https://www.reddit.com/r/androiddev/comments/wc1fto/choosing_between_react_native_and_android_studio/) ### *InfoWorld posts* From fc55470a3dd5f5564e7634342850e8423ee9df83 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 1 Aug 2022 01:32:08 +0000 Subject: [PATCH 0238/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 13226b294e..ccf885b25b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Can I update the existing app on google play by creating a new project if I have a previous app signing key?](https://www.reddit.com/r/androiddev/comments/wcbp0a/can_i_update_the_existing_app_on_google_play_by/) -- [Is it legal to fetch IG reels and TikTok videos and show them inside my mobile app](https://www.reddit.com/r/androiddev/comments/wc95yi/is_it_legal_to_fetch_ig_reels_and_tiktok_videos/) -- [Is it possible to make a fake uninstall?](https://www.reddit.com/r/androiddev/comments/wc944h/is_it_possible_to_make_a_fake_uninstall/) -- [How to improve UI design?](https://www.reddit.com/r/androiddev/comments/wc8t7u/how_to_improve_ui_design/) -- [Getting CPU and memory averages for Android app](https://www.reddit.com/r/androiddev/comments/wc6d69/getting_cpu_and_memory_averages_for_android_app/) -- [Can someone explain what type of pattern this is in Android development?](https://www.reddit.com/r/androiddev/comments/wc67zu/can_someone_explain_what_type_of_pattern_this_is/) -- [Better Ads Experiences- interstitial ads](https://www.reddit.com/r/androiddev/comments/wc50of/better_ads_experiences_interstitial_ads/) -- [If you get a lifetime ban, can you simply "make a new account" as I've just been told?](https://www.reddit.com/r/androiddev/comments/wc4ady/if_you_get_a_lifetime_ban_can_you_simply_make_a/) -- [why don't companies get together or by themselves create a procreate rival and give a kiss of life to android tablets?](https://www.reddit.com/r/androiddev/comments/wc3ks2/why_dont_companies_get_together_or_by_themselves/) -- [Choosing between React Native and Android Studio for an app](https://www.reddit.com/r/androiddev/comments/wc1fto/choosing_between_react_native_and_android_studio/) +- [freelancer.com or Upwork for doing freelancer android development?](https://www.reddit.com/r/androiddev/comments/wcyfyc/freelancercom_or_upwork_for_doing_freelancer/) +- [Why not store data in statics?](https://www.reddit.com/r/androiddev/comments/wcxf7z/why_not_store_data_in_statics/) +- [Google play console daily install not showing after July 26](https://www.reddit.com/r/androiddev/comments/wcwt4r/google_play_console_daily_install_not_showing/) +- [Why does isFinishing() behaves differently in entry point Activity (with android.intent.action.MAIN) and non entry point Activity](https://www.reddit.com/r/androiddev/comments/wcqbsm/why_does_isfinishing_behaves_differently_in_entry/) +- [Are there new rules for redeeming a promotion code?](https://www.reddit.com/r/androiddev/comments/wcpmai/are_there_new_rules_for_redeeming_a_promotion_code/) +- [I don't know why Google is not updating the Play Console app.](https://www.reddit.com/r/androiddev/comments/wcp8qk/i_dont_know_why_google_is_not_updating_the_play/) +- [Is it me or everyone has a problem with Google Play Analytics](https://www.reddit.com/r/androiddev/comments/wconex/is_it_me_or_everyone_has_a_problem_with_google/) +- [Predictive back gestures on Android 13, Help needed in implementing onBackPressedDispatcher](https://www.reddit.com/r/androiddev/comments/wcojor/predictive_back_gestures_on_android_13_help/) +- [Understand why sometimes we need to set ViewBinding to Null to avoid overdoing it](https://www.reddit.com/r/androiddev/comments/wcn2x0/understand_why_sometimes_we_need_to_set/) +- [Is it allowed to put paid features in your play store screenshots?](https://www.reddit.com/r/androiddev/comments/wclt8h/is_it_allowed_to_put_paid_features_in_your_play/) ### *InfoWorld posts* From ab33e24c12b8afe5e55648b00784aa089ba88164 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 2 Aug 2022 01:34:13 +0000 Subject: [PATCH 0239/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ccf885b25b..8022e909c1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [freelancer.com or Upwork for doing freelancer android development?](https://www.reddit.com/r/androiddev/comments/wcyfyc/freelancercom_or_upwork_for_doing_freelancer/) -- [Why not store data in statics?](https://www.reddit.com/r/androiddev/comments/wcxf7z/why_not_store_data_in_statics/) -- [Google play console daily install not showing after July 26](https://www.reddit.com/r/androiddev/comments/wcwt4r/google_play_console_daily_install_not_showing/) -- [Why does isFinishing() behaves differently in entry point Activity (with android.intent.action.MAIN) and non entry point Activity](https://www.reddit.com/r/androiddev/comments/wcqbsm/why_does_isfinishing_behaves_differently_in_entry/) -- [Are there new rules for redeeming a promotion code?](https://www.reddit.com/r/androiddev/comments/wcpmai/are_there_new_rules_for_redeeming_a_promotion_code/) -- [I don't know why Google is not updating the Play Console app.](https://www.reddit.com/r/androiddev/comments/wcp8qk/i_dont_know_why_google_is_not_updating_the_play/) -- [Is it me or everyone has a problem with Google Play Analytics](https://www.reddit.com/r/androiddev/comments/wconex/is_it_me_or_everyone_has_a_problem_with_google/) -- [Predictive back gestures on Android 13, Help needed in implementing onBackPressedDispatcher](https://www.reddit.com/r/androiddev/comments/wcojor/predictive_back_gestures_on_android_13_help/) -- [Understand why sometimes we need to set ViewBinding to Null to avoid overdoing it](https://www.reddit.com/r/androiddev/comments/wcn2x0/understand_why_sometimes_we_need_to_set/) -- [Is it allowed to put paid features in your play store screenshots?](https://www.reddit.com/r/androiddev/comments/wclt8h/is_it_allowed_to_put_paid_features_in_your_play/) +- [Can an overlay app access the view of another app?](https://www.reddit.com/r/androiddev/comments/wdyhou/can_an_overlay_app_access_the_view_of_another_app/) +- [Why did my eCPM suddenly plummet in June for no reason despite record impressions? Am I the only one?](https://www.reddit.com/r/androiddev/comments/wdw98j/why_did_my_ecpm_suddenly_plummet_in_june_for_no/) +- [Google released August 2022 security update for the Pixel smartphones](https://www.reddit.com/r/androiddev/comments/wdocme/google_released_august_2022_security_update_for/) +- [Is it normal to have most earnings from IAPs, and only a small fraction from ads?](https://www.reddit.com/r/androiddev/comments/wdnb1i/is_it_normal_to_have_most_earnings_from_iaps_and/) +- [Which books will take my dev knowledge/skills to the next level?](https://www.reddit.com/r/androiddev/comments/wdn942/which_books_will_take_my_dev_knowledgeskills_to/) +- [Anyone currently working in mobile app development and have a few minutes?](https://www.reddit.com/r/androiddev/comments/wdn3qs/anyone_currently_working_in_mobile_app/) +- [I made 20+ short screencasts that go through Jetpack Compose concepts to make it simpler to learn](https://www.reddit.com/r/androiddev/comments/wdlxcx/i_made_20_short_screencasts_that_go_through/) +- [mutekt: Simplify mutating "immutable" state models](https://www.reddit.com/r/androiddev/comments/wdi94p/mutekt_simplify_mutating_immutable_state_models/) +- [Putting an "roadmap/upcoming features" section inside app?](https://www.reddit.com/r/androiddev/comments/wdh4qo/putting_an_roadmapupcoming_features_section/) +- [Weekly Who's Hiring Thread - August 01, 2022](https://www.reddit.com/r/androiddev/comments/wdgw8p/weekly_whos_hiring_thread_august_01_2022/) ### *InfoWorld posts* From 7c0f08d41c60cf58b8d481c67e935dd151f807df Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 3 Aug 2022 01:31:06 +0000 Subject: [PATCH 0240/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8022e909c1..de8c769fbe 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Can an overlay app access the view of another app?](https://www.reddit.com/r/androiddev/comments/wdyhou/can_an_overlay_app_access_the_view_of_another_app/) -- [Why did my eCPM suddenly plummet in June for no reason despite record impressions? Am I the only one?](https://www.reddit.com/r/androiddev/comments/wdw98j/why_did_my_ecpm_suddenly_plummet_in_june_for_no/) -- [Google released August 2022 security update for the Pixel smartphones](https://www.reddit.com/r/androiddev/comments/wdocme/google_released_august_2022_security_update_for/) -- [Is it normal to have most earnings from IAPs, and only a small fraction from ads?](https://www.reddit.com/r/androiddev/comments/wdnb1i/is_it_normal_to_have_most_earnings_from_iaps_and/) -- [Which books will take my dev knowledge/skills to the next level?](https://www.reddit.com/r/androiddev/comments/wdn942/which_books_will_take_my_dev_knowledgeskills_to/) -- [Anyone currently working in mobile app development and have a few minutes?](https://www.reddit.com/r/androiddev/comments/wdn3qs/anyone_currently_working_in_mobile_app/) -- [I made 20+ short screencasts that go through Jetpack Compose concepts to make it simpler to learn](https://www.reddit.com/r/androiddev/comments/wdlxcx/i_made_20_short_screencasts_that_go_through/) -- [mutekt: Simplify mutating "immutable" state models](https://www.reddit.com/r/androiddev/comments/wdi94p/mutekt_simplify_mutating_immutable_state_models/) -- [Putting an "roadmap/upcoming features" section inside app?](https://www.reddit.com/r/androiddev/comments/wdh4qo/putting_an_roadmapupcoming_features_section/) -- [Weekly Who's Hiring Thread - August 01, 2022](https://www.reddit.com/r/androiddev/comments/wdgw8p/weekly_whos_hiring_thread_august_01_2022/) +- [Porting a rom/recovery [seeking advice]](https://www.reddit.com/r/androiddev/comments/wespvt/porting_a_romrecovery_seeking_advice/) +- [Getting errors on getting my variables set for the emulator fails](https://www.reddit.com/r/androiddev/comments/wesocl/getting_errors_on_getting_my_variables_set_for/) +- [Best phone case I've seen! By Calveit woodwork & Engraving!!! Sleek quality design beyond belief. Comment about your favorite](https://www.reddit.com/r/androiddev/comments/wes7ei/best_phone_case_ive_seen_by_calveit_woodwork/) +- [(google login) Which SHA-1 key do I use on google console ?](https://www.reddit.com/r/androiddev/comments/wes5i5/google_login_which_sha1_key_do_i_use_on_google/) +- [How hard is it to be a maintainer of an Android fork?](https://www.reddit.com/r/androiddev/comments/wenjud/how_hard_is_it_to_be_a_maintainer_of_an_android/) +- [Streaming song with Spotify SDK. It's possible?](https://www.reddit.com/r/androiddev/comments/wemq3c/streaming_song_with_spotify_sdk_its_possible/) +- [Why hasn't android implemented Squircle in its API natively?](https://www.reddit.com/r/androiddev/comments/weltwi/why_hasnt_android_implemented_squircle_in_its_api/) +- [How to use a flow as data source and allow to edit it (maybe reemission of new data will be slower than the edits)](https://www.reddit.com/r/androiddev/comments/weloso/how_to_use_a_flow_as_data_source_and_allow_to/) +- [I have my first Android Developer interview tomorrow, How should I study for the technical? I can like make apps, but when it comes to answering programming questions I'm pretty shit, I want to get better, I want to improve. skilled people, who are already working in their field help?](https://www.reddit.com/r/androiddev/comments/welg06/i_have_my_first_android_developer_interview/) +- [Is Twitter API still so harsh? Is a Twitter client viable?](https://www.reddit.com/r/androiddev/comments/wejjhn/is_twitter_api_still_so_harsh_is_a_twitter_client/) ### *InfoWorld posts* From 6aa23c58d89fc240854cdf3bb45f90aec1f857de Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 4 Aug 2022 01:30:52 +0000 Subject: [PATCH 0241/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index de8c769fbe..3e7175b5dd 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Porting a rom/recovery [seeking advice]](https://www.reddit.com/r/androiddev/comments/wespvt/porting_a_romrecovery_seeking_advice/) -- [Getting errors on getting my variables set for the emulator fails](https://www.reddit.com/r/androiddev/comments/wesocl/getting_errors_on_getting_my_variables_set_for/) -- [Best phone case I've seen! By Calveit woodwork & Engraving!!! Sleek quality design beyond belief. Comment about your favorite](https://www.reddit.com/r/androiddev/comments/wes7ei/best_phone_case_ive_seen_by_calveit_woodwork/) -- [(google login) Which SHA-1 key do I use on google console ?](https://www.reddit.com/r/androiddev/comments/wes5i5/google_login_which_sha1_key_do_i_use_on_google/) -- [How hard is it to be a maintainer of an Android fork?](https://www.reddit.com/r/androiddev/comments/wenjud/how_hard_is_it_to_be_a_maintainer_of_an_android/) -- [Streaming song with Spotify SDK. It's possible?](https://www.reddit.com/r/androiddev/comments/wemq3c/streaming_song_with_spotify_sdk_its_possible/) -- [Why hasn't android implemented Squircle in its API natively?](https://www.reddit.com/r/androiddev/comments/weltwi/why_hasnt_android_implemented_squircle_in_its_api/) -- [How to use a flow as data source and allow to edit it (maybe reemission of new data will be slower than the edits)](https://www.reddit.com/r/androiddev/comments/weloso/how_to_use_a_flow_as_data_source_and_allow_to/) -- [I have my first Android Developer interview tomorrow, How should I study for the technical? I can like make apps, but when it comes to answering programming questions I'm pretty shit, I want to get better, I want to improve. skilled people, who are already working in their field help?](https://www.reddit.com/r/androiddev/comments/welg06/i_have_my_first_android_developer_interview/) -- [Is Twitter API still so harsh? Is a Twitter client viable?](https://www.reddit.com/r/androiddev/comments/wejjhn/is_twitter_api_still_so_harsh_is_a_twitter_client/) +- [Roadmap for supporting Rust in Android apps](https://www.reddit.com/r/androiddev/comments/wfmci2/roadmap_for_supporting_rust_in_android_apps/) +- [Does Google support Payoneer as a method of payment for IAP or Selling apps?](https://www.reddit.com/r/androiddev/comments/wflrd4/does_google_support_payoneer_as_a_method_of/) +- [Cordova/phonegap hiking app](https://www.reddit.com/r/androiddev/comments/wfh6hy/cordovaphonegap_hiking_app/) +- [how can i start a coroutine in a foreground service within on creat method then cancel it on destroy method?](https://www.reddit.com/r/androiddev/comments/wfggez/how_can_i_start_a_coroutine_in_a_foreground/) +- [Android Studio Chipmunk | 2021.2.1 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/wfgdqr/android_studio_chipmunk_202121_patch_2_now/) +- [Android Studio Electric Eel Canary 9 now available](https://www.reddit.com/r/androiddev/comments/wfevj8/android_studio_electric_eel_canary_9_now_available/) +- [How do I showcase my android app to an interviewer?](https://www.reddit.com/r/androiddev/comments/wfdxm1/how_do_i_showcase_my_android_app_to_an_interviewer/) +- [Career switch to Flutter or stick to Android?](https://www.reddit.com/r/androiddev/comments/wfdcy8/career_switch_to_flutter_or_stick_to_android/) +- [What to do? Samsung A02. Sorry if wrong sub.](https://www.reddit.com/r/androiddev/comments/wfcjg0/what_to_do_samsung_a02_sorry_if_wrong_sub/) +- [Pick an image from modern storage and upload with okhttp](https://www.reddit.com/r/androiddev/comments/wfbnax/pick_an_image_from_modern_storage_and_upload_with/) ### *InfoWorld posts* From 1a3ec0ce0a520d389aee523fa98189e590a70f49 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 5 Aug 2022 01:31:14 +0000 Subject: [PATCH 0242/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3e7175b5dd..e1f8f94420 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Roadmap for supporting Rust in Android apps](https://www.reddit.com/r/androiddev/comments/wfmci2/roadmap_for_supporting_rust_in_android_apps/) -- [Does Google support Payoneer as a method of payment for IAP or Selling apps?](https://www.reddit.com/r/androiddev/comments/wflrd4/does_google_support_payoneer_as_a_method_of/) -- [Cordova/phonegap hiking app](https://www.reddit.com/r/androiddev/comments/wfh6hy/cordovaphonegap_hiking_app/) -- [how can i start a coroutine in a foreground service within on creat method then cancel it on destroy method?](https://www.reddit.com/r/androiddev/comments/wfggez/how_can_i_start_a_coroutine_in_a_foreground/) -- [Android Studio Chipmunk | 2021.2.1 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/wfgdqr/android_studio_chipmunk_202121_patch_2_now/) -- [Android Studio Electric Eel Canary 9 now available](https://www.reddit.com/r/androiddev/comments/wfevj8/android_studio_electric_eel_canary_9_now_available/) -- [How do I showcase my android app to an interviewer?](https://www.reddit.com/r/androiddev/comments/wfdxm1/how_do_i_showcase_my_android_app_to_an_interviewer/) -- [Career switch to Flutter or stick to Android?](https://www.reddit.com/r/androiddev/comments/wfdcy8/career_switch_to_flutter_or_stick_to_android/) -- [What to do? Samsung A02. Sorry if wrong sub.](https://www.reddit.com/r/androiddev/comments/wfcjg0/what_to_do_samsung_a02_sorry_if_wrong_sub/) -- [Pick an image from modern storage and upload with okhttp](https://www.reddit.com/r/androiddev/comments/wfbnax/pick_an_image_from_modern_storage_and_upload_with/) +- [Android Studio Issues - AVD and SDK Manager](https://www.reddit.com/r/androiddev/comments/wghfu7/android_studio_issues_avd_and_sdk_manager/) +- [Push Notification-- Direct Reply Buttons](https://www.reddit.com/r/androiddev/comments/wgh4nk/push_notification_direct_reply_buttons/) +- [Released a new version of my hobby app called Gamedge completely rewritten in Jetpack Compose.](https://www.reddit.com/r/androiddev/comments/wgcqnc/released_a_new_version_of_my_hobby_app_called/) +- [device_config Setting Reverting - Workarounds?](https://www.reddit.com/r/androiddev/comments/wgai01/device_config_setting_reverting_workarounds/) +- [Difference between $300 Samsung & $1000 Samsung](https://www.reddit.com/r/androiddev/comments/wg8kib/difference_between_300_samsung_1000_samsung/) +- [Google ads are ugly, wouldn't it be better to have custom UI for ads? There isn't too many google ads alternative, but blog-like referrals could work much better for developer and advertiser](https://www.reddit.com/r/androiddev/comments/wg7cq5/google_ads_are_ugly_wouldnt_it_be_better_to_have/) +- [Anyone know how to install a custom ROM on Iqoo z3?](https://www.reddit.com/r/androiddev/comments/wg674l/anyone_know_how_to_install_a_custom_rom_on_iqoo_z3/) +- [View/Layout preview broken in Android Studio?](https://www.reddit.com/r/androiddev/comments/wg5xre/viewlayout_preview_broken_in_android_studio/) +- [Where can I find Resources on doing a firmware update over BLE using android app.](https://www.reddit.com/r/androiddev/comments/wg5dxf/where_can_i_find_resources_on_doing_a_firmware/) +- [Process captured image before it is stored using CameraX API.](https://www.reddit.com/r/androiddev/comments/wg426e/process_captured_image_before_it_is_stored_using/) ### *InfoWorld posts* From 00cc8ee9e436d1dd362999841922ba558a87fa3e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 6 Aug 2022 01:31:28 +0000 Subject: [PATCH 0243/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e1f8f94420..22937e4098 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Studio Issues - AVD and SDK Manager](https://www.reddit.com/r/androiddev/comments/wghfu7/android_studio_issues_avd_and_sdk_manager/) -- [Push Notification-- Direct Reply Buttons](https://www.reddit.com/r/androiddev/comments/wgh4nk/push_notification_direct_reply_buttons/) -- [Released a new version of my hobby app called Gamedge completely rewritten in Jetpack Compose.](https://www.reddit.com/r/androiddev/comments/wgcqnc/released_a_new_version_of_my_hobby_app_called/) -- [device_config Setting Reverting - Workarounds?](https://www.reddit.com/r/androiddev/comments/wgai01/device_config_setting_reverting_workarounds/) -- [Difference between $300 Samsung & $1000 Samsung](https://www.reddit.com/r/androiddev/comments/wg8kib/difference_between_300_samsung_1000_samsung/) -- [Google ads are ugly, wouldn't it be better to have custom UI for ads? There isn't too many google ads alternative, but blog-like referrals could work much better for developer and advertiser](https://www.reddit.com/r/androiddev/comments/wg7cq5/google_ads_are_ugly_wouldnt_it_be_better_to_have/) -- [Anyone know how to install a custom ROM on Iqoo z3?](https://www.reddit.com/r/androiddev/comments/wg674l/anyone_know_how_to_install_a_custom_rom_on_iqoo_z3/) -- [View/Layout preview broken in Android Studio?](https://www.reddit.com/r/androiddev/comments/wg5xre/viewlayout_preview_broken_in_android_studio/) -- [Where can I find Resources on doing a firmware update over BLE using android app.](https://www.reddit.com/r/androiddev/comments/wg5dxf/where_can_i_find_resources_on_doing_a_firmware/) -- [Process captured image before it is stored using CameraX API.](https://www.reddit.com/r/androiddev/comments/wg426e/process_captured_image_before_it_is_stored_using/) +- [Does Google Maps or Waze, have a simplified directions API Hook?](https://www.reddit.com/r/androiddev/comments/wh9ziu/does_google_maps_or_waze_have_a_simplified/) +- [Anyone looking for design support for mobile app development?](https://www.reddit.com/r/androiddev/comments/wh6ghc/anyone_looking_for_design_support_for_mobile_app/) +- [Will switching from Epoxy to Jetpack Compose make scrolling smoother?](https://www.reddit.com/r/androiddev/comments/wh58yy/will_switching_from_epoxy_to_jetpack_compose_make/) +- [Bot user logins](https://www.reddit.com/r/androiddev/comments/wh1mmy/bot_user_logins/) +- [Is it possible to make an application display something like the Messenger chat bubble, using Unity?](https://www.reddit.com/r/androiddev/comments/wh1i7q/is_it_possible_to_make_an_application_display/) +- [Does Google allow us developers to put a Patreon Link on our Google Play Store listing?](https://www.reddit.com/r/androiddev/comments/wh0l4b/does_google_allow_us_developers_to_put_a_patreon/) +- [Brightness on Pixel phones broken past android 9](https://www.reddit.com/r/androiddev/comments/wgyxf5/brightness_on_pixel_phones_broken_past_android_9/) +- [Compose Painter as Stable type](https://www.reddit.com/r/androiddev/comments/wgwqob/compose_painter_as_stable_type/) +- [Decentralized Chat Application on Android](https://www.reddit.com/r/androiddev/comments/wgwnzb/decentralized_chat_application_on_android/) +- [PDF Creator - Image To PDF, Compress, Merge, Split PDF](https://www.reddit.com/r/androiddev/comments/wguk4z/pdf_creator_image_to_pdf_compress_merge_split_pdf/) ### *InfoWorld posts* From 731b7893a7ef76115d94ede29f8587cfafaa4bc9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 7 Aug 2022 01:31:46 +0000 Subject: [PATCH 0244/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 22937e4098..6a9dee9a66 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Does Google Maps or Waze, have a simplified directions API Hook?](https://www.reddit.com/r/androiddev/comments/wh9ziu/does_google_maps_or_waze_have_a_simplified/) -- [Anyone looking for design support for mobile app development?](https://www.reddit.com/r/androiddev/comments/wh6ghc/anyone_looking_for_design_support_for_mobile_app/) -- [Will switching from Epoxy to Jetpack Compose make scrolling smoother?](https://www.reddit.com/r/androiddev/comments/wh58yy/will_switching_from_epoxy_to_jetpack_compose_make/) -- [Bot user logins](https://www.reddit.com/r/androiddev/comments/wh1mmy/bot_user_logins/) -- [Is it possible to make an application display something like the Messenger chat bubble, using Unity?](https://www.reddit.com/r/androiddev/comments/wh1i7q/is_it_possible_to_make_an_application_display/) -- [Does Google allow us developers to put a Patreon Link on our Google Play Store listing?](https://www.reddit.com/r/androiddev/comments/wh0l4b/does_google_allow_us_developers_to_put_a_patreon/) -- [Brightness on Pixel phones broken past android 9](https://www.reddit.com/r/androiddev/comments/wgyxf5/brightness_on_pixel_phones_broken_past_android_9/) -- [Compose Painter as Stable type](https://www.reddit.com/r/androiddev/comments/wgwqob/compose_painter_as_stable_type/) -- [Decentralized Chat Application on Android](https://www.reddit.com/r/androiddev/comments/wgwnzb/decentralized_chat_application_on_android/) -- [PDF Creator - Image To PDF, Compress, Merge, Split PDF](https://www.reddit.com/r/androiddev/comments/wguk4z/pdf_creator_image_to_pdf_compress_merge_split_pdf/) +- [let's say i can control people mind and make them play my game and download how to make money from that without getting ban](https://www.reddit.com/r/androiddev/comments/wi3k4l/lets_say_i_can_control_people_mind_and_make_them/) +- [How to reply to reviews like this without sounding like I'm begging or aggressive?](https://www.reddit.com/r/androiddev/comments/wi2oju/how_to_reply_to_reviews_like_this_without/) +- [Is Jetpack Compose really stable?](https://www.reddit.com/r/androiddev/comments/wi1g98/is_jetpack_compose_really_stable/) +- [nestedscrollview steals focus when scrolling recyclview horizontally](https://www.reddit.com/r/androiddev/comments/wi187e/nestedscrollview_steals_focus_when_scrolling/) +- [Is using Android Emulator more cpu or ram intensive?](https://www.reddit.com/r/androiddev/comments/wi0kzm/is_using_android_emulator_more_cpu_or_ram/) +- [I'm loading a LazyVerticalGrid in compose using a flow and only some of the cards items load. Can anyone help me figure out why?](https://www.reddit.com/r/androiddev/comments/whx3kn/im_loading_a_lazyverticalgrid_in_compose_using_a/) +- [How can I implement a fully functional pedometer service? in Android](https://www.reddit.com/r/androiddev/comments/whv2wx/how_can_i_implement_a_fully_functional_pedometer/) +- [Set Color Programmatically in DatePickerDialog](https://www.reddit.com/r/androiddev/comments/whuto7/set_color_programmatically_in_datepickerdialog/) +- [A company wants to pay me like 60K a year for signing this contract](https://www.reddit.com/r/androiddev/comments/whubw9/a_company_wants_to_pay_me_like_60k_a_year_for/) +- [Android technical interview](https://www.reddit.com/r/androiddev/comments/whp1hp/android_technical_interview/) ### *InfoWorld posts* From b6806cd9421b84cbad1d33c79ec427ae394842c3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 8 Aug 2022 01:30:49 +0000 Subject: [PATCH 0245/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6a9dee9a66..fd2fcd7d70 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [let's say i can control people mind and make them play my game and download how to make money from that without getting ban](https://www.reddit.com/r/androiddev/comments/wi3k4l/lets_say_i_can_control_people_mind_and_make_them/) -- [How to reply to reviews like this without sounding like I'm begging or aggressive?](https://www.reddit.com/r/androiddev/comments/wi2oju/how_to_reply_to_reviews_like_this_without/) -- [Is Jetpack Compose really stable?](https://www.reddit.com/r/androiddev/comments/wi1g98/is_jetpack_compose_really_stable/) -- [nestedscrollview steals focus when scrolling recyclview horizontally](https://www.reddit.com/r/androiddev/comments/wi187e/nestedscrollview_steals_focus_when_scrolling/) -- [Is using Android Emulator more cpu or ram intensive?](https://www.reddit.com/r/androiddev/comments/wi0kzm/is_using_android_emulator_more_cpu_or_ram/) -- [I'm loading a LazyVerticalGrid in compose using a flow and only some of the cards items load. Can anyone help me figure out why?](https://www.reddit.com/r/androiddev/comments/whx3kn/im_loading_a_lazyverticalgrid_in_compose_using_a/) -- [How can I implement a fully functional pedometer service? in Android](https://www.reddit.com/r/androiddev/comments/whv2wx/how_can_i_implement_a_fully_functional_pedometer/) -- [Set Color Programmatically in DatePickerDialog](https://www.reddit.com/r/androiddev/comments/whuto7/set_color_programmatically_in_datepickerdialog/) -- [A company wants to pay me like 60K a year for signing this contract](https://www.reddit.com/r/androiddev/comments/whubw9/a_company_wants_to_pay_me_like_60k_a_year_for/) -- [Android technical interview](https://www.reddit.com/r/androiddev/comments/whp1hp/android_technical_interview/) +- [Please, I need some help with creating my new Google Play Merchant Account.](https://www.reddit.com/r/androiddev/comments/wiqfm4/please_i_need_some_help_with_creating_my_new/) +- [What and when was the last x86 Android device?](https://www.reddit.com/r/androiddev/comments/wioz6q/what_and_when_was_the_last_x86_android_device/) +- [Why are official Compose samples still using non-stable List<T> in state?](https://www.reddit.com/r/androiddev/comments/wioalr/why_are_official_compose_samples_still_using/) +- [create android apps](https://www.reddit.com/r/androiddev/comments/wifwr2/create_android_apps/) +- [OpenSSL in Android](https://www.reddit.com/r/androiddev/comments/wifjrb/openssl_in_android/) +- [I added Jetpack Navigation Component to my app and now I can push buttons (or other things that detects touch events) under the visible fragments. How to prevent that?](https://www.reddit.com/r/androiddev/comments/wieykd/i_added_jetpack_navigation_component_to_my_app/) +- [Mobile App Refactoring Initiative by Slack](https://www.reddit.com/r/androiddev/comments/wiek5o/mobile_app_refactoring_initiative_by_slack/) +- [When trying to use TextView, it just doesn't work and I don't know what to do](https://www.reddit.com/r/androiddev/comments/wie95x/when_trying_to_use_textview_it_just_doesnt_work/) +- [Trying to understand per app language preferences in Android 13](https://www.reddit.com/r/androiddev/comments/widlhe/trying_to_understand_per_app_language_preferences/) +- [How to build an app like Netflix UI on Android TV?](https://www.reddit.com/r/androiddev/comments/wi7nmc/how_to_build_an_app_like_netflix_ui_on_android_tv/) ### *InfoWorld posts* From d51632477e2baf7b147a1cb8461ccfb8aae0729f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 9 Aug 2022 01:32:28 +0000 Subject: [PATCH 0246/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fd2fcd7d70..233ec98fbe 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Please, I need some help with creating my new Google Play Merchant Account.](https://www.reddit.com/r/androiddev/comments/wiqfm4/please_i_need_some_help_with_creating_my_new/) -- [What and when was the last x86 Android device?](https://www.reddit.com/r/androiddev/comments/wioz6q/what_and_when_was_the_last_x86_android_device/) -- [Why are official Compose samples still using non-stable List<T> in state?](https://www.reddit.com/r/androiddev/comments/wioalr/why_are_official_compose_samples_still_using/) -- [create android apps](https://www.reddit.com/r/androiddev/comments/wifwr2/create_android_apps/) -- [OpenSSL in Android](https://www.reddit.com/r/androiddev/comments/wifjrb/openssl_in_android/) -- [I added Jetpack Navigation Component to my app and now I can push buttons (or other things that detects touch events) under the visible fragments. How to prevent that?](https://www.reddit.com/r/androiddev/comments/wieykd/i_added_jetpack_navigation_component_to_my_app/) -- [Mobile App Refactoring Initiative by Slack](https://www.reddit.com/r/androiddev/comments/wiek5o/mobile_app_refactoring_initiative_by_slack/) -- [When trying to use TextView, it just doesn't work and I don't know what to do](https://www.reddit.com/r/androiddev/comments/wie95x/when_trying_to_use_textview_it_just_doesnt_work/) -- [Trying to understand per app language preferences in Android 13](https://www.reddit.com/r/androiddev/comments/widlhe/trying_to_understand_per_app_language_preferences/) -- [How to build an app like Netflix UI on Android TV?](https://www.reddit.com/r/androiddev/comments/wi7nmc/how_to_build_an_app_like_netflix_ui_on_android_tv/) +- [Portable IoT devices that run android os.](https://www.reddit.com/r/androiddev/comments/wjmcv9/portable_iot_devices_that_run_android_os/) +- [strange bug in onViewCreated?](https://www.reddit.com/r/androiddev/comments/wjkdmy/strange_bug_in_onviewcreated/) +- [Where should I post my question?](https://www.reddit.com/r/androiddev/comments/wjjnrv/where_should_i_post_my_question/) +- [How is Google Maps able to display the Map in Lock Screen?](https://www.reddit.com/r/androiddev/comments/wjizqi/how_is_google_maps_able_to_display_the_map_in/) +- [Init an ADB shell connection from USB Host](https://www.reddit.com/r/androiddev/comments/wji8id/init_an_adb_shell_connection_from_usb_host/) +- [Unable to make back to fragment actions work properly with Navigation component](https://www.reddit.com/r/androiddev/comments/wjh4wc/unable_to_make_back_to_fragment_actions_work/) +- [Kotlin Flow implementation of SingleLiveEvent](https://www.reddit.com/r/androiddev/comments/wjgpza/kotlin_flow_implementation_of_singleliveevent/) +- [Slow UI tests on pipeline](https://www.reddit.com/r/androiddev/comments/wjgfjm/slow_ui_tests_on_pipeline/) +- [Long Play Store Review Times](https://www.reddit.com/r/androiddev/comments/wjfhf9/long_play_store_review_times/) +- [How can I have multiple categories for my app on the Play store?](https://www.reddit.com/r/androiddev/comments/wjfg51/how_can_i_have_multiple_categories_for_my_app_on/) ### *InfoWorld posts* From 873c3a7f7c59697b24a4ff7e473fa6c738b8dcf5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 10 Aug 2022 01:30:28 +0000 Subject: [PATCH 0247/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 233ec98fbe..f2f04635e8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Portable IoT devices that run android os.](https://www.reddit.com/r/androiddev/comments/wjmcv9/portable_iot_devices_that_run_android_os/) -- [strange bug in onViewCreated?](https://www.reddit.com/r/androiddev/comments/wjkdmy/strange_bug_in_onviewcreated/) -- [Where should I post my question?](https://www.reddit.com/r/androiddev/comments/wjjnrv/where_should_i_post_my_question/) -- [How is Google Maps able to display the Map in Lock Screen?](https://www.reddit.com/r/androiddev/comments/wjizqi/how_is_google_maps_able_to_display_the_map_in/) -- [Init an ADB shell connection from USB Host](https://www.reddit.com/r/androiddev/comments/wji8id/init_an_adb_shell_connection_from_usb_host/) -- [Unable to make back to fragment actions work properly with Navigation component](https://www.reddit.com/r/androiddev/comments/wjh4wc/unable_to_make_back_to_fragment_actions_work/) -- [Kotlin Flow implementation of SingleLiveEvent](https://www.reddit.com/r/androiddev/comments/wjgpza/kotlin_flow_implementation_of_singleliveevent/) -- [Slow UI tests on pipeline](https://www.reddit.com/r/androiddev/comments/wjgfjm/slow_ui_tests_on_pipeline/) -- [Long Play Store Review Times](https://www.reddit.com/r/androiddev/comments/wjfhf9/long_play_store_review_times/) -- [How can I have multiple categories for my app on the Play store?](https://www.reddit.com/r/androiddev/comments/wjfg51/how_can_i_have_multiple_categories_for_my_app_on/) +- [a not uninstallable app](https://www.reddit.com/r/androiddev/comments/wkk7n5/a_not_uninstallable_app/) +- [Realtime progressive notification system](https://www.reddit.com/r/androiddev/comments/wkjgxx/realtime_progressive_notification_system/) +- [Node backend builtin within an app](https://www.reddit.com/r/androiddev/comments/wkj9i3/node_backend_builtin_within_an_app/) +- [Table for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/wkhr4q/table_for_jetpack_compose/) +- [What is the ideal way to handle functions that i use globally?](https://www.reddit.com/r/androiddev/comments/wkf8xf/what_is_the_ideal_way_to_handle_functions_that_i/) +- [[Improvement] How to resize/inSampleSize bitmap to scan QR code from Image ?](https://www.reddit.com/r/androiddev/comments/wkf7gv/improvement_how_to_resizeinsamplesize_bitmap_to/) +- [Would anyone be interested in trying out an Android Studio plugin for completing Google data safety forms?](https://www.reddit.com/r/androiddev/comments/wkeqt6/would_anyone_be_interested_in_trying_out_an/) +- [Is there a way to get multiple views using ViewBinding](https://www.reddit.com/r/androiddev/comments/wkea9u/is_there_a_way_to_get_multiple_views_using/) +- [Android fragments best practice](https://www.reddit.com/r/androiddev/comments/wkd86v/android_fragments_best_practice/) +- [Understanding where local server files are located](https://www.reddit.com/r/androiddev/comments/wkcoan/understanding_where_local_server_files_are_located/) ### *InfoWorld posts* From a1a96999a30e7cf6501ad71bdd09c605761c54ac Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 11 Aug 2022 01:31:05 +0000 Subject: [PATCH 0248/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f2f04635e8..f727a17680 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [a not uninstallable app](https://www.reddit.com/r/androiddev/comments/wkk7n5/a_not_uninstallable_app/) -- [Realtime progressive notification system](https://www.reddit.com/r/androiddev/comments/wkjgxx/realtime_progressive_notification_system/) -- [Node backend builtin within an app](https://www.reddit.com/r/androiddev/comments/wkj9i3/node_backend_builtin_within_an_app/) -- [Table for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/wkhr4q/table_for_jetpack_compose/) -- [What is the ideal way to handle functions that i use globally?](https://www.reddit.com/r/androiddev/comments/wkf8xf/what_is_the_ideal_way_to_handle_functions_that_i/) -- [[Improvement] How to resize/inSampleSize bitmap to scan QR code from Image ?](https://www.reddit.com/r/androiddev/comments/wkf7gv/improvement_how_to_resizeinsamplesize_bitmap_to/) -- [Would anyone be interested in trying out an Android Studio plugin for completing Google data safety forms?](https://www.reddit.com/r/androiddev/comments/wkeqt6/would_anyone_be_interested_in_trying_out_an/) -- [Is there a way to get multiple views using ViewBinding](https://www.reddit.com/r/androiddev/comments/wkea9u/is_there_a_way_to_get_multiple_views_using/) -- [Android fragments best practice](https://www.reddit.com/r/androiddev/comments/wkd86v/android_fragments_best_practice/) -- [Understanding where local server files are located](https://www.reddit.com/r/androiddev/comments/wkcoan/understanding_where_local_server_files_are_located/) +- [Long update review times](https://www.reddit.com/r/androiddev/comments/wlboxo/long_update_review_times/) +- [Firebase push notification only when the app is not in the foreground](https://www.reddit.com/r/androiddev/comments/wlagca/firebase_push_notification_only_when_the_app_is/) +- [Is it possible to control your android phone on your PC without having to download an app for your phone?](https://www.reddit.com/r/androiddev/comments/wl97p9/is_it_possible_to_control_your_android_phone_on/) +- [How to handle Webview vulnerability from Third party SDKs?](https://www.reddit.com/r/androiddev/comments/wl5j2y/how_to_handle_webview_vulnerability_from_third/) +- [Recommendations for beginner BLE development.](https://www.reddit.com/r/androiddev/comments/wl5ar4/recommendations_for_beginner_ble_development/) +- [How can i learn clean arch? i took some courses but they are confusing as hell.](https://www.reddit.com/r/androiddev/comments/wl3cgk/how_can_i_learn_clean_arch_i_took_some_courses/) +- [Can i automate my android like Selenium?](https://www.reddit.com/r/androiddev/comments/wl3aap/can_i_automate_my_android_like_selenium/) +- [What is this popup dialog?](https://www.reddit.com/r/androiddev/comments/wl2jnf/what_is_this_popup_dialog/) +- [How can I move two viewpager2 synchronously?](https://www.reddit.com/r/androiddev/comments/wl0ltd/how_can_i_move_two_viewpager2_synchronously/) +- [RecyclerView fast scroll - unable to customise, is this thing broken?](https://www.reddit.com/r/androiddev/comments/wkzqb6/recyclerview_fast_scroll_unable_to_customise_is/) ### *InfoWorld posts* From 4637c94466460a8f1ad36eade2239fe22a192c79 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 12 Aug 2022 01:32:20 +0000 Subject: [PATCH 0249/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f727a17680..4a004c047c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Long update review times](https://www.reddit.com/r/androiddev/comments/wlboxo/long_update_review_times/) -- [Firebase push notification only when the app is not in the foreground](https://www.reddit.com/r/androiddev/comments/wlagca/firebase_push_notification_only_when_the_app_is/) -- [Is it possible to control your android phone on your PC without having to download an app for your phone?](https://www.reddit.com/r/androiddev/comments/wl97p9/is_it_possible_to_control_your_android_phone_on/) -- [How to handle Webview vulnerability from Third party SDKs?](https://www.reddit.com/r/androiddev/comments/wl5j2y/how_to_handle_webview_vulnerability_from_third/) -- [Recommendations for beginner BLE development.](https://www.reddit.com/r/androiddev/comments/wl5ar4/recommendations_for_beginner_ble_development/) -- [How can i learn clean arch? i took some courses but they are confusing as hell.](https://www.reddit.com/r/androiddev/comments/wl3cgk/how_can_i_learn_clean_arch_i_took_some_courses/) -- [Can i automate my android like Selenium?](https://www.reddit.com/r/androiddev/comments/wl3aap/can_i_automate_my_android_like_selenium/) -- [What is this popup dialog?](https://www.reddit.com/r/androiddev/comments/wl2jnf/what_is_this_popup_dialog/) -- [How can I move two viewpager2 synchronously?](https://www.reddit.com/r/androiddev/comments/wl0ltd/how_can_i_move_two_viewpager2_synchronously/) -- [RecyclerView fast scroll - unable to customise, is this thing broken?](https://www.reddit.com/r/androiddev/comments/wkzqb6/recyclerview_fast_scroll_unable_to_customise_is/) +- [(Firebase Dynamic links) App Links only work when pressed in message / notepad?](https://www.reddit.com/r/androiddev/comments/wm6219/firebase_dynamic_links_app_links_only_work_when/) +- [Most up to date and easy way of passing a StateFlow to a Composable?](https://www.reddit.com/r/androiddev/comments/wm5s7u/most_up_to_date_and_easy_way_of_passing_a/) +- [I just open sourced my app, S2 Music Player](https://www.reddit.com/r/androiddev/comments/wm3h1y/i_just_open_sourced_my_app_s2_music_player/) +- [Android WebRTC Guide: Building Android Streaming App with WebRTC SDK](https://www.reddit.com/r/androiddev/comments/wm129n/android_webrtc_guide_building_android_streaming/) +- [Is it only me that mocking server API is sooo hard?](https://www.reddit.com/r/androiddev/comments/wlx9e6/is_it_only_me_that_mocking_server_api_is_sooo_hard/) +- [How do you deal with releasing an app on Android and iOS, but not simultaneously?](https://www.reddit.com/r/androiddev/comments/wlwobl/how_do_you_deal_with_releasing_an_app_on_android/) +- [emulator and phone given different colour values..](https://www.reddit.com/r/androiddev/comments/wlwczd/emulator_and_phone_given_different_colour_values/) +- [Jetpack Compose vs Flutter learning curve and complexity.](https://www.reddit.com/r/androiddev/comments/wlvxw1/jetpack_compose_vs_flutter_learning_curve_and/) +- [Coderbyte test for a Android Engineer role?](https://www.reddit.com/r/androiddev/comments/wlu8af/coderbyte_test_for_a_android_engineer_role/) +- [Application development services](https://www.reddit.com/r/androiddev/comments/wlqfmn/application_development_services/) ### *InfoWorld posts* From 67ba973206f336c5721ace9723c6de03b91c56bd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 13 Aug 2022 01:31:05 +0000 Subject: [PATCH 0250/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4a004c047c..b4898264f1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [(Firebase Dynamic links) App Links only work when pressed in message / notepad?](https://www.reddit.com/r/androiddev/comments/wm6219/firebase_dynamic_links_app_links_only_work_when/) -- [Most up to date and easy way of passing a StateFlow to a Composable?](https://www.reddit.com/r/androiddev/comments/wm5s7u/most_up_to_date_and_easy_way_of_passing_a/) -- [I just open sourced my app, S2 Music Player](https://www.reddit.com/r/androiddev/comments/wm3h1y/i_just_open_sourced_my_app_s2_music_player/) -- [Android WebRTC Guide: Building Android Streaming App with WebRTC SDK](https://www.reddit.com/r/androiddev/comments/wm129n/android_webrtc_guide_building_android_streaming/) -- [Is it only me that mocking server API is sooo hard?](https://www.reddit.com/r/androiddev/comments/wlx9e6/is_it_only_me_that_mocking_server_api_is_sooo_hard/) -- [How do you deal with releasing an app on Android and iOS, but not simultaneously?](https://www.reddit.com/r/androiddev/comments/wlwobl/how_do_you_deal_with_releasing_an_app_on_android/) -- [emulator and phone given different colour values..](https://www.reddit.com/r/androiddev/comments/wlwczd/emulator_and_phone_given_different_colour_values/) -- [Jetpack Compose vs Flutter learning curve and complexity.](https://www.reddit.com/r/androiddev/comments/wlvxw1/jetpack_compose_vs_flutter_learning_curve_and/) -- [Coderbyte test for a Android Engineer role?](https://www.reddit.com/r/androiddev/comments/wlu8af/coderbyte_test_for_a_android_engineer_role/) -- [Application development services](https://www.reddit.com/r/androiddev/comments/wlqfmn/application_development_services/) +- [Any idea of how I can scale TextureView to give the appearance of centercrop](https://www.reddit.com/r/androiddev/comments/wmzhll/any_idea_of_how_i_can_scale_textureview_to_give/) +- [How to respond if an interviewer ask me a programming code challenge I have no clue about?](https://www.reddit.com/r/androiddev/comments/wmz2mx/how_to_respond_if_an_interviewer_ask_me_a/) +- [Common mistakes in building a WebRTC Android App](https://www.reddit.com/r/androiddev/comments/wmwjd1/common_mistakes_in_building_a_webrtc_android_app/) +- [Anyone working in mobile development right now?](https://www.reddit.com/r/androiddev/comments/wmumyn/anyone_working_in_mobile_development_right_now/) +- [How many android developers in India?](https://www.reddit.com/r/androiddev/comments/wmr9do/how_many_android_developers_in_india/) +- [Skills that compliment Kotlin?](https://www.reddit.com/r/androiddev/comments/wmr8fl/skills_that_compliment_kotlin/) +- [Clipboard access on android > 10](https://www.reddit.com/r/androiddev/comments/wmr59w/clipboard_access_on_android_10/) +- [Play store app update rejected for a strange reason - "Artifact image"](https://www.reddit.com/r/androiddev/comments/wmqbxd/play_store_app_update_rejected_for_a_strange/) +- [Need help with an android game I am trying to develop](https://www.reddit.com/r/androiddev/comments/wmpfpo/need_help_with_an_android_game_i_am_trying_to/) +- [Is there any video compressor libraries for kotlin?](https://www.reddit.com/r/androiddev/comments/wmnheb/is_there_any_video_compressor_libraries_for_kotlin/) ### *InfoWorld posts* From b4986a6ea95ecdbed00e439537d17474eb3056a5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 14 Aug 2022 01:32:16 +0000 Subject: [PATCH 0251/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b4898264f1..2a37735fb5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Any idea of how I can scale TextureView to give the appearance of centercrop](https://www.reddit.com/r/androiddev/comments/wmzhll/any_idea_of_how_i_can_scale_textureview_to_give/) -- [How to respond if an interviewer ask me a programming code challenge I have no clue about?](https://www.reddit.com/r/androiddev/comments/wmz2mx/how_to_respond_if_an_interviewer_ask_me_a/) -- [Common mistakes in building a WebRTC Android App](https://www.reddit.com/r/androiddev/comments/wmwjd1/common_mistakes_in_building_a_webrtc_android_app/) -- [Anyone working in mobile development right now?](https://www.reddit.com/r/androiddev/comments/wmumyn/anyone_working_in_mobile_development_right_now/) -- [How many android developers in India?](https://www.reddit.com/r/androiddev/comments/wmr9do/how_many_android_developers_in_india/) -- [Skills that compliment Kotlin?](https://www.reddit.com/r/androiddev/comments/wmr8fl/skills_that_compliment_kotlin/) -- [Clipboard access on android > 10](https://www.reddit.com/r/androiddev/comments/wmr59w/clipboard_access_on_android_10/) -- [Play store app update rejected for a strange reason - "Artifact image"](https://www.reddit.com/r/androiddev/comments/wmqbxd/play_store_app_update_rejected_for_a_strange/) -- [Need help with an android game I am trying to develop](https://www.reddit.com/r/androiddev/comments/wmpfpo/need_help_with_an_android_game_i_am_trying_to/) -- [Is there any video compressor libraries for kotlin?](https://www.reddit.com/r/androiddev/comments/wmnheb/is_there_any_video_compressor_libraries_for_kotlin/) +- [How can i wait for workmanager to finish in Android?](https://www.reddit.com/r/androiddev/comments/wnspsr/how_can_i_wait_for_workmanager_to_finish_in/) +- [Is a Spinner comparable to a ListPreference, or does something else exist?](https://www.reddit.com/r/androiddev/comments/wnryxy/is_a_spinner_comparable_to_a_listpreference_or/) +- [Google Play review process: 5 days and still waiting](https://www.reddit.com/r/androiddev/comments/wnosjl/google_play_review_process_5_days_and_still/) +- [Kotlin Intern requirements.](https://www.reddit.com/r/androiddev/comments/wnopf9/kotlin_intern_requirements/) +- [Is there a way to bind AsynchronousSocketChannel to Network](https://www.reddit.com/r/androiddev/comments/wno89e/is_there_a_way_to_bind_asynchronoussocketchannel/) +- [help me guys please I don't know what is problem](https://www.reddit.com/r/androiddev/comments/wnm0fr/help_me_guys_please_i_dont_know_what_is_problem/) +- [Getting data from a private constructor class in to main activity (in app purchases).](https://www.reddit.com/r/androiddev/comments/wnlwj8/getting_data_from_a_private_constructor_class_in/) +- [Is BottomSheetDialogFragment any different from a regular BottomSheetDialog?](https://www.reddit.com/r/androiddev/comments/wnibmu/is_bottomsheetdialogfragment_any_different_from_a/) +- [I havent run any ads for my game but i see some numbers for Third-party referrals, where does it come from?](https://www.reddit.com/r/androiddev/comments/wnh6lo/i_havent_run_any_ads_for_my_game_but_i_see_some/) +- [How to make add a text over image](https://www.reddit.com/r/androiddev/comments/wnh0un/how_to_make_add_a_text_over_image/) ### *InfoWorld posts* From ea262118bb4907f3dc8e2a1821f81a0760c97426 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 15 Aug 2022 01:32:37 +0000 Subject: [PATCH 0252/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2a37735fb5..312b9441bc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How can i wait for workmanager to finish in Android?](https://www.reddit.com/r/androiddev/comments/wnspsr/how_can_i_wait_for_workmanager_to_finish_in/) -- [Is a Spinner comparable to a ListPreference, or does something else exist?](https://www.reddit.com/r/androiddev/comments/wnryxy/is_a_spinner_comparable_to_a_listpreference_or/) -- [Google Play review process: 5 days and still waiting](https://www.reddit.com/r/androiddev/comments/wnosjl/google_play_review_process_5_days_and_still/) -- [Kotlin Intern requirements.](https://www.reddit.com/r/androiddev/comments/wnopf9/kotlin_intern_requirements/) -- [Is there a way to bind AsynchronousSocketChannel to Network](https://www.reddit.com/r/androiddev/comments/wno89e/is_there_a_way_to_bind_asynchronoussocketchannel/) -- [help me guys please I don't know what is problem](https://www.reddit.com/r/androiddev/comments/wnm0fr/help_me_guys_please_i_dont_know_what_is_problem/) -- [Getting data from a private constructor class in to main activity (in app purchases).](https://www.reddit.com/r/androiddev/comments/wnlwj8/getting_data_from_a_private_constructor_class_in/) -- [Is BottomSheetDialogFragment any different from a regular BottomSheetDialog?](https://www.reddit.com/r/androiddev/comments/wnibmu/is_bottomsheetdialogfragment_any_different_from_a/) -- [I havent run any ads for my game but i see some numbers for Third-party referrals, where does it come from?](https://www.reddit.com/r/androiddev/comments/wnh6lo/i_havent_run_any_ads_for_my_game_but_i_see_some/) -- [How to make add a text over image](https://www.reddit.com/r/androiddev/comments/wnh0un/how_to_make_add_a_text_over_image/) +- [How quickly can you throw together a recyclerview full of data?](https://www.reddit.com/r/androiddev/comments/wom2d0/how_quickly_can_you_throw_together_a_recyclerview/) +- [Android supports bluetooth keyboard and mice, so how much longer until Android restores all the desktop/workstation features that all other Linux distro on Earth except Android have always had from the beginning (DECADES NOW)? Can I help? Nothing has improved since Android came out...](https://www.reddit.com/r/androiddev/comments/woi5ji/android_supports_bluetooth_keyboard_and_mice_so/) +- [correct implementation of rewarded ads with admob](https://www.reddit.com/r/androiddev/comments/wohxmn/correct_implementation_of_rewarded_ads_with_admob/) +- [Admob july revenue report](https://www.reddit.com/r/androiddev/comments/wofhjd/admob_july_revenue_report/) +- [Which App Monetization Platforms are you using other than Google Admob?](https://www.reddit.com/r/androiddev/comments/wof7h7/which_app_monetization_platforms_are_you_using/) +- [Anyone else worried about new ads policy?](https://www.reddit.com/r/androiddev/comments/wobsuv/anyone_else_worried_about_new_ads_policy/) +- [I tried to stick to React Native, just to make me realize how shitty cross-platform frameworks are...](https://www.reddit.com/r/androiddev/comments/wo7u7e/i_tried_to_stick_to_react_native_just_to_make_me/) +- [Comedian app concept](https://www.reddit.com/r/androiddev/comments/wo7lix/comedian_app_concept/) +- [How to make Andorid App that enters data in MS ACCESS Database ?](https://www.reddit.com/r/androiddev/comments/wo6q0f/how_to_make_andorid_app_that_enters_data_in_ms/) +- [What language is best to learn for someone getting into Android dev?](https://www.reddit.com/r/androiddev/comments/wo649v/what_language_is_best_to_learn_for_someone/) ### *InfoWorld posts* From d81d37da4be4808977d1bf5aab502ebd1ae96d29 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 16 Aug 2022 01:32:11 +0000 Subject: [PATCH 0253/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 312b9441bc..2d62f2b25c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How quickly can you throw together a recyclerview full of data?](https://www.reddit.com/r/androiddev/comments/wom2d0/how_quickly_can_you_throw_together_a_recyclerview/) -- [Android supports bluetooth keyboard and mice, so how much longer until Android restores all the desktop/workstation features that all other Linux distro on Earth except Android have always had from the beginning (DECADES NOW)? Can I help? Nothing has improved since Android came out...](https://www.reddit.com/r/androiddev/comments/woi5ji/android_supports_bluetooth_keyboard_and_mice_so/) -- [correct implementation of rewarded ads with admob](https://www.reddit.com/r/androiddev/comments/wohxmn/correct_implementation_of_rewarded_ads_with_admob/) -- [Admob july revenue report](https://www.reddit.com/r/androiddev/comments/wofhjd/admob_july_revenue_report/) -- [Which App Monetization Platforms are you using other than Google Admob?](https://www.reddit.com/r/androiddev/comments/wof7h7/which_app_monetization_platforms_are_you_using/) -- [Anyone else worried about new ads policy?](https://www.reddit.com/r/androiddev/comments/wobsuv/anyone_else_worried_about_new_ads_policy/) -- [I tried to stick to React Native, just to make me realize how shitty cross-platform frameworks are...](https://www.reddit.com/r/androiddev/comments/wo7u7e/i_tried_to_stick_to_react_native_just_to_make_me/) -- [Comedian app concept](https://www.reddit.com/r/androiddev/comments/wo7lix/comedian_app_concept/) -- [How to make Andorid App that enters data in MS ACCESS Database ?](https://www.reddit.com/r/androiddev/comments/wo6q0f/how_to_make_andorid_app_that_enters_data_in_ms/) -- [What language is best to learn for someone getting into Android dev?](https://www.reddit.com/r/androiddev/comments/wo649v/what_language_is_best_to_learn_for_someone/) +- [How should multiple api calls be structured?](https://www.reddit.com/r/androiddev/comments/wpgcl2/how_should_multiple_api_calls_be_structured/) +- [How to Setup an Auto-Scaling Streaming Server with Kubernetes for Streaming Apps](https://www.reddit.com/r/androiddev/comments/wpb44f/how_to_setup_an_autoscaling_streaming_server_with/) +- [Anyone else banned by applovin?](https://www.reddit.com/r/androiddev/comments/wpaul2/anyone_else_banned_by_applovin/) +- [How can I implement this mask animation on Android?](https://www.reddit.com/r/androiddev/comments/wpaf5g/how_can_i_implement_this_mask_animation_on_android/) +- [Android 13 source code released to AOSP](https://www.reddit.com/r/androiddev/comments/wp9f2k/android_13_source_code_released_to_aosp/) +- [What are some high paying companies/firms in native Android development.](https://www.reddit.com/r/androiddev/comments/wp87ms/what_are_some_high_paying_companiesfirms_in/) +- [Any suggestions about the icon that will express for LinearLayoutManager horizontal orientation?](https://www.reddit.com/r/androiddev/comments/wp6ysl/any_suggestions_about_the_icon_that_will_express/) +- [Stable Android 13 Released](https://www.reddit.com/r/androiddev/comments/wp6mrm/stable_android_13_released/) +- [Android 13 is in AOSP!](https://www.reddit.com/r/androiddev/comments/wp5211/android_13_is_in_aosp/) +- [Sledgehammer for android](https://www.reddit.com/r/androiddev/comments/wp4nt6/sledgehammer_for_android/) ### *InfoWorld posts* From 8c153dbe082c3685b37317b362f6114159056818 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 17 Aug 2022 01:32:25 +0000 Subject: [PATCH 0254/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2d62f2b25c..7ce261f1b7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How should multiple api calls be structured?](https://www.reddit.com/r/androiddev/comments/wpgcl2/how_should_multiple_api_calls_be_structured/) -- [How to Setup an Auto-Scaling Streaming Server with Kubernetes for Streaming Apps](https://www.reddit.com/r/androiddev/comments/wpb44f/how_to_setup_an_autoscaling_streaming_server_with/) -- [Anyone else banned by applovin?](https://www.reddit.com/r/androiddev/comments/wpaul2/anyone_else_banned_by_applovin/) -- [How can I implement this mask animation on Android?](https://www.reddit.com/r/androiddev/comments/wpaf5g/how_can_i_implement_this_mask_animation_on_android/) -- [Android 13 source code released to AOSP](https://www.reddit.com/r/androiddev/comments/wp9f2k/android_13_source_code_released_to_aosp/) -- [What are some high paying companies/firms in native Android development.](https://www.reddit.com/r/androiddev/comments/wp87ms/what_are_some_high_paying_companiesfirms_in/) -- [Any suggestions about the icon that will express for LinearLayoutManager horizontal orientation?](https://www.reddit.com/r/androiddev/comments/wp6ysl/any_suggestions_about_the_icon_that_will_express/) -- [Stable Android 13 Released](https://www.reddit.com/r/androiddev/comments/wp6mrm/stable_android_13_released/) -- [Android 13 is in AOSP!](https://www.reddit.com/r/androiddev/comments/wp5211/android_13_is_in_aosp/) -- [Sledgehammer for android](https://www.reddit.com/r/androiddev/comments/wp4nt6/sledgehammer_for_android/) +- [minimum specs to work as a freelance mobile dev](https://www.reddit.com/r/androiddev/comments/wq9zlw/minimum_specs_to_work_as_a_freelance_mobile_dev/) +- [What is an example of a good app that pushes the boundaries of what's possible on a mobile device?](https://www.reddit.com/r/androiddev/comments/wq96yy/what_is_an_example_of_a_good_app_that_pushes_the/) +- [which language should i pick for android dev...](https://www.reddit.com/r/androiddev/comments/wq32zf/which_language_should_i_pick_for_android_dev/) +- [Android Studio Dolphin RC1 now available](https://www.reddit.com/r/androiddev/comments/wq0ykg/android_studio_dolphin_rc1_now_available/) +- [KMM(Android & iOS) Payments Apps w/ Stripe](https://www.reddit.com/r/androiddev/comments/wq0ucj/kmmandroid_ios_payments_apps_w_stripe/) +- [What's the proper way to shit down the emulator?](https://www.reddit.com/r/androiddev/comments/wq0rn0/whats_the_proper_way_to_shit_down_the_emulator/) +- [SuspendApp: A New Arrow Library from 47 Degrees](https://www.reddit.com/r/androiddev/comments/wq0a5u/suspendapp_a_new_arrow_library_from_47_degrees/) +- [Kotlin - Cannot inherit from final error - Android Studio](https://www.reddit.com/r/androiddev/comments/wq00f9/kotlin_cannot_inherit_from_final_error_android/) +- [Is it possible to set different prices based upon country?](https://www.reddit.com/r/androiddev/comments/wpyvc0/is_it_possible_to_set_different_prices_based_upon/) +- [Interstial ad not showing up with a button counter](https://www.reddit.com/r/androiddev/comments/wpy24j/interstial_ad_not_showing_up_with_a_button_counter/) ### *InfoWorld posts* From 9378a187efe278d152549205c8d5ca5cfe2acfcb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 17 Aug 2022 01:32:28 +0000 Subject: [PATCH 0255/1422] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ce261f1b7..03fe8a5486 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *InfoWorld posts* +- [Android 13 brings themed app icons, security tweaks](https://www.infoworld.com/article/3669860/android-13-brings-themed-app-icons-security-tweaks.html#tk.rss_android) - [Jetpack Compose 1.2 packs text improvements](https://www.infoworld.com/article/3660772/jetpack-compose-12-packs-text-improvements.html#tk.rss_android) - [JetBrains launches cross-platform UI framework for Kotlin](https://www.infoworld.com/article/3643392/jetbrains-launches-cross-platform-ui-framework-for-kotlin.html#tk.rss_android) - [Google unveils developer preview of Android 12L](https://www.infoworld.com/article/3638757/google-unveils-developer-preview-of-android-12l.html#tk.rss_android) @@ -295,7 +296,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Microsoft sunsets Xamarin toolkit](https://www.infoworld.com/article/3626453/microsoft-sunsets-xamarin-toolkit.html#tk.rss_android) - [Gradle 7.0 improves incremental builds, backs Java 16](https://www.infoworld.com/article/3614703/gradle-70-improves-incremental-builds-backs-java-16.html#tk.rss_android) - [NativeScript 8.0 shines on Apple M1, Webpack](https://www.infoworld.com/article/3614852/nativescript-80-shines-on-apple-m1-webpack.html#tk.rss_android) -- [Google Android team embraces Rust for Android OS development](https://www.infoworld.com/article/3614591/google-android-team-embraces-rust-for-android-os-development.html#tk.rss_android) ### *RedHat posts* From 401ca163f3c59aa28bf2910fa57a5c1229d6d4f1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 18 Aug 2022 01:32:27 +0000 Subject: [PATCH 0256/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 03fe8a5486..79977c7346 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [minimum specs to work as a freelance mobile dev](https://www.reddit.com/r/androiddev/comments/wq9zlw/minimum_specs_to_work_as_a_freelance_mobile_dev/) -- [What is an example of a good app that pushes the boundaries of what's possible on a mobile device?](https://www.reddit.com/r/androiddev/comments/wq96yy/what_is_an_example_of_a_good_app_that_pushes_the/) -- [which language should i pick for android dev...](https://www.reddit.com/r/androiddev/comments/wq32zf/which_language_should_i_pick_for_android_dev/) -- [Android Studio Dolphin RC1 now available](https://www.reddit.com/r/androiddev/comments/wq0ykg/android_studio_dolphin_rc1_now_available/) -- [KMM(Android & iOS) Payments Apps w/ Stripe](https://www.reddit.com/r/androiddev/comments/wq0ucj/kmmandroid_ios_payments_apps_w_stripe/) -- [What's the proper way to shit down the emulator?](https://www.reddit.com/r/androiddev/comments/wq0rn0/whats_the_proper_way_to_shit_down_the_emulator/) -- [SuspendApp: A New Arrow Library from 47 Degrees](https://www.reddit.com/r/androiddev/comments/wq0a5u/suspendapp_a_new_arrow_library_from_47_degrees/) -- [Kotlin - Cannot inherit from final error - Android Studio](https://www.reddit.com/r/androiddev/comments/wq00f9/kotlin_cannot_inherit_from_final_error_android/) -- [Is it possible to set different prices based upon country?](https://www.reddit.com/r/androiddev/comments/wpyvc0/is_it_possible_to_set_different_prices_based_upon/) -- [Interstial ad not showing up with a button counter](https://www.reddit.com/r/androiddev/comments/wpy24j/interstial_ad_not_showing_up_with_a_button_counter/) +- ["App not installed as package appears to be invalid." when install new version of the same android app.](https://www.reddit.com/r/androiddev/comments/wr652q/app_not_installed_as_package_appears_to_be/) +- [How to Implement Custom Radio Button Android Studio](https://www.reddit.com/r/androiddev/comments/wr2jv0/how_to_implement_custom_radio_button_android/) +- [Is anybody else having issues with the app not launching after being built and installed on the device since android 13 update?](https://www.reddit.com/r/androiddev/comments/wqyz6l/is_anybody_else_having_issues_with_the_app_not/) +- [Material & Custom theming using Jetpack Compose](https://www.reddit.com/r/androiddev/comments/wqx010/material_custom_theming_using_jetpack_compose/) +- [Android app integration with Microsoft Intune](https://www.reddit.com/r/androiddev/comments/wqwu7h/android_app_integration_with_microsoft_intune/) +- [Just curious, why do mobile devs get paid more than web developers?](https://www.reddit.com/r/androiddev/comments/wqvvr1/just_curious_why_do_mobile_devs_get_paid_more/) +- [Android Gesture Nav Conflict](https://www.reddit.com/r/androiddev/comments/wqvlaq/android_gesture_nav_conflict/) +- [Celebrating 5 years of Kotlin on Android](https://www.reddit.com/r/androiddev/comments/wqur1l/celebrating_5_years_of_kotlin_on_android/) +- [Does this mean ... I am HACKED??](https://www.reddit.com/r/androiddev/comments/wqug5c/does_this_mean_i_am_hacked/) +- [When I try and Java create a class it has no fields for me to edit, would you be able to help me. As in image 1, image 2 is the normal setting I’m trying to achieve](https://www.reddit.com/r/androiddev/comments/wqtrqa/when_i_try_and_java_create_a_class_it_has_no/) ### *InfoWorld posts* From 6a877279d4dd13493e7143feb3ffaeae33440a96 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 19 Aug 2022 01:32:35 +0000 Subject: [PATCH 0257/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 79977c7346..7e3066c4d6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- ["App not installed as package appears to be invalid." when install new version of the same android app.](https://www.reddit.com/r/androiddev/comments/wr652q/app_not_installed_as_package_appears_to_be/) -- [How to Implement Custom Radio Button Android Studio](https://www.reddit.com/r/androiddev/comments/wr2jv0/how_to_implement_custom_radio_button_android/) -- [Is anybody else having issues with the app not launching after being built and installed on the device since android 13 update?](https://www.reddit.com/r/androiddev/comments/wqyz6l/is_anybody_else_having_issues_with_the_app_not/) -- [Material & Custom theming using Jetpack Compose](https://www.reddit.com/r/androiddev/comments/wqx010/material_custom_theming_using_jetpack_compose/) -- [Android app integration with Microsoft Intune](https://www.reddit.com/r/androiddev/comments/wqwu7h/android_app_integration_with_microsoft_intune/) -- [Just curious, why do mobile devs get paid more than web developers?](https://www.reddit.com/r/androiddev/comments/wqvvr1/just_curious_why_do_mobile_devs_get_paid_more/) -- [Android Gesture Nav Conflict](https://www.reddit.com/r/androiddev/comments/wqvlaq/android_gesture_nav_conflict/) -- [Celebrating 5 years of Kotlin on Android](https://www.reddit.com/r/androiddev/comments/wqur1l/celebrating_5_years_of_kotlin_on_android/) -- [Does this mean ... I am HACKED??](https://www.reddit.com/r/androiddev/comments/wqug5c/does_this_mean_i_am_hacked/) -- [When I try and Java create a class it has no fields for me to edit, would you be able to help me. As in image 1, image 2 is the normal setting I’m trying to achieve](https://www.reddit.com/r/androiddev/comments/wqtrqa/when_i_try_and_java_create_a_class_it_has_no/) +- [apkrev: android app reverse engineering pipeline](https://www.reddit.com/r/androiddev/comments/wryyhp/apkrev_android_app_reverse_engineering_pipeline/) +- [How AppLovin ate an Indie developer's earnings?](https://www.reddit.com/r/androiddev/comments/wrxu62/how_applovin_ate_an_indie_developers_earnings/) +- [Has anyone here dabbled in Application Security?](https://www.reddit.com/r/androiddev/comments/wrx0bq/has_anyone_here_dabbled_in_application_security/) +- [Compose Navigation with multiple graphs](https://www.reddit.com/r/androiddev/comments/wrwmr0/compose_navigation_with_multiple_graphs/) +- [Droidcon London](https://www.reddit.com/r/androiddev/comments/wrwd6l/droidcon_london/) +- [Get integer from another activity](https://www.reddit.com/r/androiddev/comments/wrtfq8/get_integer_from_another_activity/) +- [I have my first android code challenge interview in one week, what should I practice?](https://www.reddit.com/r/androiddev/comments/wrrdk4/i_have_my_first_android_code_challenge_interview/) +- [TWRP Recovery removed after installation!](https://www.reddit.com/r/androiddev/comments/wro9ub/twrp_recovery_removed_after_installation/) +- [Legacy app ported to Kotlin. Project comparison.](https://www.reddit.com/r/androiddev/comments/wrmnma/legacy_app_ported_to_kotlin_project_comparison/) +- [Is that still relevant to develop mobile application android studio using macbook pro 13” mid 2012?](https://www.reddit.com/r/androiddev/comments/wrmacv/is_that_still_relevant_to_develop_mobile/) ### *InfoWorld posts* From 27a90fef6cf6597c9bb5acedde40001f0ed82f7d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 20 Aug 2022 01:31:56 +0000 Subject: [PATCH 0258/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7e3066c4d6..fc757aa90c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [apkrev: android app reverse engineering pipeline](https://www.reddit.com/r/androiddev/comments/wryyhp/apkrev_android_app_reverse_engineering_pipeline/) -- [How AppLovin ate an Indie developer's earnings?](https://www.reddit.com/r/androiddev/comments/wrxu62/how_applovin_ate_an_indie_developers_earnings/) -- [Has anyone here dabbled in Application Security?](https://www.reddit.com/r/androiddev/comments/wrx0bq/has_anyone_here_dabbled_in_application_security/) -- [Compose Navigation with multiple graphs](https://www.reddit.com/r/androiddev/comments/wrwmr0/compose_navigation_with_multiple_graphs/) -- [Droidcon London](https://www.reddit.com/r/androiddev/comments/wrwd6l/droidcon_london/) -- [Get integer from another activity](https://www.reddit.com/r/androiddev/comments/wrtfq8/get_integer_from_another_activity/) -- [I have my first android code challenge interview in one week, what should I practice?](https://www.reddit.com/r/androiddev/comments/wrrdk4/i_have_my_first_android_code_challenge_interview/) -- [TWRP Recovery removed after installation!](https://www.reddit.com/r/androiddev/comments/wro9ub/twrp_recovery_removed_after_installation/) -- [Legacy app ported to Kotlin. Project comparison.](https://www.reddit.com/r/androiddev/comments/wrmnma/legacy_app_ported_to_kotlin_project_comparison/) -- [Is that still relevant to develop mobile application android studio using macbook pro 13” mid 2012?](https://www.reddit.com/r/androiddev/comments/wrmacv/is_that_still_relevant_to_develop_mobile/) +- [I need examples for customers reporting issues using our contact us functionality](https://www.reddit.com/r/androiddev/comments/wsu4q7/i_need_examples_for_customers_reporting_issues/) +- [Is storing your API key using NDK or CMake safe?](https://www.reddit.com/r/androiddev/comments/wst3ae/is_storing_your_api_key_using_ndk_or_cmake_safe/) +- [How to handle in-app card payments?](https://www.reddit.com/r/androiddev/comments/wsqrb4/how_to_handle_inapp_card_payments/) +- [Emulator routes loading taking forever](https://www.reddit.com/r/androiddev/comments/wsp6kc/emulator_routes_loading_taking_forever/) +- [Any Android devs based in Hyderabad: like to meet if possible](https://www.reddit.com/r/androiddev/comments/wsne2z/any_android_devs_based_in_hyderabad_like_to_meet/) +- [Google terminated our Developer Account without prior notice and based on false grounds](https://www.reddit.com/r/androiddev/comments/wsm90n/google_terminated_our_developer_account_without/) +- [The Kotlin Multiplatform @droidconNYC app will be using Compose UI on iOS!](https://www.reddit.com/r/androiddev/comments/wsl11t/the_kotlin_multiplatform_droidconnyc_app_will_be/) +- [Can app developers continue using the deprecated FingerprintManager API indefinitely?](https://www.reddit.com/r/androiddev/comments/wskeb7/can_app_developers_continue_using_the_deprecated/) +- [Android custom codes docs](https://www.reddit.com/r/androiddev/comments/wsjqq9/android_custom_codes_docs/) +- [How do I prevent abuse to my app?](https://www.reddit.com/r/androiddev/comments/wsivng/how_do_i_prevent_abuse_to_my_app/) ### *InfoWorld posts* From 92f91d1dad711e2ece4979ac939aec8e09d85d9a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 21 Aug 2022 01:31:36 +0000 Subject: [PATCH 0259/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fc757aa90c..83e7c9a343 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I need examples for customers reporting issues using our contact us functionality](https://www.reddit.com/r/androiddev/comments/wsu4q7/i_need_examples_for_customers_reporting_issues/) -- [Is storing your API key using NDK or CMake safe?](https://www.reddit.com/r/androiddev/comments/wst3ae/is_storing_your_api_key_using_ndk_or_cmake_safe/) -- [How to handle in-app card payments?](https://www.reddit.com/r/androiddev/comments/wsqrb4/how_to_handle_inapp_card_payments/) -- [Emulator routes loading taking forever](https://www.reddit.com/r/androiddev/comments/wsp6kc/emulator_routes_loading_taking_forever/) -- [Any Android devs based in Hyderabad: like to meet if possible](https://www.reddit.com/r/androiddev/comments/wsne2z/any_android_devs_based_in_hyderabad_like_to_meet/) -- [Google terminated our Developer Account without prior notice and based on false grounds](https://www.reddit.com/r/androiddev/comments/wsm90n/google_terminated_our_developer_account_without/) -- [The Kotlin Multiplatform @droidconNYC app will be using Compose UI on iOS!](https://www.reddit.com/r/androiddev/comments/wsl11t/the_kotlin_multiplatform_droidconnyc_app_will_be/) -- [Can app developers continue using the deprecated FingerprintManager API indefinitely?](https://www.reddit.com/r/androiddev/comments/wskeb7/can_app_developers_continue_using_the_deprecated/) -- [Android custom codes docs](https://www.reddit.com/r/androiddev/comments/wsjqq9/android_custom_codes_docs/) -- [How do I prevent abuse to my app?](https://www.reddit.com/r/androiddev/comments/wsivng/how_do_i_prevent_abuse_to_my_app/) +- [Where did the Android Studio Stable/Beta/Dev channel selector go?](https://www.reddit.com/r/androiddev/comments/wtl946/where_did_the_android_studio_stablebetadev/) +- [How can I disable Help improve Android Studio startup dialog?](https://www.reddit.com/r/androiddev/comments/wtk3ui/how_can_i_disable_help_improve_android_studio/) +- [kotlin app won't run correctly on Galaxy S10, works fine on pixel 4 and 6. How to debug?](https://www.reddit.com/r/androiddev/comments/wtfohm/kotlin_app_wont_run_correctly_on_galaxy_s10_works/) +- [SSOT with remote mediator room DB model from different screens](https://www.reddit.com/r/androiddev/comments/wtef52/ssot_with_remote_mediator_room_db_model_from/) +- [App Review Over A Week?](https://www.reddit.com/r/androiddev/comments/wtc0pg/app_review_over_a_week/) +- [Unable to locate ADB server in Android Studio chipmonk](https://www.reddit.com/r/androiddev/comments/wtbhzb/unable_to_locate_adb_server_in_android_studio/) +- [How to move View with Keyboard in Android using Kotlin | John Codeos](https://www.reddit.com/r/androiddev/comments/wtao23/how_to_move_view_with_keyboard_in_android_using/) +- [Pair Device using QR Code not working](https://www.reddit.com/r/androiddev/comments/wt9rpf/pair_device_using_qr_code_not_working/) +- [Proving the existence of a tree with a smart phone](https://www.reddit.com/r/androiddev/comments/wt8vkt/proving_the_existence_of_a_tree_with_a_smart_phone/) +- [How to uniquely identify a Call object](https://www.reddit.com/r/androiddev/comments/wt794g/how_to_uniquely_identify_a_call_object/) ### *InfoWorld posts* From 3fba475f46bfa1475d36a784651486fa42822ad2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 22 Aug 2022 01:33:12 +0000 Subject: [PATCH 0260/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 83e7c9a343..1e6c53ad84 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Where did the Android Studio Stable/Beta/Dev channel selector go?](https://www.reddit.com/r/androiddev/comments/wtl946/where_did_the_android_studio_stablebetadev/) -- [How can I disable Help improve Android Studio startup dialog?](https://www.reddit.com/r/androiddev/comments/wtk3ui/how_can_i_disable_help_improve_android_studio/) -- [kotlin app won't run correctly on Galaxy S10, works fine on pixel 4 and 6. How to debug?](https://www.reddit.com/r/androiddev/comments/wtfohm/kotlin_app_wont_run_correctly_on_galaxy_s10_works/) -- [SSOT with remote mediator room DB model from different screens](https://www.reddit.com/r/androiddev/comments/wtef52/ssot_with_remote_mediator_room_db_model_from/) -- [App Review Over A Week?](https://www.reddit.com/r/androiddev/comments/wtc0pg/app_review_over_a_week/) -- [Unable to locate ADB server in Android Studio chipmonk](https://www.reddit.com/r/androiddev/comments/wtbhzb/unable_to_locate_adb_server_in_android_studio/) -- [How to move View with Keyboard in Android using Kotlin | John Codeos](https://www.reddit.com/r/androiddev/comments/wtao23/how_to_move_view_with_keyboard_in_android_using/) -- [Pair Device using QR Code not working](https://www.reddit.com/r/androiddev/comments/wt9rpf/pair_device_using_qr_code_not_working/) -- [Proving the existence of a tree with a smart phone](https://www.reddit.com/r/androiddev/comments/wt8vkt/proving_the_existence_of_a_tree_with_a_smart_phone/) -- [How to uniquely identify a Call object](https://www.reddit.com/r/androiddev/comments/wt794g/how_to_uniquely_identify_a_call_object/) +- [Do you think the Android developer experience is bad compared to RN and Flutter? I have found Ui development extremely slow.](https://www.reddit.com/r/androiddev/comments/wufiwr/do_you_think_the_android_developer_experience_is/) +- [I need your opinion](https://www.reddit.com/r/androiddev/comments/wuf6fe/i_need_your_opinion/) +- [Conversion Rate](https://www.reddit.com/r/androiddev/comments/wudldb/conversion_rate/) +- [Creating smartphone duplicate.](https://www.reddit.com/r/androiddev/comments/wucko0/creating_smartphone_duplicate/) +- [GPT-3 Android Studio Project](https://www.reddit.com/r/androiddev/comments/wubjf2/gpt3_android_studio_project/) +- [How to turn a list into a list of DropdownMenuItems in a DropdownMenu in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/wub1pj/how_to_turn_a_list_into_a_list_of/) +- [Are there any collection of Working and Efficient Examples of Mediacodec?](https://www.reddit.com/r/androiddev/comments/wu487q/are_there_any_collection_of_working_and_efficient/) +- [Made a Jetpack Compose Modifier that enables Tinder-like card swipe gestures to any composable](https://www.reddit.com/r/androiddev/comments/wu2vin/made_a_jetpack_compose_modifier_that_enables/) +- [How can I make the sum of 3 number picker 100?](https://www.reddit.com/r/androiddev/comments/wu0htv/how_can_i_make_the_sum_of_3_number_picker_100/) +- [Is creating a virtual audio device possible on Android?](https://www.reddit.com/r/androiddev/comments/wtykep/is_creating_a_virtual_audio_device_possible_on/) ### *InfoWorld posts* From 9bfd4378725caa793b4058acd5d1f3a5c86cc3da Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 23 Aug 2022 01:31:48 +0000 Subject: [PATCH 0261/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1e6c53ad84..a3f4f5af37 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Do you think the Android developer experience is bad compared to RN and Flutter? I have found Ui development extremely slow.](https://www.reddit.com/r/androiddev/comments/wufiwr/do_you_think_the_android_developer_experience_is/) -- [I need your opinion](https://www.reddit.com/r/androiddev/comments/wuf6fe/i_need_your_opinion/) -- [Conversion Rate](https://www.reddit.com/r/androiddev/comments/wudldb/conversion_rate/) -- [Creating smartphone duplicate.](https://www.reddit.com/r/androiddev/comments/wucko0/creating_smartphone_duplicate/) -- [GPT-3 Android Studio Project](https://www.reddit.com/r/androiddev/comments/wubjf2/gpt3_android_studio_project/) -- [How to turn a list into a list of DropdownMenuItems in a DropdownMenu in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/wub1pj/how_to_turn_a_list_into_a_list_of/) -- [Are there any collection of Working and Efficient Examples of Mediacodec?](https://www.reddit.com/r/androiddev/comments/wu487q/are_there_any_collection_of_working_and_efficient/) -- [Made a Jetpack Compose Modifier that enables Tinder-like card swipe gestures to any composable](https://www.reddit.com/r/androiddev/comments/wu2vin/made_a_jetpack_compose_modifier_that_enables/) -- [How can I make the sum of 3 number picker 100?](https://www.reddit.com/r/androiddev/comments/wu0htv/how_can_i_make_the_sum_of_3_number_picker_100/) -- [Is creating a virtual audio device possible on Android?](https://www.reddit.com/r/androiddev/comments/wtykep/is_creating_a_virtual_audio_device_possible_on/) +- [Android app event logging](https://www.reddit.com/r/androiddev/comments/wva3wi/android_app_event_logging/) +- [What to do with an old spare smartphone?](https://www.reddit.com/r/androiddev/comments/wv8guj/what_to_do_with_an_old_spare_smartphone/) +- [NPM ERROR USING GITBASH](https://www.reddit.com/r/androiddev/comments/wv830l/npm_error_using_gitbash/) +- [Is it allowed to publish an app to google play (as open test version) which has a link to my kickstarter?](https://www.reddit.com/r/androiddev/comments/wv6kni/is_it_allowed_to_publish_an_app_to_google_play_as/) +- [How to create toml file?](https://www.reddit.com/r/androiddev/comments/wv5pdn/how_to_create_toml_file/) +- [Sup...can anyone perhaps assist me quickly and explain/help me with this? So under my activity controls my partners phone (iphone12) is listed as George and I can't remove his device. Other devices I can remove as you can see resembled in picture 1 and 2 via the blue ticks.](https://www.reddit.com/r/androiddev/comments/wv5ojx/supcan_anyone_perhaps_assist_me_quickly_and/) +- [Implementing Video Playback on Android Jetpack Compose](https://www.reddit.com/r/androiddev/comments/wv4egp/implementing_video_playback_on_android_jetpack/) +- [How do you check your app for security issues?](https://www.reddit.com/r/androiddev/comments/wv43s7/how_do_you_check_your_app_for_security_issues/) +- [How to remove my app in specific countries?](https://www.reddit.com/r/androiddev/comments/wv3lcn/how_to_remove_my_app_in_specific_countries/) +- [Themed icons theory](https://www.reddit.com/r/androiddev/comments/wv3652/themed_icons_theory/) ### *InfoWorld posts* From c17958685fd50a7bedb183d2f70dd3d5efd20ca1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 24 Aug 2022 01:31:37 +0000 Subject: [PATCH 0262/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a3f4f5af37..d413e57cad 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android app event logging](https://www.reddit.com/r/androiddev/comments/wva3wi/android_app_event_logging/) -- [What to do with an old spare smartphone?](https://www.reddit.com/r/androiddev/comments/wv8guj/what_to_do_with_an_old_spare_smartphone/) -- [NPM ERROR USING GITBASH](https://www.reddit.com/r/androiddev/comments/wv830l/npm_error_using_gitbash/) -- [Is it allowed to publish an app to google play (as open test version) which has a link to my kickstarter?](https://www.reddit.com/r/androiddev/comments/wv6kni/is_it_allowed_to_publish_an_app_to_google_play_as/) -- [How to create toml file?](https://www.reddit.com/r/androiddev/comments/wv5pdn/how_to_create_toml_file/) -- [Sup...can anyone perhaps assist me quickly and explain/help me with this? So under my activity controls my partners phone (iphone12) is listed as George and I can't remove his device. Other devices I can remove as you can see resembled in picture 1 and 2 via the blue ticks.](https://www.reddit.com/r/androiddev/comments/wv5ojx/supcan_anyone_perhaps_assist_me_quickly_and/) -- [Implementing Video Playback on Android Jetpack Compose](https://www.reddit.com/r/androiddev/comments/wv4egp/implementing_video_playback_on_android_jetpack/) -- [How do you check your app for security issues?](https://www.reddit.com/r/androiddev/comments/wv43s7/how_do_you_check_your_app_for_security_issues/) -- [How to remove my app in specific countries?](https://www.reddit.com/r/androiddev/comments/wv3lcn/how_to_remove_my_app_in_specific_countries/) -- [Themed icons theory](https://www.reddit.com/r/androiddev/comments/wv3652/themed_icons_theory/) +- [Just open sourced my Reddit Post scheduler](https://www.reddit.com/r/androiddev/comments/ww0usq/just_open_sourced_my_reddit_post_scheduler/) +- [Am I a Google Developer Expert now or what does this mean?](https://www.reddit.com/r/androiddev/comments/wvylal/am_i_a_google_developer_expert_now_or_what_does/) +- [How to add material you buttons](https://www.reddit.com/r/androiddev/comments/wvx4ep/how_to_add_material_you_buttons/) +- [Google Play Support- app with Yandex SDK is not compliant](https://www.reddit.com/r/androiddev/comments/wvsdze/google_play_support_app_with_yandex_sdk_is_not/) +- [6 Jetpack Compose Guidelines to Optimize Your App Performance](https://www.reddit.com/r/androiddev/comments/wvoq82/6_jetpack_compose_guidelines_to_optimize_your_app/) +- [is that true that Google Play is blocked or partially blocked on Russia ?](https://www.reddit.com/r/androiddev/comments/wvontq/is_that_true_that_google_play_is_blocked_or/) +- [Text-to-speech with Japanese voice](https://www.reddit.com/r/androiddev/comments/wvoiwl/texttospeech_with_japanese_voice/) +- [On what device / SDK version should CI run UI Tests?](https://www.reddit.com/r/androiddev/comments/wvo3vm/on_what_device_sdk_version_should_ci_run_ui_tests/) +- [Kotlin Illustrated Guide - Scopes & Scope Functions](https://www.reddit.com/r/androiddev/comments/wvnv08/kotlin_illustrated_guide_scopes_scope_functions/) +- [Is there any dev options to read text on the screen live?](https://www.reddit.com/r/androiddev/comments/wvn3tu/is_there_any_dev_options_to_read_text_on_the/) ### *InfoWorld posts* From dc07673ee4f4ee2b88878765ca9233e56d8ef622 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 25 Aug 2022 01:30:48 +0000 Subject: [PATCH 0263/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d413e57cad..42b1750ffb 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Just open sourced my Reddit Post scheduler](https://www.reddit.com/r/androiddev/comments/ww0usq/just_open_sourced_my_reddit_post_scheduler/) -- [Am I a Google Developer Expert now or what does this mean?](https://www.reddit.com/r/androiddev/comments/wvylal/am_i_a_google_developer_expert_now_or_what_does/) -- [How to add material you buttons](https://www.reddit.com/r/androiddev/comments/wvx4ep/how_to_add_material_you_buttons/) -- [Google Play Support- app with Yandex SDK is not compliant](https://www.reddit.com/r/androiddev/comments/wvsdze/google_play_support_app_with_yandex_sdk_is_not/) -- [6 Jetpack Compose Guidelines to Optimize Your App Performance](https://www.reddit.com/r/androiddev/comments/wvoq82/6_jetpack_compose_guidelines_to_optimize_your_app/) -- [is that true that Google Play is blocked or partially blocked on Russia ?](https://www.reddit.com/r/androiddev/comments/wvontq/is_that_true_that_google_play_is_blocked_or/) -- [Text-to-speech with Japanese voice](https://www.reddit.com/r/androiddev/comments/wvoiwl/texttospeech_with_japanese_voice/) -- [On what device / SDK version should CI run UI Tests?](https://www.reddit.com/r/androiddev/comments/wvo3vm/on_what_device_sdk_version_should_ci_run_ui_tests/) -- [Kotlin Illustrated Guide - Scopes & Scope Functions](https://www.reddit.com/r/androiddev/comments/wvnv08/kotlin_illustrated_guide_scopes_scope_functions/) -- [Is there any dev options to read text on the screen live?](https://www.reddit.com/r/androiddev/comments/wvn3tu/is_there_any_dev_options_to_read_text_on_the/) +- [As a new grad, is it possible to leverage strong projects to land an Android job asking for 2+ years of exp?](https://www.reddit.com/r/androiddev/comments/wwzcxl/as_a_new_grad_is_it_possible_to_leverage_strong/) +- [Mutliple Detail Page "pop ups"](https://www.reddit.com/r/androiddev/comments/wwx52u/mutliple_detail_page_pop_ups/) +- [How should I make a leadboard system with Firebase(Kotlin) ?](https://www.reddit.com/r/androiddev/comments/wwt75c/how_should_i_make_a_leadboard_system_with/) +- [How to track down google maps api key owner](https://www.reddit.com/r/androiddev/comments/wws2ts/how_to_track_down_google_maps_api_key_owner/) +- [how to install android build tools manually](https://www.reddit.com/r/androiddev/comments/wwmpgi/how_to_install_android_build_tools_manually/) +- [CameraX 1.2 is now in Beta](https://www.reddit.com/r/androiddev/comments/wwm5uh/camerax_12_is_now_in_beta/) +- [Text Master OCR for Android powered by Machine Learning](https://www.reddit.com/r/androiddev/comments/wwm1nk/text_master_ocr_for_android_powered_by_machine/) +- [Kotlin KSP for Code-generation](https://www.reddit.com/r/androiddev/comments/wwlsnj/kotlin_ksp_for_codegeneration/) +- [Google asks me for a verification PDF document to provide in order to approve my app update](https://www.reddit.com/r/androiddev/comments/wwl05l/google_asks_me_for_a_verification_pdf_document_to/) +- [android studio custom autocomplete?](https://www.reddit.com/r/androiddev/comments/wwjab9/android_studio_custom_autocomplete/) ### *InfoWorld posts* From 734b6bd5911b181b43452e92804c424385b14316 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 26 Aug 2022 01:33:52 +0000 Subject: [PATCH 0264/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 42b1750ffb..2adda39735 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [As a new grad, is it possible to leverage strong projects to land an Android job asking for 2+ years of exp?](https://www.reddit.com/r/androiddev/comments/wwzcxl/as_a_new_grad_is_it_possible_to_leverage_strong/) -- [Mutliple Detail Page "pop ups"](https://www.reddit.com/r/androiddev/comments/wwx52u/mutliple_detail_page_pop_ups/) -- [How should I make a leadboard system with Firebase(Kotlin) ?](https://www.reddit.com/r/androiddev/comments/wwt75c/how_should_i_make_a_leadboard_system_with/) -- [How to track down google maps api key owner](https://www.reddit.com/r/androiddev/comments/wws2ts/how_to_track_down_google_maps_api_key_owner/) -- [how to install android build tools manually](https://www.reddit.com/r/androiddev/comments/wwmpgi/how_to_install_android_build_tools_manually/) -- [CameraX 1.2 is now in Beta](https://www.reddit.com/r/androiddev/comments/wwm5uh/camerax_12_is_now_in_beta/) -- [Text Master OCR for Android powered by Machine Learning](https://www.reddit.com/r/androiddev/comments/wwm1nk/text_master_ocr_for_android_powered_by_machine/) -- [Kotlin KSP for Code-generation](https://www.reddit.com/r/androiddev/comments/wwlsnj/kotlin_ksp_for_codegeneration/) -- [Google asks me for a verification PDF document to provide in order to approve my app update](https://www.reddit.com/r/androiddev/comments/wwl05l/google_asks_me_for_a_verification_pdf_document_to/) -- [android studio custom autocomplete?](https://www.reddit.com/r/androiddev/comments/wwjab9/android_studio_custom_autocomplete/) +- [I Built a Fish Identifying App - Photo Fish](https://www.reddit.com/r/androiddev/comments/wxur78/i_built_a_fish_identifying_app_photo_fish/) +- [Compose in CashApp with Jake Wharton and Saket Narayan | Talking Kotlin](https://www.reddit.com/r/androiddev/comments/wxpy17/compose_in_cashapp_with_jake_wharton_and_saket/) +- [Mvvm approach to handling menu onItemSelected?](https://www.reddit.com/r/androiddev/comments/wxmqf8/mvvm_approach_to_handling_menu_onitemselected/) +- [New features to DashCoin crypto currency tracker with jetpack compose](https://www.reddit.com/r/androiddev/comments/wxj0dk/new_features_to_dashcoin_crypto_currency_tracker/) +- [Done a bit of designing on my music player app, the looping music logo looks good too.Many functionalities are left to be implemented for instance, next and previous song buttons, notification player, etc](https://www.reddit.com/r/androiddev/comments/wxhw3u/done_a_bit_of_designing_on_my_music_player_app/) +- [How are you all so smart and learnt all these shit I'm getting rekt out here, I wanna get better and have been studying, I have the will to do it, but it feels like nothing Is sticking](https://www.reddit.com/r/androiddev/comments/wxhnx6/how_are_you_all_so_smart_and_learnt_all_these/) +- [Galaxy S8 owners, could you test my app?](https://www.reddit.com/r/androiddev/comments/wxg9um/galaxy_s8_owners_could_you_test_my_app/) +- [Android Beta Testing](https://www.reddit.com/r/androiddev/comments/wxf7mv/android_beta_testing/) +- [How to retrieve only selected files from firebase in app](https://www.reddit.com/r/androiddev/comments/wxf02a/how_to_retrieve_only_selected_files_from_firebase/) +- [Jetpack Compose or good old XML?](https://www.reddit.com/r/androiddev/comments/wxet6h/jetpack_compose_or_good_old_xml/) ### *InfoWorld posts* From 7dff43d11fb40747c27f3df59fa92b4d4f8ebf47 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 27 Aug 2022 01:32:11 +0000 Subject: [PATCH 0265/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2adda39735..f2b8b7f272 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I Built a Fish Identifying App - Photo Fish](https://www.reddit.com/r/androiddev/comments/wxur78/i_built_a_fish_identifying_app_photo_fish/) -- [Compose in CashApp with Jake Wharton and Saket Narayan | Talking Kotlin](https://www.reddit.com/r/androiddev/comments/wxpy17/compose_in_cashapp_with_jake_wharton_and_saket/) -- [Mvvm approach to handling menu onItemSelected?](https://www.reddit.com/r/androiddev/comments/wxmqf8/mvvm_approach_to_handling_menu_onitemselected/) -- [New features to DashCoin crypto currency tracker with jetpack compose](https://www.reddit.com/r/androiddev/comments/wxj0dk/new_features_to_dashcoin_crypto_currency_tracker/) -- [Done a bit of designing on my music player app, the looping music logo looks good too.Many functionalities are left to be implemented for instance, next and previous song buttons, notification player, etc](https://www.reddit.com/r/androiddev/comments/wxhw3u/done_a_bit_of_designing_on_my_music_player_app/) -- [How are you all so smart and learnt all these shit I'm getting rekt out here, I wanna get better and have been studying, I have the will to do it, but it feels like nothing Is sticking](https://www.reddit.com/r/androiddev/comments/wxhnx6/how_are_you_all_so_smart_and_learnt_all_these/) -- [Galaxy S8 owners, could you test my app?](https://www.reddit.com/r/androiddev/comments/wxg9um/galaxy_s8_owners_could_you_test_my_app/) -- [Android Beta Testing](https://www.reddit.com/r/androiddev/comments/wxf7mv/android_beta_testing/) -- [How to retrieve only selected files from firebase in app](https://www.reddit.com/r/androiddev/comments/wxf02a/how_to_retrieve_only_selected_files_from_firebase/) -- [Jetpack Compose or good old XML?](https://www.reddit.com/r/androiddev/comments/wxet6h/jetpack_compose_or_good_old_xml/) +- [What questions the interviewer will ask after the Android take-home challenge submission?](https://www.reddit.com/r/androiddev/comments/wyogke/what_questions_the_interviewer_will_ask_after_the/) +- [Nested navigation in jetpack compose with a bottom navigation](https://www.reddit.com/r/androiddev/comments/wyinmh/nested_navigation_in_jetpack_compose_with_a/) +- [[Game Guardian - Golf Battle] Trying to fix a script for a game, any help?](https://www.reddit.com/r/androiddev/comments/wyhzvd/game_guardian_golf_battle_trying_to_fix_a_script/) +- [New developer here. I have a US bank account but no US I.D., so how do I get paid into my US bank account?](https://www.reddit.com/r/androiddev/comments/wyhm1e/new_developer_here_i_have_a_us_bank_account_but/) +- [photos and videos Android permission](https://www.reddit.com/r/androiddev/comments/wygoqe/photos_and_videos_android_permission/) +- [Android Studio Electric Eel Canary 10 now available](https://www.reddit.com/r/androiddev/comments/wyfsmk/android_studio_electric_eel_canary_10_now/) +- [Announcing Cross device SDK Developer Preview for building rich multi-device experiences on Android](https://www.reddit.com/r/androiddev/comments/wydfkk/announcing_cross_device_sdk_developer_preview_for/) +- [Sql developer app for android](https://www.reddit.com/r/androiddev/comments/wycb2n/sql_developer_app_for_android/) +- [how do we install an android app with my main react native app?](https://www.reddit.com/r/androiddev/comments/wybbfd/how_do_we_install_an_android_app_with_my_main/) +- [I want to make a groovebox app](https://www.reddit.com/r/androiddev/comments/wya4yz/i_want_to_make_a_groovebox_app/) ### *InfoWorld posts* From 0be8500a747e902f1793efb4f298c304a3cc51ef Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 28 Aug 2022 01:33:16 +0000 Subject: [PATCH 0266/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f2b8b7f272..f945bf1a7a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What questions the interviewer will ask after the Android take-home challenge submission?](https://www.reddit.com/r/androiddev/comments/wyogke/what_questions_the_interviewer_will_ask_after_the/) -- [Nested navigation in jetpack compose with a bottom navigation](https://www.reddit.com/r/androiddev/comments/wyinmh/nested_navigation_in_jetpack_compose_with_a/) -- [[Game Guardian - Golf Battle] Trying to fix a script for a game, any help?](https://www.reddit.com/r/androiddev/comments/wyhzvd/game_guardian_golf_battle_trying_to_fix_a_script/) -- [New developer here. I have a US bank account but no US I.D., so how do I get paid into my US bank account?](https://www.reddit.com/r/androiddev/comments/wyhm1e/new_developer_here_i_have_a_us_bank_account_but/) -- [photos and videos Android permission](https://www.reddit.com/r/androiddev/comments/wygoqe/photos_and_videos_android_permission/) -- [Android Studio Electric Eel Canary 10 now available](https://www.reddit.com/r/androiddev/comments/wyfsmk/android_studio_electric_eel_canary_10_now/) -- [Announcing Cross device SDK Developer Preview for building rich multi-device experiences on Android](https://www.reddit.com/r/androiddev/comments/wydfkk/announcing_cross_device_sdk_developer_preview_for/) -- [Sql developer app for android](https://www.reddit.com/r/androiddev/comments/wycb2n/sql_developer_app_for_android/) -- [how do we install an android app with my main react native app?](https://www.reddit.com/r/androiddev/comments/wybbfd/how_do_we_install_an_android_app_with_my_main/) -- [I want to make a groovebox app](https://www.reddit.com/r/androiddev/comments/wya4yz/i_want_to_make_a_groovebox_app/) +- [Android emulator with not standard paths on Linux](https://www.reddit.com/r/androiddev/comments/wzedtq/android_emulator_with_not_standard_paths_on_linux/) +- [How could I know am qualified or not](https://www.reddit.com/r/androiddev/comments/wzbrx1/how_could_i_know_am_qualified_or_not/) +- [Is it allowed to publish an app to google play (as open test version) which has a link to my website which has a link to my kickstarter?](https://www.reddit.com/r/androiddev/comments/wzbr67/is_it_allowed_to_publish_an_app_to_google_play_as/) +- [Low Conversion Rate in Japan](https://www.reddit.com/r/androiddev/comments/wzas8j/low_conversion_rate_in_japan/) +- [who is using ObjectBox is it fastest DB for large datas?](https://www.reddit.com/r/androiddev/comments/wzabvs/who_is_using_objectbox_is_it_fastest_db_for_large/) +- [DivKit: an opensource framework for Server Driven UI](https://www.reddit.com/r/androiddev/comments/wz9umx/divkit_an_opensource_framework_for_server_driven/) +- [These smartphones got Android 13 update till now](https://www.reddit.com/r/androiddev/comments/wz896k/these_smartphones_got_android_13_update_till_now/) +- [how to insert list of data faster to Room](https://www.reddit.com/r/androiddev/comments/wz87dn/how_to_insert_list_of_data_faster_to_room/) +- [Can I create an App just mirroring a website?](https://www.reddit.com/r/androiddev/comments/wz6h9b/can_i_create_an_app_just_mirroring_a_website/) +- [Does anyone else think Android should allow C++ natively and not just through NDK and JNI?](https://www.reddit.com/r/androiddev/comments/wz6932/does_anyone_else_think_android_should_allow_c/) ### *InfoWorld posts* From 865fd33b518ac790420af44dee3cfb49b32eb8cf Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 29 Aug 2022 01:33:09 +0000 Subject: [PATCH 0267/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f945bf1a7a..d66df9f1ed 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android emulator with not standard paths on Linux](https://www.reddit.com/r/androiddev/comments/wzedtq/android_emulator_with_not_standard_paths_on_linux/) -- [How could I know am qualified or not](https://www.reddit.com/r/androiddev/comments/wzbrx1/how_could_i_know_am_qualified_or_not/) -- [Is it allowed to publish an app to google play (as open test version) which has a link to my website which has a link to my kickstarter?](https://www.reddit.com/r/androiddev/comments/wzbr67/is_it_allowed_to_publish_an_app_to_google_play_as/) -- [Low Conversion Rate in Japan](https://www.reddit.com/r/androiddev/comments/wzas8j/low_conversion_rate_in_japan/) -- [who is using ObjectBox is it fastest DB for large datas?](https://www.reddit.com/r/androiddev/comments/wzabvs/who_is_using_objectbox_is_it_fastest_db_for_large/) -- [DivKit: an opensource framework for Server Driven UI](https://www.reddit.com/r/androiddev/comments/wz9umx/divkit_an_opensource_framework_for_server_driven/) -- [These smartphones got Android 13 update till now](https://www.reddit.com/r/androiddev/comments/wz896k/these_smartphones_got_android_13_update_till_now/) -- [how to insert list of data faster to Room](https://www.reddit.com/r/androiddev/comments/wz87dn/how_to_insert_list_of_data_faster_to_room/) -- [Can I create an App just mirroring a website?](https://www.reddit.com/r/androiddev/comments/wz6h9b/can_i_create_an_app_just_mirroring_a_website/) -- [Does anyone else think Android should allow C++ natively and not just through NDK and JNI?](https://www.reddit.com/r/androiddev/comments/wz6932/does_anyone_else_think_android_should_allow_c/) +- [What are the consequences if my app gets denied instead of published because I indirectly linked my app's crowdfunding campaign?](https://www.reddit.com/r/androiddev/comments/x0a348/what_are_the_consequences_if_my_app_gets_denied/) +- [Whats the way for a simple CRUD app. Learn dart (Flutter) or stick with javascript (capacitor)](https://www.reddit.com/r/androiddev/comments/x08lnh/whats_the_way_for_a_simple_crud_app_learn_dart/) +- [Getting Demoted at a job](https://www.reddit.com/r/androiddev/comments/x070bm/getting_demoted_at_a_job/) +- [Blocked Users DB](https://www.reddit.com/r/androiddev/comments/x05vwb/blocked_users_db/) +- [Clean Android WebView caching](https://www.reddit.com/r/androiddev/comments/x04h5z/clean_android_webview_caching/) +- [How should I start Android Development?](https://www.reddit.com/r/androiddev/comments/x03zzh/how_should_i_start_android_development/) +- [Tracking Service starts for debugging purposes](https://www.reddit.com/r/androiddev/comments/x01x17/tracking_service_starts_for_debugging_purposes/) +- [Where is the logo stored inside an apk file?](https://www.reddit.com/r/androiddev/comments/x014qp/where_is_the_logo_stored_inside_an_apk_file/) +- [Tags for my game is not showing up in search.](https://www.reddit.com/r/androiddev/comments/x00vjy/tags_for_my_game_is_not_showing_up_in_search/) +- [Is it allowed to own one or more Play Console accounts?](https://www.reddit.com/r/androiddev/comments/wzyxgw/is_it_allowed_to_own_one_or_more_play_console/) ### *InfoWorld posts* From effa7d4d975a4f16ee1703ccf673802be5e5baf5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 30 Aug 2022 01:33:43 +0000 Subject: [PATCH 0268/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d66df9f1ed..c34763915e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What are the consequences if my app gets denied instead of published because I indirectly linked my app's crowdfunding campaign?](https://www.reddit.com/r/androiddev/comments/x0a348/what_are_the_consequences_if_my_app_gets_denied/) -- [Whats the way for a simple CRUD app. Learn dart (Flutter) or stick with javascript (capacitor)](https://www.reddit.com/r/androiddev/comments/x08lnh/whats_the_way_for_a_simple_crud_app_learn_dart/) -- [Getting Demoted at a job](https://www.reddit.com/r/androiddev/comments/x070bm/getting_demoted_at_a_job/) -- [Blocked Users DB](https://www.reddit.com/r/androiddev/comments/x05vwb/blocked_users_db/) -- [Clean Android WebView caching](https://www.reddit.com/r/androiddev/comments/x04h5z/clean_android_webview_caching/) -- [How should I start Android Development?](https://www.reddit.com/r/androiddev/comments/x03zzh/how_should_i_start_android_development/) -- [Tracking Service starts for debugging purposes](https://www.reddit.com/r/androiddev/comments/x01x17/tracking_service_starts_for_debugging_purposes/) -- [Where is the logo stored inside an apk file?](https://www.reddit.com/r/androiddev/comments/x014qp/where_is_the_logo_stored_inside_an_apk_file/) -- [Tags for my game is not showing up in search.](https://www.reddit.com/r/androiddev/comments/x00vjy/tags_for_my_game_is_not_showing_up_in_search/) -- [Is it allowed to own one or more Play Console accounts?](https://www.reddit.com/r/androiddev/comments/wzyxgw/is_it_allowed_to_own_one_or_more_play_console/) +- [How to write to system in-app](https://www.reddit.com/r/androiddev/comments/x15v1c/how_to_write_to_system_inapp/) +- [Is it possible to have a kotlin frontend and a Node.js backend?](https://www.reddit.com/r/androiddev/comments/x12ou1/is_it_possible_to_have_a_kotlin_frontend_and_a/) +- [In this video I'm talking about common problems I see in production apps and what we can do to fix that.](https://www.reddit.com/r/androiddev/comments/x121ey/in_this_video_im_talking_about_common_problems_i/) +- [Is there an easy way to install our private app on ~200 Android tablets and update them without submitting the app to Google Play?](https://www.reddit.com/r/androiddev/comments/x11yo5/is_there_an_easy_way_to_install_our_private_app/) +- [Anyone from UK with experience in dev both android and ios native apps ?](https://www.reddit.com/r/androiddev/comments/x11t0g/anyone_from_uk_with_experience_in_dev_both/) +- [Transitioning to Android Development](https://www.reddit.com/r/androiddev/comments/x0xyje/transitioning_to_android_development/) +- [Java Champion James Ward on the State of Java and JVM Languages (including Kotlin)](https://www.reddit.com/r/androiddev/comments/x0xm4k/java_champion_james_ward_on_the_state_of_java_and/) +- [Singelton vs Object vs Dagger singelton](https://www.reddit.com/r/androiddev/comments/x0vvzo/singelton_vs_object_vs_dagger_singelton/) +- [Workaround to use Version Catalogs in Android Studio now](https://www.reddit.com/r/androiddev/comments/x0ungb/workaround_to_use_version_catalogs_in_android/) +- [Fast setup tablet with icon settings, files transferred, etc.](https://www.reddit.com/r/androiddev/comments/x0tuse/fast_setup_tablet_with_icon_settings_files/) ### *InfoWorld posts* From 5dc02a2aff59eb078ecca6468f662ee5167387ee Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 31 Aug 2022 01:36:45 +0000 Subject: [PATCH 0269/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c34763915e..0885d00756 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to write to system in-app](https://www.reddit.com/r/androiddev/comments/x15v1c/how_to_write_to_system_inapp/) -- [Is it possible to have a kotlin frontend and a Node.js backend?](https://www.reddit.com/r/androiddev/comments/x12ou1/is_it_possible_to_have_a_kotlin_frontend_and_a/) -- [In this video I'm talking about common problems I see in production apps and what we can do to fix that.](https://www.reddit.com/r/androiddev/comments/x121ey/in_this_video_im_talking_about_common_problems_i/) -- [Is there an easy way to install our private app on ~200 Android tablets and update them without submitting the app to Google Play?](https://www.reddit.com/r/androiddev/comments/x11yo5/is_there_an_easy_way_to_install_our_private_app/) -- [Anyone from UK with experience in dev both android and ios native apps ?](https://www.reddit.com/r/androiddev/comments/x11t0g/anyone_from_uk_with_experience_in_dev_both/) -- [Transitioning to Android Development](https://www.reddit.com/r/androiddev/comments/x0xyje/transitioning_to_android_development/) -- [Java Champion James Ward on the State of Java and JVM Languages (including Kotlin)](https://www.reddit.com/r/androiddev/comments/x0xm4k/java_champion_james_ward_on_the_state_of_java_and/) -- [Singelton vs Object vs Dagger singelton](https://www.reddit.com/r/androiddev/comments/x0vvzo/singelton_vs_object_vs_dagger_singelton/) -- [Workaround to use Version Catalogs in Android Studio now](https://www.reddit.com/r/androiddev/comments/x0ungb/workaround_to_use_version_catalogs_in_android/) -- [Fast setup tablet with icon settings, files transferred, etc.](https://www.reddit.com/r/androiddev/comments/x0tuse/fast_setup_tablet_with_icon_settings_files/) +- [Sent out 100+ applications for entry android dev position, 3 weeks after 0 interviews so far](https://www.reddit.com/r/androiddev/comments/x1zn0q/sent_out_100_applications_for_entry_android_dev/) +- [Security App Ideas?](https://www.reddit.com/r/androiddev/comments/x1z9js/security_app_ideas/) +- [Anvil, generating factories without kapt, and module structure.](https://www.reddit.com/r/androiddev/comments/x1xgtx/anvil_generating_factories_without_kapt_and/) +- [Any recommendations for a pdf viewer library to use with Compose?](https://www.reddit.com/r/androiddev/comments/x1u3qv/any_recommendations_for_a_pdf_viewer_library_to/) +- [Why the AdMob test ads are not showing](https://www.reddit.com/r/androiddev/comments/x1ty9u/why_the_admob_test_ads_are_not_showing/) +- [Do you have an idea where I can upload my prototype app, so that the supporters from kickstarter can download it for free? APKMirror didn't work. GooglePlay doesn't allow direct links to a crowdfunding campaign. I don't know about Amazon AppStore...?](https://www.reddit.com/r/androiddev/comments/x1toh3/do_you_have_an_idea_where_i_can_upload_my/) +- [Are people on your app team learning to code?](https://www.reddit.com/r/androiddev/comments/x1sai0/are_people_on_your_app_team_learning_to_code/) +- [From where to start?](https://www.reddit.com/r/androiddev/comments/x1rres/from_where_to_start/) +- [Cheap laptop for jetpack compose development](https://www.reddit.com/r/androiddev/comments/x1qtau/cheap_laptop_for_jetpack_compose_development/) +- [Newbie questions about dependency inversion.](https://www.reddit.com/r/androiddev/comments/x1pf0b/newbie_questions_about_dependency_inversion/) ### *InfoWorld posts* From 19d8808eb6930073b584f1b5a3f09e871036f73e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 1 Sep 2022 01:32:19 +0000 Subject: [PATCH 0270/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0885d00756..a216d4a41b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Sent out 100+ applications for entry android dev position, 3 weeks after 0 interviews so far](https://www.reddit.com/r/androiddev/comments/x1zn0q/sent_out_100_applications_for_entry_android_dev/) -- [Security App Ideas?](https://www.reddit.com/r/androiddev/comments/x1z9js/security_app_ideas/) -- [Anvil, generating factories without kapt, and module structure.](https://www.reddit.com/r/androiddev/comments/x1xgtx/anvil_generating_factories_without_kapt_and/) -- [Any recommendations for a pdf viewer library to use with Compose?](https://www.reddit.com/r/androiddev/comments/x1u3qv/any_recommendations_for_a_pdf_viewer_library_to/) -- [Why the AdMob test ads are not showing](https://www.reddit.com/r/androiddev/comments/x1ty9u/why_the_admob_test_ads_are_not_showing/) -- [Do you have an idea where I can upload my prototype app, so that the supporters from kickstarter can download it for free? APKMirror didn't work. GooglePlay doesn't allow direct links to a crowdfunding campaign. I don't know about Amazon AppStore...?](https://www.reddit.com/r/androiddev/comments/x1toh3/do_you_have_an_idea_where_i_can_upload_my/) -- [Are people on your app team learning to code?](https://www.reddit.com/r/androiddev/comments/x1sai0/are_people_on_your_app_team_learning_to_code/) -- [From where to start?](https://www.reddit.com/r/androiddev/comments/x1rres/from_where_to_start/) -- [Cheap laptop for jetpack compose development](https://www.reddit.com/r/androiddev/comments/x1qtau/cheap_laptop_for_jetpack_compose_development/) -- [Newbie questions about dependency inversion.](https://www.reddit.com/r/androiddev/comments/x1pf0b/newbie_questions_about_dependency_inversion/) +- [Any link to companies that are looking for entry Level Android role?](https://www.reddit.com/r/androiddev/comments/x2uje5/any_link_to_companies_that_are_looking_for_entry/) +- [Asking for advise on milestone plan](https://www.reddit.com/r/androiddev/comments/x2tj4y/asking_for_advise_on_milestone_plan/) +- [Making a new developer account and transferring apps](https://www.reddit.com/r/androiddev/comments/x2s38d/making_a_new_developer_account_and_transferring/) +- [can somone help i am trying to center this image in my app using jetpack compose but is shows this error](https://www.reddit.com/r/androiddev/comments/x2rutm/can_somone_help_i_am_trying_to_center_this_image/) +- [Is video editing all built on ffmpeg commands or is there a better option?](https://www.reddit.com/r/androiddev/comments/x2pbx3/is_video_editing_all_built_on_ffmpeg_commands_or/) +- [Can the Optiflex feature from Asus fones be added to Stock Android/ OneUI, etc?](https://www.reddit.com/r/androiddev/comments/x2n9kj/can_the_optiflex_feature_from_asus_fones_be_added/) +- [How to configure priority and staleness with Play In App Updates](https://www.reddit.com/r/androiddev/comments/x2m9x9/how_to_configure_priority_and_staleness_with_play/) +- [IronSource with Meta Audience Network Bidding Issues In US](https://www.reddit.com/r/androiddev/comments/x2keqv/ironsource_with_meta_audience_network_bidding/) +- [Maestro - Painless Mobile UI Automation](https://www.reddit.com/r/androiddev/comments/x2hgjq/maestro_painless_mobile_ui_automation/) +- [Will you ever use Huawei Cloud ?](https://www.reddit.com/r/androiddev/comments/x2ha5e/will_you_ever_use_huawei_cloud/) ### *InfoWorld posts* From 0b1725e76b1f1b66835ff0331b3d7d558951e5dd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 2 Sep 2022 01:32:34 +0000 Subject: [PATCH 0271/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a216d4a41b..4c4f0f7bb5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Any link to companies that are looking for entry Level Android role?](https://www.reddit.com/r/androiddev/comments/x2uje5/any_link_to_companies_that_are_looking_for_entry/) -- [Asking for advise on milestone plan](https://www.reddit.com/r/androiddev/comments/x2tj4y/asking_for_advise_on_milestone_plan/) -- [Making a new developer account and transferring apps](https://www.reddit.com/r/androiddev/comments/x2s38d/making_a_new_developer_account_and_transferring/) -- [can somone help i am trying to center this image in my app using jetpack compose but is shows this error](https://www.reddit.com/r/androiddev/comments/x2rutm/can_somone_help_i_am_trying_to_center_this_image/) -- [Is video editing all built on ffmpeg commands or is there a better option?](https://www.reddit.com/r/androiddev/comments/x2pbx3/is_video_editing_all_built_on_ffmpeg_commands_or/) -- [Can the Optiflex feature from Asus fones be added to Stock Android/ OneUI, etc?](https://www.reddit.com/r/androiddev/comments/x2n9kj/can_the_optiflex_feature_from_asus_fones_be_added/) -- [How to configure priority and staleness with Play In App Updates](https://www.reddit.com/r/androiddev/comments/x2m9x9/how_to_configure_priority_and_staleness_with_play/) -- [IronSource with Meta Audience Network Bidding Issues In US](https://www.reddit.com/r/androiddev/comments/x2keqv/ironsource_with_meta_audience_network_bidding/) -- [Maestro - Painless Mobile UI Automation](https://www.reddit.com/r/androiddev/comments/x2hgjq/maestro_painless_mobile_ui_automation/) -- [Will you ever use Huawei Cloud ?](https://www.reddit.com/r/androiddev/comments/x2ha5e/will_you_ever_use_huawei_cloud/) +- [Do you migrate your billing library 3 to 4 or 5?](https://www.reddit.com/r/androiddev/comments/x3o8dv/do_you_migrate_your_billing_library_3_to_4_or_5/) +- [(How) is it possible to create a find my phone app with no internet?](https://www.reddit.com/r/androiddev/comments/x3k5v4/how_is_it_possible_to_create_a_find_my_phone_app/) +- [How can I detect and prevent my application sandbox from compromisation?](https://www.reddit.com/r/androiddev/comments/x3fs9i/how_can_i_detect_and_prevent_my_application/) +- [Recommended pattern for compose ?](https://www.reddit.com/r/androiddev/comments/x3e8a3/recommended_pattern_for_compose/) +- [[QUESTION] Android Studio on Ryzen 5 5500u](https://www.reddit.com/r/androiddev/comments/x3d5sl/question_android_studio_on_ryzen_5_5500u/) +- [Gradle build scans on a large project to track improvements to refactoring the Gradle dependency graph.](https://www.reddit.com/r/androiddev/comments/x3cgr0/gradle_build_scans_on_a_large_project_to_track/) +- [Material design is not enough?](https://www.reddit.com/r/androiddev/comments/x3aio8/material_design_is_not_enough/) +- [Should I create a landing app for my company just as a project](https://www.reddit.com/r/androiddev/comments/x39umy/should_i_create_a_landing_app_for_my_company_just/) +- [WorkManager or Background service](https://www.reddit.com/r/androiddev/comments/x37hz9/workmanager_or_background_service/) +- [20-year industry veteran describes the ideal way to get a job in this industry](https://www.reddit.com/r/androiddev/comments/x37dd1/20year_industry_veteran_describes_the_ideal_way/) ### *InfoWorld posts* From 00b95bfd153da10ee4df0b3e1f6aae1b967982a6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 3 Sep 2022 01:32:30 +0000 Subject: [PATCH 0272/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4c4f0f7bb5..c47ed38a88 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Do you migrate your billing library 3 to 4 or 5?](https://www.reddit.com/r/androiddev/comments/x3o8dv/do_you_migrate_your_billing_library_3_to_4_or_5/) -- [(How) is it possible to create a find my phone app with no internet?](https://www.reddit.com/r/androiddev/comments/x3k5v4/how_is_it_possible_to_create_a_find_my_phone_app/) -- [How can I detect and prevent my application sandbox from compromisation?](https://www.reddit.com/r/androiddev/comments/x3fs9i/how_can_i_detect_and_prevent_my_application/) -- [Recommended pattern for compose ?](https://www.reddit.com/r/androiddev/comments/x3e8a3/recommended_pattern_for_compose/) -- [[QUESTION] Android Studio on Ryzen 5 5500u](https://www.reddit.com/r/androiddev/comments/x3d5sl/question_android_studio_on_ryzen_5_5500u/) -- [Gradle build scans on a large project to track improvements to refactoring the Gradle dependency graph.](https://www.reddit.com/r/androiddev/comments/x3cgr0/gradle_build_scans_on_a_large_project_to_track/) -- [Material design is not enough?](https://www.reddit.com/r/androiddev/comments/x3aio8/material_design_is_not_enough/) -- [Should I create a landing app for my company just as a project](https://www.reddit.com/r/androiddev/comments/x39umy/should_i_create_a_landing_app_for_my_company_just/) -- [WorkManager or Background service](https://www.reddit.com/r/androiddev/comments/x37hz9/workmanager_or_background_service/) -- [20-year industry veteran describes the ideal way to get a job in this industry](https://www.reddit.com/r/androiddev/comments/x37dd1/20year_industry_veteran_describes_the_ideal_way/) +- [Implementing per app languages in Android 13](https://www.reddit.com/r/androiddev/comments/x4g8n1/implementing_per_app_languages_in_android_13/) +- [Developing Android Apps using Mac Book](https://www.reddit.com/r/androiddev/comments/x4eg92/developing_android_apps_using_mac_book/) +- [Do they do update reviews during weekend?](https://www.reddit.com/r/androiddev/comments/x4ctwt/do_they_do_update_reviews_during_weekend/) +- [Alternative to Hilt for KMM but not Koin](https://www.reddit.com/r/androiddev/comments/x4awmx/alternative_to_hilt_for_kmm_but_not_koin/) +- [Jetpack Compose - Build a Calculator UI](https://www.reddit.com/r/androiddev/comments/x48lrr/jetpack_compose_build_a_calculator_ui/) +- [Android 13 QPR Beta program, Pixel Phones attentively Participate](https://www.reddit.com/r/androiddev/comments/x47tvj/android_13_qpr_beta_program_pixel_phones/) +- [Android Kotlin Photopicker Question](https://www.reddit.com/r/androiddev/comments/x47fcc/android_kotlin_photopicker_question/) +- [App localization](https://www.reddit.com/r/androiddev/comments/x44tcy/app_localization/) +- [I wonder if they will ever allow Android to be a real-time system.](https://www.reddit.com/r/androiddev/comments/x43kr2/i_wonder_if_they_will_ever_allow_android_to_be_a/) +- [What advance concept to learn in Kotlin](https://www.reddit.com/r/androiddev/comments/x43ga3/what_advance_concept_to_learn_in_kotlin/) ### *InfoWorld posts* From e30f453df52cbe5cebe50aacc9ca4665678fd12e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 4 Sep 2022 01:33:59 +0000 Subject: [PATCH 0273/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c47ed38a88..50911b5127 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Implementing per app languages in Android 13](https://www.reddit.com/r/androiddev/comments/x4g8n1/implementing_per_app_languages_in_android_13/) -- [Developing Android Apps using Mac Book](https://www.reddit.com/r/androiddev/comments/x4eg92/developing_android_apps_using_mac_book/) -- [Do they do update reviews during weekend?](https://www.reddit.com/r/androiddev/comments/x4ctwt/do_they_do_update_reviews_during_weekend/) -- [Alternative to Hilt for KMM but not Koin](https://www.reddit.com/r/androiddev/comments/x4awmx/alternative_to_hilt_for_kmm_but_not_koin/) -- [Jetpack Compose - Build a Calculator UI](https://www.reddit.com/r/androiddev/comments/x48lrr/jetpack_compose_build_a_calculator_ui/) -- [Android 13 QPR Beta program, Pixel Phones attentively Participate](https://www.reddit.com/r/androiddev/comments/x47tvj/android_13_qpr_beta_program_pixel_phones/) -- [Android Kotlin Photopicker Question](https://www.reddit.com/r/androiddev/comments/x47fcc/android_kotlin_photopicker_question/) -- [App localization](https://www.reddit.com/r/androiddev/comments/x44tcy/app_localization/) -- [I wonder if they will ever allow Android to be a real-time system.](https://www.reddit.com/r/androiddev/comments/x43kr2/i_wonder_if_they_will_ever_allow_android_to_be_a/) -- [What advance concept to learn in Kotlin](https://www.reddit.com/r/androiddev/comments/x43ga3/what_advance_concept_to_learn_in_kotlin/) +- [Step by step guide of setting up SSL/TLS for a server and client](https://www.reddit.com/r/androiddev/comments/x55qmr/step_by_step_guide_of_setting_up_ssltls_for_a/) +- [why lot of devs create 1 google play account for 1 app?](https://www.reddit.com/r/androiddev/comments/x55mrh/why_lot_of_devs_create_1_google_play_account_for/) +- [How to access camera directly to capture and submit from webview?](https://www.reddit.com/r/androiddev/comments/x54e6n/how_to_access_camera_directly_to_capture_and/) +- [Can you run Android on the snapdragon 8cx processors?](https://www.reddit.com/r/androiddev/comments/x545wr/can_you_run_android_on_the_snapdragon_8cx/) +- [dotlin: Kotlin to Dart compiler](https://www.reddit.com/r/androiddev/comments/x522qu/dotlin_kotlin_to_dart_compiler/) +- [InApp Puchase availability per country](https://www.reddit.com/r/androiddev/comments/x4xsx6/inapp_puchase_availability_per_country/) +- [Biometric auth with specific usecase](https://www.reddit.com/r/androiddev/comments/x4xngf/biometric_auth_with_specific_usecase/) +- [Hello fellow Android devs, help out a newbie](https://www.reddit.com/r/androiddev/comments/x4wuvp/hello_fellow_android_devs_help_out_a_newbie/) +- [Jetpack compose testing lazy column items](https://www.reddit.com/r/androiddev/comments/x4wp1d/jetpack_compose_testing_lazy_column_items/) +- [How to Use WebRTC Data Channels in Android](https://www.reddit.com/r/androiddev/comments/x4whig/how_to_use_webrtc_data_channels_in_android/) ### *InfoWorld posts* From 8c82de36764212be24f479a4d9cb6c19ba9dcb21 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 5 Sep 2022 01:32:41 +0000 Subject: [PATCH 0274/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 50911b5127..760d925299 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Step by step guide of setting up SSL/TLS for a server and client](https://www.reddit.com/r/androiddev/comments/x55qmr/step_by_step_guide_of_setting_up_ssltls_for_a/) -- [why lot of devs create 1 google play account for 1 app?](https://www.reddit.com/r/androiddev/comments/x55mrh/why_lot_of_devs_create_1_google_play_account_for/) -- [How to access camera directly to capture and submit from webview?](https://www.reddit.com/r/androiddev/comments/x54e6n/how_to_access_camera_directly_to_capture_and/) -- [Can you run Android on the snapdragon 8cx processors?](https://www.reddit.com/r/androiddev/comments/x545wr/can_you_run_android_on_the_snapdragon_8cx/) -- [dotlin: Kotlin to Dart compiler](https://www.reddit.com/r/androiddev/comments/x522qu/dotlin_kotlin_to_dart_compiler/) -- [InApp Puchase availability per country](https://www.reddit.com/r/androiddev/comments/x4xsx6/inapp_puchase_availability_per_country/) -- [Biometric auth with specific usecase](https://www.reddit.com/r/androiddev/comments/x4xngf/biometric_auth_with_specific_usecase/) -- [Hello fellow Android devs, help out a newbie](https://www.reddit.com/r/androiddev/comments/x4wuvp/hello_fellow_android_devs_help_out_a_newbie/) -- [Jetpack compose testing lazy column items](https://www.reddit.com/r/androiddev/comments/x4wp1d/jetpack_compose_testing_lazy_column_items/) -- [How to Use WebRTC Data Channels in Android](https://www.reddit.com/r/androiddev/comments/x4whig/how_to_use_webrtc_data_channels_in_android/) +- [I am a Senior Android developer, and I really do not understand the benefits of Hilt/Dagger/Koin. What am I missing?](https://www.reddit.com/r/androiddev/comments/x63eel/i_am_a_senior_android_developer_and_i_really_do/) +- [Developing Apps for ChromeOS](https://www.reddit.com/r/androiddev/comments/x60fe1/developing_apps_for_chromeos/) +- [Longer Review Time?](https://www.reddit.com/r/androiddev/comments/x5zxms/longer_review_time/) +- [librootkotlinx: Run rooted Kotlin JVM code made super easy with coroutines and parcelize!](https://www.reddit.com/r/androiddev/comments/x5zf1h/librootkotlinx_run_rooted_kotlin_jvm_code_made/) +- [Android Developer code tutorial theme for android studio.](https://www.reddit.com/r/androiddev/comments/x5yxf2/android_developer_code_tutorial_theme_for_android/) +- [First Project using Compose](https://www.reddit.com/r/androiddev/comments/x5wk9x/first_project_using_compose/) +- [Simplest way to detect when the user last interacted with their phone?](https://www.reddit.com/r/androiddev/comments/x5whhq/simplest_way_to_detect_when_the_user_last/) +- [Best Laptop for Android Dev?](https://www.reddit.com/r/androiddev/comments/x5vma2/best_laptop_for_android_dev/) +- [Using alarm sound instead of default notification sound in Android](https://www.reddit.com/r/androiddev/comments/x5tqw8/using_alarm_sound_instead_of_default_notification/) +- [Passing data from the Model through Service - Activity - Fragment?](https://www.reddit.com/r/androiddev/comments/x5rsqa/passing_data_from_the_model_through_service/) ### *InfoWorld posts* From 8dea5b0bf1e77de59338f86ba791f6077f138e73 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 6 Sep 2022 01:31:09 +0000 Subject: [PATCH 0275/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 760d925299..ca1723e6bc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I am a Senior Android developer, and I really do not understand the benefits of Hilt/Dagger/Koin. What am I missing?](https://www.reddit.com/r/androiddev/comments/x63eel/i_am_a_senior_android_developer_and_i_really_do/) -- [Developing Apps for ChromeOS](https://www.reddit.com/r/androiddev/comments/x60fe1/developing_apps_for_chromeos/) -- [Longer Review Time?](https://www.reddit.com/r/androiddev/comments/x5zxms/longer_review_time/) -- [librootkotlinx: Run rooted Kotlin JVM code made super easy with coroutines and parcelize!](https://www.reddit.com/r/androiddev/comments/x5zf1h/librootkotlinx_run_rooted_kotlin_jvm_code_made/) -- [Android Developer code tutorial theme for android studio.](https://www.reddit.com/r/androiddev/comments/x5yxf2/android_developer_code_tutorial_theme_for_android/) -- [First Project using Compose](https://www.reddit.com/r/androiddev/comments/x5wk9x/first_project_using_compose/) -- [Simplest way to detect when the user last interacted with their phone?](https://www.reddit.com/r/androiddev/comments/x5whhq/simplest_way_to_detect_when_the_user_last/) -- [Best Laptop for Android Dev?](https://www.reddit.com/r/androiddev/comments/x5vma2/best_laptop_for_android_dev/) -- [Using alarm sound instead of default notification sound in Android](https://www.reddit.com/r/androiddev/comments/x5tqw8/using_alarm_sound_instead_of_default_notification/) -- [Passing data from the Model through Service - Activity - Fragment?](https://www.reddit.com/r/androiddev/comments/x5rsqa/passing_data_from_the_model_through_service/) +- [VR video player](https://www.reddit.com/r/androiddev/comments/x6kytd/vr_video_player/) +- [Droidcon NYC Recorded Talks](https://www.reddit.com/r/androiddev/comments/x6kpf7/droidcon_nyc_recorded_talks/) +- [Anyone could help me to solve this?](https://www.reddit.com/r/androiddev/comments/x6ifwa/anyone_could_help_me_to_solve_this/) +- [Should we get data from firebase firestore using flow?](https://www.reddit.com/r/androiddev/comments/x6i6vw/should_we_get_data_from_firebase_firestore_using/) +- [Weekly Who's Hiring Thread - September 05, 2022](https://www.reddit.com/r/androiddev/comments/x6fmln/weekly_whos_hiring_thread_september_05_2022/) +- [Weekly discussion, code review, and feedback thread - September 05, 2022](https://www.reddit.com/r/androiddev/comments/x6efwn/weekly_discussion_code_review_and_feedback_thread/) +- [Got this email about one of my apps, is this a common thing? has anyone tried something like this?](https://www.reddit.com/r/androiddev/comments/x6efna/got_this_email_about_one_of_my_apps_is_this_a/) +- [Q: What aspects of React Native make it more productive than Android native?](https://www.reddit.com/r/androiddev/comments/x6dlq5/q_what_aspects_of_react_native_make_it_more/) +- [(Compose, kind of) Why MutableState changes need to happen on the UI Thread ?](https://www.reddit.com/r/androiddev/comments/x6chzg/compose_kind_of_why_mutablestate_changes_need_to/) +- [Google Play update delay](https://www.reddit.com/r/androiddev/comments/x6b0vq/google_play_update_delay/) ### *InfoWorld posts* From 7f5379ccd0c1112293557f6fff83b761e2945a5f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 7 Sep 2022 01:31:53 +0000 Subject: [PATCH 0276/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ca1723e6bc..af9b84b191 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [VR video player](https://www.reddit.com/r/androiddev/comments/x6kytd/vr_video_player/) -- [Droidcon NYC Recorded Talks](https://www.reddit.com/r/androiddev/comments/x6kpf7/droidcon_nyc_recorded_talks/) -- [Anyone could help me to solve this?](https://www.reddit.com/r/androiddev/comments/x6ifwa/anyone_could_help_me_to_solve_this/) -- [Should we get data from firebase firestore using flow?](https://www.reddit.com/r/androiddev/comments/x6i6vw/should_we_get_data_from_firebase_firestore_using/) -- [Weekly Who's Hiring Thread - September 05, 2022](https://www.reddit.com/r/androiddev/comments/x6fmln/weekly_whos_hiring_thread_september_05_2022/) -- [Weekly discussion, code review, and feedback thread - September 05, 2022](https://www.reddit.com/r/androiddev/comments/x6efwn/weekly_discussion_code_review_and_feedback_thread/) -- [Got this email about one of my apps, is this a common thing? has anyone tried something like this?](https://www.reddit.com/r/androiddev/comments/x6efna/got_this_email_about_one_of_my_apps_is_this_a/) -- [Q: What aspects of React Native make it more productive than Android native?](https://www.reddit.com/r/androiddev/comments/x6dlq5/q_what_aspects_of_react_native_make_it_more/) -- [(Compose, kind of) Why MutableState changes need to happen on the UI Thread ?](https://www.reddit.com/r/androiddev/comments/x6chzg/compose_kind_of_why_mutablestate_changes_need_to/) -- [Google Play update delay](https://www.reddit.com/r/androiddev/comments/x6b0vq/google_play_update_delay/) +- [App version upgrades and in-app communication](https://www.reddit.com/r/androiddev/comments/x7pp4i/app_version_upgrades_and_inapp_communication/) +- [Has anyone worked in AppSec? How did you transition to it from an AndroidDev?](https://www.reddit.com/r/androiddev/comments/x7op5c/has_anyone_worked_in_appsec_how_did_you/) +- [Do I need a viewmodel?](https://www.reddit.com/r/androiddev/comments/x7mqgx/do_i_need_a_viewmodel/) +- [Google Payment Profile Verification: UK Sole Trader](https://www.reddit.com/r/androiddev/comments/x7lwes/google_payment_profile_verification_uk_sole_trader/) +- [Firebase Auth calls not working anymore on the emulator](https://www.reddit.com/r/androiddev/comments/x7jn45/firebase_auth_calls_not_working_anymore_on_the/) +- [hello is there any app like google recorder for android](https://www.reddit.com/r/androiddev/comments/x7iiyg/hello_is_there_any_app_like_google_recorder_for/) +- [Privacy with Progressive Web Apps (WPA)](https://www.reddit.com/r/androiddev/comments/x7h9bf/privacy_with_progressive_web_apps_wpa/) +- [Announcing the new guide to Android app modularization](https://www.reddit.com/r/androiddev/comments/x7giqz/announcing_the_new_guide_to_android_app/) +- [App stuck in review](https://www.reddit.com/r/androiddev/comments/x7ggo6/app_stuck_in_review/) +- [What is your opinion about "app packers"? Should Google ban their use?](https://www.reddit.com/r/androiddev/comments/x7ekoi/what_is_your_opinion_about_app_packers_should/) ### *InfoWorld posts* From 6172e756be7b38511d9d903a24e0596bb1a012cc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 8 Sep 2022 01:32:47 +0000 Subject: [PATCH 0277/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index af9b84b191..4abbe8e986 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [App version upgrades and in-app communication](https://www.reddit.com/r/androiddev/comments/x7pp4i/app_version_upgrades_and_inapp_communication/) -- [Has anyone worked in AppSec? How did you transition to it from an AndroidDev?](https://www.reddit.com/r/androiddev/comments/x7op5c/has_anyone_worked_in_appsec_how_did_you/) -- [Do I need a viewmodel?](https://www.reddit.com/r/androiddev/comments/x7mqgx/do_i_need_a_viewmodel/) -- [Google Payment Profile Verification: UK Sole Trader](https://www.reddit.com/r/androiddev/comments/x7lwes/google_payment_profile_verification_uk_sole_trader/) -- [Firebase Auth calls not working anymore on the emulator](https://www.reddit.com/r/androiddev/comments/x7jn45/firebase_auth_calls_not_working_anymore_on_the/) -- [hello is there any app like google recorder for android](https://www.reddit.com/r/androiddev/comments/x7iiyg/hello_is_there_any_app_like_google_recorder_for/) -- [Privacy with Progressive Web Apps (WPA)](https://www.reddit.com/r/androiddev/comments/x7h9bf/privacy_with_progressive_web_apps_wpa/) -- [Announcing the new guide to Android app modularization](https://www.reddit.com/r/androiddev/comments/x7giqz/announcing_the_new_guide_to_android_app/) -- [App stuck in review](https://www.reddit.com/r/androiddev/comments/x7ggo6/app_stuck_in_review/) -- [What is your opinion about "app packers"? Should Google ban their use?](https://www.reddit.com/r/androiddev/comments/x7ekoi/what_is_your_opinion_about_app_packers_should/) +- [Codereview in an app that I made to learn new concepts](https://www.reddit.com/r/androiddev/comments/x8mmjh/codereview_in_an_app_that_i_made_to_learn_new/) +- [Is there any good reason to have a view model scoped beyond a fragment's lifecycle?](https://www.reddit.com/r/androiddev/comments/x8k6yn/is_there_any_good_reason_to_have_a_view_model/) +- [Game progress after permanent country switch](https://www.reddit.com/r/androiddev/comments/x8jpli/game_progress_after_permanent_country_switch/) +- [bypass mock location app detection](https://www.reddit.com/r/androiddev/comments/x8hmra/bypass_mock_location_app_detection/) +- [Clarity on LazyList contentType](https://www.reddit.com/r/androiddev/comments/x8h52v/clarity_on_lazylist_contenttype/) +- [Review times question](https://www.reddit.com/r/androiddev/comments/x8gs2x/review_times_question/) +- [Could someone walk me through on how to build this app?](https://www.reddit.com/r/androiddev/comments/x8gjwq/could_someone_walk_me_through_on_how_to_build/) +- [Molecule: Build a StateFlow stream using Jetpack Compose](https://www.reddit.com/r/androiddev/comments/x8fec3/molecule_build_a_stateflow_stream_using_jetpack/) +- [App suspended, can I just create a new developer account?](https://www.reddit.com/r/androiddev/comments/x8fd4t/app_suspended_can_i_just_create_a_new_developer/) +- [I cannot install HAXM in Android Studio](https://www.reddit.com/r/androiddev/comments/x8eao7/i_cannot_install_haxm_in_android_studio/) ### *InfoWorld posts* From 51c1348db76c4ac8eec9b812d547dd4450a707c4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 9 Sep 2022 01:34:17 +0000 Subject: [PATCH 0278/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4abbe8e986..f9f79deb1a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Codereview in an app that I made to learn new concepts](https://www.reddit.com/r/androiddev/comments/x8mmjh/codereview_in_an_app_that_i_made_to_learn_new/) -- [Is there any good reason to have a view model scoped beyond a fragment's lifecycle?](https://www.reddit.com/r/androiddev/comments/x8k6yn/is_there_any_good_reason_to_have_a_view_model/) -- [Game progress after permanent country switch](https://www.reddit.com/r/androiddev/comments/x8jpli/game_progress_after_permanent_country_switch/) -- [bypass mock location app detection](https://www.reddit.com/r/androiddev/comments/x8hmra/bypass_mock_location_app_detection/) -- [Clarity on LazyList contentType](https://www.reddit.com/r/androiddev/comments/x8h52v/clarity_on_lazylist_contenttype/) -- [Review times question](https://www.reddit.com/r/androiddev/comments/x8gs2x/review_times_question/) -- [Could someone walk me through on how to build this app?](https://www.reddit.com/r/androiddev/comments/x8gjwq/could_someone_walk_me_through_on_how_to_build/) -- [Molecule: Build a StateFlow stream using Jetpack Compose](https://www.reddit.com/r/androiddev/comments/x8fec3/molecule_build_a_stateflow_stream_using_jetpack/) -- [App suspended, can I just create a new developer account?](https://www.reddit.com/r/androiddev/comments/x8fd4t/app_suspended_can_i_just_create_a_new_developer/) -- [I cannot install HAXM in Android Studio](https://www.reddit.com/r/androiddev/comments/x8eao7/i_cannot_install_haxm_in_android_studio/) +- [Is there any place that has FOSS XML templates for Android UI?](https://www.reddit.com/r/androiddev/comments/x9dpj1/is_there_any_place_that_has_foss_xml_templates/) +- [The true depth of intern's knowledge on hiring topics](https://www.reddit.com/r/androiddev/comments/x9deh0/the_true_depth_of_interns_knowledge_on_hiring/) +- [Android Google Developer Expert Event TONIGHT](https://www.reddit.com/r/androiddev/comments/x9b6qg/android_google_developer_expert_event_tonight/) +- [Can you port an Android app to IOS without rewriting it from scratch?](https://www.reddit.com/r/androiddev/comments/x99tij/can_you_port_an_android_app_to_ios_without/) +- [How to get a targeted feedback in app?](https://www.reddit.com/r/androiddev/comments/x98nxo/how_to_get_a_targeted_feedback_in_app/) +- [BottomNav: how to save states when switching between menu items?](https://www.reddit.com/r/androiddev/comments/x98gv4/bottomnav_how_to_save_states_when_switching/) +- [Rejected app from google play console and Sexual Content and Profanity policy!](https://www.reddit.com/r/androiddev/comments/x97heq/rejected_app_from_google_play_console_and_sexual/) +- [Android's libc++ vs LLVM libc++](https://www.reddit.com/r/androiddev/comments/x94bpz/androids_libc_vs_llvm_libc/) +- [Switch to App on Idle](https://www.reddit.com/r/androiddev/comments/x943du/switch_to_app_on_idle/) +- [Best platform to publish your APK beside GooglePlaystore?](https://www.reddit.com/r/androiddev/comments/x93tn2/best_platform_to_publish_your_apk_beside/) ### *InfoWorld posts* From 1f7f1d656dc01c9dc89166bc5539397945c7ee63 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 10 Sep 2022 01:34:03 +0000 Subject: [PATCH 0279/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f9f79deb1a..bb12c2f1a6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is there any place that has FOSS XML templates for Android UI?](https://www.reddit.com/r/androiddev/comments/x9dpj1/is_there_any_place_that_has_foss_xml_templates/) -- [The true depth of intern's knowledge on hiring topics](https://www.reddit.com/r/androiddev/comments/x9deh0/the_true_depth_of_interns_knowledge_on_hiring/) -- [Android Google Developer Expert Event TONIGHT](https://www.reddit.com/r/androiddev/comments/x9b6qg/android_google_developer_expert_event_tonight/) -- [Can you port an Android app to IOS without rewriting it from scratch?](https://www.reddit.com/r/androiddev/comments/x99tij/can_you_port_an_android_app_to_ios_without/) -- [How to get a targeted feedback in app?](https://www.reddit.com/r/androiddev/comments/x98nxo/how_to_get_a_targeted_feedback_in_app/) -- [BottomNav: how to save states when switching between menu items?](https://www.reddit.com/r/androiddev/comments/x98gv4/bottomnav_how_to_save_states_when_switching/) -- [Rejected app from google play console and Sexual Content and Profanity policy!](https://www.reddit.com/r/androiddev/comments/x97heq/rejected_app_from_google_play_console_and_sexual/) -- [Android's libc++ vs LLVM libc++](https://www.reddit.com/r/androiddev/comments/x94bpz/androids_libc_vs_llvm_libc/) -- [Switch to App on Idle](https://www.reddit.com/r/androiddev/comments/x943du/switch_to_app_on_idle/) -- [Best platform to publish your APK beside GooglePlaystore?](https://www.reddit.com/r/androiddev/comments/x93tn2/best_platform_to_publish_your_apk_beside/) +- [Do these Overclocking apps on playstore work?](https://www.reddit.com/r/androiddev/comments/xaa22o/do_these_overclocking_apps_on_playstore_work/) +- [I was making around 3,000$ and now only 150$ from my app, any advice?](https://www.reddit.com/r/androiddev/comments/xa8tk9/i_was_making_around_3000_and_now_only_150_from_my/) +- [Looking for some direction](https://www.reddit.com/r/androiddev/comments/xa8omf/looking_for_some_direction/) +- [Easiest native language/framework to use coming from a React Native background?](https://www.reddit.com/r/androiddev/comments/xa4cm5/easiest_native_languageframework_to_use_coming/) +- [hello how to make gridview item size compatible with different screens sizes?](https://www.reddit.com/r/androiddev/comments/xa384t/hello_how_to_make_gridview_item_size_compatible/) +- [If I search for some specific locality on google maps it shows me a boundary or fenced area on the map, If I want to access this locality with a specific border in my android app so when a person enters this locality & opens the app,locality changes to the current locality according to the boundary.](https://www.reddit.com/r/androiddev/comments/xa2anb/if_i_search_for_some_specific_locality_on_google/) +- [How often do you people use profilers for monitoring app performance?](https://www.reddit.com/r/androiddev/comments/xa1aku/how_often_do_you_people_use_profilers_for/) +- [I got my Android 12 Update, Finally!!](https://www.reddit.com/r/androiddev/comments/x9wnqo/i_got_my_android_12_update_finally/) +- [Current State of CI/CD and Beta Testing](https://www.reddit.com/r/androiddev/comments/x9vuil/current_state_of_cicd_and_beta_testing/) +- [Use of the broad package (App) visibility (QUERY_ALL_PACKAGES) permission should be allowed by the user end](https://www.reddit.com/r/androiddev/comments/x9ux9y/use_of_the_broad_package_app_visibility_query_all/) ### *InfoWorld posts* From 918d719065f94d42b07a699ec0d5698ccc671a76 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 11 Sep 2022 01:31:37 +0000 Subject: [PATCH 0280/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bb12c2f1a6..6b62647d78 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Do these Overclocking apps on playstore work?](https://www.reddit.com/r/androiddev/comments/xaa22o/do_these_overclocking_apps_on_playstore_work/) -- [I was making around 3,000$ and now only 150$ from my app, any advice?](https://www.reddit.com/r/androiddev/comments/xa8tk9/i_was_making_around_3000_and_now_only_150_from_my/) -- [Looking for some direction](https://www.reddit.com/r/androiddev/comments/xa8omf/looking_for_some_direction/) -- [Easiest native language/framework to use coming from a React Native background?](https://www.reddit.com/r/androiddev/comments/xa4cm5/easiest_native_languageframework_to_use_coming/) -- [hello how to make gridview item size compatible with different screens sizes?](https://www.reddit.com/r/androiddev/comments/xa384t/hello_how_to_make_gridview_item_size_compatible/) -- [If I search for some specific locality on google maps it shows me a boundary or fenced area on the map, If I want to access this locality with a specific border in my android app so when a person enters this locality & opens the app,locality changes to the current locality according to the boundary.](https://www.reddit.com/r/androiddev/comments/xa2anb/if_i_search_for_some_specific_locality_on_google/) -- [How often do you people use profilers for monitoring app performance?](https://www.reddit.com/r/androiddev/comments/xa1aku/how_often_do_you_people_use_profilers_for/) -- [I got my Android 12 Update, Finally!!](https://www.reddit.com/r/androiddev/comments/x9wnqo/i_got_my_android_12_update_finally/) -- [Current State of CI/CD and Beta Testing](https://www.reddit.com/r/androiddev/comments/x9vuil/current_state_of_cicd_and_beta_testing/) -- [Use of the broad package (App) visibility (QUERY_ALL_PACKAGES) permission should be allowed by the user end](https://www.reddit.com/r/androiddev/comments/x9ux9y/use_of_the_broad_package_app_visibility_query_all/) +- [How to remove the below part when bottom sheet height changes?](https://www.reddit.com/r/androiddev/comments/xb54he/how_to_remove_the_below_part_when_bottom_sheet/) +- [What android apps have the best UI/UX?](https://www.reddit.com/r/androiddev/comments/xb36v8/what_android_apps_have_the_best_uiux/) +- [Reason to have minimum username length?](https://www.reddit.com/r/androiddev/comments/xb1v1e/reason_to_have_minimum_username_length/) +- [Best Practices in Android Application Development](https://www.reddit.com/r/androiddev/comments/xb0wyf/best_practices_in_android_application_development/) +- [As someone literally living under a rock... why was "fill_parent" deprecated??](https://www.reddit.com/r/androiddev/comments/xb0pos/as_someone_literally_living_under_a_rock_why_was/) +- [Question about Embedding objects in Room, SQL Joins, and FLows. Please help.](https://www.reddit.com/r/androiddev/comments/xaycll/question_about_embedding_objects_in_room_sql/) +- [LOL](https://www.reddit.com/r/androiddev/comments/xawovx/lol/) +- [scroll to position in recyclerview](https://www.reddit.com/r/androiddev/comments/xawh6r/scroll_to_position_in_recyclerview/) +- [Alwan: An Android Jetpack Compose color picker library.](https://www.reddit.com/r/androiddev/comments/xaw866/alwan_an_android_jetpack_compose_color_picker/) +- [Native Child View does not occupy full height and width of FrameLayout](https://www.reddit.com/r/androiddev/comments/xast7z/native_child_view_does_not_occupy_full_height_and/) ### *InfoWorld posts* From 910a350338fc2f7b348e7de0ed7e09b96e15e66d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 12 Sep 2022 01:35:21 +0000 Subject: [PATCH 0281/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6b62647d78..755cd2e9a0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to remove the below part when bottom sheet height changes?](https://www.reddit.com/r/androiddev/comments/xb54he/how_to_remove_the_below_part_when_bottom_sheet/) -- [What android apps have the best UI/UX?](https://www.reddit.com/r/androiddev/comments/xb36v8/what_android_apps_have_the_best_uiux/) -- [Reason to have minimum username length?](https://www.reddit.com/r/androiddev/comments/xb1v1e/reason_to_have_minimum_username_length/) -- [Best Practices in Android Application Development](https://www.reddit.com/r/androiddev/comments/xb0wyf/best_practices_in_android_application_development/) -- [As someone literally living under a rock... why was "fill_parent" deprecated??](https://www.reddit.com/r/androiddev/comments/xb0pos/as_someone_literally_living_under_a_rock_why_was/) -- [Question about Embedding objects in Room, SQL Joins, and FLows. Please help.](https://www.reddit.com/r/androiddev/comments/xaycll/question_about_embedding_objects_in_room_sql/) -- [LOL](https://www.reddit.com/r/androiddev/comments/xawovx/lol/) -- [scroll to position in recyclerview](https://www.reddit.com/r/androiddev/comments/xawh6r/scroll_to_position_in_recyclerview/) -- [Alwan: An Android Jetpack Compose color picker library.](https://www.reddit.com/r/androiddev/comments/xaw866/alwan_an_android_jetpack_compose_color_picker/) -- [Native Child View does not occupy full height and width of FrameLayout](https://www.reddit.com/r/androiddev/comments/xast7z/native_child_view_does_not_occupy_full_height_and/) +- [Installation order on a Macbook Pro M1](https://www.reddit.com/r/androiddev/comments/xbzs1x/installation_order_on_a_macbook_pro_m1/) +- [Library for Selecting Icons from Icon Packs](https://www.reddit.com/r/androiddev/comments/xbv6l2/library_for_selecting_icons_from_icon_packs/) +- [Dpi does it matter side loading?](https://www.reddit.com/r/androiddev/comments/xbuql8/dpi_does_it_matter_side_loading/) +- [Firebase app SHA fingerprint?](https://www.reddit.com/r/androiddev/comments/xbuaqh/firebase_app_sha_fingerprint/) +- [Why some apps still able to create directory/ files in Environment.getExternalStorageDirectory/ Environment.getExternalStoragePublicDirectory?](https://www.reddit.com/r/androiddev/comments/xbrr4l/why_some_apps_still_able_to_create_directory/) +- [A good approach to unit test flow observer](https://www.reddit.com/r/androiddev/comments/xbqt3j/a_good_approach_to_unit_test_flow_observer/) +- [Android NDK and reading/writing .wav files, best practices?](https://www.reddit.com/r/androiddev/comments/xbqo7r/android_ndk_and_readingwriting_wav_files_best/) +- [Graphics programming on jetpack compose.](https://www.reddit.com/r/androiddev/comments/xbpe7w/graphics_programming_on_jetpack_compose/) +- [Jetpack Compose, Disable Keyboard for Text](https://www.reddit.com/r/androiddev/comments/xbg31r/jetpack_compose_disable_keyboard_for_text/) +- [A beautiful App made with Compose](https://www.reddit.com/r/androiddev/comments/xbfeij/a_beautiful_app_made_with_compose/) ### *InfoWorld posts* From 9e316df6b38e3aa75a1f658442c486fe8433f04f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 13 Sep 2022 01:33:36 +0000 Subject: [PATCH 0282/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 755cd2e9a0..9c40bfbec9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Installation order on a Macbook Pro M1](https://www.reddit.com/r/androiddev/comments/xbzs1x/installation_order_on_a_macbook_pro_m1/) -- [Library for Selecting Icons from Icon Packs](https://www.reddit.com/r/androiddev/comments/xbv6l2/library_for_selecting_icons_from_icon_packs/) -- [Dpi does it matter side loading?](https://www.reddit.com/r/androiddev/comments/xbuql8/dpi_does_it_matter_side_loading/) -- [Firebase app SHA fingerprint?](https://www.reddit.com/r/androiddev/comments/xbuaqh/firebase_app_sha_fingerprint/) -- [Why some apps still able to create directory/ files in Environment.getExternalStorageDirectory/ Environment.getExternalStoragePublicDirectory?](https://www.reddit.com/r/androiddev/comments/xbrr4l/why_some_apps_still_able_to_create_directory/) -- [A good approach to unit test flow observer](https://www.reddit.com/r/androiddev/comments/xbqt3j/a_good_approach_to_unit_test_flow_observer/) -- [Android NDK and reading/writing .wav files, best practices?](https://www.reddit.com/r/androiddev/comments/xbqo7r/android_ndk_and_readingwriting_wav_files_best/) -- [Graphics programming on jetpack compose.](https://www.reddit.com/r/androiddev/comments/xbpe7w/graphics_programming_on_jetpack_compose/) -- [Jetpack Compose, Disable Keyboard for Text](https://www.reddit.com/r/androiddev/comments/xbg31r/jetpack_compose_disable_keyboard_for_text/) -- [A beautiful App made with Compose](https://www.reddit.com/r/androiddev/comments/xbfeij/a_beautiful_app_made_with_compose/) +- [White navigation flashes](https://www.reddit.com/r/androiddev/comments/xcrd3p/white_navigation_flashes/) +- [what is problem??](https://www.reddit.com/r/androiddev/comments/xcp7y3/what_is_problem/) +- [10 new Android Libraries And Projects To Inspire You In 2022](https://www.reddit.com/r/androiddev/comments/xco88z/10_new_android_libraries_and_projects_to_inspire/) +- [Twitter's Jetpack Compose Rules](https://www.reddit.com/r/androiddev/comments/xcm1c1/twitters_jetpack_compose_rules/) +- [simple projects for the office](https://www.reddit.com/r/androiddev/comments/xckhqk/simple_projects_for_the_office/) +- [EGL/OpenGLES with multiple views?](https://www.reddit.com/r/androiddev/comments/xck0ir/eglopengles_with_multiple_views/) +- [Documentation for sys.usb.configfs and other properties?](https://www.reddit.com/r/androiddev/comments/xcj0zq/documentation_for_sysusbconfigfs_and_other/) +- [What is the best way to make MaterialAlertDialog, BottomNavigationView, DrawerLayout, etc... responsive with the large screens?](https://www.reddit.com/r/androiddev/comments/xchn0e/what_is_the_best_way_to_make_materialalertdialog/) +- [How can an app perform actions outside of a while loop in a function launched using GlobalScope.launch?](https://www.reddit.com/r/androiddev/comments/xcgqcb/how_can_an_app_perform_actions_outside_of_a_while/) +- [Grant automatically the overlay permission without any user interaction](https://www.reddit.com/r/androiddev/comments/xcfdhi/grant_automatically_the_overlay_permission/) ### *InfoWorld posts* From 981b38248a7ec9782a54d127e66708ee016002bc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 14 Sep 2022 01:35:50 +0000 Subject: [PATCH 0283/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9c40bfbec9..dea198abaa 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [White navigation flashes](https://www.reddit.com/r/androiddev/comments/xcrd3p/white_navigation_flashes/) -- [what is problem??](https://www.reddit.com/r/androiddev/comments/xcp7y3/what_is_problem/) -- [10 new Android Libraries And Projects To Inspire You In 2022](https://www.reddit.com/r/androiddev/comments/xco88z/10_new_android_libraries_and_projects_to_inspire/) -- [Twitter's Jetpack Compose Rules](https://www.reddit.com/r/androiddev/comments/xcm1c1/twitters_jetpack_compose_rules/) -- [simple projects for the office](https://www.reddit.com/r/androiddev/comments/xckhqk/simple_projects_for_the_office/) -- [EGL/OpenGLES with multiple views?](https://www.reddit.com/r/androiddev/comments/xck0ir/eglopengles_with_multiple_views/) -- [Documentation for sys.usb.configfs and other properties?](https://www.reddit.com/r/androiddev/comments/xcj0zq/documentation_for_sysusbconfigfs_and_other/) -- [What is the best way to make MaterialAlertDialog, BottomNavigationView, DrawerLayout, etc... responsive with the large screens?](https://www.reddit.com/r/androiddev/comments/xchn0e/what_is_the_best_way_to_make_materialalertdialog/) -- [How can an app perform actions outside of a while loop in a function launched using GlobalScope.launch?](https://www.reddit.com/r/androiddev/comments/xcgqcb/how_can_an_app_perform_actions_outside_of_a_while/) -- [Grant automatically the overlay permission without any user interaction](https://www.reddit.com/r/androiddev/comments/xcfdhi/grant_automatically_the_overlay_permission/) +- [Compose or xml for side project?](https://www.reddit.com/r/androiddev/comments/xdmzqk/compose_or_xml_for_side_project/) +- [Is there a list of composables and functions anywhere?](https://www.reddit.com/r/androiddev/comments/xdmqvg/is_there_a_list_of_composables_and_functions/) +- [I made my first ever app called SCREAM (it’s kinda dumb tho)](https://www.reddit.com/r/androiddev/comments/xdmatc/i_made_my_first_ever_app_called_scream_its_kinda/) +- [What is your tech stack?](https://www.reddit.com/r/androiddev/comments/xdlawh/what_is_your_tech_stack/) +- [From where I can learn android development ?](https://www.reddit.com/r/androiddev/comments/xdke57/from_where_i_can_learn_android_development/) +- [I made an application called Clok](https://www.reddit.com/r/androiddev/comments/xdipxq/i_made_an_application_called_clok/) +- [Suggest some good resource about reactive programming](https://www.reddit.com/r/androiddev/comments/xdidwb/suggest_some_good_resource_about_reactive/) +- [androidtv leanback - how to add a GuidedStepFragment on top of a VerticalGridSupportFragment (or BrowseSupportFragment)](https://www.reddit.com/r/androiddev/comments/xdfu5z/androidtv_leanback_how_to_add_a/) +- [Branch by Abstraction in Android project](https://www.reddit.com/r/androiddev/comments/xddy0m/branch_by_abstraction_in_android_project/) +- [Transfer photos from pc to device? ADB isn’t getting it right. Used gofile now they want to charge. Any advice?](https://www.reddit.com/r/androiddev/comments/xdaule/transfer_photos_from_pc_to_device_adb_isnt/) ### *InfoWorld posts* From 3cbd5a33c979108c681bfe423e617947a361bf10 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 15 Sep 2022 01:32:42 +0000 Subject: [PATCH 0284/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index dea198abaa..a8f20f760f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Compose or xml for side project?](https://www.reddit.com/r/androiddev/comments/xdmzqk/compose_or_xml_for_side_project/) -- [Is there a list of composables and functions anywhere?](https://www.reddit.com/r/androiddev/comments/xdmqvg/is_there_a_list_of_composables_and_functions/) -- [I made my first ever app called SCREAM (it’s kinda dumb tho)](https://www.reddit.com/r/androiddev/comments/xdmatc/i_made_my_first_ever_app_called_scream_its_kinda/) -- [What is your tech stack?](https://www.reddit.com/r/androiddev/comments/xdlawh/what_is_your_tech_stack/) -- [From where I can learn android development ?](https://www.reddit.com/r/androiddev/comments/xdke57/from_where_i_can_learn_android_development/) -- [I made an application called Clok](https://www.reddit.com/r/androiddev/comments/xdipxq/i_made_an_application_called_clok/) -- [Suggest some good resource about reactive programming](https://www.reddit.com/r/androiddev/comments/xdidwb/suggest_some_good_resource_about_reactive/) -- [androidtv leanback - how to add a GuidedStepFragment on top of a VerticalGridSupportFragment (or BrowseSupportFragment)](https://www.reddit.com/r/androiddev/comments/xdfu5z/androidtv_leanback_how_to_add_a/) -- [Branch by Abstraction in Android project](https://www.reddit.com/r/androiddev/comments/xddy0m/branch_by_abstraction_in_android_project/) -- [Transfer photos from pc to device? ADB isn’t getting it right. Used gofile now they want to charge. Any advice?](https://www.reddit.com/r/androiddev/comments/xdaule/transfer_photos_from_pc_to_device_adb_isnt/) +- [Junior Android Dev Knowledge](https://www.reddit.com/r/androiddev/comments/xeaezs/junior_android_dev_knowledge/) +- [Did you have a mentor at any point in your career?](https://www.reddit.com/r/androiddev/comments/xe919g/did_you_have_a_mentor_at_any_point_in_your_career/) +- [Can a fresher in Android development get a remote job from any country?](https://www.reddit.com/r/androiddev/comments/xe8ncd/can_a_fresher_in_android_development_get_a_remote/) +- [Getting error 503 from Picasso Image lib](https://www.reddit.com/r/androiddev/comments/xe8dhb/getting_error_503_from_picasso_image_lib/) +- [How does one go about selling their app? The rights and source code that is.](https://www.reddit.com/r/androiddev/comments/xe7v4s/how_does_one_go_about_selling_their_app_the/) +- [Any tips to have your app approved faster?](https://www.reddit.com/r/androiddev/comments/xe5yzy/any_tips_to_have_your_app_approved_faster/) +- [Ways to detect if a user is in debugging mode](https://www.reddit.com/r/androiddev/comments/xe5izs/ways_to_detect_if_a_user_is_in_debugging_mode/) +- [Android/iOS Devs interested in OE?](https://www.reddit.com/r/androiddev/comments/xe4n3q/androidios_devs_interested_in_oe/) +- [What is the need for Flow? It looks complicated](https://www.reddit.com/r/androiddev/comments/xe40o5/what_is_the_need_for_flow_it_looks_complicated/) +- [Hotspot Programming](https://www.reddit.com/r/androiddev/comments/xe2zjq/hotspot_programming/) ### *InfoWorld posts* From 0643b8e3de23261f4d8fe6e64148cf9347dcd3e7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 16 Sep 2022 01:35:17 +0000 Subject: [PATCH 0285/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a8f20f760f..4caf2a7f5c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Junior Android Dev Knowledge](https://www.reddit.com/r/androiddev/comments/xeaezs/junior_android_dev_knowledge/) -- [Did you have a mentor at any point in your career?](https://www.reddit.com/r/androiddev/comments/xe919g/did_you_have_a_mentor_at_any_point_in_your_career/) -- [Can a fresher in Android development get a remote job from any country?](https://www.reddit.com/r/androiddev/comments/xe8ncd/can_a_fresher_in_android_development_get_a_remote/) -- [Getting error 503 from Picasso Image lib](https://www.reddit.com/r/androiddev/comments/xe8dhb/getting_error_503_from_picasso_image_lib/) -- [How does one go about selling their app? The rights and source code that is.](https://www.reddit.com/r/androiddev/comments/xe7v4s/how_does_one_go_about_selling_their_app_the/) -- [Any tips to have your app approved faster?](https://www.reddit.com/r/androiddev/comments/xe5yzy/any_tips_to_have_your_app_approved_faster/) -- [Ways to detect if a user is in debugging mode](https://www.reddit.com/r/androiddev/comments/xe5izs/ways_to_detect_if_a_user_is_in_debugging_mode/) -- [Android/iOS Devs interested in OE?](https://www.reddit.com/r/androiddev/comments/xe4n3q/androidios_devs_interested_in_oe/) -- [What is the need for Flow? It looks complicated](https://www.reddit.com/r/androiddev/comments/xe40o5/what_is_the_need_for_flow_it_looks_complicated/) -- [Hotspot Programming](https://www.reddit.com/r/androiddev/comments/xe2zjq/hotspot_programming/) +- [Is there a way to catch/freeze an Expresso exception?](https://www.reddit.com/r/androiddev/comments/xfdxe5/is_there_a_way_to_catchfreeze_an_expresso/) +- [Store from Mobile Native Foundation](https://www.reddit.com/r/androiddev/comments/xfbdef/store_from_mobile_native_foundation/) +- [Google Fit with Bluetooth](https://www.reddit.com/r/androiddev/comments/xf9xzd/google_fit_with_bluetooth/) +- [Overwhelmed with kotlin flows](https://www.reddit.com/r/androiddev/comments/xf8v0v/overwhelmed_with_kotlin_flows/) +- [Small targetSdk>30 notifications](https://www.reddit.com/r/androiddev/comments/xf7hq6/small_targetsdk30_notifications/) +- [Loop Clicker — An New Auto Clicker app on Google Play](https://www.reddit.com/r/androiddev/comments/xf70i7/loop_clicker_an_new_auto_clicker_app_on_google/) +- [Proper rich (spanned) text in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/xf6mtr/proper_rich_spanned_text_in_jetpack_compose/) +- [NavHost without start destination?](https://www.reddit.com/r/androiddev/comments/xf6dtj/navhost_without_start_destination/) +- [Android Studio Dolphin available in the Stable channel](https://www.reddit.com/r/androiddev/comments/xf4sfn/android_studio_dolphin_available_in_the_stable/) +- [Dynamic Village ( Apple don't sue me pls )](https://www.reddit.com/r/androiddev/comments/xf07b5/dynamic_village_apple_dont_sue_me_pls/) ### *InfoWorld posts* From aaa4a895c37d049ceb68975f8324a5d0990e64c9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 17 Sep 2022 01:32:02 +0000 Subject: [PATCH 0286/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4caf2a7f5c..29ec699668 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is there a way to catch/freeze an Expresso exception?](https://www.reddit.com/r/androiddev/comments/xfdxe5/is_there_a_way_to_catchfreeze_an_expresso/) -- [Store from Mobile Native Foundation](https://www.reddit.com/r/androiddev/comments/xfbdef/store_from_mobile_native_foundation/) -- [Google Fit with Bluetooth](https://www.reddit.com/r/androiddev/comments/xf9xzd/google_fit_with_bluetooth/) -- [Overwhelmed with kotlin flows](https://www.reddit.com/r/androiddev/comments/xf8v0v/overwhelmed_with_kotlin_flows/) -- [Small targetSdk>30 notifications](https://www.reddit.com/r/androiddev/comments/xf7hq6/small_targetsdk30_notifications/) -- [Loop Clicker — An New Auto Clicker app on Google Play](https://www.reddit.com/r/androiddev/comments/xf70i7/loop_clicker_an_new_auto_clicker_app_on_google/) -- [Proper rich (spanned) text in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/xf6mtr/proper_rich_spanned_text_in_jetpack_compose/) -- [NavHost without start destination?](https://www.reddit.com/r/androiddev/comments/xf6dtj/navhost_without_start_destination/) -- [Android Studio Dolphin available in the Stable channel](https://www.reddit.com/r/androiddev/comments/xf4sfn/android_studio_dolphin_available_in_the_stable/) -- [Dynamic Village ( Apple don't sue me pls )](https://www.reddit.com/r/androiddev/comments/xf07b5/dynamic_village_apple_dont_sue_me_pls/) +- [Is It Possible?](https://www.reddit.com/r/androiddev/comments/xg6vkk/is_it_possible/) +- [Keeping new app fully free for limited time](https://www.reddit.com/r/androiddev/comments/xg5vpk/keeping_new_app_fully_free_for_limited_time/) +- [Improving App Cold Start Times](https://www.reddit.com/r/androiddev/comments/xg55p7/improving_app_cold_start_times/) +- [Hiring Managers - Why didn't you pick that Junior for the role?](https://www.reddit.com/r/androiddev/comments/xg4ry9/hiring_managers_why_didnt_you_pick_that_junior/) +- [how to get LinearLayout childs where child view type is TextView?](https://www.reddit.com/r/androiddev/comments/xg37n2/how_to_get_linearlayout_childs_where_child_view/) +- [Camera quality in social media apps](https://www.reddit.com/r/androiddev/comments/xg28i7/camera_quality_in_social_media_apps/) +- [How to add a value to an Integer in SharedPreferences?](https://www.reddit.com/r/androiddev/comments/xg1mm3/how_to_add_a_value_to_an_integer_in/) +- [I find myself getting obsessive about design during app development.](https://www.reddit.com/r/androiddev/comments/xg0rb4/i_find_myself_getting_obsessive_about_design/) +- [React component renders (as expected) in iOS, but not android](https://www.reddit.com/r/androiddev/comments/xg0bnn/react_component_renders_as_expected_in_ios_but/) +- [Android Emulator lagging. Any ideas how to solve this?](https://www.reddit.com/r/androiddev/comments/xfxno2/android_emulator_lagging_any_ideas_how_to_solve/) ### *InfoWorld posts* From 72089a1d990b34cbd4cb4aa8301d962319ee586c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 18 Sep 2022 01:34:03 +0000 Subject: [PATCH 0287/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 29ec699668..81a03ae04f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is It Possible?](https://www.reddit.com/r/androiddev/comments/xg6vkk/is_it_possible/) -- [Keeping new app fully free for limited time](https://www.reddit.com/r/androiddev/comments/xg5vpk/keeping_new_app_fully_free_for_limited_time/) -- [Improving App Cold Start Times](https://www.reddit.com/r/androiddev/comments/xg55p7/improving_app_cold_start_times/) -- [Hiring Managers - Why didn't you pick that Junior for the role?](https://www.reddit.com/r/androiddev/comments/xg4ry9/hiring_managers_why_didnt_you_pick_that_junior/) -- [how to get LinearLayout childs where child view type is TextView?](https://www.reddit.com/r/androiddev/comments/xg37n2/how_to_get_linearlayout_childs_where_child_view/) -- [Camera quality in social media apps](https://www.reddit.com/r/androiddev/comments/xg28i7/camera_quality_in_social_media_apps/) -- [How to add a value to an Integer in SharedPreferences?](https://www.reddit.com/r/androiddev/comments/xg1mm3/how_to_add_a_value_to_an_integer_in/) -- [I find myself getting obsessive about design during app development.](https://www.reddit.com/r/androiddev/comments/xg0rb4/i_find_myself_getting_obsessive_about_design/) -- [React component renders (as expected) in iOS, but not android](https://www.reddit.com/r/androiddev/comments/xg0bnn/react_component_renders_as_expected_in_ios_but/) -- [Android Emulator lagging. Any ideas how to solve this?](https://www.reddit.com/r/androiddev/comments/xfxno2/android_emulator_lagging_any_ideas_how_to_solve/) +- [Music library (tik tok like)](https://www.reddit.com/r/androiddev/comments/xh3ene/music_library_tik_tok_like/) +- [App marketing resources in Git?](https://www.reddit.com/r/androiddev/comments/xh2sru/app_marketing_resources_in_git/) +- [I have to publish a simple app by next week so I can put it on my resume.](https://www.reddit.com/r/androiddev/comments/xgzvwt/i_have_to_publish_a_simple_app_by_next_week_so_i/) +- [SharedPreferences values not directly updating, have to go on another activity and come back to see result.](https://www.reddit.com/r/androiddev/comments/xgzeel/sharedpreferences_values_not_directly_updating/) +- [Why still UI rendering at 60 fps?](https://www.reddit.com/r/androiddev/comments/xgz3cl/why_still_ui_rendering_at_60_fps/) +- [Platform for pushing short news to users. Proposals?](https://www.reddit.com/r/androiddev/comments/xgvt9r/platform_for_pushing_short_news_to_users_proposals/) +- [Do we also need to think about rendering things correctly or is this the job of the OS to handle it?](https://www.reddit.com/r/androiddev/comments/xgvo7l/do_we_also_need_to_think_about_rendering_things/) +- [what is the path ?](https://www.reddit.com/r/androiddev/comments/xgtufl/what_is_the_path/) +- [Any crash that cannot be fixed?](https://www.reddit.com/r/androiddev/comments/xgqryt/any_crash_that_cannot_be_fixed/) +- [I take ALL your advice for my first publication on the play store !](https://www.reddit.com/r/androiddev/comments/xgqokw/i_take_all_your_advice_for_my_first_publication/) ### *InfoWorld posts* From 04bcaf9d1d82221ddd4c3fb7b1cf66f67e33f2fc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 19 Sep 2022 01:33:06 +0000 Subject: [PATCH 0288/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 81a03ae04f..818b01e597 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Music library (tik tok like)](https://www.reddit.com/r/androiddev/comments/xh3ene/music_library_tik_tok_like/) -- [App marketing resources in Git?](https://www.reddit.com/r/androiddev/comments/xh2sru/app_marketing_resources_in_git/) -- [I have to publish a simple app by next week so I can put it on my resume.](https://www.reddit.com/r/androiddev/comments/xgzvwt/i_have_to_publish_a_simple_app_by_next_week_so_i/) -- [SharedPreferences values not directly updating, have to go on another activity and come back to see result.](https://www.reddit.com/r/androiddev/comments/xgzeel/sharedpreferences_values_not_directly_updating/) -- [Why still UI rendering at 60 fps?](https://www.reddit.com/r/androiddev/comments/xgz3cl/why_still_ui_rendering_at_60_fps/) -- [Platform for pushing short news to users. Proposals?](https://www.reddit.com/r/androiddev/comments/xgvt9r/platform_for_pushing_short_news_to_users_proposals/) -- [Do we also need to think about rendering things correctly or is this the job of the OS to handle it?](https://www.reddit.com/r/androiddev/comments/xgvo7l/do_we_also_need_to_think_about_rendering_things/) -- [what is the path ?](https://www.reddit.com/r/androiddev/comments/xgtufl/what_is_the_path/) -- [Any crash that cannot be fixed?](https://www.reddit.com/r/androiddev/comments/xgqryt/any_crash_that_cannot_be_fixed/) -- [I take ALL your advice for my first publication on the play store !](https://www.reddit.com/r/androiddev/comments/xgqokw/i_take_all_your_advice_for_my_first_publication/) +- [Is there a third-party toolkit that will allow me to retrieve relevant content using a remote API based on search strings?](https://www.reddit.com/r/androiddev/comments/xhwo4u/is_there_a_thirdparty_toolkit_that_will_allow_me/) +- [Profitability of ads vs in app purchases?](https://www.reddit.com/r/androiddev/comments/xhszd3/profitability_of_ads_vs_in_app_purchases/) +- [Ad Mediation - Applovin Max vs Admob](https://www.reddit.com/r/androiddev/comments/xhspy3/ad_mediation_applovin_max_vs_admob/) +- [Lemon - NFT marketplace mock App, built on compose, source in comments](https://www.reddit.com/r/androiddev/comments/xhoozb/lemon_nft_marketplace_mock_app_built_on_compose/) +- [Anyone use any code generation or cli tool for Android?](https://www.reddit.com/r/androiddev/comments/xho805/anyone_use_any_code_generation_or_cli_tool_for/) +- [Are there any apps that are completely offline and still make a good income](https://www.reddit.com/r/androiddev/comments/xhmtit/are_there_any_apps_that_are_completely_offline/) +- [Multi scroll table on Compose](https://www.reddit.com/r/androiddev/comments/xhm2vd/multi_scroll_table_on_compose/) +- [How to intercept the screen coordinates of a View to synchronize rendering with a GLSurfaceView?](https://www.reddit.com/r/androiddev/comments/xhkya9/how_to_intercept_the_screen_coordinates_of_a_view/) +- [Bottom Navigation not found in Compose](https://www.reddit.com/r/androiddev/comments/xhjtwn/bottom_navigation_not_found_in_compose/) +- [Making a Video tutorial series about creating an app with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/xhj6ln/making_a_video_tutorial_series_about_creating_an/) ### *InfoWorld posts* From f706aed1d25df901acf58463d9364e8a7188d852 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 20 Sep 2022 01:32:18 +0000 Subject: [PATCH 0289/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 818b01e597..3a04ccdc82 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is there a third-party toolkit that will allow me to retrieve relevant content using a remote API based on search strings?](https://www.reddit.com/r/androiddev/comments/xhwo4u/is_there_a_thirdparty_toolkit_that_will_allow_me/) -- [Profitability of ads vs in app purchases?](https://www.reddit.com/r/androiddev/comments/xhszd3/profitability_of_ads_vs_in_app_purchases/) -- [Ad Mediation - Applovin Max vs Admob](https://www.reddit.com/r/androiddev/comments/xhspy3/ad_mediation_applovin_max_vs_admob/) -- [Lemon - NFT marketplace mock App, built on compose, source in comments](https://www.reddit.com/r/androiddev/comments/xhoozb/lemon_nft_marketplace_mock_app_built_on_compose/) -- [Anyone use any code generation or cli tool for Android?](https://www.reddit.com/r/androiddev/comments/xho805/anyone_use_any_code_generation_or_cli_tool_for/) -- [Are there any apps that are completely offline and still make a good income](https://www.reddit.com/r/androiddev/comments/xhmtit/are_there_any_apps_that_are_completely_offline/) -- [Multi scroll table on Compose](https://www.reddit.com/r/androiddev/comments/xhm2vd/multi_scroll_table_on_compose/) -- [How to intercept the screen coordinates of a View to synchronize rendering with a GLSurfaceView?](https://www.reddit.com/r/androiddev/comments/xhkya9/how_to_intercept_the_screen_coordinates_of_a_view/) -- [Bottom Navigation not found in Compose](https://www.reddit.com/r/androiddev/comments/xhjtwn/bottom_navigation_not_found_in_compose/) -- [Making a Video tutorial series about creating an app with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/xhj6ln/making_a_video_tutorial_series_about_creating_an/) +- [Economical modern device for testing.](https://www.reddit.com/r/androiddev/comments/xiupwt/economical_modern_device_for_testing/) +- [First Android project for a client and it went super well](https://www.reddit.com/r/androiddev/comments/xitkol/first_android_project_for_a_client_and_it_went/) +- [Is there any lazy way of getting all readable directory names as fast as possible?](https://www.reddit.com/r/androiddev/comments/xis3aa/is_there_any_lazy_way_of_getting_all_readable/) +- [how do you debug app crash on device that you don't have?](https://www.reddit.com/r/androiddev/comments/xip06p/how_do_you_debug_app_crash_on_device_that_you/) +- [why so much time to play console put in production app? is there something we can do about? put a app to deploy 13-09-2022...and status still pending](https://www.reddit.com/r/androiddev/comments/xinj23/why_so_much_time_to_play_console_put_in/) +- [Question regarding Android Auto Backup rule - How to include multiple directories](https://www.reddit.com/r/androiddev/comments/xin75r/question_regarding_android_auto_backup_rule_how/) +- [Is anyone willing to give Lottie animation premium account to use, please?](https://www.reddit.com/r/androiddev/comments/ximrem/is_anyone_willing_to_give_lottie_animation/) +- [Cell phones and Quantum Random Number Generation](https://www.reddit.com/r/androiddev/comments/xim6vs/cell_phones_and_quantum_random_number_generation/) +- [Learning Jetpack Compose](https://www.reddit.com/r/androiddev/comments/xil47c/learning_jetpack_compose/) +- [What's the point behind predictive back gesture?](https://www.reddit.com/r/androiddev/comments/xikhn1/whats_the_point_behind_predictive_back_gesture/) ### *InfoWorld posts* From 6aa45f5cd6144a13594081813ca0381ca2e2179b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 21 Sep 2022 01:35:44 +0000 Subject: [PATCH 0290/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3a04ccdc82..cc6cb0d46e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Economical modern device for testing.](https://www.reddit.com/r/androiddev/comments/xiupwt/economical_modern_device_for_testing/) -- [First Android project for a client and it went super well](https://www.reddit.com/r/androiddev/comments/xitkol/first_android_project_for_a_client_and_it_went/) -- [Is there any lazy way of getting all readable directory names as fast as possible?](https://www.reddit.com/r/androiddev/comments/xis3aa/is_there_any_lazy_way_of_getting_all_readable/) -- [how do you debug app crash on device that you don't have?](https://www.reddit.com/r/androiddev/comments/xip06p/how_do_you_debug_app_crash_on_device_that_you/) -- [why so much time to play console put in production app? is there something we can do about? put a app to deploy 13-09-2022...and status still pending](https://www.reddit.com/r/androiddev/comments/xinj23/why_so_much_time_to_play_console_put_in/) -- [Question regarding Android Auto Backup rule - How to include multiple directories](https://www.reddit.com/r/androiddev/comments/xin75r/question_regarding_android_auto_backup_rule_how/) -- [Is anyone willing to give Lottie animation premium account to use, please?](https://www.reddit.com/r/androiddev/comments/ximrem/is_anyone_willing_to_give_lottie_animation/) -- [Cell phones and Quantum Random Number Generation](https://www.reddit.com/r/androiddev/comments/xim6vs/cell_phones_and_quantum_random_number_generation/) -- [Learning Jetpack Compose](https://www.reddit.com/r/androiddev/comments/xil47c/learning_jetpack_compose/) -- [What's the point behind predictive back gesture?](https://www.reddit.com/r/androiddev/comments/xikhn1/whats_the_point_behind_predictive_back_gesture/) +- [Kotlin Multiplatform Mobile worth the time for a solo developer?](https://www.reddit.com/r/androiddev/comments/xjq0sb/kotlin_multiplatform_mobile_worth_the_time_for_a/) +- [Moxee Android 11 how to root](https://www.reddit.com/r/androiddev/comments/xjprv7/moxee_android_11_how_to_root/) +- [Jetpack Compose Composition Tracing](https://www.reddit.com/r/androiddev/comments/xjounz/jetpack_compose_composition_tracing/) +- [Google app in review for over a day though it has been rolled out to two regions](https://www.reddit.com/r/androiddev/comments/xjl0x4/google_app_in_review_for_over_a_day_though_it_has/) +- [Android Studio Dolphin Resolution Adjustment and Docking Stations](https://www.reddit.com/r/androiddev/comments/xjkok2/android_studio_dolphin_resolution_adjustment_and/) +- [Automotive OS](https://www.reddit.com/r/androiddev/comments/xjka1l/automotive_os/) +- [Java 19 Released, Delivers Features for Projects Loom, Panama and Amber](https://www.reddit.com/r/androiddev/comments/xjgjfd/java_19_released_delivers_features_for_projects/) +- [Dumb question don't judge me 💀](https://www.reddit.com/r/androiddev/comments/xjfqs6/dumb_question_dont_judge_me/) +- [What type of bottom sheet dialog that google map use?](https://www.reddit.com/r/androiddev/comments/xjfjx4/what_type_of_bottom_sheet_dialog_that_google_map/) +- [Using Android's open source code, is there a way to modify the animations of Android/One UI?](https://www.reddit.com/r/androiddev/comments/xjeia5/using_androids_open_source_code_is_there_a_way_to/) ### *InfoWorld posts* From ef087b8d1204223c2922ea33649c65f24954ca7a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 22 Sep 2022 01:33:17 +0000 Subject: [PATCH 0291/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cc6cb0d46e..af03f69c55 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Kotlin Multiplatform Mobile worth the time for a solo developer?](https://www.reddit.com/r/androiddev/comments/xjq0sb/kotlin_multiplatform_mobile_worth_the_time_for_a/) -- [Moxee Android 11 how to root](https://www.reddit.com/r/androiddev/comments/xjprv7/moxee_android_11_how_to_root/) -- [Jetpack Compose Composition Tracing](https://www.reddit.com/r/androiddev/comments/xjounz/jetpack_compose_composition_tracing/) -- [Google app in review for over a day though it has been rolled out to two regions](https://www.reddit.com/r/androiddev/comments/xjl0x4/google_app_in_review_for_over_a_day_though_it_has/) -- [Android Studio Dolphin Resolution Adjustment and Docking Stations](https://www.reddit.com/r/androiddev/comments/xjkok2/android_studio_dolphin_resolution_adjustment_and/) -- [Automotive OS](https://www.reddit.com/r/androiddev/comments/xjka1l/automotive_os/) -- [Java 19 Released, Delivers Features for Projects Loom, Panama and Amber](https://www.reddit.com/r/androiddev/comments/xjgjfd/java_19_released_delivers_features_for_projects/) -- [Dumb question don't judge me 💀](https://www.reddit.com/r/androiddev/comments/xjfqs6/dumb_question_dont_judge_me/) -- [What type of bottom sheet dialog that google map use?](https://www.reddit.com/r/androiddev/comments/xjfjx4/what_type_of_bottom_sheet_dialog_that_google_map/) -- [Using Android's open source code, is there a way to modify the animations of Android/One UI?](https://www.reddit.com/r/androiddev/comments/xjeia5/using_androids_open_source_code_is_there_a_way_to/) +- [How to disable phone from vibrating when using the side button to open the camera in Android 11?](https://www.reddit.com/r/androiddev/comments/xkmkop/how_to_disable_phone_from_vibrating_when_using/) +- [large smali string arrays?](https://www.reddit.com/r/androiddev/comments/xkjbtb/large_smali_string_arrays/) +- [I needed advice for my first job.](https://www.reddit.com/r/androiddev/comments/xkhfgq/i_needed_advice_for_my_first_job/) +- [What are some tips for understanding these complicated documents?](https://www.reddit.com/r/androiddev/comments/xkh6hc/what_are_some_tips_for_understanding_these/) +- [Ways to detect developer mode](https://www.reddit.com/r/androiddev/comments/xkbchq/ways_to_detect_developer_mode/) +- [Android Studio post OSX update](https://www.reddit.com/r/androiddev/comments/xk9gvv/android_studio_post_osx_update/) +- [Improving App Cold Start Times (With This One Simple Trick—No Really) Follow-Up](https://www.reddit.com/r/androiddev/comments/xk7kq8/improving_app_cold_start_times_with_this_one/) +- [Which cloud service for app auth and data sync](https://www.reddit.com/r/androiddev/comments/xk7eoo/which_cloud_service_for_app_auth_and_data_sync/) +- [Is this a scam?](https://www.reddit.com/r/androiddev/comments/xk760j/is_this_a_scam/) +- [How to prevent users from updating the app in play store?](https://www.reddit.com/r/androiddev/comments/xk6y78/how_to_prevent_users_from_updating_the_app_in/) ### *InfoWorld posts* From 6a1cb7121fdc83cf0be1fff4b29e330b20f87a6f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 23 Sep 2022 01:34:17 +0000 Subject: [PATCH 0292/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index af03f69c55..b46384f1ef 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to disable phone from vibrating when using the side button to open the camera in Android 11?](https://www.reddit.com/r/androiddev/comments/xkmkop/how_to_disable_phone_from_vibrating_when_using/) -- [large smali string arrays?](https://www.reddit.com/r/androiddev/comments/xkjbtb/large_smali_string_arrays/) -- [I needed advice for my first job.](https://www.reddit.com/r/androiddev/comments/xkhfgq/i_needed_advice_for_my_first_job/) -- [What are some tips for understanding these complicated documents?](https://www.reddit.com/r/androiddev/comments/xkh6hc/what_are_some_tips_for_understanding_these/) -- [Ways to detect developer mode](https://www.reddit.com/r/androiddev/comments/xkbchq/ways_to_detect_developer_mode/) -- [Android Studio post OSX update](https://www.reddit.com/r/androiddev/comments/xk9gvv/android_studio_post_osx_update/) -- [Improving App Cold Start Times (With This One Simple Trick—No Really) Follow-Up](https://www.reddit.com/r/androiddev/comments/xk7kq8/improving_app_cold_start_times_with_this_one/) -- [Which cloud service for app auth and data sync](https://www.reddit.com/r/androiddev/comments/xk7eoo/which_cloud_service_for_app_auth_and_data_sync/) -- [Is this a scam?](https://www.reddit.com/r/androiddev/comments/xk760j/is_this_a_scam/) -- [How to prevent users from updating the app in play store?](https://www.reddit.com/r/androiddev/comments/xk6y78/how_to_prevent_users_from_updating_the_app_in/) +- [Applovin Max mediation - One problem](https://www.reddit.com/r/androiddev/comments/xlj2g1/applovin_max_mediation_one_problem/) +- [Is there any ad network for Android that allows you to use the money from app’s revenue to fund new user acquisition ?](https://www.reddit.com/r/androiddev/comments/xlirnk/is_there_any_ad_network_for_android_that_allows/) +- [Android Studio Flamingo Canary 1 available now](https://www.reddit.com/r/androiddev/comments/xlbk9y/android_studio_flamingo_canary_1_available_now/) +- [Android Studio Electric Eel Beta 1 now available](https://www.reddit.com/r/androiddev/comments/xlbk91/android_studio_electric_eel_beta_1_now_available/) +- [Image Cropper with Jetpack Compose with dynamic, static overlay, crop with shapes, animations and customization options](https://www.reddit.com/r/androiddev/comments/xlass5/image_cropper_with_jetpack_compose_with_dynamic/) +- [What is the proper way of handling multi-field objects from Composable changes?](https://www.reddit.com/r/androiddev/comments/xla8ci/what_is_the_proper_way_of_handling_multifield/) +- [can I change or add emojis to Gboard?](https://www.reddit.com/r/androiddev/comments/xl7nja/can_i_change_or_add_emojis_to_gboard/) +- [Door: Room for Kotlin Multiplatform](https://www.reddit.com/r/androiddev/comments/xl6jpo/door_room_for_kotlin_multiplatform/) +- [What is the proper way, for us to migrate an open source project from jcenter to jitpack github?](https://www.reddit.com/r/androiddev/comments/xl6gg7/what_is_the_proper_way_for_us_to_migrate_an_open/) +- [How is your experience for AdMob only vs AdMob Mediation + FAN ?](https://www.reddit.com/r/androiddev/comments/xl66q4/how_is_your_experience_for_admob_only_vs_admob/) ### *InfoWorld posts* From 9b50f1b10d573173cdc7d42a87944721af004b9c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 24 Sep 2022 01:32:39 +0000 Subject: [PATCH 0293/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b46384f1ef..8028dbb189 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Applovin Max mediation - One problem](https://www.reddit.com/r/androiddev/comments/xlj2g1/applovin_max_mediation_one_problem/) -- [Is there any ad network for Android that allows you to use the money from app’s revenue to fund new user acquisition ?](https://www.reddit.com/r/androiddev/comments/xlirnk/is_there_any_ad_network_for_android_that_allows/) -- [Android Studio Flamingo Canary 1 available now](https://www.reddit.com/r/androiddev/comments/xlbk9y/android_studio_flamingo_canary_1_available_now/) -- [Android Studio Electric Eel Beta 1 now available](https://www.reddit.com/r/androiddev/comments/xlbk91/android_studio_electric_eel_beta_1_now_available/) -- [Image Cropper with Jetpack Compose with dynamic, static overlay, crop with shapes, animations and customization options](https://www.reddit.com/r/androiddev/comments/xlass5/image_cropper_with_jetpack_compose_with_dynamic/) -- [What is the proper way of handling multi-field objects from Composable changes?](https://www.reddit.com/r/androiddev/comments/xla8ci/what_is_the_proper_way_of_handling_multifield/) -- [can I change or add emojis to Gboard?](https://www.reddit.com/r/androiddev/comments/xl7nja/can_i_change_or_add_emojis_to_gboard/) -- [Door: Room for Kotlin Multiplatform](https://www.reddit.com/r/androiddev/comments/xl6jpo/door_room_for_kotlin_multiplatform/) -- [What is the proper way, for us to migrate an open source project from jcenter to jitpack github?](https://www.reddit.com/r/androiddev/comments/xl6gg7/what_is_the_proper_way_for_us_to_migrate_an_open/) -- [How is your experience for AdMob only vs AdMob Mediation + FAN ?](https://www.reddit.com/r/androiddev/comments/xl66q4/how_is_your_experience_for_admob_only_vs_admob/) +- [Little help finding a post.](https://www.reddit.com/r/androiddev/comments/xmdszm/little_help_finding_a_post/) +- [Tomorrow I'm having my first interview as a junior android dev](https://www.reddit.com/r/androiddev/comments/xma4ir/tomorrow_im_having_my_first_interview_as_a_junior/) +- [How to clear back stacks from all bottom nav back stacks using NavController?](https://www.reddit.com/r/androiddev/comments/xm9lbc/how_to_clear_back_stacks_from_all_bottom_nav_back/) +- [Does savedStateHandle in VM with @HiltViewModel work without using Nav Component?](https://www.reddit.com/r/androiddev/comments/xm90ed/does_savedstatehandle_in_vm_with_hiltviewmodel/) +- [How hard would it be to make a WebKit based Android browser?](https://www.reddit.com/r/androiddev/comments/xm6vck/how_hard_would_it_be_to_make_a_webkit_based/) +- [Extreme beginner UI help](https://www.reddit.com/r/androiddev/comments/xm3o1d/extreme_beginner_ui_help/) +- [Should I call API inside same viewmodelscope or different one?](https://www.reddit.com/r/androiddev/comments/xm3i0p/should_i_call_api_inside_same_viewmodelscope_or/) +- [How to create a WebView App from your PWA and Build APK / AAB for Google Play Store](https://www.reddit.com/r/androiddev/comments/xm257r/how_to_create_a_webview_app_from_your_pwa_and/) +- [Orb Shifter - Game Trailer](https://www.reddit.com/r/androiddev/comments/xm0j9a/orb_shifter_game_trailer/) +- [Good Java libraries to integrate taking photos into an app?](https://www.reddit.com/r/androiddev/comments/xm0c7c/good_java_libraries_to_integrate_taking_photos/) ### *InfoWorld posts* From f1323b8458a06780359011d2461ace2d6f2b4801 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 25 Sep 2022 01:31:27 +0000 Subject: [PATCH 0294/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8028dbb189..9d43469cea 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Little help finding a post.](https://www.reddit.com/r/androiddev/comments/xmdszm/little_help_finding_a_post/) -- [Tomorrow I'm having my first interview as a junior android dev](https://www.reddit.com/r/androiddev/comments/xma4ir/tomorrow_im_having_my_first_interview_as_a_junior/) -- [How to clear back stacks from all bottom nav back stacks using NavController?](https://www.reddit.com/r/androiddev/comments/xm9lbc/how_to_clear_back_stacks_from_all_bottom_nav_back/) -- [Does savedStateHandle in VM with @HiltViewModel work without using Nav Component?](https://www.reddit.com/r/androiddev/comments/xm90ed/does_savedstatehandle_in_vm_with_hiltviewmodel/) -- [How hard would it be to make a WebKit based Android browser?](https://www.reddit.com/r/androiddev/comments/xm6vck/how_hard_would_it_be_to_make_a_webkit_based/) -- [Extreme beginner UI help](https://www.reddit.com/r/androiddev/comments/xm3o1d/extreme_beginner_ui_help/) -- [Should I call API inside same viewmodelscope or different one?](https://www.reddit.com/r/androiddev/comments/xm3i0p/should_i_call_api_inside_same_viewmodelscope_or/) -- [How to create a WebView App from your PWA and Build APK / AAB for Google Play Store](https://www.reddit.com/r/androiddev/comments/xm257r/how_to_create_a_webview_app_from_your_pwa_and/) -- [Orb Shifter - Game Trailer](https://www.reddit.com/r/androiddev/comments/xm0j9a/orb_shifter_game_trailer/) -- [Good Java libraries to integrate taking photos into an app?](https://www.reddit.com/r/androiddev/comments/xm0c7c/good_java_libraries_to_integrate_taking_photos/) +- [How fast did your app take off?](https://www.reddit.com/r/androiddev/comments/xn9m62/how_fast_did_your_app_take_off/) +- [first app - release strategy](https://www.reddit.com/r/androiddev/comments/xn92f0/first_app_release_strategy/) +- [Can i have a list of another class inside my entity class in room?](https://www.reddit.com/r/androiddev/comments/xn8f87/can_i_have_a_list_of_another_class_inside_my/) +- [How can you avoiding subscribing multiple times to an Observable via click handlers?](https://www.reddit.com/r/androiddev/comments/xn703d/how_can_you_avoiding_subscribing_multiple_times/) +- [Is there a way to have a toolbar without using appcompat stuff?](https://www.reddit.com/r/androiddev/comments/xn5qkb/is_there_a_way_to_have_a_toolbar_without_using/) +- [Email from a dev asking me to post their app... Scam?](https://www.reddit.com/r/androiddev/comments/xn3280/email_from_a_dev_asking_me_to_post_their_app_scam/) +- [Can stats be scrubbed from Google Play app dashboard?](https://www.reddit.com/r/androiddev/comments/xn2sab/can_stats_be_scrubbed_from_google_play_app/) +- [Networking within SDK](https://www.reddit.com/r/androiddev/comments/xn1ejy/networking_within_sdk/) +- [where is the dex and javac compiler on the android's stack](https://www.reddit.com/r/androiddev/comments/xn17w5/where_is_the_dex_and_javac_compiler_on_the/) +- [Google maps question](https://www.reddit.com/r/androiddev/comments/xmyemw/google_maps_question/) ### *InfoWorld posts* From 58d0ef6eb1616179cb370058ccd6765092e17c0d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 26 Sep 2022 01:32:47 +0000 Subject: [PATCH 0295/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9d43469cea..068ec46125 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How fast did your app take off?](https://www.reddit.com/r/androiddev/comments/xn9m62/how_fast_did_your_app_take_off/) -- [first app - release strategy](https://www.reddit.com/r/androiddev/comments/xn92f0/first_app_release_strategy/) -- [Can i have a list of another class inside my entity class in room?](https://www.reddit.com/r/androiddev/comments/xn8f87/can_i_have_a_list_of_another_class_inside_my/) -- [How can you avoiding subscribing multiple times to an Observable via click handlers?](https://www.reddit.com/r/androiddev/comments/xn703d/how_can_you_avoiding_subscribing_multiple_times/) -- [Is there a way to have a toolbar without using appcompat stuff?](https://www.reddit.com/r/androiddev/comments/xn5qkb/is_there_a_way_to_have_a_toolbar_without_using/) -- [Email from a dev asking me to post their app... Scam?](https://www.reddit.com/r/androiddev/comments/xn3280/email_from_a_dev_asking_me_to_post_their_app_scam/) -- [Can stats be scrubbed from Google Play app dashboard?](https://www.reddit.com/r/androiddev/comments/xn2sab/can_stats_be_scrubbed_from_google_play_app/) -- [Networking within SDK](https://www.reddit.com/r/androiddev/comments/xn1ejy/networking_within_sdk/) -- [where is the dex and javac compiler on the android's stack](https://www.reddit.com/r/androiddev/comments/xn17w5/where_is_the_dex_and_javac_compiler_on_the/) -- [Google maps question](https://www.reddit.com/r/androiddev/comments/xmyemw/google_maps_question/) +- [App update status still in review](https://www.reddit.com/r/androiddev/comments/xo4oso/app_update_status_still_in_review/) +- [viewModels observer problem](https://www.reddit.com/r/androiddev/comments/xo12ig/viewmodels_observer_problem/) +- [Xamarin.Android development possible on Linux in 2022?](https://www.reddit.com/r/androiddev/comments/xo0bey/xamarinandroid_development_possible_on_linux_in/) +- [How do you usually resolve case when your app not able to recognize user previous purchase?](https://www.reddit.com/r/androiddev/comments/xnyljy/how_do_you_usually_resolve_case_when_your_app_not/) +- [Made a Travel Booking app with jetpack compose, with navigation and modern design elements, do checkout on github](https://www.reddit.com/r/androiddev/comments/xnvbce/made_a_travel_booking_app_with_jetpack_compose/) +- [my gridview items has different size on different screen resolutions, what should I do? thanks](https://www.reddit.com/r/androiddev/comments/xnsnj6/my_gridview_items_has_different_size_on_different/) +- [Help with deeplinks with schemes/url](https://www.reddit.com/r/androiddev/comments/xnrwjf/help_with_deeplinks_with_schemesurl/) +- [Is Android a good thing to teach to beginner programmers?](https://www.reddit.com/r/androiddev/comments/xnrnll/is_android_a_good_thing_to_teach_to_beginner/) +- [Bluetooth HCI Snoop Log](https://www.reddit.com/r/androiddev/comments/xnmir6/bluetooth_hci_snoop_log/) +- [Android NumberPicker customization guidelines](https://www.reddit.com/r/androiddev/comments/xnlusq/android_numberpicker_customization_guidelines/) ### *InfoWorld posts* From 79baaaae2f5cd5596c03601cf1f02ca872a5e9fb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 27 Sep 2022 01:33:09 +0000 Subject: [PATCH 0296/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 068ec46125..ed93207686 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [App update status still in review](https://www.reddit.com/r/androiddev/comments/xo4oso/app_update_status_still_in_review/) -- [viewModels observer problem](https://www.reddit.com/r/androiddev/comments/xo12ig/viewmodels_observer_problem/) -- [Xamarin.Android development possible on Linux in 2022?](https://www.reddit.com/r/androiddev/comments/xo0bey/xamarinandroid_development_possible_on_linux_in/) -- [How do you usually resolve case when your app not able to recognize user previous purchase?](https://www.reddit.com/r/androiddev/comments/xnyljy/how_do_you_usually_resolve_case_when_your_app_not/) -- [Made a Travel Booking app with jetpack compose, with navigation and modern design elements, do checkout on github](https://www.reddit.com/r/androiddev/comments/xnvbce/made_a_travel_booking_app_with_jetpack_compose/) -- [my gridview items has different size on different screen resolutions, what should I do? thanks](https://www.reddit.com/r/androiddev/comments/xnsnj6/my_gridview_items_has_different_size_on_different/) -- [Help with deeplinks with schemes/url](https://www.reddit.com/r/androiddev/comments/xnrwjf/help_with_deeplinks_with_schemesurl/) -- [Is Android a good thing to teach to beginner programmers?](https://www.reddit.com/r/androiddev/comments/xnrnll/is_android_a_good_thing_to_teach_to_beginner/) -- [Bluetooth HCI Snoop Log](https://www.reddit.com/r/androiddev/comments/xnmir6/bluetooth_hci_snoop_log/) -- [Android NumberPicker customization guidelines](https://www.reddit.com/r/androiddev/comments/xnlusq/android_numberpicker_customization_guidelines/) +- [Is there any website to see your "search" placement/ranking in playstore, or any form of other analysis?](https://www.reddit.com/r/androiddev/comments/xp1dkl/is_there_any_website_to_see_your_search/) +- [How to pick up on a code base you didn't write.](https://www.reddit.com/r/androiddev/comments/xp0cu6/how_to_pick_up_on_a_code_base_you_didnt_write/) +- [Document scanning library?](https://www.reddit.com/r/androiddev/comments/xowxan/document_scanning_library/) +- [HELP! what can I do? some photos in my gallery look like this](https://www.reddit.com/r/androiddev/comments/xow2kb/help_what_can_i_do_some_photos_in_my_gallery_look/) +- [Minimum API requirement for new apps -- Is it unavoidable?](https://www.reddit.com/r/androiddev/comments/xovl15/minimum_api_requirement_for_new_apps_is_it/) +- [Good Android course](https://www.reddit.com/r/androiddev/comments/xouuy9/good_android_course/) +- [Multiple viewmodel instances](https://www.reddit.com/r/androiddev/comments/xou21m/multiple_viewmodel_instances/) +- [Are you compiling for / targeting version 33 yet?](https://www.reddit.com/r/androiddev/comments/xosblp/are_you_compiling_for_targeting_version_33_yet/) +- [Anyone using Android Studio and 12th Gen Intel Laptop](https://www.reddit.com/r/androiddev/comments/xooxi1/anyone_using_android_studio_and_12th_gen_intel/) +- [How to make a shaped text background just like in Instagram](https://www.reddit.com/r/androiddev/comments/xoos35/how_to_make_a_shaped_text_background_just_like_in/) ### *InfoWorld posts* From b086f5f8ce3eee9f16ec8f8fd8f028f88b9779d6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 28 Sep 2022 01:32:39 +0000 Subject: [PATCH 0297/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ed93207686..8fb5d30b29 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is there any website to see your "search" placement/ranking in playstore, or any form of other analysis?](https://www.reddit.com/r/androiddev/comments/xp1dkl/is_there_any_website_to_see_your_search/) -- [How to pick up on a code base you didn't write.](https://www.reddit.com/r/androiddev/comments/xp0cu6/how_to_pick_up_on_a_code_base_you_didnt_write/) -- [Document scanning library?](https://www.reddit.com/r/androiddev/comments/xowxan/document_scanning_library/) -- [HELP! what can I do? some photos in my gallery look like this](https://www.reddit.com/r/androiddev/comments/xow2kb/help_what_can_i_do_some_photos_in_my_gallery_look/) -- [Minimum API requirement for new apps -- Is it unavoidable?](https://www.reddit.com/r/androiddev/comments/xovl15/minimum_api_requirement_for_new_apps_is_it/) -- [Good Android course](https://www.reddit.com/r/androiddev/comments/xouuy9/good_android_course/) -- [Multiple viewmodel instances](https://www.reddit.com/r/androiddev/comments/xou21m/multiple_viewmodel_instances/) -- [Are you compiling for / targeting version 33 yet?](https://www.reddit.com/r/androiddev/comments/xosblp/are_you_compiling_for_targeting_version_33_yet/) -- [Anyone using Android Studio and 12th Gen Intel Laptop](https://www.reddit.com/r/androiddev/comments/xooxi1/anyone_using_android_studio_and_12th_gen_intel/) -- [How to make a shaped text background just like in Instagram](https://www.reddit.com/r/androiddev/comments/xoos35/how_to_make_a_shaped_text_background_just_like_in/) +- [From idea to revenue - a formula and a case study](https://www.reddit.com/r/androiddev/comments/xpy5ca/from_idea_to_revenue_a_formula_and_a_case_study/) +- [Arguments against (or for) web style reactive system in Android](https://www.reddit.com/r/androiddev/comments/xpwbje/arguments_against_or_for_web_style_reactive/) +- [Experiencing longer time for getting reviewed on the PlayStore.](https://www.reddit.com/r/androiddev/comments/xpvmym/experiencing_longer_time_for_getting_reviewed_on/) +- [Is there a way to run Linux phone apps on Android 10?](https://www.reddit.com/r/androiddev/comments/xpuoom/is_there_a_way_to_run_linux_phone_apps_on_android/) +- [how do I start making an app that has users make posts](https://www.reddit.com/r/androiddev/comments/xptimh/how_do_i_start_making_an_app_that_has_users_make/) +- [Android Studio Flamingo Canary 2 available now](https://www.reddit.com/r/androiddev/comments/xpshcl/android_studio_flamingo_canary_2_available_now/) +- [How do I set the time my lock screen is shown, befire the screen goes black?](https://www.reddit.com/r/androiddev/comments/xpre9e/how_do_i_set_the_time_my_lock_screen_is_shown/) +- [Is it safe to clone other people's projects and run them in the emulator?](https://www.reddit.com/r/androiddev/comments/xpr8ww/is_it_safe_to_clone_other_peoples_projects_and/) +- [Kotlin ORM alternatives to Room](https://www.reddit.com/r/androiddev/comments/xpp4q0/kotlin_orm_alternatives_to_room/) +- [Any other API's like Google Places that aren't so freaking expensive?](https://www.reddit.com/r/androiddev/comments/xpoc7e/any_other_apis_like_google_places_that_arent_so/) ### *InfoWorld posts* From 04bf165fad7c0ec011183088aeb3c2bdcdc85022 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 29 Sep 2022 01:32:58 +0000 Subject: [PATCH 0298/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8fb5d30b29..d4f52473b1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [From idea to revenue - a formula and a case study](https://www.reddit.com/r/androiddev/comments/xpy5ca/from_idea_to_revenue_a_formula_and_a_case_study/) -- [Arguments against (or for) web style reactive system in Android](https://www.reddit.com/r/androiddev/comments/xpwbje/arguments_against_or_for_web_style_reactive/) -- [Experiencing longer time for getting reviewed on the PlayStore.](https://www.reddit.com/r/androiddev/comments/xpvmym/experiencing_longer_time_for_getting_reviewed_on/) -- [Is there a way to run Linux phone apps on Android 10?](https://www.reddit.com/r/androiddev/comments/xpuoom/is_there_a_way_to_run_linux_phone_apps_on_android/) -- [how do I start making an app that has users make posts](https://www.reddit.com/r/androiddev/comments/xptimh/how_do_i_start_making_an_app_that_has_users_make/) -- [Android Studio Flamingo Canary 2 available now](https://www.reddit.com/r/androiddev/comments/xpshcl/android_studio_flamingo_canary_2_available_now/) -- [How do I set the time my lock screen is shown, befire the screen goes black?](https://www.reddit.com/r/androiddev/comments/xpre9e/how_do_i_set_the_time_my_lock_screen_is_shown/) -- [Is it safe to clone other people's projects and run them in the emulator?](https://www.reddit.com/r/androiddev/comments/xpr8ww/is_it_safe_to_clone_other_peoples_projects_and/) -- [Kotlin ORM alternatives to Room](https://www.reddit.com/r/androiddev/comments/xpp4q0/kotlin_orm_alternatives_to_room/) -- [Any other API's like Google Places that aren't so freaking expensive?](https://www.reddit.com/r/androiddev/comments/xpoc7e/any_other_apis_like_google_places_that_arent_so/) +- [Send MultipartBody.Part to service](https://www.reddit.com/r/androiddev/comments/xqtoaj/send_multipartbodypart_to_service/) +- [Should API logic be in a fragment of the parent activity?](https://www.reddit.com/r/androiddev/comments/xqq20x/should_api_logic_be_in_a_fragment_of_the_parent/) +- [Is background high accuracy GPS coordinates possible?](https://www.reddit.com/r/androiddev/comments/xqpcxh/is_background_high_accuracy_gps_coordinates/) +- [How do I reset the state while reselecting item in bottom navigation view?](https://www.reddit.com/r/androiddev/comments/xqp183/how_do_i_reset_the_state_while_reselecting_item/) +- [Got a survey request while looking at docs (official), did I miss google changing sweet treat names?](https://www.reddit.com/r/androiddev/comments/xqop0u/got_a_survey_request_while_looking_at_docs/) +- [Certificate Transparency using DexProtector in Android](https://www.reddit.com/r/androiddev/comments/xqn446/certificate_transparency_using_dexprotector_in/) +- [Listen to our major Text to Speech upgrades for 64 bit devices.](https://www.reddit.com/r/androiddev/comments/xqmwev/listen_to_our_major_text_to_speech_upgrades_for/) +- [Google Play reviews removed](https://www.reddit.com/r/androiddev/comments/xqmrcz/google_play_reviews_removed/) +- [Compose misaligns uppercase text.](https://www.reddit.com/r/androiddev/comments/xqm3um/compose_misaligns_uppercase_text/) +- [Creating a new project to show my skills in the right way](https://www.reddit.com/r/androiddev/comments/xqir00/creating_a_new_project_to_show_my_skills_in_the/) ### *InfoWorld posts* From 673ba3fd15f984d11c0c060062c83f884300bc05 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 30 Sep 2022 01:35:31 +0000 Subject: [PATCH 0299/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d4f52473b1..92497278db 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Send MultipartBody.Part to service](https://www.reddit.com/r/androiddev/comments/xqtoaj/send_multipartbodypart_to_service/) -- [Should API logic be in a fragment of the parent activity?](https://www.reddit.com/r/androiddev/comments/xqq20x/should_api_logic_be_in_a_fragment_of_the_parent/) -- [Is background high accuracy GPS coordinates possible?](https://www.reddit.com/r/androiddev/comments/xqpcxh/is_background_high_accuracy_gps_coordinates/) -- [How do I reset the state while reselecting item in bottom navigation view?](https://www.reddit.com/r/androiddev/comments/xqp183/how_do_i_reset_the_state_while_reselecting_item/) -- [Got a survey request while looking at docs (official), did I miss google changing sweet treat names?](https://www.reddit.com/r/androiddev/comments/xqop0u/got_a_survey_request_while_looking_at_docs/) -- [Certificate Transparency using DexProtector in Android](https://www.reddit.com/r/androiddev/comments/xqn446/certificate_transparency_using_dexprotector_in/) -- [Listen to our major Text to Speech upgrades for 64 bit devices.](https://www.reddit.com/r/androiddev/comments/xqmwev/listen_to_our_major_text_to_speech_upgrades_for/) -- [Google Play reviews removed](https://www.reddit.com/r/androiddev/comments/xqmrcz/google_play_reviews_removed/) -- [Compose misaligns uppercase text.](https://www.reddit.com/r/androiddev/comments/xqm3um/compose_misaligns_uppercase_text/) -- [Creating a new project to show my skills in the right way](https://www.reddit.com/r/androiddev/comments/xqir00/creating_a_new_project_to_show_my_skills_in_the/) +- [Firebase test lab alternative](https://www.reddit.com/r/androiddev/comments/xrop2w/firebase_test_lab_alternative/) +- [Debugging MMS issues](https://www.reddit.com/r/androiddev/comments/xrol19/debugging_mms_issues/) +- [what is this!?](https://www.reddit.com/r/androiddev/comments/xrnwoe/what_is_this/) +- [AVD w/ ABI x86_64 could not run on PopOS](https://www.reddit.com/r/androiddev/comments/xrnwib/avd_w_abi_x86_64_could_not_run_on_popos/) +- [SetPrimaryFragment on FragmentStateAdapter](https://www.reddit.com/r/androiddev/comments/xrmchv/setprimaryfragment_on_fragmentstateadapter/) +- [Do you Really Make Money off of Ads?](https://www.reddit.com/r/androiddev/comments/xrl8jc/do_you_really_make_money_off_of_ads/) +- [Grandfathering Price Changes with Google Play Billing Library 5](https://www.reddit.com/r/androiddev/comments/xrjygh/grandfathering_price_changes_with_google_play/) +- [It's possible to have a full XML layout as a live wallpaper?](https://www.reddit.com/r/androiddev/comments/xri8se/its_possible_to_have_a_full_xml_layout_as_a_live/) +- [Why can't we create IndoorBuilding objects on Google Maps?](https://www.reddit.com/r/androiddev/comments/xrgq5u/why_cant_we_create_indoorbuilding_objects_on/) +- [watch face or watch face dev tutorials](https://www.reddit.com/r/androiddev/comments/xrf945/watch_face_or_watch_face_dev_tutorials/) ### *InfoWorld posts* From a1781f3b20b02cabfbcc69b2e0c80482274392fd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 1 Oct 2022 01:33:12 +0000 Subject: [PATCH 0300/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 92497278db..af01bba00e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Firebase test lab alternative](https://www.reddit.com/r/androiddev/comments/xrop2w/firebase_test_lab_alternative/) -- [Debugging MMS issues](https://www.reddit.com/r/androiddev/comments/xrol19/debugging_mms_issues/) -- [what is this!?](https://www.reddit.com/r/androiddev/comments/xrnwoe/what_is_this/) -- [AVD w/ ABI x86_64 could not run on PopOS](https://www.reddit.com/r/androiddev/comments/xrnwib/avd_w_abi_x86_64_could_not_run_on_popos/) -- [SetPrimaryFragment on FragmentStateAdapter](https://www.reddit.com/r/androiddev/comments/xrmchv/setprimaryfragment_on_fragmentstateadapter/) -- [Do you Really Make Money off of Ads?](https://www.reddit.com/r/androiddev/comments/xrl8jc/do_you_really_make_money_off_of_ads/) -- [Grandfathering Price Changes with Google Play Billing Library 5](https://www.reddit.com/r/androiddev/comments/xrjygh/grandfathering_price_changes_with_google_play/) -- [It's possible to have a full XML layout as a live wallpaper?](https://www.reddit.com/r/androiddev/comments/xri8se/its_possible_to_have_a_full_xml_layout_as_a_live/) -- [Why can't we create IndoorBuilding objects on Google Maps?](https://www.reddit.com/r/androiddev/comments/xrgq5u/why_cant_we_create_indoorbuilding_objects_on/) -- [watch face or watch face dev tutorials](https://www.reddit.com/r/androiddev/comments/xrf945/watch_face_or_watch_face_dev_tutorials/) +- [Wrist Recorder - Open source recording app for WearOS built with Compose](https://www.reddit.com/r/androiddev/comments/xsegtt/wrist_recorder_open_source_recording_app_for/) +- [switch emulator android oficial on play store](https://www.reddit.com/r/androiddev/comments/xsdgdc/switch_emulator_android_oficial_on_play_store/) +- [Any costume rom in a VM?](https://www.reddit.com/r/androiddev/comments/xscmi6/any_costume_rom_in_a_vm/) +- [Would you suggest Mockito for running notification test cases?](https://www.reddit.com/r/androiddev/comments/xsaap3/would_you_suggest_mockito_for_running/) +- [Android apps with financial $ tips? See embedded Google Play Console language.](https://www.reddit.com/r/androiddev/comments/xs9pi1/android_apps_with_financial_tips_see_embedded/) +- [why is my Motorola one fusion Plus widevine L3? it supported L1, it used to play 1080p on prime now it's only playing on 480p](https://www.reddit.com/r/androiddev/comments/xs8m8s/why_is_my_motorola_one_fusion_plus_widevine_l3_it/) +- [Android app from a very big csv files](https://www.reddit.com/r/androiddev/comments/xs5qiu/android_app_from_a_very_big_csv_files/) +- [Android keystroke mapping](https://www.reddit.com/r/androiddev/comments/xs34pw/android_keystroke_mapping/) +- [title bar refuses to disappear](https://www.reddit.com/r/androiddev/comments/xs2wn2/title_bar_refuses_to_disappear/) +- [Native UI with Multiplatform Compose](https://www.reddit.com/r/androiddev/comments/xs2l8e/native_ui_with_multiplatform_compose/) ### *InfoWorld posts* From ab241cf3486e26468445c8f5341b456fef8f7b09 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 2 Oct 2022 01:32:30 +0000 Subject: [PATCH 0301/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index af01bba00e..7f020b8aa5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Wrist Recorder - Open source recording app for WearOS built with Compose](https://www.reddit.com/r/androiddev/comments/xsegtt/wrist_recorder_open_source_recording_app_for/) -- [switch emulator android oficial on play store](https://www.reddit.com/r/androiddev/comments/xsdgdc/switch_emulator_android_oficial_on_play_store/) -- [Any costume rom in a VM?](https://www.reddit.com/r/androiddev/comments/xscmi6/any_costume_rom_in_a_vm/) -- [Would you suggest Mockito for running notification test cases?](https://www.reddit.com/r/androiddev/comments/xsaap3/would_you_suggest_mockito_for_running/) -- [Android apps with financial $ tips? See embedded Google Play Console language.](https://www.reddit.com/r/androiddev/comments/xs9pi1/android_apps_with_financial_tips_see_embedded/) -- [why is my Motorola one fusion Plus widevine L3? it supported L1, it used to play 1080p on prime now it's only playing on 480p](https://www.reddit.com/r/androiddev/comments/xs8m8s/why_is_my_motorola_one_fusion_plus_widevine_l3_it/) -- [Android app from a very big csv files](https://www.reddit.com/r/androiddev/comments/xs5qiu/android_app_from_a_very_big_csv_files/) -- [Android keystroke mapping](https://www.reddit.com/r/androiddev/comments/xs34pw/android_keystroke_mapping/) -- [title bar refuses to disappear](https://www.reddit.com/r/androiddev/comments/xs2wn2/title_bar_refuses_to_disappear/) -- [Native UI with Multiplatform Compose](https://www.reddit.com/r/androiddev/comments/xs2l8e/native_ui_with_multiplatform_compose/) +- [Started making my first android app. Making videos about the progress.](https://www.reddit.com/r/androiddev/comments/xtbtcw/started_making_my_first_android_app_making_videos/) +- [Are company employed Android Developers commonly using Firebase?](https://www.reddit.com/r/androiddev/comments/xt8xy0/are_company_employed_android_developers_commonly/) +- [Starting from zero, how long would it take to become a Jr Android dev, ballpark?](https://www.reddit.com/r/androiddev/comments/xt81t6/starting_from_zero_how_long_would_it_take_to/) +- [Google play app integrity api](https://www.reddit.com/r/androiddev/comments/xt7se8/google_play_app_integrity_api/) +- [BLE paired device behavior changes between Android 9P and Android 12S](https://www.reddit.com/r/androiddev/comments/xt6zuw/ble_paired_device_behavior_changes_between/) +- [InvalidationTracker.Observer missing call after @Transaction, what should I do, how much should I wait??](https://www.reddit.com/r/androiddev/comments/xt5okh/invalidationtrackerobserver_missing_call_after/) +- [UI components libraries](https://www.reddit.com/r/androiddev/comments/xt5fzm/ui_components_libraries/) +- [Google Play App Review](https://www.reddit.com/r/androiddev/comments/xt4oog/google_play_app_review/) +- [what are the ways to find out weather an app is displaying an activity or using a fragment at a place ?](https://www.reddit.com/r/androiddev/comments/xt2fa8/what_are_the_ways_to_find_out_weather_an_app_is/) +- [Self hosted server](https://www.reddit.com/r/androiddev/comments/xt2bck/self_hosted_server/) ### *InfoWorld posts* From 1552d8b9a138b438591abc26522bff4b33067459 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 3 Oct 2022 01:30:59 +0000 Subject: [PATCH 0302/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7f020b8aa5..d60563f69e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Started making my first android app. Making videos about the progress.](https://www.reddit.com/r/androiddev/comments/xtbtcw/started_making_my_first_android_app_making_videos/) -- [Are company employed Android Developers commonly using Firebase?](https://www.reddit.com/r/androiddev/comments/xt8xy0/are_company_employed_android_developers_commonly/) -- [Starting from zero, how long would it take to become a Jr Android dev, ballpark?](https://www.reddit.com/r/androiddev/comments/xt81t6/starting_from_zero_how_long_would_it_take_to/) -- [Google play app integrity api](https://www.reddit.com/r/androiddev/comments/xt7se8/google_play_app_integrity_api/) -- [BLE paired device behavior changes between Android 9P and Android 12S](https://www.reddit.com/r/androiddev/comments/xt6zuw/ble_paired_device_behavior_changes_between/) -- [InvalidationTracker.Observer missing call after @Transaction, what should I do, how much should I wait??](https://www.reddit.com/r/androiddev/comments/xt5okh/invalidationtrackerobserver_missing_call_after/) -- [UI components libraries](https://www.reddit.com/r/androiddev/comments/xt5fzm/ui_components_libraries/) -- [Google Play App Review](https://www.reddit.com/r/androiddev/comments/xt4oog/google_play_app_review/) -- [what are the ways to find out weather an app is displaying an activity or using a fragment at a place ?](https://www.reddit.com/r/androiddev/comments/xt2fa8/what_are_the_ways_to_find_out_weather_an_app_is/) -- [Self hosted server](https://www.reddit.com/r/androiddev/comments/xt2bck/self_hosted_server/) +- [API for medical dictionary](https://www.reddit.com/r/androiddev/comments/xu4p4v/api_for_medical_dictionary/) +- [I have been unable to find some good and upto date android projects on using api, retrofit and mvvm architecture on youtube. Was hoping you guys can suggest some good playlists to learn these and other important topics.](https://www.reddit.com/r/androiddev/comments/xu2yh1/i_have_been_unable_to_find_some_good_and_upto/) +- [recently bought an Android for the first time and since setup it has given me this "my account" noti for my sim card service/internet. it doesn't go away ever it says "this notification cannot be modified" any guidance would be greatly appreciated](https://www.reddit.com/r/androiddev/comments/xu1ac7/recently_bought_an_android_for_the_first_time_and/) +- [Throughout your experience, is Purchase.getPurchaseTime returned information accurate?](https://www.reddit.com/r/androiddev/comments/xtqlsq/throughout_your_experience_is/) +- [Kotlin Flow](https://www.reddit.com/r/androiddev/comments/xtqi26/kotlin_flow/) +- [Getting back into android development any learning resources recommendations?](https://www.reddit.com/r/androiddev/comments/xtq87r/getting_back_into_android_development_any/) +- [Does someone have any idea if we can sue google for this?](https://www.reddit.com/r/androiddev/comments/xtozlt/does_someone_have_any_idea_if_we_can_sue_google/) +- [React native/nodejs vs kotlin?](https://www.reddit.com/r/androiddev/comments/xtnd0m/react_nativenodejs_vs_kotlin/) +- [I signed my app with this keystore and I removed it but I need it to get the internal data of my app installed on my device. Where can I find it and where did I got it from? I tht it was the debug key.](https://www.reddit.com/r/androiddev/comments/xtm6cw/i_signed_my_app_with_this_keystore_and_i_removed/) +- [DataStore without app context](https://www.reddit.com/r/androiddev/comments/xtlm6x/datastore_without_app_context/) ### *InfoWorld posts* From 180fd2762a350b0e89428fbb7d8277bbbac73bdd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 4 Oct 2022 01:32:38 +0000 Subject: [PATCH 0303/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d60563f69e..8e823a590d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [API for medical dictionary](https://www.reddit.com/r/androiddev/comments/xu4p4v/api_for_medical_dictionary/) -- [I have been unable to find some good and upto date android projects on using api, retrofit and mvvm architecture on youtube. Was hoping you guys can suggest some good playlists to learn these and other important topics.](https://www.reddit.com/r/androiddev/comments/xu2yh1/i_have_been_unable_to_find_some_good_and_upto/) -- [recently bought an Android for the first time and since setup it has given me this "my account" noti for my sim card service/internet. it doesn't go away ever it says "this notification cannot be modified" any guidance would be greatly appreciated](https://www.reddit.com/r/androiddev/comments/xu1ac7/recently_bought_an_android_for_the_first_time_and/) -- [Throughout your experience, is Purchase.getPurchaseTime returned information accurate?](https://www.reddit.com/r/androiddev/comments/xtqlsq/throughout_your_experience_is/) -- [Kotlin Flow](https://www.reddit.com/r/androiddev/comments/xtqi26/kotlin_flow/) -- [Getting back into android development any learning resources recommendations?](https://www.reddit.com/r/androiddev/comments/xtq87r/getting_back_into_android_development_any/) -- [Does someone have any idea if we can sue google for this?](https://www.reddit.com/r/androiddev/comments/xtozlt/does_someone_have_any_idea_if_we_can_sue_google/) -- [React native/nodejs vs kotlin?](https://www.reddit.com/r/androiddev/comments/xtnd0m/react_nativenodejs_vs_kotlin/) -- [I signed my app with this keystore and I removed it but I need it to get the internal data of my app installed on my device. Where can I find it and where did I got it from? I tht it was the debug key.](https://www.reddit.com/r/androiddev/comments/xtm6cw/i_signed_my_app_with_this_keystore_and_i_removed/) -- [DataStore without app context](https://www.reddit.com/r/androiddev/comments/xtlm6x/datastore_without_app_context/) +- [Photo Calculator ???](https://www.reddit.com/r/androiddev/comments/xuw0dl/photo_calculator/) +- [Need a Android dev mentor for the mobile development study club at my university](https://www.reddit.com/r/androiddev/comments/xuvp71/need_a_android_dev_mentor_for_the_mobile/) +- [HUGE waiting times for review and still not done! Is that normal?](https://www.reddit.com/r/androiddev/comments/xuvkif/huge_waiting_times_for_review_and_still_not_done/) +- [Android Studio Electric Eel Beta 2 now available](https://www.reddit.com/r/androiddev/comments/xus490/android_studio_electric_eel_beta_2_now_available/) +- [An in-depth guide about Android’s splash screen](https://www.reddit.com/r/androiddev/comments/xuqk3m/an_indepth_guide_about_androids_splash_screen/) +- [How can I make my portfolio look good to someone hiring (job/internship)?](https://www.reddit.com/r/androiddev/comments/xuqceg/how_can_i_make_my_portfolio_look_good_to_someone/) +- [Performance in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/xuotxt/performance_in_jetpack_compose/) +- [Can't decide MacBook Pro 14 (M1 Pro) or MacBook Air (M2)](https://www.reddit.com/r/androiddev/comments/xuo0n0/cant_decide_macbook_pro_14_m1_pro_or_macbook_air/) +- [The date time APIs are still hard to use, it seems. The official Samsung Calendar has the week number off by one](https://www.reddit.com/r/androiddev/comments/xumwkt/the_date_time_apis_are_still_hard_to_use_it_seems/) +- [Is that take a long time for the Android team to read and consider a submitted "issue tracker"?](https://www.reddit.com/r/androiddev/comments/xukrno/is_that_take_a_long_time_for_the_android_team_to/) ### *InfoWorld posts* From 7879ed4e32132de70affc661a941a1d1d450d66e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 5 Oct 2022 01:31:18 +0000 Subject: [PATCH 0304/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8e823a590d..edb9dda1b1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Photo Calculator ???](https://www.reddit.com/r/androiddev/comments/xuw0dl/photo_calculator/) -- [Need a Android dev mentor for the mobile development study club at my university](https://www.reddit.com/r/androiddev/comments/xuvp71/need_a_android_dev_mentor_for_the_mobile/) -- [HUGE waiting times for review and still not done! Is that normal?](https://www.reddit.com/r/androiddev/comments/xuvkif/huge_waiting_times_for_review_and_still_not_done/) -- [Android Studio Electric Eel Beta 2 now available](https://www.reddit.com/r/androiddev/comments/xus490/android_studio_electric_eel_beta_2_now_available/) -- [An in-depth guide about Android’s splash screen](https://www.reddit.com/r/androiddev/comments/xuqk3m/an_indepth_guide_about_androids_splash_screen/) -- [How can I make my portfolio look good to someone hiring (job/internship)?](https://www.reddit.com/r/androiddev/comments/xuqceg/how_can_i_make_my_portfolio_look_good_to_someone/) -- [Performance in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/xuotxt/performance_in_jetpack_compose/) -- [Can't decide MacBook Pro 14 (M1 Pro) or MacBook Air (M2)](https://www.reddit.com/r/androiddev/comments/xuo0n0/cant_decide_macbook_pro_14_m1_pro_or_macbook_air/) -- [The date time APIs are still hard to use, it seems. The official Samsung Calendar has the week number off by one](https://www.reddit.com/r/androiddev/comments/xumwkt/the_date_time_apis_are_still_hard_to_use_it_seems/) -- [Is that take a long time for the Android team to read and consider a submitted "issue tracker"?](https://www.reddit.com/r/androiddev/comments/xukrno/is_that_take_a_long_time_for_the_android_team_to/) +- [Alarm Manager Confusion](https://www.reddit.com/r/androiddev/comments/xvr544/alarm_manager_confusion/) +- [Are Flutter apps compatible with porting to Galaxy/Amazon/Windows App Stores?](https://www.reddit.com/r/androiddev/comments/xvqjfo/are_flutter_apps_compatible_with_porting_to/) +- [Play Console asking for organizational documents for a personal account - and incorrectly listing my country?](https://www.reddit.com/r/androiddev/comments/xvpb0j/play_console_asking_for_organizational_documents/) +- [OTIMO VIDEO PRA QUEM POSSUI OU PENSA EM ADQUIRIR ESTE BELISSIMO SMART WATCH DE BAIXO CUSTO 😱🇧🇷](https://www.reddit.com/r/androiddev/comments/xvoxm8/otimo_video_pra_quem_possui_ou_pensa_em_adquirir/) +- [How to turn off the screen?](https://www.reddit.com/r/androiddev/comments/xvomhc/how_to_turn_off_the_screen/) +- [User can create pseudonymous user name in my app. I read in the guideline about that but not able to find the relevant question related with that term. This is the second time my app got rejected with this issue. What happens if i answer no to the question of"is this data processed ephemerally"?](https://www.reddit.com/r/androiddev/comments/xvm0fi/user_can_create_pseudonymous_user_name_in_my_app/) +- [where do i get my `media_root_id` from following this doc https://developer.android.com/guide/topics/media-apps/audio-app/building-a-mediabrowserservice and cant find it](https://www.reddit.com/r/androiddev/comments/xvlh2u/where_do_i_get_my_media_root_id_from_following/) +- [Can someone explain API levels?](https://www.reddit.com/r/androiddev/comments/xvl8dy/can_someone_explain_api_levels/) +- [Introducing Compose Snippets - snippets for the most common Jetpack Compose problems](https://www.reddit.com/r/androiddev/comments/xvjmfq/introducing_compose_snippets_snippets_for_the/) +- [Play store recent Ads policy, anyone facing some issues?](https://www.reddit.com/r/androiddev/comments/xvizkd/play_store_recent_ads_policy_anyone_facing_some/) ### *InfoWorld posts* From 6bdc6a383ce261b392a0bea5ad60836eefa6c20e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 6 Oct 2022 01:31:04 +0000 Subject: [PATCH 0305/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index edb9dda1b1..f779c3b5e4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Alarm Manager Confusion](https://www.reddit.com/r/androiddev/comments/xvr544/alarm_manager_confusion/) -- [Are Flutter apps compatible with porting to Galaxy/Amazon/Windows App Stores?](https://www.reddit.com/r/androiddev/comments/xvqjfo/are_flutter_apps_compatible_with_porting_to/) -- [Play Console asking for organizational documents for a personal account - and incorrectly listing my country?](https://www.reddit.com/r/androiddev/comments/xvpb0j/play_console_asking_for_organizational_documents/) -- [OTIMO VIDEO PRA QUEM POSSUI OU PENSA EM ADQUIRIR ESTE BELISSIMO SMART WATCH DE BAIXO CUSTO 😱🇧🇷](https://www.reddit.com/r/androiddev/comments/xvoxm8/otimo_video_pra_quem_possui_ou_pensa_em_adquirir/) -- [How to turn off the screen?](https://www.reddit.com/r/androiddev/comments/xvomhc/how_to_turn_off_the_screen/) -- [User can create pseudonymous user name in my app. I read in the guideline about that but not able to find the relevant question related with that term. This is the second time my app got rejected with this issue. What happens if i answer no to the question of"is this data processed ephemerally"?](https://www.reddit.com/r/androiddev/comments/xvm0fi/user_can_create_pseudonymous_user_name_in_my_app/) -- [where do i get my `media_root_id` from following this doc https://developer.android.com/guide/topics/media-apps/audio-app/building-a-mediabrowserservice and cant find it](https://www.reddit.com/r/androiddev/comments/xvlh2u/where_do_i_get_my_media_root_id_from_following/) -- [Can someone explain API levels?](https://www.reddit.com/r/androiddev/comments/xvl8dy/can_someone_explain_api_levels/) -- [Introducing Compose Snippets - snippets for the most common Jetpack Compose problems](https://www.reddit.com/r/androiddev/comments/xvjmfq/introducing_compose_snippets_snippets_for_the/) -- [Play store recent Ads policy, anyone facing some issues?](https://www.reddit.com/r/androiddev/comments/xvizkd/play_store_recent_ads_policy_anyone_facing_some/) +- [Android Dev Summit ‘22: Coming to you, online and around the world!](https://www.reddit.com/r/androiddev/comments/xwrlu3/android_dev_summit_22_coming_to_you_online_and/) +- [Updating my tech stack: Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/xwr6j5/updating_my_tech_stack_jetpack_compose/) +- [I am completely stuck on why my card won't swipe right in this test.](https://www.reddit.com/r/androiddev/comments/xwku6j/i_am_completely_stuck_on_why_my_card_wont_swipe/) +- [Test data generation](https://www.reddit.com/r/androiddev/comments/xwhp9q/test_data_generation/) +- [Image Cropping has shaped up and evolved to next level with Jetpack Compose. Image cropper crops with shapes, paths and other images as mask and with many customization options and features coming next like freehand crop and crop by erasing](https://www.reddit.com/r/androiddev/comments/xwfyfq/image_cropping_has_shaped_up_and_evolved_to_next/) +- [Does using databinding make exoplayer slower?](https://www.reddit.com/r/androiddev/comments/xwf3ho/does_using_databinding_make_exoplayer_slower/) +- [Google rejected my ID with no reason given, now I'm stuck](https://www.reddit.com/r/androiddev/comments/xwep6k/google_rejected_my_id_with_no_reason_given_now_im/) +- [How hard is it to make pocket money from play store?](https://www.reddit.com/r/androiddev/comments/xwau5i/how_hard_is_it_to_make_pocket_money_from_play/) +- [A new revamp project is asked to read and follow existing app's code without any docs](https://www.reddit.com/r/androiddev/comments/xw9x0j/a_new_revamp_project_is_asked_to_read_and_follow/) +- [Tell android studio to ignore INSTALL_FAILED_CONFLICTING_PROVIDER](https://www.reddit.com/r/androiddev/comments/xw8htz/tell_android_studio_to_ignore_install_failed/) ### *InfoWorld posts* From e0071ee609ec25adcf991288e53aa6265037301d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 7 Oct 2022 01:31:40 +0000 Subject: [PATCH 0306/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f779c3b5e4..86ac046838 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Dev Summit ‘22: Coming to you, online and around the world!](https://www.reddit.com/r/androiddev/comments/xwrlu3/android_dev_summit_22_coming_to_you_online_and/) -- [Updating my tech stack: Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/xwr6j5/updating_my_tech_stack_jetpack_compose/) -- [I am completely stuck on why my card won't swipe right in this test.](https://www.reddit.com/r/androiddev/comments/xwku6j/i_am_completely_stuck_on_why_my_card_wont_swipe/) -- [Test data generation](https://www.reddit.com/r/androiddev/comments/xwhp9q/test_data_generation/) -- [Image Cropping has shaped up and evolved to next level with Jetpack Compose. Image cropper crops with shapes, paths and other images as mask and with many customization options and features coming next like freehand crop and crop by erasing](https://www.reddit.com/r/androiddev/comments/xwfyfq/image_cropping_has_shaped_up_and_evolved_to_next/) -- [Does using databinding make exoplayer slower?](https://www.reddit.com/r/androiddev/comments/xwf3ho/does_using_databinding_make_exoplayer_slower/) -- [Google rejected my ID with no reason given, now I'm stuck](https://www.reddit.com/r/androiddev/comments/xwep6k/google_rejected_my_id_with_no_reason_given_now_im/) -- [How hard is it to make pocket money from play store?](https://www.reddit.com/r/androiddev/comments/xwau5i/how_hard_is_it_to_make_pocket_money_from_play/) -- [A new revamp project is asked to read and follow existing app's code without any docs](https://www.reddit.com/r/androiddev/comments/xw9x0j/a_new_revamp_project_is_asked_to_read_and_follow/) -- [Tell android studio to ignore INSTALL_FAILED_CONFLICTING_PROVIDER](https://www.reddit.com/r/androiddev/comments/xw8htz/tell_android_studio_to_ignore_install_failed/) +- [[DEV] XChaCha20/AES-256-GCM/Argon2/PBKDF2 encryption library](https://www.reddit.com/r/androiddev/comments/xxj15u/dev_xchacha20aes256gcmargon2pbkdf2_encryption/) +- [Prepare your Android Project for Android Gradle plugin 8.0 API changes](https://www.reddit.com/r/androiddev/comments/xxge1g/prepare_your_android_project_for_android_gradle/) +- [Editing the hosts file in an Android device to view local sites and apps](https://www.reddit.com/r/androiddev/comments/xxfwh6/editing_the_hosts_file_in_an_android_device_to/) +- [please help😶 need help with update... cant find anywhere if i can update this android car tablet](https://www.reddit.com/r/androiddev/comments/xxfq2j/please_help_need_help_with_update_cant_find/) +- [TimeZone issue in dealing between the app and server](https://www.reddit.com/r/androiddev/comments/xxdvrr/timezone_issue_in_dealing_between_the_app_and/) +- [Android's Unlikely Success - CoRecursive Podcast](https://www.reddit.com/r/androiddev/comments/xxbo4u/androids_unlikely_success_corecursive_podcast/) +- [Does anybody know any good materials on learning about testing jetpack compose animations?](https://www.reddit.com/r/androiddev/comments/xx7nuw/does_anybody_know_any_good_materials_on_learning/) +- [Mature hobbyist devs seeking to build passion project](https://www.reddit.com/r/androiddev/comments/xx63e2/mature_hobbyist_devs_seeking_to_build_passion/) +- [Graduated from College with 2018 with comp sci, been doing non dev work since and i want to transition to dev, what experience do i go for?](https://www.reddit.com/r/androiddev/comments/xx5z53/graduated_from_college_with_2018_with_comp_sci/) +- [Boilerplate to Prepare a CI/CD for Android Applications](https://www.reddit.com/r/androiddev/comments/xx51zh/boilerplate_to_prepare_a_cicd_for_android/) ### *InfoWorld posts* From 638dc9b8e889b0edbcddd05ef7d6427e7b7e686f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 8 Oct 2022 01:30:57 +0000 Subject: [PATCH 0307/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 86ac046838..a9893da0e6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [[DEV] XChaCha20/AES-256-GCM/Argon2/PBKDF2 encryption library](https://www.reddit.com/r/androiddev/comments/xxj15u/dev_xchacha20aes256gcmargon2pbkdf2_encryption/) -- [Prepare your Android Project for Android Gradle plugin 8.0 API changes](https://www.reddit.com/r/androiddev/comments/xxge1g/prepare_your_android_project_for_android_gradle/) -- [Editing the hosts file in an Android device to view local sites and apps](https://www.reddit.com/r/androiddev/comments/xxfwh6/editing_the_hosts_file_in_an_android_device_to/) -- [please help😶 need help with update... cant find anywhere if i can update this android car tablet](https://www.reddit.com/r/androiddev/comments/xxfq2j/please_help_need_help_with_update_cant_find/) -- [TimeZone issue in dealing between the app and server](https://www.reddit.com/r/androiddev/comments/xxdvrr/timezone_issue_in_dealing_between_the_app_and/) -- [Android's Unlikely Success - CoRecursive Podcast](https://www.reddit.com/r/androiddev/comments/xxbo4u/androids_unlikely_success_corecursive_podcast/) -- [Does anybody know any good materials on learning about testing jetpack compose animations?](https://www.reddit.com/r/androiddev/comments/xx7nuw/does_anybody_know_any_good_materials_on_learning/) -- [Mature hobbyist devs seeking to build passion project](https://www.reddit.com/r/androiddev/comments/xx63e2/mature_hobbyist_devs_seeking_to_build_passion/) -- [Graduated from College with 2018 with comp sci, been doing non dev work since and i want to transition to dev, what experience do i go for?](https://www.reddit.com/r/androiddev/comments/xx5z53/graduated_from_college_with_2018_with_comp_sci/) -- [Boilerplate to Prepare a CI/CD for Android Applications](https://www.reddit.com/r/androiddev/comments/xx51zh/boilerplate_to_prepare_a_cicd_for_android/) +- [my app has been gaining attention out of nowhere!!!](https://www.reddit.com/r/androiddev/comments/xyd21b/my_app_has_been_gaining_attention_out_of_nowhere/) +- [Anyone tried cash raven for additional income?](https://www.reddit.com/r/androiddev/comments/xybh2f/anyone_tried_cash_raven_for_additional_income/) +- [Question about permissions Android 12](https://www.reddit.com/r/androiddev/comments/xya6tp/question_about_permissions_android_12/) +- [how to find the ip address of the device which is connected to my mobile hotspot?](https://www.reddit.com/r/androiddev/comments/xy8329/how_to_find_the_ip_address_of_the_device_which_is/) +- [Flutter or Kotlin?](https://www.reddit.com/r/androiddev/comments/xy6uhq/flutter_or_kotlin/) +- [Google Play Console: Store listing](https://www.reddit.com/r/androiddev/comments/xy6ach/google_play_console_store_listing/) +- [Dev booster](https://www.reddit.com/r/androiddev/comments/xy69gd/dev_booster/) +- [How to solve this issue? I have changed my app targeting audience to 18+ and still got this rejection what should I do now and what is young characters ?](https://www.reddit.com/r/androiddev/comments/xy5sdc/how_to_solve_this_issue_i_have_changed_my_app/) +- [Is it possible to create multiple subscription pricing in play store with the same product_id?](https://www.reddit.com/r/androiddev/comments/xy55dg/is_it_possible_to_create_multiple_subscription/) +- [What is considered a senior android developer? Please be specific.](https://www.reddit.com/r/androiddev/comments/xy4crf/what_is_considered_a_senior_android_developer/) ### *InfoWorld posts* From bc3dcd21285e34d4c0200032b150c9f62665e13f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 9 Oct 2022 01:32:24 +0000 Subject: [PATCH 0308/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a9893da0e6..32394ae1b3 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [my app has been gaining attention out of nowhere!!!](https://www.reddit.com/r/androiddev/comments/xyd21b/my_app_has_been_gaining_attention_out_of_nowhere/) -- [Anyone tried cash raven for additional income?](https://www.reddit.com/r/androiddev/comments/xybh2f/anyone_tried_cash_raven_for_additional_income/) -- [Question about permissions Android 12](https://www.reddit.com/r/androiddev/comments/xya6tp/question_about_permissions_android_12/) -- [how to find the ip address of the device which is connected to my mobile hotspot?](https://www.reddit.com/r/androiddev/comments/xy8329/how_to_find_the_ip_address_of_the_device_which_is/) -- [Flutter or Kotlin?](https://www.reddit.com/r/androiddev/comments/xy6uhq/flutter_or_kotlin/) -- [Google Play Console: Store listing](https://www.reddit.com/r/androiddev/comments/xy6ach/google_play_console_store_listing/) -- [Dev booster](https://www.reddit.com/r/androiddev/comments/xy69gd/dev_booster/) -- [How to solve this issue? I have changed my app targeting audience to 18+ and still got this rejection what should I do now and what is young characters ?](https://www.reddit.com/r/androiddev/comments/xy5sdc/how_to_solve_this_issue_i_have_changed_my_app/) -- [Is it possible to create multiple subscription pricing in play store with the same product_id?](https://www.reddit.com/r/androiddev/comments/xy55dg/is_it_possible_to_create_multiple_subscription/) -- [What is considered a senior android developer? Please be specific.](https://www.reddit.com/r/androiddev/comments/xy4crf/what_is_considered_a_senior_android_developer/) +- [How to categorize skills as front-end or back-end in Android?](https://www.reddit.com/r/androiddev/comments/xz8mnl/how_to_categorize_skills_as_frontend_or_backend/) +- [How To Build A Texting (Burner Number) App?](https://www.reddit.com/r/androiddev/comments/xz8kgk/how_to_build_a_texting_burner_number_app/) +- [Where can I get to know other developers like myself to collaborate on projects ?](https://www.reddit.com/r/androiddev/comments/xz4l91/where_can_i_get_to_know_other_developers_like/) +- [Play Console?](https://www.reddit.com/r/androiddev/comments/xz0k6i/play_console/) +- [How to make Closed Testing App visible on Google Play?](https://www.reddit.com/r/androiddev/comments/xyztv4/how_to_make_closed_testing_app_visible_on_google/) +- [where to put licenses?](https://www.reddit.com/r/androiddev/comments/xyy8wq/where_to_put_licenses/) +- [Is it possible to output a custom video signal with phones that have DisplayPort Alt Mode?](https://www.reddit.com/r/androiddev/comments/xywnmf/is_it_possible_to_output_a_custom_video_signal/) +- [how much do you make from buymeacoffee?](https://www.reddit.com/r/androiddev/comments/xyuci6/how_much_do_you_make_from_buymeacoffee/) +- [how do I add tasks for users to complete?](https://www.reddit.com/r/androiddev/comments/xyswlp/how_do_i_add_tasks_for_users_to_complete/) +- [Learning - professional programmer but beginner Android dev](https://www.reddit.com/r/androiddev/comments/xysvdt/learning_professional_programmer_but_beginner/) ### *InfoWorld posts* From e1bba10c58c6e8dff69ed992ca0a27e7aa0cd69e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 10 Oct 2022 01:33:02 +0000 Subject: [PATCH 0309/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 32394ae1b3..63ceacc0cc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to categorize skills as front-end or back-end in Android?](https://www.reddit.com/r/androiddev/comments/xz8mnl/how_to_categorize_skills_as_frontend_or_backend/) -- [How To Build A Texting (Burner Number) App?](https://www.reddit.com/r/androiddev/comments/xz8kgk/how_to_build_a_texting_burner_number_app/) -- [Where can I get to know other developers like myself to collaborate on projects ?](https://www.reddit.com/r/androiddev/comments/xz4l91/where_can_i_get_to_know_other_developers_like/) -- [Play Console?](https://www.reddit.com/r/androiddev/comments/xz0k6i/play_console/) -- [How to make Closed Testing App visible on Google Play?](https://www.reddit.com/r/androiddev/comments/xyztv4/how_to_make_closed_testing_app_visible_on_google/) -- [where to put licenses?](https://www.reddit.com/r/androiddev/comments/xyy8wq/where_to_put_licenses/) -- [Is it possible to output a custom video signal with phones that have DisplayPort Alt Mode?](https://www.reddit.com/r/androiddev/comments/xywnmf/is_it_possible_to_output_a_custom_video_signal/) -- [how much do you make from buymeacoffee?](https://www.reddit.com/r/androiddev/comments/xyuci6/how_much_do_you_make_from_buymeacoffee/) -- [how do I add tasks for users to complete?](https://www.reddit.com/r/androiddev/comments/xyswlp/how_do_i_add_tasks_for_users_to_complete/) -- [Learning - professional programmer but beginner Android dev](https://www.reddit.com/r/androiddev/comments/xysvdt/learning_professional_programmer_but_beginner/) +- [After going through the basics and completing mini-quizzes etc..](https://www.reddit.com/r/androiddev/comments/xzw9ts/after_going_through_the_basics_and_completing/) +- [Hello everyone , here is my first blog on retrofit](https://www.reddit.com/r/androiddev/comments/xzutj2/hello_everyone_here_is_my_first_blog_on_retrofit/) +- [Perhaps a silly question - where do I change minSdkVersion in a de-compiled app?](https://www.reddit.com/r/androiddev/comments/xztzde/perhaps_a_silly_question_where_do_i_change/) +- [Play Install Referral Library](https://www.reddit.com/r/androiddev/comments/xzsfxa/play_install_referral_library/) +- [Can I professionally develop android applications if I have a weak computer?](https://www.reddit.com/r/androiddev/comments/xzroip/can_i_professionally_develop_android_applications/) +- [Can you recommend any CI .yml scripts for testing build and run times before merging into master?](https://www.reddit.com/r/androiddev/comments/xzppzj/can_you_recommend_any_ci_yml_scripts_for_testing/) +- [Exploring Unconventional Compose’s Remember and Recomposition](https://www.reddit.com/r/androiddev/comments/xzloze/exploring_unconventional_composes_remember_and/) +- [Preserve app data across app reinstalls and clear storage.](https://www.reddit.com/r/androiddev/comments/xziz6u/preserve_app_data_across_app_reinstalls_and_clear/) +- [Exoplayer show thumbnail while loading](https://www.reddit.com/r/androiddev/comments/xziygs/exoplayer_show_thumbnail_while_loading/) +- [How to tell people what I do for a living to sound more interesting?](https://www.reddit.com/r/androiddev/comments/xz9e51/how_to_tell_people_what_i_do_for_a_living_to/) ### *InfoWorld posts* From dcc61f1366a5fd1adb7ec9caed1d2759dfa36bde Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 11 Oct 2022 01:32:27 +0000 Subject: [PATCH 0310/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 63ceacc0cc..3a433fbc1a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [After going through the basics and completing mini-quizzes etc..](https://www.reddit.com/r/androiddev/comments/xzw9ts/after_going_through_the_basics_and_completing/) -- [Hello everyone , here is my first blog on retrofit](https://www.reddit.com/r/androiddev/comments/xzutj2/hello_everyone_here_is_my_first_blog_on_retrofit/) -- [Perhaps a silly question - where do I change minSdkVersion in a de-compiled app?](https://www.reddit.com/r/androiddev/comments/xztzde/perhaps_a_silly_question_where_do_i_change/) -- [Play Install Referral Library](https://www.reddit.com/r/androiddev/comments/xzsfxa/play_install_referral_library/) -- [Can I professionally develop android applications if I have a weak computer?](https://www.reddit.com/r/androiddev/comments/xzroip/can_i_professionally_develop_android_applications/) -- [Can you recommend any CI .yml scripts for testing build and run times before merging into master?](https://www.reddit.com/r/androiddev/comments/xzppzj/can_you_recommend_any_ci_yml_scripts_for_testing/) -- [Exploring Unconventional Compose’s Remember and Recomposition](https://www.reddit.com/r/androiddev/comments/xzloze/exploring_unconventional_composes_remember_and/) -- [Preserve app data across app reinstalls and clear storage.](https://www.reddit.com/r/androiddev/comments/xziz6u/preserve_app_data_across_app_reinstalls_and_clear/) -- [Exoplayer show thumbnail while loading](https://www.reddit.com/r/androiddev/comments/xziygs/exoplayer_show_thumbnail_while_loading/) -- [How to tell people what I do for a living to sound more interesting?](https://www.reddit.com/r/androiddev/comments/xz9e51/how_to_tell_people_what_i_do_for_a_living_to/) +- [create charts with data from a database in android studio](https://www.reddit.com/r/androiddev/comments/y0p06w/create_charts_with_data_from_a_database_in/) +- [Websockets in foreground service. How to maintain connectivity.](https://www.reddit.com/r/androiddev/comments/y0onje/websockets_in_foreground_service_how_to_maintain/) +- [Looking for an app to make a ux review about. More details inside...](https://www.reddit.com/r/androiddev/comments/y0lqq0/looking_for_an_app_to_make_a_ux_review_about_more/) +- [What happens to source code obfuscation when Android App Bundle (AAB) files is used.](https://www.reddit.com/r/androiddev/comments/y0kbg9/what_happens_to_source_code_obfuscation_when/) +- [Android and autonomous flying robots](https://www.reddit.com/r/androiddev/comments/y0k22a/android_and_autonomous_flying_robots/) +- [Are Play Store reviewers required to try credentials more than once? They keep failing review for credentials 50% of the time when the login is fine and never changed](https://www.reddit.com/r/androiddev/comments/y0in3y/are_play_store_reviewers_required_to_try/) +- [How To Detect & Modify Faces In Custom Camera?](https://www.reddit.com/r/androiddev/comments/y0i3to/how_to_detect_modify_faces_in_custom_camera/) +- [Kotlin Multiplatform Mobile Is in Beta](https://www.reddit.com/r/androiddev/comments/y0hxyj/kotlin_multiplatform_mobile_is_in_beta/) +- [Announcing an Experimental Preview of Jetpack Multiplatform Libraries](https://www.reddit.com/r/androiddev/comments/y0hxav/announcing_an_experimental_preview_of_jetpack/) +- [Play Store console no more reporting the devices for crashes](https://www.reddit.com/r/androiddev/comments/y0etwa/play_store_console_no_more_reporting_the_devices/) ### *InfoWorld posts* From d56ee0feb6a2daa95e9337fa10a1e1d003837734 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 12 Oct 2022 01:32:23 +0000 Subject: [PATCH 0311/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3a433fbc1a..e480abfa50 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [create charts with data from a database in android studio](https://www.reddit.com/r/androiddev/comments/y0p06w/create_charts_with_data_from_a_database_in/) -- [Websockets in foreground service. How to maintain connectivity.](https://www.reddit.com/r/androiddev/comments/y0onje/websockets_in_foreground_service_how_to_maintain/) -- [Looking for an app to make a ux review about. More details inside...](https://www.reddit.com/r/androiddev/comments/y0lqq0/looking_for_an_app_to_make_a_ux_review_about_more/) -- [What happens to source code obfuscation when Android App Bundle (AAB) files is used.](https://www.reddit.com/r/androiddev/comments/y0kbg9/what_happens_to_source_code_obfuscation_when/) -- [Android and autonomous flying robots](https://www.reddit.com/r/androiddev/comments/y0k22a/android_and_autonomous_flying_robots/) -- [Are Play Store reviewers required to try credentials more than once? They keep failing review for credentials 50% of the time when the login is fine and never changed](https://www.reddit.com/r/androiddev/comments/y0in3y/are_play_store_reviewers_required_to_try/) -- [How To Detect & Modify Faces In Custom Camera?](https://www.reddit.com/r/androiddev/comments/y0i3to/how_to_detect_modify_faces_in_custom_camera/) -- [Kotlin Multiplatform Mobile Is in Beta](https://www.reddit.com/r/androiddev/comments/y0hxyj/kotlin_multiplatform_mobile_is_in_beta/) -- [Announcing an Experimental Preview of Jetpack Multiplatform Libraries](https://www.reddit.com/r/androiddev/comments/y0hxav/announcing_an_experimental_preview_of_jetpack/) -- [Play Store console no more reporting the devices for crashes](https://www.reddit.com/r/androiddev/comments/y0etwa/play_store_console_no_more_reporting_the_devices/) +- [Best way to debug jetpack navigation code?](https://www.reddit.com/r/androiddev/comments/y1omss/best_way_to_debug_jetpack_navigation_code/) +- [Is it safe to use this application?](https://www.reddit.com/r/androiddev/comments/y1khjo/is_it_safe_to_use_this_application/) +- [How long does it take for someone to learn Java and then developn an app from a beginner?](https://www.reddit.com/r/androiddev/comments/y1jans/how_long_does_it_take_for_someone_to_learn_java/) +- [Application-as-a-Function Thinking](https://www.reddit.com/r/androiddev/comments/y1hpwa/applicationasafunction_thinking/) +- [How to set a collaboration job ?](https://www.reddit.com/r/androiddev/comments/y1hgo2/how_to_set_a_collaboration_job/) +- [Android Things Setup Utility](https://www.reddit.com/r/androiddev/comments/y1gs4g/android_things_setup_utility/) +- [Please list must have skills for android dev to learn and get great job? (kotlin)](https://www.reddit.com/r/androiddev/comments/y1ad0p/please_list_must_have_skills_for_android_dev_to/) +- [Hardware required for connecting to weighing scale over Bluetooth?](https://www.reddit.com/r/androiddev/comments/y1a2z0/hardware_required_for_connecting_to_weighing/) +- [What an MVVM app architecture should look like when we have a ViewPager in an Activity?](https://www.reddit.com/r/androiddev/comments/y19leg/what_an_mvvm_app_architecture_should_look_like/) +- [LocationRequest class](https://www.reddit.com/r/androiddev/comments/y18uuq/locationrequest_class/) ### *InfoWorld posts* From efe6fc2a8902af37c2518f901405b93ea9d8a6da Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 13 Oct 2022 01:31:54 +0000 Subject: [PATCH 0312/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e480abfa50..33e5d9b292 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Best way to debug jetpack navigation code?](https://www.reddit.com/r/androiddev/comments/y1omss/best_way_to_debug_jetpack_navigation_code/) -- [Is it safe to use this application?](https://www.reddit.com/r/androiddev/comments/y1khjo/is_it_safe_to_use_this_application/) -- [How long does it take for someone to learn Java and then developn an app from a beginner?](https://www.reddit.com/r/androiddev/comments/y1jans/how_long_does_it_take_for_someone_to_learn_java/) -- [Application-as-a-Function Thinking](https://www.reddit.com/r/androiddev/comments/y1hpwa/applicationasafunction_thinking/) -- [How to set a collaboration job ?](https://www.reddit.com/r/androiddev/comments/y1hgo2/how_to_set_a_collaboration_job/) -- [Android Things Setup Utility](https://www.reddit.com/r/androiddev/comments/y1gs4g/android_things_setup_utility/) -- [Please list must have skills for android dev to learn and get great job? (kotlin)](https://www.reddit.com/r/androiddev/comments/y1ad0p/please_list_must_have_skills_for_android_dev_to/) -- [Hardware required for connecting to weighing scale over Bluetooth?](https://www.reddit.com/r/androiddev/comments/y1a2z0/hardware_required_for_connecting_to_weighing/) -- [What an MVVM app architecture should look like when we have a ViewPager in an Activity?](https://www.reddit.com/r/androiddev/comments/y19leg/what_an_mvvm_app_architecture_should_look_like/) -- [LocationRequest class](https://www.reddit.com/r/androiddev/comments/y18uuq/locationrequest_class/) +- [Amazon AWS](https://www.reddit.com/r/androiddev/comments/y2k392/amazon_aws/) +- [Conditional Navigation with Navigation Compose](https://www.reddit.com/r/androiddev/comments/y2hdt2/conditional_navigation_with_navigation_compose/) +- [Let's investigate a Gradle IntelliJ memory leak!](https://www.reddit.com/r/androiddev/comments/y2hcq0/lets_investigate_a_gradle_intellij_memory_leak/) +- [Best emulator virtual camera option?](https://www.reddit.com/r/androiddev/comments/y2g9yo/best_emulator_virtual_camera_option/) +- [Best Ways to Debug Your Android App?](https://www.reddit.com/r/androiddev/comments/y2g9xv/best_ways_to_debug_your_android_app/) +- [Help modifying app](https://www.reddit.com/r/androiddev/comments/y2dkx8/help_modifying_app/) +- [How to Add Flutter to an Existing iOS and Android App](https://www.reddit.com/r/androiddev/comments/y2dbpk/how_to_add_flutter_to_an_existing_ios_and_android/) +- [Getting LayoutContainer working with View bindings](https://www.reddit.com/r/androiddev/comments/y2cxm4/getting_layoutcontainer_working_with_view_bindings/) +- [Replace inheritance with delegation refactoring](https://www.reddit.com/r/androiddev/comments/y2cr0s/replace_inheritance_with_delegation_refactoring/) +- [How to implement Search view for SQLite DB](https://www.reddit.com/r/androiddev/comments/y288vr/how_to_implement_search_view_for_sqlite_db/) ### *InfoWorld posts* From 34622c2359eb88aac194a828b8facd1de2bab46e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 14 Oct 2022 01:32:44 +0000 Subject: [PATCH 0313/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 33e5d9b292..0bb56fcbfe 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Amazon AWS](https://www.reddit.com/r/androiddev/comments/y2k392/amazon_aws/) -- [Conditional Navigation with Navigation Compose](https://www.reddit.com/r/androiddev/comments/y2hdt2/conditional_navigation_with_navigation_compose/) -- [Let's investigate a Gradle IntelliJ memory leak!](https://www.reddit.com/r/androiddev/comments/y2hcq0/lets_investigate_a_gradle_intellij_memory_leak/) -- [Best emulator virtual camera option?](https://www.reddit.com/r/androiddev/comments/y2g9yo/best_emulator_virtual_camera_option/) -- [Best Ways to Debug Your Android App?](https://www.reddit.com/r/androiddev/comments/y2g9xv/best_ways_to_debug_your_android_app/) -- [Help modifying app](https://www.reddit.com/r/androiddev/comments/y2dkx8/help_modifying_app/) -- [How to Add Flutter to an Existing iOS and Android App](https://www.reddit.com/r/androiddev/comments/y2dbpk/how_to_add_flutter_to_an_existing_ios_and_android/) -- [Getting LayoutContainer working with View bindings](https://www.reddit.com/r/androiddev/comments/y2cxm4/getting_layoutcontainer_working_with_view_bindings/) -- [Replace inheritance with delegation refactoring](https://www.reddit.com/r/androiddev/comments/y2cr0s/replace_inheritance_with_delegation_refactoring/) -- [How to implement Search view for SQLite DB](https://www.reddit.com/r/androiddev/comments/y288vr/how_to_implement_search_view_for_sqlite_db/) +- [Nullity Inference in Intelij](https://www.reddit.com/r/androiddev/comments/y3ffog/nullity_inference_in_intelij/) +- [app mid devlpt help](https://www.reddit.com/r/androiddev/comments/y3f99y/app_mid_devlpt_help/) +- [Weird xml bugs in Android Studio Dolphin](https://www.reddit.com/r/androiddev/comments/y3bly5/weird_xml_bugs_in_android_studio_dolphin/) +- [Adding an app as a system app](https://www.reddit.com/r/androiddev/comments/y3b0f4/adding_an_app_as_a_system_app/) +- [anyone know how to dissable show more like this button on Google?](https://www.reddit.com/r/androiddev/comments/y3aees/anyone_know_how_to_dissable_show_more_like_this/) +- [Can I delete gradle cache?](https://www.reddit.com/r/androiddev/comments/y39oku/can_i_delete_gradle_cache/) +- [Simple personal project app - trying to envision the infrastructure for network- client data](https://www.reddit.com/r/androiddev/comments/y38i1g/simple_personal_project_app_trying_to_envision/) +- [Does anyone know how to use the MpAndroidCharts library?](https://www.reddit.com/r/androiddev/comments/y376ma/does_anyone_know_how_to_use_the_mpandroidcharts/) +- [My app was stolen and published on Google Play about 50 times](https://www.reddit.com/r/androiddev/comments/y36poh/my_app_was_stolen_and_published_on_google_play/) +- [How to adapt TDD mindset?](https://www.reddit.com/r/androiddev/comments/y347jd/how_to_adapt_tdd_mindset/) ### *InfoWorld posts* From f02fa2bc2bcb1a6a8aa44673b514cff0034a3af1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 15 Oct 2022 01:32:01 +0000 Subject: [PATCH 0314/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0bb56fcbfe..803c05a9fc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Nullity Inference in Intelij](https://www.reddit.com/r/androiddev/comments/y3ffog/nullity_inference_in_intelij/) -- [app mid devlpt help](https://www.reddit.com/r/androiddev/comments/y3f99y/app_mid_devlpt_help/) -- [Weird xml bugs in Android Studio Dolphin](https://www.reddit.com/r/androiddev/comments/y3bly5/weird_xml_bugs_in_android_studio_dolphin/) -- [Adding an app as a system app](https://www.reddit.com/r/androiddev/comments/y3b0f4/adding_an_app_as_a_system_app/) -- [anyone know how to dissable show more like this button on Google?](https://www.reddit.com/r/androiddev/comments/y3aees/anyone_know_how_to_dissable_show_more_like_this/) -- [Can I delete gradle cache?](https://www.reddit.com/r/androiddev/comments/y39oku/can_i_delete_gradle_cache/) -- [Simple personal project app - trying to envision the infrastructure for network- client data](https://www.reddit.com/r/androiddev/comments/y38i1g/simple_personal_project_app_trying_to_envision/) -- [Does anyone know how to use the MpAndroidCharts library?](https://www.reddit.com/r/androiddev/comments/y376ma/does_anyone_know_how_to_use_the_mpandroidcharts/) -- [My app was stolen and published on Google Play about 50 times](https://www.reddit.com/r/androiddev/comments/y36poh/my_app_was_stolen_and_published_on_google_play/) -- [How to adapt TDD mindset?](https://www.reddit.com/r/androiddev/comments/y347jd/how_to_adapt_tdd_mindset/) +- [how do I call one activity from another activity in Android studio?](https://www.reddit.com/r/androiddev/comments/y4aznn/how_do_i_call_one_activity_from_another_activity/) +- [Please, has anyone transfered apps these days?](https://www.reddit.com/r/androiddev/comments/y4admr/please_has_anyone_transfered_apps_these_days/) +- [made 30 bucks with ad mob one click with very low impressions etc. in one day??](https://www.reddit.com/r/androiddev/comments/y4a6m2/made_30_bucks_with_ad_mob_one_click_with_very_low/) +- [How can I get MLKit to recognize text faster ?](https://www.reddit.com/r/androiddev/comments/y49b7g/how_can_i_get_mlkit_to_recognize_text_faster/) +- [Anyone done any online kotlin courses, be great to know how they found them](https://www.reddit.com/r/androiddev/comments/y4900j/anyone_done_any_online_kotlin_courses_be_great_to/) +- [Problem with adapter on cursor RecyclerVew](https://www.reddit.com/r/androiddev/comments/y47q76/problem_with_adapter_on_cursor_recyclervew/) +- [Keyboard Widget Implementation](https://www.reddit.com/r/androiddev/comments/y477rt/keyboard_widget_implementation/) +- [Does anyone have suggestions for CI/CD Jenkins Pipeline for Android development?](https://www.reddit.com/r/androiddev/comments/y463r1/does_anyone_have_suggestions_for_cicd_jenkins/) +- [Easy migration to view binding?](https://www.reddit.com/r/androiddev/comments/y441tm/easy_migration_to_view_binding/) +- [Fields Encapsulation Refactoring in Intelij](https://www.reddit.com/r/androiddev/comments/y43pf7/fields_encapsulation_refactoring_in_intelij/) ### *InfoWorld posts* From c98ca662fba7f087a7de8e0ea1d0a15d32957c20 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 15 Oct 2022 01:32:02 +0000 Subject: [PATCH 0315/1422] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 803c05a9fc..8348429ddf 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *InfoWorld posts* +- [What is Kotlin? The Java alternative explained](https://www.infoworld.com/article/3224868/what-is-kotlin-the-java-alternative-explained.html#tk.rss_android) - [Android 13 brings themed app icons, security tweaks](https://www.infoworld.com/article/3669860/android-13-brings-themed-app-icons-security-tweaks.html#tk.rss_android) - [Jetpack Compose 1.2 packs text improvements](https://www.infoworld.com/article/3660772/jetpack-compose-12-packs-text-improvements.html#tk.rss_android) - [JetBrains launches cross-platform UI framework for Kotlin](https://www.infoworld.com/article/3643392/jetbrains-launches-cross-platform-ui-framework-for-kotlin.html#tk.rss_android) @@ -295,7 +296,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Jetpack Compose for Android turns GA](https://www.infoworld.com/article/3627298/jetpack-compose-for-android-turns-ga.html#tk.rss_android) - [Microsoft sunsets Xamarin toolkit](https://www.infoworld.com/article/3626453/microsoft-sunsets-xamarin-toolkit.html#tk.rss_android) - [Gradle 7.0 improves incremental builds, backs Java 16](https://www.infoworld.com/article/3614703/gradle-70-improves-incremental-builds-backs-java-16.html#tk.rss_android) -- [NativeScript 8.0 shines on Apple M1, Webpack](https://www.infoworld.com/article/3614852/nativescript-80-shines-on-apple-m1-webpack.html#tk.rss_android) ### *RedHat posts* From 67a1bcefd27457f8ea71f61bf0bbc79069b36219 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 16 Oct 2022 01:31:14 +0000 Subject: [PATCH 0316/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8348429ddf..0b92d72017 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [how do I call one activity from another activity in Android studio?](https://www.reddit.com/r/androiddev/comments/y4aznn/how_do_i_call_one_activity_from_another_activity/) -- [Please, has anyone transfered apps these days?](https://www.reddit.com/r/androiddev/comments/y4admr/please_has_anyone_transfered_apps_these_days/) -- [made 30 bucks with ad mob one click with very low impressions etc. in one day??](https://www.reddit.com/r/androiddev/comments/y4a6m2/made_30_bucks_with_ad_mob_one_click_with_very_low/) -- [How can I get MLKit to recognize text faster ?](https://www.reddit.com/r/androiddev/comments/y49b7g/how_can_i_get_mlkit_to_recognize_text_faster/) -- [Anyone done any online kotlin courses, be great to know how they found them](https://www.reddit.com/r/androiddev/comments/y4900j/anyone_done_any_online_kotlin_courses_be_great_to/) -- [Problem with adapter on cursor RecyclerVew](https://www.reddit.com/r/androiddev/comments/y47q76/problem_with_adapter_on_cursor_recyclervew/) -- [Keyboard Widget Implementation](https://www.reddit.com/r/androiddev/comments/y477rt/keyboard_widget_implementation/) -- [Does anyone have suggestions for CI/CD Jenkins Pipeline for Android development?](https://www.reddit.com/r/androiddev/comments/y463r1/does_anyone_have_suggestions_for_cicd_jenkins/) -- [Easy migration to view binding?](https://www.reddit.com/r/androiddev/comments/y441tm/easy_migration_to_view_binding/) -- [Fields Encapsulation Refactoring in Intelij](https://www.reddit.com/r/androiddev/comments/y43pf7/fields_encapsulation_refactoring_in_intelij/) +- [Material UI designer app](https://www.reddit.com/r/androiddev/comments/y52ivs/material_ui_designer_app/) +- [Bounce Animation Lib Jetpack Compose](https://www.reddit.com/r/androiddev/comments/y504lc/bounce_animation_lib_jetpack_compose/) +- [problems with logcat in android studio](https://www.reddit.com/r/androiddev/comments/y503uu/problems_with_logcat_in_android_studio/) +- [Let's have some fun](https://www.reddit.com/r/androiddev/comments/y4ywdg/lets_have_some_fun/) +- [Fuchsia OS](https://www.reddit.com/r/androiddev/comments/y4sxmi/fuchsia_os/) +- [UI framework used in Google apps.](https://www.reddit.com/r/androiddev/comments/y4se3v/ui_framework_used_in_google_apps/) +- [Android Studio Flamingo Canary 4 now available](https://www.reddit.com/r/androiddev/comments/y4pnef/android_studio_flamingo_canary_4_now_available/) +- [Anyone done any online Android courses, be great to know how they found them](https://www.reddit.com/r/androiddev/comments/y4on3k/anyone_done_any_online_android_courses_be_great/) +- [Question regarding where to study as a 7 year experienced android developer?](https://www.reddit.com/r/androiddev/comments/y4om17/question_regarding_where_to_study_as_a_7_year/) +- [How is it possible calling setContentView withouit calling it on an object ?](https://www.reddit.com/r/androiddev/comments/y4nb67/how_is_it_possible_calling_setcontentview/) ### *InfoWorld posts* From 946ffd8eac2d19a21c391446b2c3eab4caaf49b6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 17 Oct 2022 01:33:03 +0000 Subject: [PATCH 0317/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0b92d72017..2651f56908 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Material UI designer app](https://www.reddit.com/r/androiddev/comments/y52ivs/material_ui_designer_app/) -- [Bounce Animation Lib Jetpack Compose](https://www.reddit.com/r/androiddev/comments/y504lc/bounce_animation_lib_jetpack_compose/) -- [problems with logcat in android studio](https://www.reddit.com/r/androiddev/comments/y503uu/problems_with_logcat_in_android_studio/) -- [Let's have some fun](https://www.reddit.com/r/androiddev/comments/y4ywdg/lets_have_some_fun/) -- [Fuchsia OS](https://www.reddit.com/r/androiddev/comments/y4sxmi/fuchsia_os/) -- [UI framework used in Google apps.](https://www.reddit.com/r/androiddev/comments/y4se3v/ui_framework_used_in_google_apps/) -- [Android Studio Flamingo Canary 4 now available](https://www.reddit.com/r/androiddev/comments/y4pnef/android_studio_flamingo_canary_4_now_available/) -- [Anyone done any online Android courses, be great to know how they found them](https://www.reddit.com/r/androiddev/comments/y4on3k/anyone_done_any_online_android_courses_be_great/) -- [Question regarding where to study as a 7 year experienced android developer?](https://www.reddit.com/r/androiddev/comments/y4om17/question_regarding_where_to_study_as_a_7_year/) -- [How is it possible calling setContentView withouit calling it on an object ?](https://www.reddit.com/r/androiddev/comments/y4nb67/how_is_it_possible_calling_setcontentview/) +- [Play Store Console app doesn't install on Pixel 7 Pro!](https://www.reddit.com/r/androiddev/comments/y5xsv4/play_store_console_app_doesnt_install_on_pixel_7/) +- [How to go about updating an old app that I haven't touched in 3 years?](https://www.reddit.com/r/androiddev/comments/y5wnq6/how_to_go_about_updating_an_old_app_that_i_havent/) +- [What are some good places for job hunt ( remote specifically )](https://www.reddit.com/r/androiddev/comments/y5qni7/what_are_some_good_places_for_job_hunt_remote/) +- [Can anyone help me to find how long the screen has been ON of mobile?I tried finding online, couldn't find anything useful.](https://www.reddit.com/r/androiddev/comments/y5kajk/can_anyone_help_me_to_find_how_long_the_screen/) +- [How To Make A Custom Camera App With Face Detection?](https://www.reddit.com/r/androiddev/comments/y5k0su/how_to_make_a_custom_camera_app_with_face/) +- [It looks like 1.0 release of Material 3 for Compose won't have bottom sheets](https://www.reddit.com/r/androiddev/comments/y5hz7s/it_looks_like_10_release_of_material_3_for/) +- [Where should I flee?](https://www.reddit.com/r/androiddev/comments/y5felj/where_should_i_flee/) +- [MyApp Crashed](https://www.reddit.com/r/androiddev/comments/y5fc9j/myapp_crashed/) +- [App Release 'In Review' for almost a month](https://www.reddit.com/r/androiddev/comments/y5e9v1/app_release_in_review_for_almost_a_month/) +- [How to build NetHack ?](https://www.reddit.com/r/androiddev/comments/y5ckd8/how_to_build_nethack/) ### *InfoWorld posts* From 4112d5497bb740272d961eeddb5dd16016604e1c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 18 Oct 2022 01:32:54 +0000 Subject: [PATCH 0318/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2651f56908..b349b26d55 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Play Store Console app doesn't install on Pixel 7 Pro!](https://www.reddit.com/r/androiddev/comments/y5xsv4/play_store_console_app_doesnt_install_on_pixel_7/) -- [How to go about updating an old app that I haven't touched in 3 years?](https://www.reddit.com/r/androiddev/comments/y5wnq6/how_to_go_about_updating_an_old_app_that_i_havent/) -- [What are some good places for job hunt ( remote specifically )](https://www.reddit.com/r/androiddev/comments/y5qni7/what_are_some_good_places_for_job_hunt_remote/) -- [Can anyone help me to find how long the screen has been ON of mobile?I tried finding online, couldn't find anything useful.](https://www.reddit.com/r/androiddev/comments/y5kajk/can_anyone_help_me_to_find_how_long_the_screen/) -- [How To Make A Custom Camera App With Face Detection?](https://www.reddit.com/r/androiddev/comments/y5k0su/how_to_make_a_custom_camera_app_with_face/) -- [It looks like 1.0 release of Material 3 for Compose won't have bottom sheets](https://www.reddit.com/r/androiddev/comments/y5hz7s/it_looks_like_10_release_of_material_3_for/) -- [Where should I flee?](https://www.reddit.com/r/androiddev/comments/y5felj/where_should_i_flee/) -- [MyApp Crashed](https://www.reddit.com/r/androiddev/comments/y5fc9j/myapp_crashed/) -- [App Release 'In Review' for almost a month](https://www.reddit.com/r/androiddev/comments/y5e9v1/app_release_in_review_for_almost_a_month/) -- [How to build NetHack ?](https://www.reddit.com/r/androiddev/comments/y5ckd8/how_to_build_nethack/) +- [How do I use Github or Git or whatever the thing I've been storing my code into Via Android Studio](https://www.reddit.com/r/androiddev/comments/y6rqgq/how_do_i_use_github_or_git_or_whatever_the_thing/) +- [jetpack compose showing different screens based on app state](https://www.reddit.com/r/androiddev/comments/y6p9qk/jetpack_compose_showing_different_screens_based/) +- [Issue Trackers and the "Can't Deliver Broadcast" Bug](https://www.reddit.com/r/androiddev/comments/y6osm0/issue_trackers_and_the_cant_deliver_broadcast_bug/) +- [Pixel 7/Google G2 voice recognition API?](https://www.reddit.com/r/androiddev/comments/y6oin3/pixel_7google_g2_voice_recognition_api/) +- [Been struggling as a contractor for this app dev agency. Need your input...](https://www.reddit.com/r/androiddev/comments/y6lx1s/been_struggling_as_a_contractor_for_this_app_dev/) +- [Google Sign In with Firebase takes a very long time](https://www.reddit.com/r/androiddev/comments/y6k7zo/google_sign_in_with_firebase_takes_a_very_long/) +- [Set an mp3 file as a Ringtone](https://www.reddit.com/r/androiddev/comments/y6k5j1/set_an_mp3_file_as_a_ringtone/) +- [with(cursor)](https://www.reddit.com/r/androiddev/comments/y6jd5x/withcursor/) +- [Testing in Android - Basics](https://www.reddit.com/r/androiddev/comments/y6ipoq/testing_in_android_basics/) +- [Can I use MLB team logos without a license?](https://www.reddit.com/r/androiddev/comments/y6go0d/can_i_use_mlb_team_logos_without_a_license/) ### *InfoWorld posts* From f2eca9f96562afb606ae966e0c207cc76654fa3b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 19 Oct 2022 01:31:26 +0000 Subject: [PATCH 0319/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b349b26d55..30533c4444 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How do I use Github or Git or whatever the thing I've been storing my code into Via Android Studio](https://www.reddit.com/r/androiddev/comments/y6rqgq/how_do_i_use_github_or_git_or_whatever_the_thing/) -- [jetpack compose showing different screens based on app state](https://www.reddit.com/r/androiddev/comments/y6p9qk/jetpack_compose_showing_different_screens_based/) -- [Issue Trackers and the "Can't Deliver Broadcast" Bug](https://www.reddit.com/r/androiddev/comments/y6osm0/issue_trackers_and_the_cant_deliver_broadcast_bug/) -- [Pixel 7/Google G2 voice recognition API?](https://www.reddit.com/r/androiddev/comments/y6oin3/pixel_7google_g2_voice_recognition_api/) -- [Been struggling as a contractor for this app dev agency. Need your input...](https://www.reddit.com/r/androiddev/comments/y6lx1s/been_struggling_as_a_contractor_for_this_app_dev/) -- [Google Sign In with Firebase takes a very long time](https://www.reddit.com/r/androiddev/comments/y6k7zo/google_sign_in_with_firebase_takes_a_very_long/) -- [Set an mp3 file as a Ringtone](https://www.reddit.com/r/androiddev/comments/y6k5j1/set_an_mp3_file_as_a_ringtone/) -- [with(cursor)](https://www.reddit.com/r/androiddev/comments/y6jd5x/withcursor/) -- [Testing in Android - Basics](https://www.reddit.com/r/androiddev/comments/y6ipoq/testing_in_android_basics/) -- [Can I use MLB team logos without a license?](https://www.reddit.com/r/androiddev/comments/y6go0d/can_i_use_mlb_team_logos_without_a_license/) +- [don't know where else to put this](https://www.reddit.com/r/androiddev/comments/y7lcxu/dont_know_where_else_to_put_this/) +- [Jetpack compose animation listener?](https://www.reddit.com/r/androiddev/comments/y7l6r6/jetpack_compose_animation_listener/) +- [Building a Budget Tracker with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/y7kx88/building_a_budget_tracker_with_jetpack_compose/) +- [how to delete sms messages](https://www.reddit.com/r/androiddev/comments/y7kfsk/how_to_delete_sms_messages/) +- [Android Studio Flamingo Canary 5 now available](https://www.reddit.com/r/androiddev/comments/y7isp0/android_studio_flamingo_canary_5_now_available/) +- [Should I add unrelated work experience on my resume applying for an entry level Android job?](https://www.reddit.com/r/androiddev/comments/y7hid8/should_i_add_unrelated_work_experience_on_my/) +- [How to build reddit's comment thread?](https://www.reddit.com/r/androiddev/comments/y7gywb/how_to_build_reddits_comment_thread/) +- [An app that blocks spam text messages](https://www.reddit.com/r/androiddev/comments/y7fnrl/an_app_that_blocks_spam_text_messages/) +- [Is there a way to see results for specifically my in-app review prompt?](https://www.reddit.com/r/androiddev/comments/y7dcii/is_there_a_way_to_see_results_for_specifically_my/) +- [Credit Card View Library](https://www.reddit.com/r/androiddev/comments/y7bzpm/credit_card_view_library/) ### *InfoWorld posts* From 54204c33246c10b27c59c81fa38d24da603dd08e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 20 Oct 2022 01:32:15 +0000 Subject: [PATCH 0320/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 30533c4444..21344708cd 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [don't know where else to put this](https://www.reddit.com/r/androiddev/comments/y7lcxu/dont_know_where_else_to_put_this/) -- [Jetpack compose animation listener?](https://www.reddit.com/r/androiddev/comments/y7l6r6/jetpack_compose_animation_listener/) -- [Building a Budget Tracker with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/y7kx88/building_a_budget_tracker_with_jetpack_compose/) -- [how to delete sms messages](https://www.reddit.com/r/androiddev/comments/y7kfsk/how_to_delete_sms_messages/) -- [Android Studio Flamingo Canary 5 now available](https://www.reddit.com/r/androiddev/comments/y7isp0/android_studio_flamingo_canary_5_now_available/) -- [Should I add unrelated work experience on my resume applying for an entry level Android job?](https://www.reddit.com/r/androiddev/comments/y7hid8/should_i_add_unrelated_work_experience_on_my/) -- [How to build reddit's comment thread?](https://www.reddit.com/r/androiddev/comments/y7gywb/how_to_build_reddits_comment_thread/) -- [An app that blocks spam text messages](https://www.reddit.com/r/androiddev/comments/y7fnrl/an_app_that_blocks_spam_text_messages/) -- [Is there a way to see results for specifically my in-app review prompt?](https://www.reddit.com/r/androiddev/comments/y7dcii/is_there_a_way_to_see_results_for_specifically_my/) -- [Credit Card View Library](https://www.reddit.com/r/androiddev/comments/y7bzpm/credit_card_view_library/) +- [What has your experience been with Fiverr for play store icon & screenshots? Is it worth it?](https://www.reddit.com/r/androiddev/comments/y8hl2w/what_has_your_experience_been_with_fiverr_for/) +- [Is a Mac Mini 2018 i5 16GB good for Kollin Multiplatform mobile development](https://www.reddit.com/r/androiddev/comments/y8d795/is_a_mac_mini_2018_i5_16gb_good_for_kollin/) +- [Whats people's current feeling about SQLDelight vs Room](https://www.reddit.com/r/androiddev/comments/y8ch5z/whats_peoples_current_feeling_about_sqldelight_vs/) +- [Pocket Casts Mobile Apps Are Now Open Source](https://www.reddit.com/r/androiddev/comments/y8cb0n/pocket_casts_mobile_apps_are_now_open_source/) +- [How to Start!?](https://www.reddit.com/r/androiddev/comments/y879u1/how_to_start/) +- [Android Keyboard Widget](https://www.reddit.com/r/androiddev/comments/y87343/android_keyboard_widget/) +- [Should I create a new Play Console Account for new Apps?](https://www.reddit.com/r/androiddev/comments/y86ok5/should_i_create_a_new_play_console_account_for/) +- [How do I go about building a Transport App with no coding experience?](https://www.reddit.com/r/androiddev/comments/y86a41/how_do_i_go_about_building_a_transport_app_with/) +- [Should I use a background or foreground service?](https://www.reddit.com/r/androiddev/comments/y867l3/should_i_use_a_background_or_foreground_service/) +- [HorizontalPager with a lazy column in a lazy column](https://www.reddit.com/r/androiddev/comments/y8557p/horizontalpager_with_a_lazy_column_in_a_lazy/) ### *InfoWorld posts* From ac86a52ab8c6ab9291608defdce35386aca184ac Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 21 Oct 2022 01:30:50 +0000 Subject: [PATCH 0321/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 21344708cd..9a5f41af1c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What has your experience been with Fiverr for play store icon & screenshots? Is it worth it?](https://www.reddit.com/r/androiddev/comments/y8hl2w/what_has_your_experience_been_with_fiverr_for/) -- [Is a Mac Mini 2018 i5 16GB good for Kollin Multiplatform mobile development](https://www.reddit.com/r/androiddev/comments/y8d795/is_a_mac_mini_2018_i5_16gb_good_for_kollin/) -- [Whats people's current feeling about SQLDelight vs Room](https://www.reddit.com/r/androiddev/comments/y8ch5z/whats_peoples_current_feeling_about_sqldelight_vs/) -- [Pocket Casts Mobile Apps Are Now Open Source](https://www.reddit.com/r/androiddev/comments/y8cb0n/pocket_casts_mobile_apps_are_now_open_source/) -- [How to Start!?](https://www.reddit.com/r/androiddev/comments/y879u1/how_to_start/) -- [Android Keyboard Widget](https://www.reddit.com/r/androiddev/comments/y87343/android_keyboard_widget/) -- [Should I create a new Play Console Account for new Apps?](https://www.reddit.com/r/androiddev/comments/y86ok5/should_i_create_a_new_play_console_account_for/) -- [How do I go about building a Transport App with no coding experience?](https://www.reddit.com/r/androiddev/comments/y86a41/how_do_i_go_about_building_a_transport_app_with/) -- [Should I use a background or foreground service?](https://www.reddit.com/r/androiddev/comments/y867l3/should_i_use_a_background_or_foreground_service/) -- [HorizontalPager with a lazy column in a lazy column](https://www.reddit.com/r/androiddev/comments/y8557p/horizontalpager_with_a_lazy_column_in_a_lazy/) +- [Adding the sum of values from DB on fragment](https://www.reddit.com/r/androiddev/comments/y9e91e/adding_the_sum_of_values_from_db_on_fragment/) +- [removing 'com.google.android.material:material' library from Compose only projects](https://www.reddit.com/r/androiddev/comments/y9d9v7/removing_comgoogleandroidmaterialmaterial_library/) +- [New App - Control date of publish?](https://www.reddit.com/r/androiddev/comments/y9bkef/new_app_control_date_of_publish/) +- [SQLite for climb-logging app](https://www.reddit.com/r/androiddev/comments/y9alv9/sqlite_for_climblogging_app/) +- [Android Studio: Boolean method is always inverted](https://www.reddit.com/r/androiddev/comments/y9a5zj/android_studio_boolean_method_is_always_inverted/) +- [Target API Level 6-month Extension](https://www.reddit.com/r/androiddev/comments/y99bpj/target_api_level_6month_extension/) +- [Play Store Search and Reviews](https://www.reddit.com/r/androiddev/comments/y96h9s/play_store_search_and_reviews/) +- [Does anyone has any suggestion how can I implement such a memory efficient/ scroll-able time-series graph](https://www.reddit.com/r/androiddev/comments/y92jol/does_anyone_has_any_suggestion_how_can_i/) +- [How to transfer ownership of mobile apps?](https://www.reddit.com/r/androiddev/comments/y925tt/how_to_transfer_ownership_of_mobile_apps/) +- [Is there something like AIDE for pc?](https://www.reddit.com/r/androiddev/comments/y9090y/is_there_something_like_aide_for_pc/) ### *InfoWorld posts* From 35524501357f8f30bbf311a8e27fcad90fbfee83 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 22 Oct 2022 01:31:02 +0000 Subject: [PATCH 0322/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9a5f41af1c..96c2541d15 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Adding the sum of values from DB on fragment](https://www.reddit.com/r/androiddev/comments/y9e91e/adding_the_sum_of_values_from_db_on_fragment/) -- [removing 'com.google.android.material:material' library from Compose only projects](https://www.reddit.com/r/androiddev/comments/y9d9v7/removing_comgoogleandroidmaterialmaterial_library/) -- [New App - Control date of publish?](https://www.reddit.com/r/androiddev/comments/y9bkef/new_app_control_date_of_publish/) -- [SQLite for climb-logging app](https://www.reddit.com/r/androiddev/comments/y9alv9/sqlite_for_climblogging_app/) -- [Android Studio: Boolean method is always inverted](https://www.reddit.com/r/androiddev/comments/y9a5zj/android_studio_boolean_method_is_always_inverted/) -- [Target API Level 6-month Extension](https://www.reddit.com/r/androiddev/comments/y99bpj/target_api_level_6month_extension/) -- [Play Store Search and Reviews](https://www.reddit.com/r/androiddev/comments/y96h9s/play_store_search_and_reviews/) -- [Does anyone has any suggestion how can I implement such a memory efficient/ scroll-able time-series graph](https://www.reddit.com/r/androiddev/comments/y92jol/does_anyone_has_any_suggestion_how_can_i/) -- [How to transfer ownership of mobile apps?](https://www.reddit.com/r/androiddev/comments/y925tt/how_to_transfer_ownership_of_mobile_apps/) -- [Is there something like AIDE for pc?](https://www.reddit.com/r/androiddev/comments/y9090y/is_there_something_like_aide_for_pc/) +- [How to set the icon of app when displayed in Overview/Recents (Android square button)?](https://www.reddit.com/r/androiddev/comments/ya6ipq/how_to_set_the_icon_of_app_when_displayed_in/) +- [How to use AlarmManager + BroadcastReceiver to set a reminder in App in 2022?](https://www.reddit.com/r/androiddev/comments/ya5iid/how_to_use_alarmmanager_broadcastreceiver_to_set/) +- [Looking to get a laptop for android development, is a macbook really the best choice?](https://www.reddit.com/r/androiddev/comments/ya4md5/looking_to_get_a_laptop_for_android_development/) +- [is cell service required for app development?](https://www.reddit.com/r/androiddev/comments/ya4egu/is_cell_service_required_for_app_development/) +- [How to Pair Item in String Array?](https://www.reddit.com/r/androiddev/comments/ya4ck9/how_to_pair_item_in_string_array/) +- [Google Play Console App not compatible with Pixel 7 - How ironic](https://www.reddit.com/r/androiddev/comments/ya3to3/google_play_console_app_not_compatible_with_pixel/) +- [Why Learning Android or Finding Good Content is Hard](https://www.reddit.com/r/androiddev/comments/ya36ln/why_learning_android_or_finding_good_content_is/) +- [What is the best way to take your android dev skills to the next level? As in become an absolute master.](https://www.reddit.com/r/androiddev/comments/y9yx0q/what_is_the_best_way_to_take_your_android_dev/) +- [My search bar is missing on screen bottom because of an update](https://www.reddit.com/r/androiddev/comments/y9yurh/my_search_bar_is_missing_on_screen_bottom_because/) +- [What is the proper way of implementing a neutral age screen?](https://www.reddit.com/r/androiddev/comments/y9vuhq/what_is_the_proper_way_of_implementing_a_neutral/) ### *InfoWorld posts* From d07c0d4acad50692b13358c75a3b2d271c05c2e8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 23 Oct 2022 01:31:04 +0000 Subject: [PATCH 0323/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 96c2541d15..41cf6c165f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to set the icon of app when displayed in Overview/Recents (Android square button)?](https://www.reddit.com/r/androiddev/comments/ya6ipq/how_to_set_the_icon_of_app_when_displayed_in/) -- [How to use AlarmManager + BroadcastReceiver to set a reminder in App in 2022?](https://www.reddit.com/r/androiddev/comments/ya5iid/how_to_use_alarmmanager_broadcastreceiver_to_set/) -- [Looking to get a laptop for android development, is a macbook really the best choice?](https://www.reddit.com/r/androiddev/comments/ya4md5/looking_to_get_a_laptop_for_android_development/) -- [is cell service required for app development?](https://www.reddit.com/r/androiddev/comments/ya4egu/is_cell_service_required_for_app_development/) -- [How to Pair Item in String Array?](https://www.reddit.com/r/androiddev/comments/ya4ck9/how_to_pair_item_in_string_array/) -- [Google Play Console App not compatible with Pixel 7 - How ironic](https://www.reddit.com/r/androiddev/comments/ya3to3/google_play_console_app_not_compatible_with_pixel/) -- [Why Learning Android or Finding Good Content is Hard](https://www.reddit.com/r/androiddev/comments/ya36ln/why_learning_android_or_finding_good_content_is/) -- [What is the best way to take your android dev skills to the next level? As in become an absolute master.](https://www.reddit.com/r/androiddev/comments/y9yx0q/what_is_the_best_way_to_take_your_android_dev/) -- [My search bar is missing on screen bottom because of an update](https://www.reddit.com/r/androiddev/comments/y9yurh/my_search_bar_is_missing_on_screen_bottom_because/) -- [What is the proper way of implementing a neutral age screen?](https://www.reddit.com/r/androiddev/comments/y9vuhq/what_is_the_proper_way_of_implementing_a_neutral/) +- [[Android Studio] Ideas on why my Toasts are not working?](https://www.reddit.com/r/androiddev/comments/yb4b1k/android_studio_ideas_on_why_my_toasts_are_not/) +- [Android to Android usb/otg](https://www.reddit.com/r/androiddev/comments/yb327e/android_to_android_usbotg/) +- [Why am I getting this error? Is it because it is a protected package?](https://www.reddit.com/r/androiddev/comments/yb0w03/why_am_i_getting_this_error_is_it_because_it_is_a/) +- [Java is still ok..?](https://www.reddit.com/r/androiddev/comments/yazklh/java_is_still_ok/) +- [Question about clean architecture.](https://www.reddit.com/r/androiddev/comments/yawwvu/question_about_clean_architecture/) +- [Hey all, what do you think about Macbook Air for Android Development? Is it works fine with Android studio?](https://www.reddit.com/r/androiddev/comments/yaw0cn/hey_all_what_do_you_think_about_macbook_air_for/) +- [Filling knowledge gaps using job adverts.](https://www.reddit.com/r/androiddev/comments/yavudh/filling_knowledge_gaps_using_job_adverts/) +- [How do you handle crashes/ANRs without code reference of your application?](https://www.reddit.com/r/androiddev/comments/yar3gb/how_do_you_handle_crashesanrs_without_code/) +- [How to level up from entry level to midle or higher](https://www.reddit.com/r/androiddev/comments/yar10i/how_to_level_up_from_entry_level_to_midle_or/) +- [Building an App which will play different sound or recorded when battery get plugged in.](https://www.reddit.com/r/androiddev/comments/yambt6/building_an_app_which_will_play_different_sound/) ### *InfoWorld posts* From e276abe459e5a80f88d05f03beae17868df6031f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 24 Oct 2022 01:32:03 +0000 Subject: [PATCH 0324/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 41cf6c165f..9126155dc2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [[Android Studio] Ideas on why my Toasts are not working?](https://www.reddit.com/r/androiddev/comments/yb4b1k/android_studio_ideas_on_why_my_toasts_are_not/) -- [Android to Android usb/otg](https://www.reddit.com/r/androiddev/comments/yb327e/android_to_android_usbotg/) -- [Why am I getting this error? Is it because it is a protected package?](https://www.reddit.com/r/androiddev/comments/yb0w03/why_am_i_getting_this_error_is_it_because_it_is_a/) -- [Java is still ok..?](https://www.reddit.com/r/androiddev/comments/yazklh/java_is_still_ok/) -- [Question about clean architecture.](https://www.reddit.com/r/androiddev/comments/yawwvu/question_about_clean_architecture/) -- [Hey all, what do you think about Macbook Air for Android Development? Is it works fine with Android studio?](https://www.reddit.com/r/androiddev/comments/yaw0cn/hey_all_what_do_you_think_about_macbook_air_for/) -- [Filling knowledge gaps using job adverts.](https://www.reddit.com/r/androiddev/comments/yavudh/filling_knowledge_gaps_using_job_adverts/) -- [How do you handle crashes/ANRs without code reference of your application?](https://www.reddit.com/r/androiddev/comments/yar3gb/how_do_you_handle_crashesanrs_without_code/) -- [How to level up from entry level to midle or higher](https://www.reddit.com/r/androiddev/comments/yar10i/how_to_level_up_from_entry_level_to_midle_or/) -- [Building an App which will play different sound or recorded when battery get plugged in.](https://www.reddit.com/r/androiddev/comments/yambt6/building_an_app_which_will_play_different_sound/) +- [Decided to Stop Commenting and Make an Actual Post About This](https://www.reddit.com/r/androiddev/comments/ybty1o/decided_to_stop_commenting_and_make_an_actual/) +- [How to convert an APK file to AAB?](https://www.reddit.com/r/androiddev/comments/ybr46w/how_to_convert_an_apk_file_to_aab/) +- [Jetpack Compose- Get Started](https://www.reddit.com/r/androiddev/comments/ybo9af/jetpack_compose_get_started/) +- [Looking for recommendations for user bug reporting a la Instabug](https://www.reddit.com/r/androiddev/comments/ybn7z4/looking_for_recommendations_for_user_bug/) +- [Is there a clear guideline on when should we use android:exported="true" and when should we use android:exported="false"?](https://www.reddit.com/r/androiddev/comments/yblxvl/is_there_a_clear_guideline_on_when_should_we_use/) +- [What do i have to put in my Manifest?](https://www.reddit.com/r/androiddev/comments/ybkqf6/what_do_i_have_to_put_in_my_manifest/) +- [Downtime developing in android](https://www.reddit.com/r/androiddev/comments/ybkd8a/downtime_developing_in_android/) +- [Migrating to navigation with jetpack compose](https://www.reddit.com/r/androiddev/comments/ybk38f/migrating_to_navigation_with_jetpack_compose/) +- [MacBook Pro M2 2022 vs Macbook Air M2 2022](https://www.reddit.com/r/androiddev/comments/ybjuxe/macbook_pro_m2_2022_vs_macbook_air_m2_2022/) +- [Two use cases in one viewmodel and using them in fragment then](https://www.reddit.com/r/androiddev/comments/ybi3h8/two_use_cases_in_one_viewmodel_and_using_them_in/) ### *InfoWorld posts* From a4321e6f0658dba1224a906f3776084e61310a87 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 25 Oct 2022 01:31:31 +0000 Subject: [PATCH 0325/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9126155dc2..8f09c4e888 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Decided to Stop Commenting and Make an Actual Post About This](https://www.reddit.com/r/androiddev/comments/ybty1o/decided_to_stop_commenting_and_make_an_actual/) -- [How to convert an APK file to AAB?](https://www.reddit.com/r/androiddev/comments/ybr46w/how_to_convert_an_apk_file_to_aab/) -- [Jetpack Compose- Get Started](https://www.reddit.com/r/androiddev/comments/ybo9af/jetpack_compose_get_started/) -- [Looking for recommendations for user bug reporting a la Instabug](https://www.reddit.com/r/androiddev/comments/ybn7z4/looking_for_recommendations_for_user_bug/) -- [Is there a clear guideline on when should we use android:exported="true" and when should we use android:exported="false"?](https://www.reddit.com/r/androiddev/comments/yblxvl/is_there_a_clear_guideline_on_when_should_we_use/) -- [What do i have to put in my Manifest?](https://www.reddit.com/r/androiddev/comments/ybkqf6/what_do_i_have_to_put_in_my_manifest/) -- [Downtime developing in android](https://www.reddit.com/r/androiddev/comments/ybkd8a/downtime_developing_in_android/) -- [Migrating to navigation with jetpack compose](https://www.reddit.com/r/androiddev/comments/ybk38f/migrating_to_navigation_with_jetpack_compose/) -- [MacBook Pro M2 2022 vs Macbook Air M2 2022](https://www.reddit.com/r/androiddev/comments/ybjuxe/macbook_pro_m2_2022_vs_macbook_air_m2_2022/) -- [Two use cases in one viewmodel and using them in fragment then](https://www.reddit.com/r/androiddev/comments/ybi3h8/two_use_cases_in_one_viewmodel_and_using_them_in/) +- [PLEASE HELP](https://www.reddit.com/r/androiddev/comments/ycqpxk/please_help/) +- [Intune Company portal disables screen lock pattern, swipe and none options](https://www.reddit.com/r/androiddev/comments/ycqo7x/intune_company_portal_disables_screen_lock/) +- [video call blur](https://www.reddit.com/r/androiddev/comments/ycqdvy/video_call_blur/) +- [https://draft.blogger.com/blog/post/edit/preview/6457881083335223417/608320809376346261](https://www.reddit.com/r/androiddev/comments/ycp011/httpsdraftbloggercomblogposteditpreview64578810833/) +- [Blogger](https://www.reddit.com/r/androiddev/comments/ycoz6z/blogger/) +- [Créditos - Pie de Página](https://www.reddit.com/r/androiddev/comments/ycox0w/créditos_pie_de_página/) +- [Reimagining designer-developer handoff: Introducing Relay](https://www.reddit.com/r/androiddev/comments/ycopep/reimagining_designerdeveloper_handoff_introducing/) +- [macOS Ventura Android Studio / Android Development stability](https://www.reddit.com/r/androiddev/comments/yckoan/macos_ventura_android_studio_android_development/) +- [Compose version of sheets is now public! Offers dialogs & views for various use cases!](https://www.reddit.com/r/androiddev/comments/yck3fl/compose_version_of_sheets_is_now_public_offers/) +- [Android Studio Development Focus](https://www.reddit.com/r/androiddev/comments/ycjcmd/android_studio_development_focus/) ### *InfoWorld posts* From 2f93754ca67c34532556b74f9fe0b9added6f1f8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 26 Oct 2022 01:31:58 +0000 Subject: [PATCH 0326/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8f09c4e888..c794b25b37 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [PLEASE HELP](https://www.reddit.com/r/androiddev/comments/ycqpxk/please_help/) -- [Intune Company portal disables screen lock pattern, swipe and none options](https://www.reddit.com/r/androiddev/comments/ycqo7x/intune_company_portal_disables_screen_lock/) -- [video call blur](https://www.reddit.com/r/androiddev/comments/ycqdvy/video_call_blur/) -- [https://draft.blogger.com/blog/post/edit/preview/6457881083335223417/608320809376346261](https://www.reddit.com/r/androiddev/comments/ycp011/httpsdraftbloggercomblogposteditpreview64578810833/) -- [Blogger](https://www.reddit.com/r/androiddev/comments/ycoz6z/blogger/) -- [Créditos - Pie de Página](https://www.reddit.com/r/androiddev/comments/ycox0w/créditos_pie_de_página/) -- [Reimagining designer-developer handoff: Introducing Relay](https://www.reddit.com/r/androiddev/comments/ycopep/reimagining_designerdeveloper_handoff_introducing/) -- [macOS Ventura Android Studio / Android Development stability](https://www.reddit.com/r/androiddev/comments/yckoan/macos_ventura_android_studio_android_development/) -- [Compose version of sheets is now public! Offers dialogs & views for various use cases!](https://www.reddit.com/r/androiddev/comments/yck3fl/compose_version_of_sheets_is_now_public_offers/) -- [Android Studio Development Focus](https://www.reddit.com/r/androiddev/comments/ycjcmd/android_studio_development_focus/) +- [Replacement for advancedrecyclerview?](https://www.reddit.com/r/androiddev/comments/ydlc44/replacement_for_advancedrecyclerview/) +- [Visualize screen touches and swipes over a period of time as an image](https://www.reddit.com/r/androiddev/comments/ydhebu/visualize_screen_touches_and_swipes_over_a_period/) +- [Handle Deep links For In-App Content In A Single Activity Compose Architecture](https://www.reddit.com/r/androiddev/comments/ydftna/handle_deep_links_for_inapp_content_in_a_single/) +- [Looking for a native Android app to do a review about...](https://www.reddit.com/r/androiddev/comments/ydfc3c/looking_for_a_native_android_app_to_do_a_review/) +- [Where to learn coming from Xamarin Forms.](https://www.reddit.com/r/androiddev/comments/yde580/where_to_learn_coming_from_xamarin_forms/) +- [Retrofit QueryMap Problem!](https://www.reddit.com/r/androiddev/comments/yde2fo/retrofit_querymap_problem/) +- [What's the best example of Clean, MVVM, Compose, and Material 3?](https://www.reddit.com/r/androiddev/comments/yddz2s/whats_the_best_example_of_clean_mvvm_compose_and/) +- [One hell of a project - and close to no experience](https://www.reddit.com/r/androiddev/comments/ydd1a0/one_hell_of_a_project_and_close_to_no_experience/) +- [Question about google maps pricing](https://www.reddit.com/r/androiddev/comments/ydcf04/question_about_google_maps_pricing/) +- [best course on Udemy to learn Android with Jetpack compose?](https://www.reddit.com/r/androiddev/comments/ydba2k/best_course_on_udemy_to_learn_android_with/) ### *InfoWorld posts* From c29dedd380d1345cbaab7a89ad0205cc2e4c8f84 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 27 Oct 2022 01:31:39 +0000 Subject: [PATCH 0327/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c794b25b37..17c9144396 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Replacement for advancedrecyclerview?](https://www.reddit.com/r/androiddev/comments/ydlc44/replacement_for_advancedrecyclerview/) -- [Visualize screen touches and swipes over a period of time as an image](https://www.reddit.com/r/androiddev/comments/ydhebu/visualize_screen_touches_and_swipes_over_a_period/) -- [Handle Deep links For In-App Content In A Single Activity Compose Architecture](https://www.reddit.com/r/androiddev/comments/ydftna/handle_deep_links_for_inapp_content_in_a_single/) -- [Looking for a native Android app to do a review about...](https://www.reddit.com/r/androiddev/comments/ydfc3c/looking_for_a_native_android_app_to_do_a_review/) -- [Where to learn coming from Xamarin Forms.](https://www.reddit.com/r/androiddev/comments/yde580/where_to_learn_coming_from_xamarin_forms/) -- [Retrofit QueryMap Problem!](https://www.reddit.com/r/androiddev/comments/yde2fo/retrofit_querymap_problem/) -- [What's the best example of Clean, MVVM, Compose, and Material 3?](https://www.reddit.com/r/androiddev/comments/yddz2s/whats_the_best_example_of_clean_mvvm_compose_and/) -- [One hell of a project - and close to no experience](https://www.reddit.com/r/androiddev/comments/ydd1a0/one_hell_of_a_project_and_close_to_no_experience/) -- [Question about google maps pricing](https://www.reddit.com/r/androiddev/comments/ydcf04/question_about_google_maps_pricing/) -- [best course on Udemy to learn Android with Jetpack compose?](https://www.reddit.com/r/androiddev/comments/ydba2k/best_course_on_udemy_to_learn_android_with/) +- [Is there any reason why I should deploy Jetpack Compose to Production?](https://www.reddit.com/r/androiddev/comments/yedapn/is_there_any_reason_why_i_should_deploy_jetpack/) +- [Trying to put Ice Cream Sandwich on a cheap Hot Pepper ghost phone](https://www.reddit.com/r/androiddev/comments/yectbz/trying_to_put_ice_cream_sandwich_on_a_cheap_hot/) +- [Should we get the data from Retrofit by Flow<Response<News>> or Response<News> and than use a flow in repo to emit the Response.](https://www.reddit.com/r/androiddev/comments/ye6xdf/should_we_get_the_data_from_retrofit_by/) +- [Setting a string resource inside a Fragment](https://www.reddit.com/r/androiddev/comments/ye3icu/setting_a_string_resource_inside_a_fragment/) +- [Material 3 design stable for compose](https://www.reddit.com/r/androiddev/comments/ye2ik9/material_3_design_stable_for_compose/) +- [How/where do I read about building android for old devices that are no longer supported like cm and lineage?](https://www.reddit.com/r/androiddev/comments/ye234k/howwhere_do_i_read_about_building_android_for_old/) +- [Post notification permission on Android 13](https://www.reddit.com/r/androiddev/comments/ye1ty1/post_notification_permission_on_android_13/) +- [Unreal Export for Android Tablet Struggle](https://www.reddit.com/r/androiddev/comments/ye1kte/unreal_export_for_android_tablet_struggle/) +- [LiveData and get, ime curious](https://www.reddit.com/r/androiddev/comments/ye1ddh/livedata_and_get_ime_curious/) +- [let's say I have 200 json items being populated into a recycle, I know it's bad practice to load all these items into 1 recycle view on run time, so what is the proper way of doing this?](https://www.reddit.com/r/androiddev/comments/ye18y4/lets_say_i_have_200_json_items_being_populated/) ### *InfoWorld posts* From aaaa9e99d0eeb2a31361f67e0fd39d977b32ebd4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 28 Oct 2022 01:31:54 +0000 Subject: [PATCH 0328/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 17c9144396..636281e99e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is there any reason why I should deploy Jetpack Compose to Production?](https://www.reddit.com/r/androiddev/comments/yedapn/is_there_any_reason_why_i_should_deploy_jetpack/) -- [Trying to put Ice Cream Sandwich on a cheap Hot Pepper ghost phone](https://www.reddit.com/r/androiddev/comments/yectbz/trying_to_put_ice_cream_sandwich_on_a_cheap_hot/) -- [Should we get the data from Retrofit by Flow<Response<News>> or Response<News> and than use a flow in repo to emit the Response.](https://www.reddit.com/r/androiddev/comments/ye6xdf/should_we_get_the_data_from_retrofit_by/) -- [Setting a string resource inside a Fragment](https://www.reddit.com/r/androiddev/comments/ye3icu/setting_a_string_resource_inside_a_fragment/) -- [Material 3 design stable for compose](https://www.reddit.com/r/androiddev/comments/ye2ik9/material_3_design_stable_for_compose/) -- [How/where do I read about building android for old devices that are no longer supported like cm and lineage?](https://www.reddit.com/r/androiddev/comments/ye234k/howwhere_do_i_read_about_building_android_for_old/) -- [Post notification permission on Android 13](https://www.reddit.com/r/androiddev/comments/ye1ty1/post_notification_permission_on_android_13/) -- [Unreal Export for Android Tablet Struggle](https://www.reddit.com/r/androiddev/comments/ye1kte/unreal_export_for_android_tablet_struggle/) -- [LiveData and get, ime curious](https://www.reddit.com/r/androiddev/comments/ye1ddh/livedata_and_get_ime_curious/) -- [let's say I have 200 json items being populated into a recycle, I know it's bad practice to load all these items into 1 recycle view on run time, so what is the proper way of doing this?](https://www.reddit.com/r/androiddev/comments/ye18y4/lets_say_i_have_200_json_items_being_populated/) +- [How to call this kind of notification? How to edit it's parameters - duration time, visibility, position?](https://www.reddit.com/r/androiddev/comments/yf9pif/how_to_call_this_kind_of_notification_how_to_edit/) +- [How to set a file as a ringtone for Android 10 or higher?](https://www.reddit.com/r/androiddev/comments/yf8eka/how_to_set_a_file_as_a_ringtone_for_android_10_or/) +- [Extension Function for resource (get an item from strings.xml)](https://www.reddit.com/r/androiddev/comments/yf6f39/extension_function_for_resource_get_an_item_from/) +- [Duplicate android app icon issue](https://www.reddit.com/r/androiddev/comments/yf4es8/duplicate_android_app_icon_issue/) +- [How do you deal with inexperienced interviewers?](https://www.reddit.com/r/androiddev/comments/yf38vl/how_do_you_deal_with_inexperienced_interviewers/) +- [How long does it take for your app update to get reviewed ?](https://www.reddit.com/r/androiddev/comments/yf31ei/how_long_does_it_take_for_your_app_update_to_get/) +- [walkie talkie in android using local Wi-Fi](https://www.reddit.com/r/androiddev/comments/yf24z0/walkie_talkie_in_android_using_local_wifi/) +- [which is the best realtime database available for android?](https://www.reddit.com/r/androiddev/comments/yf21ig/which_is_the_best_realtime_database_available_for/) +- [Google Play Console: Developer pages](https://www.reddit.com/r/androiddev/comments/yf09hc/google_play_console_developer_pages/) +- [Having Tech or Coding Interview? Check 29 Advanced Android Interview Questions (ANSWERED) For Senior App Developers 👉](https://www.reddit.com/r/androiddev/comments/yez9k9/having_tech_or_coding_interview_check_29_advanced/) ### *InfoWorld posts* From b4d302bf048473261ce184edb428b086a7459b9a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 29 Oct 2022 01:31:20 +0000 Subject: [PATCH 0329/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 636281e99e..83e252e3ea 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to call this kind of notification? How to edit it's parameters - duration time, visibility, position?](https://www.reddit.com/r/androiddev/comments/yf9pif/how_to_call_this_kind_of_notification_how_to_edit/) -- [How to set a file as a ringtone for Android 10 or higher?](https://www.reddit.com/r/androiddev/comments/yf8eka/how_to_set_a_file_as_a_ringtone_for_android_10_or/) -- [Extension Function for resource (get an item from strings.xml)](https://www.reddit.com/r/androiddev/comments/yf6f39/extension_function_for_resource_get_an_item_from/) -- [Duplicate android app icon issue](https://www.reddit.com/r/androiddev/comments/yf4es8/duplicate_android_app_icon_issue/) -- [How do you deal with inexperienced interviewers?](https://www.reddit.com/r/androiddev/comments/yf38vl/how_do_you_deal_with_inexperienced_interviewers/) -- [How long does it take for your app update to get reviewed ?](https://www.reddit.com/r/androiddev/comments/yf31ei/how_long_does_it_take_for_your_app_update_to_get/) -- [walkie talkie in android using local Wi-Fi](https://www.reddit.com/r/androiddev/comments/yf24z0/walkie_talkie_in_android_using_local_wifi/) -- [which is the best realtime database available for android?](https://www.reddit.com/r/androiddev/comments/yf21ig/which_is_the_best_realtime_database_available_for/) -- [Google Play Console: Developer pages](https://www.reddit.com/r/androiddev/comments/yf09hc/google_play_console_developer_pages/) -- [Having Tech or Coding Interview? Check 29 Advanced Android Interview Questions (ANSWERED) For Senior App Developers 👉](https://www.reddit.com/r/androiddev/comments/yez9k9/having_tech_or_coding_interview_check_29_advanced/) +- [Designing App](https://www.reddit.com/r/androiddev/comments/yg1us2/designing_app/) +- [What resources would you recommend to learn how to develop applications with Java?](https://www.reddit.com/r/androiddev/comments/yfytrn/what_resources_would_you_recommend_to_learn_how/) +- [Has someone recently updated their RAM to fast DDR5 or PCIe 4.0 SSD? What is the performance gain for Android Studio, Gradle, and/or NDK builds?](https://www.reddit.com/r/androiddev/comments/yfy6bp/has_someone_recently_updated_their_ram_to_fast/) +- [How to add Google sign in!](https://www.reddit.com/r/androiddev/comments/yfxhky/how_to_add_google_sign_in/) +- [Lightweight dependency Injection](https://www.reddit.com/r/androiddev/comments/yfww3z/lightweight_dependency_injection/) +- [XML or Compose?](https://www.reddit.com/r/androiddev/comments/yfslv2/xml_or_compose/) +- [/r/Signal is now banning users who post about Signal removing SMS support](https://www.reddit.com/r/androiddev/comments/yfqxov/rsignal_is_now_banning_users_who_post_about/) +- [CodeView 1.3.6 is released now with new features and performance improvements](https://www.reddit.com/r/androiddev/comments/yfpah6/codeview_136_is_released_now_with_new_features/) +- [Is it possible to create a new contact from a website using a button?](https://www.reddit.com/r/androiddev/comments/yfp2pn/is_it_possible_to_create_a_new_contact_from_a/) +- [I'm newbie to Android app development and I'm confused RN!](https://www.reddit.com/r/androiddev/comments/yfn97x/im_newbie_to_android_app_development_and_im/) ### *InfoWorld posts* From 63b0bd51363902c9c919c6b440c20f2c80737758 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 30 Oct 2022 01:32:35 +0000 Subject: [PATCH 0330/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 83e252e3ea..af46832355 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Designing App](https://www.reddit.com/r/androiddev/comments/yg1us2/designing_app/) -- [What resources would you recommend to learn how to develop applications with Java?](https://www.reddit.com/r/androiddev/comments/yfytrn/what_resources_would_you_recommend_to_learn_how/) -- [Has someone recently updated their RAM to fast DDR5 or PCIe 4.0 SSD? What is the performance gain for Android Studio, Gradle, and/or NDK builds?](https://www.reddit.com/r/androiddev/comments/yfy6bp/has_someone_recently_updated_their_ram_to_fast/) -- [How to add Google sign in!](https://www.reddit.com/r/androiddev/comments/yfxhky/how_to_add_google_sign_in/) -- [Lightweight dependency Injection](https://www.reddit.com/r/androiddev/comments/yfww3z/lightweight_dependency_injection/) -- [XML or Compose?](https://www.reddit.com/r/androiddev/comments/yfslv2/xml_or_compose/) -- [/r/Signal is now banning users who post about Signal removing SMS support](https://www.reddit.com/r/androiddev/comments/yfqxov/rsignal_is_now_banning_users_who_post_about/) -- [CodeView 1.3.6 is released now with new features and performance improvements](https://www.reddit.com/r/androiddev/comments/yfpah6/codeview_136_is_released_now_with_new_features/) -- [Is it possible to create a new contact from a website using a button?](https://www.reddit.com/r/androiddev/comments/yfp2pn/is_it_possible_to_create_a_new_contact_from_a/) -- [I'm newbie to Android app development and I'm confused RN!](https://www.reddit.com/r/androiddev/comments/yfn97x/im_newbie_to_android_app_development_and_im/) +- [Is it possible to turn a callback function into string format into text-to-speech?](https://www.reddit.com/r/androiddev/comments/ygxmi7/is_it_possible_to_turn_a_callback_function_into/) +- [Android 12 icons](https://www.reddit.com/r/androiddev/comments/ygxe2b/android_12_icons/) +- [People don't understand my app I don't know why The app:](https://www.reddit.com/r/androiddev/comments/ygwyit/people_dont_understand_my_app_i_dont_know_why_the/) +- [How I can run an Android emulator on WSL2 with hardware acceleration?](https://www.reddit.com/r/androiddev/comments/ygw437/how_i_can_run_an_android_emulator_on_wsl2_with/) +- [Long Review Times](https://www.reddit.com/r/androiddev/comments/ygocux/long_review_times/) +- [How to develop a sidescrolling 2D platformer game](https://www.reddit.com/r/androiddev/comments/ygnh43/how_to_develop_a_sidescrolling_2d_platformer_game/) +- [Applovin native ads - Options view not showing.](https://www.reddit.com/r/androiddev/comments/ygn1hx/applovin_native_ads_options_view_not_showing/) +- [Chromebook for Android Studio](https://www.reddit.com/r/androiddev/comments/ygj8lj/chromebook_for_android_studio/) +- [I created a video tutorial about the process I used to make screenshots of my app for the Google Play store. I hope it can be useful to someone else :)](https://www.reddit.com/r/androiddev/comments/ygiyu6/i_created_a_video_tutorial_about_the_process_i/) +- [How Android Development Evolves Over The Years](https://www.reddit.com/r/androiddev/comments/yggcjl/how_android_development_evolves_over_the_years/) ### *InfoWorld posts* From f07558d483db148cdd1bf5ca4ddb582867d44d4d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 31 Oct 2022 01:32:09 +0000 Subject: [PATCH 0331/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index af46832355..56f5fc2d47 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is it possible to turn a callback function into string format into text-to-speech?](https://www.reddit.com/r/androiddev/comments/ygxmi7/is_it_possible_to_turn_a_callback_function_into/) -- [Android 12 icons](https://www.reddit.com/r/androiddev/comments/ygxe2b/android_12_icons/) -- [People don't understand my app I don't know why The app:](https://www.reddit.com/r/androiddev/comments/ygwyit/people_dont_understand_my_app_i_dont_know_why_the/) -- [How I can run an Android emulator on WSL2 with hardware acceleration?](https://www.reddit.com/r/androiddev/comments/ygw437/how_i_can_run_an_android_emulator_on_wsl2_with/) -- [Long Review Times](https://www.reddit.com/r/androiddev/comments/ygocux/long_review_times/) -- [How to develop a sidescrolling 2D platformer game](https://www.reddit.com/r/androiddev/comments/ygnh43/how_to_develop_a_sidescrolling_2d_platformer_game/) -- [Applovin native ads - Options view not showing.](https://www.reddit.com/r/androiddev/comments/ygn1hx/applovin_native_ads_options_view_not_showing/) -- [Chromebook for Android Studio](https://www.reddit.com/r/androiddev/comments/ygj8lj/chromebook_for_android_studio/) -- [I created a video tutorial about the process I used to make screenshots of my app for the Google Play store. I hope it can be useful to someone else :)](https://www.reddit.com/r/androiddev/comments/ygiyu6/i_created_a_video_tutorial_about_the_process_i/) -- [How Android Development Evolves Over The Years](https://www.reddit.com/r/androiddev/comments/yggcjl/how_android_development_evolves_over_the_years/) +- [How to install "Google APIs Intel x86 Atom_64 System Image" offline?](https://www.reddit.com/r/androiddev/comments/yhuycn/how_to_install_google_apis_intel_x86_atom_64/) +- [Windows 10 machine not recognizing Samsung android phone](https://www.reddit.com/r/androiddev/comments/yhrfoy/windows_10_machine_not_recognizing_samsung/) +- [Hi, I use Admob to monetize my app and I have 3 ads that I show open app, interstitial and banner. Today, I have received mail from Google that my app is removed because of disruptive ads? What should I do if anyone has solved this error please let me know](https://www.reddit.com/r/androiddev/comments/yhmr2a/hi_i_use_admob_to_monetize_my_app_and_i_have_3/) +- [Where to get users for my app?](https://www.reddit.com/r/androiddev/comments/yhm6j6/where_to_get_users_for_my_app/) +- [Need ideas to organize android dev related fun events.](https://www.reddit.com/r/androiddev/comments/yhm5fa/need_ideas_to_organize_android_dev_related_fun/) +- [Anybody tried setting up an App agency before?](https://www.reddit.com/r/androiddev/comments/yhkpsk/anybody_tried_setting_up_an_app_agency_before/) +- [isn't here anyone who makes a decent income from there apps ?](https://www.reddit.com/r/androiddev/comments/yhirgs/isnt_here_anyone_who_makes_a_decent_income_from/) +- [Countdown Kotlin](https://www.reddit.com/r/androiddev/comments/yhgld3/countdown_kotlin/) +- [Log root access to /system/bin/sh](https://www.reddit.com/r/androiddev/comments/yhe8xz/log_root_access_to_systembinsh/) +- [Why is Compose better than XML in your expirence? I'm preparing a post looking at TRUE benefits. Input appreciated.](https://www.reddit.com/r/androiddev/comments/yhatfg/why_is_compose_better_than_xml_in_your_expirence/) ### *InfoWorld posts* From 8e55e198e5144357cbd360eff32463f7785a83a4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 1 Nov 2022 01:32:18 +0000 Subject: [PATCH 0332/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 56f5fc2d47..32da65e329 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to install "Google APIs Intel x86 Atom_64 System Image" offline?](https://www.reddit.com/r/androiddev/comments/yhuycn/how_to_install_google_apis_intel_x86_atom_64/) -- [Windows 10 machine not recognizing Samsung android phone](https://www.reddit.com/r/androiddev/comments/yhrfoy/windows_10_machine_not_recognizing_samsung/) -- [Hi, I use Admob to monetize my app and I have 3 ads that I show open app, interstitial and banner. Today, I have received mail from Google that my app is removed because of disruptive ads? What should I do if anyone has solved this error please let me know](https://www.reddit.com/r/androiddev/comments/yhmr2a/hi_i_use_admob_to_monetize_my_app_and_i_have_3/) -- [Where to get users for my app?](https://www.reddit.com/r/androiddev/comments/yhm6j6/where_to_get_users_for_my_app/) -- [Need ideas to organize android dev related fun events.](https://www.reddit.com/r/androiddev/comments/yhm5fa/need_ideas_to_organize_android_dev_related_fun/) -- [Anybody tried setting up an App agency before?](https://www.reddit.com/r/androiddev/comments/yhkpsk/anybody_tried_setting_up_an_app_agency_before/) -- [isn't here anyone who makes a decent income from there apps ?](https://www.reddit.com/r/androiddev/comments/yhirgs/isnt_here_anyone_who_makes_a_decent_income_from/) -- [Countdown Kotlin](https://www.reddit.com/r/androiddev/comments/yhgld3/countdown_kotlin/) -- [Log root access to /system/bin/sh](https://www.reddit.com/r/androiddev/comments/yhe8xz/log_root_access_to_systembinsh/) -- [Why is Compose better than XML in your expirence? I'm preparing a post looking at TRUE benefits. Input appreciated.](https://www.reddit.com/r/androiddev/comments/yhatfg/why_is_compose_better_than_xml_in_your_expirence/) +- [Where is the Terminate Application Icon in the new Logcat?](https://www.reddit.com/r/androiddev/comments/yisqoc/where_is_the_terminate_application_icon_in_the/) +- [Shortcut to Don’t Keep Activity Simulation](https://www.reddit.com/r/androiddev/comments/yiskvn/shortcut_to_dont_keep_activity_simulation/) +- [Can Someone pls explain why Google doesn't understand UX?](https://www.reddit.com/r/androiddev/comments/yir9mo/can_someone_pls_explain_why_google_doesnt/) +- [Instant Apps](https://www.reddit.com/r/androiddev/comments/yips7k/instant_apps/) +- [Here’s a playlist of 7 hours of music I use to focus when I’m coding/developing. Post yours as well if you also have one!](https://www.reddit.com/r/androiddev/comments/yipq8g/heres_a_playlist_of_7_hours_of_music_i_use_to/) +- [how to prepare for Android dev interview? Topics etc.](https://www.reddit.com/r/androiddev/comments/yioz12/how_to_prepare_for_android_dev_interview_topics/) +- [Is there anyway I can capture TextureView](https://www.reddit.com/r/androiddev/comments/yiov6l/is_there_anyway_i_can_capture_textureview/) +- [Alarm Manager & Wifi/Internet Access](https://www.reddit.com/r/androiddev/comments/yiokz4/alarm_manager_wifiinternet_access/) +- [Need Website Programmer/Developer: Need Help Recreating Online Version of Alphabet Wall Joyce Used To Talk With Will In The Upside Down To Talk With My Friend](https://www.reddit.com/r/androiddev/comments/yin4nd/need_website_programmerdeveloper_need_help/) +- [Going from learning XML to Jetpack Compose](https://www.reddit.com/r/androiddev/comments/yimmun/going_from_learning_xml_to_jetpack_compose/) ### *InfoWorld posts* From be5cd2f253231c80133e2e4e8edb24a3dee0a587 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 2 Nov 2022 01:31:44 +0000 Subject: [PATCH 0333/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 32da65e329..cb60a2b6c5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Where is the Terminate Application Icon in the new Logcat?](https://www.reddit.com/r/androiddev/comments/yisqoc/where_is_the_terminate_application_icon_in_the/) -- [Shortcut to Don’t Keep Activity Simulation](https://www.reddit.com/r/androiddev/comments/yiskvn/shortcut_to_dont_keep_activity_simulation/) -- [Can Someone pls explain why Google doesn't understand UX?](https://www.reddit.com/r/androiddev/comments/yir9mo/can_someone_pls_explain_why_google_doesnt/) -- [Instant Apps](https://www.reddit.com/r/androiddev/comments/yips7k/instant_apps/) -- [Here’s a playlist of 7 hours of music I use to focus when I’m coding/developing. Post yours as well if you also have one!](https://www.reddit.com/r/androiddev/comments/yipq8g/heres_a_playlist_of_7_hours_of_music_i_use_to/) -- [how to prepare for Android dev interview? Topics etc.](https://www.reddit.com/r/androiddev/comments/yioz12/how_to_prepare_for_android_dev_interview_topics/) -- [Is there anyway I can capture TextureView](https://www.reddit.com/r/androiddev/comments/yiov6l/is_there_anyway_i_can_capture_textureview/) -- [Alarm Manager & Wifi/Internet Access](https://www.reddit.com/r/androiddev/comments/yiokz4/alarm_manager_wifiinternet_access/) -- [Need Website Programmer/Developer: Need Help Recreating Online Version of Alphabet Wall Joyce Used To Talk With Will In The Upside Down To Talk With My Friend](https://www.reddit.com/r/androiddev/comments/yin4nd/need_website_programmerdeveloper_need_help/) -- [Going from learning XML to Jetpack Compose](https://www.reddit.com/r/androiddev/comments/yimmun/going_from_learning_xml_to_jetpack_compose/) +- [What's the best ad network for monetizing tier 3 traffic other than admob or FAN ?](https://www.reddit.com/r/androiddev/comments/yjppt4/whats_the_best_ad_network_for_monetizing_tier_3/) +- [How to check if user session has accessiblity settings on](https://www.reddit.com/r/androiddev/comments/yjlaf7/how_to_check_if_user_session_has_accessiblity/) +- [Does anybody know any good testing APIs to use for automating widget placement on Homescreen?](https://www.reddit.com/r/androiddev/comments/yjkkuh/does_anybody_know_any_good_testing_apis_to_use/) +- [Going from GcmJobScheduler to JobScheduler => Crashes IllegalStateException "Apps may not schedule more than 100/150 distinct jobs](https://www.reddit.com/r/androiddev/comments/yjkd5w/going_from_gcmjobscheduler_to_jobscheduler/) +- [I thought I knew good Dialog to Fragment communication practices... It's still giving me memory leaks.](https://www.reddit.com/r/androiddev/comments/yjjujt/i_thought_i_knew_good_dialog_to_fragment/) +- [I have two apps that had an issue and were suspended but now I have new compliant APKs. However, it seems there is an issue with Play Console and now I'm stuck with apps suspended and can't upload the new compliant versions to. I opened a case with Google Play Support 5 days ago. Suggestions pls!](https://www.reddit.com/r/androiddev/comments/yjhapl/i_have_two_apps_that_had_an_issue_and_were/) +- [What's wrong with my resume?](https://www.reddit.com/r/androiddev/comments/yjh07u/whats_wrong_with_my_resume/) +- [how to have two recycler view one for horizontal another vertical for tv?](https://www.reddit.com/r/androiddev/comments/yjef91/how_to_have_two_recycler_view_one_for_horizontal/) +- [Android-showcase sample app (Kotlin, Coroutines, Jetpack, Clean Architecture, Tests, Feature Modules, MVVM, Static Analysis...)](https://www.reddit.com/r/androiddev/comments/yjcmtx/androidshowcase_sample_app_kotlin_coroutines/) +- [Android dev with Flutter: searching for FULL TUTORIALS?](https://www.reddit.com/r/androiddev/comments/yjbsg0/android_dev_with_flutter_searching_for_full/) ### *InfoWorld posts* From 8ab43e75291bdcf9ed2446dc8f99c3cb6e7378ca Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 3 Nov 2022 01:31:57 +0000 Subject: [PATCH 0334/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cb60a2b6c5..d2684d5013 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What's the best ad network for monetizing tier 3 traffic other than admob or FAN ?](https://www.reddit.com/r/androiddev/comments/yjppt4/whats_the_best_ad_network_for_monetizing_tier_3/) -- [How to check if user session has accessiblity settings on](https://www.reddit.com/r/androiddev/comments/yjlaf7/how_to_check_if_user_session_has_accessiblity/) -- [Does anybody know any good testing APIs to use for automating widget placement on Homescreen?](https://www.reddit.com/r/androiddev/comments/yjkkuh/does_anybody_know_any_good_testing_apis_to_use/) -- [Going from GcmJobScheduler to JobScheduler => Crashes IllegalStateException "Apps may not schedule more than 100/150 distinct jobs](https://www.reddit.com/r/androiddev/comments/yjkd5w/going_from_gcmjobscheduler_to_jobscheduler/) -- [I thought I knew good Dialog to Fragment communication practices... It's still giving me memory leaks.](https://www.reddit.com/r/androiddev/comments/yjjujt/i_thought_i_knew_good_dialog_to_fragment/) -- [I have two apps that had an issue and were suspended but now I have new compliant APKs. However, it seems there is an issue with Play Console and now I'm stuck with apps suspended and can't upload the new compliant versions to. I opened a case with Google Play Support 5 days ago. Suggestions pls!](https://www.reddit.com/r/androiddev/comments/yjhapl/i_have_two_apps_that_had_an_issue_and_were/) -- [What's wrong with my resume?](https://www.reddit.com/r/androiddev/comments/yjh07u/whats_wrong_with_my_resume/) -- [how to have two recycler view one for horizontal another vertical for tv?](https://www.reddit.com/r/androiddev/comments/yjef91/how_to_have_two_recycler_view_one_for_horizontal/) -- [Android-showcase sample app (Kotlin, Coroutines, Jetpack, Clean Architecture, Tests, Feature Modules, MVVM, Static Analysis...)](https://www.reddit.com/r/androiddev/comments/yjcmtx/androidshowcase_sample_app_kotlin_coroutines/) -- [Android dev with Flutter: searching for FULL TUTORIALS?](https://www.reddit.com/r/androiddev/comments/yjbsg0/android_dev_with_flutter_searching_for_full/) +- [Android Studio Flamingo Canary 7 now available](https://www.reddit.com/r/androiddev/comments/ykkrrw/android_studio_flamingo_canary_7_now_available/) +- [How can I implement a table/grid layout like this with a stickied first column and horizontal scrolling?](https://www.reddit.com/r/androiddev/comments/ykke2b/how_can_i_implement_a_tablegrid_layout_like_this/) +- [Should I master Data structure in order to be an entry level or Junior Android Engineer?](https://www.reddit.com/r/androiddev/comments/ykka2d/should_i_master_data_structure_in_order_to_be_an/) +- [My title gets truncated when I add an ampersand to it. What’s a good solution?](https://www.reddit.com/r/androiddev/comments/ykhh1f/my_title_gets_truncated_when_i_add_an_ampersand/) +- [Which do you like better? Left or right?](https://www.reddit.com/r/androiddev/comments/ykffh5/which_do_you_like_better_left_or_right/) +- [Approach to Intra-App communication without APIs or Intents?](https://www.reddit.com/r/androiddev/comments/ykdd4c/approach_to_intraapp_communication_without_apis/) +- [Raising the bar on technical quality on Google Play](https://www.reddit.com/r/androiddev/comments/ykbn5e/raising_the_bar_on_technical_quality_on_google/) +- [Play Console payout explanation](https://www.reddit.com/r/androiddev/comments/ykaz9o/play_console_payout_explanation/) +- [Reluct: An app I've been working on for some time](https://www.reddit.com/r/androiddev/comments/ykaw85/reluct_an_app_ive_been_working_on_for_some_time/) +- [Integrate new Navigation Component with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/yk9uij/integrate_new_navigation_component_with_jetpack/) ### *InfoWorld posts* From 7b0382f96ac4105bd2b40dc7510226dda036e6f3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 4 Nov 2022 01:32:13 +0000 Subject: [PATCH 0335/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d2684d5013..3d35104ceb 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Studio Flamingo Canary 7 now available](https://www.reddit.com/r/androiddev/comments/ykkrrw/android_studio_flamingo_canary_7_now_available/) -- [How can I implement a table/grid layout like this with a stickied first column and horizontal scrolling?](https://www.reddit.com/r/androiddev/comments/ykke2b/how_can_i_implement_a_tablegrid_layout_like_this/) -- [Should I master Data structure in order to be an entry level or Junior Android Engineer?](https://www.reddit.com/r/androiddev/comments/ykka2d/should_i_master_data_structure_in_order_to_be_an/) -- [My title gets truncated when I add an ampersand to it. What’s a good solution?](https://www.reddit.com/r/androiddev/comments/ykhh1f/my_title_gets_truncated_when_i_add_an_ampersand/) -- [Which do you like better? Left or right?](https://www.reddit.com/r/androiddev/comments/ykffh5/which_do_you_like_better_left_or_right/) -- [Approach to Intra-App communication without APIs or Intents?](https://www.reddit.com/r/androiddev/comments/ykdd4c/approach_to_intraapp_communication_without_apis/) -- [Raising the bar on technical quality on Google Play](https://www.reddit.com/r/androiddev/comments/ykbn5e/raising_the_bar_on_technical_quality_on_google/) -- [Play Console payout explanation](https://www.reddit.com/r/androiddev/comments/ykaz9o/play_console_payout_explanation/) -- [Reluct: An app I've been working on for some time](https://www.reddit.com/r/androiddev/comments/ykaw85/reluct_an_app_ive_been_working_on_for_some_time/) -- [Integrate new Navigation Component with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/yk9uij/integrate_new_navigation_component_with_jetpack/) +- [What's your conversion rate for subscription app?](https://www.reddit.com/r/androiddev/comments/ylkvqa/whats_your_conversion_rate_for_subscription_app/) +- [A way to distinguish between viewDestroy(to backstack) and viewDestroy(configChange with fragment.setRetainInstance(true).](https://www.reddit.com/r/androiddev/comments/yle6ae/a_way_to_distinguish_between_viewdestroyto/) +- [how yo track focus changes for a view group childs?](https://www.reddit.com/r/androiddev/comments/yl6zjn/how_yo_track_focus_changes_for_a_view_group_childs/) +- [Finding a job as a self taught dev](https://www.reddit.com/r/androiddev/comments/yl51wi/finding_a_job_as_a_self_taught_dev/) +- [Dynamic link posted to browser wont open app, everything else f.e gmail, note, messanger works](https://www.reddit.com/r/androiddev/comments/yl3xw0/dynamic_link_posted_to_browser_wont_open_app/) +- [Resources to learn Android ROM development ?](https://www.reddit.com/r/androiddev/comments/yl1uh4/resources_to_learn_android_rom_development/) +- [The proper way to permanently persist UI data from ViewModel? SavedInstance seems to be useless, it does not work as I would expect](https://www.reddit.com/r/androiddev/comments/ykzdm2/the_proper_way_to_permanently_persist_ui_data/) +- [Looking for developer meetups or other Android meetups in the region](https://www.reddit.com/r/androiddev/comments/ykyj7k/looking_for_developer_meetups_or_other_android/) +- [Response Model in retrofit](https://www.reddit.com/r/androiddev/comments/yky3nl/response_model_in_retrofit/) +- [Must-Considered Features in a Restaurant App in 2022 and Beyond](https://www.reddit.com/r/androiddev/comments/ykxefp/mustconsidered_features_in_a_restaurant_app_in/) ### *InfoWorld posts* From efa3f1d380558d8d2fe4ead77bf5d696c4835225 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 5 Nov 2022 01:31:11 +0000 Subject: [PATCH 0336/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3d35104ceb..af41d80f40 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What's your conversion rate for subscription app?](https://www.reddit.com/r/androiddev/comments/ylkvqa/whats_your_conversion_rate_for_subscription_app/) -- [A way to distinguish between viewDestroy(to backstack) and viewDestroy(configChange with fragment.setRetainInstance(true).](https://www.reddit.com/r/androiddev/comments/yle6ae/a_way_to_distinguish_between_viewdestroyto/) -- [how yo track focus changes for a view group childs?](https://www.reddit.com/r/androiddev/comments/yl6zjn/how_yo_track_focus_changes_for_a_view_group_childs/) -- [Finding a job as a self taught dev](https://www.reddit.com/r/androiddev/comments/yl51wi/finding_a_job_as_a_self_taught_dev/) -- [Dynamic link posted to browser wont open app, everything else f.e gmail, note, messanger works](https://www.reddit.com/r/androiddev/comments/yl3xw0/dynamic_link_posted_to_browser_wont_open_app/) -- [Resources to learn Android ROM development ?](https://www.reddit.com/r/androiddev/comments/yl1uh4/resources_to_learn_android_rom_development/) -- [The proper way to permanently persist UI data from ViewModel? SavedInstance seems to be useless, it does not work as I would expect](https://www.reddit.com/r/androiddev/comments/ykzdm2/the_proper_way_to_permanently_persist_ui_data/) -- [Looking for developer meetups or other Android meetups in the region](https://www.reddit.com/r/androiddev/comments/ykyj7k/looking_for_developer_meetups_or_other_android/) -- [Response Model in retrofit](https://www.reddit.com/r/androiddev/comments/yky3nl/response_model_in_retrofit/) -- [Must-Considered Features in a Restaurant App in 2022 and Beyond](https://www.reddit.com/r/androiddev/comments/ykxefp/mustconsidered_features_in_a_restaurant_app_in/) +- [1 Million downloads application with almost no revenue :/](https://www.reddit.com/r/androiddev/comments/ymfr57/1_million_downloads_application_with_almost_no/) +- [how to acess /data/data on android 13 without root?](https://www.reddit.com/r/androiddev/comments/ymd0eb/how_to_acess_datadata_on_android_13_without_root/) +- [Play Console App notification](https://www.reddit.com/r/androiddev/comments/ymc5zs/play_console_app_notification/) +- [My first talk ever on Jetpack Compose behind the scenes](https://www.reddit.com/r/androiddev/comments/ymanqw/my_first_talk_ever_on_jetpack_compose_behind_the/) +- [Startup: Should we switch to Flutter or hire an iOS Developer?](https://www.reddit.com/r/androiddev/comments/ym9qne/startup_should_we_switch_to_flutter_or_hire_an/) +- [Scripts that help me during development](https://www.reddit.com/r/androiddev/comments/ym97nm/scripts_that_help_me_during_development/) +- [What to do about an app with serious bugs that has already been submitted for release via managed publishing via Google Play console?](https://www.reddit.com/r/androiddev/comments/ym6xlk/what_to_do_about_an_app_with_serious_bugs_that/) +- [retrofit -parse data with 2 types](https://www.reddit.com/r/androiddev/comments/ym6g98/retrofit_parse_data_with_2_types/) +- [[UI] How do I make users click this button that launches a screen which showcases my other apps and their links?](https://www.reddit.com/r/androiddev/comments/ym5sxr/ui_how_do_i_make_users_click_this_button_that/) +- [1 Million downloads app: How to get the max revenue out of it?](https://www.reddit.com/r/androiddev/comments/ym5axj/1_million_downloads_app_how_to_get_the_max/) ### *InfoWorld posts* From 4e1ccbeba79acc18fa9cc15b5c9bd0f0e285d164 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 6 Nov 2022 01:31:39 +0000 Subject: [PATCH 0337/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index af41d80f40..27195362de 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [1 Million downloads application with almost no revenue :/](https://www.reddit.com/r/androiddev/comments/ymfr57/1_million_downloads_application_with_almost_no/) -- [how to acess /data/data on android 13 without root?](https://www.reddit.com/r/androiddev/comments/ymd0eb/how_to_acess_datadata_on_android_13_without_root/) -- [Play Console App notification](https://www.reddit.com/r/androiddev/comments/ymc5zs/play_console_app_notification/) -- [My first talk ever on Jetpack Compose behind the scenes](https://www.reddit.com/r/androiddev/comments/ymanqw/my_first_talk_ever_on_jetpack_compose_behind_the/) -- [Startup: Should we switch to Flutter or hire an iOS Developer?](https://www.reddit.com/r/androiddev/comments/ym9qne/startup_should_we_switch_to_flutter_or_hire_an/) -- [Scripts that help me during development](https://www.reddit.com/r/androiddev/comments/ym97nm/scripts_that_help_me_during_development/) -- [What to do about an app with serious bugs that has already been submitted for release via managed publishing via Google Play console?](https://www.reddit.com/r/androiddev/comments/ym6xlk/what_to_do_about_an_app_with_serious_bugs_that/) -- [retrofit -parse data with 2 types](https://www.reddit.com/r/androiddev/comments/ym6g98/retrofit_parse_data_with_2_types/) -- [[UI] How do I make users click this button that launches a screen which showcases my other apps and their links?](https://www.reddit.com/r/androiddev/comments/ym5sxr/ui_how_do_i_make_users_click_this_button_that/) -- [1 Million downloads app: How to get the max revenue out of it?](https://www.reddit.com/r/androiddev/comments/ym5axj/1_million_downloads_app_how_to_get_the_max/) +- [A Python Tool For Demoing Common Android App Vulnerabilities & Security Issues - By Spinning Up 'Random' Vulnerable Apps](https://www.reddit.com/r/androiddev/comments/ync1ae/a_python_tool_for_demoing_common_android_app/) +- [Android File Transfer not working on macOS Ventura](https://www.reddit.com/r/androiddev/comments/yn9gfu/android_file_transfer_not_working_on_macos_ventura/) +- [Is the xml for an app consistant across similar devices?](https://www.reddit.com/r/androiddev/comments/yn8ze8/is_the_xml_for_an_app_consistant_across_similar/) +- [Playstore copyright doubt](https://www.reddit.com/r/androiddev/comments/yn77hk/playstore_copyright_doubt/) +- [how to implement speech to text in an Android App](https://www.reddit.com/r/androiddev/comments/yn3h2d/how_to_implement_speech_to_text_in_an_android_app/) +- [Is there a way to integrate GSM800L/SIM800L in Android Studio?](https://www.reddit.com/r/androiddev/comments/ymvt17/is_there_a_way_to_integrate_gsm800lsim800l_in/) +- [searched a lot but didn't found any tips to smoothly animate layout width change](https://www.reddit.com/r/androiddev/comments/ymu5dz/searched_a_lot_but_didnt_found_any_tips_to/) +- [Runtime permission + clean arch.](https://www.reddit.com/r/androiddev/comments/ymt7e1/runtime_permission_clean_arch/) +- [Can the Steam Deck be used for Android development?](https://www.reddit.com/r/androiddev/comments/ymrz2g/can_the_steam_deck_be_used_for_android_development/) +- [Use affiliate marketing to monetize my social media app?](https://www.reddit.com/r/androiddev/comments/ymrb2j/use_affiliate_marketing_to_monetize_my_social/) ### *InfoWorld posts* From 65ac4c9689c3b622a10fa656075096387ad41d61 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 7 Nov 2022 01:31:36 +0000 Subject: [PATCH 0338/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 27195362de..fcae2cd3c5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [A Python Tool For Demoing Common Android App Vulnerabilities & Security Issues - By Spinning Up 'Random' Vulnerable Apps](https://www.reddit.com/r/androiddev/comments/ync1ae/a_python_tool_for_demoing_common_android_app/) -- [Android File Transfer not working on macOS Ventura](https://www.reddit.com/r/androiddev/comments/yn9gfu/android_file_transfer_not_working_on_macos_ventura/) -- [Is the xml for an app consistant across similar devices?](https://www.reddit.com/r/androiddev/comments/yn8ze8/is_the_xml_for_an_app_consistant_across_similar/) -- [Playstore copyright doubt](https://www.reddit.com/r/androiddev/comments/yn77hk/playstore_copyright_doubt/) -- [how to implement speech to text in an Android App](https://www.reddit.com/r/androiddev/comments/yn3h2d/how_to_implement_speech_to_text_in_an_android_app/) -- [Is there a way to integrate GSM800L/SIM800L in Android Studio?](https://www.reddit.com/r/androiddev/comments/ymvt17/is_there_a_way_to_integrate_gsm800lsim800l_in/) -- [searched a lot but didn't found any tips to smoothly animate layout width change](https://www.reddit.com/r/androiddev/comments/ymu5dz/searched_a_lot_but_didnt_found_any_tips_to/) -- [Runtime permission + clean arch.](https://www.reddit.com/r/androiddev/comments/ymt7e1/runtime_permission_clean_arch/) -- [Can the Steam Deck be used for Android development?](https://www.reddit.com/r/androiddev/comments/ymrz2g/can_the_steam_deck_be_used_for_android_development/) -- [Use affiliate marketing to monetize my social media app?](https://www.reddit.com/r/androiddev/comments/ymrb2j/use_affiliate_marketing_to_monetize_my_social/) +- [Enable WHPX on AMD with Hyper-V](https://www.reddit.com/r/androiddev/comments/yo4a3n/enable_whpx_on_amd_with_hyperv/) +- [Android - Are singletons destroyed when no object uses them?](https://www.reddit.com/r/androiddev/comments/ynywwc/android_are_singletons_destroyed_when_no_object/) +- [I released an open source alternative to Google Calculator](https://www.reddit.com/r/androiddev/comments/ynyguh/i_released_an_open_source_alternative_to_google/) +- [Thoughts on Compose](https://www.reddit.com/r/androiddev/comments/ynwdmk/thoughts_on_compose/) +- [Android's new system Photo Picker arrives even on Android 4.4 KitKat](https://www.reddit.com/r/androiddev/comments/ynv8ly/androids_new_system_photo_picker_arrives_even_on/) +- [My first open-source project](https://www.reddit.com/r/androiddev/comments/yntwmw/my_first_opensource_project/) +- [Is there a way to filter-out auto generated files from search in Android Studio?](https://www.reddit.com/r/androiddev/comments/yntoqk/is_there_a_way_to_filterout_auto_generated_files/) +- [Proto DataStore and conditional defaults](https://www.reddit.com/r/androiddev/comments/ynqsqy/proto_datastore_and_conditional_defaults/) +- [Is it possible to hide or remove the app from production back to open testing(beta)?](https://www.reddit.com/r/androiddev/comments/ynqr0b/is_it_possible_to_hide_or_remove_the_app_from/) +- [Your app contains or features User Generated Content (UGC) that isn’t compliant with the User Generated Content policy.](https://www.reddit.com/r/androiddev/comments/ynq4gf/your_app_contains_or_features_user_generated/) ### *InfoWorld posts* From 60f828aa9da3046c96d24ac942005dd374b5ff05 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 8 Nov 2022 01:31:28 +0000 Subject: [PATCH 0339/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fcae2cd3c5..da1c04dc2b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Enable WHPX on AMD with Hyper-V](https://www.reddit.com/r/androiddev/comments/yo4a3n/enable_whpx_on_amd_with_hyperv/) -- [Android - Are singletons destroyed when no object uses them?](https://www.reddit.com/r/androiddev/comments/ynywwc/android_are_singletons_destroyed_when_no_object/) -- [I released an open source alternative to Google Calculator](https://www.reddit.com/r/androiddev/comments/ynyguh/i_released_an_open_source_alternative_to_google/) -- [Thoughts on Compose](https://www.reddit.com/r/androiddev/comments/ynwdmk/thoughts_on_compose/) -- [Android's new system Photo Picker arrives even on Android 4.4 KitKat](https://www.reddit.com/r/androiddev/comments/ynv8ly/androids_new_system_photo_picker_arrives_even_on/) -- [My first open-source project](https://www.reddit.com/r/androiddev/comments/yntwmw/my_first_opensource_project/) -- [Is there a way to filter-out auto generated files from search in Android Studio?](https://www.reddit.com/r/androiddev/comments/yntoqk/is_there_a_way_to_filterout_auto_generated_files/) -- [Proto DataStore and conditional defaults](https://www.reddit.com/r/androiddev/comments/ynqsqy/proto_datastore_and_conditional_defaults/) -- [Is it possible to hide or remove the app from production back to open testing(beta)?](https://www.reddit.com/r/androiddev/comments/ynqr0b/is_it_possible_to_hide_or_remove_the_app_from/) -- [Your app contains or features User Generated Content (UGC) that isn’t compliant with the User Generated Content policy.](https://www.reddit.com/r/androiddev/comments/ynq4gf/your_app_contains_or_features_user_generated/) +- [how can I get these? I have the other ones (ColorOS 13)](https://www.reddit.com/r/androiddev/comments/yp61ia/how_can_i_get_these_i_have_the_other_ones_coloros/) +- [Android recovery](https://www.reddit.com/r/androiddev/comments/yp4rdh/android_recovery/) +- [Notify when a text on screen changes?](https://www.reddit.com/r/androiddev/comments/yp2lmb/notify_when_a_text_on_screen_changes/) +- [Android Studio Electric Eel Beta 5 now available](https://www.reddit.com/r/androiddev/comments/yoyeam/android_studio_electric_eel_beta_5_now_available/) +- [Android Studio Flamingo Canary 8 now available](https://www.reddit.com/r/androiddev/comments/yoyea8/android_studio_flamingo_canary_8_now_available/) +- [Data is displaying after navigating back](https://www.reddit.com/r/androiddev/comments/yowyyg/data_is_displaying_after_navigating_back/) +- [Why can't I find a factory way of reading audio data on Android?](https://www.reddit.com/r/androiddev/comments/yow9s7/why_cant_i_find_a_factory_way_of_reading_audio/) +- [How do you listen to incoming SMS messages?](https://www.reddit.com/r/androiddev/comments/youo9h/how_do_you_listen_to_incoming_sms_messages/) +- [Searching for a Java/Kotlin COBS library](https://www.reddit.com/r/androiddev/comments/yotwjf/searching_for_a_javakotlin_cobs_library/) +- [I need advice (junior)](https://www.reddit.com/r/androiddev/comments/yot1wa/i_need_advice_junior/) ### *InfoWorld posts* From 526ba23b4450e9880fe97881fba66e79e2c63dc8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 9 Nov 2022 01:32:16 +0000 Subject: [PATCH 0340/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index da1c04dc2b..6239fbb716 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [how can I get these? I have the other ones (ColorOS 13)](https://www.reddit.com/r/androiddev/comments/yp61ia/how_can_i_get_these_i_have_the_other_ones_coloros/) -- [Android recovery](https://www.reddit.com/r/androiddev/comments/yp4rdh/android_recovery/) -- [Notify when a text on screen changes?](https://www.reddit.com/r/androiddev/comments/yp2lmb/notify_when_a_text_on_screen_changes/) -- [Android Studio Electric Eel Beta 5 now available](https://www.reddit.com/r/androiddev/comments/yoyeam/android_studio_electric_eel_beta_5_now_available/) -- [Android Studio Flamingo Canary 8 now available](https://www.reddit.com/r/androiddev/comments/yoyea8/android_studio_flamingo_canary_8_now_available/) -- [Data is displaying after navigating back](https://www.reddit.com/r/androiddev/comments/yowyyg/data_is_displaying_after_navigating_back/) -- [Why can't I find a factory way of reading audio data on Android?](https://www.reddit.com/r/androiddev/comments/yow9s7/why_cant_i_find_a_factory_way_of_reading_audio/) -- [How do you listen to incoming SMS messages?](https://www.reddit.com/r/androiddev/comments/youo9h/how_do_you_listen_to_incoming_sms_messages/) -- [Searching for a Java/Kotlin COBS library](https://www.reddit.com/r/androiddev/comments/yotwjf/searching_for_a_javakotlin_cobs_library/) -- [I need advice (junior)](https://www.reddit.com/r/androiddev/comments/yot1wa/i_need_advice_junior/) +- [usbManager is behaving abnormally for targeting S+ (android api level 31 and above)](https://www.reddit.com/r/androiddev/comments/ypz8c0/usbmanager_is_behaving_abnormally_for_targeting_s/) +- [Since I messed around with android studio I cant install the android sdk anymore](https://www.reddit.com/r/androiddev/comments/ypxapl/since_i_messed_around_with_android_studio_i_cant/) +- [The Mobile Native Foundation's Mobile Developer Ecosystem Survey is closing soon, and we would love the r/androiddev community to participate!](https://www.reddit.com/r/androiddev/comments/ypvs0e/the_mobile_native_foundations_mobile_developer/) +- [Detect that the check-mark on the bottom right of the Android keyboard has been pressed](https://www.reddit.com/r/androiddev/comments/ypsaks/detect_that_the_checkmark_on_the_bottom_right_of/) +- [AV1 Decoding on Android 10+](https://www.reddit.com/r/androiddev/comments/ypr6py/av1_decoding_on_android_10/) +- [Would you want to use an app that goes against the current norms?](https://www.reddit.com/r/androiddev/comments/ypqxmq/would_you_want_to_use_an_app_that_goes_against/) +- [Easy SharedPreferences with Delegated Properties in Kotlin](https://www.reddit.com/r/androiddev/comments/ypp8u3/easy_sharedpreferences_with_delegated_properties/) +- [Background restrictions Samsung with Android 13](https://www.reddit.com/r/androiddev/comments/ypn1gc/background_restrictions_samsung_with_android_13/) +- [Opinions for an occasional Android dev](https://www.reddit.com/r/androiddev/comments/ypm6gx/opinions_for_an_occasional_android_dev/) +- [DpadRecyclerView - A RecyclerView built for Android TV](https://www.reddit.com/r/androiddev/comments/ypkxj4/dpadrecyclerview_a_recyclerview_built_for_android/) ### *InfoWorld posts* From 39accd750b7a9e1a1cc11ddc35528a0fe4fdea50 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 10 Nov 2022 01:31:52 +0000 Subject: [PATCH 0341/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6239fbb716..53c007ad7b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [usbManager is behaving abnormally for targeting S+ (android api level 31 and above)](https://www.reddit.com/r/androiddev/comments/ypz8c0/usbmanager_is_behaving_abnormally_for_targeting_s/) -- [Since I messed around with android studio I cant install the android sdk anymore](https://www.reddit.com/r/androiddev/comments/ypxapl/since_i_messed_around_with_android_studio_i_cant/) -- [The Mobile Native Foundation's Mobile Developer Ecosystem Survey is closing soon, and we would love the r/androiddev community to participate!](https://www.reddit.com/r/androiddev/comments/ypvs0e/the_mobile_native_foundations_mobile_developer/) -- [Detect that the check-mark on the bottom right of the Android keyboard has been pressed](https://www.reddit.com/r/androiddev/comments/ypsaks/detect_that_the_checkmark_on_the_bottom_right_of/) -- [AV1 Decoding on Android 10+](https://www.reddit.com/r/androiddev/comments/ypr6py/av1_decoding_on_android_10/) -- [Would you want to use an app that goes against the current norms?](https://www.reddit.com/r/androiddev/comments/ypqxmq/would_you_want_to_use_an_app_that_goes_against/) -- [Easy SharedPreferences with Delegated Properties in Kotlin](https://www.reddit.com/r/androiddev/comments/ypp8u3/easy_sharedpreferences_with_delegated_properties/) -- [Background restrictions Samsung with Android 13](https://www.reddit.com/r/androiddev/comments/ypn1gc/background_restrictions_samsung_with_android_13/) -- [Opinions for an occasional Android dev](https://www.reddit.com/r/androiddev/comments/ypm6gx/opinions_for_an_occasional_android_dev/) -- [DpadRecyclerView - A RecyclerView built for Android TV](https://www.reddit.com/r/androiddev/comments/ypkxj4/dpadrecyclerview_a_recyclerview_built_for_android/) +- [How to send Push Notifications after app is closed for a duration?](https://www.reddit.com/r/androiddev/comments/yqyyfk/how_to_send_push_notifications_after_app_is/) +- [How to create a VPN app for college proxy?](https://www.reddit.com/r/androiddev/comments/yqywzi/how_to_create_a_vpn_app_for_college_proxy/) +- [One off TopAppBar](https://www.reddit.com/r/androiddev/comments/yqwbki/one_off_topappbar/) +- [Can services start without broadcast,activity calling its startService()](https://www.reddit.com/r/androiddev/comments/yqw5au/can_services_start_without_broadcastactivity/) +- [Is there any better way to do tracking delivery status like uber eats?](https://www.reddit.com/r/androiddev/comments/yqvqvm/is_there_any_better_way_to_do_tracking_delivery/) +- [How to make a game using Canvas in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/yqvclt/how_to_make_a_game_using_canvas_in_jetpack_compose/) +- [Moving from XML to Jetpack Compose from a senior engineer POV](https://www.reddit.com/r/androiddev/comments/yquz1t/moving_from_xml_to_jetpack_compose_from_a_senior/) +- [Flutter Classroom: A discord channel](https://www.reddit.com/r/androiddev/comments/yquai1/flutter_classroom_a_discord_channel/) +- [Android app that reads your wifi strength](https://www.reddit.com/r/androiddev/comments/yqswj0/android_app_that_reads_your_wifi_strength/) +- [Why are mappers required ?](https://www.reddit.com/r/androiddev/comments/yqroev/why_are_mappers_required/) ### *InfoWorld posts* From 3949c47f1a93886544fb3a5ff179ed2b7578abb6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 11 Nov 2022 01:31:18 +0000 Subject: [PATCH 0342/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 53c007ad7b..a1a6f11937 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to send Push Notifications after app is closed for a duration?](https://www.reddit.com/r/androiddev/comments/yqyyfk/how_to_send_push_notifications_after_app_is/) -- [How to create a VPN app for college proxy?](https://www.reddit.com/r/androiddev/comments/yqywzi/how_to_create_a_vpn_app_for_college_proxy/) -- [One off TopAppBar](https://www.reddit.com/r/androiddev/comments/yqwbki/one_off_topappbar/) -- [Can services start without broadcast,activity calling its startService()](https://www.reddit.com/r/androiddev/comments/yqw5au/can_services_start_without_broadcastactivity/) -- [Is there any better way to do tracking delivery status like uber eats?](https://www.reddit.com/r/androiddev/comments/yqvqvm/is_there_any_better_way_to_do_tracking_delivery/) -- [How to make a game using Canvas in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/yqvclt/how_to_make_a_game_using_canvas_in_jetpack_compose/) -- [Moving from XML to Jetpack Compose from a senior engineer POV](https://www.reddit.com/r/androiddev/comments/yquz1t/moving_from_xml_to_jetpack_compose_from_a_senior/) -- [Flutter Classroom: A discord channel](https://www.reddit.com/r/androiddev/comments/yquai1/flutter_classroom_a_discord_channel/) -- [Android app that reads your wifi strength](https://www.reddit.com/r/androiddev/comments/yqswj0/android_app_that_reads_your_wifi_strength/) -- [Why are mappers required ?](https://www.reddit.com/r/androiddev/comments/yqroev/why_are_mappers_required/) +- [Running into issues where the design tab is blank when using custom views?](https://www.reddit.com/r/androiddev/comments/yrwt6t/running_into_issues_where_the_design_tab_is_blank/) +- [Textview becomes unclickable randomly](https://www.reddit.com/r/androiddev/comments/yrtd4v/textview_becomes_unclickable_randomly/) +- [Would be cool if Google Apps functionality was more easily accessed from our own apps](https://www.reddit.com/r/androiddev/comments/yrt0hm/would_be_cool_if_google_apps_functionality_was/) +- [What's new in Jetpack Security Crypto Version 1.1.0-alpha04](https://www.reddit.com/r/androiddev/comments/yrru87/whats_new_in_jetpack_security_crypto_version/) +- [Issue in starting design tab](https://www.reddit.com/r/androiddev/comments/yrmzy3/issue_in_starting_design_tab/) +- [Is it likely that iOS and Android will get rid of Xbox and PS5 controller support in the future? Will future Xbox and Playstation controllers get rid of and not have Bluetooth support?](https://www.reddit.com/r/androiddev/comments/yrldia/is_it_likely_that_ios_and_android_will_get_rid_of/) +- [How to handle configuration changes while working with Jetpack compose and Kotlin flows](https://www.reddit.com/r/androiddev/comments/yrktlp/how_to_handle_configuration_changes_while_working/) +- [Advice Please - Career in Android](https://www.reddit.com/r/androiddev/comments/yrgaqg/advice_please_career_in_android/) +- [Limit the frequency of showing interstitial ads.](https://www.reddit.com/r/androiddev/comments/yrfzwy/limit_the_frequency_of_showing_interstitial_ads/) +- [What CI/CD tool is your team using (Gitlab, Github Actions, Jenkins, Firebase, etc)](https://www.reddit.com/r/androiddev/comments/yrfp12/what_cicd_tool_is_your_team_using_gitlab_github/) ### *InfoWorld posts* From 543aa650db05fe9b3f062aac86fd6210d74cda21 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 12 Nov 2022 01:31:30 +0000 Subject: [PATCH 0343/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a1a6f11937..7691bf02e8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Running into issues where the design tab is blank when using custom views?](https://www.reddit.com/r/androiddev/comments/yrwt6t/running_into_issues_where_the_design_tab_is_blank/) -- [Textview becomes unclickable randomly](https://www.reddit.com/r/androiddev/comments/yrtd4v/textview_becomes_unclickable_randomly/) -- [Would be cool if Google Apps functionality was more easily accessed from our own apps](https://www.reddit.com/r/androiddev/comments/yrt0hm/would_be_cool_if_google_apps_functionality_was/) -- [What's new in Jetpack Security Crypto Version 1.1.0-alpha04](https://www.reddit.com/r/androiddev/comments/yrru87/whats_new_in_jetpack_security_crypto_version/) -- [Issue in starting design tab](https://www.reddit.com/r/androiddev/comments/yrmzy3/issue_in_starting_design_tab/) -- [Is it likely that iOS and Android will get rid of Xbox and PS5 controller support in the future? Will future Xbox and Playstation controllers get rid of and not have Bluetooth support?](https://www.reddit.com/r/androiddev/comments/yrldia/is_it_likely_that_ios_and_android_will_get_rid_of/) -- [How to handle configuration changes while working with Jetpack compose and Kotlin flows](https://www.reddit.com/r/androiddev/comments/yrktlp/how_to_handle_configuration_changes_while_working/) -- [Advice Please - Career in Android](https://www.reddit.com/r/androiddev/comments/yrgaqg/advice_please_career_in_android/) -- [Limit the frequency of showing interstitial ads.](https://www.reddit.com/r/androiddev/comments/yrfzwy/limit_the_frequency_of_showing_interstitial_ads/) -- [What CI/CD tool is your team using (Gitlab, Github Actions, Jenkins, Firebase, etc)](https://www.reddit.com/r/androiddev/comments/yrfp12/what_cicd_tool_is_your_team_using_gitlab_github/) +- [Does anyone heard about a service called "Catapult" and a android store called "Aptoid"? It's good for games made for one person?](https://www.reddit.com/r/androiddev/comments/ysre0c/does_anyone_heard_about_a_service_called_catapult/) +- [Android Studio via Jetbrains Gateway?](https://www.reddit.com/r/androiddev/comments/yspeoq/android_studio_via_jetbrains_gateway/) +- [Installs on Google play not updated](https://www.reddit.com/r/androiddev/comments/ysp2w5/installs_on_google_play_not_updated/) +- [Why new games face with not distinguishable ad button rejection while many other games have them while having pegi3?](https://www.reddit.com/r/androiddev/comments/ysol66/why_new_games_face_with_not_distinguishable_ad/) +- [How do I remove an app from the Play Store console?](https://www.reddit.com/r/androiddev/comments/yso1pl/how_do_i_remove_an_app_from_the_play_store_console/) +- [Firebase Course](https://www.reddit.com/r/androiddev/comments/ysj6yk/firebase_course/) +- [How do you go about sourcing art for your apps? icons, backgrounds etc.](https://www.reddit.com/r/androiddev/comments/yshj1m/how_do_you_go_about_sourcing_art_for_your_apps/) +- [Images, internal vs external storage.](https://www.reddit.com/r/androiddev/comments/yshh9p/images_internal_vs_external_storage/) +- [Need an advanced developer's recomendation on what begginer should focus on](https://www.reddit.com/r/androiddev/comments/ysd2ld/need_an_advanced_developers_recomendation_on_what/) +- [Should I judt switch to flutter?](https://www.reddit.com/r/androiddev/comments/ysc7nm/should_i_judt_switch_to_flutter/) ### *InfoWorld posts* From b26bd07f6035f4852523d31161f81f6a79f89eaa Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 13 Nov 2022 01:30:26 +0000 Subject: [PATCH 0344/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7691bf02e8..e8456556f4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Does anyone heard about a service called "Catapult" and a android store called "Aptoid"? It's good for games made for one person?](https://www.reddit.com/r/androiddev/comments/ysre0c/does_anyone_heard_about_a_service_called_catapult/) -- [Android Studio via Jetbrains Gateway?](https://www.reddit.com/r/androiddev/comments/yspeoq/android_studio_via_jetbrains_gateway/) -- [Installs on Google play not updated](https://www.reddit.com/r/androiddev/comments/ysp2w5/installs_on_google_play_not_updated/) -- [Why new games face with not distinguishable ad button rejection while many other games have them while having pegi3?](https://www.reddit.com/r/androiddev/comments/ysol66/why_new_games_face_with_not_distinguishable_ad/) -- [How do I remove an app from the Play Store console?](https://www.reddit.com/r/androiddev/comments/yso1pl/how_do_i_remove_an_app_from_the_play_store_console/) -- [Firebase Course](https://www.reddit.com/r/androiddev/comments/ysj6yk/firebase_course/) -- [How do you go about sourcing art for your apps? icons, backgrounds etc.](https://www.reddit.com/r/androiddev/comments/yshj1m/how_do_you_go_about_sourcing_art_for_your_apps/) -- [Images, internal vs external storage.](https://www.reddit.com/r/androiddev/comments/yshh9p/images_internal_vs_external_storage/) -- [Need an advanced developer's recomendation on what begginer should focus on](https://www.reddit.com/r/androiddev/comments/ysd2ld/need_an_advanced_developers_recomendation_on_what/) -- [Should I judt switch to flutter?](https://www.reddit.com/r/androiddev/comments/ysc7nm/should_i_judt_switch_to_flutter/) +- [How do we report Android Apps CameraX broken on ChromeOS ?](https://www.reddit.com/r/androiddev/comments/ytn3nv/how_do_we_report_android_apps_camerax_broken_on/) +- [I dont understand how to optimize Play Store Keywords AND screenshots at the same time](https://www.reddit.com/r/androiddev/comments/ytly2x/i_dont_understand_how_to_optimize_play_store/) +- [Tielapse Audio Recording Android App.](https://www.reddit.com/r/androiddev/comments/ytl396/tielapse_audio_recording_android_app/) +- [Fairer pricing for developing countries - I made a free pricing scheme generator which imports directly into the Play Store based on Purchasing Power Parity](https://www.reddit.com/r/androiddev/comments/ytipky/fairer_pricing_for_developing_countries_i_made_a/) +- [My Issue In My Project](https://www.reddit.com/r/androiddev/comments/ytikre/my_issue_in_my_project/) +- [When you download an Android app and then it has annoying advertising that you have to pay to get rid of what software is it that puts the advertising in the app, is it Adsense?](https://www.reddit.com/r/androiddev/comments/ytgbvp/when_you_download_an_android_app_and_then_it_has/) +- [Android Weekly has fixed their rss feed 🎉](https://www.reddit.com/r/androiddev/comments/yta2eg/android_weekly_has_fixed_their_rss_feed/) +- [Indicators like on ios, circle indicators, gooey indicators, scaled and dot indicators written with Jetpack Compose for Android.](https://www.reddit.com/r/androiddev/comments/yt9d7e/indicators_like_on_ios_circle_indicators_gooey/) +- [TikTok clone: Which cloud storage and CDN should we use?](https://www.reddit.com/r/androiddev/comments/yt8yzr/tiktok_clone_which_cloud_storage_and_cdn_should/) +- [Good place for hosting apks on a static site?](https://www.reddit.com/r/androiddev/comments/yt6x1l/good_place_for_hosting_apks_on_a_static_site/) ### *InfoWorld posts* From 2670da7004fa9923fa4a4624e5bd99f592a6c6bd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 14 Nov 2022 01:31:17 +0000 Subject: [PATCH 0345/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e8456556f4..9ebf44015f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How do we report Android Apps CameraX broken on ChromeOS ?](https://www.reddit.com/r/androiddev/comments/ytn3nv/how_do_we_report_android_apps_camerax_broken_on/) -- [I dont understand how to optimize Play Store Keywords AND screenshots at the same time](https://www.reddit.com/r/androiddev/comments/ytly2x/i_dont_understand_how_to_optimize_play_store/) -- [Tielapse Audio Recording Android App.](https://www.reddit.com/r/androiddev/comments/ytl396/tielapse_audio_recording_android_app/) -- [Fairer pricing for developing countries - I made a free pricing scheme generator which imports directly into the Play Store based on Purchasing Power Parity](https://www.reddit.com/r/androiddev/comments/ytipky/fairer_pricing_for_developing_countries_i_made_a/) -- [My Issue In My Project](https://www.reddit.com/r/androiddev/comments/ytikre/my_issue_in_my_project/) -- [When you download an Android app and then it has annoying advertising that you have to pay to get rid of what software is it that puts the advertising in the app, is it Adsense?](https://www.reddit.com/r/androiddev/comments/ytgbvp/when_you_download_an_android_app_and_then_it_has/) -- [Android Weekly has fixed their rss feed 🎉](https://www.reddit.com/r/androiddev/comments/yta2eg/android_weekly_has_fixed_their_rss_feed/) -- [Indicators like on ios, circle indicators, gooey indicators, scaled and dot indicators written with Jetpack Compose for Android.](https://www.reddit.com/r/androiddev/comments/yt9d7e/indicators_like_on_ios_circle_indicators_gooey/) -- [TikTok clone: Which cloud storage and CDN should we use?](https://www.reddit.com/r/androiddev/comments/yt8yzr/tiktok_clone_which_cloud_storage_and_cdn_should/) -- [Good place for hosting apks on a static site?](https://www.reddit.com/r/androiddev/comments/yt6x1l/good_place_for_hosting_apks_on_a_static_site/) +- [What is the BLE Eddystone Beacon?](https://www.reddit.com/r/androiddev/comments/yughk7/what_is_the_ble_eddystone_beacon/) +- [How Do I Make Another Electronic Device Communicate With My App?](https://www.reddit.com/r/androiddev/comments/yug631/how_do_i_make_another_electronic_device/) +- [How To Connect An Existing Website With My App?](https://www.reddit.com/r/androiddev/comments/yufmgp/how_to_connect_an_existing_website_with_my_app/) +- [Test Driven Data Structures in Kotlin - Linked List](https://www.reddit.com/r/androiddev/comments/yube34/test_driven_data_structures_in_kotlin_linked_list/) +- [how to record non mhl phone with capture card and obs](https://www.reddit.com/r/androiddev/comments/yuayha/how_to_record_non_mhl_phone_with_capture_card_and/) +- [Monetization, only monthly subscription or have yearly & OTP along with it?](https://www.reddit.com/r/androiddev/comments/yuae1e/monetization_only_monthly_subscription_or_have/) +- [Very low number of received fcm data messages since 8 November. Am I the only one?](https://www.reddit.com/r/androiddev/comments/yu8taz/very_low_number_of_received_fcm_data_messages/) +- [Extremely slow review process (10+ days for every update), is it the target age range?](https://www.reddit.com/r/androiddev/comments/yu62dv/extremely_slow_review_process_10_days_for_every/) +- [Is there any product category API that you can suggest?](https://www.reddit.com/r/androiddev/comments/yu59q2/is_there_any_product_category_api_that_you_can/) +- [How Are Android Studio Plug-ins Made?](https://www.reddit.com/r/androiddev/comments/yu569e/how_are_android_studio_plugins_made/) ### *InfoWorld posts* From f0413a593b66bc0cd481a83507815c0326fe4ab8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 16 Nov 2022 01:31:42 +0000 Subject: [PATCH 0346/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9ebf44015f..02edba0bc9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What is the BLE Eddystone Beacon?](https://www.reddit.com/r/androiddev/comments/yughk7/what_is_the_ble_eddystone_beacon/) -- [How Do I Make Another Electronic Device Communicate With My App?](https://www.reddit.com/r/androiddev/comments/yug631/how_do_i_make_another_electronic_device/) -- [How To Connect An Existing Website With My App?](https://www.reddit.com/r/androiddev/comments/yufmgp/how_to_connect_an_existing_website_with_my_app/) -- [Test Driven Data Structures in Kotlin - Linked List](https://www.reddit.com/r/androiddev/comments/yube34/test_driven_data_structures_in_kotlin_linked_list/) -- [how to record non mhl phone with capture card and obs](https://www.reddit.com/r/androiddev/comments/yuayha/how_to_record_non_mhl_phone_with_capture_card_and/) -- [Monetization, only monthly subscription or have yearly & OTP along with it?](https://www.reddit.com/r/androiddev/comments/yuae1e/monetization_only_monthly_subscription_or_have/) -- [Very low number of received fcm data messages since 8 November. Am I the only one?](https://www.reddit.com/r/androiddev/comments/yu8taz/very_low_number_of_received_fcm_data_messages/) -- [Extremely slow review process (10+ days for every update), is it the target age range?](https://www.reddit.com/r/androiddev/comments/yu62dv/extremely_slow_review_process_10_days_for_every/) -- [Is there any product category API that you can suggest?](https://www.reddit.com/r/androiddev/comments/yu59q2/is_there_any_product_category_api_that_you_can/) -- [How Are Android Studio Plug-ins Made?](https://www.reddit.com/r/androiddev/comments/yu569e/how_are_android_studio_plugins_made/) +- [Wat requirements is Google Play looking for to badge an app GO Optimized?](https://www.reddit.com/r/androiddev/comments/ywf5cb/wat_requirements_is_google_play_looking_for_to/) +- [Are developers allowed to ban by IP and/or Device ID? ty](https://www.reddit.com/r/androiddev/comments/ywddb7/are_developers_allowed_to_ban_by_ip_andor_device/) +- [As an inexperienced developer, I really don't understand the need for unit testing.](https://www.reddit.com/r/androiddev/comments/ywd0to/as_an_inexperienced_developer_i_really_dont/) +- [Floating window on top of activities](https://www.reddit.com/r/androiddev/comments/ywazxt/floating_window_on_top_of_activities/) +- [How is Pixel so good on Instagram?](https://www.reddit.com/r/androiddev/comments/yw9wwd/how_is_pixel_so_good_on_instagram/) +- [How Often Do Freelancers Work In Groups?](https://www.reddit.com/r/androiddev/comments/yw9qdw/how_often_do_freelancers_work_in_groups/) +- [What is your opinion on Flutter vs Jetpack Compose ?](https://www.reddit.com/r/androiddev/comments/yw8bde/what_is_your_opinion_on_flutter_vs_jetpack_compose/) +- [Who cares about performance?](https://www.reddit.com/r/androiddev/comments/yw7454/who_cares_about_performance/) +- [Is it normal during development for crashes after everything was working fine a few minutes ago?](https://www.reddit.com/r/androiddev/comments/yw6sn2/is_it_normal_during_development_for_crashes_after/) +- [Jetpack Compose Architecture](https://www.reddit.com/r/androiddev/comments/yw5vzz/jetpack_compose_architecture/) ### *InfoWorld posts* From 6f21b031724b1288f4f83ef80e0328b2648dc2f2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 17 Nov 2022 01:30:59 +0000 Subject: [PATCH 0347/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 02edba0bc9..bbb18d1c16 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Wat requirements is Google Play looking for to badge an app GO Optimized?](https://www.reddit.com/r/androiddev/comments/ywf5cb/wat_requirements_is_google_play_looking_for_to/) -- [Are developers allowed to ban by IP and/or Device ID? ty](https://www.reddit.com/r/androiddev/comments/ywddb7/are_developers_allowed_to_ban_by_ip_andor_device/) -- [As an inexperienced developer, I really don't understand the need for unit testing.](https://www.reddit.com/r/androiddev/comments/ywd0to/as_an_inexperienced_developer_i_really_dont/) -- [Floating window on top of activities](https://www.reddit.com/r/androiddev/comments/ywazxt/floating_window_on_top_of_activities/) -- [How is Pixel so good on Instagram?](https://www.reddit.com/r/androiddev/comments/yw9wwd/how_is_pixel_so_good_on_instagram/) -- [How Often Do Freelancers Work In Groups?](https://www.reddit.com/r/androiddev/comments/yw9qdw/how_often_do_freelancers_work_in_groups/) -- [What is your opinion on Flutter vs Jetpack Compose ?](https://www.reddit.com/r/androiddev/comments/yw8bde/what_is_your_opinion_on_flutter_vs_jetpack_compose/) -- [Who cares about performance?](https://www.reddit.com/r/androiddev/comments/yw7454/who_cares_about_performance/) -- [Is it normal during development for crashes after everything was working fine a few minutes ago?](https://www.reddit.com/r/androiddev/comments/yw6sn2/is_it_normal_during_development_for_crashes_after/) -- [Jetpack Compose Architecture](https://www.reddit.com/r/androiddev/comments/yw5vzz/jetpack_compose_architecture/) +- [Nothing has ever angered me more than The Google Play Team](https://www.reddit.com/r/androiddev/comments/yxcmv1/nothing_has_ever_angered_me_more_than_the_google/) +- [Does anyone know when the Motorola G Power 2022 gets Android 12 update](https://www.reddit.com/r/androiddev/comments/yxb4pg/does_anyone_know_when_the_motorola_g_power_2022/) +- [I'm a UI Designer. Just wanna ask if constant UI iterations can be hard in the dev part?](https://www.reddit.com/r/androiddev/comments/yxaca5/im_a_ui_designer_just_wanna_ask_if_constant_ui/) +- [Ideas for sharing code between Android and Linux devices](https://www.reddit.com/r/androiddev/comments/yx8roh/ideas_for_sharing_code_between_android_and_linux/) +- [Send data between two classes](https://www.reddit.com/r/androiddev/comments/yx6n53/send_data_between_two_classes/) +- [do any one know how to get this effect? I couldn't find it .](https://www.reddit.com/r/androiddev/comments/yx64ja/do_any_one_know_how_to_get_this_effect_i_couldnt/) +- [Permanent Gps tracking in background possible?](https://www.reddit.com/r/androiddev/comments/yx556g/permanent_gps_tracking_in_background_possible/) +- [How to handle state if you have TextFields in LazyColumn?](https://www.reddit.com/r/androiddev/comments/yx28m4/how_to_handle_state_if_you_have_textfields_in/) +- [how do I get a registered passkey prompt to show instead of the standard thumbprint prompt?](https://www.reddit.com/r/androiddev/comments/yx1ivn/how_do_i_get_a_registered_passkey_prompt_to_show/) +- [Did anyone try the KMM beta?](https://www.reddit.com/r/androiddev/comments/yx0ree/did_anyone_try_the_kmm_beta/) ### *InfoWorld posts* From cb4bd700855e8ab0a59f03b7bee791e0bc8dd96d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 18 Nov 2022 01:31:28 +0000 Subject: [PATCH 0348/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bbb18d1c16..717cedda7f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Nothing has ever angered me more than The Google Play Team](https://www.reddit.com/r/androiddev/comments/yxcmv1/nothing_has_ever_angered_me_more_than_the_google/) -- [Does anyone know when the Motorola G Power 2022 gets Android 12 update](https://www.reddit.com/r/androiddev/comments/yxb4pg/does_anyone_know_when_the_motorola_g_power_2022/) -- [I'm a UI Designer. Just wanna ask if constant UI iterations can be hard in the dev part?](https://www.reddit.com/r/androiddev/comments/yxaca5/im_a_ui_designer_just_wanna_ask_if_constant_ui/) -- [Ideas for sharing code between Android and Linux devices](https://www.reddit.com/r/androiddev/comments/yx8roh/ideas_for_sharing_code_between_android_and_linux/) -- [Send data between two classes](https://www.reddit.com/r/androiddev/comments/yx6n53/send_data_between_two_classes/) -- [do any one know how to get this effect? I couldn't find it .](https://www.reddit.com/r/androiddev/comments/yx64ja/do_any_one_know_how_to_get_this_effect_i_couldnt/) -- [Permanent Gps tracking in background possible?](https://www.reddit.com/r/androiddev/comments/yx556g/permanent_gps_tracking_in_background_possible/) -- [How to handle state if you have TextFields in LazyColumn?](https://www.reddit.com/r/androiddev/comments/yx28m4/how_to_handle_state_if_you_have_textfields_in/) -- [how do I get a registered passkey prompt to show instead of the standard thumbprint prompt?](https://www.reddit.com/r/androiddev/comments/yx1ivn/how_do_i_get_a_registered_passkey_prompt_to_show/) -- [Did anyone try the KMM beta?](https://www.reddit.com/r/androiddev/comments/yx0ree/did_anyone_try_the_kmm_beta/) +- [Publishing to the Microsoft Store?](https://www.reddit.com/r/androiddev/comments/yy5vhp/publishing_to_the_microsoft_store/) +- [Samsung Android 13 beta program - What is the point of restricting country?](https://www.reddit.com/r/androiddev/comments/yy3nu8/samsung_android_13_beta_program_what_is_the_point/) +- [In App purchase policy](https://www.reddit.com/r/androiddev/comments/yy3jwv/in_app_purchase_policy/) +- [What resources are out there for learning advanced Android UI design?](https://www.reddit.com/r/androiddev/comments/yy19ip/what_resources_are_out_there_for_learning/) +- [Is it possible to run x86 Android images on Apple Silicon?](https://www.reddit.com/r/androiddev/comments/yy0ivi/is_it_possible_to_run_x86_android_images_on_apple/) +- [Is Flippa sellers reliable?](https://www.reddit.com/r/androiddev/comments/yy0iao/is_flippa_sellers_reliable/) +- [Experienced Android Devs - Have you been able to comfortably work for yourself? Through freelance, consulting or entrepreneurship?](https://www.reddit.com/r/androiddev/comments/yxzfsh/experienced_android_devs_have_you_been_able_to/) +- [Does your product team really get what your app is doing?](https://www.reddit.com/r/androiddev/comments/yxwxc3/does_your_product_team_really_get_what_your_app/) +- [How can i change status bar icons color to any color?](https://www.reddit.com/r/androiddev/comments/yxwvho/how_can_i_change_status_bar_icons_color_to_any/) +- [UI/UX designer](https://www.reddit.com/r/androiddev/comments/yxwuax/uiux_designer/) ### *InfoWorld posts* From f8f0b30403473e9fdea3e170cbad4d46cfa76298 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 19 Nov 2022 01:30:51 +0000 Subject: [PATCH 0349/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 717cedda7f..a97ec54bf0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Publishing to the Microsoft Store?](https://www.reddit.com/r/androiddev/comments/yy5vhp/publishing_to_the_microsoft_store/) -- [Samsung Android 13 beta program - What is the point of restricting country?](https://www.reddit.com/r/androiddev/comments/yy3nu8/samsung_android_13_beta_program_what_is_the_point/) -- [In App purchase policy](https://www.reddit.com/r/androiddev/comments/yy3jwv/in_app_purchase_policy/) -- [What resources are out there for learning advanced Android UI design?](https://www.reddit.com/r/androiddev/comments/yy19ip/what_resources_are_out_there_for_learning/) -- [Is it possible to run x86 Android images on Apple Silicon?](https://www.reddit.com/r/androiddev/comments/yy0ivi/is_it_possible_to_run_x86_android_images_on_apple/) -- [Is Flippa sellers reliable?](https://www.reddit.com/r/androiddev/comments/yy0iao/is_flippa_sellers_reliable/) -- [Experienced Android Devs - Have you been able to comfortably work for yourself? Through freelance, consulting or entrepreneurship?](https://www.reddit.com/r/androiddev/comments/yxzfsh/experienced_android_devs_have_you_been_able_to/) -- [Does your product team really get what your app is doing?](https://www.reddit.com/r/androiddev/comments/yxwxc3/does_your_product_team_really_get_what_your_app/) -- [How can i change status bar icons color to any color?](https://www.reddit.com/r/androiddev/comments/yxwvho/how_can_i_change_status_bar_icons_color_to_any/) -- [UI/UX designer](https://www.reddit.com/r/androiddev/comments/yxwuax/uiux_designer/) +- [Dependency injection. What to choose ? Custom made, dagger2, hilt, koin ?](https://www.reddit.com/r/androiddev/comments/yyzvn1/dependency_injection_what_to_choose_custom_made/) +- [I am interested in get data from sensors in an Android phone uploaded to a server/ sql/ nettside. Must it be an APP doing so, or is there other possibilities?](https://www.reddit.com/r/androiddev/comments/yyul7a/i_am_interested_in_get_data_from_sensors_in_an/) +- [22k daily/260k monthly active users. Emerging markets. How much money could this app make?](https://www.reddit.com/r/androiddev/comments/yyu1uo/22k_daily260k_monthly_active_users_emerging/) +- [Good code quality android projects on github you’d recommend for learning purposes?](https://www.reddit.com/r/androiddev/comments/yyt91s/good_code_quality_android_projects_on_github_youd/) +- [IT student wants to learn android](https://www.reddit.com/r/androiddev/comments/yyt860/it_student_wants_to_learn_android/) +- [Is it true that Android Studio is faster on Linux than on Windows?](https://www.reddit.com/r/androiddev/comments/yysg2w/is_it_true_that_android_studio_is_faster_on_linux/) +- [How do I get more uninterrupted dev time?](https://www.reddit.com/r/androiddev/comments/yyqq0s/how_do_i_get_more_uninterrupted_dev_time/) +- [Kotlin Lambda (High order functions) memory leaks?](https://www.reddit.com/r/androiddev/comments/yyny41/kotlin_lambda_high_order_functions_memory_leaks/) +- [Dynamic Ui](https://www.reddit.com/r/androiddev/comments/yynvcb/dynamic_ui/) +- [Accessing the user’s current location and location history without their permission on (older versions of) Android](https://www.reddit.com/r/androiddev/comments/yyla2d/accessing_the_users_current_location_and_location/) ### *InfoWorld posts* From 07490fa1f89a3bfc4a6bc7b815efab4d1c7486b2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 20 Nov 2022 01:31:12 +0000 Subject: [PATCH 0350/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a97ec54bf0..396c5e28d5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Dependency injection. What to choose ? Custom made, dagger2, hilt, koin ?](https://www.reddit.com/r/androiddev/comments/yyzvn1/dependency_injection_what_to_choose_custom_made/) -- [I am interested in get data from sensors in an Android phone uploaded to a server/ sql/ nettside. Must it be an APP doing so, or is there other possibilities?](https://www.reddit.com/r/androiddev/comments/yyul7a/i_am_interested_in_get_data_from_sensors_in_an/) -- [22k daily/260k monthly active users. Emerging markets. How much money could this app make?](https://www.reddit.com/r/androiddev/comments/yyu1uo/22k_daily260k_monthly_active_users_emerging/) -- [Good code quality android projects on github you’d recommend for learning purposes?](https://www.reddit.com/r/androiddev/comments/yyt91s/good_code_quality_android_projects_on_github_youd/) -- [IT student wants to learn android](https://www.reddit.com/r/androiddev/comments/yyt860/it_student_wants_to_learn_android/) -- [Is it true that Android Studio is faster on Linux than on Windows?](https://www.reddit.com/r/androiddev/comments/yysg2w/is_it_true_that_android_studio_is_faster_on_linux/) -- [How do I get more uninterrupted dev time?](https://www.reddit.com/r/androiddev/comments/yyqq0s/how_do_i_get_more_uninterrupted_dev_time/) -- [Kotlin Lambda (High order functions) memory leaks?](https://www.reddit.com/r/androiddev/comments/yyny41/kotlin_lambda_high_order_functions_memory_leaks/) -- [Dynamic Ui](https://www.reddit.com/r/androiddev/comments/yynvcb/dynamic_ui/) -- [Accessing the user’s current location and location history without their permission on (older versions of) Android](https://www.reddit.com/r/androiddev/comments/yyla2d/accessing_the_users_current_location_and_location/) +- [Android](https://www.reddit.com/r/androiddev/comments/yzrac2/android/) +- [Advice for beginner](https://www.reddit.com/r/androiddev/comments/yzr29y/advice_for_beginner/) +- [I feel like I have done the biggest mistake as an Android dev](https://www.reddit.com/r/androiddev/comments/yzqiyd/i_feel_like_i_have_done_the_biggest_mistake_as_an/) +- [How to make sure that the app does not crash when it is interrupted?](https://www.reddit.com/r/androiddev/comments/yzoa11/how_to_make_sure_that_the_app_does_not_crash_when/) +- [How Long did it take you](https://www.reddit.com/r/androiddev/comments/yzna7t/how_long_did_it_take_you/) +- [Tips for gaining installs?](https://www.reddit.com/r/androiddev/comments/yzm01x/tips_for_gaining_installs/) +- [Whats the difference between Google Fit and Health Connect?](https://www.reddit.com/r/androiddev/comments/yzko16/whats_the_difference_between_google_fit_and/) +- [Injecting something via hilt into app: Application() is bad practice or not?](https://www.reddit.com/r/androiddev/comments/yzk6s8/injecting_something_via_hilt_into_app_application/) +- [Major AdMob NullPointerException crash surfacing](https://www.reddit.com/r/androiddev/comments/yzh6j2/major_admob_nullpointerexception_crash_surfacing/) +- [What percentage should i ask for a developing a project?](https://www.reddit.com/r/androiddev/comments/yzgmko/what_percentage_should_i_ask_for_a_developing_a/) ### *InfoWorld posts* From 72bd5f3fd426d6ecc19ca3d1ddca09f163ced897 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 21 Nov 2022 01:30:54 +0000 Subject: [PATCH 0351/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 396c5e28d5..1f64bcd764 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android](https://www.reddit.com/r/androiddev/comments/yzrac2/android/) -- [Advice for beginner](https://www.reddit.com/r/androiddev/comments/yzr29y/advice_for_beginner/) -- [I feel like I have done the biggest mistake as an Android dev](https://www.reddit.com/r/androiddev/comments/yzqiyd/i_feel_like_i_have_done_the_biggest_mistake_as_an/) -- [How to make sure that the app does not crash when it is interrupted?](https://www.reddit.com/r/androiddev/comments/yzoa11/how_to_make_sure_that_the_app_does_not_crash_when/) -- [How Long did it take you](https://www.reddit.com/r/androiddev/comments/yzna7t/how_long_did_it_take_you/) -- [Tips for gaining installs?](https://www.reddit.com/r/androiddev/comments/yzm01x/tips_for_gaining_installs/) -- [Whats the difference between Google Fit and Health Connect?](https://www.reddit.com/r/androiddev/comments/yzko16/whats_the_difference_between_google_fit_and/) -- [Injecting something via hilt into app: Application() is bad practice or not?](https://www.reddit.com/r/androiddev/comments/yzk6s8/injecting_something_via_hilt_into_app_application/) -- [Major AdMob NullPointerException crash surfacing](https://www.reddit.com/r/androiddev/comments/yzh6j2/major_admob_nullpointerexception_crash_surfacing/) -- [What percentage should i ask for a developing a project?](https://www.reddit.com/r/androiddev/comments/yzgmko/what_percentage_should_i_ask_for_a_developing_a/) +- [Google play ratings not changing?](https://www.reddit.com/r/androiddev/comments/z0l03z/google_play_ratings_not_changing/) +- [Deep link behind proxy fails verification due to CA certificate not being trusted](https://www.reddit.com/r/androiddev/comments/z0imx3/deep_link_behind_proxy_fails_verification_due_to/) +- [Android Jetpack Country Code Picker](https://www.reddit.com/r/androiddev/comments/z0hom0/android_jetpack_country_code_picker/) +- [I have completed my Android Sound Synthesizer App Tutorial! Learn modern Android development (Kotlin, Jetpack Compose, ViewModels) and sound control (C++, the Oboe library, CMake, JNI, and Kotlin external functions) -> 100% step-by-step project for beginners in 6 parts :) (source code included)](https://www.reddit.com/r/androiddev/comments/z0d0s6/i_have_completed_my_android_sound_synthesizer_app/) +- [Should I Learn React?](https://www.reddit.com/r/androiddev/comments/z0co38/should_i_learn_react/) +- [Do threads get auto paused?](https://www.reddit.com/r/androiddev/comments/z067xg/do_threads_get_auto_paused/) +- [should i check internet connectivity in viewModel or repository?](https://www.reddit.com/r/androiddev/comments/z03c9u/should_i_check_internet_connectivity_in_viewmodel/) +- [So, where do we ask for help with coding questions? Asking a question on Stackoverflow gets you nowhere and you sometimes get a warning for asking a "bad" question. Admins of this subreddit also don't allow asking Android coding questions.](https://www.reddit.com/r/androiddev/comments/yzz8da/so_where_do_we_ask_for_help_with_coding_questions/) +- [test the Microsoft Intune’s encrypt mobile on a virtual andriod](https://www.reddit.com/r/androiddev/comments/yzz3ae/test_the_microsoft_intunes_encrypt_mobile_on_a/) +- [What architecture for Kotlin multiplateform mobile apps](https://www.reddit.com/r/androiddev/comments/yzxxvi/what_architecture_for_kotlin_multiplateform/) ### *InfoWorld posts* From 9a71cd14710d2ba05dd8f587d5d35c6a3ae8b5c8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 22 Nov 2022 01:31:25 +0000 Subject: [PATCH 0352/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1f64bcd764..3d41f97940 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Google play ratings not changing?](https://www.reddit.com/r/androiddev/comments/z0l03z/google_play_ratings_not_changing/) -- [Deep link behind proxy fails verification due to CA certificate not being trusted](https://www.reddit.com/r/androiddev/comments/z0imx3/deep_link_behind_proxy_fails_verification_due_to/) -- [Android Jetpack Country Code Picker](https://www.reddit.com/r/androiddev/comments/z0hom0/android_jetpack_country_code_picker/) -- [I have completed my Android Sound Synthesizer App Tutorial! Learn modern Android development (Kotlin, Jetpack Compose, ViewModels) and sound control (C++, the Oboe library, CMake, JNI, and Kotlin external functions) -> 100% step-by-step project for beginners in 6 parts :) (source code included)](https://www.reddit.com/r/androiddev/comments/z0d0s6/i_have_completed_my_android_sound_synthesizer_app/) -- [Should I Learn React?](https://www.reddit.com/r/androiddev/comments/z0co38/should_i_learn_react/) -- [Do threads get auto paused?](https://www.reddit.com/r/androiddev/comments/z067xg/do_threads_get_auto_paused/) -- [should i check internet connectivity in viewModel or repository?](https://www.reddit.com/r/androiddev/comments/z03c9u/should_i_check_internet_connectivity_in_viewmodel/) -- [So, where do we ask for help with coding questions? Asking a question on Stackoverflow gets you nowhere and you sometimes get a warning for asking a "bad" question. Admins of this subreddit also don't allow asking Android coding questions.](https://www.reddit.com/r/androiddev/comments/yzz8da/so_where_do_we_ask_for_help_with_coding_questions/) -- [test the Microsoft Intune’s encrypt mobile on a virtual andriod](https://www.reddit.com/r/androiddev/comments/yzz3ae/test_the_microsoft_intunes_encrypt_mobile_on_a/) -- [What architecture for Kotlin multiplateform mobile apps](https://www.reddit.com/r/androiddev/comments/yzxxvi/what_architecture_for_kotlin_multiplateform/) +- [Way to use Pixel Camera Services or Samsung optimization for 3rd party apps for any android](https://www.reddit.com/r/androiddev/comments/z1e2m0/way_to_use_pixel_camera_services_or_samsung/) +- [Submitting to Internal testing](https://www.reddit.com/r/androiddev/comments/z1dahf/submitting_to_internal_testing/) +- [hey what does this button do?](https://www.reddit.com/r/androiddev/comments/z1c6yy/hey_what_does_this_button_do/) +- [Freelancing as an android developer](https://www.reddit.com/r/androiddev/comments/z1bekm/freelancing_as_an_android_developer/) +- [Is Flutter stable enough to run a social media app on android?](https://www.reddit.com/r/androiddev/comments/z18faj/is_flutter_stable_enough_to_run_a_social_media/) +- [If you freelance, did picking up devops skills make you more marketable?](https://www.reddit.com/r/androiddev/comments/z17k5n/if_you_freelance_did_picking_up_devops_skills/) +- [Google Location Provider Build Error In Custom MicroG ROM](https://www.reddit.com/r/androiddev/comments/z15ueq/google_location_provider_build_error_in_custom/) +- [A modern color picker for "Jetpack Compose" with multiple types of styles](https://www.reddit.com/r/androiddev/comments/z15dv1/a_modern_color_picker_for_jetpack_compose_with/) +- [Urgent help needed](https://www.reddit.com/r/androiddev/comments/z14rbr/urgent_help_needed/) +- [Introducing Branded buttons - Create social buttons with ease!](https://www.reddit.com/r/androiddev/comments/z14le3/introducing_branded_buttons_create_social_buttons/) ### *InfoWorld posts* From 0570c2dee142a7e34bf5e11439fdb3020f3d67b4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 23 Nov 2022 01:30:35 +0000 Subject: [PATCH 0353/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3d41f97940..61b2b76bf0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Way to use Pixel Camera Services or Samsung optimization for 3rd party apps for any android](https://www.reddit.com/r/androiddev/comments/z1e2m0/way_to_use_pixel_camera_services_or_samsung/) -- [Submitting to Internal testing](https://www.reddit.com/r/androiddev/comments/z1dahf/submitting_to_internal_testing/) -- [hey what does this button do?](https://www.reddit.com/r/androiddev/comments/z1c6yy/hey_what_does_this_button_do/) -- [Freelancing as an android developer](https://www.reddit.com/r/androiddev/comments/z1bekm/freelancing_as_an_android_developer/) -- [Is Flutter stable enough to run a social media app on android?](https://www.reddit.com/r/androiddev/comments/z18faj/is_flutter_stable_enough_to_run_a_social_media/) -- [If you freelance, did picking up devops skills make you more marketable?](https://www.reddit.com/r/androiddev/comments/z17k5n/if_you_freelance_did_picking_up_devops_skills/) -- [Google Location Provider Build Error In Custom MicroG ROM](https://www.reddit.com/r/androiddev/comments/z15ueq/google_location_provider_build_error_in_custom/) -- [A modern color picker for "Jetpack Compose" with multiple types of styles](https://www.reddit.com/r/androiddev/comments/z15dv1/a_modern_color_picker_for_jetpack_compose_with/) -- [Urgent help needed](https://www.reddit.com/r/androiddev/comments/z14rbr/urgent_help_needed/) -- [Introducing Branded buttons - Create social buttons with ease!](https://www.reddit.com/r/androiddev/comments/z14le3/introducing_branded_buttons_create_social_buttons/) +- [A full-featured navigation framework that supports Activity、Fragment and Compose](https://www.reddit.com/r/androiddev/comments/z2b93a/a_fullfeatured_navigation_framework_that_supports/) +- [Retrofitting null-safety onto Java at Meta](https://www.reddit.com/r/androiddev/comments/z29d6z/retrofitting_nullsafety_onto_java_at_meta/) +- [If you freelance in the states, how often do recruiters come to you with jobs?](https://www.reddit.com/r/androiddev/comments/z25xf2/if_you_freelance_in_the_states_how_often_do/) +- [I play around with Compose and post my findings on Twitter. Gists often included for everyone to check out.](https://www.reddit.com/r/androiddev/comments/z25bq6/i_play_around_with_compose_and_post_my_findings/) +- [Download android studio in another drive other than default C: drive?](https://www.reddit.com/r/androiddev/comments/z256k0/download_android_studio_in_another_drive_other/) +- [Survey on cross-platform mobile development frameworks](https://www.reddit.com/r/androiddev/comments/z21dns/survey_on_crossplatform_mobile_development/) +- [Do most companies use Web View to render User interfaces at big companies or do they rely on building static layouts and rendering it with content?](https://www.reddit.com/r/androiddev/comments/z214gl/do_most_companies_use_web_view_to_render_user/) +- [What is the best approach to update data in real time from repository ( network ) in Jetpack compose ?](https://www.reddit.com/r/androiddev/comments/z1xvnd/what_is_the_best_approach_to_update_data_in_real/) +- [Test Driven Data Structures in Kotlin, Linked Lists pt. 2!](https://www.reddit.com/r/androiddev/comments/z1xp79/test_driven_data_structures_in_kotlin_linked/) +- [Dynamically Optimize Any Java Object with Reinforcement Learning](https://www.reddit.com/r/androiddev/comments/z1x9lh/dynamically_optimize_any_java_object_with/) ### *InfoWorld posts* From a3452da2c74ec9218a24ba229d2a60a9c8333685 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 24 Nov 2022 01:30:34 +0000 Subject: [PATCH 0354/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 61b2b76bf0..de2a158327 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [A full-featured navigation framework that supports Activity、Fragment and Compose](https://www.reddit.com/r/androiddev/comments/z2b93a/a_fullfeatured_navigation_framework_that_supports/) -- [Retrofitting null-safety onto Java at Meta](https://www.reddit.com/r/androiddev/comments/z29d6z/retrofitting_nullsafety_onto_java_at_meta/) -- [If you freelance in the states, how often do recruiters come to you with jobs?](https://www.reddit.com/r/androiddev/comments/z25xf2/if_you_freelance_in_the_states_how_often_do/) -- [I play around with Compose and post my findings on Twitter. Gists often included for everyone to check out.](https://www.reddit.com/r/androiddev/comments/z25bq6/i_play_around_with_compose_and_post_my_findings/) -- [Download android studio in another drive other than default C: drive?](https://www.reddit.com/r/androiddev/comments/z256k0/download_android_studio_in_another_drive_other/) -- [Survey on cross-platform mobile development frameworks](https://www.reddit.com/r/androiddev/comments/z21dns/survey_on_crossplatform_mobile_development/) -- [Do most companies use Web View to render User interfaces at big companies or do they rely on building static layouts and rendering it with content?](https://www.reddit.com/r/androiddev/comments/z214gl/do_most_companies_use_web_view_to_render_user/) -- [What is the best approach to update data in real time from repository ( network ) in Jetpack compose ?](https://www.reddit.com/r/androiddev/comments/z1xvnd/what_is_the_best_approach_to_update_data_in_real/) -- [Test Driven Data Structures in Kotlin, Linked Lists pt. 2!](https://www.reddit.com/r/androiddev/comments/z1xp79/test_driven_data_structures_in_kotlin_linked/) -- [Dynamically Optimize Any Java Object with Reinforcement Learning](https://www.reddit.com/r/androiddev/comments/z1x9lh/dynamically_optimize_any_java_object_with/) +- [What screenshot test library do you use?](https://www.reddit.com/r/androiddev/comments/z3594a/what_screenshot_test_library_do_you_use/) +- [Building A Custom ROM for Android Cuttlefish?](https://www.reddit.com/r/androiddev/comments/z34cns/building_a_custom_rom_for_android_cuttlefish/) +- [Where does android assign the duplicate file a <number> aka foo (2).png](https://www.reddit.com/r/androiddev/comments/z33qhi/where_does_android_assign_the_duplicate_file_a/) +- [Android Studio on Apple M1: location spoof and app login problems](https://www.reddit.com/r/androiddev/comments/z3371g/android_studio_on_apple_m1_location_spoof_and_app/) +- [How hard is it to switch from Java in Android Studio to Kotlin?](https://www.reddit.com/r/androiddev/comments/z330y7/how_hard_is_it_to_switch_from_java_in_android/) +- [Google Console Account Termination!](https://www.reddit.com/r/androiddev/comments/z304cx/google_console_account_termination/) +- [Is one activity per layout the correct aproach?](https://www.reddit.com/r/androiddev/comments/z2yisz/is_one_activity_per_layout_the_correct_aproach/) +- [Best way to move from Web app to Mobile app](https://www.reddit.com/r/androiddev/comments/z2y3ia/best_way_to_move_from_web_app_to_mobile_app/) +- [Confusion about MVVM with list data](https://www.reddit.com/r/androiddev/comments/z2xsna/confusion_about_mvvm_with_list_data/) +- [How To Build/Run Custom OS on Cuttlefish Virtual Device](https://www.reddit.com/r/androiddev/comments/z2wme5/how_to_buildrun_custom_os_on_cuttlefish_virtual/) ### *InfoWorld posts* From 0f9b269d06a8e8d769626a3547e067b331017105 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 25 Nov 2022 01:30:27 +0000 Subject: [PATCH 0355/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index de2a158327..392bbdfdc6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What screenshot test library do you use?](https://www.reddit.com/r/androiddev/comments/z3594a/what_screenshot_test_library_do_you_use/) -- [Building A Custom ROM for Android Cuttlefish?](https://www.reddit.com/r/androiddev/comments/z34cns/building_a_custom_rom_for_android_cuttlefish/) -- [Where does android assign the duplicate file a <number> aka foo (2).png](https://www.reddit.com/r/androiddev/comments/z33qhi/where_does_android_assign_the_duplicate_file_a/) -- [Android Studio on Apple M1: location spoof and app login problems](https://www.reddit.com/r/androiddev/comments/z3371g/android_studio_on_apple_m1_location_spoof_and_app/) -- [How hard is it to switch from Java in Android Studio to Kotlin?](https://www.reddit.com/r/androiddev/comments/z330y7/how_hard_is_it_to_switch_from_java_in_android/) -- [Google Console Account Termination!](https://www.reddit.com/r/androiddev/comments/z304cx/google_console_account_termination/) -- [Is one activity per layout the correct aproach?](https://www.reddit.com/r/androiddev/comments/z2yisz/is_one_activity_per_layout_the_correct_aproach/) -- [Best way to move from Web app to Mobile app](https://www.reddit.com/r/androiddev/comments/z2y3ia/best_way_to_move_from_web_app_to_mobile_app/) -- [Confusion about MVVM with list data](https://www.reddit.com/r/androiddev/comments/z2xsna/confusion_about_mvvm_with_list_data/) -- [How To Build/Run Custom OS on Cuttlefish Virtual Device](https://www.reddit.com/r/androiddev/comments/z2wme5/how_to_buildrun_custom_os_on_cuttlefish_virtual/) +- [What software do you used to recover your deleted Android Studio projects](https://www.reddit.com/r/androiddev/comments/z3zl2p/what_software_do_you_used_to_recover_your_deleted/) +- [android pls, pls fix this bug /(feature?) ! 😵😵😵](https://www.reddit.com/r/androiddev/comments/z3wf73/android_pls_pls_fix_this_bug_feature/) +- [How deep can the Real Time .updateChildren() go?](https://www.reddit.com/r/androiddev/comments/z3uqmp/how_deep_can_the_real_time_updatechildren_go/) +- [Failed to resolve: io.fotoapparat:fotoapparat:2.7.0](https://www.reddit.com/r/androiddev/comments/z3ufn5/failed_to_resolve_iofotoapparatfotoapparat270/) +- [What is your favorite Android Studio plugin?](https://www.reddit.com/r/androiddev/comments/z3tyln/what_is_your_favorite_android_studio_plugin/) +- [implantation of vpn protocols](https://www.reddit.com/r/androiddev/comments/z3ts42/implantation_of_vpn_protocols/) +- [Baseline profiles makes app slower on some devices?](https://www.reddit.com/r/androiddev/comments/z3tcfa/baseline_profiles_makes_app_slower_on_some_devices/) +- [Paparazzi Android Studio plugin to record, verify and view the snapshots within the IDE.](https://www.reddit.com/r/androiddev/comments/z3taq6/paparazzi_android_studio_plugin_to_record_verify/) +- [How do apps like WhatsApp send Stylised high priority push notifications?](https://www.reddit.com/r/androiddev/comments/z3rse5/how_do_apps_like_whatsapp_send_stylised_high/) +- [How can I save bitmap as JPEG - Java?](https://www.reddit.com/r/androiddev/comments/z3rs8y/how_can_i_save_bitmap_as_jpeg_java/) ### *InfoWorld posts* From f6f4635f25f5cb9dc7bb0bf3b27231e0107a0171 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 26 Nov 2022 01:29:43 +0000 Subject: [PATCH 0356/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 392bbdfdc6..306fb620a1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What software do you used to recover your deleted Android Studio projects](https://www.reddit.com/r/androiddev/comments/z3zl2p/what_software_do_you_used_to_recover_your_deleted/) -- [android pls, pls fix this bug /(feature?) ! 😵😵😵](https://www.reddit.com/r/androiddev/comments/z3wf73/android_pls_pls_fix_this_bug_feature/) -- [How deep can the Real Time .updateChildren() go?](https://www.reddit.com/r/androiddev/comments/z3uqmp/how_deep_can_the_real_time_updatechildren_go/) -- [Failed to resolve: io.fotoapparat:fotoapparat:2.7.0](https://www.reddit.com/r/androiddev/comments/z3ufn5/failed_to_resolve_iofotoapparatfotoapparat270/) -- [What is your favorite Android Studio plugin?](https://www.reddit.com/r/androiddev/comments/z3tyln/what_is_your_favorite_android_studio_plugin/) -- [implantation of vpn protocols](https://www.reddit.com/r/androiddev/comments/z3ts42/implantation_of_vpn_protocols/) -- [Baseline profiles makes app slower on some devices?](https://www.reddit.com/r/androiddev/comments/z3tcfa/baseline_profiles_makes_app_slower_on_some_devices/) -- [Paparazzi Android Studio plugin to record, verify and view the snapshots within the IDE.](https://www.reddit.com/r/androiddev/comments/z3taq6/paparazzi_android_studio_plugin_to_record_verify/) -- [How do apps like WhatsApp send Stylised high priority push notifications?](https://www.reddit.com/r/androiddev/comments/z3rse5/how_do_apps_like_whatsapp_send_stylised_high/) -- [How can I save bitmap as JPEG - Java?](https://www.reddit.com/r/androiddev/comments/z3rs8y/how_can_i_save_bitmap_as_jpeg_java/) +- [Bluetooth pairing "An app is needed for this device"](https://www.reddit.com/r/androiddev/comments/z4q0lv/bluetooth_pairing_an_app_is_needed_for_this_device/) +- [Can we call MobileAds.initialize in user thread?](https://www.reddit.com/r/androiddev/comments/z4mw5h/can_we_call_mobileadsinitialize_in_user_thread/) +- [Everything you need to know about Google Play Billing Library 5](https://www.reddit.com/r/androiddev/comments/z4lq2w/everything_you_need_to_know_about_google_play/) +- [Android Studio returns colors as long decimal](https://www.reddit.com/r/androiddev/comments/z4li8i/android_studio_returns_colors_as_long_decimal/) +- [Analytics and KPI tools](https://www.reddit.com/r/androiddev/comments/z4ldzd/analytics_and_kpi_tools/) +- [Gradle 7.6 Released](https://www.reddit.com/r/androiddev/comments/z4l3d1/gradle_76_released/) +- [Does anyone know what the expected lifecycle of a NotificationListener service is.](https://www.reddit.com/r/androiddev/comments/z4l2sz/does_anyone_know_what_the_expected_lifecycle_of_a/) +- [How does an app know your location when you're using a VPN?](https://www.reddit.com/r/androiddev/comments/z4hnmu/how_does_an_app_know_your_location_when_youre/) +- [MVVM pattern with external Library requires view](https://www.reddit.com/r/androiddev/comments/z4f57u/mvvm_pattern_with_external_library_requires_view/) +- [Is there any android api for passive(background) video recording both front and back cameras as well as screen recording](https://www.reddit.com/r/androiddev/comments/z4erfy/is_there_any_android_api_for_passivebackground/) ### *InfoWorld posts* From f09574f6f79bfdf0c3178d487dbc70d22936b72f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 27 Nov 2022 01:30:38 +0000 Subject: [PATCH 0357/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 306fb620a1..178cb1c97a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Bluetooth pairing "An app is needed for this device"](https://www.reddit.com/r/androiddev/comments/z4q0lv/bluetooth_pairing_an_app_is_needed_for_this_device/) -- [Can we call MobileAds.initialize in user thread?](https://www.reddit.com/r/androiddev/comments/z4mw5h/can_we_call_mobileadsinitialize_in_user_thread/) -- [Everything you need to know about Google Play Billing Library 5](https://www.reddit.com/r/androiddev/comments/z4lq2w/everything_you_need_to_know_about_google_play/) -- [Android Studio returns colors as long decimal](https://www.reddit.com/r/androiddev/comments/z4li8i/android_studio_returns_colors_as_long_decimal/) -- [Analytics and KPI tools](https://www.reddit.com/r/androiddev/comments/z4ldzd/analytics_and_kpi_tools/) -- [Gradle 7.6 Released](https://www.reddit.com/r/androiddev/comments/z4l3d1/gradle_76_released/) -- [Does anyone know what the expected lifecycle of a NotificationListener service is.](https://www.reddit.com/r/androiddev/comments/z4l2sz/does_anyone_know_what_the_expected_lifecycle_of_a/) -- [How does an app know your location when you're using a VPN?](https://www.reddit.com/r/androiddev/comments/z4hnmu/how_does_an_app_know_your_location_when_youre/) -- [MVVM pattern with external Library requires view](https://www.reddit.com/r/androiddev/comments/z4f57u/mvvm_pattern_with_external_library_requires_view/) -- [Is there any android api for passive(background) video recording both front and back cameras as well as screen recording](https://www.reddit.com/r/androiddev/comments/z4erfy/is_there_any_android_api_for_passivebackground/) +- [Is there a way to make an app start at power up and make sure it stays up?](https://www.reddit.com/r/androiddev/comments/z5lbe4/is_there_a_way_to_make_an_app_start_at_power_up/) +- [Will Android ever release its own game engine/game making kit?](https://www.reddit.com/r/androiddev/comments/z5jduh/will_android_ever_release_its_own_game_enginegame/) +- [Any non-software way to limit device volume in Android?](https://www.reddit.com/r/androiddev/comments/z5iorp/any_nonsoftware_way_to_limit_device_volume_in/) +- [Send notifications only if app is in background](https://www.reddit.com/r/androiddev/comments/z5cp17/send_notifications_only_if_app_is_in_background/) +- [Non compliant SDK warning on an older APK](https://www.reddit.com/r/androiddev/comments/z5c9qn/non_compliant_sdk_warning_on_an_older_apk/) +- [How to test viewModel in which flow from RemoteMediator has been collected?](https://www.reddit.com/r/androiddev/comments/z5c6cm/how_to_test_viewmodel_in_which_flow_from/) +- [What do you do before coding your app?](https://www.reddit.com/r/androiddev/comments/z5baoj/what_do_you_do_before_coding_your_app/) +- [Create custom layouts with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/z57d4l/create_custom_layouts_with_jetpack_compose/) +- [Best way to start/stop/restart accessibility service](https://www.reddit.com/r/androiddev/comments/z55t9d/best_way_to_startstoprestart_accessibility_service/) +- [Which is more popular android or ios development?](https://www.reddit.com/r/androiddev/comments/z54vbw/which_is_more_popular_android_or_ios_development/) ### *InfoWorld posts* From 28ec07cc6fd5a968f716b1ec688cff3d6e5cf7bc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 28 Nov 2022 01:30:35 +0000 Subject: [PATCH 0358/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 178cb1c97a..227c05ef2c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is there a way to make an app start at power up and make sure it stays up?](https://www.reddit.com/r/androiddev/comments/z5lbe4/is_there_a_way_to_make_an_app_start_at_power_up/) -- [Will Android ever release its own game engine/game making kit?](https://www.reddit.com/r/androiddev/comments/z5jduh/will_android_ever_release_its_own_game_enginegame/) -- [Any non-software way to limit device volume in Android?](https://www.reddit.com/r/androiddev/comments/z5iorp/any_nonsoftware_way_to_limit_device_volume_in/) -- [Send notifications only if app is in background](https://www.reddit.com/r/androiddev/comments/z5cp17/send_notifications_only_if_app_is_in_background/) -- [Non compliant SDK warning on an older APK](https://www.reddit.com/r/androiddev/comments/z5c9qn/non_compliant_sdk_warning_on_an_older_apk/) -- [How to test viewModel in which flow from RemoteMediator has been collected?](https://www.reddit.com/r/androiddev/comments/z5c6cm/how_to_test_viewmodel_in_which_flow_from/) -- [What do you do before coding your app?](https://www.reddit.com/r/androiddev/comments/z5baoj/what_do_you_do_before_coding_your_app/) -- [Create custom layouts with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/z57d4l/create_custom_layouts_with_jetpack_compose/) -- [Best way to start/stop/restart accessibility service](https://www.reddit.com/r/androiddev/comments/z55t9d/best_way_to_startstoprestart_accessibility_service/) -- [Which is more popular android or ios development?](https://www.reddit.com/r/androiddev/comments/z54vbw/which_is_more_popular_android_or_ios_development/) +- [Can anyone recommend a good resource for learning Android in Java for 2022?](https://www.reddit.com/r/androiddev/comments/z6glrm/can_anyone_recommend_a_good_resource_for_learning/) +- [A few Kotlin constructs](https://www.reddit.com/r/androiddev/comments/z6bxti/a_few_kotlin_constructs/) +- [Step Counter app: JobScheduler & Foreground Service](https://www.reddit.com/r/androiddev/comments/z67be0/step_counter_app_jobscheduler_foreground_service/) +- [How do I make apps without Studio?](https://www.reddit.com/r/androiddev/comments/z61uu9/how_do_i_make_apps_without_studio/) +- [This bot will tweet the app link whenever a new app enters the top charts in Google Play!](https://www.reddit.com/r/androiddev/comments/z6173m/this_bot_will_tweet_the_app_link_whenever_a_new/) +- [Any good learning resources for custom views and compounds views ?](https://www.reddit.com/r/androiddev/comments/z607dt/any_good_learning_resources_for_custom_views_and/) +- [Best way of handling visibility?](https://www.reddit.com/r/androiddev/comments/z603vn/best_way_of_handling_visibility/) +- [Make bottom navigation view disappear in certain fragments](https://www.reddit.com/r/androiddev/comments/z5z7ca/make_bottom_navigation_view_disappear_in_certain/) +- [Address autocomplete (or something similar) without Google Maps API](https://www.reddit.com/r/androiddev/comments/z5z6co/address_autocomplete_or_something_similar_without/) +- [Is it possible to have a virtual camera in android?](https://www.reddit.com/r/androiddev/comments/z5xbh7/is_it_possible_to_have_a_virtual_camera_in_android/) ### *InfoWorld posts* From ce4f41d750bdf38e96efc7c4a3885f541b9dc9b6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 29 Nov 2022 01:30:07 +0000 Subject: [PATCH 0359/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 227c05ef2c..4bb468a79b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Can anyone recommend a good resource for learning Android in Java for 2022?](https://www.reddit.com/r/androiddev/comments/z6glrm/can_anyone_recommend_a_good_resource_for_learning/) -- [A few Kotlin constructs](https://www.reddit.com/r/androiddev/comments/z6bxti/a_few_kotlin_constructs/) -- [Step Counter app: JobScheduler & Foreground Service](https://www.reddit.com/r/androiddev/comments/z67be0/step_counter_app_jobscheduler_foreground_service/) -- [How do I make apps without Studio?](https://www.reddit.com/r/androiddev/comments/z61uu9/how_do_i_make_apps_without_studio/) -- [This bot will tweet the app link whenever a new app enters the top charts in Google Play!](https://www.reddit.com/r/androiddev/comments/z6173m/this_bot_will_tweet_the_app_link_whenever_a_new/) -- [Any good learning resources for custom views and compounds views ?](https://www.reddit.com/r/androiddev/comments/z607dt/any_good_learning_resources_for_custom_views_and/) -- [Best way of handling visibility?](https://www.reddit.com/r/androiddev/comments/z603vn/best_way_of_handling_visibility/) -- [Make bottom navigation view disappear in certain fragments](https://www.reddit.com/r/androiddev/comments/z5z7ca/make_bottom_navigation_view_disappear_in_certain/) -- [Address autocomplete (or something similar) without Google Maps API](https://www.reddit.com/r/androiddev/comments/z5z6co/address_autocomplete_or_something_similar_without/) -- [Is it possible to have a virtual camera in android?](https://www.reddit.com/r/androiddev/comments/z5xbh7/is_it_possible_to_have_a_virtual_camera_in_android/) +- [What are media file types on Android?](https://www.reddit.com/r/androiddev/comments/z7fc23/what_are_media_file_types_on_android/) +- [Is there no way to keep apps' login information when changing phones](https://www.reddit.com/r/androiddev/comments/z7bbcs/is_there_no_way_to_keep_apps_login_information/) +- [Looking for a non senior position](https://www.reddit.com/r/androiddev/comments/z7b961/looking_for_a_non_senior_position/) +- [Any good resources for HAL interface development?](https://www.reddit.com/r/androiddev/comments/z79gzp/any_good_resources_for_hal_interface_development/) +- [Does WorkManager run even app is not open for service ?](https://www.reddit.com/r/androiddev/comments/z70o9e/does_workmanager_run_even_app_is_not_open_for/) +- [Can someone please share road map to master unit testing in android?](https://www.reddit.com/r/androiddev/comments/z6zcky/can_someone_please_share_road_map_to_master_unit/) +- [Looking for advice from an Android Dev perspective](https://www.reddit.com/r/androiddev/comments/z6z7bk/looking_for_advice_from_an_android_dev_perspective/) +- [Weekly Who's Hiring Thread - November 28, 2022](https://www.reddit.com/r/androiddev/comments/z6xbl6/weekly_whos_hiring_thread_november_28_2022/) +- [Internet radio help needed](https://www.reddit.com/r/androiddev/comments/z6wrrk/internet_radio_help_needed/) +- [What is a proper way to write a JUnit tests for a method doing simple calculations but it can have a lot of edge/boundary/error combinations?](https://www.reddit.com/r/androiddev/comments/z6wdjh/what_is_a_proper_way_to_write_a_junit_tests_for_a/) ### *InfoWorld posts* From cfd932a267e541e04c0b4f3e2ffebdfc56074026 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 30 Nov 2022 01:30:15 +0000 Subject: [PATCH 0360/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4bb468a79b..3d35cc0e89 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What are media file types on Android?](https://www.reddit.com/r/androiddev/comments/z7fc23/what_are_media_file_types_on_android/) -- [Is there no way to keep apps' login information when changing phones](https://www.reddit.com/r/androiddev/comments/z7bbcs/is_there_no_way_to_keep_apps_login_information/) -- [Looking for a non senior position](https://www.reddit.com/r/androiddev/comments/z7b961/looking_for_a_non_senior_position/) -- [Any good resources for HAL interface development?](https://www.reddit.com/r/androiddev/comments/z79gzp/any_good_resources_for_hal_interface_development/) -- [Does WorkManager run even app is not open for service ?](https://www.reddit.com/r/androiddev/comments/z70o9e/does_workmanager_run_even_app_is_not_open_for/) -- [Can someone please share road map to master unit testing in android?](https://www.reddit.com/r/androiddev/comments/z6zcky/can_someone_please_share_road_map_to_master_unit/) -- [Looking for advice from an Android Dev perspective](https://www.reddit.com/r/androiddev/comments/z6z7bk/looking_for_advice_from_an_android_dev_perspective/) -- [Weekly Who's Hiring Thread - November 28, 2022](https://www.reddit.com/r/androiddev/comments/z6xbl6/weekly_whos_hiring_thread_november_28_2022/) -- [Internet radio help needed](https://www.reddit.com/r/androiddev/comments/z6wrrk/internet_radio_help_needed/) -- [What is a proper way to write a JUnit tests for a method doing simple calculations but it can have a lot of edge/boundary/error combinations?](https://www.reddit.com/r/androiddev/comments/z6wdjh/what_is_a_proper_way_to_write_a_junit_tests_for_a/) +- [in this case,is 1 ⭐ better or 5? 🤷🏾](https://www.reddit.com/r/androiddev/comments/z87qa0/in_this_caseis_1_better_or_5/) +- [what minimum SDK is recommended these days?](https://www.reddit.com/r/androiddev/comments/z83vkv/what_minimum_sdk_is_recommended_these_days/) +- [Changing locale works in debug version of app, but only updates to English or Spanish in release version, no other locales work](https://www.reddit.com/r/androiddev/comments/z837pw/changing_locale_works_in_debug_version_of_app_but/) +- [New framework from Slack - Circuit](https://www.reddit.com/r/androiddev/comments/z82mw6/new_framework_from_slack_circuit/) +- [Shared viewModel with parent fragment as viewModelStoreOwner](https://www.reddit.com/r/androiddev/comments/z80v8l/shared_viewmodel_with_parent_fragment_as/) +- [Best dev tool for chat app](https://www.reddit.com/r/androiddev/comments/z7yqub/best_dev_tool_for_chat_app/) +- [What does this download symbol mean?](https://www.reddit.com/r/androiddev/comments/z7yox8/what_does_this_download_symbol_mean/) +- [Notification permissions in Pixel 6](https://www.reddit.com/r/androiddev/comments/z7vjs3/notification_permissions_in_pixel_6/) +- [Can't publish an update to app, stuck in Sensitive Permissions and APIs loop on multiple tracks](https://www.reddit.com/r/androiddev/comments/z7vcf3/cant_publish_an_update_to_app_stuck_in_sensitive/) +- [We released a new version of ShapeShift (0.7.0) - A lightweight, modular, performant and extensible library for Object Mapping](https://www.reddit.com/r/androiddev/comments/z7v5yo/we_released_a_new_version_of_shapeshift_070_a/) ### *InfoWorld posts* From bc6dc75733fd2391762077e5e6b13d28598e8189 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 1 Dec 2022 01:31:28 +0000 Subject: [PATCH 0361/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3d35cc0e89..3b616d5968 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [in this case,is 1 ⭐ better or 5? 🤷🏾](https://www.reddit.com/r/androiddev/comments/z87qa0/in_this_caseis_1_better_or_5/) -- [what minimum SDK is recommended these days?](https://www.reddit.com/r/androiddev/comments/z83vkv/what_minimum_sdk_is_recommended_these_days/) -- [Changing locale works in debug version of app, but only updates to English or Spanish in release version, no other locales work](https://www.reddit.com/r/androiddev/comments/z837pw/changing_locale_works_in_debug_version_of_app_but/) -- [New framework from Slack - Circuit](https://www.reddit.com/r/androiddev/comments/z82mw6/new_framework_from_slack_circuit/) -- [Shared viewModel with parent fragment as viewModelStoreOwner](https://www.reddit.com/r/androiddev/comments/z80v8l/shared_viewmodel_with_parent_fragment_as/) -- [Best dev tool for chat app](https://www.reddit.com/r/androiddev/comments/z7yqub/best_dev_tool_for_chat_app/) -- [What does this download symbol mean?](https://www.reddit.com/r/androiddev/comments/z7yox8/what_does_this_download_symbol_mean/) -- [Notification permissions in Pixel 6](https://www.reddit.com/r/androiddev/comments/z7vjs3/notification_permissions_in_pixel_6/) -- [Can't publish an update to app, stuck in Sensitive Permissions and APIs loop on multiple tracks](https://www.reddit.com/r/androiddev/comments/z7vcf3/cant_publish_an_update_to_app_stuck_in_sensitive/) -- [We released a new version of ShapeShift (0.7.0) - A lightweight, modular, performant and extensible library for Object Mapping](https://www.reddit.com/r/androiddev/comments/z7v5yo/we_released_a_new_version_of_shapeshift_070_a/) +- [Implicit PendingIntent vulnerability -- Google's suggested remediation isn't working](https://www.reddit.com/r/androiddev/comments/z921md/implicit_pendingintent_vulnerability_googles/) +- [Android Studio Flamingo Canary 9 now available](https://www.reddit.com/r/androiddev/comments/z9217q/android_studio_flamingo_canary_9_now_available/) +- [ML solution for analyze arrays](https://www.reddit.com/r/androiddev/comments/z91b8b/ml_solution_for_analyze_arrays/) +- [Urgent help with privacy policy](https://www.reddit.com/r/androiddev/comments/z90dow/urgent_help_with_privacy_policy/) +- [Android Studio Electric Eel RC1 now availabe](https://www.reddit.com/r/androiddev/comments/z8yo43/android_studio_electric_eel_rc1_now_availabe/) +- [soft keyboard/layout issue](https://www.reddit.com/r/androiddev/comments/z8xqpq/soft_keyboardlayout_issue/) +- [Key store question..](https://www.reddit.com/r/androiddev/comments/z8x6zj/key_store_question/) +- [A year ago I created simple and small app for reading PDFs just to learn something new. Recently Google started asked for Privacy Policy even though I have no ads and I am not gathering any data. Can I simply write that in PP in few words or I could get sued for some reason?](https://www.reddit.com/r/androiddev/comments/z8whk7/a_year_ago_i_created_simple_and_small_app_for/) +- [What is best way to make backend for apps, NodeJS or Ktor ? or something else ?](https://www.reddit.com/r/androiddev/comments/z8wcow/what_is_best_way_to_make_backend_for_apps_nodejs/) +- [OutOfMemoryError light Firestore request in CoroutineWorker](https://www.reddit.com/r/androiddev/comments/z8vzb4/outofmemoryerror_light_firestore_request_in/) ### *InfoWorld posts* From 8feb7b21aa319978149c013b3d120e1ff0db75ef Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 2 Dec 2022 01:29:56 +0000 Subject: [PATCH 0362/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3b616d5968..4fe736c270 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Implicit PendingIntent vulnerability -- Google's suggested remediation isn't working](https://www.reddit.com/r/androiddev/comments/z921md/implicit_pendingintent_vulnerability_googles/) -- [Android Studio Flamingo Canary 9 now available](https://www.reddit.com/r/androiddev/comments/z9217q/android_studio_flamingo_canary_9_now_available/) -- [ML solution for analyze arrays](https://www.reddit.com/r/androiddev/comments/z91b8b/ml_solution_for_analyze_arrays/) -- [Urgent help with privacy policy](https://www.reddit.com/r/androiddev/comments/z90dow/urgent_help_with_privacy_policy/) -- [Android Studio Electric Eel RC1 now availabe](https://www.reddit.com/r/androiddev/comments/z8yo43/android_studio_electric_eel_rc1_now_availabe/) -- [soft keyboard/layout issue](https://www.reddit.com/r/androiddev/comments/z8xqpq/soft_keyboardlayout_issue/) -- [Key store question..](https://www.reddit.com/r/androiddev/comments/z8x6zj/key_store_question/) -- [A year ago I created simple and small app for reading PDFs just to learn something new. Recently Google started asked for Privacy Policy even though I have no ads and I am not gathering any data. Can I simply write that in PP in few words or I could get sued for some reason?](https://www.reddit.com/r/androiddev/comments/z8whk7/a_year_ago_i_created_simple_and_small_app_for/) -- [What is best way to make backend for apps, NodeJS or Ktor ? or something else ?](https://www.reddit.com/r/androiddev/comments/z8wcow/what_is_best_way_to_make_backend_for_apps_nodejs/) -- [OutOfMemoryError light Firestore request in CoroutineWorker](https://www.reddit.com/r/androiddev/comments/z8vzb4/outofmemoryerror_light_firestore_request_in/) +- [If someone with no technical knowhow hires a company or person to make them an app, how do they ensure that their app isn't "stolen"?](https://www.reddit.com/r/androiddev/comments/za6f5l/if_someone_with_no_technical_knowhow_hires_a/) +- [Worth converting to jetpack compose?](https://www.reddit.com/r/androiddev/comments/za4sum/worth_converting_to_jetpack_compose/) +- [Looking for a Guide/Repo that show how to collapse code like Reddit Comments](https://www.reddit.com/r/androiddev/comments/za1rrc/looking_for_a_guiderepo_that_show_how_to_collapse/) +- [Rewrite code generated by fragment/activities](https://www.reddit.com/r/androiddev/comments/z9zhcd/rewrite_code_generated_by_fragmentactivities/) +- [Read/Print JSON(saved in ASSETS) in Unit Test instrumental](https://www.reddit.com/r/androiddev/comments/z9z75y/readprint_jsonsaved_in_assets_in_unit_test/) +- [gradle 8 breaks my auto app](https://www.reddit.com/r/androiddev/comments/z9y7bc/gradle_8_breaks_my_auto_app/) +- [Memory Safe Languages in Android 13](https://www.reddit.com/r/androiddev/comments/z9wq9x/memory_safe_languages_in_android_13/) +- [howto HUD](https://www.reddit.com/r/androiddev/comments/z9w5ca/howto_hud/) +- [Can we usually flag these kind of 1 star review in Google Play store?](https://www.reddit.com/r/androiddev/comments/z9vvuk/can_we_usually_flag_these_kind_of_1_star_review/) +- [Jetpack Compose Tutorial that contains many subjects such as Canvas, Animation, BlendModes, Neon Effect, Gooey Effect, SubcomposeLayout, Recomposition, Phases, Composables, Gestures, Custom Layouts,SideEffect APi and some of the 410 question i answered on Stackoverflow with Thracian Alias](https://www.reddit.com/r/androiddev/comments/z9vl41/jetpack_compose_tutorial_that_contains_many/) ### *InfoWorld posts* From b4dfc0a990905625af993defd902afbb749105f1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 3 Dec 2022 01:29:34 +0000 Subject: [PATCH 0363/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4fe736c270..cb5238bfcb 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [If someone with no technical knowhow hires a company or person to make them an app, how do they ensure that their app isn't "stolen"?](https://www.reddit.com/r/androiddev/comments/za6f5l/if_someone_with_no_technical_knowhow_hires_a/) -- [Worth converting to jetpack compose?](https://www.reddit.com/r/androiddev/comments/za4sum/worth_converting_to_jetpack_compose/) -- [Looking for a Guide/Repo that show how to collapse code like Reddit Comments](https://www.reddit.com/r/androiddev/comments/za1rrc/looking_for_a_guiderepo_that_show_how_to_collapse/) -- [Rewrite code generated by fragment/activities](https://www.reddit.com/r/androiddev/comments/z9zhcd/rewrite_code_generated_by_fragmentactivities/) -- [Read/Print JSON(saved in ASSETS) in Unit Test instrumental](https://www.reddit.com/r/androiddev/comments/z9z75y/readprint_jsonsaved_in_assets_in_unit_test/) -- [gradle 8 breaks my auto app](https://www.reddit.com/r/androiddev/comments/z9y7bc/gradle_8_breaks_my_auto_app/) -- [Memory Safe Languages in Android 13](https://www.reddit.com/r/androiddev/comments/z9wq9x/memory_safe_languages_in_android_13/) -- [howto HUD](https://www.reddit.com/r/androiddev/comments/z9w5ca/howto_hud/) -- [Can we usually flag these kind of 1 star review in Google Play store?](https://www.reddit.com/r/androiddev/comments/z9vvuk/can_we_usually_flag_these_kind_of_1_star_review/) -- [Jetpack Compose Tutorial that contains many subjects such as Canvas, Animation, BlendModes, Neon Effect, Gooey Effect, SubcomposeLayout, Recomposition, Phases, Composables, Gestures, Custom Layouts,SideEffect APi and some of the 410 question i answered on Stackoverflow with Thracian Alias](https://www.reddit.com/r/androiddev/comments/z9vl41/jetpack_compose_tutorial_that_contains_many/) +- [For those who made an iOS app first, how did you make the android version?](https://www.reddit.com/r/androiddev/comments/zaxx1z/for_those_who_made_an_ios_app_first_how_did_you/) +- [MacBook Pro M2 - recommended RAM](https://www.reddit.com/r/androiddev/comments/zaxtz8/macbook_pro_m2_recommended_ram/) +- [[Question] Factory Reset & new Trial of app](https://www.reddit.com/r/androiddev/comments/zav7eh/question_factory_reset_new_trial_of_app/) +- [Is possible to dual bot 2 roms in a single android?](https://www.reddit.com/r/androiddev/comments/zauuvu/is_possible_to_dual_bot_2_roms_in_a_single_android/) +- [Transient dependencies and Play Store violations](https://www.reddit.com/r/androiddev/comments/zaudu6/transient_dependencies_and_play_store_violations/) +- [Android UI state managment](https://www.reddit.com/r/androiddev/comments/zau375/android_ui_state_managment/) +- [How to do screenshot tests on android](https://www.reddit.com/r/androiddev/comments/zaspaq/how_to_do_screenshot_tests_on_android/) +- [Using TurboJpeg with NDK](https://www.reddit.com/r/androiddev/comments/zasol3/using_turbojpeg_with_ndk/) +- [What are your best practice for handling state between ViewModel and Activity with compose?](https://www.reddit.com/r/androiddev/comments/zaqhtb/what_are_your_best_practice_for_handling_state/) +- [What is best for multi plataform?](https://www.reddit.com/r/androiddev/comments/zankq1/what_is_best_for_multi_plataform/) ### *InfoWorld posts* From 7eb6f7ef6cb8890244218c7e6dbf55da97080662 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 4 Dec 2022 01:29:58 +0000 Subject: [PATCH 0364/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cb5238bfcb..d4c17a9cc7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android 13 - android.os.BadParcelableException: Parcelable encountered ClassNotFoundException reading a Serializable object](https://www.reddit.com/r/androiddev/comments/zbvimp/android_13_androidosbadparcelableexception/) +- [Play Integrity verdict: unevaluated](https://www.reddit.com/r/androiddev/comments/zbqy40/play_integrity_verdict_unevaluated/) +- [What is your favorite library/plugin?](https://www.reddit.com/r/androiddev/comments/zbpnwm/what_is_your_favorite_libraryplugin/) +- [Is there any library for wheel of fortune view like this](https://www.reddit.com/r/androiddev/comments/zbp2n6/is_there_any_library_for_wheel_of_fortune_view/) +- [Where to start Open Source?](https://www.reddit.com/r/androiddev/comments/zbmq8i/where_to_start_open_source/) +- [Is it possible to inspect element in a specific app?](https://www.reddit.com/r/androiddev/comments/zbjq10/is_it_possible_to_inspect_element_in_a_specific/) +- [Sharing advertising numbers/data.](https://www.reddit.com/r/androiddev/comments/zbhw0v/sharing_advertising_numbersdata/) +- [Are you guys aware of any library that can allow me to make a similar performance indicator?](https://www.reddit.com/r/androiddev/comments/zbhh3q/are_you_guys_aware_of_any_library_that_can_allow/) +- [Read real-time Heart rate data from watch to mobile app](https://www.reddit.com/r/androiddev/comments/zbcd8j/read_realtime_heart_rate_data_from_watch_to/) - [For those who made an iOS app first, how did you make the android version?](https://www.reddit.com/r/androiddev/comments/zaxx1z/for_those_who_made_an_ios_app_first_how_did_you/) -- [MacBook Pro M2 - recommended RAM](https://www.reddit.com/r/androiddev/comments/zaxtz8/macbook_pro_m2_recommended_ram/) -- [[Question] Factory Reset & new Trial of app](https://www.reddit.com/r/androiddev/comments/zav7eh/question_factory_reset_new_trial_of_app/) -- [Is possible to dual bot 2 roms in a single android?](https://www.reddit.com/r/androiddev/comments/zauuvu/is_possible_to_dual_bot_2_roms_in_a_single_android/) -- [Transient dependencies and Play Store violations](https://www.reddit.com/r/androiddev/comments/zaudu6/transient_dependencies_and_play_store_violations/) -- [Android UI state managment](https://www.reddit.com/r/androiddev/comments/zau375/android_ui_state_managment/) -- [How to do screenshot tests on android](https://www.reddit.com/r/androiddev/comments/zaspaq/how_to_do_screenshot_tests_on_android/) -- [Using TurboJpeg with NDK](https://www.reddit.com/r/androiddev/comments/zasol3/using_turbojpeg_with_ndk/) -- [What are your best practice for handling state between ViewModel and Activity with compose?](https://www.reddit.com/r/androiddev/comments/zaqhtb/what_are_your_best_practice_for_handling_state/) -- [What is best for multi plataform?](https://www.reddit.com/r/androiddev/comments/zankq1/what_is_best_for_multi_plataform/) ### *InfoWorld posts* From 6cb1b38f0ae017fa11a0b517a111145eb526ea0a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 5 Dec 2022 01:29:50 +0000 Subject: [PATCH 0365/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d4c17a9cc7..b451fb62b2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android 13 - android.os.BadParcelableException: Parcelable encountered ClassNotFoundException reading a Serializable object](https://www.reddit.com/r/androiddev/comments/zbvimp/android_13_androidosbadparcelableexception/) -- [Play Integrity verdict: unevaluated](https://www.reddit.com/r/androiddev/comments/zbqy40/play_integrity_verdict_unevaluated/) -- [What is your favorite library/plugin?](https://www.reddit.com/r/androiddev/comments/zbpnwm/what_is_your_favorite_libraryplugin/) -- [Is there any library for wheel of fortune view like this](https://www.reddit.com/r/androiddev/comments/zbp2n6/is_there_any_library_for_wheel_of_fortune_view/) -- [Where to start Open Source?](https://www.reddit.com/r/androiddev/comments/zbmq8i/where_to_start_open_source/) -- [Is it possible to inspect element in a specific app?](https://www.reddit.com/r/androiddev/comments/zbjq10/is_it_possible_to_inspect_element_in_a_specific/) -- [Sharing advertising numbers/data.](https://www.reddit.com/r/androiddev/comments/zbhw0v/sharing_advertising_numbersdata/) -- [Are you guys aware of any library that can allow me to make a similar performance indicator?](https://www.reddit.com/r/androiddev/comments/zbhh3q/are_you_guys_aware_of_any_library_that_can_allow/) -- [Read real-time Heart rate data from watch to mobile app](https://www.reddit.com/r/androiddev/comments/zbcd8j/read_realtime_heart_rate_data_from_watch_to/) -- [For those who made an iOS app first, how did you make the android version?](https://www.reddit.com/r/androiddev/comments/zaxx1z/for_those_who_made_an_ios_app_first_how_did_you/) +- [AOSP Question.](https://www.reddit.com/r/androiddev/comments/zcsgzj/aosp_question/) +- [ConcatAdapter and Filter Searchview](https://www.reddit.com/r/androiddev/comments/zcott0/concatadapter_and_filter_searchview/) +- [Unit Tests. Cant print arrays](https://www.reddit.com/r/androiddev/comments/zckt31/unit_tests_cant_print_arrays/) +- [Anybody managed to have emulator's skins working on Apple Silicon M1 Pro ?](https://www.reddit.com/r/androiddev/comments/zck8ym/anybody_managed_to_have_emulators_skins_working/) +- [How would you implement adding an image inside EditText?](https://www.reddit.com/r/androiddev/comments/zcij24/how_would_you_implement_adding_an_image_inside/) +- [sam a50 fix?](https://www.reddit.com/r/androiddev/comments/zciey9/sam_a50_fix/) +- [Unit testing the UI in a fragment with a dependency on a ViewModel](https://www.reddit.com/r/androiddev/comments/zci0sy/unit_testing_the_ui_in_a_fragment_with_a/) +- [What is the correct way to offer free trial for user, in new V4 billing library?](https://www.reddit.com/r/androiddev/comments/zcgov2/what_is_the_correct_way_to_offer_free_trial_for/) +- [14" M1 MBP stays warm when closed, when emulator is on – any fix?](https://www.reddit.com/r/androiddev/comments/zcfudy/14_m1_mbp_stays_warm_when_closed_when_emulator_is/) +- [What's the fastest/best way to develop an app for a college assignment?](https://www.reddit.com/r/androiddev/comments/zce24m/whats_the_fastestbest_way_to_develop_an_app_for_a/) ### *InfoWorld posts* From b80a7847650795f091c288e08fa5588687e298d9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 6 Dec 2022 01:29:34 +0000 Subject: [PATCH 0366/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b451fb62b2..1fb4bdb172 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [AOSP Question.](https://www.reddit.com/r/androiddev/comments/zcsgzj/aosp_question/) -- [ConcatAdapter and Filter Searchview](https://www.reddit.com/r/androiddev/comments/zcott0/concatadapter_and_filter_searchview/) -- [Unit Tests. Cant print arrays](https://www.reddit.com/r/androiddev/comments/zckt31/unit_tests_cant_print_arrays/) -- [Anybody managed to have emulator's skins working on Apple Silicon M1 Pro ?](https://www.reddit.com/r/androiddev/comments/zck8ym/anybody_managed_to_have_emulators_skins_working/) -- [How would you implement adding an image inside EditText?](https://www.reddit.com/r/androiddev/comments/zcij24/how_would_you_implement_adding_an_image_inside/) -- [sam a50 fix?](https://www.reddit.com/r/androiddev/comments/zciey9/sam_a50_fix/) -- [Unit testing the UI in a fragment with a dependency on a ViewModel](https://www.reddit.com/r/androiddev/comments/zci0sy/unit_testing_the_ui_in_a_fragment_with_a/) -- [What is the correct way to offer free trial for user, in new V4 billing library?](https://www.reddit.com/r/androiddev/comments/zcgov2/what_is_the_correct_way_to_offer_free_trial_for/) -- [14" M1 MBP stays warm when closed, when emulator is on – any fix?](https://www.reddit.com/r/androiddev/comments/zcfudy/14_m1_mbp_stays_warm_when_closed_when_emulator_is/) -- [What's the fastest/best way to develop an app for a college assignment?](https://www.reddit.com/r/androiddev/comments/zce24m/whats_the_fastestbest_way_to_develop_an_app_for_a/) +- [Jetpack compose pagination](https://www.reddit.com/r/androiddev/comments/zdqm6e/jetpack_compose_pagination/) +- [Here’s a playlist of 7 hours of music with NO VOCALS I use to focus when I’m coding /learning . Post yours as well if you also have one!](https://www.reddit.com/r/androiddev/comments/zdqbx1/heres_a_playlist_of_7_hours_of_music_with_no/) +- [Given our small team what should our priorities be? · Discussion #775 · androidx/constraintlayout](https://www.reddit.com/r/androiddev/comments/zdpe1m/given_our_small_team_what_should_our_priorities/) +- [Check out the opening of my Jesus Christ Dating Sim "For The Love of God!!"](https://www.reddit.com/r/androiddev/comments/zdp5fb/check_out_the_opening_of_my_jesus_christ_dating/) +- [Implementing Clips on iOS and Android](https://www.reddit.com/r/androiddev/comments/zdlonp/implementing_clips_on_ios_and_android/) +- [Android 13 for TV is now available](https://www.reddit.com/r/androiddev/comments/zdl9di/android_13_for_tv_is_now_available/) +- [Which laptop shall I pick for Android development? Macbook Pro vs Zenbook Pro](https://www.reddit.com/r/androiddev/comments/zddz6t/which_laptop_shall_i_pick_for_android_development/) +- [WhatsApp audio not clear when speaker on. No problem with other apps like messenger and viber. Any advice](https://www.reddit.com/r/androiddev/comments/zddw0f/whatsapp_audio_not_clear_when_speaker_on_no/) +- [Jetpack compose tutorial for beginners.](https://www.reddit.com/r/androiddev/comments/zddf7i/jetpack_compose_tutorial_for_beginners/) +- [Introducing the Architecture Templates](https://www.reddit.com/r/androiddev/comments/zdcwr4/introducing_the_architecture_templates/) ### *InfoWorld posts* From 5932fb2f11c65d86d74f89d69ca758a339b52a12 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 7 Dec 2022 01:30:22 +0000 Subject: [PATCH 0367/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1fb4bdb172..7f2e35a435 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Jetpack compose pagination](https://www.reddit.com/r/androiddev/comments/zdqm6e/jetpack_compose_pagination/) -- [Here’s a playlist of 7 hours of music with NO VOCALS I use to focus when I’m coding /learning . Post yours as well if you also have one!](https://www.reddit.com/r/androiddev/comments/zdqbx1/heres_a_playlist_of_7_hours_of_music_with_no/) -- [Given our small team what should our priorities be? · Discussion #775 · androidx/constraintlayout](https://www.reddit.com/r/androiddev/comments/zdpe1m/given_our_small_team_what_should_our_priorities/) -- [Check out the opening of my Jesus Christ Dating Sim "For The Love of God!!"](https://www.reddit.com/r/androiddev/comments/zdp5fb/check_out_the_opening_of_my_jesus_christ_dating/) -- [Implementing Clips on iOS and Android](https://www.reddit.com/r/androiddev/comments/zdlonp/implementing_clips_on_ios_and_android/) -- [Android 13 for TV is now available](https://www.reddit.com/r/androiddev/comments/zdl9di/android_13_for_tv_is_now_available/) -- [Which laptop shall I pick for Android development? Macbook Pro vs Zenbook Pro](https://www.reddit.com/r/androiddev/comments/zddz6t/which_laptop_shall_i_pick_for_android_development/) -- [WhatsApp audio not clear when speaker on. No problem with other apps like messenger and viber. Any advice](https://www.reddit.com/r/androiddev/comments/zddw0f/whatsapp_audio_not_clear_when_speaker_on_no/) -- [Jetpack compose tutorial for beginners.](https://www.reddit.com/r/androiddev/comments/zddf7i/jetpack_compose_tutorial_for_beginners/) -- [Introducing the Architecture Templates](https://www.reddit.com/r/androiddev/comments/zdcwr4/introducing_the_architecture_templates/) +- [Which laptop is better for Android development](https://www.reddit.com/r/androiddev/comments/zenvdh/which_laptop_is_better_for_android_development/) +- [Android Open Source Code Review like how context API is implemented, Fragment API implementation, and more.](https://www.reddit.com/r/androiddev/comments/zems13/android_open_source_code_review_like_how_context/) +- [How to port APK's to Android 2.0?](https://www.reddit.com/r/androiddev/comments/zekypo/how_to_port_apks_to_android_20/) +- [battery usage page. how can I report this bug with this video?](https://www.reddit.com/r/androiddev/comments/zehr5p/battery_usage_page_how_can_i_report_this_bug_with/) +- [Bottom Sheet in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/zebnjg/bottom_sheet_in_jetpack_compose/) +- [Custom snackbar library for compose](https://www.reddit.com/r/androiddev/comments/zebl34/custom_snackbar_library_for_compose/) +- [So, I am half-way building my project, but I am a bit confused after reading LiveData, Databinding, ViewModel, Dependency Inj, and observable.](https://www.reddit.com/r/androiddev/comments/zeb2oo/so_i_am_halfway_building_my_project_but_i_am_a/) +- [The android admob native templates and video ads](https://www.reddit.com/r/androiddev/comments/ze6x5j/the_android_admob_native_templates_and_video_ads/) +- [7 Android Resources To Level Up As a Developer](https://www.reddit.com/r/androiddev/comments/ze4hxs/7_android_resources_to_level_up_as_a_developer/) +- [Android Oauth Authentication](https://www.reddit.com/r/androiddev/comments/ze48fn/android_oauth_authentication/) ### *InfoWorld posts* From 0c2621d7156d8f6fa2038009ce2c2cb49f0c1d32 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 8 Dec 2022 01:30:16 +0000 Subject: [PATCH 0368/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7f2e35a435..739efb2c70 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Which laptop is better for Android development](https://www.reddit.com/r/androiddev/comments/zenvdh/which_laptop_is_better_for_android_development/) -- [Android Open Source Code Review like how context API is implemented, Fragment API implementation, and more.](https://www.reddit.com/r/androiddev/comments/zems13/android_open_source_code_review_like_how_context/) -- [How to port APK's to Android 2.0?](https://www.reddit.com/r/androiddev/comments/zekypo/how_to_port_apks_to_android_20/) -- [battery usage page. how can I report this bug with this video?](https://www.reddit.com/r/androiddev/comments/zehr5p/battery_usage_page_how_can_i_report_this_bug_with/) -- [Bottom Sheet in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/zebnjg/bottom_sheet_in_jetpack_compose/) -- [Custom snackbar library for compose](https://www.reddit.com/r/androiddev/comments/zebl34/custom_snackbar_library_for_compose/) -- [So, I am half-way building my project, but I am a bit confused after reading LiveData, Databinding, ViewModel, Dependency Inj, and observable.](https://www.reddit.com/r/androiddev/comments/zeb2oo/so_i_am_halfway_building_my_project_but_i_am_a/) -- [The android admob native templates and video ads](https://www.reddit.com/r/androiddev/comments/ze6x5j/the_android_admob_native_templates_and_video_ads/) -- [7 Android Resources To Level Up As a Developer](https://www.reddit.com/r/androiddev/comments/ze4hxs/7_android_resources_to_level_up_as_a_developer/) -- [Android Oauth Authentication](https://www.reddit.com/r/androiddev/comments/ze48fn/android_oauth_authentication/) +- [Android uses a different Regex format than the entire JRE?](https://www.reddit.com/r/androiddev/comments/zfhezq/android_uses_a_different_regex_format_than_the/) +- [Where can I see market share data by device model?](https://www.reddit.com/r/androiddev/comments/zff9yh/where_can_i_see_market_share_data_by_device_model/) +- [Dark Mode not working](https://www.reddit.com/r/androiddev/comments/zfdfp2/dark_mode_not_working/) +- [Fake app violation email from google@ads-console.com?](https://www.reddit.com/r/androiddev/comments/zfcl5z/fake_app_violation_email_from_googleadsconsolecom/) +- [Any line chart or charts in general android library?](https://www.reddit.com/r/androiddev/comments/zfb1gc/any_line_chart_or_charts_in_general_android/) +- [So, I made an entire app in Visual Studio Code...](https://www.reddit.com/r/androiddev/comments/zf7ybo/so_i_made_an_entire_app_in_visual_studio_code/) +- [Dark Theme in Jetpack Compose with Material 3](https://www.reddit.com/r/androiddev/comments/zf327t/dark_theme_in_jetpack_compose_with_material_3/) +- [Kotlin Flow terminal operators collect(), first(), last(), single(), toSet(), toList(), fold(), reduce() - Everything you need to know | Kotlin Flow for Android Development](https://www.reddit.com/r/androiddev/comments/zf1a0f/kotlin_flow_terminal_operators_collect_first_last/) +- [How would I play one voicemail and disable the other one from inside the same adapter?](https://www.reddit.com/r/androiddev/comments/zf09f7/how_would_i_play_one_voicemail_and_disable_the/) +- [Starting up a app developer company. Need marketing advice.](https://www.reddit.com/r/androiddev/comments/zf03e1/starting_up_a_app_developer_company_need/) ### *InfoWorld posts* From 4bff3500d33a3d53b2ac09285a6497ccbb17b6fb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 9 Dec 2022 01:30:08 +0000 Subject: [PATCH 0369/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 739efb2c70..e2b9d55f52 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android uses a different Regex format than the entire JRE?](https://www.reddit.com/r/androiddev/comments/zfhezq/android_uses_a_different_regex_format_than_the/) -- [Where can I see market share data by device model?](https://www.reddit.com/r/androiddev/comments/zff9yh/where_can_i_see_market_share_data_by_device_model/) -- [Dark Mode not working](https://www.reddit.com/r/androiddev/comments/zfdfp2/dark_mode_not_working/) -- [Fake app violation email from google@ads-console.com?](https://www.reddit.com/r/androiddev/comments/zfcl5z/fake_app_violation_email_from_googleadsconsolecom/) -- [Any line chart or charts in general android library?](https://www.reddit.com/r/androiddev/comments/zfb1gc/any_line_chart_or_charts_in_general_android/) -- [So, I made an entire app in Visual Studio Code...](https://www.reddit.com/r/androiddev/comments/zf7ybo/so_i_made_an_entire_app_in_visual_studio_code/) -- [Dark Theme in Jetpack Compose with Material 3](https://www.reddit.com/r/androiddev/comments/zf327t/dark_theme_in_jetpack_compose_with_material_3/) -- [Kotlin Flow terminal operators collect(), first(), last(), single(), toSet(), toList(), fold(), reduce() - Everything you need to know | Kotlin Flow for Android Development](https://www.reddit.com/r/androiddev/comments/zf1a0f/kotlin_flow_terminal_operators_collect_first_last/) -- [How would I play one voicemail and disable the other one from inside the same adapter?](https://www.reddit.com/r/androiddev/comments/zf09f7/how_would_i_play_one_voicemail_and_disable_the/) -- [Starting up a app developer company. Need marketing advice.](https://www.reddit.com/r/androiddev/comments/zf03e1/starting_up_a_app_developer_company_need/) +- [Building android APKs with autotools ... I've made a start](https://www.reddit.com/r/androiddev/comments/zghnb4/building_android_apks_with_autotools_ive_made_a/) +- [Can Apple/Google see the content of all push notifications?](https://www.reddit.com/r/androiddev/comments/zgdvki/can_applegoogle_see_the_content_of_all_push/) +- [An anxious dilemma regarding Kotlin Multi-platform Mobile for Android and iOS app development .......without a MacBook.](https://www.reddit.com/r/androiddev/comments/zgdtez/an_anxious_dilemma_regarding_kotlin_multiplatform/) +- [How to use Firestore and Room together in MVVM?](https://www.reddit.com/r/androiddev/comments/zgdhln/how_to_use_firestore_and_room_together_in_mvvm/) +- [How do you like to document your states/events/screens (compose)?](https://www.reddit.com/r/androiddev/comments/zgd18n/how_do_you_like_to_document_your/) +- [App Bar and Navigation Drawer in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/zg8kci/app_bar_and_navigation_drawer_in_jetpack_compose/) +- [Installing/configuring an archive version of Android Studio](https://www.reddit.com/r/androiddev/comments/zg7s5u/installingconfiguring_an_archive_version_of/) +- [Is there a point-and-click UI to add dependencies in Android Studio instead of having to make various entries in the gradle files?](https://www.reddit.com/r/androiddev/comments/zg6sev/is_there_a_pointandclick_ui_to_add_dependencies/) +- [Which version of Android Studio has the most stable emulator?](https://www.reddit.com/r/androiddev/comments/zg6dou/which_version_of_android_studio_has_the_most/) +- [what is debugImplementation?](https://www.reddit.com/r/androiddev/comments/zg3chu/what_is_debugimplementation/) ### *InfoWorld posts* From ae1acef309a346f50dc7f32d35890cb73eb98ea2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 10 Dec 2022 01:29:36 +0000 Subject: [PATCH 0370/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e2b9d55f52..0877c3010f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Building android APKs with autotools ... I've made a start](https://www.reddit.com/r/androiddev/comments/zghnb4/building_android_apks_with_autotools_ive_made_a/) -- [Can Apple/Google see the content of all push notifications?](https://www.reddit.com/r/androiddev/comments/zgdvki/can_applegoogle_see_the_content_of_all_push/) -- [An anxious dilemma regarding Kotlin Multi-platform Mobile for Android and iOS app development .......without a MacBook.](https://www.reddit.com/r/androiddev/comments/zgdtez/an_anxious_dilemma_regarding_kotlin_multiplatform/) -- [How to use Firestore and Room together in MVVM?](https://www.reddit.com/r/androiddev/comments/zgdhln/how_to_use_firestore_and_room_together_in_mvvm/) -- [How do you like to document your states/events/screens (compose)?](https://www.reddit.com/r/androiddev/comments/zgd18n/how_do_you_like_to_document_your/) -- [App Bar and Navigation Drawer in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/zg8kci/app_bar_and_navigation_drawer_in_jetpack_compose/) -- [Installing/configuring an archive version of Android Studio](https://www.reddit.com/r/androiddev/comments/zg7s5u/installingconfiguring_an_archive_version_of/) -- [Is there a point-and-click UI to add dependencies in Android Studio instead of having to make various entries in the gradle files?](https://www.reddit.com/r/androiddev/comments/zg6sev/is_there_a_pointandclick_ui_to_add_dependencies/) -- [Which version of Android Studio has the most stable emulator?](https://www.reddit.com/r/androiddev/comments/zg6dou/which_version_of_android_studio_has_the_most/) -- [what is debugImplementation?](https://www.reddit.com/r/androiddev/comments/zg3chu/what_is_debugimplementation/) +- [Service disruption status in the app](https://www.reddit.com/r/androiddev/comments/zhcnbu/service_disruption_status_in_the_app/) +- [React Flutter or Ionic](https://www.reddit.com/r/androiddev/comments/zhcfa5/react_flutter_or_ionic/) +- [I don't understand how the code work.](https://www.reddit.com/r/androiddev/comments/zh77mw/i_dont_understand_how_the_code_work/) +- [What's the Android job market like for 2023?](https://www.reddit.com/r/androiddev/comments/zh6jro/whats_the_android_job_market_like_for_2023/) +- [Mapping magic keyboard to use it in Android Studio like you would on Macbook](https://www.reddit.com/r/androiddev/comments/zh5rvc/mapping_magic_keyboard_to_use_it_in_android/) +- [Firebase Cloud Messages vs sleeping apps](https://www.reddit.com/r/androiddev/comments/zh4w11/firebase_cloud_messages_vs_sleeping_apps/) +- [How to make a scrollview ?](https://www.reddit.com/r/androiddev/comments/zh24ot/how_to_make_a_scrollview/) +- [Google Play Console (GPC) Dashboard KPIs](https://www.reddit.com/r/androiddev/comments/zh1hkc/google_play_console_gpc_dashboard_kpis/) +- [Does Play Store distribute AAB's just like Firebase App Distribution?](https://www.reddit.com/r/androiddev/comments/zh0ngn/does_play_store_distribute_aabs_just_like/) +- [How do I remove an APK from the Play Store?](https://www.reddit.com/r/androiddev/comments/zh0k7w/how_do_i_remove_an_apk_from_the_play_store/) ### *InfoWorld posts* From 4b8fa7638d6b42ad7945858023676e5a34d143fe Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 11 Dec 2022 01:30:27 +0000 Subject: [PATCH 0371/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0877c3010f..cd893a965e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Service disruption status in the app](https://www.reddit.com/r/androiddev/comments/zhcnbu/service_disruption_status_in_the_app/) -- [React Flutter or Ionic](https://www.reddit.com/r/androiddev/comments/zhcfa5/react_flutter_or_ionic/) -- [I don't understand how the code work.](https://www.reddit.com/r/androiddev/comments/zh77mw/i_dont_understand_how_the_code_work/) -- [What's the Android job market like for 2023?](https://www.reddit.com/r/androiddev/comments/zh6jro/whats_the_android_job_market_like_for_2023/) -- [Mapping magic keyboard to use it in Android Studio like you would on Macbook](https://www.reddit.com/r/androiddev/comments/zh5rvc/mapping_magic_keyboard_to_use_it_in_android/) -- [Firebase Cloud Messages vs sleeping apps](https://www.reddit.com/r/androiddev/comments/zh4w11/firebase_cloud_messages_vs_sleeping_apps/) -- [How to make a scrollview ?](https://www.reddit.com/r/androiddev/comments/zh24ot/how_to_make_a_scrollview/) -- [Google Play Console (GPC) Dashboard KPIs](https://www.reddit.com/r/androiddev/comments/zh1hkc/google_play_console_gpc_dashboard_kpis/) -- [Does Play Store distribute AAB's just like Firebase App Distribution?](https://www.reddit.com/r/androiddev/comments/zh0ngn/does_play_store_distribute_aabs_just_like/) -- [How do I remove an APK from the Play Store?](https://www.reddit.com/r/androiddev/comments/zh0k7w/how_do_i_remove_an_apk_from_the_play_store/) +- [User got scammed on an adsense ad in my app - what should I do?](https://www.reddit.com/r/androiddev/comments/zi9vza/user_got_scammed_on_an_adsense_ad_in_my_app_what/) +- [Where do I start with a Delivery request / accept app](https://www.reddit.com/r/androiddev/comments/zi74tc/where_do_i_start_with_a_delivery_request_accept/) +- [Android Cuttlefish Fails to Boot - Kernel Error](https://www.reddit.com/r/androiddev/comments/zi5ixo/android_cuttlefish_fails_to_boot_kernel_error/) +- [Is letting a widget be configurable to be fully transparent a bad idea ?](https://www.reddit.com/r/androiddev/comments/zi4k8y/is_letting_a_widget_be_configurable_to_be_fully/) +- [Publishing a Web App with In-App-Subscription: What's the matter with fees?](https://www.reddit.com/r/androiddev/comments/zi0kp7/publishing_a_web_app_with_inappsubscription_whats/) +- [Best practices for drop shadows of SVG](https://www.reddit.com/r/androiddev/comments/zhzboi/best_practices_for_drop_shadows_of_svg/) +- [There's no way to test Toast messages in androidSdk 30 and above?](https://www.reddit.com/r/androiddev/comments/zhwzpp/theres_no_way_to_test_toast_messages_in/) +- [Policy violation email scam?](https://www.reddit.com/r/androiddev/comments/zhw0ca/policy_violation_email_scam/) +- [How to avoid app store tax for PWA](https://www.reddit.com/r/androiddev/comments/zhtro4/how_to_avoid_app_store_tax_for_pwa/) +- [do you know any apps like this?](https://www.reddit.com/r/androiddev/comments/zhtp8a/do_you_know_any_apps_like_this/) ### *InfoWorld posts* From e7458f20ed22a1a72c0aba142e58bea3b7fe7670 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 12 Dec 2022 01:30:22 +0000 Subject: [PATCH 0372/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cd893a965e..855df902af 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [User got scammed on an adsense ad in my app - what should I do?](https://www.reddit.com/r/androiddev/comments/zi9vza/user_got_scammed_on_an_adsense_ad_in_my_app_what/) -- [Where do I start with a Delivery request / accept app](https://www.reddit.com/r/androiddev/comments/zi74tc/where_do_i_start_with_a_delivery_request_accept/) -- [Android Cuttlefish Fails to Boot - Kernel Error](https://www.reddit.com/r/androiddev/comments/zi5ixo/android_cuttlefish_fails_to_boot_kernel_error/) -- [Is letting a widget be configurable to be fully transparent a bad idea ?](https://www.reddit.com/r/androiddev/comments/zi4k8y/is_letting_a_widget_be_configurable_to_be_fully/) -- [Publishing a Web App with In-App-Subscription: What's the matter with fees?](https://www.reddit.com/r/androiddev/comments/zi0kp7/publishing_a_web_app_with_inappsubscription_whats/) -- [Best practices for drop shadows of SVG](https://www.reddit.com/r/androiddev/comments/zhzboi/best_practices_for_drop_shadows_of_svg/) -- [There's no way to test Toast messages in androidSdk 30 and above?](https://www.reddit.com/r/androiddev/comments/zhwzpp/theres_no_way_to_test_toast_messages_in/) -- [Policy violation email scam?](https://www.reddit.com/r/androiddev/comments/zhw0ca/policy_violation_email_scam/) -- [How to avoid app store tax for PWA](https://www.reddit.com/r/androiddev/comments/zhtro4/how_to_avoid_app_store_tax_for_pwa/) -- [do you know any apps like this?](https://www.reddit.com/r/androiddev/comments/zhtp8a/do_you_know_any_apps_like_this/) +- [MOBILE GAME PUBLISHER](https://www.reddit.com/r/androiddev/comments/zjg5fe/mobile_game_publisher/) +- [Looking for a (relatively) easy option to setup a prototype app](https://www.reddit.com/r/androiddev/comments/zjde7h/looking_for_a_relatively_easy_option_to_setup_a/) +- [Kotlin or Java?](https://www.reddit.com/r/androiddev/comments/zjamtf/kotlin_or_java/) +- [What is the purpose of Samples Packaging Data in Google repositories ?](https://www.reddit.com/r/androiddev/comments/zj7xrg/what_is_the_purpose_of_samples_packaging_data_in/) +- [I just started software university, I will make iOS and Android applications, I want to work with Swift for iOS, but can you give suggestions for Android?](https://www.reddit.com/r/androiddev/comments/zj79lm/i_just_started_software_university_i_will_make/) +- [Pro App or In App Purchase](https://www.reddit.com/r/androiddev/comments/zj3npl/pro_app_or_in_app_purchase/) +- [How to save response from Volley post request](https://www.reddit.com/r/androiddev/comments/zizhht/how_to_save_response_from_volley_post_request/) +- [I get all possible errors in the Google play console](https://www.reddit.com/r/androiddev/comments/ziyc0g/i_get_all_possible_errors_in_the_google_play/) +- [With maestro, do you guys see any point in writing instrumented UI tests using Espresso?](https://www.reddit.com/r/androiddev/comments/ziv11c/with_maestro_do_you_guys_see_any_point_in_writing/) +- [How can I get Added/Deleted code numbers from the GitHub API?](https://www.reddit.com/r/androiddev/comments/ziuncv/how_can_i_get_addeddeleted_code_numbers_from_the/) ### *InfoWorld posts* From 587011db0205d2d4a76ead455fc02b6224a48410 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 13 Dec 2022 01:30:38 +0000 Subject: [PATCH 0373/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 855df902af..ac65d8f680 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [MOBILE GAME PUBLISHER](https://www.reddit.com/r/androiddev/comments/zjg5fe/mobile_game_publisher/) -- [Looking for a (relatively) easy option to setup a prototype app](https://www.reddit.com/r/androiddev/comments/zjde7h/looking_for_a_relatively_easy_option_to_setup_a/) -- [Kotlin or Java?](https://www.reddit.com/r/androiddev/comments/zjamtf/kotlin_or_java/) -- [What is the purpose of Samples Packaging Data in Google repositories ?](https://www.reddit.com/r/androiddev/comments/zj7xrg/what_is_the_purpose_of_samples_packaging_data_in/) -- [I just started software university, I will make iOS and Android applications, I want to work with Swift for iOS, but can you give suggestions for Android?](https://www.reddit.com/r/androiddev/comments/zj79lm/i_just_started_software_university_i_will_make/) -- [Pro App or In App Purchase](https://www.reddit.com/r/androiddev/comments/zj3npl/pro_app_or_in_app_purchase/) -- [How to save response from Volley post request](https://www.reddit.com/r/androiddev/comments/zizhht/how_to_save_response_from_volley_post_request/) -- [I get all possible errors in the Google play console](https://www.reddit.com/r/androiddev/comments/ziyc0g/i_get_all_possible_errors_in_the_google_play/) -- [With maestro, do you guys see any point in writing instrumented UI tests using Espresso?](https://www.reddit.com/r/androiddev/comments/ziv11c/with_maestro_do_you_guys_see_any_point_in_writing/) -- [How can I get Added/Deleted code numbers from the GitHub API?](https://www.reddit.com/r/androiddev/comments/ziuncv/how_can_i_get_addeddeleted_code_numbers_from_the/) +- [APK update rejected because of data safety - Personal Info Data Type - Email Address](https://www.reddit.com/r/androiddev/comments/zkdamy/apk_update_rejected_because_of_data_safety/) +- [How to handle APK files that are getting to big for Google Play?](https://www.reddit.com/r/androiddev/comments/zkcoz7/how_to_handle_apk_files_that_are_getting_to_big/) +- [Emulate multiple apps??](https://www.reddit.com/r/androiddev/comments/zk9yza/emulate_multiple_apps/) +- [How to pass bundle object between fragments using safeArgs?](https://www.reddit.com/r/androiddev/comments/zk8qh8/how_to_pass_bundle_object_between_fragments_using/) +- [How much it cost to make an app like BookMyShow?](https://www.reddit.com/r/androiddev/comments/zk5u9d/how_much_it_cost_to_make_an_app_like_bookmyshow/) +- [Anyone with a media app dreading this?](https://www.reddit.com/r/androiddev/comments/zk1hxt/anyone_with_a_media_app_dreading_this/) +- [Weekly Who's Hiring Thread - December 12, 2022](https://www.reddit.com/r/androiddev/comments/zjzvcs/weekly_whos_hiring_thread_december_12_2022/) +- [Google Play Developer Account terminated because it is "associated"](https://www.reddit.com/r/androiddev/comments/zjyqxv/google_play_developer_account_terminated_because/) +- [Weekly discussion, code review, and feedback thread - December 12, 2022](https://www.reddit.com/r/androiddev/comments/zjyez9/weekly_discussion_code_review_and_feedback_thread/) +- [Backend for mobile apps](https://www.reddit.com/r/androiddev/comments/zjycsg/backend_for_mobile_apps/) ### *InfoWorld posts* From 88e8359372a679a3303ec95e4d0f2850bc35d1b6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 14 Dec 2022 01:29:46 +0000 Subject: [PATCH 0374/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ac65d8f680..d5b376ccc8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [APK update rejected because of data safety - Personal Info Data Type - Email Address](https://www.reddit.com/r/androiddev/comments/zkdamy/apk_update_rejected_because_of_data_safety/) -- [How to handle APK files that are getting to big for Google Play?](https://www.reddit.com/r/androiddev/comments/zkcoz7/how_to_handle_apk_files_that_are_getting_to_big/) -- [Emulate multiple apps??](https://www.reddit.com/r/androiddev/comments/zk9yza/emulate_multiple_apps/) -- [How to pass bundle object between fragments using safeArgs?](https://www.reddit.com/r/androiddev/comments/zk8qh8/how_to_pass_bundle_object_between_fragments_using/) -- [How much it cost to make an app like BookMyShow?](https://www.reddit.com/r/androiddev/comments/zk5u9d/how_much_it_cost_to_make_an_app_like_bookmyshow/) -- [Anyone with a media app dreading this?](https://www.reddit.com/r/androiddev/comments/zk1hxt/anyone_with_a_media_app_dreading_this/) -- [Weekly Who's Hiring Thread - December 12, 2022](https://www.reddit.com/r/androiddev/comments/zjzvcs/weekly_whos_hiring_thread_december_12_2022/) -- [Google Play Developer Account terminated because it is "associated"](https://www.reddit.com/r/androiddev/comments/zjyqxv/google_play_developer_account_terminated_because/) -- [Weekly discussion, code review, and feedback thread - December 12, 2022](https://www.reddit.com/r/androiddev/comments/zjyez9/weekly_discussion_code_review_and_feedback_thread/) -- [Backend for mobile apps](https://www.reddit.com/r/androiddev/comments/zjycsg/backend_for_mobile_apps/) +- [I have a proto file and I would like to implement it inside android studo and generate the code](https://www.reddit.com/r/androiddev/comments/zlbgd4/i_have_a_proto_file_and_i_would_like_to_implement/) +- [Be carful of this kind of scam (android devs ), by email.](https://www.reddit.com/r/androiddev/comments/zlbb0t/be_carful_of_this_kind_of_scam_android_devs_by/) +- [Creating a Collapsing TopAppBar with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/zl84p0/creating_a_collapsing_topappbar_with_jetpack/) +- [What is your prefered Solution to saving Data from Android Games in a Cloud Database?](https://www.reddit.com/r/androiddev/comments/zl5oz6/what_is_your_prefered_solution_to_saving_data/) +- [Android is replacing iptables with ebpf.](https://www.reddit.com/r/androiddev/comments/zl4wx7/android_is_replacing_iptables_with_ebpf/) +- [Jetpack Compose Course](https://www.reddit.com/r/androiddev/comments/zl4klo/jetpack_compose_course/) +- [Jetpack compose textfield not scrolling to cursor position when it's resized](https://www.reddit.com/r/androiddev/comments/zl3z3o/jetpack_compose_textfield_not_scrolling_to_cursor/) +- [How to toggle blocking of incoming SMS and Calls in Android (Java or Kotlin)](https://www.reddit.com/r/androiddev/comments/zl3suk/how_to_toggle_blocking_of_incoming_sms_and_calls/) +- [HOW TF do you inject into a fragment with Dagger 2??](https://www.reddit.com/r/androiddev/comments/zl3n7j/how_tf_do_you_inject_into_a_fragment_with_dagger_2/) +- [App rejected: Issue found: Invalid Data safety form](https://www.reddit.com/r/androiddev/comments/zl31i2/app_rejected_issue_found_invalid_data_safety_form/) ### *InfoWorld posts* From 7697774a078e542fe0ed2173e16a283f15fa1e47 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 15 Dec 2022 01:30:44 +0000 Subject: [PATCH 0375/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d5b376ccc8..c9768b889b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I have a proto file and I would like to implement it inside android studo and generate the code](https://www.reddit.com/r/androiddev/comments/zlbgd4/i_have_a_proto_file_and_i_would_like_to_implement/) -- [Be carful of this kind of scam (android devs ), by email.](https://www.reddit.com/r/androiddev/comments/zlbb0t/be_carful_of_this_kind_of_scam_android_devs_by/) -- [Creating a Collapsing TopAppBar with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/zl84p0/creating_a_collapsing_topappbar_with_jetpack/) -- [What is your prefered Solution to saving Data from Android Games in a Cloud Database?](https://www.reddit.com/r/androiddev/comments/zl5oz6/what_is_your_prefered_solution_to_saving_data/) -- [Android is replacing iptables with ebpf.](https://www.reddit.com/r/androiddev/comments/zl4wx7/android_is_replacing_iptables_with_ebpf/) -- [Jetpack Compose Course](https://www.reddit.com/r/androiddev/comments/zl4klo/jetpack_compose_course/) -- [Jetpack compose textfield not scrolling to cursor position when it's resized](https://www.reddit.com/r/androiddev/comments/zl3z3o/jetpack_compose_textfield_not_scrolling_to_cursor/) -- [How to toggle blocking of incoming SMS and Calls in Android (Java or Kotlin)](https://www.reddit.com/r/androiddev/comments/zl3suk/how_to_toggle_blocking_of_incoming_sms_and_calls/) -- [HOW TF do you inject into a fragment with Dagger 2??](https://www.reddit.com/r/androiddev/comments/zl3n7j/how_tf_do_you_inject_into_a_fragment_with_dagger_2/) -- [App rejected: Issue found: Invalid Data safety form](https://www.reddit.com/r/androiddev/comments/zl31i2/app_rejected_issue_found_invalid_data_safety_form/) +- [Maestro Studio](https://www.reddit.com/r/androiddev/comments/zm6hbq/maestro_studio/) +- [The enforcement of Google Play's app discoverability policy has been delayed to January 31, 2023](https://www.reddit.com/r/androiddev/comments/zm5j7j/the_enforcement_of_google_plays_app/) +- [apply permission to i2c ports](https://www.reddit.com/r/androiddev/comments/zm4ew2/apply_permission_to_i2c_ports/) +- [Change height of EditText right border [help with understanding XML]](https://www.reddit.com/r/androiddev/comments/zm418b/change_height_of_edittext_right_border_help_with/) +- [The irony that the yt channel for android dev has a glitch, being that both android and yt are owned and developed by google](https://www.reddit.com/r/androiddev/comments/zm3uzq/the_irony_that_the_yt_channel_for_android_dev_has/) +- [How do Android apps handle updates?](https://www.reddit.com/r/androiddev/comments/zm3dux/how_do_android_apps_handle_updates/) +- [Open source reddit media viewer - Swipit](https://www.reddit.com/r/androiddev/comments/zm28j6/open_source_reddit_media_viewer_swipit/) +- [Crashes from App Not Installed From Google Play](https://www.reddit.com/r/androiddev/comments/zm21xq/crashes_from_app_not_installed_from_google_play/) +- [Asynchronous / non main thread initialization in Hilt?](https://www.reddit.com/r/androiddev/comments/zm03ip/asynchronous_non_main_thread_initialization_in/) +- [5 seconds test. WDYT?](https://www.reddit.com/r/androiddev/comments/zlz6kk/5_seconds_test_wdyt/) ### *InfoWorld posts* From 1a67ee7c5af30d2a451fb490c87212a32178c7c4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 16 Dec 2022 01:29:13 +0000 Subject: [PATCH 0376/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c9768b889b..e545dbcba9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Maestro Studio](https://www.reddit.com/r/androiddev/comments/zm6hbq/maestro_studio/) -- [The enforcement of Google Play's app discoverability policy has been delayed to January 31, 2023](https://www.reddit.com/r/androiddev/comments/zm5j7j/the_enforcement_of_google_plays_app/) -- [apply permission to i2c ports](https://www.reddit.com/r/androiddev/comments/zm4ew2/apply_permission_to_i2c_ports/) -- [Change height of EditText right border [help with understanding XML]](https://www.reddit.com/r/androiddev/comments/zm418b/change_height_of_edittext_right_border_help_with/) -- [The irony that the yt channel for android dev has a glitch, being that both android and yt are owned and developed by google](https://www.reddit.com/r/androiddev/comments/zm3uzq/the_irony_that_the_yt_channel_for_android_dev_has/) -- [How do Android apps handle updates?](https://www.reddit.com/r/androiddev/comments/zm3dux/how_do_android_apps_handle_updates/) -- [Open source reddit media viewer - Swipit](https://www.reddit.com/r/androiddev/comments/zm28j6/open_source_reddit_media_viewer_swipit/) -- [Crashes from App Not Installed From Google Play](https://www.reddit.com/r/androiddev/comments/zm21xq/crashes_from_app_not_installed_from_google_play/) -- [Asynchronous / non main thread initialization in Hilt?](https://www.reddit.com/r/androiddev/comments/zm03ip/asynchronous_non_main_thread_initialization_in/) -- [5 seconds test. WDYT?](https://www.reddit.com/r/androiddev/comments/zlz6kk/5_seconds_test_wdyt/) +- [Web Scraping Approaches](https://www.reddit.com/r/androiddev/comments/zn1r3j/web_scraping_approaches/) +- [My android studio virtual device is not working it keeps saying abd connection not available, or was terminated. How do you fix this?](https://www.reddit.com/r/androiddev/comments/zn1k2z/my_android_studio_virtual_device_is_not_working/) +- [I asked code to chatgpt](https://www.reddit.com/r/androiddev/comments/zn0efw/i_asked_code_to_chatgpt/) +- [For the first time in two years, my app was reviewed in under 10 minutes](https://www.reddit.com/r/androiddev/comments/zmz1a4/for_the_first_time_in_two_years_my_app_was/) +- [My company's codebase has almost 30 modules. Is this normal?](https://www.reddit.com/r/androiddev/comments/zmvd20/my_companys_codebase_has_almost_30_modules_is/) +- [Firebase RealTime, caching and pricing.](https://www.reddit.com/r/androiddev/comments/zmuk8j/firebase_realtime_caching_and_pricing/) +- [NumOfCameras Issues](https://www.reddit.com/r/androiddev/comments/zmuhwf/numofcameras_issues/) +- [Catch 22 on Image Orientation](https://www.reddit.com/r/androiddev/comments/zmtuwq/catch_22_on_image_orientation/) +- [can anyone help me](https://www.reddit.com/r/androiddev/comments/zmt6ep/can_anyone_help_me/) +- [Best way to test the library code locally without going through publishing](https://www.reddit.com/r/androiddev/comments/zmrk0u/best_way_to_test_the_library_code_locally_without/) ### *InfoWorld posts* From 23c6be562d2fbe017c5aecfd93fae7b9ff64d622 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 17 Dec 2022 01:29:04 +0000 Subject: [PATCH 0377/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e545dbcba9..1fa4d1bd5f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Web Scraping Approaches](https://www.reddit.com/r/androiddev/comments/zn1r3j/web_scraping_approaches/) -- [My android studio virtual device is not working it keeps saying abd connection not available, or was terminated. How do you fix this?](https://www.reddit.com/r/androiddev/comments/zn1k2z/my_android_studio_virtual_device_is_not_working/) -- [I asked code to chatgpt](https://www.reddit.com/r/androiddev/comments/zn0efw/i_asked_code_to_chatgpt/) -- [For the first time in two years, my app was reviewed in under 10 minutes](https://www.reddit.com/r/androiddev/comments/zmz1a4/for_the_first_time_in_two_years_my_app_was/) -- [My company's codebase has almost 30 modules. Is this normal?](https://www.reddit.com/r/androiddev/comments/zmvd20/my_companys_codebase_has_almost_30_modules_is/) -- [Firebase RealTime, caching and pricing.](https://www.reddit.com/r/androiddev/comments/zmuk8j/firebase_realtime_caching_and_pricing/) -- [NumOfCameras Issues](https://www.reddit.com/r/androiddev/comments/zmuhwf/numofcameras_issues/) -- [Catch 22 on Image Orientation](https://www.reddit.com/r/androiddev/comments/zmtuwq/catch_22_on_image_orientation/) -- [can anyone help me](https://www.reddit.com/r/androiddev/comments/zmt6ep/can_anyone_help_me/) -- [Best way to test the library code locally without going through publishing](https://www.reddit.com/r/androiddev/comments/zmrk0u/best_way_to_test_the_library_code_locally_without/) +- [What is the shortcut (Windows) for opening this dialog on Android Studio ?](https://www.reddit.com/r/androiddev/comments/zntxui/what_is_the_shortcut_windows_for_opening_this/) +- [how long does it take to review my app first time on google play ?](https://www.reddit.com/r/androiddev/comments/znt045/how_long_does_it_take_to_review_my_app_first_time/) +- [Issue found: Invalid Data safety form / I did as I was told but kept getting rejection emails?](https://www.reddit.com/r/androiddev/comments/zns20s/issue_found_invalid_data_safety_form_i_did_as_i/) +- [is the DeX-like capability of continuing to run an app on an external display while a device is locked possible?](https://www.reddit.com/r/androiddev/comments/znq5j5/is_the_dexlike_capability_of_continuing_to_run_an/) +- [changing textviews dynamically as the data I get from the server changes](https://www.reddit.com/r/androiddev/comments/znn2k2/changing_textviews_dynamically_as_the_data_i_get/) +- [Google Billing - user defined prices](https://www.reddit.com/r/androiddev/comments/znlssr/google_billing_user_defined_prices/) +- [The attribute of android:windowLightStatusBar did not change the text color as expected, why?](https://www.reddit.com/r/androiddev/comments/znlm8q/the_attribute_of_androidwindowlightstatusbar_did/) +- [I built a tool to create a network of remotely accessible android devices](https://www.reddit.com/r/androiddev/comments/znke2d/i_built_a_tool_to_create_a_network_of_remotely/) +- [Does using Compose mean I am _not_ using the WYSIWYG Android Studio Layout Editor?](https://www.reddit.com/r/androiddev/comments/znj92e/does_using_compose_mean_i_am_not_using_the/) +- [Is there a way to request Only precise location?](https://www.reddit.com/r/androiddev/comments/znigyw/is_there_a_way_to_request_only_precise_location/) ### *InfoWorld posts* From 6ce4563aa755c4440d8de30df1a29d7c1eef73bb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 18 Dec 2022 01:29:37 +0000 Subject: [PATCH 0378/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1fa4d1bd5f..43b4af1e1f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What is the shortcut (Windows) for opening this dialog on Android Studio ?](https://www.reddit.com/r/androiddev/comments/zntxui/what_is_the_shortcut_windows_for_opening_this/) -- [how long does it take to review my app first time on google play ?](https://www.reddit.com/r/androiddev/comments/znt045/how_long_does_it_take_to_review_my_app_first_time/) -- [Issue found: Invalid Data safety form / I did as I was told but kept getting rejection emails?](https://www.reddit.com/r/androiddev/comments/zns20s/issue_found_invalid_data_safety_form_i_did_as_i/) -- [is the DeX-like capability of continuing to run an app on an external display while a device is locked possible?](https://www.reddit.com/r/androiddev/comments/znq5j5/is_the_dexlike_capability_of_continuing_to_run_an/) -- [changing textviews dynamically as the data I get from the server changes](https://www.reddit.com/r/androiddev/comments/znn2k2/changing_textviews_dynamically_as_the_data_i_get/) -- [Google Billing - user defined prices](https://www.reddit.com/r/androiddev/comments/znlssr/google_billing_user_defined_prices/) -- [The attribute of android:windowLightStatusBar did not change the text color as expected, why?](https://www.reddit.com/r/androiddev/comments/znlm8q/the_attribute_of_androidwindowlightstatusbar_did/) -- [I built a tool to create a network of remotely accessible android devices](https://www.reddit.com/r/androiddev/comments/znke2d/i_built_a_tool_to_create_a_network_of_remotely/) -- [Does using Compose mean I am _not_ using the WYSIWYG Android Studio Layout Editor?](https://www.reddit.com/r/androiddev/comments/znj92e/does_using_compose_mean_i_am_not_using_the/) -- [Is there a way to request Only precise location?](https://www.reddit.com/r/androiddev/comments/znigyw/is_there_a_way_to_request_only_precise_location/) +- [How fast did your app take off?](https://www.reddit.com/r/androiddev/comments/zojzjp/how_fast_did_your_app_take_off/) +- [Why is like this](https://www.reddit.com/r/androiddev/comments/zojwji/why_is_like_this/) +- [[Oreo] Looking for Status Bar Pull down menu settings value](https://www.reddit.com/r/androiddev/comments/zojaw7/oreo_looking_for_status_bar_pull_down_menu/) +- [PreferenceScreen is difficult to customise,any better suggestion?](https://www.reddit.com/r/androiddev/comments/zoi74k/preferencescreen_is_difficult_to_customiseany/) +- [Solved a long pending problem at work about recycler views and wrote a blog about it. Maybe this could help someone else.](https://www.reddit.com/r/androiddev/comments/zoeb8v/solved_a_long_pending_problem_at_work_about/) +- [Should we use DiffUtils over notifyDataSetChanged all the time, or there is case where notifyDataSetChanged perform better? What is your practical experience on this?](https://www.reddit.com/r/androiddev/comments/zobj4y/should_we_use_diffutils_over_notifydatasetchanged/) +- [launchIn() VS collect() | Kotlin Flow for Android Development](https://www.reddit.com/r/androiddev/comments/zo98j8/launchin_vs_collect_kotlin_flow_for_android/) +- [Text around an image Android Jetpack Compose](https://www.reddit.com/r/androiddev/comments/zo7wl1/text_around_an_image_android_jetpack_compose/) +- [Android 13 - is it really possible to stop auto killing of phantom proccesses ?](https://www.reddit.com/r/androiddev/comments/zo7lqe/android_13_is_it_really_possible_to_stop_auto/) +- [MakeBillingEasy library - implement in-app payments (Billing Library) smoothly](https://www.reddit.com/r/androiddev/comments/zo6ztf/makebillingeasy_library_implement_inapp_payments/) ### *InfoWorld posts* From dba2e41eaa6f99afdf1bfd49c8b078fea0296f01 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 19 Dec 2022 01:29:09 +0000 Subject: [PATCH 0379/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 43b4af1e1f..f462efd299 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How fast did your app take off?](https://www.reddit.com/r/androiddev/comments/zojzjp/how_fast_did_your_app_take_off/) -- [Why is like this](https://www.reddit.com/r/androiddev/comments/zojwji/why_is_like_this/) -- [[Oreo] Looking for Status Bar Pull down menu settings value](https://www.reddit.com/r/androiddev/comments/zojaw7/oreo_looking_for_status_bar_pull_down_menu/) -- [PreferenceScreen is difficult to customise,any better suggestion?](https://www.reddit.com/r/androiddev/comments/zoi74k/preferencescreen_is_difficult_to_customiseany/) -- [Solved a long pending problem at work about recycler views and wrote a blog about it. Maybe this could help someone else.](https://www.reddit.com/r/androiddev/comments/zoeb8v/solved_a_long_pending_problem_at_work_about/) -- [Should we use DiffUtils over notifyDataSetChanged all the time, or there is case where notifyDataSetChanged perform better? What is your practical experience on this?](https://www.reddit.com/r/androiddev/comments/zobj4y/should_we_use_diffutils_over_notifydatasetchanged/) -- [launchIn() VS collect() | Kotlin Flow for Android Development](https://www.reddit.com/r/androiddev/comments/zo98j8/launchin_vs_collect_kotlin_flow_for_android/) -- [Text around an image Android Jetpack Compose](https://www.reddit.com/r/androiddev/comments/zo7wl1/text_around_an_image_android_jetpack_compose/) -- [Android 13 - is it really possible to stop auto killing of phantom proccesses ?](https://www.reddit.com/r/androiddev/comments/zo7lqe/android_13_is_it_really_possible_to_stop_auto/) -- [MakeBillingEasy library - implement in-app payments (Billing Library) smoothly](https://www.reddit.com/r/androiddev/comments/zo6ztf/makebillingeasy_library_implement_inapp_payments/) +- [Best courses to learn Flutter or Kotlin for app development](https://www.reddit.com/r/androiddev/comments/zpbtcy/best_courses_to_learn_flutter_or_kotlin_for_app/) +- [What is the best networking method/framework to create a very simple "multiplayer ui" app?](https://www.reddit.com/r/androiddev/comments/zp7kpe/what_is_the_best_networking_methodframework_to/) +- [Notebook for Android development: Lenovo options](https://www.reddit.com/r/androiddev/comments/zp74d0/notebook_for_android_development_lenovo_options/) +- [Steps](https://www.reddit.com/r/androiddev/comments/zp6xv0/steps/) +- [Question about In-app Purchases & Web Purchases](https://www.reddit.com/r/androiddev/comments/zp5w0m/question_about_inapp_purchases_web_purchases/) +- [Where can I learn Android App Development with Kotlin](https://www.reddit.com/r/androiddev/comments/zp26tk/where_can_i_learn_android_app_development_with/) +- [which onboarding library are you using](https://www.reddit.com/r/androiddev/comments/zoz4zf/which_onboarding_library_are_you_using/) +- [Pagination in Jetpack Compose with and without Paging 3](https://www.reddit.com/r/androiddev/comments/zoyhwi/pagination_in_jetpack_compose_with_and_without/) +- [Quick question on android app license](https://www.reddit.com/r/androiddev/comments/zox5rm/quick_question_on_android_app_license/) +- [As a junior C# dev, should I learn kotlin+swift, flutter, RN, or Blazor Maui, if I want to solo build an iOS/Android app and publish within a few months?](https://www.reddit.com/r/androiddev/comments/zovty6/as_a_junior_c_dev_should_i_learn_kotlinswift/) ### *InfoWorld posts* From 51e268725caa81c9cee1adb8c8273ac0443431b9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 20 Dec 2022 01:29:49 +0000 Subject: [PATCH 0380/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f462efd299..f8a98f4cef 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Best courses to learn Flutter or Kotlin for app development](https://www.reddit.com/r/androiddev/comments/zpbtcy/best_courses_to_learn_flutter_or_kotlin_for_app/) -- [What is the best networking method/framework to create a very simple "multiplayer ui" app?](https://www.reddit.com/r/androiddev/comments/zp7kpe/what_is_the_best_networking_methodframework_to/) -- [Notebook for Android development: Lenovo options](https://www.reddit.com/r/androiddev/comments/zp74d0/notebook_for_android_development_lenovo_options/) -- [Steps](https://www.reddit.com/r/androiddev/comments/zp6xv0/steps/) -- [Question about In-app Purchases & Web Purchases](https://www.reddit.com/r/androiddev/comments/zp5w0m/question_about_inapp_purchases_web_purchases/) -- [Where can I learn Android App Development with Kotlin](https://www.reddit.com/r/androiddev/comments/zp26tk/where_can_i_learn_android_app_development_with/) -- [which onboarding library are you using](https://www.reddit.com/r/androiddev/comments/zoz4zf/which_onboarding_library_are_you_using/) -- [Pagination in Jetpack Compose with and without Paging 3](https://www.reddit.com/r/androiddev/comments/zoyhwi/pagination_in_jetpack_compose_with_and_without/) -- [Quick question on android app license](https://www.reddit.com/r/androiddev/comments/zox5rm/quick_question_on_android_app_license/) -- [As a junior C# dev, should I learn kotlin+swift, flutter, RN, or Blazor Maui, if I want to solo build an iOS/Android app and publish within a few months?](https://www.reddit.com/r/androiddev/comments/zovty6/as_a_junior_c_dev_should_i_learn_kotlinswift/) +- [Stratus C5 (Cloud Mobile) stuck in re/boot (loop/menu)](https://www.reddit.com/r/androiddev/comments/zq7knh/stratus_c5_cloud_mobile_stuck_in_reboot_loopmenu/) +- [Compose search with a recent search view](https://www.reddit.com/r/androiddev/comments/zq3w7r/compose_search_with_a_recent_search_view/) +- [Looking for a Junior Android Developer who can speak English fluently.](https://www.reddit.com/r/androiddev/comments/zq2d6r/looking_for_a_junior_android_developer_who_can/) +- [AI-Powered Project Requirements Generator: Thoughts and Ideas?](https://www.reddit.com/r/androiddev/comments/zpxyp3/aipowered_project_requirements_generator_thoughts/) +- [PriceTagScanner - using Kotlin, Jetpack Compose, MLKit and OpenCV. This is a project that I worked on in my spare time. I hope Someone find it useful to learn new stuff.](https://www.reddit.com/r/androiddev/comments/zptt48/pricetagscanner_using_kotlin_jetpack_compose/) +- [Detailed explanation how I made custom OTP input field in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/zptqgp/detailed_explanation_how_i_made_custom_otp_input/) +- [Weekly Who's Hiring Thread - December 19, 2022](https://www.reddit.com/r/androiddev/comments/zpsc2m/weekly_whos_hiring_thread_december_19_2022/) +- [Android Studio global search not working](https://www.reddit.com/r/androiddev/comments/zpr1dv/android_studio_global_search_not_working/) +- [Weekly discussion, code review, and feedback thread - December 19, 2022](https://www.reddit.com/r/androiddev/comments/zpqxp5/weekly_discussion_code_review_and_feedback_thread/) +- [ViewModel: for UI business, not UI operations 😮](https://www.reddit.com/r/androiddev/comments/zpqla2/viewmodel_for_ui_business_not_ui_operations/) ### *InfoWorld posts* From 9bba6accb1b31d89e51bd7717efbd657c731cce2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 21 Dec 2022 01:29:12 +0000 Subject: [PATCH 0381/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f8a98f4cef..07ed8a69f8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Stratus C5 (Cloud Mobile) stuck in re/boot (loop/menu)](https://www.reddit.com/r/androiddev/comments/zq7knh/stratus_c5_cloud_mobile_stuck_in_reboot_loopmenu/) -- [Compose search with a recent search view](https://www.reddit.com/r/androiddev/comments/zq3w7r/compose_search_with_a_recent_search_view/) -- [Looking for a Junior Android Developer who can speak English fluently.](https://www.reddit.com/r/androiddev/comments/zq2d6r/looking_for_a_junior_android_developer_who_can/) -- [AI-Powered Project Requirements Generator: Thoughts and Ideas?](https://www.reddit.com/r/androiddev/comments/zpxyp3/aipowered_project_requirements_generator_thoughts/) -- [PriceTagScanner - using Kotlin, Jetpack Compose, MLKit and OpenCV. This is a project that I worked on in my spare time. I hope Someone find it useful to learn new stuff.](https://www.reddit.com/r/androiddev/comments/zptt48/pricetagscanner_using_kotlin_jetpack_compose/) -- [Detailed explanation how I made custom OTP input field in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/zptqgp/detailed_explanation_how_i_made_custom_otp_input/) -- [Weekly Who's Hiring Thread - December 19, 2022](https://www.reddit.com/r/androiddev/comments/zpsc2m/weekly_whos_hiring_thread_december_19_2022/) -- [Android Studio global search not working](https://www.reddit.com/r/androiddev/comments/zpr1dv/android_studio_global_search_not_working/) -- [Weekly discussion, code review, and feedback thread - December 19, 2022](https://www.reddit.com/r/androiddev/comments/zpqxp5/weekly_discussion_code_review_and_feedback_thread/) -- [ViewModel: for UI business, not UI operations 😮](https://www.reddit.com/r/androiddev/comments/zpqla2/viewmodel_for_ui_business_not_ui_operations/) +- [Predictive Back Gesture not working](https://www.reddit.com/r/androiddev/comments/zr2xkt/predictive_back_gesture_not_working/) +- [add unopened fragment to the backstack?](https://www.reddit.com/r/androiddev/comments/zr2sjf/add_unopened_fragment_to_the_backstack/) +- [NestedScrollView (or scrollview) - how can i show fullscreen viewpager inside fragment (recyclerview)](https://www.reddit.com/r/androiddev/comments/zr22pj/nestedscrollview_or_scrollview_how_can_i_show/) +- [Looking for a way to bypass lock screen after restart On a Huawei P10 Lite WITHOUT loosing the data](https://www.reddit.com/r/androiddev/comments/zr1ezo/looking_for_a_way_to_bypass_lock_screen_after/) +- [Need advice on making a career change to become and Android Developer](https://www.reddit.com/r/androiddev/comments/zr0oyu/need_advice_on_making_a_career_change_to_become/) +- [Compose - How is everyone structuring their packages?](https://www.reddit.com/r/androiddev/comments/zqza44/compose_how_is_everyone_structuring_their_packages/) +- [Is Technical Debt evil?](https://www.reddit.com/r/androiddev/comments/zqz9mt/is_technical_debt_evil/) +- [Kotlin Multiplatform Mobile](https://www.reddit.com/r/androiddev/comments/zqyud8/kotlin_multiplatform_mobile/) +- [What language should I use for non-professional applications?](https://www.reddit.com/r/androiddev/comments/zqycxw/what_language_should_i_use_for_nonprofessional/) +- [How do I automate android apps?](https://www.reddit.com/r/androiddev/comments/zqs503/how_do_i_automate_android_apps/) ### *InfoWorld posts* From 6f3b89460443ae5a19754cf2654a313019bd7728 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 22 Dec 2022 01:29:13 +0000 Subject: [PATCH 0382/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 07ed8a69f8..4cdfaa5e99 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Predictive Back Gesture not working](https://www.reddit.com/r/androiddev/comments/zr2xkt/predictive_back_gesture_not_working/) -- [add unopened fragment to the backstack?](https://www.reddit.com/r/androiddev/comments/zr2sjf/add_unopened_fragment_to_the_backstack/) -- [NestedScrollView (or scrollview) - how can i show fullscreen viewpager inside fragment (recyclerview)](https://www.reddit.com/r/androiddev/comments/zr22pj/nestedscrollview_or_scrollview_how_can_i_show/) -- [Looking for a way to bypass lock screen after restart On a Huawei P10 Lite WITHOUT loosing the data](https://www.reddit.com/r/androiddev/comments/zr1ezo/looking_for_a_way_to_bypass_lock_screen_after/) -- [Need advice on making a career change to become and Android Developer](https://www.reddit.com/r/androiddev/comments/zr0oyu/need_advice_on_making_a_career_change_to_become/) -- [Compose - How is everyone structuring their packages?](https://www.reddit.com/r/androiddev/comments/zqza44/compose_how_is_everyone_structuring_their_packages/) -- [Is Technical Debt evil?](https://www.reddit.com/r/androiddev/comments/zqz9mt/is_technical_debt_evil/) -- [Kotlin Multiplatform Mobile](https://www.reddit.com/r/androiddev/comments/zqyud8/kotlin_multiplatform_mobile/) -- [What language should I use for non-professional applications?](https://www.reddit.com/r/androiddev/comments/zqycxw/what_language_should_i_use_for_nonprofessional/) -- [How do I automate android apps?](https://www.reddit.com/r/androiddev/comments/zqs503/how_do_i_automate_android_apps/) +- [Wrote a article about how to configure the new logcat in Android Studio](https://www.reddit.com/r/androiddev/comments/zs4z56/wrote_a_article_about_how_to_configure_the_new/) +- [Android Studio Flamingo Canary 10 now available](https://www.reddit.com/r/androiddev/comments/zs4cdu/android_studio_flamingo_canary_10_now_available/) +- [Android Studio Electric Eel RC2 now available](https://www.reddit.com/r/androiddev/comments/zs4ccv/android_studio_electric_eel_rc2_now_available/) +- [Subscription Credentials Issue in Google Play Certification Is Driving Me Crazy](https://www.reddit.com/r/androiddev/comments/zs0czz/subscription_credentials_issue_in_google_play/) +- [How can I override adapter activity result?](https://www.reddit.com/r/androiddev/comments/zrzpjg/how_can_i_override_adapter_activity_result/) +- [Is it worth getting an Android tablet for development? Are they popular for apps?](https://www.reddit.com/r/androiddev/comments/zrwo86/is_it_worth_getting_an_android_tablet_for/) +- [A reminder to all you devs out there adding features to your app asking for reviews: Your users are not powerless against your pestering.](https://www.reddit.com/r/androiddev/comments/zrwdd2/a_reminder_to_all_you_devs_out_there_adding/) +- [Using MVVM in production](https://www.reddit.com/r/androiddev/comments/zrv6b0/using_mvvm_in_production/) +- [Welcome to Comprehensive Rust - Android team internal Rust training](https://www.reddit.com/r/androiddev/comments/zruyvy/welcome_to_comprehensive_rust_android_team/) +- [I have a task for my job interview to build a debug APK and add it to repo on Github. Why should I do that and should I add it when I finish with my project or when I create it?](https://www.reddit.com/r/androiddev/comments/zrutgm/i_have_a_task_for_my_job_interview_to_build_a/) ### *InfoWorld posts* From f7c94264f796dfec496d3a968c6f9be00d8a8dab Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 23 Dec 2022 01:29:20 +0000 Subject: [PATCH 0383/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4cdfaa5e99..85da613300 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Wrote a article about how to configure the new logcat in Android Studio](https://www.reddit.com/r/androiddev/comments/zs4z56/wrote_a_article_about_how_to_configure_the_new/) -- [Android Studio Flamingo Canary 10 now available](https://www.reddit.com/r/androiddev/comments/zs4cdu/android_studio_flamingo_canary_10_now_available/) -- [Android Studio Electric Eel RC2 now available](https://www.reddit.com/r/androiddev/comments/zs4ccv/android_studio_electric_eel_rc2_now_available/) -- [Subscription Credentials Issue in Google Play Certification Is Driving Me Crazy](https://www.reddit.com/r/androiddev/comments/zs0czz/subscription_credentials_issue_in_google_play/) -- [How can I override adapter activity result?](https://www.reddit.com/r/androiddev/comments/zrzpjg/how_can_i_override_adapter_activity_result/) -- [Is it worth getting an Android tablet for development? Are they popular for apps?](https://www.reddit.com/r/androiddev/comments/zrwo86/is_it_worth_getting_an_android_tablet_for/) -- [A reminder to all you devs out there adding features to your app asking for reviews: Your users are not powerless against your pestering.](https://www.reddit.com/r/androiddev/comments/zrwdd2/a_reminder_to_all_you_devs_out_there_adding/) -- [Using MVVM in production](https://www.reddit.com/r/androiddev/comments/zrv6b0/using_mvvm_in_production/) -- [Welcome to Comprehensive Rust - Android team internal Rust training](https://www.reddit.com/r/androiddev/comments/zruyvy/welcome_to_comprehensive_rust_android_team/) -- [I have a task for my job interview to build a debug APK and add it to repo on Github. Why should I do that and should I add it when I finish with my project or when I create it?](https://www.reddit.com/r/androiddev/comments/zrutgm/i_have_a_task_for_my_job_interview_to_build_a/) +- [How do you get informed if REST API changes?](https://www.reddit.com/r/androiddev/comments/zsxypo/how_do_you_get_informed_if_rest_api_changes/) +- [how to fix](https://www.reddit.com/r/androiddev/comments/zsxj0r/how_to_fix/) +- [How achieve this😍 Navigation drawer? What different points to note, background,Png?](https://www.reddit.com/r/androiddev/comments/zsxf4p/how_achieve_this_navigation_drawer_what_different/) +- [Sorry if this is the wrong group to ask this, but I've been experiencing a problem. Amazon app showing blacked out thumbnails. Does anybody know how to resolve this?](https://www.reddit.com/r/androiddev/comments/zsto72/sorry_if_this_is_the_wrong_group_to_ask_this_but/) +- [What are some good services for customer service management? (LiveChat inside my app)](https://www.reddit.com/r/androiddev/comments/zssv2c/what_are_some_good_services_for_customer_service/) +- [Quick Question](https://www.reddit.com/r/androiddev/comments/zss417/quick_question/) +- [UnifiedPush: a decentralized, open-source push notification protocol for Android](https://www.reddit.com/r/androiddev/comments/zsr6ka/unifiedpush_a_decentralized_opensource_push/) +- [Modern ways to expose Retrofit network progress and errors to a ViewModel?](https://www.reddit.com/r/androiddev/comments/zsr41n/modern_ways_to_expose_retrofit_network_progress/) +- [Which direction should I go with my Android app?](https://www.reddit.com/r/androiddev/comments/zsqmd7/which_direction_should_i_go_with_my_android_app/) +- [What do you call this view?](https://www.reddit.com/r/androiddev/comments/zspv2i/what_do_you_call_this_view/) ### *InfoWorld posts* From 8a66e02b92b24b3dddcfd5d60490ab06609990ce Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 24 Dec 2022 01:29:43 +0000 Subject: [PATCH 0384/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 85da613300..56cfa9ccbc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How do you get informed if REST API changes?](https://www.reddit.com/r/androiddev/comments/zsxypo/how_do_you_get_informed_if_rest_api_changes/) -- [how to fix](https://www.reddit.com/r/androiddev/comments/zsxj0r/how_to_fix/) -- [How achieve this😍 Navigation drawer? What different points to note, background,Png?](https://www.reddit.com/r/androiddev/comments/zsxf4p/how_achieve_this_navigation_drawer_what_different/) -- [Sorry if this is the wrong group to ask this, but I've been experiencing a problem. Amazon app showing blacked out thumbnails. Does anybody know how to resolve this?](https://www.reddit.com/r/androiddev/comments/zsto72/sorry_if_this_is_the_wrong_group_to_ask_this_but/) -- [What are some good services for customer service management? (LiveChat inside my app)](https://www.reddit.com/r/androiddev/comments/zssv2c/what_are_some_good_services_for_customer_service/) -- [Quick Question](https://www.reddit.com/r/androiddev/comments/zss417/quick_question/) -- [UnifiedPush: a decentralized, open-source push notification protocol for Android](https://www.reddit.com/r/androiddev/comments/zsr6ka/unifiedpush_a_decentralized_opensource_push/) -- [Modern ways to expose Retrofit network progress and errors to a ViewModel?](https://www.reddit.com/r/androiddev/comments/zsr41n/modern_ways_to_expose_retrofit_network_progress/) -- [Which direction should I go with my Android app?](https://www.reddit.com/r/androiddev/comments/zsqmd7/which_direction_should_i_go_with_my_android_app/) -- [What do you call this view?](https://www.reddit.com/r/androiddev/comments/zspv2i/what_do_you_call_this_view/) +- [Camera photo doesn't save in webview project input field, can anyone help me with a script that does this?](https://www.reddit.com/r/androiddev/comments/ztuhlo/camera_photo_doesnt_save_in_webview_project_input/) +- [Is there anything wrong with my designs? I really like MD2 aesthetic and think that something could be improved but have no idea what](https://www.reddit.com/r/androiddev/comments/zttoli/is_there_anything_wrong_with_my_designs_i_really/) +- [Are IAP analytics working for you for the past 24 hours?](https://www.reddit.com/r/androiddev/comments/zttjkk/are_iap_analytics_working_for_you_for_the_past_24/) +- [I have an app. I need to create a second app that uses 90% of the first app codebase, and I want those 90% to be synced. What's the best solution to deal with that ?](https://www.reddit.com/r/androiddev/comments/ztsvnn/i_have_an_app_i_need_to_create_a_second_app_that/) +- [Turn off wireless debugging always allowed in this network?](https://www.reddit.com/r/androiddev/comments/ztrx27/turn_off_wireless_debugging_always_allowed_in/) +- [What does it mean when Hilt documentation says it is an opinionated framework?](https://www.reddit.com/r/androiddev/comments/ztr4i0/what_does_it_mean_when_hilt_documentation_says_it/) +- [Learn Pixel Experience custom ROM AOSP](https://www.reddit.com/r/androiddev/comments/ztjbas/learn_pixel_experience_custom_rom_aosp/) +- [Update app through itself?](https://www.reddit.com/r/androiddev/comments/ztics4/update_app_through_itself/) +- [Is there any logs we can get from the ADB server ?](https://www.reddit.com/r/androiddev/comments/ztgrw6/is_there_any_logs_we_can_get_from_the_adb_server/) +- [Best Way to Call API on a Scheduled Cadence?](https://www.reddit.com/r/androiddev/comments/ztgp9r/best_way_to_call_api_on_a_scheduled_cadence/) ### *InfoWorld posts* From 1d5a1c9672e290709e7778abe4aef086b1899246 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 25 Dec 2022 01:29:44 +0000 Subject: [PATCH 0385/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 56cfa9ccbc..e4373d3154 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Camera photo doesn't save in webview project input field, can anyone help me with a script that does this?](https://www.reddit.com/r/androiddev/comments/ztuhlo/camera_photo_doesnt_save_in_webview_project_input/) -- [Is there anything wrong with my designs? I really like MD2 aesthetic and think that something could be improved but have no idea what](https://www.reddit.com/r/androiddev/comments/zttoli/is_there_anything_wrong_with_my_designs_i_really/) -- [Are IAP analytics working for you for the past 24 hours?](https://www.reddit.com/r/androiddev/comments/zttjkk/are_iap_analytics_working_for_you_for_the_past_24/) -- [I have an app. I need to create a second app that uses 90% of the first app codebase, and I want those 90% to be synced. What's the best solution to deal with that ?](https://www.reddit.com/r/androiddev/comments/ztsvnn/i_have_an_app_i_need_to_create_a_second_app_that/) -- [Turn off wireless debugging always allowed in this network?](https://www.reddit.com/r/androiddev/comments/ztrx27/turn_off_wireless_debugging_always_allowed_in/) -- [What does it mean when Hilt documentation says it is an opinionated framework?](https://www.reddit.com/r/androiddev/comments/ztr4i0/what_does_it_mean_when_hilt_documentation_says_it/) -- [Learn Pixel Experience custom ROM AOSP](https://www.reddit.com/r/androiddev/comments/ztjbas/learn_pixel_experience_custom_rom_aosp/) -- [Update app through itself?](https://www.reddit.com/r/androiddev/comments/ztics4/update_app_through_itself/) -- [Is there any logs we can get from the ADB server ?](https://www.reddit.com/r/androiddev/comments/ztgrw6/is_there_any_logs_we_can_get_from_the_adb_server/) -- [Best Way to Call API on a Scheduled Cadence?](https://www.reddit.com/r/androiddev/comments/ztgp9r/best_way_to_call_api_on_a_scheduled_cadence/) +- [REPL-based Android app development w/ full access to SDK](https://www.reddit.com/r/androiddev/comments/zulg08/replbased_android_app_development_w_full_access/) +- [Passing an Object and then changing it in JAVA](https://www.reddit.com/r/androiddev/comments/zuke1y/passing_an_object_and_then_changing_it_in_java/) +- [Joys of Android development](https://www.reddit.com/r/androiddev/comments/zuj67v/joys_of_android_development/) +- [Sizing and positioning in Coordinatorlayout](https://www.reddit.com/r/androiddev/comments/zuj1ph/sizing_and_positioning_in_coordinatorlayout/) +- [financial app](https://www.reddit.com/r/androiddev/comments/zueoaj/financial_app/) +- [Any benefit to being Android GDE? Does it give a significant boost when applying to other jobs?](https://www.reddit.com/r/androiddev/comments/zudyjx/any_benefit_to_being_android_gde_does_it_give_a/) +- [What are some great ways to monetize an android app? any API available to watch videos an earn?](https://www.reddit.com/r/androiddev/comments/zudmqr/what_are_some_great_ways_to_monetize_an_android/) +- [Caching and Pagination with Paging 3 in Android & Jetpack Compose](https://www.reddit.com/r/androiddev/comments/zubsfa/caching_and_pagination_with_paging_3_in_android/) +- [DropBox Like Application with Flutter](https://www.reddit.com/r/androiddev/comments/zu8cxh/dropbox_like_application_with_flutter/) +- [Logging and Screen Recording](https://www.reddit.com/r/androiddev/comments/zu7zns/logging_and_screen_recording/) ### *InfoWorld posts* From 5309129bcf6cb5a677f77086acd9f5f5d006186f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 26 Dec 2022 01:29:31 +0000 Subject: [PATCH 0386/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e4373d3154..448ecc36df 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [REPL-based Android app development w/ full access to SDK](https://www.reddit.com/r/androiddev/comments/zulg08/replbased_android_app_development_w_full_access/) -- [Passing an Object and then changing it in JAVA](https://www.reddit.com/r/androiddev/comments/zuke1y/passing_an_object_and_then_changing_it_in_java/) -- [Joys of Android development](https://www.reddit.com/r/androiddev/comments/zuj67v/joys_of_android_development/) -- [Sizing and positioning in Coordinatorlayout](https://www.reddit.com/r/androiddev/comments/zuj1ph/sizing_and_positioning_in_coordinatorlayout/) -- [financial app](https://www.reddit.com/r/androiddev/comments/zueoaj/financial_app/) -- [Any benefit to being Android GDE? Does it give a significant boost when applying to other jobs?](https://www.reddit.com/r/androiddev/comments/zudyjx/any_benefit_to_being_android_gde_does_it_give_a/) -- [What are some great ways to monetize an android app? any API available to watch videos an earn?](https://www.reddit.com/r/androiddev/comments/zudmqr/what_are_some_great_ways_to_monetize_an_android/) -- [Caching and Pagination with Paging 3 in Android & Jetpack Compose](https://www.reddit.com/r/androiddev/comments/zubsfa/caching_and_pagination_with_paging_3_in_android/) -- [DropBox Like Application with Flutter](https://www.reddit.com/r/androiddev/comments/zu8cxh/dropbox_like_application_with_flutter/) -- [Logging and Screen Recording](https://www.reddit.com/r/androiddev/comments/zu7zns/logging_and_screen_recording/) +- [Admin panel](https://www.reddit.com/r/androiddev/comments/zv9qyp/admin_panel/) +- [Anyone using KMM in production?](https://www.reddit.com/r/androiddev/comments/zv9ce2/anyone_using_kmm_in_production/) +- [🦉 Exploring the Duolingo Android app internal API](https://www.reddit.com/r/androiddev/comments/zv435v/exploring_the_duolingo_android_app_internal_api/) +- [Does two-way databinding work with SavedStateHandle?](https://www.reddit.com/r/androiddev/comments/zv38wr/does_twoway_databinding_work_with_savedstatehandle/) +- [I don't understand ViewModel & UiState :<](https://www.reddit.com/r/androiddev/comments/zv0hks/i_dont_understand_viewmodel_uistate/) +- [Motorola won't boot, help](https://www.reddit.com/r/androiddev/comments/zuwj2h/motorola_wont_boot_help/) +- [Requesting Multiple Permissions in Jetpack Compose…](https://www.reddit.com/r/androiddev/comments/zuwioy/requesting_multiple_permissions_in_jetpack_compose/) +- [How much battery does setExact() actually use?](https://www.reddit.com/r/androiddev/comments/zuw0k9/how_much_battery_does_setexact_actually_use/) +- [Perhaps a Dex rival](https://www.reddit.com/r/androiddev/comments/zuuo9w/perhaps_a_dex_rival/) +- [How the admob ads serving limit is applied ?](https://www.reddit.com/r/androiddev/comments/zusztk/how_the_admob_ads_serving_limit_is_applied/) ### *InfoWorld posts* From 7b8078bb105b4670a9206ab650eb6b84775b10ef Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 27 Dec 2022 01:29:28 +0000 Subject: [PATCH 0387/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 448ecc36df..6c0c3a9103 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Admin panel](https://www.reddit.com/r/androiddev/comments/zv9qyp/admin_panel/) -- [Anyone using KMM in production?](https://www.reddit.com/r/androiddev/comments/zv9ce2/anyone_using_kmm_in_production/) -- [🦉 Exploring the Duolingo Android app internal API](https://www.reddit.com/r/androiddev/comments/zv435v/exploring_the_duolingo_android_app_internal_api/) -- [Does two-way databinding work with SavedStateHandle?](https://www.reddit.com/r/androiddev/comments/zv38wr/does_twoway_databinding_work_with_savedstatehandle/) -- [I don't understand ViewModel & UiState :<](https://www.reddit.com/r/androiddev/comments/zv0hks/i_dont_understand_viewmodel_uistate/) -- [Motorola won't boot, help](https://www.reddit.com/r/androiddev/comments/zuwj2h/motorola_wont_boot_help/) -- [Requesting Multiple Permissions in Jetpack Compose…](https://www.reddit.com/r/androiddev/comments/zuwioy/requesting_multiple_permissions_in_jetpack_compose/) -- [How much battery does setExact() actually use?](https://www.reddit.com/r/androiddev/comments/zuw0k9/how_much_battery_does_setexact_actually_use/) -- [Perhaps a Dex rival](https://www.reddit.com/r/androiddev/comments/zuuo9w/perhaps_a_dex_rival/) -- [How the admob ads serving limit is applied ?](https://www.reddit.com/r/androiddev/comments/zusztk/how_the_admob_ads_serving_limit_is_applied/) +- [How to create retrofit POST MultiPart Request in Kotlin? I keep getting Http 400 Bad Request](https://www.reddit.com/r/androiddev/comments/zw0z57/how_to_create_retrofit_post_multipart_request_in/) +- [Is a Pokedex app infringing Nintendo Copyrights?](https://www.reddit.com/r/androiddev/comments/zvxxju/is_a_pokedex_app_infringing_nintendo_copyrights/) +- [How are different languages used to code apps that run natively on Android?](https://www.reddit.com/r/androiddev/comments/zvxug2/how_are_different_languages_used_to_code_apps/) +- [How did he get an iOS device on Nearby share? I thought this was impossible](https://www.reddit.com/r/androiddev/comments/zvwji4/how_did_he_get_an_ios_device_on_nearby_share_i/) +- [[Paid Release] Maya Icons (iOS inspired) ✓](https://www.reddit.com/r/androiddev/comments/zvvsai/paid_release_maya_icons_ios_inspired/) +- [I'm OSINT researcher and I need to use emulator for investigations. Can someone explain me a few things about Virtual Device Manager please? Description inside.](https://www.reddit.com/r/androiddev/comments/zvrxee/im_osint_researcher_and_i_need_to_use_emulator/) +- [Advice on hosting the API that serves my game](https://www.reddit.com/r/androiddev/comments/zvrsvf/advice_on_hosting_the_api_that_serves_my_game/) +- [Cheap device to test react-native apps on?](https://www.reddit.com/r/androiddev/comments/zvrbmn/cheap_device_to_test_reactnative_apps_on/) +- [Getting into JetPack Compose - things that went well and not so great](https://www.reddit.com/r/androiddev/comments/zvqi14/getting_into_jetpack_compose_things_that_went/) +- [new to app development, some questions?](https://www.reddit.com/r/androiddev/comments/zvp4un/new_to_app_development_some_questions/) ### *InfoWorld posts* From 726efd7024f327ce3cad01e471108cf04a8b62d4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 28 Dec 2022 01:30:10 +0000 Subject: [PATCH 0388/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6c0c3a9103..9317861e5d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to create retrofit POST MultiPart Request in Kotlin? I keep getting Http 400 Bad Request](https://www.reddit.com/r/androiddev/comments/zw0z57/how_to_create_retrofit_post_multipart_request_in/) -- [Is a Pokedex app infringing Nintendo Copyrights?](https://www.reddit.com/r/androiddev/comments/zvxxju/is_a_pokedex_app_infringing_nintendo_copyrights/) -- [How are different languages used to code apps that run natively on Android?](https://www.reddit.com/r/androiddev/comments/zvxug2/how_are_different_languages_used_to_code_apps/) -- [How did he get an iOS device on Nearby share? I thought this was impossible](https://www.reddit.com/r/androiddev/comments/zvwji4/how_did_he_get_an_ios_device_on_nearby_share_i/) -- [[Paid Release] Maya Icons (iOS inspired) ✓](https://www.reddit.com/r/androiddev/comments/zvvsai/paid_release_maya_icons_ios_inspired/) -- [I'm OSINT researcher and I need to use emulator for investigations. Can someone explain me a few things about Virtual Device Manager please? Description inside.](https://www.reddit.com/r/androiddev/comments/zvrxee/im_osint_researcher_and_i_need_to_use_emulator/) -- [Advice on hosting the API that serves my game](https://www.reddit.com/r/androiddev/comments/zvrsvf/advice_on_hosting_the_api_that_serves_my_game/) -- [Cheap device to test react-native apps on?](https://www.reddit.com/r/androiddev/comments/zvrbmn/cheap_device_to_test_reactnative_apps_on/) -- [Getting into JetPack Compose - things that went well and not so great](https://www.reddit.com/r/androiddev/comments/zvqi14/getting_into_jetpack_compose_things_that_went/) -- [new to app development, some questions?](https://www.reddit.com/r/androiddev/comments/zvp4un/new_to_app_development_some_questions/) +- [Creating android app from Python Code](https://www.reddit.com/r/androiddev/comments/zwsouh/creating_android_app_from_python_code/) +- [How to remove this? I tried to use MIDI Clef and this happens](https://www.reddit.com/r/androiddev/comments/zwsor7/how_to_remove_this_i_tried_to_use_midi_clef_and/) +- [Should I move this logic to an API?](https://www.reddit.com/r/androiddev/comments/zwmrsc/should_i_move_this_logic_to_an_api/) +- [Why is that important?](https://www.reddit.com/r/androiddev/comments/zwmdu1/why_is_that_important/) +- [Android Studio Electric Eel RC3 now available](https://www.reddit.com/r/androiddev/comments/zwln0b/android_studio_electric_eel_rc3_now_available/) +- [Design mobile app](https://www.reddit.com/r/androiddev/comments/zwli6i/design_mobile_app/) +- [Fire HD 8 (2022) multiple App Crashes](https://www.reddit.com/r/androiddev/comments/zwked1/fire_hd_8_2022_multiple_app_crashes/) +- [Sealed classes vs Enums!](https://www.reddit.com/r/androiddev/comments/zwjx2t/sealed_classes_vs_enums/) +- [Get CompositionLocal from current theme](https://www.reddit.com/r/androiddev/comments/zwj702/get_compositionlocal_from_current_theme/) +- [Google sign-in that redrects to system browser](https://www.reddit.com/r/androiddev/comments/zwhs8p/google_signin_that_redrects_to_system_browser/) ### *InfoWorld posts* From cc5509a28cc14623bb48c98966efc7c6ad9d2301 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 29 Dec 2022 01:29:43 +0000 Subject: [PATCH 0389/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9317861e5d..1b26532296 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Creating android app from Python Code](https://www.reddit.com/r/androiddev/comments/zwsouh/creating_android_app_from_python_code/) -- [How to remove this? I tried to use MIDI Clef and this happens](https://www.reddit.com/r/androiddev/comments/zwsor7/how_to_remove_this_i_tried_to_use_midi_clef_and/) -- [Should I move this logic to an API?](https://www.reddit.com/r/androiddev/comments/zwmrsc/should_i_move_this_logic_to_an_api/) -- [Why is that important?](https://www.reddit.com/r/androiddev/comments/zwmdu1/why_is_that_important/) -- [Android Studio Electric Eel RC3 now available](https://www.reddit.com/r/androiddev/comments/zwln0b/android_studio_electric_eel_rc3_now_available/) -- [Design mobile app](https://www.reddit.com/r/androiddev/comments/zwli6i/design_mobile_app/) -- [Fire HD 8 (2022) multiple App Crashes](https://www.reddit.com/r/androiddev/comments/zwked1/fire_hd_8_2022_multiple_app_crashes/) -- [Sealed classes vs Enums!](https://www.reddit.com/r/androiddev/comments/zwjx2t/sealed_classes_vs_enums/) -- [Get CompositionLocal from current theme](https://www.reddit.com/r/androiddev/comments/zwj702/get_compositionlocal_from_current_theme/) -- [Google sign-in that redrects to system browser](https://www.reddit.com/r/androiddev/comments/zwhs8p/google_signin_that_redrects_to_system_browser/) +- [What type of roles should I apply (transition to android)?](https://www.reddit.com/r/androiddev/comments/zxlt8k/what_type_of_roles_should_i_apply_transition_to/) +- [Is there anyway to make a widget with a preset text that gets copied everything I would click it?](https://www.reddit.com/r/androiddev/comments/zxlit4/is_there_anyway_to_make_a_widget_with_a_preset/) +- [StateFlow and SharedFlow in ViewModels](https://www.reddit.com/r/androiddev/comments/zxj2gp/stateflow_and_sharedflow_in_viewmodels/) +- [Rich text with Spans](https://www.reddit.com/r/androiddev/comments/zxhm9z/rich_text_with_spans/) +- [How to achieve this effect with transparent blurry background?](https://www.reddit.com/r/androiddev/comments/zxgnhk/how_to_achieve_this_effect_with_transparent/) +- [How is Android Studios support on Apple Silicon right now? (Dec 2022)](https://www.reddit.com/r/androiddev/comments/zxejhz/how_is_android_studios_support_on_apple_silicon/) +- [Samsung/Android 13 issue - Split Screen](https://www.reddit.com/r/androiddev/comments/zxddx0/samsungandroid_13_issue_split_screen/) +- [JWT Authentication and Refresh Token in Android with Retrofit Interceptor & Authenticator](https://www.reddit.com/r/androiddev/comments/zxbkc8/jwt_authentication_and_refresh_token_in_android/) +- [Integration tests help needed!](https://www.reddit.com/r/androiddev/comments/zxbj0g/integration_tests_help_needed/) +- [Android car os and compilation](https://www.reddit.com/r/androiddev/comments/zx9gnl/android_car_os_and_compilation/) ### *InfoWorld posts* From 5f35b9a6521ad8ceae43713901852e760e74be98 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 30 Dec 2022 01:29:44 +0000 Subject: [PATCH 0390/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1b26532296..74830ab12d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What type of roles should I apply (transition to android)?](https://www.reddit.com/r/androiddev/comments/zxlt8k/what_type_of_roles_should_i_apply_transition_to/) -- [Is there anyway to make a widget with a preset text that gets copied everything I would click it?](https://www.reddit.com/r/androiddev/comments/zxlit4/is_there_anyway_to_make_a_widget_with_a_preset/) -- [StateFlow and SharedFlow in ViewModels](https://www.reddit.com/r/androiddev/comments/zxj2gp/stateflow_and_sharedflow_in_viewmodels/) -- [Rich text with Spans](https://www.reddit.com/r/androiddev/comments/zxhm9z/rich_text_with_spans/) -- [How to achieve this effect with transparent blurry background?](https://www.reddit.com/r/androiddev/comments/zxgnhk/how_to_achieve_this_effect_with_transparent/) -- [How is Android Studios support on Apple Silicon right now? (Dec 2022)](https://www.reddit.com/r/androiddev/comments/zxejhz/how_is_android_studios_support_on_apple_silicon/) -- [Samsung/Android 13 issue - Split Screen](https://www.reddit.com/r/androiddev/comments/zxddx0/samsungandroid_13_issue_split_screen/) -- [JWT Authentication and Refresh Token in Android with Retrofit Interceptor & Authenticator](https://www.reddit.com/r/androiddev/comments/zxbkc8/jwt_authentication_and_refresh_token_in_android/) -- [Integration tests help needed!](https://www.reddit.com/r/androiddev/comments/zxbj0g/integration_tests_help_needed/) -- [Android car os and compilation](https://www.reddit.com/r/androiddev/comments/zx9gnl/android_car_os_and_compilation/) +- [Google Play Developer Account terminated because of "Association"](https://www.reddit.com/r/androiddev/comments/zydgjt/google_play_developer_account_terminated_because/) +- [What's new in Kotlin 1.8.0](https://www.reddit.com/r/androiddev/comments/zyask8/whats_new_in_kotlin_180/) +- [The real difference between android presentation patterns](https://www.reddit.com/r/androiddev/comments/zy9q9k/the_real_difference_between_android_presentation/) +- [Gradle 8.0-rc-1 released](https://www.reddit.com/r/androiddev/comments/zy8wqe/gradle_80rc1_released/) +- [Best Linux to use Android studio?](https://www.reddit.com/r/androiddev/comments/zy87oh/best_linux_to_use_android_studio/) +- [How can I make asynchronous coroutines synchronous?](https://www.reddit.com/r/androiddev/comments/zy7p9k/how_can_i_make_asynchronous_coroutines_synchronous/) +- [Something like cache server](https://www.reddit.com/r/androiddev/comments/zy7ihe/something_like_cache_server/) +- [how to remove the in-game screen timeout button?](https://www.reddit.com/r/androiddev/comments/zy7hwm/how_to_remove_the_ingame_screen_timeout_button/) +- [Hi everyone, in this video I have discussed about lamdas and custom higher order function.](https://www.reddit.com/r/androiddev/comments/zy3coj/hi_everyone_in_this_video_i_have_discussed_about/) +- [ViewModel LiveData vs SaveStateHandle?](https://www.reddit.com/r/androiddev/comments/zy2htf/viewmodel_livedata_vs_savestatehandle/) ### *InfoWorld posts* From 495f979b034c28b61f76fe2b5dccf875ac721299 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 31 Dec 2022 01:29:25 +0000 Subject: [PATCH 0391/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 74830ab12d..144dfaf806 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Google Play Developer Account terminated because of "Association"](https://www.reddit.com/r/androiddev/comments/zydgjt/google_play_developer_account_terminated_because/) -- [What's new in Kotlin 1.8.0](https://www.reddit.com/r/androiddev/comments/zyask8/whats_new_in_kotlin_180/) -- [The real difference between android presentation patterns](https://www.reddit.com/r/androiddev/comments/zy9q9k/the_real_difference_between_android_presentation/) -- [Gradle 8.0-rc-1 released](https://www.reddit.com/r/androiddev/comments/zy8wqe/gradle_80rc1_released/) -- [Best Linux to use Android studio?](https://www.reddit.com/r/androiddev/comments/zy87oh/best_linux_to_use_android_studio/) -- [How can I make asynchronous coroutines synchronous?](https://www.reddit.com/r/androiddev/comments/zy7p9k/how_can_i_make_asynchronous_coroutines_synchronous/) -- [Something like cache server](https://www.reddit.com/r/androiddev/comments/zy7ihe/something_like_cache_server/) -- [how to remove the in-game screen timeout button?](https://www.reddit.com/r/androiddev/comments/zy7hwm/how_to_remove_the_ingame_screen_timeout_button/) -- [Hi everyone, in this video I have discussed about lamdas and custom higher order function.](https://www.reddit.com/r/androiddev/comments/zy3coj/hi_everyone_in_this_video_i_have_discussed_about/) -- [ViewModel LiveData vs SaveStateHandle?](https://www.reddit.com/r/androiddev/comments/zy2htf/viewmodel_livedata_vs_savestatehandle/) +- [Installing closed beta frictionless signup](https://www.reddit.com/r/androiddev/comments/zzd5p6/installing_closed_beta_frictionless_signup/) +- [I can't find where I put my earphones please read](https://www.reddit.com/r/androiddev/comments/zzc4xs/i_cant_find_where_i_put_my_earphones_please_read/) +- [What free database services that are fit for low earning hobby projects](https://www.reddit.com/r/androiddev/comments/zzbj9t/what_free_database_services_that_are_fit_for_low/) +- [Milestone | Published an application via GitHub Workflows | Baby Steps🐣](https://www.reddit.com/r/androiddev/comments/zzbhgf/milestone_published_an_application_via_github/) +- [Is it possible to do a callback after dialing a phone number from an app?](https://www.reddit.com/r/androiddev/comments/zzaux8/is_it_possible_to_do_a_callback_after_dialing_a/) +- [Question](https://www.reddit.com/r/androiddev/comments/zz9zso/question/) +- [what is the preferred way of writing junit for api objects/response these days?](https://www.reddit.com/r/androiddev/comments/zz5mef/what_is_the_preferred_way_of_writing_junit_for/) +- [where apps store their data i cant find them in android/data/[the app folder] folder](https://www.reddit.com/r/androiddev/comments/zz4v96/where_apps_store_their_data_i_cant_find_them_in/) +- [Linux on Android: Accessing Camera, Sensors, and USB](https://www.reddit.com/r/androiddev/comments/zz3uoa/linux_on_android_accessing_camera_sensors_and_usb/) +- [GUI TEST ESPRESSO](https://www.reddit.com/r/androiddev/comments/zz3r7y/gui_test_espresso/) ### *InfoWorld posts* From 6872325bbc2f33a959e08c9cfa0ab34bade2cac5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 1 Jan 2023 01:31:14 +0000 Subject: [PATCH 0392/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 144dfaf806..7317710765 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Installing closed beta frictionless signup](https://www.reddit.com/r/androiddev/comments/zzd5p6/installing_closed_beta_frictionless_signup/) -- [I can't find where I put my earphones please read](https://www.reddit.com/r/androiddev/comments/zzc4xs/i_cant_find_where_i_put_my_earphones_please_read/) -- [What free database services that are fit for low earning hobby projects](https://www.reddit.com/r/androiddev/comments/zzbj9t/what_free_database_services_that_are_fit_for_low/) -- [Milestone | Published an application via GitHub Workflows | Baby Steps🐣](https://www.reddit.com/r/androiddev/comments/zzbhgf/milestone_published_an_application_via_github/) -- [Is it possible to do a callback after dialing a phone number from an app?](https://www.reddit.com/r/androiddev/comments/zzaux8/is_it_possible_to_do_a_callback_after_dialing_a/) -- [Question](https://www.reddit.com/r/androiddev/comments/zz9zso/question/) -- [what is the preferred way of writing junit for api objects/response these days?](https://www.reddit.com/r/androiddev/comments/zz5mef/what_is_the_preferred_way_of_writing_junit_for/) -- [where apps store their data i cant find them in android/data/[the app folder] folder](https://www.reddit.com/r/androiddev/comments/zz4v96/where_apps_store_their_data_i_cant_find_them_in/) -- [Linux on Android: Accessing Camera, Sensors, and USB](https://www.reddit.com/r/androiddev/comments/zz3uoa/linux_on_android_accessing_camera_sensors_and_usb/) -- [GUI TEST ESPRESSO](https://www.reddit.com/r/androiddev/comments/zz3r7y/gui_test_espresso/) +- [Looking for samples of Single Activity Multi Module Android projects with testing (XML)](https://www.reddit.com/r/androiddev/comments/1006ht8/looking_for_samples_of_single_activity_multi/) +- [How can I create a bitmap using modified RGB values?](https://www.reddit.com/r/androiddev/comments/1004oxu/how_can_i_create_a_bitmap_using_modified_rgb/) +- [Integration Of Software With Solar Systems](https://www.reddit.com/r/androiddev/comments/1003nha/integration_of_software_with_solar_systems/) +- [Am I on the right path?](https://www.reddit.com/r/androiddev/comments/1000p4l/am_i_on_the_right_path/) +- [Good resources to start learning how to build a basic "I've been there" list app?](https://www.reddit.com/r/androiddev/comments/zzztf1/good_resources_to_start_learning_how_to_build_a/) +- [Offline documentation not part of SDK anymore?](https://www.reddit.com/r/androiddev/comments/zzzkz9/offline_documentation_not_part_of_sdk_anymore/) +- [How can i get equal spacing between every card ? Curently i am using recycler view with staggered grid layout and the cards in it has margin of 16dp on all sides but this is what i get (uneven spacing)](https://www.reddit.com/r/androiddev/comments/zzx06h/how_can_i_get_equal_spacing_between_every_card/) +- [App was rejected for being affiliated with government and not sure how to resolve this](https://www.reddit.com/r/androiddev/comments/zztvy4/app_was_rejected_for_being_affiliated_with/) +- [Bottom Navigation With Docked FAB in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/zzteu2/bottom_navigation_with_docked_fab_in_jetpack/) +- [Guys, Coffeee.io is conducting a small survey to understand "Developers' Job Preferences in 2023" Please spare a min to take this.](https://www.reddit.com/r/androiddev/comments/zzstmh/guys_coffeeeio_is_conducting_a_small_survey_to/) ### *InfoWorld posts* From 406373ff1e3b587acef5c0f77ee69020d61d04cd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 2 Jan 2023 01:29:29 +0000 Subject: [PATCH 0393/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7317710765..071c03e7ca 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Looking for samples of Single Activity Multi Module Android projects with testing (XML)](https://www.reddit.com/r/androiddev/comments/1006ht8/looking_for_samples_of_single_activity_multi/) -- [How can I create a bitmap using modified RGB values?](https://www.reddit.com/r/androiddev/comments/1004oxu/how_can_i_create_a_bitmap_using_modified_rgb/) -- [Integration Of Software With Solar Systems](https://www.reddit.com/r/androiddev/comments/1003nha/integration_of_software_with_solar_systems/) -- [Am I on the right path?](https://www.reddit.com/r/androiddev/comments/1000p4l/am_i_on_the_right_path/) -- [Good resources to start learning how to build a basic "I've been there" list app?](https://www.reddit.com/r/androiddev/comments/zzztf1/good_resources_to_start_learning_how_to_build_a/) -- [Offline documentation not part of SDK anymore?](https://www.reddit.com/r/androiddev/comments/zzzkz9/offline_documentation_not_part_of_sdk_anymore/) -- [How can i get equal spacing between every card ? Curently i am using recycler view with staggered grid layout and the cards in it has margin of 16dp on all sides but this is what i get (uneven spacing)](https://www.reddit.com/r/androiddev/comments/zzx06h/how_can_i_get_equal_spacing_between_every_card/) -- [App was rejected for being affiliated with government and not sure how to resolve this](https://www.reddit.com/r/androiddev/comments/zztvy4/app_was_rejected_for_being_affiliated_with/) -- [Bottom Navigation With Docked FAB in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/zzteu2/bottom_navigation_with_docked_fab_in_jetpack/) -- [Guys, Coffeee.io is conducting a small survey to understand "Developers' Job Preferences in 2023" Please spare a min to take this.](https://www.reddit.com/r/androiddev/comments/zzstmh/guys_coffeeeio_is_conducting_a_small_survey_to/) +- [Es normal este tipo de consumo de batería? Es un xiaomi 11t pro](https://www.reddit.com/r/androiddev/comments/100wsms/es_normal_este_tipo_de_consumo_de_batería_es_un/) +- [Laptop for programming, android studio, machine learning](https://www.reddit.com/r/androiddev/comments/100w7as/laptop_for_programming_android_studio_machine/) +- [Jetpack Compose Migration: Best Practices and Strategies](https://www.reddit.com/r/androiddev/comments/100rrxj/jetpack_compose_migration_best_practices_and/) +- [Don't know how else to say this. Android 13 RAM management is f*cked](https://www.reddit.com/r/androiddev/comments/100r7dj/dont_know_how_else_to_say_this_android_13_ram/) +- [LiveData placed in Service](https://www.reddit.com/r/androiddev/comments/100qpl3/livedata_placed_in_service/) +- [Admob transaction](https://www.reddit.com/r/androiddev/comments/100qkgj/admob_transaction/) +- [Noob question - Can android apps be authorized listen to calls & do text to speech (real time)?](https://www.reddit.com/r/androiddev/comments/100phpa/noob_question_can_android_apps_be_authorized/) +- [They took away all my revenue](https://www.reddit.com/r/androiddev/comments/100pe9l/they_took_away_all_my_revenue/) +- [How good is the "Associate Android Developer Certification" by Google?](https://www.reddit.com/r/androiddev/comments/100ns3f/how_good_is_the_associate_android_developer/) +- [where do I even start in android development?](https://www.reddit.com/r/androiddev/comments/100ln4z/where_do_i_even_start_in_android_development/) ### *InfoWorld posts* From f529ce00404a632906343f5a9d708a6dfb7dea6b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 3 Jan 2023 01:29:41 +0000 Subject: [PATCH 0394/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 071c03e7ca..fd7282b1b1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Es normal este tipo de consumo de batería? Es un xiaomi 11t pro](https://www.reddit.com/r/androiddev/comments/100wsms/es_normal_este_tipo_de_consumo_de_batería_es_un/) -- [Laptop for programming, android studio, machine learning](https://www.reddit.com/r/androiddev/comments/100w7as/laptop_for_programming_android_studio_machine/) -- [Jetpack Compose Migration: Best Practices and Strategies](https://www.reddit.com/r/androiddev/comments/100rrxj/jetpack_compose_migration_best_practices_and/) -- [Don't know how else to say this. Android 13 RAM management is f*cked](https://www.reddit.com/r/androiddev/comments/100r7dj/dont_know_how_else_to_say_this_android_13_ram/) -- [LiveData placed in Service](https://www.reddit.com/r/androiddev/comments/100qpl3/livedata_placed_in_service/) -- [Admob transaction](https://www.reddit.com/r/androiddev/comments/100qkgj/admob_transaction/) -- [Noob question - Can android apps be authorized listen to calls & do text to speech (real time)?](https://www.reddit.com/r/androiddev/comments/100phpa/noob_question_can_android_apps_be_authorized/) -- [They took away all my revenue](https://www.reddit.com/r/androiddev/comments/100pe9l/they_took_away_all_my_revenue/) -- [How good is the "Associate Android Developer Certification" by Google?](https://www.reddit.com/r/androiddev/comments/100ns3f/how_good_is_the_associate_android_developer/) -- [where do I even start in android development?](https://www.reddit.com/r/androiddev/comments/100ln4z/where_do_i_even_start_in_android_development/) +- [Interesting discussion on the compose multiplatform future, android developer might want to read it](https://www.reddit.com/r/androiddev/comments/101t6nv/interesting_discussion_on_the_compose/) +- [🏰 Exploring the Disneyland app internal API](https://www.reddit.com/r/androiddev/comments/101n0j8/exploring_the_disneyland_app_internal_api/) +- [How to use a value from another activity](https://www.reddit.com/r/androiddev/comments/101jo21/how_to_use_a_value_from_another_activity/) +- [how to launch apps in wear os](https://www.reddit.com/r/androiddev/comments/101hx90/how_to_launch_apps_in_wear_os/) +- [Can i use companies logo in my app ?](https://www.reddit.com/r/androiddev/comments/101gdr8/can_i_use_companies_logo_in_my_app/) +- [Sudden increase in revenue.](https://www.reddit.com/r/androiddev/comments/101eyyx/sudden_increase_in_revenue/) +- [Best way to display images with a RecyclerView](https://www.reddit.com/r/androiddev/comments/101ers6/best_way_to_display_images_with_a_recyclerview/) +- [Weekly Who's Hiring Thread - January 02, 2023](https://www.reddit.com/r/androiddev/comments/101d9b9/weekly_whos_hiring_thread_january_02_2023/) +- [Weekly discussion, code review, and feedback thread - January 02, 2023](https://www.reddit.com/r/androiddev/comments/101c22m/weekly_discussion_code_review_and_feedback_thread/) +- [Which navigation library for compose do you suggest?](https://www.reddit.com/r/androiddev/comments/101bbvu/which_navigation_library_for_compose_do_you/) ### *InfoWorld posts* From b90b8ed21a67ec094f53f4f20cef2cad8f60a196 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 4 Jan 2023 01:29:45 +0000 Subject: [PATCH 0395/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fd7282b1b1..b68f53997c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Interesting discussion on the compose multiplatform future, android developer might want to read it](https://www.reddit.com/r/androiddev/comments/101t6nv/interesting_discussion_on_the_compose/) -- [🏰 Exploring the Disneyland app internal API](https://www.reddit.com/r/androiddev/comments/101n0j8/exploring_the_disneyland_app_internal_api/) -- [How to use a value from another activity](https://www.reddit.com/r/androiddev/comments/101jo21/how_to_use_a_value_from_another_activity/) -- [how to launch apps in wear os](https://www.reddit.com/r/androiddev/comments/101hx90/how_to_launch_apps_in_wear_os/) -- [Can i use companies logo in my app ?](https://www.reddit.com/r/androiddev/comments/101gdr8/can_i_use_companies_logo_in_my_app/) -- [Sudden increase in revenue.](https://www.reddit.com/r/androiddev/comments/101eyyx/sudden_increase_in_revenue/) -- [Best way to display images with a RecyclerView](https://www.reddit.com/r/androiddev/comments/101ers6/best_way_to_display_images_with_a_recyclerview/) -- [Weekly Who's Hiring Thread - January 02, 2023](https://www.reddit.com/r/androiddev/comments/101d9b9/weekly_whos_hiring_thread_january_02_2023/) -- [Weekly discussion, code review, and feedback thread - January 02, 2023](https://www.reddit.com/r/androiddev/comments/101c22m/weekly_discussion_code_review_and_feedback_thread/) -- [Which navigation library for compose do you suggest?](https://www.reddit.com/r/androiddev/comments/101bbvu/which_navigation_library_for_compose_do_you/) +- [iCloud but for Andriod?](https://www.reddit.com/r/androiddev/comments/102m4fr/icloud_but_for_andriod/) +- [It's 2023. Where's My Advanced User Interface?](https://www.reddit.com/r/androiddev/comments/102l1mk/its_2023_wheres_my_advanced_user_interface/) +- [Where are the test packages for Android TV?](https://www.reddit.com/r/androiddev/comments/102l1l6/where_are_the_test_packages_for_android_tv/) +- [Can split-screen be toggled programmatically using the Android Shell?](https://www.reddit.com/r/androiddev/comments/102kdci/can_splitscreen_be_toggled_programmatically_using/) +- [I need external transfer help](https://www.reddit.com/r/androiddev/comments/102kbqj/i_need_external_transfer_help/) +- [Do you frequently use Compose Constraint Layout while development?](https://www.reddit.com/r/androiddev/comments/102if92/do_you_frequently_use_compose_constraint_layout/) +- [Where can I see the versions of libraries?](https://www.reddit.com/r/androiddev/comments/102fz0l/where_can_i_see_the_versions_of_libraries/) +- [Can you create a circular layout with compose?](https://www.reddit.com/r/androiddev/comments/102eur9/can_you_create_a_circular_layout_with_compose/) +- [In Android should we use retrofit or AWS Lambda sdk for calling AWS lambda function](https://www.reddit.com/r/androiddev/comments/102eub5/in_android_should_we_use_retrofit_or_aws_lambda/) +- [Android Feature Request: Permission API For Allowing Certain Apps to continue running on an external display while the device is locked](https://www.reddit.com/r/androiddev/comments/102e3ue/android_feature_request_permission_api_for/) ### *InfoWorld posts* From 2635c7fc192bd0a272c182b9dd63c7c0ec541702 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 5 Jan 2023 01:30:31 +0000 Subject: [PATCH 0396/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b68f53997c..9b1a8d430a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [iCloud but for Andriod?](https://www.reddit.com/r/androiddev/comments/102m4fr/icloud_but_for_andriod/) -- [It's 2023. Where's My Advanced User Interface?](https://www.reddit.com/r/androiddev/comments/102l1mk/its_2023_wheres_my_advanced_user_interface/) -- [Where are the test packages for Android TV?](https://www.reddit.com/r/androiddev/comments/102l1l6/where_are_the_test_packages_for_android_tv/) -- [Can split-screen be toggled programmatically using the Android Shell?](https://www.reddit.com/r/androiddev/comments/102kdci/can_splitscreen_be_toggled_programmatically_using/) -- [I need external transfer help](https://www.reddit.com/r/androiddev/comments/102kbqj/i_need_external_transfer_help/) -- [Do you frequently use Compose Constraint Layout while development?](https://www.reddit.com/r/androiddev/comments/102if92/do_you_frequently_use_compose_constraint_layout/) -- [Where can I see the versions of libraries?](https://www.reddit.com/r/androiddev/comments/102fz0l/where_can_i_see_the_versions_of_libraries/) -- [Can you create a circular layout with compose?](https://www.reddit.com/r/androiddev/comments/102eur9/can_you_create_a_circular_layout_with_compose/) -- [In Android should we use retrofit or AWS Lambda sdk for calling AWS lambda function](https://www.reddit.com/r/androiddev/comments/102eub5/in_android_should_we_use_retrofit_or_aws_lambda/) -- [Android Feature Request: Permission API For Allowing Certain Apps to continue running on an external display while the device is locked](https://www.reddit.com/r/androiddev/comments/102e3ue/android_feature_request_permission_api_for/) +- [Adding to a compose CurvedLayout](https://www.reddit.com/r/androiddev/comments/103i1p2/adding_to_a_compose_curvedlayout/) +- [viewPager2 previous page still listening touch events, i didn't get why🤔](https://www.reddit.com/r/androiddev/comments/103gjgn/viewpager2_previous_page_still_listening_touch/) +- [View visibility changes to GONE after migrating to Kotlin](https://www.reddit.com/r/androiddev/comments/103dzgi/view_visibility_changes_to_gone_after_migrating/) +- [I am looking for your opinion on your learning process and your goals](https://www.reddit.com/r/androiddev/comments/103bn02/i_am_looking_for_your_opinion_on_your_learning/) +- [Anyone ever see this?](https://www.reddit.com/r/androiddev/comments/103avf5/anyone_ever_see_this/) +- [Android Studio Flamingo Canary 11 now available](https://www.reddit.com/r/androiddev/comments/103a5bd/android_studio_flamingo_canary_11_now_available/) +- [Hey guys need help, moms phone frozen on Home Screen.](https://www.reddit.com/r/androiddev/comments/1038d73/hey_guys_need_help_moms_phone_frozen_on_home/) +- [Do you have any IDE that is lighter than android studio. my pc has 4 ram :/](https://www.reddit.com/r/androiddev/comments/1037olh/do_you_have_any_ide_that_is_lighter_than_android/) +- [just enough gradle](https://www.reddit.com/r/androiddev/comments/1035jag/just_enough_gradle/) +- [Learn everything about the onStart & onCompletion Lifecycle Operators in Kotlin Flow!](https://www.reddit.com/r/androiddev/comments/1034o28/learn_everything_about_the_onstart_oncompletion/) ### *InfoWorld posts* From f9253d137513efe26cf4ff2e1abbb585bcb18b38 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 6 Jan 2023 01:30:07 +0000 Subject: [PATCH 0397/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9b1a8d430a..091397706c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Adding to a compose CurvedLayout](https://www.reddit.com/r/androiddev/comments/103i1p2/adding_to_a_compose_curvedlayout/) -- [viewPager2 previous page still listening touch events, i didn't get why🤔](https://www.reddit.com/r/androiddev/comments/103gjgn/viewpager2_previous_page_still_listening_touch/) -- [View visibility changes to GONE after migrating to Kotlin](https://www.reddit.com/r/androiddev/comments/103dzgi/view_visibility_changes_to_gone_after_migrating/) -- [I am looking for your opinion on your learning process and your goals](https://www.reddit.com/r/androiddev/comments/103bn02/i_am_looking_for_your_opinion_on_your_learning/) -- [Anyone ever see this?](https://www.reddit.com/r/androiddev/comments/103avf5/anyone_ever_see_this/) -- [Android Studio Flamingo Canary 11 now available](https://www.reddit.com/r/androiddev/comments/103a5bd/android_studio_flamingo_canary_11_now_available/) -- [Hey guys need help, moms phone frozen on Home Screen.](https://www.reddit.com/r/androiddev/comments/1038d73/hey_guys_need_help_moms_phone_frozen_on_home/) -- [Do you have any IDE that is lighter than android studio. my pc has 4 ram :/](https://www.reddit.com/r/androiddev/comments/1037olh/do_you_have_any_ide_that_is_lighter_than_android/) -- [just enough gradle](https://www.reddit.com/r/androiddev/comments/1035jag/just_enough_gradle/) -- [Learn everything about the onStart & onCompletion Lifecycle Operators in Kotlin Flow!](https://www.reddit.com/r/androiddev/comments/1034o28/learn_everything_about_the_onstart_oncompletion/) +- [Setup A Self Modifiable List Of Data In Jetpack Compose](https://www.reddit.com/r/androiddev/comments/104fwqv/setup_a_self_modifiable_list_of_data_in_jetpack/) +- [Unable to add a second app in API access within Play console](https://www.reddit.com/r/androiddev/comments/104edb4/unable_to_add_a_second_app_in_api_access_within/) +- [Google payments verification - failed but no way to resolve, please help!](https://www.reddit.com/r/androiddev/comments/104bru0/google_payments_verification_failed_but_no_way_to/) +- [any way to make simple things simple?](https://www.reddit.com/r/androiddev/comments/104ao15/any_way_to_make_simple_things_simple/) +- [what are those? in just 10 days using more data than all apps combined.](https://www.reddit.com/r/androiddev/comments/1049p6y/what_are_those_in_just_10_days_using_more_data/) +- [Need help about buying app](https://www.reddit.com/r/androiddev/comments/10481e1/need_help_about_buying_app/) +- [What is Uber using for UI?](https://www.reddit.com/r/androiddev/comments/1046xel/what_is_uber_using_for_ui/) +- [can't use isChecked](https://www.reddit.com/r/androiddev/comments/1045y11/cant_use_ischecked/) +- [display drawable in compose](https://www.reddit.com/r/androiddev/comments/1043u9q/display_drawable_in_compose/) +- [determine that the device is phone or(android tv/ tv box)?](https://www.reddit.com/r/androiddev/comments/1043tib/determine_that_the_device_is_phone_orandroid_tv/) ### *InfoWorld posts* From ccedf6c2640c908361cf36017f9dff89e25154b0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 7 Jan 2023 01:29:43 +0000 Subject: [PATCH 0398/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 091397706c..aa7e9fa615 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Setup A Self Modifiable List Of Data In Jetpack Compose](https://www.reddit.com/r/androiddev/comments/104fwqv/setup_a_self_modifiable_list_of_data_in_jetpack/) -- [Unable to add a second app in API access within Play console](https://www.reddit.com/r/androiddev/comments/104edb4/unable_to_add_a_second_app_in_api_access_within/) -- [Google payments verification - failed but no way to resolve, please help!](https://www.reddit.com/r/androiddev/comments/104bru0/google_payments_verification_failed_but_no_way_to/) -- [any way to make simple things simple?](https://www.reddit.com/r/androiddev/comments/104ao15/any_way_to_make_simple_things_simple/) -- [what are those? in just 10 days using more data than all apps combined.](https://www.reddit.com/r/androiddev/comments/1049p6y/what_are_those_in_just_10_days_using_more_data/) -- [Need help about buying app](https://www.reddit.com/r/androiddev/comments/10481e1/need_help_about_buying_app/) -- [What is Uber using for UI?](https://www.reddit.com/r/androiddev/comments/1046xel/what_is_uber_using_for_ui/) -- [can't use isChecked](https://www.reddit.com/r/androiddev/comments/1045y11/cant_use_ischecked/) -- [display drawable in compose](https://www.reddit.com/r/androiddev/comments/1043u9q/display_drawable_in_compose/) -- [determine that the device is phone or(android tv/ tv box)?](https://www.reddit.com/r/androiddev/comments/1043tib/determine_that_the_device_is_phone_orandroid_tv/) +- [Anyone using ChatGPT?](https://www.reddit.com/r/androiddev/comments/1057s1e/anyone_using_chatgpt/) +- [Android Emulator Tips & Tricks | The Upside-Down Trees](https://www.reddit.com/r/androiddev/comments/1056ydf/android_emulator_tips_tricks_the_upsidedown_trees/) +- [State in Compose! remember and mutableStateOf](https://www.reddit.com/r/androiddev/comments/10560tt/state_in_compose_remember_and_mutablestateof/) +- [App updates without public Play Store](https://www.reddit.com/r/androiddev/comments/1050927/app_updates_without_public_play_store/) +- [If I made a screen of a different shape (for example, a heart shape) what would I need to change/do to make android fill and cut off the screen in the correct way. I’m more familiar with iOS so I don’t know too much, but anything helps.](https://www.reddit.com/r/androiddev/comments/104yq7c/if_i_made_a_screen_of_a_different_shape_for/) +- [What’s happening to Intel HAXM](https://www.reddit.com/r/androiddev/comments/104yaql/whats_happening_to_intel_haxm/) +- [Issue: Violation of Trademark Infringement policy](https://www.reddit.com/r/androiddev/comments/104xni0/issue_violation_of_trademark_infringement_policy/) +- [I added the SHA1 & SHA-256 to Firebase and still getting this error, please help!](https://www.reddit.com/r/androiddev/comments/104uv3m/i_added_the_sha1_sha256_to_firebase_and_still/) +- [Single Activity Apps: Fragments vs Views in 2022](https://www.reddit.com/r/androiddev/comments/104u0im/single_activity_apps_fragments_vs_views_in_2022/) +- [Moving from iOS development and I have a question about finding dependencies](https://www.reddit.com/r/androiddev/comments/104ta9a/moving_from_ios_development_and_i_have_a_question/) ### *InfoWorld posts* From 15cf4117c1ddc306189c3a6ac7f42dc7318dda2a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 8 Jan 2023 01:29:59 +0000 Subject: [PATCH 0399/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index aa7e9fa615..5329828392 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Anyone using ChatGPT?](https://www.reddit.com/r/androiddev/comments/1057s1e/anyone_using_chatgpt/) -- [Android Emulator Tips & Tricks | The Upside-Down Trees](https://www.reddit.com/r/androiddev/comments/1056ydf/android_emulator_tips_tricks_the_upsidedown_trees/) -- [State in Compose! remember and mutableStateOf](https://www.reddit.com/r/androiddev/comments/10560tt/state_in_compose_remember_and_mutablestateof/) -- [App updates without public Play Store](https://www.reddit.com/r/androiddev/comments/1050927/app_updates_without_public_play_store/) -- [If I made a screen of a different shape (for example, a heart shape) what would I need to change/do to make android fill and cut off the screen in the correct way. I’m more familiar with iOS so I don’t know too much, but anything helps.](https://www.reddit.com/r/androiddev/comments/104yq7c/if_i_made_a_screen_of_a_different_shape_for/) -- [What’s happening to Intel HAXM](https://www.reddit.com/r/androiddev/comments/104yaql/whats_happening_to_intel_haxm/) -- [Issue: Violation of Trademark Infringement policy](https://www.reddit.com/r/androiddev/comments/104xni0/issue_violation_of_trademark_infringement_policy/) -- [I added the SHA1 & SHA-256 to Firebase and still getting this error, please help!](https://www.reddit.com/r/androiddev/comments/104uv3m/i_added_the_sha1_sha256_to_firebase_and_still/) -- [Single Activity Apps: Fragments vs Views in 2022](https://www.reddit.com/r/androiddev/comments/104u0im/single_activity_apps_fragments_vs_views_in_2022/) -- [Moving from iOS development and I have a question about finding dependencies](https://www.reddit.com/r/androiddev/comments/104ta9a/moving_from_ios_development_and_i_have_a_question/) +- [Appwrite Database issue](https://www.reddit.com/r/androiddev/comments/1065i4f/appwrite_database_issue/) +- [Is it possible to lock android go one app with only some background services](https://www.reddit.com/r/androiddev/comments/1064oej/is_it_possible_to_lock_android_go_one_app_with/) +- [estou com dificuldade de encontrar a solução para esse erro no Android Studio, alguém poderia me dar uma luz?](https://www.reddit.com/r/androiddev/comments/1061coi/estou_com_dificuldade_de_encontrar_a_solução_para/) +- [Google Developer console registration issues - Deduction of billing account on each failed transaction without refund from google.](https://www.reddit.com/r/androiddev/comments/10618e1/google_developer_console_registration_issues/) +- [Custom Calendar from RecyclerView with Events from DB - How to apply all of them on multiple dates?](https://www.reddit.com/r/androiddev/comments/1060k7l/custom_calendar_from_recyclerview_with_events/) +- [Day Night Map is now open source](https://www.reddit.com/r/androiddev/comments/10603iy/day_night_map_is_now_open_source/) +- [can we make tv UI by xml and mobile UI by compose?](https://www.reddit.com/r/androiddev/comments/105y7xm/can_we_make_tv_ui_by_xml_and_mobile_ui_by_compose/) +- [Pass data from fragment to view model](https://www.reddit.com/r/androiddev/comments/105y4rf/pass_data_from_fragment_to_view_model/) +- [What could be approach to handle large amount of data in mobile app while in offline?](https://www.reddit.com/r/androiddev/comments/105wyxy/what_could_be_approach_to_handle_large_amount_of/) +- [Hello](https://www.reddit.com/r/androiddev/comments/105wjdl/hello/) ### *InfoWorld posts* From f7f0253d3244a0323a09636230b270a17b96ac6e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 9 Jan 2023 01:29:25 +0000 Subject: [PATCH 0400/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5329828392..cfa81396c8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Appwrite Database issue](https://www.reddit.com/r/androiddev/comments/1065i4f/appwrite_database_issue/) -- [Is it possible to lock android go one app with only some background services](https://www.reddit.com/r/androiddev/comments/1064oej/is_it_possible_to_lock_android_go_one_app_with/) -- [estou com dificuldade de encontrar a solução para esse erro no Android Studio, alguém poderia me dar uma luz?](https://www.reddit.com/r/androiddev/comments/1061coi/estou_com_dificuldade_de_encontrar_a_solução_para/) -- [Google Developer console registration issues - Deduction of billing account on each failed transaction without refund from google.](https://www.reddit.com/r/androiddev/comments/10618e1/google_developer_console_registration_issues/) -- [Custom Calendar from RecyclerView with Events from DB - How to apply all of them on multiple dates?](https://www.reddit.com/r/androiddev/comments/1060k7l/custom_calendar_from_recyclerview_with_events/) -- [Day Night Map is now open source](https://www.reddit.com/r/androiddev/comments/10603iy/day_night_map_is_now_open_source/) -- [can we make tv UI by xml and mobile UI by compose?](https://www.reddit.com/r/androiddev/comments/105y7xm/can_we_make_tv_ui_by_xml_and_mobile_ui_by_compose/) -- [Pass data from fragment to view model](https://www.reddit.com/r/androiddev/comments/105y4rf/pass_data_from_fragment_to_view_model/) -- [What could be approach to handle large amount of data in mobile app while in offline?](https://www.reddit.com/r/androiddev/comments/105wyxy/what_could_be_approach_to_handle_large_amount_of/) -- [Hello](https://www.reddit.com/r/androiddev/comments/105wjdl/hello/) +- [Signing Up Google Play Console as a business account](https://www.reddit.com/r/androiddev/comments/1070fcu/signing_up_google_play_console_as_a_business/) +- [Is it possible to transfer the pictures from my old phone to a new phone without transferring possible viruses?](https://www.reddit.com/r/androiddev/comments/106zwhb/is_it_possible_to_transfer_the_pictures_from_my/) +- [I have found a bug in Android, take a look if you are interested.](https://www.reddit.com/r/androiddev/comments/106tgio/i_have_found_a_bug_in_android_take_a_look_if_you/) +- [I made a Jetpack Compose library for theming that adds Dynamic Colors to old devices (Android 8.1 and higher).](https://www.reddit.com/r/androiddev/comments/106t4pg/i_made_a_jetpack_compose_library_for_theming_that/) +- [Intel Discontinues Development Of Open-Source HAXM Software](https://www.reddit.com/r/androiddev/comments/106selg/intel_discontinues_development_of_opensource_haxm/) +- [I want to build a android SDK that wraps an API. Will coding it in Kotlin works for both the apps written in Java and Kotlin or do I need to build two SDK one for Java and other for Kotlin.](https://www.reddit.com/r/androiddev/comments/106qkwd/i_want_to_build_a_android_sdk_that_wraps_an_api/) +- [Any free alternative to MIT App Inventor?](https://www.reddit.com/r/androiddev/comments/106lgkl/any_free_alternative_to_mit_app_inventor/) +- [Sending strings and other data inputs to an ESP32 over WiFi using Android App (project guidance)](https://www.reddit.com/r/androiddev/comments/106i6pp/sending_strings_and_other_data_inputs_to_an_esp32/) +- [Tired of poor anti-theft, would like to make a custom rom for that - Where to begin ?](https://www.reddit.com/r/androiddev/comments/106hwjq/tired_of_poor_antitheft_would_like_to_make_a/) +- [New to this](https://www.reddit.com/r/androiddev/comments/106gnnh/new_to_this/) ### *InfoWorld posts* From 5477b18fe2a1f004b2e766226273b62b8d671ca5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 10 Jan 2023 01:30:13 +0000 Subject: [PATCH 0401/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cfa81396c8..24da4308b7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Signing Up Google Play Console as a business account](https://www.reddit.com/r/androiddev/comments/1070fcu/signing_up_google_play_console_as_a_business/) -- [Is it possible to transfer the pictures from my old phone to a new phone without transferring possible viruses?](https://www.reddit.com/r/androiddev/comments/106zwhb/is_it_possible_to_transfer_the_pictures_from_my/) -- [I have found a bug in Android, take a look if you are interested.](https://www.reddit.com/r/androiddev/comments/106tgio/i_have_found_a_bug_in_android_take_a_look_if_you/) -- [I made a Jetpack Compose library for theming that adds Dynamic Colors to old devices (Android 8.1 and higher).](https://www.reddit.com/r/androiddev/comments/106t4pg/i_made_a_jetpack_compose_library_for_theming_that/) -- [Intel Discontinues Development Of Open-Source HAXM Software](https://www.reddit.com/r/androiddev/comments/106selg/intel_discontinues_development_of_opensource_haxm/) -- [I want to build a android SDK that wraps an API. Will coding it in Kotlin works for both the apps written in Java and Kotlin or do I need to build two SDK one for Java and other for Kotlin.](https://www.reddit.com/r/androiddev/comments/106qkwd/i_want_to_build_a_android_sdk_that_wraps_an_api/) -- [Any free alternative to MIT App Inventor?](https://www.reddit.com/r/androiddev/comments/106lgkl/any_free_alternative_to_mit_app_inventor/) -- [Sending strings and other data inputs to an ESP32 over WiFi using Android App (project guidance)](https://www.reddit.com/r/androiddev/comments/106i6pp/sending_strings_and_other_data_inputs_to_an_esp32/) -- [Tired of poor anti-theft, would like to make a custom rom for that - Where to begin ?](https://www.reddit.com/r/androiddev/comments/106hwjq/tired_of_poor_antitheft_would_like_to_make_a/) -- [New to this](https://www.reddit.com/r/androiddev/comments/106gnnh/new_to_this/) +- [How secure is Android apps fingerprint authentication in 2023?](https://www.reddit.com/r/androiddev/comments/107udu6/how_secure_is_android_apps_fingerprint/) +- [Does Android Studio works fine in Mac M1?](https://www.reddit.com/r/androiddev/comments/107u84w/does_android_studio_works_fine_in_mac_m1/) +- [Android learning pathway advice](https://www.reddit.com/r/androiddev/comments/107t0l7/android_learning_pathway_advice/) +- [Does anybody have an example of a multi module project with one module being a broadcast receiver?](https://www.reddit.com/r/androiddev/comments/107p8zk/does_anybody_have_an_example_of_a_multi_module/) +- [Social Media UI in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/107ocfb/social_media_ui_in_jetpack_compose/) +- [Extending the Android SDK - Google releases first public version of the "Extension SDK".](https://www.reddit.com/r/androiddev/comments/107ns5w/extending_the_android_sdk_google_releases_first/) +- [Does uploading a new app vs updating an old one help with download?](https://www.reddit.com/r/androiddev/comments/107mn5i/does_uploading_a_new_app_vs_updating_an_old_one/) +- [How to disable receiving Notifications via Firebase Cloud Messaging?](https://www.reddit.com/r/androiddev/comments/107k409/how_to_disable_receiving_notifications_via/) +- [kindly help a bro out](https://www.reddit.com/r/androiddev/comments/107jvs9/kindly_help_a_bro_out/) +- [Best Android Development Book's](https://www.reddit.com/r/androiddev/comments/107jutx/best_android_development_books/) ### *InfoWorld posts* From 570c0ccd4fe8c66de9b57bbbd84904342150459f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 11 Jan 2023 01:29:40 +0000 Subject: [PATCH 0402/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 24da4308b7..3218001d3e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How secure is Android apps fingerprint authentication in 2023?](https://www.reddit.com/r/androiddev/comments/107udu6/how_secure_is_android_apps_fingerprint/) -- [Does Android Studio works fine in Mac M1?](https://www.reddit.com/r/androiddev/comments/107u84w/does_android_studio_works_fine_in_mac_m1/) -- [Android learning pathway advice](https://www.reddit.com/r/androiddev/comments/107t0l7/android_learning_pathway_advice/) -- [Does anybody have an example of a multi module project with one module being a broadcast receiver?](https://www.reddit.com/r/androiddev/comments/107p8zk/does_anybody_have_an_example_of_a_multi_module/) -- [Social Media UI in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/107ocfb/social_media_ui_in_jetpack_compose/) -- [Extending the Android SDK - Google releases first public version of the "Extension SDK".](https://www.reddit.com/r/androiddev/comments/107ns5w/extending_the_android_sdk_google_releases_first/) -- [Does uploading a new app vs updating an old one help with download?](https://www.reddit.com/r/androiddev/comments/107mn5i/does_uploading_a_new_app_vs_updating_an_old_one/) -- [How to disable receiving Notifications via Firebase Cloud Messaging?](https://www.reddit.com/r/androiddev/comments/107k409/how_to_disable_receiving_notifications_via/) -- [kindly help a bro out](https://www.reddit.com/r/androiddev/comments/107jvs9/kindly_help_a_bro_out/) -- [Best Android Development Book's](https://www.reddit.com/r/androiddev/comments/107jutx/best_android_development_books/) +- [Don't understand this aspect of compose](https://www.reddit.com/r/androiddev/comments/108rh9m/dont_understand_this_aspect_of_compose/) +- [Some highlights from Google Dev Library](https://www.reddit.com/r/androiddev/comments/108qobe/some_highlights_from_google_dev_library/) +- [How does your CI/CD look like?](https://www.reddit.com/r/androiddev/comments/108qjcs/how_does_your_cicd_look_like/) +- [Is it possible to use Pandoc in a Android project?](https://www.reddit.com/r/androiddev/comments/108q74y/is_it_possible_to_use_pandoc_in_a_android_project/) +- [Fixing OutOfMemoryErrors](https://www.reddit.com/r/androiddev/comments/108pu1a/fixing_outofmemoryerrors/) +- [Unable to access subscriptions google play console](https://www.reddit.com/r/androiddev/comments/108pg5s/unable_to_access_subscriptions_google_play_console/) +- [Weird behaviour when using window.setDecorFitsSystemWindows(false) and BottomAppBar](https://www.reddit.com/r/androiddev/comments/108mfaj/weird_behaviour_when_using/) +- [Jetpack Compose for days](https://www.reddit.com/r/androiddev/comments/108l429/jetpack_compose_for_days/) +- [Is there any way I could toggle airplane mode programmatically](https://www.reddit.com/r/androiddev/comments/108jimo/is_there_any_way_i_could_toggle_airplane_mode/) +- [(ASO) Google Play Store absolutely deranked my app from search results](https://www.reddit.com/r/androiddev/comments/108grxj/aso_google_play_store_absolutely_deranked_my_app/) ### *InfoWorld posts* From 6c5e4c0601f8f377d804c5cbfc2c4a75e96277a4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 12 Jan 2023 01:29:36 +0000 Subject: [PATCH 0403/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3218001d3e..fb9e545776 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Don't understand this aspect of compose](https://www.reddit.com/r/androiddev/comments/108rh9m/dont_understand_this_aspect_of_compose/) -- [Some highlights from Google Dev Library](https://www.reddit.com/r/androiddev/comments/108qobe/some_highlights_from_google_dev_library/) -- [How does your CI/CD look like?](https://www.reddit.com/r/androiddev/comments/108qjcs/how_does_your_cicd_look_like/) -- [Is it possible to use Pandoc in a Android project?](https://www.reddit.com/r/androiddev/comments/108q74y/is_it_possible_to_use_pandoc_in_a_android_project/) -- [Fixing OutOfMemoryErrors](https://www.reddit.com/r/androiddev/comments/108pu1a/fixing_outofmemoryerrors/) -- [Unable to access subscriptions google play console](https://www.reddit.com/r/androiddev/comments/108pg5s/unable_to_access_subscriptions_google_play_console/) -- [Weird behaviour when using window.setDecorFitsSystemWindows(false) and BottomAppBar](https://www.reddit.com/r/androiddev/comments/108mfaj/weird_behaviour_when_using/) -- [Jetpack Compose for days](https://www.reddit.com/r/androiddev/comments/108l429/jetpack_compose_for_days/) -- [Is there any way I could toggle airplane mode programmatically](https://www.reddit.com/r/androiddev/comments/108jimo/is_there_any_way_i_could_toggle_airplane_mode/) -- [(ASO) Google Play Store absolutely deranked my app from search results](https://www.reddit.com/r/androiddev/comments/108grxj/aso_google_play_store_absolutely_deranked_my_app/) +- [Can't find SHA-1 number](https://www.reddit.com/r/androiddev/comments/109mc8q/cant_find_sha1_number/) +- [What is the best practice for keeping file data you have read from the device?](https://www.reddit.com/r/androiddev/comments/109jie0/what_is_the_best_practice_for_keeping_file_data/) +- [[XSD] create XSD pattern](https://www.reddit.com/r/androiddev/comments/109ix1b/xsd_create_xsd_pattern/) +- [Is it possible to change the value of a TextView from another fragment that uses a different layout than what contains said TextView?](https://www.reddit.com/r/androiddev/comments/109ivrr/is_it_possible_to_change_the_value_of_a_textview/) +- [A severe blocker bug in Jetpack Compose, being unable to put TextField in a LazyColumn while keeping keyboard open, was finally fixed in 1.4.0-alpha4](https://www.reddit.com/r/androiddev/comments/109inrw/a_severe_blocker_bug_in_jetpack_compose_being/) +- [Searching for app maker tool](https://www.reddit.com/r/androiddev/comments/109gw4v/searching_for_app_maker_tool/) +- [Costs of Real time developer notifications](https://www.reddit.com/r/androiddev/comments/109en9b/costs_of_real_time_developer_notifications/) +- [How do you test your app?](https://www.reddit.com/r/androiddev/comments/109d7xw/how_do_you_test_your_app/) +- [Is it okay if my activity is fully filled by XML code?](https://www.reddit.com/r/androiddev/comments/109adnf/is_it_okay_if_my_activity_is_fully_filled_by_xml/) +- [KmmScanner: a Kotlin multiplatform library for Bluetooth Beacons Scanning](https://www.reddit.com/r/androiddev/comments/1098xcx/kmmscanner_a_kotlin_multiplatform_library_for/) ### *InfoWorld posts* From 9258fd6ca468ed76b08df85e9195d9569943c58a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 13 Jan 2023 01:30:10 +0000 Subject: [PATCH 0404/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fb9e545776..b416a8d313 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Can't find SHA-1 number](https://www.reddit.com/r/androiddev/comments/109mc8q/cant_find_sha1_number/) -- [What is the best practice for keeping file data you have read from the device?](https://www.reddit.com/r/androiddev/comments/109jie0/what_is_the_best_practice_for_keeping_file_data/) -- [[XSD] create XSD pattern](https://www.reddit.com/r/androiddev/comments/109ix1b/xsd_create_xsd_pattern/) -- [Is it possible to change the value of a TextView from another fragment that uses a different layout than what contains said TextView?](https://www.reddit.com/r/androiddev/comments/109ivrr/is_it_possible_to_change_the_value_of_a_textview/) -- [A severe blocker bug in Jetpack Compose, being unable to put TextField in a LazyColumn while keeping keyboard open, was finally fixed in 1.4.0-alpha4](https://www.reddit.com/r/androiddev/comments/109inrw/a_severe_blocker_bug_in_jetpack_compose_being/) -- [Searching for app maker tool](https://www.reddit.com/r/androiddev/comments/109gw4v/searching_for_app_maker_tool/) -- [Costs of Real time developer notifications](https://www.reddit.com/r/androiddev/comments/109en9b/costs_of_real_time_developer_notifications/) -- [How do you test your app?](https://www.reddit.com/r/androiddev/comments/109d7xw/how_do_you_test_your_app/) -- [Is it okay if my activity is fully filled by XML code?](https://www.reddit.com/r/androiddev/comments/109adnf/is_it_okay_if_my_activity_is_fully_filled_by_xml/) -- [KmmScanner: a Kotlin multiplatform library for Bluetooth Beacons Scanning](https://www.reddit.com/r/androiddev/comments/1098xcx/kmmscanner_a_kotlin_multiplatform_library_for/) +- [Android Studio Electric Eel available in the Stable channel](https://www.reddit.com/r/androiddev/comments/10af3wh/android_studio_electric_eel_available_in_the/) +- [What's new in Android Studio - Electric Eel](https://www.reddit.com/r/androiddev/comments/10ad1lc/whats_new_in_android_studio_electric_eel/) +- [Android Studio Electric Eel](https://www.reddit.com/r/androiddev/comments/10acf2w/android_studio_electric_eel/) +- [is it possible to pass audio from 3.5mm jack to bluetooth headset?](https://www.reddit.com/r/androiddev/comments/10abs0y/is_it_possible_to_pass_audio_from_35mm_jack_to/) +- [Emergency Info APIs](https://www.reddit.com/r/androiddev/comments/10aax4j/emergency_info_apis/) +- [Any good way to arrange elements in Box layout?](https://www.reddit.com/r/androiddev/comments/10aahzx/any_good_way_to_arrange_elements_in_box_layout/) +- [Android Studio font flickering and high CPU usage.](https://www.reddit.com/r/androiddev/comments/10a9iyc/android_studio_font_flickering_and_high_cpu_usage/) +- [Is this a rendering bug during translationY animation?](https://www.reddit.com/r/androiddev/comments/10a8b6x/is_this_a_rendering_bug_during_translationy/) +- [Edit/Modify TLS Fingerprint on HTTP Calls](https://www.reddit.com/r/androiddev/comments/10a7nde/editmodify_tls_fingerprint_on_http_calls/) +- [Best Android Studio Plugins](https://www.reddit.com/r/androiddev/comments/10a7hxn/best_android_studio_plugins/) ### *InfoWorld posts* From 7f72389e62d116e0139f74afad97bd4c7b513f5d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 14 Jan 2023 01:29:22 +0000 Subject: [PATCH 0405/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b416a8d313..72e1aa6678 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Studio Electric Eel available in the Stable channel](https://www.reddit.com/r/androiddev/comments/10af3wh/android_studio_electric_eel_available_in_the/) -- [What's new in Android Studio - Electric Eel](https://www.reddit.com/r/androiddev/comments/10ad1lc/whats_new_in_android_studio_electric_eel/) -- [Android Studio Electric Eel](https://www.reddit.com/r/androiddev/comments/10acf2w/android_studio_electric_eel/) -- [is it possible to pass audio from 3.5mm jack to bluetooth headset?](https://www.reddit.com/r/androiddev/comments/10abs0y/is_it_possible_to_pass_audio_from_35mm_jack_to/) -- [Emergency Info APIs](https://www.reddit.com/r/androiddev/comments/10aax4j/emergency_info_apis/) -- [Any good way to arrange elements in Box layout?](https://www.reddit.com/r/androiddev/comments/10aahzx/any_good_way_to_arrange_elements_in_box_layout/) -- [Android Studio font flickering and high CPU usage.](https://www.reddit.com/r/androiddev/comments/10a9iyc/android_studio_font_flickering_and_high_cpu_usage/) -- [Is this a rendering bug during translationY animation?](https://www.reddit.com/r/androiddev/comments/10a8b6x/is_this_a_rendering_bug_during_translationy/) -- [Edit/Modify TLS Fingerprint on HTTP Calls](https://www.reddit.com/r/androiddev/comments/10a7nde/editmodify_tls_fingerprint_on_http_calls/) -- [Best Android Studio Plugins](https://www.reddit.com/r/androiddev/comments/10a7hxn/best_android_studio_plugins/) +- [Considering the state of the job market, is it a good idea to switch from web dev to Android for better job security?](https://www.reddit.com/r/androiddev/comments/10b91vi/considering_the_state_of_the_job_market_is_it_a/) +- [Spotify Android SDK](https://www.reddit.com/r/androiddev/comments/10b8r0h/spotify_android_sdk/) +- [I'm looking for advice for job hunting during this recession.](https://www.reddit.com/r/androiddev/comments/10b6wk3/im_looking_for_advice_for_job_hunting_during_this/) +- [What are some good articles or resources on intermediate to advanced usage of Hilt.](https://www.reddit.com/r/androiddev/comments/10b5ya4/what_are_some_good_articles_or_resources_on/) +- [Practice Java with 500+ Free Challenges](https://www.reddit.com/r/androiddev/comments/10b4ygm/practice_java_with_500_free_challenges/) +- [How can I get serial number for Honeywell device?](https://www.reddit.com/r/androiddev/comments/10b3hyn/how_can_i_get_serial_number_for_honeywell_device/) +- [Possible to exclude child composable from parent composable's alpha change?](https://www.reddit.com/r/androiddev/comments/10b2qqb/possible_to_exclude_child_composable_from_parent/) +- [Recommended TopAppBar Migration for Tablet & Phone](https://www.reddit.com/r/androiddev/comments/10b0rn5/recommended_topappbar_migration_for_tablet_phone/) +- [SVG versions of the Google Play badges are now available](https://www.reddit.com/r/androiddev/comments/10azx32/svg_versions_of_the_google_play_badges_are_now/) +- [What Busybox for non-root Android 12+, and where to run one's compiled CLI apps?](https://www.reddit.com/r/androiddev/comments/10ayngc/what_busybox_for_nonroot_android_12_and_where_to/) ### *InfoWorld posts* From d90d6cb0812f701b69aef90a57546921a77408b3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 15 Jan 2023 01:29:59 +0000 Subject: [PATCH 0406/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 72e1aa6678..592ba20fd9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Considering the state of the job market, is it a good idea to switch from web dev to Android for better job security?](https://www.reddit.com/r/androiddev/comments/10b91vi/considering_the_state_of_the_job_market_is_it_a/) -- [Spotify Android SDK](https://www.reddit.com/r/androiddev/comments/10b8r0h/spotify_android_sdk/) -- [I'm looking for advice for job hunting during this recession.](https://www.reddit.com/r/androiddev/comments/10b6wk3/im_looking_for_advice_for_job_hunting_during_this/) -- [What are some good articles or resources on intermediate to advanced usage of Hilt.](https://www.reddit.com/r/androiddev/comments/10b5ya4/what_are_some_good_articles_or_resources_on/) -- [Practice Java with 500+ Free Challenges](https://www.reddit.com/r/androiddev/comments/10b4ygm/practice_java_with_500_free_challenges/) -- [How can I get serial number for Honeywell device?](https://www.reddit.com/r/androiddev/comments/10b3hyn/how_can_i_get_serial_number_for_honeywell_device/) -- [Possible to exclude child composable from parent composable's alpha change?](https://www.reddit.com/r/androiddev/comments/10b2qqb/possible_to_exclude_child_composable_from_parent/) -- [Recommended TopAppBar Migration for Tablet & Phone](https://www.reddit.com/r/androiddev/comments/10b0rn5/recommended_topappbar_migration_for_tablet_phone/) -- [SVG versions of the Google Play badges are now available](https://www.reddit.com/r/androiddev/comments/10azx32/svg_versions_of_the_google_play_badges_are_now/) -- [What Busybox for non-root Android 12+, and where to run one's compiled CLI apps?](https://www.reddit.com/r/androiddev/comments/10ayngc/what_busybox_for_nonroot_android_12_and_where_to/) +- [i need guidance](https://www.reddit.com/r/androiddev/comments/10c15kb/i_need_guidance/) +- [Android emulator rendering looks awful on Linux compared to Windows. These screenshots were taken on the same monitor. Does anyone know how to fix it? I'm running Nouveau 137 with an nVidia Quadro P1000 Mobile on the Linux box and nVidia GTX 1050 on the Windows box](https://www.reddit.com/r/androiddev/comments/10bzfzb/android_emulator_rendering_looks_awful_on_linux/) +- [how to use paging for ListRows independently?](https://www.reddit.com/r/androiddev/comments/10bz9jx/how_to_use_paging_for_listrows_independently/) +- [Backend Technologies to Learn](https://www.reddit.com/r/androiddev/comments/10bycbc/backend_technologies_to_learn/) +- [IDE stuck on "performing code analysis" loop. (Dolphin and Electric Eel)](https://www.reddit.com/r/androiddev/comments/10bxthj/ide_stuck_on_performing_code_analysis_loop/) +- [How to retrieve and display data Using relational DB many to many relationship.](https://www.reddit.com/r/androiddev/comments/10bv4nf/how_to_retrieve_and_display_data_using_relational/) +- [How long to reap the benefits of lowering your ANR rate on Google Play?](https://www.reddit.com/r/androiddev/comments/10buotl/how_long_to_reap_the_benefits_of_lowering_your/) +- [Where can i find this theme or similar for android studio?](https://www.reddit.com/r/androiddev/comments/10bts8k/where_can_i_find_this_theme_or_similar_for/) +- [My Android app wont automatically run from Android Studio](https://www.reddit.com/r/androiddev/comments/10bs3jl/my_android_app_wont_automatically_run_from/) +- [Tech stack you would choose for a greenfield project](https://www.reddit.com/r/androiddev/comments/10brvom/tech_stack_you_would_choose_for_a_greenfield/) ### *InfoWorld posts* From c107b52fc615ee8c3df068900d6166bfe1bc9077 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 16 Jan 2023 01:29:28 +0000 Subject: [PATCH 0407/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 592ba20fd9..b0ea7b3f58 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [i need guidance](https://www.reddit.com/r/androiddev/comments/10c15kb/i_need_guidance/) -- [Android emulator rendering looks awful on Linux compared to Windows. These screenshots were taken on the same monitor. Does anyone know how to fix it? I'm running Nouveau 137 with an nVidia Quadro P1000 Mobile on the Linux box and nVidia GTX 1050 on the Windows box](https://www.reddit.com/r/androiddev/comments/10bzfzb/android_emulator_rendering_looks_awful_on_linux/) -- [how to use paging for ListRows independently?](https://www.reddit.com/r/androiddev/comments/10bz9jx/how_to_use_paging_for_listrows_independently/) -- [Backend Technologies to Learn](https://www.reddit.com/r/androiddev/comments/10bycbc/backend_technologies_to_learn/) -- [IDE stuck on "performing code analysis" loop. (Dolphin and Electric Eel)](https://www.reddit.com/r/androiddev/comments/10bxthj/ide_stuck_on_performing_code_analysis_loop/) -- [How to retrieve and display data Using relational DB many to many relationship.](https://www.reddit.com/r/androiddev/comments/10bv4nf/how_to_retrieve_and_display_data_using_relational/) -- [How long to reap the benefits of lowering your ANR rate on Google Play?](https://www.reddit.com/r/androiddev/comments/10buotl/how_long_to_reap_the_benefits_of_lowering_your/) -- [Where can i find this theme or similar for android studio?](https://www.reddit.com/r/androiddev/comments/10bts8k/where_can_i_find_this_theme_or_similar_for/) -- [My Android app wont automatically run from Android Studio](https://www.reddit.com/r/androiddev/comments/10bs3jl/my_android_app_wont_automatically_run_from/) -- [Tech stack you would choose for a greenfield project](https://www.reddit.com/r/androiddev/comments/10brvom/tech_stack_you_would_choose_for_a_greenfield/) +- [What level of skill does Philip Lackner cover in his channel? Is it mostly Junior - Mid? Just Junior?](https://www.reddit.com/r/androiddev/comments/10d140a/what_level_of_skill_does_philip_lackner_cover_in/) +- [Code stuck when trying to make a request](https://www.reddit.com/r/androiddev/comments/10cy2b6/code_stuck_when_trying_to_make_a_request/) +- [Google Play Console, How to deactivate a release that is in review?](https://www.reddit.com/r/androiddev/comments/10ctdft/google_play_console_how_to_deactivate_a_release/) +- [should i switch to compose?](https://www.reddit.com/r/androiddev/comments/10csga1/should_i_switch_to_compose/) +- [Emulator is trying to fit in a window and the device frame is getting in the way of battery status. How can I fix this?](https://www.reddit.com/r/androiddev/comments/10cqb4h/emulator_is_trying_to_fit_in_a_window_and_the/) +- [Modelling UI State in compose](https://www.reddit.com/r/androiddev/comments/10cq0at/modelling_ui_state_in_compose/) +- [UI/UX , MATERIAL DESING BOOK FOR NATIVE ANDROID](https://www.reddit.com/r/androiddev/comments/10coofc/uiux_material_desing_book_for_native_android/) +- [rendering HTML/CSS on a surfaceview](https://www.reddit.com/r/androiddev/comments/10cokgy/rendering_htmlcss_on_a_surfaceview/) +- [Can I use Android studio offline to stop these long cradle builds](https://www.reddit.com/r/androiddev/comments/10cnibj/can_i_use_android_studio_offline_to_stop_these/) +- [Hi, does anyone know the name of the font being used in Android 13 OS? As shown below](https://www.reddit.com/r/androiddev/comments/10cjonr/hi_does_anyone_know_the_name_of_the_font_being/) ### *InfoWorld posts* From a2a27cd09854a2d6bfdf777a4ab15c3f2dc12cc9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 17 Jan 2023 01:29:21 +0000 Subject: [PATCH 0408/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b0ea7b3f58..d0fcb537cc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What level of skill does Philip Lackner cover in his channel? Is it mostly Junior - Mid? Just Junior?](https://www.reddit.com/r/androiddev/comments/10d140a/what_level_of_skill_does_philip_lackner_cover_in/) -- [Code stuck when trying to make a request](https://www.reddit.com/r/androiddev/comments/10cy2b6/code_stuck_when_trying_to_make_a_request/) -- [Google Play Console, How to deactivate a release that is in review?](https://www.reddit.com/r/androiddev/comments/10ctdft/google_play_console_how_to_deactivate_a_release/) -- [should i switch to compose?](https://www.reddit.com/r/androiddev/comments/10csga1/should_i_switch_to_compose/) -- [Emulator is trying to fit in a window and the device frame is getting in the way of battery status. How can I fix this?](https://www.reddit.com/r/androiddev/comments/10cqb4h/emulator_is_trying_to_fit_in_a_window_and_the/) -- [Modelling UI State in compose](https://www.reddit.com/r/androiddev/comments/10cq0at/modelling_ui_state_in_compose/) -- [UI/UX , MATERIAL DESING BOOK FOR NATIVE ANDROID](https://www.reddit.com/r/androiddev/comments/10coofc/uiux_material_desing_book_for_native_android/) -- [rendering HTML/CSS on a surfaceview](https://www.reddit.com/r/androiddev/comments/10cokgy/rendering_htmlcss_on_a_surfaceview/) -- [Can I use Android studio offline to stop these long cradle builds](https://www.reddit.com/r/androiddev/comments/10cnibj/can_i_use_android_studio_offline_to_stop_these/) -- [Hi, does anyone know the name of the font being used in Android 13 OS? As shown below](https://www.reddit.com/r/androiddev/comments/10cjonr/hi_does_anyone_know_the_name_of_the_font_being/) +- [Android Studio Shortcuts Every Android Engineer Should Learn](https://www.reddit.com/r/androiddev/comments/10dtj6n/android_studio_shortcuts_every_android_engineer/) +- [Which Backend as a service for my Android Project ?](https://www.reddit.com/r/androiddev/comments/10dt8kp/which_backend_as_a_service_for_my_android_project/) +- [Learning: Framework suggestions, boilerplates, where to start?](https://www.reddit.com/r/androiddev/comments/10ds0vq/learning_framework_suggestions_boilerplates_where/) +- [What calendar toolkit do you use?](https://www.reddit.com/r/androiddev/comments/10dpw7r/what_calendar_toolkit_do_you_use/) +- [Building a Language Learning App with Compose – Part 1](https://www.reddit.com/r/androiddev/comments/10dncdt/building_a_language_learning_app_with_compose/) +- [Run a Gradle Task From a Shortcut](https://www.reddit.com/r/androiddev/comments/10dn8ap/run_a_gradle_task_from_a_shortcut/) +- [Our Developer Account was terminated due to 'Assosiation'](https://www.reddit.com/r/androiddev/comments/10dlnsj/our_developer_account_was_terminated_due_to/) +- [Set the status of the sellers.json file to "Visible" to provide advertisers with appropriate information about your inventory](https://www.reddit.com/r/androiddev/comments/10djg24/set_the_status_of_the_sellersjson_file_to_visible/) +- [Should i use android's local databse or Firebase realtime database](https://www.reddit.com/r/androiddev/comments/10djexz/should_i_use_androids_local_databse_or_firebase/) +- [📢 [Twitter Space / AMA] Calling all Android tech writers and Open Source project devs!](https://www.reddit.com/r/androiddev/comments/10di40a/twitter_space_ama_calling_all_android_tech/) ### *InfoWorld posts* From d1435e18ff3fcaa70285654acfb6c591514a0823 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 18 Jan 2023 01:29:52 +0000 Subject: [PATCH 0409/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d0fcb537cc..1c3c557805 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Studio Shortcuts Every Android Engineer Should Learn](https://www.reddit.com/r/androiddev/comments/10dtj6n/android_studio_shortcuts_every_android_engineer/) -- [Which Backend as a service for my Android Project ?](https://www.reddit.com/r/androiddev/comments/10dt8kp/which_backend_as_a_service_for_my_android_project/) -- [Learning: Framework suggestions, boilerplates, where to start?](https://www.reddit.com/r/androiddev/comments/10ds0vq/learning_framework_suggestions_boilerplates_where/) -- [What calendar toolkit do you use?](https://www.reddit.com/r/androiddev/comments/10dpw7r/what_calendar_toolkit_do_you_use/) -- [Building a Language Learning App with Compose – Part 1](https://www.reddit.com/r/androiddev/comments/10dncdt/building_a_language_learning_app_with_compose/) -- [Run a Gradle Task From a Shortcut](https://www.reddit.com/r/androiddev/comments/10dn8ap/run_a_gradle_task_from_a_shortcut/) -- [Our Developer Account was terminated due to 'Assosiation'](https://www.reddit.com/r/androiddev/comments/10dlnsj/our_developer_account_was_terminated_due_to/) -- [Set the status of the sellers.json file to "Visible" to provide advertisers with appropriate information about your inventory](https://www.reddit.com/r/androiddev/comments/10djg24/set_the_status_of_the_sellersjson_file_to_visible/) -- [Should i use android's local databse or Firebase realtime database](https://www.reddit.com/r/androiddev/comments/10djexz/should_i_use_androids_local_databse_or_firebase/) -- [📢 [Twitter Space / AMA] Calling all Android tech writers and Open Source project devs!](https://www.reddit.com/r/androiddev/comments/10di40a/twitter_space_ama_calling_all_android_tech/) +- [Help with strange pop ups](https://www.reddit.com/r/androiddev/comments/10etb77/help_with_strange_pop_ups/) +- [recycling old samsung Galaxy Note GT-N8010 tablet. which OS should i put on it? which method and tools?](https://www.reddit.com/r/androiddev/comments/10epu03/recycling_old_samsung_galaxy_note_gtn8010_tablet/) +- [Hiring Managers - What are cases portfolio projects / PlayStore apps screwed a candidate over?](https://www.reddit.com/r/androiddev/comments/10epr8l/hiring_managers_what_are_cases_portfolio_projects/) +- [app development: make or buy](https://www.reddit.com/r/androiddev/comments/10ep9gs/app_development_make_or_buy/) +- [the State of Subscription Apps 2023 (by RevenueCat)](https://www.reddit.com/r/androiddev/comments/10eona5/the_state_of_subscription_apps_2023_by_revenuecat/) +- [Can this be done?](https://www.reddit.com/r/androiddev/comments/10emxg7/can_this_be_done/) +- [Is retention the OVERWHELMING KPI for browsing discovery on Google Play?](https://www.reddit.com/r/androiddev/comments/10elp14/is_retention_the_overwhelming_kpi_for_browsing/) +- [Free maps API instead of Google Maps API](https://www.reddit.com/r/androiddev/comments/10elk5h/free_maps_api_instead_of_google_maps_api/) +- [TV:avoid any button to automatically gain focus on app start](https://www.reddit.com/r/androiddev/comments/10ektvj/tvavoid_any_button_to_automatically_gain_focus_on/) +- [Android Studio Giraffe Canary 1 now available](https://www.reddit.com/r/androiddev/comments/10ek7v6/android_studio_giraffe_canary_1_now_available/) ### *InfoWorld posts* From ca0c793080fb6c8f0e207803eb8e7021f6aedfda Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 19 Jan 2023 01:32:53 +0000 Subject: [PATCH 0410/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1c3c557805..19b2aee81c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Help with strange pop ups](https://www.reddit.com/r/androiddev/comments/10etb77/help_with_strange_pop_ups/) -- [recycling old samsung Galaxy Note GT-N8010 tablet. which OS should i put on it? which method and tools?](https://www.reddit.com/r/androiddev/comments/10epu03/recycling_old_samsung_galaxy_note_gtn8010_tablet/) -- [Hiring Managers - What are cases portfolio projects / PlayStore apps screwed a candidate over?](https://www.reddit.com/r/androiddev/comments/10epr8l/hiring_managers_what_are_cases_portfolio_projects/) -- [app development: make or buy](https://www.reddit.com/r/androiddev/comments/10ep9gs/app_development_make_or_buy/) -- [the State of Subscription Apps 2023 (by RevenueCat)](https://www.reddit.com/r/androiddev/comments/10eona5/the_state_of_subscription_apps_2023_by_revenuecat/) -- [Can this be done?](https://www.reddit.com/r/androiddev/comments/10emxg7/can_this_be_done/) -- [Is retention the OVERWHELMING KPI for browsing discovery on Google Play?](https://www.reddit.com/r/androiddev/comments/10elp14/is_retention_the_overwhelming_kpi_for_browsing/) -- [Free maps API instead of Google Maps API](https://www.reddit.com/r/androiddev/comments/10elk5h/free_maps_api_instead_of_google_maps_api/) -- [TV:avoid any button to automatically gain focus on app start](https://www.reddit.com/r/androiddev/comments/10ektvj/tvavoid_any_button_to_automatically_gain_focus_on/) -- [Android Studio Giraffe Canary 1 now available](https://www.reddit.com/r/androiddev/comments/10ek7v6/android_studio_giraffe_canary_1_now_available/) +- [Did "Google Play explore" switch to "Third party referrals"??](https://www.reddit.com/r/androiddev/comments/10fl4pi/did_google_play_explore_switch_to_third_party/) +- [Is it preferable to write an android app in Java over Python?](https://www.reddit.com/r/androiddev/comments/10fk056/is_it_preferable_to_write_an_android_app_in_java/) +- [Java to Kotlin Code](https://www.reddit.com/r/androiddev/comments/10fh8ua/java_to_kotlin_code/) +- [Help needed : Rich Text Editors for android](https://www.reddit.com/r/androiddev/comments/10fgoij/help_needed_rich_text_editors_for_android/) +- [Delete Leftover Android Studio Storage Directories](https://www.reddit.com/r/androiddev/comments/10fg8dd/delete_leftover_android_studio_storage_directories/) +- [The by keyword in 3 minutes!](https://www.reddit.com/r/androiddev/comments/10ff9i0/the_by_keyword_in_3_minutes/) +- [I want to create a app for android, but I have a few questions(complete newbie)](https://www.reddit.com/r/androiddev/comments/10fetti/i_want_to_create_a_app_for_android_but_i_have_a/) +- [How does Google decide which accounts are associated with a developer account?](https://www.reddit.com/r/androiddev/comments/10fd33w/how_does_google_decide_which_accounts_are/) +- [What's the best way to avoid losing information about the UI, like download information in this case, see full post:](https://www.reddit.com/r/androiddev/comments/10fcy9n/whats_the_best_way_to_avoid_losing_information/) +- [what do you guys think about the situation of freelancing market for Android development ?](https://www.reddit.com/r/androiddev/comments/10fcx9x/what_do_you_guys_think_about_the_situation_of/) ### *InfoWorld posts* From 868c02ca668679ea25626315b2716ee2f53508d2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 20 Jan 2023 01:29:49 +0000 Subject: [PATCH 0411/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 19b2aee81c..d4532c153e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Did "Google Play explore" switch to "Third party referrals"??](https://www.reddit.com/r/androiddev/comments/10fl4pi/did_google_play_explore_switch_to_third_party/) -- [Is it preferable to write an android app in Java over Python?](https://www.reddit.com/r/androiddev/comments/10fk056/is_it_preferable_to_write_an_android_app_in_java/) -- [Java to Kotlin Code](https://www.reddit.com/r/androiddev/comments/10fh8ua/java_to_kotlin_code/) -- [Help needed : Rich Text Editors for android](https://www.reddit.com/r/androiddev/comments/10fgoij/help_needed_rich_text_editors_for_android/) -- [Delete Leftover Android Studio Storage Directories](https://www.reddit.com/r/androiddev/comments/10fg8dd/delete_leftover_android_studio_storage_directories/) -- [The by keyword in 3 minutes!](https://www.reddit.com/r/androiddev/comments/10ff9i0/the_by_keyword_in_3_minutes/) -- [I want to create a app for android, but I have a few questions(complete newbie)](https://www.reddit.com/r/androiddev/comments/10fetti/i_want_to_create_a_app_for_android_but_i_have_a/) -- [How does Google decide which accounts are associated with a developer account?](https://www.reddit.com/r/androiddev/comments/10fd33w/how_does_google_decide_which_accounts_are/) -- [What's the best way to avoid losing information about the UI, like download information in this case, see full post:](https://www.reddit.com/r/androiddev/comments/10fcy9n/whats_the_best_way_to_avoid_losing_information/) -- [what do you guys think about the situation of freelancing market for Android development ?](https://www.reddit.com/r/androiddev/comments/10fcx9x/what_do_you_guys_think_about_the_situation_of/) +- [How to complete an Android app in 7 days](https://www.reddit.com/r/androiddev/comments/10gj7d6/how_to_complete_an_android_app_in_7_days/) +- [Is Android development less competitive than web development?](https://www.reddit.com/r/androiddev/comments/10ghz86/is_android_development_less_competitive_than_web/) +- [Giving someone access to Google Ads account - any risk getting banned?](https://www.reddit.com/r/androiddev/comments/10gg867/giving_someone_access_to_google_ads_account_any/) +- [Android Development on RISC-V](https://www.reddit.com/r/androiddev/comments/10gffpw/android_development_on_riscv/) +- [[Jetpack Compose] Textfield that changes readOnly value](https://www.reddit.com/r/androiddev/comments/10ge09d/jetpack_compose_textfield_that_changes_readonly/) +- [Wireless debugging keeps in authenticating despite disabling adb timeout in settings](https://www.reddit.com/r/androiddev/comments/10gdy2d/wireless_debugging_keeps_in_authenticating/) +- [Writing proper technical articles - Stavro Xhardha](https://www.reddit.com/r/androiddev/comments/10gcjhx/writing_proper_technical_articles_stavro_xhardha/) +- [Is there any library which can create graph similar to the one in photo? I tried AAChart but It's graph gives stock market feel. I am looking for a minimalist graph which looks cool](https://www.reddit.com/r/androiddev/comments/10gcgmw/is_there_any_library_which_can_create_graph/) +- [Why is Mobile attribution so pricy?](https://www.reddit.com/r/androiddev/comments/10gcfa6/why_is_mobile_attribution_so_pricy/) +- [Add fragment to view directly](https://www.reddit.com/r/androiddev/comments/10gawr3/add_fragment_to_view_directly/) ### *InfoWorld posts* From ce13d5fd84f59eca872105bc7ab7f3f7101d0b8a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 21 Jan 2023 01:30:15 +0000 Subject: [PATCH 0412/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d4532c153e..e39d098fe8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to complete an Android app in 7 days](https://www.reddit.com/r/androiddev/comments/10gj7d6/how_to_complete_an_android_app_in_7_days/) -- [Is Android development less competitive than web development?](https://www.reddit.com/r/androiddev/comments/10ghz86/is_android_development_less_competitive_than_web/) -- [Giving someone access to Google Ads account - any risk getting banned?](https://www.reddit.com/r/androiddev/comments/10gg867/giving_someone_access_to_google_ads_account_any/) -- [Android Development on RISC-V](https://www.reddit.com/r/androiddev/comments/10gffpw/android_development_on_riscv/) -- [[Jetpack Compose] Textfield that changes readOnly value](https://www.reddit.com/r/androiddev/comments/10ge09d/jetpack_compose_textfield_that_changes_readonly/) -- [Wireless debugging keeps in authenticating despite disabling adb timeout in settings](https://www.reddit.com/r/androiddev/comments/10gdy2d/wireless_debugging_keeps_in_authenticating/) -- [Writing proper technical articles - Stavro Xhardha](https://www.reddit.com/r/androiddev/comments/10gcjhx/writing_proper_technical_articles_stavro_xhardha/) -- [Is there any library which can create graph similar to the one in photo? I tried AAChart but It's graph gives stock market feel. I am looking for a minimalist graph which looks cool](https://www.reddit.com/r/androiddev/comments/10gcgmw/is_there_any_library_which_can_create_graph/) -- [Why is Mobile attribution so pricy?](https://www.reddit.com/r/androiddev/comments/10gcfa6/why_is_mobile_attribution_so_pricy/) -- [Add fragment to view directly](https://www.reddit.com/r/androiddev/comments/10gawr3/add_fragment_to_view_directly/) +- [How much Java...](https://www.reddit.com/r/androiddev/comments/10hf0lk/how_much_java/) +- [Should android lint catch deprecations?](https://www.reddit.com/r/androiddev/comments/10h9q3h/should_android_lint_catch_deprecations/) +- [Lock Wifi and other features on the device I'm deploying my app on](https://www.reddit.com/r/androiddev/comments/10h8h37/lock_wifi_and_other_features_on_the_device_im/) +- [GET_ACCOUNTS permission and its scope](https://www.reddit.com/r/androiddev/comments/10h8bac/get_accounts_permission_and_its_scope/) +- [Recent layoffs at Google and Android](https://www.reddit.com/r/androiddev/comments/10h8b7y/recent_layoffs_at_google_and_android/) +- [In what aspects will a native app (kotlin) be better than one developed with Flutter?](https://www.reddit.com/r/androiddev/comments/10h71oo/in_what_aspects_will_a_native_app_kotlin_be/) +- [Android phone or Emulator?](https://www.reddit.com/r/androiddev/comments/10h565o/android_phone_or_emulator/) +- [Without having User Accounts integrated in my app, what methods of recovering data would be best suited?](https://www.reddit.com/r/androiddev/comments/10h4o85/without_having_user_accounts_integrated_in_my_app/) +- [Any ideas on how to force the input audio source for a given app or all apps?](https://www.reddit.com/r/androiddev/comments/10h2rp8/any_ideas_on_how_to_force_the_input_audio_source/) +- [How do apps like NotifyBuddy work?](https://www.reddit.com/r/androiddev/comments/10h28uv/how_do_apps_like_notifybuddy_work/) ### *InfoWorld posts* From df7c947d44376e48d8fb6cc5fc90772042436349 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 22 Jan 2023 01:30:06 +0000 Subject: [PATCH 0413/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e39d098fe8..a726288784 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How much Java...](https://www.reddit.com/r/androiddev/comments/10hf0lk/how_much_java/) -- [Should android lint catch deprecations?](https://www.reddit.com/r/androiddev/comments/10h9q3h/should_android_lint_catch_deprecations/) -- [Lock Wifi and other features on the device I'm deploying my app on](https://www.reddit.com/r/androiddev/comments/10h8h37/lock_wifi_and_other_features_on_the_device_im/) -- [GET_ACCOUNTS permission and its scope](https://www.reddit.com/r/androiddev/comments/10h8bac/get_accounts_permission_and_its_scope/) -- [Recent layoffs at Google and Android](https://www.reddit.com/r/androiddev/comments/10h8b7y/recent_layoffs_at_google_and_android/) -- [In what aspects will a native app (kotlin) be better than one developed with Flutter?](https://www.reddit.com/r/androiddev/comments/10h71oo/in_what_aspects_will_a_native_app_kotlin_be/) -- [Android phone or Emulator?](https://www.reddit.com/r/androiddev/comments/10h565o/android_phone_or_emulator/) -- [Without having User Accounts integrated in my app, what methods of recovering data would be best suited?](https://www.reddit.com/r/androiddev/comments/10h4o85/without_having_user_accounts_integrated_in_my_app/) -- [Any ideas on how to force the input audio source for a given app or all apps?](https://www.reddit.com/r/androiddev/comments/10h2rp8/any_ideas_on_how_to_force_the_input_audio_source/) -- [How do apps like NotifyBuddy work?](https://www.reddit.com/r/androiddev/comments/10h28uv/how_do_apps_like_notifybuddy_work/) +- [Please Help Me](https://www.reddit.com/r/androiddev/comments/10i62n9/please_help_me/) +- [How to use nav graph in a multi-module project?](https://www.reddit.com/r/androiddev/comments/10i4n56/how_to_use_nav_graph_in_a_multimodule_project/) +- [Slow down hotspot speed](https://www.reddit.com/r/androiddev/comments/10i1ope/slow_down_hotspot_speed/) +- [Ad-blocker question](https://www.reddit.com/r/androiddev/comments/10i049y/adblocker_question/) +- [Learning Android’s Room Database Made Easy](https://www.reddit.com/r/androiddev/comments/10hxy5b/learning_androids_room_database_made_easy/) +- [How does one verify if a List/SingletonList is null or empty?](https://www.reddit.com/r/androiddev/comments/10hxb7n/how_does_one_verify_if_a_listsingletonlist_is/) +- [Alternate approach to storing complex data types in room database](https://www.reddit.com/r/androiddev/comments/10hp0r9/alternate_approach_to_storing_complex_data_types/) +- [Should I put my repositories in setting.gradle instead of the root build (build.gradle (project.name))](https://www.reddit.com/r/androiddev/comments/10hovcg/should_i_put_my_repositories_in_settinggradle/) +- [Tips for Working With Strings in Kotlin (removeSurrounding, ignoreCase, joinToString and more)](https://www.reddit.com/r/androiddev/comments/10hnt59/tips_for_working_with_strings_in_kotlin/) +- [WebSockets in Android with OkHttp and ViewModel](https://www.reddit.com/r/androiddev/comments/10hngwl/websockets_in_android_with_okhttp_and_viewmodel/) ### *InfoWorld posts* From 9c837a9330a386e217a256747e13c90c9cb92e0b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 23 Jan 2023 01:29:35 +0000 Subject: [PATCH 0414/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a726288784..3b23c47460 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Please Help Me](https://www.reddit.com/r/androiddev/comments/10i62n9/please_help_me/) -- [How to use nav graph in a multi-module project?](https://www.reddit.com/r/androiddev/comments/10i4n56/how_to_use_nav_graph_in_a_multimodule_project/) -- [Slow down hotspot speed](https://www.reddit.com/r/androiddev/comments/10i1ope/slow_down_hotspot_speed/) -- [Ad-blocker question](https://www.reddit.com/r/androiddev/comments/10i049y/adblocker_question/) -- [Learning Android’s Room Database Made Easy](https://www.reddit.com/r/androiddev/comments/10hxy5b/learning_androids_room_database_made_easy/) -- [How does one verify if a List/SingletonList is null or empty?](https://www.reddit.com/r/androiddev/comments/10hxb7n/how_does_one_verify_if_a_listsingletonlist_is/) -- [Alternate approach to storing complex data types in room database](https://www.reddit.com/r/androiddev/comments/10hp0r9/alternate_approach_to_storing_complex_data_types/) -- [Should I put my repositories in setting.gradle instead of the root build (build.gradle (project.name))](https://www.reddit.com/r/androiddev/comments/10hovcg/should_i_put_my_repositories_in_settinggradle/) -- [Tips for Working With Strings in Kotlin (removeSurrounding, ignoreCase, joinToString and more)](https://www.reddit.com/r/androiddev/comments/10hnt59/tips_for_working_with_strings_in_kotlin/) -- [WebSockets in Android with OkHttp and ViewModel](https://www.reddit.com/r/androiddev/comments/10hngwl/websockets_in_android_with_okhttp_and_viewmodel/) +- [Android BottomNavigationView Example with Kotlin Tutorial](https://www.reddit.com/r/androiddev/comments/10j048l/android_bottomnavigationview_example_with_kotlin/) +- [App ranking of an app that was deactivated for 1 year and now re-activated](https://www.reddit.com/r/androiddev/comments/10izf9g/app_ranking_of_an_app_that_was_deactivated_for_1/) +- [How are AOSP ROMs built?](https://www.reddit.com/r/androiddev/comments/10iwb8s/how_are_aosp_roms_built/) +- [I wasted my 2 hours trying to fix startup time of Compose app, and then realised the problem was debug mode vs release mode](https://www.reddit.com/r/androiddev/comments/10itb1g/i_wasted_my_2_hours_trying_to_fix_startup_time_of/) +- [Button triggered Poping-up Card. What is the normal implementation?](https://www.reddit.com/r/androiddev/comments/10isehm/button_triggered_popingup_card_what_is_the_normal/) +- [Having a Certificate issue I still haven't been able to solve](https://www.reddit.com/r/androiddev/comments/10iruv8/having_a_certificate_issue_i_still_havent_been/) +- [Can a self developed open source app be published on play store with freemium features? What is the required licence that needs to be put up?](https://www.reddit.com/r/androiddev/comments/10iruif/can_a_self_developed_open_source_app_be_published/) +- [All you people asking about iOS vs Android. You know this is a pro-Android dev sub right?](https://www.reddit.com/r/androiddev/comments/10ipl87/all_you_people_asking_about_ios_vs_android_you/) +- [Question about using singleton](https://www.reddit.com/r/androiddev/comments/10iow8u/question_about_using_singleton/) +- [Is there any migrations for app database?](https://www.reddit.com/r/androiddev/comments/10iohmh/is_there_any_migrations_for_app_database/) ### *InfoWorld posts* From 751f41ef0825606f84ece905cb1703807b824696 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 24 Jan 2023 01:29:53 +0000 Subject: [PATCH 0415/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3b23c47460..ed4942fc26 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android BottomNavigationView Example with Kotlin Tutorial](https://www.reddit.com/r/androiddev/comments/10j048l/android_bottomnavigationview_example_with_kotlin/) -- [App ranking of an app that was deactivated for 1 year and now re-activated](https://www.reddit.com/r/androiddev/comments/10izf9g/app_ranking_of_an_app_that_was_deactivated_for_1/) -- [How are AOSP ROMs built?](https://www.reddit.com/r/androiddev/comments/10iwb8s/how_are_aosp_roms_built/) -- [I wasted my 2 hours trying to fix startup time of Compose app, and then realised the problem was debug mode vs release mode](https://www.reddit.com/r/androiddev/comments/10itb1g/i_wasted_my_2_hours_trying_to_fix_startup_time_of/) -- [Button triggered Poping-up Card. What is the normal implementation?](https://www.reddit.com/r/androiddev/comments/10isehm/button_triggered_popingup_card_what_is_the_normal/) -- [Having a Certificate issue I still haven't been able to solve](https://www.reddit.com/r/androiddev/comments/10iruv8/having_a_certificate_issue_i_still_havent_been/) -- [Can a self developed open source app be published on play store with freemium features? What is the required licence that needs to be put up?](https://www.reddit.com/r/androiddev/comments/10iruif/can_a_self_developed_open_source_app_be_published/) -- [All you people asking about iOS vs Android. You know this is a pro-Android dev sub right?](https://www.reddit.com/r/androiddev/comments/10ipl87/all_you_people_asking_about_ios_vs_android_you/) -- [Question about using singleton](https://www.reddit.com/r/androiddev/comments/10iow8u/question_about_using_singleton/) -- [Is there any migrations for app database?](https://www.reddit.com/r/androiddev/comments/10iohmh/is_there_any_migrations_for_app_database/) +- [Prob gonna get downvoted but, should we be worried about ChatGPT?](https://www.reddit.com/r/androiddev/comments/10jnb3v/prob_gonna_get_downvoted_but_should_we_be_worried/) +- [Can someone explain the code?](https://www.reddit.com/r/androiddev/comments/10jitmm/can_someone_explain_the_code/) +- [Discord link in an app](https://www.reddit.com/r/androiddev/comments/10jiojz/discord_link_in_an_app/) +- [Can we increase Meta Audience Network fill rate using mediation?](https://www.reddit.com/r/androiddev/comments/10jfze8/can_we_increase_meta_audience_network_fill_rate/) +- [Jetpack Compose Tutorial: Replicating Dribbble Audio App Part 2](https://www.reddit.com/r/androiddev/comments/10jfxqd/jetpack_compose_tutorial_replicating_dribbble/) +- [Rich Text Editor & Markdown](https://www.reddit.com/r/androiddev/comments/10jfs7u/rich_text_editor_markdown/) +- [Weekly Who's Hiring Thread - January 23, 2023](https://www.reddit.com/r/androiddev/comments/10jd4k3/weekly_whos_hiring_thread_january_23_2023/) +- [Flutter vs React Native vs Java vs Kotlin?](https://www.reddit.com/r/androiddev/comments/10jcqww/flutter_vs_react_native_vs_java_vs_kotlin/) +- [Weekly discussion, code review, and feedback thread - January 23, 2023](https://www.reddit.com/r/androiddev/comments/10jbwwp/weekly_discussion_code_review_and_feedback_thread/) +- [Is it possible to force users to only upload images captured with my apps camera (No upload from other soruces) and prevent them from capturing and forging the POST request?](https://www.reddit.com/r/androiddev/comments/10jbd1j/is_it_possible_to_force_users_to_only_upload/) ### *InfoWorld posts* From 0bef51780de19c0181b0bc38383aee8f168c1a09 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 25 Jan 2023 01:29:39 +0000 Subject: [PATCH 0416/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ed4942fc26..3ba2a13d74 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Prob gonna get downvoted but, should we be worried about ChatGPT?](https://www.reddit.com/r/androiddev/comments/10jnb3v/prob_gonna_get_downvoted_but_should_we_be_worried/) -- [Can someone explain the code?](https://www.reddit.com/r/androiddev/comments/10jitmm/can_someone_explain_the_code/) -- [Discord link in an app](https://www.reddit.com/r/androiddev/comments/10jiojz/discord_link_in_an_app/) -- [Can we increase Meta Audience Network fill rate using mediation?](https://www.reddit.com/r/androiddev/comments/10jfze8/can_we_increase_meta_audience_network_fill_rate/) -- [Jetpack Compose Tutorial: Replicating Dribbble Audio App Part 2](https://www.reddit.com/r/androiddev/comments/10jfxqd/jetpack_compose_tutorial_replicating_dribbble/) -- [Rich Text Editor & Markdown](https://www.reddit.com/r/androiddev/comments/10jfs7u/rich_text_editor_markdown/) -- [Weekly Who's Hiring Thread - January 23, 2023](https://www.reddit.com/r/androiddev/comments/10jd4k3/weekly_whos_hiring_thread_january_23_2023/) -- [Flutter vs React Native vs Java vs Kotlin?](https://www.reddit.com/r/androiddev/comments/10jcqww/flutter_vs_react_native_vs_java_vs_kotlin/) -- [Weekly discussion, code review, and feedback thread - January 23, 2023](https://www.reddit.com/r/androiddev/comments/10jbwwp/weekly_discussion_code_review_and_feedback_thread/) -- [Is it possible to force users to only upload images captured with my apps camera (No upload from other soruces) and prevent them from capturing and forging the POST request?](https://www.reddit.com/r/androiddev/comments/10jbd1j/is_it_possible_to_force_users_to_only_upload/) +- [Where is the setting so I can go back when I swipe left from the center right ?](https://www.reddit.com/r/androiddev/comments/10km7d9/where_is_the_setting_so_i_can_go_back_when_i/) +- [It's ok have more than one NavController in compose navigation?](https://www.reddit.com/r/androiddev/comments/10kdr8o/its_ok_have_more_than_one_navcontroller_in/) +- [How do I invert/mirror flip the palyback of a video taken by the front camera if I am using mediarecorder?](https://www.reddit.com/r/androiddev/comments/10kcnz7/how_do_i_invertmirror_flip_the_palyback_of_a/) +- [How do I fight with these early challenges while learning Android as a complete beginner?](https://www.reddit.com/r/androiddev/comments/10kbsh4/how_do_i_fight_with_these_early_challenges_while/) +- [Looking for interesting multi-callback crashes for static analysis research.](https://www.reddit.com/r/androiddev/comments/10kbhxx/looking_for_interesting_multicallback_crashes_for/) +- [Non-Simple Example of XML App Search Bar Migration to Jetpack Scaffold?](https://www.reddit.com/r/androiddev/comments/10kath9/nonsimple_example_of_xml_app_search_bar_migration/) +- [Where do you store the mappings text file?](https://www.reddit.com/r/androiddev/comments/10kak7g/where_do_you_store_the_mappings_text_file/) +- [How do you make your grid recyclerview items fit with different screen sizes?](https://www.reddit.com/r/androiddev/comments/10k9dw5/how_do_you_make_your_grid_recyclerview_items_fit/) +- [Error while waiting for device: Illegal char <*> at index 0: *.lock - anyone knows how to fix this?](https://www.reddit.com/r/androiddev/comments/10k973r/error_while_waiting_for_device_illegal_char_at/) +- [Building an expense tracker from scratch with Jetpack Compose Live Stream](https://www.reddit.com/r/androiddev/comments/10k6e6c/building_an_expense_tracker_from_scratch_with/) ### *InfoWorld posts* From 4e5eecb7b87da0aab74ebbec4bd18421888247fd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 26 Jan 2023 01:29:59 +0000 Subject: [PATCH 0417/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3ba2a13d74..7f626dcfa1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Where is the setting so I can go back when I swipe left from the center right ?](https://www.reddit.com/r/androiddev/comments/10km7d9/where_is_the_setting_so_i_can_go_back_when_i/) -- [It's ok have more than one NavController in compose navigation?](https://www.reddit.com/r/androiddev/comments/10kdr8o/its_ok_have_more_than_one_navcontroller_in/) -- [How do I invert/mirror flip the palyback of a video taken by the front camera if I am using mediarecorder?](https://www.reddit.com/r/androiddev/comments/10kcnz7/how_do_i_invertmirror_flip_the_palyback_of_a/) -- [How do I fight with these early challenges while learning Android as a complete beginner?](https://www.reddit.com/r/androiddev/comments/10kbsh4/how_do_i_fight_with_these_early_challenges_while/) -- [Looking for interesting multi-callback crashes for static analysis research.](https://www.reddit.com/r/androiddev/comments/10kbhxx/looking_for_interesting_multicallback_crashes_for/) -- [Non-Simple Example of XML App Search Bar Migration to Jetpack Scaffold?](https://www.reddit.com/r/androiddev/comments/10kath9/nonsimple_example_of_xml_app_search_bar_migration/) -- [Where do you store the mappings text file?](https://www.reddit.com/r/androiddev/comments/10kak7g/where_do_you_store_the_mappings_text_file/) -- [How do you make your grid recyclerview items fit with different screen sizes?](https://www.reddit.com/r/androiddev/comments/10k9dw5/how_do_you_make_your_grid_recyclerview_items_fit/) -- [Error while waiting for device: Illegal char <*> at index 0: *.lock - anyone knows how to fix this?](https://www.reddit.com/r/androiddev/comments/10k973r/error_while_waiting_for_device_illegal_char_at/) -- [Building an expense tracker from scratch with Jetpack Compose Live Stream](https://www.reddit.com/r/androiddev/comments/10k6e6c/building_an_expense_tracker_from_scratch_with/) +- [Help building a Complication for Wear OS](https://www.reddit.com/r/androiddev/comments/10lesef/help_building_a_complication_for_wear_os/) +- [Gradle, Manifests etc.](https://www.reddit.com/r/androiddev/comments/10lelii/gradle_manifests_etc/) +- [What is different about android compared to windows/linux/mac that means python (or any language) can't be downloaded and used?](https://www.reddit.com/r/androiddev/comments/10le6yq/what_is_different_about_android_compared_to/) +- [can someone please recommend me resources that deal with file loading from internal storage?](https://www.reddit.com/r/androiddev/comments/10lcndw/can_someone_please_recommend_me_resources_that/) +- [🌮 Exploring the DoorDash app internal API](https://www.reddit.com/r/androiddev/comments/10lacrm/exploring_the_doordash_app_internal_api/) +- [Android TV Splash Screen that works with LeanBack?](https://www.reddit.com/r/androiddev/comments/10l9x9j/android_tv_splash_screen_that_works_with_leanback/) +- [Where can I practice app development as a volunteer?](https://www.reddit.com/r/androiddev/comments/10l8xfx/where_can_i_practice_app_development_as_a/) +- [Android Debugger stuck at "Collecting data..."](https://www.reddit.com/r/androiddev/comments/10l61gk/android_debugger_stuck_at_collecting_data/) +- [Is there any problem if give someone a permission on google play console](https://www.reddit.com/r/androiddev/comments/10l50ti/is_there_any_problem_if_give_someone_a_permission/) +- [Base m2 Mac mini?](https://www.reddit.com/r/androiddev/comments/10l4oo5/base_m2_mac_mini/) ### *InfoWorld posts* From 243a94bbb5eab9abc340093e2939430478f3d641 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 27 Jan 2023 01:30:08 +0000 Subject: [PATCH 0418/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7f626dcfa1..ebd2ccf606 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Help building a Complication for Wear OS](https://www.reddit.com/r/androiddev/comments/10lesef/help_building_a_complication_for_wear_os/) -- [Gradle, Manifests etc.](https://www.reddit.com/r/androiddev/comments/10lelii/gradle_manifests_etc/) -- [What is different about android compared to windows/linux/mac that means python (or any language) can't be downloaded and used?](https://www.reddit.com/r/androiddev/comments/10le6yq/what_is_different_about_android_compared_to/) -- [can someone please recommend me resources that deal with file loading from internal storage?](https://www.reddit.com/r/androiddev/comments/10lcndw/can_someone_please_recommend_me_resources_that/) -- [🌮 Exploring the DoorDash app internal API](https://www.reddit.com/r/androiddev/comments/10lacrm/exploring_the_doordash_app_internal_api/) -- [Android TV Splash Screen that works with LeanBack?](https://www.reddit.com/r/androiddev/comments/10l9x9j/android_tv_splash_screen_that_works_with_leanback/) -- [Where can I practice app development as a volunteer?](https://www.reddit.com/r/androiddev/comments/10l8xfx/where_can_i_practice_app_development_as_a/) -- [Android Debugger stuck at "Collecting data..."](https://www.reddit.com/r/androiddev/comments/10l61gk/android_debugger_stuck_at_collecting_data/) -- [Is there any problem if give someone a permission on google play console](https://www.reddit.com/r/androiddev/comments/10l50ti/is_there_any_problem_if_give_someone_a_permission/) -- [Base m2 Mac mini?](https://www.reddit.com/r/androiddev/comments/10l4oo5/base_m2_mac_mini/) +- [How to many getAll and nukeData as default in Android Room?](https://www.reddit.com/r/androiddev/comments/10m8gy1/how_to_many_getall_and_nukedata_as_default_in/) +- [Is this laptop good enough for running Android Studio?](https://www.reddit.com/r/androiddev/comments/10m3sli/is_this_laptop_good_enough_for_running_android/) +- [Resources to improve your knowledge of Kotlin Coroutines](https://www.reddit.com/r/androiddev/comments/10m2cue/resources_to_improve_your_knowledge_of_kotlin/) +- [Any available library to draw segmented image indicator like Tinder does?](https://www.reddit.com/r/androiddev/comments/10m24rt/any_available_library_to_draw_segmented_image/) +- [App won't die!](https://www.reddit.com/r/androiddev/comments/10m1owz/app_wont_die/) +- [Linkify alternatives?](https://www.reddit.com/r/androiddev/comments/10m13u1/linkify_alternatives/) +- [Android Studio Giraffe Canary 2 now available](https://www.reddit.com/r/androiddev/comments/10ly0co/android_studio_giraffe_canary_2_now_available/) +- [Kotlin Data Objects (New in Kotlin 1.9)](https://www.reddit.com/r/androiddev/comments/10ly0bu/kotlin_data_objects_new_in_kotlin_19/) +- [Room documentation update to fix cacheability](https://www.reddit.com/r/androiddev/comments/10lwuiv/room_documentation_update_to_fix_cacheability/) +- [Should I learn native and then move on to Flutter? Or Flutter directly?](https://www.reddit.com/r/androiddev/comments/10lunqg/should_i_learn_native_and_then_move_on_to_flutter/) ### *InfoWorld posts* From 1bf3153418e2564b55e43fa1b2e1bf9469663911 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 28 Jan 2023 01:29:58 +0000 Subject: [PATCH 0419/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ebd2ccf606..7f2318afea 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to many getAll and nukeData as default in Android Room?](https://www.reddit.com/r/androiddev/comments/10m8gy1/how_to_many_getall_and_nukedata_as_default_in/) -- [Is this laptop good enough for running Android Studio?](https://www.reddit.com/r/androiddev/comments/10m3sli/is_this_laptop_good_enough_for_running_android/) -- [Resources to improve your knowledge of Kotlin Coroutines](https://www.reddit.com/r/androiddev/comments/10m2cue/resources_to_improve_your_knowledge_of_kotlin/) -- [Any available library to draw segmented image indicator like Tinder does?](https://www.reddit.com/r/androiddev/comments/10m24rt/any_available_library_to_draw_segmented_image/) -- [App won't die!](https://www.reddit.com/r/androiddev/comments/10m1owz/app_wont_die/) -- [Linkify alternatives?](https://www.reddit.com/r/androiddev/comments/10m13u1/linkify_alternatives/) -- [Android Studio Giraffe Canary 2 now available](https://www.reddit.com/r/androiddev/comments/10ly0co/android_studio_giraffe_canary_2_now_available/) -- [Kotlin Data Objects (New in Kotlin 1.9)](https://www.reddit.com/r/androiddev/comments/10ly0bu/kotlin_data_objects_new_in_kotlin_19/) -- [Room documentation update to fix cacheability](https://www.reddit.com/r/androiddev/comments/10lwuiv/room_documentation_update_to_fix_cacheability/) -- [Should I learn native and then move on to Flutter? Or Flutter directly?](https://www.reddit.com/r/androiddev/comments/10lunqg/should_i_learn_native_and_then_move_on_to_flutter/) +- [How to fix "Could not find compile target android-32 for modules :app" error in Android Studio?](https://www.reddit.com/r/androiddev/comments/10n1oto/how_to_fix_could_not_find_compile_target/) +- [Seeking Tips and Advice on Writing a User Agreement or Terms of Service Policy](https://www.reddit.com/r/androiddev/comments/10n09a3/seeking_tips_and_advice_on_writing_a_user/) +- [AnimationDrawable not Working](https://www.reddit.com/r/androiddev/comments/10mzhpr/animationdrawable_not_working/) +- [Does PlayStore allow new uploads of apps which are around saving Whatsapp statuses? And, for a person having CS background which dev framework would you recommend? Native or Flutter or something else?](https://www.reddit.com/r/androiddev/comments/10mzc3o/does_playstore_allow_new_uploads_of_apps_which/) +- [So, what’s your minSdkVersion?](https://www.reddit.com/r/androiddev/comments/10my30o/so_whats_your_minsdkversion/) +- [How do I upload watch faces to my developers account?](https://www.reddit.com/r/androiddev/comments/10mxk0k/how_do_i_upload_watch_faces_to_my_developers/) +- [is KMM Ktor worth it for large projects?](https://www.reddit.com/r/androiddev/comments/10mxd5y/is_kmm_ktor_worth_it_for_large_projects/) +- [Is there an app that acts like inspect elements but for other apps?](https://www.reddit.com/r/androiddev/comments/10mws3j/is_there_an_app_that_acts_like_inspect_elements/) +- [Is Appwrite a real good alternative for Firebase for android apps?](https://www.reddit.com/r/androiddev/comments/10mw85j/is_appwrite_a_real_good_alternative_for_firebase/) +- [Where is the Bootanimation stored in AOSP roms?](https://www.reddit.com/r/androiddev/comments/10mu9wh/where_is_the_bootanimation_stored_in_aosp_roms/) ### *InfoWorld posts* From 755dd8dea2b0cd2d584664d3de2aee44befb9e94 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 29 Jan 2023 01:30:26 +0000 Subject: [PATCH 0420/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7f2318afea..fe5b67c66f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to fix "Could not find compile target android-32 for modules :app" error in Android Studio?](https://www.reddit.com/r/androiddev/comments/10n1oto/how_to_fix_could_not_find_compile_target/) -- [Seeking Tips and Advice on Writing a User Agreement or Terms of Service Policy](https://www.reddit.com/r/androiddev/comments/10n09a3/seeking_tips_and_advice_on_writing_a_user/) -- [AnimationDrawable not Working](https://www.reddit.com/r/androiddev/comments/10mzhpr/animationdrawable_not_working/) -- [Does PlayStore allow new uploads of apps which are around saving Whatsapp statuses? And, for a person having CS background which dev framework would you recommend? Native or Flutter or something else?](https://www.reddit.com/r/androiddev/comments/10mzc3o/does_playstore_allow_new_uploads_of_apps_which/) -- [So, what’s your minSdkVersion?](https://www.reddit.com/r/androiddev/comments/10my30o/so_whats_your_minsdkversion/) -- [How do I upload watch faces to my developers account?](https://www.reddit.com/r/androiddev/comments/10mxk0k/how_do_i_upload_watch_faces_to_my_developers/) -- [is KMM Ktor worth it for large projects?](https://www.reddit.com/r/androiddev/comments/10mxd5y/is_kmm_ktor_worth_it_for_large_projects/) -- [Is there an app that acts like inspect elements but for other apps?](https://www.reddit.com/r/androiddev/comments/10mws3j/is_there_an_app_that_acts_like_inspect_elements/) -- [Is Appwrite a real good alternative for Firebase for android apps?](https://www.reddit.com/r/androiddev/comments/10mw85j/is_appwrite_a_real_good_alternative_for_firebase/) -- [Where is the Bootanimation stored in AOSP roms?](https://www.reddit.com/r/androiddev/comments/10mu9wh/where_is_the_bootanimation_stored_in_aosp_roms/) +- [How do I share my app privately?](https://www.reddit.com/r/androiddev/comments/10ns49y/how_do_i_share_my_app_privately/) +- [_ variables in viewmodel](https://www.reddit.com/r/androiddev/comments/10nr5o7/variables_in_viewmodel/) +- [Is there still a reason to use Java instead of Kotlin for Android development in 2023?](https://www.reddit.com/r/androiddev/comments/10nq5wf/is_there_still_a_reason_to_use_java_instead_of/) +- [Capture phone screen and play android game bot](https://www.reddit.com/r/androiddev/comments/10nmtrl/capture_phone_screen_and_play_android_game_bot/) +- [Self Taught devs, has going back to learn formal cs topics (specifically computer architecture) helped you?](https://www.reddit.com/r/androiddev/comments/10nmq90/self_taught_devs_has_going_back_to_learn_formal/) +- [India's Competition Commission last year found Google guilty of abusing its dominant position in the Android Mobile device ecosystem and its operation of the Play Store. Is india asking a bit too much from google?](https://www.reddit.com/r/androiddev/comments/10nm7yc/indias_competition_commission_last_year_found/) +- [guys help me i cant close this on the screen for 1 minute](https://www.reddit.com/r/androiddev/comments/10nm2iv/guys_help_me_i_cant_close_this_on_the_screen_for/) +- [I am making a game all about cute creatures and I would love to know which shape you think is cutest!](https://www.reddit.com/r/androiddev/comments/10nljeq/i_am_making_a_game_all_about_cute_creatures_and_i/) +- [how can i create something like this?](https://www.reddit.com/r/androiddev/comments/10nl417/how_can_i_create_something_like_this/) +- [Is there any network debugger tool for inspecting backend network request and their payload (similar to what we have in Web {Chrome > inspect element > network tab } )](https://www.reddit.com/r/androiddev/comments/10nkcyk/is_there_any_network_debugger_tool_for_inspecting/) ### *InfoWorld posts* From d66253aa4fc9947b099a1fd19c64ec52501ab343 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 30 Jan 2023 01:29:41 +0000 Subject: [PATCH 0421/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fe5b67c66f..e414b39cfe 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How do I share my app privately?](https://www.reddit.com/r/androiddev/comments/10ns49y/how_do_i_share_my_app_privately/) -- [_ variables in viewmodel](https://www.reddit.com/r/androiddev/comments/10nr5o7/variables_in_viewmodel/) -- [Is there still a reason to use Java instead of Kotlin for Android development in 2023?](https://www.reddit.com/r/androiddev/comments/10nq5wf/is_there_still_a_reason_to_use_java_instead_of/) -- [Capture phone screen and play android game bot](https://www.reddit.com/r/androiddev/comments/10nmtrl/capture_phone_screen_and_play_android_game_bot/) -- [Self Taught devs, has going back to learn formal cs topics (specifically computer architecture) helped you?](https://www.reddit.com/r/androiddev/comments/10nmq90/self_taught_devs_has_going_back_to_learn_formal/) -- [India's Competition Commission last year found Google guilty of abusing its dominant position in the Android Mobile device ecosystem and its operation of the Play Store. Is india asking a bit too much from google?](https://www.reddit.com/r/androiddev/comments/10nm7yc/indias_competition_commission_last_year_found/) -- [guys help me i cant close this on the screen for 1 minute](https://www.reddit.com/r/androiddev/comments/10nm2iv/guys_help_me_i_cant_close_this_on_the_screen_for/) -- [I am making a game all about cute creatures and I would love to know which shape you think is cutest!](https://www.reddit.com/r/androiddev/comments/10nljeq/i_am_making_a_game_all_about_cute_creatures_and_i/) -- [how can i create something like this?](https://www.reddit.com/r/androiddev/comments/10nl417/how_can_i_create_something_like_this/) -- [Is there any network debugger tool for inspecting backend network request and their payload (similar to what we have in Web {Chrome > inspect element > network tab } )](https://www.reddit.com/r/androiddev/comments/10nkcyk/is_there_any_network_debugger_tool_for_inspecting/) +- [Maestro just released a new version of maestro studio, I was shocked how it just... worked. I'm kinda mad at myself for not finding it sooner.](https://www.reddit.com/r/androiddev/comments/10ooi2f/maestro_just_released_a_new_version_of_maestro/) +- [2 Billion push notification simultaneously](https://www.reddit.com/r/androiddev/comments/10oirth/2_billion_push_notification_simultaneously/) +- [Best approach for simple chat app](https://www.reddit.com/r/androiddev/comments/10oiqvg/best_approach_for_simple_chat_app/) +- [Couple of questions about State in Compose](https://www.reddit.com/r/androiddev/comments/10ohqeu/couple_of_questions_about_state_in_compose/) +- [I didn't get why this happening to my Leanback verticalGridview sometimes after scrolling, NOTE: I use the PAGING library with it](https://www.reddit.com/r/androiddev/comments/10o9kci/i_didnt_get_why_this_happening_to_my_leanback/) +- [I didn't get why this happening to my Leanback verticalGridview sometimes after scrolling, NOTE: I use the PAGING library with it](https://www.reddit.com/r/androiddev/comments/10o9jss/i_didnt_get_why_this_happening_to_my_leanback/) +- [Android multimodule dependency graph generator](https://www.reddit.com/r/androiddev/comments/10o8mrk/android_multimodule_dependency_graph_generator/) +- [What kind of attribution is allowed on Google Play?](https://www.reddit.com/r/androiddev/comments/10o7lqg/what_kind_of_attribution_is_allowed_on_google_play/) +- [Where do you store your WorkManager files in a Multi-Module app?](https://www.reddit.com/r/androiddev/comments/10o7ktw/where_do_you_store_your_workmanager_files_in_a/) +- [Open new window in a Custom Chrome Tab from WebView](https://www.reddit.com/r/androiddev/comments/10o5iml/open_new_window_in_a_custom_chrome_tab_from/) ### *InfoWorld posts* From 80d8ade82f8dd6dc228cfc124016f61e0889cd71 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 31 Jan 2023 01:31:07 +0000 Subject: [PATCH 0422/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e414b39cfe..8dcbf1bd65 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Maestro just released a new version of maestro studio, I was shocked how it just... worked. I'm kinda mad at myself for not finding it sooner.](https://www.reddit.com/r/androiddev/comments/10ooi2f/maestro_just_released_a_new_version_of_maestro/) -- [2 Billion push notification simultaneously](https://www.reddit.com/r/androiddev/comments/10oirth/2_billion_push_notification_simultaneously/) -- [Best approach for simple chat app](https://www.reddit.com/r/androiddev/comments/10oiqvg/best_approach_for_simple_chat_app/) -- [Couple of questions about State in Compose](https://www.reddit.com/r/androiddev/comments/10ohqeu/couple_of_questions_about_state_in_compose/) -- [I didn't get why this happening to my Leanback verticalGridview sometimes after scrolling, NOTE: I use the PAGING library with it](https://www.reddit.com/r/androiddev/comments/10o9kci/i_didnt_get_why_this_happening_to_my_leanback/) -- [I didn't get why this happening to my Leanback verticalGridview sometimes after scrolling, NOTE: I use the PAGING library with it](https://www.reddit.com/r/androiddev/comments/10o9jss/i_didnt_get_why_this_happening_to_my_leanback/) -- [Android multimodule dependency graph generator](https://www.reddit.com/r/androiddev/comments/10o8mrk/android_multimodule_dependency_graph_generator/) -- [What kind of attribution is allowed on Google Play?](https://www.reddit.com/r/androiddev/comments/10o7lqg/what_kind_of_attribution_is_allowed_on_google_play/) -- [Where do you store your WorkManager files in a Multi-Module app?](https://www.reddit.com/r/androiddev/comments/10o7ktw/where_do_you_store_your_workmanager_files_in_a/) -- [Open new window in a Custom Chrome Tab from WebView](https://www.reddit.com/r/androiddev/comments/10o5iml/open_new_window_in_a_custom_chrome_tab_from/) +- [android app update without source code?](https://www.reddit.com/r/androiddev/comments/10pjyos/android_app_update_without_source_code/) +- [Google Play Developer Antitrust Litigation](https://www.reddit.com/r/androiddev/comments/10ph4xo/google_play_developer_antitrust_litigation/) +- [What's the most malicious application possible?](https://www.reddit.com/r/androiddev/comments/10pgeg4/whats_the_most_malicious_application_possible/) +- [KMP: A Use Case For Common UI Behavior – Touchlab | Kotlin Multiplatform Mobile Experts](https://www.reddit.com/r/androiddev/comments/10pcz8u/kmp_a_use_case_for_common_ui_behavior_touchlab/) +- [In-App Purchase in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/10pcfgg/inapp_purchase_in_jetpack_compose/) +- [Google Play Developer Brazilian verification](https://www.reddit.com/r/androiddev/comments/10p836g/google_play_developer_brazilian_verification/) +- [Read and Show List of PDF files on downloads folder?](https://www.reddit.com/r/androiddev/comments/10p6fe1/read_and_show_list_of_pdf_files_on_downloads/) +- [GitHub Actions - Build Android App v1.3.0](https://www.reddit.com/r/androiddev/comments/10p3j2h/github_actions_build_android_app_v130/) +- [Weekly Who's Hiring Thread - January 30, 2023](https://www.reddit.com/r/androiddev/comments/10p32pr/weekly_whos_hiring_thread_january_30_2023/) +- [Leveraging the Snapshot Mutation Policies of Jetpack Compose](https://www.reddit.com/r/androiddev/comments/10p2f3o/leveraging_the_snapshot_mutation_policies_of/) ### *InfoWorld posts* From 7f8a993b92578c6e6c1aa6074c0564669773f9e9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 1 Feb 2023 01:31:12 +0000 Subject: [PATCH 0423/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8dcbf1bd65..de348b93e8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [android app update without source code?](https://www.reddit.com/r/androiddev/comments/10pjyos/android_app_update_without_source_code/) -- [Google Play Developer Antitrust Litigation](https://www.reddit.com/r/androiddev/comments/10ph4xo/google_play_developer_antitrust_litigation/) -- [What's the most malicious application possible?](https://www.reddit.com/r/androiddev/comments/10pgeg4/whats_the_most_malicious_application_possible/) -- [KMP: A Use Case For Common UI Behavior – Touchlab | Kotlin Multiplatform Mobile Experts](https://www.reddit.com/r/androiddev/comments/10pcz8u/kmp_a_use_case_for_common_ui_behavior_touchlab/) -- [In-App Purchase in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/10pcfgg/inapp_purchase_in_jetpack_compose/) -- [Google Play Developer Brazilian verification](https://www.reddit.com/r/androiddev/comments/10p836g/google_play_developer_brazilian_verification/) -- [Read and Show List of PDF files on downloads folder?](https://www.reddit.com/r/androiddev/comments/10p6fe1/read_and_show_list_of_pdf_files_on_downloads/) -- [GitHub Actions - Build Android App v1.3.0](https://www.reddit.com/r/androiddev/comments/10p3j2h/github_actions_build_android_app_v130/) -- [Weekly Who's Hiring Thread - January 30, 2023](https://www.reddit.com/r/androiddev/comments/10p32pr/weekly_whos_hiring_thread_january_30_2023/) -- [Leveraging the Snapshot Mutation Policies of Jetpack Compose](https://www.reddit.com/r/androiddev/comments/10p2f3o/leveraging_the_snapshot_mutation_policies_of/) +- [Jetpack compose textfield question](https://www.reddit.com/r/androiddev/comments/10qfimi/jetpack_compose_textfield_question/) +- [How to become a better Android developer?](https://www.reddit.com/r/androiddev/comments/10qembq/how_to_become_a_better_android_developer/) +- [Officially, Databinding is in maintenance mode, and recommended to use Jetpack Compose instead of it.](https://www.reddit.com/r/androiddev/comments/10qe9x2/officially_databinding_is_in_maintenance_mode_and/) +- [ABI and APP compatibility in Android](https://www.reddit.com/r/androiddev/comments/10qdep8/abi_and_app_compatibility_in_android/) +- [I can't make my way in programming, even I want it so bad.](https://www.reddit.com/r/androiddev/comments/10qbc3a/i_cant_make_my_way_in_programming_even_i_want_it/) +- [Writing heavily nested object returned from api to a Room database](https://www.reddit.com/r/androiddev/comments/10qah1g/writing_heavily_nested_object_returned_from_api/) +- [Complex state management in JetPack Compose: If I have multiple state variables in a JetPack Compose @ Composable, (let's say 5 for example) is there a way to handle them in a single object instead of 5 different variables?](https://www.reddit.com/r/androiddev/comments/10qagw7/complex_state_management_in_jetpack_compose_if_i/) +- [Room DB size](https://www.reddit.com/r/androiddev/comments/10q8y1h/room_db_size/) +- [How to implement Settings that adds items](https://www.reddit.com/r/androiddev/comments/10q8gn0/how_to_implement_settings_that_adds_items/) +- [I created a Compose App about Movies](https://www.reddit.com/r/androiddev/comments/10q8f1h/i_created_a_compose_app_about_movies/) ### *InfoWorld posts* From 9d2b06bf44bac4949e57c3e87971db9a0d860902 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 2 Feb 2023 01:30:05 +0000 Subject: [PATCH 0424/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index de348b93e8..6cee9e9871 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Jetpack compose textfield question](https://www.reddit.com/r/androiddev/comments/10qfimi/jetpack_compose_textfield_question/) -- [How to become a better Android developer?](https://www.reddit.com/r/androiddev/comments/10qembq/how_to_become_a_better_android_developer/) -- [Officially, Databinding is in maintenance mode, and recommended to use Jetpack Compose instead of it.](https://www.reddit.com/r/androiddev/comments/10qe9x2/officially_databinding_is_in_maintenance_mode_and/) -- [ABI and APP compatibility in Android](https://www.reddit.com/r/androiddev/comments/10qdep8/abi_and_app_compatibility_in_android/) -- [I can't make my way in programming, even I want it so bad.](https://www.reddit.com/r/androiddev/comments/10qbc3a/i_cant_make_my_way_in_programming_even_i_want_it/) -- [Writing heavily nested object returned from api to a Room database](https://www.reddit.com/r/androiddev/comments/10qah1g/writing_heavily_nested_object_returned_from_api/) -- [Complex state management in JetPack Compose: If I have multiple state variables in a JetPack Compose @ Composable, (let's say 5 for example) is there a way to handle them in a single object instead of 5 different variables?](https://www.reddit.com/r/androiddev/comments/10qagw7/complex_state_management_in_jetpack_compose_if_i/) -- [Room DB size](https://www.reddit.com/r/androiddev/comments/10q8y1h/room_db_size/) -- [How to implement Settings that adds items](https://www.reddit.com/r/androiddev/comments/10q8gn0/how_to_implement_settings_that_adds_items/) -- [I created a Compose App about Movies](https://www.reddit.com/r/androiddev/comments/10q8f1h/i_created_a_compose_app_about_movies/) +- [IntelCube](https://www.reddit.com/r/androiddev/comments/10r9oyb/intelcube/) +- [What are some App stores that don't have any fee to post apps?](https://www.reddit.com/r/androiddev/comments/10r6x92/what_are_some_app_stores_that_dont_have_any_fee/) +- [I need icon pack!](https://www.reddit.com/r/androiddev/comments/10r6ny2/i_need_icon_pack/) +- [Open source projects](https://www.reddit.com/r/androiddev/comments/10r6bj4/open_source_projects/) +- [android developer interview](https://www.reddit.com/r/androiddev/comments/10r5sny/android_developer_interview/) +- [Number plate recognition with MLKit?](https://www.reddit.com/r/androiddev/comments/10r45ue/number_plate_recognition_with_mlkit/) +- [What is the best/most secure way to store sensitive information (such as tokens) that needs to be accessed constantly inside the app?](https://www.reddit.com/r/androiddev/comments/10r2m2x/what_is_the_bestmost_secure_way_to_store/) +- [Android Studio Electric Eel | 2022.2.1 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/10r18w5/android_studio_electric_eel_202221_patch_1_now/) +- [Is it possible to turn off a section of an OLED display ?](https://www.reddit.com/r/androiddev/comments/10r0eu9/is_it_possible_to_turn_off_a_section_of_an_oled/) +- [Can I make AR apps with AR Core and jetpack compose?](https://www.reddit.com/r/androiddev/comments/10qzvw3/can_i_make_ar_apps_with_ar_core_and_jetpack/) ### *InfoWorld posts* From 6d1faa6bc5d0b26dc799ca2a731e21064e9e12b9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 3 Feb 2023 01:30:21 +0000 Subject: [PATCH 0425/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6cee9e9871..037398b6c8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [IntelCube](https://www.reddit.com/r/androiddev/comments/10r9oyb/intelcube/) -- [What are some App stores that don't have any fee to post apps?](https://www.reddit.com/r/androiddev/comments/10r6x92/what_are_some_app_stores_that_dont_have_any_fee/) -- [I need icon pack!](https://www.reddit.com/r/androiddev/comments/10r6ny2/i_need_icon_pack/) -- [Open source projects](https://www.reddit.com/r/androiddev/comments/10r6bj4/open_source_projects/) -- [android developer interview](https://www.reddit.com/r/androiddev/comments/10r5sny/android_developer_interview/) -- [Number plate recognition with MLKit?](https://www.reddit.com/r/androiddev/comments/10r45ue/number_plate_recognition_with_mlkit/) -- [What is the best/most secure way to store sensitive information (such as tokens) that needs to be accessed constantly inside the app?](https://www.reddit.com/r/androiddev/comments/10r2m2x/what_is_the_bestmost_secure_way_to_store/) -- [Android Studio Electric Eel | 2022.2.1 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/10r18w5/android_studio_electric_eel_202221_patch_1_now/) -- [Is it possible to turn off a section of an OLED display ?](https://www.reddit.com/r/androiddev/comments/10r0eu9/is_it_possible_to_turn_off_a_section_of_an_oled/) -- [Can I make AR apps with AR Core and jetpack compose?](https://www.reddit.com/r/androiddev/comments/10qzvw3/can_i_make_ar_apps_with_ar_core_and_jetpack/) +- [Affiliate Management Solution for Ecommerce Mobile App](https://www.reddit.com/r/androiddev/comments/10s3v29/affiliate_management_solution_for_ecommerce/) +- [how can I open the default file manager app of the phone?](https://www.reddit.com/r/androiddev/comments/10s2gjt/how_can_i_open_the_default_file_manager_app_of/) +- [Native Android is easier than React Native?](https://www.reddit.com/r/androiddev/comments/10s0nxf/native_android_is_easier_than_react_native/) +- [Translucent/blur background](https://www.reddit.com/r/androiddev/comments/10rz7r9/translucentblur_background/) +- [Building a Language Learning App with Compose – Part 2](https://www.reddit.com/r/androiddev/comments/10ryngw/building_a_language_learning_app_with_compose/) +- [I made an Android App where you can get all custom ROMS and Recoveries!! (Custom-RR)](https://www.reddit.com/r/androiddev/comments/10rykyz/i_made_an_android_app_where_you_can_get_all/) +- [How to get the focal length of the camera using native code (kotlin)?](https://www.reddit.com/r/androiddev/comments/10ry9h0/how_to_get_the_focal_length_of_the_camera_using/) +- [Question about play store app licensing](https://www.reddit.com/r/androiddev/comments/10rxdlr/question_about_play_store_app_licensing/) +- [Is it possible to run android without a GUI](https://www.reddit.com/r/androiddev/comments/10rv2fx/is_it_possible_to_run_android_without_a_gui/) +- [What are your opinions on MenuProvider?](https://www.reddit.com/r/androiddev/comments/10ru29d/what_are_your_opinions_on_menuprovider/) ### *InfoWorld posts* From d43218ae1bfb48dd763c12fcfede58d4abfd9f53 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 4 Feb 2023 01:29:40 +0000 Subject: [PATCH 0426/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 037398b6c8..6f83afe654 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Affiliate Management Solution for Ecommerce Mobile App](https://www.reddit.com/r/androiddev/comments/10s3v29/affiliate_management_solution_for_ecommerce/) -- [how can I open the default file manager app of the phone?](https://www.reddit.com/r/androiddev/comments/10s2gjt/how_can_i_open_the_default_file_manager_app_of/) -- [Native Android is easier than React Native?](https://www.reddit.com/r/androiddev/comments/10s0nxf/native_android_is_easier_than_react_native/) -- [Translucent/blur background](https://www.reddit.com/r/androiddev/comments/10rz7r9/translucentblur_background/) -- [Building a Language Learning App with Compose – Part 2](https://www.reddit.com/r/androiddev/comments/10ryngw/building_a_language_learning_app_with_compose/) -- [I made an Android App where you can get all custom ROMS and Recoveries!! (Custom-RR)](https://www.reddit.com/r/androiddev/comments/10rykyz/i_made_an_android_app_where_you_can_get_all/) -- [How to get the focal length of the camera using native code (kotlin)?](https://www.reddit.com/r/androiddev/comments/10ry9h0/how_to_get_the_focal_length_of_the_camera_using/) -- [Question about play store app licensing](https://www.reddit.com/r/androiddev/comments/10rxdlr/question_about_play_store_app_licensing/) -- [Is it possible to run android without a GUI](https://www.reddit.com/r/androiddev/comments/10rv2fx/is_it_possible_to_run_android_without_a_gui/) -- [What are your opinions on MenuProvider?](https://www.reddit.com/r/androiddev/comments/10ru29d/what_are_your_opinions_on_menuprovider/) +- [I am Trying to Sell my App](https://www.reddit.com/r/androiddev/comments/10t0bmq/i_am_trying_to_sell_my_app/) +- [Repository pattern. class or interface?](https://www.reddit.com/r/androiddev/comments/10szscx/repository_pattern_class_or_interface/) +- [If I make a new release for INTERNAL testing does it affect the review time for production of the older release? (I'm not going to edit the production release, just the internal testing release).](https://www.reddit.com/r/androiddev/comments/10szocg/if_i_make_a_new_release_for_internal_testing_does/) +- [Large companies dev policies](https://www.reddit.com/r/androiddev/comments/10syi5v/large_companies_dev_policies/) +- [External Storage access issues - AndroidTV 11 and above - APK = Tivimate 4.6.1](https://www.reddit.com/r/androiddev/comments/10svbgv/external_storage_access_issues_androidtv_11_and/) +- [Those who make side money with their own mobile apps, what are your best tips to come up with a great app idea?](https://www.reddit.com/r/androiddev/comments/10sst24/those_who_make_side_money_with_their_own_mobile/) +- [Edittext cursor position subscription](https://www.reddit.com/r/androiddev/comments/10sslop/edittext_cursor_position_subscription/) +- [Common data structures that pop up in leetcode style interviews?](https://www.reddit.com/r/androiddev/comments/10sqlww/common_data_structures_that_pop_up_in_leetcode/) +- [Why are the sidebar items highlighted & how can I remove the highlight?](https://www.reddit.com/r/androiddev/comments/10soxdj/why_are_the_sidebar_items_highlighted_how_can_i/) +- [Starting February 9, twitter will no longer support free access to the Twitter API, both v2 and v1.1. A paid basic tier will be available instead.](https://www.reddit.com/r/androiddev/comments/10snovo/starting_february_9_twitter_will_no_longer/) ### *InfoWorld posts* From e351f76035f13ea112ac979dbd3a4f436c0a45ef Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 5 Feb 2023 01:30:13 +0000 Subject: [PATCH 0427/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6f83afe654..c369e0b6c6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I am Trying to Sell my App](https://www.reddit.com/r/androiddev/comments/10t0bmq/i_am_trying_to_sell_my_app/) -- [Repository pattern. class or interface?](https://www.reddit.com/r/androiddev/comments/10szscx/repository_pattern_class_or_interface/) -- [If I make a new release for INTERNAL testing does it affect the review time for production of the older release? (I'm not going to edit the production release, just the internal testing release).](https://www.reddit.com/r/androiddev/comments/10szocg/if_i_make_a_new_release_for_internal_testing_does/) -- [Large companies dev policies](https://www.reddit.com/r/androiddev/comments/10syi5v/large_companies_dev_policies/) -- [External Storage access issues - AndroidTV 11 and above - APK = Tivimate 4.6.1](https://www.reddit.com/r/androiddev/comments/10svbgv/external_storage_access_issues_androidtv_11_and/) -- [Those who make side money with their own mobile apps, what are your best tips to come up with a great app idea?](https://www.reddit.com/r/androiddev/comments/10sst24/those_who_make_side_money_with_their_own_mobile/) -- [Edittext cursor position subscription](https://www.reddit.com/r/androiddev/comments/10sslop/edittext_cursor_position_subscription/) -- [Common data structures that pop up in leetcode style interviews?](https://www.reddit.com/r/androiddev/comments/10sqlww/common_data_structures_that_pop_up_in_leetcode/) -- [Why are the sidebar items highlighted & how can I remove the highlight?](https://www.reddit.com/r/androiddev/comments/10soxdj/why_are_the_sidebar_items_highlighted_how_can_i/) -- [Starting February 9, twitter will no longer support free access to the Twitter API, both v2 and v1.1. A paid basic tier will be available instead.](https://www.reddit.com/r/androiddev/comments/10snovo/starting_february_9_twitter_will_no_longer/) +- [My app updates keep getting rejected from the Play Store for "deceptive ads"...](https://www.reddit.com/r/androiddev/comments/10txbyo/my_app_updates_keep_getting_rejected_from_the/) +- [Back to stock….](https://www.reddit.com/r/androiddev/comments/10twdfr/back_to_stock/) +- [Will updates on Android ever get quicker and as quick as it is on iOS? Is it something Google could fix?](https://www.reddit.com/r/androiddev/comments/10tv4nx/will_updates_on_android_ever_get_quicker_and_as/) +- [A guide to improve app performance for Android developers](https://www.reddit.com/r/androiddev/comments/10tpve5/a_guide_to_improve_app_performance_for_android/) +- [Are android developers trainings enough to land a jr. role?](https://www.reddit.com/r/androiddev/comments/10tnbj9/are_android_developers_trainings_enough_to_land_a/) +- [How do I ensure that my pre-launch test credentials are submitted? (React-Native + Auth0 universal login)](https://www.reddit.com/r/androiddev/comments/10tn3ip/how_do_i_ensure_that_my_prelaunch_test/) +- [Android Studio ARM build](https://www.reddit.com/r/androiddev/comments/10tku2j/android_studio_arm_build/) +- [Global State Management for Compose?](https://www.reddit.com/r/androiddev/comments/10tkpi5/global_state_management_for_compose/) +- [How do you drive downloads to your app from external sources (e.g. landing page or printouts)](https://www.reddit.com/r/androiddev/comments/10thj18/how_do_you_drive_downloads_to_your_app_from/) +- [UMP with Mobile Ads SDK needs publishing?](https://www.reddit.com/r/androiddev/comments/10th4aw/ump_with_mobile_ads_sdk_needs_publishing/) ### *InfoWorld posts* From dc31c6ea3857fc80687fc39d8795a0de5ec758ce Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 6 Feb 2023 01:29:54 +0000 Subject: [PATCH 0428/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c369e0b6c6..7f020e20fd 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [My app updates keep getting rejected from the Play Store for "deceptive ads"...](https://www.reddit.com/r/androiddev/comments/10txbyo/my_app_updates_keep_getting_rejected_from_the/) -- [Back to stock….](https://www.reddit.com/r/androiddev/comments/10twdfr/back_to_stock/) -- [Will updates on Android ever get quicker and as quick as it is on iOS? Is it something Google could fix?](https://www.reddit.com/r/androiddev/comments/10tv4nx/will_updates_on_android_ever_get_quicker_and_as/) -- [A guide to improve app performance for Android developers](https://www.reddit.com/r/androiddev/comments/10tpve5/a_guide_to_improve_app_performance_for_android/) -- [Are android developers trainings enough to land a jr. role?](https://www.reddit.com/r/androiddev/comments/10tnbj9/are_android_developers_trainings_enough_to_land_a/) -- [How do I ensure that my pre-launch test credentials are submitted? (React-Native + Auth0 universal login)](https://www.reddit.com/r/androiddev/comments/10tn3ip/how_do_i_ensure_that_my_prelaunch_test/) -- [Android Studio ARM build](https://www.reddit.com/r/androiddev/comments/10tku2j/android_studio_arm_build/) -- [Global State Management for Compose?](https://www.reddit.com/r/androiddev/comments/10tkpi5/global_state_management_for_compose/) -- [How do you drive downloads to your app from external sources (e.g. landing page or printouts)](https://www.reddit.com/r/androiddev/comments/10thj18/how_do_you_drive_downloads_to_your_app_from/) -- [UMP with Mobile Ads SDK needs publishing?](https://www.reddit.com/r/androiddev/comments/10th4aw/ump_with_mobile_ads_sdk_needs_publishing/) +- [framework choice](https://www.reddit.com/r/androiddev/comments/10upoum/framework_choice/) +- [How to simplify documentation process in android](https://www.reddit.com/r/androiddev/comments/10ujhxq/how_to_simplify_documentation_process_in_android/) +- [How do I start coding to personalize my OS ?](https://www.reddit.com/r/androiddev/comments/10uin38/how_do_i_start_coding_to_personalize_my_os/) +- [Compose geometry playground using canvas](https://www.reddit.com/r/androiddev/comments/10ugwz2/compose_geometry_playground_using_canvas/) +- [Android Developer Interview Question: Difference between REST and GraphQL API's](https://www.reddit.com/r/androiddev/comments/10ugi9d/android_developer_interview_question_difference/) +- [Claim Administrator Angeion Group Announces Proposed Settlement in Google Play Store Antitrust Litigation Involving U.S. Android OS Application Developers](https://www.reddit.com/r/androiddev/comments/10udbzy/claim_administrator_angeion_group_announces/) +- [New to android development and wondering what common techstacks are](https://www.reddit.com/r/androiddev/comments/10uclew/new_to_android_development_and_wondering_what/) +- [Samsung Galaxy Edge panels](https://www.reddit.com/r/androiddev/comments/10ub0mn/samsung_galaxy_edge_panels/) +- ["Licenses and Libraries" with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/10u9bqq/licenses_and_libraries_with_jetpack_compose/) +- [Android is getting old (15y). For how much long do you think it will be a sustainable career path for developers?](https://www.reddit.com/r/androiddev/comments/10u8gjn/android_is_getting_old_15y_for_how_much_long_do/) ### *InfoWorld posts* From 80d9a0977d9d5addb67077ed0cf1da6c7875b9be Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 7 Feb 2023 01:29:57 +0000 Subject: [PATCH 0429/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7f020e20fd..cb86c319f9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [framework choice](https://www.reddit.com/r/androiddev/comments/10upoum/framework_choice/) -- [How to simplify documentation process in android](https://www.reddit.com/r/androiddev/comments/10ujhxq/how_to_simplify_documentation_process_in_android/) -- [How do I start coding to personalize my OS ?](https://www.reddit.com/r/androiddev/comments/10uin38/how_do_i_start_coding_to_personalize_my_os/) -- [Compose geometry playground using canvas](https://www.reddit.com/r/androiddev/comments/10ugwz2/compose_geometry_playground_using_canvas/) -- [Android Developer Interview Question: Difference between REST and GraphQL API's](https://www.reddit.com/r/androiddev/comments/10ugi9d/android_developer_interview_question_difference/) -- [Claim Administrator Angeion Group Announces Proposed Settlement in Google Play Store Antitrust Litigation Involving U.S. Android OS Application Developers](https://www.reddit.com/r/androiddev/comments/10udbzy/claim_administrator_angeion_group_announces/) -- [New to android development and wondering what common techstacks are](https://www.reddit.com/r/androiddev/comments/10uclew/new_to_android_development_and_wondering_what/) -- [Samsung Galaxy Edge panels](https://www.reddit.com/r/androiddev/comments/10ub0mn/samsung_galaxy_edge_panels/) -- ["Licenses and Libraries" with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/10u9bqq/licenses_and_libraries_with_jetpack_compose/) -- [Android is getting old (15y). For how much long do you think it will be a sustainable career path for developers?](https://www.reddit.com/r/androiddev/comments/10u8gjn/android_is_getting_old_15y_for_how_much_long_do/) +- [Fastboot Help](https://www.reddit.com/r/androiddev/comments/10vntz8/fastboot_help/) +- [Google Play Developer Settlement](https://www.reddit.com/r/androiddev/comments/10vls7o/google_play_developer_settlement/) +- [Dto Mapper in Domain or Data Layer?](https://www.reddit.com/r/androiddev/comments/10vk93c/dto_mapper_in_domain_or_data_layer/) +- [best practice , downloading](https://www.reddit.com/r/androiddev/comments/10vieqw/best_practice_downloading/) +- [Material 3 Colors do not change or work they keep returning purple for some reason](https://www.reddit.com/r/androiddev/comments/10vi29q/material_3_colors_do_not_change_or_work_they_keep/) +- [How to approach dialogs with dynamic views?](https://www.reddit.com/r/androiddev/comments/10vhdt2/how_to_approach_dialogs_with_dynamic_views/) +- [Kotlin Illustrated Guide - Intro to Delegation](https://www.reddit.com/r/androiddev/comments/10vg4j9/kotlin_illustrated_guide_intro_to_delegation/) +- [How is Google Assistant permanently listening for the wake word if the microphone indicator is never on?](https://www.reddit.com/r/androiddev/comments/10vg2ml/how_is_google_assistant_permanently_listening_for/) +- [Self-Taught Programmer Seeking Career Advice: What to Learn Next and Open-Source Project Ideas](https://www.reddit.com/r/androiddev/comments/10ve904/selftaught_programmer_seeking_career_advice_what/) +- [Google released Android 13 February 2023 patch update](https://www.reddit.com/r/androiddev/comments/10ve8e4/google_released_android_13_february_2023_patch/) ### *InfoWorld posts* From 1e4bd2b347db2b1c8eaa9f3702bb0ec57efadd2c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 8 Feb 2023 01:31:04 +0000 Subject: [PATCH 0430/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cb86c319f9..4d2d902180 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Fastboot Help](https://www.reddit.com/r/androiddev/comments/10vntz8/fastboot_help/) -- [Google Play Developer Settlement](https://www.reddit.com/r/androiddev/comments/10vls7o/google_play_developer_settlement/) -- [Dto Mapper in Domain or Data Layer?](https://www.reddit.com/r/androiddev/comments/10vk93c/dto_mapper_in_domain_or_data_layer/) -- [best practice , downloading](https://www.reddit.com/r/androiddev/comments/10vieqw/best_practice_downloading/) -- [Material 3 Colors do not change or work they keep returning purple for some reason](https://www.reddit.com/r/androiddev/comments/10vi29q/material_3_colors_do_not_change_or_work_they_keep/) -- [How to approach dialogs with dynamic views?](https://www.reddit.com/r/androiddev/comments/10vhdt2/how_to_approach_dialogs_with_dynamic_views/) -- [Kotlin Illustrated Guide - Intro to Delegation](https://www.reddit.com/r/androiddev/comments/10vg4j9/kotlin_illustrated_guide_intro_to_delegation/) -- [How is Google Assistant permanently listening for the wake word if the microphone indicator is never on?](https://www.reddit.com/r/androiddev/comments/10vg2ml/how_is_google_assistant_permanently_listening_for/) -- [Self-Taught Programmer Seeking Career Advice: What to Learn Next and Open-Source Project Ideas](https://www.reddit.com/r/androiddev/comments/10ve904/selftaught_programmer_seeking_career_advice_what/) -- [Google released Android 13 February 2023 patch update](https://www.reddit.com/r/androiddev/comments/10ve8e4/google_released_android_13_february_2023_patch/) +- [Android Studio Flamingo Beta 2 now available](https://www.reddit.com/r/androiddev/comments/10wiy1l/android_studio_flamingo_beta_2_now_available/) +- [Android Studio Giraffe Canary 3 now available](https://www.reddit.com/r/androiddev/comments/10wiy16/android_studio_giraffe_canary_3_now_available/) +- [Which Android Studio theme is this?](https://www.reddit.com/r/androiddev/comments/10wgpgi/which_android_studio_theme_is_this/) +- [any ideas on how to find internships?](https://www.reddit.com/r/androiddev/comments/10wgk0m/any_ideas_on_how_to_find_internships/) +- [Develop an app as SDK (suggestions)](https://www.reddit.com/r/androiddev/comments/10wg7vz/develop_an_app_as_sdk_suggestions/) +- [Is there a more simpler way for using the back button to return to the previous activity?](https://www.reddit.com/r/androiddev/comments/10wfkoj/is_there_a_more_simpler_way_for_using_the_back/) +- [Alternative app install ad networks in other currencies?](https://www.reddit.com/r/androiddev/comments/10wfhm9/alternative_app_install_ad_networks_in_other/) +- [Android Emulator extremely laggy, dead pixels appearing.](https://www.reddit.com/r/androiddev/comments/10weqfl/android_emulator_extremely_laggy_dead_pixels/) +- [Simple pixel paint game using React Native](https://www.reddit.com/r/androiddev/comments/10wedxi/simple_pixel_paint_game_using_react_native/) +- [Simple snake game on React Native](https://www.reddit.com/r/androiddev/comments/10wdhqa/simple_snake_game_on_react_native/) ### *InfoWorld posts* From d1f6517047b6704d358e6707b5c8f1b1bde8f421 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 9 Feb 2023 01:30:28 +0000 Subject: [PATCH 0431/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4d2d902180..0a149b11d0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Studio Flamingo Beta 2 now available](https://www.reddit.com/r/androiddev/comments/10wiy1l/android_studio_flamingo_beta_2_now_available/) -- [Android Studio Giraffe Canary 3 now available](https://www.reddit.com/r/androiddev/comments/10wiy16/android_studio_giraffe_canary_3_now_available/) -- [Which Android Studio theme is this?](https://www.reddit.com/r/androiddev/comments/10wgpgi/which_android_studio_theme_is_this/) -- [any ideas on how to find internships?](https://www.reddit.com/r/androiddev/comments/10wgk0m/any_ideas_on_how_to_find_internships/) -- [Develop an app as SDK (suggestions)](https://www.reddit.com/r/androiddev/comments/10wg7vz/develop_an_app_as_sdk_suggestions/) -- [Is there a more simpler way for using the back button to return to the previous activity?](https://www.reddit.com/r/androiddev/comments/10wfkoj/is_there_a_more_simpler_way_for_using_the_back/) -- [Alternative app install ad networks in other currencies?](https://www.reddit.com/r/androiddev/comments/10wfhm9/alternative_app_install_ad_networks_in_other/) -- [Android Emulator extremely laggy, dead pixels appearing.](https://www.reddit.com/r/androiddev/comments/10weqfl/android_emulator_extremely_laggy_dead_pixels/) -- [Simple pixel paint game using React Native](https://www.reddit.com/r/androiddev/comments/10wedxi/simple_pixel_paint_game_using_react_native/) -- [Simple snake game on React Native](https://www.reddit.com/r/androiddev/comments/10wdhqa/simple_snake_game_on_react_native/) +- [Non-Compliant SDK in previous release, but I can't disable it. Help Please!](https://www.reddit.com/r/androiddev/comments/10xg8pn/noncompliant_sdk_in_previous_release_but_i_cant/) +- [Have you tried chatgpt for assisting dev?](https://www.reddit.com/r/androiddev/comments/10xcp6c/have_you_tried_chatgpt_for_assisting_dev/) +- [Accessing UI elements/text of one application from another](https://www.reddit.com/r/androiddev/comments/10xcb98/accessing_ui_elementstext_of_one_application_from/) +- [Read if you publish stuff on the internet](https://www.reddit.com/r/androiddev/comments/10xc5q2/read_if_you_publish_stuff_on_the_internet/) +- [Android Slack communities](https://www.reddit.com/r/androiddev/comments/10xadlc/android_slack_communities/) +- [Are there any remote-specific contracting companies you recommend?](https://www.reddit.com/r/androiddev/comments/10x8yam/are_there_any_remotespecific_contracting/) +- [Backend guy doing front end stuff](https://www.reddit.com/r/androiddev/comments/10x8dqo/backend_guy_doing_front_end_stuff/) +- [Android 14 Developer Preview released](https://www.reddit.com/r/androiddev/comments/10x6gmh/android_14_developer_preview_released/) +- [React Native](https://www.reddit.com/r/androiddev/comments/10x5evs/react_native/) +- [Man shout out to couroutines](https://www.reddit.com/r/androiddev/comments/10x4a0x/man_shout_out_to_couroutines/) ### *InfoWorld posts* From daa958e054d0aabebb786a330f4570d113c63349 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 10 Feb 2023 01:30:29 +0000 Subject: [PATCH 0432/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0a149b11d0..b8ef9a6fcf 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Non-Compliant SDK in previous release, but I can't disable it. Help Please!](https://www.reddit.com/r/androiddev/comments/10xg8pn/noncompliant_sdk_in_previous_release_but_i_cant/) -- [Have you tried chatgpt for assisting dev?](https://www.reddit.com/r/androiddev/comments/10xcp6c/have_you_tried_chatgpt_for_assisting_dev/) -- [Accessing UI elements/text of one application from another](https://www.reddit.com/r/androiddev/comments/10xcb98/accessing_ui_elementstext_of_one_application_from/) -- [Read if you publish stuff on the internet](https://www.reddit.com/r/androiddev/comments/10xc5q2/read_if_you_publish_stuff_on_the_internet/) -- [Android Slack communities](https://www.reddit.com/r/androiddev/comments/10xadlc/android_slack_communities/) -- [Are there any remote-specific contracting companies you recommend?](https://www.reddit.com/r/androiddev/comments/10x8yam/are_there_any_remotespecific_contracting/) -- [Backend guy doing front end stuff](https://www.reddit.com/r/androiddev/comments/10x8dqo/backend_guy_doing_front_end_stuff/) -- [Android 14 Developer Preview released](https://www.reddit.com/r/androiddev/comments/10x6gmh/android_14_developer_preview_released/) -- [React Native](https://www.reddit.com/r/androiddev/comments/10x5evs/react_native/) -- [Man shout out to couroutines](https://www.reddit.com/r/androiddev/comments/10x4a0x/man_shout_out_to_couroutines/) +- [What's wrong with my resume. Need Help, Getting no call backs or Interviews for Android Developer roles, Been trying for 3 months [USA]](https://www.reddit.com/r/androiddev/comments/10ycdbj/whats_wrong_with_my_resume_need_help_getting_no/) +- [Are these numbers right? (Admob)](https://www.reddit.com/r/androiddev/comments/10ybrvs/are_these_numbers_right_admob/) +- [Soooo how's everyone's job hunting?](https://www.reddit.com/r/androiddev/comments/10yapwo/soooo_hows_everyones_job_hunting/) +- [Android Studio Giraffe Canary 4 now available](https://www.reddit.com/r/androiddev/comments/10yaj83/android_studio_giraffe_canary_4_now_available/) +- [Cross device SDK. What's the real chances of this being multiplatform?](https://www.reddit.com/r/androiddev/comments/10y9rlw/cross_device_sdk_whats_the_real_chances_of_this/) +- [Leanback vertical gridview infinity touch scrolling problem](https://www.reddit.com/r/androiddev/comments/10y8vju/leanback_vertical_gridview_infinity_touch/) +- [Does View Model works with Compose?](https://www.reddit.com/r/androiddev/comments/10y8f8a/does_view_model_works_with_compose/) +- [How to get the smoothness of a cubic Bezier curve in Apache Commons math3.](https://www.reddit.com/r/androiddev/comments/10y7y05/how_to_get_the_smoothness_of_a_cubic_bezier_curve/) +- [12 hours to get started?](https://www.reddit.com/r/androiddev/comments/10y7lop/12_hours_to_get_started/) +- [Are crowdfunding apps subject to the Google service fee?](https://www.reddit.com/r/androiddev/comments/10y63n0/are_crowdfunding_apps_subject_to_the_google/) ### *InfoWorld posts* From c6ad8ab9c8204f8050ac9c82c8644db651c3603b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 11 Feb 2023 01:29:35 +0000 Subject: [PATCH 0433/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b8ef9a6fcf..7a010fcf00 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What's wrong with my resume. Need Help, Getting no call backs or Interviews for Android Developer roles, Been trying for 3 months [USA]](https://www.reddit.com/r/androiddev/comments/10ycdbj/whats_wrong_with_my_resume_need_help_getting_no/) -- [Are these numbers right? (Admob)](https://www.reddit.com/r/androiddev/comments/10ybrvs/are_these_numbers_right_admob/) -- [Soooo how's everyone's job hunting?](https://www.reddit.com/r/androiddev/comments/10yapwo/soooo_hows_everyones_job_hunting/) -- [Android Studio Giraffe Canary 4 now available](https://www.reddit.com/r/androiddev/comments/10yaj83/android_studio_giraffe_canary_4_now_available/) -- [Cross device SDK. What's the real chances of this being multiplatform?](https://www.reddit.com/r/androiddev/comments/10y9rlw/cross_device_sdk_whats_the_real_chances_of_this/) -- [Leanback vertical gridview infinity touch scrolling problem](https://www.reddit.com/r/androiddev/comments/10y8vju/leanback_vertical_gridview_infinity_touch/) -- [Does View Model works with Compose?](https://www.reddit.com/r/androiddev/comments/10y8f8a/does_view_model_works_with_compose/) -- [How to get the smoothness of a cubic Bezier curve in Apache Commons math3.](https://www.reddit.com/r/androiddev/comments/10y7y05/how_to_get_the_smoothness_of_a_cubic_bezier_curve/) -- [12 hours to get started?](https://www.reddit.com/r/androiddev/comments/10y7lop/12_hours_to_get_started/) -- [Are crowdfunding apps subject to the Google service fee?](https://www.reddit.com/r/androiddev/comments/10y63n0/are_crowdfunding_apps_subject_to_the_google/) +- [Prepping For Android Intern Interview](https://www.reddit.com/r/androiddev/comments/10z8fy6/prepping_for_android_intern_interview/) +- [Is it possible to make a memory dump of an app on a rooted phone without connecting to a computer?](https://www.reddit.com/r/androiddev/comments/10z75cj/is_it_possible_to_make_a_memory_dump_of_an_app_on/) +- [University Project Advice/ Design](https://www.reddit.com/r/androiddev/comments/10yzavc/university_project_advice_design/) +- [FAKE CAMERA HELP](https://www.reddit.com/r/androiddev/comments/10yz7r4/fake_camera_help/) +- [Multiple Google Play Console Accounts](https://www.reddit.com/r/androiddev/comments/10yxpfi/multiple_google_play_console_accounts/) +- [Are there any open source apps that show how to use health connect?](https://www.reddit.com/r/androiddev/comments/10yw8t6/are_there_any_open_source_apps_that_show_how_to/) +- [My open source Android Project about Learning Lithuanian vocabulary](https://www.reddit.com/r/androiddev/comments/10yt3t9/my_open_source_android_project_about_learning/) +- [Edittext current cursor position](https://www.reddit.com/r/androiddev/comments/10yruv9/edittext_current_cursor_position/) +- [mix Kotlin & Java](https://www.reddit.com/r/androiddev/comments/10yrmhs/mix_kotlin_java/) +- [About Designing Is More Difficult Than Coding](https://www.reddit.com/r/androiddev/comments/10ypzcr/about_designing_is_more_difficult_than_coding/) ### *InfoWorld posts* From c438256373543e34812615ab37572da8631b1529 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 11 Feb 2023 01:29:37 +0000 Subject: [PATCH 0434/1422] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a010fcf00..9c187a7f54 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *InfoWorld posts* +- [Android 14 preview for developers arrives](https://www.infoworld.com/article/3687731/android-14-preview-for-developers-arrives.html#tk.rss_android) - [What is Kotlin? The Java alternative explained](https://www.infoworld.com/article/3224868/what-is-kotlin-the-java-alternative-explained.html#tk.rss_android) - [Android 13 brings themed app icons, security tweaks](https://www.infoworld.com/article/3669860/android-13-brings-themed-app-icons-security-tweaks.html#tk.rss_android) - [Jetpack Compose 1.2 packs text improvements](https://www.infoworld.com/article/3660772/jetpack-compose-12-packs-text-improvements.html#tk.rss_android) @@ -295,7 +296,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Google Flutter 2.5 UI kit is now stable](https://www.infoworld.com/article/3632887/google-flutter-25-ui-kit-is-now-stable.html#tk.rss_android) - [Jetpack Compose for Android turns GA](https://www.infoworld.com/article/3627298/jetpack-compose-for-android-turns-ga.html#tk.rss_android) - [Microsoft sunsets Xamarin toolkit](https://www.infoworld.com/article/3626453/microsoft-sunsets-xamarin-toolkit.html#tk.rss_android) -- [Gradle 7.0 improves incremental builds, backs Java 16](https://www.infoworld.com/article/3614703/gradle-70-improves-incremental-builds-backs-java-16.html#tk.rss_android) ### *RedHat posts* From 40d3e0ded547dba8b9215293a752326ba4243df8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 12 Feb 2023 01:29:53 +0000 Subject: [PATCH 0435/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9c187a7f54..e7a2111bfc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Prepping For Android Intern Interview](https://www.reddit.com/r/androiddev/comments/10z8fy6/prepping_for_android_intern_interview/) -- [Is it possible to make a memory dump of an app on a rooted phone without connecting to a computer?](https://www.reddit.com/r/androiddev/comments/10z75cj/is_it_possible_to_make_a_memory_dump_of_an_app_on/) -- [University Project Advice/ Design](https://www.reddit.com/r/androiddev/comments/10yzavc/university_project_advice_design/) -- [FAKE CAMERA HELP](https://www.reddit.com/r/androiddev/comments/10yz7r4/fake_camera_help/) -- [Multiple Google Play Console Accounts](https://www.reddit.com/r/androiddev/comments/10yxpfi/multiple_google_play_console_accounts/) -- [Are there any open source apps that show how to use health connect?](https://www.reddit.com/r/androiddev/comments/10yw8t6/are_there_any_open_source_apps_that_show_how_to/) -- [My open source Android Project about Learning Lithuanian vocabulary](https://www.reddit.com/r/androiddev/comments/10yt3t9/my_open_source_android_project_about_learning/) -- [Edittext current cursor position](https://www.reddit.com/r/androiddev/comments/10yruv9/edittext_current_cursor_position/) -- [mix Kotlin & Java](https://www.reddit.com/r/androiddev/comments/10yrmhs/mix_kotlin_java/) -- [About Designing Is More Difficult Than Coding](https://www.reddit.com/r/androiddev/comments/10ypzcr/about_designing_is_more_difficult_than_coding/) +- [Permission problems when using NotificationManager.notify()](https://www.reddit.com/r/androiddev/comments/1102y9y/permission_problems_when_using/) +- [Box vs Canvas performance?](https://www.reddit.com/r/androiddev/comments/1100uy3/box_vs_canvas_performance/) +- [Fake URL for the Android Studio IDE Installer with free virus for your PC :D](https://www.reddit.com/r/androiddev/comments/1100goe/fake_url_for_the_android_studio_ide_installer/) +- [idea for App that block phone addiction 🚫](https://www.reddit.com/r/androiddev/comments/10zz9jy/idea_for_app_that_block_phone_addiction/) +- [How to fill up Data Safety section correctly?](https://www.reddit.com/r/androiddev/comments/10zvifq/how_to_fill_up_data_safety_section_correctly/) +- [Do I need to include "Restore IAP" in Multiplayer Game?](https://www.reddit.com/r/androiddev/comments/10zuor6/do_i_need_to_include_restore_iap_in_multiplayer/) +- [Estimating work in a sprint](https://www.reddit.com/r/androiddev/comments/10zt7t4/estimating_work_in_a_sprint/) +- [Android App development cost](https://www.reddit.com/r/androiddev/comments/10zslw3/android_app_development_cost/) +- [Anyone with a media app dreading this ;](https://www.reddit.com/r/androiddev/comments/10zr7ke/anyone_with_a_media_app_dreading_this/) +- [Android app performance with Perfetto](https://www.reddit.com/r/androiddev/comments/10zqqwx/android_app_performance_with_perfetto/) ### *InfoWorld posts* From 825120a7a8e3f50669611c494c9c98373dd5c773 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 13 Feb 2023 01:30:41 +0000 Subject: [PATCH 0436/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e7a2111bfc..13d3e8c1aa 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Permission problems when using NotificationManager.notify()](https://www.reddit.com/r/androiddev/comments/1102y9y/permission_problems_when_using/) -- [Box vs Canvas performance?](https://www.reddit.com/r/androiddev/comments/1100uy3/box_vs_canvas_performance/) -- [Fake URL for the Android Studio IDE Installer with free virus for your PC :D](https://www.reddit.com/r/androiddev/comments/1100goe/fake_url_for_the_android_studio_ide_installer/) -- [idea for App that block phone addiction 🚫](https://www.reddit.com/r/androiddev/comments/10zz9jy/idea_for_app_that_block_phone_addiction/) -- [How to fill up Data Safety section correctly?](https://www.reddit.com/r/androiddev/comments/10zvifq/how_to_fill_up_data_safety_section_correctly/) -- [Do I need to include "Restore IAP" in Multiplayer Game?](https://www.reddit.com/r/androiddev/comments/10zuor6/do_i_need_to_include_restore_iap_in_multiplayer/) -- [Estimating work in a sprint](https://www.reddit.com/r/androiddev/comments/10zt7t4/estimating_work_in_a_sprint/) -- [Android App development cost](https://www.reddit.com/r/androiddev/comments/10zslw3/android_app_development_cost/) -- [Anyone with a media app dreading this ;](https://www.reddit.com/r/androiddev/comments/10zr7ke/anyone_with_a_media_app_dreading_this/) -- [Android app performance with Perfetto](https://www.reddit.com/r/androiddev/comments/10zqqwx/android_app_performance_with_perfetto/) +- [Do-It-Yourself Compose Multiplatform Navigation with Decompose](https://www.reddit.com/r/androiddev/comments/110vohj/doityourself_compose_multiplatform_navigation/) +- [IntelliJ vs Android Studio in 2023?](https://www.reddit.com/r/androiddev/comments/110u8k3/intellij_vs_android_studio_in_2023/) +- [Does Anyone Know What IDE To Use To Build Watch Faces For Galaxy Watch 4 & 5?](https://www.reddit.com/r/androiddev/comments/110smwk/does_anyone_know_what_ide_to_use_to_build_watch/) +- [Should you have to Bash as an android developer?](https://www.reddit.com/r/androiddev/comments/110qzex/should_you_have_to_bash_as_an_android_developer/) +- [do you need tablet screenshots](https://www.reddit.com/r/androiddev/comments/110qb9p/do_you_need_tablet_screenshots/) +- [AS Flamingo Beta 2 has crashed on my multiple times - Beta 1 never did](https://www.reddit.com/r/androiddev/comments/110ppc4/as_flamingo_beta_2_has_crashed_on_my_multiple/) +- [How to check whether you're on prod build or stage build in the build gradle in order to do a certain action?](https://www.reddit.com/r/androiddev/comments/110pf7a/how_to_check_whether_youre_on_prod_build_or_stage/) +- [Why Does My Emulator Show Up In Android Studio Now? How Do I Make It Its Own Application Again?](https://www.reddit.com/r/androiddev/comments/110l21n/why_does_my_emulator_show_up_in_android_studio/) +- [Pure Compose Navigation](https://www.reddit.com/r/androiddev/comments/110k61g/pure_compose_navigation/) +- [Support for different screen widths(Not dpi)](https://www.reddit.com/r/androiddev/comments/110i9us/support_for_different_screen_widthsnot_dpi/) ### *InfoWorld posts* From ce65ad3fd79928ad5ced3634f7ea485c5639046b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 14 Feb 2023 01:30:42 +0000 Subject: [PATCH 0437/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 13d3e8c1aa..db965fc7e8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Do-It-Yourself Compose Multiplatform Navigation with Decompose](https://www.reddit.com/r/androiddev/comments/110vohj/doityourself_compose_multiplatform_navigation/) -- [IntelliJ vs Android Studio in 2023?](https://www.reddit.com/r/androiddev/comments/110u8k3/intellij_vs_android_studio_in_2023/) -- [Does Anyone Know What IDE To Use To Build Watch Faces For Galaxy Watch 4 & 5?](https://www.reddit.com/r/androiddev/comments/110smwk/does_anyone_know_what_ide_to_use_to_build_watch/) -- [Should you have to Bash as an android developer?](https://www.reddit.com/r/androiddev/comments/110qzex/should_you_have_to_bash_as_an_android_developer/) -- [do you need tablet screenshots](https://www.reddit.com/r/androiddev/comments/110qb9p/do_you_need_tablet_screenshots/) -- [AS Flamingo Beta 2 has crashed on my multiple times - Beta 1 never did](https://www.reddit.com/r/androiddev/comments/110ppc4/as_flamingo_beta_2_has_crashed_on_my_multiple/) -- [How to check whether you're on prod build or stage build in the build gradle in order to do a certain action?](https://www.reddit.com/r/androiddev/comments/110pf7a/how_to_check_whether_youre_on_prod_build_or_stage/) -- [Why Does My Emulator Show Up In Android Studio Now? How Do I Make It Its Own Application Again?](https://www.reddit.com/r/androiddev/comments/110l21n/why_does_my_emulator_show_up_in_android_studio/) -- [Pure Compose Navigation](https://www.reddit.com/r/androiddev/comments/110k61g/pure_compose_navigation/) -- [Support for different screen widths(Not dpi)](https://www.reddit.com/r/androiddev/comments/110i9us/support_for_different_screen_widthsnot_dpi/) +- [custom rom redmi note 7](https://www.reddit.com/r/androiddev/comments/111oxt5/custom_rom_redmi_note_7/) +- [Do you NEED a PC to create android apps?](https://www.reddit.com/r/androiddev/comments/111o0mo/do_you_need_a_pc_to_create_android_apps/) +- [Developing app for WiFi connected device. Reverse engineer?](https://www.reddit.com/r/androiddev/comments/111jnxa/developing_app_for_wifi_connected_device_reverse/) +- [Do people actually pay for review services?](https://www.reddit.com/r/androiddev/comments/111ixl9/do_people_actually_pay_for_review_services/) +- [Tracking media consumed on the phone](https://www.reddit.com/r/androiddev/comments/111hr3g/tracking_media_consumed_on_the_phone/) +- [What was the learning curve for you like going from LiveData + XML -> Compose + Flows?](https://www.reddit.com/r/androiddev/comments/111grfj/what_was_the_learning_curve_for_you_like_going/) +- [Compose potentially being moved out of androidx monorepo for faster adoption of new Kotlin versions!](https://www.reddit.com/r/androiddev/comments/111g5fp/compose_potentially_being_moved_out_of_androidx/) +- [Where do I find the set of links for android development best practices on the official website?](https://www.reddit.com/r/androiddev/comments/111fque/where_do_i_find_the_set_of_links_for_android/) +- [I just published an article about Android 14 per-app language preferences dynamic updates - share your thoughts](https://www.reddit.com/r/androiddev/comments/111em8b/i_just_published_an_article_about_android_14/) +- [Pre-Registers not showing up on Play Console?](https://www.reddit.com/r/androiddev/comments/111ef55/preregisters_not_showing_up_on_play_console/) ### *InfoWorld posts* From 8a362309acadf9a6ec199e7b652f8cbb28e7026c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 15 Feb 2023 01:30:39 +0000 Subject: [PATCH 0438/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index db965fc7e8..d9b0c96b37 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [custom rom redmi note 7](https://www.reddit.com/r/androiddev/comments/111oxt5/custom_rom_redmi_note_7/) -- [Do you NEED a PC to create android apps?](https://www.reddit.com/r/androiddev/comments/111o0mo/do_you_need_a_pc_to_create_android_apps/) -- [Developing app for WiFi connected device. Reverse engineer?](https://www.reddit.com/r/androiddev/comments/111jnxa/developing_app_for_wifi_connected_device_reverse/) -- [Do people actually pay for review services?](https://www.reddit.com/r/androiddev/comments/111ixl9/do_people_actually_pay_for_review_services/) -- [Tracking media consumed on the phone](https://www.reddit.com/r/androiddev/comments/111hr3g/tracking_media_consumed_on_the_phone/) -- [What was the learning curve for you like going from LiveData + XML -> Compose + Flows?](https://www.reddit.com/r/androiddev/comments/111grfj/what_was_the_learning_curve_for_you_like_going/) -- [Compose potentially being moved out of androidx monorepo for faster adoption of new Kotlin versions!](https://www.reddit.com/r/androiddev/comments/111g5fp/compose_potentially_being_moved_out_of_androidx/) -- [Where do I find the set of links for android development best practices on the official website?](https://www.reddit.com/r/androiddev/comments/111fque/where_do_i_find_the_set_of_links_for_android/) -- [I just published an article about Android 14 per-app language preferences dynamic updates - share your thoughts](https://www.reddit.com/r/androiddev/comments/111em8b/i_just_published_an_article_about_android_14/) -- [Pre-Registers not showing up on Play Console?](https://www.reddit.com/r/androiddev/comments/111ef55/preregisters_not_showing_up_on_play_console/) +- [A way to download reviews for another app?](https://www.reddit.com/r/androiddev/comments/112kq8j/a_way_to_download_reviews_for_another_app/) +- [RecyclerView Question - I'm using .notifyDataSetChanged() once before the api call and after the api call. Is there a better way to do this?](https://www.reddit.com/r/androiddev/comments/112jwpg/recyclerview_question_im_using/) +- [Unfair Google Play "Associated" Developer Account Termination and AdMob Account Consequences](https://www.reddit.com/r/androiddev/comments/112iqg1/unfair_google_play_associated_developer_account/) +- [How to use LeanbackTabLayout with Leanback theme?](https://www.reddit.com/r/androiddev/comments/112g7hh/how_to_use_leanbacktablayout_with_leanback_theme/) +- [how can i change my buttons like these cats in the picture? Is it a theme or is it a diifrent app?](https://www.reddit.com/r/androiddev/comments/112ews9/how_can_i_change_my_buttons_like_these_cats_in/) +- [Do most Android apps use Firebase as a back end?](https://www.reddit.com/r/androiddev/comments/112dbil/do_most_android_apps_use_firebase_as_a_back_end/) +- [Firebase Identity Platform Authentication Problem in Release Build](https://www.reddit.com/r/androiddev/comments/112c6d8/firebase_identity_platform_authentication_problem/) +- [From absolute noob to accessing low-level Android features: a roadmap](https://www.reddit.com/r/androiddev/comments/1129v87/from_absolute_noob_to_accessing_lowlevel_android/) +- [Firebase auth doesn't work on release store build but works on emulator on Android.](https://www.reddit.com/r/androiddev/comments/1129moh/firebase_auth_doesnt_work_on_release_store_build/) +- [what is the life cycle of viewModel? please explain in as easy words as possible.](https://www.reddit.com/r/androiddev/comments/1124pvl/what_is_the_life_cycle_of_viewmodel_please/) ### *InfoWorld posts* From 528ab731f2d5e1c098e015b044fff5f4941ad83c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 16 Feb 2023 01:31:07 +0000 Subject: [PATCH 0439/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d9b0c96b37..e4d72d63ad 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [A way to download reviews for another app?](https://www.reddit.com/r/androiddev/comments/112kq8j/a_way_to_download_reviews_for_another_app/) -- [RecyclerView Question - I'm using .notifyDataSetChanged() once before the api call and after the api call. Is there a better way to do this?](https://www.reddit.com/r/androiddev/comments/112jwpg/recyclerview_question_im_using/) -- [Unfair Google Play "Associated" Developer Account Termination and AdMob Account Consequences](https://www.reddit.com/r/androiddev/comments/112iqg1/unfair_google_play_associated_developer_account/) -- [How to use LeanbackTabLayout with Leanback theme?](https://www.reddit.com/r/androiddev/comments/112g7hh/how_to_use_leanbacktablayout_with_leanback_theme/) -- [how can i change my buttons like these cats in the picture? Is it a theme or is it a diifrent app?](https://www.reddit.com/r/androiddev/comments/112ews9/how_can_i_change_my_buttons_like_these_cats_in/) -- [Do most Android apps use Firebase as a back end?](https://www.reddit.com/r/androiddev/comments/112dbil/do_most_android_apps_use_firebase_as_a_back_end/) -- [Firebase Identity Platform Authentication Problem in Release Build](https://www.reddit.com/r/androiddev/comments/112c6d8/firebase_identity_platform_authentication_problem/) -- [From absolute noob to accessing low-level Android features: a roadmap](https://www.reddit.com/r/androiddev/comments/1129v87/from_absolute_noob_to_accessing_lowlevel_android/) -- [Firebase auth doesn't work on release store build but works on emulator on Android.](https://www.reddit.com/r/androiddev/comments/1129moh/firebase_auth_doesnt_work_on_release_store_build/) -- [what is the life cycle of viewModel? please explain in as easy words as possible.](https://www.reddit.com/r/androiddev/comments/1124pvl/what_is_the_life_cycle_of_viewmodel_please/) +- [Android App Development in 10 Hours Bootcamp | Android 13](https://www.reddit.com/r/androiddev/comments/113bvap/android_app_development_in_10_hours_bootcamp/) +- [Concat Adapter and Search Filter](https://www.reddit.com/r/androiddev/comments/113b7p2/concat_adapter_and_search_filter/) +- [request for a port](https://www.reddit.com/r/androiddev/comments/113b7kv/request_for_a_port/) +- [Handling state and multiple fields](https://www.reddit.com/r/androiddev/comments/1138f0l/handling_state_and_multiple_fields/) +- [Any way to force a permission to be allowed? My new Xiaomi device doesn't let my favorite app draw over the screen..](https://www.reddit.com/r/androiddev/comments/1137x8u/any_way_to_force_a_permission_to_be_allowed_my/) +- [Is USB video-out accessible to all applications?](https://www.reddit.com/r/androiddev/comments/1137uvj/is_usb_videoout_accessible_to_all_applications/) +- [How to use UI-based SDK in another project](https://www.reddit.com/r/androiddev/comments/11314sh/how_to_use_uibased_sdk_in_another_project/) +- [Android Studio bugs out when you delete an XML file related to a qualifier.](https://www.reddit.com/r/androiddev/comments/112zbzp/android_studio_bugs_out_when_you_delete_an_xml/) +- [Pre launch bug](https://www.reddit.com/r/androiddev/comments/112ybwb/pre_launch_bug/) +- [H1-H6 font size](https://www.reddit.com/r/androiddev/comments/112xxbb/h1h6_font_size/) ### *InfoWorld posts* From 0871dd327331c3dfcf8364c4ee46a2db512e4164 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 17 Feb 2023 01:30:56 +0000 Subject: [PATCH 0440/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e4d72d63ad..9de986f8ce 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android App Development in 10 Hours Bootcamp | Android 13](https://www.reddit.com/r/androiddev/comments/113bvap/android_app_development_in_10_hours_bootcamp/) -- [Concat Adapter and Search Filter](https://www.reddit.com/r/androiddev/comments/113b7p2/concat_adapter_and_search_filter/) -- [request for a port](https://www.reddit.com/r/androiddev/comments/113b7kv/request_for_a_port/) -- [Handling state and multiple fields](https://www.reddit.com/r/androiddev/comments/1138f0l/handling_state_and_multiple_fields/) -- [Any way to force a permission to be allowed? My new Xiaomi device doesn't let my favorite app draw over the screen..](https://www.reddit.com/r/androiddev/comments/1137x8u/any_way_to_force_a_permission_to_be_allowed_my/) -- [Is USB video-out accessible to all applications?](https://www.reddit.com/r/androiddev/comments/1137uvj/is_usb_videoout_accessible_to_all_applications/) -- [How to use UI-based SDK in another project](https://www.reddit.com/r/androiddev/comments/11314sh/how_to_use_uibased_sdk_in_another_project/) -- [Android Studio bugs out when you delete an XML file related to a qualifier.](https://www.reddit.com/r/androiddev/comments/112zbzp/android_studio_bugs_out_when_you_delete_an_xml/) -- [Pre launch bug](https://www.reddit.com/r/androiddev/comments/112ybwb/pre_launch_bug/) -- [H1-H6 font size](https://www.reddit.com/r/androiddev/comments/112xxbb/h1h6_font_size/) +- [How to find customer facing updates for each major Chromium release](https://www.reddit.com/r/androiddev/comments/1145tou/how_to_find_customer_facing_updates_for_each/) +- [How to get rid of stripe payment gateway from an android mobile app](https://www.reddit.com/r/androiddev/comments/11459ez/how_to_get_rid_of_stripe_payment_gateway_from_an/) +- [Android Studio Flamingo Beta 3 is now available](https://www.reddit.com/r/androiddev/comments/11455t1/android_studio_flamingo_beta_3_is_now_available/) +- [Android Studio Giraffe Canary 5 is now available](https://www.reddit.com/r/androiddev/comments/11455se/android_studio_giraffe_canary_5_is_now_available/) +- [Production apps seem debuggable when installed on an emulator in Android Studio. Why?](https://www.reddit.com/r/androiddev/comments/1142doy/production_apps_seem_debuggable_when_installed_on/) +- [Is there any open source app market?](https://www.reddit.com/r/androiddev/comments/114258f/is_there_any_open_source_app_market/) +- [Review process with subscription](https://www.reddit.com/r/androiddev/comments/113yvpo/review_process_with_subscription/) +- [Common leetcode interview patterns in android interviews?](https://www.reddit.com/r/androiddev/comments/113ycd6/common_leetcode_interview_patterns_in_android/) +- [Does anyone face high ANR rate for Android 13?](https://www.reddit.com/r/androiddev/comments/113wsyy/does_anyone_face_high_anr_rate_for_android_13/) +- [AdMob 21.5.0 breaks BOOT_COMPLETED Broadcast](https://www.reddit.com/r/androiddev/comments/113w9f4/admob_2150_breaks_boot_completed_broadcast/) ### *InfoWorld posts* From 74944fe102266458f1b75dfb052f38fe1dbaff59 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 18 Feb 2023 01:29:39 +0000 Subject: [PATCH 0441/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9de986f8ce..d5e73e9b88 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to find customer facing updates for each major Chromium release](https://www.reddit.com/r/androiddev/comments/1145tou/how_to_find_customer_facing_updates_for_each/) -- [How to get rid of stripe payment gateway from an android mobile app](https://www.reddit.com/r/androiddev/comments/11459ez/how_to_get_rid_of_stripe_payment_gateway_from_an/) -- [Android Studio Flamingo Beta 3 is now available](https://www.reddit.com/r/androiddev/comments/11455t1/android_studio_flamingo_beta_3_is_now_available/) -- [Android Studio Giraffe Canary 5 is now available](https://www.reddit.com/r/androiddev/comments/11455se/android_studio_giraffe_canary_5_is_now_available/) -- [Production apps seem debuggable when installed on an emulator in Android Studio. Why?](https://www.reddit.com/r/androiddev/comments/1142doy/production_apps_seem_debuggable_when_installed_on/) -- [Is there any open source app market?](https://www.reddit.com/r/androiddev/comments/114258f/is_there_any_open_source_app_market/) -- [Review process with subscription](https://www.reddit.com/r/androiddev/comments/113yvpo/review_process_with_subscription/) -- [Common leetcode interview patterns in android interviews?](https://www.reddit.com/r/androiddev/comments/113ycd6/common_leetcode_interview_patterns_in_android/) -- [Does anyone face high ANR rate for Android 13?](https://www.reddit.com/r/androiddev/comments/113wsyy/does_anyone_face_high_anr_rate_for_android_13/) -- [AdMob 21.5.0 breaks BOOT_COMPLETED Broadcast](https://www.reddit.com/r/androiddev/comments/113w9f4/admob_2150_breaks_boot_completed_broadcast/) +- [Native-Activity Application missing VS2022 community, instead basic application creates a Java project not C++](https://www.reddit.com/r/androiddev/comments/1151maz/nativeactivity_application_missing_vs2022/) +- [What makes a android developer hireable?](https://www.reddit.com/r/androiddev/comments/114uhzo/what_makes_a_android_developer_hireable/) +- [API desugaring supporting Android 13 and java.nio](https://www.reddit.com/r/androiddev/comments/114irvg/api_desugaring_supporting_android_13_and_javanio/) +- [Is it possible to enable personalized ads on an app that targets all ages?](https://www.reddit.com/r/androiddev/comments/114iej2/is_it_possible_to_enable_personalized_ads_on_an/) +- [Kotlin Multiplatform —Simple Guide to Key-Value Storage](https://www.reddit.com/r/androiddev/comments/114i95v/kotlin_multiplatform_simple_guide_to_keyvalue/) +- [Hyperpay integration. Lets talk.](https://www.reddit.com/r/androiddev/comments/114i6s7/hyperpay_integration_lets_talk/) +- [Android Studio Flamingo network inspector](https://www.reddit.com/r/androiddev/comments/114eqc3/android_studio_flamingo_network_inspector/) +- [Help With String Arrays In Kotlin](https://www.reddit.com/r/androiddev/comments/114eo3a/help_with_string_arrays_in_kotlin/) +- [What is the easiest pay gateway to implement for uber-like-services without a backend](https://www.reddit.com/r/androiddev/comments/114e2o1/what_is_the_easiest_pay_gateway_to_implement_for/) +- [Debug pane keeps disappearing in Android Studio](https://www.reddit.com/r/androiddev/comments/114cny7/debug_pane_keeps_disappearing_in_android_studio/) ### *InfoWorld posts* From 91d56e2a98e52e8a974e6659455a1898a91003ec Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 19 Feb 2023 01:30:19 +0000 Subject: [PATCH 0442/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d5e73e9b88..1ee11e0951 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Native-Activity Application missing VS2022 community, instead basic application creates a Java project not C++](https://www.reddit.com/r/androiddev/comments/1151maz/nativeactivity_application_missing_vs2022/) -- [What makes a android developer hireable?](https://www.reddit.com/r/androiddev/comments/114uhzo/what_makes_a_android_developer_hireable/) -- [API desugaring supporting Android 13 and java.nio](https://www.reddit.com/r/androiddev/comments/114irvg/api_desugaring_supporting_android_13_and_javanio/) -- [Is it possible to enable personalized ads on an app that targets all ages?](https://www.reddit.com/r/androiddev/comments/114iej2/is_it_possible_to_enable_personalized_ads_on_an/) -- [Kotlin Multiplatform —Simple Guide to Key-Value Storage](https://www.reddit.com/r/androiddev/comments/114i95v/kotlin_multiplatform_simple_guide_to_keyvalue/) -- [Hyperpay integration. Lets talk.](https://www.reddit.com/r/androiddev/comments/114i6s7/hyperpay_integration_lets_talk/) -- [Android Studio Flamingo network inspector](https://www.reddit.com/r/androiddev/comments/114eqc3/android_studio_flamingo_network_inspector/) -- [Help With String Arrays In Kotlin](https://www.reddit.com/r/androiddev/comments/114eo3a/help_with_string_arrays_in_kotlin/) -- [What is the easiest pay gateway to implement for uber-like-services without a backend](https://www.reddit.com/r/androiddev/comments/114e2o1/what_is_the_easiest_pay_gateway_to_implement_for/) -- [Debug pane keeps disappearing in Android Studio](https://www.reddit.com/r/androiddev/comments/114cny7/debug_pane_keeps_disappearing_in_android_studio/) +- [Assorting APK for every device type](https://www.reddit.com/r/androiddev/comments/115wq4j/assorting_apk_for_every_device_type/) +- [Adjustable menu](https://www.reddit.com/r/androiddev/comments/115uikp/adjustable_menu/) +- [Revisiting Android Java after years with Flutter and..](https://www.reddit.com/r/androiddev/comments/115u837/revisiting_android_java_after_years_with_flutter/) +- [in app purchase, "Payment pending" after free trial](https://www.reddit.com/r/androiddev/comments/115qjf0/in_app_purchase_payment_pending_after_free_trial/) +- [App automation](https://www.reddit.com/r/androiddev/comments/115nwrr/app_automation/) +- [New and first job as android app developer](https://www.reddit.com/r/androiddev/comments/115n5vk/new_and_first_job_as_android_app_developer/) +- [android 10 - how do I get my network IP in a hotspot mode?](https://www.reddit.com/r/androiddev/comments/115k0o7/android_10_how_do_i_get_my_network_ip_in_a/) +- [What Should i do](https://www.reddit.com/r/androiddev/comments/115iqrm/what_should_i_do/) +- [NullPointerException" found while making a Music Player app in Android Studio](https://www.reddit.com/r/androiddev/comments/115iflo/nullpointerexception_found_while_making_a_music/) +- [Jet Compose: Docking button to Navigation bar? Not necessarily a FAB](https://www.reddit.com/r/androiddev/comments/115hyj3/jet_compose_docking_button_to_navigation_bar_not/) ### *InfoWorld posts* From cb3332814cadf51a5282f1bbe508590777847094 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 20 Feb 2023 01:30:37 +0000 Subject: [PATCH 0443/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1ee11e0951..35a772e013 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Assorting APK for every device type](https://www.reddit.com/r/androiddev/comments/115wq4j/assorting_apk_for_every_device_type/) -- [Adjustable menu](https://www.reddit.com/r/androiddev/comments/115uikp/adjustable_menu/) -- [Revisiting Android Java after years with Flutter and..](https://www.reddit.com/r/androiddev/comments/115u837/revisiting_android_java_after_years_with_flutter/) -- [in app purchase, "Payment pending" after free trial](https://www.reddit.com/r/androiddev/comments/115qjf0/in_app_purchase_payment_pending_after_free_trial/) -- [App automation](https://www.reddit.com/r/androiddev/comments/115nwrr/app_automation/) -- [New and first job as android app developer](https://www.reddit.com/r/androiddev/comments/115n5vk/new_and_first_job_as_android_app_developer/) -- [android 10 - how do I get my network IP in a hotspot mode?](https://www.reddit.com/r/androiddev/comments/115k0o7/android_10_how_do_i_get_my_network_ip_in_a/) -- [What Should i do](https://www.reddit.com/r/androiddev/comments/115iqrm/what_should_i_do/) -- [NullPointerException" found while making a Music Player app in Android Studio](https://www.reddit.com/r/androiddev/comments/115iflo/nullpointerexception_found_while_making_a_music/) -- [Jet Compose: Docking button to Navigation bar? Not necessarily a FAB](https://www.reddit.com/r/androiddev/comments/115hyj3/jet_compose_docking_button_to_navigation_bar_not/) +- [Refactoring our Dependency Injection using Anvil by Drew Heavner](https://www.reddit.com/r/androiddev/comments/116trkv/refactoring_our_dependency_injection_using_anvil/) +- [Communication between handheld and wearable devices with Google's Data Layer API](https://www.reddit.com/r/androiddev/comments/116rsxr/communication_between_handheld_and_wearable/) +- [Interview Question](https://www.reddit.com/r/androiddev/comments/116qpxp/interview_question/) +- [Upgrade your develompent skills with SkillShare](https://www.reddit.com/r/androiddev/comments/116ptpk/upgrade_your_develompent_skills_with_skillshare/) +- [Help](https://www.reddit.com/r/androiddev/comments/116p9ua/help/) +- [Is it possible to create an app for NFC based payments? Basically a Google Pay alternative](https://www.reddit.com/r/androiddev/comments/116ks5l/is_it_possible_to_create_an_app_for_nfc_based/) +- [Still confused in project planning](https://www.reddit.com/r/androiddev/comments/116fuj4/still_confused_in_project_planning/) +- [Introducing Flasho - An open source tool for developers to set up transactional notifications in minutes with little to no code.](https://www.reddit.com/r/androiddev/comments/116ba9b/introducing_flasho_an_open_source_tool_for/) +- [General Android Dev Question. Looking to take my android skills to the next level. I recently completed the Android Kotlin Developer Nanodegree program. I've been taking courses and improving my skills. Do any developers out there have any recommendations for freelance work? Sites etc...](https://www.reddit.com/r/androiddev/comments/116ax5i/general_android_dev_question_looking_to_take_my/) +- [Custom graphics and animations in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/11670ph/custom_graphics_and_animations_in_jetpack_compose/) ### *InfoWorld posts* From 0f571678556d6a812d7c2ed7828d7504fdbe544e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 21 Feb 2023 01:30:27 +0000 Subject: [PATCH 0444/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 35a772e013..1dd3c79488 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Refactoring our Dependency Injection using Anvil by Drew Heavner](https://www.reddit.com/r/androiddev/comments/116trkv/refactoring_our_dependency_injection_using_anvil/) -- [Communication between handheld and wearable devices with Google's Data Layer API](https://www.reddit.com/r/androiddev/comments/116rsxr/communication_between_handheld_and_wearable/) -- [Interview Question](https://www.reddit.com/r/androiddev/comments/116qpxp/interview_question/) -- [Upgrade your develompent skills with SkillShare](https://www.reddit.com/r/androiddev/comments/116ptpk/upgrade_your_develompent_skills_with_skillshare/) -- [Help](https://www.reddit.com/r/androiddev/comments/116p9ua/help/) -- [Is it possible to create an app for NFC based payments? Basically a Google Pay alternative](https://www.reddit.com/r/androiddev/comments/116ks5l/is_it_possible_to_create_an_app_for_nfc_based/) -- [Still confused in project planning](https://www.reddit.com/r/androiddev/comments/116fuj4/still_confused_in_project_planning/) -- [Introducing Flasho - An open source tool for developers to set up transactional notifications in minutes with little to no code.](https://www.reddit.com/r/androiddev/comments/116ba9b/introducing_flasho_an_open_source_tool_for/) -- [General Android Dev Question. Looking to take my android skills to the next level. I recently completed the Android Kotlin Developer Nanodegree program. I've been taking courses and improving my skills. Do any developers out there have any recommendations for freelance work? Sites etc...](https://www.reddit.com/r/androiddev/comments/116ax5i/general_android_dev_question_looking_to_take_my/) -- [Custom graphics and animations in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/11670ph/custom_graphics_and_animations_in_jetpack_compose/) +- [A CLUELESS ANDROID ENTHUSIAST CONFUSED ON WHAT TO CHOOSE AND HOW TO START](https://www.reddit.com/r/androiddev/comments/117j6yz/a_clueless_android_enthusiast_confused_on_what_to/) +- [Implementing wifi direct](https://www.reddit.com/r/androiddev/comments/117azsk/implementing_wifi_direct/) +- [Qt is now staying up-to-date with new Android NDK versions](https://www.reddit.com/r/androiddev/comments/1178to3/qt_is_now_staying_uptodate_with_new_android_ndk/) +- [Having issues upgrading to API 33](https://www.reddit.com/r/androiddev/comments/1177qog/having_issues_upgrading_to_api_33/) +- [Weekly Who's Hiring Thread - February 20, 2023](https://www.reddit.com/r/androiddev/comments/1177dhr/weekly_whos_hiring_thread_february_20_2023/) +- [Internal review for open beta, how long does that take?](https://www.reddit.com/r/androiddev/comments/1176yks/internal_review_for_open_beta_how_long_does_that/) +- [How to side load apps on android for Peloton Tread](https://www.reddit.com/r/androiddev/comments/1176rcf/how_to_side_load_apps_on_android_for_peloton_tread/) +- [Weekly discussion, code review, and feedback thread - February 20, 2023](https://www.reddit.com/r/androiddev/comments/11761p8/weekly_discussion_code_review_and_feedback_thread/) +- [Can I remove advertiser id permission if I'm going to use Admob?](https://www.reddit.com/r/androiddev/comments/117582w/can_i_remove_advertiser_id_permission_if_im_going/) +- [Android 14: release date, new features, compatible smartphones… All you need to know about the update](https://www.reddit.com/r/androiddev/comments/1174iug/android_14_release_date_new_features_compatible/) ### *InfoWorld posts* From 4ea3af7f3a8ce9538fbffaea6b29098a6e70d68b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 22 Feb 2023 01:30:18 +0000 Subject: [PATCH 0445/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1dd3c79488..f5937d91ee 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [A CLUELESS ANDROID ENTHUSIAST CONFUSED ON WHAT TO CHOOSE AND HOW TO START](https://www.reddit.com/r/androiddev/comments/117j6yz/a_clueless_android_enthusiast_confused_on_what_to/) -- [Implementing wifi direct](https://www.reddit.com/r/androiddev/comments/117azsk/implementing_wifi_direct/) -- [Qt is now staying up-to-date with new Android NDK versions](https://www.reddit.com/r/androiddev/comments/1178to3/qt_is_now_staying_uptodate_with_new_android_ndk/) -- [Having issues upgrading to API 33](https://www.reddit.com/r/androiddev/comments/1177qog/having_issues_upgrading_to_api_33/) -- [Weekly Who's Hiring Thread - February 20, 2023](https://www.reddit.com/r/androiddev/comments/1177dhr/weekly_whos_hiring_thread_february_20_2023/) -- [Internal review for open beta, how long does that take?](https://www.reddit.com/r/androiddev/comments/1176yks/internal_review_for_open_beta_how_long_does_that/) -- [How to side load apps on android for Peloton Tread](https://www.reddit.com/r/androiddev/comments/1176rcf/how_to_side_load_apps_on_android_for_peloton_tread/) -- [Weekly discussion, code review, and feedback thread - February 20, 2023](https://www.reddit.com/r/androiddev/comments/11761p8/weekly_discussion_code_review_and_feedback_thread/) -- [Can I remove advertiser id permission if I'm going to use Admob?](https://www.reddit.com/r/androiddev/comments/117582w/can_i_remove_advertiser_id_permission_if_im_going/) -- [Android 14: release date, new features, compatible smartphones… All you need to know about the update](https://www.reddit.com/r/androiddev/comments/1174iug/android_14_release_date_new_features_compatible/) +- [Can I view how many impressions my page has had?](https://www.reddit.com/r/androiddev/comments/118erxg/can_i_view_how_many_impressions_my_page_has_had/) +- [Android Studio Giraffe Canary 6 now available](https://www.reddit.com/r/androiddev/comments/118bmaz/android_studio_giraffe_canary_6_now_available/) +- [Is working on multiple projects normal?](https://www.reddit.com/r/androiddev/comments/118bet0/is_working_on_multiple_projects_normal/) +- ["added variable does not support initialization", but I am initializing "vemsTur"?](https://www.reddit.com/r/androiddev/comments/118a88d/added_variable_does_not_support_initialization/) +- [Which one is better for basic async calls: Coroutines or RxAndroid?](https://www.reddit.com/r/androiddev/comments/1189vk8/which_one_is_better_for_basic_async_calls/) +- [How long is your android app release cycle?](https://www.reddit.com/r/androiddev/comments/1183z52/how_long_is_your_android_app_release_cycle/) +- [How to use Gradle Managed Devices with your own devices](https://www.reddit.com/r/androiddev/comments/1180v9n/how_to_use_gradle_managed_devices_with_your_own/) +- [Jetpack Compose and WindowSize Classes](https://www.reddit.com/r/androiddev/comments/117zlxp/jetpack_compose_and_windowsize_classes/) +- [accessing sqlite db](https://www.reddit.com/r/androiddev/comments/117stmr/accessing_sqlite_db/) +- [Create subscription button on Google Play Console navigates me to the Closed Testing page. Is this supposed to happen? Is there something I must do on this page first?](https://www.reddit.com/r/androiddev/comments/117s15t/create_subscription_button_on_google_play_console/) ### *InfoWorld posts* From ce74fbefceddfa233c640005ffe614efddb78c3d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 23 Feb 2023 01:30:18 +0000 Subject: [PATCH 0446/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f5937d91ee..e5d3d3f31b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Can I view how many impressions my page has had?](https://www.reddit.com/r/androiddev/comments/118erxg/can_i_view_how_many_impressions_my_page_has_had/) -- [Android Studio Giraffe Canary 6 now available](https://www.reddit.com/r/androiddev/comments/118bmaz/android_studio_giraffe_canary_6_now_available/) -- [Is working on multiple projects normal?](https://www.reddit.com/r/androiddev/comments/118bet0/is_working_on_multiple_projects_normal/) -- ["added variable does not support initialization", but I am initializing "vemsTur"?](https://www.reddit.com/r/androiddev/comments/118a88d/added_variable_does_not_support_initialization/) -- [Which one is better for basic async calls: Coroutines or RxAndroid?](https://www.reddit.com/r/androiddev/comments/1189vk8/which_one_is_better_for_basic_async_calls/) -- [How long is your android app release cycle?](https://www.reddit.com/r/androiddev/comments/1183z52/how_long_is_your_android_app_release_cycle/) -- [How to use Gradle Managed Devices with your own devices](https://www.reddit.com/r/androiddev/comments/1180v9n/how_to_use_gradle_managed_devices_with_your_own/) -- [Jetpack Compose and WindowSize Classes](https://www.reddit.com/r/androiddev/comments/117zlxp/jetpack_compose_and_windowsize_classes/) -- [accessing sqlite db](https://www.reddit.com/r/androiddev/comments/117stmr/accessing_sqlite_db/) -- [Create subscription button on Google Play Console navigates me to the Closed Testing page. Is this supposed to happen? Is there something I must do on this page first?](https://www.reddit.com/r/androiddev/comments/117s15t/create_subscription_button_on_google_play_console/) +- [Android Native Development Shared Library Loading Class Path](https://www.reddit.com/r/androiddev/comments/119gzjv/android_native_development_shared_library_loading/) +- [Will native android apps continue to be in demand?](https://www.reddit.com/r/androiddev/comments/119gpck/will_native_android_apps_continue_to_be_in_demand/) +- [What's the best way of providing content translation ?](https://www.reddit.com/r/androiddev/comments/11984qr/whats_the_best_way_of_providing_content/) +- [Trying to understand flow, and corountines](https://www.reddit.com/r/androiddev/comments/1196vy6/trying_to_understand_flow_and_corountines/) +- [Can QR codes be used to automatically connect to Wi-Fi?](https://www.reddit.com/r/androiddev/comments/1195mdt/can_qr_codes_be_used_to_automatically_connect_to/) +- [Hi, it's me again, what do you think about my slider element design? Would it be a good idea to post this compostable as gist?](https://www.reddit.com/r/androiddev/comments/1195k65/hi_its_me_again_what_do_you_think_about_my_slider/) +- [Building Phone Apps Vs. Tablet Apps - App Development 101](https://www.reddit.com/r/androiddev/comments/11943ek/building_phone_apps_vs_tablet_apps_app/) +- [Databinding package showing](https://www.reddit.com/r/androiddev/comments/119313v/databinding_package_showing/) +- [How to make sense of Gradle's alien syntax, methods, etc?](https://www.reddit.com/r/androiddev/comments/1191ra2/how_to_make_sense_of_gradles_alien_syntax_methods/) +- [open-source, where? (Junior dev unemployed seeking experience)](https://www.reddit.com/r/androiddev/comments/1190x43/opensource_where_junior_dev_unemployed_seeking/) ### *InfoWorld posts* From b77b9071a32e9b80d4cc9ce8e9a8c38c26088e3c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 24 Feb 2023 01:30:06 +0000 Subject: [PATCH 0447/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e5d3d3f31b..e3d3e294a6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Native Development Shared Library Loading Class Path](https://www.reddit.com/r/androiddev/comments/119gzjv/android_native_development_shared_library_loading/) -- [Will native android apps continue to be in demand?](https://www.reddit.com/r/androiddev/comments/119gpck/will_native_android_apps_continue_to_be_in_demand/) -- [What's the best way of providing content translation ?](https://www.reddit.com/r/androiddev/comments/11984qr/whats_the_best_way_of_providing_content/) -- [Trying to understand flow, and corountines](https://www.reddit.com/r/androiddev/comments/1196vy6/trying_to_understand_flow_and_corountines/) -- [Can QR codes be used to automatically connect to Wi-Fi?](https://www.reddit.com/r/androiddev/comments/1195mdt/can_qr_codes_be_used_to_automatically_connect_to/) -- [Hi, it's me again, what do you think about my slider element design? Would it be a good idea to post this compostable as gist?](https://www.reddit.com/r/androiddev/comments/1195k65/hi_its_me_again_what_do_you_think_about_my_slider/) -- [Building Phone Apps Vs. Tablet Apps - App Development 101](https://www.reddit.com/r/androiddev/comments/11943ek/building_phone_apps_vs_tablet_apps_app/) -- [Databinding package showing](https://www.reddit.com/r/androiddev/comments/119313v/databinding_package_showing/) -- [How to make sense of Gradle's alien syntax, methods, etc?](https://www.reddit.com/r/androiddev/comments/1191ra2/how_to_make_sense_of_gradles_alien_syntax_methods/) -- [open-source, where? (Junior dev unemployed seeking experience)](https://www.reddit.com/r/androiddev/comments/1190x43/opensource_where_junior_dev_unemployed_seeking/) +- [Can someone please help figure out how to stop this thing from downloading. I tried searching for this app, but nothing comes up. and neither the galaxy store nor Google app store is downloading this.](https://www.reddit.com/r/androiddev/comments/11aehbr/can_someone_please_help_figure_out_how_to_stop/) +- [Finally Launched my android app after 4 years of developing it as a college student](https://www.reddit.com/r/androiddev/comments/11ab6qd/finally_launched_my_android_app_after_4_years_of/) +- [Retrofit handle error](https://www.reddit.com/r/androiddev/comments/11aa7rk/retrofit_handle_error/) +- [400 Bad Request error when sending a base64 string](https://www.reddit.com/r/androiddev/comments/11a6qdg/400_bad_request_error_when_sending_a_base64_string/) +- [🕹apk.sh v.1.0.4 is OUT! Makes reverse engineering Android apps easier!](https://www.reddit.com/r/androiddev/comments/11a4dm1/apksh_v104_is_out_makes_reverse_engineering/) +- [Difference between AndroidViewModel and ViewModel](https://www.reddit.com/r/androiddev/comments/11a0txf/difference_between_androidviewmodel_and_viewmodel/) +- [Advice for jobseeker stuck as sole developer](https://www.reddit.com/r/androiddev/comments/119z22r/advice_for_jobseeker_stuck_as_sole_developer/) +- [setClassname() method is giving "/" instead of "." on some phones. If you have an alternate method do tell.](https://www.reddit.com/r/androiddev/comments/119vmfx/setclassname_method_is_giving_instead_of_on_some/) +- [How to Localise your Android app using ChatGPT? Only for Indie Developers](https://www.reddit.com/r/androiddev/comments/119omb7/how_to_localise_your_android_app_using_chatgpt/) +- [do big publishers get ad serving limit?](https://www.reddit.com/r/androiddev/comments/119oi2d/do_big_publishers_get_ad_serving_limit/) ### *InfoWorld posts* From cb870cb52362e00bc93aae63760c5558cb9550bc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 25 Feb 2023 01:30:12 +0000 Subject: [PATCH 0448/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e3d3e294a6..db2c184247 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Can someone please help figure out how to stop this thing from downloading. I tried searching for this app, but nothing comes up. and neither the galaxy store nor Google app store is downloading this.](https://www.reddit.com/r/androiddev/comments/11aehbr/can_someone_please_help_figure_out_how_to_stop/) -- [Finally Launched my android app after 4 years of developing it as a college student](https://www.reddit.com/r/androiddev/comments/11ab6qd/finally_launched_my_android_app_after_4_years_of/) -- [Retrofit handle error](https://www.reddit.com/r/androiddev/comments/11aa7rk/retrofit_handle_error/) -- [400 Bad Request error when sending a base64 string](https://www.reddit.com/r/androiddev/comments/11a6qdg/400_bad_request_error_when_sending_a_base64_string/) -- [🕹apk.sh v.1.0.4 is OUT! Makes reverse engineering Android apps easier!](https://www.reddit.com/r/androiddev/comments/11a4dm1/apksh_v104_is_out_makes_reverse_engineering/) -- [Difference between AndroidViewModel and ViewModel](https://www.reddit.com/r/androiddev/comments/11a0txf/difference_between_androidviewmodel_and_viewmodel/) -- [Advice for jobseeker stuck as sole developer](https://www.reddit.com/r/androiddev/comments/119z22r/advice_for_jobseeker_stuck_as_sole_developer/) -- [setClassname() method is giving "/" instead of "." on some phones. If you have an alternate method do tell.](https://www.reddit.com/r/androiddev/comments/119vmfx/setclassname_method_is_giving_instead_of_on_some/) -- [How to Localise your Android app using ChatGPT? Only for Indie Developers](https://www.reddit.com/r/androiddev/comments/119omb7/how_to_localise_your_android_app_using_chatgpt/) -- [do big publishers get ad serving limit?](https://www.reddit.com/r/androiddev/comments/119oi2d/do_big_publishers_get_ad_serving_limit/) +- [Best Practice: How to handle "Purchase No-Ads"?](https://www.reddit.com/r/androiddev/comments/11b5sbs/best_practice_how_to_handle_purchase_noads/) +- [Should I use the mvvm pattern here ?](https://www.reddit.com/r/androiddev/comments/11b2y3y/should_i_use_the_mvvm_pattern_here/) +- [What are the best resource(s) to learn developing Android apps with Kotlin?](https://www.reddit.com/r/androiddev/comments/11b0fjt/what_are_the_best_resources_to_learn_developing/) +- [Be honest, has the minimum to be a Jr changed?](https://www.reddit.com/r/androiddev/comments/11aybjl/be_honest_has_the_minimum_to_be_a_jr_changed/) +- [Anyone else get this, is this email legit?](https://www.reddit.com/r/androiddev/comments/11aw3ac/anyone_else_get_this_is_this_email_legit/) +- [Help Needed: Ratings and Reviews Not Showing on Google Play Store](https://www.reddit.com/r/androiddev/comments/11aulh8/help_needed_ratings_and_reviews_not_showing_on/) +- [CameraX vs Camera2 (library development)](https://www.reddit.com/r/androiddev/comments/11asboh/camerax_vs_camera2_library_development/) +- [New app: xml or compose?](https://www.reddit.com/r/androiddev/comments/11aq7q1/new_app_xml_or_compose/) +- [Good config for mobile development](https://www.reddit.com/r/androiddev/comments/11aq69p/good_config_for_mobile_development/) +- [Change the app name as listed on Google Play](https://www.reddit.com/r/androiddev/comments/11aojh3/change_the_app_name_as_listed_on_google_play/) ### *InfoWorld posts* From 74736ed10e25e22793b6073c5548f665f057e055 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 26 Feb 2023 01:30:30 +0000 Subject: [PATCH 0449/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index db2c184247..c57ee828ec 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Best Practice: How to handle "Purchase No-Ads"?](https://www.reddit.com/r/androiddev/comments/11b5sbs/best_practice_how_to_handle_purchase_noads/) -- [Should I use the mvvm pattern here ?](https://www.reddit.com/r/androiddev/comments/11b2y3y/should_i_use_the_mvvm_pattern_here/) -- [What are the best resource(s) to learn developing Android apps with Kotlin?](https://www.reddit.com/r/androiddev/comments/11b0fjt/what_are_the_best_resources_to_learn_developing/) -- [Be honest, has the minimum to be a Jr changed?](https://www.reddit.com/r/androiddev/comments/11aybjl/be_honest_has_the_minimum_to_be_a_jr_changed/) -- [Anyone else get this, is this email legit?](https://www.reddit.com/r/androiddev/comments/11aw3ac/anyone_else_get_this_is_this_email_legit/) -- [Help Needed: Ratings and Reviews Not Showing on Google Play Store](https://www.reddit.com/r/androiddev/comments/11aulh8/help_needed_ratings_and_reviews_not_showing_on/) -- [CameraX vs Camera2 (library development)](https://www.reddit.com/r/androiddev/comments/11asboh/camerax_vs_camera2_library_development/) -- [New app: xml or compose?](https://www.reddit.com/r/androiddev/comments/11aq7q1/new_app_xml_or_compose/) -- [Good config for mobile development](https://www.reddit.com/r/androiddev/comments/11aq69p/good_config_for_mobile_development/) -- [Change the app name as listed on Google Play](https://www.reddit.com/r/androiddev/comments/11aojh3/change_the_app_name_as_listed_on_google_play/) +- [Freemium VS "hard" paywall for a game](https://www.reddit.com/r/androiddev/comments/11c158f/freemium_vs_hard_paywall_for_a_game/) +- [Forcing calls to go through A2DP in Android, while using the phone's built-in microphone.](https://www.reddit.com/r/androiddev/comments/11bv1dd/forcing_calls_to_go_through_a2dp_in_android_while/) +- [How to Fix Android Emulator Infinite Spinning](https://www.reddit.com/r/androiddev/comments/11btmrt/how_to_fix_android_emulator_infinite_spinning/) +- [Open testing influences visibility](https://www.reddit.com/r/androiddev/comments/11brgcf/open_testing_influences_visibility/) +- [What should I do?](https://www.reddit.com/r/androiddev/comments/11bqeci/what_should_i_do/) +- [Why can't Android runtime be updated similar to the way we update Java on PCs?](https://www.reddit.com/r/androiddev/comments/11bpitw/why_cant_android_runtime_be_updated_similar_to/) +- [Do you need Playstore approval to beta test an app without releasing it to the store?](https://www.reddit.com/r/androiddev/comments/11bp09a/do_you_need_playstore_approval_to_beta_test_an/) +- [Is it allowed to upload pre-rendered images on the Play Store?](https://www.reddit.com/r/androiddev/comments/11bgf4a/is_it_allowed_to_upload_prerendered_images_on_the/) +- [Do you have to have different TensorFlow Lite models for Android and iOS?](https://www.reddit.com/r/androiddev/comments/11be3w3/do_you_have_to_have_different_tensorflow_lite/) +- [Fastest way to learn enterprise level Android development](https://www.reddit.com/r/androiddev/comments/11bd6u2/fastest_way_to_learn_enterprise_level_android/) ### *InfoWorld posts* From 057c7f4935d74e6d8160966d13b0abf16412316a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 27 Feb 2023 01:30:35 +0000 Subject: [PATCH 0450/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c57ee828ec..d4d476ba00 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Freemium VS "hard" paywall for a game](https://www.reddit.com/r/androiddev/comments/11c158f/freemium_vs_hard_paywall_for_a_game/) -- [Forcing calls to go through A2DP in Android, while using the phone's built-in microphone.](https://www.reddit.com/r/androiddev/comments/11bv1dd/forcing_calls_to_go_through_a2dp_in_android_while/) -- [How to Fix Android Emulator Infinite Spinning](https://www.reddit.com/r/androiddev/comments/11btmrt/how_to_fix_android_emulator_infinite_spinning/) -- [Open testing influences visibility](https://www.reddit.com/r/androiddev/comments/11brgcf/open_testing_influences_visibility/) -- [What should I do?](https://www.reddit.com/r/androiddev/comments/11bqeci/what_should_i_do/) -- [Why can't Android runtime be updated similar to the way we update Java on PCs?](https://www.reddit.com/r/androiddev/comments/11bpitw/why_cant_android_runtime_be_updated_similar_to/) -- [Do you need Playstore approval to beta test an app without releasing it to the store?](https://www.reddit.com/r/androiddev/comments/11bp09a/do_you_need_playstore_approval_to_beta_test_an/) -- [Is it allowed to upload pre-rendered images on the Play Store?](https://www.reddit.com/r/androiddev/comments/11bgf4a/is_it_allowed_to_upload_prerendered_images_on_the/) -- [Do you have to have different TensorFlow Lite models for Android and iOS?](https://www.reddit.com/r/androiddev/comments/11be3w3/do_you_have_to_have_different_tensorflow_lite/) -- [Fastest way to learn enterprise level Android development](https://www.reddit.com/r/androiddev/comments/11bd6u2/fastest_way_to_learn_enterprise_level_android/) +- [Flows, StateFlows in android.](https://www.reddit.com/r/androiddev/comments/11cubf5/flows_stateflows_in_android/) +- [Is there a way to avoid uploading a photo ID when registering on Google Play developer account?](https://www.reddit.com/r/androiddev/comments/11ctys1/is_there_a_way_to_avoid_uploading_a_photo_id_when/) +- [Feedback Requested: Developing a Simple App for a Casino as a Junior Software Engineer](https://www.reddit.com/r/androiddev/comments/11ctkzs/feedback_requested_developing_a_simple_app_for_a/) +- [best practice to test for empty/null values.](https://www.reddit.com/r/androiddev/comments/11ctkqd/best_practice_to_test_for_emptynull_values/) +- [Android development vs Back-end.](https://www.reddit.com/r/androiddev/comments/11csutf/android_development_vs_backend/) +- [Ionic native advanced Admob functionality](https://www.reddit.com/r/androiddev/comments/11crj2e/ionic_native_advanced_admob_functionality/) +- [does anyone know what app this notification belongs to?](https://www.reddit.com/r/androiddev/comments/11crelr/does_anyone_know_what_app_this_notification/) +- [CI/CD pipeline for React Native project in Jenkins from Bitbucket](https://www.reddit.com/r/androiddev/comments/11cpm2y/cicd_pipeline_for_react_native_project_in_jenkins/) +- [Publish Multi-module Private Android Library to jFrog](https://www.reddit.com/r/androiddev/comments/11cpkw2/publish_multimodule_private_android_library_to/) +- [What is the best resource to learn Firebase for Android Development (Jetpack Compose)?](https://www.reddit.com/r/androiddev/comments/11cmf67/what_is_the_best_resource_to_learn_firebase_for/) ### *InfoWorld posts* From ef1719cd59a7dcb7447ae5cd6fd164544fb8b91b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 28 Feb 2023 01:30:46 +0000 Subject: [PATCH 0451/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d4d476ba00..40425830cc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Flows, StateFlows in android.](https://www.reddit.com/r/androiddev/comments/11cubf5/flows_stateflows_in_android/) -- [Is there a way to avoid uploading a photo ID when registering on Google Play developer account?](https://www.reddit.com/r/androiddev/comments/11ctys1/is_there_a_way_to_avoid_uploading_a_photo_id_when/) -- [Feedback Requested: Developing a Simple App for a Casino as a Junior Software Engineer](https://www.reddit.com/r/androiddev/comments/11ctkzs/feedback_requested_developing_a_simple_app_for_a/) -- [best practice to test for empty/null values.](https://www.reddit.com/r/androiddev/comments/11ctkqd/best_practice_to_test_for_emptynull_values/) -- [Android development vs Back-end.](https://www.reddit.com/r/androiddev/comments/11csutf/android_development_vs_backend/) -- [Ionic native advanced Admob functionality](https://www.reddit.com/r/androiddev/comments/11crj2e/ionic_native_advanced_admob_functionality/) -- [does anyone know what app this notification belongs to?](https://www.reddit.com/r/androiddev/comments/11crelr/does_anyone_know_what_app_this_notification/) -- [CI/CD pipeline for React Native project in Jenkins from Bitbucket](https://www.reddit.com/r/androiddev/comments/11cpm2y/cicd_pipeline_for_react_native_project_in_jenkins/) -- [Publish Multi-module Private Android Library to jFrog](https://www.reddit.com/r/androiddev/comments/11cpkw2/publish_multimodule_private_android_library_to/) -- [What is the best resource to learn Firebase for Android Development (Jetpack Compose)?](https://www.reddit.com/r/androiddev/comments/11cmf67/what_is_the_best_resource_to_learn_firebase_for/) +- [Did the 'AndroidX Test' reference documentation move? I have been getting a 404 for the last week.](https://www.reddit.com/r/androiddev/comments/11dt2kd/did_the_androidx_test_reference_documentation/) +- [Identifying where systemui pulls wifi ssid in APK res/layout](https://www.reddit.com/r/androiddev/comments/11dq9n3/identifying_where_systemui_pulls_wifi_ssid_in_apk/) +- [GitHub Action to Auto translate strings.xml on Android](https://www.reddit.com/r/androiddev/comments/11dp2y4/github_action_to_auto_translate_stringsxml_on/) +- [Seamless Integration of SPL Tokens into Your Mobile Apps with Our Android SDK!](https://www.reddit.com/r/androiddev/comments/11dnwv2/seamless_integration_of_spl_tokens_into_your/) +- [Has content creation, or a tech blog helped in getting you interviews?](https://www.reddit.com/r/androiddev/comments/11dkro5/has_content_creation_or_a_tech_blog_helped_in/) +- [Data structure with conditions for achievement system](https://www.reddit.com/r/androiddev/comments/11dkp5w/data_structure_with_conditions_for_achievement/) +- [First time applying to contract roles - what should I expect for the interview process?](https://www.reddit.com/r/androiddev/comments/11dki3v/first_time_applying_to_contract_roles_what_should/) +- [Thesis ideas that can improve my knowledge for programming Android apps in Java](https://www.reddit.com/r/androiddev/comments/11djkct/thesis_ideas_that_can_improve_my_knowledge_for/) +- [Android Studio Giraffe Canary 7 now available](https://www.reddit.com/r/androiddev/comments/11di5xc/android_studio_giraffe_canary_7_now_available/) +- [Android Studio Electric Eel | 2022.1.1 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/11di5ww/android_studio_electric_eel_202211_patch_2_now/) ### *InfoWorld posts* From 625844390717dd6bfda8a3e01001b208e8be4749 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 1 Mar 2023 01:30:58 +0000 Subject: [PATCH 0452/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 40425830cc..8182dc406e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Did the 'AndroidX Test' reference documentation move? I have been getting a 404 for the last week.](https://www.reddit.com/r/androiddev/comments/11dt2kd/did_the_androidx_test_reference_documentation/) -- [Identifying where systemui pulls wifi ssid in APK res/layout](https://www.reddit.com/r/androiddev/comments/11dq9n3/identifying_where_systemui_pulls_wifi_ssid_in_apk/) -- [GitHub Action to Auto translate strings.xml on Android](https://www.reddit.com/r/androiddev/comments/11dp2y4/github_action_to_auto_translate_stringsxml_on/) -- [Seamless Integration of SPL Tokens into Your Mobile Apps with Our Android SDK!](https://www.reddit.com/r/androiddev/comments/11dnwv2/seamless_integration_of_spl_tokens_into_your/) -- [Has content creation, or a tech blog helped in getting you interviews?](https://www.reddit.com/r/androiddev/comments/11dkro5/has_content_creation_or_a_tech_blog_helped_in/) -- [Data structure with conditions for achievement system](https://www.reddit.com/r/androiddev/comments/11dkp5w/data_structure_with_conditions_for_achievement/) -- [First time applying to contract roles - what should I expect for the interview process?](https://www.reddit.com/r/androiddev/comments/11dki3v/first_time_applying_to_contract_roles_what_should/) -- [Thesis ideas that can improve my knowledge for programming Android apps in Java](https://www.reddit.com/r/androiddev/comments/11djkct/thesis_ideas_that_can_improve_my_knowledge_for/) -- [Android Studio Giraffe Canary 7 now available](https://www.reddit.com/r/androiddev/comments/11di5xc/android_studio_giraffe_canary_7_now_available/) -- [Android Studio Electric Eel | 2022.1.1 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/11di5ww/android_studio_electric_eel_202211_patch_2_now/) +- [Passio - MindsEye: Real-Time Zero-Shot Image Classification Demo. Adding AI to your app has never been so easy](https://www.reddit.com/r/androiddev/comments/11em8fr/passio_mindseye_realtime_zeroshot_image/) +- [If not mobile development, what would you be doing instead?](https://www.reddit.com/r/androiddev/comments/11elxc8/if_not_mobile_development_what_would_you_be_doing/) +- [Is this an easy project for a total beginner?](https://www.reddit.com/r/androiddev/comments/11ei5wz/is_this_an_easy_project_for_a_total_beginner/) +- [Is it worth it?](https://www.reddit.com/r/androiddev/comments/11eh0l2/is_it_worth_it/) +- [Android developer jobs on Upwork](https://www.reddit.com/r/androiddev/comments/11ef7iz/android_developer_jobs_on_upwork/) +- [Understanding backend. I want to have an application update a firebase database periodically. How do I do this??](https://www.reddit.com/r/androiddev/comments/11ef69j/understanding_backend_i_want_to_have_an/) +- [Google Play Console Report Review](https://www.reddit.com/r/androiddev/comments/11eewje/google_play_console_report_review/) +- [How to set up a React Native Monorepo for Android using TypeScript](https://www.reddit.com/r/androiddev/comments/11ebngm/how_to_set_up_a_react_native_monorepo_for_android/) +- [How does the future of Android look?](https://www.reddit.com/r/androiddev/comments/11e93ma/how_does_the_future_of_android_look/) +- [I was wondering if it is possible to develop an android app via visual scripting of sorts like seen in game engines. Are there any platforms using which I can achieve this?](https://www.reddit.com/r/androiddev/comments/11e747o/i_was_wondering_if_it_is_possible_to_develop_an/) ### *InfoWorld posts* From b750ff33180147cde862e93bd29850ced893dfe7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 2 Mar 2023 01:30:50 +0000 Subject: [PATCH 0453/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8182dc406e..a9af6e62b7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Passio - MindsEye: Real-Time Zero-Shot Image Classification Demo. Adding AI to your app has never been so easy](https://www.reddit.com/r/androiddev/comments/11em8fr/passio_mindseye_realtime_zeroshot_image/) -- [If not mobile development, what would you be doing instead?](https://www.reddit.com/r/androiddev/comments/11elxc8/if_not_mobile_development_what_would_you_be_doing/) -- [Is this an easy project for a total beginner?](https://www.reddit.com/r/androiddev/comments/11ei5wz/is_this_an_easy_project_for_a_total_beginner/) -- [Is it worth it?](https://www.reddit.com/r/androiddev/comments/11eh0l2/is_it_worth_it/) -- [Android developer jobs on Upwork](https://www.reddit.com/r/androiddev/comments/11ef7iz/android_developer_jobs_on_upwork/) -- [Understanding backend. I want to have an application update a firebase database periodically. How do I do this??](https://www.reddit.com/r/androiddev/comments/11ef69j/understanding_backend_i_want_to_have_an/) -- [Google Play Console Report Review](https://www.reddit.com/r/androiddev/comments/11eewje/google_play_console_report_review/) -- [How to set up a React Native Monorepo for Android using TypeScript](https://www.reddit.com/r/androiddev/comments/11ebngm/how_to_set_up_a_react_native_monorepo_for_android/) -- [How does the future of Android look?](https://www.reddit.com/r/androiddev/comments/11e93ma/how_does_the_future_of_android_look/) -- [I was wondering if it is possible to develop an android app via visual scripting of sorts like seen in game engines. Are there any platforms using which I can achieve this?](https://www.reddit.com/r/androiddev/comments/11e747o/i_was_wondering_if_it_is_possible_to_develop_an/) +- [Using data class field as LaunchedEffect key?¿](https://www.reddit.com/r/androiddev/comments/11fm0nh/using_data_class_field_as_launchedeffect_key/) +- [Apple HomeKit for Android and what does Golang have to do with it](https://www.reddit.com/r/androiddev/comments/11fhqe6/apple_homekit_for_android_and_what_does_golang/) +- [Creating Android Developer Account with Enterprise Google Login](https://www.reddit.com/r/androiddev/comments/11fh1ps/creating_android_developer_account_with/) +- [Where do you find freelancer jobs?](https://www.reddit.com/r/androiddev/comments/11ffdaz/where_do_you_find_freelancer_jobs/) +- [Is case insensitive compare "samsung" with android.os.Build.MANUFACTURER a reliable way to check whether a device is Samsung?](https://www.reddit.com/r/androiddev/comments/11fdo17/is_case_insensitive_compare_samsung_with/) +- [What Certificates Would Boost My CV as an Android Dev?](https://www.reddit.com/r/androiddev/comments/11fbya5/what_certificates_would_boost_my_cv_as_an_android/) +- [Self Learning Android Development](https://www.reddit.com/r/androiddev/comments/11faggw/self_learning_android_development/) +- [Automating Play Store Updates For 50+ Versions of our App](https://www.reddit.com/r/androiddev/comments/11faeaq/automating_play_store_updates_for_50_versions_of/) +- [What is the best charting library available (Kotlin)?](https://www.reddit.com/r/androiddev/comments/11f8pur/what_is_the_best_charting_library_available_kotlin/) +- [Admob - 60 dollars removed from invalid traffic](https://www.reddit.com/r/androiddev/comments/11f859t/admob_60_dollars_removed_from_invalid_traffic/) ### *InfoWorld posts* From 1b29cd7fcdd2a917a1cc87544bbc8fd9b66fbd72 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 3 Mar 2023 02:07:40 +0000 Subject: [PATCH 0454/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a9af6e62b7..db2cbc27fa 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Using data class field as LaunchedEffect key?¿](https://www.reddit.com/r/androiddev/comments/11fm0nh/using_data_class_field_as_launchedeffect_key/) -- [Apple HomeKit for Android and what does Golang have to do with it](https://www.reddit.com/r/androiddev/comments/11fhqe6/apple_homekit_for_android_and_what_does_golang/) -- [Creating Android Developer Account with Enterprise Google Login](https://www.reddit.com/r/androiddev/comments/11fh1ps/creating_android_developer_account_with/) -- [Where do you find freelancer jobs?](https://www.reddit.com/r/androiddev/comments/11ffdaz/where_do_you_find_freelancer_jobs/) -- [Is case insensitive compare "samsung" with android.os.Build.MANUFACTURER a reliable way to check whether a device is Samsung?](https://www.reddit.com/r/androiddev/comments/11fdo17/is_case_insensitive_compare_samsung_with/) -- [What Certificates Would Boost My CV as an Android Dev?](https://www.reddit.com/r/androiddev/comments/11fbya5/what_certificates_would_boost_my_cv_as_an_android/) -- [Self Learning Android Development](https://www.reddit.com/r/androiddev/comments/11faggw/self_learning_android_development/) -- [Automating Play Store Updates For 50+ Versions of our App](https://www.reddit.com/r/androiddev/comments/11faeaq/automating_play_store_updates_for_50_versions_of/) -- [What is the best charting library available (Kotlin)?](https://www.reddit.com/r/androiddev/comments/11f8pur/what_is_the_best_charting_library_available_kotlin/) -- [Admob - 60 dollars removed from invalid traffic](https://www.reddit.com/r/androiddev/comments/11f859t/admob_60_dollars_removed_from_invalid_traffic/) +- [References for Library & SDK Design?](https://www.reddit.com/r/androiddev/comments/11gm0nw/references_for_library_sdk_design/) +- [What is the best Android emulator to use as a testing environment for Android games?](https://www.reddit.com/r/androiddev/comments/11glx6y/what_is_the_best_android_emulator_to_use_as_a/) +- [Using CoordinatorLayout and RecyclerView in BottomSheetDialogFragment](https://www.reddit.com/r/androiddev/comments/11gkvv8/using_coordinatorlayout_and_recyclerview_in/) +- [Building a Language Learning App with Compose – Part 3](https://www.reddit.com/r/androiddev/comments/11gk4uv/building_a_language_learning_app_with_compose/) +- [Android newbie](https://www.reddit.com/r/androiddev/comments/11gj5ai/android_newbie/) +- [How to test Android 14’s improved predictive back gesture animation](https://www.reddit.com/r/androiddev/comments/11gde4h/how_to_test_android_14s_improved_predictive_back/) +- [BitmapRegionDecoder always null](https://www.reddit.com/r/androiddev/comments/11g9y8j/bitmapregiondecoder_always_null/) +- [Android Studio Flamingo Beta 4 is now available](https://www.reddit.com/r/androiddev/comments/11g98wf/android_studio_flamingo_beta_4_is_now_available/) +- [Please explain ASO or marketing I need to do after publishing app on Google Play Store](https://www.reddit.com/r/androiddev/comments/11g74vy/please_explain_aso_or_marketing_i_need_to_do/) +- [I made an App for popular Cineworld cinemas in Central Europe (Cinema City), AMA](https://www.reddit.com/r/androiddev/comments/11g5r8d/i_made_an_app_for_popular_cineworld_cinemas_in/) ### *InfoWorld posts* From 8df4eb7bebe195c5750f64759c56774d2dc5941b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 4 Mar 2023 01:29:46 +0000 Subject: [PATCH 0455/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index db2cbc27fa..9972248ffd 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [References for Library & SDK Design?](https://www.reddit.com/r/androiddev/comments/11gm0nw/references_for_library_sdk_design/) -- [What is the best Android emulator to use as a testing environment for Android games?](https://www.reddit.com/r/androiddev/comments/11glx6y/what_is_the_best_android_emulator_to_use_as_a/) -- [Using CoordinatorLayout and RecyclerView in BottomSheetDialogFragment](https://www.reddit.com/r/androiddev/comments/11gkvv8/using_coordinatorlayout_and_recyclerview_in/) -- [Building a Language Learning App with Compose – Part 3](https://www.reddit.com/r/androiddev/comments/11gk4uv/building_a_language_learning_app_with_compose/) -- [Android newbie](https://www.reddit.com/r/androiddev/comments/11gj5ai/android_newbie/) -- [How to test Android 14’s improved predictive back gesture animation](https://www.reddit.com/r/androiddev/comments/11gde4h/how_to_test_android_14s_improved_predictive_back/) -- [BitmapRegionDecoder always null](https://www.reddit.com/r/androiddev/comments/11g9y8j/bitmapregiondecoder_always_null/) -- [Android Studio Flamingo Beta 4 is now available](https://www.reddit.com/r/androiddev/comments/11g98wf/android_studio_flamingo_beta_4_is_now_available/) -- [Please explain ASO or marketing I need to do after publishing app on Google Play Store](https://www.reddit.com/r/androiddev/comments/11g74vy/please_explain_aso_or_marketing_i_need_to_do/) -- [I made an App for popular Cineworld cinemas in Central Europe (Cinema City), AMA](https://www.reddit.com/r/androiddev/comments/11g5r8d/i_made_an_app_for_popular_cineworld_cinemas_in/) +- [android enterprise app](https://www.reddit.com/r/androiddev/comments/11hkzd9/android_enterprise_app/) +- [Best bang for buck in marketing](https://www.reddit.com/r/androiddev/comments/11hh93c/best_bang_for_buck_in_marketing/) +- [Are companies which email you offering marketing and services legit? Or should I stay away?](https://www.reddit.com/r/androiddev/comments/11hgr1l/are_companies_which_email_you_offering_marketing/) +- [Getting Started with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/11hf6m0/getting_started_with_jetpack_compose/) +- [App Pinned Shortcuts](https://www.reddit.com/r/androiddev/comments/11hblh0/app_pinned_shortcuts/) +- [How does flipping the camera lens while recording in camera apps work?](https://www.reddit.com/r/androiddev/comments/11h6kdy/how_does_flipping_the_camera_lens_while_recording/) +- [dart(flutter) to java , is it a good choice](https://www.reddit.com/r/androiddev/comments/11h43v1/dartflutter_to_java_is_it_a_good_choice/) +- [What is worth learning in 2023 if you are an Android Developer?](https://www.reddit.com/r/androiddev/comments/11h42hg/what_is_worth_learning_in_2023_if_you_are_an/) +- [The build tools default is now 3 (nearly 4) MAJOR versions behind?!](https://www.reddit.com/r/androiddev/comments/11h3jdn/the_build_tools_default_is_now_3_nearly_4_major/) +- [Best comprehensive Android Dev pdf handbooks/guides to download?](https://www.reddit.com/r/androiddev/comments/11h3f37/best_comprehensive_android_dev_pdf/) ### *InfoWorld posts* From ce80609e8a643d7c51004ee1a62cce5941d55bea Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 5 Mar 2023 01:31:06 +0000 Subject: [PATCH 0456/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9972248ffd..b91fe1f29e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [android enterprise app](https://www.reddit.com/r/androiddev/comments/11hkzd9/android_enterprise_app/) -- [Best bang for buck in marketing](https://www.reddit.com/r/androiddev/comments/11hh93c/best_bang_for_buck_in_marketing/) -- [Are companies which email you offering marketing and services legit? Or should I stay away?](https://www.reddit.com/r/androiddev/comments/11hgr1l/are_companies_which_email_you_offering_marketing/) -- [Getting Started with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/11hf6m0/getting_started_with_jetpack_compose/) -- [App Pinned Shortcuts](https://www.reddit.com/r/androiddev/comments/11hblh0/app_pinned_shortcuts/) -- [How does flipping the camera lens while recording in camera apps work?](https://www.reddit.com/r/androiddev/comments/11h6kdy/how_does_flipping_the_camera_lens_while_recording/) -- [dart(flutter) to java , is it a good choice](https://www.reddit.com/r/androiddev/comments/11h43v1/dartflutter_to_java_is_it_a_good_choice/) -- [What is worth learning in 2023 if you are an Android Developer?](https://www.reddit.com/r/androiddev/comments/11h42hg/what_is_worth_learning_in_2023_if_you_are_an/) -- [The build tools default is now 3 (nearly 4) MAJOR versions behind?!](https://www.reddit.com/r/androiddev/comments/11h3jdn/the_build_tools_default_is_now_3_nearly_4_major/) -- [Best comprehensive Android Dev pdf handbooks/guides to download?](https://www.reddit.com/r/androiddev/comments/11h3f37/best_comprehensive_android_dev_pdf/) +- [i want to thank this community for helping me regarding my scammed app](https://www.reddit.com/r/androiddev/comments/11ig1ke/i_want_to_thank_this_community_for_helping_me/) +- [Is it possible to write an app that automatically turns Hue's routines back on every time they are turned off?](https://www.reddit.com/r/androiddev/comments/11ifajg/is_it_possible_to_write_an_app_that_automatically/) +- [One bad app review hurting my rankings](https://www.reddit.com/r/androiddev/comments/11iefe8/one_bad_app_review_hurting_my_rankings/) +- [bough an app source code from code canyon. It has api version 27 and Google Play does not allow it. While upgrading to 33 getting lots of error. Any suggestions ??](https://www.reddit.com/r/androiddev/comments/11ids7a/bough_an_app_source_code_from_code_canyon_it_has/) +- [Deep learning in android app](https://www.reddit.com/r/androiddev/comments/11id0cf/deep_learning_in_android_app/) +- [Overcoming Challenges in Programming: My Struggle and Quest for Success](https://www.reddit.com/r/androiddev/comments/11ibzuf/overcoming_challenges_in_programming_my_struggle/) +- [Google Play Console Crash stack traces missing](https://www.reddit.com/r/androiddev/comments/11ibx6n/google_play_console_crash_stack_traces_missing/) +- [Need step by step instructions how to add files to the APK in Android Studio](https://www.reddit.com/r/androiddev/comments/11i7yl8/need_step_by_step_instructions_how_to_add_files/) +- [Am I the only one who feels that Google's "new stuff" approach is badly hurting productivity?](https://www.reddit.com/r/androiddev/comments/11i7oj5/am_i_the_only_one_who_feels_that_googles_new/) +- [App Whitelist](https://www.reddit.com/r/androiddev/comments/11i51cg/app_whitelist/) ### *InfoWorld posts* From 7aec41ad6de0f6c4ff61a12468053fd841663e03 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 6 Mar 2023 01:31:32 +0000 Subject: [PATCH 0457/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b91fe1f29e..c538ab31a8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [i want to thank this community for helping me regarding my scammed app](https://www.reddit.com/r/androiddev/comments/11ig1ke/i_want_to_thank_this_community_for_helping_me/) -- [Is it possible to write an app that automatically turns Hue's routines back on every time they are turned off?](https://www.reddit.com/r/androiddev/comments/11ifajg/is_it_possible_to_write_an_app_that_automatically/) -- [One bad app review hurting my rankings](https://www.reddit.com/r/androiddev/comments/11iefe8/one_bad_app_review_hurting_my_rankings/) -- [bough an app source code from code canyon. It has api version 27 and Google Play does not allow it. While upgrading to 33 getting lots of error. Any suggestions ??](https://www.reddit.com/r/androiddev/comments/11ids7a/bough_an_app_source_code_from_code_canyon_it_has/) -- [Deep learning in android app](https://www.reddit.com/r/androiddev/comments/11id0cf/deep_learning_in_android_app/) -- [Overcoming Challenges in Programming: My Struggle and Quest for Success](https://www.reddit.com/r/androiddev/comments/11ibzuf/overcoming_challenges_in_programming_my_struggle/) -- [Google Play Console Crash stack traces missing](https://www.reddit.com/r/androiddev/comments/11ibx6n/google_play_console_crash_stack_traces_missing/) -- [Need step by step instructions how to add files to the APK in Android Studio](https://www.reddit.com/r/androiddev/comments/11i7yl8/need_step_by_step_instructions_how_to_add_files/) -- [Am I the only one who feels that Google's "new stuff" approach is badly hurting productivity?](https://www.reddit.com/r/androiddev/comments/11i7oj5/am_i_the_only_one_who_feels_that_googles_new/) -- [App Whitelist](https://www.reddit.com/r/androiddev/comments/11i51cg/app_whitelist/) +- [Folder structure issue](https://www.reddit.com/r/androiddev/comments/11jk2wx/folder_structure_issue/) +- [What is your preferred way to share complex data between fragments?](https://www.reddit.com/r/androiddev/comments/11jjprf/what_is_your_preferred_way_to_share_complex_data/) +- [Hey everyone! I’ll soon start working on the Android SDK, How are you currently doing version management for your apps!?](https://www.reddit.com/r/androiddev/comments/11jhuok/hey_everyone_ill_soon_start_working_on_the/) +- [a great video for android architecture](https://www.reddit.com/r/androiddev/comments/11jgj0n/a_great_video_for_android_architecture/) +- [does anyone know how to fix this? I use pixel 7 pro](https://www.reddit.com/r/androiddev/comments/11jgfni/does_anyone_know_how_to_fix_this_i_use_pixel_7_pro/) +- [PSA: Make sure that your Android emulators are using HW acceleration on macOS](https://www.reddit.com/r/androiddev/comments/11jff28/psa_make_sure_that_your_android_emulators_are/) +- [Best practice for conditional navigation?](https://www.reddit.com/r/androiddev/comments/11jdgu8/best_practice_for_conditional_navigation/) +- [As a long term Android lover, but also an iOS developer, Android is absolutely miserable to develop for.](https://www.reddit.com/r/androiddev/comments/11jctnf/as_a_long_term_android_lover_but_also_an_ios/) +- [Building first APK.( Text input and search function)](https://www.reddit.com/r/androiddev/comments/11j6a20/building_first_apk_text_input_and_search_function/) +- [What are the things to do to make a "Learn Programming" app?](https://www.reddit.com/r/androiddev/comments/11j480y/what_are_the_things_to_do_to_make_a_learn/) ### *InfoWorld posts* From 631b768fb479ac55dfbff563881f4afbe5f47d83 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 7 Mar 2023 01:31:08 +0000 Subject: [PATCH 0458/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c538ab31a8..d86b815c04 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Folder structure issue](https://www.reddit.com/r/androiddev/comments/11jk2wx/folder_structure_issue/) -- [What is your preferred way to share complex data between fragments?](https://www.reddit.com/r/androiddev/comments/11jjprf/what_is_your_preferred_way_to_share_complex_data/) -- [Hey everyone! I’ll soon start working on the Android SDK, How are you currently doing version management for your apps!?](https://www.reddit.com/r/androiddev/comments/11jhuok/hey_everyone_ill_soon_start_working_on_the/) -- [a great video for android architecture](https://www.reddit.com/r/androiddev/comments/11jgj0n/a_great_video_for_android_architecture/) -- [does anyone know how to fix this? I use pixel 7 pro](https://www.reddit.com/r/androiddev/comments/11jgfni/does_anyone_know_how_to_fix_this_i_use_pixel_7_pro/) -- [PSA: Make sure that your Android emulators are using HW acceleration on macOS](https://www.reddit.com/r/androiddev/comments/11jff28/psa_make_sure_that_your_android_emulators_are/) -- [Best practice for conditional navigation?](https://www.reddit.com/r/androiddev/comments/11jdgu8/best_practice_for_conditional_navigation/) -- [As a long term Android lover, but also an iOS developer, Android is absolutely miserable to develop for.](https://www.reddit.com/r/androiddev/comments/11jctnf/as_a_long_term_android_lover_but_also_an_ios/) -- [Building first APK.( Text input and search function)](https://www.reddit.com/r/androiddev/comments/11j6a20/building_first_apk_text_input_and_search_function/) -- [What are the things to do to make a "Learn Programming" app?](https://www.reddit.com/r/androiddev/comments/11j480y/what_are_the_things_to_do_to_make_a_learn/) +- [question about cheap tablet for testing.](https://www.reddit.com/r/androiddev/comments/11kgwza/question_about_cheap_tablet_for_testing/) +- [Is anyone else dealing with EXTREMELY slow app update approvals?](https://www.reddit.com/r/androiddev/comments/11kfquk/is_anyone_else_dealing_with_extremely_slow_app/) +- [Android Studio Giraffe Canary 8 now available](https://www.reddit.com/r/androiddev/comments/11kfha6/android_studio_giraffe_canary_8_now_available/) +- [Declarative vs Imperative UI in Android](https://www.reddit.com/r/androiddev/comments/11kew5d/declarative_vs_imperative_ui_in_android/) +- [way to bypass "this app isn't available in your region"](https://www.reddit.com/r/androiddev/comments/11keiai/way_to_bypass_this_app_isnt_available_in_your/) +- [Excepted One Tap Sign In Behavior](https://www.reddit.com/r/androiddev/comments/11ke6m4/excepted_one_tap_sign_in_behavior/) +- [developer account issue](https://www.reddit.com/r/androiddev/comments/11kchog/developer_account_issue/) +- [Are there people motivated to create an open source alternative to Duolingo with me?](https://www.reddit.com/r/androiddev/comments/11kccw4/are_there_people_motivated_to_create_an_open/) +- [Need assistance with Sylvania A19 BLE smart+ LED bulbs](https://www.reddit.com/r/androiddev/comments/11kbi2j/need_assistance_with_sylvania_a19_ble_smart_led/) +- [Is there anywhere on github which has the latest Android Open Source Project (AOSP) files?](https://www.reddit.com/r/androiddev/comments/11kb6ux/is_there_anywhere_on_github_which_has_the_latest/) ### *InfoWorld posts* From f563930a60569859239e92b05a000ace5ae42db5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 8 Mar 2023 01:30:39 +0000 Subject: [PATCH 0459/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d86b815c04..fcc0ed484e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [question about cheap tablet for testing.](https://www.reddit.com/r/androiddev/comments/11kgwza/question_about_cheap_tablet_for_testing/) -- [Is anyone else dealing with EXTREMELY slow app update approvals?](https://www.reddit.com/r/androiddev/comments/11kfquk/is_anyone_else_dealing_with_extremely_slow_app/) -- [Android Studio Giraffe Canary 8 now available](https://www.reddit.com/r/androiddev/comments/11kfha6/android_studio_giraffe_canary_8_now_available/) -- [Declarative vs Imperative UI in Android](https://www.reddit.com/r/androiddev/comments/11kew5d/declarative_vs_imperative_ui_in_android/) -- [way to bypass "this app isn't available in your region"](https://www.reddit.com/r/androiddev/comments/11keiai/way_to_bypass_this_app_isnt_available_in_your/) -- [Excepted One Tap Sign In Behavior](https://www.reddit.com/r/androiddev/comments/11ke6m4/excepted_one_tap_sign_in_behavior/) -- [developer account issue](https://www.reddit.com/r/androiddev/comments/11kchog/developer_account_issue/) -- [Are there people motivated to create an open source alternative to Duolingo with me?](https://www.reddit.com/r/androiddev/comments/11kccw4/are_there_people_motivated_to_create_an_open/) -- [Need assistance with Sylvania A19 BLE smart+ LED bulbs](https://www.reddit.com/r/androiddev/comments/11kbi2j/need_assistance_with_sylvania_a19_ble_smart_led/) -- [Is there anywhere on github which has the latest Android Open Source Project (AOSP) files?](https://www.reddit.com/r/androiddev/comments/11kb6ux/is_there_anywhere_on_github_which_has_the_latest/) +- [Compose: how to make a responsive composable?](https://www.reddit.com/r/androiddev/comments/11lgygc/compose_how_to_make_a_responsive_composable/) +- [Let’s go. It’s Google I/O 2023](https://www.reddit.com/r/androiddev/comments/11lfzng/lets_go_its_google_io_2023/) +- [Google Play Cut on a Service-Based App](https://www.reddit.com/r/androiddev/comments/11lb62a/google_play_cut_on_a_servicebased_app/) +- [How do you deal with complex nested navigation in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/11lb26e/how_do_you_deal_with_complex_nested_navigation_in/) +- [Are there any good learning source for scaling a app ?](https://www.reddit.com/r/androiddev/comments/11laayt/are_there_any_good_learning_source_for_scaling_a/) +- [End-to-End Encryption: A Modern Implementation Approach Using Shared Keys](https://www.reddit.com/r/androiddev/comments/11l8xru/endtoend_encryption_a_modern_implementation/) +- [TextViews vs Strings](https://www.reddit.com/r/androiddev/comments/11l76kg/textviews_vs_strings/) +- [Leanback - Is it possible to make a ListRow view not selectable and without animation?](https://www.reddit.com/r/androiddev/comments/11l68cg/leanback_is_it_possible_to_make_a_listrow_view/) +- [appium for Android, not able to find elements](https://www.reddit.com/r/androiddev/comments/11l5rck/appium_for_android_not_able_to_find_elements/) +- [10 ideas to reduce your APK size [Part I]](https://www.reddit.com/r/androiddev/comments/11l3vct/10_ideas_to_reduce_your_apk_size_part_i/) ### *InfoWorld posts* From 1c55a5fdee24d1b2aa5214837759ed48223cd733 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 9 Mar 2023 01:31:30 +0000 Subject: [PATCH 0460/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fcc0ed484e..83f5cadb0a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Compose: how to make a responsive composable?](https://www.reddit.com/r/androiddev/comments/11lgygc/compose_how_to_make_a_responsive_composable/) -- [Let’s go. It’s Google I/O 2023](https://www.reddit.com/r/androiddev/comments/11lfzng/lets_go_its_google_io_2023/) -- [Google Play Cut on a Service-Based App](https://www.reddit.com/r/androiddev/comments/11lb62a/google_play_cut_on_a_servicebased_app/) -- [How do you deal with complex nested navigation in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/11lb26e/how_do_you_deal_with_complex_nested_navigation_in/) -- [Are there any good learning source for scaling a app ?](https://www.reddit.com/r/androiddev/comments/11laayt/are_there_any_good_learning_source_for_scaling_a/) -- [End-to-End Encryption: A Modern Implementation Approach Using Shared Keys](https://www.reddit.com/r/androiddev/comments/11l8xru/endtoend_encryption_a_modern_implementation/) -- [TextViews vs Strings](https://www.reddit.com/r/androiddev/comments/11l76kg/textviews_vs_strings/) -- [Leanback - Is it possible to make a ListRow view not selectable and without animation?](https://www.reddit.com/r/androiddev/comments/11l68cg/leanback_is_it_possible_to_make_a_listrow_view/) -- [appium for Android, not able to find elements](https://www.reddit.com/r/androiddev/comments/11l5rck/appium_for_android_not_able_to_find_elements/) -- [10 ideas to reduce your APK size [Part I]](https://www.reddit.com/r/androiddev/comments/11l3vct/10_ideas_to_reduce_your_apk_size_part_i/) +- [Unfair Google Play "Associated" Developer Account Termination and AdMob Account Consequences](https://www.reddit.com/r/androiddev/comments/11mdv4d/unfair_google_play_associated_developer_account/) +- [Starting with learning Android Development with XML or Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/11m8m5f/starting_with_learning_android_development_with/) +- [Admob ads suddenly not showing!](https://www.reddit.com/r/androiddev/comments/11m8lgx/admob_ads_suddenly_not_showing/) +- [[Noob Question] What exactly is a Mobile UI/Custom OS (MIUI, One UI, Realme UI, Funtouch, etc.) on Android?](https://www.reddit.com/r/androiddev/comments/11m8iyn/noob_question_what_exactly_is_a_mobile_uicustom/) +- [Viewmodel and composable screen getting initialized asynchronously](https://www.reddit.com/r/androiddev/comments/11m7925/viewmodel_and_composable_screen_getting/) +- [Compose ScrollBehavior does trigger recomposition of entire app](https://www.reddit.com/r/androiddev/comments/11m6i1d/compose_scrollbehavior_does_trigger_recomposition/) +- [Junior Android Developer expectations](https://www.reddit.com/r/androiddev/comments/11m65k0/junior_android_developer_expectations/) +- [What sort of processes/libraries/workflows have been put in place to improve your developer experience?](https://www.reddit.com/r/androiddev/comments/11m4yqa/what_sort_of_processeslibrariesworkflows_have/) +- [[QUESTION] Creating an applink without the app supporting it](https://www.reddit.com/r/androiddev/comments/11m3vtu/question_creating_an_applink_without_the_app/) +- [Where should I publish my Android Library? jcenter or jitpack or maven central?](https://www.reddit.com/r/androiddev/comments/11m1j5q/where_should_i_publish_my_android_library_jcenter/) ### *InfoWorld posts* From 82e3f1031e9964b68b97b9c4e9f06668345d2c78 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 10 Mar 2023 01:30:55 +0000 Subject: [PATCH 0461/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 83f5cadb0a..c9ced6aa96 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Unfair Google Play "Associated" Developer Account Termination and AdMob Account Consequences](https://www.reddit.com/r/androiddev/comments/11mdv4d/unfair_google_play_associated_developer_account/) -- [Starting with learning Android Development with XML or Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/11m8m5f/starting_with_learning_android_development_with/) -- [Admob ads suddenly not showing!](https://www.reddit.com/r/androiddev/comments/11m8lgx/admob_ads_suddenly_not_showing/) -- [[Noob Question] What exactly is a Mobile UI/Custom OS (MIUI, One UI, Realme UI, Funtouch, etc.) on Android?](https://www.reddit.com/r/androiddev/comments/11m8iyn/noob_question_what_exactly_is_a_mobile_uicustom/) -- [Viewmodel and composable screen getting initialized asynchronously](https://www.reddit.com/r/androiddev/comments/11m7925/viewmodel_and_composable_screen_getting/) -- [Compose ScrollBehavior does trigger recomposition of entire app](https://www.reddit.com/r/androiddev/comments/11m6i1d/compose_scrollbehavior_does_trigger_recomposition/) -- [Junior Android Developer expectations](https://www.reddit.com/r/androiddev/comments/11m65k0/junior_android_developer_expectations/) -- [What sort of processes/libraries/workflows have been put in place to improve your developer experience?](https://www.reddit.com/r/androiddev/comments/11m4yqa/what_sort_of_processeslibrariesworkflows_have/) -- [[QUESTION] Creating an applink without the app supporting it](https://www.reddit.com/r/androiddev/comments/11m3vtu/question_creating_an_applink_without_the_app/) -- [Where should I publish my Android Library? jcenter or jitpack or maven central?](https://www.reddit.com/r/androiddev/comments/11m1j5q/where_should_i_publish_my_android_library_jcenter/) +- [Android - Drag and Drop with Kotlin Example](https://www.reddit.com/r/androiddev/comments/11n9r5w/android_drag_and_drop_with_kotlin_example/) +- [10 ideas to reduce your APK size [Part II]](https://www.reddit.com/r/androiddev/comments/11n90wr/10_ideas_to_reduce_your_apk_size_part_ii/) +- [Is Flutter less efficient than Kotlin?](https://www.reddit.com/r/androiddev/comments/11n5t7t/is_flutter_less_efficient_than_kotlin/) +- [Alarms in queue: next in line('manager.nextAlarmClock') appears null once the first in queue fires the broadcast. Where is the alarm?](https://www.reddit.com/r/androiddev/comments/11n4e4w/alarms_in_queue_next_in_linemanagernextalarmclock/) +- [is there any companies or websites that provide (android dev )training programs and hire after that](https://www.reddit.com/r/androiddev/comments/11n47k2/is_there_any_companies_or_websites_that_provide/) +- [Native Android app (Kotlin XML) inside an NX monorepo](https://www.reddit.com/r/androiddev/comments/11n249p/native_android_app_kotlin_xml_inside_an_nx/) +- [Android Studio Flamingo Beta 5 now available](https://www.reddit.com/r/androiddev/comments/11n0ggz/android_studio_flamingo_beta_5_now_available/) +- [Samsung galaxy store policy on IAP gateways](https://www.reddit.com/r/androiddev/comments/11mz83v/samsung_galaxy_store_policy_on_iap_gateways/) +- [Why Compose?](https://www.reddit.com/r/androiddev/comments/11mz6wr/why_compose/) +- [Compose only apps question](https://www.reddit.com/r/androiddev/comments/11mv2id/compose_only_apps_question/) ### *InfoWorld posts* From 79395f08f980095863de08f6544cf032f1d7e492 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 11 Mar 2023 01:30:23 +0000 Subject: [PATCH 0462/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c9ced6aa96..15def5fff8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android - Drag and Drop with Kotlin Example](https://www.reddit.com/r/androiddev/comments/11n9r5w/android_drag_and_drop_with_kotlin_example/) -- [10 ideas to reduce your APK size [Part II]](https://www.reddit.com/r/androiddev/comments/11n90wr/10_ideas_to_reduce_your_apk_size_part_ii/) -- [Is Flutter less efficient than Kotlin?](https://www.reddit.com/r/androiddev/comments/11n5t7t/is_flutter_less_efficient_than_kotlin/) -- [Alarms in queue: next in line('manager.nextAlarmClock') appears null once the first in queue fires the broadcast. Where is the alarm?](https://www.reddit.com/r/androiddev/comments/11n4e4w/alarms_in_queue_next_in_linemanagernextalarmclock/) -- [is there any companies or websites that provide (android dev )training programs and hire after that](https://www.reddit.com/r/androiddev/comments/11n47k2/is_there_any_companies_or_websites_that_provide/) -- [Native Android app (Kotlin XML) inside an NX monorepo](https://www.reddit.com/r/androiddev/comments/11n249p/native_android_app_kotlin_xml_inside_an_nx/) -- [Android Studio Flamingo Beta 5 now available](https://www.reddit.com/r/androiddev/comments/11n0ggz/android_studio_flamingo_beta_5_now_available/) -- [Samsung galaxy store policy on IAP gateways](https://www.reddit.com/r/androiddev/comments/11mz83v/samsung_galaxy_store_policy_on_iap_gateways/) -- [Why Compose?](https://www.reddit.com/r/androiddev/comments/11mz6wr/why_compose/) -- [Compose only apps question](https://www.reddit.com/r/androiddev/comments/11mv2id/compose_only_apps_question/) +- [Pet project, Compose or Flutter?](https://www.reddit.com/r/androiddev/comments/11o5aki/pet_project_compose_or_flutter/) +- [Best java library for pitch detection](https://www.reddit.com/r/androiddev/comments/11o5a4t/best_java_library_for_pitch_detection/) +- [Touchlab Open Source Updates – Kermit, KMMBridge, CrashKiOS, Stately](https://www.reddit.com/r/androiddev/comments/11nz90z/touchlab_open_source_updates_kermit_kmmbridge/) +- [Kotlin: Function Memoization [For Android Developers]](https://www.reddit.com/r/androiddev/comments/11nyf14/kotlin_function_memoization_for_android_developers/) +- [Help with providing free in-app subscriptions to specific users](https://www.reddit.com/r/androiddev/comments/11nycve/help_with_providing_free_inapp_subscriptions_to/) +- [Communication between android device and iPhone without the internet](https://www.reddit.com/r/androiddev/comments/11nxqb8/communication_between_android_device_and_iphone/) +- [anyone have an easy way to root samsung galaxy s5?](https://www.reddit.com/r/androiddev/comments/11nw1r2/anyone_have_an_easy_way_to_root_samsung_galaxy_s5/) +- [Text to speech APP using my own voice](https://www.reddit.com/r/androiddev/comments/11nvrmw/text_to_speech_app_using_my_own_voice/) +- [Which size android virtual device do you mostly run as an emulator on android studio](https://www.reddit.com/r/androiddev/comments/11nvjmt/which_size_android_virtual_device_do_you_mostly/) +- [Looking to get back into Android Dev](https://www.reddit.com/r/androiddev/comments/11nviaa/looking_to_get_back_into_android_dev/) ### *InfoWorld posts* From bc78d9ba2c93590e15c7377bbcfd175fb49b727b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 12 Mar 2023 01:30:19 +0000 Subject: [PATCH 0463/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 15def5fff8..76fc79eda3 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Pet project, Compose or Flutter?](https://www.reddit.com/r/androiddev/comments/11o5aki/pet_project_compose_or_flutter/) -- [Best java library for pitch detection](https://www.reddit.com/r/androiddev/comments/11o5a4t/best_java_library_for_pitch_detection/) -- [Touchlab Open Source Updates – Kermit, KMMBridge, CrashKiOS, Stately](https://www.reddit.com/r/androiddev/comments/11nz90z/touchlab_open_source_updates_kermit_kmmbridge/) -- [Kotlin: Function Memoization [For Android Developers]](https://www.reddit.com/r/androiddev/comments/11nyf14/kotlin_function_memoization_for_android_developers/) -- [Help with providing free in-app subscriptions to specific users](https://www.reddit.com/r/androiddev/comments/11nycve/help_with_providing_free_inapp_subscriptions_to/) -- [Communication between android device and iPhone without the internet](https://www.reddit.com/r/androiddev/comments/11nxqb8/communication_between_android_device_and_iphone/) -- [anyone have an easy way to root samsung galaxy s5?](https://www.reddit.com/r/androiddev/comments/11nw1r2/anyone_have_an_easy_way_to_root_samsung_galaxy_s5/) -- [Text to speech APP using my own voice](https://www.reddit.com/r/androiddev/comments/11nvrmw/text_to_speech_app_using_my_own_voice/) -- [Which size android virtual device do you mostly run as an emulator on android studio](https://www.reddit.com/r/androiddev/comments/11nvjmt/which_size_android_virtual_device_do_you_mostly/) -- [Looking to get back into Android Dev](https://www.reddit.com/r/androiddev/comments/11nviaa/looking_to_get_back_into_android_dev/) +- [Can I use a peripheral device(microphone) that I connect to my computer while my phone is connected through adb?](https://www.reddit.com/r/androiddev/comments/11p15a4/can_i_use_a_peripheral_devicemicrophone_that_i/) +- [Having an issue decrypting a file](https://www.reddit.com/r/androiddev/comments/11p0ey7/having_an_issue_decrypting_a_file/) +- [Not long ago a friend helped me test out a clicker game I’m making with a “back massager”. A true QA engineer in the making.](https://www.reddit.com/r/androiddev/comments/11ousz1/not_long_ago_a_friend_helped_me_test_out_a/) +- [App Icon Resources & Help](https://www.reddit.com/r/androiddev/comments/11otc51/app_icon_resources_help/) +- [Have you experienced seizures or headaches while using the Android Studio emulator?](https://www.reddit.com/r/androiddev/comments/11ot1mn/have_you_experienced_seizures_or_headaches_while/) +- [Using ChatGPT for app description](https://www.reddit.com/r/androiddev/comments/11oqqtx/using_chatgpt_for_app_description/) +- [Communication between android and pc TCP vs UDP?](https://www.reddit.com/r/androiddev/comments/11oqeii/communication_between_android_and_pc_tcp_vs_udp/) +- [what salary should i ask for as Android Developer in Canada?!](https://www.reddit.com/r/androiddev/comments/11ooywa/what_salary_should_i_ask_for_as_android_developer/) +- [What Reverse Engineering Foretells | The Upside-Down Trees](https://www.reddit.com/r/androiddev/comments/11olwpr/what_reverse_engineering_foretells_the_upsidedown/) +- [How to manage my personal library on a Nas with version number ?](https://www.reddit.com/r/androiddev/comments/11ojou0/how_to_manage_my_personal_library_on_a_nas_with/) ### *InfoWorld posts* From 35d52cd2201ebb07fceee48ae78dc93b8916b3b7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 13 Mar 2023 01:29:36 +0000 Subject: [PATCH 0464/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 76fc79eda3..0c341f1278 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Can I use a peripheral device(microphone) that I connect to my computer while my phone is connected through adb?](https://www.reddit.com/r/androiddev/comments/11p15a4/can_i_use_a_peripheral_devicemicrophone_that_i/) -- [Having an issue decrypting a file](https://www.reddit.com/r/androiddev/comments/11p0ey7/having_an_issue_decrypting_a_file/) -- [Not long ago a friend helped me test out a clicker game I’m making with a “back massager”. A true QA engineer in the making.](https://www.reddit.com/r/androiddev/comments/11ousz1/not_long_ago_a_friend_helped_me_test_out_a/) -- [App Icon Resources & Help](https://www.reddit.com/r/androiddev/comments/11otc51/app_icon_resources_help/) -- [Have you experienced seizures or headaches while using the Android Studio emulator?](https://www.reddit.com/r/androiddev/comments/11ot1mn/have_you_experienced_seizures_or_headaches_while/) -- [Using ChatGPT for app description](https://www.reddit.com/r/androiddev/comments/11oqqtx/using_chatgpt_for_app_description/) -- [Communication between android and pc TCP vs UDP?](https://www.reddit.com/r/androiddev/comments/11oqeii/communication_between_android_and_pc_tcp_vs_udp/) -- [what salary should i ask for as Android Developer in Canada?!](https://www.reddit.com/r/androiddev/comments/11ooywa/what_salary_should_i_ask_for_as_android_developer/) -- [What Reverse Engineering Foretells | The Upside-Down Trees](https://www.reddit.com/r/androiddev/comments/11olwpr/what_reverse_engineering_foretells_the_upsidedown/) -- [How to manage my personal library on a Nas with version number ?](https://www.reddit.com/r/androiddev/comments/11ojou0/how_to_manage_my_personal_library_on_a_nas_with/) +- [How does rememberSaveable work?](https://www.reddit.com/r/androiddev/comments/11pr2aa/how_does_remembersaveable_work/) +- [Ryan M. Kay - How To Build A Rideshare App Like Uber | Modern Development Android Tutorial](https://www.reddit.com/r/androiddev/comments/11pkymh/ryan_m_kay_how_to_build_a_rideshare_app_like_uber/) +- [Kotlin multiplatform app with shared for Android, IOS and Desktop (Web Soon!)](https://www.reddit.com/r/androiddev/comments/11pk9lw/kotlin_multiplatform_app_with_shared_for_android/) +- [is it posssible to add an a python AI tensorflow script inside kotlin for android?](https://www.reddit.com/r/androiddev/comments/11pjs75/is_it_posssible_to_add_an_a_python_ai_tensorflow/) +- [How to include a webcam?](https://www.reddit.com/r/androiddev/comments/11pfgke/how_to_include_a_webcam/) +- [Android UI Design Mobile dashboard UI Tutorial | android projects with source code](https://www.reddit.com/r/androiddev/comments/11pdcsj/android_ui_design_mobile_dashboard_ui_tutorial/) +- [Scrcpy 2.0 released, with audio support](https://www.reddit.com/r/androiddev/comments/11p9e2t/scrcpy_20_released_with_audio_support/) +- [Play Console - Orders: orders keep "Chargeable" status for long time.](https://www.reddit.com/r/androiddev/comments/11p893b/play_console_orders_orders_keep_chargeable_status/) +- [Testing a app, how do I make a VM that’s geneuinley like a real phone (real device I’d sn imei etc) or get a physical phone and flash new everything to it as if it’s a brand new phone](https://www.reddit.com/r/androiddev/comments/11p34td/testing_a_app_how_do_i_make_a_vm_thats_geneuinley/) +- [App development study partners?](https://www.reddit.com/r/androiddev/comments/11p2mdu/app_development_study_partners/) ### *InfoWorld posts* From 088c6085d58d7c1aa863a8b6418afaa12cfb03bb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 14 Mar 2023 01:28:39 +0000 Subject: [PATCH 0465/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0c341f1278..aaa1223f91 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How does rememberSaveable work?](https://www.reddit.com/r/androiddev/comments/11pr2aa/how_does_remembersaveable_work/) -- [Ryan M. Kay - How To Build A Rideshare App Like Uber | Modern Development Android Tutorial](https://www.reddit.com/r/androiddev/comments/11pkymh/ryan_m_kay_how_to_build_a_rideshare_app_like_uber/) -- [Kotlin multiplatform app with shared for Android, IOS and Desktop (Web Soon!)](https://www.reddit.com/r/androiddev/comments/11pk9lw/kotlin_multiplatform_app_with_shared_for_android/) -- [is it posssible to add an a python AI tensorflow script inside kotlin for android?](https://www.reddit.com/r/androiddev/comments/11pjs75/is_it_posssible_to_add_an_a_python_ai_tensorflow/) -- [How to include a webcam?](https://www.reddit.com/r/androiddev/comments/11pfgke/how_to_include_a_webcam/) -- [Android UI Design Mobile dashboard UI Tutorial | android projects with source code](https://www.reddit.com/r/androiddev/comments/11pdcsj/android_ui_design_mobile_dashboard_ui_tutorial/) -- [Scrcpy 2.0 released, with audio support](https://www.reddit.com/r/androiddev/comments/11p9e2t/scrcpy_20_released_with_audio_support/) -- [Play Console - Orders: orders keep "Chargeable" status for long time.](https://www.reddit.com/r/androiddev/comments/11p893b/play_console_orders_orders_keep_chargeable_status/) -- [Testing a app, how do I make a VM that’s geneuinley like a real phone (real device I’d sn imei etc) or get a physical phone and flash new everything to it as if it’s a brand new phone](https://www.reddit.com/r/androiddev/comments/11p34td/testing_a_app_how_do_i_make_a_vm_thats_geneuinley/) -- [App development study partners?](https://www.reddit.com/r/androiddev/comments/11p2mdu/app_development_study_partners/) +- [Per-App Language Preferences Compat is inconsistent](https://www.reddit.com/r/androiddev/comments/11qr8uh/perapp_language_preferences_compat_is_inconsistent/) +- [How can I make an app like Shimeji?](https://www.reddit.com/r/androiddev/comments/11qq2jj/how_can_i_make_an_app_like_shimeji/) +- [Need a mock interview for senior android dev position](https://www.reddit.com/r/androiddev/comments/11qm7bd/need_a_mock_interview_for_senior_android_dev/) +- [Learning Process of App Dev using Kotlin.](https://www.reddit.com/r/androiddev/comments/11qkrp7/learning_process_of_app_dev_using_kotlin/) +- [flutter vs kotlin](https://www.reddit.com/r/androiddev/comments/11qfywz/flutter_vs_kotlin/) +- [Your App Bundle contains the following configurations where the initial install would exceed the maximum size of 150 MB - Unreal Engine](https://www.reddit.com/r/androiddev/comments/11qfugr/your_app_bundle_contains_the_following/) +- [Infinite scrolling in Jetpack compose](https://www.reddit.com/r/androiddev/comments/11qffuk/infinite_scrolling_in_jetpack_compose/) +- [Help with Android App that stops working after about 3 days](https://www.reddit.com/r/androiddev/comments/11qezmg/help_with_android_app_that_stops_working_after/) +- [Why doesn't my Android 9 app open automatically on a TV screen after restart, while it works on the emulator?](https://www.reddit.com/r/androiddev/comments/11qcme7/why_doesnt_my_android_9_app_open_automatically_on/) +- [Weekly Who's Hiring Thread - March 13, 2023](https://www.reddit.com/r/androiddev/comments/11qai7h/weekly_whos_hiring_thread_march_13_2023/) ### *InfoWorld posts* From 09a265239359ea22f4b5faa6a1fea9e69c0640a7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 15 Mar 2023 01:29:29 +0000 Subject: [PATCH 0466/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index aaa1223f91..b56b9d187a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Per-App Language Preferences Compat is inconsistent](https://www.reddit.com/r/androiddev/comments/11qr8uh/perapp_language_preferences_compat_is_inconsistent/) -- [How can I make an app like Shimeji?](https://www.reddit.com/r/androiddev/comments/11qq2jj/how_can_i_make_an_app_like_shimeji/) -- [Need a mock interview for senior android dev position](https://www.reddit.com/r/androiddev/comments/11qm7bd/need_a_mock_interview_for_senior_android_dev/) -- [Learning Process of App Dev using Kotlin.](https://www.reddit.com/r/androiddev/comments/11qkrp7/learning_process_of_app_dev_using_kotlin/) -- [flutter vs kotlin](https://www.reddit.com/r/androiddev/comments/11qfywz/flutter_vs_kotlin/) -- [Your App Bundle contains the following configurations where the initial install would exceed the maximum size of 150 MB - Unreal Engine](https://www.reddit.com/r/androiddev/comments/11qfugr/your_app_bundle_contains_the_following/) -- [Infinite scrolling in Jetpack compose](https://www.reddit.com/r/androiddev/comments/11qffuk/infinite_scrolling_in_jetpack_compose/) -- [Help with Android App that stops working after about 3 days](https://www.reddit.com/r/androiddev/comments/11qezmg/help_with_android_app_that_stops_working_after/) -- [Why doesn't my Android 9 app open automatically on a TV screen after restart, while it works on the emulator?](https://www.reddit.com/r/androiddev/comments/11qcme7/why_doesnt_my_android_9_app_open_automatically_on/) -- [Weekly Who's Hiring Thread - March 13, 2023](https://www.reddit.com/r/androiddev/comments/11qai7h/weekly_whos_hiring_thread_march_13_2023/) +- [Beyond games and front-ends for very famous websites, what kind of apps software developers COMMERCIALLY create?](https://www.reddit.com/r/androiddev/comments/11rfgqt/beyond_games_and_frontends_for_very_famous/) +- [Which makes more sense? For a web developer to learn native or cross platform?](https://www.reddit.com/r/androiddev/comments/11rf84j/which_makes_more_sense_for_a_web_developer_to/) +- [Installing 3rd Party Dependencies (Loomo Android Algodev)](https://www.reddit.com/r/androiddev/comments/11re3az/installing_3rd_party_dependencies_loomo_android/) +- [Request permission even when is denied](https://www.reddit.com/r/androiddev/comments/11rc2nn/request_permission_even_when_is_denied/) +- [Android Studio Giraffe Canary 9 now available](https://www.reddit.com/r/androiddev/comments/11rbok0/android_studio_giraffe_canary_9_now_available/) +- [Android dev conundrum : jobs](https://www.reddit.com/r/androiddev/comments/11rajf1/android_dev_conundrum_jobs/) +- [Compose Canvas vs Image](https://www.reddit.com/r/androiddev/comments/11r9or8/compose_canvas_vs_image/) +- [Whenever I release a watch face, It's listed as not compatible for the first few days on Google's Play store](https://www.reddit.com/r/androiddev/comments/11r8tx4/whenever_i_release_a_watch_face_its_listed_as_not/) +- [What does this script do?](https://www.reddit.com/r/androiddev/comments/11r79nl/what_does_this_script_do/) +- [Android does open links in sms automatically](https://www.reddit.com/r/androiddev/comments/11r57t7/android_does_open_links_in_sms_automatically/) ### *InfoWorld posts* From 71ef555a38b62dfdc5af05c5fc1bae403dc0392b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 16 Mar 2023 01:29:34 +0000 Subject: [PATCH 0467/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b56b9d187a..8742742cd3 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Beyond games and front-ends for very famous websites, what kind of apps software developers COMMERCIALLY create?](https://www.reddit.com/r/androiddev/comments/11rfgqt/beyond_games_and_frontends_for_very_famous/) -- [Which makes more sense? For a web developer to learn native or cross platform?](https://www.reddit.com/r/androiddev/comments/11rf84j/which_makes_more_sense_for_a_web_developer_to/) -- [Installing 3rd Party Dependencies (Loomo Android Algodev)](https://www.reddit.com/r/androiddev/comments/11re3az/installing_3rd_party_dependencies_loomo_android/) -- [Request permission even when is denied](https://www.reddit.com/r/androiddev/comments/11rc2nn/request_permission_even_when_is_denied/) -- [Android Studio Giraffe Canary 9 now available](https://www.reddit.com/r/androiddev/comments/11rbok0/android_studio_giraffe_canary_9_now_available/) -- [Android dev conundrum : jobs](https://www.reddit.com/r/androiddev/comments/11rajf1/android_dev_conundrum_jobs/) -- [Compose Canvas vs Image](https://www.reddit.com/r/androiddev/comments/11r9or8/compose_canvas_vs_image/) -- [Whenever I release a watch face, It's listed as not compatible for the first few days on Google's Play store](https://www.reddit.com/r/androiddev/comments/11r8tx4/whenever_i_release_a_watch_face_its_listed_as_not/) -- [What does this script do?](https://www.reddit.com/r/androiddev/comments/11r79nl/what_does_this_script_do/) -- [Android does open links in sms automatically](https://www.reddit.com/r/androiddev/comments/11r57t7/android_does_open_links_in_sms_automatically/) +- [Have you used the concept of Micro-frontends to scale your app development?](https://www.reddit.com/r/androiddev/comments/11sfye4/have_you_used_the_concept_of_microfrontends_to/) +- [Java or Kotlin for android?](https://www.reddit.com/r/androiddev/comments/11sf53x/java_or_kotlin_for_android/) +- [Optimized Github Actions for Flutter - Android + iOs + Web apps](https://www.reddit.com/r/androiddev/comments/11sei6g/optimized_github_actions_for_flutter_android_ios/) +- [Android Learning routine poll](https://www.reddit.com/r/androiddev/comments/11sc1u5/android_learning_routine_poll/) +- [Has anyone had an extended review on their app before?](https://www.reddit.com/r/androiddev/comments/11s8oww/has_anyone_had_an_extended_review_on_their_app/) +- [Android interview types?](https://www.reddit.com/r/androiddev/comments/11s6c2i/android_interview_types/) +- [How do I deal with AppSweep: Native code does not replace memory unsafe functions with safe ones?](https://www.reddit.com/r/androiddev/comments/11s0k7f/how_do_i_deal_with_appsweep_native_code_does_not/) +- [Feedback on my notes app database design for learning project](https://www.reddit.com/r/androiddev/comments/11rz58u/feedback_on_my_notes_app_database_design_for/) +- [There is an issue with your payments profile](https://www.reddit.com/r/androiddev/comments/11rv0oz/there_is_an_issue_with_your_payments_profile/) +- [Does an app always collect the listed data points, or only when certain devices are connected?](https://www.reddit.com/r/androiddev/comments/11rtwov/does_an_app_always_collect_the_listed_data_points/) ### *InfoWorld posts* From d69200b001bba696536f4fa52a0fe63bc091b963 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 17 Mar 2023 01:29:27 +0000 Subject: [PATCH 0468/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8742742cd3..ddd352c731 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Have you used the concept of Micro-frontends to scale your app development?](https://www.reddit.com/r/androiddev/comments/11sfye4/have_you_used_the_concept_of_microfrontends_to/) -- [Java or Kotlin for android?](https://www.reddit.com/r/androiddev/comments/11sf53x/java_or_kotlin_for_android/) -- [Optimized Github Actions for Flutter - Android + iOs + Web apps](https://www.reddit.com/r/androiddev/comments/11sei6g/optimized_github_actions_for_flutter_android_ios/) -- [Android Learning routine poll](https://www.reddit.com/r/androiddev/comments/11sc1u5/android_learning_routine_poll/) -- [Has anyone had an extended review on their app before?](https://www.reddit.com/r/androiddev/comments/11s8oww/has_anyone_had_an_extended_review_on_their_app/) -- [Android interview types?](https://www.reddit.com/r/androiddev/comments/11s6c2i/android_interview_types/) -- [How do I deal with AppSweep: Native code does not replace memory unsafe functions with safe ones?](https://www.reddit.com/r/androiddev/comments/11s0k7f/how_do_i_deal_with_appsweep_native_code_does_not/) -- [Feedback on my notes app database design for learning project](https://www.reddit.com/r/androiddev/comments/11rz58u/feedback_on_my_notes_app_database_design_for/) -- [There is an issue with your payments profile](https://www.reddit.com/r/androiddev/comments/11rv0oz/there_is_an_issue_with_your_payments_profile/) -- [Does an app always collect the listed data points, or only when certain devices are connected?](https://www.reddit.com/r/androiddev/comments/11rtwov/does_an_app_always_collect_the_listed_data_points/) +- [Is it normal for US based companies to lowball remote EU senior dev hires that much?](https://www.reddit.com/r/androiddev/comments/11tbjvs/is_it_normal_for_us_based_companies_to_lowball/) +- [Question about google play payment policy](https://www.reddit.com/r/androiddev/comments/11t82aa/question_about_google_play_payment_policy/) +- [Contribute to the future of Google Play](https://www.reddit.com/r/androiddev/comments/11t5mww/contribute_to_the_future_of_google_play/) +- [Building a notepad app local storage only](https://www.reddit.com/r/androiddev/comments/11t48gy/building_a_notepad_app_local_storage_only/) +- [Good website for hosting promo codes?](https://www.reddit.com/r/androiddev/comments/11t2xkc/good_website_for_hosting_promo_codes/) +- [Reviews used to be done in a matter of hours - now taking 5-7 days each time. This is severely impacting our speed - do you know if Google take longer with certain apps e.g. if they have too many crashes or some other red flag?](https://www.reddit.com/r/androiddev/comments/11ssxtd/reviews_used_to_be_done_in_a_matter_of_hours_now/) +- [GitHub - mjovanc/awesome-ktor: A curated list of awesome books, tutorials, courses, and resources for the Ktor framework ecosystem. ⚡](https://www.reddit.com/r/androiddev/comments/11ssukn/github_mjovancawesomektor_a_curated_list_of/) +- [How to give my Play Store paid game to press/influencers before release?](https://www.reddit.com/r/androiddev/comments/11ss24y/how_to_give_my_play_store_paid_game_to/) +- [Android API level 33 to set randomized mac to disabled](https://www.reddit.com/r/androiddev/comments/11sqvnz/android_api_level_33_to_set_randomized_mac_to/) +- [Making a text based adventure game, use java or kotlin?](https://www.reddit.com/r/androiddev/comments/11sqpmh/making_a_text_based_adventure_game_use_java_or/) ### *InfoWorld posts* From 4b2ee0512c80d467499e434eef9935ba84fdd751 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 18 Mar 2023 01:29:28 +0000 Subject: [PATCH 0469/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ddd352c731..8bacec9bdd 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is it normal for US based companies to lowball remote EU senior dev hires that much?](https://www.reddit.com/r/androiddev/comments/11tbjvs/is_it_normal_for_us_based_companies_to_lowball/) -- [Question about google play payment policy](https://www.reddit.com/r/androiddev/comments/11t82aa/question_about_google_play_payment_policy/) -- [Contribute to the future of Google Play](https://www.reddit.com/r/androiddev/comments/11t5mww/contribute_to_the_future_of_google_play/) -- [Building a notepad app local storage only](https://www.reddit.com/r/androiddev/comments/11t48gy/building_a_notepad_app_local_storage_only/) -- [Good website for hosting promo codes?](https://www.reddit.com/r/androiddev/comments/11t2xkc/good_website_for_hosting_promo_codes/) -- [Reviews used to be done in a matter of hours - now taking 5-7 days each time. This is severely impacting our speed - do you know if Google take longer with certain apps e.g. if they have too many crashes or some other red flag?](https://www.reddit.com/r/androiddev/comments/11ssxtd/reviews_used_to_be_done_in_a_matter_of_hours_now/) -- [GitHub - mjovanc/awesome-ktor: A curated list of awesome books, tutorials, courses, and resources for the Ktor framework ecosystem. ⚡](https://www.reddit.com/r/androiddev/comments/11ssukn/github_mjovancawesomektor_a_curated_list_of/) -- [How to give my Play Store paid game to press/influencers before release?](https://www.reddit.com/r/androiddev/comments/11ss24y/how_to_give_my_play_store_paid_game_to/) -- [Android API level 33 to set randomized mac to disabled](https://www.reddit.com/r/androiddev/comments/11sqvnz/android_api_level_33_to_set_randomized_mac_to/) -- [Making a text based adventure game, use java or kotlin?](https://www.reddit.com/r/androiddev/comments/11sqpmh/making_a_text_based_adventure_game_use_java_or/) +- [Question about locations](https://www.reddit.com/r/androiddev/comments/11u9m22/question_about_locations/) +- [Is there a difference in processes between publishing an app to F Droid vs. the Play Store?](https://www.reddit.com/r/androiddev/comments/11u6ckf/is_there_a_difference_in_processes_between/) +- [Facebook Audience Network failing and blocking apps without proper reason.](https://www.reddit.com/r/androiddev/comments/11u2wii/facebook_audience_network_failing_and_blocking/) +- [What should I learn?](https://www.reddit.com/r/androiddev/comments/11tz59u/what_should_i_learn/) +- [What's the best way to save a draft message? 🤔](https://www.reddit.com/r/androiddev/comments/11tyato/whats_the_best_way_to_save_a_draft_message/) +- [View GPS location without internet](https://www.reddit.com/r/androiddev/comments/11twd0a/view_gps_location_without_internet/) +- [App that ships with SQL-Lite database and custom images: What are the best practices to update?](https://www.reddit.com/r/androiddev/comments/11twbwq/app_that_ships_with_sqllite_database_and_custom/) +- [Question about freelancing](https://www.reddit.com/r/androiddev/comments/11tw9fo/question_about_freelancing/) +- [Android How to Notifications Permission](https://www.reddit.com/r/androiddev/comments/11tu3fc/android_how_to_notifications_permission/) +- [Looking for lightbox/gallery library for jetpack compose](https://www.reddit.com/r/androiddev/comments/11trwg2/looking_for_lightboxgallery_library_for_jetpack/) ### *InfoWorld posts* From f051d9fb3160870efd8d6b36a6df2fa8e1b93285 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 19 Mar 2023 01:30:30 +0000 Subject: [PATCH 0470/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8bacec9bdd..2dd2fd7ce1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Question about locations](https://www.reddit.com/r/androiddev/comments/11u9m22/question_about_locations/) -- [Is there a difference in processes between publishing an app to F Droid vs. the Play Store?](https://www.reddit.com/r/androiddev/comments/11u6ckf/is_there_a_difference_in_processes_between/) -- [Facebook Audience Network failing and blocking apps without proper reason.](https://www.reddit.com/r/androiddev/comments/11u2wii/facebook_audience_network_failing_and_blocking/) -- [What should I learn?](https://www.reddit.com/r/androiddev/comments/11tz59u/what_should_i_learn/) -- [What's the best way to save a draft message? 🤔](https://www.reddit.com/r/androiddev/comments/11tyato/whats_the_best_way_to_save_a_draft_message/) -- [View GPS location without internet](https://www.reddit.com/r/androiddev/comments/11twd0a/view_gps_location_without_internet/) -- [App that ships with SQL-Lite database and custom images: What are the best practices to update?](https://www.reddit.com/r/androiddev/comments/11twbwq/app_that_ships_with_sqllite_database_and_custom/) -- [Question about freelancing](https://www.reddit.com/r/androiddev/comments/11tw9fo/question_about_freelancing/) -- [Android How to Notifications Permission](https://www.reddit.com/r/androiddev/comments/11tu3fc/android_how_to_notifications_permission/) -- [Looking for lightbox/gallery library for jetpack compose](https://www.reddit.com/r/androiddev/comments/11trwg2/looking_for_lightboxgallery_library_for_jetpack/) +- [Any advice to make dots transition animation looks nice?](https://www.reddit.com/r/androiddev/comments/11v23oj/any_advice_to_make_dots_transition_animation/) +- [Best way to run data heavy calculations on large datasets in Android on the fly?](https://www.reddit.com/r/androiddev/comments/11uvamm/best_way_to_run_data_heavy_calculations_on_large/) +- [Notification Action, how to reuse BroadcasterRecevier instance.](https://www.reddit.com/r/androiddev/comments/11uu8w8/notification_action_how_to_reuse/) +- [I want to create this in my app so that a rectangle view does not change in size but changes irs aspect ratio according to 2 textboxes for height and width realtime How may i achieve this effect](https://www.reddit.com/r/androiddev/comments/11utlas/i_want_to_create_this_in_my_app_so_that_a/) +- [newbie here, developers who prefer windows over linux i have some questions for you](https://www.reddit.com/r/androiddev/comments/11usl0n/newbie_here_developers_who_prefer_windows_over/) +- [How to Handle a Threat of Lawsuit due to an Android App Exceeding Firebase Limits?](https://www.reddit.com/r/androiddev/comments/11uscxf/how_to_handle_a_threat_of_lawsuit_due_to_an/) +- [Open Source ChatGPT app with Ktor server](https://www.reddit.com/r/androiddev/comments/11ur5tw/open_source_chatgpt_app_with_ktor_server/) +- [I just finished building my first "full" android app!!](https://www.reddit.com/r/androiddev/comments/11uqg12/i_just_finished_building_my_first_full_android_app/) +- [My first application!](https://www.reddit.com/r/androiddev/comments/11upu1i/my_first_application/) +- [googlemap crashed across navigation. compose.](https://www.reddit.com/r/androiddev/comments/11upg6f/googlemap_crashed_across_navigation_compose/) ### *InfoWorld posts* From e03e7ae45eb42f67aa6470a78b5b9fac92aaecbd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 20 Mar 2023 01:29:55 +0000 Subject: [PATCH 0471/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2dd2fd7ce1..487f8740d8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Any advice to make dots transition animation looks nice?](https://www.reddit.com/r/androiddev/comments/11v23oj/any_advice_to_make_dots_transition_animation/) -- [Best way to run data heavy calculations on large datasets in Android on the fly?](https://www.reddit.com/r/androiddev/comments/11uvamm/best_way_to_run_data_heavy_calculations_on_large/) -- [Notification Action, how to reuse BroadcasterRecevier instance.](https://www.reddit.com/r/androiddev/comments/11uu8w8/notification_action_how_to_reuse/) -- [I want to create this in my app so that a rectangle view does not change in size but changes irs aspect ratio according to 2 textboxes for height and width realtime How may i achieve this effect](https://www.reddit.com/r/androiddev/comments/11utlas/i_want_to_create_this_in_my_app_so_that_a/) -- [newbie here, developers who prefer windows over linux i have some questions for you](https://www.reddit.com/r/androiddev/comments/11usl0n/newbie_here_developers_who_prefer_windows_over/) -- [How to Handle a Threat of Lawsuit due to an Android App Exceeding Firebase Limits?](https://www.reddit.com/r/androiddev/comments/11uscxf/how_to_handle_a_threat_of_lawsuit_due_to_an/) -- [Open Source ChatGPT app with Ktor server](https://www.reddit.com/r/androiddev/comments/11ur5tw/open_source_chatgpt_app_with_ktor_server/) -- [I just finished building my first "full" android app!!](https://www.reddit.com/r/androiddev/comments/11uqg12/i_just_finished_building_my_first_full_android_app/) -- [My first application!](https://www.reddit.com/r/androiddev/comments/11upu1i/my_first_application/) -- [googlemap crashed across navigation. compose.](https://www.reddit.com/r/androiddev/comments/11upg6f/googlemap_crashed_across_navigation_compose/) +- [Typing on a Tiny Screen - How to implement user input for Android Wear OS](https://www.reddit.com/r/androiddev/comments/11w481n/typing_on_a_tiny_screen_how_to_implement_user/) +- [Finally got a SQLite database to work properly!](https://www.reddit.com/r/androiddev/comments/11w212v/finally_got_a_sqlite_database_to_work_properly/) +- [I've worked for over a month on this app and can't get past this problem com.android.tools.build:gradle:8.0.1 not found](https://www.reddit.com/r/androiddev/comments/11vz6bx/ive_worked_for_over_a_month_on_this_app_and_cant/) +- [Can anyone evaluate my idea? Potential issues and viability](https://www.reddit.com/r/androiddev/comments/11vvd72/can_anyone_evaluate_my_idea_potential_issues_and/) +- [More Visibility and Downloads](https://www.reddit.com/r/androiddev/comments/11vrx1h/more_visibility_and_downloads/) +- [What is the best way to synchronize data between devices?](https://www.reddit.com/r/androiddev/comments/11vrk3y/what_is_the_best_way_to_synchronize_data_between/) +- [UI Chronicles - Reducing the number of dialogs in Notally](https://www.reddit.com/r/androiddev/comments/11von84/ui_chronicles_reducing_the_number_of_dialogs_in/) +- [MVVM compose architecture advise](https://www.reddit.com/r/androiddev/comments/11vo29v/mvvm_compose_architecture_advise/) +- [How to know about all important policy changes for Play Console.](https://www.reddit.com/r/androiddev/comments/11vnsai/how_to_know_about_all_important_policy_changes/) +- [How To Remove Android Old Database Migration Code](https://www.reddit.com/r/androiddev/comments/11vkz5g/how_to_remove_android_old_database_migration_code/) ### *InfoWorld posts* From e06098a77a15748ca4d3784b450832b5d329e3d3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 21 Mar 2023 01:29:01 +0000 Subject: [PATCH 0472/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 487f8740d8..6a29cf2177 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Typing on a Tiny Screen - How to implement user input for Android Wear OS](https://www.reddit.com/r/androiddev/comments/11w481n/typing_on_a_tiny_screen_how_to_implement_user/) -- [Finally got a SQLite database to work properly!](https://www.reddit.com/r/androiddev/comments/11w212v/finally_got_a_sqlite_database_to_work_properly/) -- [I've worked for over a month on this app and can't get past this problem com.android.tools.build:gradle:8.0.1 not found](https://www.reddit.com/r/androiddev/comments/11vz6bx/ive_worked_for_over_a_month_on_this_app_and_cant/) -- [Can anyone evaluate my idea? Potential issues and viability](https://www.reddit.com/r/androiddev/comments/11vvd72/can_anyone_evaluate_my_idea_potential_issues_and/) -- [More Visibility and Downloads](https://www.reddit.com/r/androiddev/comments/11vrx1h/more_visibility_and_downloads/) -- [What is the best way to synchronize data between devices?](https://www.reddit.com/r/androiddev/comments/11vrk3y/what_is_the_best_way_to_synchronize_data_between/) -- [UI Chronicles - Reducing the number of dialogs in Notally](https://www.reddit.com/r/androiddev/comments/11von84/ui_chronicles_reducing_the_number_of_dialogs_in/) -- [MVVM compose architecture advise](https://www.reddit.com/r/androiddev/comments/11vo29v/mvvm_compose_architecture_advise/) -- [How to know about all important policy changes for Play Console.](https://www.reddit.com/r/androiddev/comments/11vnsai/how_to_know_about_all_important_policy_changes/) -- [How To Remove Android Old Database Migration Code](https://www.reddit.com/r/androiddev/comments/11vkz5g/how_to_remove_android_old_database_migration_code/) +- [Question for Android Devs working in Australia/NZ - What’s it like working in Europe?](https://www.reddit.com/r/androiddev/comments/11x1lmm/question_for_android_devs_working_in_australianz/) +- [How do you Implement Google Photos Recycle Bin](https://www.reddit.com/r/androiddev/comments/11x0ekt/how_do_you_implement_google_photos_recycle_bin/) +- [Doing forensics from back end data I pulled -- how do I convert android device ID back to 64 character hex string?](https://www.reddit.com/r/androiddev/comments/11x036s/doing_forensics_from_back_end_data_i_pulled_how/) +- [Manage state on the app level](https://www.reddit.com/r/androiddev/comments/11wzral/manage_state_on_the_app_level/) +- [Where do you search for Remote jobs?](https://www.reddit.com/r/androiddev/comments/11wyeij/where_do_you_search_for_remote_jobs/) +- [TikTok Scrolling Type](https://www.reddit.com/r/androiddev/comments/11wv3nr/tiktok_scrolling_type/) +- [MBPRO 2019,64gb ram vs MBPRO M2pro 2023?](https://www.reddit.com/r/androiddev/comments/11wtzse/mbpro_201964gb_ram_vs_mbpro_m2pro_2023/) +- [Is it enough to learn compose only?](https://www.reddit.com/r/androiddev/comments/11wt49c/is_it_enough_to_learn_compose_only/) +- [Google Play Developer Console Revenue Data not updated since 14 March?!](https://www.reddit.com/r/androiddev/comments/11wskau/google_play_developer_console_revenue_data_not/) +- [Best approach to create a screen with two forms](https://www.reddit.com/r/androiddev/comments/11ws484/best_approach_to_create_a_screen_with_two_forms/) ### *InfoWorld posts* From a7a9fa8f839f3d35ff675814717c1d6028e2ab2e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 22 Mar 2023 01:29:10 +0000 Subject: [PATCH 0473/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6a29cf2177..332c71be17 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Question for Android Devs working in Australia/NZ - What’s it like working in Europe?](https://www.reddit.com/r/androiddev/comments/11x1lmm/question_for_android_devs_working_in_australianz/) -- [How do you Implement Google Photos Recycle Bin](https://www.reddit.com/r/androiddev/comments/11x0ekt/how_do_you_implement_google_photos_recycle_bin/) -- [Doing forensics from back end data I pulled -- how do I convert android device ID back to 64 character hex string?](https://www.reddit.com/r/androiddev/comments/11x036s/doing_forensics_from_back_end_data_i_pulled_how/) -- [Manage state on the app level](https://www.reddit.com/r/androiddev/comments/11wzral/manage_state_on_the_app_level/) -- [Where do you search for Remote jobs?](https://www.reddit.com/r/androiddev/comments/11wyeij/where_do_you_search_for_remote_jobs/) -- [TikTok Scrolling Type](https://www.reddit.com/r/androiddev/comments/11wv3nr/tiktok_scrolling_type/) -- [MBPRO 2019,64gb ram vs MBPRO M2pro 2023?](https://www.reddit.com/r/androiddev/comments/11wtzse/mbpro_201964gb_ram_vs_mbpro_m2pro_2023/) -- [Is it enough to learn compose only?](https://www.reddit.com/r/androiddev/comments/11wt49c/is_it_enough_to_learn_compose_only/) -- [Google Play Developer Console Revenue Data not updated since 14 March?!](https://www.reddit.com/r/androiddev/comments/11wskau/google_play_developer_console_revenue_data_not/) -- [Best approach to create a screen with two forms](https://www.reddit.com/r/androiddev/comments/11ws484/best_approach_to_create_a_screen_with_two_forms/) +- [ChatGPT for Android](https://www.reddit.com/r/androiddev/comments/11xzr01/chatgpt_for_android/) +- [The 500 don'ts about Android Development](https://www.reddit.com/r/androiddev/comments/11xzpkw/the_500_donts_about_android_development/) +- [What are the most common or annoying Android development mistakes you see?](https://www.reddit.com/r/androiddev/comments/11xxn6v/what_are_the_most_common_or_annoying_android/) +- [How would you promote this SaaS if you were our CMO?](https://www.reddit.com/r/androiddev/comments/11xxhxe/how_would_you_promote_this_saas_if_you_were_our/) +- [is it worth it to change Admob for IronSource?](https://www.reddit.com/r/androiddev/comments/11xur6u/is_it_worth_it_to_change_admob_for_ironsource/) +- [Why I can't eject my Galaxy S8 form my window PC while nothing is working on background I have installed adb but I don't run it in background](https://www.reddit.com/r/androiddev/comments/11xtocf/why_i_cant_eject_my_galaxy_s8_form_my_window_pc/) +- [What is this notification? (Its not tinder)](https://www.reddit.com/r/androiddev/comments/11xt6a7/what_is_this_notification_its_not_tinder/) +- [What would you do in this situation?](https://www.reddit.com/r/androiddev/comments/11xr49x/what_would_you_do_in_this_situation/) +- [Best way to use Android Phone with USB Hub[3.0 w/power] and HDD](https://www.reddit.com/r/androiddev/comments/11xouhp/best_way_to_use_android_phone_with_usb_hub30/) +- [I need help](https://www.reddit.com/r/androiddev/comments/11xokvx/i_need_help/) ### *InfoWorld posts* From febc8733d8063d4fd17c508b4e235b90216e46e2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 23 Mar 2023 01:29:12 +0000 Subject: [PATCH 0474/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 332c71be17..26b4ea62c6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [ChatGPT for Android](https://www.reddit.com/r/androiddev/comments/11xzr01/chatgpt_for_android/) -- [The 500 don'ts about Android Development](https://www.reddit.com/r/androiddev/comments/11xzpkw/the_500_donts_about_android_development/) -- [What are the most common or annoying Android development mistakes you see?](https://www.reddit.com/r/androiddev/comments/11xxn6v/what_are_the_most_common_or_annoying_android/) -- [How would you promote this SaaS if you were our CMO?](https://www.reddit.com/r/androiddev/comments/11xxhxe/how_would_you_promote_this_saas_if_you_were_our/) -- [is it worth it to change Admob for IronSource?](https://www.reddit.com/r/androiddev/comments/11xur6u/is_it_worth_it_to_change_admob_for_ironsource/) -- [Why I can't eject my Galaxy S8 form my window PC while nothing is working on background I have installed adb but I don't run it in background](https://www.reddit.com/r/androiddev/comments/11xtocf/why_i_cant_eject_my_galaxy_s8_form_my_window_pc/) -- [What is this notification? (Its not tinder)](https://www.reddit.com/r/androiddev/comments/11xt6a7/what_is_this_notification_its_not_tinder/) -- [What would you do in this situation?](https://www.reddit.com/r/androiddev/comments/11xr49x/what_would_you_do_in_this_situation/) -- [Best way to use Android Phone with USB Hub[3.0 w/power] and HDD](https://www.reddit.com/r/androiddev/comments/11xouhp/best_way_to_use_android_phone_with_usb_hub30/) -- [I need help](https://www.reddit.com/r/androiddev/comments/11xokvx/i_need_help/) +- [Discord android kotlin support group](https://www.reddit.com/r/androiddev/comments/11z2a6d/discord_android_kotlin_support_group/) +- [A collection of quirks around releasing apps to Play Store (and App Store)](https://www.reddit.com/r/androiddev/comments/11ytm4i/a_collection_of_quirks_around_releasing_apps_to/) +- [Android Developers Blog: What’s new in the Jetpack Compose March ’23 release](https://www.reddit.com/r/androiddev/comments/11ytjey/android_developers_blog_whats_new_in_the_jetpack/) +- [I need to retrieve RCS messages on Samsung Galaxy phone](https://www.reddit.com/r/androiddev/comments/11yt87c/i_need_to_retrieve_rcs_messages_on_samsung_galaxy/) +- [Permission Handling architecture in compose](https://www.reddit.com/r/androiddev/comments/11yowgq/permission_handling_architecture_in_compose/) +- [Can anyone recommend a good cheap samsung phone which I can use for development & testing?](https://www.reddit.com/r/androiddev/comments/11yo7ca/can_anyone_recommend_a_good_cheap_samsung_phone/) +- [Should I get a whole new device + account for Android development? Are there guides on how to keep your personal account separate from business? Is it even necessary?](https://www.reddit.com/r/androiddev/comments/11ymn4r/should_i_get_a_whole_new_device_account_for/) +- [GitHub - slackhq/circuit: ⚡️ A Compose-driven architecture for Kotlin and Android applications.](https://www.reddit.com/r/androiddev/comments/11ymlox/github_slackhqcircuit_a_composedriven/) +- [Is it even possible to modify / patch system level code with Magisk?](https://www.reddit.com/r/androiddev/comments/11ymgy6/is_it_even_possible_to_modify_patch_system_level/) +- [Can I make my current public app private and will it mess up what I already have deployed?](https://www.reddit.com/r/androiddev/comments/11yl66f/can_i_make_my_current_public_app_private_and_will/) ### *InfoWorld posts* From ad9467c1cdb7edc01814bfa8c55cb287b47e74d1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 24 Mar 2023 01:29:14 +0000 Subject: [PATCH 0475/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 26b4ea62c6..4a94712ba1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Discord android kotlin support group](https://www.reddit.com/r/androiddev/comments/11z2a6d/discord_android_kotlin_support_group/) -- [A collection of quirks around releasing apps to Play Store (and App Store)](https://www.reddit.com/r/androiddev/comments/11ytm4i/a_collection_of_quirks_around_releasing_apps_to/) -- [Android Developers Blog: What’s new in the Jetpack Compose March ’23 release](https://www.reddit.com/r/androiddev/comments/11ytjey/android_developers_blog_whats_new_in_the_jetpack/) -- [I need to retrieve RCS messages on Samsung Galaxy phone](https://www.reddit.com/r/androiddev/comments/11yt87c/i_need_to_retrieve_rcs_messages_on_samsung_galaxy/) -- [Permission Handling architecture in compose](https://www.reddit.com/r/androiddev/comments/11yowgq/permission_handling_architecture_in_compose/) -- [Can anyone recommend a good cheap samsung phone which I can use for development & testing?](https://www.reddit.com/r/androiddev/comments/11yo7ca/can_anyone_recommend_a_good_cheap_samsung_phone/) -- [Should I get a whole new device + account for Android development? Are there guides on how to keep your personal account separate from business? Is it even necessary?](https://www.reddit.com/r/androiddev/comments/11ymn4r/should_i_get_a_whole_new_device_account_for/) -- [GitHub - slackhq/circuit: ⚡️ A Compose-driven architecture for Kotlin and Android applications.](https://www.reddit.com/r/androiddev/comments/11ymlox/github_slackhqcircuit_a_composedriven/) -- [Is it even possible to modify / patch system level code with Magisk?](https://www.reddit.com/r/androiddev/comments/11ymgy6/is_it_even_possible_to_modify_patch_system_level/) -- [Can I make my current public app private and will it mess up what I already have deployed?](https://www.reddit.com/r/androiddev/comments/11yl66f/can_i_make_my_current_public_app_private_and_will/) +- [Logical thinking in android development](https://www.reddit.com/r/androiddev/comments/1203qdm/logical_thinking_in_android_development/) +- [about the precision of device location on android. how to do better?](https://www.reddit.com/r/androiddev/comments/11zzvko/about_the_precision_of_device_location_on_android/) +- [Android Dev Newsletter - Issue #26](https://www.reddit.com/r/androiddev/comments/11zz6kh/android_dev_newsletter_issue_26/) +- [What feature would you prefer to automate with AI in your daily work?](https://www.reddit.com/r/androiddev/comments/11zyv9u/what_feature_would_you_prefer_to_automate_with_ai/) +- [Best way to build a Fat AAR?](https://www.reddit.com/r/androiddev/comments/11zw9y7/best_way_to_build_a_fat_aar/) +- [Code with the Italians - Jetpack Compose Text Hyphenation and more](https://www.reddit.com/r/androiddev/comments/11zvr1h/code_with_the_italians_jetpack_compose_text/) +- [Problem with qualifiers in layout](https://www.reddit.com/r/androiddev/comments/11zttod/problem_with_qualifiers_in_layout/) +- [How to build a time picker with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/11ztsp0/how_to_build_a_time_picker_with_jetpack_compose/) +- [Anyone else stuck waiting on the account transfer process to go through?](https://www.reddit.com/r/androiddev/comments/11zqf64/anyone_else_stuck_waiting_on_the_account_transfer/) +- [The right place for `MediaCodec` in `MVVM`](https://www.reddit.com/r/androiddev/comments/11zpqpb/the_right_place_for_mediacodec_in_mvvm/) ### *InfoWorld posts* From 61bf149245e49f4f4486dcbbf5dfc759ec264004 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 25 Mar 2023 01:29:05 +0000 Subject: [PATCH 0476/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4a94712ba1..dc514c4d9c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Logical thinking in android development](https://www.reddit.com/r/androiddev/comments/1203qdm/logical_thinking_in_android_development/) -- [about the precision of device location on android. how to do better?](https://www.reddit.com/r/androiddev/comments/11zzvko/about_the_precision_of_device_location_on_android/) -- [Android Dev Newsletter - Issue #26](https://www.reddit.com/r/androiddev/comments/11zz6kh/android_dev_newsletter_issue_26/) -- [What feature would you prefer to automate with AI in your daily work?](https://www.reddit.com/r/androiddev/comments/11zyv9u/what_feature_would_you_prefer_to_automate_with_ai/) -- [Best way to build a Fat AAR?](https://www.reddit.com/r/androiddev/comments/11zw9y7/best_way_to_build_a_fat_aar/) -- [Code with the Italians - Jetpack Compose Text Hyphenation and more](https://www.reddit.com/r/androiddev/comments/11zvr1h/code_with_the_italians_jetpack_compose_text/) -- [Problem with qualifiers in layout](https://www.reddit.com/r/androiddev/comments/11zttod/problem_with_qualifiers_in_layout/) -- [How to build a time picker with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/11ztsp0/how_to_build_a_time_picker_with_jetpack_compose/) -- [Anyone else stuck waiting on the account transfer process to go through?](https://www.reddit.com/r/androiddev/comments/11zqf64/anyone_else_stuck_waiting_on_the_account_transfer/) -- [The right place for `MediaCodec` in `MVVM`](https://www.reddit.com/r/androiddev/comments/11zpqpb/the_right_place_for_mediacodec_in_mvvm/) +- [What app is the b associated with?](https://www.reddit.com/r/androiddev/comments/1213roq/what_app_is_the_b_associated_with/) +- [Google Play doesn't support in-app sales discounts?!](https://www.reddit.com/r/androiddev/comments/1211vnh/google_play_doesnt_support_inapp_sales_discounts/) +- [Is it possible to develop an app which displays a live stream feed and how do you do it?](https://www.reddit.com/r/androiddev/comments/1211o4b/is_it_possible_to_develop_an_app_which_displays_a/) +- [Take multiple pictures with camera?](https://www.reddit.com/r/androiddev/comments/1211j1c/take_multiple_pictures_with_camera/) +- [Is it worth doing Leetcode to prepare for future Android interviews?](https://www.reddit.com/r/androiddev/comments/120zv5g/is_it_worth_doing_leetcode_to_prepare_for_future/) +- [Are companies spoiled for choice right now?](https://www.reddit.com/r/androiddev/comments/120ukmw/are_companies_spoiled_for_choice_right_now/) +- [How to install android 6 on android 5.5.1 device?](https://www.reddit.com/r/androiddev/comments/120udav/how_to_install_android_6_on_android_551_device/) +- [Carguessr / The Higher Lower Game](https://www.reddit.com/r/androiddev/comments/120ttzz/carguessr_the_higher_lower_game/) +- [Android CI/CD part 2: Building and pushing to Play Store in GitHub Actions](https://www.reddit.com/r/androiddev/comments/120nuk4/android_cicd_part_2_building_and_pushing_to_play/) +- [IP of the client through USB tethering](https://www.reddit.com/r/androiddev/comments/120n5u3/ip_of_the_client_through_usb_tethering/) ### *InfoWorld posts* From 0692ea5f17c623ea547397d608647213d246d47b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 26 Mar 2023 01:29:59 +0000 Subject: [PATCH 0477/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index dc514c4d9c..bead5aab65 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What app is the b associated with?](https://www.reddit.com/r/androiddev/comments/1213roq/what_app_is_the_b_associated_with/) +- [Why is it that a lot of apps don't want to use the system media picker?](https://www.reddit.com/r/androiddev/comments/1220w3e/why_is_it_that_a_lot_of_apps_dont_want_to_use_the/) +- [Flutter has disadvantages while Scaling it ??](https://www.reddit.com/r/androiddev/comments/121vu05/flutter_has_disadvantages_while_scaling_it/) +- [From Dagger & Hilt into the multiplatform world with kotlin-inject](https://www.reddit.com/r/androiddev/comments/121ut9v/from_dagger_hilt_into_the_multiplatform_world/) +- [What is PokerStars using for their animations and UI?](https://www.reddit.com/r/androiddev/comments/121qv8j/what_is_pokerstars_using_for_their_animations_and/) +- [CSV with country name, currency symbol and code](https://www.reddit.com/r/androiddev/comments/121lpy3/csv_with_country_name_currency_symbol_and_code/) +- [Is it possible to get downloads in play store without marketing the app ?](https://www.reddit.com/r/androiddev/comments/121lfai/is_it_possible_to_get_downloads_in_play_store/) +- [Is Jetpack Compose/Flutter way of building UI really better than xml](https://www.reddit.com/r/androiddev/comments/121g90o/is_jetpack_composeflutter_way_of_building_ui/) +- [Continuous Policy Violations on Meta Audience Network](https://www.reddit.com/r/androiddev/comments/121ezwj/continuous_policy_violations_on_meta_audience/) - [Google Play doesn't support in-app sales discounts?!](https://www.reddit.com/r/androiddev/comments/1211vnh/google_play_doesnt_support_inapp_sales_discounts/) - [Is it possible to develop an app which displays a live stream feed and how do you do it?](https://www.reddit.com/r/androiddev/comments/1211o4b/is_it_possible_to_develop_an_app_which_displays_a/) -- [Take multiple pictures with camera?](https://www.reddit.com/r/androiddev/comments/1211j1c/take_multiple_pictures_with_camera/) -- [Is it worth doing Leetcode to prepare for future Android interviews?](https://www.reddit.com/r/androiddev/comments/120zv5g/is_it_worth_doing_leetcode_to_prepare_for_future/) -- [Are companies spoiled for choice right now?](https://www.reddit.com/r/androiddev/comments/120ukmw/are_companies_spoiled_for_choice_right_now/) -- [How to install android 6 on android 5.5.1 device?](https://www.reddit.com/r/androiddev/comments/120udav/how_to_install_android_6_on_android_551_device/) -- [Carguessr / The Higher Lower Game](https://www.reddit.com/r/androiddev/comments/120ttzz/carguessr_the_higher_lower_game/) -- [Android CI/CD part 2: Building and pushing to Play Store in GitHub Actions](https://www.reddit.com/r/androiddev/comments/120nuk4/android_cicd_part_2_building_and_pushing_to_play/) -- [IP of the client through USB tethering](https://www.reddit.com/r/androiddev/comments/120n5u3/ip_of_the_client_through_usb_tethering/) ### *InfoWorld posts* From a97b4b4f0c9bcc7e5bdf725c4e0e2664a533ec82 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 27 Mar 2023 01:29:17 +0000 Subject: [PATCH 0478/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bead5aab65..3c4db97a7b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Why is it that a lot of apps don't want to use the system media picker?](https://www.reddit.com/r/androiddev/comments/1220w3e/why_is_it_that_a_lot_of_apps_dont_want_to_use_the/) -- [Flutter has disadvantages while Scaling it ??](https://www.reddit.com/r/androiddev/comments/121vu05/flutter_has_disadvantages_while_scaling_it/) -- [From Dagger & Hilt into the multiplatform world with kotlin-inject](https://www.reddit.com/r/androiddev/comments/121ut9v/from_dagger_hilt_into_the_multiplatform_world/) -- [What is PokerStars using for their animations and UI?](https://www.reddit.com/r/androiddev/comments/121qv8j/what_is_pokerstars_using_for_their_animations_and/) -- [CSV with country name, currency symbol and code](https://www.reddit.com/r/androiddev/comments/121lpy3/csv_with_country_name_currency_symbol_and_code/) -- [Is it possible to get downloads in play store without marketing the app ?](https://www.reddit.com/r/androiddev/comments/121lfai/is_it_possible_to_get_downloads_in_play_store/) -- [Is Jetpack Compose/Flutter way of building UI really better than xml](https://www.reddit.com/r/androiddev/comments/121g90o/is_jetpack_composeflutter_way_of_building_ui/) -- [Continuous Policy Violations on Meta Audience Network](https://www.reddit.com/r/androiddev/comments/121ezwj/continuous_policy_violations_on_meta_audience/) -- [Google Play doesn't support in-app sales discounts?!](https://www.reddit.com/r/androiddev/comments/1211vnh/google_play_doesnt_support_inapp_sales_discounts/) -- [Is it possible to develop an app which displays a live stream feed and how do you do it?](https://www.reddit.com/r/androiddev/comments/1211o4b/is_it_possible_to_develop_an_app_which_displays_a/) +- [qst about dev an app that calculate GPA](https://www.reddit.com/r/androiddev/comments/12339hc/qst_about_dev_an_app_that_calculate_gpa/) +- [HELP ME START AN ACTIVITY OF AN APP WHICH MAY CURRENTLY NOT BE RUNNING VIA SHAKING THE PHONE.](https://www.reddit.com/r/androiddev/comments/1232ao2/help_me_start_an_activity_of_an_app_which_may/) +- [Manifest file doesn't include AD_ID permission Play Console](https://www.reddit.com/r/androiddev/comments/122wa4y/manifest_file_doesnt_include_ad_id_permission/) +- [Multilayered nested Databases. Noobie Question.](https://www.reddit.com/r/androiddev/comments/122w89r/multilayered_nested_databases_noobie_question/) +- [Are you a full-stack Kotlin dev?](https://www.reddit.com/r/androiddev/comments/122w4wq/are_you_a_fullstack_kotlin_dev/) +- [What's the concept behind this animation?](https://www.reddit.com/r/androiddev/comments/122vn1a/whats_the_concept_behind_this_animation/) +- [Background wifi login app](https://www.reddit.com/r/androiddev/comments/122vkl0/background_wifi_login_app/) +- [How to optimise loading gallery data efficiently?](https://www.reddit.com/r/androiddev/comments/122r3yb/how_to_optimise_loading_gallery_data_efficiently/) +- [XML String referencing, differences between internal and external DTD entities and XXE attack vulnerabilities.](https://www.reddit.com/r/androiddev/comments/122pxjy/xml_string_referencing_differences_between/) +- [Why do bluetooth devices need Phone Calls enabled in order to show battery percentage?](https://www.reddit.com/r/androiddev/comments/122px6p/why_do_bluetooth_devices_need_phone_calls_enabled/) ### *InfoWorld posts* From e8221bc7b97b02db85e9224aa30875bd4620bc35 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 28 Mar 2023 01:29:17 +0000 Subject: [PATCH 0479/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3c4db97a7b..a1ba8b9060 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [qst about dev an app that calculate GPA](https://www.reddit.com/r/androiddev/comments/12339hc/qst_about_dev_an_app_that_calculate_gpa/) -- [HELP ME START AN ACTIVITY OF AN APP WHICH MAY CURRENTLY NOT BE RUNNING VIA SHAKING THE PHONE.](https://www.reddit.com/r/androiddev/comments/1232ao2/help_me_start_an_activity_of_an_app_which_may/) -- [Manifest file doesn't include AD_ID permission Play Console](https://www.reddit.com/r/androiddev/comments/122wa4y/manifest_file_doesnt_include_ad_id_permission/) -- [Multilayered nested Databases. Noobie Question.](https://www.reddit.com/r/androiddev/comments/122w89r/multilayered_nested_databases_noobie_question/) -- [Are you a full-stack Kotlin dev?](https://www.reddit.com/r/androiddev/comments/122w4wq/are_you_a_fullstack_kotlin_dev/) -- [What's the concept behind this animation?](https://www.reddit.com/r/androiddev/comments/122vn1a/whats_the_concept_behind_this_animation/) -- [Background wifi login app](https://www.reddit.com/r/androiddev/comments/122vkl0/background_wifi_login_app/) -- [How to optimise loading gallery data efficiently?](https://www.reddit.com/r/androiddev/comments/122r3yb/how_to_optimise_loading_gallery_data_efficiently/) -- [XML String referencing, differences between internal and external DTD entities and XXE attack vulnerabilities.](https://www.reddit.com/r/androiddev/comments/122pxjy/xml_string_referencing_differences_between/) -- [Why do bluetooth devices need Phone Calls enabled in order to show battery percentage?](https://www.reddit.com/r/androiddev/comments/122px6p/why_do_bluetooth_devices_need_phone_calls_enabled/) +- [Github lib](https://www.reddit.com/r/androiddev/comments/1245ls6/github_lib/) +- [Android apps prelaunch testing and wear OS](https://www.reddit.com/r/androiddev/comments/12448tr/android_apps_prelaunch_testing_and_wear_os/) +- [How can i create a room database for nested classes?](https://www.reddit.com/r/androiddev/comments/12420b5/how_can_i_create_a_room_database_for_nested/) +- [Android Studio Flamingo RC 1 now available](https://www.reddit.com/r/androiddev/comments/12406qn/android_studio_flamingo_rc_1_now_available/) +- [Why set up android as a nightmare?](https://www.reddit.com/r/androiddev/comments/123y62i/why_set_up_android_as_a_nightmare/) +- [Does anyone know what is the correct usage of the new setFragmentResultListener?](https://www.reddit.com/r/androiddev/comments/123wxkz/does_anyone_know_what_is_the_correct_usage_of_the/) +- [Hey everyone!](https://www.reddit.com/r/androiddev/comments/123w6oj/hey_everyone/) +- [Integrating storybook into Jetpack Compose App](https://www.reddit.com/r/androiddev/comments/123v969/integrating_storybook_into_jetpack_compose_app/) +- [Does new app features affect the app category you assigned to the app?](https://www.reddit.com/r/androiddev/comments/123usre/does_new_app_features_affect_the_app_category_you/) +- [Programmatically sound a horn from my app](https://www.reddit.com/r/androiddev/comments/123s05z/programmatically_sound_a_horn_from_my_app/) ### *InfoWorld posts* From fd56c5c654de5547231020383adb1ec2f8c9fc51 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 29 Mar 2023 01:30:31 +0000 Subject: [PATCH 0480/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a1ba8b9060..e53b85be3c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Github lib](https://www.reddit.com/r/androiddev/comments/1245ls6/github_lib/) -- [Android apps prelaunch testing and wear OS](https://www.reddit.com/r/androiddev/comments/12448tr/android_apps_prelaunch_testing_and_wear_os/) -- [How can i create a room database for nested classes?](https://www.reddit.com/r/androiddev/comments/12420b5/how_can_i_create_a_room_database_for_nested/) -- [Android Studio Flamingo RC 1 now available](https://www.reddit.com/r/androiddev/comments/12406qn/android_studio_flamingo_rc_1_now_available/) -- [Why set up android as a nightmare?](https://www.reddit.com/r/androiddev/comments/123y62i/why_set_up_android_as_a_nightmare/) -- [Does anyone know what is the correct usage of the new setFragmentResultListener?](https://www.reddit.com/r/androiddev/comments/123wxkz/does_anyone_know_what_is_the_correct_usage_of_the/) -- [Hey everyone!](https://www.reddit.com/r/androiddev/comments/123w6oj/hey_everyone/) -- [Integrating storybook into Jetpack Compose App](https://www.reddit.com/r/androiddev/comments/123v969/integrating_storybook_into_jetpack_compose_app/) -- [Does new app features affect the app category you assigned to the app?](https://www.reddit.com/r/androiddev/comments/123usre/does_new_app_features_affect_the_app_category_you/) -- [Programmatically sound a horn from my app](https://www.reddit.com/r/androiddev/comments/123s05z/programmatically_sound_a_horn_from_my_app/) +- [Need urgent help with Data recovery](https://www.reddit.com/r/androiddev/comments/1258c5q/need_urgent_help_with_data_recovery/) +- [Minesweepers using Compose Multiplatform for Android, iOS and Desktop](https://www.reddit.com/r/androiddev/comments/12551aw/minesweepers_using_compose_multiplatform_for/) +- [How to implement car distance tracking and boundary checking in my app without costly libraries?](https://www.reddit.com/r/androiddev/comments/1254mf6/how_to_implement_car_distance_tracking_and/) +- [In Android 13 OS, how to disable missed phone calls notifications in the locked-screen and also in the pull-down panel section while the phone is in DoNotDisturb mode?](https://www.reddit.com/r/androiddev/comments/1254egi/in_android_13_os_how_to_disable_missed_phone/) +- [Where can I find the .icns file for the Emulator in my files?](https://www.reddit.com/r/androiddev/comments/1252qce/where_can_i_find_the_icns_file_for_the_emulator/) +- [KMM + Jetpack compose](https://www.reddit.com/r/androiddev/comments/124zgdg/kmm_jetpack_compose/) +- [Newbie - Locked App Tablet w/ ARM CPU](https://www.reddit.com/r/androiddev/comments/124xiui/newbie_locked_app_tablet_w_arm_cpu/) +- [30 ideas to reduce your Android App Startup times](https://www.reddit.com/r/androiddev/comments/124wjg3/30_ideas_to_reduce_your_android_app_startup_times/) +- [on EMULATOR its working fine. but on actual device after selecting an image in storage using photo picker its working fine but when i open again the activity it is not displaying and i think the path is not the problem because i already tested it (2nd image)](https://www.reddit.com/r/androiddev/comments/124w7i7/on_emulator_its_working_fine_but_on_actual_device/) +- [Published my first ever Android library!](https://www.reddit.com/r/androiddev/comments/124up8p/published_my_first_ever_android_library/) ### *InfoWorld posts* From aa1555900ce9e91bd2d150c9f4a324f169c30369 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 30 Mar 2023 01:29:32 +0000 Subject: [PATCH 0481/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e53b85be3c..431b626aae 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Need urgent help with Data recovery](https://www.reddit.com/r/androiddev/comments/1258c5q/need_urgent_help_with_data_recovery/) -- [Minesweepers using Compose Multiplatform for Android, iOS and Desktop](https://www.reddit.com/r/androiddev/comments/12551aw/minesweepers_using_compose_multiplatform_for/) -- [How to implement car distance tracking and boundary checking in my app without costly libraries?](https://www.reddit.com/r/androiddev/comments/1254mf6/how_to_implement_car_distance_tracking_and/) -- [In Android 13 OS, how to disable missed phone calls notifications in the locked-screen and also in the pull-down panel section while the phone is in DoNotDisturb mode?](https://www.reddit.com/r/androiddev/comments/1254egi/in_android_13_os_how_to_disable_missed_phone/) -- [Where can I find the .icns file for the Emulator in my files?](https://www.reddit.com/r/androiddev/comments/1252qce/where_can_i_find_the_icns_file_for_the_emulator/) -- [KMM + Jetpack compose](https://www.reddit.com/r/androiddev/comments/124zgdg/kmm_jetpack_compose/) -- [Newbie - Locked App Tablet w/ ARM CPU](https://www.reddit.com/r/androiddev/comments/124xiui/newbie_locked_app_tablet_w_arm_cpu/) -- [30 ideas to reduce your Android App Startup times](https://www.reddit.com/r/androiddev/comments/124wjg3/30_ideas_to_reduce_your_android_app_startup_times/) -- [on EMULATOR its working fine. but on actual device after selecting an image in storage using photo picker its working fine but when i open again the activity it is not displaying and i think the path is not the problem because i already tested it (2nd image)](https://www.reddit.com/r/androiddev/comments/124w7i7/on_emulator_its_working_fine_but_on_actual_device/) -- [Published my first ever Android library!](https://www.reddit.com/r/androiddev/comments/124up8p/published_my_first_ever_android_library/) +- [when can upgrade to Android 14 beta?](https://www.reddit.com/r/androiddev/comments/1266ii4/when_can_upgrade_to_android_14_beta/) +- [Gltf resizing](https://www.reddit.com/r/androiddev/comments/1264znq/gltf_resizing/) +- [Best way of testing on exotic(ish) OSs?](https://www.reddit.com/r/androiddev/comments/1261tvh/best_way_of_testing_on_exoticish_oss/) +- [Collage layouts](https://www.reddit.com/r/androiddev/comments/125za1j/collage_layouts/) +- [How can I see what % of my project is written in Kotlin vs Java?](https://www.reddit.com/r/androiddev/comments/125vq9w/how_can_i_see_what_of_my_project_is_written_in/) +- [My first Jetpack Compose project. I'm still learning and eager for feedback on my architecture. if you have any tips or suggestions on how to structure my code better, please let me know.](https://www.reddit.com/r/androiddev/comments/125ur3u/my_first_jetpack_compose_project_im_still/) +- [IntelliJ IDEA 2023.1 Is Out!](https://www.reddit.com/r/androiddev/comments/125uef0/intellij_idea_20231_is_out/) +- [Screen recorders don't need any specific permissions to work?](https://www.reddit.com/r/androiddev/comments/125tipt/screen_recorders_dont_need_any_specific/) +- [Is sharing one ViewModel between fragments is considered as a good practice?](https://www.reddit.com/r/androiddev/comments/125t12n/is_sharing_one_viewmodel_between_fragments_is/) +- [Compose Semantics Strange interactions](https://www.reddit.com/r/androiddev/comments/125rvbo/compose_semantics_strange_interactions/) ### *InfoWorld posts* From 66bb724e60e6c59bfb9b45c2b41af012ba81691c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 31 Mar 2023 01:29:29 +0000 Subject: [PATCH 0482/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 431b626aae..95a2cef5b7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [when can upgrade to Android 14 beta?](https://www.reddit.com/r/androiddev/comments/1266ii4/when_can_upgrade_to_android_14_beta/) -- [Gltf resizing](https://www.reddit.com/r/androiddev/comments/1264znq/gltf_resizing/) -- [Best way of testing on exotic(ish) OSs?](https://www.reddit.com/r/androiddev/comments/1261tvh/best_way_of_testing_on_exoticish_oss/) -- [Collage layouts](https://www.reddit.com/r/androiddev/comments/125za1j/collage_layouts/) -- [How can I see what % of my project is written in Kotlin vs Java?](https://www.reddit.com/r/androiddev/comments/125vq9w/how_can_i_see_what_of_my_project_is_written_in/) -- [My first Jetpack Compose project. I'm still learning and eager for feedback on my architecture. if you have any tips or suggestions on how to structure my code better, please let me know.](https://www.reddit.com/r/androiddev/comments/125ur3u/my_first_jetpack_compose_project_im_still/) -- [IntelliJ IDEA 2023.1 Is Out!](https://www.reddit.com/r/androiddev/comments/125uef0/intellij_idea_20231_is_out/) -- [Screen recorders don't need any specific permissions to work?](https://www.reddit.com/r/androiddev/comments/125tipt/screen_recorders_dont_need_any_specific/) -- [Is sharing one ViewModel between fragments is considered as a good practice?](https://www.reddit.com/r/androiddev/comments/125t12n/is_sharing_one_viewmodel_between_fragments_is/) -- [Compose Semantics Strange interactions](https://www.reddit.com/r/androiddev/comments/125rvbo/compose_semantics_strange_interactions/) +- [Which tasks would you prefer to automate with AI in the mobile development and DevOps process?](https://www.reddit.com/r/androiddev/comments/1273xql/which_tasks_would_you_prefer_to_automate_with_ai/) +- [Server for Externally hosted private apps](https://www.reddit.com/r/androiddev/comments/1273g36/server_for_externally_hosted_private_apps/) +- [CWTI - Mind-Blowing 3D Magic with Romain Guy: Filament Deep Dive & Android Integration](https://www.reddit.com/r/androiddev/comments/126zmun/cwti_mindblowing_3d_magic_with_romain_guy/) +- [Underground Map Application](https://www.reddit.com/r/androiddev/comments/126yl7a/underground_map_application/) +- [Looking for medium-large sized, open source projects like Pocket Castsand Firefox with communication channels.](https://www.reddit.com/r/androiddev/comments/126v19p/looking_for_mediumlarge_sized_open_source/) +- [Security question - Oneplus 9 CH edition](https://www.reddit.com/r/androiddev/comments/126sus1/security_question_oneplus_9_ch_edition/) +- [Android Studio Giraffe Canary 11 now available](https://www.reddit.com/r/androiddev/comments/126st1x/android_studio_giraffe_canary_11_now_available/) +- [Afraid of publishing apps on Play Store](https://www.reddit.com/r/androiddev/comments/126sjiu/afraid_of_publishing_apps_on_play_store/) +- [ChromeOS Espresso Testing - Notifications](https://www.reddit.com/r/androiddev/comments/126q2nx/chromeos_espresso_testing_notifications/) +- [Bluetooth turned off automatically](https://www.reddit.com/r/androiddev/comments/126not8/bluetooth_turned_off_automatically/) ### *InfoWorld posts* From e68c4ee18cf64df788fd69cb869f60603851125c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 1 Apr 2023 01:29:09 +0000 Subject: [PATCH 0483/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 95a2cef5b7..acfcacd4b6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Which tasks would you prefer to automate with AI in the mobile development and DevOps process?](https://www.reddit.com/r/androiddev/comments/1273xql/which_tasks_would_you_prefer_to_automate_with_ai/) -- [Server for Externally hosted private apps](https://www.reddit.com/r/androiddev/comments/1273g36/server_for_externally_hosted_private_apps/) -- [CWTI - Mind-Blowing 3D Magic with Romain Guy: Filament Deep Dive & Android Integration](https://www.reddit.com/r/androiddev/comments/126zmun/cwti_mindblowing_3d_magic_with_romain_guy/) -- [Underground Map Application](https://www.reddit.com/r/androiddev/comments/126yl7a/underground_map_application/) -- [Looking for medium-large sized, open source projects like Pocket Castsand Firefox with communication channels.](https://www.reddit.com/r/androiddev/comments/126v19p/looking_for_mediumlarge_sized_open_source/) -- [Security question - Oneplus 9 CH edition](https://www.reddit.com/r/androiddev/comments/126sus1/security_question_oneplus_9_ch_edition/) -- [Android Studio Giraffe Canary 11 now available](https://www.reddit.com/r/androiddev/comments/126st1x/android_studio_giraffe_canary_11_now_available/) -- [Afraid of publishing apps on Play Store](https://www.reddit.com/r/androiddev/comments/126sjiu/afraid_of_publishing_apps_on_play_store/) -- [ChromeOS Espresso Testing - Notifications](https://www.reddit.com/r/androiddev/comments/126q2nx/chromeos_espresso_testing_notifications/) -- [Bluetooth turned off automatically](https://www.reddit.com/r/androiddev/comments/126not8/bluetooth_turned_off_automatically/) +- [Contacts in app](https://www.reddit.com/r/androiddev/comments/127uekm/contacts_in_app/) +- [How to set "Battery optimization" to unrestricted using ADB](https://www.reddit.com/r/androiddev/comments/127tfx6/how_to_set_battery_optimization_to_unrestricted/) +- [Which online database works best with Room DB?](https://www.reddit.com/r/androiddev/comments/127sq42/which_online_database_works_best_with_room_db/) +- [How to fix keyboard issues introduced in the latest Jetpack Compose (1.4.0)](https://www.reddit.com/r/androiddev/comments/127rxu9/how_to_fix_keyboard_issues_introduced_in_the/) +- [Upwork has to do something about these "Upload to/ Host on Play Store" listings.](https://www.reddit.com/r/androiddev/comments/127pgg8/upwork_has_to_do_something_about_these_upload_to/) +- [Easy tool to generate neural networks for tflite Android?](https://www.reddit.com/r/androiddev/comments/127lydi/easy_tool_to_generate_neural_networks_for_tflite/) +- [How to avoid passing Scaffold's viewModel to other composables?](https://www.reddit.com/r/androiddev/comments/127ll4i/how_to_avoid_passing_scaffolds_viewmodel_to_other/) +- [Make Word game](https://www.reddit.com/r/androiddev/comments/127f7li/make_word_game/) +- [Concrete Implementation vs Interface naming conventions](https://www.reddit.com/r/androiddev/comments/127excb/concrete_implementation_vs_interface_naming/) +- [ValoGuide App](https://www.reddit.com/r/androiddev/comments/127elhf/valoguide_app/) ### *InfoWorld posts* From 9a374a6946df7a4cee22a07435be2b75c578365d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 2 Apr 2023 01:29:27 +0000 Subject: [PATCH 0484/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index acfcacd4b6..1ad57f3236 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Contacts in app](https://www.reddit.com/r/androiddev/comments/127uekm/contacts_in_app/) -- [How to set "Battery optimization" to unrestricted using ADB](https://www.reddit.com/r/androiddev/comments/127tfx6/how_to_set_battery_optimization_to_unrestricted/) -- [Which online database works best with Room DB?](https://www.reddit.com/r/androiddev/comments/127sq42/which_online_database_works_best_with_room_db/) -- [How to fix keyboard issues introduced in the latest Jetpack Compose (1.4.0)](https://www.reddit.com/r/androiddev/comments/127rxu9/how_to_fix_keyboard_issues_introduced_in_the/) -- [Upwork has to do something about these "Upload to/ Host on Play Store" listings.](https://www.reddit.com/r/androiddev/comments/127pgg8/upwork_has_to_do_something_about_these_upload_to/) -- [Easy tool to generate neural networks for tflite Android?](https://www.reddit.com/r/androiddev/comments/127lydi/easy_tool_to_generate_neural_networks_for_tflite/) -- [How to avoid passing Scaffold's viewModel to other composables?](https://www.reddit.com/r/androiddev/comments/127ll4i/how_to_avoid_passing_scaffolds_viewmodel_to_other/) -- [Make Word game](https://www.reddit.com/r/androiddev/comments/127f7li/make_word_game/) -- [Concrete Implementation vs Interface naming conventions](https://www.reddit.com/r/androiddev/comments/127excb/concrete_implementation_vs_interface_naming/) -- [ValoGuide App](https://www.reddit.com/r/androiddev/comments/127elhf/valoguide_app/) +- [Share your interview experience](https://www.reddit.com/r/androiddev/comments/1293y4u/share_your_interview_experience/) +- [Can’t flash unlock_code.bin](https://www.reddit.com/r/androiddev/comments/12924zv/cant_flash_unlock_codebin/) +- [Is there a way for me to clone a repository in Android Studio and then push it on my own account in a different repo?](https://www.reddit.com/r/androiddev/comments/1291u4o/is_there_a_way_for_me_to_clone_a_repository_in/) +- [Adding apps to our services?](https://www.reddit.com/r/androiddev/comments/1290dkm/adding_apps_to_our_services/) +- [HAXM failed to be installed due to unsupported VMX](https://www.reddit.com/r/androiddev/comments/128zrxu/haxm_failed_to_be_installed_due_to_unsupported_vmx/) +- [How to fill out "Data safety" section for a React Native App](https://www.reddit.com/r/androiddev/comments/128y8mx/how_to_fill_out_data_safety_section_for_a_react/) +- [Looking for component](https://www.reddit.com/r/androiddev/comments/128x058/looking_for_component/) +- [How do I access a json file in a USB pendrive?](https://www.reddit.com/r/androiddev/comments/128t41g/how_do_i_access_a_json_file_in_a_usb_pendrive/) +- [React Native or Flutter for Final project](https://www.reddit.com/r/androiddev/comments/128ockv/react_native_or_flutter_for_final_project/) +- [How to check user pronunciation?](https://www.reddit.com/r/androiddev/comments/128ek5i/how_to_check_user_pronunciation/) ### *InfoWorld posts* From 23ee0609d0941f6262fc932c58e07210e56c880d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 3 Apr 2023 01:29:26 +0000 Subject: [PATCH 0485/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1ad57f3236..c1632a9945 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Share your interview experience](https://www.reddit.com/r/androiddev/comments/1293y4u/share_your_interview_experience/) -- [Can’t flash unlock_code.bin](https://www.reddit.com/r/androiddev/comments/12924zv/cant_flash_unlock_codebin/) -- [Is there a way for me to clone a repository in Android Studio and then push it on my own account in a different repo?](https://www.reddit.com/r/androiddev/comments/1291u4o/is_there_a_way_for_me_to_clone_a_repository_in/) -- [Adding apps to our services?](https://www.reddit.com/r/androiddev/comments/1290dkm/adding_apps_to_our_services/) -- [HAXM failed to be installed due to unsupported VMX](https://www.reddit.com/r/androiddev/comments/128zrxu/haxm_failed_to_be_installed_due_to_unsupported_vmx/) -- [How to fill out "Data safety" section for a React Native App](https://www.reddit.com/r/androiddev/comments/128y8mx/how_to_fill_out_data_safety_section_for_a_react/) -- [Looking for component](https://www.reddit.com/r/androiddev/comments/128x058/looking_for_component/) -- [How do I access a json file in a USB pendrive?](https://www.reddit.com/r/androiddev/comments/128t41g/how_do_i_access_a_json_file_in_a_usb_pendrive/) -- [React Native or Flutter for Final project](https://www.reddit.com/r/androiddev/comments/128ockv/react_native_or_flutter_for_final_project/) -- [How to check user pronunciation?](https://www.reddit.com/r/androiddev/comments/128ek5i/how_to_check_user_pronunciation/) +- [In what ways can one construct a timeline view as below?](https://www.reddit.com/r/androiddev/comments/12a3ujh/in_what_ways_can_one_construct_a_timeline_view_as/) +- [Can you help me find an app or site that I could use with my Android phone for app development?](https://www.reddit.com/r/androiddev/comments/129xk5e/can_you_help_me_find_an_app_or_site_that_i_could/) +- [Announcing open sign-ups for Tramline: release coordination platform, just for mobile app teams](https://www.reddit.com/r/androiddev/comments/129xaub/announcing_open_signups_for_tramline_release/) +- [Mobile games and advice on my Master thesis in this area (text mining and ML stuff)](https://www.reddit.com/r/androiddev/comments/129wkb7/mobile_games_and_advice_on_my_master_thesis_in/) +- [If you have written a lot of code in Python, and need to make an Android app, can you export your Python code to make the .apk for the Android app?](https://www.reddit.com/r/androiddev/comments/129w6j6/if_you_have_written_a_lot_of_code_in_python_and/) +- [ListAdapter rendering issue](https://www.reddit.com/r/androiddev/comments/129soav/listadapter_rendering_issue/) +- [Is it possible to collect other apps' intents from within ours?](https://www.reddit.com/r/androiddev/comments/129raxw/is_it_possible_to_collect_other_apps_intents_from/) +- [As a Flutter dev - is Kotlin worth learning?](https://www.reddit.com/r/androiddev/comments/129r3fc/as_a_flutter_dev_is_kotlin_worth_learning/) +- [Can an M1 Mac virtualize Android 4.0.3 (ICS)? Developing against specific hardware that can only run this Android version.](https://www.reddit.com/r/androiddev/comments/129oh4u/can_an_m1_mac_virtualize_android_403_ics/) +- [Tips for a new dev to never get an app suspended](https://www.reddit.com/r/androiddev/comments/129ijsb/tips_for_a_new_dev_to_never_get_an_app_suspended/) ### *InfoWorld posts* From 90c69433ad582799f5864db2ed0b2efae9a903a9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 4 Apr 2023 01:29:20 +0000 Subject: [PATCH 0486/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c1632a9945..b0c156be3d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [In what ways can one construct a timeline view as below?](https://www.reddit.com/r/androiddev/comments/12a3ujh/in_what_ways_can_one_construct_a_timeline_view_as/) -- [Can you help me find an app or site that I could use with my Android phone for app development?](https://www.reddit.com/r/androiddev/comments/129xk5e/can_you_help_me_find_an_app_or_site_that_i_could/) -- [Announcing open sign-ups for Tramline: release coordination platform, just for mobile app teams](https://www.reddit.com/r/androiddev/comments/129xaub/announcing_open_signups_for_tramline_release/) -- [Mobile games and advice on my Master thesis in this area (text mining and ML stuff)](https://www.reddit.com/r/androiddev/comments/129wkb7/mobile_games_and_advice_on_my_master_thesis_in/) -- [If you have written a lot of code in Python, and need to make an Android app, can you export your Python code to make the .apk for the Android app?](https://www.reddit.com/r/androiddev/comments/129w6j6/if_you_have_written_a_lot_of_code_in_python_and/) -- [ListAdapter rendering issue](https://www.reddit.com/r/androiddev/comments/129soav/listadapter_rendering_issue/) -- [Is it possible to collect other apps' intents from within ours?](https://www.reddit.com/r/androiddev/comments/129raxw/is_it_possible_to_collect_other_apps_intents_from/) -- [As a Flutter dev - is Kotlin worth learning?](https://www.reddit.com/r/androiddev/comments/129r3fc/as_a_flutter_dev_is_kotlin_worth_learning/) -- [Can an M1 Mac virtualize Android 4.0.3 (ICS)? Developing against specific hardware that can only run this Android version.](https://www.reddit.com/r/androiddev/comments/129oh4u/can_an_m1_mac_virtualize_android_403_ics/) -- [Tips for a new dev to never get an app suspended](https://www.reddit.com/r/androiddev/comments/129ijsb/tips_for_a_new_dev_to_never_get_an_app_suspended/) +- [Is there some static utility function to dynamically set @style resId to a view??](https://www.reddit.com/r/androiddev/comments/12b3w4c/is_there_some_static_utility_function_to/) +- [Android Studio Giraffe Canary 11 no sound on Mac Studio M1](https://www.reddit.com/r/androiddev/comments/12b1qdk/android_studio_giraffe_canary_11_no_sound_on_mac/) +- [I've had two apk rejections recently due to the answers for the data safety form, I'm wondering if others here have had similar?](https://www.reddit.com/r/androiddev/comments/12awsbb/ive_had_two_apk_rejections_recently_due_to_the/) +- [Pre-Launch report: Your app took 6,613ms to launch for the first time, after being installed on this device model](https://www.reddit.com/r/androiddev/comments/12autzg/prelaunch_report_your_app_took_6613ms_to_launch/) +- [Which android app dev course should I do? Android basics with Kotlin or android basics with compose?](https://www.reddit.com/r/androiddev/comments/12atem6/which_android_app_dev_course_should_i_do_android/) +- [Android developer intern](https://www.reddit.com/r/androiddev/comments/12as6bk/android_developer_intern/) +- [Have to learn both android and flutter, how can i balance between them?](https://www.reddit.com/r/androiddev/comments/12as1sl/have_to_learn_both_android_and_flutter_how_can_i/) +- [Image Composable recomposes Unnecessarily](https://www.reddit.com/r/androiddev/comments/12aryle/image_composable_recomposes_unnecessarily/) +- [Junior to Mid Level Devs who have found a job in this current market, what did your resume look like?](https://www.reddit.com/r/androiddev/comments/12ap5sb/junior_to_mid_level_devs_who_have_found_a_job_in/) +- [Introducing Module Graph: A Gradle Plugin for visualizing your project structure powered by mermaidjs.](https://www.reddit.com/r/androiddev/comments/12amshn/introducing_module_graph_a_gradle_plugin_for/) ### *InfoWorld posts* From 737cc16e598026e81bb2d88d3093724920e98133 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 5 Apr 2023 01:23:24 +0000 Subject: [PATCH 0487/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b0c156be3d..2e93d2fccd 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is there some static utility function to dynamically set @style resId to a view??](https://www.reddit.com/r/androiddev/comments/12b3w4c/is_there_some_static_utility_function_to/) -- [Android Studio Giraffe Canary 11 no sound on Mac Studio M1](https://www.reddit.com/r/androiddev/comments/12b1qdk/android_studio_giraffe_canary_11_no_sound_on_mac/) -- [I've had two apk rejections recently due to the answers for the data safety form, I'm wondering if others here have had similar?](https://www.reddit.com/r/androiddev/comments/12awsbb/ive_had_two_apk_rejections_recently_due_to_the/) -- [Pre-Launch report: Your app took 6,613ms to launch for the first time, after being installed on this device model](https://www.reddit.com/r/androiddev/comments/12autzg/prelaunch_report_your_app_took_6613ms_to_launch/) -- [Which android app dev course should I do? Android basics with Kotlin or android basics with compose?](https://www.reddit.com/r/androiddev/comments/12atem6/which_android_app_dev_course_should_i_do_android/) -- [Android developer intern](https://www.reddit.com/r/androiddev/comments/12as6bk/android_developer_intern/) -- [Have to learn both android and flutter, how can i balance between them?](https://www.reddit.com/r/androiddev/comments/12as1sl/have_to_learn_both_android_and_flutter_how_can_i/) -- [Image Composable recomposes Unnecessarily](https://www.reddit.com/r/androiddev/comments/12aryle/image_composable_recomposes_unnecessarily/) -- [Junior to Mid Level Devs who have found a job in this current market, what did your resume look like?](https://www.reddit.com/r/androiddev/comments/12ap5sb/junior_to_mid_level_devs_who_have_found_a_job_in/) -- [Introducing Module Graph: A Gradle Plugin for visualizing your project structure powered by mermaidjs.](https://www.reddit.com/r/androiddev/comments/12amshn/introducing_module_graph_a_gradle_plugin_for/) +- [How to load images from drawable folder based on the image name?](https://www.reddit.com/r/androiddev/comments/12bvgo3/how_to_load_images_from_drawable_folder_based_on/) +- [Haversine formula accuracy issues in location-tracking app](https://www.reddit.com/r/androiddev/comments/12bu90y/haversine_formula_accuracy_issues_in/) +- [Special test version of app?](https://www.reddit.com/r/androiddev/comments/12brumq/special_test_version_of_app/) +- [Documenting Android codebase](https://www.reddit.com/r/androiddev/comments/12bqver/documenting_android_codebase/) +- [[How-To] Install an Android Emulator via Android Studio Article](https://www.reddit.com/r/androiddev/comments/12bqlrg/howto_install_an_android_emulator_via_android/) +- [SdkControllerSensor app alternative ?](https://www.reddit.com/r/androiddev/comments/12bq667/sdkcontrollersensor_app_alternative/) +- [Question about design artboard width for Android](https://www.reddit.com/r/androiddev/comments/12bm6ru/question_about_design_artboard_width_for_android/) +- [How to offer freebies to those who get others to download your app](https://www.reddit.com/r/androiddev/comments/12bkhm4/how_to_offer_freebies_to_those_who_get_others_to/) +- [Can we upload a new app (new app id) to internal tester track only without involving reviewing process?](https://www.reddit.com/r/androiddev/comments/12bjzi7/can_we_upload_a_new_app_new_app_id_to_internal/) +- [Receiving GET requests](https://www.reddit.com/r/androiddev/comments/12bj7b0/receiving_get_requests/) ### *InfoWorld posts* From 5f5b060019fc235f5dfa57acdb4761a9c0d1db87 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 6 Apr 2023 01:28:51 +0000 Subject: [PATCH 0488/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2e93d2fccd..a149cd0f1b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to load images from drawable folder based on the image name?](https://www.reddit.com/r/androiddev/comments/12bvgo3/how_to_load_images_from_drawable_folder_based_on/) -- [Haversine formula accuracy issues in location-tracking app](https://www.reddit.com/r/androiddev/comments/12bu90y/haversine_formula_accuracy_issues_in/) -- [Special test version of app?](https://www.reddit.com/r/androiddev/comments/12brumq/special_test_version_of_app/) -- [Documenting Android codebase](https://www.reddit.com/r/androiddev/comments/12bqver/documenting_android_codebase/) -- [[How-To] Install an Android Emulator via Android Studio Article](https://www.reddit.com/r/androiddev/comments/12bqlrg/howto_install_an_android_emulator_via_android/) -- [SdkControllerSensor app alternative ?](https://www.reddit.com/r/androiddev/comments/12bq667/sdkcontrollersensor_app_alternative/) -- [Question about design artboard width for Android](https://www.reddit.com/r/androiddev/comments/12bm6ru/question_about_design_artboard_width_for_android/) -- [How to offer freebies to those who get others to download your app](https://www.reddit.com/r/androiddev/comments/12bkhm4/how_to_offer_freebies_to_those_who_get_others_to/) -- [Can we upload a new app (new app id) to internal tester track only without involving reviewing process?](https://www.reddit.com/r/androiddev/comments/12bjzi7/can_we_upload_a_new_app_new_app_id_to_internal/) -- [Receiving GET requests](https://www.reddit.com/r/androiddev/comments/12bj7b0/receiving_get_requests/) +- [Google is trying to make sure apps let you delete your account](https://www.reddit.com/r/androiddev/comments/12d3em4/google_is_trying_to_make_sure_apps_let_you_delete/) +- [Opting out of beta- Help!](https://www.reddit.com/r/androiddev/comments/12d1qqb/opting_out_of_beta_help/) +- [How can I build my career as an android developer?](https://www.reddit.com/r/androiddev/comments/12cxulg/how_can_i_build_my_career_as_an_android_developer/) +- [Question about today’s Google Play policy update](https://www.reddit.com/r/androiddev/comments/12cxlsz/question_about_todays_google_play_policy_update/) +- [Sharing my first Android App: BotForge](https://www.reddit.com/r/androiddev/comments/12cvn8k/sharing_my_first_android_app_botforge/) +- [MarkdownTwain: A New Markdown Editor Library for Jetpack Compose on Android](https://www.reddit.com/r/androiddev/comments/12cvfpi/markdowntwain_a_new_markdown_editor_library_for/) +- [Using Facebook Audience Network in Unity Ironsrouce Levelplay mediation, however, it says "no fill"](https://www.reddit.com/r/androiddev/comments/12cv0fq/using_facebook_audience_network_in_unity/) +- [how long will it take for me to switch to kotlin if I learnt android dev in Java ?](https://www.reddit.com/r/androiddev/comments/12ctp1x/how_long_will_it_take_for_me_to_switch_to_kotlin/) +- [Have fun implementing some of these Policy announcement: April 5, 2023](https://www.reddit.com/r/androiddev/comments/12ct6pw/have_fun_implementing_some_of_these_policy/) +- [Physical book word translation/definition app idea](https://www.reddit.com/r/androiddev/comments/12co3yc/physical_book_word_translationdefinition_app_idea/) ### *InfoWorld posts* From 72f6e8ad91931cb5b03167a55481fbb5f66c01a4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 7 Apr 2023 01:28:25 +0000 Subject: [PATCH 0489/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a149cd0f1b..a8434b4908 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Google is trying to make sure apps let you delete your account](https://www.reddit.com/r/androiddev/comments/12d3em4/google_is_trying_to_make_sure_apps_let_you_delete/) -- [Opting out of beta- Help!](https://www.reddit.com/r/androiddev/comments/12d1qqb/opting_out_of_beta_help/) -- [How can I build my career as an android developer?](https://www.reddit.com/r/androiddev/comments/12cxulg/how_can_i_build_my_career_as_an_android_developer/) -- [Question about today’s Google Play policy update](https://www.reddit.com/r/androiddev/comments/12cxlsz/question_about_todays_google_play_policy_update/) -- [Sharing my first Android App: BotForge](https://www.reddit.com/r/androiddev/comments/12cvn8k/sharing_my_first_android_app_botforge/) -- [MarkdownTwain: A New Markdown Editor Library for Jetpack Compose on Android](https://www.reddit.com/r/androiddev/comments/12cvfpi/markdowntwain_a_new_markdown_editor_library_for/) -- [Using Facebook Audience Network in Unity Ironsrouce Levelplay mediation, however, it says "no fill"](https://www.reddit.com/r/androiddev/comments/12cv0fq/using_facebook_audience_network_in_unity/) -- [how long will it take for me to switch to kotlin if I learnt android dev in Java ?](https://www.reddit.com/r/androiddev/comments/12ctp1x/how_long_will_it_take_for_me_to_switch_to_kotlin/) -- [Have fun implementing some of these Policy announcement: April 5, 2023](https://www.reddit.com/r/androiddev/comments/12ct6pw/have_fun_implementing_some_of_these_policy/) -- [Physical book word translation/definition app idea](https://www.reddit.com/r/androiddev/comments/12co3yc/physical_book_word_translationdefinition_app_idea/) +- [Updated keyboard library](https://www.reddit.com/r/androiddev/comments/12e2fun/updated_keyboard_library/) +- [How much of your work comes from cold applying vs. your network?](https://www.reddit.com/r/androiddev/comments/12e1bvt/how_much_of_your_work_comes_from_cold_applying_vs/) +- [Best Educational open source java Android App in Github](https://www.reddit.com/r/androiddev/comments/12e15yd/best_educational_open_source_java_android_app_in/) +- [Jetpack Compose Underhood](https://www.reddit.com/r/androiddev/comments/12e0hal/jetpack_compose_underhood/) +- [Best way to create EPG for Android TV app?](https://www.reddit.com/r/androiddev/comments/12dzk8j/best_way_to_create_epg_for_android_tv_app/) +- [How to install crt with key on Android](https://www.reddit.com/r/androiddev/comments/12dzhz4/how_to_install_crt_with_key_on_android/) +- [Qt C++ vs Java vs Kotlin](https://www.reddit.com/r/androiddev/comments/12dzfw9/qt_c_vs_java_vs_kotlin/) +- [Question about Android Studio/Emulator usage on Mac OS](https://www.reddit.com/r/androiddev/comments/12dz4u9/question_about_android_studioemulator_usage_on/) +- [How did you learn jetpack compose?](https://www.reddit.com/r/androiddev/comments/12dxfil/how_did_you_learn_jetpack_compose/) +- [What view to use for animated splash screen?](https://www.reddit.com/r/androiddev/comments/12dwe89/what_view_to_use_for_animated_splash_screen/) ### *InfoWorld posts* From db702d5033c3d9f75fc6ab84347a63a4e372936c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 8 Apr 2023 01:27:55 +0000 Subject: [PATCH 0490/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a8434b4908..9267ee7621 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Updated keyboard library](https://www.reddit.com/r/androiddev/comments/12e2fun/updated_keyboard_library/) -- [How much of your work comes from cold applying vs. your network?](https://www.reddit.com/r/androiddev/comments/12e1bvt/how_much_of_your_work_comes_from_cold_applying_vs/) -- [Best Educational open source java Android App in Github](https://www.reddit.com/r/androiddev/comments/12e15yd/best_educational_open_source_java_android_app_in/) -- [Jetpack Compose Underhood](https://www.reddit.com/r/androiddev/comments/12e0hal/jetpack_compose_underhood/) -- [Best way to create EPG for Android TV app?](https://www.reddit.com/r/androiddev/comments/12dzk8j/best_way_to_create_epg_for_android_tv_app/) -- [How to install crt with key on Android](https://www.reddit.com/r/androiddev/comments/12dzhz4/how_to_install_crt_with_key_on_android/) -- [Qt C++ vs Java vs Kotlin](https://www.reddit.com/r/androiddev/comments/12dzfw9/qt_c_vs_java_vs_kotlin/) -- [Question about Android Studio/Emulator usage on Mac OS](https://www.reddit.com/r/androiddev/comments/12dz4u9/question_about_android_studioemulator_usage_on/) -- [How did you learn jetpack compose?](https://www.reddit.com/r/androiddev/comments/12dxfil/how_did_you_learn_jetpack_compose/) -- [What view to use for animated splash screen?](https://www.reddit.com/r/androiddev/comments/12dwe89/what_view_to_use_for_animated_splash_screen/) +- [Screen recording force device to reboot!](https://www.reddit.com/r/androiddev/comments/12f2cl1/screen_recording_force_device_to_reboot/) +- [Screen recording force device to reboot!](https://www.reddit.com/r/androiddev/comments/12f23rl/screen_recording_force_device_to_reboot/) +- [Screen recording force device to reboot!](https://www.reddit.com/r/androiddev/comments/12f21lh/screen_recording_force_device_to_reboot/) +- [Questions about Android settings and apps](https://www.reddit.com/r/androiddev/comments/12f1u6t/questions_about_android_settings_and_apps/) +- [a new useful tool for android devs](https://www.reddit.com/r/androiddev/comments/12eyoc3/a_new_useful_tool_for_android_devs/) +- [Anyway to prevent this paste suggestion from appearing in Compose?](https://www.reddit.com/r/androiddev/comments/12eyi27/anyway_to_prevent_this_paste_suggestion_from/) +- [Google Play Developer account terminated - danger for other Google services?](https://www.reddit.com/r/androiddev/comments/12eyb6i/google_play_developer_account_terminated_danger/) +- [How to avoid the text being cut off in mpandroid line chart?](https://www.reddit.com/r/androiddev/comments/12esyha/how_to_avoid_the_text_being_cut_off_in_mpandroid/) +- [How to make your own image loading library?](https://www.reddit.com/r/androiddev/comments/12eqszn/how_to_make_your_own_image_loading_library/) +- [any one using flutter in a professional setting for both iOS and Android apps?](https://www.reddit.com/r/androiddev/comments/12epmvs/any_one_using_flutter_in_a_professional_setting/) ### *InfoWorld posts* From fdecfe4751567e957fa7bbd54abb0848488e504d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 9 Apr 2023 01:29:16 +0000 Subject: [PATCH 0491/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9267ee7621..582ad8a191 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Screen recording force device to reboot!](https://www.reddit.com/r/androiddev/comments/12f2cl1/screen_recording_force_device_to_reboot/) -- [Screen recording force device to reboot!](https://www.reddit.com/r/androiddev/comments/12f23rl/screen_recording_force_device_to_reboot/) -- [Screen recording force device to reboot!](https://www.reddit.com/r/androiddev/comments/12f21lh/screen_recording_force_device_to_reboot/) -- [Questions about Android settings and apps](https://www.reddit.com/r/androiddev/comments/12f1u6t/questions_about_android_settings_and_apps/) -- [a new useful tool for android devs](https://www.reddit.com/r/androiddev/comments/12eyoc3/a_new_useful_tool_for_android_devs/) -- [Anyway to prevent this paste suggestion from appearing in Compose?](https://www.reddit.com/r/androiddev/comments/12eyi27/anyway_to_prevent_this_paste_suggestion_from/) -- [Google Play Developer account terminated - danger for other Google services?](https://www.reddit.com/r/androiddev/comments/12eyb6i/google_play_developer_account_terminated_danger/) -- [How to avoid the text being cut off in mpandroid line chart?](https://www.reddit.com/r/androiddev/comments/12esyha/how_to_avoid_the_text_being_cut_off_in_mpandroid/) -- [How to make your own image loading library?](https://www.reddit.com/r/androiddev/comments/12eqszn/how_to_make_your_own_image_loading_library/) -- [any one using flutter in a professional setting for both iOS and Android apps?](https://www.reddit.com/r/androiddev/comments/12epmvs/any_one_using_flutter_in_a_professional_setting/) +- [Any UI design tools for compose?](https://www.reddit.com/r/androiddev/comments/12g4mpq/any_ui_design_tools_for_compose/) +- [Setting new Intent as a class whose name is stored in a database](https://www.reddit.com/r/androiddev/comments/12g3xip/setting_new_intent_as_a_class_whose_name_is/) +- [Android split screen](https://www.reddit.com/r/androiddev/comments/12g1wta/android_split_screen/) +- [Can I make a app where you can donate by watching ads?](https://www.reddit.com/r/androiddev/comments/12g1rnz/can_i_make_a_app_where_you_can_donate_by_watching/) +- [Why can't I install HAXM once I installed Android Studio? I'm using Windows 11](https://www.reddit.com/r/androiddev/comments/12fzwbw/why_cant_i_install_haxm_once_i_installed_android/) +- [Multi-Module-Nextflix-Composable](https://www.reddit.com/r/androiddev/comments/12fy09f/multimodulenextflixcomposable/) +- [Firebase notification when the app is in foreground, recieve and show](https://www.reddit.com/r/androiddev/comments/12fw2qq/firebase_notification_when_the_app_is_in/) +- [For those who did it: is this course a good one?](https://www.reddit.com/r/androiddev/comments/12frwce/for_those_who_did_it_is_this_course_a_good_one/) +- [Can running video ads offset my costs for running the app?](https://www.reddit.com/r/androiddev/comments/12frks8/can_running_video_ads_offset_my_costs_for_running/) +- [Calendar ui](https://www.reddit.com/r/androiddev/comments/12fp1ud/calendar_ui/) ### *InfoWorld posts* From 763b7b64fb62750a4b5802e7a415a633968f57a5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 10 Apr 2023 01:29:01 +0000 Subject: [PATCH 0492/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 582ad8a191..7027a3cf28 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Any UI design tools for compose?](https://www.reddit.com/r/androiddev/comments/12g4mpq/any_ui_design_tools_for_compose/) -- [Setting new Intent as a class whose name is stored in a database](https://www.reddit.com/r/androiddev/comments/12g3xip/setting_new_intent_as_a_class_whose_name_is/) -- [Android split screen](https://www.reddit.com/r/androiddev/comments/12g1wta/android_split_screen/) -- [Can I make a app where you can donate by watching ads?](https://www.reddit.com/r/androiddev/comments/12g1rnz/can_i_make_a_app_where_you_can_donate_by_watching/) -- [Why can't I install HAXM once I installed Android Studio? I'm using Windows 11](https://www.reddit.com/r/androiddev/comments/12fzwbw/why_cant_i_install_haxm_once_i_installed_android/) -- [Multi-Module-Nextflix-Composable](https://www.reddit.com/r/androiddev/comments/12fy09f/multimodulenextflixcomposable/) -- [Firebase notification when the app is in foreground, recieve and show](https://www.reddit.com/r/androiddev/comments/12fw2qq/firebase_notification_when_the_app_is_in/) -- [For those who did it: is this course a good one?](https://www.reddit.com/r/androiddev/comments/12frwce/for_those_who_did_it_is_this_course_a_good_one/) -- [Can running video ads offset my costs for running the app?](https://www.reddit.com/r/androiddev/comments/12frks8/can_running_video_ads_offset_my_costs_for_running/) -- [Calendar ui](https://www.reddit.com/r/androiddev/comments/12fp1ud/calendar_ui/) +- [Problems with TopAppBar in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/12h2gjp/problems_with_topappbar_in_jetpack_compose/) +- [Good ressource to leaen how to implement offline caching with room db repository and dto ( network result )](https://www.reddit.com/r/androiddev/comments/12h15x2/good_ressource_to_leaen_how_to_implement_offline/) +- [Scrollbar TextView inside a BottomBarFragment](https://www.reddit.com/r/androiddev/comments/12gzmlu/scrollbar_textview_inside_a_bottombarfragment/) +- [Android swipe gestures hack](https://www.reddit.com/r/androiddev/comments/12gwdga/android_swipe_gestures_hack/) +- [LF: Andoird video player, that can becontrolled remotely with Wi-Fi](https://www.reddit.com/r/androiddev/comments/12gu9c5/lf_andoird_video_player_that_can_becontrolled/) +- [Flutter vs Kotlin for internship in India](https://www.reddit.com/r/androiddev/comments/12gq4b4/flutter_vs_kotlin_for_internship_in_india/) +- [Mouseless Android Studio Usage](https://www.reddit.com/r/androiddev/comments/12gmbs7/mouseless_android_studio_usage/) +- [I am a newbie who wants to make his first Android app to keep track of my e-mails, would learn Kotlin help?](https://www.reddit.com/r/androiddev/comments/12gm3x6/i_am_a_newbie_who_wants_to_make_his_first_android/) +- [Someone know reason for this error I got ?](https://www.reddit.com/r/androiddev/comments/12gjqdb/someone_know_reason_for_this_error_i_got/) +- [How to change my Play store Android app payment from "One time" to yearly subscription](https://www.reddit.com/r/androiddev/comments/12gi1fx/how_to_change_my_play_store_android_app_payment/) ### *InfoWorld posts* From 1f1b9862529de62b27d8ce3eeb8868d7770f2bfb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 11 Apr 2023 01:28:54 +0000 Subject: [PATCH 0493/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7027a3cf28..67c510185a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Problems with TopAppBar in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/12h2gjp/problems_with_topappbar_in_jetpack_compose/) -- [Good ressource to leaen how to implement offline caching with room db repository and dto ( network result )](https://www.reddit.com/r/androiddev/comments/12h15x2/good_ressource_to_leaen_how_to_implement_offline/) -- [Scrollbar TextView inside a BottomBarFragment](https://www.reddit.com/r/androiddev/comments/12gzmlu/scrollbar_textview_inside_a_bottombarfragment/) -- [Android swipe gestures hack](https://www.reddit.com/r/androiddev/comments/12gwdga/android_swipe_gestures_hack/) -- [LF: Andoird video player, that can becontrolled remotely with Wi-Fi](https://www.reddit.com/r/androiddev/comments/12gu9c5/lf_andoird_video_player_that_can_becontrolled/) -- [Flutter vs Kotlin for internship in India](https://www.reddit.com/r/androiddev/comments/12gq4b4/flutter_vs_kotlin_for_internship_in_india/) -- [Mouseless Android Studio Usage](https://www.reddit.com/r/androiddev/comments/12gmbs7/mouseless_android_studio_usage/) -- [I am a newbie who wants to make his first Android app to keep track of my e-mails, would learn Kotlin help?](https://www.reddit.com/r/androiddev/comments/12gm3x6/i_am_a_newbie_who_wants_to_make_his_first_android/) -- [Someone know reason for this error I got ?](https://www.reddit.com/r/androiddev/comments/12gjqdb/someone_know_reason_for_this_error_i_got/) -- [How to change my Play store Android app payment from "One time" to yearly subscription](https://www.reddit.com/r/androiddev/comments/12gi1fx/how_to_change_my_play_store_android_app_payment/) +- [What's modern approach to handling Preferences (UI & Storage) in Compose?](https://www.reddit.com/r/androiddev/comments/12i0al0/whats_modern_approach_to_handling_preferences_ui/) +- [Custom keyboard extension](https://www.reddit.com/r/androiddev/comments/12hyitp/custom_keyboard_extension/) +- [[BEGINNER] How do I develop the server side or the more "permanent" data storage. How do I do push notification?](https://www.reddit.com/r/androiddev/comments/12hwlcr/beginner_how_do_i_develop_the_server_side_or_the/) +- [Android Text Letter Spacing](https://www.reddit.com/r/androiddev/comments/12hwfyo/android_text_letter_spacing/) +- [Who are the owners of this company?](https://www.reddit.com/r/androiddev/comments/12hqlf0/who_are_the_owners_of_this_company/) +- [EditText inputType not working for hard keyboard](https://www.reddit.com/r/androiddev/comments/12hkv8r/edittext_inputtype_not_working_for_hard_keyboard/) +- [Fake / dummy MAC address of bluetooth in android head unit.](https://www.reddit.com/r/androiddev/comments/12hkc38/fake_dummy_mac_address_of_bluetooth_in_android/) +- [Introducing Y-Chat: A Kotlin Multiplatform Library for ChatGPT and Open AI APIs](https://www.reddit.com/r/androiddev/comments/12hk6it/introducing_ychat_a_kotlin_multiplatform_library/) +- [What's this effect called](https://www.reddit.com/r/androiddev/comments/12hifzs/whats_this_effect_called/) +- [Weekly Who's Hiring Thread - April 10, 2023](https://www.reddit.com/r/androiddev/comments/12hi419/weekly_whos_hiring_thread_april_10_2023/) ### *InfoWorld posts* From 83bb1f30ecfcfbcf2d6564f184f90ebbf0efeed5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 12 Apr 2023 01:29:10 +0000 Subject: [PATCH 0494/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 67c510185a..09299ac56e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What's modern approach to handling Preferences (UI & Storage) in Compose?](https://www.reddit.com/r/androiddev/comments/12i0al0/whats_modern_approach_to_handling_preferences_ui/) -- [Custom keyboard extension](https://www.reddit.com/r/androiddev/comments/12hyitp/custom_keyboard_extension/) -- [[BEGINNER] How do I develop the server side or the more "permanent" data storage. How do I do push notification?](https://www.reddit.com/r/androiddev/comments/12hwlcr/beginner_how_do_i_develop_the_server_side_or_the/) -- [Android Text Letter Spacing](https://www.reddit.com/r/androiddev/comments/12hwfyo/android_text_letter_spacing/) -- [Who are the owners of this company?](https://www.reddit.com/r/androiddev/comments/12hqlf0/who_are_the_owners_of_this_company/) -- [EditText inputType not working for hard keyboard](https://www.reddit.com/r/androiddev/comments/12hkv8r/edittext_inputtype_not_working_for_hard_keyboard/) -- [Fake / dummy MAC address of bluetooth in android head unit.](https://www.reddit.com/r/androiddev/comments/12hkc38/fake_dummy_mac_address_of_bluetooth_in_android/) -- [Introducing Y-Chat: A Kotlin Multiplatform Library for ChatGPT and Open AI APIs](https://www.reddit.com/r/androiddev/comments/12hk6it/introducing_ychat_a_kotlin_multiplatform_library/) -- [What's this effect called](https://www.reddit.com/r/androiddev/comments/12hifzs/whats_this_effect_called/) -- [Weekly Who's Hiring Thread - April 10, 2023](https://www.reddit.com/r/androiddev/comments/12hi419/weekly_whos_hiring_thread_april_10_2023/) +- [App creation](https://www.reddit.com/r/androiddev/comments/12j3iy8/app_creation/) +- [I can’t find my app by searching](https://www.reddit.com/r/androiddev/comments/12iwtne/i_cant_find_my_app_by_searching/) +- [What do you use for compose navigation?](https://www.reddit.com/r/androiddev/comments/12iwl1g/what_do_you_use_for_compose_navigation/) +- [Should the .db file be updated when using room migrations?](https://www.reddit.com/r/androiddev/comments/12ivs5x/should_the_db_file_be_updated_when_using_room/) +- [All orders refunded in Google Play Store](https://www.reddit.com/r/androiddev/comments/12ivnsq/all_orders_refunded_in_google_play_store/) +- [Important question for me to start freelancing](https://www.reddit.com/r/androiddev/comments/12iunkr/important_question_for_me_to_start_freelancing/) +- [Android 9 Easter egg on Android 13!](https://www.reddit.com/r/androiddev/comments/12itemd/android_9_easter_egg_on_android_13/) +- [Open source Android apps that pay for contribution?](https://www.reddit.com/r/androiddev/comments/12inofi/open_source_android_apps_that_pay_for_contribution/) +- [Best Android Developer Options Worth Tweaking](https://www.reddit.com/r/androiddev/comments/12ii8sn/best_android_developer_options_worth_tweaking/) +- [Retain AppBarLayout background gradient drawable and Lottie file.](https://www.reddit.com/r/androiddev/comments/12ihcar/retain_appbarlayout_background_gradient_drawable/) ### *InfoWorld posts* From c60238d7a4e3137668ac04e4c0ecd572d4eed2e4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 13 Apr 2023 01:29:54 +0000 Subject: [PATCH 0495/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 09299ac56e..5f1a7b498d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [App creation](https://www.reddit.com/r/androiddev/comments/12j3iy8/app_creation/) -- [I can’t find my app by searching](https://www.reddit.com/r/androiddev/comments/12iwtne/i_cant_find_my_app_by_searching/) -- [What do you use for compose navigation?](https://www.reddit.com/r/androiddev/comments/12iwl1g/what_do_you_use_for_compose_navigation/) -- [Should the .db file be updated when using room migrations?](https://www.reddit.com/r/androiddev/comments/12ivs5x/should_the_db_file_be_updated_when_using_room/) -- [All orders refunded in Google Play Store](https://www.reddit.com/r/androiddev/comments/12ivnsq/all_orders_refunded_in_google_play_store/) -- [Important question for me to start freelancing](https://www.reddit.com/r/androiddev/comments/12iunkr/important_question_for_me_to_start_freelancing/) -- [Android 9 Easter egg on Android 13!](https://www.reddit.com/r/androiddev/comments/12itemd/android_9_easter_egg_on_android_13/) -- [Open source Android apps that pay for contribution?](https://www.reddit.com/r/androiddev/comments/12inofi/open_source_android_apps_that_pay_for_contribution/) -- [Best Android Developer Options Worth Tweaking](https://www.reddit.com/r/androiddev/comments/12ii8sn/best_android_developer_options_worth_tweaking/) -- [Retain AppBarLayout background gradient drawable and Lottie file.](https://www.reddit.com/r/androiddev/comments/12ihcar/retain_appbarlayout_background_gradient_drawable/) +- [U can't change imagen of an app in Android studio](https://www.reddit.com/r/androiddev/comments/12k2eqo/u_cant_change_imagen_of_an_app_in_android_studio/) +- [Lightweight library for debouncing lambdas](https://www.reddit.com/r/androiddev/comments/12k1lzo/lightweight_library_for_debouncing_lambdas/) +- [Cross platform vs native Android?](https://www.reddit.com/r/androiddev/comments/12jzu8s/cross_platform_vs_native_android/) +- [How can I accurately measure real-time distance in my app without breaking the bank?](https://www.reddit.com/r/androiddev/comments/12jzmqj/how_can_i_accurately_measure_realtime_distance_in/) +- [Transfer image list for post](https://www.reddit.com/r/androiddev/comments/12jxtr1/transfer_image_list_for_post/) +- [Third party referrals and play store search ranking](https://www.reddit.com/r/androiddev/comments/12jxrff/third_party_referrals_and_play_store_search/) +- [Getting invalid package" error when manually installing APK on Android device](https://www.reddit.com/r/androiddev/comments/12jx0yv/getting_invalid_package_error_when_manually/) +- [What's the best way to gain Industry Experience in Android?](https://www.reddit.com/r/androiddev/comments/12jve94/whats_the_best_way_to_gain_industry_experience_in/) +- [Which tool to use to showcase android components](https://www.reddit.com/r/androiddev/comments/12jvdyb/which_tool_to_use_to_showcase_android_components/) +- [Play Console: Internal Testing Bug Fixes?](https://www.reddit.com/r/androiddev/comments/12jtzar/play_console_internal_testing_bug_fixes/) ### *InfoWorld posts* From 768f91b09b599863542eb75db91effd24a597f31 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 14 Apr 2023 01:28:51 +0000 Subject: [PATCH 0496/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5f1a7b498d..837fb6bd56 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [U can't change imagen of an app in Android studio](https://www.reddit.com/r/androiddev/comments/12k2eqo/u_cant_change_imagen_of_an_app_in_android_studio/) -- [Lightweight library for debouncing lambdas](https://www.reddit.com/r/androiddev/comments/12k1lzo/lightweight_library_for_debouncing_lambdas/) -- [Cross platform vs native Android?](https://www.reddit.com/r/androiddev/comments/12jzu8s/cross_platform_vs_native_android/) -- [How can I accurately measure real-time distance in my app without breaking the bank?](https://www.reddit.com/r/androiddev/comments/12jzmqj/how_can_i_accurately_measure_realtime_distance_in/) -- [Transfer image list for post](https://www.reddit.com/r/androiddev/comments/12jxtr1/transfer_image_list_for_post/) -- [Third party referrals and play store search ranking](https://www.reddit.com/r/androiddev/comments/12jxrff/third_party_referrals_and_play_store_search/) -- [Getting invalid package" error when manually installing APK on Android device](https://www.reddit.com/r/androiddev/comments/12jx0yv/getting_invalid_package_error_when_manually/) -- [What's the best way to gain Industry Experience in Android?](https://www.reddit.com/r/androiddev/comments/12jve94/whats_the_best_way_to_gain_industry_experience_in/) -- [Which tool to use to showcase android components](https://www.reddit.com/r/androiddev/comments/12jvdyb/which_tool_to_use_to_showcase_android_components/) -- [Play Console: Internal Testing Bug Fixes?](https://www.reddit.com/r/androiddev/comments/12jtzar/play_console_internal_testing_bug_fixes/) +- [Is mobile development closer to web front or back?](https://www.reddit.com/r/androiddev/comments/12ldc29/is_mobile_development_closer_to_web_front_or_back/) +- [Anyone here work at a big US automaker as an Android infotainment developer? How is it compared to traditional Android dev?](https://www.reddit.com/r/androiddev/comments/12lcb1p/anyone_here_work_at_a_big_us_automaker_as_an/) +- [Android Studio Flamingo is stable](https://www.reddit.com/r/androiddev/comments/12l30le/android_studio_flamingo_is_stable/) +- [Is this the standard way to set up a backend for stock market mobile app?](https://www.reddit.com/r/androiddev/comments/12l1lpl/is_this_the_standard_way_to_set_up_a_backend_for/) +- [Android Developers Blog: Kotlin DSL is Now the Default for New Gradle Builds](https://www.reddit.com/r/androiddev/comments/12kq7zr/android_developers_blog_kotlin_dsl_is_now_the/) +- [Java or kotlin](https://www.reddit.com/r/androiddev/comments/12kpijg/java_or_kotlin/) +- [The universe is backwards. My IOS app got approved in one day, and now I am still waiting on my Google App to get approved.](https://www.reddit.com/r/androiddev/comments/12kolx1/the_universe_is_backwards_my_ios_app_got_approved/) +- [How to play/export .JSON animation with assets](https://www.reddit.com/r/androiddev/comments/12kocn8/how_to_playexport_json_animation_with_assets/) +- [Swap animation in jetpack compose](https://www.reddit.com/r/androiddev/comments/12kmrwp/swap_animation_in_jetpack_compose/) +- [Google’s account switcher with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/12kkk2b/googles_account_switcher_with_jetpack_compose/) ### *InfoWorld posts* From 37780ecbad4b14387aa0d598d55dcc0c6e432df6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 15 Apr 2023 01:29:09 +0000 Subject: [PATCH 0497/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 837fb6bd56..54da87b183 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is mobile development closer to web front or back?](https://www.reddit.com/r/androiddev/comments/12ldc29/is_mobile_development_closer_to_web_front_or_back/) -- [Anyone here work at a big US automaker as an Android infotainment developer? How is it compared to traditional Android dev?](https://www.reddit.com/r/androiddev/comments/12lcb1p/anyone_here_work_at_a_big_us_automaker_as_an/) -- [Android Studio Flamingo is stable](https://www.reddit.com/r/androiddev/comments/12l30le/android_studio_flamingo_is_stable/) -- [Is this the standard way to set up a backend for stock market mobile app?](https://www.reddit.com/r/androiddev/comments/12l1lpl/is_this_the_standard_way_to_set_up_a_backend_for/) -- [Android Developers Blog: Kotlin DSL is Now the Default for New Gradle Builds](https://www.reddit.com/r/androiddev/comments/12kq7zr/android_developers_blog_kotlin_dsl_is_now_the/) -- [Java or kotlin](https://www.reddit.com/r/androiddev/comments/12kpijg/java_or_kotlin/) -- [The universe is backwards. My IOS app got approved in one day, and now I am still waiting on my Google App to get approved.](https://www.reddit.com/r/androiddev/comments/12kolx1/the_universe_is_backwards_my_ios_app_got_approved/) -- [How to play/export .JSON animation with assets](https://www.reddit.com/r/androiddev/comments/12kocn8/how_to_playexport_json_animation_with_assets/) -- [Swap animation in jetpack compose](https://www.reddit.com/r/androiddev/comments/12kmrwp/swap_animation_in_jetpack_compose/) -- [Google’s account switcher with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/12kkk2b/googles_account_switcher_with_jetpack_compose/) +- [Background Location, and Permissions - seeking urgent help](https://www.reddit.com/r/androiddev/comments/12mkxdk/background_location_and_permissions_seeking/) +- [GitHub - kryptokrona/kryptokrona-kotlin-sdk: Kryptokrona SDK in Kotlin for building decentralized private communication and payment systems.](https://www.reddit.com/r/androiddev/comments/12mjf7d/github_kryptokronakryptokronakotlinsdk/) +- [How to implement hold and drag functionality on scrollview?](https://www.reddit.com/r/androiddev/comments/12mj5lu/how_to_implement_hold_and_drag_functionality_on/) +- [RoboDroid: Manage (and soon deploy) Android devices with pre-defined behaviors for Cyber Range environments](https://www.reddit.com/r/androiddev/comments/12mi1bw/robodroid_manage_and_soon_deploy_android_devices/) +- [Does Material3 has Dark Toolbar style?](https://www.reddit.com/r/androiddev/comments/12med3o/does_material3_has_dark_toolbar_style/) +- [How to hack android tv over the internet with shodan](https://www.reddit.com/r/androiddev/comments/12mcvhw/how_to_hack_android_tv_over_the_internet_with/) +- [Is it necessary to have a sticky service to make Geofences work?](https://www.reddit.com/r/androiddev/comments/12mbllr/is_it_necessary_to_have_a_sticky_service_to_make/) +- [App is not compliant with family policy requirments.Google Play](https://www.reddit.com/r/androiddev/comments/12m9dz7/app_is_not_compliant_with_family_policy/) +- [JADXecute, Enhancing JADX Reverse Engineering /W Dynamic Code Execution](https://www.reddit.com/r/androiddev/comments/12m4sg7/jadxecute_enhancing_jadx_reverse_engineering_w/) +- [Anyone else get annoyed when certain versions of androidx artifacts require compiling against Preview or Beta Android SDKs?](https://www.reddit.com/r/androiddev/comments/12m3h66/anyone_else_get_annoyed_when_certain_versions_of/) ### *InfoWorld posts* From ef6a5cb68a81e090a4ac0874bf34131babbcdf64 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 16 Apr 2023 01:29:44 +0000 Subject: [PATCH 0498/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 54da87b183..db3694be18 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Background Location, and Permissions - seeking urgent help](https://www.reddit.com/r/androiddev/comments/12mkxdk/background_location_and_permissions_seeking/) -- [GitHub - kryptokrona/kryptokrona-kotlin-sdk: Kryptokrona SDK in Kotlin for building decentralized private communication and payment systems.](https://www.reddit.com/r/androiddev/comments/12mjf7d/github_kryptokronakryptokronakotlinsdk/) -- [How to implement hold and drag functionality on scrollview?](https://www.reddit.com/r/androiddev/comments/12mj5lu/how_to_implement_hold_and_drag_functionality_on/) -- [RoboDroid: Manage (and soon deploy) Android devices with pre-defined behaviors for Cyber Range environments](https://www.reddit.com/r/androiddev/comments/12mi1bw/robodroid_manage_and_soon_deploy_android_devices/) -- [Does Material3 has Dark Toolbar style?](https://www.reddit.com/r/androiddev/comments/12med3o/does_material3_has_dark_toolbar_style/) -- [How to hack android tv over the internet with shodan](https://www.reddit.com/r/androiddev/comments/12mcvhw/how_to_hack_android_tv_over_the_internet_with/) -- [Is it necessary to have a sticky service to make Geofences work?](https://www.reddit.com/r/androiddev/comments/12mbllr/is_it_necessary_to_have_a_sticky_service_to_make/) -- [App is not compliant with family policy requirments.Google Play](https://www.reddit.com/r/androiddev/comments/12m9dz7/app_is_not_compliant_with_family_policy/) -- [JADXecute, Enhancing JADX Reverse Engineering /W Dynamic Code Execution](https://www.reddit.com/r/androiddev/comments/12m4sg7/jadxecute_enhancing_jadx_reverse_engineering_w/) -- [Anyone else get annoyed when certain versions of androidx artifacts require compiling against Preview or Beta Android SDKs?](https://www.reddit.com/r/androiddev/comments/12m3h66/anyone_else_get_annoyed_when_certain_versions_of/) +- [GPS accuracy issues when screen is off in Android](https://www.reddit.com/r/androiddev/comments/12nlv3u/gps_accuracy_issues_when_screen_is_off_in_android/) +- [Interest in a web3 app marketplace where you can sell your apks as encrypted nfts and basically keep all the revenue?](https://www.reddit.com/r/androiddev/comments/12nf6wc/interest_in_a_web3_app_marketplace_where_you_can/) +- [Icon turns to default android icon once installed from playstore.](https://www.reddit.com/r/androiddev/comments/12ne8dx/icon_turns_to_default_android_icon_once_installed/) +- [Project idea for engineering final year for team of 3 people](https://www.reddit.com/r/androiddev/comments/12navvr/project_idea_for_engineering_final_year_for_team/) +- [My app when typed in play store use to show the overview of app of the app alongside an install button before even clicking it. My app name is called Iguhallee (demonstrated in the second image). I want to appear like the first picture when the app is typed in the play store search(like first pic)](https://www.reddit.com/r/androiddev/comments/12n6qcl/my_app_when_typed_in_play_store_use_to_show_the/) +- [How is the job market nowadays where you live?](https://www.reddit.com/r/androiddev/comments/12n2y7d/how_is_the_job_market_nowadays_where_you_live/) +- [Is it ok to have global scopes when the coroutine I'm starting has *nothing* to do with showing UI, nor do I care about its result?](https://www.reddit.com/r/androiddev/comments/12mzyk3/is_it_ok_to_have_global_scopes_when_the_coroutine/) +- [Problem with Wireless Debugging in Android Studio](https://www.reddit.com/r/androiddev/comments/12mzccg/problem_with_wireless_debugging_in_android_studio/) +- [Kotlin bug?](https://www.reddit.com/r/androiddev/comments/12mxypn/kotlin_bug/) +- [How to make navigation drawer over status bar?](https://www.reddit.com/r/androiddev/comments/12mxmns/how_to_make_navigation_drawer_over_status_bar/) ### *InfoWorld posts* From 7f93b841b56e0de6838969b1333a77f0beab06df Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 16 Apr 2023 01:29:46 +0000 Subject: [PATCH 0499/1422] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db3694be18..a4ba68ca54 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *InfoWorld posts* +- [Android Studio Flamingo upgrades UI tooling](https://www.infoworld.com/article/3693588/android-studio-flamingo-ide-enhances-ui-building.html#tk.rss_android) - [Android 14 preview for developers arrives](https://www.infoworld.com/article/3687731/android-14-preview-for-developers-arrives.html#tk.rss_android) - [What is Kotlin? The Java alternative explained](https://www.infoworld.com/article/3224868/what-is-kotlin-the-java-alternative-explained.html#tk.rss_android) - [Android 13 brings themed app icons, security tweaks](https://www.infoworld.com/article/3669860/android-13-brings-themed-app-icons-security-tweaks.html#tk.rss_android) @@ -295,7 +296,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Microsoft weighs in on Surface Duo apps](https://www.infoworld.com/article/3634419/microsoft-weighs-in-on-surface-duo-apps.html#tk.rss_android) - [Google Flutter 2.5 UI kit is now stable](https://www.infoworld.com/article/3632887/google-flutter-25-ui-kit-is-now-stable.html#tk.rss_android) - [Jetpack Compose for Android turns GA](https://www.infoworld.com/article/3627298/jetpack-compose-for-android-turns-ga.html#tk.rss_android) -- [Microsoft sunsets Xamarin toolkit](https://www.infoworld.com/article/3626453/microsoft-sunsets-xamarin-toolkit.html#tk.rss_android) ### *RedHat posts* From 2ba6b42415fc02b2242a69b4c8db3fc113a417b4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 17 Apr 2023 01:29:04 +0000 Subject: [PATCH 0500/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a4ba68ca54..99c868b8cc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [GPS accuracy issues when screen is off in Android](https://www.reddit.com/r/androiddev/comments/12nlv3u/gps_accuracy_issues_when_screen_is_off_in_android/) -- [Interest in a web3 app marketplace where you can sell your apks as encrypted nfts and basically keep all the revenue?](https://www.reddit.com/r/androiddev/comments/12nf6wc/interest_in_a_web3_app_marketplace_where_you_can/) -- [Icon turns to default android icon once installed from playstore.](https://www.reddit.com/r/androiddev/comments/12ne8dx/icon_turns_to_default_android_icon_once_installed/) -- [Project idea for engineering final year for team of 3 people](https://www.reddit.com/r/androiddev/comments/12navvr/project_idea_for_engineering_final_year_for_team/) -- [My app when typed in play store use to show the overview of app of the app alongside an install button before even clicking it. My app name is called Iguhallee (demonstrated in the second image). I want to appear like the first picture when the app is typed in the play store search(like first pic)](https://www.reddit.com/r/androiddev/comments/12n6qcl/my_app_when_typed_in_play_store_use_to_show_the/) -- [How is the job market nowadays where you live?](https://www.reddit.com/r/androiddev/comments/12n2y7d/how_is_the_job_market_nowadays_where_you_live/) -- [Is it ok to have global scopes when the coroutine I'm starting has *nothing* to do with showing UI, nor do I care about its result?](https://www.reddit.com/r/androiddev/comments/12mzyk3/is_it_ok_to_have_global_scopes_when_the_coroutine/) -- [Problem with Wireless Debugging in Android Studio](https://www.reddit.com/r/androiddev/comments/12mzccg/problem_with_wireless_debugging_in_android_studio/) -- [Kotlin bug?](https://www.reddit.com/r/androiddev/comments/12mxypn/kotlin_bug/) -- [How to make navigation drawer over status bar?](https://www.reddit.com/r/androiddev/comments/12mxmns/how_to_make_navigation_drawer_over_status_bar/) +- [Authenticity of custom Rom](https://www.reddit.com/r/androiddev/comments/12oss0a/authenticity_of_custom_rom/) +- [keystore file does not exist error-android studio](https://www.reddit.com/r/androiddev/comments/12ortwu/keystore_file_does_not_exist_errorandroid_studio/) +- [Android app for chatgpt](https://www.reddit.com/r/androiddev/comments/12oly6g/android_app_for_chatgpt/) +- [If intents, bundle, and SharedPreference are all used to store/pass data between activities, what are the differences between them?](https://www.reddit.com/r/androiddev/comments/12ohn71/if_intents_bundle_and_sharedpreference_are_all/) +- [An endeavor to prove it’s Google’s bug and get them to fix it](https://www.reddit.com/r/androiddev/comments/12oaomj/an_endeavor_to_prove_its_googles_bug_and_get_them/) +- [2048 car game app inventor](https://www.reddit.com/r/androiddev/comments/12o9mf0/2048_car_game_app_inventor/) +- [Single activity or multiple activaty for TV apps?](https://www.reddit.com/r/androiddev/comments/12o9kb1/single_activity_or_multiple_activaty_for_tv_apps/) +- [Write logs to filesystem manually or is there a framework?](https://www.reddit.com/r/androiddev/comments/12o5ppg/write_logs_to_filesystem_manually_or_is_there_a/) +- [Does the Glide library support retrying to load images when a failed signal is received?](https://www.reddit.com/r/androiddev/comments/12o53y2/does_the_glide_library_support_retrying_to_load/) +- [What is the right way to create a video editor timeline view](https://www.reddit.com/r/androiddev/comments/12nza4l/what_is_the_right_way_to_create_a_video_editor/) ### *InfoWorld posts* From 6b3f0eb17f81be032e15edef12193f8ecaf8a470 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 18 Apr 2023 01:29:46 +0000 Subject: [PATCH 0501/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 99c868b8cc..464a6e69c6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Authenticity of custom Rom](https://www.reddit.com/r/androiddev/comments/12oss0a/authenticity_of_custom_rom/) -- [keystore file does not exist error-android studio](https://www.reddit.com/r/androiddev/comments/12ortwu/keystore_file_does_not_exist_errorandroid_studio/) -- [Android app for chatgpt](https://www.reddit.com/r/androiddev/comments/12oly6g/android_app_for_chatgpt/) -- [If intents, bundle, and SharedPreference are all used to store/pass data between activities, what are the differences between them?](https://www.reddit.com/r/androiddev/comments/12ohn71/if_intents_bundle_and_sharedpreference_are_all/) -- [An endeavor to prove it’s Google’s bug and get them to fix it](https://www.reddit.com/r/androiddev/comments/12oaomj/an_endeavor_to_prove_its_googles_bug_and_get_them/) -- [2048 car game app inventor](https://www.reddit.com/r/androiddev/comments/12o9mf0/2048_car_game_app_inventor/) -- [Single activity or multiple activaty for TV apps?](https://www.reddit.com/r/androiddev/comments/12o9kb1/single_activity_or_multiple_activaty_for_tv_apps/) -- [Write logs to filesystem manually or is there a framework?](https://www.reddit.com/r/androiddev/comments/12o5ppg/write_logs_to_filesystem_manually_or_is_there_a/) -- [Does the Glide library support retrying to load images when a failed signal is received?](https://www.reddit.com/r/androiddev/comments/12o53y2/does_the_glide_library_support_retrying_to_load/) -- [What is the right way to create a video editor timeline view](https://www.reddit.com/r/androiddev/comments/12nza4l/what_is_the_right_way_to_create_a_video_editor/) +- [Google deletes my account for no apparent reason](https://www.reddit.com/r/androiddev/comments/12q09fj/google_deletes_my_account_for_no_apparent_reason/) +- [Improvements and Changes to Compose’s Pointer Input](https://www.reddit.com/r/androiddev/comments/12pvt3x/improvements_and_changes_to_composes_pointer_input/) +- [How do you prevent your apps published on PlayStore to be jail-breaked/modded and ending up scattered on every other site?](https://www.reddit.com/r/androiddev/comments/12puvyf/how_do_you_prevent_your_apps_published_on/) +- [As someone hoping to break into the industry in 2024, should I focus on XML or jet pack compose?](https://www.reddit.com/r/androiddev/comments/12pra5b/as_someone_hoping_to_break_into_the_industry_in/) +- [How twitter keep session even though I clear all data?](https://www.reddit.com/r/androiddev/comments/12pqoxt/how_twitter_keep_session_even_though_i_clear_all/) +- [What's new in Android dev in the last 3-5 years?](https://www.reddit.com/r/androiddev/comments/12pqikc/whats_new_in_android_dev_in_the_last_35_years/) +- [Is there an issue with generating APKs lately](https://www.reddit.com/r/androiddev/comments/12pq3ih/is_there_an_issue_with_generating_apks_lately/) +- [can anyone help with Exception java.lang.RuntimeException Error App Crashing On Google Play](https://www.reddit.com/r/androiddev/comments/12pnuyy/can_anyone_help_with_exception/) +- [Finally got my app through Google review.](https://www.reddit.com/r/androiddev/comments/12pn3mm/finally_got_my_app_through_google_review/) +- [Open sourcebluetooth terminal?](https://www.reddit.com/r/androiddev/comments/12pmhub/open_sourcebluetooth_terminal/) ### *InfoWorld posts* From 969130cf969421c01f7a769f83ccda9ab579e215 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 19 Apr 2023 01:29:31 +0000 Subject: [PATCH 0502/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 464a6e69c6..2f4ba3a340 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Google deletes my account for no apparent reason](https://www.reddit.com/r/androiddev/comments/12q09fj/google_deletes_my_account_for_no_apparent_reason/) -- [Improvements and Changes to Compose’s Pointer Input](https://www.reddit.com/r/androiddev/comments/12pvt3x/improvements_and_changes_to_composes_pointer_input/) -- [How do you prevent your apps published on PlayStore to be jail-breaked/modded and ending up scattered on every other site?](https://www.reddit.com/r/androiddev/comments/12puvyf/how_do_you_prevent_your_apps_published_on/) -- [As someone hoping to break into the industry in 2024, should I focus on XML or jet pack compose?](https://www.reddit.com/r/androiddev/comments/12pra5b/as_someone_hoping_to_break_into_the_industry_in/) -- [How twitter keep session even though I clear all data?](https://www.reddit.com/r/androiddev/comments/12pqoxt/how_twitter_keep_session_even_though_i_clear_all/) -- [What's new in Android dev in the last 3-5 years?](https://www.reddit.com/r/androiddev/comments/12pqikc/whats_new_in_android_dev_in_the_last_35_years/) -- [Is there an issue with generating APKs lately](https://www.reddit.com/r/androiddev/comments/12pq3ih/is_there_an_issue_with_generating_apks_lately/) -- [can anyone help with Exception java.lang.RuntimeException Error App Crashing On Google Play](https://www.reddit.com/r/androiddev/comments/12pnuyy/can_anyone_help_with_exception/) -- [Finally got my app through Google review.](https://www.reddit.com/r/androiddev/comments/12pn3mm/finally_got_my_app_through_google_review/) -- [Open sourcebluetooth terminal?](https://www.reddit.com/r/androiddev/comments/12pmhub/open_sourcebluetooth_terminal/) +- [Why some apps use copyrighted names but others get suspended because of it?](https://www.reddit.com/r/androiddev/comments/12r7q69/why_some_apps_use_copyrighted_names_but_others/) +- [Need Help Implementing Ads With Admob and Android Studio](https://www.reddit.com/r/androiddev/comments/12r5spl/need_help_implementing_ads_with_admob_and_android/) +- [🚨 Seeking Assistance - Google Play Console Developer Account Termination 🚨](https://www.reddit.com/r/androiddev/comments/12r5gj4/seeking_assistance_google_play_console_developer/) +- [Participate in a Carnegie Mellon University research study [STUDY2023_00000084]](https://www.reddit.com/r/androiddev/comments/12r4bcd/participate_in_a_carnegie_mellon_university/) +- [Why do so many places hire "Android Developers" but use React and JS?](https://www.reddit.com/r/androiddev/comments/12r0j5r/why_do_so_many_places_hire_android_developers_but/) +- [Does anyone has experience in using measurement SDK to track TikTok ads install?](https://www.reddit.com/r/androiddev/comments/12qz4v0/does_anyone_has_experience_in_using_measurement/) +- [Should I give up the dream of Android? I've been at this for 1.5 years now.](https://www.reddit.com/r/androiddev/comments/12qy521/should_i_give_up_the_dream_of_android_ive_been_at/) +- [Android Studio Flamingo now available in the stable channel](https://www.reddit.com/r/androiddev/comments/12qw7xs/android_studio_flamingo_now_available_in_the/) +- [Reusing fragments with ViewModels](https://www.reddit.com/r/androiddev/comments/12quby0/reusing_fragments_with_viewmodels/) +- [Android modularization from MVP to Enterprise](https://www.reddit.com/r/androiddev/comments/12qna6m/android_modularization_from_mvp_to_enterprise/) ### *InfoWorld posts* From 4ec7c1ac25c6b40c00e0f5c4598f0d4db199eb73 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 20 Apr 2023 01:30:04 +0000 Subject: [PATCH 0503/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2f4ba3a340..0bc72c4ddd 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Why some apps use copyrighted names but others get suspended because of it?](https://www.reddit.com/r/androiddev/comments/12r7q69/why_some_apps_use_copyrighted_names_but_others/) -- [Need Help Implementing Ads With Admob and Android Studio](https://www.reddit.com/r/androiddev/comments/12r5spl/need_help_implementing_ads_with_admob_and_android/) -- [🚨 Seeking Assistance - Google Play Console Developer Account Termination 🚨](https://www.reddit.com/r/androiddev/comments/12r5gj4/seeking_assistance_google_play_console_developer/) -- [Participate in a Carnegie Mellon University research study [STUDY2023_00000084]](https://www.reddit.com/r/androiddev/comments/12r4bcd/participate_in_a_carnegie_mellon_university/) -- [Why do so many places hire "Android Developers" but use React and JS?](https://www.reddit.com/r/androiddev/comments/12r0j5r/why_do_so_many_places_hire_android_developers_but/) -- [Does anyone has experience in using measurement SDK to track TikTok ads install?](https://www.reddit.com/r/androiddev/comments/12qz4v0/does_anyone_has_experience_in_using_measurement/) -- [Should I give up the dream of Android? I've been at this for 1.5 years now.](https://www.reddit.com/r/androiddev/comments/12qy521/should_i_give_up_the_dream_of_android_ive_been_at/) -- [Android Studio Flamingo now available in the stable channel](https://www.reddit.com/r/androiddev/comments/12qw7xs/android_studio_flamingo_now_available_in_the/) -- [Reusing fragments with ViewModels](https://www.reddit.com/r/androiddev/comments/12quby0/reusing_fragments_with_viewmodels/) -- [Android modularization from MVP to Enterprise](https://www.reddit.com/r/androiddev/comments/12qna6m/android_modularization_from_mvp_to_enterprise/) +- [Workaround for mavenCentral() being down currently](https://www.reddit.com/r/androiddev/comments/12shc9d/workaround_for_mavencentral_being_down_currently/) +- [New Android project with empty activity uses 65MB in profiler. Is this normal?](https://www.reddit.com/r/androiddev/comments/12sf8ni/new_android_project_with_empty_activity_uses_65mb/) +- [FOr those looking to disable the rotate button on the navigation bar of Android phones an the normal method doesn't work](https://www.reddit.com/r/androiddev/comments/12sd437/for_those_looking_to_disable_the_rotate_button_on/) +- [Is learning cloud/devops skills of any benefit for android developers?](https://www.reddit.com/r/androiddev/comments/12sceny/is_learning_clouddevops_skills_of_any_benefit_for/) +- [I'm looking for a way to do something similar as Samsung's Call management from another device](https://www.reddit.com/r/androiddev/comments/12s9jsr/im_looking_for_a_way_to_do_something_similar_as/) +- [Which is the least SDK where FragmentManager.isStateSaved() returns true before onResumed?](https://www.reddit.com/r/androiddev/comments/12s7llf/which_is_the_least_sdk_where/) +- [Virtual machines on android phones](https://www.reddit.com/r/androiddev/comments/12s55jj/virtual_machines_on_android_phones/) +- [Recommendation on how to start](https://www.reddit.com/r/androiddev/comments/12s4h9m/recommendation_on_how_to_start/) +- [Merge App Store Connect and Play Console data? Any tips?](https://www.reddit.com/r/androiddev/comments/12s3wbp/merge_app_store_connect_and_play_console_data_any/) +- [Custom chatbot with ChatGPT Open AI API call, github repos?](https://www.reddit.com/r/androiddev/comments/12s3o1b/custom_chatbot_with_chatgpt_open_ai_api_call/) ### *InfoWorld posts* From 2fc8398b86a43be3be21b400641db17720fb9d69 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 20 Apr 2023 01:30:06 +0000 Subject: [PATCH 0504/1422] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bc72c4ddd..e989a87de2 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *InfoWorld posts* +- [Build better Jetpack Compose apps with Sentry](https://www.infoworld.com/article/3693018/build-better-jetpack-compose-apps-with-sentry.html#tk.rss_android) - [Android Studio Flamingo upgrades UI tooling](https://www.infoworld.com/article/3693588/android-studio-flamingo-ide-enhances-ui-building.html#tk.rss_android) - [Android 14 preview for developers arrives](https://www.infoworld.com/article/3687731/android-14-preview-for-developers-arrives.html#tk.rss_android) - [What is Kotlin? The Java alternative explained](https://www.infoworld.com/article/3224868/what-is-kotlin-the-java-alternative-explained.html#tk.rss_android) @@ -295,7 +296,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Google unveils developer preview of Android 12L](https://www.infoworld.com/article/3638757/google-unveils-developer-preview-of-android-12l.html#tk.rss_android) - [Microsoft weighs in on Surface Duo apps](https://www.infoworld.com/article/3634419/microsoft-weighs-in-on-surface-duo-apps.html#tk.rss_android) - [Google Flutter 2.5 UI kit is now stable](https://www.infoworld.com/article/3632887/google-flutter-25-ui-kit-is-now-stable.html#tk.rss_android) -- [Jetpack Compose for Android turns GA](https://www.infoworld.com/article/3627298/jetpack-compose-for-android-turns-ga.html#tk.rss_android) ### *RedHat posts* From 315409410fda1caff754f41852c1518998cc5de3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 21 Apr 2023 01:29:30 +0000 Subject: [PATCH 0505/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e989a87de2..3f36d9f6ea 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Workaround for mavenCentral() being down currently](https://www.reddit.com/r/androiddev/comments/12shc9d/workaround_for_mavencentral_being_down_currently/) -- [New Android project with empty activity uses 65MB in profiler. Is this normal?](https://www.reddit.com/r/androiddev/comments/12sf8ni/new_android_project_with_empty_activity_uses_65mb/) -- [FOr those looking to disable the rotate button on the navigation bar of Android phones an the normal method doesn't work](https://www.reddit.com/r/androiddev/comments/12sd437/for_those_looking_to_disable_the_rotate_button_on/) -- [Is learning cloud/devops skills of any benefit for android developers?](https://www.reddit.com/r/androiddev/comments/12sceny/is_learning_clouddevops_skills_of_any_benefit_for/) -- [I'm looking for a way to do something similar as Samsung's Call management from another device](https://www.reddit.com/r/androiddev/comments/12s9jsr/im_looking_for_a_way_to_do_something_similar_as/) -- [Which is the least SDK where FragmentManager.isStateSaved() returns true before onResumed?](https://www.reddit.com/r/androiddev/comments/12s7llf/which_is_the_least_sdk_where/) -- [Virtual machines on android phones](https://www.reddit.com/r/androiddev/comments/12s55jj/virtual_machines_on_android_phones/) -- [Recommendation on how to start](https://www.reddit.com/r/androiddev/comments/12s4h9m/recommendation_on_how_to_start/) -- [Merge App Store Connect and Play Console data? Any tips?](https://www.reddit.com/r/androiddev/comments/12s3wbp/merge_app_store_connect_and_play_console_data_any/) -- [Custom chatbot with ChatGPT Open AI API call, github repos?](https://www.reddit.com/r/androiddev/comments/12s3o1b/custom_chatbot_with_chatgpt_open_ai_api_call/) +- [Can someone please give me an overview of how the tools to build android applications fit together WITHOUT Android Studio?](https://www.reddit.com/r/androiddev/comments/12tkx6w/can_someone_please_give_me_an_overview_of_how_the/) +- [Anyone tried the new 'com.android.settings' plugin? Can't seem to make it work.](https://www.reddit.com/r/androiddev/comments/12thx5y/anyone_tried_the_new_comandroidsettings_plugin/) +- [Do you know of a page, blog, or group that allows developers to test and promote an indie app for free?](https://www.reddit.com/r/androiddev/comments/12tel7l/do_you_know_of_a_page_blog_or_group_that_allows/) +- [Gradle Kotlin DSL to be default in Android Giraffe despite subpar performance v. Groovy DSL](https://www.reddit.com/r/androiddev/comments/12td31f/gradle_kotlin_dsl_to_be_default_in_android/) +- [Thoughts on the tech industry situation!](https://www.reddit.com/r/androiddev/comments/12tcw4u/thoughts_on_the_tech_industry_situation/) +- [Help with Ad Implementation using Admob](https://www.reddit.com/r/androiddev/comments/12tbbfr/help_with_ad_implementation_using_admob/) +- [Broadcast Receiver and record_audio permissions](https://www.reddit.com/r/androiddev/comments/12taim5/broadcast_receiver_and_record_audio_permissions/) +- [Android Studio Giraffe Beta 1 now available](https://www.reddit.com/r/androiddev/comments/12taekx/android_studio_giraffe_beta_1_now_available/) +- [A few questions about mobile development career](https://www.reddit.com/r/androiddev/comments/12tae6v/a_few_questions_about_mobile_development_career/) +- [Observe the progress of the workmanager while it is in the running state](https://www.reddit.com/r/androiddev/comments/12t1oyf/observe_the_progress_of_the_workmanager_while_it/) ### *InfoWorld posts* From 9ff8c55cde11cd9ddd4655e1336fd41839fb09da Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 22 Apr 2023 01:29:03 +0000 Subject: [PATCH 0506/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3f36d9f6ea..a94cc77984 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Can someone please give me an overview of how the tools to build android applications fit together WITHOUT Android Studio?](https://www.reddit.com/r/androiddev/comments/12tkx6w/can_someone_please_give_me_an_overview_of_how_the/) -- [Anyone tried the new 'com.android.settings' plugin? Can't seem to make it work.](https://www.reddit.com/r/androiddev/comments/12thx5y/anyone_tried_the_new_comandroidsettings_plugin/) -- [Do you know of a page, blog, or group that allows developers to test and promote an indie app for free?](https://www.reddit.com/r/androiddev/comments/12tel7l/do_you_know_of_a_page_blog_or_group_that_allows/) -- [Gradle Kotlin DSL to be default in Android Giraffe despite subpar performance v. Groovy DSL](https://www.reddit.com/r/androiddev/comments/12td31f/gradle_kotlin_dsl_to_be_default_in_android/) -- [Thoughts on the tech industry situation!](https://www.reddit.com/r/androiddev/comments/12tcw4u/thoughts_on_the_tech_industry_situation/) -- [Help with Ad Implementation using Admob](https://www.reddit.com/r/androiddev/comments/12tbbfr/help_with_ad_implementation_using_admob/) -- [Broadcast Receiver and record_audio permissions](https://www.reddit.com/r/androiddev/comments/12taim5/broadcast_receiver_and_record_audio_permissions/) -- [Android Studio Giraffe Beta 1 now available](https://www.reddit.com/r/androiddev/comments/12taekx/android_studio_giraffe_beta_1_now_available/) -- [A few questions about mobile development career](https://www.reddit.com/r/androiddev/comments/12tae6v/a_few_questions_about_mobile_development_career/) -- [Observe the progress of the workmanager while it is in the running state](https://www.reddit.com/r/androiddev/comments/12t1oyf/observe_the_progress_of_the_workmanager_while_it/) +- [AutoGPT and Medical Cybercrimes: AI War?](https://www.reddit.com/r/androiddev/comments/12upo2g/autogpt_and_medical_cybercrimes_ai_war/) +- [I just published my first library for Android! It's a progress dialog called 'PleaseWait'](https://www.reddit.com/r/androiddev/comments/12up1my/i_just_published_my_first_library_for_android_its/) +- [🟣 Simple advice needed - Building a bloatware list](https://www.reddit.com/r/androiddev/comments/12un9c1/simple_advice_needed_building_a_bloatware_list/) +- [Manage Complex Single State in View based Application](https://www.reddit.com/r/androiddev/comments/12uldl6/manage_complex_single_state_in_view_based/) +- [fatal: manifest 'default.xml' not available; fatal: manifest default.xml not found](https://www.reddit.com/r/androiddev/comments/12uixdx/fatal_manifest_defaultxml_not_available_fatal/) +- [Participate in a Carnegie Mellon University research study [STUDY2023_00000084]](https://www.reddit.com/r/androiddev/comments/12uhij5/participate_in_a_carnegie_mellon_university/) +- [Developer contact shows my physical address in Google Play. Is it possible to hide it somehow?](https://www.reddit.com/r/androiddev/comments/12ug8ge/developer_contact_shows_my_physical_address_in/) +- [How to have process communication in a mobile application](https://www.reddit.com/r/androiddev/comments/12uezae/how_to_have_process_communication_in_a_mobile/) +- [Request access to android/data folder](https://www.reddit.com/r/androiddev/comments/12ua7hr/request_access_to_androiddata_folder/) +- [How to differentiate users without authentication?](https://www.reddit.com/r/androiddev/comments/12u9hm8/how_to_differentiate_users_without_authentication/) ### *InfoWorld posts* From 6e4a868ee1b4f6c44f43819857e0e4c1bff9565b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 23 Apr 2023 01:29:31 +0000 Subject: [PATCH 0507/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a94cc77984..d397b77fa7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [AutoGPT and Medical Cybercrimes: AI War?](https://www.reddit.com/r/androiddev/comments/12upo2g/autogpt_and_medical_cybercrimes_ai_war/) -- [I just published my first library for Android! It's a progress dialog called 'PleaseWait'](https://www.reddit.com/r/androiddev/comments/12up1my/i_just_published_my_first_library_for_android_its/) -- [🟣 Simple advice needed - Building a bloatware list](https://www.reddit.com/r/androiddev/comments/12un9c1/simple_advice_needed_building_a_bloatware_list/) -- [Manage Complex Single State in View based Application](https://www.reddit.com/r/androiddev/comments/12uldl6/manage_complex_single_state_in_view_based/) -- [fatal: manifest 'default.xml' not available; fatal: manifest default.xml not found](https://www.reddit.com/r/androiddev/comments/12uixdx/fatal_manifest_defaultxml_not_available_fatal/) -- [Participate in a Carnegie Mellon University research study [STUDY2023_00000084]](https://www.reddit.com/r/androiddev/comments/12uhij5/participate_in_a_carnegie_mellon_university/) -- [Developer contact shows my physical address in Google Play. Is it possible to hide it somehow?](https://www.reddit.com/r/androiddev/comments/12ug8ge/developer_contact_shows_my_physical_address_in/) -- [How to have process communication in a mobile application](https://www.reddit.com/r/androiddev/comments/12uezae/how_to_have_process_communication_in_a_mobile/) -- [Request access to android/data folder](https://www.reddit.com/r/androiddev/comments/12ua7hr/request_access_to_androiddata_folder/) -- [How to differentiate users without authentication?](https://www.reddit.com/r/androiddev/comments/12u9hm8/how_to_differentiate_users_without_authentication/) +- [Play Store has been flooded with "Ai" "ChatGPT" apps with millions of downloads! Apparently green seems to be the color of choice for Ai apps.](https://www.reddit.com/r/androiddev/comments/12visrp/play_store_has_been_flooded_with_ai_chatgpt_apps/) +- [Release process](https://www.reddit.com/r/androiddev/comments/12vinvk/release_process/) +- [Hey guys, I'm having trouble with my tabLayout text appearing on multiple lines. Any tips on how to make it appear in a single line? Thanks in advance!](https://www.reddit.com/r/androiddev/comments/12vezjv/hey_guys_im_having_trouble_with_my_tablayout_text/) +- [SD Cards](https://www.reddit.com/r/androiddev/comments/12v7igz/sd_cards/) +- [How to achieve this animation?](https://www.reddit.com/r/androiddev/comments/12v1ki4/how_to_achieve_this_animation/) +- [Managing the ideas in an app](https://www.reddit.com/r/androiddev/comments/12v0pgq/managing_the_ideas_in_an_app/) +- [Open source App Feedback , Moneygram - Track Expenses](https://www.reddit.com/r/androiddev/comments/12uy5z2/open_source_app_feedback_moneygram_track_expenses/) +- [Help me understand Google Play Install data](https://www.reddit.com/r/androiddev/comments/12uwznt/help_me_understand_google_play_install_data/) +- [Why does kotlin have very less tutorials and stack overflow questions when compared to java?](https://www.reddit.com/r/androiddev/comments/12uw3gr/why_does_kotlin_have_very_less_tutorials_and/) +- [Different from the usual "failed to load" message](https://www.reddit.com/r/androiddev/comments/12uqd6v/different_from_the_usual_failed_to_load_message/) ### *InfoWorld posts* From 2bd91317e2f92605067f5d2937b1bb56aa71ea17 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 24 Apr 2023 01:30:05 +0000 Subject: [PATCH 0508/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d397b77fa7..ca474dd943 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Existing app suggestions](https://www.reddit.com/r/androiddev/comments/12wwa7y/existing_app_suggestions/) +- [With the changes that the last couple of Java iterations had, do you think Kotlin is still better for new projects?](https://www.reddit.com/r/androiddev/comments/12wpj92/with_the_changes_that_the_last_couple_of_java/) +- [Panic! in the Tech Industry](https://www.reddit.com/r/androiddev/comments/12wnzpz/panic_in_the_tech_industry/) +- [Does the draft being synched with production mean it's accessible to everyone?](https://www.reddit.com/r/androiddev/comments/12wky8i/does_the_draft_being_synched_with_production_mean/) +- [Are Fragments in Android going to be deprecated in favor of Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/12w9v77/are_fragments_in_android_going_to_be_deprecated/) +- [Understand Drawing Arc of A Path In Jetpack Compose Canvas](https://www.reddit.com/r/androiddev/comments/12w7jnx/understand_drawing_arc_of_a_path_in_jetpack/) +- [Google play app signing issue.](https://www.reddit.com/r/androiddev/comments/12w4vy2/google_play_app_signing_issue/) +- [How would you measure performance of mobile team?](https://www.reddit.com/r/androiddev/comments/12vykpf/how_would_you_measure_performance_of_mobile_team/) +- [What to do when support won't reply?](https://www.reddit.com/r/androiddev/comments/12vxauc/what_to_do_when_support_wont_reply/) - [Play Store has been flooded with "Ai" "ChatGPT" apps with millions of downloads! Apparently green seems to be the color of choice for Ai apps.](https://www.reddit.com/r/androiddev/comments/12visrp/play_store_has_been_flooded_with_ai_chatgpt_apps/) -- [Release process](https://www.reddit.com/r/androiddev/comments/12vinvk/release_process/) -- [Hey guys, I'm having trouble with my tabLayout text appearing on multiple lines. Any tips on how to make it appear in a single line? Thanks in advance!](https://www.reddit.com/r/androiddev/comments/12vezjv/hey_guys_im_having_trouble_with_my_tablayout_text/) -- [SD Cards](https://www.reddit.com/r/androiddev/comments/12v7igz/sd_cards/) -- [How to achieve this animation?](https://www.reddit.com/r/androiddev/comments/12v1ki4/how_to_achieve_this_animation/) -- [Managing the ideas in an app](https://www.reddit.com/r/androiddev/comments/12v0pgq/managing_the_ideas_in_an_app/) -- [Open source App Feedback , Moneygram - Track Expenses](https://www.reddit.com/r/androiddev/comments/12uy5z2/open_source_app_feedback_moneygram_track_expenses/) -- [Help me understand Google Play Install data](https://www.reddit.com/r/androiddev/comments/12uwznt/help_me_understand_google_play_install_data/) -- [Why does kotlin have very less tutorials and stack overflow questions when compared to java?](https://www.reddit.com/r/androiddev/comments/12uw3gr/why_does_kotlin_have_very_less_tutorials_and/) -- [Different from the usual "failed to load" message](https://www.reddit.com/r/androiddev/comments/12uqd6v/different_from_the_usual_failed_to_load_message/) ### *InfoWorld posts* From 614a34bef3e1e8a669d1316a5ae0f9a119db1a19 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 25 Apr 2023 01:29:17 +0000 Subject: [PATCH 0509/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ca474dd943..c9ab34a8e3 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Existing app suggestions](https://www.reddit.com/r/androiddev/comments/12wwa7y/existing_app_suggestions/) -- [With the changes that the last couple of Java iterations had, do you think Kotlin is still better for new projects?](https://www.reddit.com/r/androiddev/comments/12wpj92/with_the_changes_that_the_last_couple_of_java/) -- [Panic! in the Tech Industry](https://www.reddit.com/r/androiddev/comments/12wnzpz/panic_in_the_tech_industry/) -- [Does the draft being synched with production mean it's accessible to everyone?](https://www.reddit.com/r/androiddev/comments/12wky8i/does_the_draft_being_synched_with_production_mean/) -- [Are Fragments in Android going to be deprecated in favor of Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/12w9v77/are_fragments_in_android_going_to_be_deprecated/) -- [Understand Drawing Arc of A Path In Jetpack Compose Canvas](https://www.reddit.com/r/androiddev/comments/12w7jnx/understand_drawing_arc_of_a_path_in_jetpack/) -- [Google play app signing issue.](https://www.reddit.com/r/androiddev/comments/12w4vy2/google_play_app_signing_issue/) -- [How would you measure performance of mobile team?](https://www.reddit.com/r/androiddev/comments/12vykpf/how_would_you_measure_performance_of_mobile_team/) -- [What to do when support won't reply?](https://www.reddit.com/r/androiddev/comments/12vxauc/what_to_do_when_support_wont_reply/) -- [Play Store has been flooded with "Ai" "ChatGPT" apps with millions of downloads! Apparently green seems to be the color of choice for Ai apps.](https://www.reddit.com/r/androiddev/comments/12visrp/play_store_has_been_flooded_with_ai_chatgpt_apps/) +- [Android Studio Emulator 33.1.5 Canary now available](https://www.reddit.com/r/androiddev/comments/12xzrg7/android_studio_emulator_3315_canary_now_available/) +- [How hard is it to stand out in a crowded app market?](https://www.reddit.com/r/androiddev/comments/12xwxcp/how_hard_is_it_to_stand_out_in_a_crowded_app/) +- [Photo Picker Everywhere](https://www.reddit.com/r/androiddev/comments/12xwpsw/photo_picker_everywhere/) +- [My Galaxy S10 finally died, looking for a replacement](https://www.reddit.com/r/androiddev/comments/12xwpfv/my_galaxy_s10_finally_died_looking_for_a/) +- [Guide to Install Google apps on Huawei Smartphones using GBox](https://www.reddit.com/r/androiddev/comments/12xsw1z/guide_to_install_google_apps_on_huawei/) +- [OEM UNLOCK not showing in developer options](https://www.reddit.com/r/androiddev/comments/12xp103/oem_unlock_not_showing_in_developer_options/) +- [Making Graph Plotting Function in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/12xmtwi/making_graph_plotting_function_in_jetpack_compose/) +- [Older app runs on emulator but not phone.](https://www.reddit.com/r/androiddev/comments/12xhftx/older_app_runs_on_emulator_but_not_phone/) +- [How much time does Google take to review build in alpha release track?](https://www.reddit.com/r/androiddev/comments/12xgtz7/how_much_time_does_google_take_to_review_build_in/) +- [Eternal "Apache Cordova Device Is Ready" screen error.](https://www.reddit.com/r/androiddev/comments/12xgb6v/eternal_apache_cordova_device_is_ready_screen/) ### *InfoWorld posts* From 8c8754d3d8066e555a2fab89b3026578f8a7a4d0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 26 Apr 2023 01:29:04 +0000 Subject: [PATCH 0510/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c9ab34a8e3..8c6ee04457 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Studio Emulator 33.1.5 Canary now available](https://www.reddit.com/r/androiddev/comments/12xzrg7/android_studio_emulator_3315_canary_now_available/) -- [How hard is it to stand out in a crowded app market?](https://www.reddit.com/r/androiddev/comments/12xwxcp/how_hard_is_it_to_stand_out_in_a_crowded_app/) -- [Photo Picker Everywhere](https://www.reddit.com/r/androiddev/comments/12xwpsw/photo_picker_everywhere/) -- [My Galaxy S10 finally died, looking for a replacement](https://www.reddit.com/r/androiddev/comments/12xwpfv/my_galaxy_s10_finally_died_looking_for_a/) -- [Guide to Install Google apps on Huawei Smartphones using GBox](https://www.reddit.com/r/androiddev/comments/12xsw1z/guide_to_install_google_apps_on_huawei/) -- [OEM UNLOCK not showing in developer options](https://www.reddit.com/r/androiddev/comments/12xp103/oem_unlock_not_showing_in_developer_options/) -- [Making Graph Plotting Function in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/12xmtwi/making_graph_plotting_function_in_jetpack_compose/) -- [Older app runs on emulator but not phone.](https://www.reddit.com/r/androiddev/comments/12xhftx/older_app_runs_on_emulator_but_not_phone/) -- [How much time does Google take to review build in alpha release track?](https://www.reddit.com/r/androiddev/comments/12xgtz7/how_much_time_does_google_take_to_review_build_in/) -- [Eternal "Apache Cordova Device Is Ready" screen error.](https://www.reddit.com/r/androiddev/comments/12xgb6v/eternal_apache_cordova_device_is_ready_screen/) +- [Is it possible to ad app to Google Play with only for home wigdet](https://www.reddit.com/r/androiddev/comments/12z1tsv/is_it_possible_to_ad_app_to_google_play_with_only/) +- [How long to be an employable Android developer?](https://www.reddit.com/r/androiddev/comments/12z1iyx/how_long_to_be_an_employable_android_developer/) +- [Android Studio Hedgehog Canary 1 now available](https://www.reddit.com/r/androiddev/comments/12yzlf9/android_studio_hedgehog_canary_1_now_available/) +- [Would using JSON files from Github for my application cause any issues?](https://www.reddit.com/r/androiddev/comments/12yz7wo/would_using_json_files_from_github_for_my/) +- [Did anyone try newly released Buck2 build system on an Android project?](https://www.reddit.com/r/androiddev/comments/12yxghx/did_anyone_try_newly_released_buck2_build_system/) +- [Question about localization](https://www.reddit.com/r/androiddev/comments/12yxewa/question_about_localization/) +- [I am having a hard time adding shadows in Android (in general)](https://www.reddit.com/r/androiddev/comments/12yuvtt/i_am_having_a_hard_time_adding_shadows_in_android/) +- [How to create this view?](https://www.reddit.com/r/androiddev/comments/12yrc1h/how_to_create_this_view/) +- [How to create a Custom Dialog that slide up from the bottom of the screen](https://www.reddit.com/r/androiddev/comments/12yqie3/how_to_create_a_custom_dialog_that_slide_up_from/) +- [Chemist Looking for Coding Buddies](https://www.reddit.com/r/androiddev/comments/12ypp59/chemist_looking_for_coding_buddies/) ### *InfoWorld posts* From 2f2d7ff08a1e9690ba03e66f745f6eec1404f314 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 27 Apr 2023 01:29:26 +0000 Subject: [PATCH 0511/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8c6ee04457..551626d0fe 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is it possible to ad app to Google Play with only for home wigdet](https://www.reddit.com/r/androiddev/comments/12z1tsv/is_it_possible_to_ad_app_to_google_play_with_only/) -- [How long to be an employable Android developer?](https://www.reddit.com/r/androiddev/comments/12z1iyx/how_long_to_be_an_employable_android_developer/) -- [Android Studio Hedgehog Canary 1 now available](https://www.reddit.com/r/androiddev/comments/12yzlf9/android_studio_hedgehog_canary_1_now_available/) -- [Would using JSON files from Github for my application cause any issues?](https://www.reddit.com/r/androiddev/comments/12yz7wo/would_using_json_files_from_github_for_my/) -- [Did anyone try newly released Buck2 build system on an Android project?](https://www.reddit.com/r/androiddev/comments/12yxghx/did_anyone_try_newly_released_buck2_build_system/) -- [Question about localization](https://www.reddit.com/r/androiddev/comments/12yxewa/question_about_localization/) -- [I am having a hard time adding shadows in Android (in general)](https://www.reddit.com/r/androiddev/comments/12yuvtt/i_am_having_a_hard_time_adding_shadows_in_android/) -- [How to create this view?](https://www.reddit.com/r/androiddev/comments/12yrc1h/how_to_create_this_view/) -- [How to create a Custom Dialog that slide up from the bottom of the screen](https://www.reddit.com/r/androiddev/comments/12yqie3/how_to_create_a_custom_dialog_that_slide_up_from/) -- [Chemist Looking for Coding Buddies](https://www.reddit.com/r/androiddev/comments/12ypp59/chemist_looking_for_coding_buddies/) +- [Where is the "Select in Project View" shortcut in new Android Studio?](https://www.reddit.com/r/androiddev/comments/1305vyj/where_is_the_select_in_project_view_shortcut_in/) +- [App version input](https://www.reddit.com/r/androiddev/comments/1304wpz/app_version_input/) +- [manager.setAlarmClock while in the process of alarm rescheduling, not updating the notification info.](https://www.reddit.com/r/androiddev/comments/1304ukg/managersetalarmclock_while_in_the_process_of/) +- [Get Clear System Bars](https://www.reddit.com/r/androiddev/comments/1304ikw/get_clear_system_bars/) +- [XML or Compose? RxJava or Coroutines?](https://www.reddit.com/r/androiddev/comments/1302zgk/xml_or_compose_rxjava_or_coroutines/) +- [Share Android app prototypes in a no-installation web-based emulator?](https://www.reddit.com/r/androiddev/comments/1301akd/share_android_app_prototypes_in_a_noinstallation/) +- [How do you implement drag/drop reordering work in "Room DB"?](https://www.reddit.com/r/androiddev/comments/1300k1m/how_do_you_implement_dragdrop_reordering_work_in/) +- [What are common problems in a pair-programming interview?](https://www.reddit.com/r/androiddev/comments/12zyx9y/what_are_common_problems_in_a_pairprogramming/) +- [remove item from room when removed from Retrofit response?](https://www.reddit.com/r/androiddev/comments/12zyo56/remove_item_from_room_when_removed_from_retrofit/) +- [Event driven architecture with legacy C++ core](https://www.reddit.com/r/androiddev/comments/12zy2oh/event_driven_architecture_with_legacy_c_core/) ### *InfoWorld posts* From affbd745519d60ba7b61cc7512de045c2abbe260 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 28 Apr 2023 01:29:28 +0000 Subject: [PATCH 0512/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 551626d0fe..7ab8f2bd73 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Where is the "Select in Project View" shortcut in new Android Studio?](https://www.reddit.com/r/androiddev/comments/1305vyj/where_is_the_select_in_project_view_shortcut_in/) -- [App version input](https://www.reddit.com/r/androiddev/comments/1304wpz/app_version_input/) -- [manager.setAlarmClock while in the process of alarm rescheduling, not updating the notification info.](https://www.reddit.com/r/androiddev/comments/1304ukg/managersetalarmclock_while_in_the_process_of/) -- [Get Clear System Bars](https://www.reddit.com/r/androiddev/comments/1304ikw/get_clear_system_bars/) -- [XML or Compose? RxJava or Coroutines?](https://www.reddit.com/r/androiddev/comments/1302zgk/xml_or_compose_rxjava_or_coroutines/) -- [Share Android app prototypes in a no-installation web-based emulator?](https://www.reddit.com/r/androiddev/comments/1301akd/share_android_app_prototypes_in_a_noinstallation/) -- [How do you implement drag/drop reordering work in "Room DB"?](https://www.reddit.com/r/androiddev/comments/1300k1m/how_do_you_implement_dragdrop_reordering_work_in/) -- [What are common problems in a pair-programming interview?](https://www.reddit.com/r/androiddev/comments/12zyx9y/what_are_common_problems_in_a_pairprogramming/) -- [remove item from room when removed from Retrofit response?](https://www.reddit.com/r/androiddev/comments/12zyo56/remove_item_from_room_when_removed_from_retrofit/) -- [Event driven architecture with legacy C++ core](https://www.reddit.com/r/androiddev/comments/12zy2oh/event_driven_architecture_with_legacy_c_core/) +- [Anything I should know right now when coding my game in html 5 canvas,css & javascript that would make my life easier when porting it to android? THANKS!](https://www.reddit.com/r/androiddev/comments/131dpls/anything_i_should_know_right_now_when_coding_my/) +- [What Books Would You Recommend?](https://www.reddit.com/r/androiddev/comments/131bw1r/what_books_would_you_recommend/) +- [How to target tablets only with your app?](https://www.reddit.com/r/androiddev/comments/1318g0j/how_to_target_tablets_only_with_your_app/) +- [do you know this screen?](https://www.reddit.com/r/androiddev/comments/1318dbn/do_you_know_this_screen/) +- [Best Path for Integration Tests](https://www.reddit.com/r/androiddev/comments/13184us/best_path_for_integration_tests/) +- [Doze and Network Connections](https://www.reddit.com/r/androiddev/comments/13181t2/doze_and_network_connections/) +- [Is Android Studio team still updating or fixing xml, binding, generated class issues?](https://www.reddit.com/r/androiddev/comments/1317yxj/is_android_studio_team_still_updating_or_fixing/) +- [How to know what to test and how much to test?](https://www.reddit.com/r/androiddev/comments/1312kd3/how_to_know_what_to_test_and_how_much_to_test/) +- [List of Android intents and meanings](https://www.reddit.com/r/androiddev/comments/13121ee/list_of_android_intents_and_meanings/) +- [Future of play store and other alternatives](https://www.reddit.com/r/androiddev/comments/130yv6c/future_of_play_store_and_other_alternatives/) ### *InfoWorld posts* From 3515d5d09f6c03e4544c38790ee14a561b13b19c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 29 Apr 2023 01:29:23 +0000 Subject: [PATCH 0513/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7ab8f2bd73..af07741dd4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Anything I should know right now when coding my game in html 5 canvas,css & javascript that would make my life easier when porting it to android? THANKS!](https://www.reddit.com/r/androiddev/comments/131dpls/anything_i_should_know_right_now_when_coding_my/) -- [What Books Would You Recommend?](https://www.reddit.com/r/androiddev/comments/131bw1r/what_books_would_you_recommend/) -- [How to target tablets only with your app?](https://www.reddit.com/r/androiddev/comments/1318g0j/how_to_target_tablets_only_with_your_app/) -- [do you know this screen?](https://www.reddit.com/r/androiddev/comments/1318dbn/do_you_know_this_screen/) -- [Best Path for Integration Tests](https://www.reddit.com/r/androiddev/comments/13184us/best_path_for_integration_tests/) -- [Doze and Network Connections](https://www.reddit.com/r/androiddev/comments/13181t2/doze_and_network_connections/) -- [Is Android Studio team still updating or fixing xml, binding, generated class issues?](https://www.reddit.com/r/androiddev/comments/1317yxj/is_android_studio_team_still_updating_or_fixing/) -- [How to know what to test and how much to test?](https://www.reddit.com/r/androiddev/comments/1312kd3/how_to_know_what_to_test_and_how_much_to_test/) -- [List of Android intents and meanings](https://www.reddit.com/r/androiddev/comments/13121ee/list_of_android_intents_and_meanings/) -- [Future of play store and other alternatives](https://www.reddit.com/r/androiddev/comments/130yv6c/future_of_play_store_and_other_alternatives/) +- [Configuring an emulator to appear like a real device to the apps](https://www.reddit.com/r/androiddev/comments/132f61x/configuring_an_emulator_to_appear_like_a_real/) +- [Digital Asset Links JSON File Question](https://www.reddit.com/r/androiddev/comments/13281t0/digital_asset_links_json_file_question/) +- [Tips for a newbie](https://www.reddit.com/r/androiddev/comments/132661v/tips_for_a_newbie/) +- [Are pure composable dropdowns still not accessible](https://www.reddit.com/r/androiddev/comments/131xohe/are_pure_composable_dropdowns_still_not_accessible/) +- [Different layout having similar ids inside ViewHolder](https://www.reddit.com/r/androiddev/comments/131vrbl/different_layout_having_similar_ids_inside/) +- [Mouse not registered by Android Studio Emulator](https://www.reddit.com/r/androiddev/comments/131t4sm/mouse_not_registered_by_android_studio_emulator/) +- [U.S. Department of Justice - VNS - Investigative Case 288A-TP-2180362 - Court Case 22-CR-00148](https://www.reddit.com/r/androiddev/comments/131suxq/us_department_of_justice_vns_investigative_case/) +- [How to run Android TV on Ubuntu desktop](https://www.reddit.com/r/androiddev/comments/131pcop/how_to_run_android_tv_on_ubuntu_desktop/) +- [Google I/O 2023 content](https://www.reddit.com/r/androiddev/comments/131nn01/google_io_2023_content/) +- [Just noticed that Material 3 Carousel made its appearance in material design alpha library and I am testing it in one of my apps. I find it kinda hypnotic, what do you think about it?](https://www.reddit.com/r/androiddev/comments/131n3ec/just_noticed_that_material_3_carousel_made_its/) ### *InfoWorld posts* From 4ac26ed2ce279fd992023d8008aefd33ed30c29a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 30 Apr 2023 01:29:31 +0000 Subject: [PATCH 0514/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index af07741dd4..35c8e90a0c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Configuring an emulator to appear like a real device to the apps](https://www.reddit.com/r/androiddev/comments/132f61x/configuring_an_emulator_to_appear_like_a_real/) -- [Digital Asset Links JSON File Question](https://www.reddit.com/r/androiddev/comments/13281t0/digital_asset_links_json_file_question/) -- [Tips for a newbie](https://www.reddit.com/r/androiddev/comments/132661v/tips_for_a_newbie/) -- [Are pure composable dropdowns still not accessible](https://www.reddit.com/r/androiddev/comments/131xohe/are_pure_composable_dropdowns_still_not_accessible/) -- [Different layout having similar ids inside ViewHolder](https://www.reddit.com/r/androiddev/comments/131vrbl/different_layout_having_similar_ids_inside/) -- [Mouse not registered by Android Studio Emulator](https://www.reddit.com/r/androiddev/comments/131t4sm/mouse_not_registered_by_android_studio_emulator/) -- [U.S. Department of Justice - VNS - Investigative Case 288A-TP-2180362 - Court Case 22-CR-00148](https://www.reddit.com/r/androiddev/comments/131suxq/us_department_of_justice_vns_investigative_case/) -- [How to run Android TV on Ubuntu desktop](https://www.reddit.com/r/androiddev/comments/131pcop/how_to_run_android_tv_on_ubuntu_desktop/) -- [Google I/O 2023 content](https://www.reddit.com/r/androiddev/comments/131nn01/google_io_2023_content/) -- [Just noticed that Material 3 Carousel made its appearance in material design alpha library and I am testing it in one of my apps. I find it kinda hypnotic, what do you think about it?](https://www.reddit.com/r/androiddev/comments/131n3ec/just_noticed_that_material_3_carousel_made_its/) +- [How often do you find yourself using the preset Material Components?](https://www.reddit.com/r/androiddev/comments/133ahb6/how_often_do_you_find_yourself_using_the_preset/) +- [Am I at risk with sharing info to Fiverr?](https://www.reddit.com/r/androiddev/comments/1338lnx/am_i_at_risk_with_sharing_info_to_fiverr/) +- [Creating new Android test purchase accounts](https://www.reddit.com/r/androiddev/comments/1337z2a/creating_new_android_test_purchase_accounts/) +- [exFAT card as internal storage](https://www.reddit.com/r/androiddev/comments/1333vc7/exfat_card_as_internal_storage/) +- [To all of you who have launched apps and make money from ads, I have a few questions to you](https://www.reddit.com/r/androiddev/comments/132zbfj/to_all_of_you_who_have_launched_apps_and_make/) +- [Why is RecyclerView updated after place is removed Am I adding old entries?](https://www.reddit.com/r/androiddev/comments/132wl6d/why_is_recyclerview_updated_after_place_is/) +- [What is a less known 'must do' while launching an app](https://www.reddit.com/r/androiddev/comments/132vq6k/what_is_a_less_known_must_do_while_launching_an/) +- [When I'm at the Wearable app editing notifications, appear this chinese named app that don't appear anywhere else in the phone or watch. Do you guys know what it is? (AndroidQuestions is not letting me post the image)](https://www.reddit.com/r/androiddev/comments/132t28y/when_im_at_the_wearable_app_editing_notifications/) +- [Handy Kotlin Edge Case Numerical Handling](https://www.reddit.com/r/androiddev/comments/132s7eu/handy_kotlin_edge_case_numerical_handling/) +- [App fake downloads question](https://www.reddit.com/r/androiddev/comments/132r4x0/app_fake_downloads_question/) ### *InfoWorld posts* From acc0ff6b37c046213b8b815f13dc839d6b8d189e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 1 May 2023 01:29:28 +0000 Subject: [PATCH 0515/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 35c8e90a0c..f103cbbd29 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How often do you find yourself using the preset Material Components?](https://www.reddit.com/r/androiddev/comments/133ahb6/how_often_do_you_find_yourself_using_the_preset/) -- [Am I at risk with sharing info to Fiverr?](https://www.reddit.com/r/androiddev/comments/1338lnx/am_i_at_risk_with_sharing_info_to_fiverr/) -- [Creating new Android test purchase accounts](https://www.reddit.com/r/androiddev/comments/1337z2a/creating_new_android_test_purchase_accounts/) -- [exFAT card as internal storage](https://www.reddit.com/r/androiddev/comments/1333vc7/exfat_card_as_internal_storage/) -- [To all of you who have launched apps and make money from ads, I have a few questions to you](https://www.reddit.com/r/androiddev/comments/132zbfj/to_all_of_you_who_have_launched_apps_and_make/) -- [Why is RecyclerView updated after place is removed Am I adding old entries?](https://www.reddit.com/r/androiddev/comments/132wl6d/why_is_recyclerview_updated_after_place_is/) -- [What is a less known 'must do' while launching an app](https://www.reddit.com/r/androiddev/comments/132vq6k/what_is_a_less_known_must_do_while_launching_an/) -- [When I'm at the Wearable app editing notifications, appear this chinese named app that don't appear anywhere else in the phone or watch. Do you guys know what it is? (AndroidQuestions is not letting me post the image)](https://www.reddit.com/r/androiddev/comments/132t28y/when_im_at_the_wearable_app_editing_notifications/) -- [Handy Kotlin Edge Case Numerical Handling](https://www.reddit.com/r/androiddev/comments/132s7eu/handy_kotlin_edge_case_numerical_handling/) -- [App fake downloads question](https://www.reddit.com/r/androiddev/comments/132r4x0/app_fake_downloads_question/) +- [Python or Kotlin for LeetCode?](https://www.reddit.com/r/androiddev/comments/1344t7q/python_or_kotlin_for_leetcode/) +- [Please help me](https://www.reddit.com/r/androiddev/comments/13449f1/please_help_me/) +- [Qual usar](https://www.reddit.com/r/androiddev/comments/13439nu/qual_usar/) +- [ANy really good intensive courses for a beginner?](https://www.reddit.com/r/androiddev/comments/1341xdl/any_really_good_intensive_courses_for_a_beginner/) +- [I've created an app for exchanging copy books on campus, any policies I should be worried about?](https://www.reddit.com/r/androiddev/comments/133ye5b/ive_created_an_app_for_exchanging_copy_books_on/) +- [Someone is keep cancelling payments right after the buying an in app purchase - what can I do?](https://www.reddit.com/r/androiddev/comments/133wntb/someone_is_keep_cancelling_payments_right_after/) +- [PSA: The importance of review encouragement](https://www.reddit.com/r/androiddev/comments/133wd2r/psa_the_importance_of_review_encouragement/) +- [Real time object detection and images classification on the edge device mobile](https://www.reddit.com/r/androiddev/comments/133vhl4/real_time_object_detection_and_images/) +- [Modifying emulator to pass basic attestation](https://www.reddit.com/r/androiddev/comments/133ug2h/modifying_emulator_to_pass_basic_attestation/) +- [Inconsistent backend. Will switching company work?](https://www.reddit.com/r/androiddev/comments/133p9uc/inconsistent_backend_will_switching_company_work/) ### *InfoWorld posts* From c26e225dae8bfaf26dce5b1b4e13c7864cd62761 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 2 May 2023 01:29:27 +0000 Subject: [PATCH 0516/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f103cbbd29..7e1ea786a5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Python or Kotlin for LeetCode?](https://www.reddit.com/r/androiddev/comments/1344t7q/python_or_kotlin_for_leetcode/) -- [Please help me](https://www.reddit.com/r/androiddev/comments/13449f1/please_help_me/) -- [Qual usar](https://www.reddit.com/r/androiddev/comments/13439nu/qual_usar/) -- [ANy really good intensive courses for a beginner?](https://www.reddit.com/r/androiddev/comments/1341xdl/any_really_good_intensive_courses_for_a_beginner/) -- [I've created an app for exchanging copy books on campus, any policies I should be worried about?](https://www.reddit.com/r/androiddev/comments/133ye5b/ive_created_an_app_for_exchanging_copy_books_on/) -- [Someone is keep cancelling payments right after the buying an in app purchase - what can I do?](https://www.reddit.com/r/androiddev/comments/133wntb/someone_is_keep_cancelling_payments_right_after/) -- [PSA: The importance of review encouragement](https://www.reddit.com/r/androiddev/comments/133wd2r/psa_the_importance_of_review_encouragement/) -- [Real time object detection and images classification on the edge device mobile](https://www.reddit.com/r/androiddev/comments/133vhl4/real_time_object_detection_and_images/) -- [Modifying emulator to pass basic attestation](https://www.reddit.com/r/androiddev/comments/133ug2h/modifying_emulator_to_pass_basic_attestation/) -- [Inconsistent backend. Will switching company work?](https://www.reddit.com/r/androiddev/comments/133p9uc/inconsistent_backend_will_switching_company_work/) +- [How many strikes allowed for Play developer before account Terminated ?](https://www.reddit.com/r/androiddev/comments/1355smt/how_many_strikes_allowed_for_play_developer/) +- [The tech industry situation](https://www.reddit.com/r/androiddev/comments/1351mwy/the_tech_industry_situation/) +- [Any examples of workflow systems built with RxJava ...and a great UX ?](https://www.reddit.com/r/androiddev/comments/1350gbg/any_examples_of_workflow_systems_built_with/) +- [Suggestion for a backend using ktor to retrieve geo bounding box](https://www.reddit.com/r/androiddev/comments/134yxxm/suggestion_for_a_backend_using_ktor_to_retrieve/) +- [Hi everyone, I am working on ExoPlayer. Trying to implement CMCD on ExoPlayer. Has anyone had any experience related to CMCD?](https://www.reddit.com/r/androiddev/comments/134wk7a/hi_everyone_i_am_working_on_exoplayer_trying_to/) +- [Architecture Help](https://www.reddit.com/r/androiddev/comments/134wk1w/architecture_help/) +- [Your recommendations for backend?](https://www.reddit.com/r/androiddev/comments/134tb4n/your_recommendations_for_backend/) +- [Android Studio Flamingo | 2022.2.1 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/134sn8q/android_studio_flamingo_202221_patch_1_now/) +- [SDK developers 👋. Guide me in getting my SDK in - Google Play SDK index](https://www.reddit.com/r/androiddev/comments/134qfir/sdk_developers_guide_me_in_getting_my_sdk_in/) +- [What would be a fair amount to charge somebody to make this app?](https://www.reddit.com/r/androiddev/comments/134o7sh/what_would_be_a_fair_amount_to_charge_somebody_to/) ### *InfoWorld posts* From c6db6470947ef581e59cf5179737addc1b03b86c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 3 May 2023 01:29:12 +0000 Subject: [PATCH 0517/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7e1ea786a5..99c75c2db1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How many strikes allowed for Play developer before account Terminated ?](https://www.reddit.com/r/androiddev/comments/1355smt/how_many_strikes_allowed_for_play_developer/) -- [The tech industry situation](https://www.reddit.com/r/androiddev/comments/1351mwy/the_tech_industry_situation/) -- [Any examples of workflow systems built with RxJava ...and a great UX ?](https://www.reddit.com/r/androiddev/comments/1350gbg/any_examples_of_workflow_systems_built_with/) -- [Suggestion for a backend using ktor to retrieve geo bounding box](https://www.reddit.com/r/androiddev/comments/134yxxm/suggestion_for_a_backend_using_ktor_to_retrieve/) -- [Hi everyone, I am working on ExoPlayer. Trying to implement CMCD on ExoPlayer. Has anyone had any experience related to CMCD?](https://www.reddit.com/r/androiddev/comments/134wk7a/hi_everyone_i_am_working_on_exoplayer_trying_to/) -- [Architecture Help](https://www.reddit.com/r/androiddev/comments/134wk1w/architecture_help/) -- [Your recommendations for backend?](https://www.reddit.com/r/androiddev/comments/134tb4n/your_recommendations_for_backend/) -- [Android Studio Flamingo | 2022.2.1 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/134sn8q/android_studio_flamingo_202221_patch_1_now/) -- [SDK developers 👋. Guide me in getting my SDK in - Google Play SDK index](https://www.reddit.com/r/androiddev/comments/134qfir/sdk_developers_guide_me_in_getting_my_sdk_in/) -- [What would be a fair amount to charge somebody to make this app?](https://www.reddit.com/r/androiddev/comments/134o7sh/what_would_be_a_fair_amount_to_charge_somebody_to/) +- [is it possible to make an app to distort the voice during a phone call?](https://www.reddit.com/r/androiddev/comments/1365eme/is_it_possible_to_make_an_app_to_distort_the/) +- [Would you switch to flutter?](https://www.reddit.com/r/androiddev/comments/1364rxl/would_you_switch_to_flutter/) +- [Android Studio Hedgehog Canary 2 now available](https://www.reddit.com/r/androiddev/comments/1363ubn/android_studio_hedgehog_canary_2_now_available/) +- [Android front end development](https://www.reddit.com/r/androiddev/comments/1363t3z/android_front_end_development/) +- [Learning Android Development using Java rather than Kotlin?](https://www.reddit.com/r/androiddev/comments/135xj45/learning_android_development_using_java_rather/) +- [6Mb APK size increase](https://www.reddit.com/r/androiddev/comments/135wxwq/6mb_apk_size_increase/) +- [What is the best plugin to convert from figma to jetpack compose?](https://www.reddit.com/r/androiddev/comments/135vhmv/what_is_the_best_plugin_to_convert_from_figma_to/) +- [How do I add a device frame around my emulator?](https://www.reddit.com/r/androiddev/comments/135vemh/how_do_i_add_a_device_frame_around_my_emulator/) +- [Why is so difficult to get my WearOS app on the Playstore?](https://www.reddit.com/r/androiddev/comments/135v6bz/why_is_so_difficult_to_get_my_wearos_app_on_the/) +- [Best technology/framework for Android app with OpenCV image processing.... Java/Kotlin?](https://www.reddit.com/r/androiddev/comments/135un9w/best_technologyframework_for_android_app_with/) ### *InfoWorld posts* From ba785d5dfa3e81815667383b3ca0ef8c3a3c367b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 4 May 2023 01:28:53 +0000 Subject: [PATCH 0518/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 99c75c2db1..923e400ee7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [is it possible to make an app to distort the voice during a phone call?](https://www.reddit.com/r/androiddev/comments/1365eme/is_it_possible_to_make_an_app_to_distort_the/) -- [Would you switch to flutter?](https://www.reddit.com/r/androiddev/comments/1364rxl/would_you_switch_to_flutter/) -- [Android Studio Hedgehog Canary 2 now available](https://www.reddit.com/r/androiddev/comments/1363ubn/android_studio_hedgehog_canary_2_now_available/) -- [Android front end development](https://www.reddit.com/r/androiddev/comments/1363t3z/android_front_end_development/) -- [Learning Android Development using Java rather than Kotlin?](https://www.reddit.com/r/androiddev/comments/135xj45/learning_android_development_using_java_rather/) -- [6Mb APK size increase](https://www.reddit.com/r/androiddev/comments/135wxwq/6mb_apk_size_increase/) -- [What is the best plugin to convert from figma to jetpack compose?](https://www.reddit.com/r/androiddev/comments/135vhmv/what_is_the_best_plugin_to_convert_from_figma_to/) -- [How do I add a device frame around my emulator?](https://www.reddit.com/r/androiddev/comments/135vemh/how_do_i_add_a_device_frame_around_my_emulator/) -- [Why is so difficult to get my WearOS app on the Playstore?](https://www.reddit.com/r/androiddev/comments/135v6bz/why_is_so_difficult_to_get_my_wearos_app_on_the/) -- [Best technology/framework for Android app with OpenCV image processing.... Java/Kotlin?](https://www.reddit.com/r/androiddev/comments/135un9w/best_technologyframework_for_android_app_with/) +- [Should I use fragments with Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/1372hgn/should_i_use_fragments_with_jetpack_compose/) +- [Migrating from kotlin synthetics to jetpack viewbinding](https://www.reddit.com/r/androiddev/comments/136xpip/migrating_from_kotlin_synthetics_to_jetpack/) +- [BroadcastReceiver with WakeLock in Clean Architecture](https://www.reddit.com/r/androiddev/comments/136w3i8/broadcastreceiver_with_wakelock_in_clean/) +- [Screenshot not working after messing with ADB](https://www.reddit.com/r/androiddev/comments/136uuoi/screenshot_not_working_after_messing_with_adb/) +- [Android Studio Hedgehog Canary 2 now available](https://www.reddit.com/r/androiddev/comments/136sz0z/android_studio_hedgehog_canary_2_now_available/) +- [Should we obfuscate external library?](https://www.reddit.com/r/androiddev/comments/136scjk/should_we_obfuscate_external_library/) +- [Control Raspberry Pi via Android Phone](https://www.reddit.com/r/androiddev/comments/136p80z/control_raspberry_pi_via_android_phone/) +- [Exploring the different Color Objects in the Fleksy Keyboard SDK for Custom Themes](https://www.reddit.com/r/androiddev/comments/136l7f9/exploring_the_different_color_objects_in_the/) +- [OpenGLES 2.0 Refusing to go full screen](https://www.reddit.com/r/androiddev/comments/136l04p/opengles_20_refusing_to_go_full_screen/) +- [Architecture Advise](https://www.reddit.com/r/androiddev/comments/136jyqp/architecture_advise/) ### *InfoWorld posts* From 372d6b0010804cb7320d470252b0e309be6cf4b9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 5 May 2023 01:28:19 +0000 Subject: [PATCH 0519/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 923e400ee7..79ed409286 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Should I use fragments with Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/1372hgn/should_i_use_fragments_with_jetpack_compose/) -- [Migrating from kotlin synthetics to jetpack viewbinding](https://www.reddit.com/r/androiddev/comments/136xpip/migrating_from_kotlin_synthetics_to_jetpack/) -- [BroadcastReceiver with WakeLock in Clean Architecture](https://www.reddit.com/r/androiddev/comments/136w3i8/broadcastreceiver_with_wakelock_in_clean/) -- [Screenshot not working after messing with ADB](https://www.reddit.com/r/androiddev/comments/136uuoi/screenshot_not_working_after_messing_with_adb/) -- [Android Studio Hedgehog Canary 2 now available](https://www.reddit.com/r/androiddev/comments/136sz0z/android_studio_hedgehog_canary_2_now_available/) -- [Should we obfuscate external library?](https://www.reddit.com/r/androiddev/comments/136scjk/should_we_obfuscate_external_library/) -- [Control Raspberry Pi via Android Phone](https://www.reddit.com/r/androiddev/comments/136p80z/control_raspberry_pi_via_android_phone/) -- [Exploring the different Color Objects in the Fleksy Keyboard SDK for Custom Themes](https://www.reddit.com/r/androiddev/comments/136l7f9/exploring_the_different_color_objects_in_the/) -- [OpenGLES 2.0 Refusing to go full screen](https://www.reddit.com/r/androiddev/comments/136l04p/opengles_20_refusing_to_go_full_screen/) -- [Architecture Advise](https://www.reddit.com/r/androiddev/comments/136jyqp/architecture_advise/) +- [If someone is interested in joining me in developing an app and We will split the revenue DM me.](https://www.reddit.com/r/androiddev/comments/1380usy/if_someone_is_interested_in_joining_me_in/) +- [Having Hard Time in Learning Android Development](https://www.reddit.com/r/androiddev/comments/137zseg/having_hard_time_in_learning_android_development/) +- [Push notifications iOS & Android](https://www.reddit.com/r/androiddev/comments/137yy2b/push_notifications_ios_android/) +- [Putting screen to sleep](https://www.reddit.com/r/androiddev/comments/137wuti/putting_screen_to_sleep/) +- [Slightly confused as to how OnClick and OnSwipeDismiss work differently from each other.](https://www.reddit.com/r/androiddev/comments/137wuic/slightly_confused_as_to_how_onclick_and/) +- [Upgraded to Android Studio Flamingo, can't run projects without changing classpath gradle version](https://www.reddit.com/r/androiddev/comments/137wnnf/upgraded_to_android_studio_flamingo_cant_run/) +- [Is using bottom navigation + center bottom floating action button the latest design trend?](https://www.reddit.com/r/androiddev/comments/137wcez/is_using_bottom_navigation_center_bottom_floating/) +- [Designing for free!](https://www.reddit.com/r/androiddev/comments/137vm8w/designing_for_free/) +- [Working with Android Studio and Subversion](https://www.reddit.com/r/androiddev/comments/137vdu5/working_with_android_studio_and_subversion/) +- [What are some advanced features of Android Studio that others should know about?](https://www.reddit.com/r/androiddev/comments/137u7hr/what_are_some_advanced_features_of_android_studio/) ### *InfoWorld posts* From c03ca0442490ec2d2f86f9c15252593841950b12 Mon Sep 17 00:00:00 2001 From: GitHub Bot Date: Sat, 6 May 2023 00:07:10 +0000 Subject: [PATCH 0520/1422] docs: updates on docs page speed Added docs page speed information on news Signed-off-by: GitHub Bot --- reports/pagespeedresult.svg | 50 +++++++++++++++---------------- reports/pagespeedresultmobile.svg | 50 +++++++++++++++---------------- 2 files changed, 50 insertions(+), 50 deletions(-) diff --git a/reports/pagespeedresult.svg b/reports/pagespeedresult.svg index 6cd9750525..6592a27dcd 100644 --- a/reports/pagespeedresult.svg +++ b/reports/pagespeedresult.svg @@ -1,26 +1,26 @@ - - - - - Application Error - - - - - - \ No newline at end of file + + + + + Heroku | Application Error + + + + + + diff --git a/reports/pagespeedresultmobile.svg b/reports/pagespeedresultmobile.svg index 6cd9750525..6592a27dcd 100644 --- a/reports/pagespeedresultmobile.svg +++ b/reports/pagespeedresultmobile.svg @@ -1,26 +1,26 @@ - - - - - Application Error - - - - - - \ No newline at end of file + + + + + Heroku | Application Error + + + + + + From 6c688bc6c55e1046bedc152b91934c9c3d7f1120 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 6 May 2023 01:28:17 +0000 Subject: [PATCH 0521/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 79ed409286..71d4dc0847 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [If someone is interested in joining me in developing an app and We will split the revenue DM me.](https://www.reddit.com/r/androiddev/comments/1380usy/if_someone_is_interested_in_joining_me_in/) -- [Having Hard Time in Learning Android Development](https://www.reddit.com/r/androiddev/comments/137zseg/having_hard_time_in_learning_android_development/) -- [Push notifications iOS & Android](https://www.reddit.com/r/androiddev/comments/137yy2b/push_notifications_ios_android/) -- [Putting screen to sleep](https://www.reddit.com/r/androiddev/comments/137wuti/putting_screen_to_sleep/) -- [Slightly confused as to how OnClick and OnSwipeDismiss work differently from each other.](https://www.reddit.com/r/androiddev/comments/137wuic/slightly_confused_as_to_how_onclick_and/) -- [Upgraded to Android Studio Flamingo, can't run projects without changing classpath gradle version](https://www.reddit.com/r/androiddev/comments/137wnnf/upgraded_to_android_studio_flamingo_cant_run/) -- [Is using bottom navigation + center bottom floating action button the latest design trend?](https://www.reddit.com/r/androiddev/comments/137wcez/is_using_bottom_navigation_center_bottom_floating/) -- [Designing for free!](https://www.reddit.com/r/androiddev/comments/137vm8w/designing_for_free/) -- [Working with Android Studio and Subversion](https://www.reddit.com/r/androiddev/comments/137vdu5/working_with_android_studio_and_subversion/) -- [What are some advanced features of Android Studio that others should know about?](https://www.reddit.com/r/androiddev/comments/137u7hr/what_are_some_advanced_features_of_android_studio/) +- [What's the best way to add selected area image/OCR transaltion into android app?](https://www.reddit.com/r/androiddev/comments/1395fxf/whats_the_best_way_to_add_selected_area_imageocr/) +- [What's the restrictions on type when embed an custom type into an entity using Room.](https://www.reddit.com/r/androiddev/comments/13953sx/whats_the_restrictions_on_type_when_embed_an/) +- [Full-screen mode presentation with lock option](https://www.reddit.com/r/androiddev/comments/1392wh7/fullscreen_mode_presentation_with_lock_option/) +- [What kind of articles would be useful for issues y'all facing now?](https://www.reddit.com/r/androiddev/comments/1390htd/what_kind_of_articles_would_be_useful_for_issues/) +- [Android Studio APK size doubled and dump_syms folder is the reason?](https://www.reddit.com/r/androiddev/comments/138xasz/android_studio_apk_size_doubled_and_dump_syms/) +- [Files corrupt when saved to storage.](https://www.reddit.com/r/androiddev/comments/138segb/files_corrupt_when_saved_to_storage/) +- [Firebase Pagination in single line Java](https://www.reddit.com/r/androiddev/comments/138pp52/firebase_pagination_in_single_line_java/) +- [🔥Create an EPIC Android Studio Plugin 🤌🍕](https://www.reddit.com/r/androiddev/comments/138kmr1/create_an_epic_android_studio_plugin/) +- [What is the proper way to getExternalStorageDirectory in ViewModel](https://www.reddit.com/r/androiddev/comments/138jceu/what_is_the_proper_way_to/) +- [Going alone to Droidcon Berlin](https://www.reddit.com/r/androiddev/comments/138ijws/going_alone_to_droidcon_berlin/) ### *InfoWorld posts* From 1370e76de449efe9d61f3b1bf67d32251107c15b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 7 May 2023 01:29:32 +0000 Subject: [PATCH 0522/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 71d4dc0847..1ed4bb68ff 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What's the best way to add selected area image/OCR transaltion into android app?](https://www.reddit.com/r/androiddev/comments/1395fxf/whats_the_best_way_to_add_selected_area_imageocr/) -- [What's the restrictions on type when embed an custom type into an entity using Room.](https://www.reddit.com/r/androiddev/comments/13953sx/whats_the_restrictions_on_type_when_embed_an/) -- [Full-screen mode presentation with lock option](https://www.reddit.com/r/androiddev/comments/1392wh7/fullscreen_mode_presentation_with_lock_option/) -- [What kind of articles would be useful for issues y'all facing now?](https://www.reddit.com/r/androiddev/comments/1390htd/what_kind_of_articles_would_be_useful_for_issues/) -- [Android Studio APK size doubled and dump_syms folder is the reason?](https://www.reddit.com/r/androiddev/comments/138xasz/android_studio_apk_size_doubled_and_dump_syms/) -- [Files corrupt when saved to storage.](https://www.reddit.com/r/androiddev/comments/138segb/files_corrupt_when_saved_to_storage/) -- [Firebase Pagination in single line Java](https://www.reddit.com/r/androiddev/comments/138pp52/firebase_pagination_in_single_line_java/) -- [🔥Create an EPIC Android Studio Plugin 🤌🍕](https://www.reddit.com/r/androiddev/comments/138kmr1/create_an_epic_android_studio_plugin/) -- [What is the proper way to getExternalStorageDirectory in ViewModel](https://www.reddit.com/r/androiddev/comments/138jceu/what_is_the_proper_way_to/) -- [Going alone to Droidcon Berlin](https://www.reddit.com/r/androiddev/comments/138ijws/going_alone_to_droidcon_berlin/) +- [Looking for feedback related to new free positive psychology app](https://www.reddit.com/r/androiddev/comments/13a7j92/looking_for_feedback_related_to_new_free_positive/) +- [Alternatives to Firebase Push Notifucations](https://www.reddit.com/r/androiddev/comments/13a6y1d/alternatives_to_firebase_push_notifucations/) +- [I am facing problem in oppo Reno 6 . Can anyone help?](https://www.reddit.com/r/androiddev/comments/13a5t30/i_am_facing_problem_in_oppo_reno_6_can_anyone_help/) +- [How to optimise text size on lower dpi devices](https://www.reddit.com/r/androiddev/comments/13a3p1c/how_to_optimise_text_size_on_lower_dpi_devices/) +- [Dependency Injection](https://www.reddit.com/r/androiddev/comments/13a3fy5/dependency_injection/) +- [Apps Icon?](https://www.reddit.com/r/androiddev/comments/13a0wd5/apps_icon/) +- [Any interest in teaming up for some Android Studio projects?](https://www.reddit.com/r/androiddev/comments/13a0i3r/any_interest_in_teaming_up_for_some_android/) +- [Going to publish an app related to loans. Should I mark them as in app purchases?](https://www.reddit.com/r/androiddev/comments/139zbdr/going_to_publish_an_app_related_to_loans_should_i/) +- [So did Google silently kill their "Associate Android Developer Certification" exam?](https://www.reddit.com/r/androiddev/comments/139ynuy/so_did_google_silently_kill_their_associate/) +- [Native iOS Navigation and Alerts with Compose](https://www.reddit.com/r/androiddev/comments/139ykbk/native_ios_navigation_and_alerts_with_compose/) ### *InfoWorld posts* From e690effb2a93a138feb62b7f08002baa1a244b88 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 8 May 2023 01:29:20 +0000 Subject: [PATCH 0523/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1ed4bb68ff..a593692b27 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Looking for feedback related to new free positive psychology app](https://www.reddit.com/r/androiddev/comments/13a7j92/looking_for_feedback_related_to_new_free_positive/) -- [Alternatives to Firebase Push Notifucations](https://www.reddit.com/r/androiddev/comments/13a6y1d/alternatives_to_firebase_push_notifucations/) -- [I am facing problem in oppo Reno 6 . Can anyone help?](https://www.reddit.com/r/androiddev/comments/13a5t30/i_am_facing_problem_in_oppo_reno_6_can_anyone_help/) -- [How to optimise text size on lower dpi devices](https://www.reddit.com/r/androiddev/comments/13a3p1c/how_to_optimise_text_size_on_lower_dpi_devices/) -- [Dependency Injection](https://www.reddit.com/r/androiddev/comments/13a3fy5/dependency_injection/) -- [Apps Icon?](https://www.reddit.com/r/androiddev/comments/13a0wd5/apps_icon/) -- [Any interest in teaming up for some Android Studio projects?](https://www.reddit.com/r/androiddev/comments/13a0i3r/any_interest_in_teaming_up_for_some_android/) -- [Going to publish an app related to loans. Should I mark them as in app purchases?](https://www.reddit.com/r/androiddev/comments/139zbdr/going_to_publish_an_app_related_to_loans_should_i/) -- [So did Google silently kill their "Associate Android Developer Certification" exam?](https://www.reddit.com/r/androiddev/comments/139ynuy/so_did_google_silently_kill_their_associate/) -- [Native iOS Navigation and Alerts with Compose](https://www.reddit.com/r/androiddev/comments/139ykbk/native_ios_navigation_and_alerts_with_compose/) +- [Need your opinions on my dilemma](https://www.reddit.com/r/androiddev/comments/13b9372/need_your_opinions_on_my_dilemma/) +- [Extract location from exif problem.](https://www.reddit.com/r/androiddev/comments/13b7wjx/extract_location_from_exif_problem/) +- [Best practices to change app Name in Play Store](https://www.reddit.com/r/androiddev/comments/13azsh5/best_practices_to_change_app_name_in_play_store/) +- [How long does it take to create a sophisticated custom Android rom for one device?](https://www.reddit.com/r/androiddev/comments/13azrzl/how_long_does_it_take_to_create_a_sophisticated/) +- [Experiences with Google App Campaigns](https://www.reddit.com/r/androiddev/comments/13axzkc/experiences_with_google_app_campaigns/) +- [Exoplayer Playback Notification](https://www.reddit.com/r/androiddev/comments/13ax4v6/exoplayer_playback_notification/) +- [Is accessing the viwholder of a recycleview outside the class a good practice?](https://www.reddit.com/r/androiddev/comments/13aws1a/is_accessing_the_viwholder_of_a_recycleview/) +- [API to add a button to the Navigation Bar?](https://www.reddit.com/r/androiddev/comments/13aw5db/api_to_add_a_button_to_the_navigation_bar/) +- [How to create a layout with a map (like in a game ) ?](https://www.reddit.com/r/androiddev/comments/13aqvdy/how_to_create_a_layout_with_a_map_like_in_a_game/) +- [AdMob and UMP failures](https://www.reddit.com/r/androiddev/comments/13ankqi/admob_and_ump_failures/) ### *InfoWorld posts* From 2ae7b89c707df1143f6e26ffd23ceebe45bfd823 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 9 May 2023 01:29:16 +0000 Subject: [PATCH 0524/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a593692b27..6f6733f5b8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Need your opinions on my dilemma](https://www.reddit.com/r/androiddev/comments/13b9372/need_your_opinions_on_my_dilemma/) -- [Extract location from exif problem.](https://www.reddit.com/r/androiddev/comments/13b7wjx/extract_location_from_exif_problem/) -- [Best practices to change app Name in Play Store](https://www.reddit.com/r/androiddev/comments/13azsh5/best_practices_to_change_app_name_in_play_store/) -- [How long does it take to create a sophisticated custom Android rom for one device?](https://www.reddit.com/r/androiddev/comments/13azrzl/how_long_does_it_take_to_create_a_sophisticated/) -- [Experiences with Google App Campaigns](https://www.reddit.com/r/androiddev/comments/13axzkc/experiences_with_google_app_campaigns/) -- [Exoplayer Playback Notification](https://www.reddit.com/r/androiddev/comments/13ax4v6/exoplayer_playback_notification/) -- [Is accessing the viwholder of a recycleview outside the class a good practice?](https://www.reddit.com/r/androiddev/comments/13aws1a/is_accessing_the_viwholder_of_a_recycleview/) -- [API to add a button to the Navigation Bar?](https://www.reddit.com/r/androiddev/comments/13aw5db/api_to_add_a_button_to_the_navigation_bar/) -- [How to create a layout with a map (like in a game ) ?](https://www.reddit.com/r/androiddev/comments/13aqvdy/how_to_create_a_layout_with_a_map_like_in_a_game/) -- [AdMob and UMP failures](https://www.reddit.com/r/androiddev/comments/13ankqi/admob_and_ump_failures/) +- [In what cases are you ever going to use more than one Activity?](https://www.reddit.com/r/androiddev/comments/13c8kio/in_what_cases_are_you_ever_going_to_use_more_than/) +- [What is the minimum knowledge needed to work in freelance (Upwork)](https://www.reddit.com/r/androiddev/comments/13c6s8e/what_is_the_minimum_knowledge_needed_to_work_in/) +- [Android Studio Help](https://www.reddit.com/r/androiddev/comments/13c6k44/android_studio_help/) +- [How to get a scroll view's child percentage of screen covered](https://www.reddit.com/r/androiddev/comments/13c57lb/how_to_get_a_scroll_views_child_percentage_of/) +- [Where is your preferred place on app flow to check user session?](https://www.reddit.com/r/androiddev/comments/13c06mk/where_is_your_preferred_place_on_app_flow_to/) +- [Android Studio Giraffe Beta 2 now available](https://www.reddit.com/r/androiddev/comments/13bzhuh/android_studio_giraffe_beta_2_now_available/) +- [Recently wrote an article on using Material's BackdropScaffold in jetpack compose. Let me know what you think](https://www.reddit.com/r/androiddev/comments/13bzf3i/recently_wrote_an_article_on_using_materials/) +- [Maintaining previous version when multiple developers work on a project](https://www.reddit.com/r/androiddev/comments/13by2j6/maintaining_previous_version_when_multiple/) +- [Is there any library to make video player minimizeable like youtube](https://www.reddit.com/r/androiddev/comments/13bw48z/is_there_any_library_to_make_video_player/) +- [Activity/Fragment recreated when coming back from camera intent](https://www.reddit.com/r/androiddev/comments/13buz3y/activityfragment_recreated_when_coming_back_from/) ### *InfoWorld posts* From 0fceac4d9d4c2452d2eb99ffed626dc034ed57a2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 10 May 2023 01:29:00 +0000 Subject: [PATCH 0525/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6f6733f5b8..4d773e9cb6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [In what cases are you ever going to use more than one Activity?](https://www.reddit.com/r/androiddev/comments/13c8kio/in_what_cases_are_you_ever_going_to_use_more_than/) -- [What is the minimum knowledge needed to work in freelance (Upwork)](https://www.reddit.com/r/androiddev/comments/13c6s8e/what_is_the_minimum_knowledge_needed_to_work_in/) -- [Android Studio Help](https://www.reddit.com/r/androiddev/comments/13c6k44/android_studio_help/) -- [How to get a scroll view's child percentage of screen covered](https://www.reddit.com/r/androiddev/comments/13c57lb/how_to_get_a_scroll_views_child_percentage_of/) -- [Where is your preferred place on app flow to check user session?](https://www.reddit.com/r/androiddev/comments/13c06mk/where_is_your_preferred_place_on_app_flow_to/) -- [Android Studio Giraffe Beta 2 now available](https://www.reddit.com/r/androiddev/comments/13bzhuh/android_studio_giraffe_beta_2_now_available/) -- [Recently wrote an article on using Material's BackdropScaffold in jetpack compose. Let me know what you think](https://www.reddit.com/r/androiddev/comments/13bzf3i/recently_wrote_an_article_on_using_materials/) -- [Maintaining previous version when multiple developers work on a project](https://www.reddit.com/r/androiddev/comments/13by2j6/maintaining_previous_version_when_multiple/) -- [Is there any library to make video player minimizeable like youtube](https://www.reddit.com/r/androiddev/comments/13bw48z/is_there_any_library_to_make_video_player/) -- [Activity/Fragment recreated when coming back from camera intent](https://www.reddit.com/r/androiddev/comments/13buz3y/activityfragment_recreated_when_coming_back_from/) +- [Which android id to choose to store data](https://www.reddit.com/r/androiddev/comments/13d8im4/which_android_id_to_choose_to_store_data/) +- [Are Android Jobs Still In Demand In The USA?](https://www.reddit.com/r/androiddev/comments/13d5kw4/are_android_jobs_still_in_demand_in_the_usa/) +- [Is it bad to use Android Studio canary builds for a production app?](https://www.reddit.com/r/androiddev/comments/13d293z/is_it_bad_to_use_android_studio_canary_builds_for/) +- [Does material 3 work with android views or only jetpack compose?](https://www.reddit.com/r/androiddev/comments/13cv5rf/does_material_3_work_with_android_views_or_only/) +- [I am looking to make new projects for my portfolio](https://www.reddit.com/r/androiddev/comments/13cv3cw/i_am_looking_to_make_new_projects_for_my_portfolio/) +- [Custom faces for a generic Chinese smartwatch?](https://www.reddit.com/r/androiddev/comments/13cpwzb/custom_faces_for_a_generic_chinese_smartwatch/) +- [another newbie here](https://www.reddit.com/r/androiddev/comments/13clow4/another_newbie_here/) +- [First Kotlin library - Easy analytics library](https://www.reddit.com/r/androiddev/comments/13cl3oe/first_kotlin_library_easy_analytics_library/) +- [Are custom splash screens dead?](https://www.reddit.com/r/androiddev/comments/13cjfku/are_custom_splash_screens_dead/) +- [You have reached your destination: Google elegantly says goodbye to Waze | CTech](https://www.reddit.com/r/androiddev/comments/13cf2ov/you_have_reached_your_destination_google/) ### *InfoWorld posts* From a2ac6176ae784a7ca0269e522f1f3b554e267dd2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 11 May 2023 01:29:21 +0000 Subject: [PATCH 0526/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4d773e9cb6..ca63a2ec4e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Which android id to choose to store data](https://www.reddit.com/r/androiddev/comments/13d8im4/which_android_id_to_choose_to_store_data/) -- [Are Android Jobs Still In Demand In The USA?](https://www.reddit.com/r/androiddev/comments/13d5kw4/are_android_jobs_still_in_demand_in_the_usa/) -- [Is it bad to use Android Studio canary builds for a production app?](https://www.reddit.com/r/androiddev/comments/13d293z/is_it_bad_to_use_android_studio_canary_builds_for/) -- [Does material 3 work with android views or only jetpack compose?](https://www.reddit.com/r/androiddev/comments/13cv5rf/does_material_3_work_with_android_views_or_only/) -- [I am looking to make new projects for my portfolio](https://www.reddit.com/r/androiddev/comments/13cv3cw/i_am_looking_to_make_new_projects_for_my_portfolio/) -- [Custom faces for a generic Chinese smartwatch?](https://www.reddit.com/r/androiddev/comments/13cpwzb/custom_faces_for_a_generic_chinese_smartwatch/) -- [another newbie here](https://www.reddit.com/r/androiddev/comments/13clow4/another_newbie_here/) -- [First Kotlin library - Easy analytics library](https://www.reddit.com/r/androiddev/comments/13cl3oe/first_kotlin_library_easy_analytics_library/) -- [Are custom splash screens dead?](https://www.reddit.com/r/androiddev/comments/13cjfku/are_custom_splash_screens_dead/) -- [You have reached your destination: Google elegantly says goodbye to Waze | CTech](https://www.reddit.com/r/androiddev/comments/13cf2ov/you_have_reached_your_destination_google/) +- [What’s new in Android Performance — Google I/O 2023 edition](https://www.reddit.com/r/androiddev/comments/13e85nk/whats_new_in_android_performance_google_io_2023/) +- [Make Android recognize a specific device?](https://www.reddit.com/r/androiddev/comments/13e5uus/make_android_recognize_a_specific_device/) +- [Help w/ locating an error appearing in my pre-launch report](https://www.reddit.com/r/androiddev/comments/13e5d61/help_w_locating_an_error_appearing_in_my/) +- [Hii Guys, i am starting to learn Android studio, but my laptop is to old and slow for it. Can you suggest me some good laptops options for smooth development?](https://www.reddit.com/r/androiddev/comments/13e4om3/hii_guys_i_am_starting_to_learn_android_studio/) +- [I'm 16 years old, Is there any issue if I want to publish an app in the store?](https://www.reddit.com/r/androiddev/comments/13e2psm/im_16_years_old_is_there_any_issue_if_i_want_to/) +- [Studio Bot as your AI Android studio assistant](https://www.reddit.com/r/androiddev/comments/13e2h8k/studio_bot_as_your_ai_android_studio_assistant/) +- [Android 14 Beta2 Release Notes](https://www.reddit.com/r/androiddev/comments/13e26sx/android_14_beta2_release_notes/) +- [Google introduced Studio Bot (Still available at US only)](https://www.reddit.com/r/androiddev/comments/13e1p18/google_introduced_studio_bot_still_available_at/) +- [Android Studio Hedgehog Canary 3 is now available](https://www.reddit.com/r/androiddev/comments/13e1ggi/android_studio_hedgehog_canary_3_is_now_available/) +- [Android Device Streaming from Android Studio | Android Developers](https://www.reddit.com/r/androiddev/comments/13e16sx/android_device_streaming_from_android_studio/) ### *InfoWorld posts* From 81e77e8df39a184de49080ea1553f199ee05d0c1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 12 May 2023 01:29:03 +0000 Subject: [PATCH 0527/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ca63a2ec4e..62e69fdbff 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What’s new in Android Performance — Google I/O 2023 edition](https://www.reddit.com/r/androiddev/comments/13e85nk/whats_new_in_android_performance_google_io_2023/) -- [Make Android recognize a specific device?](https://www.reddit.com/r/androiddev/comments/13e5uus/make_android_recognize_a_specific_device/) -- [Help w/ locating an error appearing in my pre-launch report](https://www.reddit.com/r/androiddev/comments/13e5d61/help_w_locating_an_error_appearing_in_my/) -- [Hii Guys, i am starting to learn Android studio, but my laptop is to old and slow for it. Can you suggest me some good laptops options for smooth development?](https://www.reddit.com/r/androiddev/comments/13e4om3/hii_guys_i_am_starting_to_learn_android_studio/) -- [I'm 16 years old, Is there any issue if I want to publish an app in the store?](https://www.reddit.com/r/androiddev/comments/13e2psm/im_16_years_old_is_there_any_issue_if_i_want_to/) -- [Studio Bot as your AI Android studio assistant](https://www.reddit.com/r/androiddev/comments/13e2h8k/studio_bot_as_your_ai_android_studio_assistant/) -- [Android 14 Beta2 Release Notes](https://www.reddit.com/r/androiddev/comments/13e26sx/android_14_beta2_release_notes/) -- [Google introduced Studio Bot (Still available at US only)](https://www.reddit.com/r/androiddev/comments/13e1p18/google_introduced_studio_bot_still_available_at/) -- [Android Studio Hedgehog Canary 3 is now available](https://www.reddit.com/r/androiddev/comments/13e1ggi/android_studio_hedgehog_canary_3_is_now_available/) -- [Android Device Streaming from Android Studio | Android Developers](https://www.reddit.com/r/androiddev/comments/13e16sx/android_device_streaming_from_android_studio/) +- [What technologies/framework should I use on my web development internship so that it helps me with my android developer CV/resume?](https://www.reddit.com/r/androiddev/comments/13f5zax/what_technologiesframework_should_i_use_on_my_web/) +- [AI will create app descriptions on the Play Store](https://www.reddit.com/r/androiddev/comments/13f4rsp/ai_will_create_app_descriptions_on_the_play_store/) +- [Swipeable lazyrow jetpack compose](https://www.reddit.com/r/androiddev/comments/13eyy0e/swipeable_lazyrow_jetpack_compose/) +- [how to enable developer mode when phone is company owned?](https://www.reddit.com/r/androiddev/comments/13eykmo/how_to_enable_developer_mode_when_phone_is/) +- [Use existing AI Voice cloning in an app](https://www.reddit.com/r/androiddev/comments/13exqqw/use_existing_ai_voice_cloning_in_an_app/) +- [Would it be better to code using Python or learning Kotlin](https://www.reddit.com/r/androiddev/comments/13ex8uk/would_it_be_better_to_code_using_python_or/) +- [Pimax doing a 100k USD fund for indie developers](https://www.reddit.com/r/androiddev/comments/13evdce/pimax_doing_a_100k_usd_fund_for_indie_developers/) +- [Advanced local notification system design/architecture guides](https://www.reddit.com/r/androiddev/comments/13et0h7/advanced_local_notification_system/) +- [Layout preview not working in Android Studio](https://www.reddit.com/r/androiddev/comments/13eqxzr/layout_preview_not_working_in_android_studio/) +- [LPA managing application](https://www.reddit.com/r/androiddev/comments/13eqxpd/lpa_managing_application/) ### *InfoWorld posts* From ccabd06a663ef7945f2d87b08b0fe90ee0844512 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 13 May 2023 01:29:21 +0000 Subject: [PATCH 0528/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 62e69fdbff..2a80eb9a58 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What technologies/framework should I use on my web development internship so that it helps me with my android developer CV/resume?](https://www.reddit.com/r/androiddev/comments/13f5zax/what_technologiesframework_should_i_use_on_my_web/) -- [AI will create app descriptions on the Play Store](https://www.reddit.com/r/androiddev/comments/13f4rsp/ai_will_create_app_descriptions_on_the_play_store/) -- [Swipeable lazyrow jetpack compose](https://www.reddit.com/r/androiddev/comments/13eyy0e/swipeable_lazyrow_jetpack_compose/) -- [how to enable developer mode when phone is company owned?](https://www.reddit.com/r/androiddev/comments/13eykmo/how_to_enable_developer_mode_when_phone_is/) -- [Use existing AI Voice cloning in an app](https://www.reddit.com/r/androiddev/comments/13exqqw/use_existing_ai_voice_cloning_in_an_app/) -- [Would it be better to code using Python or learning Kotlin](https://www.reddit.com/r/androiddev/comments/13ex8uk/would_it_be_better_to_code_using_python_or/) -- [Pimax doing a 100k USD fund for indie developers](https://www.reddit.com/r/androiddev/comments/13evdce/pimax_doing_a_100k_usd_fund_for_indie_developers/) -- [Advanced local notification system design/architecture guides](https://www.reddit.com/r/androiddev/comments/13et0h7/advanced_local_notification_system/) -- [Layout preview not working in Android Studio](https://www.reddit.com/r/androiddev/comments/13eqxzr/layout_preview_not_working_in_android_studio/) -- [LPA managing application](https://www.reddit.com/r/androiddev/comments/13eqxpd/lpa_managing_application/) +- [Reviewing My Code](https://www.reddit.com/r/androiddev/comments/13g19uz/reviewing_my_code/) +- [What means the "cf" compilation tag on aosp_cf_arm64_phone-userdebug artifact](https://www.reddit.com/r/androiddev/comments/13g0jj0/what_means_the_cf_compilation_tag_on_aosp_cf/) +- [Unable to Disable SwipeToDismiss for Composables](https://www.reddit.com/r/androiddev/comments/13fz2i2/unable_to_disable_swipetodismiss_for_composables/) +- [What is the purpose of ON-DEVICE SPEECH RECOGNITION when I can't make Assistant open an app without turning on my cellular data?!](https://www.reddit.com/r/androiddev/comments/13fz1cj/what_is_the_purpose_of_ondevice_speech/) +- [Recreating YouTube like Bottom Sheet behaviour with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/13fryff/recreating_youtube_like_bottom_sheet_behaviour/) +- [Ensuring API availability with ModuleInstallClient](https://www.reddit.com/r/androiddev/comments/13fqok7/ensuring_api_availability_with_moduleinstallclient/) +- [Opinion on the new Play Console beta update?](https://www.reddit.com/r/androiddev/comments/13fps94/opinion_on_the_new_play_console_beta_update/) +- [What android icon is this?](https://www.reddit.com/r/androiddev/comments/13fmk09/what_android_icon_is_this/) +- [Android Studio Bot Is Bad Right Now! Stick to GPT-4](https://www.reddit.com/r/androiddev/comments/13fl8g8/android_studio_bot_is_bad_right_now_stick_to_gpt4/) +- [Android Dev Newsletter - Issue #30](https://www.reddit.com/r/androiddev/comments/13fg5t6/android_dev_newsletter_issue_30/) ### *InfoWorld posts* From 992f138ade0d9fe99f8b3a9e9c316c9355d26aa7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 14 May 2023 01:29:37 +0000 Subject: [PATCH 0529/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2a80eb9a58..eaf5119f57 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Reviewing My Code](https://www.reddit.com/r/androiddev/comments/13g19uz/reviewing_my_code/) -- [What means the "cf" compilation tag on aosp_cf_arm64_phone-userdebug artifact](https://www.reddit.com/r/androiddev/comments/13g0jj0/what_means_the_cf_compilation_tag_on_aosp_cf/) -- [Unable to Disable SwipeToDismiss for Composables](https://www.reddit.com/r/androiddev/comments/13fz2i2/unable_to_disable_swipetodismiss_for_composables/) -- [What is the purpose of ON-DEVICE SPEECH RECOGNITION when I can't make Assistant open an app without turning on my cellular data?!](https://www.reddit.com/r/androiddev/comments/13fz1cj/what_is_the_purpose_of_ondevice_speech/) -- [Recreating YouTube like Bottom Sheet behaviour with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/13fryff/recreating_youtube_like_bottom_sheet_behaviour/) -- [Ensuring API availability with ModuleInstallClient](https://www.reddit.com/r/androiddev/comments/13fqok7/ensuring_api_availability_with_moduleinstallclient/) -- [Opinion on the new Play Console beta update?](https://www.reddit.com/r/androiddev/comments/13fps94/opinion_on_the_new_play_console_beta_update/) -- [What android icon is this?](https://www.reddit.com/r/androiddev/comments/13fmk09/what_android_icon_is_this/) -- [Android Studio Bot Is Bad Right Now! Stick to GPT-4](https://www.reddit.com/r/androiddev/comments/13fl8g8/android_studio_bot_is_bad_right_now_stick_to_gpt4/) -- [Android Dev Newsletter - Issue #30](https://www.reddit.com/r/androiddev/comments/13fg5t6/android_dev_newsletter_issue_30/) +- [Complaining about your app installation counter not showing the right number? Google app with 9000 reviews has 1+ downloads (Personal Safety)](https://www.reddit.com/r/androiddev/comments/13gyaty/complaining_about_your_app_installation_counter/) +- [Please Review My App](https://www.reddit.com/r/androiddev/comments/13gu7dx/please_review_my_app/) +- [I need critiques for my app](https://www.reddit.com/r/androiddev/comments/13gtmuc/i_need_critiques_for_my_app/) +- [how to create controls for zoom ui?](https://www.reddit.com/r/androiddev/comments/13gtcu7/how_to_create_controls_for_zoom_ui/) +- [Why](https://www.reddit.com/r/androiddev/comments/13gsq4a/why/) +- [App showing blank screen](https://www.reddit.com/r/androiddev/comments/13gs783/app_showing_blank_screen/) +- [Improve mouse wheel scrolling on MacOS](https://www.reddit.com/r/androiddev/comments/13gq89n/improve_mouse_wheel_scrolling_on_macos/) +- [Can anyone tell me good resources to start learning android developer?](https://www.reddit.com/r/androiddev/comments/13gpnwx/can_anyone_tell_me_good_resources_to_start/) +- [React Native Stack Navigator component UI not updating while inside Java FrameLayout](https://www.reddit.com/r/androiddev/comments/13gpgcq/react_native_stack_navigator_component_ui_not/) +- [Where is the roll-out option in the google developer console?](https://www.reddit.com/r/androiddev/comments/13gpafi/where_is_the_rollout_option_in_the_google/) ### *InfoWorld posts* From 067f07e14da4e2ddfb7025fb15f69fbfa0f643fc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 15 May 2023 01:29:15 +0000 Subject: [PATCH 0530/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index eaf5119f57..dbaf71aa77 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Complaining about your app installation counter not showing the right number? Google app with 9000 reviews has 1+ downloads (Personal Safety)](https://www.reddit.com/r/androiddev/comments/13gyaty/complaining_about_your_app_installation_counter/) -- [Please Review My App](https://www.reddit.com/r/androiddev/comments/13gu7dx/please_review_my_app/) -- [I need critiques for my app](https://www.reddit.com/r/androiddev/comments/13gtmuc/i_need_critiques_for_my_app/) -- [how to create controls for zoom ui?](https://www.reddit.com/r/androiddev/comments/13gtcu7/how_to_create_controls_for_zoom_ui/) -- [Why](https://www.reddit.com/r/androiddev/comments/13gsq4a/why/) -- [App showing blank screen](https://www.reddit.com/r/androiddev/comments/13gs783/app_showing_blank_screen/) -- [Improve mouse wheel scrolling on MacOS](https://www.reddit.com/r/androiddev/comments/13gq89n/improve_mouse_wheel_scrolling_on_macos/) -- [Can anyone tell me good resources to start learning android developer?](https://www.reddit.com/r/androiddev/comments/13gpnwx/can_anyone_tell_me_good_resources_to_start/) -- [React Native Stack Navigator component UI not updating while inside Java FrameLayout](https://www.reddit.com/r/androiddev/comments/13gpgcq/react_native_stack_navigator_component_ui_not/) -- [Where is the roll-out option in the google developer console?](https://www.reddit.com/r/androiddev/comments/13gpafi/where_is_the_rollout_option_in_the_google/) +- [Logcat CLI viewer released (open-sourced?) by Google](https://www.reddit.com/r/androiddev/comments/13hq6f4/logcat_cli_viewer_released_opensourced_by_google/) +- [Trouble with Firebase RecyclerView](https://www.reddit.com/r/androiddev/comments/13hpfpu/trouble_with_firebase_recyclerview/) +- [Get tax invoice from the income from Google play in EU (for tax purposes)](https://www.reddit.com/r/androiddev/comments/13hnw6w/get_tax_invoice_from_the_income_from_google_play/) +- [How to gain experience to land a job ?](https://www.reddit.com/r/androiddev/comments/13hkccm/how_to_gain_experience_to_land_a_job/) +- [Do you finish all work assigned to you in a sprint on time?](https://www.reddit.com/r/androiddev/comments/13hi18q/do_you_finish_all_work_assigned_to_you_in_a/) +- [All unit tests are failing.](https://www.reddit.com/r/androiddev/comments/13hha9m/all_unit_tests_are_failing/) +- [How to obtain the outgoing call phone number on Android 10 without creating a custom dialer interface?](https://www.reddit.com/r/androiddev/comments/13hexda/how_to_obtain_the_outgoing_call_phone_number_on/) +- [MDM Private project](https://www.reddit.com/r/androiddev/comments/13hed64/mdm_private_project/) +- [Android Studio (Flamingo) Layout Editor memory leak? or was the update is just too heavy?](https://www.reddit.com/r/androiddev/comments/13he427/android_studio_flamingo_layout_editor_memory_leak/) +- [Junior android developer](https://www.reddit.com/r/androiddev/comments/13hcbt8/junior_android_developer/) ### *InfoWorld posts* From db82c76037e07f0d320a41da41424691db7d0ed1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 16 May 2023 01:29:50 +0000 Subject: [PATCH 0531/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index dbaf71aa77..3d11a326b7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Logcat CLI viewer released (open-sourced?) by Google](https://www.reddit.com/r/androiddev/comments/13hq6f4/logcat_cli_viewer_released_opensourced_by_google/) -- [Trouble with Firebase RecyclerView](https://www.reddit.com/r/androiddev/comments/13hpfpu/trouble_with_firebase_recyclerview/) -- [Get tax invoice from the income from Google play in EU (for tax purposes)](https://www.reddit.com/r/androiddev/comments/13hnw6w/get_tax_invoice_from_the_income_from_google_play/) -- [How to gain experience to land a job ?](https://www.reddit.com/r/androiddev/comments/13hkccm/how_to_gain_experience_to_land_a_job/) -- [Do you finish all work assigned to you in a sprint on time?](https://www.reddit.com/r/androiddev/comments/13hi18q/do_you_finish_all_work_assigned_to_you_in_a/) -- [All unit tests are failing.](https://www.reddit.com/r/androiddev/comments/13hha9m/all_unit_tests_are_failing/) -- [How to obtain the outgoing call phone number on Android 10 without creating a custom dialer interface?](https://www.reddit.com/r/androiddev/comments/13hexda/how_to_obtain_the_outgoing_call_phone_number_on/) -- [MDM Private project](https://www.reddit.com/r/androiddev/comments/13hed64/mdm_private_project/) -- [Android Studio (Flamingo) Layout Editor memory leak? or was the update is just too heavy?](https://www.reddit.com/r/androiddev/comments/13he427/android_studio_flamingo_layout_editor_memory_leak/) -- [Junior android developer](https://www.reddit.com/r/androiddev/comments/13hcbt8/junior_android_developer/) +- [Share your completed projects that didn't make it to the app store.](https://www.reddit.com/r/androiddev/comments/13ipgtu/share_your_completed_projects_that_didnt_make_it/) +- [Is there a way to get some accessibility analytics when users use our app?](https://www.reddit.com/r/androiddev/comments/13ioyca/is_there_a_way_to_get_some_accessibility/) +- [WorkManager setRequiredNetworkType Wi-Fi vs Cellular](https://www.reddit.com/r/androiddev/comments/13ik4en/workmanager_setrequirednetworktype_wifi_vs/) +- [[📍India] At this time, New Admob account mandatory PAN Card for Payment?](https://www.reddit.com/r/androiddev/comments/13ihvvt/india_at_this_time_new_admob_account_mandatory/) +- [Why](https://www.reddit.com/r/androiddev/comments/13iflh2/why/) +- [Implementation of an onboarding screen, followed by a paywall screen, and then asking for a rating](https://www.reddit.com/r/androiddev/comments/13ifhif/implementation_of_an_onboarding_screen_followed/) +- [Are there cons of switching to flutter?](https://www.reddit.com/r/androiddev/comments/13ifc9d/are_there_cons_of_switching_to_flutter/) +- [30 ideas to reduce your Gradle Build times](https://www.reddit.com/r/androiddev/comments/13idtjx/30_ideas_to_reduce_your_gradle_build_times/) +- [layout design for a app](https://www.reddit.com/r/androiddev/comments/13iahqm/layout_design_for_a_app/) +- [Weekly Who's Hiring Thread - May 15, 2023](https://www.reddit.com/r/androiddev/comments/13i7meu/weekly_whos_hiring_thread_may_15_2023/) ### *InfoWorld posts* From ec332e3bad6e5a9cb71ac33f76ee975fb679d5cf Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 17 May 2023 01:30:03 +0000 Subject: [PATCH 0532/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3d11a326b7..104e7f4e4e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Share your completed projects that didn't make it to the app store.](https://www.reddit.com/r/androiddev/comments/13ipgtu/share_your_completed_projects_that_didnt_make_it/) -- [Is there a way to get some accessibility analytics when users use our app?](https://www.reddit.com/r/androiddev/comments/13ioyca/is_there_a_way_to_get_some_accessibility/) -- [WorkManager setRequiredNetworkType Wi-Fi vs Cellular](https://www.reddit.com/r/androiddev/comments/13ik4en/workmanager_setrequirednetworktype_wifi_vs/) -- [[📍India] At this time, New Admob account mandatory PAN Card for Payment?](https://www.reddit.com/r/androiddev/comments/13ihvvt/india_at_this_time_new_admob_account_mandatory/) -- [Why](https://www.reddit.com/r/androiddev/comments/13iflh2/why/) -- [Implementation of an onboarding screen, followed by a paywall screen, and then asking for a rating](https://www.reddit.com/r/androiddev/comments/13ifhif/implementation_of_an_onboarding_screen_followed/) -- [Are there cons of switching to flutter?](https://www.reddit.com/r/androiddev/comments/13ifc9d/are_there_cons_of_switching_to_flutter/) -- [30 ideas to reduce your Gradle Build times](https://www.reddit.com/r/androiddev/comments/13idtjx/30_ideas_to_reduce_your_gradle_build_times/) -- [layout design for a app](https://www.reddit.com/r/androiddev/comments/13iahqm/layout_design_for_a_app/) -- [Weekly Who's Hiring Thread - May 15, 2023](https://www.reddit.com/r/androiddev/comments/13i7meu/weekly_whos_hiring_thread_may_15_2023/) +- [Is it possible to import Java source library, then use it in Kotlin project?](https://www.reddit.com/r/androiddev/comments/13jn7f8/is_it_possible_to_import_java_source_library_then/) +- [Any Auth0 mobile expertise?](https://www.reddit.com/r/androiddev/comments/13ji9qw/any_auth0_mobile_expertise/) +- [Android Studio Hedgehog Canary 4 now available](https://www.reddit.com/r/androiddev/comments/13jh1b6/android_studio_hedgehog_canary_4_now_available/) +- [ExoPlayer segment download](https://www.reddit.com/r/androiddev/comments/13jgmxm/exoplayer_segment_download/) +- [Unlisted testing through Play Store (TestFlight-like)](https://www.reddit.com/r/androiddev/comments/13jg6j5/unlisted_testing_through_play_store_testflightlike/) +- [When will Studio Bot be globally available?](https://www.reddit.com/r/androiddev/comments/13jfnrw/when_will_studio_bot_be_globally_available/) +- [Anyway to find a linked Google Developer Account?](https://www.reddit.com/r/androiddev/comments/13jdcpg/anyway_to_find_a_linked_google_developer_account/) +- [Android development workflow](https://www.reddit.com/r/androiddev/comments/13jc5ne/android_development_workflow/) +- [Is there a place where we can get the splash screen image for each AS versions?](https://www.reddit.com/r/androiddev/comments/13jbxwk/is_there_a_place_where_we_can_get_the_splash/) +- [Android Studio Giraffe Beta 3 now available](https://www.reddit.com/r/androiddev/comments/13jaqy6/android_studio_giraffe_beta_3_now_available/) ### *InfoWorld posts* From cf0b5112741cdd7e6766ea0d1275659630215905 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 18 May 2023 01:29:37 +0000 Subject: [PATCH 0533/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 104e7f4e4e..e784a49bdd 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is it possible to import Java source library, then use it in Kotlin project?](https://www.reddit.com/r/androiddev/comments/13jn7f8/is_it_possible_to_import_java_source_library_then/) -- [Any Auth0 mobile expertise?](https://www.reddit.com/r/androiddev/comments/13ji9qw/any_auth0_mobile_expertise/) -- [Android Studio Hedgehog Canary 4 now available](https://www.reddit.com/r/androiddev/comments/13jh1b6/android_studio_hedgehog_canary_4_now_available/) -- [ExoPlayer segment download](https://www.reddit.com/r/androiddev/comments/13jgmxm/exoplayer_segment_download/) -- [Unlisted testing through Play Store (TestFlight-like)](https://www.reddit.com/r/androiddev/comments/13jg6j5/unlisted_testing_through_play_store_testflightlike/) -- [When will Studio Bot be globally available?](https://www.reddit.com/r/androiddev/comments/13jfnrw/when_will_studio_bot_be_globally_available/) -- [Anyway to find a linked Google Developer Account?](https://www.reddit.com/r/androiddev/comments/13jdcpg/anyway_to_find_a_linked_google_developer_account/) -- [Android development workflow](https://www.reddit.com/r/androiddev/comments/13jc5ne/android_development_workflow/) -- [Is there a place where we can get the splash screen image for each AS versions?](https://www.reddit.com/r/androiddev/comments/13jbxwk/is_there_a_place_where_we_can_get_the_splash/) -- [Android Studio Giraffe Beta 3 now available](https://www.reddit.com/r/androiddev/comments/13jaqy6/android_studio_giraffe_beta_3_now_available/) +- [The navigation compose library is the most confusing thing I've tried to learn in a while.](https://www.reddit.com/r/androiddev/comments/13kk9y3/the_navigation_compose_library_is_the_most/) +- [Not able to download any type of amazon affiliated app from appstore or even Any Apks](https://www.reddit.com/r/androiddev/comments/13kk5fr/not_able_to_download_any_type_of_amazon/) +- [Anyone else feel like development of Jetpack compose has been very slow?](https://www.reddit.com/r/androiddev/comments/13kh3w5/anyone_else_feel_like_development_of_jetpack/) +- [Google I/O Connect](https://www.reddit.com/r/androiddev/comments/13kdr7e/google_io_connect/) +- [Android Emulator on Remote Machine](https://www.reddit.com/r/androiddev/comments/13kdma9/android_emulator_on_remote_machine/) +- [xperia s recovery mode ?](https://www.reddit.com/r/androiddev/comments/13kcbut/xperia_s_recovery_mode/) +- [Kotlin VS Java – What's the Difference?](https://www.reddit.com/r/androiddev/comments/13ka16w/kotlin_vs_java_whats_the_difference/) +- [How do you usually implement paywall page in your app?](https://www.reddit.com/r/androiddev/comments/13k9kj1/how_do_you_usually_implement_paywall_page_in_your/) +- [Missing SDK](https://www.reddit.com/r/androiddev/comments/13k98el/missing_sdk/) +- [How to add Twitter Login to an Android app with Compose and Kotlin without Firebase?](https://www.reddit.com/r/androiddev/comments/13k88iu/how_to_add_twitter_login_to_an_android_app_with/) ### *InfoWorld posts* From fcfabf66c4103e9e5d63f6141e70288bb1680193 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 19 May 2023 01:29:29 +0000 Subject: [PATCH 0534/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e784a49bdd..bc8951a024 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [The navigation compose library is the most confusing thing I've tried to learn in a while.](https://www.reddit.com/r/androiddev/comments/13kk9y3/the_navigation_compose_library_is_the_most/) -- [Not able to download any type of amazon affiliated app from appstore or even Any Apks](https://www.reddit.com/r/androiddev/comments/13kk5fr/not_able_to_download_any_type_of_amazon/) -- [Anyone else feel like development of Jetpack compose has been very slow?](https://www.reddit.com/r/androiddev/comments/13kh3w5/anyone_else_feel_like_development_of_jetpack/) -- [Google I/O Connect](https://www.reddit.com/r/androiddev/comments/13kdr7e/google_io_connect/) -- [Android Emulator on Remote Machine](https://www.reddit.com/r/androiddev/comments/13kdma9/android_emulator_on_remote_machine/) -- [xperia s recovery mode ?](https://www.reddit.com/r/androiddev/comments/13kcbut/xperia_s_recovery_mode/) -- [Kotlin VS Java – What's the Difference?](https://www.reddit.com/r/androiddev/comments/13ka16w/kotlin_vs_java_whats_the_difference/) -- [How do you usually implement paywall page in your app?](https://www.reddit.com/r/androiddev/comments/13k9kj1/how_do_you_usually_implement_paywall_page_in_your/) -- [Missing SDK](https://www.reddit.com/r/androiddev/comments/13k98el/missing_sdk/) -- [How to add Twitter Login to an Android app with Compose and Kotlin without Firebase?](https://www.reddit.com/r/androiddev/comments/13k88iu/how_to_add_twitter_login_to_an_android_app_with/) +- [How](https://www.reddit.com/r/androiddev/comments/13lfsyj/how/) +- [Open Sourcing All My Apps - Quitting Android Dev After Almost 10 Years](https://www.reddit.com/r/androiddev/comments/13lf6jb/open_sourcing_all_my_apps_quitting_android_dev/) +- [How do ADB "trusted devices" work?](https://www.reddit.com/r/androiddev/comments/13ldl2j/how_do_adb_trusted_devices_work/) +- ["Google App Backend change causing overheating"](https://www.reddit.com/r/androiddev/comments/13ldkf4/google_app_backend_change_causing_overheating/) +- [Android app To run code natively and control robots](https://www.reddit.com/r/androiddev/comments/13la9wh/android_app_to_run_code_natively_and_control/) +- [What are some advanced topics in android?](https://www.reddit.com/r/androiddev/comments/13la4iz/what_are_some_advanced_topics_in_android/) +- [Balancing Career Growth: Machine Learning, Android Development, and Computer Engineering - Seeking Advice](https://www.reddit.com/r/androiddev/comments/13l9ido/balancing_career_growth_machine_learning_android/) +- [what are your system specs?](https://www.reddit.com/r/androiddev/comments/13l81x4/what_are_your_system_specs/) +- [Do you think such a Paywall design is gonna to convert well?](https://www.reddit.com/r/androiddev/comments/13l7el7/do_you_think_such_a_paywall_design_is_gonna_to/) +- [Coursera Meta Android Mobile Application Development](https://www.reddit.com/r/androiddev/comments/13l79fg/coursera_meta_android_mobile_application/) ### *InfoWorld posts* From ce1d28c9563f42156fce4f8bcab502930c263c18 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 20 May 2023 01:29:28 +0000 Subject: [PATCH 0535/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bc8951a024..9527ad4606 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How](https://www.reddit.com/r/androiddev/comments/13lfsyj/how/) -- [Open Sourcing All My Apps - Quitting Android Dev After Almost 10 Years](https://www.reddit.com/r/androiddev/comments/13lf6jb/open_sourcing_all_my_apps_quitting_android_dev/) -- [How do ADB "trusted devices" work?](https://www.reddit.com/r/androiddev/comments/13ldl2j/how_do_adb_trusted_devices_work/) -- ["Google App Backend change causing overheating"](https://www.reddit.com/r/androiddev/comments/13ldkf4/google_app_backend_change_causing_overheating/) -- [Android app To run code natively and control robots](https://www.reddit.com/r/androiddev/comments/13la9wh/android_app_to_run_code_natively_and_control/) -- [What are some advanced topics in android?](https://www.reddit.com/r/androiddev/comments/13la4iz/what_are_some_advanced_topics_in_android/) -- [Balancing Career Growth: Machine Learning, Android Development, and Computer Engineering - Seeking Advice](https://www.reddit.com/r/androiddev/comments/13l9ido/balancing_career_growth_machine_learning_android/) -- [what are your system specs?](https://www.reddit.com/r/androiddev/comments/13l81x4/what_are_your_system_specs/) -- [Do you think such a Paywall design is gonna to convert well?](https://www.reddit.com/r/androiddev/comments/13l7el7/do_you_think_such_a_paywall_design_is_gonna_to/) -- [Coursera Meta Android Mobile Application Development](https://www.reddit.com/r/androiddev/comments/13l79fg/coursera_meta_android_mobile_application/) +- [Termux, an app running on the Android operating system, as the foundation for working with files formatted with the Linux ext4 file system.](https://www.reddit.com/r/androiddev/comments/13mceip/termux_an_app_running_on_the_android_operating/) +- [Store5 is in beta!](https://www.reddit.com/r/androiddev/comments/13mb2sz/store5_is_in_beta/) +- [Telling Google which app listing to show?](https://www.reddit.com/r/androiddev/comments/13mb1s4/telling_google_which_app_listing_to_show/) +- [Using ComposeView in a fragment with Navigation Component](https://www.reddit.com/r/androiddev/comments/13m4tfr/using_composeview_in_a_fragment_with_navigation/) +- [Modify OpenCamera to allow a higher shutter speed + iso (camea2api) + plus compile from source ?](https://www.reddit.com/r/androiddev/comments/13m1hij/modify_opencamera_to_allow_a_higher_shutter_speed/) +- [I'm an independent mobile apps developer operating under a US-Based LLC. Why am I being inquired for Taiwan tax information?](https://www.reddit.com/r/androiddev/comments/13m0zhn/im_an_independent_mobile_apps_developer_operating/) +- [Google I/O Connect Miami Registration Without Invitation](https://www.reddit.com/r/androiddev/comments/13m03bn/google_io_connect_miami_registration_without/) +- [Can ML Kit Face Detection, detect customer's skin color?](https://www.reddit.com/r/androiddev/comments/13lxb30/can_ml_kit_face_detection_detect_customers_skin/) +- [I need a repo with a modern and advanced architecture for an Android project. Can you help me?](https://www.reddit.com/r/androiddev/comments/13lxash/i_need_a_repo_with_a_modern_and_advanced/) +- [Collab for resume Projects](https://www.reddit.com/r/androiddev/comments/13lv0u7/collab_for_resume_projects/) ### *InfoWorld posts* From 700d26c026e2569b3f659f0ac1f10ea9faa09387 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 21 May 2023 01:30:05 +0000 Subject: [PATCH 0536/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9527ad4606..1b93bdba06 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Termux, an app running on the Android operating system, as the foundation for working with files formatted with the Linux ext4 file system.](https://www.reddit.com/r/androiddev/comments/13mceip/termux_an_app_running_on_the_android_operating/) -- [Store5 is in beta!](https://www.reddit.com/r/androiddev/comments/13mb2sz/store5_is_in_beta/) -- [Telling Google which app listing to show?](https://www.reddit.com/r/androiddev/comments/13mb1s4/telling_google_which_app_listing_to_show/) -- [Using ComposeView in a fragment with Navigation Component](https://www.reddit.com/r/androiddev/comments/13m4tfr/using_composeview_in_a_fragment_with_navigation/) -- [Modify OpenCamera to allow a higher shutter speed + iso (camea2api) + plus compile from source ?](https://www.reddit.com/r/androiddev/comments/13m1hij/modify_opencamera_to_allow_a_higher_shutter_speed/) -- [I'm an independent mobile apps developer operating under a US-Based LLC. Why am I being inquired for Taiwan tax information?](https://www.reddit.com/r/androiddev/comments/13m0zhn/im_an_independent_mobile_apps_developer_operating/) -- [Google I/O Connect Miami Registration Without Invitation](https://www.reddit.com/r/androiddev/comments/13m03bn/google_io_connect_miami_registration_without/) -- [Can ML Kit Face Detection, detect customer's skin color?](https://www.reddit.com/r/androiddev/comments/13lxb30/can_ml_kit_face_detection_detect_customers_skin/) -- [I need a repo with a modern and advanced architecture for an Android project. Can you help me?](https://www.reddit.com/r/androiddev/comments/13lxash/i_need_a_repo_with_a_modern_and_advanced/) -- [Collab for resume Projects](https://www.reddit.com/r/androiddev/comments/13lv0u7/collab_for_resume_projects/) +- [How to fix ID verification taking forever](https://www.reddit.com/r/androiddev/comments/13nd20c/how_to_fix_id_verification_taking_forever/) +- [What do the two check marks mean?](https://www.reddit.com/r/androiddev/comments/13nce1r/what_do_the_two_check_marks_mean/) +- [Is this remotely considered pagination? My custom paginating solution.](https://www.reddit.com/r/androiddev/comments/13nc0lt/is_this_remotely_considered_pagination_my_custom/) +- [Separation of concerns in MVVM and cleaning up my code.](https://www.reddit.com/r/androiddev/comments/13naact/separation_of_concerns_in_mvvm_and_cleaning_up_my/) +- [Material Design](https://www.reddit.com/r/androiddev/comments/13n3f9h/material_design/) +- [MMS address frustration](https://www.reddit.com/r/androiddev/comments/13n246z/mms_address_frustration/) +- [So what Detekt plugins do you use?](https://www.reddit.com/r/androiddev/comments/13n04z2/so_what_detekt_plugins_do_you_use/) +- [Android app that has pre/after request Scripting like postman?](https://www.reddit.com/r/androiddev/comments/13mwxsn/android_app_that_has_preafter_request_scripting/) +- [SHIFT - Android app to replace Facebook, Telegram and legacy currencies](https://www.reddit.com/r/androiddev/comments/13mwdto/shift_android_app_to_replace_facebook_telegram/) +- [New Jetpack Compose BasicTextField2](https://www.reddit.com/r/androiddev/comments/13mq0q9/new_jetpack_compose_basictextfield2/) ### *InfoWorld posts* From 106b72534a19d49e8d541a56c1cd15acdbef8a7f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 22 May 2023 01:30:09 +0000 Subject: [PATCH 0537/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1b93bdba06..c08d77dadd 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to fix ID verification taking forever](https://www.reddit.com/r/androiddev/comments/13nd20c/how_to_fix_id_verification_taking_forever/) -- [What do the two check marks mean?](https://www.reddit.com/r/androiddev/comments/13nce1r/what_do_the_two_check_marks_mean/) -- [Is this remotely considered pagination? My custom paginating solution.](https://www.reddit.com/r/androiddev/comments/13nc0lt/is_this_remotely_considered_pagination_my_custom/) -- [Separation of concerns in MVVM and cleaning up my code.](https://www.reddit.com/r/androiddev/comments/13naact/separation_of_concerns_in_mvvm_and_cleaning_up_my/) -- [Material Design](https://www.reddit.com/r/androiddev/comments/13n3f9h/material_design/) -- [MMS address frustration](https://www.reddit.com/r/androiddev/comments/13n246z/mms_address_frustration/) -- [So what Detekt plugins do you use?](https://www.reddit.com/r/androiddev/comments/13n04z2/so_what_detekt_plugins_do_you_use/) -- [Android app that has pre/after request Scripting like postman?](https://www.reddit.com/r/androiddev/comments/13mwxsn/android_app_that_has_preafter_request_scripting/) -- [SHIFT - Android app to replace Facebook, Telegram and legacy currencies](https://www.reddit.com/r/androiddev/comments/13mwdto/shift_android_app_to_replace_facebook_telegram/) -- [New Jetpack Compose BasicTextField2](https://www.reddit.com/r/androiddev/comments/13mq0q9/new_jetpack_compose_basictextfield2/) +- [30 ideas to reduce your APK size](https://www.reddit.com/r/androiddev/comments/13obvso/30_ideas_to_reduce_your_apk_size/) +- [Suspended for "Device and network abuse"](https://www.reddit.com/r/androiddev/comments/13o91rc/suspended_for_device_and_network_abuse/) +- [Play store testing seems to have started using Espresso recently](https://www.reddit.com/r/androiddev/comments/13o5vi6/play_store_testing_seems_to_have_started_using/) +- [From where do you get your artwork?](https://www.reddit.com/r/androiddev/comments/13o5khj/from_where_do_you_get_your_artwork/) +- [Voice actions](https://www.reddit.com/r/androiddev/comments/13o2buk/voice_actions/) +- [My actions window suddenly became tiny. Any idea how to make it bigger? (AS Flamingo)](https://www.reddit.com/r/androiddev/comments/13o0mtr/my_actions_window_suddenly_became_tiny_any_idea/) +- [How to create Android developer account without connecting it to my personal Gmail account](https://www.reddit.com/r/androiddev/comments/13o06fz/how_to_create_android_developer_account_without/) +- [Is it possible to create an android library with trained models in it?](https://www.reddit.com/r/androiddev/comments/13nyn8n/is_it_possible_to_create_an_android_library_with/) +- [Anyone else getting a lot of ANR errors lately because of AdMob?](https://www.reddit.com/r/androiddev/comments/13nwdk2/anyone_else_getting_a_lot_of_anr_errors_lately/) +- [Is anyone else's experience like mine?](https://www.reddit.com/r/androiddev/comments/13nwaad/is_anyone_elses_experience_like_mine/) ### *InfoWorld posts* From af07234f797561af26a00e1ccc4c28874e937349 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 23 May 2023 01:29:33 +0000 Subject: [PATCH 0538/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c08d77dadd..b1da4e13a6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [30 ideas to reduce your APK size](https://www.reddit.com/r/androiddev/comments/13obvso/30_ideas_to_reduce_your_apk_size/) -- [Suspended for "Device and network abuse"](https://www.reddit.com/r/androiddev/comments/13o91rc/suspended_for_device_and_network_abuse/) -- [Play store testing seems to have started using Espresso recently](https://www.reddit.com/r/androiddev/comments/13o5vi6/play_store_testing_seems_to_have_started_using/) -- [From where do you get your artwork?](https://www.reddit.com/r/androiddev/comments/13o5khj/from_where_do_you_get_your_artwork/) -- [Voice actions](https://www.reddit.com/r/androiddev/comments/13o2buk/voice_actions/) -- [My actions window suddenly became tiny. Any idea how to make it bigger? (AS Flamingo)](https://www.reddit.com/r/androiddev/comments/13o0mtr/my_actions_window_suddenly_became_tiny_any_idea/) -- [How to create Android developer account without connecting it to my personal Gmail account](https://www.reddit.com/r/androiddev/comments/13o06fz/how_to_create_android_developer_account_without/) -- [Is it possible to create an android library with trained models in it?](https://www.reddit.com/r/androiddev/comments/13nyn8n/is_it_possible_to_create_an_android_library_with/) -- [Anyone else getting a lot of ANR errors lately because of AdMob?](https://www.reddit.com/r/androiddev/comments/13nwdk2/anyone_else_getting_a_lot_of_anr_errors_lately/) -- [Is anyone else's experience like mine?](https://www.reddit.com/r/androiddev/comments/13nwaad/is_anyone_elses_experience_like_mine/) +- [New App structure/template to follow?](https://www.reddit.com/r/androiddev/comments/13p3xmt/new_app_structuretemplate_to_follow/) +- [Do any of you guys use DuckDuckGo for Android dev searches vs Google?](https://www.reddit.com/r/androiddev/comments/13p306g/do_any_of_you_guys_use_duckduckgo_for_android_dev/) +- [WiFi Direct with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/13oyxop/wifi_direct_with_jetpack_compose/) +- [Compose previews are still awful](https://www.reddit.com/r/androiddev/comments/13owcpv/compose_previews_are_still_awful/) +- [Play Market alternatives](https://www.reddit.com/r/androiddev/comments/13ouill/play_market_alternatives/) +- [Setting max volume for each app in android.](https://www.reddit.com/r/androiddev/comments/13os9qw/setting_max_volume_for_each_app_in_android/) +- [Best way to create a react native module inside an android app?](https://www.reddit.com/r/androiddev/comments/13oqifq/best_way_to_create_a_react_native_module_inside/) +- [Weekly Who's Hiring Thread - May 22, 2023](https://www.reddit.com/r/androiddev/comments/13oq9av/weekly_whos_hiring_thread_may_22_2023/) +- [The Batman Calculator](https://www.reddit.com/r/androiddev/comments/13oposa/the_batman_calculator/) +- [Ascii Art: App Ban Risk for Graphical Adult Content on Google Play?](https://www.reddit.com/r/androiddev/comments/13opipj/ascii_art_app_ban_risk_for_graphical_adult/) ### *InfoWorld posts* From 97905b451e2274aadef5538d4f0309340f109669 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 24 May 2023 01:29:57 +0000 Subject: [PATCH 0539/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b1da4e13a6..cbf6ff1c5c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [New App structure/template to follow?](https://www.reddit.com/r/androiddev/comments/13p3xmt/new_app_structuretemplate_to_follow/) -- [Do any of you guys use DuckDuckGo for Android dev searches vs Google?](https://www.reddit.com/r/androiddev/comments/13p306g/do_any_of_you_guys_use_duckduckgo_for_android_dev/) -- [WiFi Direct with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/13oyxop/wifi_direct_with_jetpack_compose/) -- [Compose previews are still awful](https://www.reddit.com/r/androiddev/comments/13owcpv/compose_previews_are_still_awful/) -- [Play Market alternatives](https://www.reddit.com/r/androiddev/comments/13ouill/play_market_alternatives/) -- [Setting max volume for each app in android.](https://www.reddit.com/r/androiddev/comments/13os9qw/setting_max_volume_for_each_app_in_android/) -- [Best way to create a react native module inside an android app?](https://www.reddit.com/r/androiddev/comments/13oqifq/best_way_to_create_a_react_native_module_inside/) -- [Weekly Who's Hiring Thread - May 22, 2023](https://www.reddit.com/r/androiddev/comments/13oq9av/weekly_whos_hiring_thread_may_22_2023/) -- [The Batman Calculator](https://www.reddit.com/r/androiddev/comments/13oposa/the_batman_calculator/) -- [Ascii Art: App Ban Risk for Graphical Adult Content on Google Play?](https://www.reddit.com/r/androiddev/comments/13opipj/ascii_art_app_ban_risk_for_graphical_adult/) +- [Android Dev course for someone who already knows Java](https://www.reddit.com/r/androiddev/comments/13q6jew/android_dev_course_for_someone_who_already_knows/) +- [What are best practices for a compose screen with input fields?](https://www.reddit.com/r/androiddev/comments/13q4fpg/what_are_best_practices_for_a_compose_screen_with/) +- [Android Live Wallpaper API](https://www.reddit.com/r/androiddev/comments/13q3knv/android_live_wallpaper_api/) +- [liveData observer not calling?](https://www.reddit.com/r/androiddev/comments/13q2qnz/livedata_observer_not_calling/) +- [greetings to everyone. I have a horizontal Recyclerview and it rotates about 10 items. I want to leave a small space at the beginning of this Recyclerview, but when I do it with padding or margin, it doesn't work as I show in the video. How can I make it like Spotify's original Recyclerview](https://www.reddit.com/r/androiddev/comments/13q1y62/greetings_to_everyone_i_have_a_horizontal/) +- [Is it possible to make apps for android 6(Api level 23)](https://www.reddit.com/r/androiddev/comments/13q0us1/is_it_possible_to_make_apps_for_android_6api/) +- [WorkManager Praise](https://www.reddit.com/r/androiddev/comments/13pyzgm/workmanager_praise/) +- [Google bans Downloader app after TV firms complain it can load a pirate website](https://www.reddit.com/r/androiddev/comments/13pyxqd/google_bans_downloader_app_after_tv_firms/) +- [Niche Android Dev positions?](https://www.reddit.com/r/androiddev/comments/13pygrw/niche_android_dev_positions/) +- [What is your job title?](https://www.reddit.com/r/androiddev/comments/13pvxgt/what_is_your_job_title/) ### *InfoWorld posts* From 76b24738df0835b7fdb4be9ece77f5130fdb1d1b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 25 May 2023 01:29:54 +0000 Subject: [PATCH 0540/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cbf6ff1c5c..a6b9e16aa3 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Dev course for someone who already knows Java](https://www.reddit.com/r/androiddev/comments/13q6jew/android_dev_course_for_someone_who_already_knows/) -- [What are best practices for a compose screen with input fields?](https://www.reddit.com/r/androiddev/comments/13q4fpg/what_are_best_practices_for_a_compose_screen_with/) -- [Android Live Wallpaper API](https://www.reddit.com/r/androiddev/comments/13q3knv/android_live_wallpaper_api/) -- [liveData observer not calling?](https://www.reddit.com/r/androiddev/comments/13q2qnz/livedata_observer_not_calling/) -- [greetings to everyone. I have a horizontal Recyclerview and it rotates about 10 items. I want to leave a small space at the beginning of this Recyclerview, but when I do it with padding or margin, it doesn't work as I show in the video. How can I make it like Spotify's original Recyclerview](https://www.reddit.com/r/androiddev/comments/13q1y62/greetings_to_everyone_i_have_a_horizontal/) -- [Is it possible to make apps for android 6(Api level 23)](https://www.reddit.com/r/androiddev/comments/13q0us1/is_it_possible_to_make_apps_for_android_6api/) -- [WorkManager Praise](https://www.reddit.com/r/androiddev/comments/13pyzgm/workmanager_praise/) -- [Google bans Downloader app after TV firms complain it can load a pirate website](https://www.reddit.com/r/androiddev/comments/13pyxqd/google_bans_downloader_app_after_tv_firms/) -- [Niche Android Dev positions?](https://www.reddit.com/r/androiddev/comments/13pygrw/niche_android_dev_positions/) -- [What is your job title?](https://www.reddit.com/r/androiddev/comments/13pvxgt/what_is_your_job_title/) +- [For the people working in UI's how do you manage ViewHolder querying logic?](https://www.reddit.com/r/androiddev/comments/13r1j3d/for_the_people_working_in_uis_how_do_you_manage/) +- [Need some general advice and guidelines for dealing with dependencies and Gradle.](https://www.reddit.com/r/androiddev/comments/13r170j/need_some_general_advice_and_guidelines_for/) +- [Android Studio Flamingo Patch 2 now available](https://www.reddit.com/r/androiddev/comments/13qvxdd/android_studio_flamingo_patch_2_now_available/) +- [The Verizon network seems to have blocked only my number for only SMS. No one in the entire enterprise seems to have any knowledge of how or why. Does anyone else have experience with a problem like this?](https://www.reddit.com/r/androiddev/comments/13qvvth/the_verizon_network_seems_to_have_blocked_only_my/) +- [Android Studio gives me the same five tips.](https://www.reddit.com/r/androiddev/comments/13quv83/android_studio_gives_me_the_same_five_tips/) +- [Stop writing Boilerplate adapters for simple Recycler Views](https://www.reddit.com/r/androiddev/comments/13qtmqz/stop_writing_boilerplate_adapters_for_simple/) +- [Max MSP Android Music Apps](https://www.reddit.com/r/androiddev/comments/13qt0ka/max_msp_android_music_apps/) +- [Overlapping UI](https://www.reddit.com/r/androiddev/comments/13qs38x/overlapping_ui/) +- [This app was built for an older version of Android](https://www.reddit.com/r/androiddev/comments/13qrl4c/this_app_was_built_for_an_older_version_of_android/) +- [Creating automotive android apps help.](https://www.reddit.com/r/androiddev/comments/13qqmv7/creating_automotive_android_apps_help/) ### *InfoWorld posts* From 37380709f78f126d97509e9624adbaaa21d93abf Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 26 May 2023 01:29:47 +0000 Subject: [PATCH 0541/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a6b9e16aa3..07414e8d23 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [For the people working in UI's how do you manage ViewHolder querying logic?](https://www.reddit.com/r/androiddev/comments/13r1j3d/for_the_people_working_in_uis_how_do_you_manage/) -- [Need some general advice and guidelines for dealing with dependencies and Gradle.](https://www.reddit.com/r/androiddev/comments/13r170j/need_some_general_advice_and_guidelines_for/) -- [Android Studio Flamingo Patch 2 now available](https://www.reddit.com/r/androiddev/comments/13qvxdd/android_studio_flamingo_patch_2_now_available/) -- [The Verizon network seems to have blocked only my number for only SMS. No one in the entire enterprise seems to have any knowledge of how or why. Does anyone else have experience with a problem like this?](https://www.reddit.com/r/androiddev/comments/13qvvth/the_verizon_network_seems_to_have_blocked_only_my/) -- [Android Studio gives me the same five tips.](https://www.reddit.com/r/androiddev/comments/13quv83/android_studio_gives_me_the_same_five_tips/) -- [Stop writing Boilerplate adapters for simple Recycler Views](https://www.reddit.com/r/androiddev/comments/13qtmqz/stop_writing_boilerplate_adapters_for_simple/) -- [Max MSP Android Music Apps](https://www.reddit.com/r/androiddev/comments/13qt0ka/max_msp_android_music_apps/) -- [Overlapping UI](https://www.reddit.com/r/androiddev/comments/13qs38x/overlapping_ui/) -- [This app was built for an older version of Android](https://www.reddit.com/r/androiddev/comments/13qrl4c/this_app_was_built_for_an_older_version_of_android/) -- [Creating automotive android apps help.](https://www.reddit.com/r/androiddev/comments/13qqmv7/creating_automotive_android_apps_help/) +- [Help with android emulation](https://www.reddit.com/r/androiddev/comments/13rxqbt/help_with_android_emulation/) +- [CWTI - Create a game with libGDX](https://www.reddit.com/r/androiddev/comments/13rwdrh/cwti_create_a_game_with_libgdx/) +- [Android Studio Hedgehog Canary 5 now available](https://www.reddit.com/r/androiddev/comments/13rw6lj/android_studio_hedgehog_canary_5_now_available/) +- [Is there a way to view past logs on Android?](https://www.reddit.com/r/androiddev/comments/13rqmsj/is_there_a_way_to_view_past_logs_on_android/) +- [Refunds and entitlements](https://www.reddit.com/r/androiddev/comments/13rpgg0/refunds_and_entitlements/) +- [Learning TDD](https://www.reddit.com/r/androiddev/comments/13roulj/learning_tdd/) +- ['ProfileInstalled' file in my apps private storage](https://www.reddit.com/r/androiddev/comments/13rooxw/profileinstalled_file_in_my_apps_private_storage/) +- [My First Personal Project: Tic Tac Toe App! 🎉](https://www.reddit.com/r/androiddev/comments/13rlrig/my_first_personal_project_tic_tac_toe_app/) +- [is kotlin lazy a singleton?](https://www.reddit.com/r/androiddev/comments/13rlju1/is_kotlin_lazy_a_singleton/) +- [Need advice for storing and saving images. What are your best practices?](https://www.reddit.com/r/androiddev/comments/13rkpq8/need_advice_for_storing_and_saving_images_what/) ### *InfoWorld posts* From ceb1eed95dc526c82c6d8415ec7670d4d68f0e5f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 27 May 2023 01:29:04 +0000 Subject: [PATCH 0542/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 07414e8d23..046156e0e9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Help with android emulation](https://www.reddit.com/r/androiddev/comments/13rxqbt/help_with_android_emulation/) -- [CWTI - Create a game with libGDX](https://www.reddit.com/r/androiddev/comments/13rwdrh/cwti_create_a_game_with_libgdx/) -- [Android Studio Hedgehog Canary 5 now available](https://www.reddit.com/r/androiddev/comments/13rw6lj/android_studio_hedgehog_canary_5_now_available/) -- [Is there a way to view past logs on Android?](https://www.reddit.com/r/androiddev/comments/13rqmsj/is_there_a_way_to_view_past_logs_on_android/) -- [Refunds and entitlements](https://www.reddit.com/r/androiddev/comments/13rpgg0/refunds_and_entitlements/) -- [Learning TDD](https://www.reddit.com/r/androiddev/comments/13roulj/learning_tdd/) -- ['ProfileInstalled' file in my apps private storage](https://www.reddit.com/r/androiddev/comments/13rooxw/profileinstalled_file_in_my_apps_private_storage/) -- [My First Personal Project: Tic Tac Toe App! 🎉](https://www.reddit.com/r/androiddev/comments/13rlrig/my_first_personal_project_tic_tac_toe_app/) -- [is kotlin lazy a singleton?](https://www.reddit.com/r/androiddev/comments/13rlju1/is_kotlin_lazy_a_singleton/) -- [Need advice for storing and saving images. What are your best practices?](https://www.reddit.com/r/androiddev/comments/13rkpq8/need_advice_for_storing_and_saving_images_what/) +- [[Firebase - RTD] What does it mean when a class object written default to elements like "a,b,c,d" etc?](https://www.reddit.com/r/androiddev/comments/13sslhx/firebase_rtd_what_does_it_mean_when_a_class/) +- [How do I get Github Copilot to work in Android Studio?](https://www.reddit.com/r/androiddev/comments/13srkk6/how_do_i_get_github_copilot_to_work_in_android/) +- [How do you market your apps?](https://www.reddit.com/r/androiddev/comments/13sqc77/how_do_you_market_your_apps/) +- [Breaking Barriers: droidcon San Francisco Paves the Way for Women in Tech](https://www.reddit.com/r/androiddev/comments/13snkzw/breaking_barriers_droidcon_san_francisco_paves/) +- [A shot in the dark hopefully someone can help!](https://www.reddit.com/r/androiddev/comments/13sm9j1/a_shot_in_the_dark_hopefully_someone_can_help/) +- [Can I develop this as an app or widget?](https://www.reddit.com/r/androiddev/comments/13sk2ut/can_i_develop_this_as_an_app_or_widget/) +- [Handling core app logic irrespective of its UI](https://www.reddit.com/r/androiddev/comments/13sj8ok/handling_core_app_logic_irrespective_of_its_ui/) +- [Latest version of the One Signal SDK was breaking WorkManager jobs for my app](https://www.reddit.com/r/androiddev/comments/13sj0qe/latest_version_of_the_one_signal_sdk_was_breaking/) +- [Duplicate Class Error while using android.lifecycle version 2.6.1](https://www.reddit.com/r/androiddev/comments/13sikck/duplicate_class_error_while_using/) +- [Finally Achieved 0% Crash Rate](https://www.reddit.com/r/androiddev/comments/13shh84/finally_achieved_0_crash_rate/) ### *InfoWorld posts* From ad6f826cb63f0e7434bcdc48309a8e6bd9f400be Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 28 May 2023 01:29:45 +0000 Subject: [PATCH 0543/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 046156e0e9..8704d8e01b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [flamingo for twitter resurrecting project](https://www.reddit.com/r/androiddev/comments/13titiu/flamingo_for_twitter_resurrecting_project/) +- [How to implement IOS like animations in Android?](https://www.reddit.com/r/androiddev/comments/13tils6/how_to_implement_ios_like_animations_in_android/) +- [Android YouTube app glitch, anyone else have this problem?](https://www.reddit.com/r/androiddev/comments/13telqe/android_youtube_app_glitch_anyone_else_have_this/) +- [[Question]: Google Map Object as a Container](https://www.reddit.com/r/androiddev/comments/13tbv4e/question_google_map_object_as_a_container/) +- [Free Open-source messaging solution](https://www.reddit.com/r/androiddev/comments/13t6c92/free_opensource_messaging_solution/) +- [Dragging a composable out of the parent in jetpack compose.](https://www.reddit.com/r/androiddev/comments/13t18bm/dragging_a_composable_out_of_the_parent_in/) +- [Sites for app development](https://www.reddit.com/r/androiddev/comments/13t0d6w/sites_for_app_development/) - [[Firebase - RTD] What does it mean when a class object written default to elements like "a,b,c,d" etc?](https://www.reddit.com/r/androiddev/comments/13sslhx/firebase_rtd_what_does_it_mean_when_a_class/) - [How do I get Github Copilot to work in Android Studio?](https://www.reddit.com/r/androiddev/comments/13srkk6/how_do_i_get_github_copilot_to_work_in_android/) - [How do you market your apps?](https://www.reddit.com/r/androiddev/comments/13sqc77/how_do_you_market_your_apps/) -- [Breaking Barriers: droidcon San Francisco Paves the Way for Women in Tech](https://www.reddit.com/r/androiddev/comments/13snkzw/breaking_barriers_droidcon_san_francisco_paves/) -- [A shot in the dark hopefully someone can help!](https://www.reddit.com/r/androiddev/comments/13sm9j1/a_shot_in_the_dark_hopefully_someone_can_help/) -- [Can I develop this as an app or widget?](https://www.reddit.com/r/androiddev/comments/13sk2ut/can_i_develop_this_as_an_app_or_widget/) -- [Handling core app logic irrespective of its UI](https://www.reddit.com/r/androiddev/comments/13sj8ok/handling_core_app_logic_irrespective_of_its_ui/) -- [Latest version of the One Signal SDK was breaking WorkManager jobs for my app](https://www.reddit.com/r/androiddev/comments/13sj0qe/latest_version_of_the_one_signal_sdk_was_breaking/) -- [Duplicate Class Error while using android.lifecycle version 2.6.1](https://www.reddit.com/r/androiddev/comments/13sikck/duplicate_class_error_while_using/) -- [Finally Achieved 0% Crash Rate](https://www.reddit.com/r/androiddev/comments/13shh84/finally_achieved_0_crash_rate/) ### *InfoWorld posts* From ba4179dfaf588f762fed16048e440b67e27036c5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 29 May 2023 01:29:58 +0000 Subject: [PATCH 0544/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8704d8e01b..e7104f0b45 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [flamingo for twitter resurrecting project](https://www.reddit.com/r/androiddev/comments/13titiu/flamingo_for_twitter_resurrecting_project/) -- [How to implement IOS like animations in Android?](https://www.reddit.com/r/androiddev/comments/13tils6/how_to_implement_ios_like_animations_in_android/) -- [Android YouTube app glitch, anyone else have this problem?](https://www.reddit.com/r/androiddev/comments/13telqe/android_youtube_app_glitch_anyone_else_have_this/) -- [[Question]: Google Map Object as a Container](https://www.reddit.com/r/androiddev/comments/13tbv4e/question_google_map_object_as_a_container/) -- [Free Open-source messaging solution](https://www.reddit.com/r/androiddev/comments/13t6c92/free_opensource_messaging_solution/) -- [Dragging a composable out of the parent in jetpack compose.](https://www.reddit.com/r/androiddev/comments/13t18bm/dragging_a_composable_out_of_the_parent_in/) -- [Sites for app development](https://www.reddit.com/r/androiddev/comments/13t0d6w/sites_for_app_development/) -- [[Firebase - RTD] What does it mean when a class object written default to elements like "a,b,c,d" etc?](https://www.reddit.com/r/androiddev/comments/13sslhx/firebase_rtd_what_does_it_mean_when_a_class/) -- [How do I get Github Copilot to work in Android Studio?](https://www.reddit.com/r/androiddev/comments/13srkk6/how_do_i_get_github_copilot_to_work_in_android/) -- [How do you market your apps?](https://www.reddit.com/r/androiddev/comments/13sqc77/how_do_you_market_your_apps/) +- [Play Store restrictions on disabling battery optimizations for continuous location tracking](https://www.reddit.com/r/androiddev/comments/13ufhci/play_store_restrictions_on_disabling_battery/) +- [Firebase notification only visible in statusbar](https://www.reddit.com/r/androiddev/comments/13udxo8/firebase_notification_only_visible_in_statusbar/) +- [How to stop app restarting after keeping it background for a long time?](https://www.reddit.com/r/androiddev/comments/13u8nt5/how_to_stop_app_restarting_after_keeping_it/) +- [Any app to show deleted Instagram messages?](https://www.reddit.com/r/androiddev/comments/13u8ifd/any_app_to_show_deleted_instagram_messages/) +- [[Question] GDPR compliance for mobile apps](https://www.reddit.com/r/androiddev/comments/13u89w3/question_gdpr_compliance_for_mobile_apps/) +- [Having trouble verifying signature when building with github action](https://www.reddit.com/r/androiddev/comments/13u45za/having_trouble_verifying_signature_when_building/) +- [Try IOS app](https://www.reddit.com/r/androiddev/comments/13u328a/try_ios_app/) +- [Does android-youtubeExtractor still work?](https://www.reddit.com/r/androiddev/comments/13u2mcw/does_androidyoutubeextractor_still_work/) +- [Webview not loading fresh content of the website, how do we resolve this?](https://www.reddit.com/r/androiddev/comments/13u2f5u/webview_not_loading_fresh_content_of_the_website/) +- [Applying Kotlin Structured Concurrency: Part III — Exceptions in coroutines](https://www.reddit.com/r/androiddev/comments/13u29nd/applying_kotlin_structured_concurrency_part_iii/) ### *InfoWorld posts* From 8a589ba1073865593e8164ef08e84395c9f38bc3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 30 May 2023 01:29:50 +0000 Subject: [PATCH 0545/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e7104f0b45..f290a5501c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Play Store restrictions on disabling battery optimizations for continuous location tracking](https://www.reddit.com/r/androiddev/comments/13ufhci/play_store_restrictions_on_disabling_battery/) -- [Firebase notification only visible in statusbar](https://www.reddit.com/r/androiddev/comments/13udxo8/firebase_notification_only_visible_in_statusbar/) -- [How to stop app restarting after keeping it background for a long time?](https://www.reddit.com/r/androiddev/comments/13u8nt5/how_to_stop_app_restarting_after_keeping_it/) -- [Any app to show deleted Instagram messages?](https://www.reddit.com/r/androiddev/comments/13u8ifd/any_app_to_show_deleted_instagram_messages/) -- [[Question] GDPR compliance for mobile apps](https://www.reddit.com/r/androiddev/comments/13u89w3/question_gdpr_compliance_for_mobile_apps/) -- [Having trouble verifying signature when building with github action](https://www.reddit.com/r/androiddev/comments/13u45za/having_trouble_verifying_signature_when_building/) -- [Try IOS app](https://www.reddit.com/r/androiddev/comments/13u328a/try_ios_app/) -- [Does android-youtubeExtractor still work?](https://www.reddit.com/r/androiddev/comments/13u2mcw/does_androidyoutubeextractor_still_work/) -- [Webview not loading fresh content of the website, how do we resolve this?](https://www.reddit.com/r/androiddev/comments/13u2f5u/webview_not_loading_fresh_content_of_the_website/) -- [Applying Kotlin Structured Concurrency: Part III — Exceptions in coroutines](https://www.reddit.com/r/androiddev/comments/13u29nd/applying_kotlin_structured_concurrency_part_iii/) +- [Google account suspended three days after creation](https://www.reddit.com/r/androiddev/comments/13v9rd2/google_account_suspended_three_days_after_creation/) +- [Why does this happen to my LazyColumn when deleting records?](https://www.reddit.com/r/androiddev/comments/13v9685/why_does_this_happen_to_my_lazycolumn_when/) +- [i have a composable function that takes a remember function ..remember | Composable |Instance](https://www.reddit.com/r/androiddev/comments/13v2uqo/i_have_a_composable_function_that_takes_a/) +- [Fragment navigation in MVVM architecture](https://www.reddit.com/r/androiddev/comments/13uzk8b/fragment_navigation_in_mvvm_architecture/) +- [Is it reasonable for an android developer to be on-call for backend services?](https://www.reddit.com/r/androiddev/comments/13ux82n/is_it_reasonable_for_an_android_developer_to_be/) +- [ADB & Wifi debugging is inconsistent & logcat is slow to initialize](https://www.reddit.com/r/androiddev/comments/13ux5n2/adb_wifi_debugging_is_inconsistent_logcat_is_slow/) +- [Can I publish an app which requires root, on Play Store?](https://www.reddit.com/r/androiddev/comments/13uwpk2/can_i_publish_an_app_which_requires_root_on_play/) +- [App got suspended. Am I missing something or are suspensions getting worse?](https://www.reddit.com/r/androiddev/comments/13uvkwk/app_got_suspended_am_i_missing_something_or_are/) +- [An app doing $500/month in revenue, $375 of it is pure profit, would you sell it for $6k?](https://www.reddit.com/r/androiddev/comments/13uv9ds/an_app_doing_500month_in_revenue_375_of_it_is/) +- [Debugging](https://www.reddit.com/r/androiddev/comments/13uuauy/debugging/) ### *InfoWorld posts* From 599609ebbc450d09930e083c2e68c6370af2e0b2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 31 May 2023 01:31:17 +0000 Subject: [PATCH 0546/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f290a5501c..75ecef5287 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Google account suspended three days after creation](https://www.reddit.com/r/androiddev/comments/13v9rd2/google_account_suspended_three_days_after_creation/) -- [Why does this happen to my LazyColumn when deleting records?](https://www.reddit.com/r/androiddev/comments/13v9685/why_does_this_happen_to_my_lazycolumn_when/) -- [i have a composable function that takes a remember function ..remember | Composable |Instance](https://www.reddit.com/r/androiddev/comments/13v2uqo/i_have_a_composable_function_that_takes_a/) -- [Fragment navigation in MVVM architecture](https://www.reddit.com/r/androiddev/comments/13uzk8b/fragment_navigation_in_mvvm_architecture/) -- [Is it reasonable for an android developer to be on-call for backend services?](https://www.reddit.com/r/androiddev/comments/13ux82n/is_it_reasonable_for_an_android_developer_to_be/) -- [ADB & Wifi debugging is inconsistent & logcat is slow to initialize](https://www.reddit.com/r/androiddev/comments/13ux5n2/adb_wifi_debugging_is_inconsistent_logcat_is_slow/) -- [Can I publish an app which requires root, on Play Store?](https://www.reddit.com/r/androiddev/comments/13uwpk2/can_i_publish_an_app_which_requires_root_on_play/) -- [App got suspended. Am I missing something or are suspensions getting worse?](https://www.reddit.com/r/androiddev/comments/13uvkwk/app_got_suspended_am_i_missing_something_or_are/) -- [An app doing $500/month in revenue, $375 of it is pure profit, would you sell it for $6k?](https://www.reddit.com/r/androiddev/comments/13uv9ds/an_app_doing_500month_in_revenue_375_of_it_is/) -- [Debugging](https://www.reddit.com/r/androiddev/comments/13uuauy/debugging/) +- [suggest a library or resources for android and arduino communication](https://www.reddit.com/r/androiddev/comments/13w4hub/suggest_a_library_or_resources_for_android_and/) +- [Do I still need caching for my offline gallery app.](https://www.reddit.com/r/androiddev/comments/13w250g/do_i_still_need_caching_for_my_offline_gallery_app/) +- [Android Studio Hedgehog Canary 6 now available](https://www.reddit.com/r/androiddev/comments/13w1wu7/android_studio_hedgehog_canary_6_now_available/) +- [Cannot make sense on where to initially to launch coroutines.](https://www.reddit.com/r/androiddev/comments/13w0le7/cannot_make_sense_on_where_to_initially_to_launch/) +- [I need to build an android app to graduate from college (advices?)](https://www.reddit.com/r/androiddev/comments/13w0blt/i_need_to_build_an_android_app_to_graduate_from/) +- [Customizable calendar for Jetpack Compose with option to add app specific dates etc.](https://www.reddit.com/r/androiddev/comments/13w0039/customizable_calendar_for_jetpack_compose_with/) +- [Studio Bot slash commands vs. hotkeys](https://www.reddit.com/r/androiddev/comments/13vzjvk/studio_bot_slash_commands_vs_hotkeys/) +- [Dynamic Links Deprecated, feasible Opensource alternatives?](https://www.reddit.com/r/androiddev/comments/13vyza8/dynamic_links_deprecated_feasible_opensource/) +- [How to connect directly to the ADB daemon via an Android](https://www.reddit.com/r/androiddev/comments/13vytx8/how_to_connect_directly_to_the_adb_daemon_via_an/) +- [Android BLE](https://www.reddit.com/r/androiddev/comments/13vxks2/android_ble/) ### *InfoWorld posts* From cc692e176920bdcc933bdf464d9a55268d71b08e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 1 Jun 2023 01:31:59 +0000 Subject: [PATCH 0547/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 75ecef5287..753d4da7fa 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [suggest a library or resources for android and arduino communication](https://www.reddit.com/r/androiddev/comments/13w4hub/suggest_a_library_or_resources_for_android_and/) -- [Do I still need caching for my offline gallery app.](https://www.reddit.com/r/androiddev/comments/13w250g/do_i_still_need_caching_for_my_offline_gallery_app/) -- [Android Studio Hedgehog Canary 6 now available](https://www.reddit.com/r/androiddev/comments/13w1wu7/android_studio_hedgehog_canary_6_now_available/) -- [Cannot make sense on where to initially to launch coroutines.](https://www.reddit.com/r/androiddev/comments/13w0le7/cannot_make_sense_on_where_to_initially_to_launch/) -- [I need to build an android app to graduate from college (advices?)](https://www.reddit.com/r/androiddev/comments/13w0blt/i_need_to_build_an_android_app_to_graduate_from/) -- [Customizable calendar for Jetpack Compose with option to add app specific dates etc.](https://www.reddit.com/r/androiddev/comments/13w0039/customizable_calendar_for_jetpack_compose_with/) -- [Studio Bot slash commands vs. hotkeys](https://www.reddit.com/r/androiddev/comments/13vzjvk/studio_bot_slash_commands_vs_hotkeys/) -- [Dynamic Links Deprecated, feasible Opensource alternatives?](https://www.reddit.com/r/androiddev/comments/13vyza8/dynamic_links_deprecated_feasible_opensource/) -- [How to connect directly to the ADB daemon via an Android](https://www.reddit.com/r/androiddev/comments/13vytx8/how_to_connect_directly_to_the_adb_daemon_via_an/) -- [Android BLE](https://www.reddit.com/r/androiddev/comments/13vxks2/android_ble/) +- [How to enable device owner without ADB "set-active-admin"?](https://www.reddit.com/r/androiddev/comments/13x39z8/how_to_enable_device_owner_without_adb/) +- [Which mediation platforms do you use and any comparison in term of Rev, eCPM, ANR/Crash%?](https://www.reddit.com/r/androiddev/comments/13x2r20/which_mediation_platforms_do_you_use_and_any/) +- [Contractor rates, difference eastern vs western europe?](https://www.reddit.com/r/androiddev/comments/13wyeop/contractor_rates_difference_eastern_vs_western/) +- [How to put images retrieved from Firebase on a map in Android](https://www.reddit.com/r/androiddev/comments/13wy45n/how_to_put_images_retrieved_from_firebase_on_a/) +- [Macrodroid can't stop services that run under the app (without UI Interaction)?](https://www.reddit.com/r/androiddev/comments/13wx6sh/macrodroid_cant_stop_services_that_run_under_the/) +- [Can you flash Android to a Zebra MC5 Scanner?](https://www.reddit.com/r/androiddev/comments/13wvkb5/can_you_flash_android_to_a_zebra_mc5_scanner/) +- [Would you recommend the DroidCon Berlin to professional Android developers who haven't gone to any Android meetup before?](https://www.reddit.com/r/androiddev/comments/13wvg68/would_you_recommend_the_droidcon_berlin_to/) +- [How to stop application when using handler and runnable loop too fast? the application is not stopping.](https://www.reddit.com/r/androiddev/comments/13wvbrr/how_to_stop_application_when_using_handler_and/) +- [paparazzi 1.3.0 released](https://www.reddit.com/r/androiddev/comments/13wu7tv/paparazzi_130_released/) +- [[Question] Is there an app that allows to pair/connect to Android 11 device with ADB on iPhone?](https://www.reddit.com/r/androiddev/comments/13wrzra/question_is_there_an_app_that_allows_to/) ### *InfoWorld posts* From 6745a187b1f6c99d1875042b9d6b8589fc80e884 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 2 Jun 2023 01:32:53 +0000 Subject: [PATCH 0548/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 753d4da7fa..d24c99354f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to enable device owner without ADB "set-active-admin"?](https://www.reddit.com/r/androiddev/comments/13x39z8/how_to_enable_device_owner_without_adb/) -- [Which mediation platforms do you use and any comparison in term of Rev, eCPM, ANR/Crash%?](https://www.reddit.com/r/androiddev/comments/13x2r20/which_mediation_platforms_do_you_use_and_any/) -- [Contractor rates, difference eastern vs western europe?](https://www.reddit.com/r/androiddev/comments/13wyeop/contractor_rates_difference_eastern_vs_western/) -- [How to put images retrieved from Firebase on a map in Android](https://www.reddit.com/r/androiddev/comments/13wy45n/how_to_put_images_retrieved_from_firebase_on_a/) -- [Macrodroid can't stop services that run under the app (without UI Interaction)?](https://www.reddit.com/r/androiddev/comments/13wx6sh/macrodroid_cant_stop_services_that_run_under_the/) -- [Can you flash Android to a Zebra MC5 Scanner?](https://www.reddit.com/r/androiddev/comments/13wvkb5/can_you_flash_android_to_a_zebra_mc5_scanner/) -- [Would you recommend the DroidCon Berlin to professional Android developers who haven't gone to any Android meetup before?](https://www.reddit.com/r/androiddev/comments/13wvg68/would_you_recommend_the_droidcon_berlin_to/) -- [How to stop application when using handler and runnable loop too fast? the application is not stopping.](https://www.reddit.com/r/androiddev/comments/13wvbrr/how_to_stop_application_when_using_handler_and/) -- [paparazzi 1.3.0 released](https://www.reddit.com/r/androiddev/comments/13wu7tv/paparazzi_130_released/) -- [[Question] Is there an app that allows to pair/connect to Android 11 device with ADB on iPhone?](https://www.reddit.com/r/androiddev/comments/13wrzra/question_is_there_an_app_that_allows_to/) +- [Very confused with jetpack compose](https://www.reddit.com/r/androiddev/comments/13xzbus/very_confused_with_jetpack_compose/) +- [How to avoid onClick callback being triggered multiple times Jetpack Compose.](https://www.reddit.com/r/androiddev/comments/13xyei9/how_to_avoid_onclick_callback_being_triggered/) +- [A possible loophole for Reddit's upcoming API changes](https://www.reddit.com/r/androiddev/comments/13xw9gt/a_possible_loophole_for_reddits_upcoming_api/) +- [Generate really cool captions for your photos in seconds using this GPT powered app](https://www.reddit.com/r/androiddev/comments/13xvisn/generate_really_cool_captions_for_your_photos_in/) +- [GitHub - kryptokrona/kryptokrona-kotlin-sdk: Kryptokrona SDK in Kotlin for building decentralized private communication and payment systems on Android or backend services.](https://www.reddit.com/r/androiddev/comments/13xuoh4/github_kryptokronakryptokronakotlinsdk/) +- [KMM with Compose and SwiftUI](https://www.reddit.com/r/androiddev/comments/13xrski/kmm_with_compose_and_swiftui/) +- [Expand notification](https://www.reddit.com/r/androiddev/comments/13xr201/expand_notification/) +- [About to release new app that i've worked on for 2.5 years. Scaried of developer account termination.](https://www.reddit.com/r/androiddev/comments/13xq5f9/about_to_release_new_app_that_ive_worked_on_for/) +- [Any clever way to obfuscate a TextView?](https://www.reddit.com/r/androiddev/comments/13xoolr/any_clever_way_to_obfuscate_a_textview/) +- [Should I go with Native or Flutter?](https://www.reddit.com/r/androiddev/comments/13xoeb5/should_i_go_with_native_or_flutter/) ### *InfoWorld posts* From d6ba0d960093e62ba7cd59b3c0204c65ad477e28 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 3 Jun 2023 01:31:16 +0000 Subject: [PATCH 0549/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d24c99354f..a2fb172d99 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Very confused with jetpack compose](https://www.reddit.com/r/androiddev/comments/13xzbus/very_confused_with_jetpack_compose/) -- [How to avoid onClick callback being triggered multiple times Jetpack Compose.](https://www.reddit.com/r/androiddev/comments/13xyei9/how_to_avoid_onclick_callback_being_triggered/) -- [A possible loophole for Reddit's upcoming API changes](https://www.reddit.com/r/androiddev/comments/13xw9gt/a_possible_loophole_for_reddits_upcoming_api/) -- [Generate really cool captions for your photos in seconds using this GPT powered app](https://www.reddit.com/r/androiddev/comments/13xvisn/generate_really_cool_captions_for_your_photos_in/) -- [GitHub - kryptokrona/kryptokrona-kotlin-sdk: Kryptokrona SDK in Kotlin for building decentralized private communication and payment systems on Android or backend services.](https://www.reddit.com/r/androiddev/comments/13xuoh4/github_kryptokronakryptokronakotlinsdk/) -- [KMM with Compose and SwiftUI](https://www.reddit.com/r/androiddev/comments/13xrski/kmm_with_compose_and_swiftui/) -- [Expand notification](https://www.reddit.com/r/androiddev/comments/13xr201/expand_notification/) -- [About to release new app that i've worked on for 2.5 years. Scaried of developer account termination.](https://www.reddit.com/r/androiddev/comments/13xq5f9/about_to_release_new_app_that_ive_worked_on_for/) -- [Any clever way to obfuscate a TextView?](https://www.reddit.com/r/androiddev/comments/13xoolr/any_clever_way_to_obfuscate_a_textview/) -- [Should I go with Native or Flutter?](https://www.reddit.com/r/androiddev/comments/13xoeb5/should_i_go_with_native_or_flutter/) +- [Senior Android Dev interview coming up; what would be the check list to practice?](https://www.reddit.com/r/androiddev/comments/13yv1tt/senior_android_dev_interview_coming_up_what_would/) +- [Why does my HTML string resource only work with &lt;](https://www.reddit.com/r/androiddev/comments/13ytx31/why_does_my_html_string_resource_only_work_with_lt/) +- [Apps auto downloading.](https://www.reddit.com/r/androiddev/comments/13yt7pe/apps_auto_downloading/) +- [API cost for a traffic app?](https://www.reddit.com/r/androiddev/comments/13ysj9e/api_cost_for_a_traffic_app/) +- [Kotlin or Python: Which is Ideal for LeetCode Practice Given an Android Development Role?](https://www.reddit.com/r/androiddev/comments/13yqwqj/kotlin_or_python_which_is_ideal_for_leetcode/) +- [Wakelock](https://www.reddit.com/r/androiddev/comments/13yo1hc/wakelock/) +- [Battery Guru suspended from Playstore for something that not existing](https://www.reddit.com/r/androiddev/comments/13ynmvn/battery_guru_suspended_from_playstore_for/) +- [How can I take a photo of a specific area on the camera screen in Android using CameraX?](https://www.reddit.com/r/androiddev/comments/13ynjgt/how_can_i_take_a_photo_of_a_specific_area_on_the/) +- [Possibility to send a local notification while app is in foreground](https://www.reddit.com/r/androiddev/comments/13ymrvm/possibility_to_send_a_local_notification_while/) +- ["export encrypted key for enrolling published apps" getting crazy](https://www.reddit.com/r/androiddev/comments/13ymf5p/export_encrypted_key_for_enrolling_published_apps/) ### *InfoWorld posts* From 9dae8747f28fe96a7b00fb1df1432a10fbebaa28 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 4 Jun 2023 01:31:37 +0000 Subject: [PATCH 0550/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a2fb172d99..d49be20fb8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Senior Android Dev interview coming up; what would be the check list to practice?](https://www.reddit.com/r/androiddev/comments/13yv1tt/senior_android_dev_interview_coming_up_what_would/) -- [Why does my HTML string resource only work with &lt;](https://www.reddit.com/r/androiddev/comments/13ytx31/why_does_my_html_string_resource_only_work_with_lt/) -- [Apps auto downloading.](https://www.reddit.com/r/androiddev/comments/13yt7pe/apps_auto_downloading/) -- [API cost for a traffic app?](https://www.reddit.com/r/androiddev/comments/13ysj9e/api_cost_for_a_traffic_app/) -- [Kotlin or Python: Which is Ideal for LeetCode Practice Given an Android Development Role?](https://www.reddit.com/r/androiddev/comments/13yqwqj/kotlin_or_python_which_is_ideal_for_leetcode/) -- [Wakelock](https://www.reddit.com/r/androiddev/comments/13yo1hc/wakelock/) -- [Battery Guru suspended from Playstore for something that not existing](https://www.reddit.com/r/androiddev/comments/13ynmvn/battery_guru_suspended_from_playstore_for/) -- [How can I take a photo of a specific area on the camera screen in Android using CameraX?](https://www.reddit.com/r/androiddev/comments/13ynjgt/how_can_i_take_a_photo_of_a_specific_area_on_the/) -- [Possibility to send a local notification while app is in foreground](https://www.reddit.com/r/androiddev/comments/13ymrvm/possibility_to_send_a_local_notification_while/) -- ["export encrypted key for enrolling published apps" getting crazy](https://www.reddit.com/r/androiddev/comments/13ymf5p/export_encrypted_key_for_enrolling_published_apps/) +- [Text messages that automatically download](https://www.reddit.com/r/androiddev/comments/13zwbn3/text_messages_that_automatically_download/) +- [Don't Let Reddit Kill 3rd Party Apps!](https://www.reddit.com/r/androiddev/comments/13zuz9q/dont_let_reddit_kill_3rd_party_apps/) +- [How to hook into Live Wallpaper for Android Settings?](https://www.reddit.com/r/androiddev/comments/13zuywc/how_to_hook_into_live_wallpaper_for_android/) +- [is it worth to advertise an free app?](https://www.reddit.com/r/androiddev/comments/13zo3tc/is_it_worth_to_advertise_an_free_app/) +- [Anti Lucky Patcher](https://www.reddit.com/r/androiddev/comments/13zm5l3/anti_lucky_patcher/) +- [Is it better to use a single Scaffold or multiple Scaffolds on each screen?](https://www.reddit.com/r/androiddev/comments/13zkrhh/is_it_better_to_use_a_single_scaffold_or_multiple/) +- [Seeking insights from developers - stop business owners learning app development the hard way](https://www.reddit.com/r/androiddev/comments/13zkbp5/seeking_insights_from_developers_stop_business/) +- [Adaptive layouts in jetpack compose](https://www.reddit.com/r/androiddev/comments/13zcf3a/adaptive_layouts_in_jetpack_compose/) +- [Excluding the service notification is there any difference between running as a foreground service (priority 0) or setting the UI thread to foreground (priority -2)?](https://www.reddit.com/r/androiddev/comments/13zb7ht/excluding_the_service_notification_is_there_any/) +- [SeekBar is crashing my app](https://www.reddit.com/r/androiddev/comments/13z9dyh/seekbar_is_crashing_my_app/) ### *InfoWorld posts* From 223b802585e2908936d8acad92961bc5ab0ca7ce Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 5 Jun 2023 01:31:04 +0000 Subject: [PATCH 0551/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d49be20fb8..6b3827b88d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Text messages that automatically download](https://www.reddit.com/r/androiddev/comments/13zwbn3/text_messages_that_automatically_download/) -- [Don't Let Reddit Kill 3rd Party Apps!](https://www.reddit.com/r/androiddev/comments/13zuz9q/dont_let_reddit_kill_3rd_party_apps/) -- [How to hook into Live Wallpaper for Android Settings?](https://www.reddit.com/r/androiddev/comments/13zuywc/how_to_hook_into_live_wallpaper_for_android/) -- [is it worth to advertise an free app?](https://www.reddit.com/r/androiddev/comments/13zo3tc/is_it_worth_to_advertise_an_free_app/) -- [Anti Lucky Patcher](https://www.reddit.com/r/androiddev/comments/13zm5l3/anti_lucky_patcher/) -- [Is it better to use a single Scaffold or multiple Scaffolds on each screen?](https://www.reddit.com/r/androiddev/comments/13zkrhh/is_it_better_to_use_a_single_scaffold_or_multiple/) -- [Seeking insights from developers - stop business owners learning app development the hard way](https://www.reddit.com/r/androiddev/comments/13zkbp5/seeking_insights_from_developers_stop_business/) -- [Adaptive layouts in jetpack compose](https://www.reddit.com/r/androiddev/comments/13zcf3a/adaptive_layouts_in_jetpack_compose/) -- [Excluding the service notification is there any difference between running as a foreground service (priority 0) or setting the UI thread to foreground (priority -2)?](https://www.reddit.com/r/androiddev/comments/13zb7ht/excluding_the_service_notification_is_there_any/) -- [SeekBar is crashing my app](https://www.reddit.com/r/androiddev/comments/13z9dyh/seekbar_is_crashing_my_app/) +- [Am i safe by sticking with Java and XML for years ahead ?](https://www.reddit.com/r/androiddev/comments/140ou2z/am_i_safe_by_sticking_with_java_and_xml_for_years/) +- [What failures can I avoid?](https://www.reddit.com/r/androiddev/comments/140n4gt/what_failures_can_i_avoid/) +- [Where are saved GPS locations saved on my Mac? (Android Studio)](https://www.reddit.com/r/androiddev/comments/140kccb/where_are_saved_gps_locations_saved_on_my_mac/) +- [Java vs Kotlin 2023?](https://www.reddit.com/r/androiddev/comments/140incl/java_vs_kotlin_2023/) +- [cannot create a dev account, help?](https://www.reddit.com/r/androiddev/comments/140evpc/cannot_create_a_dev_account_help/) +- [How can I implement this function in the viewModel so that I can display it in a text composable.](https://www.reddit.com/r/androiddev/comments/140eqk1/how_can_i_implement_this_function_in_the/) +- [how to change language from kotlin to java in updated new android studio ?](https://www.reddit.com/r/androiddev/comments/140dsyq/how_to_change_language_from_kotlin_to_java_in/) +- [Looking for an Android framework for dynamic form creation based on JSON schema](https://www.reddit.com/r/androiddev/comments/1409b5y/looking_for_an_android_framework_for_dynamic_form/) +- [Delete photos from WhatsApp backup](https://www.reddit.com/r/androiddev/comments/1406zxz/delete_photos_from_whatsapp_backup/) +- [Old Android Binaries](https://www.reddit.com/r/androiddev/comments/1406tek/old_android_binaries/) ### *InfoWorld posts* From cdb1df65fa94877853d0fe5d9370c0d7c5b6e5bc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 6 Jun 2023 01:30:48 +0000 Subject: [PATCH 0552/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6b3827b88d..7226334e7e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Am i safe by sticking with Java and XML for years ahead ?](https://www.reddit.com/r/androiddev/comments/140ou2z/am_i_safe_by_sticking_with_java_and_xml_for_years/) -- [What failures can I avoid?](https://www.reddit.com/r/androiddev/comments/140n4gt/what_failures_can_i_avoid/) -- [Where are saved GPS locations saved on my Mac? (Android Studio)](https://www.reddit.com/r/androiddev/comments/140kccb/where_are_saved_gps_locations_saved_on_my_mac/) -- [Java vs Kotlin 2023?](https://www.reddit.com/r/androiddev/comments/140incl/java_vs_kotlin_2023/) -- [cannot create a dev account, help?](https://www.reddit.com/r/androiddev/comments/140evpc/cannot_create_a_dev_account_help/) -- [How can I implement this function in the viewModel so that I can display it in a text composable.](https://www.reddit.com/r/androiddev/comments/140eqk1/how_can_i_implement_this_function_in_the/) -- [how to change language from kotlin to java in updated new android studio ?](https://www.reddit.com/r/androiddev/comments/140dsyq/how_to_change_language_from_kotlin_to_java_in/) -- [Looking for an Android framework for dynamic form creation based on JSON schema](https://www.reddit.com/r/androiddev/comments/1409b5y/looking_for_an_android_framework_for_dynamic_form/) -- [Delete photos from WhatsApp backup](https://www.reddit.com/r/androiddev/comments/1406zxz/delete_photos_from_whatsapp_backup/) -- [Old Android Binaries](https://www.reddit.com/r/androiddev/comments/1406tek/old_android_binaries/) +- [In Jetpack Compose, which is better practice, saving the state in the viewModel or creating a remember class?](https://www.reddit.com/r/androiddev/comments/141ujjm/in_jetpack_compose_which_is_better_practice/) +- [Can user opt out sending crash reports to google?](https://www.reddit.com/r/androiddev/comments/141s6ee/can_user_opt_out_sending_crash_reports_to_google/) +- [Any active android development related discord servers that are helpful in learning and interacting with other devs?](https://www.reddit.com/r/androiddev/comments/141qgpe/any_active_android_development_related_discord/) +- [Monetizing an app](https://www.reddit.com/r/androiddev/comments/141o2hv/monetizing_an_app/) +- [I don't know which way to go Jetpack Compose or View? I started learning views made a few basic apps but now I hear that companies still prefer views and I'm confused which way to go](https://www.reddit.com/r/androiddev/comments/141nvjz/i_dont_know_which_way_to_go_jetpack_compose_or/) +- [How to convert figma to android application without using android studio?](https://www.reddit.com/r/androiddev/comments/141nd9q/how_to_convert_figma_to_android_application/) +- [Google play services EAT Battery?!](https://www.reddit.com/r/androiddev/comments/141lf6o/google_play_services_eat_battery/) +- [Kotlin Delegation MutableState](https://www.reddit.com/r/androiddev/comments/141ih0l/kotlin_delegation_mutablestate/) +- [I don't understand one thing about the state in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/141i5gk/i_dont_understand_one_thing_about_the_state_in/) +- [Looks like the Google Assoc. Android cert is "updating" anyone have any more info?](https://www.reddit.com/r/androiddev/comments/141hylt/looks_like_the_google_assoc_android_cert_is/) ### *InfoWorld posts* From ebe4af0f086c14bebb2791007b986c83b9ef76f0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 7 Jun 2023 01:32:19 +0000 Subject: [PATCH 0553/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7226334e7e..7ecffd6790 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [In Jetpack Compose, which is better practice, saving the state in the viewModel or creating a remember class?](https://www.reddit.com/r/androiddev/comments/141ujjm/in_jetpack_compose_which_is_better_practice/) -- [Can user opt out sending crash reports to google?](https://www.reddit.com/r/androiddev/comments/141s6ee/can_user_opt_out_sending_crash_reports_to_google/) -- [Any active android development related discord servers that are helpful in learning and interacting with other devs?](https://www.reddit.com/r/androiddev/comments/141qgpe/any_active_android_development_related_discord/) -- [Monetizing an app](https://www.reddit.com/r/androiddev/comments/141o2hv/monetizing_an_app/) -- [I don't know which way to go Jetpack Compose or View? I started learning views made a few basic apps but now I hear that companies still prefer views and I'm confused which way to go](https://www.reddit.com/r/androiddev/comments/141nvjz/i_dont_know_which_way_to_go_jetpack_compose_or/) -- [How to convert figma to android application without using android studio?](https://www.reddit.com/r/androiddev/comments/141nd9q/how_to_convert_figma_to_android_application/) -- [Google play services EAT Battery?!](https://www.reddit.com/r/androiddev/comments/141lf6o/google_play_services_eat_battery/) -- [Kotlin Delegation MutableState](https://www.reddit.com/r/androiddev/comments/141ih0l/kotlin_delegation_mutablestate/) -- [I don't understand one thing about the state in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/141i5gk/i_dont_understand_one_thing_about_the_state_in/) -- [Looks like the Google Assoc. Android cert is "updating" anyone have any more info?](https://www.reddit.com/r/androiddev/comments/141hylt/looks_like_the_google_assoc_android_cert_is/) +- [I think my Galaxy S22 Ultra has been compromised...](https://www.reddit.com/r/androiddev/comments/142z3ma/i_think_my_galaxy_s22_ultra_has_been_compromised/) +- [Help with applying to Android Jobs: Tips for CV, Cover Letter and Motivation Questions](https://www.reddit.com/r/androiddev/comments/142sg0o/help_with_applying_to_android_jobs_tips_for_cv/) +- [Any cloud ide with android emulator feature?](https://www.reddit.com/r/androiddev/comments/142px2i/any_cloud_ide_with_android_emulator_feature/) +- [Do you use OkHttp with custom maxRequestsPerHost or maxIdleConnections?](https://www.reddit.com/r/androiddev/comments/142plzq/do_you_use_okhttp_with_custom_maxrequestsperhost/) +- [Are there places I can have my code reviewed?](https://www.reddit.com/r/androiddev/comments/142phq6/are_there_places_i_can_have_my_code_reviewed/) +- [How to deal with BS-detector interviewers despite misinterpretations ?](https://www.reddit.com/r/androiddev/comments/142mzqq/how_to_deal_with_bsdetector_interviewers_despite/) +- [Can i modify apk on my phone](https://www.reddit.com/r/androiddev/comments/142ie3d/can_i_modify_apk_on_my_phone/) +- [What can be the maximum amount for IAP can be set](https://www.reddit.com/r/androiddev/comments/142eu02/what_can_be_the_maximum_amount_for_iap_can_be_set/) +- [Convert Your Existing Android or iOS App to Flutter?](https://www.reddit.com/r/androiddev/comments/142ecci/convert_your_existing_android_or_ios_app_to/) +- [Paid App Policy Compliance Check Service](https://www.reddit.com/r/androiddev/comments/142dz5z/paid_app_policy_compliance_check_service/) ### *InfoWorld posts* From eb51d4aac88d4c3f2ef566d2b06fa913230b5c03 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 8 Jun 2023 01:30:57 +0000 Subject: [PATCH 0554/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7ecffd6790..088e65d037 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I think my Galaxy S22 Ultra has been compromised...](https://www.reddit.com/r/androiddev/comments/142z3ma/i_think_my_galaxy_s22_ultra_has_been_compromised/) -- [Help with applying to Android Jobs: Tips for CV, Cover Letter and Motivation Questions](https://www.reddit.com/r/androiddev/comments/142sg0o/help_with_applying_to_android_jobs_tips_for_cv/) -- [Any cloud ide with android emulator feature?](https://www.reddit.com/r/androiddev/comments/142px2i/any_cloud_ide_with_android_emulator_feature/) -- [Do you use OkHttp with custom maxRequestsPerHost or maxIdleConnections?](https://www.reddit.com/r/androiddev/comments/142plzq/do_you_use_okhttp_with_custom_maxrequestsperhost/) -- [Are there places I can have my code reviewed?](https://www.reddit.com/r/androiddev/comments/142phq6/are_there_places_i_can_have_my_code_reviewed/) -- [How to deal with BS-detector interviewers despite misinterpretations ?](https://www.reddit.com/r/androiddev/comments/142mzqq/how_to_deal_with_bsdetector_interviewers_despite/) -- [Can i modify apk on my phone](https://www.reddit.com/r/androiddev/comments/142ie3d/can_i_modify_apk_on_my_phone/) -- [What can be the maximum amount for IAP can be set](https://www.reddit.com/r/androiddev/comments/142eu02/what_can_be_the_maximum_amount_for_iap_can_be_set/) -- [Convert Your Existing Android or iOS App to Flutter?](https://www.reddit.com/r/androiddev/comments/142ecci/convert_your_existing_android_or_ios_app_to/) -- [Paid App Policy Compliance Check Service](https://www.reddit.com/r/androiddev/comments/142dz5z/paid_app_policy_compliance_check_service/) +- [How can I make a speech bubble with xml?](https://www.reddit.com/r/androiddev/comments/143t208/how_can_i_make_a_speech_bubble_with_xml/) +- [Once again.](https://www.reddit.com/r/androiddev/comments/143sh20/once_again/) +- [No screenshot with biometric prompt up?](https://www.reddit.com/r/androiddev/comments/143qqjg/no_screenshot_with_biometric_prompt_up/) +- [Multiple choice ListView, how to store the item ids?](https://www.reddit.com/r/androiddev/comments/143niqa/multiple_choice_listview_how_to_store_the_item_ids/) +- [Need Advice - Career transition 2023](https://www.reddit.com/r/androiddev/comments/143hki9/need_advice_career_transition_2023/) +- [On the near version of Android that we have a beta for (U - 14) , no app will be able to get the current wallpaper, no matter which permission is granted](https://www.reddit.com/r/androiddev/comments/143fvee/on_the_near_version_of_android_that_we_have_a/) +- [Can't figure out how WhatsApp loads placeholder Views in RecylcerView and then edit them. How do you think is it done?](https://www.reddit.com/r/androiddev/comments/143fs4s/cant_figure_out_how_whatsapp_loads_placeholder/) +- [Jetpack compose increse apk size by 5.5 Mb](https://www.reddit.com/r/androiddev/comments/143dvfh/jetpack_compose_increse_apk_size_by_55_mb/) +- [Google retaliating against developers for class action lawsuit??](https://www.reddit.com/r/androiddev/comments/143dfev/google_retaliating_against_developers_for_class/) +- [Different Nav Drawer for different activites](https://www.reddit.com/r/androiddev/comments/143cgxo/different_nav_drawer_for_different_activites/) ### *InfoWorld posts* From a90790cd7109457d2bf8947f30f8789523a34e4a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 9 Jun 2023 01:30:55 +0000 Subject: [PATCH 0555/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 088e65d037..42aac5f2ae 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How can I make a speech bubble with xml?](https://www.reddit.com/r/androiddev/comments/143t208/how_can_i_make_a_speech_bubble_with_xml/) -- [Once again.](https://www.reddit.com/r/androiddev/comments/143sh20/once_again/) -- [No screenshot with biometric prompt up?](https://www.reddit.com/r/androiddev/comments/143qqjg/no_screenshot_with_biometric_prompt_up/) -- [Multiple choice ListView, how to store the item ids?](https://www.reddit.com/r/androiddev/comments/143niqa/multiple_choice_listview_how_to_store_the_item_ids/) -- [Need Advice - Career transition 2023](https://www.reddit.com/r/androiddev/comments/143hki9/need_advice_career_transition_2023/) -- [On the near version of Android that we have a beta for (U - 14) , no app will be able to get the current wallpaper, no matter which permission is granted](https://www.reddit.com/r/androiddev/comments/143fvee/on_the_near_version_of_android_that_we_have_a/) -- [Can't figure out how WhatsApp loads placeholder Views in RecylcerView and then edit them. How do you think is it done?](https://www.reddit.com/r/androiddev/comments/143fs4s/cant_figure_out_how_whatsapp_loads_placeholder/) -- [Jetpack compose increse apk size by 5.5 Mb](https://www.reddit.com/r/androiddev/comments/143dvfh/jetpack_compose_increse_apk_size_by_55_mb/) -- [Google retaliating against developers for class action lawsuit??](https://www.reddit.com/r/androiddev/comments/143dfev/google_retaliating_against_developers_for_class/) -- [Different Nav Drawer for different activites](https://www.reddit.com/r/androiddev/comments/143cgxo/different_nav_drawer_for_different_activites/) +- [Where to find logs for random shutdowns?](https://www.reddit.com/r/androiddev/comments/144qld2/where_to_find_logs_for_random_shutdowns/) +- [I've publish two new Applications today in google play-store and it didn't publish, apps went for google play Review,even tho my app are new?](https://www.reddit.com/r/androiddev/comments/144qha8/ive_publish_two_new_applications_today_in_google/) +- [I'm no developer but i figured it out.](https://www.reddit.com/r/androiddev/comments/144pnd3/im_no_developer_but_i_figured_it_out/) +- [Kotlin Coroutine-Dispatcher](https://www.reddit.com/r/androiddev/comments/144p617/kotlin_coroutinedispatcher/) +- [Android Studio Giraffe Beta 5 now available](https://www.reddit.com/r/androiddev/comments/144o0ys/android_studio_giraffe_beta_5_now_available/) +- [Android developer intern](https://www.reddit.com/r/androiddev/comments/144n4zq/android_developer_intern/) +- [White box when using new line inside CollapsingToolbarLayout.](https://www.reddit.com/r/androiddev/comments/144iwjw/white_box_when_using_new_line_inside/) +- [Testing Android UNFOLDABLES and TABLETS with Roberto Orgiu](https://www.reddit.com/r/androiddev/comments/144hx6v/testing_android_unfoldables_and_tablets_with/) +- [Is Android Development in Java still relevant (future scope) or should I switch to Kotlin or latest technologies?](https://www.reddit.com/r/androiddev/comments/144h5d4/is_android_development_in_java_still_relevant/) +- [Reasons to migrate from Java/XML to Jetpack Compose](https://www.reddit.com/r/androiddev/comments/144fmob/reasons_to_migrate_from_javaxml_to_jetpack_compose/) ### *InfoWorld posts* From c34ae17aaa0828f2c6c8707fa8de1a3862ef2b61 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 10 Jun 2023 01:29:55 +0000 Subject: [PATCH 0556/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 42aac5f2ae..3ced31ed11 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Where to find logs for random shutdowns?](https://www.reddit.com/r/androiddev/comments/144qld2/where_to_find_logs_for_random_shutdowns/) -- [I've publish two new Applications today in google play-store and it didn't publish, apps went for google play Review,even tho my app are new?](https://www.reddit.com/r/androiddev/comments/144qha8/ive_publish_two_new_applications_today_in_google/) -- [I'm no developer but i figured it out.](https://www.reddit.com/r/androiddev/comments/144pnd3/im_no_developer_but_i_figured_it_out/) -- [Kotlin Coroutine-Dispatcher](https://www.reddit.com/r/androiddev/comments/144p617/kotlin_coroutinedispatcher/) -- [Android Studio Giraffe Beta 5 now available](https://www.reddit.com/r/androiddev/comments/144o0ys/android_studio_giraffe_beta_5_now_available/) -- [Android developer intern](https://www.reddit.com/r/androiddev/comments/144n4zq/android_developer_intern/) -- [White box when using new line inside CollapsingToolbarLayout.](https://www.reddit.com/r/androiddev/comments/144iwjw/white_box_when_using_new_line_inside/) -- [Testing Android UNFOLDABLES and TABLETS with Roberto Orgiu](https://www.reddit.com/r/androiddev/comments/144hx6v/testing_android_unfoldables_and_tablets_with/) -- [Is Android Development in Java still relevant (future scope) or should I switch to Kotlin or latest technologies?](https://www.reddit.com/r/androiddev/comments/144h5d4/is_android_development_in_java_still_relevant/) -- [Reasons to migrate from Java/XML to Jetpack Compose](https://www.reddit.com/r/androiddev/comments/144fmob/reasons_to_migrate_from_javaxml_to_jetpack_compose/) +- [Sim card detected but no signals when flashed android 13 ROM](https://www.reddit.com/r/androiddev/comments/145kf6u/sim_card_detected_but_no_signals_when_flashed/) +- [Im getting an error in Apk Crash stability from samsung SM-G98 testing in Google console in pending review of my apk?](https://www.reddit.com/r/androiddev/comments/145ipmr/im_getting_an_error_in_apk_crash_stability_from/) +- [What's the best option for an app using data from a website?](https://www.reddit.com/r/androiddev/comments/145he3d/whats_the_best_option_for_an_app_using_data_from/) +- [Recommended usage of ram](https://www.reddit.com/r/androiddev/comments/145br2a/recommended_usage_of_ram/) +- [System App Update](https://www.reddit.com/r/androiddev/comments/145axcw/system_app_update/) +- [What app permissions to add in the play store for a simple app?](https://www.reddit.com/r/androiddev/comments/145alkc/what_app_permissions_to_add_in_the_play_store_for/) +- [Android Accessibility Servicec](https://www.reddit.com/r/androiddev/comments/145ab3o/android_accessibility_servicec/) +- [Does anyone have any idea, on how we can implement GDPR using User Messaging Platform SDK, without severely impact income from Europe?](https://www.reddit.com/r/androiddev/comments/1459tep/does_anyone_have_any_idea_on_how_we_can_implement/) +- [Why is room not calling RoomDatabase.Callback()?](https://www.reddit.com/r/androiddev/comments/14592u7/why_is_room_not_calling_roomdatabasecallback/) +- [Am I the only one who finds Jetpack Compose's Material library to be very inflexible?](https://www.reddit.com/r/androiddev/comments/1455so5/am_i_the_only_one_who_finds_jetpack_composes/) ### *InfoWorld posts* From 76b10ee6c0994819b60a7f41c896b91275d0de60 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 11 Jun 2023 01:30:26 +0000 Subject: [PATCH 0557/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3ced31ed11..0b36c92b0a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Sim card detected but no signals when flashed android 13 ROM](https://www.reddit.com/r/androiddev/comments/145kf6u/sim_card_detected_but_no_signals_when_flashed/) -- [Im getting an error in Apk Crash stability from samsung SM-G98 testing in Google console in pending review of my apk?](https://www.reddit.com/r/androiddev/comments/145ipmr/im_getting_an_error_in_apk_crash_stability_from/) -- [What's the best option for an app using data from a website?](https://www.reddit.com/r/androiddev/comments/145he3d/whats_the_best_option_for_an_app_using_data_from/) -- [Recommended usage of ram](https://www.reddit.com/r/androiddev/comments/145br2a/recommended_usage_of_ram/) -- [System App Update](https://www.reddit.com/r/androiddev/comments/145axcw/system_app_update/) -- [What app permissions to add in the play store for a simple app?](https://www.reddit.com/r/androiddev/comments/145alkc/what_app_permissions_to_add_in_the_play_store_for/) -- [Android Accessibility Servicec](https://www.reddit.com/r/androiddev/comments/145ab3o/android_accessibility_servicec/) -- [Does anyone have any idea, on how we can implement GDPR using User Messaging Platform SDK, without severely impact income from Europe?](https://www.reddit.com/r/androiddev/comments/1459tep/does_anyone_have_any_idea_on_how_we_can_implement/) -- [Why is room not calling RoomDatabase.Callback()?](https://www.reddit.com/r/androiddev/comments/14592u7/why_is_room_not_calling_roomdatabasecallback/) -- [Am I the only one who finds Jetpack Compose's Material library to be very inflexible?](https://www.reddit.com/r/androiddev/comments/1455so5/am_i_the_only_one_who_finds_jetpack_composes/) +- [How to center a Text object in the middle of anothet Text Object](https://www.reddit.com/r/androiddev/comments/146gke6/how_to_center_a_text_object_in_the_middle_of/) +- [All of a sudden my app doesn't pop up when deployed to my phone](https://www.reddit.com/r/androiddev/comments/146cd1y/all_of_a_sudden_my_app_doesnt_pop_up_when/) +- [JUnit and MockK for unit testing?](https://www.reddit.com/r/androiddev/comments/146bapg/junit_and_mockk_for_unit_testing/) +- [Faster builds on Windows 11 with Dev Drives. Has anyone tried this?](https://www.reddit.com/r/androiddev/comments/1468z8h/faster_builds_on_windows_11_with_dev_drives_has/) +- [Best data validation practice for forms?](https://www.reddit.com/r/androiddev/comments/1467yhq/best_data_validation_practice_for_forms/) +- [The best Android game / Albion Online / Mmorpg](https://www.reddit.com/r/androiddev/comments/145zugs/the_best_android_game_albion_online_mmorpg/) +- [Column not taking all available space in Box (Jetpack Compose)](https://www.reddit.com/r/androiddev/comments/145xk3h/column_not_taking_all_available_space_in_box/) +- [Google Play's moderator constantly uses wrong tests data](https://www.reddit.com/r/androiddev/comments/145vu7p/google_plays_moderator_constantly_uses_wrong/) +- [Compose multiplatform](https://www.reddit.com/r/androiddev/comments/145v450/compose_multiplatform/) +- [customizable time picker](https://www.reddit.com/r/androiddev/comments/145snr6/customizable_time_picker/) ### *InfoWorld posts* From 9facf885b6fe5b241a87fda5af1453fa87000446 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 12 Jun 2023 01:30:33 +0000 Subject: [PATCH 0558/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0b36c92b0a..b18d3d79cc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to center a Text object in the middle of anothet Text Object](https://www.reddit.com/r/androiddev/comments/146gke6/how_to_center_a_text_object_in_the_middle_of/) -- [All of a sudden my app doesn't pop up when deployed to my phone](https://www.reddit.com/r/androiddev/comments/146cd1y/all_of_a_sudden_my_app_doesnt_pop_up_when/) -- [JUnit and MockK for unit testing?](https://www.reddit.com/r/androiddev/comments/146bapg/junit_and_mockk_for_unit_testing/) -- [Faster builds on Windows 11 with Dev Drives. Has anyone tried this?](https://www.reddit.com/r/androiddev/comments/1468z8h/faster_builds_on_windows_11_with_dev_drives_has/) -- [Best data validation practice for forms?](https://www.reddit.com/r/androiddev/comments/1467yhq/best_data_validation_practice_for_forms/) -- [The best Android game / Albion Online / Mmorpg](https://www.reddit.com/r/androiddev/comments/145zugs/the_best_android_game_albion_online_mmorpg/) -- [Column not taking all available space in Box (Jetpack Compose)](https://www.reddit.com/r/androiddev/comments/145xk3h/column_not_taking_all_available_space_in_box/) -- [Google Play's moderator constantly uses wrong tests data](https://www.reddit.com/r/androiddev/comments/145vu7p/google_plays_moderator_constantly_uses_wrong/) -- [Compose multiplatform](https://www.reddit.com/r/androiddev/comments/145v450/compose_multiplatform/) -- [customizable time picker](https://www.reddit.com/r/androiddev/comments/145snr6/customizable_time_picker/) +- [Bye Reddit! Remember to delete your posts before deleting your account!](https://www.reddit.com/r/androiddev/comments/147a1h4/bye_reddit_remember_to_delete_your_posts_before/) +- [Why does the Play Store require 16:9 screenshots to be eligible for promotion?](https://www.reddit.com/r/androiddev/comments/1476ogk/why_does_the_play_store_require_169_screenshots/) +- [What is simplest way to create macro apps for Android?](https://www.reddit.com/r/androiddev/comments/14741sp/what_is_simplest_way_to_create_macro_apps_for/) +- [I hate UI development on Android](https://www.reddit.com/r/androiddev/comments/1472bzl/i_hate_ui_development_on_android/) +- [Can alternative reddit apps use the original app API in seamless way?](https://www.reddit.com/r/androiddev/comments/146tdvf/can_alternative_reddit_apps_use_the_original_app/) +- [To send changes for review, complete steps? I navigate to dashboard and I don’t have any steps to fill up, I’ve done all, and still i can’t be able to send my new paid-app for review?](https://www.reddit.com/r/androiddev/comments/146qamr/to_send_changes_for_review_complete_steps_i/) +- [Notification set sound not working at all](https://www.reddit.com/r/androiddev/comments/146mtg9/notification_set_sound_not_working_at_all/) +- [PlayBadges - Now in card form - readme badge service for Play store apps](https://www.reddit.com/r/androiddev/comments/146mqay/playbadges_now_in_card_form_readme_badge_service/) +- [Suggestions for refining my project idea](https://www.reddit.com/r/androiddev/comments/146kmba/suggestions_for_refining_my_project_idea/) +- [Questions for individuals that conduct interviews](https://www.reddit.com/r/androiddev/comments/146hkuw/questions_for_individuals_that_conduct_interviews/) ### *InfoWorld posts* From 7ffa35d09c423f922109fdb726152aa52d91f11a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 13 Jun 2023 01:31:16 +0000 Subject: [PATCH 0559/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b18d3d79cc..2723eb3df9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Bye Reddit! Remember to delete your posts before deleting your account!](https://www.reddit.com/r/androiddev/comments/147a1h4/bye_reddit_remember_to_delete_your_posts_before/) -- [Why does the Play Store require 16:9 screenshots to be eligible for promotion?](https://www.reddit.com/r/androiddev/comments/1476ogk/why_does_the_play_store_require_169_screenshots/) -- [What is simplest way to create macro apps for Android?](https://www.reddit.com/r/androiddev/comments/14741sp/what_is_simplest_way_to_create_macro_apps_for/) -- [I hate UI development on Android](https://www.reddit.com/r/androiddev/comments/1472bzl/i_hate_ui_development_on_android/) -- [Can alternative reddit apps use the original app API in seamless way?](https://www.reddit.com/r/androiddev/comments/146tdvf/can_alternative_reddit_apps_use_the_original_app/) -- [To send changes for review, complete steps? I navigate to dashboard and I don’t have any steps to fill up, I’ve done all, and still i can’t be able to send my new paid-app for review?](https://www.reddit.com/r/androiddev/comments/146qamr/to_send_changes_for_review_complete_steps_i/) -- [Notification set sound not working at all](https://www.reddit.com/r/androiddev/comments/146mtg9/notification_set_sound_not_working_at_all/) -- [PlayBadges - Now in card form - readme badge service for Play store apps](https://www.reddit.com/r/androiddev/comments/146mqay/playbadges_now_in_card_form_readme_badge_service/) -- [Suggestions for refining my project idea](https://www.reddit.com/r/androiddev/comments/146kmba/suggestions_for_refining_my_project_idea/) -- [Questions for individuals that conduct interviews](https://www.reddit.com/r/androiddev/comments/146hkuw/questions_for_individuals_that_conduct_interviews/) +- [What do I research to do automation like this, opening apps, scrolling, clicking, etc etc? Does it require rooted phone?](https://www.reddit.com/r/androiddev/comments/1482qsc/what_do_i_research_to_do_automation_like_this/) +- [When to update Baseline Profile](https://www.reddit.com/r/androiddev/comments/1481jhl/when_to_update_baseline_profile/) +- [How to Overcome FOMO as a Software Developer?](https://www.reddit.com/r/androiddev/comments/14805b2/how_to_overcome_fomo_as_a_software_developer/) +- [I just got this message from Google Play console (“ Your recent app updates have been published Users should see these changes immediately, but this can occasionally take longer “) and is not in review anymore ? what does it mean ?](https://www.reddit.com/r/androiddev/comments/147zvec/i_just_got_this_message_from_google_play_console/) +- [What is "FIPS BoringSSL v1.4, FIPS SKC v2.1, and FIPS SCrypto v2.5" on samsung phones?](https://www.reddit.com/r/androiddev/comments/147zuzi/what_is_fips_boringssl_v14_fips_skc_v21_and_fips/) +- [Is it worth becoming an Android developer in 2023?](https://www.reddit.com/r/androiddev/comments/147y0lk/is_it_worth_becoming_an_android_developer_in_2023/) +- [Where can I learn Android Development?](https://www.reddit.com/r/androiddev/comments/147w1lx/where_can_i_learn_android_development/) +- [What application you use for monitoring in/outgoing data on device?](https://www.reddit.com/r/androiddev/comments/147vlug/what_application_you_use_for_monitoring/) +- [Applying Kotlin Structured concurrency: Part IV — Coroutines Cancellation](https://www.reddit.com/r/androiddev/comments/147to0k/applying_kotlin_structured_concurrency_part_iv/) +- [Can I use apksigner to sign .aab ?](https://www.reddit.com/r/androiddev/comments/147sjdl/can_i_use_apksigner_to_sign_aab/) ### *InfoWorld posts* From 62cec4f0451906f832ada5b47e64b608cd38e8cc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 14 Jun 2023 01:30:12 +0000 Subject: [PATCH 0560/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2723eb3df9..6f53fbe753 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What do I research to do automation like this, opening apps, scrolling, clicking, etc etc? Does it require rooted phone?](https://www.reddit.com/r/androiddev/comments/1482qsc/what_do_i_research_to_do_automation_like_this/) -- [When to update Baseline Profile](https://www.reddit.com/r/androiddev/comments/1481jhl/when_to_update_baseline_profile/) -- [How to Overcome FOMO as a Software Developer?](https://www.reddit.com/r/androiddev/comments/14805b2/how_to_overcome_fomo_as_a_software_developer/) -- [I just got this message from Google Play console (“ Your recent app updates have been published Users should see these changes immediately, but this can occasionally take longer “) and is not in review anymore ? what does it mean ?](https://www.reddit.com/r/androiddev/comments/147zvec/i_just_got_this_message_from_google_play_console/) -- [What is "FIPS BoringSSL v1.4, FIPS SKC v2.1, and FIPS SCrypto v2.5" on samsung phones?](https://www.reddit.com/r/androiddev/comments/147zuzi/what_is_fips_boringssl_v14_fips_skc_v21_and_fips/) -- [Is it worth becoming an Android developer in 2023?](https://www.reddit.com/r/androiddev/comments/147y0lk/is_it_worth_becoming_an_android_developer_in_2023/) -- [Where can I learn Android Development?](https://www.reddit.com/r/androiddev/comments/147w1lx/where_can_i_learn_android_development/) -- [What application you use for monitoring in/outgoing data on device?](https://www.reddit.com/r/androiddev/comments/147vlug/what_application_you_use_for_monitoring/) -- [Applying Kotlin Structured concurrency: Part IV — Coroutines Cancellation](https://www.reddit.com/r/androiddev/comments/147to0k/applying_kotlin_structured_concurrency_part_iv/) -- [Can I use apksigner to sign .aab ?](https://www.reddit.com/r/androiddev/comments/147sjdl/can_i_use_apksigner_to_sign_aab/) +- [masterwork tools pathfinder open reference app](https://www.reddit.com/r/androiddev/comments/148r6v9/masterwork_tools_pathfinder_open_reference_app/) +- [missed call notifications](https://www.reddit.com/r/androiddev/comments/148qeny/missed_call_notifications/) +- [How to handle scalability, security and performance of a mobile app? What are the best practices?](https://www.reddit.com/r/androiddev/comments/148ofcq/how_to_handle_scalability_security_and/) +- [Card Game Animation In Compose](https://www.reddit.com/r/androiddev/comments/148nn4q/card_game_animation_in_compose/) +- [Top 5 Reasons to Learn Android Development](https://www.reddit.com/r/androiddev/comments/148mxn8/top_5_reasons_to_learn_android_development/) +- [How to turn phone on black and white](https://www.reddit.com/r/androiddev/comments/148meh2/how_to_turn_phone_on_black_and_white/) +- [Fragment in Viewpager2 in Fragment.](https://www.reddit.com/r/androiddev/comments/148m7fs/fragment_in_viewpager2_in_fragment/) +- [Convert Notifications to Text and Send Them to Remote Syslog Server](https://www.reddit.com/r/androiddev/comments/148lvlh/convert_notifications_to_text_and_send_them_to/) +- [Creating a music visualizer in Jetpack Compose using the Visualizer class. Looking for ways to improve this.](https://www.reddit.com/r/androiddev/comments/148la52/creating_a_music_visualizer_in_jetpack_compose/) +- [Multiple instance of an App](https://www.reddit.com/r/androiddev/comments/148l7z7/multiple_instance_of_an_app/) ### *InfoWorld posts* From 65a32dd71053c7530435548708309a98d26ed2a1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 15 Jun 2023 01:30:20 +0000 Subject: [PATCH 0561/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6f53fbe753..4821a3ed98 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [masterwork tools pathfinder open reference app](https://www.reddit.com/r/androiddev/comments/148r6v9/masterwork_tools_pathfinder_open_reference_app/) -- [missed call notifications](https://www.reddit.com/r/androiddev/comments/148qeny/missed_call_notifications/) -- [How to handle scalability, security and performance of a mobile app? What are the best practices?](https://www.reddit.com/r/androiddev/comments/148ofcq/how_to_handle_scalability_security_and/) -- [Card Game Animation In Compose](https://www.reddit.com/r/androiddev/comments/148nn4q/card_game_animation_in_compose/) -- [Top 5 Reasons to Learn Android Development](https://www.reddit.com/r/androiddev/comments/148mxn8/top_5_reasons_to_learn_android_development/) -- [How to turn phone on black and white](https://www.reddit.com/r/androiddev/comments/148meh2/how_to_turn_phone_on_black_and_white/) -- [Fragment in Viewpager2 in Fragment.](https://www.reddit.com/r/androiddev/comments/148m7fs/fragment_in_viewpager2_in_fragment/) -- [Convert Notifications to Text and Send Them to Remote Syslog Server](https://www.reddit.com/r/androiddev/comments/148lvlh/convert_notifications_to_text_and_send_them_to/) -- [Creating a music visualizer in Jetpack Compose using the Visualizer class. Looking for ways to improve this.](https://www.reddit.com/r/androiddev/comments/148la52/creating_a_music_visualizer_in_jetpack_compose/) -- [Multiple instance of an App](https://www.reddit.com/r/androiddev/comments/148l7z7/multiple_instance_of_an_app/) +- [Help me Move Play Button to right Position](https://www.reddit.com/r/androiddev/comments/149o1u3/help_me_move_play_button_to_right_position/) +- [Wear OS PrimaryLayout won't show](https://www.reddit.com/r/androiddev/comments/149nk3l/wear_os_primarylayout_wont_show/) +- [How to use the Bluetooth le api](https://www.reddit.com/r/androiddev/comments/149mzgi/how_to_use_the_bluetooth_le_api/) +- [How necessary is SQL in Android apps, really?](https://www.reddit.com/r/androiddev/comments/149lh5b/how_necessary_is_sql_in_android_apps_really/) +- [Ideal tech stack & approach for a social media app](https://www.reddit.com/r/androiddev/comments/149lb0z/ideal_tech_stack_approach_for_a_social_media_app/) +- [What is the best way to scope a dependency to a compose screen?](https://www.reddit.com/r/androiddev/comments/149jgey/what_is_the_best_way_to_scope_a_dependency_to_a/) +- [bluestack root help](https://www.reddit.com/r/androiddev/comments/149exvr/bluestack_root_help/) +- [Settings access permissions](https://www.reddit.com/r/androiddev/comments/149ephl/settings_access_permissions/) +- [How do you create templates in Android Studio (Hedge Hog)](https://www.reddit.com/r/androiddev/comments/149co2h/how_do_you_create_templates_in_android_studio/) +- [Hi guys, is there any way to disable drag progress change on a Material Slider when drag origin is not in its "thumb". I already solved the touch part. When I touch outside the thumb and within its track only, the thumb position doesnt change. Drag is my problem](https://www.reddit.com/r/androiddev/comments/149bnpy/hi_guys_is_there_any_way_to_disable_drag_progress/) ### *InfoWorld posts* From a5362a0139a9a16d1be5179f592ba0859dc876e2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 16 Jun 2023 01:30:34 +0000 Subject: [PATCH 0562/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4821a3ed98..cb5a15ff88 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Help me Move Play Button to right Position](https://www.reddit.com/r/androiddev/comments/149o1u3/help_me_move_play_button_to_right_position/) -- [Wear OS PrimaryLayout won't show](https://www.reddit.com/r/androiddev/comments/149nk3l/wear_os_primarylayout_wont_show/) -- [How to use the Bluetooth le api](https://www.reddit.com/r/androiddev/comments/149mzgi/how_to_use_the_bluetooth_le_api/) -- [How necessary is SQL in Android apps, really?](https://www.reddit.com/r/androiddev/comments/149lh5b/how_necessary_is_sql_in_android_apps_really/) -- [Ideal tech stack & approach for a social media app](https://www.reddit.com/r/androiddev/comments/149lb0z/ideal_tech_stack_approach_for_a_social_media_app/) -- [What is the best way to scope a dependency to a compose screen?](https://www.reddit.com/r/androiddev/comments/149jgey/what_is_the_best_way_to_scope_a_dependency_to_a/) -- [bluestack root help](https://www.reddit.com/r/androiddev/comments/149exvr/bluestack_root_help/) -- [Settings access permissions](https://www.reddit.com/r/androiddev/comments/149ephl/settings_access_permissions/) -- [How do you create templates in Android Studio (Hedge Hog)](https://www.reddit.com/r/androiddev/comments/149co2h/how_do_you_create_templates_in_android_studio/) -- [Hi guys, is there any way to disable drag progress change on a Material Slider when drag origin is not in its "thumb". I already solved the touch part. When I touch outside the thumb and within its track only, the thumb position doesnt change. Drag is my problem](https://www.reddit.com/r/androiddev/comments/149bnpy/hi_guys_is_there_any_way_to_disable_drag_progress/) +- [I’m creating 2 simple practice apps that have a shared code base (mostly). A simple hit an api and crate a list. Would the recyclerview be in the shared folder or one in each app folder? Is there a good example I can look at?](https://www.reddit.com/r/androiddev/comments/14ai6r7/im_creating_2_simple_practice_apps_that_have_a/) +- [Is this the best way to store the view state in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/14aex1j/is_this_the_best_way_to_store_the_view_state_in/) +- [How to unlock Samsung without factory reset?](https://www.reddit.com/r/androiddev/comments/14acphu/how_to_unlock_samsung_without_factory_reset/) +- [How to debug a ffi backtrace with Flutter on Android](https://www.reddit.com/r/androiddev/comments/14aahte/how_to_debug_a_ffi_backtrace_with_flutter_on/) +- [Where to learn flutter?](https://www.reddit.com/r/androiddev/comments/14a8d0m/where_to_learn_flutter/) +- [Alarm manager](https://www.reddit.com/r/androiddev/comments/14a7utg/alarm_manager/) +- [Builder Design Pattern In Kotlin](https://www.reddit.com/r/androiddev/comments/14a709g/builder_design_pattern_in_kotlin/) +- [Accessibility&Testing in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/14a6ukg/accessibilitytesting_in_jetpack_compose/) +- [Creating app that uses text files](https://www.reddit.com/r/androiddev/comments/14a30or/creating_app_that_uses_text_files/) +- [Android: How to stop "catch up" messages after reconnecting to WIFI](https://www.reddit.com/r/androiddev/comments/14a1xgo/android_how_to_stop_catch_up_messages_after/) ### *InfoWorld posts* From f1b35858092113fa9d1703fb0f657e403f90fa95 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 17 Jun 2023 01:29:53 +0000 Subject: [PATCH 0563/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cb5a15ff88..697e09f330 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I’m creating 2 simple practice apps that have a shared code base (mostly). A simple hit an api and crate a list. Would the recyclerview be in the shared folder or one in each app folder? Is there a good example I can look at?](https://www.reddit.com/r/androiddev/comments/14ai6r7/im_creating_2_simple_practice_apps_that_have_a/) -- [Is this the best way to store the view state in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/14aex1j/is_this_the_best_way_to_store_the_view_state_in/) -- [How to unlock Samsung without factory reset?](https://www.reddit.com/r/androiddev/comments/14acphu/how_to_unlock_samsung_without_factory_reset/) -- [How to debug a ffi backtrace with Flutter on Android](https://www.reddit.com/r/androiddev/comments/14aahte/how_to_debug_a_ffi_backtrace_with_flutter_on/) -- [Where to learn flutter?](https://www.reddit.com/r/androiddev/comments/14a8d0m/where_to_learn_flutter/) -- [Alarm manager](https://www.reddit.com/r/androiddev/comments/14a7utg/alarm_manager/) -- [Builder Design Pattern In Kotlin](https://www.reddit.com/r/androiddev/comments/14a709g/builder_design_pattern_in_kotlin/) -- [Accessibility&Testing in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/14a6ukg/accessibilitytesting_in_jetpack_compose/) -- [Creating app that uses text files](https://www.reddit.com/r/androiddev/comments/14a30or/creating_app_that_uses_text_files/) -- [Android: How to stop "catch up" messages after reconnecting to WIFI](https://www.reddit.com/r/androiddev/comments/14a1xgo/android_how_to_stop_catch_up_messages_after/) +- [Trying to flash Open GApps for free](https://www.reddit.com/r/androiddev/comments/14b9m4s/trying_to_flash_open_gapps_for_free/) +- [update new UI my app masrofy budget tracker](https://www.reddit.com/r/androiddev/comments/14b8s3f/update_new_ui_my_app_masrofy_budget_tracker/) +- [Maintaining Dagger and Hilt in the same codebase](https://www.reddit.com/r/androiddev/comments/14b781j/maintaining_dagger_and_hilt_in_the_same_codebase/) +- [Android WaveView](https://www.reddit.com/r/androiddev/comments/14b441b/android_waveview/) +- [File size limit on Android](https://www.reddit.com/r/androiddev/comments/14b3ywi/file_size_limit_on_android/) +- [AdMob to send me a physical PIN for address verification?](https://www.reddit.com/r/androiddev/comments/14b2mx2/admob_to_send_me_a_physical_pin_for_address/) +- [When will this monstrosity finally be fixed?? It's been years I swear](https://www.reddit.com/r/androiddev/comments/14az4hh/when_will_this_monstrosity_finally_be_fixed_its/) +- [app suddenly showing nothing](https://www.reddit.com/r/androiddev/comments/14axkwt/app_suddenly_showing_nothing/) +- [From Zero to the basics? (previously a java dev)](https://www.reddit.com/r/androiddev/comments/14ax5er/from_zero_to_the_basics_previously_a_java_dev/) +- [Probelm with Kinemaster video editor](https://www.reddit.com/r/androiddev/comments/14avcz7/probelm_with_kinemaster_video_editor/) ### *InfoWorld posts* From fb375b3f5c997d7742ec442bf1349b5cff8f1104 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 18 Jun 2023 01:31:42 +0000 Subject: [PATCH 0564/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 697e09f330..782b9ba9c2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Trying to flash Open GApps for free](https://www.reddit.com/r/androiddev/comments/14b9m4s/trying_to_flash_open_gapps_for_free/) -- [update new UI my app masrofy budget tracker](https://www.reddit.com/r/androiddev/comments/14b8s3f/update_new_ui_my_app_masrofy_budget_tracker/) -- [Maintaining Dagger and Hilt in the same codebase](https://www.reddit.com/r/androiddev/comments/14b781j/maintaining_dagger_and_hilt_in_the_same_codebase/) -- [Android WaveView](https://www.reddit.com/r/androiddev/comments/14b441b/android_waveview/) -- [File size limit on Android](https://www.reddit.com/r/androiddev/comments/14b3ywi/file_size_limit_on_android/) -- [AdMob to send me a physical PIN for address verification?](https://www.reddit.com/r/androiddev/comments/14b2mx2/admob_to_send_me_a_physical_pin_for_address/) -- [When will this monstrosity finally be fixed?? It's been years I swear](https://www.reddit.com/r/androiddev/comments/14az4hh/when_will_this_monstrosity_finally_be_fixed_its/) -- [app suddenly showing nothing](https://www.reddit.com/r/androiddev/comments/14axkwt/app_suddenly_showing_nothing/) -- [From Zero to the basics? (previously a java dev)](https://www.reddit.com/r/androiddev/comments/14ax5er/from_zero_to_the_basics_previously_a_java_dev/) -- [Probelm with Kinemaster video editor](https://www.reddit.com/r/androiddev/comments/14avcz7/probelm_with_kinemaster_video_editor/) +- [Question about a mobile browser](https://www.reddit.com/r/androiddev/comments/14c5bzj/question_about_a_mobile_browser/) +- [Can't install my app on the Google Play Store](https://www.reddit.com/r/androiddev/comments/14c4uaw/cant_install_my_app_on_the_google_play_store/) +- [Why isn't my status updated?](https://www.reddit.com/r/androiddev/comments/14c3vcd/why_isnt_my_status_updated/) +- [Should I just delete dead app and start all over again?](https://www.reddit.com/r/androiddev/comments/14c0ns7/should_i_just_delete_dead_app_and_start_all_over/) +- [Android WebView stops JavaScript execution after 5 minutes when app in the background](https://www.reddit.com/r/androiddev/comments/14bzvt3/android_webview_stops_javascript_execution_after/) +- [hypervision sdk HAXM vs Android Emulator hypervision driver](https://www.reddit.com/r/androiddev/comments/14bye5j/hypervision_sdk_haxm_vs_android_emulator/) +- [Scopes with lambda function](https://www.reddit.com/r/androiddev/comments/14bx7dh/scopes_with_lambda_function/) +- [Anyone noticed a huge store listing acquisitions drop?](https://www.reddit.com/r/androiddev/comments/14bwupd/anyone_noticed_a_huge_store_listing_acquisitions/) +- [The pain...](https://www.reddit.com/r/androiddev/comments/14bwt8u/the_pain/) +- [bootable thumb drive with android.](https://www.reddit.com/r/androiddev/comments/14bt1tm/bootable_thumb_drive_with_android/) ### *InfoWorld posts* From 839f568cc87cabeba8d0c6caa3497295d4a54b77 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 19 Jun 2023 01:30:35 +0000 Subject: [PATCH 0565/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 782b9ba9c2..2c3cfbb6fc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Question about a mobile browser](https://www.reddit.com/r/androiddev/comments/14c5bzj/question_about_a_mobile_browser/) -- [Can't install my app on the Google Play Store](https://www.reddit.com/r/androiddev/comments/14c4uaw/cant_install_my_app_on_the_google_play_store/) -- [Why isn't my status updated?](https://www.reddit.com/r/androiddev/comments/14c3vcd/why_isnt_my_status_updated/) -- [Should I just delete dead app and start all over again?](https://www.reddit.com/r/androiddev/comments/14c0ns7/should_i_just_delete_dead_app_and_start_all_over/) -- [Android WebView stops JavaScript execution after 5 minutes when app in the background](https://www.reddit.com/r/androiddev/comments/14bzvt3/android_webview_stops_javascript_execution_after/) -- [hypervision sdk HAXM vs Android Emulator hypervision driver](https://www.reddit.com/r/androiddev/comments/14bye5j/hypervision_sdk_haxm_vs_android_emulator/) -- [Scopes with lambda function](https://www.reddit.com/r/androiddev/comments/14bx7dh/scopes_with_lambda_function/) -- [Anyone noticed a huge store listing acquisitions drop?](https://www.reddit.com/r/androiddev/comments/14bwupd/anyone_noticed_a_huge_store_listing_acquisitions/) -- [The pain...](https://www.reddit.com/r/androiddev/comments/14bwt8u/the_pain/) -- [bootable thumb drive with android.](https://www.reddit.com/r/androiddev/comments/14bt1tm/bootable_thumb_drive_with_android/) +- [Petition to show Apple people care about RCS](https://www.reddit.com/r/androiddev/comments/14d0x90/petition_to_show_apple_people_care_about_rcs/) +- [Porting twrp?](https://www.reddit.com/r/androiddev/comments/14d0l1u/porting_twrp/) +- [I don't understand why it doesn't work this way](https://www.reddit.com/r/androiddev/comments/14cw2dm/i_dont_understand_why_it_doesnt_work_this_way/) +- [Looking for a really good 3 in 1 wireless charger for samsung](https://www.reddit.com/r/androiddev/comments/14cu8di/looking_for_a_really_good_3_in_1_wireless_charger/) +- [Android 11 multiple displays](https://www.reddit.com/r/androiddev/comments/14ctcqu/android_11_multiple_displays/) +- [Starting my App development career in 2023](https://www.reddit.com/r/androiddev/comments/14ct7gr/starting_my_app_development_career_in_2023/) +- [How do you guys debug network issues?](https://www.reddit.com/r/androiddev/comments/14cswg8/how_do_you_guys_debug_network_issues/) +- [Twitter and web navigation vs app links](https://www.reddit.com/r/androiddev/comments/14crw2z/twitter_and_web_navigation_vs_app_links/) +- [Any references to understand how Google rightly designed this new navigation dialog UI?](https://www.reddit.com/r/androiddev/comments/14cru3c/any_references_to_understand_how_google_rightly/) +- [UI/UX Designer](https://www.reddit.com/r/androiddev/comments/14cqftl/uiux_designer/) ### *InfoWorld posts* From a91074b1322af9ea4c41bfdb7af5737a8a632c32 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 20 Jun 2023 01:29:43 +0000 Subject: [PATCH 0566/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2c3cfbb6fc..bf6b034942 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Petition to show Apple people care about RCS](https://www.reddit.com/r/androiddev/comments/14d0x90/petition_to_show_apple_people_care_about_rcs/) -- [Porting twrp?](https://www.reddit.com/r/androiddev/comments/14d0l1u/porting_twrp/) -- [I don't understand why it doesn't work this way](https://www.reddit.com/r/androiddev/comments/14cw2dm/i_dont_understand_why_it_doesnt_work_this_way/) -- [Looking for a really good 3 in 1 wireless charger for samsung](https://www.reddit.com/r/androiddev/comments/14cu8di/looking_for_a_really_good_3_in_1_wireless_charger/) -- [Android 11 multiple displays](https://www.reddit.com/r/androiddev/comments/14ctcqu/android_11_multiple_displays/) -- [Starting my App development career in 2023](https://www.reddit.com/r/androiddev/comments/14ct7gr/starting_my_app_development_career_in_2023/) -- [How do you guys debug network issues?](https://www.reddit.com/r/androiddev/comments/14cswg8/how_do_you_guys_debug_network_issues/) -- [Twitter and web navigation vs app links](https://www.reddit.com/r/androiddev/comments/14crw2z/twitter_and_web_navigation_vs_app_links/) -- [Any references to understand how Google rightly designed this new navigation dialog UI?](https://www.reddit.com/r/androiddev/comments/14cru3c/any_references_to_understand_how_google_rightly/) -- [UI/UX Designer](https://www.reddit.com/r/androiddev/comments/14cqftl/uiux_designer/) +- [Adding Firebase to Android Project](https://www.reddit.com/r/androiddev/comments/14dseft/adding_firebase_to_android_project/) +- [I have "Pop on screen" disabled but messages appear at the top regardless. How can I stop the content of messages showing?](https://www.reddit.com/r/androiddev/comments/14dqcxk/i_have_pop_on_screen_disabled_but_messages_appear/) +- [How to trace/profile/document an Android Java App?](https://www.reddit.com/r/androiddev/comments/14dpxmw/how_to_traceprofiledocument_an_android_java_app/) +- [Countdown app with only seconds](https://www.reddit.com/r/androiddev/comments/14dputn/countdown_app_with_only_seconds/) +- [ADB : No more "more than one device/emulator" error](https://www.reddit.com/r/androiddev/comments/14dpoba/adb_no_more_more_than_one_deviceemulator_error/) +- [Automated functional testing (an overview for mobile app developers)](https://www.reddit.com/r/androiddev/comments/14dmurc/automated_functional_testing_an_overview_for/) +- [Logs on Android/PlayStore to evidence when I installed and/or accessed an app](https://www.reddit.com/r/androiddev/comments/14dlkse/logs_on_androidplaystore_to_evidence_when_i/) +- [I developed an opensource sms gateway - TextBee](https://www.reddit.com/r/androiddev/comments/14dkzo6/i_developed_an_opensource_sms_gateway_textbee/) +- [Google android course](https://www.reddit.com/r/androiddev/comments/14dkqxf/google_android_course/) +- [Camera quality is sm-532f](https://www.reddit.com/r/androiddev/comments/14dk6it/camera_quality_is_sm532f/) ### *InfoWorld posts* From 3a8341a2870227c7f941b739df4702bde1471119 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 21 Jun 2023 01:29:44 +0000 Subject: [PATCH 0567/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bf6b034942..82e4aa79ea 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Adding Firebase to Android Project](https://www.reddit.com/r/androiddev/comments/14dseft/adding_firebase_to_android_project/) -- [I have "Pop on screen" disabled but messages appear at the top regardless. How can I stop the content of messages showing?](https://www.reddit.com/r/androiddev/comments/14dqcxk/i_have_pop_on_screen_disabled_but_messages_appear/) -- [How to trace/profile/document an Android Java App?](https://www.reddit.com/r/androiddev/comments/14dpxmw/how_to_traceprofiledocument_an_android_java_app/) -- [Countdown app with only seconds](https://www.reddit.com/r/androiddev/comments/14dputn/countdown_app_with_only_seconds/) -- [ADB : No more "more than one device/emulator" error](https://www.reddit.com/r/androiddev/comments/14dpoba/adb_no_more_more_than_one_deviceemulator_error/) -- [Automated functional testing (an overview for mobile app developers)](https://www.reddit.com/r/androiddev/comments/14dmurc/automated_functional_testing_an_overview_for/) -- [Logs on Android/PlayStore to evidence when I installed and/or accessed an app](https://www.reddit.com/r/androiddev/comments/14dlkse/logs_on_androidplaystore_to_evidence_when_i/) -- [I developed an opensource sms gateway - TextBee](https://www.reddit.com/r/androiddev/comments/14dkzo6/i_developed_an_opensource_sms_gateway_textbee/) -- [Google android course](https://www.reddit.com/r/androiddev/comments/14dkqxf/google_android_course/) -- [Camera quality is sm-532f](https://www.reddit.com/r/androiddev/comments/14dk6it/camera_quality_is_sm532f/) +- [I cannot for the life of me figure out how to import a library from GitHub into my Android Studio project](https://www.reddit.com/r/androiddev/comments/14esn8h/i_cannot_for_the_life_of_me_figure_out_how_to/) +- [Android Studio Hedgehog Canary 9 now available](https://www.reddit.com/r/androiddev/comments/14ermw6/android_studio_hedgehog_canary_9_now_available/) +- [Can anyone test this app from the playstore?](https://www.reddit.com/r/androiddev/comments/14erau5/can_anyone_test_this_app_from_the_playstore/) +- [Need to persist logs from app and sdk, what would be the best approach?](https://www.reddit.com/r/androiddev/comments/14eqayp/need_to_persist_logs_from_app_and_sdk_what_would/) +- [How do music apps like Spotify integrate with cars and other devices?](https://www.reddit.com/r/androiddev/comments/14eq19q/how_do_music_apps_like_spotify_integrate_with/) +- [Policy team rejects app update: "Invalid Data safety form"](https://www.reddit.com/r/androiddev/comments/14eokhh/policy_team_rejects_app_update_invalid_data/) +- [Android Studio Hedgehog Canary 8 now available](https://www.reddit.com/r/androiddev/comments/14ejqrv/android_studio_hedgehog_canary_8_now_available/) +- [Generating new proof-of-rotation](https://www.reddit.com/r/androiddev/comments/14ejbm0/generating_new_proofofrotation/) +- [Best practices to monitor internet connectivity](https://www.reddit.com/r/androiddev/comments/14eg8tc/best_practices_to_monitor_internet_connectivity/) +- [Researching navigation paradigms](https://www.reddit.com/r/androiddev/comments/14effmg/researching_navigation_paradigms/) ### *InfoWorld posts* From e273ad02d603855d4fd12d161e191e3b404e851a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 22 Jun 2023 01:30:10 +0000 Subject: [PATCH 0568/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 82e4aa79ea..c0e4bd1172 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I cannot for the life of me figure out how to import a library from GitHub into my Android Studio project](https://www.reddit.com/r/androiddev/comments/14esn8h/i_cannot_for_the_life_of_me_figure_out_how_to/) -- [Android Studio Hedgehog Canary 9 now available](https://www.reddit.com/r/androiddev/comments/14ermw6/android_studio_hedgehog_canary_9_now_available/) -- [Can anyone test this app from the playstore?](https://www.reddit.com/r/androiddev/comments/14erau5/can_anyone_test_this_app_from_the_playstore/) -- [Need to persist logs from app and sdk, what would be the best approach?](https://www.reddit.com/r/androiddev/comments/14eqayp/need_to_persist_logs_from_app_and_sdk_what_would/) -- [How do music apps like Spotify integrate with cars and other devices?](https://www.reddit.com/r/androiddev/comments/14eq19q/how_do_music_apps_like_spotify_integrate_with/) -- [Policy team rejects app update: "Invalid Data safety form"](https://www.reddit.com/r/androiddev/comments/14eokhh/policy_team_rejects_app_update_invalid_data/) -- [Android Studio Hedgehog Canary 8 now available](https://www.reddit.com/r/androiddev/comments/14ejqrv/android_studio_hedgehog_canary_8_now_available/) -- [Generating new proof-of-rotation](https://www.reddit.com/r/androiddev/comments/14ejbm0/generating_new_proofofrotation/) -- [Best practices to monitor internet connectivity](https://www.reddit.com/r/androiddev/comments/14eg8tc/best_practices_to_monitor_internet_connectivity/) -- [Researching navigation paradigms](https://www.reddit.com/r/androiddev/comments/14effmg/researching_navigation_paradigms/) +- [Jetpack Compose Custom Layout Made Easy](https://www.reddit.com/r/androiddev/comments/14fo106/jetpack_compose_custom_layout_made_easy/) +- [Do you use these Android Studio features?](https://www.reddit.com/r/androiddev/comments/14fkrqn/do_you_use_these_android_studio_features/) +- [I DESPISE Android Studio. I can't be the only one. Am I crazy? Are there alternatives?](https://www.reddit.com/r/androiddev/comments/14fdybz/i_despise_android_studio_i_cant_be_the_only_one/) +- [ShareFlow Depends on a value in a state data class. so any updates to that variable in the state is useless. So where to go from here?](https://www.reddit.com/r/androiddev/comments/14fdgtv/shareflow_depends_on_a_value_in_a_state_data/) +- [Compose UI logic](https://www.reddit.com/r/androiddev/comments/14fdgf5/compose_ui_logic/) +- [I made a website with 2992 Material Symbols ready to be used as Icons in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/14fasco/i_made_a_website_with_2992_material_symbols_ready/) +- [Slow app review this week](https://www.reddit.com/r/androiddev/comments/14f9s8h/slow_app_review_this_week/) +- [Introducing ChatBot Builder: A Kotlin Multiplatform Library that enables customizable Chat UI and defined bot behavior instructions using OpenAI API's](https://www.reddit.com/r/androiddev/comments/14f9pl5/introducing_chatbot_builder_a_kotlin/) +- [AI Box adapter Android 12 - Smart Lock Missing](https://www.reddit.com/r/androiddev/comments/14f9ce2/ai_box_adapter_android_12_smart_lock_missing/) +- [Negative Padding For Jetpack Compose Made Possible](https://www.reddit.com/r/androiddev/comments/14f7fax/negative_padding_for_jetpack_compose_made_possible/) ### *InfoWorld posts* From f8ec7137f4edc731026288e2807acfae431356bd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 23 Jun 2023 01:30:56 +0000 Subject: [PATCH 0569/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c0e4bd1172..23d2a66bae 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Jetpack Compose Custom Layout Made Easy](https://www.reddit.com/r/androiddev/comments/14fo106/jetpack_compose_custom_layout_made_easy/) -- [Do you use these Android Studio features?](https://www.reddit.com/r/androiddev/comments/14fkrqn/do_you_use_these_android_studio_features/) -- [I DESPISE Android Studio. I can't be the only one. Am I crazy? Are there alternatives?](https://www.reddit.com/r/androiddev/comments/14fdybz/i_despise_android_studio_i_cant_be_the_only_one/) -- [ShareFlow Depends on a value in a state data class. so any updates to that variable in the state is useless. So where to go from here?](https://www.reddit.com/r/androiddev/comments/14fdgtv/shareflow_depends_on_a_value_in_a_state_data/) -- [Compose UI logic](https://www.reddit.com/r/androiddev/comments/14fdgf5/compose_ui_logic/) -- [I made a website with 2992 Material Symbols ready to be used as Icons in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/14fasco/i_made_a_website_with_2992_material_symbols_ready/) -- [Slow app review this week](https://www.reddit.com/r/androiddev/comments/14f9s8h/slow_app_review_this_week/) -- [Introducing ChatBot Builder: A Kotlin Multiplatform Library that enables customizable Chat UI and defined bot behavior instructions using OpenAI API's](https://www.reddit.com/r/androiddev/comments/14f9pl5/introducing_chatbot_builder_a_kotlin/) -- [AI Box adapter Android 12 - Smart Lock Missing](https://www.reddit.com/r/androiddev/comments/14f9ce2/ai_box_adapter_android_12_smart_lock_missing/) -- [Negative Padding For Jetpack Compose Made Possible](https://www.reddit.com/r/androiddev/comments/14f7fax/negative_padding_for_jetpack_compose_made_possible/) +- [Rust on Android](https://www.reddit.com/r/androiddev/comments/14gka8j/rust_on_android/) +- [Flow testing with Turbine](https://www.reddit.com/r/androiddev/comments/14gj8td/flow_testing_with_turbine/) +- [Android Studio Giraffe RC1 now available](https://www.reddit.com/r/androiddev/comments/14ghu2w/android_studio_giraffe_rc1_now_available/) +- [Room inside repository](https://www.reddit.com/r/androiddev/comments/14gfxla/room_inside_repository/) +- [How to block app from changing phone settings](https://www.reddit.com/r/androiddev/comments/14gfsl5/how_to_block_app_from_changing_phone_settings/) +- [Navigate from integrated RN screen to Android screen](https://www.reddit.com/r/androiddev/comments/14ge1vq/navigate_from_integrated_rn_screen_to_android/) +- [Call a Protected API Endpoint from an Expo Mobile App](https://www.reddit.com/r/androiddev/comments/14gcnn2/call_a_protected_api_endpoint_from_an_expo_mobile/) +- [Anyone know if there's an API for an app to provide a deep link for the current page via this link? (more context in comments)](https://www.reddit.com/r/androiddev/comments/14gard0/anyone_know_if_theres_an_api_for_an_app_to/) +- [New to professional Android development. Are there any commonly used templates or resources I might be missing?](https://www.reddit.com/r/androiddev/comments/14ga6h2/new_to_professional_android_development_are_there/) +- [Suggest me an app](https://www.reddit.com/r/androiddev/comments/14ga3g9/suggest_me_an_app/) ### *InfoWorld posts* From d90125d35cf6c466ebb1ffed12ff48beccc11b53 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 24 Jun 2023 01:30:24 +0000 Subject: [PATCH 0570/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 23d2a66bae..b289530f24 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Rust on Android](https://www.reddit.com/r/androiddev/comments/14gka8j/rust_on_android/) -- [Flow testing with Turbine](https://www.reddit.com/r/androiddev/comments/14gj8td/flow_testing_with_turbine/) -- [Android Studio Giraffe RC1 now available](https://www.reddit.com/r/androiddev/comments/14ghu2w/android_studio_giraffe_rc1_now_available/) -- [Room inside repository](https://www.reddit.com/r/androiddev/comments/14gfxla/room_inside_repository/) -- [How to block app from changing phone settings](https://www.reddit.com/r/androiddev/comments/14gfsl5/how_to_block_app_from_changing_phone_settings/) -- [Navigate from integrated RN screen to Android screen](https://www.reddit.com/r/androiddev/comments/14ge1vq/navigate_from_integrated_rn_screen_to_android/) -- [Call a Protected API Endpoint from an Expo Mobile App](https://www.reddit.com/r/androiddev/comments/14gcnn2/call_a_protected_api_endpoint_from_an_expo_mobile/) -- [Anyone know if there's an API for an app to provide a deep link for the current page via this link? (more context in comments)](https://www.reddit.com/r/androiddev/comments/14gard0/anyone_know_if_theres_an_api_for_an_app_to/) -- [New to professional Android development. Are there any commonly used templates or resources I might be missing?](https://www.reddit.com/r/androiddev/comments/14ga6h2/new_to_professional_android_development_are_there/) -- [Suggest me an app](https://www.reddit.com/r/androiddev/comments/14ga3g9/suggest_me_an_app/) +- [Recommend me an app](https://www.reddit.com/r/androiddev/comments/14hfo1y/recommend_me_an_app/) +- [Meta and TikTok ADs](https://www.reddit.com/r/androiddev/comments/14heq45/meta_and_tiktok_ads/) +- [Help Recover my Audio files](https://www.reddit.com/r/androiddev/comments/14hel9g/help_recover_my_audio_files/) +- [Android native app webview not working correctly](https://www.reddit.com/r/androiddev/comments/14hdndf/android_native_app_webview_not_working_correctly/) +- [Android Paging 3 for nested recyclerview](https://www.reddit.com/r/androiddev/comments/14hdhfh/android_paging_3_for_nested_recyclerview/) +- [Learning Kotlin from code academy.](https://www.reddit.com/r/androiddev/comments/14hd3az/learning_kotlin_from_code_academy/) +- [do mobile indie devs still exist?](https://www.reddit.com/r/androiddev/comments/14hb0h4/do_mobile_indie_devs_still_exist/) +- [Android phone promting for passkey [I never set up]](https://www.reddit.com/r/androiddev/comments/14hap6c/android_phone_promting_for_passkey_i_never_set_up/) +- [Introducing VertexAI-KT: Simplifying Integration with Google Cloud's Vertex AI PaLM API](https://www.reddit.com/r/androiddev/comments/14h9hac/introducing_vertexaikt_simplifying_integration/) +- [Fastboot command](https://www.reddit.com/r/androiddev/comments/14h7ix2/fastboot_command/) ### *InfoWorld posts* From ae46465339627a7524ab7da028dbf95193ed5172 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 25 Jun 2023 01:32:05 +0000 Subject: [PATCH 0571/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b289530f24..9d463527d5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Recommend me an app](https://www.reddit.com/r/androiddev/comments/14hfo1y/recommend_me_an_app/) -- [Meta and TikTok ADs](https://www.reddit.com/r/androiddev/comments/14heq45/meta_and_tiktok_ads/) -- [Help Recover my Audio files](https://www.reddit.com/r/androiddev/comments/14hel9g/help_recover_my_audio_files/) -- [Android native app webview not working correctly](https://www.reddit.com/r/androiddev/comments/14hdndf/android_native_app_webview_not_working_correctly/) -- [Android Paging 3 for nested recyclerview](https://www.reddit.com/r/androiddev/comments/14hdhfh/android_paging_3_for_nested_recyclerview/) -- [Learning Kotlin from code academy.](https://www.reddit.com/r/androiddev/comments/14hd3az/learning_kotlin_from_code_academy/) -- [do mobile indie devs still exist?](https://www.reddit.com/r/androiddev/comments/14hb0h4/do_mobile_indie_devs_still_exist/) -- [Android phone promting for passkey [I never set up]](https://www.reddit.com/r/androiddev/comments/14hap6c/android_phone_promting_for_passkey_i_never_set_up/) -- [Introducing VertexAI-KT: Simplifying Integration with Google Cloud's Vertex AI PaLM API](https://www.reddit.com/r/androiddev/comments/14h9hac/introducing_vertexaikt_simplifying_integration/) -- [Fastboot command](https://www.reddit.com/r/androiddev/comments/14h7ix2/fastboot_command/) +- [Multiplayer requirements for release on Android](https://www.reddit.com/r/androiddev/comments/14i1d5b/multiplayer_requirements_for_release_on_android/) +- [Chat app firebase](https://www.reddit.com/r/androiddev/comments/14i19dn/chat_app_firebase/) +- [Strange back behavior when targeting API level 33 (Android 13)](https://www.reddit.com/r/androiddev/comments/14i126i/strange_back_behavior_when_targeting_api_level_33/) +- [Introducing Quizella 🧠](https://www.reddit.com/r/androiddev/comments/14hxva1/introducing_quizella/) +- [What is wrong with my resume help!](https://www.reddit.com/r/androiddev/comments/14hvul9/what_is_wrong_with_my_resume_help/) +- [What is the best option to build high quality bubble shooter game, Android Studio or Unity?](https://www.reddit.com/r/androiddev/comments/14hv85k/what_is_the_best_option_to_build_high_quality/) +- [Best / current solution for passing values between multiple fragments](https://www.reddit.com/r/androiddev/comments/14hu0hp/best_current_solution_for_passing_values_between/) +- [Advice to Read Existing Project](https://www.reddit.com/r/androiddev/comments/14hse4p/advice_to_read_existing_project/) +- [Does anyone have this issue with expandableListView?](https://www.reddit.com/r/androiddev/comments/14hrigm/does_anyone_have_this_issue_with/) +- [Seems odd.](https://www.reddit.com/r/androiddev/comments/14hlxar/seems_odd/) ### *InfoWorld posts* From 8f3354daffb26c154fc7c34f9c9723ed0000f17f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 26 Jun 2023 01:30:59 +0000 Subject: [PATCH 0572/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9d463527d5..99d33593d9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Multiplayer requirements for release on Android](https://www.reddit.com/r/androiddev/comments/14i1d5b/multiplayer_requirements_for_release_on_android/) -- [Chat app firebase](https://www.reddit.com/r/androiddev/comments/14i19dn/chat_app_firebase/) -- [Strange back behavior when targeting API level 33 (Android 13)](https://www.reddit.com/r/androiddev/comments/14i126i/strange_back_behavior_when_targeting_api_level_33/) -- [Introducing Quizella 🧠](https://www.reddit.com/r/androiddev/comments/14hxva1/introducing_quizella/) -- [What is wrong with my resume help!](https://www.reddit.com/r/androiddev/comments/14hvul9/what_is_wrong_with_my_resume_help/) -- [What is the best option to build high quality bubble shooter game, Android Studio or Unity?](https://www.reddit.com/r/androiddev/comments/14hv85k/what_is_the_best_option_to_build_high_quality/) -- [Best / current solution for passing values between multiple fragments](https://www.reddit.com/r/androiddev/comments/14hu0hp/best_current_solution_for_passing_values_between/) -- [Advice to Read Existing Project](https://www.reddit.com/r/androiddev/comments/14hse4p/advice_to_read_existing_project/) -- [Does anyone have this issue with expandableListView?](https://www.reddit.com/r/androiddev/comments/14hrigm/does_anyone_have_this_issue_with/) -- [Seems odd.](https://www.reddit.com/r/androiddev/comments/14hlxar/seems_odd/) +- [I want to make an Android phone, but I need resources.](https://www.reddit.com/r/androiddev/comments/14ivseq/i_want_to_make_an_android_phone_but_i_need/) +- [Looking for tips on handling multiple displays](https://www.reddit.com/r/androiddev/comments/14ivcth/looking_for_tips_on_handling_multiple_displays/) +- [Where to look for a remote position for a Russian that lives in Turkey](https://www.reddit.com/r/androiddev/comments/14iurk6/where_to_look_for_a_remote_position_for_a_russian/) +- [how can I figure out what kind of developers I need to help develop my own private app?](https://www.reddit.com/r/androiddev/comments/14iszst/how_can_i_figure_out_what_kind_of_developers_i/) +- [Is there a way to give free IAP in Google play?](https://www.reddit.com/r/androiddev/comments/14irlpi/is_there_a_way_to_give_free_iap_in_google_play/) +- [How to prevent keyboard from shifting the whole fragment view upwards?](https://www.reddit.com/r/androiddev/comments/14ir1e1/how_to_prevent_keyboard_from_shifting_the_whole/) +- [OOM still a disaster zone](https://www.reddit.com/r/androiddev/comments/14inly0/oom_still_a_disaster_zone/) +- [What library do you know for streaming camera feed to server with RTMP?](https://www.reddit.com/r/androiddev/comments/14iljyh/what_library_do_you_know_for_streaming_camera/) +- [Why teased Android 13 Desktop Mode is still unfinished despite promises?](https://www.reddit.com/r/androiddev/comments/14iks1q/why_teased_android_13_desktop_mode_is_still/) +- [Recommend specs for new macbook](https://www.reddit.com/r/androiddev/comments/14ijzip/recommend_specs_for_new_macbook/) ### *InfoWorld posts* From 9ae3ae77ae8d48e749ced8abf0cb2ef5dc02aed8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 27 Jun 2023 01:31:11 +0000 Subject: [PATCH 0573/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 99d33593d9..8ded481114 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I want to make an Android phone, but I need resources.](https://www.reddit.com/r/androiddev/comments/14ivseq/i_want_to_make_an_android_phone_but_i_need/) -- [Looking for tips on handling multiple displays](https://www.reddit.com/r/androiddev/comments/14ivcth/looking_for_tips_on_handling_multiple_displays/) -- [Where to look for a remote position for a Russian that lives in Turkey](https://www.reddit.com/r/androiddev/comments/14iurk6/where_to_look_for_a_remote_position_for_a_russian/) -- [how can I figure out what kind of developers I need to help develop my own private app?](https://www.reddit.com/r/androiddev/comments/14iszst/how_can_i_figure_out_what_kind_of_developers_i/) -- [Is there a way to give free IAP in Google play?](https://www.reddit.com/r/androiddev/comments/14irlpi/is_there_a_way_to_give_free_iap_in_google_play/) -- [How to prevent keyboard from shifting the whole fragment view upwards?](https://www.reddit.com/r/androiddev/comments/14ir1e1/how_to_prevent_keyboard_from_shifting_the_whole/) -- [OOM still a disaster zone](https://www.reddit.com/r/androiddev/comments/14inly0/oom_still_a_disaster_zone/) -- [What library do you know for streaming camera feed to server with RTMP?](https://www.reddit.com/r/androiddev/comments/14iljyh/what_library_do_you_know_for_streaming_camera/) -- [Why teased Android 13 Desktop Mode is still unfinished despite promises?](https://www.reddit.com/r/androiddev/comments/14iks1q/why_teased_android_13_desktop_mode_is_still/) -- [Recommend specs for new macbook](https://www.reddit.com/r/androiddev/comments/14ijzip/recommend_specs_for_new_macbook/) +- [Are there people who actually enjoy debugging?](https://www.reddit.com/r/androiddev/comments/14jyxhk/are_there_people_who_actually_enjoy_debugging/) +- [Need help installing TWRP on my Infinix HOT 30i (X699C)](https://www.reddit.com/r/androiddev/comments/14jx28p/need_help_installing_twrp_on_my_infinix_hot_30i/) +- [As a Junior Android Developer, How much DSA should I know?](https://www.reddit.com/r/androiddev/comments/14jviie/as_a_junior_android_developer_how_much_dsa_should/) +- [Wear OS (Horologist): How to get started? Can barely find any documentation](https://www.reddit.com/r/androiddev/comments/14jrmc9/wear_os_horologist_how_to_get_started_can_barely/) +- [AdMob User Consent for Non-Personalized Ads](https://www.reddit.com/r/androiddev/comments/14jr642/admob_user_consent_for_nonpersonalized_ads/) +- [Android OS](https://www.reddit.com/r/androiddev/comments/14jqr4d/android_os/) +- [This is how I create before and after screenshots for PRs with just a single call to 'pulls'](https://www.reddit.com/r/androiddev/comments/14jpyck/this_is_how_i_create_before_and_after_screenshots/) +- [Post app package replace, does the executor service running threads remain as is or all the running threads get killed?](https://www.reddit.com/r/androiddev/comments/14jpnwz/post_app_package_replace_does_the_executor/) +- [Android-Arsenal Alternatives?](https://www.reddit.com/r/androiddev/comments/14jpff4/androidarsenal_alternatives/) +- [Advice on building an app like WeWard](https://www.reddit.com/r/androiddev/comments/14jnywg/advice_on_building_an_app_like_weward/) ### *InfoWorld posts* From 42a6a92e8960940957a8a42e2b83f9a012fc98b3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 28 Jun 2023 01:30:58 +0000 Subject: [PATCH 0574/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8ded481114..6f6da38dda 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Are there people who actually enjoy debugging?](https://www.reddit.com/r/androiddev/comments/14jyxhk/are_there_people_who_actually_enjoy_debugging/) -- [Need help installing TWRP on my Infinix HOT 30i (X699C)](https://www.reddit.com/r/androiddev/comments/14jx28p/need_help_installing_twrp_on_my_infinix_hot_30i/) -- [As a Junior Android Developer, How much DSA should I know?](https://www.reddit.com/r/androiddev/comments/14jviie/as_a_junior_android_developer_how_much_dsa_should/) -- [Wear OS (Horologist): How to get started? Can barely find any documentation](https://www.reddit.com/r/androiddev/comments/14jrmc9/wear_os_horologist_how_to_get_started_can_barely/) -- [AdMob User Consent for Non-Personalized Ads](https://www.reddit.com/r/androiddev/comments/14jr642/admob_user_consent_for_nonpersonalized_ads/) -- [Android OS](https://www.reddit.com/r/androiddev/comments/14jqr4d/android_os/) -- [This is how I create before and after screenshots for PRs with just a single call to 'pulls'](https://www.reddit.com/r/androiddev/comments/14jpyck/this_is_how_i_create_before_and_after_screenshots/) -- [Post app package replace, does the executor service running threads remain as is or all the running threads get killed?](https://www.reddit.com/r/androiddev/comments/14jpnwz/post_app_package_replace_does_the_executor/) -- [Android-Arsenal Alternatives?](https://www.reddit.com/r/androiddev/comments/14jpff4/androidarsenal_alternatives/) -- [Advice on building an app like WeWard](https://www.reddit.com/r/androiddev/comments/14jnywg/advice_on_building_an_app_like_weward/) +- [How to use Android as USB storage with write access?](https://www.reddit.com/r/androiddev/comments/14kv1aw/how_to_use_android_as_usb_storage_with_write/) +- [I would like to change my Operational System. Can someone please give me a light?](https://www.reddit.com/r/androiddev/comments/14ktu8r/i_would_like_to_change_my_operational_system_can/) +- [Question for individuals that conduct interviews](https://www.reddit.com/r/androiddev/comments/14kta8f/question_for_individuals_that_conduct_interviews/) +- [Android issues on Huawei. Hard Format help](https://www.reddit.com/r/androiddev/comments/14kt7nm/android_issues_on_huawei_hard_format_help/) +- [Take home assignment followup interview questions](https://www.reddit.com/r/androiddev/comments/14krcu8/take_home_assignment_followup_interview_questions/) +- [Paraphrase: Type-Safe String Resource Formatting for Android](https://www.reddit.com/r/androiddev/comments/14kqwop/paraphrase_typesafe_string_resource_formatting/) +- [Best language/ide for android?](https://www.reddit.com/r/androiddev/comments/14kp9au/best_languageide_for_android/) +- [Low/no code solution for simple project](https://www.reddit.com/r/androiddev/comments/14korky/lowno_code_solution_for_simple_project/) +- [Android Studio Hedgehog Canary 10 now available](https://www.reddit.com/r/androiddev/comments/14knphn/android_studio_hedgehog_canary_10_now_available/) +- [VPN Application project!!!](https://www.reddit.com/r/androiddev/comments/14kmpbj/vpn_application_project/) ### *InfoWorld posts* From db2f0d3c618e69698de5aa92b159019661dca6bc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 29 Jun 2023 01:30:34 +0000 Subject: [PATCH 0575/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6f6da38dda..e4239094a7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to use Android as USB storage with write access?](https://www.reddit.com/r/androiddev/comments/14kv1aw/how_to_use_android_as_usb_storage_with_write/) -- [I would like to change my Operational System. Can someone please give me a light?](https://www.reddit.com/r/androiddev/comments/14ktu8r/i_would_like_to_change_my_operational_system_can/) -- [Question for individuals that conduct interviews](https://www.reddit.com/r/androiddev/comments/14kta8f/question_for_individuals_that_conduct_interviews/) -- [Android issues on Huawei. Hard Format help](https://www.reddit.com/r/androiddev/comments/14kt7nm/android_issues_on_huawei_hard_format_help/) -- [Take home assignment followup interview questions](https://www.reddit.com/r/androiddev/comments/14krcu8/take_home_assignment_followup_interview_questions/) -- [Paraphrase: Type-Safe String Resource Formatting for Android](https://www.reddit.com/r/androiddev/comments/14kqwop/paraphrase_typesafe_string_resource_formatting/) -- [Best language/ide for android?](https://www.reddit.com/r/androiddev/comments/14kp9au/best_languageide_for_android/) -- [Low/no code solution for simple project](https://www.reddit.com/r/androiddev/comments/14korky/lowno_code_solution_for_simple_project/) -- [Android Studio Hedgehog Canary 10 now available](https://www.reddit.com/r/androiddev/comments/14knphn/android_studio_hedgehog_canary_10_now_available/) -- [VPN Application project!!!](https://www.reddit.com/r/androiddev/comments/14kmpbj/vpn_application_project/) +- [Avoid Java double brace initialization](https://www.reddit.com/r/androiddev/comments/14lpzwj/avoid_java_double_brace_initialization/) +- [Interactive Application Security Testing for Your Mobile App](https://www.reddit.com/r/androiddev/comments/14llyed/interactive_application_security_testing_for_your/) +- [How to limit CPU usage while compilation?](https://www.reddit.com/r/androiddev/comments/14ljnjn/how_to_limit_cpu_usage_while_compilation/) +- [What are these files?! Are they malicious?](https://www.reddit.com/r/androiddev/comments/14livd4/what_are_these_files_are_they_malicious/) +- [Emulator randomly crashes on macOS](https://www.reddit.com/r/androiddev/comments/14lhb47/emulator_randomly_crashes_on_macos/) +- [Any simple ways to implement monthly subscriptions with free trial period for my Android app in Java?](https://www.reddit.com/r/androiddev/comments/14lg6vd/any_simple_ways_to_implement_monthly/) +- [Is it possible to get contextual information when sharing stuff.](https://www.reddit.com/r/androiddev/comments/14ld6tz/is_it_possible_to_get_contextual_information_when/) +- [Is it necessary to have a valid access token to fetch a new access token from the refresh endpoint?](https://www.reddit.com/r/androiddev/comments/14lcj6t/is_it_necessary_to_have_a_valid_access_token_to/) +- [Role of internship in career ?](https://www.reddit.com/r/androiddev/comments/14lchny/role_of_internship_in_career/) +- [GitHub - cashapp/paraphrase: A Gradle plugin that generates type-safe formatters for Android string resources in the ICU message format.](https://www.reddit.com/r/androiddev/comments/14l9pzc/github_cashappparaphrase_a_gradle_plugin_that/) ### *InfoWorld posts* From 724191ddbb83490ef4a93ed2ce91aa7672d002df Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 30 Jun 2023 01:31:02 +0000 Subject: [PATCH 0576/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e4239094a7..bf7333fc5a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Avoid Java double brace initialization](https://www.reddit.com/r/androiddev/comments/14lpzwj/avoid_java_double_brace_initialization/) -- [Interactive Application Security Testing for Your Mobile App](https://www.reddit.com/r/androiddev/comments/14llyed/interactive_application_security_testing_for_your/) -- [How to limit CPU usage while compilation?](https://www.reddit.com/r/androiddev/comments/14ljnjn/how_to_limit_cpu_usage_while_compilation/) -- [What are these files?! Are they malicious?](https://www.reddit.com/r/androiddev/comments/14livd4/what_are_these_files_are_they_malicious/) -- [Emulator randomly crashes on macOS](https://www.reddit.com/r/androiddev/comments/14lhb47/emulator_randomly_crashes_on_macos/) -- [Any simple ways to implement monthly subscriptions with free trial period for my Android app in Java?](https://www.reddit.com/r/androiddev/comments/14lg6vd/any_simple_ways_to_implement_monthly/) -- [Is it possible to get contextual information when sharing stuff.](https://www.reddit.com/r/androiddev/comments/14ld6tz/is_it_possible_to_get_contextual_information_when/) -- [Is it necessary to have a valid access token to fetch a new access token from the refresh endpoint?](https://www.reddit.com/r/androiddev/comments/14lcj6t/is_it_necessary_to_have_a_valid_access_token_to/) -- [Role of internship in career ?](https://www.reddit.com/r/androiddev/comments/14lchny/role_of_internship_in_career/) -- [GitHub - cashapp/paraphrase: A Gradle plugin that generates type-safe formatters for Android string resources in the ICU message format.](https://www.reddit.com/r/androiddev/comments/14l9pzc/github_cashappparaphrase_a_gradle_plugin_that/) +- [Android Emulator refuses to work (Windows 10)](https://www.reddit.com/r/androiddev/comments/14mix5k/android_emulator_refuses_to_work_windows_10/) +- [Can Macrodroid/or another app could call multiple numbers (group call) at the same time?](https://www.reddit.com/r/androiddev/comments/14mi3nw/can_macrodroidor_another_app_could_call_multiple/) +- [Find supported version of JDK and android tools to build an android project](https://www.reddit.com/r/androiddev/comments/14mcxs1/find_supported_version_of_jdk_and_android_tools/) +- [Anyone know Gradle build ?](https://www.reddit.com/r/androiddev/comments/14mbo8w/anyone_know_gradle_build/) +- [Why doesn't this SwitchMaterial do what it's supposed to?](https://www.reddit.com/r/androiddev/comments/14mantd/why_doesnt_this_switchmaterial_do_what_its/) +- [Admob account showing this message. how to remove this?](https://www.reddit.com/r/androiddev/comments/14maj4x/admob_account_showing_this_message_how_to_remove/) +- [Breaking the Monolith Step by Step](https://www.reddit.com/r/androiddev/comments/14m9ynu/breaking_the_monolith_step_by_step/) +- [Switching Lanes from Web to Mobile Dev: Thoughts?](https://www.reddit.com/r/androiddev/comments/14m6g86/switching_lanes_from_web_to_mobile_dev_thoughts/) +- [Displaying personalized ads in apps with a content rating of PEGI 3](https://www.reddit.com/r/androiddev/comments/14m6ars/displaying_personalized_ads_in_apps_with_a/) +- [Why my code is not surviving process death?](https://www.reddit.com/r/androiddev/comments/14m66zc/why_my_code_is_not_surviving_process_death/) ### *InfoWorld posts* From 7fcd94fc02c2551a36f17ecffbc151e86e4a8c20 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 1 Jul 2023 01:31:17 +0000 Subject: [PATCH 0577/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bf7333fc5a..0c26636e41 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Emulator refuses to work (Windows 10)](https://www.reddit.com/r/androiddev/comments/14mix5k/android_emulator_refuses_to_work_windows_10/) -- [Can Macrodroid/or another app could call multiple numbers (group call) at the same time?](https://www.reddit.com/r/androiddev/comments/14mi3nw/can_macrodroidor_another_app_could_call_multiple/) -- [Find supported version of JDK and android tools to build an android project](https://www.reddit.com/r/androiddev/comments/14mcxs1/find_supported_version_of_jdk_and_android_tools/) -- [Anyone know Gradle build ?](https://www.reddit.com/r/androiddev/comments/14mbo8w/anyone_know_gradle_build/) -- [Why doesn't this SwitchMaterial do what it's supposed to?](https://www.reddit.com/r/androiddev/comments/14mantd/why_doesnt_this_switchmaterial_do_what_its/) -- [Admob account showing this message. how to remove this?](https://www.reddit.com/r/androiddev/comments/14maj4x/admob_account_showing_this_message_how_to_remove/) -- [Breaking the Monolith Step by Step](https://www.reddit.com/r/androiddev/comments/14m9ynu/breaking_the_monolith_step_by_step/) -- [Switching Lanes from Web to Mobile Dev: Thoughts?](https://www.reddit.com/r/androiddev/comments/14m6g86/switching_lanes_from_web_to_mobile_dev_thoughts/) -- [Displaying personalized ads in apps with a content rating of PEGI 3](https://www.reddit.com/r/androiddev/comments/14m6ars/displaying_personalized_ads_in_apps_with_a/) -- [Why my code is not surviving process death?](https://www.reddit.com/r/androiddev/comments/14m66zc/why_my_code_is_not_surviving_process_death/) +- [Android Jetpack compose - Budget app](https://www.reddit.com/r/androiddev/comments/14ned9a/android_jetpack_compose_budget_app/) +- [Possible employment.](https://www.reddit.com/r/androiddev/comments/14ne23u/possible_employment/) +- [What does “your app’s illustrated artwork doesn’t occupy entire icon” mean and how do I fix it?](https://www.reddit.com/r/androiddev/comments/14nctkf/what_does_your_apps_illustrated_artwork_doesnt/) +- [Can I do Android development in my laptop? i3 11th gen, 8 GB Ram ,512 GB SSD?](https://www.reddit.com/r/androiddev/comments/14nbvcm/can_i_do_android_development_in_my_laptop_i3_11th/) +- [Disabling vibrations in app?](https://www.reddit.com/r/androiddev/comments/14nams0/disabling_vibrations_in_app/) +- [Seeking Advice on the Lifecycle for Structuring an Application](https://www.reddit.com/r/androiddev/comments/14na2wq/seeking_advice_on_the_lifecycle_for_structuring/) +- [Extract a part of an apk and use it](https://www.reddit.com/r/androiddev/comments/14n9kb3/extract_a_part_of_an_apk_and_use_it/) +- [cant find any img for "imo q" phone](https://www.reddit.com/r/androiddev/comments/14n76mb/cant_find_any_img_for_imo_q_phone/) +- [Why is it not a statement?](https://www.reddit.com/r/androiddev/comments/14n6ao2/why_is_it_not_a_statement/) +- [What tools do you guys use to localize apps quickly?](https://www.reddit.com/r/androiddev/comments/14n5q7a/what_tools_do_you_guys_use_to_localize_apps/) ### *InfoWorld posts* From 7af791e05bca07b6d84a8604a63d06ef0cb769a3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 2 Jul 2023 01:30:55 +0000 Subject: [PATCH 0578/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0c26636e41..feefe54c55 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Jetpack compose - Budget app](https://www.reddit.com/r/androiddev/comments/14ned9a/android_jetpack_compose_budget_app/) -- [Possible employment.](https://www.reddit.com/r/androiddev/comments/14ne23u/possible_employment/) -- [What does “your app’s illustrated artwork doesn’t occupy entire icon” mean and how do I fix it?](https://www.reddit.com/r/androiddev/comments/14nctkf/what_does_your_apps_illustrated_artwork_doesnt/) -- [Can I do Android development in my laptop? i3 11th gen, 8 GB Ram ,512 GB SSD?](https://www.reddit.com/r/androiddev/comments/14nbvcm/can_i_do_android_development_in_my_laptop_i3_11th/) -- [Disabling vibrations in app?](https://www.reddit.com/r/androiddev/comments/14nams0/disabling_vibrations_in_app/) -- [Seeking Advice on the Lifecycle for Structuring an Application](https://www.reddit.com/r/androiddev/comments/14na2wq/seeking_advice_on_the_lifecycle_for_structuring/) -- [Extract a part of an apk and use it](https://www.reddit.com/r/androiddev/comments/14n9kb3/extract_a_part_of_an_apk_and_use_it/) -- [cant find any img for "imo q" phone](https://www.reddit.com/r/androiddev/comments/14n76mb/cant_find_any_img_for_imo_q_phone/) -- [Why is it not a statement?](https://www.reddit.com/r/androiddev/comments/14n6ao2/why_is_it_not_a_statement/) -- [What tools do you guys use to localize apps quickly?](https://www.reddit.com/r/androiddev/comments/14n5q7a/what_tools_do_you_guys_use_to_localize_apps/) +- [Modern mobile app development for Android](https://www.reddit.com/r/androiddev/comments/14oaf0s/modern_mobile_app_development_for_android/) +- [Is there anything similar to Yarn or NPM but for Gradle?](https://www.reddit.com/r/androiddev/comments/14oa29z/is_there_anything_similar_to_yarn_or_npm_but_for/) +- [Carving the Path to Modularity: A Lobzik Tool Case Study on the ProtonMail Android App](https://www.reddit.com/r/androiddev/comments/14o8wdm/carving_the_path_to_modularity_a_lobzik_tool_case/) +- [What replaced BottomNavigationItem?](https://www.reddit.com/r/androiddev/comments/14o2tws/what_replaced_bottomnavigationitem/) +- [Get ready for an adrenaline-fueled, laughter-inducing adventure like never before in this thrilling car game! It's called TaliVan and it's up on Play Store, link in the comments!](https://www.reddit.com/r/androiddev/comments/14o2mb4/get_ready_for_an_adrenalinefueled/) +- [SpringAnimation not work as expected](https://www.reddit.com/r/androiddev/comments/14o2aph/springanimation_not_work_as_expected/) +- [FancyShowCaseView (Spotlight) no longer works?](https://www.reddit.com/r/androiddev/comments/14o258f/fancyshowcaseview_spotlight_no_longer_works/) +- [About 50% of my payments are in THB, IDR, MYR, payment pending. Anybody knows why? My game isn't even that popular in these countries.](https://www.reddit.com/r/androiddev/comments/14nxbdh/about_50_of_my_payments_are_in_thb_idr_myr/) +- [Is it possible to get resolution of a frame while decoding it by MediaCodec?](https://www.reddit.com/r/androiddev/comments/14nvlp4/is_it_possible_to_get_resolution_of_a_frame_while/) +- [A very interesting bug on ColorOS_13.1](https://www.reddit.com/r/androiddev/comments/14nv5hh/a_very_interesting_bug_on_coloros_131/) ### *InfoWorld posts* From aa36e522f133c2d8d3fa209dcaf6f6272b5997bf Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 3 Jul 2023 01:30:43 +0000 Subject: [PATCH 0579/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index feefe54c55..4e0159b8c2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Modern mobile app development for Android](https://www.reddit.com/r/androiddev/comments/14oaf0s/modern_mobile_app_development_for_android/) -- [Is there anything similar to Yarn or NPM but for Gradle?](https://www.reddit.com/r/androiddev/comments/14oa29z/is_there_anything_similar_to_yarn_or_npm_but_for/) -- [Carving the Path to Modularity: A Lobzik Tool Case Study on the ProtonMail Android App](https://www.reddit.com/r/androiddev/comments/14o8wdm/carving_the_path_to_modularity_a_lobzik_tool_case/) -- [What replaced BottomNavigationItem?](https://www.reddit.com/r/androiddev/comments/14o2tws/what_replaced_bottomnavigationitem/) -- [Get ready for an adrenaline-fueled, laughter-inducing adventure like never before in this thrilling car game! It's called TaliVan and it's up on Play Store, link in the comments!](https://www.reddit.com/r/androiddev/comments/14o2mb4/get_ready_for_an_adrenalinefueled/) -- [SpringAnimation not work as expected](https://www.reddit.com/r/androiddev/comments/14o2aph/springanimation_not_work_as_expected/) -- [FancyShowCaseView (Spotlight) no longer works?](https://www.reddit.com/r/androiddev/comments/14o258f/fancyshowcaseview_spotlight_no_longer_works/) -- [About 50% of my payments are in THB, IDR, MYR, payment pending. Anybody knows why? My game isn't even that popular in these countries.](https://www.reddit.com/r/androiddev/comments/14nxbdh/about_50_of_my_payments_are_in_thb_idr_myr/) -- [Is it possible to get resolution of a frame while decoding it by MediaCodec?](https://www.reddit.com/r/androiddev/comments/14nvlp4/is_it_possible_to_get_resolution_of_a_frame_while/) -- [A very interesting bug on ColorOS_13.1](https://www.reddit.com/r/androiddev/comments/14nv5hh/a_very_interesting_bug_on_coloros_131/) +- [How hard is it to make a mobile game with unity as an Android developer?](https://www.reddit.com/r/androiddev/comments/14oz9qc/how_hard_is_it_to_make_a_mobile_game_with_unity/) +- [Android studio constantly freezing.](https://www.reddit.com/r/androiddev/comments/14ow4id/android_studio_constantly_freezing/) +- [Complying to AdMob policies for apps targeted at everyone (including children)](https://www.reddit.com/r/androiddev/comments/14ovu07/complying_to_admob_policies_for_apps_targeted_at/) +- [Where To Go For Mentorship?](https://www.reddit.com/r/androiddev/comments/14oulek/where_to_go_for_mentorship/) +- [Is this a good Android course in 2023?](https://www.reddit.com/r/androiddev/comments/14ou2iq/is_this_a_good_android_course_in_2023/) +- [I received approval for my app’s ads in AdMob, and the ads were displaying nicely in test mode. However, after removing the test device, the live ads have not been showing for over 24 hours.](https://www.reddit.com/r/androiddev/comments/14oo4np/i_received_approval_for_my_apps_ads_in_admob_and/) +- [Pixel 7 media player on home screen](https://www.reddit.com/r/androiddev/comments/14onx0j/pixel_7_media_player_on_home_screen/) +- [I want to create an RPG for Android, where to start?](https://www.reddit.com/r/androiddev/comments/14omqxo/i_want_to_create_an_rpg_for_android_where_to_start/) +- [Check SElinux status](https://www.reddit.com/r/androiddev/comments/14om9m3/check_selinux_status/) +- [How do you guys find beta testers for your app?](https://www.reddit.com/r/androiddev/comments/14okwi2/how_do_you_guys_find_beta_testers_for_your_app/) ### *InfoWorld posts* From 478977d9eb0d6bb2415670a3fd7073c25924b5a1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 4 Jul 2023 01:32:12 +0000 Subject: [PATCH 0580/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4e0159b8c2..7e5d5123c6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How hard is it to make a mobile game with unity as an Android developer?](https://www.reddit.com/r/androiddev/comments/14oz9qc/how_hard_is_it_to_make_a_mobile_game_with_unity/) -- [Android studio constantly freezing.](https://www.reddit.com/r/androiddev/comments/14ow4id/android_studio_constantly_freezing/) -- [Complying to AdMob policies for apps targeted at everyone (including children)](https://www.reddit.com/r/androiddev/comments/14ovu07/complying_to_admob_policies_for_apps_targeted_at/) -- [Where To Go For Mentorship?](https://www.reddit.com/r/androiddev/comments/14oulek/where_to_go_for_mentorship/) -- [Is this a good Android course in 2023?](https://www.reddit.com/r/androiddev/comments/14ou2iq/is_this_a_good_android_course_in_2023/) -- [I received approval for my app’s ads in AdMob, and the ads were displaying nicely in test mode. However, after removing the test device, the live ads have not been showing for over 24 hours.](https://www.reddit.com/r/androiddev/comments/14oo4np/i_received_approval_for_my_apps_ads_in_admob_and/) -- [Pixel 7 media player on home screen](https://www.reddit.com/r/androiddev/comments/14onx0j/pixel_7_media_player_on_home_screen/) -- [I want to create an RPG for Android, where to start?](https://www.reddit.com/r/androiddev/comments/14omqxo/i_want_to_create_an_rpg_for_android_where_to_start/) -- [Check SElinux status](https://www.reddit.com/r/androiddev/comments/14om9m3/check_selinux_status/) -- [How do you guys find beta testers for your app?](https://www.reddit.com/r/androiddev/comments/14okwi2/how_do_you_guys_find_beta_testers_for_your_app/) +- [Edit an app](https://www.reddit.com/r/androiddev/comments/14pwo1a/edit_an_app/) +- [No Mocks Allowed | Marcello Galhardo](https://www.reddit.com/r/androiddev/comments/14pwlgk/no_mocks_allowed_marcello_galhardo/) +- [Does appealing on Playstore takes a longer time than 3 days?](https://www.reddit.com/r/androiddev/comments/14pqsgc/does_appealing_on_playstore_takes_a_longer_time/) +- [I want to sell my android apps as i need funds for myself and for sister's education. But i don't know what is the right price of those apps?](https://www.reddit.com/r/androiddev/comments/14ppvqa/i_want_to_sell_my_android_apps_as_i_need_funds/) +- [Jetpack Compose App shows text in Dark color in Dark Mode.](https://www.reddit.com/r/androiddev/comments/14pnqsg/jetpack_compose_app_shows_text_in_dark_color_in/) +- [Removing trackers and while using fcm](https://www.reddit.com/r/androiddev/comments/14pm0mc/removing_trackers_and_while_using_fcm/) +- [New permissions added to my flutter app update while I have not made much changes](https://www.reddit.com/r/androiddev/comments/14plscw/new_permissions_added_to_my_flutter_app_update/) +- [7 Key Challenges of Enterprise Mobile App Development and How to Overcome Them](https://www.reddit.com/r/androiddev/comments/14pklo1/7_key_challenges_of_enterprise_mobile_app/) +- [Database operations in Android app](https://www.reddit.com/r/androiddev/comments/14pk8wz/database_operations_in_android_app/) +- [Some questions regarding android peripheral development](https://www.reddit.com/r/androiddev/comments/14pjhgu/some_questions_regarding_android_peripheral/) ### *InfoWorld posts* From f7953fe13fe261fc89b6603040ee536d195270b4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 5 Jul 2023 01:30:30 +0000 Subject: [PATCH 0581/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7e5d5123c6..ce4fa93e48 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Edit an app](https://www.reddit.com/r/androiddev/comments/14pwo1a/edit_an_app/) -- [No Mocks Allowed | Marcello Galhardo](https://www.reddit.com/r/androiddev/comments/14pwlgk/no_mocks_allowed_marcello_galhardo/) -- [Does appealing on Playstore takes a longer time than 3 days?](https://www.reddit.com/r/androiddev/comments/14pqsgc/does_appealing_on_playstore_takes_a_longer_time/) -- [I want to sell my android apps as i need funds for myself and for sister's education. But i don't know what is the right price of those apps?](https://www.reddit.com/r/androiddev/comments/14ppvqa/i_want_to_sell_my_android_apps_as_i_need_funds/) -- [Jetpack Compose App shows text in Dark color in Dark Mode.](https://www.reddit.com/r/androiddev/comments/14pnqsg/jetpack_compose_app_shows_text_in_dark_color_in/) -- [Removing trackers and while using fcm](https://www.reddit.com/r/androiddev/comments/14pm0mc/removing_trackers_and_while_using_fcm/) -- [New permissions added to my flutter app update while I have not made much changes](https://www.reddit.com/r/androiddev/comments/14plscw/new_permissions_added_to_my_flutter_app_update/) -- [7 Key Challenges of Enterprise Mobile App Development and How to Overcome Them](https://www.reddit.com/r/androiddev/comments/14pklo1/7_key_challenges_of_enterprise_mobile_app/) -- [Database operations in Android app](https://www.reddit.com/r/androiddev/comments/14pk8wz/database_operations_in_android_app/) -- [Some questions regarding android peripheral development](https://www.reddit.com/r/androiddev/comments/14pjhgu/some_questions_regarding_android_peripheral/) +- [Most efficient way to animate height based on scroll position](https://www.reddit.com/r/androiddev/comments/14qwj9f/most_efficient_way_to_animate_height_based_on/) +- [How much does an app with a million downloads make?](https://www.reddit.com/r/androiddev/comments/14qwb0a/how_much_does_an_app_with_a_million_downloads_make/) +- [WebView playing audio in background](https://www.reddit.com/r/androiddev/comments/14qu67k/webview_playing_audio_in_background/) +- [Android studio freezing](https://www.reddit.com/r/androiddev/comments/14qsres/android_studio_freezing/) +- [Looking for jobs in the europe as android developer with sponsorship](https://www.reddit.com/r/androiddev/comments/14qsf81/looking_for_jobs_in_the_europe_as_android/) +- [Android Studio Won't let me learn git and github](https://www.reddit.com/r/androiddev/comments/14qrql9/android_studio_wont_let_me_learn_git_and_github/) +- [Android 13 per app language is broken imo](https://www.reddit.com/r/androiddev/comments/14qqc5y/android_13_per_app_language_is_broken_imo/) +- [Can I run apps for android 7.0+ on Android 6.0?](https://www.reddit.com/r/androiddev/comments/14qoz5g/can_i_run_apps_for_android_70_on_android_60/) +- [Sync gradle files in android studio](https://www.reddit.com/r/androiddev/comments/14qneb8/sync_gradle_files_in_android_studio/) +- [Tell me what to do to reach a senior level Android developer? I want to land a senior level job in a big tech company](https://www.reddit.com/r/androiddev/comments/14qmkod/tell_me_what_to_do_to_reach_a_senior_level/) ### *InfoWorld posts* From e43893f52c53ccf507e7e771d7454fd02cb334c0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 6 Jul 2023 01:31:14 +0000 Subject: [PATCH 0582/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ce4fa93e48..a0edb2ef7b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Most efficient way to animate height based on scroll position](https://www.reddit.com/r/androiddev/comments/14qwj9f/most_efficient_way_to_animate_height_based_on/) -- [How much does an app with a million downloads make?](https://www.reddit.com/r/androiddev/comments/14qwb0a/how_much_does_an_app_with_a_million_downloads_make/) -- [WebView playing audio in background](https://www.reddit.com/r/androiddev/comments/14qu67k/webview_playing_audio_in_background/) -- [Android studio freezing](https://www.reddit.com/r/androiddev/comments/14qsres/android_studio_freezing/) -- [Looking for jobs in the europe as android developer with sponsorship](https://www.reddit.com/r/androiddev/comments/14qsf81/looking_for_jobs_in_the_europe_as_android/) -- [Android Studio Won't let me learn git and github](https://www.reddit.com/r/androiddev/comments/14qrql9/android_studio_wont_let_me_learn_git_and_github/) -- [Android 13 per app language is broken imo](https://www.reddit.com/r/androiddev/comments/14qqc5y/android_13_per_app_language_is_broken_imo/) -- [Can I run apps for android 7.0+ on Android 6.0?](https://www.reddit.com/r/androiddev/comments/14qoz5g/can_i_run_apps_for_android_70_on_android_60/) -- [Sync gradle files in android studio](https://www.reddit.com/r/androiddev/comments/14qneb8/sync_gradle_files_in_android_studio/) -- [Tell me what to do to reach a senior level Android developer? I want to land a senior level job in a big tech company](https://www.reddit.com/r/androiddev/comments/14qmkod/tell_me_what_to_do_to_reach_a_senior_level/) +- [How can I change this currency to my home currency(not USD). Eversince the new play console my revenue is always shown 0 use on my homepage, recently I transferred an app to another play console there the revenue is shown correctly in my home currency, so how can I change the reporting currency.](https://www.reddit.com/r/androiddev/comments/14rsk6j/how_can_i_change_this_currency_to_my_home/) +- [[Self-Learning] Join Weekly Compose Challenge](https://www.reddit.com/r/androiddev/comments/14rsfvm/selflearning_join_weekly_compose_challenge/) +- [SDK Monetization](https://www.reddit.com/r/androiddev/comments/14rq0gk/sdk_monetization/) +- [Native UI and multiplatform Compose with Redwood](https://www.reddit.com/r/androiddev/comments/14rpezy/native_ui_and_multiplatform_compose_with_redwood/) +- [Users "got a billing issue" and "Subscription cancelled due to a billing error" on RevenueCat](https://www.reddit.com/r/androiddev/comments/14rny7k/users_got_a_billing_issue_and_subscription/) +- [How would you implement this ?](https://www.reddit.com/r/androiddev/comments/14rntjv/how_would_you_implement_this/) +- [Solfeggio Music Player](https://www.reddit.com/r/androiddev/comments/14rnq7l/solfeggio_music_player/) +- [My Google Play Developer Account terminated because of Association with terminated Developer Accounts and i don't even have an another Developer Account.](https://www.reddit.com/r/androiddev/comments/14rn9rx/my_google_play_developer_account_terminated/) +- [How to rearrange apps without touchscreen or root access?](https://www.reddit.com/r/androiddev/comments/14rmyfo/how_to_rearrange_apps_without_touchscreen_or_root/) +- [Analyzing .aab / .apk contents](https://www.reddit.com/r/androiddev/comments/14rlahu/analyzing_aab_apk_contents/) ### *InfoWorld posts* From 52da289c82f05d21c0a79b85eb470c7d2d19edc3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 7 Jul 2023 01:30:48 +0000 Subject: [PATCH 0583/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a0edb2ef7b..a852ac86eb 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How can I change this currency to my home currency(not USD). Eversince the new play console my revenue is always shown 0 use on my homepage, recently I transferred an app to another play console there the revenue is shown correctly in my home currency, so how can I change the reporting currency.](https://www.reddit.com/r/androiddev/comments/14rsk6j/how_can_i_change_this_currency_to_my_home/) -- [[Self-Learning] Join Weekly Compose Challenge](https://www.reddit.com/r/androiddev/comments/14rsfvm/selflearning_join_weekly_compose_challenge/) -- [SDK Monetization](https://www.reddit.com/r/androiddev/comments/14rq0gk/sdk_monetization/) -- [Native UI and multiplatform Compose with Redwood](https://www.reddit.com/r/androiddev/comments/14rpezy/native_ui_and_multiplatform_compose_with_redwood/) -- [Users "got a billing issue" and "Subscription cancelled due to a billing error" on RevenueCat](https://www.reddit.com/r/androiddev/comments/14rny7k/users_got_a_billing_issue_and_subscription/) -- [How would you implement this ?](https://www.reddit.com/r/androiddev/comments/14rntjv/how_would_you_implement_this/) -- [Solfeggio Music Player](https://www.reddit.com/r/androiddev/comments/14rnq7l/solfeggio_music_player/) -- [My Google Play Developer Account terminated because of Association with terminated Developer Accounts and i don't even have an another Developer Account.](https://www.reddit.com/r/androiddev/comments/14rn9rx/my_google_play_developer_account_terminated/) -- [How to rearrange apps without touchscreen or root access?](https://www.reddit.com/r/androiddev/comments/14rmyfo/how_to_rearrange_apps_without_touchscreen_or_root/) -- [Analyzing .aab / .apk contents](https://www.reddit.com/r/androiddev/comments/14rlahu/analyzing_aab_apk_contents/) +- [Can developer reply on the store reviewe private?](https://www.reddit.com/r/androiddev/comments/14spa96/can_developer_reply_on_the_store_reviewe_private/) +- [Threads is written almost completely in Jetpack Compose 🔥](https://www.reddit.com/r/androiddev/comments/14skdld/threads_is_written_almost_completely_in_jetpack/) +- [Need feedback on my app development plan](https://www.reddit.com/r/androiddev/comments/14sk4lk/need_feedback_on_my_app_development_plan/) +- [A Guide to Filament for Android](https://www.reddit.com/r/androiddev/comments/14sg7zp/a_guide_to_filament_for_android/) +- [mooi - translating and managing product copies using GPT](https://www.reddit.com/r/androiddev/comments/14sg5cz/mooi_translating_and_managing_product_copies/) +- [How do apps set ownership and permissions?](https://www.reddit.com/r/androiddev/comments/14sfg06/how_do_apps_set_ownership_and_permissions/) +- [Someone ease explain this paragraph](https://www.reddit.com/r/androiddev/comments/14se28b/someone_ease_explain_this_paragraph/) +- [Kotlin 1.9.0 Released](https://www.reddit.com/r/androiddev/comments/14scipq/kotlin_190_released/) +- [Are you targeting/compiling against SDK version 34 yet?](https://www.reddit.com/r/androiddev/comments/14sbre6/are_you_targetingcompiling_against_sdk_version_34/) +- [University study on obfuscation](https://www.reddit.com/r/androiddev/comments/14s5d80/university_study_on_obfuscation/) ### *InfoWorld posts* From a37131fd719863dd607cb4a40192d08bee59f13d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 8 Jul 2023 01:31:08 +0000 Subject: [PATCH 0584/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a852ac86eb..1e050147d4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Can developer reply on the store reviewe private?](https://www.reddit.com/r/androiddev/comments/14spa96/can_developer_reply_on_the_store_reviewe_private/) -- [Threads is written almost completely in Jetpack Compose 🔥](https://www.reddit.com/r/androiddev/comments/14skdld/threads_is_written_almost_completely_in_jetpack/) -- [Need feedback on my app development plan](https://www.reddit.com/r/androiddev/comments/14sk4lk/need_feedback_on_my_app_development_plan/) -- [A Guide to Filament for Android](https://www.reddit.com/r/androiddev/comments/14sg7zp/a_guide_to_filament_for_android/) -- [mooi - translating and managing product copies using GPT](https://www.reddit.com/r/androiddev/comments/14sg5cz/mooi_translating_and_managing_product_copies/) -- [How do apps set ownership and permissions?](https://www.reddit.com/r/androiddev/comments/14sfg06/how_do_apps_set_ownership_and_permissions/) -- [Someone ease explain this paragraph](https://www.reddit.com/r/androiddev/comments/14se28b/someone_ease_explain_this_paragraph/) -- [Kotlin 1.9.0 Released](https://www.reddit.com/r/androiddev/comments/14scipq/kotlin_190_released/) -- [Are you targeting/compiling against SDK version 34 yet?](https://www.reddit.com/r/androiddev/comments/14sbre6/are_you_targetingcompiling_against_sdk_version_34/) -- [University study on obfuscation](https://www.reddit.com/r/androiddev/comments/14s5d80/university_study_on_obfuscation/) +- [Accelerometer application](https://www.reddit.com/r/androiddev/comments/14tk7ot/accelerometer_application/) +- [Play console account requires address?](https://www.reddit.com/r/androiddev/comments/14tjxz5/play_console_account_requires_address/) +- [Analysis of the Threads APK](https://www.reddit.com/r/androiddev/comments/14tjmct/analysis_of_the_threads_apk/) +- [Cofounder copied the app and data](https://www.reddit.com/r/androiddev/comments/14tj9b8/cofounder_copied_the_app_and_data/) +- [Add Line chart using Vico lib](https://www.reddit.com/r/androiddev/comments/14tgba6/add_line_chart_using_vico_lib/) +- [Android Studio Hedgehog Canary 11 now available](https://www.reddit.com/r/androiddev/comments/14tcu8m/android_studio_hedgehog_canary_11_now_available/) +- [A weird appstore called Rootpk.](https://www.reddit.com/r/androiddev/comments/14tc8im/a_weird_appstore_called_rootpk/) +- [Is there any way to control remotely my android box from my windows 10 PC when the devices are in different network each?](https://www.reddit.com/r/androiddev/comments/14tbx3o/is_there_any_way_to_control_remotely_my_android/) +- [Is there a website to learn Smali ?](https://www.reddit.com/r/androiddev/comments/14tbttq/is_there_a_website_to_learn_smali/) +- [c++ and andoid development](https://www.reddit.com/r/androiddev/comments/14t9nog/c_and_andoid_development/) ### *InfoWorld posts* From c2e197010a67011045b44895f25f88bace8dbe89 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 9 Jul 2023 01:32:18 +0000 Subject: [PATCH 0585/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1e050147d4..afefd74525 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Accelerometer application](https://www.reddit.com/r/androiddev/comments/14tk7ot/accelerometer_application/) -- [Play console account requires address?](https://www.reddit.com/r/androiddev/comments/14tjxz5/play_console_account_requires_address/) -- [Analysis of the Threads APK](https://www.reddit.com/r/androiddev/comments/14tjmct/analysis_of_the_threads_apk/) -- [Cofounder copied the app and data](https://www.reddit.com/r/androiddev/comments/14tj9b8/cofounder_copied_the_app_and_data/) -- [Add Line chart using Vico lib](https://www.reddit.com/r/androiddev/comments/14tgba6/add_line_chart_using_vico_lib/) -- [Android Studio Hedgehog Canary 11 now available](https://www.reddit.com/r/androiddev/comments/14tcu8m/android_studio_hedgehog_canary_11_now_available/) -- [A weird appstore called Rootpk.](https://www.reddit.com/r/androiddev/comments/14tc8im/a_weird_appstore_called_rootpk/) -- [Is there any way to control remotely my android box from my windows 10 PC when the devices are in different network each?](https://www.reddit.com/r/androiddev/comments/14tbx3o/is_there_any_way_to_control_remotely_my_android/) -- [Is there a website to learn Smali ?](https://www.reddit.com/r/androiddev/comments/14tbttq/is_there_a_website_to_learn_smali/) -- [c++ and andoid development](https://www.reddit.com/r/androiddev/comments/14t9nog/c_and_andoid_development/) +- [Threads uses Compose!](https://www.reddit.com/r/androiddev/comments/14ukofj/threads_uses_compose/) +- [Translation for your game or app.](https://www.reddit.com/r/androiddev/comments/14uddug/translation_for_your_game_or_app/) +- [How does Jetpack Compose avoid double-measurement problems that were present in View layouts?](https://www.reddit.com/r/androiddev/comments/14ucele/how_does_jetpack_compose_avoid_doublemeasurement/) +- [Is creating ULM class diagram for android apps is a good practice ?](https://www.reddit.com/r/androiddev/comments/14u8ica/is_creating_ulm_class_diagram_for_android_apps_is/) +- [How can i get json format from the Threads URL , Does anyone figured it out ?](https://www.reddit.com/r/androiddev/comments/14u7j5j/how_can_i_get_json_format_from_the_threads_url/) +- [Is it possible in Android Dev to land a job by contributing in open source ?](https://www.reddit.com/r/androiddev/comments/14u7bur/is_it_possible_in_android_dev_to_land_a_job_by/) +- [Compose Multiplatform: Launching an Android App on iOS](https://www.reddit.com/r/androiddev/comments/14u7bkn/compose_multiplatform_launching_an_android_app_on/) +- [Handling multiple user types using multi module - possible/advisable?](https://www.reddit.com/r/androiddev/comments/14u4umw/handling_multiple_user_types_using_multi_module/) +- [Can I control the animation of already installed app?](https://www.reddit.com/r/androiddev/comments/14u4n5e/can_i_control_the_animation_of_already_installed/) +- [Google Accounts](https://www.reddit.com/r/androiddev/comments/14u492k/google_accounts/) ### *InfoWorld posts* From c773de47f9480121aea6a7b071bf875d804b6b48 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 10 Jul 2023 01:31:51 +0000 Subject: [PATCH 0586/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index afefd74525..207cf01190 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Threads uses Compose!](https://www.reddit.com/r/androiddev/comments/14ukofj/threads_uses_compose/) -- [Translation for your game or app.](https://www.reddit.com/r/androiddev/comments/14uddug/translation_for_your_game_or_app/) -- [How does Jetpack Compose avoid double-measurement problems that were present in View layouts?](https://www.reddit.com/r/androiddev/comments/14ucele/how_does_jetpack_compose_avoid_doublemeasurement/) -- [Is creating ULM class diagram for android apps is a good practice ?](https://www.reddit.com/r/androiddev/comments/14u8ica/is_creating_ulm_class_diagram_for_android_apps_is/) -- [How can i get json format from the Threads URL , Does anyone figured it out ?](https://www.reddit.com/r/androiddev/comments/14u7j5j/how_can_i_get_json_format_from_the_threads_url/) -- [Is it possible in Android Dev to land a job by contributing in open source ?](https://www.reddit.com/r/androiddev/comments/14u7bur/is_it_possible_in_android_dev_to_land_a_job_by/) -- [Compose Multiplatform: Launching an Android App on iOS](https://www.reddit.com/r/androiddev/comments/14u7bkn/compose_multiplatform_launching_an_android_app_on/) -- [Handling multiple user types using multi module - possible/advisable?](https://www.reddit.com/r/androiddev/comments/14u4umw/handling_multiple_user_types_using_multi_module/) -- [Can I control the animation of already installed app?](https://www.reddit.com/r/androiddev/comments/14u4n5e/can_i_control_the_animation_of_already_installed/) -- [Google Accounts](https://www.reddit.com/r/androiddev/comments/14u492k/google_accounts/) +- [What is the jetpack compose DX when it comes build times these days?](https://www.reddit.com/r/androiddev/comments/14vf9sv/what_is_the_jetpack_compose_dx_when_it_comes/) +- [Pocketcode](https://www.reddit.com/r/androiddev/comments/14vcz7u/pocketcode/) +- [Finally list days of week](https://www.reddit.com/r/androiddev/comments/14v8hhi/finally_list_days_of_week/) +- [Is it possible to debug Android apps like what we can do from developer tools in web browser by adding breakpoints?](https://www.reddit.com/r/androiddev/comments/14v67gv/is_it_possible_to_debug_android_apps_like_what_we/) +- [My Google Play Developer Account terminated because of Association with terminated Developer Accounts but I do not own another Developer Account.](https://www.reddit.com/r/androiddev/comments/14v650p/my_google_play_developer_account_terminated/) +- [Scanner library](https://www.reddit.com/r/androiddev/comments/14v4257/scanner_library/) +- [Help with minor edit to APK](https://www.reddit.com/r/androiddev/comments/14v1kol/help_with_minor_edit_to_apk/) +- [Offsets and Custom Gestures in compose](https://www.reddit.com/r/androiddev/comments/14v0f96/offsets_and_custom_gestures_in_compose/) +- [Is possibile to hide annotations outside the folders?](https://www.reddit.com/r/androiddev/comments/14v09tp/is_possibile_to_hide_annotations_outside_the/) +- [Drawing to the status bar](https://www.reddit.com/r/androiddev/comments/14uyp37/drawing_to_the_status_bar/) ### *InfoWorld posts* From 31650859dd836e1a8d5f153a70b091054ac8006a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 11 Jul 2023 01:30:34 +0000 Subject: [PATCH 0587/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 207cf01190..2e3a15d097 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What is the jetpack compose DX when it comes build times these days?](https://www.reddit.com/r/androiddev/comments/14vf9sv/what_is_the_jetpack_compose_dx_when_it_comes/) -- [Pocketcode](https://www.reddit.com/r/androiddev/comments/14vcz7u/pocketcode/) -- [Finally list days of week](https://www.reddit.com/r/androiddev/comments/14v8hhi/finally_list_days_of_week/) -- [Is it possible to debug Android apps like what we can do from developer tools in web browser by adding breakpoints?](https://www.reddit.com/r/androiddev/comments/14v67gv/is_it_possible_to_debug_android_apps_like_what_we/) -- [My Google Play Developer Account terminated because of Association with terminated Developer Accounts but I do not own another Developer Account.](https://www.reddit.com/r/androiddev/comments/14v650p/my_google_play_developer_account_terminated/) -- [Scanner library](https://www.reddit.com/r/androiddev/comments/14v4257/scanner_library/) -- [Help with minor edit to APK](https://www.reddit.com/r/androiddev/comments/14v1kol/help_with_minor_edit_to_apk/) -- [Offsets and Custom Gestures in compose](https://www.reddit.com/r/androiddev/comments/14v0f96/offsets_and_custom_gestures_in_compose/) -- [Is possibile to hide annotations outside the folders?](https://www.reddit.com/r/androiddev/comments/14v09tp/is_possibile_to_hide_annotations_outside_the/) -- [Drawing to the status bar](https://www.reddit.com/r/androiddev/comments/14uyp37/drawing_to_the_status_bar/) +- [Have you encountered projects that were beyond saving?](https://www.reddit.com/r/androiddev/comments/14wajyl/have_you_encountered_projects_that_were_beyond/) +- [Shared notes app made with nocode](https://www.reddit.com/r/androiddev/comments/14w98nw/shared_notes_app_made_with_nocode/) +- [How do I remove this error after uploading my game to google play console?](https://www.reddit.com/r/androiddev/comments/14w8q93/how_do_i_remove_this_error_after_uploading_my/) +- [Why so many people are quitting Android development](https://www.reddit.com/r/androiddev/comments/14w6sdj/why_so_many_people_are_quitting_android/) +- [Made a complete Downloading Service for Android in a week](https://www.reddit.com/r/androiddev/comments/14w4ni6/made_a_complete_downloading_service_for_android/) +- [What TechStack used to make Bitmoji/Avatars????](https://www.reddit.com/r/androiddev/comments/14w42lz/what_techstack_used_to_make_bitmojiavatars/) +- [Debug recomposition](https://www.reddit.com/r/androiddev/comments/14w3cfg/debug_recomposition/) +- [If you are a developer, here is the Android sperm...](https://www.reddit.com/r/androiddev/comments/14w28m6/if_you_are_a_developer_here_is_the_android_sperm/) +- [Can you please share your opinion on app I made with barcode scanning kit and OpenFoodFacts API](https://www.reddit.com/r/androiddev/comments/14w0sme/can_you_please_share_your_opinion_on_app_i_made/) +- [Capturing analytics Instrumentation events - doubt](https://www.reddit.com/r/androiddev/comments/14w0n2i/capturing_analytics_instrumentation_events_doubt/) ### *InfoWorld posts* From ea885e022afc9020fb686486038cabc45aee61bb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 12 Jul 2023 01:31:05 +0000 Subject: [PATCH 0588/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2e3a15d097..b34863f673 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Have you encountered projects that were beyond saving?](https://www.reddit.com/r/androiddev/comments/14wajyl/have_you_encountered_projects_that_were_beyond/) -- [Shared notes app made with nocode](https://www.reddit.com/r/androiddev/comments/14w98nw/shared_notes_app_made_with_nocode/) -- [How do I remove this error after uploading my game to google play console?](https://www.reddit.com/r/androiddev/comments/14w8q93/how_do_i_remove_this_error_after_uploading_my/) -- [Why so many people are quitting Android development](https://www.reddit.com/r/androiddev/comments/14w6sdj/why_so_many_people_are_quitting_android/) -- [Made a complete Downloading Service for Android in a week](https://www.reddit.com/r/androiddev/comments/14w4ni6/made_a_complete_downloading_service_for_android/) -- [What TechStack used to make Bitmoji/Avatars????](https://www.reddit.com/r/androiddev/comments/14w42lz/what_techstack_used_to_make_bitmojiavatars/) -- [Debug recomposition](https://www.reddit.com/r/androiddev/comments/14w3cfg/debug_recomposition/) -- [If you are a developer, here is the Android sperm...](https://www.reddit.com/r/androiddev/comments/14w28m6/if_you_are_a_developer_here_is_the_android_sperm/) -- [Can you please share your opinion on app I made with barcode scanning kit and OpenFoodFacts API](https://www.reddit.com/r/androiddev/comments/14w0sme/can_you_please_share_your_opinion_on_app_i_made/) -- [Capturing analytics Instrumentation events - doubt](https://www.reddit.com/r/androiddev/comments/14w0n2i/capturing_analytics_instrumentation_events_doubt/) +- [Way or viewing network requests?](https://www.reddit.com/r/androiddev/comments/14x8eed/way_or_viewing_network_requests/) +- [Android Studio Hedgehog Canary 12 now available](https://www.reddit.com/r/androiddev/comments/14x6fxi/android_studio_hedgehog_canary_12_now_available/) +- [Is there a way to integrate Unity games into Android app?](https://www.reddit.com/r/androiddev/comments/14x41pk/is_there_a_way_to_integrate_unity_games_into/) +- [Testing on a mobile that uses a suspended console account gmail](https://www.reddit.com/r/androiddev/comments/14x2qav/testing_on_a_mobile_that_uses_a_suspended_console/) +- [Data log nfc or app](https://www.reddit.com/r/androiddev/comments/14x1znn/data_log_nfc_or_app/) +- [PendingIntent issue: android.support.wearable.complications.ComplicationHelperActivity.requestUpdateAll](https://www.reddit.com/r/androiddev/comments/14x1xl1/pendingintent_issue/) +- [Dilemma: Want to test a singlton object call inside a viewmodelTest](https://www.reddit.com/r/androiddev/comments/14x1ww5/dilemma_want_to_test_a_singlton_object_call/) +- [Podcast: Kotlin Multiplatform in Production: Insights with Ritesh Gupta](https://www.reddit.com/r/androiddev/comments/14x105i/podcast_kotlin_multiplatform_in_production/) +- [User-Centric Mobile Performance](https://www.reddit.com/r/androiddev/comments/14x0sbf/usercentric_mobile_performance/) +- [Hey guys please what's the best way to get started learning jetpack compose, and what are the Kotlin stuff I need to know to get started, I understand you can't learn a whole language at once, I'm coming from Flutter and Dart btw. Thanks 👍](https://www.reddit.com/r/androiddev/comments/14wzs51/hey_guys_please_whats_the_best_way_to_get_started/) ### *InfoWorld posts* From 607bea3f504aa1ed5d73d6c2aa1ed43a5f8e3c6e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 12 Jul 2023 01:31:07 +0000 Subject: [PATCH 0589/1422] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b34863f673..9d008cca8b 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *InfoWorld posts* +- [Kotlin 1.9.0 features beta of advanced K2 compiler](https://www.infoworld.com/article/3701893/kotlin-1-9-0-features-beta-of-advanced-k2-compiler.html#tk.rss_android) - [Build better Jetpack Compose apps with Sentry](https://www.infoworld.com/article/3693018/build-better-jetpack-compose-apps-with-sentry.html#tk.rss_android) - [Android Studio Flamingo upgrades UI tooling](https://www.infoworld.com/article/3693588/android-studio-flamingo-ide-enhances-ui-building.html#tk.rss_android) - [Android 14 preview for developers arrives](https://www.infoworld.com/article/3687731/android-14-preview-for-developers-arrives.html#tk.rss_android) @@ -295,7 +296,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [JetBrains launches cross-platform UI framework for Kotlin](https://www.infoworld.com/article/3643392/jetbrains-launches-cross-platform-ui-framework-for-kotlin.html#tk.rss_android) - [Google unveils developer preview of Android 12L](https://www.infoworld.com/article/3638757/google-unveils-developer-preview-of-android-12l.html#tk.rss_android) - [Microsoft weighs in on Surface Duo apps](https://www.infoworld.com/article/3634419/microsoft-weighs-in-on-surface-duo-apps.html#tk.rss_android) -- [Google Flutter 2.5 UI kit is now stable](https://www.infoworld.com/article/3632887/google-flutter-25-ui-kit-is-now-stable.html#tk.rss_android) ### *RedHat posts* From a968f33b877afd8d9c7c1a4d15bd3261141f8d3e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 13 Jul 2023 01:31:38 +0000 Subject: [PATCH 0590/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9d008cca8b..9850dca7a7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Way or viewing network requests?](https://www.reddit.com/r/androiddev/comments/14x8eed/way_or_viewing_network_requests/) -- [Android Studio Hedgehog Canary 12 now available](https://www.reddit.com/r/androiddev/comments/14x6fxi/android_studio_hedgehog_canary_12_now_available/) -- [Is there a way to integrate Unity games into Android app?](https://www.reddit.com/r/androiddev/comments/14x41pk/is_there_a_way_to_integrate_unity_games_into/) -- [Testing on a mobile that uses a suspended console account gmail](https://www.reddit.com/r/androiddev/comments/14x2qav/testing_on_a_mobile_that_uses_a_suspended_console/) -- [Data log nfc or app](https://www.reddit.com/r/androiddev/comments/14x1znn/data_log_nfc_or_app/) -- [PendingIntent issue: android.support.wearable.complications.ComplicationHelperActivity.requestUpdateAll](https://www.reddit.com/r/androiddev/comments/14x1xl1/pendingintent_issue/) -- [Dilemma: Want to test a singlton object call inside a viewmodelTest](https://www.reddit.com/r/androiddev/comments/14x1ww5/dilemma_want_to_test_a_singlton_object_call/) -- [Podcast: Kotlin Multiplatform in Production: Insights with Ritesh Gupta](https://www.reddit.com/r/androiddev/comments/14x105i/podcast_kotlin_multiplatform_in_production/) -- [User-Centric Mobile Performance](https://www.reddit.com/r/androiddev/comments/14x0sbf/usercentric_mobile_performance/) -- [Hey guys please what's the best way to get started learning jetpack compose, and what are the Kotlin stuff I need to know to get started, I understand you can't learn a whole language at once, I'm coming from Flutter and Dart btw. Thanks 👍](https://www.reddit.com/r/androiddev/comments/14wzs51/hey_guys_please_whats_the_best_way_to_get_started/) +- [WearOS: Watch to Phone MediaBrowserService without DataLayer API?](https://www.reddit.com/r/androiddev/comments/14y54to/wearos_watch_to_phone_mediabrowserservice_without/) +- [[Need a solution] I want to emulate an android app installed on my phone by cloning into another phone or Android Stdio emulator](https://www.reddit.com/r/androiddev/comments/14y4glb/need_a_solution_i_want_to_emulate_an_android_app/) +- [My first app published!!](https://www.reddit.com/r/androiddev/comments/14y1132/my_first_app_published/) +- [React Native momentum scrolling vs Native Android](https://www.reddit.com/r/androiddev/comments/14y0kqb/react_native_momentum_scrolling_vs_native_android/) +- [How to manage users on an android app](https://www.reddit.com/r/androiddev/comments/14y0csz/how_to_manage_users_on_an_android_app/) +- [How to initialize a Room SQL Database without a ViewModel?](https://www.reddit.com/r/androiddev/comments/14y04fv/how_to_initialize_a_room_sql_database_without_a/) +- [How does LocationManager.NETWORK_PROVIDER internally work?](https://www.reddit.com/r/androiddev/comments/14xz5l2/how_does_locationmanagernetwork_provider/) +- [How to change viewText text with kotlin](https://www.reddit.com/r/androiddev/comments/14xyd85/how_to_change_viewtext_text_with_kotlin/) +- [which andriod pc emulator supports andriod 12 ?](https://www.reddit.com/r/androiddev/comments/14xx06j/which_andriod_pc_emulator_supports_andriod_12/) +- [How to retain images when switching fragnents?](https://www.reddit.com/r/androiddev/comments/14xwmva/how_to_retain_images_when_switching_fragnents/) ### *InfoWorld posts* From 2d660d8ef849f4018444ad5afcf79a9bffe8f131 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 14 Jul 2023 01:31:15 +0000 Subject: [PATCH 0591/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9850dca7a7..88f633589e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [WearOS: Watch to Phone MediaBrowserService without DataLayer API?](https://www.reddit.com/r/androiddev/comments/14y54to/wearos_watch_to_phone_mediabrowserservice_without/) -- [[Need a solution] I want to emulate an android app installed on my phone by cloning into another phone or Android Stdio emulator](https://www.reddit.com/r/androiddev/comments/14y4glb/need_a_solution_i_want_to_emulate_an_android_app/) -- [My first app published!!](https://www.reddit.com/r/androiddev/comments/14y1132/my_first_app_published/) -- [React Native momentum scrolling vs Native Android](https://www.reddit.com/r/androiddev/comments/14y0kqb/react_native_momentum_scrolling_vs_native_android/) -- [How to manage users on an android app](https://www.reddit.com/r/androiddev/comments/14y0csz/how_to_manage_users_on_an_android_app/) -- [How to initialize a Room SQL Database without a ViewModel?](https://www.reddit.com/r/androiddev/comments/14y04fv/how_to_initialize_a_room_sql_database_without_a/) -- [How does LocationManager.NETWORK_PROVIDER internally work?](https://www.reddit.com/r/androiddev/comments/14xz5l2/how_does_locationmanagernetwork_provider/) -- [How to change viewText text with kotlin](https://www.reddit.com/r/androiddev/comments/14xyd85/how_to_change_viewtext_text_with_kotlin/) -- [which andriod pc emulator supports andriod 12 ?](https://www.reddit.com/r/androiddev/comments/14xx06j/which_andriod_pc_emulator_supports_andriod_12/) -- [How to retain images when switching fragnents?](https://www.reddit.com/r/androiddev/comments/14xwmva/how_to_retain_images_when_switching_fragnents/) +- [Im a big Noob.](https://www.reddit.com/r/androiddev/comments/14z04c0/im_a_big_noob/) +- [Multiplatform image loading: Coil 3.0](https://www.reddit.com/r/androiddev/comments/14yzy5v/multiplatform_image_loading_coil_30/) +- [Hello, im from Mexico City and i want some advice...](https://www.reddit.com/r/androiddev/comments/14yyj6t/hello_im_from_mexico_city_and_i_want_some_advice/) +- [I created a platform to access high-paying remote jobs](https://www.reddit.com/r/androiddev/comments/14yxre6/i_created_a_platform_to_access_highpaying_remote/) +- [Question on earning money through ads in our app](https://www.reddit.com/r/androiddev/comments/14yxb9y/question_on_earning_money_through_ads_in_our_app/) +- [Loaderskit](https://www.reddit.com/r/androiddev/comments/14yx6n5/loaderskit/) +- [Music downloader and player](https://www.reddit.com/r/androiddev/comments/14ywjac/music_downloader_and_player/) +- [Public commercial projects](https://www.reddit.com/r/androiddev/comments/14yuysw/public_commercial_projects/) +- [I made my first android game](https://www.reddit.com/r/androiddev/comments/14yur00/i_made_my_first_android_game/) +- [How do you manage versioning?](https://www.reddit.com/r/androiddev/comments/14yu3tf/how_do_you_manage_versioning/) ### *InfoWorld posts* From f87f5afd329b278ed4e4855d3d303ae880fa16b0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 15 Jul 2023 01:30:54 +0000 Subject: [PATCH 0592/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 88f633589e..1ddb0db7ca 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Im a big Noob.](https://www.reddit.com/r/androiddev/comments/14z04c0/im_a_big_noob/) -- [Multiplatform image loading: Coil 3.0](https://www.reddit.com/r/androiddev/comments/14yzy5v/multiplatform_image_loading_coil_30/) -- [Hello, im from Mexico City and i want some advice...](https://www.reddit.com/r/androiddev/comments/14yyj6t/hello_im_from_mexico_city_and_i_want_some_advice/) -- [I created a platform to access high-paying remote jobs](https://www.reddit.com/r/androiddev/comments/14yxre6/i_created_a_platform_to_access_highpaying_remote/) -- [Question on earning money through ads in our app](https://www.reddit.com/r/androiddev/comments/14yxb9y/question_on_earning_money_through_ads_in_our_app/) -- [Loaderskit](https://www.reddit.com/r/androiddev/comments/14yx6n5/loaderskit/) -- [Music downloader and player](https://www.reddit.com/r/androiddev/comments/14ywjac/music_downloader_and_player/) -- [Public commercial projects](https://www.reddit.com/r/androiddev/comments/14yuysw/public_commercial_projects/) -- [I made my first android game](https://www.reddit.com/r/androiddev/comments/14yur00/i_made_my_first_android_game/) -- [How do you manage versioning?](https://www.reddit.com/r/androiddev/comments/14yu3tf/how_do_you_manage_versioning/) +- [How do i install root on my old SM-T377A tablet without getting a " recovery.img" error?](https://www.reddit.com/r/androiddev/comments/14zxcg7/how_do_i_install_root_on_my_old_smt377a_tablet/) +- [Navigating Component - screen orientation](https://www.reddit.com/r/androiddev/comments/14zpeyo/navigating_component_screen_orientation/) +- [Line chart](https://www.reddit.com/r/androiddev/comments/14zofve/line_chart/) +- [Line chart impl](https://www.reddit.com/r/androiddev/comments/14zobfa/line_chart_impl/) +- [Good practices when working with LiveData without ViewModels?](https://www.reddit.com/r/androiddev/comments/14zndem/good_practices_when_working_with_livedata_without/) +- [Any worthwhile certifications/ courses to complete? (mid -> senior dev)](https://www.reddit.com/r/androiddev/comments/14zmg11/any_worthwhile_certifications_courses_to_complete/) +- [Do you feel well paid as a dev?](https://www.reddit.com/r/androiddev/comments/14zkxnt/do_you_feel_well_paid_as_a_dev/) +- [Android chart library for 'unconventional' figure](https://www.reddit.com/r/androiddev/comments/14zkqnd/android_chart_library_for_unconventional_figure/) +- [Do you feel well paid as a dev?](https://www.reddit.com/r/androiddev/comments/14zkof1/do_you_feel_well_paid_as_a_dev/) +- [Aosp CI Stick at 1 week ago](https://www.reddit.com/r/androiddev/comments/14zjx7k/aosp_ci_stick_at_1_week_ago/) ### *InfoWorld posts* From a033310f91f4cd3d68154ee0917f5651cdd2ac0c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 16 Jul 2023 01:31:56 +0000 Subject: [PATCH 0593/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1ddb0db7ca..8a297adac1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How do i install root on my old SM-T377A tablet without getting a " recovery.img" error?](https://www.reddit.com/r/androiddev/comments/14zxcg7/how_do_i_install_root_on_my_old_smt377a_tablet/) -- [Navigating Component - screen orientation](https://www.reddit.com/r/androiddev/comments/14zpeyo/navigating_component_screen_orientation/) -- [Line chart](https://www.reddit.com/r/androiddev/comments/14zofve/line_chart/) -- [Line chart impl](https://www.reddit.com/r/androiddev/comments/14zobfa/line_chart_impl/) -- [Good practices when working with LiveData without ViewModels?](https://www.reddit.com/r/androiddev/comments/14zndem/good_practices_when_working_with_livedata_without/) -- [Any worthwhile certifications/ courses to complete? (mid -> senior dev)](https://www.reddit.com/r/androiddev/comments/14zmg11/any_worthwhile_certifications_courses_to_complete/) -- [Do you feel well paid as a dev?](https://www.reddit.com/r/androiddev/comments/14zkxnt/do_you_feel_well_paid_as_a_dev/) -- [Android chart library for 'unconventional' figure](https://www.reddit.com/r/androiddev/comments/14zkqnd/android_chart_library_for_unconventional_figure/) -- [Do you feel well paid as a dev?](https://www.reddit.com/r/androiddev/comments/14zkof1/do_you_feel_well_paid_as_a_dev/) -- [Aosp CI Stick at 1 week ago](https://www.reddit.com/r/androiddev/comments/14zjx7k/aosp_ci_stick_at_1_week_ago/) +- [Google terminated my developer console account just for renaming it.](https://www.reddit.com/r/androiddev/comments/150naym/google_terminated_my_developer_console_account/) +- [Looking into moving to the UK, anyone know any company offering sponsorship for a senior/lead android dev?](https://www.reddit.com/r/androiddev/comments/150jvt4/looking_into_moving_to_the_uk_anyone_know_any/) +- [Need help analysing this code](https://www.reddit.com/r/androiddev/comments/150jfqv/need_help_analysing_this_code/) +- [Buying new laptop for android development](https://www.reddit.com/r/androiddev/comments/150j89f/buying_new_laptop_for_android_development/) +- [Need help in developing a password manager](https://www.reddit.com/r/androiddev/comments/150ig01/need_help_in_developing_a_password_manager/) +- [What’s Freelancing Like?](https://www.reddit.com/r/androiddev/comments/150go16/whats_freelancing_like/) +- [How do you handle user authentication in your Android applications?](https://www.reddit.com/r/androiddev/comments/150g8og/how_do_you_handle_user_authentication_in_your/) +- [Looking for the best video course about Kotlin Android Development](https://www.reddit.com/r/androiddev/comments/150f6ao/looking_for_the_best_video_course_about_kotlin/) +- [What do you think about my CV/resume? I don't know what to do now.](https://www.reddit.com/r/androiddev/comments/150f41f/what_do_you_think_about_my_cvresume_i_dont_know/) +- [com.android.providers.downloads contains identical zip files](https://www.reddit.com/r/androiddev/comments/150d2mq/comandroidprovidersdownloads_contains_identical/) ### *InfoWorld posts* From dd5668681a01888845e8c4f1c6a821dc976cfe3e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 17 Jul 2023 01:31:48 +0000 Subject: [PATCH 0594/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8a297adac1..934365b13e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Google terminated my developer console account just for renaming it.](https://www.reddit.com/r/androiddev/comments/150naym/google_terminated_my_developer_console_account/) -- [Looking into moving to the UK, anyone know any company offering sponsorship for a senior/lead android dev?](https://www.reddit.com/r/androiddev/comments/150jvt4/looking_into_moving_to_the_uk_anyone_know_any/) -- [Need help analysing this code](https://www.reddit.com/r/androiddev/comments/150jfqv/need_help_analysing_this_code/) -- [Buying new laptop for android development](https://www.reddit.com/r/androiddev/comments/150j89f/buying_new_laptop_for_android_development/) -- [Need help in developing a password manager](https://www.reddit.com/r/androiddev/comments/150ig01/need_help_in_developing_a_password_manager/) -- [What’s Freelancing Like?](https://www.reddit.com/r/androiddev/comments/150go16/whats_freelancing_like/) -- [How do you handle user authentication in your Android applications?](https://www.reddit.com/r/androiddev/comments/150g8og/how_do_you_handle_user_authentication_in_your/) -- [Looking for the best video course about Kotlin Android Development](https://www.reddit.com/r/androiddev/comments/150f6ao/looking_for_the_best_video_course_about_kotlin/) -- [What do you think about my CV/resume? I don't know what to do now.](https://www.reddit.com/r/androiddev/comments/150f41f/what_do_you_think_about_my_cvresume_i_dont_know/) -- [com.android.providers.downloads contains identical zip files](https://www.reddit.com/r/androiddev/comments/150d2mq/comandroidprovidersdownloads_contains_identical/) +- [Oof – look, that's a legacy codebase!](https://www.reddit.com/r/androiddev/comments/151jnv2/oof_look_thats_a_legacy_codebase/) +- [Looking to create a comprehensive list of things to consider in an interview/take-home task. Would love your suggestions](https://www.reddit.com/r/androiddev/comments/151hx83/looking_to_create_a_comprehensive_list_of_things/) +- [Converting CSS animations to Android Java gives different results on different device screens](https://www.reddit.com/r/androiddev/comments/151hqh3/converting_css_animations_to_android_java_gives/) +- [Displaying the correct AdMob GDPR message](https://www.reddit.com/r/androiddev/comments/151g18r/displaying_the_correct_admob_gdpr_message/) +- [Lottie Android 6.1 - Lottie goes multithreaded](https://www.reddit.com/r/androiddev/comments/151fcbc/lottie_android_61_lottie_goes_multithreaded/) +- [In Compose, how are we supposed to handle navigational events from nested composables such as pagers?](https://www.reddit.com/r/androiddev/comments/151du4h/in_compose_how_are_we_supposed_to_handle/) +- [I converted a react js app using ionic/capacitor and when launching on device, it keeps trying to load assets from server?? Please help](https://www.reddit.com/r/androiddev/comments/151cr3v/i_converted_a_react_js_app_using_ioniccapacitor/) +- [Phantom references are not enqueued as I would expect](https://www.reddit.com/r/androiddev/comments/151ckty/phantom_references_are_not_enqueued_as_i_would/) +- [How long do you think we'll have to wait for our Google Play Developer Settlement checks?](https://www.reddit.com/r/androiddev/comments/151bt2s/how_long_do_you_think_well_have_to_wait_for_our/) +- [How to get the sales receipts of customers from play console?](https://www.reddit.com/r/androiddev/comments/151b8l9/how_to_get_the_sales_receipts_of_customers_from/) ### *InfoWorld posts* From 3534410434726e65e53d1a89fd608bc7bffe40ba Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 18 Jul 2023 01:32:18 +0000 Subject: [PATCH 0595/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 934365b13e..6cd0f343e7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Oof – look, that's a legacy codebase!](https://www.reddit.com/r/androiddev/comments/151jnv2/oof_look_thats_a_legacy_codebase/) -- [Looking to create a comprehensive list of things to consider in an interview/take-home task. Would love your suggestions](https://www.reddit.com/r/androiddev/comments/151hx83/looking_to_create_a_comprehensive_list_of_things/) -- [Converting CSS animations to Android Java gives different results on different device screens](https://www.reddit.com/r/androiddev/comments/151hqh3/converting_css_animations_to_android_java_gives/) -- [Displaying the correct AdMob GDPR message](https://www.reddit.com/r/androiddev/comments/151g18r/displaying_the_correct_admob_gdpr_message/) -- [Lottie Android 6.1 - Lottie goes multithreaded](https://www.reddit.com/r/androiddev/comments/151fcbc/lottie_android_61_lottie_goes_multithreaded/) -- [In Compose, how are we supposed to handle navigational events from nested composables such as pagers?](https://www.reddit.com/r/androiddev/comments/151du4h/in_compose_how_are_we_supposed_to_handle/) -- [I converted a react js app using ionic/capacitor and when launching on device, it keeps trying to load assets from server?? Please help](https://www.reddit.com/r/androiddev/comments/151cr3v/i_converted_a_react_js_app_using_ioniccapacitor/) -- [Phantom references are not enqueued as I would expect](https://www.reddit.com/r/androiddev/comments/151ckty/phantom_references_are_not_enqueued_as_i_would/) -- [How long do you think we'll have to wait for our Google Play Developer Settlement checks?](https://www.reddit.com/r/androiddev/comments/151bt2s/how_long_do_you_think_well_have_to_wait_for_our/) -- [How to get the sales receipts of customers from play console?](https://www.reddit.com/r/androiddev/comments/151b8l9/how_to_get_the_sales_receipts_of_customers_from/) +- [How do android dev salaries compare to other IT fields?](https://www.reddit.com/r/androiddev/comments/152jdhz/how_do_android_dev_salaries_compare_to_other_it/) +- [How to get a professional experience in Android without publishing an app](https://www.reddit.com/r/androiddev/comments/152iu9j/how_to_get_a_professional_experience_in_android/) +- [What's Hilt?](https://www.reddit.com/r/androiddev/comments/152daqz/whats_hilt/) +- [Looking for android development volunteering opportunity](https://www.reddit.com/r/androiddev/comments/152c42e/looking_for_android_development_volunteering/) +- [A super short survey in internet privacy for college project](https://www.reddit.com/r/androiddev/comments/152bucf/a_super_short_survey_in_internet_privacy_for/) +- [Fitbit Integration in an mobile application](https://www.reddit.com/r/androiddev/comments/152amhr/fitbit_integration_in_an_mobile_application/) +- [Radio access](https://www.reddit.com/r/androiddev/comments/152a8gg/radio_access/) +- [Google Play: App Termination Without Explanation](https://www.reddit.com/r/androiddev/comments/1529mu3/google_play_app_termination_without_explanation/) +- [Android, Gradle, Kotlin-dsl, multi-module, seeking help](https://www.reddit.com/r/androiddev/comments/1529g14/android_gradle_kotlindsl_multimodule_seeking_help/) +- [looking for noob friendly guide](https://www.reddit.com/r/androiddev/comments/15291zx/looking_for_noob_friendly_guide/) ### *InfoWorld posts* From 0b79c975e0436a2d03578396fce17c536d5d8368 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 19 Jul 2023 01:36:03 +0000 Subject: [PATCH 0596/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6cd0f343e7..3bdd1ebb26 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How do android dev salaries compare to other IT fields?](https://www.reddit.com/r/androiddev/comments/152jdhz/how_do_android_dev_salaries_compare_to_other_it/) -- [How to get a professional experience in Android without publishing an app](https://www.reddit.com/r/androiddev/comments/152iu9j/how_to_get_a_professional_experience_in_android/) -- [What's Hilt?](https://www.reddit.com/r/androiddev/comments/152daqz/whats_hilt/) -- [Looking for android development volunteering opportunity](https://www.reddit.com/r/androiddev/comments/152c42e/looking_for_android_development_volunteering/) -- [A super short survey in internet privacy for college project](https://www.reddit.com/r/androiddev/comments/152bucf/a_super_short_survey_in_internet_privacy_for/) -- [Fitbit Integration in an mobile application](https://www.reddit.com/r/androiddev/comments/152amhr/fitbit_integration_in_an_mobile_application/) -- [Radio access](https://www.reddit.com/r/androiddev/comments/152a8gg/radio_access/) -- [Google Play: App Termination Without Explanation](https://www.reddit.com/r/androiddev/comments/1529mu3/google_play_app_termination_without_explanation/) -- [Android, Gradle, Kotlin-dsl, multi-module, seeking help](https://www.reddit.com/r/androiddev/comments/1529g14/android_gradle_kotlindsl_multimodule_seeking_help/) -- [looking for noob friendly guide](https://www.reddit.com/r/androiddev/comments/15291zx/looking_for_noob_friendly_guide/) +- [What are the best APIs to get an accurate location readings ?](https://www.reddit.com/r/androiddev/comments/153felx/what_are_the_best_apis_to_get_an_accurate/) +- [Best way to programmatically add a grid of buttons to a layout (Java)](https://www.reddit.com/r/androiddev/comments/153f04l/best_way_to_programmatically_add_a_grid_of/) +- [Android Studio Hedgehog Canary 13 now available](https://www.reddit.com/r/androiddev/comments/153bqwh/android_studio_hedgehog_canary_13_now_available/) +- [Tracking Android App Launch in production](https://www.reddit.com/r/androiddev/comments/153ajy6/tracking_android_app_launch_in_production/) +- [Can someone explain repeatOnLifecycle's documentation for my dumb ass?](https://www.reddit.com/r/androiddev/comments/1538ai4/can_someone_explain_repeatonlifecycles/) +- [Is the base64-encoded RSA public key in ~/.android/adbkey.pub the same hex-encoded RSA public key that you get prompted with on an Android device when it connects to a computer?](https://www.reddit.com/r/androiddev/comments/1537i65/is_the_base64encoded_rsa_public_key_in/) +- [Compose performance - Android Developers Backstage](https://www.reddit.com/r/androiddev/comments/1536v9q/compose_performance_android_developers_backstage/) +- [PointerSource in PointerEvents](https://www.reddit.com/r/androiddev/comments/1535ekh/pointersource_in_pointerevents/) +- [Would it be good to take Senior Android Developer job in Europe and leave the one in india?](https://www.reddit.com/r/androiddev/comments/1533amm/would_it_be_good_to_take_senior_android_developer/) +- [Why Adaptive Rate Limiting is a Game-Changer](https://www.reddit.com/r/androiddev/comments/1533a7z/why_adaptive_rate_limiting_is_a_gamechanger/) ### *InfoWorld posts* From 3b9b08ed2f79dc50bf1e2b374b34affd7caeb311 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 20 Jul 2023 01:29:21 +0000 Subject: [PATCH 0597/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3bdd1ebb26..fdd1cb18e1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What are the best APIs to get an accurate location readings ?](https://www.reddit.com/r/androiddev/comments/153felx/what_are_the_best_apis_to_get_an_accurate/) -- [Best way to programmatically add a grid of buttons to a layout (Java)](https://www.reddit.com/r/androiddev/comments/153f04l/best_way_to_programmatically_add_a_grid_of/) -- [Android Studio Hedgehog Canary 13 now available](https://www.reddit.com/r/androiddev/comments/153bqwh/android_studio_hedgehog_canary_13_now_available/) -- [Tracking Android App Launch in production](https://www.reddit.com/r/androiddev/comments/153ajy6/tracking_android_app_launch_in_production/) -- [Can someone explain repeatOnLifecycle's documentation for my dumb ass?](https://www.reddit.com/r/androiddev/comments/1538ai4/can_someone_explain_repeatonlifecycles/) -- [Is the base64-encoded RSA public key in ~/.android/adbkey.pub the same hex-encoded RSA public key that you get prompted with on an Android device when it connects to a computer?](https://www.reddit.com/r/androiddev/comments/1537i65/is_the_base64encoded_rsa_public_key_in/) -- [Compose performance - Android Developers Backstage](https://www.reddit.com/r/androiddev/comments/1536v9q/compose_performance_android_developers_backstage/) -- [PointerSource in PointerEvents](https://www.reddit.com/r/androiddev/comments/1535ekh/pointersource_in_pointerevents/) -- [Would it be good to take Senior Android Developer job in Europe and leave the one in india?](https://www.reddit.com/r/androiddev/comments/1533amm/would_it_be_good_to_take_senior_android_developer/) -- [Why Adaptive Rate Limiting is a Game-Changer](https://www.reddit.com/r/androiddev/comments/1533a7z/why_adaptive_rate_limiting_is_a_gamechanger/) +- [Change Languages](https://www.reddit.com/r/androiddev/comments/154cfp0/change_languages/) +- [Building android apps without gradle](https://www.reddit.com/r/androiddev/comments/154ayve/building_android_apps_without_gradle/) +- [Fallbacks of removing Google Play Services from Android Device?](https://www.reddit.com/r/androiddev/comments/154a3ka/fallbacks_of_removing_google_play_services_from/) +- [Is there a library for streaming bitmap images directly into a video stored on the device?](https://www.reddit.com/r/androiddev/comments/1547nc8/is_there_a_library_for_streaming_bitmap_images/) +- [How does Android make an integer ID from the string ID in the XML and is it possible to access that method from code (Java/Kotlin)?](https://www.reddit.com/r/androiddev/comments/154561p/how_does_android_make_an_integer_id_from_the/) +- [Will Android View ever get updated in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/15454jz/will_android_view_ever_get_updated_in_jetpack/) +- [How to combine multiple projects on android studio?](https://www.reddit.com/r/androiddev/comments/1543zo1/how_to_combine_multiple_projects_on_android_studio/) +- [Indy android app for tracking emotions based on short vents](https://www.reddit.com/r/androiddev/comments/1543sur/indy_android_app_for_tracking_emotions_based_on/) +- [Wear App development](https://www.reddit.com/r/androiddev/comments/1541lvc/wear_app_development/) +- [Best Text Messaging Apps for Android and iOS | Times Square Reporter](https://www.reddit.com/r/androiddev/comments/1541h03/best_text_messaging_apps_for_android_and_ios/) ### *InfoWorld posts* From ab7cfb51a694e889743f803e5c53eac9ee22c381 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 21 Jul 2023 01:30:12 +0000 Subject: [PATCH 0598/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fdd1cb18e1..98bdd661d9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Change Languages](https://www.reddit.com/r/androiddev/comments/154cfp0/change_languages/) -- [Building android apps without gradle](https://www.reddit.com/r/androiddev/comments/154ayve/building_android_apps_without_gradle/) -- [Fallbacks of removing Google Play Services from Android Device?](https://www.reddit.com/r/androiddev/comments/154a3ka/fallbacks_of_removing_google_play_services_from/) -- [Is there a library for streaming bitmap images directly into a video stored on the device?](https://www.reddit.com/r/androiddev/comments/1547nc8/is_there_a_library_for_streaming_bitmap_images/) -- [How does Android make an integer ID from the string ID in the XML and is it possible to access that method from code (Java/Kotlin)?](https://www.reddit.com/r/androiddev/comments/154561p/how_does_android_make_an_integer_id_from_the/) -- [Will Android View ever get updated in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/15454jz/will_android_view_ever_get_updated_in_jetpack/) -- [How to combine multiple projects on android studio?](https://www.reddit.com/r/androiddev/comments/1543zo1/how_to_combine_multiple_projects_on_android_studio/) -- [Indy android app for tracking emotions based on short vents](https://www.reddit.com/r/androiddev/comments/1543sur/indy_android_app_for_tracking_emotions_based_on/) -- [Wear App development](https://www.reddit.com/r/androiddev/comments/1541lvc/wear_app_development/) -- [Best Text Messaging Apps for Android and iOS | Times Square Reporter](https://www.reddit.com/r/androiddev/comments/1541h03/best_text_messaging_apps_for_android_and_ios/) +- [Is there a web scraper library for Android similar to BeautifulSoup for Python?](https://www.reddit.com/r/androiddev/comments/1558r5g/is_there_a_web_scraper_library_for_android/) +- [Sharing data to pc without hotspot data](https://www.reddit.com/r/androiddev/comments/1558j3z/sharing_data_to_pc_without_hotspot_data/) +- [Instant code reload in Android JNI](https://www.reddit.com/r/androiddev/comments/1557wy9/instant_code_reload_in_android_jni/) +- [¿Liskov Substitution Principle and Interface segregation principle are almost the same?](https://www.reddit.com/r/androiddev/comments/1555fam/liskov_substitution_principle_and_interface/) +- [Jetpack Compose LazyColumn is laggy when scrolling](https://www.reddit.com/r/androiddev/comments/1553jl2/jetpack_compose_lazycolumn_is_laggy_when_scrolling/) +- [loving the device mirroring feature](https://www.reddit.com/r/androiddev/comments/1553ey9/loving_the_device_mirroring_feature/) +- [Common dimensions of android?](https://www.reddit.com/r/androiddev/comments/1550xew/common_dimensions_of_android/) +- [Looking for a developer to help with scaling issues. WILL PAY](https://www.reddit.com/r/androiddev/comments/154ytrn/looking_for_a_developer_to_help_with_scaling/) +- [Sending emails to users at regular intervals from firebase](https://www.reddit.com/r/androiddev/comments/154x9v3/sending_emails_to_users_at_regular_intervals_from/) +- [Reality of an Android Dev](https://www.reddit.com/r/androiddev/comments/154wngw/reality_of_an_android_dev/) ### *InfoWorld posts* From 22956043f50130835a3523ea5424939c756bb169 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 22 Jul 2023 01:29:21 +0000 Subject: [PATCH 0599/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 98bdd661d9..268dde0eda 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is there a web scraper library for Android similar to BeautifulSoup for Python?](https://www.reddit.com/r/androiddev/comments/1558r5g/is_there_a_web_scraper_library_for_android/) -- [Sharing data to pc without hotspot data](https://www.reddit.com/r/androiddev/comments/1558j3z/sharing_data_to_pc_without_hotspot_data/) -- [Instant code reload in Android JNI](https://www.reddit.com/r/androiddev/comments/1557wy9/instant_code_reload_in_android_jni/) -- [¿Liskov Substitution Principle and Interface segregation principle are almost the same?](https://www.reddit.com/r/androiddev/comments/1555fam/liskov_substitution_principle_and_interface/) -- [Jetpack Compose LazyColumn is laggy when scrolling](https://www.reddit.com/r/androiddev/comments/1553jl2/jetpack_compose_lazycolumn_is_laggy_when_scrolling/) -- [loving the device mirroring feature](https://www.reddit.com/r/androiddev/comments/1553ey9/loving_the_device_mirroring_feature/) -- [Common dimensions of android?](https://www.reddit.com/r/androiddev/comments/1550xew/common_dimensions_of_android/) -- [Looking for a developer to help with scaling issues. WILL PAY](https://www.reddit.com/r/androiddev/comments/154ytrn/looking_for_a_developer_to_help_with_scaling/) -- [Sending emails to users at regular intervals from firebase](https://www.reddit.com/r/androiddev/comments/154x9v3/sending_emails_to_users_at_regular_intervals_from/) -- [Reality of an Android Dev](https://www.reddit.com/r/androiddev/comments/154wngw/reality_of_an_android_dev/) +- [Weird performance changes in a built application](https://www.reddit.com/r/androiddev/comments/1563w6k/weird_performance_changes_in_a_built_application/) +- [My firts social media app with memes (Social Meme)](https://www.reddit.com/r/androiddev/comments/1563vkx/my_firts_social_media_app_with_memes_social_meme/) +- [What should an android developer with 1.5-2 YOE know](https://www.reddit.com/r/androiddev/comments/1563bho/what_should_an_android_developer_with_152_yoe_know/) +- [Missing templates in Android Studio Flamingo?](https://www.reddit.com/r/androiddev/comments/1562pkc/missing_templates_in_android_studio_flamingo/) +- [Jetpack Compose Bandage Reveal Effect (source in comments)](https://www.reddit.com/r/androiddev/comments/1561bwf/jetpack_compose_bandage_reveal_effect_source_in/) +- [Native or Flutter](https://www.reddit.com/r/androiddev/comments/1560l7h/native_or_flutter/) +- [Will IAP work if you sideload an app or game?](https://www.reddit.com/r/androiddev/comments/155y9hf/will_iap_work_if_you_sideload_an_app_or_game/) +- [Is it possible to strictly comply with Liskov's principle with interfaces?](https://www.reddit.com/r/androiddev/comments/155uoz8/is_it_possible_to_strictly_comply_with_liskovs/) +- [How can I successfully sync gradle when checking out a pre-Compose commit on a codebase?](https://www.reddit.com/r/androiddev/comments/155tdwl/how_can_i_successfully_sync_gradle_when_checking/) +- [A deep dive into Candy Crush](https://www.reddit.com/r/androiddev/comments/155sl3h/a_deep_dive_into_candy_crush/) ### *InfoWorld posts* From e1414e62c874bd7b07147100ab4068d108c0d4cc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 23 Jul 2023 01:29:50 +0000 Subject: [PATCH 0600/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 268dde0eda..b35f924a5b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Weird performance changes in a built application](https://www.reddit.com/r/androiddev/comments/1563w6k/weird_performance_changes_in_a_built_application/) -- [My firts social media app with memes (Social Meme)](https://www.reddit.com/r/androiddev/comments/1563vkx/my_firts_social_media_app_with_memes_social_meme/) -- [What should an android developer with 1.5-2 YOE know](https://www.reddit.com/r/androiddev/comments/1563bho/what_should_an_android_developer_with_152_yoe_know/) -- [Missing templates in Android Studio Flamingo?](https://www.reddit.com/r/androiddev/comments/1562pkc/missing_templates_in_android_studio_flamingo/) -- [Jetpack Compose Bandage Reveal Effect (source in comments)](https://www.reddit.com/r/androiddev/comments/1561bwf/jetpack_compose_bandage_reveal_effect_source_in/) -- [Native or Flutter](https://www.reddit.com/r/androiddev/comments/1560l7h/native_or_flutter/) -- [Will IAP work if you sideload an app or game?](https://www.reddit.com/r/androiddev/comments/155y9hf/will_iap_work_if_you_sideload_an_app_or_game/) -- [Is it possible to strictly comply with Liskov's principle with interfaces?](https://www.reddit.com/r/androiddev/comments/155uoz8/is_it_possible_to_strictly_comply_with_liskovs/) -- [How can I successfully sync gradle when checking out a pre-Compose commit on a codebase?](https://www.reddit.com/r/androiddev/comments/155tdwl/how_can_i_successfully_sync_gradle_when_checking/) -- [A deep dive into Candy Crush](https://www.reddit.com/r/androiddev/comments/155sl3h/a_deep_dive_into_candy_crush/) +- [How to display widget promotion dialog?](https://www.reddit.com/r/androiddev/comments/156we3h/how_to_display_widget_promotion_dialog/) +- [Any way to continue receiving exercise client updates in the background on WearOS 3?](https://www.reddit.com/r/androiddev/comments/156ttrp/any_way_to_continue_receiving_exercise_client/) +- [Can't download android SDK platform tools](https://www.reddit.com/r/androiddev/comments/156tp4e/cant_download_android_sdk_platform_tools/) +- [Have you ever tried using Influencer for promoting your App/Games ?](https://www.reddit.com/r/androiddev/comments/156r4jw/have_you_ever_tried_using_influencer_for/) +- [Can a device manufacturer remove ADB from a device?](https://www.reddit.com/r/androiddev/comments/156pprr/can_a_device_manufacturer_remove_adb_from_a_device/) +- [Can you publish an app without advertising it?](https://www.reddit.com/r/androiddev/comments/156p5hg/can_you_publish_an_app_without_advertising_it/) +- [Cinema tickets reservation with jetpack compose (source in comments)](https://www.reddit.com/r/androiddev/comments/156o3cq/cinema_tickets_reservation_with_jetpack_compose/) +- [Why google ratings and reviews are not showing to my game?](https://www.reddit.com/r/androiddev/comments/156nlp6/why_google_ratings_and_reviews_are_not_showing_to/) +- [Pizza toppings animation with jetpack compose (source in comment)](https://www.reddit.com/r/androiddev/comments/156mwb0/pizza_toppings_animation_with_jetpack_compose/) +- [What's your rule of thumb when exposing LiveData?](https://www.reddit.com/r/androiddev/comments/156mqzq/whats_your_rule_of_thumb_when_exposing_livedata/) ### *InfoWorld posts* From 04586bcdf1a98fbd957d5e01f0a59af671094d90 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 24 Jul 2023 01:29:39 +0000 Subject: [PATCH 0601/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b35f924a5b..7c2a679c00 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to display widget promotion dialog?](https://www.reddit.com/r/androiddev/comments/156we3h/how_to_display_widget_promotion_dialog/) -- [Any way to continue receiving exercise client updates in the background on WearOS 3?](https://www.reddit.com/r/androiddev/comments/156ttrp/any_way_to_continue_receiving_exercise_client/) -- [Can't download android SDK platform tools](https://www.reddit.com/r/androiddev/comments/156tp4e/cant_download_android_sdk_platform_tools/) -- [Have you ever tried using Influencer for promoting your App/Games ?](https://www.reddit.com/r/androiddev/comments/156r4jw/have_you_ever_tried_using_influencer_for/) -- [Can a device manufacturer remove ADB from a device?](https://www.reddit.com/r/androiddev/comments/156pprr/can_a_device_manufacturer_remove_adb_from_a_device/) -- [Can you publish an app without advertising it?](https://www.reddit.com/r/androiddev/comments/156p5hg/can_you_publish_an_app_without_advertising_it/) -- [Cinema tickets reservation with jetpack compose (source in comments)](https://www.reddit.com/r/androiddev/comments/156o3cq/cinema_tickets_reservation_with_jetpack_compose/) -- [Why google ratings and reviews are not showing to my game?](https://www.reddit.com/r/androiddev/comments/156nlp6/why_google_ratings_and_reviews_are_not_showing_to/) -- [Pizza toppings animation with jetpack compose (source in comment)](https://www.reddit.com/r/androiddev/comments/156mwb0/pizza_toppings_animation_with_jetpack_compose/) -- [What's your rule of thumb when exposing LiveData?](https://www.reddit.com/r/androiddev/comments/156mqzq/whats_your_rule_of_thumb_when_exposing_livedata/) +- ["App not installed as package appears to be invalid" FIX](https://www.reddit.com/r/androiddev/comments/157vr5i/app_not_installed_as_package_appears_to_be/) +- [Platform for android development internship](https://www.reddit.com/r/androiddev/comments/157iwd0/platform_for_android_development_internship/) +- [Visualizing Native Code Execution in Android Apps](https://www.reddit.com/r/androiddev/comments/157gdct/visualizing_native_code_execution_in_android_apps/) +- [Android Security: Securing your Gradle builds from baddies](https://www.reddit.com/r/androiddev/comments/157fjjq/android_security_securing_your_gradle_builds_from/) +- [Colors change not reflecting in the app](https://www.reddit.com/r/androiddev/comments/157dic1/colors_change_not_reflecting_in_the_app/) +- [What do you guys feel about Material 3 website? It feels pretty oversized for me.](https://www.reddit.com/r/androiddev/comments/157972o/what_do_you_guys_feel_about_material_3_website_it/) +- [Apply custom settings within Android](https://www.reddit.com/r/androiddev/comments/1578t6f/apply_custom_settings_within_android/) +- [Improving productivity with shortcuts in Android Studio?](https://www.reddit.com/r/androiddev/comments/1577qsa/improving_productivity_with_shortcuts_in_android/) +- [Will AI take over Android development](https://www.reddit.com/r/androiddev/comments/1576au5/will_ai_take_over_android_development/) +- [[Self-Learning] Join Weekly Compose Challenge](https://www.reddit.com/r/androiddev/comments/1575agl/selflearning_join_weekly_compose_challenge/) ### *InfoWorld posts* From 320494ad1820c1bef047a2c82b09b6755a88735e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 25 Jul 2023 01:30:41 +0000 Subject: [PATCH 0602/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7c2a679c00..8a324d021d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- ["App not installed as package appears to be invalid" FIX](https://www.reddit.com/r/androiddev/comments/157vr5i/app_not_installed_as_package_appears_to_be/) -- [Platform for android development internship](https://www.reddit.com/r/androiddev/comments/157iwd0/platform_for_android_development_internship/) -- [Visualizing Native Code Execution in Android Apps](https://www.reddit.com/r/androiddev/comments/157gdct/visualizing_native_code_execution_in_android_apps/) -- [Android Security: Securing your Gradle builds from baddies](https://www.reddit.com/r/androiddev/comments/157fjjq/android_security_securing_your_gradle_builds_from/) -- [Colors change not reflecting in the app](https://www.reddit.com/r/androiddev/comments/157dic1/colors_change_not_reflecting_in_the_app/) -- [What do you guys feel about Material 3 website? It feels pretty oversized for me.](https://www.reddit.com/r/androiddev/comments/157972o/what_do_you_guys_feel_about_material_3_website_it/) -- [Apply custom settings within Android](https://www.reddit.com/r/androiddev/comments/1578t6f/apply_custom_settings_within_android/) -- [Improving productivity with shortcuts in Android Studio?](https://www.reddit.com/r/androiddev/comments/1577qsa/improving_productivity_with_shortcuts_in_android/) -- [Will AI take over Android development](https://www.reddit.com/r/androiddev/comments/1576au5/will_ai_take_over_android_development/) -- [[Self-Learning] Join Weekly Compose Challenge](https://www.reddit.com/r/androiddev/comments/1575agl/selflearning_join_weekly_compose_challenge/) +- [I made this circular scribble pager indicator in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/158s8lf/i_made_this_circular_scribble_pager_indicator_in/) +- [Car racing game in compose](https://www.reddit.com/r/androiddev/comments/158qbhw/car_racing_game_in_compose/) +- [Simple question: Native vs Cross platform which one has higher demand ?](https://www.reddit.com/r/androiddev/comments/158prfa/simple_question_native_vs_cross_platform_which/) +- [Calling super.onPostResume from an activity](https://www.reddit.com/r/androiddev/comments/158k1n6/calling_superonpostresume_from_an_activity/) +- [Luxand SDK Android](https://www.reddit.com/r/androiddev/comments/158emv3/luxand_sdk_android/) +- [Uploading purchase metadata before purchase flow](https://www.reddit.com/r/androiddev/comments/158eau0/uploading_purchase_metadata_before_purchase_flow/) +- [Download Service System Design](https://www.reddit.com/r/androiddev/comments/158df0e/download_service_system_design/) +- [Free udemy course on Selenium](https://www.reddit.com/r/androiddev/comments/158cwx2/free_udemy_course_on_selenium/) +- [Hi. I am writing article about kotlin on medium. You can translate any language.](https://www.reddit.com/r/androiddev/comments/158ai59/hi_i_am_writing_article_about_kotlin_on_medium/) +- [Weekly Who's Hiring Thread - July 24, 2023](https://www.reddit.com/r/androiddev/comments/158a0rt/weekly_whos_hiring_thread_july_24_2023/) ### *InfoWorld posts* From 009a68830f02072111891db9562c9ef1c8570782 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 26 Jul 2023 01:30:20 +0000 Subject: [PATCH 0603/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8a324d021d..f0ab10bb3b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I made this circular scribble pager indicator in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/158s8lf/i_made_this_circular_scribble_pager_indicator_in/) -- [Car racing game in compose](https://www.reddit.com/r/androiddev/comments/158qbhw/car_racing_game_in_compose/) -- [Simple question: Native vs Cross platform which one has higher demand ?](https://www.reddit.com/r/androiddev/comments/158prfa/simple_question_native_vs_cross_platform_which/) -- [Calling super.onPostResume from an activity](https://www.reddit.com/r/androiddev/comments/158k1n6/calling_superonpostresume_from_an_activity/) -- [Luxand SDK Android](https://www.reddit.com/r/androiddev/comments/158emv3/luxand_sdk_android/) -- [Uploading purchase metadata before purchase flow](https://www.reddit.com/r/androiddev/comments/158eau0/uploading_purchase_metadata_before_purchase_flow/) -- [Download Service System Design](https://www.reddit.com/r/androiddev/comments/158df0e/download_service_system_design/) -- [Free udemy course on Selenium](https://www.reddit.com/r/androiddev/comments/158cwx2/free_udemy_course_on_selenium/) -- [Hi. I am writing article about kotlin on medium. You can translate any language.](https://www.reddit.com/r/androiddev/comments/158ai59/hi_i_am_writing_article_about_kotlin_on_medium/) -- [Weekly Who's Hiring Thread - July 24, 2023](https://www.reddit.com/r/androiddev/comments/158a0rt/weekly_whos_hiring_thread_july_24_2023/) +- [native vs flutter](https://www.reddit.com/r/androiddev/comments/159qbsn/native_vs_flutter/) +- [Thought id seen it all](https://www.reddit.com/r/androiddev/comments/159ku65/thought_id_seen_it_all/) +- [Suggestions for implementing pinch-to-zoom with drawing on a canvas?](https://www.reddit.com/r/androiddev/comments/159kid9/suggestions_for_implementing_pinchtozoom_with/) +- [How to handle refresh token logic properly?](https://www.reddit.com/r/androiddev/comments/159jghh/how_to_handle_refresh_token_logic_properly/) +- [Most accurate OCR API for Android application?](https://www.reddit.com/r/androiddev/comments/159ig8m/most_accurate_ocr_api_for_android_application/) +- [Android Studio Giraffe now available in the stable channel](https://www.reddit.com/r/androiddev/comments/159hhe6/android_studio_giraffe_now_available_in_the/) +- [[Android] Rule of 3 Calculator (With "Invert" option).](https://www.reddit.com/r/androiddev/comments/159exw3/android_rule_of_3_calculator_with_invert_option/) +- [What is that view that opens through the widget from the home screen?](https://www.reddit.com/r/androiddev/comments/159cz1k/what_is_that_view_that_opens_through_the_widget/) +- [500kb MMORPG using PWABuilder's Android Wrapper](https://www.reddit.com/r/androiddev/comments/159cbpo/500kb_mmorpg_using_pwabuilders_android_wrapper/) +- [How do different UI design patterns accomplish scaling/composition/navigation?](https://www.reddit.com/r/androiddev/comments/159ab3a/how_do_different_ui_design_patterns_accomplish/) ### *InfoWorld posts* From 624e1d57609b0343300ea6838cfaf1a5991b3a27 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 27 Jul 2023 01:27:39 +0000 Subject: [PATCH 0604/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f0ab10bb3b..0eaa9e4283 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [native vs flutter](https://www.reddit.com/r/androiddev/comments/159qbsn/native_vs_flutter/) -- [Thought id seen it all](https://www.reddit.com/r/androiddev/comments/159ku65/thought_id_seen_it_all/) -- [Suggestions for implementing pinch-to-zoom with drawing on a canvas?](https://www.reddit.com/r/androiddev/comments/159kid9/suggestions_for_implementing_pinchtozoom_with/) -- [How to handle refresh token logic properly?](https://www.reddit.com/r/androiddev/comments/159jghh/how_to_handle_refresh_token_logic_properly/) -- [Most accurate OCR API for Android application?](https://www.reddit.com/r/androiddev/comments/159ig8m/most_accurate_ocr_api_for_android_application/) -- [Android Studio Giraffe now available in the stable channel](https://www.reddit.com/r/androiddev/comments/159hhe6/android_studio_giraffe_now_available_in_the/) -- [[Android] Rule of 3 Calculator (With "Invert" option).](https://www.reddit.com/r/androiddev/comments/159exw3/android_rule_of_3_calculator_with_invert_option/) -- [What is that view that opens through the widget from the home screen?](https://www.reddit.com/r/androiddev/comments/159cz1k/what_is_that_view_that_opens_through_the_widget/) -- [500kb MMORPG using PWABuilder's Android Wrapper](https://www.reddit.com/r/androiddev/comments/159cbpo/500kb_mmorpg_using_pwabuilders_android_wrapper/) -- [How do different UI design patterns accomplish scaling/composition/navigation?](https://www.reddit.com/r/androiddev/comments/159ab3a/how_do_different_ui_design_patterns_accomplish/) +- [Legacy code horror stories?](https://www.reddit.com/r/androiddev/comments/15aluod/legacy_code_horror_stories/) +- [Android Studio alternative for potato PC](https://www.reddit.com/r/androiddev/comments/15akk8p/android_studio_alternative_for_potato_pc/) +- [I've made new open-source library FilledSliderCopose](https://www.reddit.com/r/androiddev/comments/15ajpiq/ive_made_new_opensource_library_filledslidercopose/) +- [Is React Native sensible choice for enterprise level (large scale) document management app?](https://www.reddit.com/r/androiddev/comments/15aip66/is_react_native_sensible_choice_for_enterprise/) +- [Handling negative reviews on Google Play](https://www.reddit.com/r/androiddev/comments/15aif7h/handling_negative_reviews_on_google_play/) +- [Google says it will start downranking non-tablet apps in the Play Store](https://www.reddit.com/r/androiddev/comments/15aibb2/google_says_it_will_start_downranking_nontablet/) +- [Good possibility you may only access Google Play from Chrome, or browser implementing WEI](https://www.reddit.com/r/androiddev/comments/15ai6y2/good_possibility_you_may_only_access_google_play/) +- [How are they gaming the rankings?](https://www.reddit.com/r/androiddev/comments/15aeyvy/how_are_they_gaming_the_rankings/) +- [Latency playing audio with AudioTrack from hash map after clicking button](https://www.reddit.com/r/androiddev/comments/15aeru7/latency_playing_audio_with_audiotrack_from_hash/) +- [Announcing SQLDelight 2.0](https://www.reddit.com/r/androiddev/comments/15actjl/announcing_sqldelight_20/) ### *InfoWorld posts* From 2b8cc860622bde76d92619d16816c8bf7a22e270 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 28 Jul 2023 01:29:02 +0000 Subject: [PATCH 0605/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0eaa9e4283..b1c821ba3f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Legacy code horror stories?](https://www.reddit.com/r/androiddev/comments/15aluod/legacy_code_horror_stories/) -- [Android Studio alternative for potato PC](https://www.reddit.com/r/androiddev/comments/15akk8p/android_studio_alternative_for_potato_pc/) -- [I've made new open-source library FilledSliderCopose](https://www.reddit.com/r/androiddev/comments/15ajpiq/ive_made_new_opensource_library_filledslidercopose/) -- [Is React Native sensible choice for enterprise level (large scale) document management app?](https://www.reddit.com/r/androiddev/comments/15aip66/is_react_native_sensible_choice_for_enterprise/) -- [Handling negative reviews on Google Play](https://www.reddit.com/r/androiddev/comments/15aif7h/handling_negative_reviews_on_google_play/) -- [Google says it will start downranking non-tablet apps in the Play Store](https://www.reddit.com/r/androiddev/comments/15aibb2/google_says_it_will_start_downranking_nontablet/) -- [Good possibility you may only access Google Play from Chrome, or browser implementing WEI](https://www.reddit.com/r/androiddev/comments/15ai6y2/good_possibility_you_may_only_access_google_play/) -- [How are they gaming the rankings?](https://www.reddit.com/r/androiddev/comments/15aeyvy/how_are_they_gaming_the_rankings/) -- [Latency playing audio with AudioTrack from hash map after clicking button](https://www.reddit.com/r/androiddev/comments/15aeru7/latency_playing_audio_with_audiotrack_from_hash/) -- [Announcing SQLDelight 2.0](https://www.reddit.com/r/androiddev/comments/15actjl/announcing_sqldelight_20/) +- [How do I programmatically interact with an android app](https://www.reddit.com/r/androiddev/comments/15bjdj0/how_do_i_programmatically_interact_with_an/) +- [Is it me, or is the Android Documentation really vague?](https://www.reddit.com/r/androiddev/comments/15bitb0/is_it_me_or_is_the_android_documentation_really/) +- [Memorizing code and algorithms still needed or should just Look it up on internet when needed?....](https://www.reddit.com/r/androiddev/comments/15bitak/memorizing_code_and_algorithms_still_needed_or/) +- [A beneficial article that tells about the types of Gradle cache, how to increase the frequency of cache hits, and how to use Gradle daemons effectively.](https://www.reddit.com/r/androiddev/comments/15bg849/a_beneficial_article_that_tells_about_the_types/) +- [Android Multimedia backup camera](https://www.reddit.com/r/androiddev/comments/15bbmz5/android_multimedia_backup_camera/) +- [Remote development tricks](https://www.reddit.com/r/androiddev/comments/15b71cq/remote_development_tricks/) +- [Is it possible to develop an app in a foreign country and launch it in the US and keep improving the app in the foreign country with the US?](https://www.reddit.com/r/androiddev/comments/15b63xf/is_it_possible_to_develop_an_app_in_a_foreign/) +- [Google Play: Account Termination Without explanation or warning.](https://www.reddit.com/r/androiddev/comments/15b5aa3/google_play_account_termination_without/) +- [No Log.d in Android Studio using Shield Pro](https://www.reddit.com/r/androiddev/comments/15b39yt/no_logd_in_android_studio_using_shield_pro/) +- [Any one can share AppAuth android with Jetack compose code?](https://www.reddit.com/r/androiddev/comments/15b0d3s/any_one_can_share_appauth_android_with_jetack/) ### *InfoWorld posts* From 0e634593f446bff095b53edbb68a25fadb95c097 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 29 Jul 2023 01:28:23 +0000 Subject: [PATCH 0606/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b1c821ba3f..f41e92c6c8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How do I programmatically interact with an android app](https://www.reddit.com/r/androiddev/comments/15bjdj0/how_do_i_programmatically_interact_with_an/) -- [Is it me, or is the Android Documentation really vague?](https://www.reddit.com/r/androiddev/comments/15bitb0/is_it_me_or_is_the_android_documentation_really/) -- [Memorizing code and algorithms still needed or should just Look it up on internet when needed?....](https://www.reddit.com/r/androiddev/comments/15bitak/memorizing_code_and_algorithms_still_needed_or/) -- [A beneficial article that tells about the types of Gradle cache, how to increase the frequency of cache hits, and how to use Gradle daemons effectively.](https://www.reddit.com/r/androiddev/comments/15bg849/a_beneficial_article_that_tells_about_the_types/) -- [Android Multimedia backup camera](https://www.reddit.com/r/androiddev/comments/15bbmz5/android_multimedia_backup_camera/) -- [Remote development tricks](https://www.reddit.com/r/androiddev/comments/15b71cq/remote_development_tricks/) -- [Is it possible to develop an app in a foreign country and launch it in the US and keep improving the app in the foreign country with the US?](https://www.reddit.com/r/androiddev/comments/15b63xf/is_it_possible_to_develop_an_app_in_a_foreign/) -- [Google Play: Account Termination Without explanation or warning.](https://www.reddit.com/r/androiddev/comments/15b5aa3/google_play_account_termination_without/) -- [No Log.d in Android Studio using Shield Pro](https://www.reddit.com/r/androiddev/comments/15b39yt/no_logd_in_android_studio_using_shield_pro/) -- [Any one can share AppAuth android with Jetack compose code?](https://www.reddit.com/r/androiddev/comments/15b0d3s/any_one_can_share_appauth_android_with_jetack/) +- [Supercharging Continuous Integration with Gradle](https://www.reddit.com/r/androiddev/comments/15cdtf5/supercharging_continuous_integration_with_gradle/) +- [Will phone assistants ever become really intelligent, mainly in this AI era?](https://www.reddit.com/r/androiddev/comments/15cboa5/will_phone_assistants_ever_become_really/) +- [What are the prospects for android development for the next 5 years?](https://www.reddit.com/r/androiddev/comments/15c9vgi/what_are_the_prospects_for_android_development/) +- [Is it worth it to become an android developer?](https://www.reddit.com/r/androiddev/comments/15c9a88/is_it_worth_it_to_become_an_android_developer/) +- [How much is a MAU user worth ?](https://www.reddit.com/r/androiddev/comments/15c7451/how_much_is_a_mau_user_worth/) +- [Code formatting checks in CI workflow](https://www.reddit.com/r/androiddev/comments/15c71pu/code_formatting_checks_in_ci_workflow/) +- [Problem with using Hilt inside an activity with NavigationBar and fragments which have child fragments inside them](https://www.reddit.com/r/androiddev/comments/15c2eoq/problem_with_using_hilt_inside_an_activity_with/) +- [Seeking Help from Developers: Building an App for Visually Impaired Users (9th Grade Indian Student)](https://www.reddit.com/r/androiddev/comments/15bz9zz/seeking_help_from_developers_building_an_app_for/) +- [Is Codepath for Android still relevant?](https://www.reddit.com/r/androiddev/comments/15bz6w5/is_codepath_for_android_still_relevant/) +- [Substitution for Google's Associate Android Developer cert?](https://www.reddit.com/r/androiddev/comments/15bypzv/substitution_for_googles_associate_android/) ### *InfoWorld posts* From f99f181b0efb6a7c116c125cffd566f11de6734f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 30 Jul 2023 01:29:12 +0000 Subject: [PATCH 0607/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f41e92c6c8..f955330556 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Supercharging Continuous Integration with Gradle](https://www.reddit.com/r/androiddev/comments/15cdtf5/supercharging_continuous_integration_with_gradle/) -- [Will phone assistants ever become really intelligent, mainly in this AI era?](https://www.reddit.com/r/androiddev/comments/15cboa5/will_phone_assistants_ever_become_really/) -- [What are the prospects for android development for the next 5 years?](https://www.reddit.com/r/androiddev/comments/15c9vgi/what_are_the_prospects_for_android_development/) -- [Is it worth it to become an android developer?](https://www.reddit.com/r/androiddev/comments/15c9a88/is_it_worth_it_to_become_an_android_developer/) -- [How much is a MAU user worth ?](https://www.reddit.com/r/androiddev/comments/15c7451/how_much_is_a_mau_user_worth/) -- [Code formatting checks in CI workflow](https://www.reddit.com/r/androiddev/comments/15c71pu/code_formatting_checks_in_ci_workflow/) -- [Problem with using Hilt inside an activity with NavigationBar and fragments which have child fragments inside them](https://www.reddit.com/r/androiddev/comments/15c2eoq/problem_with_using_hilt_inside_an_activity_with/) -- [Seeking Help from Developers: Building an App for Visually Impaired Users (9th Grade Indian Student)](https://www.reddit.com/r/androiddev/comments/15bz9zz/seeking_help_from_developers_building_an_app_for/) -- [Is Codepath for Android still relevant?](https://www.reddit.com/r/androiddev/comments/15bz6w5/is_codepath_for_android_still_relevant/) -- [Substitution for Google's Associate Android Developer cert?](https://www.reddit.com/r/androiddev/comments/15bypzv/substitution_for_googles_associate_android/) +- [How to make the short description appear on the playstore search result? My app appears the same as the one with red "x" how to make it loke the others?](https://www.reddit.com/r/androiddev/comments/15d7uua/how_to_make_the_short_description_appear_on_the/) +- [Where to put privacy policy link in the app?](https://www.reddit.com/r/androiddev/comments/15d72fl/where_to_put_privacy_policy_link_in_the_app/) +- [Feeling lost while learning android.](https://www.reddit.com/r/androiddev/comments/15d5udw/feeling_lost_while_learning_android/) +- [Fall in love ❤️ with Android Studio all over again](https://www.reddit.com/r/androiddev/comments/15d5pu0/fall_in_love_with_android_studio_all_over_again/) +- [Just interesting what will be if I'll answer like this? :)](https://www.reddit.com/r/androiddev/comments/15d4vfk/just_interesting_what_will_be_if_ill_answer_like/) +- [How can I tell if my app is in review?](https://www.reddit.com/r/androiddev/comments/15d4cqe/how_can_i_tell_if_my_app_is_in_review/) +- [I can't get my app to work!](https://www.reddit.com/r/androiddev/comments/15d35wm/i_cant_get_my_app_to_work/) +- [Anyone familiar with Coppernic SDK?](https://www.reddit.com/r/androiddev/comments/15d26ir/anyone_familiar_with_coppernic_sdk/) +- [3D progress of our upcoming mobile game. Customise your characters to gain new skills and looks by discovering new body parts. Comment and share your thoughts!](https://www.reddit.com/r/androiddev/comments/15d1jbx/3d_progress_of_our_upcoming_mobile_game_customise/) +- [uploaded a build to play-store without uploading mapping files.](https://www.reddit.com/r/androiddev/comments/15d06or/uploaded_a_build_to_playstore_without_uploading/) ### *InfoWorld posts* From e20024e2911fb1f6297725b11fc45da9ce99e417 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 31 Jul 2023 01:29:34 +0000 Subject: [PATCH 0608/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f955330556..f676ceac11 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to make the short description appear on the playstore search result? My app appears the same as the one with red "x" how to make it loke the others?](https://www.reddit.com/r/androiddev/comments/15d7uua/how_to_make_the_short_description_appear_on_the/) -- [Where to put privacy policy link in the app?](https://www.reddit.com/r/androiddev/comments/15d72fl/where_to_put_privacy_policy_link_in_the_app/) -- [Feeling lost while learning android.](https://www.reddit.com/r/androiddev/comments/15d5udw/feeling_lost_while_learning_android/) -- [Fall in love ❤️ with Android Studio all over again](https://www.reddit.com/r/androiddev/comments/15d5pu0/fall_in_love_with_android_studio_all_over_again/) -- [Just interesting what will be if I'll answer like this? :)](https://www.reddit.com/r/androiddev/comments/15d4vfk/just_interesting_what_will_be_if_ill_answer_like/) -- [How can I tell if my app is in review?](https://www.reddit.com/r/androiddev/comments/15d4cqe/how_can_i_tell_if_my_app_is_in_review/) -- [I can't get my app to work!](https://www.reddit.com/r/androiddev/comments/15d35wm/i_cant_get_my_app_to_work/) -- [Anyone familiar with Coppernic SDK?](https://www.reddit.com/r/androiddev/comments/15d26ir/anyone_familiar_with_coppernic_sdk/) -- [3D progress of our upcoming mobile game. Customise your characters to gain new skills and looks by discovering new body parts. Comment and share your thoughts!](https://www.reddit.com/r/androiddev/comments/15d1jbx/3d_progress_of_our_upcoming_mobile_game_customise/) -- [uploaded a build to play-store without uploading mapping files.](https://www.reddit.com/r/androiddev/comments/15d06or/uploaded_a_build_to_playstore_without_uploading/) +- [Just Released MLKit with Jetpack Compose! Seeking Feedback 🚀 💫](https://www.reddit.com/r/androiddev/comments/15dwcly/just_released_mlkit_with_jetpack_compose_seeking/) +- [when i open the EditText the recycler view glitches and the other Edit Text Disappears, idk why this is happening?](https://www.reddit.com/r/androiddev/comments/15dw6sc/when_i_open_the_edittext_the_recycler_view/) +- [Why doesn't Android Picture in Picture have playback buttons?](https://www.reddit.com/r/androiddev/comments/15dw2uc/why_doesnt_android_picture_in_picture_have/) +- [Use animated webp image with compose?](https://www.reddit.com/r/androiddev/comments/15dviya/use_animated_webp_image_with_compose/) +- [Why do Google's YouTube content creators get to post their Patreon, but Google's Android Developers are strictly forbidden from posting there Patreon?](https://www.reddit.com/r/androiddev/comments/15dqd53/why_do_googles_youtube_content_creators_get_to/) +- [Best practise to make helper class compatible with jetpack compose](https://www.reddit.com/r/androiddev/comments/15dq78d/best_practise_to_make_helper_class_compatible/) +- [Style & Recomposition Performance](https://www.reddit.com/r/androiddev/comments/15dos69/style_recomposition_performance/) +- [Can we switch to other development fields from android?](https://www.reddit.com/r/androiddev/comments/15dk2np/can_we_switch_to_other_development_fields_from/) +- [Files Access Without Permission Listed](https://www.reddit.com/r/androiddev/comments/15dk2ho/files_access_without_permission_listed/) +- [Hello, I uploaded my game to Google Play and got an email back with this content. I'm using IronSource, and as far as I know you can't skip rewarded ads in it. what can I do in this situation?](https://www.reddit.com/r/androiddev/comments/15dh6ib/hello_i_uploaded_my_game_to_google_play_and_got/) ### *InfoWorld posts* From 5ce7260fab8ddd1292458a6578da4ec36209f136 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 1 Aug 2023 01:29:40 +0000 Subject: [PATCH 0609/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f676ceac11..14f806bafe 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Just Released MLKit with Jetpack Compose! Seeking Feedback 🚀 💫](https://www.reddit.com/r/androiddev/comments/15dwcly/just_released_mlkit_with_jetpack_compose_seeking/) -- [when i open the EditText the recycler view glitches and the other Edit Text Disappears, idk why this is happening?](https://www.reddit.com/r/androiddev/comments/15dw6sc/when_i_open_the_edittext_the_recycler_view/) -- [Why doesn't Android Picture in Picture have playback buttons?](https://www.reddit.com/r/androiddev/comments/15dw2uc/why_doesnt_android_picture_in_picture_have/) -- [Use animated webp image with compose?](https://www.reddit.com/r/androiddev/comments/15dviya/use_animated_webp_image_with_compose/) -- [Why do Google's YouTube content creators get to post their Patreon, but Google's Android Developers are strictly forbidden from posting there Patreon?](https://www.reddit.com/r/androiddev/comments/15dqd53/why_do_googles_youtube_content_creators_get_to/) -- [Best practise to make helper class compatible with jetpack compose](https://www.reddit.com/r/androiddev/comments/15dq78d/best_practise_to_make_helper_class_compatible/) -- [Style & Recomposition Performance](https://www.reddit.com/r/androiddev/comments/15dos69/style_recomposition_performance/) -- [Can we switch to other development fields from android?](https://www.reddit.com/r/androiddev/comments/15dk2np/can_we_switch_to_other_development_fields_from/) -- [Files Access Without Permission Listed](https://www.reddit.com/r/androiddev/comments/15dk2ho/files_access_without_permission_listed/) -- [Hello, I uploaded my game to Google Play and got an email back with this content. I'm using IronSource, and as far as I know you can't skip rewarded ads in it. what can I do in this situation?](https://www.reddit.com/r/androiddev/comments/15dh6ib/hello_i_uploaded_my_game_to_google_play_and_got/) +- [Mod APKs](https://www.reddit.com/r/androiddev/comments/15exzbv/mod_apks/) +- [Failed to resolve android-adapters 3.1.0](https://www.reddit.com/r/androiddev/comments/15ewpms/failed_to_resolve_androidadapters_310/) +- [I've created a declarative permission management library](https://www.reddit.com/r/androiddev/comments/15etl34/ive_created_a_declarative_permission_management/) +- [Should Android Developer be good with alghoritms/data strucutes?](https://www.reddit.com/r/androiddev/comments/15eshs6/should_android_developer_be_good_with/) +- [how can we add Section Header to "Leanback" VerticalGridview?](https://www.reddit.com/r/androiddev/comments/15epwwt/how_can_we_add_section_header_to_leanback/) +- [Porting Android NDK to arm64 host - cloud vm](https://www.reddit.com/r/androiddev/comments/15epb58/porting_android_ndk_to_arm64_host_cloud_vm/) +- [Android Developers Blog: Try the K2 compiler in your Android projects](https://www.reddit.com/r/androiddev/comments/15eobwm/android_developers_blog_try_the_k2_compiler_in/) +- [Open source RSS gaming news feed reader & game recommendation app.](https://www.reddit.com/r/androiddev/comments/15enbqr/open_source_rss_gaming_news_feed_reader_game/) +- [Audio feature extraction](https://www.reddit.com/r/androiddev/comments/15en8os/audio_feature_extraction/) +- [Connecting to car radio via USB](https://www.reddit.com/r/androiddev/comments/15em8h9/connecting_to_car_radio_via_usb/) ### *InfoWorld posts* From f0189887fe9bb97cd56c9e0ca0f313994bda1b0c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 2 Aug 2023 01:27:49 +0000 Subject: [PATCH 0610/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 14f806bafe..1fa0b7d6d2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Mod APKs](https://www.reddit.com/r/androiddev/comments/15exzbv/mod_apks/) -- [Failed to resolve android-adapters 3.1.0](https://www.reddit.com/r/androiddev/comments/15ewpms/failed_to_resolve_androidadapters_310/) -- [I've created a declarative permission management library](https://www.reddit.com/r/androiddev/comments/15etl34/ive_created_a_declarative_permission_management/) -- [Should Android Developer be good with alghoritms/data strucutes?](https://www.reddit.com/r/androiddev/comments/15eshs6/should_android_developer_be_good_with/) -- [how can we add Section Header to "Leanback" VerticalGridview?](https://www.reddit.com/r/androiddev/comments/15epwwt/how_can_we_add_section_header_to_leanback/) -- [Porting Android NDK to arm64 host - cloud vm](https://www.reddit.com/r/androiddev/comments/15epb58/porting_android_ndk_to_arm64_host_cloud_vm/) -- [Android Developers Blog: Try the K2 compiler in your Android projects](https://www.reddit.com/r/androiddev/comments/15eobwm/android_developers_blog_try_the_k2_compiler_in/) -- [Open source RSS gaming news feed reader & game recommendation app.](https://www.reddit.com/r/androiddev/comments/15enbqr/open_source_rss_gaming_news_feed_reader_game/) -- [Audio feature extraction](https://www.reddit.com/r/androiddev/comments/15en8os/audio_feature_extraction/) -- [Connecting to car radio via USB](https://www.reddit.com/r/androiddev/comments/15em8h9/connecting_to_car_radio_via_usb/) +- [Can't install sdk platform tools](https://www.reddit.com/r/androiddev/comments/15ft2fj/cant_install_sdk_platform_tools/) +- [How to code an aquarium with animated fish](https://www.reddit.com/r/androiddev/comments/15fs5p0/how_to_code_an_aquarium_with_animated_fish/) +- [Event click no funciona cuando sobre textview en holder de RecyclerView](https://www.reddit.com/r/androiddev/comments/15fr9nc/event_click_no_funciona_cuando_sobre_textview_en/) +- [Default RecyclerView animations might be hurting your UX.](https://www.reddit.com/r/androiddev/comments/15fr5rg/default_recyclerview_animations_might_be_hurting/) +- [Android devs: Is this a Firmware issue?](https://www.reddit.com/r/androiddev/comments/15fr2eq/android_devs_is_this_a_firmware_issue/) +- [Trying not to rant - Did google engineering really through through Play Integrity and it’s logistics](https://www.reddit.com/r/androiddev/comments/15fpmz4/trying_not_to_rant_did_google_engineering_really/) +- [How to only inject one parameter in a constructor](https://www.reddit.com/r/androiddev/comments/15fpc28/how_to_only_inject_one_parameter_in_a_constructor/) +- [android:windowSoftInputMode="adjustResize" not working with WindowCompat.setDecorFitsSystemWindows(window, false)](https://www.reddit.com/r/androiddev/comments/15fmvr2/androidwindowsoftinputmodeadjustresize_not/) +- [Been playing around with Compose and some new stuff](https://www.reddit.com/r/androiddev/comments/15flrb0/been_playing_around_with_compose_and_some_new/) +- [any updated course guide for jetpack compose](https://www.reddit.com/r/androiddev/comments/15fhsgc/any_updated_course_guide_for_jetpack_compose/) ### *InfoWorld posts* From 9f2489aa5baf85a5d41e3d338cbe7eb27e01f01a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 3 Aug 2023 01:29:09 +0000 Subject: [PATCH 0611/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1fa0b7d6d2..d3ea277bdb 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Can't install sdk platform tools](https://www.reddit.com/r/androiddev/comments/15ft2fj/cant_install_sdk_platform_tools/) -- [How to code an aquarium with animated fish](https://www.reddit.com/r/androiddev/comments/15fs5p0/how_to_code_an_aquarium_with_animated_fish/) -- [Event click no funciona cuando sobre textview en holder de RecyclerView](https://www.reddit.com/r/androiddev/comments/15fr9nc/event_click_no_funciona_cuando_sobre_textview_en/) -- [Default RecyclerView animations might be hurting your UX.](https://www.reddit.com/r/androiddev/comments/15fr5rg/default_recyclerview_animations_might_be_hurting/) -- [Android devs: Is this a Firmware issue?](https://www.reddit.com/r/androiddev/comments/15fr2eq/android_devs_is_this_a_firmware_issue/) -- [Trying not to rant - Did google engineering really through through Play Integrity and it’s logistics](https://www.reddit.com/r/androiddev/comments/15fpmz4/trying_not_to_rant_did_google_engineering_really/) -- [How to only inject one parameter in a constructor](https://www.reddit.com/r/androiddev/comments/15fpc28/how_to_only_inject_one_parameter_in_a_constructor/) -- [android:windowSoftInputMode="adjustResize" not working with WindowCompat.setDecorFitsSystemWindows(window, false)](https://www.reddit.com/r/androiddev/comments/15fmvr2/androidwindowsoftinputmodeadjustresize_not/) -- [Been playing around with Compose and some new stuff](https://www.reddit.com/r/androiddev/comments/15flrb0/been_playing_around_with_compose_and_some_new/) -- [any updated course guide for jetpack compose](https://www.reddit.com/r/androiddev/comments/15fhsgc/any_updated_course_guide_for_jetpack_compose/) +- [Limits of TDD in Android](https://www.reddit.com/r/androiddev/comments/15gpt77/limits_of_tdd_in_android/) +- [Files Dissapeared After Extension Change](https://www.reddit.com/r/androiddev/comments/15gpfea/files_dissapeared_after_extension_change/) +- [Phone number Auth in firebase using Mvvm](https://www.reddit.com/r/androiddev/comments/15gp2or/phone_number_auth_in_firebase_using_mvvm/) +- [How do I change focus traversal between multiple composable functions?](https://www.reddit.com/r/androiddev/comments/15go4t0/how_do_i_change_focus_traversal_between_multiple/) +- [Is it possible to run a curl command in an androidTest](https://www.reddit.com/r/androiddev/comments/15gn6er/is_it_possible_to_run_a_curl_command_in_an/) +- [App done, website done, subscription plans done, what now?](https://www.reddit.com/r/androiddev/comments/15glmyb/app_done_website_done_subscription_plans_done/) +- [Is MacBook Air (2020), M1, 8G RAM, 256 SSD, good enough?](https://www.reddit.com/r/androiddev/comments/15gj5tf/is_macbook_air_2020_m1_8g_ram_256_ssd_good_enough/) +- [Solo devs, what methodology do you use to choose the apps you develop?](https://www.reddit.com/r/androiddev/comments/15gi6qr/solo_devs_what_methodology_do_you_use_to_choose/) +- [How to change the API level from level 27 to level 31?](https://www.reddit.com/r/androiddev/comments/15gcl0e/how_to_change_the_api_level_from_level_27_to/) +- [Android .apk within another .apk?](https://www.reddit.com/r/androiddev/comments/15g8sk4/android_apk_within_another_apk/) ### *InfoWorld posts* From 050bcb49f89f85734eb21ad5ab52927ca3df0062 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 4 Aug 2023 01:29:28 +0000 Subject: [PATCH 0612/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d3ea277bdb..6a0b1ed176 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Limits of TDD in Android](https://www.reddit.com/r/androiddev/comments/15gpt77/limits_of_tdd_in_android/) -- [Files Dissapeared After Extension Change](https://www.reddit.com/r/androiddev/comments/15gpfea/files_dissapeared_after_extension_change/) -- [Phone number Auth in firebase using Mvvm](https://www.reddit.com/r/androiddev/comments/15gp2or/phone_number_auth_in_firebase_using_mvvm/) -- [How do I change focus traversal between multiple composable functions?](https://www.reddit.com/r/androiddev/comments/15go4t0/how_do_i_change_focus_traversal_between_multiple/) -- [Is it possible to run a curl command in an androidTest](https://www.reddit.com/r/androiddev/comments/15gn6er/is_it_possible_to_run_a_curl_command_in_an/) -- [App done, website done, subscription plans done, what now?](https://www.reddit.com/r/androiddev/comments/15glmyb/app_done_website_done_subscription_plans_done/) -- [Is MacBook Air (2020), M1, 8G RAM, 256 SSD, good enough?](https://www.reddit.com/r/androiddev/comments/15gj5tf/is_macbook_air_2020_m1_8g_ram_256_ssd_good_enough/) -- [Solo devs, what methodology do you use to choose the apps you develop?](https://www.reddit.com/r/androiddev/comments/15gi6qr/solo_devs_what_methodology_do_you_use_to_choose/) -- [How to change the API level from level 27 to level 31?](https://www.reddit.com/r/androiddev/comments/15gcl0e/how_to_change_the_api_level_from_level_27_to/) -- [Android .apk within another .apk?](https://www.reddit.com/r/androiddev/comments/15g8sk4/android_apk_within_another_apk/) +- [Help](https://www.reddit.com/r/androiddev/comments/15hl4g8/help/) +- [Organic downloads drop after changing developer name](https://www.reddit.com/r/androiddev/comments/15hgjqe/organic_downloads_drop_after_changing_developer/) +- [Backend SDET to mobile SDET](https://www.reddit.com/r/androiddev/comments/15hgff7/backend_sdet_to_mobile_sdet/) +- [Offline navigation apps - how to inject maps in an offline way?](https://www.reddit.com/r/androiddev/comments/15hds2l/offline_navigation_apps_how_to_inject_maps_in_an/) +- [Books for beginners in android game development](https://www.reddit.com/r/androiddev/comments/15hdice/books_for_beginners_in_android_game_development/) +- [ionic react android app](https://www.reddit.com/r/androiddev/comments/15hda32/ionic_react_android_app/) +- [A bit worried about mobile job market](https://www.reddit.com/r/androiddev/comments/15hcyg9/a_bit_worried_about_mobile_job_market/) +- [We have an update for our app that hasn't been updated since 2019, devs says we can’t update and we have to make another one.](https://www.reddit.com/r/androiddev/comments/15h9a1j/we_have_an_update_for_our_app_that_hasnt_been/) +- [How to manage strings in multi-module app?](https://www.reddit.com/r/androiddev/comments/15h8v9q/how_to_manage_strings_in_multimodule_app/) +- [Trying to understand why Compose side-effects have to be this difficult](https://www.reddit.com/r/androiddev/comments/15h6ju7/trying_to_understand_why_compose_sideeffects_have/) ### *InfoWorld posts* From ef527e96588f78eab94fff2506bdc5fc89ebca04 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 5 Aug 2023 01:28:14 +0000 Subject: [PATCH 0613/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6a0b1ed176..54f752b93a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Help](https://www.reddit.com/r/androiddev/comments/15hl4g8/help/) -- [Organic downloads drop after changing developer name](https://www.reddit.com/r/androiddev/comments/15hgjqe/organic_downloads_drop_after_changing_developer/) -- [Backend SDET to mobile SDET](https://www.reddit.com/r/androiddev/comments/15hgff7/backend_sdet_to_mobile_sdet/) -- [Offline navigation apps - how to inject maps in an offline way?](https://www.reddit.com/r/androiddev/comments/15hds2l/offline_navigation_apps_how_to_inject_maps_in_an/) -- [Books for beginners in android game development](https://www.reddit.com/r/androiddev/comments/15hdice/books_for_beginners_in_android_game_development/) -- [ionic react android app](https://www.reddit.com/r/androiddev/comments/15hda32/ionic_react_android_app/) -- [A bit worried about mobile job market](https://www.reddit.com/r/androiddev/comments/15hcyg9/a_bit_worried_about_mobile_job_market/) -- [We have an update for our app that hasn't been updated since 2019, devs says we can’t update and we have to make another one.](https://www.reddit.com/r/androiddev/comments/15h9a1j/we_have_an_update_for_our_app_that_hasnt_been/) -- [How to manage strings in multi-module app?](https://www.reddit.com/r/androiddev/comments/15h8v9q/how_to_manage_strings_in_multimodule_app/) -- [Trying to understand why Compose side-effects have to be this difficult](https://www.reddit.com/r/androiddev/comments/15h6ju7/trying_to_understand_why_compose_sideeffects_have/) +- [RecyclerView doesn't go up when the soft keyboard opens tried everything I found online](https://www.reddit.com/r/androiddev/comments/15ib9be/recyclerview_doesnt_go_up_when_the_soft_keyboard/) +- [Why is the splash screen API so complex? Took me hours to figure out how to make it work on all devices without using another activity](https://www.reddit.com/r/androiddev/comments/15i87yc/why_is_the_splash_screen_api_so_complex_took_me/) +- [App Testing with 3 Emulators](https://www.reddit.com/r/androiddev/comments/15i5l84/app_testing_with_3_emulators/) +- [[Self-Learning] Join Weekly Compose Challenge - Welcome back](https://www.reddit.com/r/androiddev/comments/15i4w0z/selflearning_join_weekly_compose_challenge/) +- [AS Giraffe does not keep APK on device after espresso test finishes](https://www.reddit.com/r/androiddev/comments/15i12qo/as_giraffe_does_not_keep_apk_on_device_after/) +- [Flutter passkeys package for Android](https://www.reddit.com/r/androiddev/comments/15hzw18/flutter_passkeys_package_for_android/) +- [Android studio hacks to create your first Android app](https://www.reddit.com/r/androiddev/comments/15hzfcj/android_studio_hacks_to_create_your_first_android/) +- [E2E Encryption - How important is it for Android applications](https://www.reddit.com/r/androiddev/comments/15hyw7v/e2e_encryption_how_important_is_it_for_android/) +- [💥🙀 Supercharge Android App Indexing in 2023: Unveiling the Fastest and Most Effortless Route with CPI Campaigns](https://www.reddit.com/r/androiddev/comments/15hvy3j/supercharge_android_app_indexing_in_2023/) +- [Android quietly crashing instead of showing an exception and stopping the app?](https://www.reddit.com/r/androiddev/comments/15hustf/android_quietly_crashing_instead_of_showing_an/) ### *InfoWorld posts* From 8f436376a3007c9b2748f2f7777a880dd9981d7e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 6 Aug 2023 01:26:20 +0000 Subject: [PATCH 0614/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 54f752b93a..bba1073641 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [RecyclerView doesn't go up when the soft keyboard opens tried everything I found online](https://www.reddit.com/r/androiddev/comments/15ib9be/recyclerview_doesnt_go_up_when_the_soft_keyboard/) -- [Why is the splash screen API so complex? Took me hours to figure out how to make it work on all devices without using another activity](https://www.reddit.com/r/androiddev/comments/15i87yc/why_is_the_splash_screen_api_so_complex_took_me/) -- [App Testing with 3 Emulators](https://www.reddit.com/r/androiddev/comments/15i5l84/app_testing_with_3_emulators/) -- [[Self-Learning] Join Weekly Compose Challenge - Welcome back](https://www.reddit.com/r/androiddev/comments/15i4w0z/selflearning_join_weekly_compose_challenge/) -- [AS Giraffe does not keep APK on device after espresso test finishes](https://www.reddit.com/r/androiddev/comments/15i12qo/as_giraffe_does_not_keep_apk_on_device_after/) -- [Flutter passkeys package for Android](https://www.reddit.com/r/androiddev/comments/15hzw18/flutter_passkeys_package_for_android/) -- [Android studio hacks to create your first Android app](https://www.reddit.com/r/androiddev/comments/15hzfcj/android_studio_hacks_to_create_your_first_android/) -- [E2E Encryption - How important is it for Android applications](https://www.reddit.com/r/androiddev/comments/15hyw7v/e2e_encryption_how_important_is_it_for_android/) -- [💥🙀 Supercharge Android App Indexing in 2023: Unveiling the Fastest and Most Effortless Route with CPI Campaigns](https://www.reddit.com/r/androiddev/comments/15hvy3j/supercharge_android_app_indexing_in_2023/) -- [Android quietly crashing instead of showing an exception and stopping the app?](https://www.reddit.com/r/androiddev/comments/15hustf/android_quietly_crashing_instead_of_showing_an/) +- [Alternative options for Firebase Phone Authentication?](https://www.reddit.com/r/androiddev/comments/15jbptt/alternative_options_for_firebase_phone/) +- [app for stuff sharing over the LAN (does it exist)](https://www.reddit.com/r/androiddev/comments/15jan0l/app_for_stuff_sharing_over_the_lan_does_it_exist/) +- [Is there any way to make Android Studio notify you about any missing IDs?](https://www.reddit.com/r/androiddev/comments/15ja7qm/is_there_any_way_to_make_android_studio_notify/) +- [Guide - Creating an Android Quiz Application with OpenAI API](https://www.reddit.com/r/androiddev/comments/15j4pem/guide_creating_an_android_quiz_application_with/) +- [Custom progress animation in Android](https://www.reddit.com/r/androiddev/comments/15izyis/custom_progress_animation_in_android/) +- [Unit Testing SharedFlow inside a ViewModel](https://www.reddit.com/r/androiddev/comments/15iz5nj/unit_testing_sharedflow_inside_a_viewmodel/) +- [How such UIs are made?](https://www.reddit.com/r/androiddev/comments/15iyh6h/how_such_uis_are_made/) +- [Required information to create a Play Console developer account (effective August 31, 2023)](https://www.reddit.com/r/androiddev/comments/15iy74x/required_information_to_create_a_play_console/) +- [Is there any way I can get this refund sooner??](https://www.reddit.com/r/androiddev/comments/15ixi0t/is_there_any_way_i_can_get_this_refund_sooner/) +- [My developer account is remove by Google because of fraudulent payment activity](https://www.reddit.com/r/androiddev/comments/15ixcr4/my_developer_account_is_remove_by_google_because/) ### *InfoWorld posts* From c845b2d7184226ec62204a075715cb6432312a4b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 7 Aug 2023 01:29:31 +0000 Subject: [PATCH 0615/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bba1073641..fc3bf06a25 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Alternative options for Firebase Phone Authentication?](https://www.reddit.com/r/androiddev/comments/15jbptt/alternative_options_for_firebase_phone/) -- [app for stuff sharing over the LAN (does it exist)](https://www.reddit.com/r/androiddev/comments/15jan0l/app_for_stuff_sharing_over_the_lan_does_it_exist/) -- [Is there any way to make Android Studio notify you about any missing IDs?](https://www.reddit.com/r/androiddev/comments/15ja7qm/is_there_any_way_to_make_android_studio_notify/) -- [Guide - Creating an Android Quiz Application with OpenAI API](https://www.reddit.com/r/androiddev/comments/15j4pem/guide_creating_an_android_quiz_application_with/) -- [Custom progress animation in Android](https://www.reddit.com/r/androiddev/comments/15izyis/custom_progress_animation_in_android/) -- [Unit Testing SharedFlow inside a ViewModel](https://www.reddit.com/r/androiddev/comments/15iz5nj/unit_testing_sharedflow_inside_a_viewmodel/) -- [How such UIs are made?](https://www.reddit.com/r/androiddev/comments/15iyh6h/how_such_uis_are_made/) -- [Required information to create a Play Console developer account (effective August 31, 2023)](https://www.reddit.com/r/androiddev/comments/15iy74x/required_information_to_create_a_play_console/) -- [Is there any way I can get this refund sooner??](https://www.reddit.com/r/androiddev/comments/15ixi0t/is_there_any_way_i_can_get_this_refund_sooner/) -- [My developer account is remove by Google because of fraudulent payment activity](https://www.reddit.com/r/androiddev/comments/15ixcr4/my_developer_account_is_remove_by_google_because/) +- [Breaking Free from Android Studio: Harnessing the Full Potential of Gradle for Building and Running…](https://www.reddit.com/r/androiddev/comments/15k6e4f/breaking_free_from_android_studio_harnessing_the/) +- [How to "degrade" a good app like youtube?](https://www.reddit.com/r/androiddev/comments/15jyxxd/how_to_degrade_a_good_app_like_youtube/) +- [Quickest/cheap way to turn a material design theme (shrine) into a web with domain for prototyping testing?](https://www.reddit.com/r/androiddev/comments/15jxpkz/quickestcheap_way_to_turn_a_material_design_theme/) +- [Calling onResume in onPause?](https://www.reddit.com/r/androiddev/comments/15jxdgr/calling_onresume_in_onpause/) +- [How do I make the pdfView swipe from right to left on my app?](https://www.reddit.com/r/androiddev/comments/15jws4u/how_do_i_make_the_pdfview_swipe_from_right_to/) +- [How to get started with building a File Transfer App for Android?](https://www.reddit.com/r/androiddev/comments/15jvh7t/how_to_get_started_with_building_a_file_transfer/) +- [Android Dev on the low end](https://www.reddit.com/r/androiddev/comments/15jux6g/android_dev_on_the_low_end/) +- [Why does my widget color change depending on location?](https://www.reddit.com/r/androiddev/comments/15ju8s2/why_does_my_widget_color_change_depending_on/) +- [Seeking Guidance in Android Development](https://www.reddit.com/r/androiddev/comments/15jszki/seeking_guidance_in_android_development/) +- [How should I handle such reviews?](https://www.reddit.com/r/androiddev/comments/15jr2kl/how_should_i_handle_such_reviews/) ### *InfoWorld posts* From 5ef02fca4882b3085c44fe8d06592ae4bc83059c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 8 Aug 2023 01:28:51 +0000 Subject: [PATCH 0616/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fc3bf06a25..c10bb18361 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Breaking Free from Android Studio: Harnessing the Full Potential of Gradle for Building and Running…](https://www.reddit.com/r/androiddev/comments/15k6e4f/breaking_free_from_android_studio_harnessing_the/) -- [How to "degrade" a good app like youtube?](https://www.reddit.com/r/androiddev/comments/15jyxxd/how_to_degrade_a_good_app_like_youtube/) -- [Quickest/cheap way to turn a material design theme (shrine) into a web with domain for prototyping testing?](https://www.reddit.com/r/androiddev/comments/15jxpkz/quickestcheap_way_to_turn_a_material_design_theme/) -- [Calling onResume in onPause?](https://www.reddit.com/r/androiddev/comments/15jxdgr/calling_onresume_in_onpause/) -- [How do I make the pdfView swipe from right to left on my app?](https://www.reddit.com/r/androiddev/comments/15jws4u/how_do_i_make_the_pdfview_swipe_from_right_to/) -- [How to get started with building a File Transfer App for Android?](https://www.reddit.com/r/androiddev/comments/15jvh7t/how_to_get_started_with_building_a_file_transfer/) -- [Android Dev on the low end](https://www.reddit.com/r/androiddev/comments/15jux6g/android_dev_on_the_low_end/) -- [Why does my widget color change depending on location?](https://www.reddit.com/r/androiddev/comments/15ju8s2/why_does_my_widget_color_change_depending_on/) -- [Seeking Guidance in Android Development](https://www.reddit.com/r/androiddev/comments/15jszki/seeking_guidance_in_android_development/) -- [How should I handle such reviews?](https://www.reddit.com/r/androiddev/comments/15jr2kl/how_should_i_handle_such_reviews/) +- [What is Maven?](https://www.reddit.com/r/androiddev/comments/15l1r95/what_is_maven/) +- [Building c++ apps for android without android studio or java](https://www.reddit.com/r/androiddev/comments/15l01m8/building_c_apps_for_android_without_android/) +- [How to avoid asking for Android Context in Kotlin Multiplatform libraries API](https://www.reddit.com/r/androiddev/comments/15kziqn/how_to_avoid_asking_for_android_context_in_kotlin/) +- [Were you a solo developers/entrepreneur before? How did you manage to get a job?](https://www.reddit.com/r/androiddev/comments/15kzg9l/were_you_a_solo_developersentrepreneur_before_how/) +- [Editing Generic.kl file goes wrong with Android 13](https://www.reddit.com/r/androiddev/comments/15kvt9z/editing_generickl_file_goes_wrong_with_android_13/) +- [What kind of view should I use for a Tetris board?](https://www.reddit.com/r/androiddev/comments/15kub9f/what_kind_of_view_should_i_use_for_a_tetris_board/) +- [What certification or courses Should I take as n native Android developer?](https://www.reddit.com/r/androiddev/comments/15kszgz/what_certification_or_courses_should_i_take_as_n/) +- [What are your experiences with InAppMuxer in Media3 transformation library?](https://www.reddit.com/r/androiddev/comments/15kspw3/what_are_your_experiences_with_inappmuxer_in/) +- [Implementing Drag-to-Reorder functionality for RecyclerView Items | Kotlin Guide](https://www.reddit.com/r/androiddev/comments/15krbzd/implementing_dragtoreorder_functionality_for/) +- [Google suspended my account so I open-sourced my App](https://www.reddit.com/r/androiddev/comments/15kqpoz/google_suspended_my_account_so_i_opensourced_my/) ### *InfoWorld posts* From d4bb13d74225c76958e61bb0cbd6acc684e0674c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 9 Aug 2023 01:28:53 +0000 Subject: [PATCH 0617/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c10bb18361..3f0d7560bf 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What is Maven?](https://www.reddit.com/r/androiddev/comments/15l1r95/what_is_maven/) -- [Building c++ apps for android without android studio or java](https://www.reddit.com/r/androiddev/comments/15l01m8/building_c_apps_for_android_without_android/) -- [How to avoid asking for Android Context in Kotlin Multiplatform libraries API](https://www.reddit.com/r/androiddev/comments/15kziqn/how_to_avoid_asking_for_android_context_in_kotlin/) -- [Were you a solo developers/entrepreneur before? How did you manage to get a job?](https://www.reddit.com/r/androiddev/comments/15kzg9l/were_you_a_solo_developersentrepreneur_before_how/) -- [Editing Generic.kl file goes wrong with Android 13](https://www.reddit.com/r/androiddev/comments/15kvt9z/editing_generickl_file_goes_wrong_with_android_13/) -- [What kind of view should I use for a Tetris board?](https://www.reddit.com/r/androiddev/comments/15kub9f/what_kind_of_view_should_i_use_for_a_tetris_board/) -- [What certification or courses Should I take as n native Android developer?](https://www.reddit.com/r/androiddev/comments/15kszgz/what_certification_or_courses_should_i_take_as_n/) -- [What are your experiences with InAppMuxer in Media3 transformation library?](https://www.reddit.com/r/androiddev/comments/15kspw3/what_are_your_experiences_with_inappmuxer_in/) -- [Implementing Drag-to-Reorder functionality for RecyclerView Items | Kotlin Guide](https://www.reddit.com/r/androiddev/comments/15krbzd/implementing_dragtoreorder_functionality_for/) -- [Google suspended my account so I open-sourced my App](https://www.reddit.com/r/androiddev/comments/15kqpoz/google_suspended_my_account_so_i_opensourced_my/) +- [Need refresher on protecting yourself from play store upload scams...](https://www.reddit.com/r/androiddev/comments/15m04so/need_refresher_on_protecting_yourself_from_play/) +- [Is it possible to download music from apps?](https://www.reddit.com/r/androiddev/comments/15lvab1/is_it_possible_to_download_music_from_apps/) +- [Help me with Google play organization dev account verification](https://www.reddit.com/r/androiddev/comments/15lu5aa/help_me_with_google_play_organization_dev_account/) +- [Android Emulator on Debian](https://www.reddit.com/r/androiddev/comments/15lskey/android_emulator_on_debian/) +- [NOOB Trying To Understand Why My Splash Image Isn't Of High Quality [resolution]](https://www.reddit.com/r/androiddev/comments/15lrj7i/noob_trying_to_understand_why_my_splash_image/) +- [How to make my app the default phone's app?](https://www.reddit.com/r/androiddev/comments/15lqj7p/how_to_make_my_app_the_default_phones_app/) +- [Room database structure for an album->image type?](https://www.reddit.com/r/androiddev/comments/15lp603/room_database_structure_for_an_albumimage_type/) +- [KDataStore: my enhanced datastore](https://www.reddit.com/r/androiddev/comments/15lczsc/kdatastore_my_enhanced_datastore/) +- [Developing system app](https://www.reddit.com/r/androiddev/comments/15l9ww4/developing_system_app/) +- [What's the easiest way to implement this offcial showcase in android.](https://www.reddit.com/r/androiddev/comments/15l6mft/whats_the_easiest_way_to_implement_this_offcial/) ### *InfoWorld posts* From fa0ca6e0e0a18cd4cef499461ebd4505e3a9989d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 10 Aug 2023 01:29:09 +0000 Subject: [PATCH 0618/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3f0d7560bf..b67d710096 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Need refresher on protecting yourself from play store upload scams...](https://www.reddit.com/r/androiddev/comments/15m04so/need_refresher_on_protecting_yourself_from_play/) -- [Is it possible to download music from apps?](https://www.reddit.com/r/androiddev/comments/15lvab1/is_it_possible_to_download_music_from_apps/) -- [Help me with Google play organization dev account verification](https://www.reddit.com/r/androiddev/comments/15lu5aa/help_me_with_google_play_organization_dev_account/) -- [Android Emulator on Debian](https://www.reddit.com/r/androiddev/comments/15lskey/android_emulator_on_debian/) -- [NOOB Trying To Understand Why My Splash Image Isn't Of High Quality [resolution]](https://www.reddit.com/r/androiddev/comments/15lrj7i/noob_trying_to_understand_why_my_splash_image/) -- [How to make my app the default phone's app?](https://www.reddit.com/r/androiddev/comments/15lqj7p/how_to_make_my_app_the_default_phones_app/) -- [Room database structure for an album->image type?](https://www.reddit.com/r/androiddev/comments/15lp603/room_database_structure_for_an_albumimage_type/) -- [KDataStore: my enhanced datastore](https://www.reddit.com/r/androiddev/comments/15lczsc/kdatastore_my_enhanced_datastore/) -- [Developing system app](https://www.reddit.com/r/androiddev/comments/15l9ww4/developing_system_app/) -- [What's the easiest way to implement this offcial showcase in android.](https://www.reddit.com/r/androiddev/comments/15l6mft/whats_the_easiest_way_to_implement_this_offcial/) +- [Upload an apk to Play Store](https://www.reddit.com/r/androiddev/comments/15mv74t/upload_an_apk_to_play_store/) +- [Can anyone explain how wake word detection works on Android devices, such as a Google Pixel 7?](https://www.reddit.com/r/androiddev/comments/15msw7b/can_anyone_explain_how_wake_word_detection_works/) +- [How long for app to publish?](https://www.reddit.com/r/androiddev/comments/15mr0fn/how_long_for_app_to_publish/) +- [Did I make the wrong choice when choosing Kotlin over Java for Android app development?](https://www.reddit.com/r/androiddev/comments/15mq2df/did_i_make_the_wrong_choice_when_choosing_kotlin/) +- [How is Android dev compared to web dev?](https://www.reddit.com/r/androiddev/comments/15mporo/how_is_android_dev_compared_to_web_dev/) +- [What if your button nodded for the correct password?](https://www.reddit.com/r/androiddev/comments/15mpn0m/what_if_your_button_nodded_for_the_correct/) +- [React developer looking to try Android dev, questions!](https://www.reddit.com/r/androiddev/comments/15mp7sj/react_developer_looking_to_try_android_dev/) +- [Any way to build an Android app on pc without an emulator or on a physical device connected through usb? I tried using expo but it keeps crashing, plus unable to make react-native-googlesignin work with Firebase. Can I develop on web with phone view and later switch I get a pc with working usb port](https://www.reddit.com/r/androiddev/comments/15mmlgx/any_way_to_build_an_android_app_on_pc_without_an/) +- [Is it possible to forcefully use deprecated methods in Android Studio](https://www.reddit.com/r/androiddev/comments/15mmkfr/is_it_possible_to_forcefully_use_deprecated/) +- [Do i have to fill all "app content" forms for unpublished apps on play console?](https://www.reddit.com/r/androiddev/comments/15mk1uy/do_i_have_to_fill_all_app_content_forms_for/) ### *InfoWorld posts* From d97df995fa65377929387a17d57e648dec3339a8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 11 Aug 2023 01:21:11 +0000 Subject: [PATCH 0619/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b67d710096..0d4ac013d4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Upload an apk to Play Store](https://www.reddit.com/r/androiddev/comments/15mv74t/upload_an_apk_to_play_store/) -- [Can anyone explain how wake word detection works on Android devices, such as a Google Pixel 7?](https://www.reddit.com/r/androiddev/comments/15msw7b/can_anyone_explain_how_wake_word_detection_works/) -- [How long for app to publish?](https://www.reddit.com/r/androiddev/comments/15mr0fn/how_long_for_app_to_publish/) -- [Did I make the wrong choice when choosing Kotlin over Java for Android app development?](https://www.reddit.com/r/androiddev/comments/15mq2df/did_i_make_the_wrong_choice_when_choosing_kotlin/) -- [How is Android dev compared to web dev?](https://www.reddit.com/r/androiddev/comments/15mporo/how_is_android_dev_compared_to_web_dev/) -- [What if your button nodded for the correct password?](https://www.reddit.com/r/androiddev/comments/15mpn0m/what_if_your_button_nodded_for_the_correct/) -- [React developer looking to try Android dev, questions!](https://www.reddit.com/r/androiddev/comments/15mp7sj/react_developer_looking_to_try_android_dev/) -- [Any way to build an Android app on pc without an emulator or on a physical device connected through usb? I tried using expo but it keeps crashing, plus unable to make react-native-googlesignin work with Firebase. Can I develop on web with phone view and later switch I get a pc with working usb port](https://www.reddit.com/r/androiddev/comments/15mmlgx/any_way_to_build_an_android_app_on_pc_without_an/) -- [Is it possible to forcefully use deprecated methods in Android Studio](https://www.reddit.com/r/androiddev/comments/15mmkfr/is_it_possible_to_forcefully_use_deprecated/) -- [Do i have to fill all "app content" forms for unpublished apps on play console?](https://www.reddit.com/r/androiddev/comments/15mk1uy/do_i_have_to_fill_all_app_content_forms_for/) +- [Play Store Estimated Sales report - refreshed frequency](https://www.reddit.com/r/androiddev/comments/15ntgo4/play_store_estimated_sales_report_refreshed/) +- [Remove the root and keep the QCN file intact](https://www.reddit.com/r/androiddev/comments/15nranb/remove_the_root_and_keep_the_qcn_file_intact/) +- [APK not installing](https://www.reddit.com/r/androiddev/comments/15nqrm4/apk_not_installing/) +- [Oreo_notification](https://www.reddit.com/r/androiddev/comments/15npfl5/oreo_notification/) +- [How to do filling loading verticaly in jetpack compose?](https://www.reddit.com/r/androiddev/comments/15npdnu/how_to_do_filling_loading_verticaly_in_jetpack/) +- [I wanted automatic bindings in Dagger so I made a library for it](https://www.reddit.com/r/androiddev/comments/15nndxq/i_wanted_automatic_bindings_in_dagger_so_i_made_a/) +- [How do you handle ForegroundServiceStartNotAllowedException for a foreground service that tried to restart due to low memory?](https://www.reddit.com/r/androiddev/comments/15nkg4h/how_do_you_handle/) +- [How difficult would making this be?](https://www.reddit.com/r/androiddev/comments/15nk10r/how_difficult_would_making_this_be/) +- [Classes with mutable variables in jetpack compose](https://www.reddit.com/r/androiddev/comments/15nhs8f/classes_with_mutable_variables_in_jetpack_compose/) +- [Haptic calls listener](https://www.reddit.com/r/androiddev/comments/15nbpaz/haptic_calls_listener/) ### *InfoWorld posts* From b37b98e22743b40c2709dbc528cfcf13daea342a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 12 Aug 2023 01:20:17 +0000 Subject: [PATCH 0620/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0d4ac013d4..5e3c6fdc24 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Play Store Estimated Sales report - refreshed frequency](https://www.reddit.com/r/androiddev/comments/15ntgo4/play_store_estimated_sales_report_refreshed/) -- [Remove the root and keep the QCN file intact](https://www.reddit.com/r/androiddev/comments/15nranb/remove_the_root_and_keep_the_qcn_file_intact/) -- [APK not installing](https://www.reddit.com/r/androiddev/comments/15nqrm4/apk_not_installing/) -- [Oreo_notification](https://www.reddit.com/r/androiddev/comments/15npfl5/oreo_notification/) -- [How to do filling loading verticaly in jetpack compose?](https://www.reddit.com/r/androiddev/comments/15npdnu/how_to_do_filling_loading_verticaly_in_jetpack/) -- [I wanted automatic bindings in Dagger so I made a library for it](https://www.reddit.com/r/androiddev/comments/15nndxq/i_wanted_automatic_bindings_in_dagger_so_i_made_a/) -- [How do you handle ForegroundServiceStartNotAllowedException for a foreground service that tried to restart due to low memory?](https://www.reddit.com/r/androiddev/comments/15nkg4h/how_do_you_handle/) -- [How difficult would making this be?](https://www.reddit.com/r/androiddev/comments/15nk10r/how_difficult_would_making_this_be/) -- [Classes with mutable variables in jetpack compose](https://www.reddit.com/r/androiddev/comments/15nhs8f/classes_with_mutable_variables_in_jetpack_compose/) -- [Haptic calls listener](https://www.reddit.com/r/androiddev/comments/15nbpaz/haptic_calls_listener/) +- [4 Year Project Now Publishing For Sale](https://www.reddit.com/r/androiddev/comments/15oqtt1/4_year_project_now_publishing_for_sale/) +- [Code Libraries of Popular Apps?](https://www.reddit.com/r/androiddev/comments/15oq990/code_libraries_of_popular_apps/) +- [Project for Developers! (Front and Backend)](https://www.reddit.com/r/androiddev/comments/15oojz1/project_for_developers_front_and_backend/) +- [Introducing android job2email on Google Play Store: Your Quick Path to Swift Job Applications!](https://www.reddit.com/r/androiddev/comments/15on88d/introducing_android_job2email_on_google_play/) +- [Introducing Android Studio Nightly - Android Studio Iguana](https://www.reddit.com/r/androiddev/comments/15olzl1/introducing_android_studio_nightly_android_studio/) +- [Best way to create a customizable bottom navigation (Compose)](https://www.reddit.com/r/androiddev/comments/15ol07p/best_way_to_create_a_customizable_bottom/) +- [Will i lose my apps ranking if i transfer them from one account to another?](https://www.reddit.com/r/androiddev/comments/15ojw4l/will_i_lose_my_apps_ranking_if_i_transfer_them/) +- [My first game which I created at the age of 14 on my 2 cell phone with blog programming.](https://www.reddit.com/r/androiddev/comments/15ojpx1/my_first_game_which_i_created_at_the_age_of_14_on/) +- [Android 8 app limitations?](https://www.reddit.com/r/androiddev/comments/15oigza/android_8_app_limitations/) +- [Is there something wrong with the Google Play review process, or is it just me?](https://www.reddit.com/r/androiddev/comments/15ogng2/is_there_something_wrong_with_the_google_play/) ### *InfoWorld posts* From 170e90b4d5538dd6449278c0538e6cef4e403f10 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 13 Aug 2023 01:23:41 +0000 Subject: [PATCH 0621/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5e3c6fdc24..17729a85c7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [4 Year Project Now Publishing For Sale](https://www.reddit.com/r/androiddev/comments/15oqtt1/4_year_project_now_publishing_for_sale/) -- [Code Libraries of Popular Apps?](https://www.reddit.com/r/androiddev/comments/15oq990/code_libraries_of_popular_apps/) -- [Project for Developers! (Front and Backend)](https://www.reddit.com/r/androiddev/comments/15oojz1/project_for_developers_front_and_backend/) -- [Introducing android job2email on Google Play Store: Your Quick Path to Swift Job Applications!](https://www.reddit.com/r/androiddev/comments/15on88d/introducing_android_job2email_on_google_play/) -- [Introducing Android Studio Nightly - Android Studio Iguana](https://www.reddit.com/r/androiddev/comments/15olzl1/introducing_android_studio_nightly_android_studio/) -- [Best way to create a customizable bottom navigation (Compose)](https://www.reddit.com/r/androiddev/comments/15ol07p/best_way_to_create_a_customizable_bottom/) -- [Will i lose my apps ranking if i transfer them from one account to another?](https://www.reddit.com/r/androiddev/comments/15ojw4l/will_i_lose_my_apps_ranking_if_i_transfer_them/) -- [My first game which I created at the age of 14 on my 2 cell phone with blog programming.](https://www.reddit.com/r/androiddev/comments/15ojpx1/my_first_game_which_i_created_at_the_age_of_14_on/) -- [Android 8 app limitations?](https://www.reddit.com/r/androiddev/comments/15oigza/android_8_app_limitations/) -- [Is there something wrong with the Google Play review process, or is it just me?](https://www.reddit.com/r/androiddev/comments/15ogng2/is_there_something_wrong_with_the_google_play/) +- [How do you download apps published for certain countries?](https://www.reddit.com/r/androiddev/comments/15pknu6/how_do_you_download_apps_published_for_certain/) +- [In which tech was that app built?](https://www.reddit.com/r/androiddev/comments/15pjzk5/in_which_tech_was_that_app_built/) +- [Development of an application that will simplify working with YouTrack](https://www.reddit.com/r/androiddev/comments/15pfvp6/development_of_an_application_that_will_simplify/) +- [Review request for my repository](https://www.reddit.com/r/androiddev/comments/15pepey/review_request_for_my_repository/) +- [How do I get started with Android mobile app development?](https://www.reddit.com/r/androiddev/comments/15pb599/how_do_i_get_started_with_android_mobile_app/) +- [Is it possible to pack bugs/malware in obb file?](https://www.reddit.com/r/androiddev/comments/15pal0r/is_it_possible_to_pack_bugsmalware_in_obb_file/) +- [Idea for a phone addiction That I don't think has been thought of before.](https://www.reddit.com/r/androiddev/comments/15pai1r/idea_for_a_phone_addiction_that_i_dont_think_has/) +- [Proposal: Android could support Activity/Fragment constructors with parameters.](https://www.reddit.com/r/androiddev/comments/15pa5qf/proposal_android_could_support_activityfragment/) +- [Chrome on android lagging more and more over time on particular site, data leak? can it be fixed?](https://www.reddit.com/r/androiddev/comments/15p81g4/chrome_on_android_lagging_more_and_more_over_time/) +- [AS Hedgehog - How to add command line launcher script on MacOS](https://www.reddit.com/r/androiddev/comments/15p7duv/as_hedgehog_how_to_add_command_line_launcher/) ### *InfoWorld posts* From 47f4af5e89c375ba6a97a64997799e8b322e7bfb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 14 Aug 2023 01:22:07 +0000 Subject: [PATCH 0622/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 17729a85c7..2a3c79b381 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How do you download apps published for certain countries?](https://www.reddit.com/r/androiddev/comments/15pknu6/how_do_you_download_apps_published_for_certain/) -- [In which tech was that app built?](https://www.reddit.com/r/androiddev/comments/15pjzk5/in_which_tech_was_that_app_built/) -- [Development of an application that will simplify working with YouTrack](https://www.reddit.com/r/androiddev/comments/15pfvp6/development_of_an_application_that_will_simplify/) -- [Review request for my repository](https://www.reddit.com/r/androiddev/comments/15pepey/review_request_for_my_repository/) -- [How do I get started with Android mobile app development?](https://www.reddit.com/r/androiddev/comments/15pb599/how_do_i_get_started_with_android_mobile_app/) -- [Is it possible to pack bugs/malware in obb file?](https://www.reddit.com/r/androiddev/comments/15pal0r/is_it_possible_to_pack_bugsmalware_in_obb_file/) -- [Idea for a phone addiction That I don't think has been thought of before.](https://www.reddit.com/r/androiddev/comments/15pai1r/idea_for_a_phone_addiction_that_i_dont_think_has/) -- [Proposal: Android could support Activity/Fragment constructors with parameters.](https://www.reddit.com/r/androiddev/comments/15pa5qf/proposal_android_could_support_activityfragment/) -- [Chrome on android lagging more and more over time on particular site, data leak? can it be fixed?](https://www.reddit.com/r/androiddev/comments/15p81g4/chrome_on_android_lagging_more_and_more_over_time/) -- [AS Hedgehog - How to add command line launcher script on MacOS](https://www.reddit.com/r/androiddev/comments/15p7duv/as_hedgehog_how_to_add_command_line_launcher/) +- [Serving data to app](https://www.reddit.com/r/androiddev/comments/15qejtk/serving_data_to_app/) +- [Android Testing Tricks](https://www.reddit.com/r/androiddev/comments/15q8wah/android_testing_tricks/) +- [How to connect my phone as an emulator on my pc to run any apps and still share pc configurations?](https://www.reddit.com/r/androiddev/comments/15q3fi6/how_to_connect_my_phone_as_an_emulator_on_my_pc/) +- [Architecture samples/boilerplate for a new project](https://www.reddit.com/r/androiddev/comments/15q2ubk/architecture_samplesboilerplate_for_a_new_project/) +- [Google play privacy policy](https://www.reddit.com/r/androiddev/comments/15pw5de/google_play_privacy_policy/) +- [Unknown curve name: X448](https://www.reddit.com/r/androiddev/comments/15pv9dl/unknown_curve_name_x448/) +- [will google make camera api a module now that most components are decoupled?](https://www.reddit.com/r/androiddev/comments/15ptlmh/will_google_make_camera_api_a_module_now_that/) +- [Shortcut to switch between 4g and 5g networks.](https://www.reddit.com/r/androiddev/comments/15pp3hm/shortcut_to_switch_between_4g_and_5g_networks/) +- [Regarding compose](https://www.reddit.com/r/androiddev/comments/15pmmyx/regarding_compose/) +- [Debate: Momentum vs custom icons: What is a better UX experience for users?](https://www.reddit.com/r/androiddev/comments/15plqiu/debate_momentum_vs_custom_icons_what_is_a_better/) ### *InfoWorld posts* From cd1ba059248890769fe75841cded45585c5fe97f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 15 Aug 2023 01:21:46 +0000 Subject: [PATCH 0623/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2a3c79b381..7b6d9c12f0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Serving data to app](https://www.reddit.com/r/androiddev/comments/15qejtk/serving_data_to_app/) -- [Android Testing Tricks](https://www.reddit.com/r/androiddev/comments/15q8wah/android_testing_tricks/) -- [How to connect my phone as an emulator on my pc to run any apps and still share pc configurations?](https://www.reddit.com/r/androiddev/comments/15q3fi6/how_to_connect_my_phone_as_an_emulator_on_my_pc/) -- [Architecture samples/boilerplate for a new project](https://www.reddit.com/r/androiddev/comments/15q2ubk/architecture_samplesboilerplate_for_a_new_project/) -- [Google play privacy policy](https://www.reddit.com/r/androiddev/comments/15pw5de/google_play_privacy_policy/) -- [Unknown curve name: X448](https://www.reddit.com/r/androiddev/comments/15pv9dl/unknown_curve_name_x448/) -- [will google make camera api a module now that most components are decoupled?](https://www.reddit.com/r/androiddev/comments/15ptlmh/will_google_make_camera_api_a_module_now_that/) -- [Shortcut to switch between 4g and 5g networks.](https://www.reddit.com/r/androiddev/comments/15pp3hm/shortcut_to_switch_between_4g_and_5g_networks/) -- [Regarding compose](https://www.reddit.com/r/androiddev/comments/15pmmyx/regarding_compose/) -- [Debate: Momentum vs custom icons: What is a better UX experience for users?](https://www.reddit.com/r/androiddev/comments/15plqiu/debate_momentum_vs_custom_icons_what_is_a_better/) +- [Developing a voice-interactive app?](https://www.reddit.com/r/androiddev/comments/15ra80r/developing_a_voiceinteractive_app/) +- [Unlocking bootloader and tripping knox](https://www.reddit.com/r/androiddev/comments/15r91nt/unlocking_bootloader_and_tripping_knox/) +- [Can someone help me with this idk why my phone is doing this it’s a Nokia 2.4 2021 and it’s got a new screen and it’s showing this](https://www.reddit.com/r/androiddev/comments/15r8o86/can_someone_help_me_with_this_idk_why_my_phone_is/) +- [Jetpack Compose memory leak when using remember ?](https://www.reddit.com/r/androiddev/comments/15r7k61/jetpack_compose_memory_leak_when_using_remember/) +- [How do you update a composable based off of the value of a getter variable?](https://www.reddit.com/r/androiddev/comments/15r5hgs/how_do_you_update_a_composable_based_off_of_the/) +- [FB Flipper - Accidentally uninstalled default plugin and can't get it back](https://www.reddit.com/r/androiddev/comments/15r4vu9/fb_flipper_accidentally_uninstalled_default/) +- [TagLostException in NfcA.transceive()](https://www.reddit.com/r/androiddev/comments/15qxx1k/taglostexception_in_nfcatransceive/) +- [Is it possible to detect user clicks in the background?](https://www.reddit.com/r/androiddev/comments/15qxjqp/is_it_possible_to_detect_user_clicks_in_the/) +- [How to Build a Collaborative and Efficient CI/CD Pipeline for Mobile App Project](https://www.reddit.com/r/androiddev/comments/15qv4gj/how_to_build_a_collaborative_and_efficient_cicd/) +- [Weekly Who's Hiring Thread - August 14, 2023](https://www.reddit.com/r/androiddev/comments/15qu2ho/weekly_whos_hiring_thread_august_14_2023/) ### *InfoWorld posts* From aa9853fbcd5c04e9c85c156e435d0230d679da51 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 16 Aug 2023 01:21:21 +0000 Subject: [PATCH 0624/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7b6d9c12f0..f48fde968f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Developing a voice-interactive app?](https://www.reddit.com/r/androiddev/comments/15ra80r/developing_a_voiceinteractive_app/) -- [Unlocking bootloader and tripping knox](https://www.reddit.com/r/androiddev/comments/15r91nt/unlocking_bootloader_and_tripping_knox/) -- [Can someone help me with this idk why my phone is doing this it’s a Nokia 2.4 2021 and it’s got a new screen and it’s showing this](https://www.reddit.com/r/androiddev/comments/15r8o86/can_someone_help_me_with_this_idk_why_my_phone_is/) -- [Jetpack Compose memory leak when using remember ?](https://www.reddit.com/r/androiddev/comments/15r7k61/jetpack_compose_memory_leak_when_using_remember/) -- [How do you update a composable based off of the value of a getter variable?](https://www.reddit.com/r/androiddev/comments/15r5hgs/how_do_you_update_a_composable_based_off_of_the/) -- [FB Flipper - Accidentally uninstalled default plugin and can't get it back](https://www.reddit.com/r/androiddev/comments/15r4vu9/fb_flipper_accidentally_uninstalled_default/) -- [TagLostException in NfcA.transceive()](https://www.reddit.com/r/androiddev/comments/15qxx1k/taglostexception_in_nfcatransceive/) -- [Is it possible to detect user clicks in the background?](https://www.reddit.com/r/androiddev/comments/15qxjqp/is_it_possible_to_detect_user_clicks_in_the/) -- [How to Build a Collaborative and Efficient CI/CD Pipeline for Mobile App Project](https://www.reddit.com/r/androiddev/comments/15qv4gj/how_to_build_a_collaborative_and_efficient_cicd/) -- [Weekly Who's Hiring Thread - August 14, 2023](https://www.reddit.com/r/androiddev/comments/15qu2ho/weekly_whos_hiring_thread_august_14_2023/) +- [WebGPU - Android Developers Backstage](https://www.reddit.com/r/androiddev/comments/15s56qq/webgpu_android_developers_backstage/) +- [Unable to launch camera through my Android app](https://www.reddit.com/r/androiddev/comments/15s3qsx/unable_to_launch_camera_through_my_android_app/) +- [Passing ViewModel to Base Fragment class](https://www.reddit.com/r/androiddev/comments/15s0ybx/passing_viewmodel_to_base_fragment_class/) +- [Android Studio Giraffe 2022.3.1, anyone has Debugger issues at all ?](https://www.reddit.com/r/androiddev/comments/15rzztv/android_studio_giraffe_202231_anyone_has_debugger/) +- [Does Retrofit support TCP and UDP?](https://www.reddit.com/r/androiddev/comments/15rz36p/does_retrofit_support_tcp_and_udp/) +- [Bottom Bar Navigation and backstack question](https://www.reddit.com/r/androiddev/comments/15rywrv/bottom_bar_navigation_and_backstack_question/) +- [60% off top courses this month(August 2023) on UDACITY](https://www.reddit.com/r/androiddev/comments/15ryuzf/60_off_top_courses_this_monthaugust_2023_on/) +- [Live edit not working](https://www.reddit.com/r/androiddev/comments/15ryjmj/live_edit_not_working/) +- [Do focus requesters need to be tied to some event (for example click) or can I add them to LaunchEffect? (jetpack compose)](https://www.reddit.com/r/androiddev/comments/15ryf9y/do_focus_requesters_need_to_be_tied_to_some_event/) +- [7 Week Android Dev class making me feel dumb](https://www.reddit.com/r/androiddev/comments/15rxtdz/7_week_android_dev_class_making_me_feel_dumb/) ### *InfoWorld posts* From 504463fd3221cb7fad084cbe16663a0a96a9a13b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 17 Aug 2023 01:20:27 +0000 Subject: [PATCH 0625/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f48fde968f..de93603633 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [WebGPU - Android Developers Backstage](https://www.reddit.com/r/androiddev/comments/15s56qq/webgpu_android_developers_backstage/) -- [Unable to launch camera through my Android app](https://www.reddit.com/r/androiddev/comments/15s3qsx/unable_to_launch_camera_through_my_android_app/) -- [Passing ViewModel to Base Fragment class](https://www.reddit.com/r/androiddev/comments/15s0ybx/passing_viewmodel_to_base_fragment_class/) -- [Android Studio Giraffe 2022.3.1, anyone has Debugger issues at all ?](https://www.reddit.com/r/androiddev/comments/15rzztv/android_studio_giraffe_202231_anyone_has_debugger/) -- [Does Retrofit support TCP and UDP?](https://www.reddit.com/r/androiddev/comments/15rz36p/does_retrofit_support_tcp_and_udp/) -- [Bottom Bar Navigation and backstack question](https://www.reddit.com/r/androiddev/comments/15rywrv/bottom_bar_navigation_and_backstack_question/) -- [60% off top courses this month(August 2023) on UDACITY](https://www.reddit.com/r/androiddev/comments/15ryuzf/60_off_top_courses_this_monthaugust_2023_on/) -- [Live edit not working](https://www.reddit.com/r/androiddev/comments/15ryjmj/live_edit_not_working/) -- [Do focus requesters need to be tied to some event (for example click) or can I add them to LaunchEffect? (jetpack compose)](https://www.reddit.com/r/androiddev/comments/15ryf9y/do_focus_requesters_need_to_be_tied_to_some_event/) -- [7 Week Android Dev class making me feel dumb](https://www.reddit.com/r/androiddev/comments/15rxtdz/7_week_android_dev_class_making_me_feel_dumb/) +- [Worst performance in both Fedora/Kubuntu than w11](https://www.reddit.com/r/androiddev/comments/15t4kp8/worst_performance_in_both_fedorakubuntu_than_w11/) +- [opening a second google play developer account for a company. while i having the first one which has one suspension.](https://www.reddit.com/r/androiddev/comments/15t44yw/opening_a_second_google_play_developer_account/) +- [Are there still native android development jobs on Up work?](https://www.reddit.com/r/androiddev/comments/15t2qcr/are_there_still_native_android_development_jobs/) +- [What do you think about the state of advertising in mobile apps as a developer?](https://www.reddit.com/r/androiddev/comments/15t1i5a/what_do_you_think_about_the_state_of_advertising/) +- [Starting with Android development to dive into AI/ML on edge devices?](https://www.reddit.com/r/androiddev/comments/15t0uzx/starting_with_android_development_to_dive_into/) +- [I should have started learning with native and then learn flutter. I need advice.](https://www.reddit.com/r/androiddev/comments/15t0run/i_should_have_started_learning_with_native_and/) +- [Apex Legends Mobile](https://www.reddit.com/r/androiddev/comments/15szyq1/apex_legends_mobile/) +- [Google Play Console Automatization?](https://www.reddit.com/r/androiddev/comments/15sxrqi/google_play_console_automatization/) +- [Play Console - Big Confusion](https://www.reddit.com/r/androiddev/comments/15sxlc3/play_console_big_confusion/) +- [I have an issue where the Meta Audience Network SDK triggers a virus warning on APKs and I'm scared to update my app on the Play Store because of that.](https://www.reddit.com/r/androiddev/comments/15sxifj/i_have_an_issue_where_the_meta_audience_network/) ### *InfoWorld posts* From 6dfec6700fc505558994323a4972c539e9586e0d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 18 Aug 2023 01:21:22 +0000 Subject: [PATCH 0626/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index de93603633..75a6b57a72 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Worst performance in both Fedora/Kubuntu than w11](https://www.reddit.com/r/androiddev/comments/15t4kp8/worst_performance_in_both_fedorakubuntu_than_w11/) -- [opening a second google play developer account for a company. while i having the first one which has one suspension.](https://www.reddit.com/r/androiddev/comments/15t44yw/opening_a_second_google_play_developer_account/) -- [Are there still native android development jobs on Up work?](https://www.reddit.com/r/androiddev/comments/15t2qcr/are_there_still_native_android_development_jobs/) -- [What do you think about the state of advertising in mobile apps as a developer?](https://www.reddit.com/r/androiddev/comments/15t1i5a/what_do_you_think_about_the_state_of_advertising/) -- [Starting with Android development to dive into AI/ML on edge devices?](https://www.reddit.com/r/androiddev/comments/15t0uzx/starting_with_android_development_to_dive_into/) -- [I should have started learning with native and then learn flutter. I need advice.](https://www.reddit.com/r/androiddev/comments/15t0run/i_should_have_started_learning_with_native_and/) -- [Apex Legends Mobile](https://www.reddit.com/r/androiddev/comments/15szyq1/apex_legends_mobile/) -- [Google Play Console Automatization?](https://www.reddit.com/r/androiddev/comments/15sxrqi/google_play_console_automatization/) -- [Play Console - Big Confusion](https://www.reddit.com/r/androiddev/comments/15sxlc3/play_console_big_confusion/) -- [I have an issue where the Meta Audience Network SDK triggers a virus warning on APKs and I'm scared to update my app on the Play Store because of that.](https://www.reddit.com/r/androiddev/comments/15sxifj/i_have_an_issue_where_the_meta_audience_network/) +- [Doubt about personalized ads with GDPR](https://www.reddit.com/r/androiddev/comments/15u3nj6/doubt_about_personalized_ads_with_gdpr/) +- [How do I know which android versions are able to use the developed app](https://www.reddit.com/r/androiddev/comments/15u1tou/how_do_i_know_which_android_versions_are_able_to/) +- [Just published FlowMVI 2.0 - KMP MVI Architecture on steroids](https://www.reddit.com/r/androiddev/comments/15txr9o/just_published_flowmvi_20_kmp_mvi_architecture_on/) +- [This is getting annoying.](https://www.reddit.com/r/androiddev/comments/15txett/this_is_getting_annoying/) +- [Rendering pretty JSON in Compose! With syntax highlighting and expand/collapse](https://www.reddit.com/r/androiddev/comments/15trvr6/rendering_pretty_json_in_compose_with_syntax/) +- [What to expect in an Android Technical Interview](https://www.reddit.com/r/androiddev/comments/15trk7x/what_to_expect_in_an_android_technical_interview/) +- [Gradle 8.1 Error when adding a task](https://www.reddit.com/r/androiddev/comments/15tqb26/gradle_81_error_when_adding_a_task/) +- [Voice activated assistant listener](https://www.reddit.com/r/androiddev/comments/15tp4eg/voice_activated_assistant_listener/) +- [Created an app to keep up with the latest technology trends and published it on the PlayStore](https://www.reddit.com/r/androiddev/comments/15tp4ef/created_an_app_to_keep_up_with_the_latest/) +- [When should use collectAsStateWithLifecycle() and collectAsState()](https://www.reddit.com/r/androiddev/comments/15tiy1p/when_should_use_collectasstatewithlifecycle_and/) ### *InfoWorld posts* From cae8ca08bcded363e72451aaacc81632b6a89438 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 19 Aug 2023 01:19:34 +0000 Subject: [PATCH 0627/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 75a6b57a72..772ebe4d15 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Doubt about personalized ads with GDPR](https://www.reddit.com/r/androiddev/comments/15u3nj6/doubt_about_personalized_ads_with_gdpr/) -- [How do I know which android versions are able to use the developed app](https://www.reddit.com/r/androiddev/comments/15u1tou/how_do_i_know_which_android_versions_are_able_to/) -- [Just published FlowMVI 2.0 - KMP MVI Architecture on steroids](https://www.reddit.com/r/androiddev/comments/15txr9o/just_published_flowmvi_20_kmp_mvi_architecture_on/) -- [This is getting annoying.](https://www.reddit.com/r/androiddev/comments/15txett/this_is_getting_annoying/) -- [Rendering pretty JSON in Compose! With syntax highlighting and expand/collapse](https://www.reddit.com/r/androiddev/comments/15trvr6/rendering_pretty_json_in_compose_with_syntax/) -- [What to expect in an Android Technical Interview](https://www.reddit.com/r/androiddev/comments/15trk7x/what_to_expect_in_an_android_technical_interview/) -- [Gradle 8.1 Error when adding a task](https://www.reddit.com/r/androiddev/comments/15tqb26/gradle_81_error_when_adding_a_task/) -- [Voice activated assistant listener](https://www.reddit.com/r/androiddev/comments/15tp4eg/voice_activated_assistant_listener/) -- [Created an app to keep up with the latest technology trends and published it on the PlayStore](https://www.reddit.com/r/androiddev/comments/15tp4ef/created_an_app_to_keep_up_with_the_latest/) -- [When should use collectAsStateWithLifecycle() and collectAsState()](https://www.reddit.com/r/androiddev/comments/15tiy1p/when_should_use_collectasstatewithlifecycle_and/) +- [New Grad Android Dev Market?](https://www.reddit.com/r/androiddev/comments/15v0djp/new_grad_android_dev_market/) +- [Can I somehow inject the activity into my class?](https://www.reddit.com/r/androiddev/comments/15uzqhv/can_i_somehow_inject_the_activity_into_my_class/) +- [Package appears to be invalid](https://www.reddit.com/r/androiddev/comments/15uyu8c/package_appears_to_be_invalid/) +- [Noob here, can you explain what makes an app slow and how can I prevent it? For example , if I were to remake YouTube or Netflix app, how would I make videos load fast like it does there?](https://www.reddit.com/r/androiddev/comments/15uwvn8/noob_here_can_you_explain_what_makes_an_app_slow/) +- [Unresolved reference: implementation](https://www.reddit.com/r/androiddev/comments/15uwtks/unresolved_reference_implementation/) +- [One-tap sign in vs credential manager](https://www.reddit.com/r/androiddev/comments/15uuyev/onetap_sign_in_vs_credential_manager/) +- [In App-Payment integration options](https://www.reddit.com/r/androiddev/comments/15utmoy/in_apppayment_integration_options/) +- [Getting open vpn to work](https://www.reddit.com/r/androiddev/comments/15ut9qm/getting_open_vpn_to_work/) +- [developing apps on android?](https://www.reddit.com/r/androiddev/comments/15usxwd/developing_apps_on_android/) +- [More Accessible Graphs with Compose: Differentiating without Color](https://www.reddit.com/r/androiddev/comments/15usq2n/more_accessible_graphs_with_compose/) ### *InfoWorld posts* From 89c375992109fbe201de311b3e73673082669238 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 19 Aug 2023 01:19:36 +0000 Subject: [PATCH 0628/1422] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 772ebe4d15..3c134fb319 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *InfoWorld posts* +- [Flutter 3.13 speeds rendering on iOS](https://www.infoworld.com/article/3705031/flutter-313-speeds-rendering-on-ios.html#tk.rss_android) - [Kotlin 1.9.0 features beta of advanced K2 compiler](https://www.infoworld.com/article/3701893/kotlin-1-9-0-features-beta-of-advanced-k2-compiler.html#tk.rss_android) - [Build better Jetpack Compose apps with Sentry](https://www.infoworld.com/article/3693018/build-better-jetpack-compose-apps-with-sentry.html#tk.rss_android) - [Android Studio Flamingo upgrades UI tooling](https://www.infoworld.com/article/3693588/android-studio-flamingo-ide-enhances-ui-building.html#tk.rss_android) @@ -295,7 +296,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Jetpack Compose 1.2 packs text improvements](https://www.infoworld.com/article/3660772/jetpack-compose-12-packs-text-improvements.html#tk.rss_android) - [JetBrains launches cross-platform UI framework for Kotlin](https://www.infoworld.com/article/3643392/jetbrains-launches-cross-platform-ui-framework-for-kotlin.html#tk.rss_android) - [Google unveils developer preview of Android 12L](https://www.infoworld.com/article/3638757/google-unveils-developer-preview-of-android-12l.html#tk.rss_android) -- [Microsoft weighs in on Surface Duo apps](https://www.infoworld.com/article/3634419/microsoft-weighs-in-on-surface-duo-apps.html#tk.rss_android) ### *RedHat posts* From 159ab0be9e2f522b1a4b93085ca12b1c1f474c5e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 20 Aug 2023 01:23:19 +0000 Subject: [PATCH 0629/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3c134fb319..c25e895ebb 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [New Grad Android Dev Market?](https://www.reddit.com/r/androiddev/comments/15v0djp/new_grad_android_dev_market/) -- [Can I somehow inject the activity into my class?](https://www.reddit.com/r/androiddev/comments/15uzqhv/can_i_somehow_inject_the_activity_into_my_class/) -- [Package appears to be invalid](https://www.reddit.com/r/androiddev/comments/15uyu8c/package_appears_to_be_invalid/) -- [Noob here, can you explain what makes an app slow and how can I prevent it? For example , if I were to remake YouTube or Netflix app, how would I make videos load fast like it does there?](https://www.reddit.com/r/androiddev/comments/15uwvn8/noob_here_can_you_explain_what_makes_an_app_slow/) -- [Unresolved reference: implementation](https://www.reddit.com/r/androiddev/comments/15uwtks/unresolved_reference_implementation/) -- [One-tap sign in vs credential manager](https://www.reddit.com/r/androiddev/comments/15uuyev/onetap_sign_in_vs_credential_manager/) -- [In App-Payment integration options](https://www.reddit.com/r/androiddev/comments/15utmoy/in_apppayment_integration_options/) -- [Getting open vpn to work](https://www.reddit.com/r/androiddev/comments/15ut9qm/getting_open_vpn_to_work/) -- [developing apps on android?](https://www.reddit.com/r/androiddev/comments/15usxwd/developing_apps_on_android/) -- [More Accessible Graphs with Compose: Differentiating without Color](https://www.reddit.com/r/androiddev/comments/15usq2n/more_accessible_graphs_with_compose/) +- [Looking for resume feedback. Applying for remote jobs in Europe and North America](https://www.reddit.com/r/androiddev/comments/15vw4tj/looking_for_resume_feedback_applying_for_remote/) +- [Is there an app that will show what commands or packets a Bluetooth mouse is sending to my phone?](https://www.reddit.com/r/androiddev/comments/15vui59/is_there_an_app_that_will_show_what_commands_or/) +- [Hi, How make my MainActivity reload? I'm making weather app and after entering city name when click Search button (defined in SearchActivity). I am get backs to MainActivity but it does reload MainActivity, I have to close and open the app to load data of newly inserted city. Is there any solution?](https://www.reddit.com/r/androiddev/comments/15vsl1y/hi_how_make_my_mainactivity_reload_im_making/) +- [Anyone considering creating a buildSrc directory should watch this guy's brilliant explanation of Gradle's functionality](https://www.reddit.com/r/androiddev/comments/15vqr1d/anyone_considering_creating_a_buildsrc_directory/) +- [How does "Snapchat IMEI ban" work if reading IMEI requires READ_PRIVILEGED_PHONE_STATE?](https://www.reddit.com/r/androiddev/comments/15vq375/how_does_snapchat_imei_ban_work_if_reading_imei/) +- [Google Play API Requirements on Closed Testing?](https://www.reddit.com/r/androiddev/comments/15vpb1d/google_play_api_requirements_on_closed_testing/) +- [Android device started to shut down immediately right after starting USB debugging after months of flawless development](https://www.reddit.com/r/androiddev/comments/15voyhw/android_device_started_to_shut_down_immediately/) +- [Need help with choosing a course](https://www.reddit.com/r/androiddev/comments/15vo8uh/need_help_with_choosing_a_course/) +- [Useful Library for WordSearch Game ?](https://www.reddit.com/r/androiddev/comments/15vn2zu/useful_library_for_wordsearch_game/) +- [AdMob Affiliate App Links?](https://www.reddit.com/r/androiddev/comments/15vmbjh/admob_affiliate_app_links/) ### *InfoWorld posts* From a4e66e0d5736414a3f5de596ec638d74c7337fea Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 21 Aug 2023 01:21:31 +0000 Subject: [PATCH 0630/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c25e895ebb..ef077cf2fc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Looking for resume feedback. Applying for remote jobs in Europe and North America](https://www.reddit.com/r/androiddev/comments/15vw4tj/looking_for_resume_feedback_applying_for_remote/) -- [Is there an app that will show what commands or packets a Bluetooth mouse is sending to my phone?](https://www.reddit.com/r/androiddev/comments/15vui59/is_there_an_app_that_will_show_what_commands_or/) -- [Hi, How make my MainActivity reload? I'm making weather app and after entering city name when click Search button (defined in SearchActivity). I am get backs to MainActivity but it does reload MainActivity, I have to close and open the app to load data of newly inserted city. Is there any solution?](https://www.reddit.com/r/androiddev/comments/15vsl1y/hi_how_make_my_mainactivity_reload_im_making/) -- [Anyone considering creating a buildSrc directory should watch this guy's brilliant explanation of Gradle's functionality](https://www.reddit.com/r/androiddev/comments/15vqr1d/anyone_considering_creating_a_buildsrc_directory/) -- [How does "Snapchat IMEI ban" work if reading IMEI requires READ_PRIVILEGED_PHONE_STATE?](https://www.reddit.com/r/androiddev/comments/15vq375/how_does_snapchat_imei_ban_work_if_reading_imei/) -- [Google Play API Requirements on Closed Testing?](https://www.reddit.com/r/androiddev/comments/15vpb1d/google_play_api_requirements_on_closed_testing/) -- [Android device started to shut down immediately right after starting USB debugging after months of flawless development](https://www.reddit.com/r/androiddev/comments/15voyhw/android_device_started_to_shut_down_immediately/) -- [Need help with choosing a course](https://www.reddit.com/r/androiddev/comments/15vo8uh/need_help_with_choosing_a_course/) -- [Useful Library for WordSearch Game ?](https://www.reddit.com/r/androiddev/comments/15vn2zu/useful_library_for_wordsearch_game/) -- [AdMob Affiliate App Links?](https://www.reddit.com/r/androiddev/comments/15vmbjh/admob_affiliate_app_links/) +- [Google api target level requirement](https://www.reddit.com/r/androiddev/comments/15wqwe1/google_api_target_level_requirement/) +- [Firewall Requiments for Location](https://www.reddit.com/r/androiddev/comments/15wp3ea/firewall_requiments_for_location/) +- [A 40 lines app needs 40 files](https://www.reddit.com/r/androiddev/comments/15wnkng/a_40_lines_app_needs_40_files/) +- [Otp login doesn't work as soon as in run the APK](https://www.reddit.com/r/androiddev/comments/15wmat3/otp_login_doesnt_work_as_soon_as_in_run_the_apk/) +- [Question about the Google Play account deletion requirements](https://www.reddit.com/r/androiddev/comments/15wkmmj/question_about_the_google_play_account_deletion/) +- [A cheat sheet for Kotlin](https://www.reddit.com/r/androiddev/comments/15wjkij/a_cheat_sheet_for_kotlin/) +- [Graph store like neo4j for android?](https://www.reddit.com/r/androiddev/comments/15wj06p/graph_store_like_neo4j_for_android/) +- [Looking for some guidance on how to get started with a project involving android auto and head units.](https://www.reddit.com/r/androiddev/comments/15wgxmo/looking_for_some_guidance_on_how_to_get_started/) +- [Merchant disbursement verification & payouts on hold](https://www.reddit.com/r/androiddev/comments/15wg9ls/merchant_disbursement_verification_payouts_on_hold/) +- [My terminated app is still getting downloads.](https://www.reddit.com/r/androiddev/comments/15wf8xx/my_terminated_app_is_still_getting_downloads/) ### *InfoWorld posts* From 08780dd8e4887ba30a6795d2af01be6414e677df Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 22 Aug 2023 01:22:12 +0000 Subject: [PATCH 0631/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ef077cf2fc..2c36fb7d99 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Google api target level requirement](https://www.reddit.com/r/androiddev/comments/15wqwe1/google_api_target_level_requirement/) -- [Firewall Requiments for Location](https://www.reddit.com/r/androiddev/comments/15wp3ea/firewall_requiments_for_location/) -- [A 40 lines app needs 40 files](https://www.reddit.com/r/androiddev/comments/15wnkng/a_40_lines_app_needs_40_files/) -- [Otp login doesn't work as soon as in run the APK](https://www.reddit.com/r/androiddev/comments/15wmat3/otp_login_doesnt_work_as_soon_as_in_run_the_apk/) -- [Question about the Google Play account deletion requirements](https://www.reddit.com/r/androiddev/comments/15wkmmj/question_about_the_google_play_account_deletion/) -- [A cheat sheet for Kotlin](https://www.reddit.com/r/androiddev/comments/15wjkij/a_cheat_sheet_for_kotlin/) -- [Graph store like neo4j for android?](https://www.reddit.com/r/androiddev/comments/15wj06p/graph_store_like_neo4j_for_android/) -- [Looking for some guidance on how to get started with a project involving android auto and head units.](https://www.reddit.com/r/androiddev/comments/15wgxmo/looking_for_some_guidance_on_how_to_get_started/) -- [Merchant disbursement verification & payouts on hold](https://www.reddit.com/r/androiddev/comments/15wg9ls/merchant_disbursement_verification_payouts_on_hold/) -- [My terminated app is still getting downloads.](https://www.reddit.com/r/androiddev/comments/15wf8xx/my_terminated_app_is_still_getting_downloads/) +- [I made a platform to connect to the Health Connect API remotely via a REST API!](https://www.reddit.com/r/androiddev/comments/15xq0ab/i_made_a_platform_to_connect_to_the_health/) +- [Latest ARTwork on hundreds of millions of devices](https://www.reddit.com/r/androiddev/comments/15xl7tk/latest_artwork_on_hundreds_of_millions_of_devices/) +- [Watch Face app update rejection: About Failed Review of Wear OS App and Check of Premium Feature Option](https://www.reddit.com/r/androiddev/comments/15xjgiq/watch_face_app_update_rejection_about_failed/) +- [Make your Android widget display on the Cover Screen of the Samsung Galaxy Z Flip5](https://www.reddit.com/r/androiddev/comments/15xjcjx/make_your_android_widget_display_on_the_cover/) +- [Anime AI Art Coloring Game](https://www.reddit.com/r/androiddev/comments/15xjc73/anime_ai_art_coloring_game/) +- [[HELP] OBS Studio (virtual camera) to real phone device conected by USB?](https://www.reddit.com/r/androiddev/comments/15xj2fy/help_obs_studio_virtual_camera_to_real_phone/) +- [Dev account terminated after 12 years for violating "Stalkerware policy"?](https://www.reddit.com/r/androiddev/comments/15xj0ow/dev_account_terminated_after_12_years_for/) +- [App suspension: Confused Policy](https://www.reddit.com/r/androiddev/comments/15xi4iw/app_suspension_confused_policy/) +- [How to proceed with this?](https://www.reddit.com/r/androiddev/comments/15xhpw4/how_to_proceed_with_this/) +- [Understanding ACCEPT_HANDOVER permission/capability](https://www.reddit.com/r/androiddev/comments/15xhhfm/understanding_accept_handover_permissioncapability/) ### *InfoWorld posts* From 1e6b7386a011447264a64e8a03d02577266a3d36 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 23 Aug 2023 01:21:40 +0000 Subject: [PATCH 0632/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2c36fb7d99..155e4dd60b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I made a platform to connect to the Health Connect API remotely via a REST API!](https://www.reddit.com/r/androiddev/comments/15xq0ab/i_made_a_platform_to_connect_to_the_health/) -- [Latest ARTwork on hundreds of millions of devices](https://www.reddit.com/r/androiddev/comments/15xl7tk/latest_artwork_on_hundreds_of_millions_of_devices/) -- [Watch Face app update rejection: About Failed Review of Wear OS App and Check of Premium Feature Option](https://www.reddit.com/r/androiddev/comments/15xjgiq/watch_face_app_update_rejection_about_failed/) -- [Make your Android widget display on the Cover Screen of the Samsung Galaxy Z Flip5](https://www.reddit.com/r/androiddev/comments/15xjcjx/make_your_android_widget_display_on_the_cover/) -- [Anime AI Art Coloring Game](https://www.reddit.com/r/androiddev/comments/15xjc73/anime_ai_art_coloring_game/) -- [[HELP] OBS Studio (virtual camera) to real phone device conected by USB?](https://www.reddit.com/r/androiddev/comments/15xj2fy/help_obs_studio_virtual_camera_to_real_phone/) -- [Dev account terminated after 12 years for violating "Stalkerware policy"?](https://www.reddit.com/r/androiddev/comments/15xj0ow/dev_account_terminated_after_12_years_for/) -- [App suspension: Confused Policy](https://www.reddit.com/r/androiddev/comments/15xi4iw/app_suspension_confused_policy/) -- [How to proceed with this?](https://www.reddit.com/r/androiddev/comments/15xhpw4/how_to_proceed_with_this/) -- [Understanding ACCEPT_HANDOVER permission/capability](https://www.reddit.com/r/androiddev/comments/15xhhfm/understanding_accept_handover_permissioncapability/) +- [Do new app get a visibility boost on the play store?](https://www.reddit.com/r/androiddev/comments/15yiufx/do_new_app_get_a_visibility_boost_on_the_play/) +- [Can I use the lineageOS device tree for my phone to port/build a Kali nethunter kernel? (The source code from OnePlus is incomplete)](https://www.reddit.com/r/androiddev/comments/15yisv4/can_i_use_the_lineageos_device_tree_for_my_phone/) +- [Should I learn rn as a web dev or should I learn android and rn for more opportunities?](https://www.reddit.com/r/androiddev/comments/15yh5sd/should_i_learn_rn_as_a_web_dev_or_should_i_learn/) +- [Android Studio Giraffe Patch 1 now available](https://www.reddit.com/r/androiddev/comments/15yf1nh/android_studio_giraffe_patch_1_now_available/) +- [Android Dev Experience is AWFULLY awful](https://www.reddit.com/r/androiddev/comments/15ycufa/android_dev_experience_is_awfully_awful/) +- [What's new in Android Studio Hedgehog Canary 13..](https://www.reddit.com/r/androiddev/comments/15ybszc/whats_new_in_android_studio_hedgehog_canary_13/) +- [Google is going to remove NetGuard from the Play Store for a nonsensical reason](https://www.reddit.com/r/androiddev/comments/15yazqw/google_is_going_to_remove_netguard_from_the_play/) +- [Feeling Depression as an Android Dev: Let's Share & Support](https://www.reddit.com/r/androiddev/comments/15yabwy/feeling_depression_as_an_android_dev_lets_share/) +- [Common ADB shell commands](https://www.reddit.com/r/androiddev/comments/15y9w52/common_adb_shell_commands/) +- [How to handle api integration for app targeting a huge audience.](https://www.reddit.com/r/androiddev/comments/15y73gh/how_to_handle_api_integration_for_app_targeting_a/) ### *InfoWorld posts* From 96f6f4ac12842ca7bc91949f5b9113edfaebd979 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 24 Aug 2023 01:21:32 +0000 Subject: [PATCH 0633/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 155e4dd60b..26c4170a72 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Do new app get a visibility boost on the play store?](https://www.reddit.com/r/androiddev/comments/15yiufx/do_new_app_get_a_visibility_boost_on_the_play/) -- [Can I use the lineageOS device tree for my phone to port/build a Kali nethunter kernel? (The source code from OnePlus is incomplete)](https://www.reddit.com/r/androiddev/comments/15yisv4/can_i_use_the_lineageos_device_tree_for_my_phone/) -- [Should I learn rn as a web dev or should I learn android and rn for more opportunities?](https://www.reddit.com/r/androiddev/comments/15yh5sd/should_i_learn_rn_as_a_web_dev_or_should_i_learn/) -- [Android Studio Giraffe Patch 1 now available](https://www.reddit.com/r/androiddev/comments/15yf1nh/android_studio_giraffe_patch_1_now_available/) -- [Android Dev Experience is AWFULLY awful](https://www.reddit.com/r/androiddev/comments/15ycufa/android_dev_experience_is_awfully_awful/) -- [What's new in Android Studio Hedgehog Canary 13..](https://www.reddit.com/r/androiddev/comments/15ybszc/whats_new_in_android_studio_hedgehog_canary_13/) -- [Google is going to remove NetGuard from the Play Store for a nonsensical reason](https://www.reddit.com/r/androiddev/comments/15yazqw/google_is_going_to_remove_netguard_from_the_play/) -- [Feeling Depression as an Android Dev: Let's Share & Support](https://www.reddit.com/r/androiddev/comments/15yabwy/feeling_depression_as_an_android_dev_lets_share/) -- [Common ADB shell commands](https://www.reddit.com/r/androiddev/comments/15y9w52/common_adb_shell_commands/) -- [How to handle api integration for app targeting a huge audience.](https://www.reddit.com/r/androiddev/comments/15y73gh/how_to_handle_api_integration_for_app_targeting_a/) +- [Is it possible to use a DI framework such as Hilt or Dagger2 in your library even though my library might be used by people who are not using Hilt or Dagger2 at all?](https://www.reddit.com/r/androiddev/comments/15zmr5i/is_it_possible_to_use_a_di_framework_such_as_hilt/) +- [ADB shell not always working](https://www.reddit.com/r/androiddev/comments/15zlxuv/adb_shell_not_always_working/) +- [Auto install widget](https://www.reddit.com/r/androiddev/comments/15zjt0j/auto_install_widget/) +- [AOSP A/B ota factory reset](https://www.reddit.com/r/androiddev/comments/15zjm9x/aosp_ab_ota_factory_reset/) +- [Backend developer with two years of experience and a couple hobby android apps from 3 years ago, should I pursue Android Development in this market or is it better to stay in backend and learn more advanced concepts.](https://www.reddit.com/r/androiddev/comments/15ziqrs/backend_developer_with_two_years_of_experience/) +- [Using abstract class Task](https://www.reddit.com/r/androiddev/comments/15zflai/using_abstract_class_task/) +- [Creating a Game is that Easy!](https://www.reddit.com/r/androiddev/comments/15zf7pj/creating_a_game_is_that_easy/) +- [Has anyone been through this situation?](https://www.reddit.com/r/androiddev/comments/15zeehw/has_anyone_been_through_this_situation/) +- [How to approach this project as a beginner?](https://www.reddit.com/r/androiddev/comments/15zcfo4/how_to_approach_this_project_as_a_beginner/) +- [vs code creating a duplicate PowerShell every time i run a java code instated of running it at the bottom of the already opened terminal, also opening debugging and displaying this error, also takes days for it to open](https://www.reddit.com/r/androiddev/comments/15zccjt/vs_code_creating_a_duplicate_powershell_every/) ### *InfoWorld posts* From 3b64fc007cdae05bf27fe2984042930dd46c4173 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 25 Aug 2023 01:22:33 +0000 Subject: [PATCH 0634/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 26c4170a72..41f469f81f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is it possible to use a DI framework such as Hilt or Dagger2 in your library even though my library might be used by people who are not using Hilt or Dagger2 at all?](https://www.reddit.com/r/androiddev/comments/15zmr5i/is_it_possible_to_use_a_di_framework_such_as_hilt/) -- [ADB shell not always working](https://www.reddit.com/r/androiddev/comments/15zlxuv/adb_shell_not_always_working/) -- [Auto install widget](https://www.reddit.com/r/androiddev/comments/15zjt0j/auto_install_widget/) -- [AOSP A/B ota factory reset](https://www.reddit.com/r/androiddev/comments/15zjm9x/aosp_ab_ota_factory_reset/) -- [Backend developer with two years of experience and a couple hobby android apps from 3 years ago, should I pursue Android Development in this market or is it better to stay in backend and learn more advanced concepts.](https://www.reddit.com/r/androiddev/comments/15ziqrs/backend_developer_with_two_years_of_experience/) -- [Using abstract class Task](https://www.reddit.com/r/androiddev/comments/15zflai/using_abstract_class_task/) -- [Creating a Game is that Easy!](https://www.reddit.com/r/androiddev/comments/15zf7pj/creating_a_game_is_that_easy/) -- [Has anyone been through this situation?](https://www.reddit.com/r/androiddev/comments/15zeehw/has_anyone_been_through_this_situation/) -- [How to approach this project as a beginner?](https://www.reddit.com/r/androiddev/comments/15zcfo4/how_to_approach_this_project_as_a_beginner/) -- [vs code creating a duplicate PowerShell every time i run a java code instated of running it at the bottom of the already opened terminal, also opening debugging and displaying this error, also takes days for it to open](https://www.reddit.com/r/androiddev/comments/15zccjt/vs_code_creating_a_duplicate_powershell_every/) +- [Job market in Asian countries](https://www.reddit.com/r/androiddev/comments/160id8s/job_market_in_asian_countries/) +- [How do you manage previews in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/160fpwt/how_do_you_manage_previews_in_jetpack_compose/) +- [I made an app with jetpack compose for TV and mobile and on TV it's really slow. I want to understand why is it behaving that way. Any good articles or tutorials on app profiling?](https://www.reddit.com/r/androiddev/comments/160fl0l/i_made_an_app_with_jetpack_compose_for_tv_and/) +- [Best way to add dynamic color to an image?](https://www.reddit.com/r/androiddev/comments/160d50p/best_way_to_add_dynamic_color_to_an_image/) +- [Best way to add dynamic color to an image?](https://www.reddit.com/r/androiddev/comments/160d4yk/best_way_to_add_dynamic_color_to_an_image/) +- [Dependency Injection (Dagger-Hilt) Tutorial](https://www.reddit.com/r/androiddev/comments/160c564/dependency_injection_daggerhilt_tutorial/) +- [Is there any prospect for Android development in the US?](https://www.reddit.com/r/androiddev/comments/160aybw/is_there_any_prospect_for_android_development_in/) +- [Applovin SDK causing WebView crashes](https://www.reddit.com/r/androiddev/comments/16084hz/applovin_sdk_causing_webview_crashes/) +- [Problem tracking memory leak? Check this out It's free.](https://www.reddit.com/r/androiddev/comments/16082tb/problem_tracking_memory_leak_check_this_out_its/) +- [What is the correct way of determining whether a dependency is actually unused or not?](https://www.reddit.com/r/androiddev/comments/1606jtu/what_is_the_correct_way_of_determining_whether_a/) ### *InfoWorld posts* From 070fb1758e1b3da5e1b01b7e1ec31e1684772e6d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 26 Aug 2023 01:20:26 +0000 Subject: [PATCH 0635/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 41f469f81f..4b4367d1e6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Job market in Asian countries](https://www.reddit.com/r/androiddev/comments/160id8s/job_market_in_asian_countries/) -- [How do you manage previews in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/160fpwt/how_do_you_manage_previews_in_jetpack_compose/) -- [I made an app with jetpack compose for TV and mobile and on TV it's really slow. I want to understand why is it behaving that way. Any good articles or tutorials on app profiling?](https://www.reddit.com/r/androiddev/comments/160fl0l/i_made_an_app_with_jetpack_compose_for_tv_and/) -- [Best way to add dynamic color to an image?](https://www.reddit.com/r/androiddev/comments/160d50p/best_way_to_add_dynamic_color_to_an_image/) -- [Best way to add dynamic color to an image?](https://www.reddit.com/r/androiddev/comments/160d4yk/best_way_to_add_dynamic_color_to_an_image/) -- [Dependency Injection (Dagger-Hilt) Tutorial](https://www.reddit.com/r/androiddev/comments/160c564/dependency_injection_daggerhilt_tutorial/) -- [Is there any prospect for Android development in the US?](https://www.reddit.com/r/androiddev/comments/160aybw/is_there_any_prospect_for_android_development_in/) -- [Applovin SDK causing WebView crashes](https://www.reddit.com/r/androiddev/comments/16084hz/applovin_sdk_causing_webview_crashes/) -- [Problem tracking memory leak? Check this out It's free.](https://www.reddit.com/r/androiddev/comments/16082tb/problem_tracking_memory_leak_check_this_out_its/) -- [What is the correct way of determining whether a dependency is actually unused or not?](https://www.reddit.com/r/androiddev/comments/1606jtu/what_is_the_correct_way_of_determining_whether_a/) +- [Handling scrollable child views in a custom view extending Viewgroup class](https://www.reddit.com/r/androiddev/comments/161gshs/handling_scrollable_child_views_in_a_custom_view/) +- [Notification of Google play about the upcoming call](https://www.reddit.com/r/androiddev/comments/161ehmh/notification_of_google_play_about_the_upcoming/) +- [What age group considered as "Teens" in Google Play Console, im going to use "AdMobs" Teen setting.](https://www.reddit.com/r/androiddev/comments/161dozw/what_age_group_considered_as_teens_in_google_play/) +- [Achieve Your Goals with Passion, Hard Work, and Dedication](https://www.reddit.com/r/androiddev/comments/1619rb4/achieve_your_goals_with_passion_hard_work_and/) +- [What is the correct way to query purchases in Google Play Billing Library 5 and why is this not working?](https://www.reddit.com/r/androiddev/comments/1618w9t/what_is_the_correct_way_to_query_purchases_in/) +- [If I sell developer account is that another company use that?](https://www.reddit.com/r/androiddev/comments/1618pwl/if_i_sell_developer_account_is_that_another/) +- [writing soft for digital minimalism. is there are way to turn smartphone to dumbphone?](https://www.reddit.com/r/androiddev/comments/1618keo/writing_soft_for_digital_minimalism_is_there_are/) +- [Suggesting two purchase options simultaneously via Google Play billing UI?](https://www.reddit.com/r/androiddev/comments/1617kc0/suggesting_two_purchase_options_simultaneously/) +- [Why whatsapp has only now integrated the ability to edit messages](https://www.reddit.com/r/androiddev/comments/1615ztm/why_whatsapp_has_only_now_integrated_the_ability/) +- [Survey on Android App Testing Practices](https://www.reddit.com/r/androiddev/comments/1614qpm/survey_on_android_app_testing_practices/) ### *InfoWorld posts* From 60d4e60a2d12fe697426b2ae533f0b02e44a2d6a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 27 Aug 2023 01:24:35 +0000 Subject: [PATCH 0636/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4b4367d1e6..207ae99bb5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Handling scrollable child views in a custom view extending Viewgroup class](https://www.reddit.com/r/androiddev/comments/161gshs/handling_scrollable_child_views_in_a_custom_view/) -- [Notification of Google play about the upcoming call](https://www.reddit.com/r/androiddev/comments/161ehmh/notification_of_google_play_about_the_upcoming/) -- [What age group considered as "Teens" in Google Play Console, im going to use "AdMobs" Teen setting.](https://www.reddit.com/r/androiddev/comments/161dozw/what_age_group_considered_as_teens_in_google_play/) -- [Achieve Your Goals with Passion, Hard Work, and Dedication](https://www.reddit.com/r/androiddev/comments/1619rb4/achieve_your_goals_with_passion_hard_work_and/) -- [What is the correct way to query purchases in Google Play Billing Library 5 and why is this not working?](https://www.reddit.com/r/androiddev/comments/1618w9t/what_is_the_correct_way_to_query_purchases_in/) -- [If I sell developer account is that another company use that?](https://www.reddit.com/r/androiddev/comments/1618pwl/if_i_sell_developer_account_is_that_another/) -- [writing soft for digital minimalism. is there are way to turn smartphone to dumbphone?](https://www.reddit.com/r/androiddev/comments/1618keo/writing_soft_for_digital_minimalism_is_there_are/) -- [Suggesting two purchase options simultaneously via Google Play billing UI?](https://www.reddit.com/r/androiddev/comments/1617kc0/suggesting_two_purchase_options_simultaneously/) -- [Why whatsapp has only now integrated the ability to edit messages](https://www.reddit.com/r/androiddev/comments/1615ztm/why_whatsapp_has_only_now_integrated_the_ability/) -- [Survey on Android App Testing Practices](https://www.reddit.com/r/androiddev/comments/1614qpm/survey_on_android_app_testing_practices/) +- [How do I keep API keys safe?](https://www.reddit.com/r/androiddev/comments/162cnly/how_do_i_keep_api_keys_safe/) +- [My app has two bundles with different targetSdkVersions. What will happen at the deadline?](https://www.reddit.com/r/androiddev/comments/162c4rt/my_app_has_two_bundles_with_different/) +- [Is an AWS certificate worth it?](https://www.reddit.com/r/androiddev/comments/1629zxs/is_an_aws_certificate_worth_it/) +- [Can we A/B test both App Bundle and Store Listing simultaneously?](https://www.reddit.com/r/androiddev/comments/1626zmd/can_we_ab_test_both_app_bundle_and_store_listing/) +- [Hello, I have been ancountering this issue recently. Ive cleared all cache rebooted and so on. It only happens with this specific activity. On relauch its fixed until seconds later it reappears. I could not find anything online. Does anyone know how to fix this?](https://www.reddit.com/r/androiddev/comments/1626qxk/hello_i_have_been_ancountering_this_issue/) +- [What security practices do Banking apps use?](https://www.reddit.com/r/androiddev/comments/16258kv/what_security_practices_do_banking_apps_use/) +- [I need help with a project that im working on, any insight and or ideas will be appreciate it.](https://www.reddit.com/r/androiddev/comments/1623kzf/i_need_help_with_a_project_that_im_working_on_any/) +- [the google play console paradox](https://www.reddit.com/r/androiddev/comments/1623fp7/the_google_play_console_paradox/) +- [Creating an app to replace the media page on launchers](https://www.reddit.com/r/androiddev/comments/1623bzs/creating_an_app_to_replace_the_media_page_on/) +- [Error Android Studio When click on Developer Account (image with the error)](https://www.reddit.com/r/androiddev/comments/1622hu6/error_android_studio_when_click_on_developer/) ### *InfoWorld posts* From c8a5407bc26ea525fcb00ce9c6b4b4a54dc7c65e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 28 Aug 2023 01:22:57 +0000 Subject: [PATCH 0637/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 207ae99bb5..1e8a42d687 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How do I keep API keys safe?](https://www.reddit.com/r/androiddev/comments/162cnly/how_do_i_keep_api_keys_safe/) +- [My ID verification to become a Google dev failed -- I need help](https://www.reddit.com/r/androiddev/comments/1633zj0/my_id_verification_to_become_a_google_dev_failed/) +- [Have you guys added your apps on Huawei App Gallery ? What were the results? Is it worth It?](https://www.reddit.com/r/androiddev/comments/162w992/have_you_guys_added_your_apps_on_huawei_app/) +- [Is it okay to publish the ad free version of my apps in my second account](https://www.reddit.com/r/androiddev/comments/162n19f/is_it_okay_to_publish_the_ad_free_version_of_my/) +- [My app can only accessible with link and wont show in play store, what is the reason ?](https://www.reddit.com/r/androiddev/comments/162mxa4/my_app_can_only_accessible_with_link_and_wont/) +- [Is deobfuscation file essential for publishing?](https://www.reddit.com/r/androiddev/comments/162mvym/is_deobfuscation_file_essential_for_publishing/) +- [Play Store tags - good or bad?](https://www.reddit.com/r/androiddev/comments/162kjcq/play_store_tags_good_or_bad/) - [My app has two bundles with different targetSdkVersions. What will happen at the deadline?](https://www.reddit.com/r/androiddev/comments/162c4rt/my_app_has_two_bundles_with_different/) - [Is an AWS certificate worth it?](https://www.reddit.com/r/androiddev/comments/1629zxs/is_an_aws_certificate_worth_it/) -- [Can we A/B test both App Bundle and Store Listing simultaneously?](https://www.reddit.com/r/androiddev/comments/1626zmd/can_we_ab_test_both_app_bundle_and_store_listing/) -- [Hello, I have been ancountering this issue recently. Ive cleared all cache rebooted and so on. It only happens with this specific activity. On relauch its fixed until seconds later it reappears. I could not find anything online. Does anyone know how to fix this?](https://www.reddit.com/r/androiddev/comments/1626qxk/hello_i_have_been_ancountering_this_issue/) - [What security practices do Banking apps use?](https://www.reddit.com/r/androiddev/comments/16258kv/what_security_practices_do_banking_apps_use/) -- [I need help with a project that im working on, any insight and or ideas will be appreciate it.](https://www.reddit.com/r/androiddev/comments/1623kzf/i_need_help_with_a_project_that_im_working_on_any/) - [the google play console paradox](https://www.reddit.com/r/androiddev/comments/1623fp7/the_google_play_console_paradox/) -- [Creating an app to replace the media page on launchers](https://www.reddit.com/r/androiddev/comments/1623bzs/creating_an_app_to_replace_the_media_page_on/) -- [Error Android Studio When click on Developer Account (image with the error)](https://www.reddit.com/r/androiddev/comments/1622hu6/error_android_studio_when_click_on_developer/) ### *InfoWorld posts* From 7721e4004c1aa4517c91775ea311d4a847741a5b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 29 Aug 2023 01:22:47 +0000 Subject: [PATCH 0638/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1e8a42d687..1697c29704 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [My ID verification to become a Google dev failed -- I need help](https://www.reddit.com/r/androiddev/comments/1633zj0/my_id_verification_to_become_a_google_dev_failed/) -- [Have you guys added your apps on Huawei App Gallery ? What were the results? Is it worth It?](https://www.reddit.com/r/androiddev/comments/162w992/have_you_guys_added_your_apps_on_huawei_app/) -- [Is it okay to publish the ad free version of my apps in my second account](https://www.reddit.com/r/androiddev/comments/162n19f/is_it_okay_to_publish_the_ad_free_version_of_my/) -- [My app can only accessible with link and wont show in play store, what is the reason ?](https://www.reddit.com/r/androiddev/comments/162mxa4/my_app_can_only_accessible_with_link_and_wont/) -- [Is deobfuscation file essential for publishing?](https://www.reddit.com/r/androiddev/comments/162mvym/is_deobfuscation_file_essential_for_publishing/) -- [Play Store tags - good or bad?](https://www.reddit.com/r/androiddev/comments/162kjcq/play_store_tags_good_or_bad/) -- [My app has two bundles with different targetSdkVersions. What will happen at the deadline?](https://www.reddit.com/r/androiddev/comments/162c4rt/my_app_has_two_bundles_with_different/) -- [Is an AWS certificate worth it?](https://www.reddit.com/r/androiddev/comments/1629zxs/is_an_aws_certificate_worth_it/) -- [What security practices do Banking apps use?](https://www.reddit.com/r/androiddev/comments/16258kv/what_security_practices_do_banking_apps_use/) -- [the google play console paradox](https://www.reddit.com/r/androiddev/comments/1623fp7/the_google_play_console_paradox/) +- [Generative A.I in Lottie Animations](https://www.reddit.com/r/androiddev/comments/1642tck/generative_ai_in_lottie_animations/) +- [Android Studio Iguana Canary 1 now available](https://www.reddit.com/r/androiddev/comments/163zgap/android_studio_iguana_canary_1_now_available/) +- [Interview question: What's the difference between data class and sealed class?](https://www.reddit.com/r/androiddev/comments/163uceg/interview_question_whats_the_difference_between/) +- [Is Compose the future? An objective discussion](https://www.reddit.com/r/androiddev/comments/163tt27/is_compose_the_future_an_objective_discussion/) +- [shoutout to crawford14 for helping me](https://www.reddit.com/r/androiddev/comments/163t8jg/shoutout_to_crawford14_for_helping_me/) +- [Survey on Android App Testing Practices](https://www.reddit.com/r/androiddev/comments/163t0s9/survey_on_android_app_testing_practices/) +- [my app got rejected for using accessibility api](https://www.reddit.com/r/androiddev/comments/163s09l/my_app_got_rejected_for_using_accessibility_api/) +- [🚀 New Library: ApiResult - A Monad for Declarative and Functional Error Handling](https://www.reddit.com/r/androiddev/comments/163rui2/new_library_apiresult_a_monad_for_declarative_and/) +- [Can I get my new app removed if I reskin my own game?](https://www.reddit.com/r/androiddev/comments/163r2rd/can_i_get_my_new_app_removed_if_i_reskin_my_own/) +- [How profitable is your in-app subscription based app](https://www.reddit.com/r/androiddev/comments/163p1so/how_profitable_is_your_inapp_subscription_based/) ### *InfoWorld posts* From c5eb0abcb602e4f29f529bd2bd0ded5473f86e33 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 30 Aug 2023 01:22:31 +0000 Subject: [PATCH 0639/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1697c29704..2f71454a7e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Generative A.I in Lottie Animations](https://www.reddit.com/r/androiddev/comments/1642tck/generative_ai_in_lottie_animations/) -- [Android Studio Iguana Canary 1 now available](https://www.reddit.com/r/androiddev/comments/163zgap/android_studio_iguana_canary_1_now_available/) -- [Interview question: What's the difference between data class and sealed class?](https://www.reddit.com/r/androiddev/comments/163uceg/interview_question_whats_the_difference_between/) -- [Is Compose the future? An objective discussion](https://www.reddit.com/r/androiddev/comments/163tt27/is_compose_the_future_an_objective_discussion/) -- [shoutout to crawford14 for helping me](https://www.reddit.com/r/androiddev/comments/163t8jg/shoutout_to_crawford14_for_helping_me/) -- [Survey on Android App Testing Practices](https://www.reddit.com/r/androiddev/comments/163t0s9/survey_on_android_app_testing_practices/) -- [my app got rejected for using accessibility api](https://www.reddit.com/r/androiddev/comments/163s09l/my_app_got_rejected_for_using_accessibility_api/) -- [🚀 New Library: ApiResult - A Monad for Declarative and Functional Error Handling](https://www.reddit.com/r/androiddev/comments/163rui2/new_library_apiresult_a_monad_for_declarative_and/) -- [Can I get my new app removed if I reskin my own game?](https://www.reddit.com/r/androiddev/comments/163r2rd/can_i_get_my_new_app_removed_if_i_reskin_my_own/) -- [How profitable is your in-app subscription based app](https://www.reddit.com/r/androiddev/comments/163p1so/how_profitable_is_your_inapp_subscription_based/) +- [About Record Screen in Android studio](https://www.reddit.com/r/androiddev/comments/164y298/about_record_screen_in_android_studio/) +- [Clean revenue on Google Play](https://www.reddit.com/r/androiddev/comments/164ux5d/clean_revenue_on_google_play/) +- [sudden drop in users/downloads](https://www.reddit.com/r/androiddev/comments/164ub5n/sudden_drop_in_usersdownloads/) +- [I just made this repository about clean architecture using compose. Can y'all check it and tell me what do u think ? are there any better solutions or changes I need to make ?](https://www.reddit.com/r/androiddev/comments/164rhp0/i_just_made_this_repository_about_clean/) +- [Tapado Alerter in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/164rc1p/tapado_alerter_in_jetpack_compose/) +- [How does YouCam makeup app works?](https://www.reddit.com/r/androiddev/comments/164qufk/how_does_youcam_makeup_app_works/) +- [Beyond Java: Obfuscating Android Apps with Purely Native Code](https://www.reddit.com/r/androiddev/comments/164qc4z/beyond_java_obfuscating_android_apps_with_purely/) +- [Is there no way to see how many total unique users have downloaded your app since you released it?](https://www.reddit.com/r/androiddev/comments/164q4da/is_there_no_way_to_see_how_many_total_unique/) +- [Play Console Support chat has been closed for over 3 weeks. What's going on?](https://www.reddit.com/r/androiddev/comments/164q1zu/play_console_support_chat_has_been_closed_for/) +- [Compose-destinations library in multi-modular project](https://www.reddit.com/r/androiddev/comments/164puqc/composedestinations_library_in_multimodular/) ### *InfoWorld posts* From 252b96c2715dddb19c35c4c7f9d3d3ac8845b076 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 31 Aug 2023 01:23:02 +0000 Subject: [PATCH 0640/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2f71454a7e..d1187d0086 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [About Record Screen in Android studio](https://www.reddit.com/r/androiddev/comments/164y298/about_record_screen_in_android_studio/) -- [Clean revenue on Google Play](https://www.reddit.com/r/androiddev/comments/164ux5d/clean_revenue_on_google_play/) -- [sudden drop in users/downloads](https://www.reddit.com/r/androiddev/comments/164ub5n/sudden_drop_in_usersdownloads/) -- [I just made this repository about clean architecture using compose. Can y'all check it and tell me what do u think ? are there any better solutions or changes I need to make ?](https://www.reddit.com/r/androiddev/comments/164rhp0/i_just_made_this_repository_about_clean/) -- [Tapado Alerter in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/164rc1p/tapado_alerter_in_jetpack_compose/) -- [How does YouCam makeup app works?](https://www.reddit.com/r/androiddev/comments/164qufk/how_does_youcam_makeup_app_works/) -- [Beyond Java: Obfuscating Android Apps with Purely Native Code](https://www.reddit.com/r/androiddev/comments/164qc4z/beyond_java_obfuscating_android_apps_with_purely/) -- [Is there no way to see how many total unique users have downloaded your app since you released it?](https://www.reddit.com/r/androiddev/comments/164q4da/is_there_no_way_to_see_how_many_total_unique/) -- [Play Console Support chat has been closed for over 3 weeks. What's going on?](https://www.reddit.com/r/androiddev/comments/164q1zu/play_console_support_chat_has_been_closed_for/) -- [Compose-destinations library in multi-modular project](https://www.reddit.com/r/androiddev/comments/164puqc/composedestinations_library_in_multimodular/) +- [ASO Practices in a different language?](https://www.reddit.com/r/androiddev/comments/165wlg7/aso_practices_in_a_different_language/) +- [keytool issue (for firebase)](https://www.reddit.com/r/androiddev/comments/165u5w3/keytool_issue_for_firebase/) +- [apparently my denied app got approved by using less dialog for accessibility api usage](https://www.reddit.com/r/androiddev/comments/165u037/apparently_my_denied_app_got_approved_by_using/) +- [I created a community about DangoPlayer Uni](https://www.reddit.com/r/androiddev/comments/165ppas/i_created_a_community_about_dangoplayer_uni/) +- [Why Does Beach Buggy Racing 2 ask for access to Controller?](https://www.reddit.com/r/androiddev/comments/165ob9e/why_does_beach_buggy_racing_2_ask_for_access_to/) +- [Survey on Android App Testing Practices](https://www.reddit.com/r/androiddev/comments/165nwqu/survey_on_android_app_testing_practices/) +- [Don’t look up: Google’s meteor of incompetence will kill thousands of apps in four months](https://www.reddit.com/r/androiddev/comments/165mjm1/dont_look_up_googles_meteor_of_incompetence_will/) +- [How do I print an image to an escpos printer over BLE connection](https://www.reddit.com/r/androiddev/comments/165mfel/how_do_i_print_an_image_to_an_escpos_printer_over/) +- [About Logic Auth for User](https://www.reddit.com/r/androiddev/comments/165m61g/about_logic_auth_for_user/) +- [Looking for +1s on an issue: "Create an easy to use way to export a portion of a Composable to a Bitmap without needing to render as part of the hierarchy"](https://www.reddit.com/r/androiddev/comments/165k32v/looking_for_1s_on_an_issue_create_an_easy_to_use/) ### *InfoWorld posts* From 47ece2316c3fa7edd67b78b21c9f2ea719fb6931 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 1 Sep 2023 01:25:36 +0000 Subject: [PATCH 0641/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d1187d0086..1a89837c28 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [ASO Practices in a different language?](https://www.reddit.com/r/androiddev/comments/165wlg7/aso_practices_in_a_different_language/) -- [keytool issue (for firebase)](https://www.reddit.com/r/androiddev/comments/165u5w3/keytool_issue_for_firebase/) -- [apparently my denied app got approved by using less dialog for accessibility api usage](https://www.reddit.com/r/androiddev/comments/165u037/apparently_my_denied_app_got_approved_by_using/) -- [I created a community about DangoPlayer Uni](https://www.reddit.com/r/androiddev/comments/165ppas/i_created_a_community_about_dangoplayer_uni/) -- [Why Does Beach Buggy Racing 2 ask for access to Controller?](https://www.reddit.com/r/androiddev/comments/165ob9e/why_does_beach_buggy_racing_2_ask_for_access_to/) -- [Survey on Android App Testing Practices](https://www.reddit.com/r/androiddev/comments/165nwqu/survey_on_android_app_testing_practices/) -- [Don’t look up: Google’s meteor of incompetence will kill thousands of apps in four months](https://www.reddit.com/r/androiddev/comments/165mjm1/dont_look_up_googles_meteor_of_incompetence_will/) -- [How do I print an image to an escpos printer over BLE connection](https://www.reddit.com/r/androiddev/comments/165mfel/how_do_i_print_an_image_to_an_escpos_printer_over/) -- [About Logic Auth for User](https://www.reddit.com/r/androiddev/comments/165m61g/about_logic_auth_for_user/) -- [Looking for +1s on an issue: "Create an easy to use way to export a portion of a Composable to a Bitmap without needing to render as part of the hierarchy"](https://www.reddit.com/r/androiddev/comments/165k32v/looking_for_1s_on_an_issue_create_an_easy_to_use/) +- [How to share ViewModel between Activities?](https://www.reddit.com/r/androiddev/comments/166q7ps/how_to_share_viewmodel_between_activities/) +- [What should I know before going into a job?](https://www.reddit.com/r/androiddev/comments/166ocl6/what_should_i_know_before_going_into_a_job/) +- [Restrict App Access in Android](https://www.reddit.com/r/androiddev/comments/166mh9i/restrict_app_access_in_android/) +- [Steady stream of unexplained users signing in to an internal/closed-test app?](https://www.reddit.com/r/androiddev/comments/166lx6x/steady_stream_of_unexplained_users_signing_in_to/) +- [ViewPager is better then ViewPager2](https://www.reddit.com/r/androiddev/comments/166lcyv/viewpager_is_better_then_viewpager2/) +- [iOS developer wanting to learn Android development. Is their any good Udemy classes you recommend?](https://www.reddit.com/r/androiddev/comments/166l906/ios_developer_wanting_to_learn_android/) +- [Weird Syntax in Kotlin](https://www.reddit.com/r/androiddev/comments/166kg66/weird_syntax_in_kotlin/) +- [Android Emulator acceleration, WHPX vs AEHD](https://www.reddit.com/r/androiddev/comments/166jz0m/android_emulator_acceleration_whpx_vs_aehd/) +- [I'm trying to do this Codelab for MLKit, but I'm getting multiple errors when using Google's starter code. What are the issues?](https://www.reddit.com/r/androiddev/comments/166jf1p/im_trying_to_do_this_codelab_for_mlkit_but_im/) +- [Alot has changed in 2 years … what are you looking for when interviewing for developers?](https://www.reddit.com/r/androiddev/comments/166j5th/alot_has_changed_in_2_years_what_are_you_looking/) ### *InfoWorld posts* From 8d8ab922210921dd146d590e49b97473ee79612b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 2 Sep 2023 01:20:36 +0000 Subject: [PATCH 0642/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1a89837c28..39a3181868 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to share ViewModel between Activities?](https://www.reddit.com/r/androiddev/comments/166q7ps/how_to_share_viewmodel_between_activities/) -- [What should I know before going into a job?](https://www.reddit.com/r/androiddev/comments/166ocl6/what_should_i_know_before_going_into_a_job/) -- [Restrict App Access in Android](https://www.reddit.com/r/androiddev/comments/166mh9i/restrict_app_access_in_android/) -- [Steady stream of unexplained users signing in to an internal/closed-test app?](https://www.reddit.com/r/androiddev/comments/166lx6x/steady_stream_of_unexplained_users_signing_in_to/) -- [ViewPager is better then ViewPager2](https://www.reddit.com/r/androiddev/comments/166lcyv/viewpager_is_better_then_viewpager2/) -- [iOS developer wanting to learn Android development. Is their any good Udemy classes you recommend?](https://www.reddit.com/r/androiddev/comments/166l906/ios_developer_wanting_to_learn_android/) -- [Weird Syntax in Kotlin](https://www.reddit.com/r/androiddev/comments/166kg66/weird_syntax_in_kotlin/) -- [Android Emulator acceleration, WHPX vs AEHD](https://www.reddit.com/r/androiddev/comments/166jz0m/android_emulator_acceleration_whpx_vs_aehd/) -- [I'm trying to do this Codelab for MLKit, but I'm getting multiple errors when using Google's starter code. What are the issues?](https://www.reddit.com/r/androiddev/comments/166jf1p/im_trying_to_do_this_codelab_for_mlkit_but_im/) -- [Alot has changed in 2 years … what are you looking for when interviewing for developers?](https://www.reddit.com/r/androiddev/comments/166j5th/alot_has_changed_in_2_years_what_are_you_looking/) +- [What do you use for localization, and are you happy with it?](https://www.reddit.com/r/androiddev/comments/167oum8/what_do_you_use_for_localization_and_are_you/) +- [Show Toasts on the background thread!](https://www.reddit.com/r/androiddev/comments/167ggnb/show_toasts_on_the_background_thread/) +- [If play store apps ratings are based on regions, does default rating still matter?](https://www.reddit.com/r/androiddev/comments/167g2d6/if_play_store_apps_ratings_are_based_on_regions/) +- [Jetpack Compose vs Flutter for AndroidTV and WearOS](https://www.reddit.com/r/androiddev/comments/167fbgx/jetpack_compose_vs_flutter_for_androidtv_and/) +- [Convert your website into an App IOS + Android (Built using Flutter)](https://www.reddit.com/r/androiddev/comments/167ehnb/convert_your_website_into_an_app_ios_android/) +- [Recording unprocessed audio & microphone gain](https://www.reddit.com/r/androiddev/comments/167e33q/recording_unprocessed_audio_microphone_gain/) +- [This is what you can do with Canvas. This is a personal project I made in 2018, never published it. I just wanted to show the power of Canvas apis](https://www.reddit.com/r/androiddev/comments/167dxtx/this_is_what_you_can_do_with_canvas_this_is_a/) +- [Custom tunneling protocol with vpn service](https://www.reddit.com/r/androiddev/comments/167d6nt/custom_tunneling_protocol_with_vpn_service/) +- [What open source library would you like to see developer for Android?](https://www.reddit.com/r/androiddev/comments/167bjyn/what_open_source_library_would_you_like_to_see/) +- [how do i call a main class in a fragment class in android studio? i used chatgpt and it said to use intent. but it only runs when i use it for only one fragment. what do i need to put in the frgament class?](https://www.reddit.com/r/androiddev/comments/167a13q/how_do_i_call_a_main_class_in_a_fragment_class_in/) ### *InfoWorld posts* From 4ebadae8820c12fd429a8372ffbfd320119e6cd9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 3 Sep 2023 01:24:51 +0000 Subject: [PATCH 0643/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 39a3181868..2397f4d356 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What do you use for localization, and are you happy with it?](https://www.reddit.com/r/androiddev/comments/167oum8/what_do_you_use_for_localization_and_are_you/) -- [Show Toasts on the background thread!](https://www.reddit.com/r/androiddev/comments/167ggnb/show_toasts_on_the_background_thread/) +- [What do you think about KMM?](https://www.reddit.com/r/androiddev/comments/1688pi4/what_do_you_think_about_kmm/) +- [KCrypt : A KMM library providing a unified api for obtaining an encryption key](https://www.reddit.com/r/androiddev/comments/16820mh/kcrypt_a_kmm_library_providing_a_unified_api_for/) +- [Updated Google Play Developer Distribution Agreement](https://www.reddit.com/r/androiddev/comments/167yhpm/updated_google_play_developer_distribution/) +- [Type safe Bundle in Android development](https://www.reddit.com/r/androiddev/comments/167x2h9/type_safe_bundle_in_android_development/) +- [Sample android interview coding questions people have gotten/given recently?](https://www.reddit.com/r/androiddev/comments/167tvap/sample_android_interview_coding_questions_people/) - [If play store apps ratings are based on regions, does default rating still matter?](https://www.reddit.com/r/androiddev/comments/167g2d6/if_play_store_apps_ratings_are_based_on_regions/) -- [Jetpack Compose vs Flutter for AndroidTV and WearOS](https://www.reddit.com/r/androiddev/comments/167fbgx/jetpack_compose_vs_flutter_for_androidtv_and/) -- [Convert your website into an App IOS + Android (Built using Flutter)](https://www.reddit.com/r/androiddev/comments/167ehnb/convert_your_website_into_an_app_ios_android/) -- [Recording unprocessed audio & microphone gain](https://www.reddit.com/r/androiddev/comments/167e33q/recording_unprocessed_audio_microphone_gain/) - [This is what you can do with Canvas. This is a personal project I made in 2018, never published it. I just wanted to show the power of Canvas apis](https://www.reddit.com/r/androiddev/comments/167dxtx/this_is_what_you_can_do_with_canvas_this_is_a/) -- [Custom tunneling protocol with vpn service](https://www.reddit.com/r/androiddev/comments/167d6nt/custom_tunneling_protocol_with_vpn_service/) - [What open source library would you like to see developer for Android?](https://www.reddit.com/r/androiddev/comments/167bjyn/what_open_source_library_would_you_like_to_see/) -- [how do i call a main class in a fragment class in android studio? i used chatgpt and it said to use intent. but it only runs when i use it for only one fragment. what do i need to put in the frgament class?](https://www.reddit.com/r/androiddev/comments/167a13q/how_do_i_call_a_main_class_in_a_fragment_class_in/) +- [How to secure an important file within the app?](https://www.reddit.com/r/androiddev/comments/16796zt/how_to_secure_an_important_file_within_the_app/) +- [Meeting Room Compose: A real-time meeting room app built with Jetpack Compose to demonstrate video communications.](https://www.reddit.com/r/androiddev/comments/16796f1/meeting_room_compose_a_realtime_meeting_room_app/) ### *InfoWorld posts* From f741b1417bea1b9e7d0f45652288f90a4da132da Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 4 Sep 2023 01:23:19 +0000 Subject: [PATCH 0644/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2397f4d356..e73db74e94 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [onBackPressed Is Now Deprecated in Android 13 - Migrate to Predictive Back Soon Before It’s Too Late](https://www.reddit.com/r/androiddev/comments/169dnk9/onbackpressed_is_now_deprecated_in_android_13/) +- [Release phased approach](https://www.reddit.com/r/androiddev/comments/1696yfb/release_phased_approach/) +- [Unfair Google Play Developer Ban Ruined My Student Journey](https://www.reddit.com/r/androiddev/comments/1696mp8/unfair_google_play_developer_ban_ruined_my/) +- [is Playstore no longer showing 50K Download Milestone ?](https://www.reddit.com/r/androiddev/comments/168yulo/is_playstore_no_longer_showing_50k_download/) +- [Migrate to Android 13 Predictive Back Soon Before It’s Too Late](https://www.reddit.com/r/androiddev/comments/168yj0k/migrate_to_android_13_predictive_back_soon_before/) +- [glove-android: An Android library providing access to GloVe Word Embeddings used for NLP tasks](https://www.reddit.com/r/androiddev/comments/168u3h7/gloveandroid_an_android_library_providing_access/) +- [How are you handling Admob UMP if a user disables all ads in the app starting 2024?](https://www.reddit.com/r/androiddev/comments/168tcni/how_are_you_handling_admob_ump_if_a_user_disables/) +- [Does it make sense to wite the entire app UI in C++ and OpenGL?](https://www.reddit.com/r/androiddev/comments/168p5d1/does_it_make_sense_to_wite_the_entire_app_ui_in_c/) - [What do you think about KMM?](https://www.reddit.com/r/androiddev/comments/1688pi4/what_do_you_think_about_kmm/) - [KCrypt : A KMM library providing a unified api for obtaining an encryption key](https://www.reddit.com/r/androiddev/comments/16820mh/kcrypt_a_kmm_library_providing_a_unified_api_for/) -- [Updated Google Play Developer Distribution Agreement](https://www.reddit.com/r/androiddev/comments/167yhpm/updated_google_play_developer_distribution/) -- [Type safe Bundle in Android development](https://www.reddit.com/r/androiddev/comments/167x2h9/type_safe_bundle_in_android_development/) -- [Sample android interview coding questions people have gotten/given recently?](https://www.reddit.com/r/androiddev/comments/167tvap/sample_android_interview_coding_questions_people/) -- [If play store apps ratings are based on regions, does default rating still matter?](https://www.reddit.com/r/androiddev/comments/167g2d6/if_play_store_apps_ratings_are_based_on_regions/) -- [This is what you can do with Canvas. This is a personal project I made in 2018, never published it. I just wanted to show the power of Canvas apis](https://www.reddit.com/r/androiddev/comments/167dxtx/this_is_what_you_can_do_with_canvas_this_is_a/) -- [What open source library would you like to see developer for Android?](https://www.reddit.com/r/androiddev/comments/167bjyn/what_open_source_library_would_you_like_to_see/) -- [How to secure an important file within the app?](https://www.reddit.com/r/androiddev/comments/16796zt/how_to_secure_an_important_file_within_the_app/) -- [Meeting Room Compose: A real-time meeting room app built with Jetpack Compose to demonstrate video communications.](https://www.reddit.com/r/androiddev/comments/16796f1/meeting_room_compose_a_realtime_meeting_room_app/) ### *InfoWorld posts* From feff74aa45a887129d7d0157b13f0dfa5c92fced Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 5 Sep 2023 01:21:56 +0000 Subject: [PATCH 0645/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e73db74e94..96013ee4b8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [onBackPressed Is Now Deprecated in Android 13 - Migrate to Predictive Back Soon Before It’s Too Late](https://www.reddit.com/r/androiddev/comments/169dnk9/onbackpressed_is_now_deprecated_in_android_13/) +- [How good is regex support in Android Room?](https://www.reddit.com/r/androiddev/comments/16a6kmf/how_good_is_regex_support_in_android_room/) +- [Declarative User Interface Considered Harmful](https://www.reddit.com/r/androiddev/comments/169vq3p/declarative_user_interface_considered_harmful/) +- [2 week laters: 12 year old dev account still MIA, actual malicious actors have taken stage](https://www.reddit.com/r/androiddev/comments/169u3g6/2_week_laters_12_year_old_dev_account_still_mia/) +- [Weekly Who's Hiring Thread - September 04, 2023](https://www.reddit.com/r/androiddev/comments/169rdhl/weekly_whos_hiring_thread_september_04_2023/) +- [Weekly discussion, code review, and feedback thread - September 04, 2023](https://www.reddit.com/r/androiddev/comments/169q4os/weekly_discussion_code_review_and_feedback_thread/) +- [Understand Android 13 "Predictive Back" behavior differs from traditional onBackPressed()](https://www.reddit.com/r/androiddev/comments/169nm0z/understand_android_13_predictive_back_behavior/) +- [Using Threads and Coroutines](https://www.reddit.com/r/androiddev/comments/169ndos/using_threads_and_coroutines/) +- [Refactoring Multi-Module Kotlin Project With Konsist](https://www.reddit.com/r/androiddev/comments/169n453/refactoring_multimodule_kotlin_project_with/) +- [KMPUtils: A Kotlin Multiplatform library with everything that is missing from Kotlin STL.](https://www.reddit.com/r/androiddev/comments/169kz33/kmputils_a_kotlin_multiplatform_library_with/) - [Release phased approach](https://www.reddit.com/r/androiddev/comments/1696yfb/release_phased_approach/) -- [Unfair Google Play Developer Ban Ruined My Student Journey](https://www.reddit.com/r/androiddev/comments/1696mp8/unfair_google_play_developer_ban_ruined_my/) -- [is Playstore no longer showing 50K Download Milestone ?](https://www.reddit.com/r/androiddev/comments/168yulo/is_playstore_no_longer_showing_50k_download/) -- [Migrate to Android 13 Predictive Back Soon Before It’s Too Late](https://www.reddit.com/r/androiddev/comments/168yj0k/migrate_to_android_13_predictive_back_soon_before/) -- [glove-android: An Android library providing access to GloVe Word Embeddings used for NLP tasks](https://www.reddit.com/r/androiddev/comments/168u3h7/gloveandroid_an_android_library_providing_access/) -- [How are you handling Admob UMP if a user disables all ads in the app starting 2024?](https://www.reddit.com/r/androiddev/comments/168tcni/how_are_you_handling_admob_ump_if_a_user_disables/) -- [Does it make sense to wite the entire app UI in C++ and OpenGL?](https://www.reddit.com/r/androiddev/comments/168p5d1/does_it_make_sense_to_wite_the_entire_app_ui_in_c/) -- [What do you think about KMM?](https://www.reddit.com/r/androiddev/comments/1688pi4/what_do_you_think_about_kmm/) -- [KCrypt : A KMM library providing a unified api for obtaining an encryption key](https://www.reddit.com/r/androiddev/comments/16820mh/kcrypt_a_kmm_library_providing_a_unified_api_for/) ### *InfoWorld posts* From 34df95aa5725d8ff3ba61530a2b239b592bb377f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 6 Sep 2023 01:22:44 +0000 Subject: [PATCH 0646/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 96013ee4b8..a42a3cfe79 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How good is regex support in Android Room?](https://www.reddit.com/r/androiddev/comments/16a6kmf/how_good_is_regex_support_in_android_room/) -- [Declarative User Interface Considered Harmful](https://www.reddit.com/r/androiddev/comments/169vq3p/declarative_user_interface_considered_harmful/) -- [2 week laters: 12 year old dev account still MIA, actual malicious actors have taken stage](https://www.reddit.com/r/androiddev/comments/169u3g6/2_week_laters_12_year_old_dev_account_still_mia/) -- [Weekly Who's Hiring Thread - September 04, 2023](https://www.reddit.com/r/androiddev/comments/169rdhl/weekly_whos_hiring_thread_september_04_2023/) -- [Weekly discussion, code review, and feedback thread - September 04, 2023](https://www.reddit.com/r/androiddev/comments/169q4os/weekly_discussion_code_review_and_feedback_thread/) -- [Understand Android 13 "Predictive Back" behavior differs from traditional onBackPressed()](https://www.reddit.com/r/androiddev/comments/169nm0z/understand_android_13_predictive_back_behavior/) -- [Using Threads and Coroutines](https://www.reddit.com/r/androiddev/comments/169ndos/using_threads_and_coroutines/) -- [Refactoring Multi-Module Kotlin Project With Konsist](https://www.reddit.com/r/androiddev/comments/169n453/refactoring_multimodule_kotlin_project_with/) -- [KMPUtils: A Kotlin Multiplatform library with everything that is missing from Kotlin STL.](https://www.reddit.com/r/androiddev/comments/169kz33/kmputils_a_kotlin_multiplatform_library_with/) -- [Release phased approach](https://www.reddit.com/r/androiddev/comments/1696yfb/release_phased_approach/) +- [SKIE (Swift Kotlin Interface Enhancer) has been released as open source!](https://www.reddit.com/r/androiddev/comments/16b1l7k/skie_swift_kotlin_interface_enhancer_has_been/) +- [Android Studio Hedgehog Beta 2 now available](https://www.reddit.com/r/androiddev/comments/16awqyc/android_studio_hedgehog_beta_2_now_available/) +- [Android Studio Iguana Canary 2 now available](https://www.reddit.com/r/androiddev/comments/16awqxy/android_studio_iguana_canary_2_now_available/) +- [Distributing Android library](https://www.reddit.com/r/androiddev/comments/16avkjf/distributing_android_library/) +- [Offering a live FREE Expert UI/UX Insights for your mobile app today at 4-5pm PST !](https://www.reddit.com/r/androiddev/comments/16avibm/offering_a_live_free_expert_uiux_insights_for/) +- [Java being deprecated?](https://www.reddit.com/r/androiddev/comments/16au6lg/java_being_deprecated/) +- [Secure Personal Database Android App. Organize your notes into categories easily and securely. User-Friendly.](https://www.reddit.com/r/androiddev/comments/16atlou/secure_personal_database_android_app_organize/) +- [Any other major Android development changes other than the ones below?](https://www.reddit.com/r/androiddev/comments/16alk3w/any_other_major_android_development_changes_other/) +- [Why AS's Build APK(s) runs tests?](https://www.reddit.com/r/androiddev/comments/16ak9vk/why_ass_build_apks_runs_tests/) +- [Can you share one free accompanying tool you like for your Android Development?](https://www.reddit.com/r/androiddev/comments/16ahmx4/can_you_share_one_free_accompanying_tool_you_like/) ### *InfoWorld posts* From d6afac777dae2d2881d5dc487a4dd4fe59e6aa50 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 7 Sep 2023 01:22:43 +0000 Subject: [PATCH 0647/1422] Updated with the latest blog posts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a42a3cfe79..09940734c5 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,8 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Firebase Auth non EU compliant](https://www.reddit.com/r/androiddev/comments/16bj7qm/firebase_auth_non_eu_compliant/) +- [Question about PlayStore % staged rollout mechanism](https://www.reddit.com/r/androiddev/comments/16bdyr8/question_about_playstore_staged_rollout_mechanism/) - [SKIE (Swift Kotlin Interface Enhancer) has been released as open source!](https://www.reddit.com/r/androiddev/comments/16b1l7k/skie_swift_kotlin_interface_enhancer_has_been/) - [Android Studio Hedgehog Beta 2 now available](https://www.reddit.com/r/androiddev/comments/16awqyc/android_studio_hedgehog_beta_2_now_available/) - [Android Studio Iguana Canary 2 now available](https://www.reddit.com/r/androiddev/comments/16awqxy/android_studio_iguana_canary_2_now_available/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Java being deprecated?](https://www.reddit.com/r/androiddev/comments/16au6lg/java_being_deprecated/) - [Secure Personal Database Android App. Organize your notes into categories easily and securely. User-Friendly.](https://www.reddit.com/r/androiddev/comments/16atlou/secure_personal_database_android_app_organize/) - [Any other major Android development changes other than the ones below?](https://www.reddit.com/r/androiddev/comments/16alk3w/any_other_major_android_development_changes_other/) -- [Why AS's Build APK(s) runs tests?](https://www.reddit.com/r/androiddev/comments/16ak9vk/why_ass_build_apks_runs_tests/) -- [Can you share one free accompanying tool you like for your Android Development?](https://www.reddit.com/r/androiddev/comments/16ahmx4/can_you_share_one_free_accompanying_tool_you_like/) ### *InfoWorld posts* From 51d946d1125ed9a53a2ff9a912cb766dfca5139e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 8 Sep 2023 01:23:03 +0000 Subject: [PATCH 0648/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09940734c5..fe6bc91f2f 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Learn from my mistakes! The DOs and DONTs of Jetpack Compose.](https://www.reddit.com/r/androiddev/comments/16ckosi/learn_from_my_mistakes_the_dos_and_donts_of/) +- [Verify Clean Architecture layers with Konsist - extremely helpful when multiple layers are defined](https://www.reddit.com/r/androiddev/comments/16cbgxh/verify_clean_architecture_layers_with_konsist/) +- [Question about Jetpack Compose parameter naming](https://www.reddit.com/r/androiddev/comments/16c8it8/question_about_jetpack_compose_parameter_naming/) - [Firebase Auth non EU compliant](https://www.reddit.com/r/androiddev/comments/16bj7qm/firebase_auth_non_eu_compliant/) - [Question about PlayStore % staged rollout mechanism](https://www.reddit.com/r/androiddev/comments/16bdyr8/question_about_playstore_staged_rollout_mechanism/) - [SKIE (Swift Kotlin Interface Enhancer) has been released as open source!](https://www.reddit.com/r/androiddev/comments/16b1l7k/skie_swift_kotlin_interface_enhancer_has_been/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Android Studio Iguana Canary 2 now available](https://www.reddit.com/r/androiddev/comments/16awqxy/android_studio_iguana_canary_2_now_available/) - [Distributing Android library](https://www.reddit.com/r/androiddev/comments/16avkjf/distributing_android_library/) - [Offering a live FREE Expert UI/UX Insights for your mobile app today at 4-5pm PST !](https://www.reddit.com/r/androiddev/comments/16avibm/offering_a_live_free_expert_uiux_insights_for/) -- [Java being deprecated?](https://www.reddit.com/r/androiddev/comments/16au6lg/java_being_deprecated/) -- [Secure Personal Database Android App. Organize your notes into categories easily and securely. User-Friendly.](https://www.reddit.com/r/androiddev/comments/16atlou/secure_personal_database_android_app_organize/) -- [Any other major Android development changes other than the ones below?](https://www.reddit.com/r/androiddev/comments/16alk3w/any_other_major_android_development_changes_other/) ### *InfoWorld posts* From 8a39d36d8dd80fcc1fb2a435c38f9290799759ce Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 9 Sep 2023 01:21:18 +0000 Subject: [PATCH 0649/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fe6bc91f2f..944ffa703d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Studio Iguana Canary 3 now available](https://www.reddit.com/r/androiddev/comments/16dm0i3/android_studio_iguana_canary_3_now_available/) +- [Do you have a static code analysis tool integrated into your pipeline? If so, which one?](https://www.reddit.com/r/androiddev/comments/16didlm/do_you_have_a_static_code_analysis_tool/) +- [Ranking the Top 7 Push Notification APIs for Developers in 2023](https://www.reddit.com/r/androiddev/comments/16dh0hw/ranking_the_top_7_push_notification_apis_for/) +- [Clean architecture and functional programming](https://www.reddit.com/r/androiddev/comments/16d2nq1/clean_architecture_and_functional_programming/) +- [has anyone shared classes between spring boot and android ? Or embed spring boot in android?](https://www.reddit.com/r/androiddev/comments/16d2j0x/has_anyone_shared_classes_between_spring_boot_and/) +- [AfterPay/CashApp by Block aka Square seems to be using React Native](https://www.reddit.com/r/androiddev/comments/16d01vv/afterpaycashapp_by_block_aka_square_seems_to_be/) +- [SDK Games for android apps](https://www.reddit.com/r/androiddev/comments/16cy4dr/sdk_games_for_android_apps/) - [Learn from my mistakes! The DOs and DONTs of Jetpack Compose.](https://www.reddit.com/r/androiddev/comments/16ckosi/learn_from_my_mistakes_the_dos_and_donts_of/) - [Verify Clean Architecture layers with Konsist - extremely helpful when multiple layers are defined](https://www.reddit.com/r/androiddev/comments/16cbgxh/verify_clean_architecture_layers_with_konsist/) - [Question about Jetpack Compose parameter naming](https://www.reddit.com/r/androiddev/comments/16c8it8/question_about_jetpack_compose_parameter_naming/) -- [Firebase Auth non EU compliant](https://www.reddit.com/r/androiddev/comments/16bj7qm/firebase_auth_non_eu_compliant/) -- [Question about PlayStore % staged rollout mechanism](https://www.reddit.com/r/androiddev/comments/16bdyr8/question_about_playstore_staged_rollout_mechanism/) -- [SKIE (Swift Kotlin Interface Enhancer) has been released as open source!](https://www.reddit.com/r/androiddev/comments/16b1l7k/skie_swift_kotlin_interface_enhancer_has_been/) -- [Android Studio Hedgehog Beta 2 now available](https://www.reddit.com/r/androiddev/comments/16awqyc/android_studio_hedgehog_beta_2_now_available/) -- [Android Studio Iguana Canary 2 now available](https://www.reddit.com/r/androiddev/comments/16awqxy/android_studio_iguana_canary_2_now_available/) -- [Distributing Android library](https://www.reddit.com/r/androiddev/comments/16avkjf/distributing_android_library/) -- [Offering a live FREE Expert UI/UX Insights for your mobile app today at 4-5pm PST !](https://www.reddit.com/r/androiddev/comments/16avibm/offering_a_live_free_expert_uiux_insights_for/) ### *InfoWorld posts* From d92f6b1b04a920ec8d70bf2e953f507ae8c4ecd8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 10 Sep 2023 01:25:07 +0000 Subject: [PATCH 0650/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 944ffa703d..269941d9a6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Introducing Flaker: a flaky network simulator library for mobile app development](https://www.reddit.com/r/androiddev/comments/16el2q8/introducing_flaker_a_flaky_network_simulator/) +- [Compose samples in GitHub](https://www.reddit.com/r/androiddev/comments/16eh5ef/compose_samples_in_github/) +- [And on the 19th day, Google Play spoke and resurrected my 12 year old dev account](https://www.reddit.com/r/androiddev/comments/16e7gf4/and_on_the_19th_day_google_play_spoke_and/) +- [MVVM or MVI](https://www.reddit.com/r/androiddev/comments/16e5t7o/mvvm_or_mvi/) +- [Has anyone tried implementing in-app review api from google into their app on an early access track? Did it work? Or its only for published production apps?](https://www.reddit.com/r/androiddev/comments/16dvbr9/has_anyone_tried_implementing_inapp_review_api/) - [Android Studio Iguana Canary 3 now available](https://www.reddit.com/r/androiddev/comments/16dm0i3/android_studio_iguana_canary_3_now_available/) - [Do you have a static code analysis tool integrated into your pipeline? If so, which one?](https://www.reddit.com/r/androiddev/comments/16didlm/do_you_have_a_static_code_analysis_tool/) - [Ranking the Top 7 Push Notification APIs for Developers in 2023](https://www.reddit.com/r/androiddev/comments/16dh0hw/ranking_the_top_7_push_notification_apis_for/) - [Clean architecture and functional programming](https://www.reddit.com/r/androiddev/comments/16d2nq1/clean_architecture_and_functional_programming/) - [has anyone shared classes between spring boot and android ? Or embed spring boot in android?](https://www.reddit.com/r/androiddev/comments/16d2j0x/has_anyone_shared_classes_between_spring_boot_and/) -- [AfterPay/CashApp by Block aka Square seems to be using React Native](https://www.reddit.com/r/androiddev/comments/16d01vv/afterpaycashapp_by_block_aka_square_seems_to_be/) -- [SDK Games for android apps](https://www.reddit.com/r/androiddev/comments/16cy4dr/sdk_games_for_android_apps/) -- [Learn from my mistakes! The DOs and DONTs of Jetpack Compose.](https://www.reddit.com/r/androiddev/comments/16ckosi/learn_from_my_mistakes_the_dos_and_donts_of/) -- [Verify Clean Architecture layers with Konsist - extremely helpful when multiple layers are defined](https://www.reddit.com/r/androiddev/comments/16cbgxh/verify_clean_architecture_layers_with_konsist/) -- [Question about Jetpack Compose parameter naming](https://www.reddit.com/r/androiddev/comments/16c8it8/question_about_jetpack_compose_parameter_naming/) ### *InfoWorld posts* From 2dd238f68573424f5ec72a0e5e1ff5346dec0712 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 11 Sep 2023 01:23:33 +0000 Subject: [PATCH 0651/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 269941d9a6..b6a233b575 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [AAY - Compose Multiplatform chart library (link in comment)](https://www.reddit.com/r/androiddev/comments/16fbpe9/aay_compose_multiplatform_chart_library_link_in/) +- [How does compose works internally?](https://www.reddit.com/r/androiddev/comments/16f3n1h/how_does_compose_works_internally/) +- [A note for anybody who will teach Dependency injection](https://www.reddit.com/r/androiddev/comments/16euln5/a_note_for_anybody_who_will_teach_dependency/) - [Introducing Flaker: a flaky network simulator library for mobile app development](https://www.reddit.com/r/androiddev/comments/16el2q8/introducing_flaker_a_flaky_network_simulator/) - [Compose samples in GitHub](https://www.reddit.com/r/androiddev/comments/16eh5ef/compose_samples_in_github/) - [And on the 19th day, Google Play spoke and resurrected my 12 year old dev account](https://www.reddit.com/r/androiddev/comments/16e7gf4/and_on_the_19th_day_google_play_spoke_and/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Has anyone tried implementing in-app review api from google into their app on an early access track? Did it work? Or its only for published production apps?](https://www.reddit.com/r/androiddev/comments/16dvbr9/has_anyone_tried_implementing_inapp_review_api/) - [Android Studio Iguana Canary 3 now available](https://www.reddit.com/r/androiddev/comments/16dm0i3/android_studio_iguana_canary_3_now_available/) - [Do you have a static code analysis tool integrated into your pipeline? If so, which one?](https://www.reddit.com/r/androiddev/comments/16didlm/do_you_have_a_static_code_analysis_tool/) -- [Ranking the Top 7 Push Notification APIs for Developers in 2023](https://www.reddit.com/r/androiddev/comments/16dh0hw/ranking_the_top_7_push_notification_apis_for/) -- [Clean architecture and functional programming](https://www.reddit.com/r/androiddev/comments/16d2nq1/clean_architecture_and_functional_programming/) -- [has anyone shared classes between spring boot and android ? Or embed spring boot in android?](https://www.reddit.com/r/androiddev/comments/16d2j0x/has_anyone_shared_classes_between_spring_boot_and/) ### *InfoWorld posts* From c0a5daaf24fe596e07e512a021b550d49166d718 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 12 Sep 2023 01:21:53 +0000 Subject: [PATCH 0652/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b6a233b575..ecd9516879 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [What IDE do you use to develop Android Apps?](https://www.reddit.com/r/androiddev/comments/16gdov0/what_ide_do_you_use_to_develop_android_apps/) +- [Google has released a new version of the Android Studio IDE called Android Studio for Platform (ASfP)](https://www.reddit.com/r/androiddev/comments/16g1vhu/google_has_released_a_new_version_of_the_android/) +- [How do you guys handle the complicated designs?](https://www.reddit.com/r/androiddev/comments/16g0y4h/how_do_you_guys_handle_the_complicated_designs/) +- [How do you all review MRs? Do you try to run the branch every time?](https://www.reddit.com/r/androiddev/comments/16g0p5d/how_do_you_all_review_mrs_do_you_try_to_run_the/) +- [Weekly Who's Hiring Thread - September 11, 2023](https://www.reddit.com/r/androiddev/comments/16fuoax/weekly_whos_hiring_thread_september_11_2023/) +- [[Library] Introducing Compose Cartographer 🗺️ - Simplifying Jetpack Compose Navigation](https://www.reddit.com/r/androiddev/comments/16fu2wj/library_introducing_compose_cartographer/) +- [Weekly discussion, code review, and feedback thread - September 11, 2023](https://www.reddit.com/r/androiddev/comments/16ftfyl/weekly_discussion_code_review_and_feedback_thread/) +- [How to open logcat tab instead of run tab in AS after app gets installed on Emulator](https://www.reddit.com/r/androiddev/comments/16fpqxu/how_to_open_logcat_tab_instead_of_run_tab_in_as/) - [AAY - Compose Multiplatform chart library (link in comment)](https://www.reddit.com/r/androiddev/comments/16fbpe9/aay_compose_multiplatform_chart_library_link_in/) - [How does compose works internally?](https://www.reddit.com/r/androiddev/comments/16f3n1h/how_does_compose_works_internally/) -- [A note for anybody who will teach Dependency injection](https://www.reddit.com/r/androiddev/comments/16euln5/a_note_for_anybody_who_will_teach_dependency/) -- [Introducing Flaker: a flaky network simulator library for mobile app development](https://www.reddit.com/r/androiddev/comments/16el2q8/introducing_flaker_a_flaky_network_simulator/) -- [Compose samples in GitHub](https://www.reddit.com/r/androiddev/comments/16eh5ef/compose_samples_in_github/) -- [And on the 19th day, Google Play spoke and resurrected my 12 year old dev account](https://www.reddit.com/r/androiddev/comments/16e7gf4/and_on_the_19th_day_google_play_spoke_and/) -- [MVVM or MVI](https://www.reddit.com/r/androiddev/comments/16e5t7o/mvvm_or_mvi/) -- [Has anyone tried implementing in-app review api from google into their app on an early access track? Did it work? Or its only for published production apps?](https://www.reddit.com/r/androiddev/comments/16dvbr9/has_anyone_tried_implementing_inapp_review_api/) -- [Android Studio Iguana Canary 3 now available](https://www.reddit.com/r/androiddev/comments/16dm0i3/android_studio_iguana_canary_3_now_available/) -- [Do you have a static code analysis tool integrated into your pipeline? If so, which one?](https://www.reddit.com/r/androiddev/comments/16didlm/do_you_have_a_static_code_analysis_tool/) ### *InfoWorld posts* From 454b1635b65ea54fd56de25dd7cbb80c8ea5f2a5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 13 Sep 2023 01:23:38 +0000 Subject: [PATCH 0653/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ecd9516879..c5f78d4ab0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What IDE do you use to develop Android Apps?](https://www.reddit.com/r/androiddev/comments/16gdov0/what_ide_do_you_use_to_develop_android_apps/) +- [Parallax effect in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/16gv10y/parallax_effect_in_jetpack_compose/) +- [Has anyone here tried adding translation to different languages for their store listing? How did it affect the organic traffic? Did it increase?](https://www.reddit.com/r/androiddev/comments/16gr7px/has_anyone_here_tried_adding_translation_to/) +- [New Wear OS policy](https://www.reddit.com/r/androiddev/comments/16gr6vm/new_wear_os_policy/) +- [Why is Jetpack Compose's previews so bad?](https://www.reddit.com/r/androiddev/comments/16gjr0i/why_is_jetpack_composes_previews_so_bad/) - [Google has released a new version of the Android Studio IDE called Android Studio for Platform (ASfP)](https://www.reddit.com/r/androiddev/comments/16g1vhu/google_has_released_a_new_version_of_the_android/) - [How do you guys handle the complicated designs?](https://www.reddit.com/r/androiddev/comments/16g0y4h/how_do_you_guys_handle_the_complicated_designs/) - [How do you all review MRs? Do you try to run the branch every time?](https://www.reddit.com/r/androiddev/comments/16g0p5d/how_do_you_all_review_mrs_do_you_try_to_run_the/) - [Weekly Who's Hiring Thread - September 11, 2023](https://www.reddit.com/r/androiddev/comments/16fuoax/weekly_whos_hiring_thread_september_11_2023/) - [[Library] Introducing Compose Cartographer 🗺️ - Simplifying Jetpack Compose Navigation](https://www.reddit.com/r/androiddev/comments/16fu2wj/library_introducing_compose_cartographer/) - [Weekly discussion, code review, and feedback thread - September 11, 2023](https://www.reddit.com/r/androiddev/comments/16ftfyl/weekly_discussion_code_review_and_feedback_thread/) -- [How to open logcat tab instead of run tab in AS after app gets installed on Emulator](https://www.reddit.com/r/androiddev/comments/16fpqxu/how_to_open_logcat_tab_instead_of_run_tab_in_as/) -- [AAY - Compose Multiplatform chart library (link in comment)](https://www.reddit.com/r/androiddev/comments/16fbpe9/aay_compose_multiplatform_chart_library_link_in/) -- [How does compose works internally?](https://www.reddit.com/r/androiddev/comments/16f3n1h/how_does_compose_works_internally/) ### *InfoWorld posts* From 0424ce9aa42ee499d48aae6b79a3ea4c24eb5791 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 14 Sep 2023 01:22:38 +0000 Subject: [PATCH 0654/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5f78d4ab0..1fa0b74e1d 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How FlowMVI has changed the fate of our project](https://www.reddit.com/r/androiddev/comments/16hkyeb/how_flowmvi_has_changed_the_fate_of_our_project/) +- [Room database: auto generate HTTP endpoint and offline-first client repository](https://www.reddit.com/r/androiddev/comments/16hhokz/room_database_auto_generate_http_endpoint_and/) +- [Why publishing an app to Android TV store is so hard?](https://www.reddit.com/r/androiddev/comments/16hexl9/why_publishing_an_app_to_android_tv_store_is_so/) - [Parallax effect in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/16gv10y/parallax_effect_in_jetpack_compose/) - [Has anyone here tried adding translation to different languages for their store listing? How did it affect the organic traffic? Did it increase?](https://www.reddit.com/r/androiddev/comments/16gr7px/has_anyone_here_tried_adding_translation_to/) - [New Wear OS policy](https://www.reddit.com/r/androiddev/comments/16gr6vm/new_wear_os_policy/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Google has released a new version of the Android Studio IDE called Android Studio for Platform (ASfP)](https://www.reddit.com/r/androiddev/comments/16g1vhu/google_has_released_a_new_version_of_the_android/) - [How do you guys handle the complicated designs?](https://www.reddit.com/r/androiddev/comments/16g0y4h/how_do_you_guys_handle_the_complicated_designs/) - [How do you all review MRs? Do you try to run the branch every time?](https://www.reddit.com/r/androiddev/comments/16g0p5d/how_do_you_all_review_mrs_do_you_try_to_run_the/) -- [Weekly Who's Hiring Thread - September 11, 2023](https://www.reddit.com/r/androiddev/comments/16fuoax/weekly_whos_hiring_thread_september_11_2023/) -- [[Library] Introducing Compose Cartographer 🗺️ - Simplifying Jetpack Compose Navigation](https://www.reddit.com/r/androiddev/comments/16fu2wj/library_introducing_compose_cartographer/) -- [Weekly discussion, code review, and feedback thread - September 11, 2023](https://www.reddit.com/r/androiddev/comments/16ftfyl/weekly_discussion_code_review_and_feedback_thread/) ### *InfoWorld posts* From dab20032a809a74672fe7b74b31b9f97ea007546 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 15 Sep 2023 01:23:46 +0000 Subject: [PATCH 0655/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1fa0b74e1d..5bfdf490d3 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Debugging Android Devices](https://www.reddit.com/r/androiddev/comments/16irstu/debugging_android_devices/) +- [Do you prefer navigation to be in VM, in Fragment or in View?](https://www.reddit.com/r/androiddev/comments/16ipdsv/do_you_prefer_navigation_to_be_in_vm_in_fragment/) +- [Explore my latest Android apps: a clock designed with Jetpack Compose, a versatile calculator, and a handy weather tool. Check out the video to see them in action! Link in the description.](https://www.reddit.com/r/androiddev/comments/16io2x0/explore_my_latest_android_apps_a_clock_designed/) +- [*Update - Scammers from Indian "agency" blackmailing developers - google does nothing](https://www.reddit.com/r/androiddev/comments/16iiuin/update_scammers_from_indian_agency_blackmailing/) +- [Diffetto: A tool to differentiate between two Perfetto traces](https://www.reddit.com/r/androiddev/comments/16ih5gw/diffetto_a_tool_to_differentiate_between_two/) +- [Misleading Information Approval Issue](https://www.reddit.com/r/androiddev/comments/16ih0a3/misleading_information_approval_issue/) - [How FlowMVI has changed the fate of our project](https://www.reddit.com/r/androiddev/comments/16hkyeb/how_flowmvi_has_changed_the_fate_of_our_project/) - [Room database: auto generate HTTP endpoint and offline-first client repository](https://www.reddit.com/r/androiddev/comments/16hhokz/room_database_auto_generate_http_endpoint_and/) - [Why publishing an app to Android TV store is so hard?](https://www.reddit.com/r/androiddev/comments/16hexl9/why_publishing_an_app_to_android_tv_store_is_so/) - [Parallax effect in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/16gv10y/parallax_effect_in_jetpack_compose/) -- [Has anyone here tried adding translation to different languages for their store listing? How did it affect the organic traffic? Did it increase?](https://www.reddit.com/r/androiddev/comments/16gr7px/has_anyone_here_tried_adding_translation_to/) -- [New Wear OS policy](https://www.reddit.com/r/androiddev/comments/16gr6vm/new_wear_os_policy/) -- [Why is Jetpack Compose's previews so bad?](https://www.reddit.com/r/androiddev/comments/16gjr0i/why_is_jetpack_composes_previews_so_bad/) -- [Google has released a new version of the Android Studio IDE called Android Studio for Platform (ASfP)](https://www.reddit.com/r/androiddev/comments/16g1vhu/google_has_released_a_new_version_of_the_android/) -- [How do you guys handle the complicated designs?](https://www.reddit.com/r/androiddev/comments/16g0y4h/how_do_you_guys_handle_the_complicated_designs/) -- [How do you all review MRs? Do you try to run the branch every time?](https://www.reddit.com/r/androiddev/comments/16g0p5d/how_do_you_all_review_mrs_do_you_try_to_run_the/) ### *InfoWorld posts* From 3a0fde1d50c039133f7b66509fd6722c3e26501d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 16 Sep 2023 01:21:44 +0000 Subject: [PATCH 0656/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5bfdf490d3..968dfa536c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Is it possible to easily earn 300$ monthly by creating an app with quick app ninja? Am I getting scammed?](https://www.reddit.com/r/androiddev/comments/16jnke7/is_it_possible_to_easily_earn_300_monthly_by/) +- [How difficult is it to animate a Pie-chart in Jetpack Compose | Learn in easy steps](https://www.reddit.com/r/androiddev/comments/16jlyfd/how_difficult_is_it_to_animate_a_piechart_in/) +- [Unpacking Android Security: Part 4 — Insecure Authentication](https://www.reddit.com/r/androiddev/comments/16ji2za/unpacking_android_security_part_4_insecure/) +- [Why google jetpack samples expose compose using a function and overload the same function for actual code?](https://www.reddit.com/r/androiddev/comments/16jh4os/why_google_jetpack_samples_expose_compose_using_a/) +- [Why Kotlin Multiplatform could change everything in the mobile dev world](https://www.reddit.com/r/androiddev/comments/16jfuxt/why_kotlin_multiplatform_could_change_everything/) +- [My app was instantly suspended from the Google Play Store due to..? SpinOK / OKSpin](https://www.reddit.com/r/androiddev/comments/16j7v92/my_app_was_instantly_suspended_from_the_google/) +- [Single module project](https://www.reddit.com/r/androiddev/comments/16j7l9r/single_module_project/) +- [My 2 year developer account got terminated due to (fraudulent payment activity within your apps)](https://www.reddit.com/r/androiddev/comments/16j5gi5/my_2_year_developer_account_got_terminated_due_to/) - [Debugging Android Devices](https://www.reddit.com/r/androiddev/comments/16irstu/debugging_android_devices/) - [Do you prefer navigation to be in VM, in Fragment or in View?](https://www.reddit.com/r/androiddev/comments/16ipdsv/do_you_prefer_navigation_to_be_in_vm_in_fragment/) -- [Explore my latest Android apps: a clock designed with Jetpack Compose, a versatile calculator, and a handy weather tool. Check out the video to see them in action! Link in the description.](https://www.reddit.com/r/androiddev/comments/16io2x0/explore_my_latest_android_apps_a_clock_designed/) -- [*Update - Scammers from Indian "agency" blackmailing developers - google does nothing](https://www.reddit.com/r/androiddev/comments/16iiuin/update_scammers_from_indian_agency_blackmailing/) -- [Diffetto: A tool to differentiate between two Perfetto traces](https://www.reddit.com/r/androiddev/comments/16ih5gw/diffetto_a_tool_to_differentiate_between_two/) -- [Misleading Information Approval Issue](https://www.reddit.com/r/androiddev/comments/16ih0a3/misleading_information_approval_issue/) -- [How FlowMVI has changed the fate of our project](https://www.reddit.com/r/androiddev/comments/16hkyeb/how_flowmvi_has_changed_the_fate_of_our_project/) -- [Room database: auto generate HTTP endpoint and offline-first client repository](https://www.reddit.com/r/androiddev/comments/16hhokz/room_database_auto_generate_http_endpoint_and/) -- [Why publishing an app to Android TV store is so hard?](https://www.reddit.com/r/androiddev/comments/16hexl9/why_publishing_an_app_to_android_tv_store_is_so/) -- [Parallax effect in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/16gv10y/parallax_effect_in_jetpack_compose/) ### *InfoWorld posts* From 7619681483a768f4526f18fcb88578b2e6cea445 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 17 Sep 2023 01:25:20 +0000 Subject: [PATCH 0657/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 968dfa536c..a72b74ed43 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Seeking Contributors for Lentil Translate: An Open-Source Android Translator App](https://www.reddit.com/r/androiddev/comments/16k9trh/seeking_contributors_for_lentil_translate_an/) +- [Has anyone tried this trategy on their apps? To only start showing ads one day after the first use. So on the first day you will lose ad revenue. Did it increase the retention long term? Was the lost of revenue worth it?](https://www.reddit.com/r/androiddev/comments/16k6fmd/has_anyone_tried_this_trategy_on_their_apps_to/) +- [Flutter weather app based on apple's design!](https://www.reddit.com/r/androiddev/comments/16k5u01/flutter_weather_app_based_on_apples_design/) +- [Checkout my mobile app built using Kotlin! Check out the source code too!](https://www.reddit.com/r/androiddev/comments/16k519w/checkout_my_mobile_app_built_using_kotlin_check/) +- [Making Android Shine on Large Screens with Roberto Orgiu from Google](https://www.reddit.com/r/androiddev/comments/16k3ix2/making_android_shine_on_large_screens_with/) +- [Had to remove a certain country from my target regions due to bad reviews](https://www.reddit.com/r/androiddev/comments/16k24t3/had_to_remove_a_certain_country_from_my_target/) - [Is it possible to easily earn 300$ monthly by creating an app with quick app ninja? Am I getting scammed?](https://www.reddit.com/r/androiddev/comments/16jnke7/is_it_possible_to_easily_earn_300_monthly_by/) - [How difficult is it to animate a Pie-chart in Jetpack Compose | Learn in easy steps](https://www.reddit.com/r/androiddev/comments/16jlyfd/how_difficult_is_it_to_animate_a_piechart_in/) - [Unpacking Android Security: Part 4 — Insecure Authentication](https://www.reddit.com/r/androiddev/comments/16ji2za/unpacking_android_security_part_4_insecure/) - [Why google jetpack samples expose compose using a function and overload the same function for actual code?](https://www.reddit.com/r/androiddev/comments/16jh4os/why_google_jetpack_samples_expose_compose_using_a/) -- [Why Kotlin Multiplatform could change everything in the mobile dev world](https://www.reddit.com/r/androiddev/comments/16jfuxt/why_kotlin_multiplatform_could_change_everything/) -- [My app was instantly suspended from the Google Play Store due to..? SpinOK / OKSpin](https://www.reddit.com/r/androiddev/comments/16j7v92/my_app_was_instantly_suspended_from_the_google/) -- [Single module project](https://www.reddit.com/r/androiddev/comments/16j7l9r/single_module_project/) -- [My 2 year developer account got terminated due to (fraudulent payment activity within your apps)](https://www.reddit.com/r/androiddev/comments/16j5gi5/my_2_year_developer_account_got_terminated_due_to/) -- [Debugging Android Devices](https://www.reddit.com/r/androiddev/comments/16irstu/debugging_android_devices/) -- [Do you prefer navigation to be in VM, in Fragment or in View?](https://www.reddit.com/r/androiddev/comments/16ipdsv/do_you_prefer_navigation_to_be_in_vm_in_fragment/) ### *InfoWorld posts* From 2365dce832739539b09d1f73700b9a30b29a17c0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 18 Sep 2023 01:23:17 +0000 Subject: [PATCH 0658/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a72b74ed43..1a6eda4d46 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Did you face any issue, when converting PNG to WebP in production app?](https://www.reddit.com/r/androiddev/comments/16lhqjo/did_you_face_any_issue_when_converting_png_to/) +- [Just released another Compose Multiplatform library, this time a port of androidx.palette! Now you can generate a color palette, or calculate a dominant color from an image.](https://www.reddit.com/r/androiddev/comments/16l8w5s/just_released_another_compose_multiplatform/) +- [Jetpack compose Flow to State - state management](https://www.reddit.com/r/androiddev/comments/16l7s0n/jetpack_compose_flow_to_state_state_management/) +- [Hello everyone This is my first jetpack compose library I ever work on and publish I would appreciate if you take a look at it, let me know what you think and kindly star it I don't mind if you take a look at other repositories as well](https://www.reddit.com/r/androiddev/comments/16l55z5/hello_everyone_this_is_my_first_jetpack_compose/) +- [Seeking Contributors for Notify: An Open-Source Android Notes App](https://www.reddit.com/r/androiddev/comments/16l4q58/seeking_contributors_for_notify_an_opensource/) - [Seeking Contributors for Lentil Translate: An Open-Source Android Translator App](https://www.reddit.com/r/androiddev/comments/16k9trh/seeking_contributors_for_lentil_translate_an/) - [Has anyone tried this trategy on their apps? To only start showing ads one day after the first use. So on the first day you will lose ad revenue. Did it increase the retention long term? Was the lost of revenue worth it?](https://www.reddit.com/r/androiddev/comments/16k6fmd/has_anyone_tried_this_trategy_on_their_apps_to/) - [Flutter weather app based on apple's design!](https://www.reddit.com/r/androiddev/comments/16k5u01/flutter_weather_app_based_on_apples_design/) - [Checkout my mobile app built using Kotlin! Check out the source code too!](https://www.reddit.com/r/androiddev/comments/16k519w/checkout_my_mobile_app_built_using_kotlin_check/) - [Making Android Shine on Large Screens with Roberto Orgiu from Google](https://www.reddit.com/r/androiddev/comments/16k3ix2/making_android_shine_on_large_screens_with/) -- [Had to remove a certain country from my target regions due to bad reviews](https://www.reddit.com/r/androiddev/comments/16k24t3/had_to_remove_a_certain_country_from_my_target/) -- [Is it possible to easily earn 300$ monthly by creating an app with quick app ninja? Am I getting scammed?](https://www.reddit.com/r/androiddev/comments/16jnke7/is_it_possible_to_easily_earn_300_monthly_by/) -- [How difficult is it to animate a Pie-chart in Jetpack Compose | Learn in easy steps](https://www.reddit.com/r/androiddev/comments/16jlyfd/how_difficult_is_it_to_animate_a_piechart_in/) -- [Unpacking Android Security: Part 4 — Insecure Authentication](https://www.reddit.com/r/androiddev/comments/16ji2za/unpacking_android_security_part_4_insecure/) -- [Why google jetpack samples expose compose using a function and overload the same function for actual code?](https://www.reddit.com/r/androiddev/comments/16jh4os/why_google_jetpack_samples_expose_compose_using_a/) ### *InfoWorld posts* From 4d14454a5d36dc946fdc02f275377ba86ddf5248 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 19 Sep 2023 01:24:01 +0000 Subject: [PATCH 0659/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1a6eda4d46..f77d5b84ff 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Did you face any issue, when converting PNG to WebP in production app?](https://www.reddit.com/r/androiddev/comments/16lhqjo/did_you_face_any_issue_when_converting_png_to/) -- [Just released another Compose Multiplatform library, this time a port of androidx.palette! Now you can generate a color palette, or calculate a dominant color from an image.](https://www.reddit.com/r/androiddev/comments/16l8w5s/just_released_another_compose_multiplatform/) -- [Jetpack compose Flow to State - state management](https://www.reddit.com/r/androiddev/comments/16l7s0n/jetpack_compose_flow_to_state_state_management/) -- [Hello everyone This is my first jetpack compose library I ever work on and publish I would appreciate if you take a look at it, let me know what you think and kindly star it I don't mind if you take a look at other repositories as well](https://www.reddit.com/r/androiddev/comments/16l55z5/hello_everyone_this_is_my_first_jetpack_compose/) -- [Seeking Contributors for Notify: An Open-Source Android Notes App](https://www.reddit.com/r/androiddev/comments/16l4q58/seeking_contributors_for_notify_an_opensource/) -- [Seeking Contributors for Lentil Translate: An Open-Source Android Translator App](https://www.reddit.com/r/androiddev/comments/16k9trh/seeking_contributors_for_lentil_translate_an/) -- [Has anyone tried this trategy on their apps? To only start showing ads one day after the first use. So on the first day you will lose ad revenue. Did it increase the retention long term? Was the lost of revenue worth it?](https://www.reddit.com/r/androiddev/comments/16k6fmd/has_anyone_tried_this_trategy_on_their_apps_to/) -- [Flutter weather app based on apple's design!](https://www.reddit.com/r/androiddev/comments/16k5u01/flutter_weather_app_based_on_apples_design/) -- [Checkout my mobile app built using Kotlin! Check out the source code too!](https://www.reddit.com/r/androiddev/comments/16k519w/checkout_my_mobile_app_built_using_kotlin_check/) -- [Making Android Shine on Large Screens with Roberto Orgiu from Google](https://www.reddit.com/r/androiddev/comments/16k3ix2/making_android_shine_on_large_screens_with/) +- [TikTok clone made with React Native and Firebase](https://www.reddit.com/r/androiddev/comments/16m3i18/tiktok_clone_made_with_react_native_and_firebase/) +- [Google Play Auto-Renewable Subscription Design Advice Requested.](https://www.reddit.com/r/androiddev/comments/16m2b4b/google_play_autorenewable_subscription_design/) +- [ANR internals: touch dispatching through the view hierarchy](https://www.reddit.com/r/androiddev/comments/16lzsms/anr_internals_touch_dispatching_through_the_view/) +- [A script to compare two Macrobenchmarks runs](https://www.reddit.com/r/androiddev/comments/16lzqua/a_script_to_compare_two_macrobenchmarks_runs/) +- [Weekly Who's Hiring Thread - September 18, 2023](https://www.reddit.com/r/androiddev/comments/16luwuf/weekly_whos_hiring_thread_september_18_2023/) +- [Survey for people with Kotlin/Java programming experience](https://www.reddit.com/r/androiddev/comments/16luunz/survey_for_people_with_kotlinjava_programming/) +- [Why has my background Worker stopped? Exploring Android WorkManger’s StopReason](https://www.reddit.com/r/androiddev/comments/16lun47/why_has_my_background_worker_stopped_exploring/) +- [Adult Filter / Parental Guidance Best Practice](https://www.reddit.com/r/androiddev/comments/16luc3z/adult_filter_parental_guidance_best_practice/) +- [Weekly discussion, code review, and feedback thread - September 18, 2023](https://www.reddit.com/r/androiddev/comments/16ltlnc/weekly_discussion_code_review_and_feedback_thread/) +- [Reddit Adopts Server-Driven UI for Its New Feed Architecture Across Mobile Apps](https://www.reddit.com/r/androiddev/comments/16lqme3/reddit_adopts_serverdriven_ui_for_its_new_feed/) ### *InfoWorld posts* From d2cf608588b87ed7d32eb4aaf488f2005da32ade Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 20 Sep 2023 01:23:16 +0000 Subject: [PATCH 0660/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f77d5b84ff..db341d26f3 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Donate link / Confusing Policy](https://www.reddit.com/r/androiddev/comments/16n768d/donate_link_confusing_policy/) +- [Anyone using VI-based editors for AOSP development?](https://www.reddit.com/r/androiddev/comments/16n5lmq/anyone_using_vibased_editors_for_aosp_development/) +- [Created my first library i.e. a Stepper View library in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/16n0bdn/created_my_first_library_ie_a_stepper_view/) +- [A Pragmatic Introduction To Dagger on Android Part 1: Why use Dagger?](https://www.reddit.com/r/androiddev/comments/16my2qp/a_pragmatic_introduction_to_dagger_on_android/) +- [[Q&A] Google's Android Device Streaming is going Alpha, and we'll be here to answer all your questions!](https://www.reddit.com/r/androiddev/comments/16mvlsz/qa_googles_android_device_streaming_is_going/) +- [High quality Android open-source Android projects?](https://www.reddit.com/r/androiddev/comments/16ml81a/high_quality_android_opensource_android_projects/) +- [Created my first library i.e. a Payment View library in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/16mjlqg/created_my_first_library_ie_a_payment_view/) +- [Announcement: a Google Q&A is coming, a new Mod in the team and a call for help](https://www.reddit.com/r/androiddev/comments/16mikwk/announcement_a_google_qa_is_coming_a_new_mod_in/) - [TikTok clone made with React Native and Firebase](https://www.reddit.com/r/androiddev/comments/16m3i18/tiktok_clone_made_with_react_native_and_firebase/) - [Google Play Auto-Renewable Subscription Design Advice Requested.](https://www.reddit.com/r/androiddev/comments/16m2b4b/google_play_autorenewable_subscription_design/) -- [ANR internals: touch dispatching through the view hierarchy](https://www.reddit.com/r/androiddev/comments/16lzsms/anr_internals_touch_dispatching_through_the_view/) -- [A script to compare two Macrobenchmarks runs](https://www.reddit.com/r/androiddev/comments/16lzqua/a_script_to_compare_two_macrobenchmarks_runs/) -- [Weekly Who's Hiring Thread - September 18, 2023](https://www.reddit.com/r/androiddev/comments/16luwuf/weekly_whos_hiring_thread_september_18_2023/) -- [Survey for people with Kotlin/Java programming experience](https://www.reddit.com/r/androiddev/comments/16luunz/survey_for_people_with_kotlinjava_programming/) -- [Why has my background Worker stopped? Exploring Android WorkManger’s StopReason](https://www.reddit.com/r/androiddev/comments/16lun47/why_has_my_background_worker_stopped_exploring/) -- [Adult Filter / Parental Guidance Best Practice](https://www.reddit.com/r/androiddev/comments/16luc3z/adult_filter_parental_guidance_best_practice/) -- [Weekly discussion, code review, and feedback thread - September 18, 2023](https://www.reddit.com/r/androiddev/comments/16ltlnc/weekly_discussion_code_review_and_feedback_thread/) -- [Reddit Adopts Server-Driven UI for Its New Feed Architecture Across Mobile Apps](https://www.reddit.com/r/androiddev/comments/16lqme3/reddit_adopts_serverdriven_ui_for_its_new_feed/) ### *InfoWorld posts* From 900a510d175d70c4c5cbce2221e507fc3a3e06a3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 21 Sep 2023 01:22:50 +0000 Subject: [PATCH 0661/1422] Updated with the latest blog posts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db341d26f3..37809dd9d0 100644 --- a/README.md +++ b/README.md @@ -271,8 +271,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Donate link / Confusing Policy](https://www.reddit.com/r/androiddev/comments/16n768d/donate_link_confusing_policy/) -- [Anyone using VI-based editors for AOSP development?](https://www.reddit.com/r/androiddev/comments/16n5lmq/anyone_using_vibased_editors_for_aosp_development/) +- [First Alpha release of Androidx Bluetooth!](https://www.reddit.com/r/androiddev/comments/16nuqnd/first_alpha_release_of_androidx_bluetooth/) - [Created my first library i.e. a Stepper View library in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/16n0bdn/created_my_first_library_ie_a_stepper_view/) - [A Pragmatic Introduction To Dagger on Android Part 1: Why use Dagger?](https://www.reddit.com/r/androiddev/comments/16my2qp/a_pragmatic_introduction_to_dagger_on_android/) - [[Q&A] Google's Android Device Streaming is going Alpha, and we'll be here to answer all your questions!](https://www.reddit.com/r/androiddev/comments/16mvlsz/qa_googles_android_device_streaming_is_going/) @@ -281,6 +280,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Announcement: a Google Q&A is coming, a new Mod in the team and a call for help](https://www.reddit.com/r/androiddev/comments/16mikwk/announcement_a_google_qa_is_coming_a_new_mod_in/) - [TikTok clone made with React Native and Firebase](https://www.reddit.com/r/androiddev/comments/16m3i18/tiktok_clone_made_with_react_native_and_firebase/) - [Google Play Auto-Renewable Subscription Design Advice Requested.](https://www.reddit.com/r/androiddev/comments/16m2b4b/google_play_autorenewable_subscription_design/) +- [ANR internals: touch dispatching through the view hierarchy](https://www.reddit.com/r/androiddev/comments/16lzsms/anr_internals_touch_dispatching_through_the_view/) ### *InfoWorld posts* From a17aece8d363783ed3e5fc371cfb5c0d57d01289 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 22 Sep 2023 01:23:28 +0000 Subject: [PATCH 0662/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 37809dd9d0..f4eca80d44 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [For a company like Meta, Google or Apple, how long would it take them to build a brand new app?](https://www.reddit.com/r/androiddev/comments/16ox4am/for_a_company_like_meta_google_or_apple_how_long/) +- [Mapping Experiences with Google Maps and Jetpack Compose](https://www.reddit.com/r/androiddev/comments/16ow61m/mapping_experiences_with_google_maps_and_jetpack/) +- [Android Developers Blog: Studio Bot expands to 170+ international markets](https://www.reddit.com/r/androiddev/comments/16or9q5/android_developers_blog_studio_bot_expands_to_170/) +- [Light-weight Media Gallery app for Android made with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/16onmsd/lightweight_media_gallery_app_for_android_made/) +- [Android Studio Hedgehog Beta 5 now available](https://www.reddit.com/r/androiddev/comments/16ol2e7/android_studio_hedgehog_beta_5_now_available/) +- [📢 Excited to introduce "Dogiz" - a Modern Android Development Showcase! 🐾🐶✨, "Dogiz" dives 🔍 Clean Architecture 📚 Kotlin, Jetpack Compose, and Kotlin Flow 🌐 Ktor for 💾 Room ... and so much more!](https://www.reddit.com/r/androiddev/comments/16of646/excited_to_introduce_dogiz_a_modern_android/) - [First Alpha release of Androidx Bluetooth!](https://www.reddit.com/r/androiddev/comments/16nuqnd/first_alpha_release_of_androidx_bluetooth/) - [Created my first library i.e. a Stepper View library in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/16n0bdn/created_my_first_library_ie_a_stepper_view/) - [A Pragmatic Introduction To Dagger on Android Part 1: Why use Dagger?](https://www.reddit.com/r/androiddev/comments/16my2qp/a_pragmatic_introduction_to_dagger_on_android/) - [[Q&A] Google's Android Device Streaming is going Alpha, and we'll be here to answer all your questions!](https://www.reddit.com/r/androiddev/comments/16mvlsz/qa_googles_android_device_streaming_is_going/) -- [High quality Android open-source Android projects?](https://www.reddit.com/r/androiddev/comments/16ml81a/high_quality_android_opensource_android_projects/) -- [Created my first library i.e. a Payment View library in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/16mjlqg/created_my_first_library_ie_a_payment_view/) -- [Announcement: a Google Q&A is coming, a new Mod in the team and a call for help](https://www.reddit.com/r/androiddev/comments/16mikwk/announcement_a_google_qa_is_coming_a_new_mod_in/) -- [TikTok clone made with React Native and Firebase](https://www.reddit.com/r/androiddev/comments/16m3i18/tiktok_clone_made_with_react_native_and_firebase/) -- [Google Play Auto-Renewable Subscription Design Advice Requested.](https://www.reddit.com/r/androiddev/comments/16m2b4b/google_play_autorenewable_subscription_design/) -- [ANR internals: touch dispatching through the view hierarchy](https://www.reddit.com/r/androiddev/comments/16lzsms/anr_internals_touch_dispatching_through_the_view/) ### *InfoWorld posts* From 8c47b8b1de8d483b5158ff435bb86f775ccc3f2a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 23 Sep 2023 01:21:41 +0000 Subject: [PATCH 0663/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f4eca80d44..819e3ca0e8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [For a company like Meta, Google or Apple, how long would it take them to build a brand new app?](https://www.reddit.com/r/androiddev/comments/16ox4am/for_a_company_like_meta_google_or_apple_how_long/) +- [Can an Activity access a repository directly through a ViewModel?](https://www.reddit.com/r/androiddev/comments/16plwg3/can_an_activity_access_a_repository_directly/) +- [I am a full time software developer and I made an android app that creates a safe space on your phone to store sensitive files.](https://www.reddit.com/r/androiddev/comments/16piz89/i_am_a_full_time_software_developer_and_i_made_an/) +- [Why you should almost never hardcode an external storage file path](https://www.reddit.com/r/androiddev/comments/16pe66n/why_you_should_almost_never_hardcode_an_external/) +- [What's the best Emulator to use that isn't a Pixel (Giraffe | 2022.3.1)?](https://www.reddit.com/r/androiddev/comments/16pcrrn/whats_the_best_emulator_to_use_that_isnt_a_pixel/) +- [Composing AnnotatedString — Poetry, Music, Code, Blogs, Expandables and Beyond](https://www.reddit.com/r/androiddev/comments/16pbrvs/composing_annotatedstring_poetry_music_code_blogs/) +- [The unreachable Google APIs Data Safety Team/Google Trust and Safety Team](https://www.reddit.com/r/androiddev/comments/16pagx2/the_unreachable_google_apis_data_safety/) - [Mapping Experiences with Google Maps and Jetpack Compose](https://www.reddit.com/r/androiddev/comments/16ow61m/mapping_experiences_with_google_maps_and_jetpack/) - [Android Developers Blog: Studio Bot expands to 170+ international markets](https://www.reddit.com/r/androiddev/comments/16or9q5/android_developers_blog_studio_bot_expands_to_170/) - [Light-weight Media Gallery app for Android made with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/16onmsd/lightweight_media_gallery_app_for_android_made/) - [Android Studio Hedgehog Beta 5 now available](https://www.reddit.com/r/androiddev/comments/16ol2e7/android_studio_hedgehog_beta_5_now_available/) -- [📢 Excited to introduce "Dogiz" - a Modern Android Development Showcase! 🐾🐶✨, "Dogiz" dives 🔍 Clean Architecture 📚 Kotlin, Jetpack Compose, and Kotlin Flow 🌐 Ktor for 💾 Room ... and so much more!](https://www.reddit.com/r/androiddev/comments/16of646/excited_to_introduce_dogiz_a_modern_android/) -- [First Alpha release of Androidx Bluetooth!](https://www.reddit.com/r/androiddev/comments/16nuqnd/first_alpha_release_of_androidx_bluetooth/) -- [Created my first library i.e. a Stepper View library in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/16n0bdn/created_my_first_library_ie_a_stepper_view/) -- [A Pragmatic Introduction To Dagger on Android Part 1: Why use Dagger?](https://www.reddit.com/r/androiddev/comments/16my2qp/a_pragmatic_introduction_to_dagger_on_android/) -- [[Q&A] Google's Android Device Streaming is going Alpha, and we'll be here to answer all your questions!](https://www.reddit.com/r/androiddev/comments/16mvlsz/qa_googles_android_device_streaming_is_going/) ### *InfoWorld posts* From c62ea77aa832a714112165428de88d916de7e575 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 24 Sep 2023 01:25:33 +0000 Subject: [PATCH 0664/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 819e3ca0e8..4fde1c8605 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Can an Activity access a repository directly through a ViewModel?](https://www.reddit.com/r/androiddev/comments/16plwg3/can_an_activity_access_a_repository_directly/) +- [Webview slower than chrome ?](https://www.reddit.com/r/androiddev/comments/16qcwet/webview_slower_than_chrome/) +- [Create a Wear OS watchface — with Daniele Bonaldo](https://www.reddit.com/r/androiddev/comments/16q7zws/create_a_wear_os_watchface_with_daniele_bonaldo/) +- [New architecture MVB based on View without ViewModel. And a UI mode proposal better than Compose and Flutter.](https://www.reddit.com/r/androiddev/comments/16q4g5z/new_architecture_mvb_based_on_view_without/) +- [What other roles can an android developers transition to?](https://www.reddit.com/r/androiddev/comments/16pu8tt/what_other_roles_can_an_android_developers/) - [I am a full time software developer and I made an android app that creates a safe space on your phone to store sensitive files.](https://www.reddit.com/r/androiddev/comments/16piz89/i_am_a_full_time_software_developer_and_i_made_an/) - [Why you should almost never hardcode an external storage file path](https://www.reddit.com/r/androiddev/comments/16pe66n/why_you_should_almost_never_hardcode_an_external/) - [What's the best Emulator to use that isn't a Pixel (Giraffe | 2022.3.1)?](https://www.reddit.com/r/androiddev/comments/16pcrrn/whats_the_best_emulator_to_use_that_isnt_a_pixel/) - [Composing AnnotatedString — Poetry, Music, Code, Blogs, Expandables and Beyond](https://www.reddit.com/r/androiddev/comments/16pbrvs/composing_annotatedstring_poetry_music_code_blogs/) - [The unreachable Google APIs Data Safety Team/Google Trust and Safety Team](https://www.reddit.com/r/androiddev/comments/16pagx2/the_unreachable_google_apis_data_safety/) - [Mapping Experiences with Google Maps and Jetpack Compose](https://www.reddit.com/r/androiddev/comments/16ow61m/mapping_experiences_with_google_maps_and_jetpack/) -- [Android Developers Blog: Studio Bot expands to 170+ international markets](https://www.reddit.com/r/androiddev/comments/16or9q5/android_developers_blog_studio_bot_expands_to_170/) -- [Light-weight Media Gallery app for Android made with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/16onmsd/lightweight_media_gallery_app_for_android_made/) -- [Android Studio Hedgehog Beta 5 now available](https://www.reddit.com/r/androiddev/comments/16ol2e7/android_studio_hedgehog_beta_5_now_available/) ### *InfoWorld posts* From c56f54d7cf2ed4fd03ffe637c89b16d6ce23dd5a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 25 Sep 2023 01:23:58 +0000 Subject: [PATCH 0665/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4fde1c8605..b293676cad 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Webview slower than chrome ?](https://www.reddit.com/r/androiddev/comments/16qcwet/webview_slower_than_chrome/) -- [Create a Wear OS watchface — with Daniele Bonaldo](https://www.reddit.com/r/androiddev/comments/16q7zws/create_a_wear_os_watchface_with_daniele_bonaldo/) -- [New architecture MVB based on View without ViewModel. And a UI mode proposal better than Compose and Flutter.](https://www.reddit.com/r/androiddev/comments/16q4g5z/new_architecture_mvb_based_on_view_without/) -- [What other roles can an android developers transition to?](https://www.reddit.com/r/androiddev/comments/16pu8tt/what_other_roles_can_an_android_developers/) -- [I am a full time software developer and I made an android app that creates a safe space on your phone to store sensitive files.](https://www.reddit.com/r/androiddev/comments/16piz89/i_am_a_full_time_software_developer_and_i_made_an/) -- [Why you should almost never hardcode an external storage file path](https://www.reddit.com/r/androiddev/comments/16pe66n/why_you_should_almost_never_hardcode_an_external/) -- [What's the best Emulator to use that isn't a Pixel (Giraffe | 2022.3.1)?](https://www.reddit.com/r/androiddev/comments/16pcrrn/whats_the_best_emulator_to_use_that_isnt_a_pixel/) -- [Composing AnnotatedString — Poetry, Music, Code, Blogs, Expandables and Beyond](https://www.reddit.com/r/androiddev/comments/16pbrvs/composing_annotatedstring_poetry_music_code_blogs/) -- [The unreachable Google APIs Data Safety Team/Google Trust and Safety Team](https://www.reddit.com/r/androiddev/comments/16pagx2/the_unreachable_google_apis_data_safety/) -- [Mapping Experiences with Google Maps and Jetpack Compose](https://www.reddit.com/r/androiddev/comments/16ow61m/mapping_experiences_with_google_maps_and_jetpack/) +- [ID of framework used](https://www.reddit.com/r/androiddev/comments/16rej96/id_of_framework_used/) +- [Tip: upgrading gradle to 8.x? Maybe add this before you get crashes...](https://www.reddit.com/r/androiddev/comments/16rd5o9/tip_upgrading_gradle_to_8x_maybe_add_this_before/) +- [Working as an android developer after google play account termination.](https://www.reddit.com/r/androiddev/comments/16r7yvc/working_as_an_android_developer_after_google_play/) +- [Stateless and Stateful ? What does it stands for in state management in Compose?](https://www.reddit.com/r/androiddev/comments/16r2mvs/stateless_and_stateful_what_does_it_stands_for_in/) +- [Open-sourcing Play Deals: Paid Apps Deals (a KMP Project)](https://www.reddit.com/r/androiddev/comments/16r21br/opensourcing_play_deals_paid_apps_deals_a_kmp/) +- [Painless building of an Android package installer app](https://www.reddit.com/r/androiddev/comments/16r1q0h/painless_building_of_an_android_package_installer/) +- [Happy 15 Years Anniversary Android!!](https://www.reddit.com/r/androiddev/comments/16qtf31/happy_15_years_anniversary_android/) +- [Consider using Makefile for Android](https://www.reddit.com/r/androiddev/comments/16qt54z/consider_using_makefile_for_android/) +- [Which IDE for Android GAME development?](https://www.reddit.com/r/androiddev/comments/16qqamy/which_ide_for_android_game_development/) +- [The New Play Console App (In Beta) is a huge downgrade](https://www.reddit.com/r/androiddev/comments/16qpdi1/the_new_play_console_app_in_beta_is_a_huge/) ### *InfoWorld posts* From 99bbc14e249c7e5c44ce5f87238bef614fa266e4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 26 Sep 2023 01:23:54 +0000 Subject: [PATCH 0666/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b293676cad..3f3ea6001a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [ID of framework used](https://www.reddit.com/r/androiddev/comments/16rej96/id_of_framework_used/) +- [This Week: Connect and Share your Favorite Android Dev communities (September 25, 2023)](https://www.reddit.com/r/androiddev/comments/16s3laf/this_week_connect_and_share_your_favorite_android/) +- [Looking to network with other Android Developers in the industry](https://www.reddit.com/r/androiddev/comments/16rtekq/looking_to_network_with_other_android_developers/) +- [Did you know that Painter is not stable and cuases unnecessary recompositions when used with Images & Icons in Jetpack compose?](https://www.reddit.com/r/androiddev/comments/16rsmj5/did_you_know_that_painter_is_not_stable_and/) +- [Weekly Who's Hiring Thread - September 25, 2023](https://www.reddit.com/r/androiddev/comments/16rreb1/weekly_whos_hiring_thread_september_25_2023/) +- [Weekly discussion, code review, and feedback thread - September 25, 2023](https://www.reddit.com/r/androiddev/comments/16rq2jm/weekly_discussion_code_review_and_feedback_thread/) +- [Android low latency / high performance audio in 2023](https://www.reddit.com/r/androiddev/comments/16rpp9z/android_low_latency_high_performance_audio_in_2023/) - [Tip: upgrading gradle to 8.x? Maybe add this before you get crashes...](https://www.reddit.com/r/androiddev/comments/16rd5o9/tip_upgrading_gradle_to_8x_maybe_add_this_before/) - [Working as an android developer after google play account termination.](https://www.reddit.com/r/androiddev/comments/16r7yvc/working_as_an_android_developer_after_google_play/) - [Stateless and Stateful ? What does it stands for in state management in Compose?](https://www.reddit.com/r/androiddev/comments/16r2mvs/stateless_and_stateful_what_does_it_stands_for_in/) - [Open-sourcing Play Deals: Paid Apps Deals (a KMP Project)](https://www.reddit.com/r/androiddev/comments/16r21br/opensourcing_play_deals_paid_apps_deals_a_kmp/) -- [Painless building of an Android package installer app](https://www.reddit.com/r/androiddev/comments/16r1q0h/painless_building_of_an_android_package_installer/) -- [Happy 15 Years Anniversary Android!!](https://www.reddit.com/r/androiddev/comments/16qtf31/happy_15_years_anniversary_android/) -- [Consider using Makefile for Android](https://www.reddit.com/r/androiddev/comments/16qt54z/consider_using_makefile_for_android/) -- [Which IDE for Android GAME development?](https://www.reddit.com/r/androiddev/comments/16qqamy/which_ide_for_android_game_development/) -- [The New Play Console App (In Beta) is a huge downgrade](https://www.reddit.com/r/androiddev/comments/16qpdi1/the_new_play_console_app_in_beta_is_a_huge/) ### *InfoWorld posts* From a00b533ef6ccf6d6ed52980ae32885eef62fbdc9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 27 Sep 2023 01:23:47 +0000 Subject: [PATCH 0667/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f3ea6001a..330ddc2e1e 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Do You Guys Use Flow with LiveData in MVVM?](https://www.reddit.com/r/androiddev/comments/16swdlu/do_you_guys_use_flow_with_livedata_in_mvvm/) +- [Sharing data between multiple devices for the same user; is Google App Engine the right tool or do you know "better"?](https://www.reddit.com/r/androiddev/comments/16sqftl/sharing_data_between_multiple_devices_for_the/) +- [Why doesn't Android have a centralized repository similar to Flutter's 'flutter pub' where we can access all libraries?](https://www.reddit.com/r/androiddev/comments/16smekl/why_doesnt_android_have_a_centralized_repository/) - [This Week: Connect and Share your Favorite Android Dev communities (September 25, 2023)](https://www.reddit.com/r/androiddev/comments/16s3laf/this_week_connect_and_share_your_favorite_android/) - [Looking to network with other Android Developers in the industry](https://www.reddit.com/r/androiddev/comments/16rtekq/looking_to_network_with_other_android_developers/) - [Did you know that Painter is not stable and cuases unnecessary recompositions when used with Images & Icons in Jetpack compose?](https://www.reddit.com/r/androiddev/comments/16rsmj5/did_you_know_that_painter_is_not_stable_and/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Weekly discussion, code review, and feedback thread - September 25, 2023](https://www.reddit.com/r/androiddev/comments/16rq2jm/weekly_discussion_code_review_and_feedback_thread/) - [Android low latency / high performance audio in 2023](https://www.reddit.com/r/androiddev/comments/16rpp9z/android_low_latency_high_performance_audio_in_2023/) - [Tip: upgrading gradle to 8.x? Maybe add this before you get crashes...](https://www.reddit.com/r/androiddev/comments/16rd5o9/tip_upgrading_gradle_to_8x_maybe_add_this_before/) -- [Working as an android developer after google play account termination.](https://www.reddit.com/r/androiddev/comments/16r7yvc/working_as_an_android_developer_after_google_play/) -- [Stateless and Stateful ? What does it stands for in state management in Compose?](https://www.reddit.com/r/androiddev/comments/16r2mvs/stateless_and_stateful_what_does_it_stands_for_in/) -- [Open-sourcing Play Deals: Paid Apps Deals (a KMP Project)](https://www.reddit.com/r/androiddev/comments/16r21br/opensourcing_play_deals_paid_apps_deals_a_kmp/) ### *InfoWorld posts* From 395faca683d413ac4adf9f2e7f80bc7a8e7516c5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 28 Sep 2023 01:23:40 +0000 Subject: [PATCH 0668/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 330ddc2e1e..6b6b140c9a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [A Pragmatic Introduction To Dagger on Android Part 2: Setup with Retrofit](https://www.reddit.com/r/androiddev/comments/16u0929/a_pragmatic_introduction_to_dagger_on_android/) +- [Open Source Port Forwarding App I made in Compose](https://www.reddit.com/r/androiddev/comments/16tzv1r/open_source_port_forwarding_app_i_made_in_compose/) +- [Android Studio freezing](https://www.reddit.com/r/androiddev/comments/16txjbs/android_studio_freezing/) +- [Android Studio Iguana Canary 5 now available](https://www.reddit.com/r/androiddev/comments/16tsr3j/android_studio_iguana_canary_5_now_available/) +- [Uploading Instant app to Internal Testing track](https://www.reddit.com/r/androiddev/comments/16tllje/uploading_instant_app_to_internal_testing_track/) +- [Google reclassifies Zero-Day Libwebp Vulnerability as Critical - CVE-2023-5129](https://www.reddit.com/r/androiddev/comments/16ti2vy/google_reclassifies_zeroday_libwebp_vulnerability/) +- [What is the biggest knowledge gap in the Android developer community?](https://www.reddit.com/r/androiddev/comments/16tfsyz/what_is_the_biggest_knowledge_gap_in_the_android/) +- [Can app reviewers make test purchases?](https://www.reddit.com/r/androiddev/comments/16tb1i0/can_app_reviewers_make_test_purchases/) - [Do You Guys Use Flow with LiveData in MVVM?](https://www.reddit.com/r/androiddev/comments/16swdlu/do_you_guys_use_flow_with_livedata_in_mvvm/) - [Sharing data between multiple devices for the same user; is Google App Engine the right tool or do you know "better"?](https://www.reddit.com/r/androiddev/comments/16sqftl/sharing_data_between_multiple_devices_for_the/) -- [Why doesn't Android have a centralized repository similar to Flutter's 'flutter pub' where we can access all libraries?](https://www.reddit.com/r/androiddev/comments/16smekl/why_doesnt_android_have_a_centralized_repository/) -- [This Week: Connect and Share your Favorite Android Dev communities (September 25, 2023)](https://www.reddit.com/r/androiddev/comments/16s3laf/this_week_connect_and_share_your_favorite_android/) -- [Looking to network with other Android Developers in the industry](https://www.reddit.com/r/androiddev/comments/16rtekq/looking_to_network_with_other_android_developers/) -- [Did you know that Painter is not stable and cuases unnecessary recompositions when used with Images & Icons in Jetpack compose?](https://www.reddit.com/r/androiddev/comments/16rsmj5/did_you_know_that_painter_is_not_stable_and/) -- [Weekly Who's Hiring Thread - September 25, 2023](https://www.reddit.com/r/androiddev/comments/16rreb1/weekly_whos_hiring_thread_september_25_2023/) -- [Weekly discussion, code review, and feedback thread - September 25, 2023](https://www.reddit.com/r/androiddev/comments/16rq2jm/weekly_discussion_code_review_and_feedback_thread/) -- [Android low latency / high performance audio in 2023](https://www.reddit.com/r/androiddev/comments/16rpp9z/android_low_latency_high_performance_audio_in_2023/) -- [Tip: upgrading gradle to 8.x? Maybe add this before you get crashes...](https://www.reddit.com/r/androiddev/comments/16rd5o9/tip_upgrading_gradle_to_8x_maybe_add_this_before/) ### *InfoWorld posts* From fddbc569e5ed3a2588ae3353d86b9b7fbe2cbf2b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 29 Sep 2023 01:23:28 +0000 Subject: [PATCH 0669/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6b6b140c9a..25de3a5b45 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Studio Iguana | 2023.2.1 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/16ut1jf/android_studio_iguana_202321_canary_6_now/) +- [Android Studio Giraffe Patch 2 is now available](https://www.reddit.com/r/androiddev/comments/16umsle/android_studio_giraffe_patch_2_is_now_available/) +- [🚀 Check Out JetPDFVue: Simplifying PDF Handling in Jetpack Compose!](https://www.reddit.com/r/androiddev/comments/16uly0o/check_out_jetpdfvue_simplifying_pdf_handling_in/) +- [Learn to create Animated Donut Chart (Pie Chart with gaps)](https://www.reddit.com/r/androiddev/comments/16ubt9n/learn_to_create_animated_donut_chart_pie_chart/) +- [Why did Google choose Skia over system views for Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/16u9jrb/why_did_google_choose_skia_over_system_views_for/) +- [Changing from Premium app to free IAP App](https://www.reddit.com/r/androiddev/comments/16u9219/changing_from_premium_app_to_free_iap_app/) +- [[Sudoku] casual game](https://www.reddit.com/r/androiddev/comments/16u79wm/sudoku_casual_game/) - [A Pragmatic Introduction To Dagger on Android Part 2: Setup with Retrofit](https://www.reddit.com/r/androiddev/comments/16u0929/a_pragmatic_introduction_to_dagger_on_android/) - [Open Source Port Forwarding App I made in Compose](https://www.reddit.com/r/androiddev/comments/16tzv1r/open_source_port_forwarding_app_i_made_in_compose/) -- [Android Studio freezing](https://www.reddit.com/r/androiddev/comments/16txjbs/android_studio_freezing/) - [Android Studio Iguana Canary 5 now available](https://www.reddit.com/r/androiddev/comments/16tsr3j/android_studio_iguana_canary_5_now_available/) -- [Uploading Instant app to Internal Testing track](https://www.reddit.com/r/androiddev/comments/16tllje/uploading_instant_app_to_internal_testing_track/) -- [Google reclassifies Zero-Day Libwebp Vulnerability as Critical - CVE-2023-5129](https://www.reddit.com/r/androiddev/comments/16ti2vy/google_reclassifies_zeroday_libwebp_vulnerability/) -- [What is the biggest knowledge gap in the Android developer community?](https://www.reddit.com/r/androiddev/comments/16tfsyz/what_is_the_biggest_knowledge_gap_in_the_android/) -- [Can app reviewers make test purchases?](https://www.reddit.com/r/androiddev/comments/16tb1i0/can_app_reviewers_make_test_purchases/) -- [Do You Guys Use Flow with LiveData in MVVM?](https://www.reddit.com/r/androiddev/comments/16swdlu/do_you_guys_use_flow_with_livedata_in_mvvm/) -- [Sharing data between multiple devices for the same user; is Google App Engine the right tool or do you know "better"?](https://www.reddit.com/r/androiddev/comments/16sqftl/sharing_data_between_multiple_devices_for_the/) ### *InfoWorld posts* From df60bf96272c5e6325aad01649c19cafa92ccab4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 29 Sep 2023 01:23:30 +0000 Subject: [PATCH 0670/1422] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25de3a5b45..0777438104 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *InfoWorld posts* +- [Build beyond Windows: WSL and WSA in 2023](https://www.infoworld.com/article/3707729/build-beyond-windows-wsl-and-wsa-in-2023.html#tk.rss_android) - [Flutter 3.13 speeds rendering on iOS](https://www.infoworld.com/article/3705031/flutter-313-speeds-rendering-on-ios.html#tk.rss_android) - [Kotlin 1.9.0 features beta of advanced K2 compiler](https://www.infoworld.com/article/3701893/kotlin-1-9-0-features-beta-of-advanced-k2-compiler.html#tk.rss_android) - [Build better Jetpack Compose apps with Sentry](https://www.infoworld.com/article/3693018/build-better-jetpack-compose-apps-with-sentry.html#tk.rss_android) @@ -295,7 +296,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Android 13 brings themed app icons, security tweaks](https://www.infoworld.com/article/3669860/android-13-brings-themed-app-icons-security-tweaks.html#tk.rss_android) - [Jetpack Compose 1.2 packs text improvements](https://www.infoworld.com/article/3660772/jetpack-compose-12-packs-text-improvements.html#tk.rss_android) - [JetBrains launches cross-platform UI framework for Kotlin](https://www.infoworld.com/article/3643392/jetbrains-launches-cross-platform-ui-framework-for-kotlin.html#tk.rss_android) -- [Google unveils developer preview of Android 12L](https://www.infoworld.com/article/3638757/google-unveils-developer-preview-of-android-12l.html#tk.rss_android) ### *RedHat posts* From 6b711ab16d34d6694d0fd8ac01a9754da56953ad Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 1 Oct 2023 01:28:45 +0000 Subject: [PATCH 0671/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0777438104..72345e1864 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [App publisher jobs-are they legit?](https://www.reddit.com/r/androiddev/comments/16wmr35/app_publisher_jobsare_they_legit/) +- [What title would I have?](https://www.reddit.com/r/androiddev/comments/16wglkr/what_title_would_i_have/) +- [Does anyone know where to find app testers](https://www.reddit.com/r/androiddev/comments/16w719o/does_anyone_know_where_to_find_app_testers/) +- [Flutter and rcNative are dead?](https://www.reddit.com/r/androiddev/comments/16w2qsd/flutter_and_rcnative_are_dead/) +- [A Note For Android Tutors(Udemy $ YouTube)](https://www.reddit.com/r/androiddev/comments/16w0u6u/a_note_for_android_tutorsudemy_youtube/) - [Android Studio Iguana | 2023.2.1 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/16ut1jf/android_studio_iguana_202321_canary_6_now/) - [Android Studio Giraffe Patch 2 is now available](https://www.reddit.com/r/androiddev/comments/16umsle/android_studio_giraffe_patch_2_is_now_available/) - [🚀 Check Out JetPDFVue: Simplifying PDF Handling in Jetpack Compose!](https://www.reddit.com/r/androiddev/comments/16uly0o/check_out_jetpdfvue_simplifying_pdf_handling_in/) -- [Learn to create Animated Donut Chart (Pie Chart with gaps)](https://www.reddit.com/r/androiddev/comments/16ubt9n/learn_to_create_animated_donut_chart_pie_chart/) - [Why did Google choose Skia over system views for Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/16u9jrb/why_did_google_choose_skia_over_system_views_for/) - [Changing from Premium app to free IAP App](https://www.reddit.com/r/androiddev/comments/16u9219/changing_from_premium_app_to_free_iap_app/) -- [[Sudoku] casual game](https://www.reddit.com/r/androiddev/comments/16u79wm/sudoku_casual_game/) -- [A Pragmatic Introduction To Dagger on Android Part 2: Setup with Retrofit](https://www.reddit.com/r/androiddev/comments/16u0929/a_pragmatic_introduction_to_dagger_on_android/) -- [Open Source Port Forwarding App I made in Compose](https://www.reddit.com/r/androiddev/comments/16tzv1r/open_source_port_forwarding_app_i_made_in_compose/) -- [Android Studio Iguana Canary 5 now available](https://www.reddit.com/r/androiddev/comments/16tsr3j/android_studio_iguana_canary_5_now_available/) ### *InfoWorld posts* From cc01965cfec5ff59f0021e8e9da8c1b4dcc6321b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 2 Oct 2023 01:24:06 +0000 Subject: [PATCH 0672/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72345e1864..a69bbaf78d 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [I created a small template for your Compose MP projects. I hope it's useful to anyone here!](https://www.reddit.com/r/androiddev/comments/16wvxv5/i_created_a_small_template_for_your_compose_mp/) +- [Have you guys noticed. It seems google removes user ratings/reviews if theyre made too early by the user( ex. <1 hour usage after install) i can tell cause out of 500 user that clicked the "rate app" button almost 0 is recorded in console. Also tested with google In-App review api same result.](https://www.reddit.com/r/androiddev/comments/16wuime/have_you_guys_noticed_it_seems_google_removes/) +- [Wrote a Firebase test lab alternative with a device farm](https://www.reddit.com/r/androiddev/comments/16wr1aa/wrote_a_firebase_test_lab_alternative_with_a/) - [App publisher jobs-are they legit?](https://www.reddit.com/r/androiddev/comments/16wmr35/app_publisher_jobsare_they_legit/) - [What title would I have?](https://www.reddit.com/r/androiddev/comments/16wglkr/what_title_would_i_have/) - [Does anyone know where to find app testers](https://www.reddit.com/r/androiddev/comments/16w719o/does_anyone_know_where_to_find_app_testers/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [A Note For Android Tutors(Udemy $ YouTube)](https://www.reddit.com/r/androiddev/comments/16w0u6u/a_note_for_android_tutorsudemy_youtube/) - [Android Studio Iguana | 2023.2.1 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/16ut1jf/android_studio_iguana_202321_canary_6_now/) - [Android Studio Giraffe Patch 2 is now available](https://www.reddit.com/r/androiddev/comments/16umsle/android_studio_giraffe_patch_2_is_now_available/) -- [🚀 Check Out JetPDFVue: Simplifying PDF Handling in Jetpack Compose!](https://www.reddit.com/r/androiddev/comments/16uly0o/check_out_jetpdfvue_simplifying_pdf_handling_in/) -- [Why did Google choose Skia over system views for Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/16u9jrb/why_did_google_choose_skia_over_system_views_for/) -- [Changing from Premium app to free IAP App](https://www.reddit.com/r/androiddev/comments/16u9219/changing_from_premium_app_to_free_iap_app/) ### *InfoWorld posts* From 085d4ceb4c5af0df63b8cb138cf249ff56779031 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 3 Oct 2023 01:24:08 +0000 Subject: [PATCH 0673/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a69bbaf78d..838c1928ef 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Developer jobs are currently in the worst place](https://www.reddit.com/r/androiddev/comments/16y5eqe/android_developer_jobs_are_currently_in_the_worst/) +- [Publishing to F-Droid with Fastlane and Flavors](https://www.reddit.com/r/androiddev/comments/16xypx7/publishing_to_fdroid_with_fastlane_and_flavors/) +- [Weekly Who's Hiring Thread - October 02, 2023](https://www.reddit.com/r/androiddev/comments/16xw1e7/weekly_whos_hiring_thread_october_02_2023/) +- [Weekly discussion, code review, and feedback thread - October 02, 2023](https://www.reddit.com/r/androiddev/comments/16xusge/weekly_discussion_code_review_and_feedback_thread/) +- [Low overhead profiling makes my application run way faster](https://www.reddit.com/r/androiddev/comments/16xtw96/low_overhead_profiling_makes_my_application_run/) +- [Review of Amazon's Driver Assistance Android Application](https://www.reddit.com/r/androiddev/comments/16xposi/review_of_amazons_driver_assistance_android/) +- [Created my latest library i.e. a Scratch Card Effect library in Jetpack Compose & Canvas](https://www.reddit.com/r/androiddev/comments/16xol65/created_my_latest_library_ie_a_scratch_card/) +- [Is Java fast than CPP on Android?](https://www.reddit.com/r/androiddev/comments/16xk8e9/is_java_fast_than_cpp_on_android/) - [I created a small template for your Compose MP projects. I hope it's useful to anyone here!](https://www.reddit.com/r/androiddev/comments/16wvxv5/i_created_a_small_template_for_your_compose_mp/) - [Have you guys noticed. It seems google removes user ratings/reviews if theyre made too early by the user( ex. <1 hour usage after install) i can tell cause out of 500 user that clicked the "rate app" button almost 0 is recorded in console. Also tested with google In-App review api same result.](https://www.reddit.com/r/androiddev/comments/16wuime/have_you_guys_noticed_it_seems_google_removes/) -- [Wrote a Firebase test lab alternative with a device farm](https://www.reddit.com/r/androiddev/comments/16wr1aa/wrote_a_firebase_test_lab_alternative_with_a/) -- [App publisher jobs-are they legit?](https://www.reddit.com/r/androiddev/comments/16wmr35/app_publisher_jobsare_they_legit/) -- [What title would I have?](https://www.reddit.com/r/androiddev/comments/16wglkr/what_title_would_i_have/) -- [Does anyone know where to find app testers](https://www.reddit.com/r/androiddev/comments/16w719o/does_anyone_know_where_to_find_app_testers/) -- [Flutter and rcNative are dead?](https://www.reddit.com/r/androiddev/comments/16w2qsd/flutter_and_rcnative_are_dead/) -- [A Note For Android Tutors(Udemy $ YouTube)](https://www.reddit.com/r/androiddev/comments/16w0u6u/a_note_for_android_tutorsudemy_youtube/) -- [Android Studio Iguana | 2023.2.1 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/16ut1jf/android_studio_iguana_202321_canary_6_now/) -- [Android Studio Giraffe Patch 2 is now available](https://www.reddit.com/r/androiddev/comments/16umsle/android_studio_giraffe_patch_2_is_now_available/) ### *InfoWorld posts* From af32934f593dbbbd33085879be9b2b43f15726a3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 3 Oct 2023 01:24:11 +0000 Subject: [PATCH 0674/1422] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 838c1928ef..6a2752f1c9 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *InfoWorld posts* -- [Build beyond Windows: WSL and WSA in 2023](https://www.infoworld.com/article/3707729/build-beyond-windows-wsl-and-wsa-in-2023.html#tk.rss_android) +- [Building for Linux and Android on Windows](https://www.infoworld.com/article/3707729/building-for-linux-and-android-on-windows.html#tk.rss_android) - [Flutter 3.13 speeds rendering on iOS](https://www.infoworld.com/article/3705031/flutter-313-speeds-rendering-on-ios.html#tk.rss_android) - [Kotlin 1.9.0 features beta of advanced K2 compiler](https://www.infoworld.com/article/3701893/kotlin-1-9-0-features-beta-of-advanced-k2-compiler.html#tk.rss_android) - [Build better Jetpack Compose apps with Sentry](https://www.infoworld.com/article/3693018/build-better-jetpack-compose-apps-with-sentry.html#tk.rss_android) From c76a4d0ce2d8e427b6e06d64121aafcba6ff49cf Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 4 Oct 2023 01:24:53 +0000 Subject: [PATCH 0675/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a2752f1c9..2a06a61050 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Touchscreen for Mobile Developer](https://www.reddit.com/r/androiddev/comments/16z4gps/touchscreen_for_mobile_developer/) +- [Don't ruin your future as a developer like I did.](https://www.reddit.com/r/androiddev/comments/16yvu9z/dont_ruin_your_future_as_a_developer_like_i_did/) +- [Watchlistfy: Watchlist Tracker & AI Suggestions - Open Source](https://www.reddit.com/r/androiddev/comments/16ymz7n/watchlistfy_watchlist_tracker_ai_suggestions_open/) +- [Reviving the awesome library Groupie (makes RecyclerView a breeze to manage); forking it to GroupieX](https://www.reddit.com/r/androiddev/comments/16yfz5p/reviving_the_awesome_library_groupie_makes/) - [Android Developer jobs are currently in the worst place](https://www.reddit.com/r/androiddev/comments/16y5eqe/android_developer_jobs_are_currently_in_the_worst/) - [Publishing to F-Droid with Fastlane and Flavors](https://www.reddit.com/r/androiddev/comments/16xypx7/publishing_to_fdroid_with_fastlane_and_flavors/) - [Weekly Who's Hiring Thread - October 02, 2023](https://www.reddit.com/r/androiddev/comments/16xw1e7/weekly_whos_hiring_thread_october_02_2023/) - [Weekly discussion, code review, and feedback thread - October 02, 2023](https://www.reddit.com/r/androiddev/comments/16xusge/weekly_discussion_code_review_and_feedback_thread/) - [Low overhead profiling makes my application run way faster](https://www.reddit.com/r/androiddev/comments/16xtw96/low_overhead_profiling_makes_my_application_run/) - [Review of Amazon's Driver Assistance Android Application](https://www.reddit.com/r/androiddev/comments/16xposi/review_of_amazons_driver_assistance_android/) -- [Created my latest library i.e. a Scratch Card Effect library in Jetpack Compose & Canvas](https://www.reddit.com/r/androiddev/comments/16xol65/created_my_latest_library_ie_a_scratch_card/) -- [Is Java fast than CPP on Android?](https://www.reddit.com/r/androiddev/comments/16xk8e9/is_java_fast_than_cpp_on_android/) -- [I created a small template for your Compose MP projects. I hope it's useful to anyone here!](https://www.reddit.com/r/androiddev/comments/16wvxv5/i_created_a_small_template_for_your_compose_mp/) -- [Have you guys noticed. It seems google removes user ratings/reviews if theyre made too early by the user( ex. <1 hour usage after install) i can tell cause out of 500 user that clicked the "rate app" button almost 0 is recorded in console. Also tested with google In-App review api same result.](https://www.reddit.com/r/androiddev/comments/16wuime/have_you_guys_noticed_it_seems_google_removes/) ### *InfoWorld posts* From 65ab19e891556e29c6c7786337c8cd8cc7298d71 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 5 Oct 2023 01:24:01 +0000 Subject: [PATCH 0676/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2a06a61050..04bfeb609a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [A different way to architect an Android app](https://www.reddit.com/r/androiddev/comments/1703e4l/a_different_way_to_architect_an_android_app/) +- [What’s new in Android 14 for developers](https://www.reddit.com/r/androiddev/comments/16zulzo/whats_new_in_android_14_for_developers/) +- [Apparently, the latest version of Patreon is written in Compose](https://www.reddit.com/r/androiddev/comments/16zu5xx/apparently_the_latest_version_of_patreon_is/) +- [Android 14 is live in AOSP](https://www.reddit.com/r/androiddev/comments/16ztp24/android_14_is_live_in_aosp/) +- [Some Extension function deep dive! (Polymorphism/Overriding?)](https://www.reddit.com/r/androiddev/comments/16zrmqp/some_extension_function_deep_dive/) - [Touchscreen for Mobile Developer](https://www.reddit.com/r/androiddev/comments/16z4gps/touchscreen_for_mobile_developer/) -- [Don't ruin your future as a developer like I did.](https://www.reddit.com/r/androiddev/comments/16yvu9z/dont_ruin_your_future_as_a_developer_like_i_did/) - [Watchlistfy: Watchlist Tracker & AI Suggestions - Open Source](https://www.reddit.com/r/androiddev/comments/16ymz7n/watchlistfy_watchlist_tracker_ai_suggestions_open/) - [Reviving the awesome library Groupie (makes RecyclerView a breeze to manage); forking it to GroupieX](https://www.reddit.com/r/androiddev/comments/16yfz5p/reviving_the_awesome_library_groupie_makes/) - [Android Developer jobs are currently in the worst place](https://www.reddit.com/r/androiddev/comments/16y5eqe/android_developer_jobs_are_currently_in_the_worst/) - [Publishing to F-Droid with Fastlane and Flavors](https://www.reddit.com/r/androiddev/comments/16xypx7/publishing_to_fdroid_with_fastlane_and_flavors/) -- [Weekly Who's Hiring Thread - October 02, 2023](https://www.reddit.com/r/androiddev/comments/16xw1e7/weekly_whos_hiring_thread_october_02_2023/) -- [Weekly discussion, code review, and feedback thread - October 02, 2023](https://www.reddit.com/r/androiddev/comments/16xusge/weekly_discussion_code_review_and_feedback_thread/) -- [Low overhead profiling makes my application run way faster](https://www.reddit.com/r/androiddev/comments/16xtw96/low_overhead_profiling_makes_my_application_run/) -- [Review of Amazon's Driver Assistance Android Application](https://www.reddit.com/r/androiddev/comments/16xposi/review_of_amazons_driver_assistance_android/) ### *InfoWorld posts* From 0b3655b30e53dca9b0fc66f8c95be1ca0ca507e3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 6 Oct 2023 01:23:54 +0000 Subject: [PATCH 0677/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 04bfeb609a..5612289fb7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Studio Iguana | 2023.2.1 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/170uv3f/android_studio_iguana_202321_canary_7_now/) +- [Looking for a few Android devs that are interested in getting their apps localized (supporting multiple languages).](https://www.reddit.com/r/androiddev/comments/170sm77/looking_for_a_few_android_devs_that_are/) +- [Play Integrity API vs Firebase AppCheck](https://www.reddit.com/r/androiddev/comments/170mzeq/play_integrity_api_vs_firebase_appcheck/) +- [How to share AVD system images for others to use for Android 13](https://www.reddit.com/r/androiddev/comments/170gs3x/how_to_share_avd_system_images_for_others_to_use/) +- [One Activity Vs Multi-Activities](https://www.reddit.com/r/androiddev/comments/170djs3/one_activity_vs_multiactivities/) +- [Hidden Mobile App Security Risks in Android Libraries](https://www.reddit.com/r/androiddev/comments/170ddyi/hidden_mobile_app_security_risks_in_android/) +- [Google finally updated Play Console Android app](https://www.reddit.com/r/androiddev/comments/1709bz0/google_finally_updated_play_console_android_app/) - [A different way to architect an Android app](https://www.reddit.com/r/androiddev/comments/1703e4l/a_different_way_to_architect_an_android_app/) - [What’s new in Android 14 for developers](https://www.reddit.com/r/androiddev/comments/16zulzo/whats_new_in_android_14_for_developers/) - [Apparently, the latest version of Patreon is written in Compose](https://www.reddit.com/r/androiddev/comments/16zu5xx/apparently_the_latest_version_of_patreon_is/) -- [Android 14 is live in AOSP](https://www.reddit.com/r/androiddev/comments/16ztp24/android_14_is_live_in_aosp/) -- [Some Extension function deep dive! (Polymorphism/Overriding?)](https://www.reddit.com/r/androiddev/comments/16zrmqp/some_extension_function_deep_dive/) -- [Touchscreen for Mobile Developer](https://www.reddit.com/r/androiddev/comments/16z4gps/touchscreen_for_mobile_developer/) -- [Watchlistfy: Watchlist Tracker & AI Suggestions - Open Source](https://www.reddit.com/r/androiddev/comments/16ymz7n/watchlistfy_watchlist_tracker_ai_suggestions_open/) -- [Reviving the awesome library Groupie (makes RecyclerView a breeze to manage); forking it to GroupieX](https://www.reddit.com/r/androiddev/comments/16yfz5p/reviving_the_awesome_library_groupie_makes/) -- [Android Developer jobs are currently in the worst place](https://www.reddit.com/r/androiddev/comments/16y5eqe/android_developer_jobs_are_currently_in_the_worst/) -- [Publishing to F-Droid with Fastlane and Flavors](https://www.reddit.com/r/androiddev/comments/16xypx7/publishing_to_fdroid_with_fastlane_and_flavors/) ### *InfoWorld posts* From f7bb21acc62a1f534c4397644cb18440f4930f28 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 7 Oct 2023 01:23:05 +0000 Subject: [PATCH 0678/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5612289fb7..2569f585e5 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Anyone else have issues with corrupt videos in Compose docs (Firefox, Safari, macOS)?](https://www.reddit.com/r/androiddev/comments/171pjwp/anyone_else_have_issues_with_corrupt_videos_in/) +- [Kotlin or Android Native](https://www.reddit.com/r/androiddev/comments/1712my6/kotlin_or_android_native/) +- [How can I use an arm64 emulator on Android studio on a Windows PC to run Snapchat APK?](https://www.reddit.com/r/androiddev/comments/171242y/how_can_i_use_an_arm64_emulator_on_android_studio/) - [Android Studio Iguana | 2023.2.1 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/170uv3f/android_studio_iguana_202321_canary_7_now/) - [Looking for a few Android devs that are interested in getting their apps localized (supporting multiple languages).](https://www.reddit.com/r/androiddev/comments/170sm77/looking_for_a_few_android_devs_that_are/) - [Play Integrity API vs Firebase AppCheck](https://www.reddit.com/r/androiddev/comments/170mzeq/play_integrity_api_vs_firebase_appcheck/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [One Activity Vs Multi-Activities](https://www.reddit.com/r/androiddev/comments/170djs3/one_activity_vs_multiactivities/) - [Hidden Mobile App Security Risks in Android Libraries](https://www.reddit.com/r/androiddev/comments/170ddyi/hidden_mobile_app_security_risks_in_android/) - [Google finally updated Play Console Android app](https://www.reddit.com/r/androiddev/comments/1709bz0/google_finally_updated_play_console_android_app/) -- [A different way to architect an Android app](https://www.reddit.com/r/androiddev/comments/1703e4l/a_different_way_to_architect_an_android_app/) -- [What’s new in Android 14 for developers](https://www.reddit.com/r/androiddev/comments/16zulzo/whats_new_in_android_14_for_developers/) -- [Apparently, the latest version of Patreon is written in Compose](https://www.reddit.com/r/androiddev/comments/16zu5xx/apparently_the_latest_version_of_patreon_is/) ### *InfoWorld posts* From 9af484e5010b118d13fb11caa8ccec77181df7bd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 8 Oct 2023 01:26:40 +0000 Subject: [PATCH 0679/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2569f585e5..1535782769 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Square size in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1728fua/square_size_in_jetpack_compose/) +- [Intoducing Namida: A New Music Experience](https://www.reddit.com/r/androiddev/comments/17270dp/intoducing_namida_a_new_music_experience/) +- [Do you have false positive crashes on the Google Play Developer console?](https://www.reddit.com/r/androiddev/comments/1722twp/do_you_have_false_positive_crashes_on_the_google/) +- [I still find it wild that one of the "best practices" in Android Dev is to have every usecase to only has 1 public method. Am I the only one?](https://www.reddit.com/r/androiddev/comments/171uzlt/i_still_find_it_wild_that_one_of_the_best/) +- [Hacking LazyList in Android Jetpack Compose](https://www.reddit.com/r/androiddev/comments/171uwfg/hacking_lazylist_in_android_jetpack_compose/) - [Anyone else have issues with corrupt videos in Compose docs (Firefox, Safari, macOS)?](https://www.reddit.com/r/androiddev/comments/171pjwp/anyone_else_have_issues_with_corrupt_videos_in/) -- [Kotlin or Android Native](https://www.reddit.com/r/androiddev/comments/1712my6/kotlin_or_android_native/) -- [How can I use an arm64 emulator on Android studio on a Windows PC to run Snapchat APK?](https://www.reddit.com/r/androiddev/comments/171242y/how_can_i_use_an_arm64_emulator_on_android_studio/) - [Android Studio Iguana | 2023.2.1 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/170uv3f/android_studio_iguana_202321_canary_7_now/) - [Looking for a few Android devs that are interested in getting their apps localized (supporting multiple languages).](https://www.reddit.com/r/androiddev/comments/170sm77/looking_for_a_few_android_devs_that_are/) - [Play Integrity API vs Firebase AppCheck](https://www.reddit.com/r/androiddev/comments/170mzeq/play_integrity_api_vs_firebase_appcheck/) - [How to share AVD system images for others to use for Android 13](https://www.reddit.com/r/androiddev/comments/170gs3x/how_to_share_avd_system_images_for_others_to_use/) -- [One Activity Vs Multi-Activities](https://www.reddit.com/r/androiddev/comments/170djs3/one_activity_vs_multiactivities/) -- [Hidden Mobile App Security Risks in Android Libraries](https://www.reddit.com/r/androiddev/comments/170ddyi/hidden_mobile_app_security_risks_in_android/) -- [Google finally updated Play Console Android app](https://www.reddit.com/r/androiddev/comments/1709bz0/google_finally_updated_play_console_android_app/) ### *InfoWorld posts* From e52e9b44272c4c75b9db03762adb7c60b95c01bc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 9 Oct 2023 01:24:00 +0000 Subject: [PATCH 0680/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1535782769..086fad2cea 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Anyone else notice Universal App Campaigns is spending most of your budget on TVs instead of phones/tablets?](https://www.reddit.com/r/androiddev/comments/173e3wt/anyone_else_notice_universal_app_campaigns_is/) +- [The way Ratings And Reviews are displayed on google play store is unfair for small time developers. If you havent noticed yet you need minimum 5 reviews per country for the any rating to be shown on you app store page.](https://www.reddit.com/r/androiddev/comments/1731rmk/the_way_ratings_and_reviews_are_displayed_on/) +- [What are some open-source projects to contribute for an Android developer with mid-level experience but no prior open-source contribution experience?](https://www.reddit.com/r/androiddev/comments/172zspr/what_are_some_opensource_projects_to_contribute/) +- [An App's Transformation Journey with Chris Sinco!](https://www.reddit.com/r/androiddev/comments/172xyd9/an_apps_transformation_journey_with_chris_sinco/) +- [Emulator "graphics acceleration" without discrete GPU?](https://www.reddit.com/r/androiddev/comments/172tp90/emulator_graphics_acceleration_without_discrete/) - [Square size in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1728fua/square_size_in_jetpack_compose/) - [Intoducing Namida: A New Music Experience](https://www.reddit.com/r/androiddev/comments/17270dp/intoducing_namida_a_new_music_experience/) - [Do you have false positive crashes on the Google Play Developer console?](https://www.reddit.com/r/androiddev/comments/1722twp/do_you_have_false_positive_crashes_on_the_google/) - [I still find it wild that one of the "best practices" in Android Dev is to have every usecase to only has 1 public method. Am I the only one?](https://www.reddit.com/r/androiddev/comments/171uzlt/i_still_find_it_wild_that_one_of_the_best/) - [Hacking LazyList in Android Jetpack Compose](https://www.reddit.com/r/androiddev/comments/171uwfg/hacking_lazylist_in_android_jetpack_compose/) -- [Anyone else have issues with corrupt videos in Compose docs (Firefox, Safari, macOS)?](https://www.reddit.com/r/androiddev/comments/171pjwp/anyone_else_have_issues_with_corrupt_videos_in/) -- [Android Studio Iguana | 2023.2.1 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/170uv3f/android_studio_iguana_202321_canary_7_now/) -- [Looking for a few Android devs that are interested in getting their apps localized (supporting multiple languages).](https://www.reddit.com/r/androiddev/comments/170sm77/looking_for_a_few_android_devs_that_are/) -- [Play Integrity API vs Firebase AppCheck](https://www.reddit.com/r/androiddev/comments/170mzeq/play_integrity_api_vs_firebase_appcheck/) -- [How to share AVD system images for others to use for Android 13](https://www.reddit.com/r/androiddev/comments/170gs3x/how_to_share_avd_system_images_for_others_to_use/) ### *InfoWorld posts* From 8a89ad8018c98b3c1e9ea2423d611ae86b6e807c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 10 Oct 2023 01:23:30 +0000 Subject: [PATCH 0681/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 086fad2cea..782686a262 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Strategies for automatically refreshing data on Android using Kotlin Flow](https://www.reddit.com/r/androiddev/comments/1747hvg/strategies_for_automatically_refreshing_data_on/) +- [Finally cracked the full lifecycle of a Composable!😃🎉And wrote a library for it](https://www.reddit.com/r/androiddev/comments/173xy27/finally_cracked_the_full_lifecycle_of_a/) +- [Mastering Jetpack Compose Performance With Examples: Part 1](https://www.reddit.com/r/androiddev/comments/173t9xv/mastering_jetpack_compose_performance_with/) +- [Weekly Who's Hiring Thread - October 09, 2023](https://www.reddit.com/r/androiddev/comments/173r7cj/weekly_whos_hiring_thread_october_09_2023/) +- [Weekly discussion, code review, and feedback thread - October 09, 2023](https://www.reddit.com/r/androiddev/comments/173pzvp/weekly_discussion_code_review_and_feedback_thread/) +- [Who will be attending this year's Droidcon in London? 26-27 October](https://www.reddit.com/r/androiddev/comments/173plot/who_will_be_attending_this_years_droidcon_in/) +- [Android Passkeys: WebView vs. Chrome Custom Tab vs. Native Implementation](https://www.reddit.com/r/androiddev/comments/173p2k4/android_passkeys_webview_vs_chrome_custom_tab_vs/) +- [The requirement to display Third-Party Library License Notices, including Android SDK Platforms?](https://www.reddit.com/r/androiddev/comments/173ldkb/the_requirement_to_display_thirdparty_library/) - [Anyone else notice Universal App Campaigns is spending most of your budget on TVs instead of phones/tablets?](https://www.reddit.com/r/androiddev/comments/173e3wt/anyone_else_notice_universal_app_campaigns_is/) - [The way Ratings And Reviews are displayed on google play store is unfair for small time developers. If you havent noticed yet you need minimum 5 reviews per country for the any rating to be shown on you app store page.](https://www.reddit.com/r/androiddev/comments/1731rmk/the_way_ratings_and_reviews_are_displayed_on/) -- [What are some open-source projects to contribute for an Android developer with mid-level experience but no prior open-source contribution experience?](https://www.reddit.com/r/androiddev/comments/172zspr/what_are_some_opensource_projects_to_contribute/) -- [An App's Transformation Journey with Chris Sinco!](https://www.reddit.com/r/androiddev/comments/172xyd9/an_apps_transformation_journey_with_chris_sinco/) -- [Emulator "graphics acceleration" without discrete GPU?](https://www.reddit.com/r/androiddev/comments/172tp90/emulator_graphics_acceleration_without_discrete/) -- [Square size in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1728fua/square_size_in_jetpack_compose/) -- [Intoducing Namida: A New Music Experience](https://www.reddit.com/r/androiddev/comments/17270dp/intoducing_namida_a_new_music_experience/) -- [Do you have false positive crashes on the Google Play Developer console?](https://www.reddit.com/r/androiddev/comments/1722twp/do_you_have_false_positive_crashes_on_the_google/) -- [I still find it wild that one of the "best practices" in Android Dev is to have every usecase to only has 1 public method. Am I the only one?](https://www.reddit.com/r/androiddev/comments/171uzlt/i_still_find_it_wild_that_one_of_the_best/) -- [Hacking LazyList in Android Jetpack Compose](https://www.reddit.com/r/androiddev/comments/171uwfg/hacking_lazylist_in_android_jetpack_compose/) ### *InfoWorld posts* From 34ee2a6f969ea0a3d014eacd371cf5337dee8dd5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 11 Oct 2023 01:23:38 +0000 Subject: [PATCH 0682/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 782686a262..349b6c863b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [What do you look for in a working relationship with a UX/UI Designer?](https://www.reddit.com/r/androiddev/comments/174xsfa/what_do_you_look_for_in_a_working_relationship/) +- [Konsist and Conquer: Embracing the World of Dynamic Testing](https://www.reddit.com/r/androiddev/comments/174slzf/konsist_and_conquer_embracing_the_world_of/) +- [Kotlin Illustrated - Data Classes and Destructuring](https://www.reddit.com/r/androiddev/comments/174piyb/kotlin_illustrated_data_classes_and_destructuring/) +- [We are changing the rules of /r/AndroidDev](https://www.reddit.com/r/androiddev/comments/174p6da/we_are_changing_the_rules_of_randroiddev/) +- [For those who have apps that have rating for everyone(age 3+) and also uses google UMP consent dialogue. How did you fix it gettjng rejecting on google play due to "ads displayed to children that invlove interest based marketing is not allowed" policy](https://www.reddit.com/r/androiddev/comments/174kzyx/for_those_who_have_apps_that_have_rating_for/) +- [Quick questions to App Owners with Ads?](https://www.reddit.com/r/androiddev/comments/174di6q/quick_questions_to_app_owners_with_ads/) - [Strategies for automatically refreshing data on Android using Kotlin Flow](https://www.reddit.com/r/androiddev/comments/1747hvg/strategies_for_automatically_refreshing_data_on/) - [Finally cracked the full lifecycle of a Composable!😃🎉And wrote a library for it](https://www.reddit.com/r/androiddev/comments/173xy27/finally_cracked_the_full_lifecycle_of_a/) - [Mastering Jetpack Compose Performance With Examples: Part 1](https://www.reddit.com/r/androiddev/comments/173t9xv/mastering_jetpack_compose_performance_with/) - [Weekly Who's Hiring Thread - October 09, 2023](https://www.reddit.com/r/androiddev/comments/173r7cj/weekly_whos_hiring_thread_october_09_2023/) -- [Weekly discussion, code review, and feedback thread - October 09, 2023](https://www.reddit.com/r/androiddev/comments/173pzvp/weekly_discussion_code_review_and_feedback_thread/) -- [Who will be attending this year's Droidcon in London? 26-27 October](https://www.reddit.com/r/androiddev/comments/173plot/who_will_be_attending_this_years_droidcon_in/) -- [Android Passkeys: WebView vs. Chrome Custom Tab vs. Native Implementation](https://www.reddit.com/r/androiddev/comments/173p2k4/android_passkeys_webview_vs_chrome_custom_tab_vs/) -- [The requirement to display Third-Party Library License Notices, including Android SDK Platforms?](https://www.reddit.com/r/androiddev/comments/173ldkb/the_requirement_to_display_thirdparty_library/) -- [Anyone else notice Universal App Campaigns is spending most of your budget on TVs instead of phones/tablets?](https://www.reddit.com/r/androiddev/comments/173e3wt/anyone_else_notice_universal_app_campaigns_is/) -- [The way Ratings And Reviews are displayed on google play store is unfair for small time developers. If you havent noticed yet you need minimum 5 reviews per country for the any rating to be shown on you app store page.](https://www.reddit.com/r/androiddev/comments/1731rmk/the_way_ratings_and_reviews_are_displayed_on/) ### *InfoWorld posts* From cdccf49630624dc5a5a9248b3005631aa0402e44 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 12 Oct 2023 01:22:19 +0000 Subject: [PATCH 0683/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 349b6c863b..0a2d10e08a 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [GridLayout for Jetpack Compose: A simple grid layout library for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/175f5or/gridlayout_for_jetpack_compose_a_simple_grid/) +- [Automatic Integrity Protection, is there any downside ops into it?](https://www.reddit.com/r/androiddev/comments/175dhn4/automatic_integrity_protection_is_there_any/) +- [Mentoring a fresh graduate](https://www.reddit.com/r/androiddev/comments/175aicl/mentoring_a_fresh_graduate/) - [What do you look for in a working relationship with a UX/UI Designer?](https://www.reddit.com/r/androiddev/comments/174xsfa/what_do_you_look_for_in_a_working_relationship/) - [Konsist and Conquer: Embracing the World of Dynamic Testing](https://www.reddit.com/r/androiddev/comments/174slzf/konsist_and_conquer_embracing_the_world_of/) - [Kotlin Illustrated - Data Classes and Destructuring](https://www.reddit.com/r/androiddev/comments/174piyb/kotlin_illustrated_data_classes_and_destructuring/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [For those who have apps that have rating for everyone(age 3+) and also uses google UMP consent dialogue. How did you fix it gettjng rejecting on google play due to "ads displayed to children that invlove interest based marketing is not allowed" policy](https://www.reddit.com/r/androiddev/comments/174kzyx/for_those_who_have_apps_that_have_rating_for/) - [Quick questions to App Owners with Ads?](https://www.reddit.com/r/androiddev/comments/174di6q/quick_questions_to_app_owners_with_ads/) - [Strategies for automatically refreshing data on Android using Kotlin Flow](https://www.reddit.com/r/androiddev/comments/1747hvg/strategies_for_automatically_refreshing_data_on/) -- [Finally cracked the full lifecycle of a Composable!😃🎉And wrote a library for it](https://www.reddit.com/r/androiddev/comments/173xy27/finally_cracked_the_full_lifecycle_of_a/) -- [Mastering Jetpack Compose Performance With Examples: Part 1](https://www.reddit.com/r/androiddev/comments/173t9xv/mastering_jetpack_compose_performance_with/) -- [Weekly Who's Hiring Thread - October 09, 2023](https://www.reddit.com/r/androiddev/comments/173r7cj/weekly_whos_hiring_thread_october_09_2023/) ### *InfoWorld posts* From 1e9cb29611197f4fa0a471bd954a97a6c0e36dd5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 13 Oct 2023 01:24:56 +0000 Subject: [PATCH 0684/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0a2d10e08a..00b90d5cf0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Doubt About Jetpack Compose State Management](https://www.reddit.com/r/androiddev/comments/176gsm9/doubt_about_jetpack_compose_state_management/) +- [LMP_CONN_TIMEOUT ( status code 34(0x22))](https://www.reddit.com/r/androiddev/comments/176a983/lmp_conn_timeout_status_code_340x22/) +- [Is there anything like "certifed by Google to publish on 3rd party store" in Android ecosystem?](https://www.reddit.com/r/androiddev/comments/1764wrg/is_there_anything_like_certifed_by_google_to/) +- [Which SDK should I target? My dependencies seem to only work with version 34 Android APIs or later but that is compatible with less than 1% of devices?](https://www.reddit.com/r/androiddev/comments/1764agx/which_sdk_should_i_target_my_dependencies_seem_to/) - [GridLayout for Jetpack Compose: A simple grid layout library for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/175f5or/gridlayout_for_jetpack_compose_a_simple_grid/) - [Automatic Integrity Protection, is there any downside ops into it?](https://www.reddit.com/r/androiddev/comments/175dhn4/automatic_integrity_protection_is_there_any/) - [Mentoring a fresh graduate](https://www.reddit.com/r/androiddev/comments/175aicl/mentoring_a_fresh_graduate/) - [What do you look for in a working relationship with a UX/UI Designer?](https://www.reddit.com/r/androiddev/comments/174xsfa/what_do_you_look_for_in_a_working_relationship/) - [Konsist and Conquer: Embracing the World of Dynamic Testing](https://www.reddit.com/r/androiddev/comments/174slzf/konsist_and_conquer_embracing_the_world_of/) - [Kotlin Illustrated - Data Classes and Destructuring](https://www.reddit.com/r/androiddev/comments/174piyb/kotlin_illustrated_data_classes_and_destructuring/) -- [We are changing the rules of /r/AndroidDev](https://www.reddit.com/r/androiddev/comments/174p6da/we_are_changing_the_rules_of_randroiddev/) -- [For those who have apps that have rating for everyone(age 3+) and also uses google UMP consent dialogue. How did you fix it gettjng rejecting on google play due to "ads displayed to children that invlove interest based marketing is not allowed" policy](https://www.reddit.com/r/androiddev/comments/174kzyx/for_those_who_have_apps_that_have_rating_for/) -- [Quick questions to App Owners with Ads?](https://www.reddit.com/r/androiddev/comments/174di6q/quick_questions_to_app_owners_with_ads/) -- [Strategies for automatically refreshing data on Android using Kotlin Flow](https://www.reddit.com/r/androiddev/comments/1747hvg/strategies_for_automatically_refreshing_data_on/) ### *InfoWorld posts* From 967b362f9c1d648c2abbd95466c0073b0614ec06 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 14 Oct 2023 01:22:26 +0000 Subject: [PATCH 0685/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 00b90d5cf0..62c0700609 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Community Discord Server for JetpackCompose](https://www.reddit.com/r/androiddev/comments/1775y9s/community_discord_server_for_jetpackcompose/) +- [Where Can I Collaborate on Open Source Android Projects as a Beginner?](https://www.reddit.com/r/androiddev/comments/1774z83/where_can_i_collaborate_on_open_source_android/) +- [What are some android apps i should make to make my resume stand out ?](https://www.reddit.com/r/androiddev/comments/176yx1s/what_are_some_android_apps_i_should_make_to_make/) +- [Anyone using Firebase? How do you guys handle apps on a global scale](https://www.reddit.com/r/androiddev/comments/176y4c8/anyone_using_firebase_how_do_you_guys_handle_apps/) +- [How does Chalo's tap to pay work?](https://www.reddit.com/r/androiddev/comments/176ud96/how_does_chalos_tap_to_pay_work/) +- [An app to customise this notification panel.](https://www.reddit.com/r/androiddev/comments/176tb9z/an_app_to_customise_this_notification_panel/) +- [Trying to figure out how to toggle mic/camera access via ADB/shell](https://www.reddit.com/r/androiddev/comments/176qi8y/trying_to_figure_out_how_to_toggle_miccamera/) - [Doubt About Jetpack Compose State Management](https://www.reddit.com/r/androiddev/comments/176gsm9/doubt_about_jetpack_compose_state_management/) - [LMP_CONN_TIMEOUT ( status code 34(0x22))](https://www.reddit.com/r/androiddev/comments/176a983/lmp_conn_timeout_status_code_340x22/) - [Is there anything like "certifed by Google to publish on 3rd party store" in Android ecosystem?](https://www.reddit.com/r/androiddev/comments/1764wrg/is_there_anything_like_certifed_by_google_to/) -- [Which SDK should I target? My dependencies seem to only work with version 34 Android APIs or later but that is compatible with less than 1% of devices?](https://www.reddit.com/r/androiddev/comments/1764agx/which_sdk_should_i_target_my_dependencies_seem_to/) -- [GridLayout for Jetpack Compose: A simple grid layout library for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/175f5or/gridlayout_for_jetpack_compose_a_simple_grid/) -- [Automatic Integrity Protection, is there any downside ops into it?](https://www.reddit.com/r/androiddev/comments/175dhn4/automatic_integrity_protection_is_there_any/) -- [Mentoring a fresh graduate](https://www.reddit.com/r/androiddev/comments/175aicl/mentoring_a_fresh_graduate/) -- [What do you look for in a working relationship with a UX/UI Designer?](https://www.reddit.com/r/androiddev/comments/174xsfa/what_do_you_look_for_in_a_working_relationship/) -- [Konsist and Conquer: Embracing the World of Dynamic Testing](https://www.reddit.com/r/androiddev/comments/174slzf/konsist_and_conquer_embracing_the_world_of/) -- [Kotlin Illustrated - Data Classes and Destructuring](https://www.reddit.com/r/androiddev/comments/174piyb/kotlin_illustrated_data_classes_and_destructuring/) ### *InfoWorld posts* From 4a1a5d2e82f2916b2a71342e2d7f7a3bd6787843 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 15 Oct 2023 01:26:54 +0000 Subject: [PATCH 0686/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 62c0700609..29ad917e33 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Linear acceleration and Gyroscope values behaving strangely.](https://www.reddit.com/r/androiddev/comments/177uxej/linear_acceleration_and_gyroscope_values_behaving/) +- [BTLE workings](https://www.reddit.com/r/androiddev/comments/177o55q/btle_workings/) +- [Clarifying Google's 15% Service Fee: Seeking Guidance for Multiple Developer Accounts](https://www.reddit.com/r/androiddev/comments/177l7hl/clarifying_googles_15_service_fee_seeking/) +- [Problems faced during iOS integration with KMM module.](https://www.reddit.com/r/androiddev/comments/177l49y/problems_faced_during_ios_integration_with_kmm/) +- [Android Bootcamps](https://www.reddit.com/r/androiddev/comments/177gw9d/android_bootcamps/) - [Community Discord Server for JetpackCompose](https://www.reddit.com/r/androiddev/comments/1775y9s/community_discord_server_for_jetpackcompose/) - [Where Can I Collaborate on Open Source Android Projects as a Beginner?](https://www.reddit.com/r/androiddev/comments/1774z83/where_can_i_collaborate_on_open_source_android/) - [What are some android apps i should make to make my resume stand out ?](https://www.reddit.com/r/androiddev/comments/176yx1s/what_are_some_android_apps_i_should_make_to_make/) - [Anyone using Firebase? How do you guys handle apps on a global scale](https://www.reddit.com/r/androiddev/comments/176y4c8/anyone_using_firebase_how_do_you_guys_handle_apps/) - [How does Chalo's tap to pay work?](https://www.reddit.com/r/androiddev/comments/176ud96/how_does_chalos_tap_to_pay_work/) -- [An app to customise this notification panel.](https://www.reddit.com/r/androiddev/comments/176tb9z/an_app_to_customise_this_notification_panel/) -- [Trying to figure out how to toggle mic/camera access via ADB/shell](https://www.reddit.com/r/androiddev/comments/176qi8y/trying_to_figure_out_how_to_toggle_miccamera/) -- [Doubt About Jetpack Compose State Management](https://www.reddit.com/r/androiddev/comments/176gsm9/doubt_about_jetpack_compose_state_management/) -- [LMP_CONN_TIMEOUT ( status code 34(0x22))](https://www.reddit.com/r/androiddev/comments/176a983/lmp_conn_timeout_status_code_340x22/) -- [Is there anything like "certifed by Google to publish on 3rd party store" in Android ecosystem?](https://www.reddit.com/r/androiddev/comments/1764wrg/is_there_anything_like_certifed_by_google_to/) ### *InfoWorld posts* From bda768051c85d3749cf77b3f8b9871cf9bd40fd1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 16 Oct 2023 01:24:50 +0000 Subject: [PATCH 0687/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29ad917e33..50a701ba44 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Codegen script for parsing API into Retrofit classes](https://www.reddit.com/r/androiddev/comments/178smza/codegen_script_for_parsing_api_into_retrofit/) +- [Do you think this will increase the adoption of Koin?](https://www.reddit.com/r/androiddev/comments/178jyde/do_you_think_this_will_increase_the_adoption_of/) +- [New data safety form (7 december)](https://www.reddit.com/r/androiddev/comments/178fmtu/new_data_safety_form_7_december/) - [Linear acceleration and Gyroscope values behaving strangely.](https://www.reddit.com/r/androiddev/comments/177uxej/linear_acceleration_and_gyroscope_values_behaving/) - [BTLE workings](https://www.reddit.com/r/androiddev/comments/177o55q/btle_workings/) - [Clarifying Google's 15% Service Fee: Seeking Guidance for Multiple Developer Accounts](https://www.reddit.com/r/androiddev/comments/177l7hl/clarifying_googles_15_service_fee_seeking/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Android Bootcamps](https://www.reddit.com/r/androiddev/comments/177gw9d/android_bootcamps/) - [Community Discord Server for JetpackCompose](https://www.reddit.com/r/androiddev/comments/1775y9s/community_discord_server_for_jetpackcompose/) - [Where Can I Collaborate on Open Source Android Projects as a Beginner?](https://www.reddit.com/r/androiddev/comments/1774z83/where_can_i_collaborate_on_open_source_android/) -- [What are some android apps i should make to make my resume stand out ?](https://www.reddit.com/r/androiddev/comments/176yx1s/what_are_some_android_apps_i_should_make_to_make/) -- [Anyone using Firebase? How do you guys handle apps on a global scale](https://www.reddit.com/r/androiddev/comments/176y4c8/anyone_using_firebase_how_do_you_guys_handle_apps/) -- [How does Chalo's tap to pay work?](https://www.reddit.com/r/androiddev/comments/176ud96/how_does_chalos_tap_to_pay_work/) ### *InfoWorld posts* From 66911bc3a7d448ccb3bb0a4ac862a23fa859f3a3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 17 Oct 2023 01:24:27 +0000 Subject: [PATCH 0688/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 50a701ba44..95f29ee631 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Codegen script for parsing API into Retrofit classes](https://www.reddit.com/r/androiddev/comments/178smza/codegen_script_for_parsing_api_into_retrofit/) -- [Do you think this will increase the adoption of Koin?](https://www.reddit.com/r/androiddev/comments/178jyde/do_you_think_this_will_increase_the_adoption_of/) -- [New data safety form (7 december)](https://www.reddit.com/r/androiddev/comments/178fmtu/new_data_safety_form_7_december/) -- [Linear acceleration and Gyroscope values behaving strangely.](https://www.reddit.com/r/androiddev/comments/177uxej/linear_acceleration_and_gyroscope_values_behaving/) -- [BTLE workings](https://www.reddit.com/r/androiddev/comments/177o55q/btle_workings/) -- [Clarifying Google's 15% Service Fee: Seeking Guidance for Multiple Developer Accounts](https://www.reddit.com/r/androiddev/comments/177l7hl/clarifying_googles_15_service_fee_seeking/) -- [Problems faced during iOS integration with KMM module.](https://www.reddit.com/r/androiddev/comments/177l49y/problems_faced_during_ios_integration_with_kmm/) -- [Android Bootcamps](https://www.reddit.com/r/androiddev/comments/177gw9d/android_bootcamps/) -- [Community Discord Server for JetpackCompose](https://www.reddit.com/r/androiddev/comments/1775y9s/community_discord_server_for_jetpackcompose/) -- [Where Can I Collaborate on Open Source Android Projects as a Beginner?](https://www.reddit.com/r/androiddev/comments/1774z83/where_can_i_collaborate_on_open_source_android/) +- [So Who Are You Stalker](https://www.reddit.com/r/androiddev/comments/179jdzq/so_who_are_you_stalker/) +- [Hello friends, I am the guy who asked you for advice a couple of months ago, now I want to present this app that I made and I would like to explain the details of how I did it in a next post. Ask me whatever you want! Greetings From Mexico City!](https://www.reddit.com/r/androiddev/comments/179iss5/hello_friends_i_am_the_guy_who_asked_you_for/) +- [Is there a good base project that follows MVVM and clean architecture?](https://www.reddit.com/r/androiddev/comments/179htqu/is_there_a_good_base_project_that_follows_mvvm/) +- [Android Studio settings for offline work at computer labs](https://www.reddit.com/r/androiddev/comments/179gs2x/android_studio_settings_for_offline_work_at/) +- [Is a vendor's custom OS like OneUI or OxygenOS basically just an overlay on top of the AOSP?](https://www.reddit.com/r/androiddev/comments/179fo2o/is_a_vendors_custom_os_like_oneui_or_oxygenos/) +- [Demo: Android 14 Clipboard Manager Data Leak Security Issue](https://www.reddit.com/r/androiddev/comments/179f3vb/demo_android_14_clipboard_manager_data_leak/) +- [AndroidX moving to minSdkVersion 19](https://www.reddit.com/r/androiddev/comments/179eiv5/androidx_moving_to_minsdkversion_19/) +- [Just wondering, has anyone of you received the Google Play Developer Settlement Payment yet ?](https://www.reddit.com/r/androiddev/comments/179ayoh/just_wondering_has_anyone_of_you_received_the/) +- [Pixel 4 XL Manual Change FPS](https://www.reddit.com/r/androiddev/comments/1797wjk/pixel_4_xl_manual_change_fps/) +- [Weekly Who's Hiring Thread - October 16, 2023](https://www.reddit.com/r/androiddev/comments/1795fai/weekly_whos_hiring_thread_october_16_2023/) ### *InfoWorld posts* From a01017e828fd417fdb4cb2aa2d79735be3d02fe2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 18 Oct 2023 01:24:16 +0000 Subject: [PATCH 0689/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95f29ee631..6678c03c4c 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [So Who Are You Stalker](https://www.reddit.com/r/androiddev/comments/179jdzq/so_who_are_you_stalker/) +- [Android Studio Hedgehog | 2023.1.1 RC 1 now available](https://www.reddit.com/r/androiddev/comments/17abcz5/android_studio_hedgehog_202311_rc_1_now_available/) +- [Lamps lights in Android Studio with Kotlin A Step by Step Tutorial](https://www.reddit.com/r/androiddev/comments/17a7n1j/lamps_lights_in_android_studio_with_kotlin_a_step/) +- [I find this Kotlin code quite unreadable](https://www.reddit.com/r/androiddev/comments/179ym61/i_find_this_kotlin_code_quite_unreadable/) - [Hello friends, I am the guy who asked you for advice a couple of months ago, now I want to present this app that I made and I would like to explain the details of how I did it in a next post. Ask me whatever you want! Greetings From Mexico City!](https://www.reddit.com/r/androiddev/comments/179iss5/hello_friends_i_am_the_guy_who_asked_you_for/) - [Is there a good base project that follows MVVM and clean architecture?](https://www.reddit.com/r/androiddev/comments/179htqu/is_there_a_good_base_project_that_follows_mvvm/) - [Android Studio settings for offline work at computer labs](https://www.reddit.com/r/androiddev/comments/179gs2x/android_studio_settings_for_offline_work_at/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Demo: Android 14 Clipboard Manager Data Leak Security Issue](https://www.reddit.com/r/androiddev/comments/179f3vb/demo_android_14_clipboard_manager_data_leak/) - [AndroidX moving to minSdkVersion 19](https://www.reddit.com/r/androiddev/comments/179eiv5/androidx_moving_to_minsdkversion_19/) - [Just wondering, has anyone of you received the Google Play Developer Settlement Payment yet ?](https://www.reddit.com/r/androiddev/comments/179ayoh/just_wondering_has_anyone_of_you_received_the/) -- [Pixel 4 XL Manual Change FPS](https://www.reddit.com/r/androiddev/comments/1797wjk/pixel_4_xl_manual_change_fps/) -- [Weekly Who's Hiring Thread - October 16, 2023](https://www.reddit.com/r/androiddev/comments/1795fai/weekly_whos_hiring_thread_october_16_2023/) ### *InfoWorld posts* From 2b65da90b2f2e66c17d6765859c7363bbcc4e660 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 19 Oct 2023 01:23:54 +0000 Subject: [PATCH 0690/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6678c03c4c..96db733158 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Why is a single-activity app more problematic for the Binder transaction buffer?](https://www.reddit.com/r/androiddev/comments/17b4eb8/why_is_a_singleactivity_app_more_problematic_for/) +- [How does your team handle bug tracking and resolution?](https://www.reddit.com/r/androiddev/comments/17ayqch/how_does_your_team_handle_bug_tracking_and/) +- [Linking Tips and Insights for Android Native Libraries](https://www.reddit.com/r/androiddev/comments/17awvft/linking_tips_and_insights_for_android_native/) +- [Finally, private project released](https://www.reddit.com/r/androiddev/comments/17arazq/finally_private_project_released/) +- [Question: What's your preferred means of distributing test builds?](https://www.reddit.com/r/androiddev/comments/17amd2g/question_whats_your_preferred_means_of/) +- [Are there actually any guidelines on how to pass data between ViewModels?](https://www.reddit.com/r/androiddev/comments/17alr8x/are_there_actually_any_guidelines_on_how_to_pass/) - [Android Studio Hedgehog | 2023.1.1 RC 1 now available](https://www.reddit.com/r/androiddev/comments/17abcz5/android_studio_hedgehog_202311_rc_1_now_available/) -- [Lamps lights in Android Studio with Kotlin A Step by Step Tutorial](https://www.reddit.com/r/androiddev/comments/17a7n1j/lamps_lights_in_android_studio_with_kotlin_a_step/) - [I find this Kotlin code quite unreadable](https://www.reddit.com/r/androiddev/comments/179ym61/i_find_this_kotlin_code_quite_unreadable/) - [Hello friends, I am the guy who asked you for advice a couple of months ago, now I want to present this app that I made and I would like to explain the details of how I did it in a next post. Ask me whatever you want! Greetings From Mexico City!](https://www.reddit.com/r/androiddev/comments/179iss5/hello_friends_i_am_the_guy_who_asked_you_for/) - [Is there a good base project that follows MVVM and clean architecture?](https://www.reddit.com/r/androiddev/comments/179htqu/is_there_a_good_base_project_that_follows_mvvm/) -- [Android Studio settings for offline work at computer labs](https://www.reddit.com/r/androiddev/comments/179gs2x/android_studio_settings_for_offline_work_at/) -- [Is a vendor's custom OS like OneUI or OxygenOS basically just an overlay on top of the AOSP?](https://www.reddit.com/r/androiddev/comments/179fo2o/is_a_vendors_custom_os_like_oneui_or_oxygenos/) -- [Demo: Android 14 Clipboard Manager Data Leak Security Issue](https://www.reddit.com/r/androiddev/comments/179f3vb/demo_android_14_clipboard_manager_data_leak/) -- [AndroidX moving to minSdkVersion 19](https://www.reddit.com/r/androiddev/comments/179eiv5/androidx_moving_to_minsdkversion_19/) -- [Just wondering, has anyone of you received the Google Play Developer Settlement Payment yet ?](https://www.reddit.com/r/androiddev/comments/179ayoh/just_wondering_has_anyone_of_you_received_the/) ### *InfoWorld posts* From 93a8ca1cc7e768572f1029c044ed3e2a6f3e9a98 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 20 Oct 2023 01:23:54 +0000 Subject: [PATCH 0691/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 96db733158..7bc033f1ff 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Studio Iguana | 2023.2.1 Canary 9 now available](https://www.reddit.com/r/androiddev/comments/17byrpu/android_studio_iguana_202321_canary_9_now/) +- [Discard Release from "Publishing overview"](https://www.reddit.com/r/androiddev/comments/17bs8j3/discard_release_from_publishing_overview/) +- [Android Studio Iguana | 2023.2.1 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/17bp93q/android_studio_iguana_202321_canary_8_now/) +- [I'm interested to see how many developers are still using the Java language for Android apps](https://www.reddit.com/r/androiddev/comments/17bnz34/im_interested_to_see_how_many_developers_are/) +- [What’s new in Jetpack Benchmark 1.2.0](https://www.reddit.com/r/androiddev/comments/17bnr77/whats_new_in_jetpack_benchmark_120/) +- [Google Play Licensing test accounts not working October 2023](https://www.reddit.com/r/androiddev/comments/17bg7on/google_play_licensing_test_accounts_not_working/) +- [📦 Sealed Classes: An Alternative Approach To The Visitor Pattern In Kotlin And Java 21](https://www.reddit.com/r/androiddev/comments/17bfsfe/sealed_classes_an_alternative_approach_to_the/) +- [What is your debugging process, in solving "Excessive frozen frames"](https://www.reddit.com/r/androiddev/comments/17b8nj6/what_is_your_debugging_process_in_solving/) - [Why is a single-activity app more problematic for the Binder transaction buffer?](https://www.reddit.com/r/androiddev/comments/17b4eb8/why_is_a_singleactivity_app_more_problematic_for/) - [How does your team handle bug tracking and resolution?](https://www.reddit.com/r/androiddev/comments/17ayqch/how_does_your_team_handle_bug_tracking_and/) -- [Linking Tips and Insights for Android Native Libraries](https://www.reddit.com/r/androiddev/comments/17awvft/linking_tips_and_insights_for_android_native/) -- [Finally, private project released](https://www.reddit.com/r/androiddev/comments/17arazq/finally_private_project_released/) -- [Question: What's your preferred means of distributing test builds?](https://www.reddit.com/r/androiddev/comments/17amd2g/question_whats_your_preferred_means_of/) -- [Are there actually any guidelines on how to pass data between ViewModels?](https://www.reddit.com/r/androiddev/comments/17alr8x/are_there_actually_any_guidelines_on_how_to_pass/) -- [Android Studio Hedgehog | 2023.1.1 RC 1 now available](https://www.reddit.com/r/androiddev/comments/17abcz5/android_studio_hedgehog_202311_rc_1_now_available/) -- [I find this Kotlin code quite unreadable](https://www.reddit.com/r/androiddev/comments/179ym61/i_find_this_kotlin_code_quite_unreadable/) -- [Hello friends, I am the guy who asked you for advice a couple of months ago, now I want to present this app that I made and I would like to explain the details of how I did it in a next post. Ask me whatever you want! Greetings From Mexico City!](https://www.reddit.com/r/androiddev/comments/179iss5/hello_friends_i_am_the_guy_who_asked_you_for/) -- [Is there a good base project that follows MVVM and clean architecture?](https://www.reddit.com/r/androiddev/comments/179htqu/is_there_a_good_base_project_that_follows_mvvm/) ### *InfoWorld posts* From 7cd12e19b0c77140901eea951f2d6b69aad4456e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 21 Oct 2023 01:22:19 +0000 Subject: [PATCH 0692/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7bc033f1ff..8b6a48b50e 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Roman Elizarov (Kotlin lead) is leaving JetBrains](https://www.reddit.com/r/androiddev/comments/17ci8ka/roman_elizarov_kotlin_lead_is_leaving_jetbrains/) +- [Interaction Latency: Square's User-Centric Mobile Performance Metric](https://www.reddit.com/r/androiddev/comments/17c1854/interaction_latency_squares_usercentric_mobile/) +- [Method for altering voice packets transmitted during a telephone conversation to the receiving end.](https://www.reddit.com/r/androiddev/comments/17bzogg/method_for_altering_voice_packets_transmitted/) - [Android Studio Iguana | 2023.2.1 Canary 9 now available](https://www.reddit.com/r/androiddev/comments/17byrpu/android_studio_iguana_202321_canary_9_now/) - [Discard Release from "Publishing overview"](https://www.reddit.com/r/androiddev/comments/17bs8j3/discard_release_from_publishing_overview/) - [Android Studio Iguana | 2023.2.1 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/17bp93q/android_studio_iguana_202321_canary_8_now/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [What’s new in Jetpack Benchmark 1.2.0](https://www.reddit.com/r/androiddev/comments/17bnr77/whats_new_in_jetpack_benchmark_120/) - [Google Play Licensing test accounts not working October 2023](https://www.reddit.com/r/androiddev/comments/17bg7on/google_play_licensing_test_accounts_not_working/) - [📦 Sealed Classes: An Alternative Approach To The Visitor Pattern In Kotlin And Java 21](https://www.reddit.com/r/androiddev/comments/17bfsfe/sealed_classes_an_alternative_approach_to_the/) -- [What is your debugging process, in solving "Excessive frozen frames"](https://www.reddit.com/r/androiddev/comments/17b8nj6/what_is_your_debugging_process_in_solving/) -- [Why is a single-activity app more problematic for the Binder transaction buffer?](https://www.reddit.com/r/androiddev/comments/17b4eb8/why_is_a_singleactivity_app_more_problematic_for/) -- [How does your team handle bug tracking and resolution?](https://www.reddit.com/r/androiddev/comments/17ayqch/how_does_your_team_handle_bug_tracking_and/) ### *InfoWorld posts* From f9eebee482b12b6d928c08e7c977a42a4138443b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 22 Oct 2023 01:26:50 +0000 Subject: [PATCH 0693/1422] Updated with the latest blog posts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b6a48b50e..5531198aa6 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,8 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Manual Testing still there](https://www.reddit.com/r/androiddev/comments/17dd9i8/manual_testing_still_there/) +- [Lagging problem in API 34](https://www.reddit.com/r/androiddev/comments/17d057n/lagging_problem_in_api_34/) - [Roman Elizarov (Kotlin lead) is leaving JetBrains](https://www.reddit.com/r/androiddev/comments/17ci8ka/roman_elizarov_kotlin_lead_is_leaving_jetbrains/) - [Interaction Latency: Square's User-Centric Mobile Performance Metric](https://www.reddit.com/r/androiddev/comments/17c1854/interaction_latency_squares_usercentric_mobile/) - [Method for altering voice packets transmitted during a telephone conversation to the receiving end.](https://www.reddit.com/r/androiddev/comments/17bzogg/method_for_altering_voice_packets_transmitted/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Android Studio Iguana | 2023.2.1 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/17bp93q/android_studio_iguana_202321_canary_8_now/) - [I'm interested to see how many developers are still using the Java language for Android apps](https://www.reddit.com/r/androiddev/comments/17bnz34/im_interested_to_see_how_many_developers_are/) - [What’s new in Jetpack Benchmark 1.2.0](https://www.reddit.com/r/androiddev/comments/17bnr77/whats_new_in_jetpack_benchmark_120/) -- [Google Play Licensing test accounts not working October 2023](https://www.reddit.com/r/androiddev/comments/17bg7on/google_play_licensing_test_accounts_not_working/) -- [📦 Sealed Classes: An Alternative Approach To The Visitor Pattern In Kotlin And Java 21](https://www.reddit.com/r/androiddev/comments/17bfsfe/sealed_classes_an_alternative_approach_to_the/) ### *InfoWorld posts* From a6603710d4f2fb91c149006a29ef38be965afe44 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 23 Oct 2023 01:24:17 +0000 Subject: [PATCH 0694/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5531198aa6..8bf2b3f25e 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [The painless way to handle release notes](https://www.reddit.com/r/androiddev/comments/17e2mjj/the_painless_way_to_handle_release_notes/) +- [Gradle could have been easier](https://www.reddit.com/r/androiddev/comments/17doc1b/gradle_could_have_been_easier/) +- [A crucial function in ViewGroup for customizing, can also be a trap if ignored.](https://www.reddit.com/r/androiddev/comments/17dnacp/a_crucial_function_in_viewgroup_for_customizing/) - [Manual Testing still there](https://www.reddit.com/r/androiddev/comments/17dd9i8/manual_testing_still_there/) - [Lagging problem in API 34](https://www.reddit.com/r/androiddev/comments/17d057n/lagging_problem_in_api_34/) - [Roman Elizarov (Kotlin lead) is leaving JetBrains](https://www.reddit.com/r/androiddev/comments/17ci8ka/roman_elizarov_kotlin_lead_is_leaving_jetbrains/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Method for altering voice packets transmitted during a telephone conversation to the receiving end.](https://www.reddit.com/r/androiddev/comments/17bzogg/method_for_altering_voice_packets_transmitted/) - [Android Studio Iguana | 2023.2.1 Canary 9 now available](https://www.reddit.com/r/androiddev/comments/17byrpu/android_studio_iguana_202321_canary_9_now/) - [Discard Release from "Publishing overview"](https://www.reddit.com/r/androiddev/comments/17bs8j3/discard_release_from_publishing_overview/) -- [Android Studio Iguana | 2023.2.1 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/17bp93q/android_studio_iguana_202321_canary_8_now/) -- [I'm interested to see how many developers are still using the Java language for Android apps](https://www.reddit.com/r/androiddev/comments/17bnz34/im_interested_to_see_how_many_developers_are/) -- [What’s new in Jetpack Benchmark 1.2.0](https://www.reddit.com/r/androiddev/comments/17bnr77/whats_new_in_jetpack_benchmark_120/) ### *InfoWorld posts* From 4e464d86c8d0d780c5db349bfa28ef26e4ed3a18 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 24 Oct 2023 01:23:44 +0000 Subject: [PATCH 0695/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8bf2b3f25e..09b1057c49 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Studio Iguana | 2023.2.1 Canary 10 now available](https://www.reddit.com/r/androiddev/comments/17euxic/android_studio_iguana_202321_canary_10_now/) +- [Monetising apps, and international tax? Difficult on Google Play?](https://www.reddit.com/r/androiddev/comments/17emhw7/monetising_apps_and_international_tax_difficult/) +- [Weekly Who's Hiring Thread - October 23, 2023](https://www.reddit.com/r/androiddev/comments/17ejtj9/weekly_whos_hiring_thread_october_23_2023/) +- [Weekly discussion, code review, and feedback thread - October 23, 2023](https://www.reddit.com/r/androiddev/comments/17einon/weekly_discussion_code_review_and_feedback_thread/) +- [Record the audio playback of a specific App](https://www.reddit.com/r/androiddev/comments/17egwn6/record_the_audio_playback_of_a_specific_app/) +- [Google Ads change on 31 October](https://www.reddit.com/r/androiddev/comments/17efbzp/google_ads_change_on_31_october/) +- [Android Fragmentation state. What Google did to fix it](https://www.reddit.com/r/androiddev/comments/17ee3k4/android_fragmentation_state_what_google_did_to/) +- [Unique identifiers for Android devices](https://www.reddit.com/r/androiddev/comments/17edxok/unique_identifiers_for_android_devices/) - [The painless way to handle release notes](https://www.reddit.com/r/androiddev/comments/17e2mjj/the_painless_way_to_handle_release_notes/) - [Gradle could have been easier](https://www.reddit.com/r/androiddev/comments/17doc1b/gradle_could_have_been_easier/) -- [A crucial function in ViewGroup for customizing, can also be a trap if ignored.](https://www.reddit.com/r/androiddev/comments/17dnacp/a_crucial_function_in_viewgroup_for_customizing/) -- [Manual Testing still there](https://www.reddit.com/r/androiddev/comments/17dd9i8/manual_testing_still_there/) -- [Lagging problem in API 34](https://www.reddit.com/r/androiddev/comments/17d057n/lagging_problem_in_api_34/) -- [Roman Elizarov (Kotlin lead) is leaving JetBrains](https://www.reddit.com/r/androiddev/comments/17ci8ka/roman_elizarov_kotlin_lead_is_leaving_jetbrains/) -- [Interaction Latency: Square's User-Centric Mobile Performance Metric](https://www.reddit.com/r/androiddev/comments/17c1854/interaction_latency_squares_usercentric_mobile/) -- [Method for altering voice packets transmitted during a telephone conversation to the receiving end.](https://www.reddit.com/r/androiddev/comments/17bzogg/method_for_altering_voice_packets_transmitted/) -- [Android Studio Iguana | 2023.2.1 Canary 9 now available](https://www.reddit.com/r/androiddev/comments/17byrpu/android_studio_iguana_202321_canary_9_now/) -- [Discard Release from "Publishing overview"](https://www.reddit.com/r/androiddev/comments/17bs8j3/discard_release_from_publishing_overview/) ### *InfoWorld posts* From ada0b758fe582c44e19ef0872bed98188ffd9061 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 25 Oct 2023 01:23:47 +0000 Subject: [PATCH 0696/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 09b1057c49..f7118d26ac 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Studio Iguana | 2023.2.1 Canary 10 now available](https://www.reddit.com/r/androiddev/comments/17euxic/android_studio_iguana_202321_canary_10_now/) -- [Monetising apps, and international tax? Difficult on Google Play?](https://www.reddit.com/r/androiddev/comments/17emhw7/monetising_apps_and_international_tax_difficult/) -- [Weekly Who's Hiring Thread - October 23, 2023](https://www.reddit.com/r/androiddev/comments/17ejtj9/weekly_whos_hiring_thread_october_23_2023/) -- [Weekly discussion, code review, and feedback thread - October 23, 2023](https://www.reddit.com/r/androiddev/comments/17einon/weekly_discussion_code_review_and_feedback_thread/) -- [Record the audio playback of a specific App](https://www.reddit.com/r/androiddev/comments/17egwn6/record_the_audio_playback_of_a_specific_app/) -- [Google Ads change on 31 October](https://www.reddit.com/r/androiddev/comments/17efbzp/google_ads_change_on_31_october/) -- [Android Fragmentation state. What Google did to fix it](https://www.reddit.com/r/androiddev/comments/17ee3k4/android_fragmentation_state_what_google_did_to/) -- [Unique identifiers for Android devices](https://www.reddit.com/r/androiddev/comments/17edxok/unique_identifiers_for_android_devices/) -- [The painless way to handle release notes](https://www.reddit.com/r/androiddev/comments/17e2mjj/the_painless_way_to_handle_release_notes/) -- [Gradle could have been easier](https://www.reddit.com/r/androiddev/comments/17doc1b/gradle_could_have_been_easier/) +- [Considering Dropping Appodeal: Has Anyone Else Experienced These Issues?](https://www.reddit.com/r/androiddev/comments/17flc7l/considering_dropping_appodeal_has_anyone_else/) +- [Android Studio with Xbox Controller?](https://www.reddit.com/r/androiddev/comments/17figpl/android_studio_with_xbox_controller/) +- [My app is rejected because of violation in subscription policy](https://www.reddit.com/r/androiddev/comments/17fhplj/my_app_is_rejected_because_of_violation_in/) +- [Hilt and Dagger classes shown as not found](https://www.reddit.com/r/androiddev/comments/17fhih1/hilt_and_dagger_classes_shown_as_not_found/) +- [Google verifies my personal proof of identity even though It's an organization account](https://www.reddit.com/r/androiddev/comments/17fg4la/google_verifies_my_personal_proof_of_identity/) +- [Want to release my personal project on play store - to monetize or not?](https://www.reddit.com/r/androiddev/comments/17femqd/want_to_release_my_personal_project_on_play_store/) +- [Android 14 Storage Bug Solution](https://www.reddit.com/r/androiddev/comments/17fbfu4/android_14_storage_bug_solution/) +- [GMS (Google) and HMS (Huawei) in the same binary?](https://www.reddit.com/r/androiddev/comments/17fau16/gms_google_and_hms_huawei_in_the_same_binary/) +- [Which Android Studio plugins do you use?](https://www.reddit.com/r/androiddev/comments/17f8awv/which_android_studio_plugins_do_you_use/) +- [Not a "help me" post - Steps to Interview an app designer.](https://www.reddit.com/r/androiddev/comments/17f2j6b/not_a_help_me_post_steps_to_interview_an_app/) ### *InfoWorld posts* From 03d9dccce5dbe5fb3e4db8d073f52bc28e010177 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 26 Oct 2023 01:22:43 +0000 Subject: [PATCH 0697/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f7118d26ac..2d6b696f14 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Considering Dropping Appodeal: Has Anyone Else Experienced These Issues?](https://www.reddit.com/r/androiddev/comments/17flc7l/considering_dropping_appodeal_has_anyone_else/) -- [Android Studio with Xbox Controller?](https://www.reddit.com/r/androiddev/comments/17figpl/android_studio_with_xbox_controller/) -- [My app is rejected because of violation in subscription policy](https://www.reddit.com/r/androiddev/comments/17fhplj/my_app_is_rejected_because_of_violation_in/) -- [Hilt and Dagger classes shown as not found](https://www.reddit.com/r/androiddev/comments/17fhih1/hilt_and_dagger_classes_shown_as_not_found/) -- [Google verifies my personal proof of identity even though It's an organization account](https://www.reddit.com/r/androiddev/comments/17fg4la/google_verifies_my_personal_proof_of_identity/) -- [Want to release my personal project on play store - to monetize or not?](https://www.reddit.com/r/androiddev/comments/17femqd/want_to_release_my_personal_project_on_play_store/) +- [Watching gradle build gives me depression.](https://www.reddit.com/r/androiddev/comments/17gkrg8/watching_gradle_build_gives_me_depression/) +- [MVI vs MVVM for large project.](https://www.reddit.com/r/androiddev/comments/17gcr9q/mvi_vs_mvvm_for_large_project/) +- [New policy and form for READ_MEDIA_IMAGES and READ_MEDIA_VIDEO](https://www.reddit.com/r/androiddev/comments/17gad8p/new_policy_and_form_for_read_media_images_and/) +- [Kotlin Coroutines vs Threads Performance Benchmark](https://www.reddit.com/r/androiddev/comments/17g9n6x/kotlin_coroutines_vs_threads_performance_benchmark/) - [Android 14 Storage Bug Solution](https://www.reddit.com/r/androiddev/comments/17fbfu4/android_14_storage_bug_solution/) - [GMS (Google) and HMS (Huawei) in the same binary?](https://www.reddit.com/r/androiddev/comments/17fau16/gms_google_and_hms_huawei_in_the_same_binary/) - [Which Android Studio plugins do you use?](https://www.reddit.com/r/androiddev/comments/17f8awv/which_android_studio_plugins_do_you_use/) - [Not a "help me" post - Steps to Interview an app designer.](https://www.reddit.com/r/androiddev/comments/17f2j6b/not_a_help_me_post_steps_to_interview_an_app/) +- [Problem with Camera2 preview and capture being different sizes (user selectable)](https://www.reddit.com/r/androiddev/comments/17f2ejt/problem_with_camera2_preview_and_capture_being/) +- [Android Studio Iguana | 2023.2.1 Canary 10 now available](https://www.reddit.com/r/androiddev/comments/17euxic/android_studio_iguana_202321_canary_10_now/) ### *InfoWorld posts* From 83197662e53ca9ad92ba7103a6e473ea4df2e33f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 27 Oct 2023 01:22:55 +0000 Subject: [PATCH 0698/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2d6b696f14..8af238ed2c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Watching gradle build gives me depression.](https://www.reddit.com/r/androiddev/comments/17gkrg8/watching_gradle_build_gives_me_depression/) -- [MVI vs MVVM for large project.](https://www.reddit.com/r/androiddev/comments/17gcr9q/mvi_vs_mvvm_for_large_project/) -- [New policy and form for READ_MEDIA_IMAGES and READ_MEDIA_VIDEO](https://www.reddit.com/r/androiddev/comments/17gad8p/new_policy_and_form_for_read_media_images_and/) -- [Kotlin Coroutines vs Threads Performance Benchmark](https://www.reddit.com/r/androiddev/comments/17g9n6x/kotlin_coroutines_vs_threads_performance_benchmark/) -- [Android 14 Storage Bug Solution](https://www.reddit.com/r/androiddev/comments/17fbfu4/android_14_storage_bug_solution/) -- [GMS (Google) and HMS (Huawei) in the same binary?](https://www.reddit.com/r/androiddev/comments/17fau16/gms_google_and_hms_huawei_in_the_same_binary/) -- [Which Android Studio plugins do you use?](https://www.reddit.com/r/androiddev/comments/17f8awv/which_android_studio_plugins_do_you_use/) -- [Not a "help me" post - Steps to Interview an app designer.](https://www.reddit.com/r/androiddev/comments/17f2j6b/not_a_help_me_post_steps_to_interview_an_app/) -- [Problem with Camera2 preview and capture being different sizes (user selectable)](https://www.reddit.com/r/androiddev/comments/17f2ejt/problem_with_camera2_preview_and_capture_being/) -- [Android Studio Iguana | 2023.2.1 Canary 10 now available](https://www.reddit.com/r/androiddev/comments/17euxic/android_studio_iguana_202321_canary_10_now/) +- [Android Studio Iguana | 2023.2.1 Canary 11 now available](https://www.reddit.com/r/androiddev/comments/17h7w7x/android_studio_iguana_202321_canary_11_now/) +- [Compose OutlinedTextField and TalkBack](https://www.reddit.com/r/androiddev/comments/17h7ag0/compose_outlinedtextfield_and_talkback/) +- [Should I provide licensing information on google libs for Android?](https://www.reddit.com/r/androiddev/comments/17h4x8q/should_i_provide_licensing_information_on_google/) +- [Simulate Wi-Fi in android emulator](https://www.reddit.com/r/androiddev/comments/17h4scg/simulate_wifi_in_android_emulator/) +- [Espresso 3.5.x instability?](https://www.reddit.com/r/androiddev/comments/17h2xi9/espresso_35x_instability/) +- [Is there an ultra-light webserver for android that can run as a service on a non-rooted tablet?](https://www.reddit.com/r/androiddev/comments/17h14a6/is_there_an_ultralight_webserver_for_android_that/) +- [Has there been a current resolution to the 'Screen Overlay Detected' issue?](https://www.reddit.com/r/androiddev/comments/17gzn31/has_there_been_a_current_resolution_to_the_screen/) +- [Automatically Mirroring Images for RTL Layouts](https://www.reddit.com/r/androiddev/comments/17gtrd2/automatically_mirroring_images_for_rtl_layouts/) +- [Sign in with phone number - why can we not just read the phone number of the device?](https://www.reddit.com/r/androiddev/comments/17gtc0c/sign_in_with_phone_number_why_can_we_not_just/) +- [Play Store and our company dumb delivery way?](https://www.reddit.com/r/androiddev/comments/17grep3/play_store_and_our_company_dumb_delivery_way/) ### *InfoWorld posts* From 9e409f0c16df3078dbea1ecf0b19dbcaaae827c2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 28 Oct 2023 01:22:17 +0000 Subject: [PATCH 0699/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8af238ed2c..537c9e8daa 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Default dark text color in dark mode on the action bar](https://www.reddit.com/r/androiddev/comments/17hjz7r/default_dark_text_color_in_dark_mode_on_the/) +- [Forms for Foreground service permissions are already available.](https://www.reddit.com/r/androiddev/comments/17hj2d2/forms_for_foreground_service_permissions_are/) +- [How to create list sections with animated shapes](https://www.reddit.com/r/androiddev/comments/17hh269/how_to_create_list_sections_with_animated_shapes/) - [Android Studio Iguana | 2023.2.1 Canary 11 now available](https://www.reddit.com/r/androiddev/comments/17h7w7x/android_studio_iguana_202321_canary_11_now/) -- [Compose OutlinedTextField and TalkBack](https://www.reddit.com/r/androiddev/comments/17h7ag0/compose_outlinedtextfield_and_talkback/) - [Should I provide licensing information on google libs for Android?](https://www.reddit.com/r/androiddev/comments/17h4x8q/should_i_provide_licensing_information_on_google/) - [Simulate Wi-Fi in android emulator](https://www.reddit.com/r/androiddev/comments/17h4scg/simulate_wifi_in_android_emulator/) -- [Espresso 3.5.x instability?](https://www.reddit.com/r/androiddev/comments/17h2xi9/espresso_35x_instability/) - [Is there an ultra-light webserver for android that can run as a service on a non-rooted tablet?](https://www.reddit.com/r/androiddev/comments/17h14a6/is_there_an_ultralight_webserver_for_android_that/) - [Has there been a current resolution to the 'Screen Overlay Detected' issue?](https://www.reddit.com/r/androiddev/comments/17gzn31/has_there_been_a_current_resolution_to_the_screen/) - [Automatically Mirroring Images for RTL Layouts](https://www.reddit.com/r/androiddev/comments/17gtrd2/automatically_mirroring_images_for_rtl_layouts/) - [Sign in with phone number - why can we not just read the phone number of the device?](https://www.reddit.com/r/androiddev/comments/17gtc0c/sign_in_with_phone_number_why_can_we_not_just/) -- [Play Store and our company dumb delivery way?](https://www.reddit.com/r/androiddev/comments/17grep3/play_store_and_our_company_dumb_delivery_way/) ### *InfoWorld posts* From 6f1abcaa62770cc5a3a99bf243344c2a4f646cc6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 29 Oct 2023 01:26:14 +0000 Subject: [PATCH 0700/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 537c9e8daa..7ef27254bb 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Introducing Scaler, my own custom Gradle Plugin that applies my most-used tools in my personal Android projects](https://www.reddit.com/r/androiddev/comments/17iodxk/introducing_scaler_my_own_custom_gradle_plugin/) +- [I started studying mobile development 2 years ago. I want to share my results. Several applications for Android and iOS.](https://www.reddit.com/r/androiddev/comments/17idvnn/i_started_studying_mobile_development_2_years_ago/) +- [Which method Spotify done this behavior ?](https://www.reddit.com/r/androiddev/comments/17idsfz/which_method_spotify_done_this_behavior/) +- [iOS Dev wants to try Android dev](https://www.reddit.com/r/androiddev/comments/17ibim4/ios_dev_wants_to_try_android_dev/) - [Default dark text color in dark mode on the action bar](https://www.reddit.com/r/androiddev/comments/17hjz7r/default_dark_text_color_in_dark_mode_on_the/) - [Forms for Foreground service permissions are already available.](https://www.reddit.com/r/androiddev/comments/17hj2d2/forms_for_foreground_service_permissions_are/) - [How to create list sections with animated shapes](https://www.reddit.com/r/androiddev/comments/17hh269/how_to_create_list_sections_with_animated_shapes/) - [Android Studio Iguana | 2023.2.1 Canary 11 now available](https://www.reddit.com/r/androiddev/comments/17h7w7x/android_studio_iguana_202321_canary_11_now/) - [Should I provide licensing information on google libs for Android?](https://www.reddit.com/r/androiddev/comments/17h4x8q/should_i_provide_licensing_information_on_google/) - [Simulate Wi-Fi in android emulator](https://www.reddit.com/r/androiddev/comments/17h4scg/simulate_wifi_in_android_emulator/) -- [Is there an ultra-light webserver for android that can run as a service on a non-rooted tablet?](https://www.reddit.com/r/androiddev/comments/17h14a6/is_there_an_ultralight_webserver_for_android_that/) -- [Has there been a current resolution to the 'Screen Overlay Detected' issue?](https://www.reddit.com/r/androiddev/comments/17gzn31/has_there_been_a_current_resolution_to_the_screen/) -- [Automatically Mirroring Images for RTL Layouts](https://www.reddit.com/r/androiddev/comments/17gtrd2/automatically_mirroring_images_for_rtl_layouts/) -- [Sign in with phone number - why can we not just read the phone number of the device?](https://www.reddit.com/r/androiddev/comments/17gtc0c/sign_in_with_phone_number_why_can_we_not_just/) ### *InfoWorld posts* From 9641fd75b763c7a99dec91b35b4958dd84a18c22 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 30 Oct 2023 01:24:21 +0000 Subject: [PATCH 0701/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ef27254bb..435792d830 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [API 33 requirement](https://www.reddit.com/r/androiddev/comments/17jc1ui/api_33_requirement/) +- [Google Play Games defaults user privacy settings to hidden when creating a new account thus "shadow banning" them from leaderboards](https://www.reddit.com/r/androiddev/comments/17j00ci/google_play_games_defaults_user_privacy_settings/) +- [How can you replicate a bug seen when installing an app via App Bundle from the Google Play store?](https://www.reddit.com/r/androiddev/comments/17iz9iy/how_can_you_replicate_a_bug_seen_when_installing/) - [Introducing Scaler, my own custom Gradle Plugin that applies my most-used tools in my personal Android projects](https://www.reddit.com/r/androiddev/comments/17iodxk/introducing_scaler_my_own_custom_gradle_plugin/) -- [I started studying mobile development 2 years ago. I want to share my results. Several applications for Android and iOS.](https://www.reddit.com/r/androiddev/comments/17idvnn/i_started_studying_mobile_development_2_years_ago/) - [Which method Spotify done this behavior ?](https://www.reddit.com/r/androiddev/comments/17idsfz/which_method_spotify_done_this_behavior/) - [iOS Dev wants to try Android dev](https://www.reddit.com/r/androiddev/comments/17ibim4/ios_dev_wants_to_try_android_dev/) - [Default dark text color in dark mode on the action bar](https://www.reddit.com/r/androiddev/comments/17hjz7r/default_dark_text_color_in_dark_mode_on_the/) - [Forms for Foreground service permissions are already available.](https://www.reddit.com/r/androiddev/comments/17hj2d2/forms_for_foreground_service_permissions_are/) - [How to create list sections with animated shapes](https://www.reddit.com/r/androiddev/comments/17hh269/how_to_create_list_sections_with_animated_shapes/) - [Android Studio Iguana | 2023.2.1 Canary 11 now available](https://www.reddit.com/r/androiddev/comments/17h7w7x/android_studio_iguana_202321_canary_11_now/) -- [Should I provide licensing information on google libs for Android?](https://www.reddit.com/r/androiddev/comments/17h4x8q/should_i_provide_licensing_information_on_google/) -- [Simulate Wi-Fi in android emulator](https://www.reddit.com/r/androiddev/comments/17h4scg/simulate_wifi_in_android_emulator/) ### *InfoWorld posts* From 96b9df38b858881798f89d982ea8b3cc4036ffec Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 31 Oct 2023 01:24:26 +0000 Subject: [PATCH 0702/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 435792d830..5951a4b664 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android and RISC-V: What you need to know to be ready](https://www.reddit.com/r/androiddev/comments/17jz4i4/android_and_riscv_what_you_need_to_know_to_be/) +- [Introducing 💠 Haze, a glass-like blur modifier for Compose (Jetpack & Multiplatform)](https://www.reddit.com/r/androiddev/comments/17jxx31/introducing_haze_a_glasslike_blur_modifier_for/) +- [Weekly Who's Hiring Thread - October 30, 2023](https://www.reddit.com/r/androiddev/comments/17ju23s/weekly_whos_hiring_thread_october_30_2023/) +- [Weekly discussion, code review, and feedback thread - October 30, 2023](https://www.reddit.com/r/androiddev/comments/17jsuc8/weekly_discussion_code_review_and_feedback_thread/) - [API 33 requirement](https://www.reddit.com/r/androiddev/comments/17jc1ui/api_33_requirement/) - [Google Play Games defaults user privacy settings to hidden when creating a new account thus "shadow banning" them from leaderboards](https://www.reddit.com/r/androiddev/comments/17j00ci/google_play_games_defaults_user_privacy_settings/) - [How can you replicate a bug seen when installing an app via App Bundle from the Google Play store?](https://www.reddit.com/r/androiddev/comments/17iz9iy/how_can_you_replicate_a_bug_seen_when_installing/) - [Introducing Scaler, my own custom Gradle Plugin that applies my most-used tools in my personal Android projects](https://www.reddit.com/r/androiddev/comments/17iodxk/introducing_scaler_my_own_custom_gradle_plugin/) -- [Which method Spotify done this behavior ?](https://www.reddit.com/r/androiddev/comments/17idsfz/which_method_spotify_done_this_behavior/) -- [iOS Dev wants to try Android dev](https://www.reddit.com/r/androiddev/comments/17ibim4/ios_dev_wants_to_try_android_dev/) - [Default dark text color in dark mode on the action bar](https://www.reddit.com/r/androiddev/comments/17hjz7r/default_dark_text_color_in_dark_mode_on_the/) - [Forms for Foreground service permissions are already available.](https://www.reddit.com/r/androiddev/comments/17hj2d2/forms_for_foreground_service_permissions_are/) -- [How to create list sections with animated shapes](https://www.reddit.com/r/androiddev/comments/17hh269/how_to_create_list_sections_with_animated_shapes/) -- [Android Studio Iguana | 2023.2.1 Canary 11 now available](https://www.reddit.com/r/androiddev/comments/17h7w7x/android_studio_iguana_202321_canary_11_now/) ### *InfoWorld posts* From 0c8bfbae08a26eb90c7a8f58b693d36f5b2b96f4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 1 Nov 2023 01:26:53 +0000 Subject: [PATCH 0703/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5951a4b664..ebac3bf82c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [What happens if the Android app is submitted for review today and may not be approved by tomorrow. Is it still a violation and that app can't be updated in the future?](https://www.reddit.com/r/androiddev/comments/17knbgt/what_happens_if_the_android_app_is_submitted_for/) +- [So finally we can contact Google via phone call in case of account termination?](https://www.reddit.com/r/androiddev/comments/17kmy6o/so_finally_we_can_contact_google_via_phone_call/) +- [Does RX Java an old technology in android world?](https://www.reddit.com/r/androiddev/comments/17kkp5i/does_rx_java_an_old_technology_in_android_world/) +- [A wrapper library over NewPipeExtractor](https://www.reddit.com/r/androiddev/comments/17kihwk/a_wrapper_library_over_newpipeextractor/) +- [Kotlin Coroutines vs Threads Memory Benchmark](https://www.reddit.com/r/androiddev/comments/17kg96t/kotlin_coroutines_vs_threads_memory_benchmark/) +- [Solution to Manual Testing](https://www.reddit.com/r/androiddev/comments/17keym1/solution_to_manual_testing/) - [Android and RISC-V: What you need to know to be ready](https://www.reddit.com/r/androiddev/comments/17jz4i4/android_and_riscv_what_you_need_to_know_to_be/) - [Introducing 💠 Haze, a glass-like blur modifier for Compose (Jetpack & Multiplatform)](https://www.reddit.com/r/androiddev/comments/17jxx31/introducing_haze_a_glasslike_blur_modifier_for/) - [Weekly Who's Hiring Thread - October 30, 2023](https://www.reddit.com/r/androiddev/comments/17ju23s/weekly_whos_hiring_thread_october_30_2023/) - [Weekly discussion, code review, and feedback thread - October 30, 2023](https://www.reddit.com/r/androiddev/comments/17jsuc8/weekly_discussion_code_review_and_feedback_thread/) -- [API 33 requirement](https://www.reddit.com/r/androiddev/comments/17jc1ui/api_33_requirement/) -- [Google Play Games defaults user privacy settings to hidden when creating a new account thus "shadow banning" them from leaderboards](https://www.reddit.com/r/androiddev/comments/17j00ci/google_play_games_defaults_user_privacy_settings/) -- [How can you replicate a bug seen when installing an app via App Bundle from the Google Play store?](https://www.reddit.com/r/androiddev/comments/17iz9iy/how_can_you_replicate_a_bug_seen_when_installing/) -- [Introducing Scaler, my own custom Gradle Plugin that applies my most-used tools in my personal Android projects](https://www.reddit.com/r/androiddev/comments/17iodxk/introducing_scaler_my_own_custom_gradle_plugin/) -- [Default dark text color in dark mode on the action bar](https://www.reddit.com/r/androiddev/comments/17hjz7r/default_dark_text_color_in_dark_mode_on_the/) -- [Forms for Foreground service permissions are already available.](https://www.reddit.com/r/androiddev/comments/17hj2d2/forms_for_foreground_service_permissions_are/) ### *InfoWorld posts* From 54be7309bf350638093710a5a5c47c002fe1da5d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 2 Nov 2023 01:23:54 +0000 Subject: [PATCH 0704/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ebac3bf82c..3a08f8f29b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Hilt 1.1.0 released, KSP support](https://www.reddit.com/r/androiddev/comments/17lkpvg/hilt_110_released_ksp_support/) +- [What's new in Kotlin 1.9.20](https://www.reddit.com/r/androiddev/comments/17lkjq6/whats_new_in_kotlin_1920/) +- [how to fix the laggy compose animations (even after the release apk)?](https://www.reddit.com/r/androiddev/comments/17lfai5/how_to_fix_the_laggy_compose_animations_even/) +- [Survey: Survey: Ethical Considerations in Software Development](https://www.reddit.com/r/androiddev/comments/17lah8m/survey_survey_ethical_considerations_in_software/) +- [How to Use Render Effects in Jetpack Compose for Stunning Visuals](https://www.reddit.com/r/androiddev/comments/17l97a6/how_to_use_render_effects_in_jetpack_compose_for/) +- [Policy team is making me remove one of the most important features of my app](https://www.reddit.com/r/androiddev/comments/17l7ep1/policy_team_is_making_me_remove_one_of_the_most/) +- [Android Studio Hedgehog | 2023.1.1 RC 2 now available](https://www.reddit.com/r/androiddev/comments/17l4oyd/android_studio_hedgehog_202311_rc_2_now_available/) +- [When will the support for cordova end?](https://www.reddit.com/r/androiddev/comments/17l477q/when_will_the_support_for_cordova_end/) - [What happens if the Android app is submitted for review today and may not be approved by tomorrow. Is it still a violation and that app can't be updated in the future?](https://www.reddit.com/r/androiddev/comments/17knbgt/what_happens_if_the_android_app_is_submitted_for/) - [So finally we can contact Google via phone call in case of account termination?](https://www.reddit.com/r/androiddev/comments/17kmy6o/so_finally_we_can_contact_google_via_phone_call/) -- [Does RX Java an old technology in android world?](https://www.reddit.com/r/androiddev/comments/17kkp5i/does_rx_java_an_old_technology_in_android_world/) -- [A wrapper library over NewPipeExtractor](https://www.reddit.com/r/androiddev/comments/17kihwk/a_wrapper_library_over_newpipeextractor/) -- [Kotlin Coroutines vs Threads Memory Benchmark](https://www.reddit.com/r/androiddev/comments/17kg96t/kotlin_coroutines_vs_threads_memory_benchmark/) -- [Solution to Manual Testing](https://www.reddit.com/r/androiddev/comments/17keym1/solution_to_manual_testing/) -- [Android and RISC-V: What you need to know to be ready](https://www.reddit.com/r/androiddev/comments/17jz4i4/android_and_riscv_what_you_need_to_know_to_be/) -- [Introducing 💠 Haze, a glass-like blur modifier for Compose (Jetpack & Multiplatform)](https://www.reddit.com/r/androiddev/comments/17jxx31/introducing_haze_a_glasslike_blur_modifier_for/) -- [Weekly Who's Hiring Thread - October 30, 2023](https://www.reddit.com/r/androiddev/comments/17ju23s/weekly_whos_hiring_thread_october_30_2023/) -- [Weekly discussion, code review, and feedback thread - October 30, 2023](https://www.reddit.com/r/androiddev/comments/17jsuc8/weekly_discussion_code_review_and_feedback_thread/) ### *InfoWorld posts* From 211c6cd3abb54bff369028f5c85c8dbb4aac7844 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 3 Nov 2023 01:24:19 +0000 Subject: [PATCH 0705/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3a08f8f29b..7589539563 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Hilt 1.1.0 released, KSP support](https://www.reddit.com/r/androiddev/comments/17lkpvg/hilt_110_released_ksp_support/) -- [What's new in Kotlin 1.9.20](https://www.reddit.com/r/androiddev/comments/17lkjq6/whats_new_in_kotlin_1920/) -- [how to fix the laggy compose animations (even after the release apk)?](https://www.reddit.com/r/androiddev/comments/17lfai5/how_to_fix_the_laggy_compose_animations_even/) -- [Survey: Survey: Ethical Considerations in Software Development](https://www.reddit.com/r/androiddev/comments/17lah8m/survey_survey_ethical_considerations_in_software/) -- [How to Use Render Effects in Jetpack Compose for Stunning Visuals](https://www.reddit.com/r/androiddev/comments/17l97a6/how_to_use_render_effects_in_jetpack_compose_for/) -- [Policy team is making me remove one of the most important features of my app](https://www.reddit.com/r/androiddev/comments/17l7ep1/policy_team_is_making_me_remove_one_of_the_most/) -- [Android Studio Hedgehog | 2023.1.1 RC 2 now available](https://www.reddit.com/r/androiddev/comments/17l4oyd/android_studio_hedgehog_202311_rc_2_now_available/) -- [When will the support for cordova end?](https://www.reddit.com/r/androiddev/comments/17l477q/when_will_the_support_for_cordova_end/) -- [What happens if the Android app is submitted for review today and may not be approved by tomorrow. Is it still a violation and that app can't be updated in the future?](https://www.reddit.com/r/androiddev/comments/17knbgt/what_happens_if_the_android_app_is_submitted_for/) -- [So finally we can contact Google via phone call in case of account termination?](https://www.reddit.com/r/androiddev/comments/17kmy6o/so_finally_we_can_contact_google_via_phone_call/) +- [Anyone actually doing serious work on iOS native as well as Android Native?](https://www.reddit.com/r/androiddev/comments/17mgwef/anyone_actually_doing_serious_work_on_ios_native/) +- [Do you publish your apps to Huawei AppGallery / Samsung Galaxy Store?](https://www.reddit.com/r/androiddev/comments/17mfdfy/do_you_publish_your_apps_to_huawei_appgallery/) +- [Analyzing APK contents](https://www.reddit.com/r/androiddev/comments/17mf1dv/analyzing_apk_contents/) +- [Android Studio Iguana | 2023.2.1 Canary 12 now available](https://www.reddit.com/r/androiddev/comments/17mf1b9/android_studio_iguana_202321_canary_12_now/) +- [Turning My Mobile into a Public Server with Ktor: Need Advice](https://www.reddit.com/r/androiddev/comments/17mblsh/turning_my_mobile_into_a_public_server_with_ktor/) +- [Unit testing a VM function that calls a work manager.](https://www.reddit.com/r/androiddev/comments/17m3seo/unit_testing_a_vm_function_that_calls_a_work/) +- [Is rebuilding an android app I made with Java in 2017 with Kotlin and latest practices a good way to relearn modern Android?](https://www.reddit.com/r/androiddev/comments/17m3mp2/is_rebuilding_an_android_app_i_made_with_java_in/) +- [Peer to Peer communication over the Internet](https://www.reddit.com/r/androiddev/comments/17m2vo8/peer_to_peer_communication_over_the_internet/) +- [Gauge Composable: a fusion of classic and modern Gauges with some customization options](https://www.reddit.com/r/androiddev/comments/17m0037/gauge_composable_a_fusion_of_classic_and_modern/) +- [Why can't I just create MutableState outside a composable?](https://www.reddit.com/r/androiddev/comments/17lvusq/why_cant_i_just_create_mutablestate_outside_a/) ### *InfoWorld posts* From d43b44854a75d70d08160f34d0cc9cb54bd87616 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 4 Nov 2023 01:23:38 +0000 Subject: [PATCH 0706/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7589539563..ef6ebb81b7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [AndroidX, Gradle and Metalava - Android Developers Backstage](https://www.reddit.com/r/androiddev/comments/17mvwtm/androidx_gradle_and_metalava_android_developers/) +- [Gestures in Jetpack compose — All you need to know — Part 1](https://www.reddit.com/r/androiddev/comments/17mrkg5/gestures_in_jetpack_compose_all_you_need_to_know/) +- [BulletSpan don't work in tablet](https://www.reddit.com/r/androiddev/comments/17mr57u/bulletspan_dont_work_in_tablet/) +- [Has anyone managed to use Android Studio using only keyboard?](https://www.reddit.com/r/androiddev/comments/17mr0m5/has_anyone_managed_to_use_android_studio_using/) +- [Android Developers Blog: Increasing trust for embedded media](https://www.reddit.com/r/androiddev/comments/17mor3y/android_developers_blog_increasing_trust_for/) - [Anyone actually doing serious work on iOS native as well as Android Native?](https://www.reddit.com/r/androiddev/comments/17mgwef/anyone_actually_doing_serious_work_on_ios_native/) - [Do you publish your apps to Huawei AppGallery / Samsung Galaxy Store?](https://www.reddit.com/r/androiddev/comments/17mfdfy/do_you_publish_your_apps_to_huawei_appgallery/) - [Analyzing APK contents](https://www.reddit.com/r/androiddev/comments/17mf1dv/analyzing_apk_contents/) - [Android Studio Iguana | 2023.2.1 Canary 12 now available](https://www.reddit.com/r/androiddev/comments/17mf1b9/android_studio_iguana_202321_canary_12_now/) -- [Turning My Mobile into a Public Server with Ktor: Need Advice](https://www.reddit.com/r/androiddev/comments/17mblsh/turning_my_mobile_into_a_public_server_with_ktor/) -- [Unit testing a VM function that calls a work manager.](https://www.reddit.com/r/androiddev/comments/17m3seo/unit_testing_a_vm_function_that_calls_a_work/) -- [Is rebuilding an android app I made with Java in 2017 with Kotlin and latest practices a good way to relearn modern Android?](https://www.reddit.com/r/androiddev/comments/17m3mp2/is_rebuilding_an_android_app_i_made_with_java_in/) -- [Peer to Peer communication over the Internet](https://www.reddit.com/r/androiddev/comments/17m2vo8/peer_to_peer_communication_over_the_internet/) -- [Gauge Composable: a fusion of classic and modern Gauges with some customization options](https://www.reddit.com/r/androiddev/comments/17m0037/gauge_composable_a_fusion_of_classic_and_modern/) -- [Why can't I just create MutableState outside a composable?](https://www.reddit.com/r/androiddev/comments/17lvusq/why_cant_i_just_create_mutablestate_outside_a/) +- [How to use NFC in an Android app](https://www.reddit.com/r/androiddev/comments/17mb4c1/how_to_use_nfc_in_an_android_app/) ### *InfoWorld posts* From 62cb06d16c41f6a3f4f5682f3ab68ad056d363cc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 5 Nov 2023 01:27:03 +0000 Subject: [PATCH 0707/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ef6ebb81b7..b94ea30bdc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Htc pin problem](https://www.reddit.com/r/androiddev/comments/17nxebp/htc_pin_problem/) +- [Noticeable Shifts in the Android Ecosystem: Detrimental to Developers and Consumers Alike](https://www.reddit.com/r/androiddev/comments/17nsgo0/noticeable_shifts_in_the_android_ecosystem/) +- [Tips for someone who has only worked in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/17nq8bx/tips_for_someone_who_has_only_worked_in_jetpack/) +- [Easiest Way to Inspect Network Traffic Coming From Android Emulator?](https://www.reddit.com/r/androiddev/comments/17nfwyn/easiest_way_to_inspect_network_traffic_coming/) +- [For people who had an Android app recently suspended from the Google Play Store, how long did your appeal process take?](https://www.reddit.com/r/androiddev/comments/17nfpco/for_people_who_had_an_android_app_recently/) +- [Can I add a developer option settings to my quick access panel?](https://www.reddit.com/r/androiddev/comments/17ndniz/can_i_add_a_developer_option_settings_to_my_quick/) - [AndroidX, Gradle and Metalava - Android Developers Backstage](https://www.reddit.com/r/androiddev/comments/17mvwtm/androidx_gradle_and_metalava_android_developers/) - [Gestures in Jetpack compose — All you need to know — Part 1](https://www.reddit.com/r/androiddev/comments/17mrkg5/gestures_in_jetpack_compose_all_you_need_to_know/) - [BulletSpan don't work in tablet](https://www.reddit.com/r/androiddev/comments/17mr57u/bulletspan_dont_work_in_tablet/) - [Has anyone managed to use Android Studio using only keyboard?](https://www.reddit.com/r/androiddev/comments/17mr0m5/has_anyone_managed_to_use_android_studio_using/) -- [Android Developers Blog: Increasing trust for embedded media](https://www.reddit.com/r/androiddev/comments/17mor3y/android_developers_blog_increasing_trust_for/) -- [Anyone actually doing serious work on iOS native as well as Android Native?](https://www.reddit.com/r/androiddev/comments/17mgwef/anyone_actually_doing_serious_work_on_ios_native/) -- [Do you publish your apps to Huawei AppGallery / Samsung Galaxy Store?](https://www.reddit.com/r/androiddev/comments/17mfdfy/do_you_publish_your_apps_to_huawei_appgallery/) -- [Analyzing APK contents](https://www.reddit.com/r/androiddev/comments/17mf1dv/analyzing_apk_contents/) -- [Android Studio Iguana | 2023.2.1 Canary 12 now available](https://www.reddit.com/r/androiddev/comments/17mf1b9/android_studio_iguana_202321_canary_12_now/) -- [How to use NFC in an Android app](https://www.reddit.com/r/androiddev/comments/17mb4c1/how_to_use_nfc_in_an_android_app/) ### *InfoWorld posts* From 761673fae535e9db1fb36a769083d7103857449a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 6 Nov 2023 01:25:55 +0000 Subject: [PATCH 0708/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b94ea30bdc..01d39fbc17 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Htc pin problem](https://www.reddit.com/r/androiddev/comments/17nxebp/htc_pin_problem/) +- [Invoke operator with Cleaner Use cases](https://www.reddit.com/r/androiddev/comments/17omos0/invoke_operator_with_cleaner_use_cases/) +- [ChatGPT for WearOS (WristAssist)](https://www.reddit.com/r/androiddev/comments/17oe5p8/chatgpt_for_wearos_wristassist/) +- [Struggling with Android App: Saving Wi-Fi Networks in API 29 and Beyond](https://www.reddit.com/r/androiddev/comments/17o7ar3/struggling_with_android_app_saving_wifi_networks/) - [Noticeable Shifts in the Android Ecosystem: Detrimental to Developers and Consumers Alike](https://www.reddit.com/r/androiddev/comments/17nsgo0/noticeable_shifts_in_the_android_ecosystem/) - [Tips for someone who has only worked in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/17nq8bx/tips_for_someone_who_has_only_worked_in_jetpack/) - [Easiest Way to Inspect Network Traffic Coming From Android Emulator?](https://www.reddit.com/r/androiddev/comments/17nfwyn/easiest_way_to_inspect_network_traffic_coming/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Can I add a developer option settings to my quick access panel?](https://www.reddit.com/r/androiddev/comments/17ndniz/can_i_add_a_developer_option_settings_to_my_quick/) - [AndroidX, Gradle and Metalava - Android Developers Backstage](https://www.reddit.com/r/androiddev/comments/17mvwtm/androidx_gradle_and_metalava_android_developers/) - [Gestures in Jetpack compose — All you need to know — Part 1](https://www.reddit.com/r/androiddev/comments/17mrkg5/gestures_in_jetpack_compose_all_you_need_to_know/) -- [BulletSpan don't work in tablet](https://www.reddit.com/r/androiddev/comments/17mr57u/bulletspan_dont_work_in_tablet/) -- [Has anyone managed to use Android Studio using only keyboard?](https://www.reddit.com/r/androiddev/comments/17mr0m5/has_anyone_managed_to_use_android_studio_using/) ### *InfoWorld posts* From 8771d8d6dc6adc777d9432335e48efa5405dd132 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 7 Nov 2023 01:25:14 +0000 Subject: [PATCH 0709/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 01d39fbc17..1263b67f4d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [What's your favorite part about android development? What part do you not like or find lacking compared with other types of development you've experimented with?](https://www.reddit.com/r/androiddev/comments/17phyon/whats_your_favorite_part_about_android/) +- [Text recognition app help](https://www.reddit.com/r/androiddev/comments/17pf7iu/text_recognition_app_help/) +- [What tasks are you automating?](https://www.reddit.com/r/androiddev/comments/17pdep7/what_tasks_are_you_automating/) +- [Android Room Tutorial Part 2 - The Architecture](https://www.reddit.com/r/androiddev/comments/17pakx3/android_room_tutorial_part_2_the_architecture/) +- [How to compile a Java Android app without Android Studio](https://www.reddit.com/r/androiddev/comments/17p9ky9/how_to_compile_a_java_android_app_without_android/) +- [Dave Leeds and Igor Wojda - A Tour Through Konsist](https://www.reddit.com/r/androiddev/comments/17p3ct2/dave_leeds_and_igor_wojda_a_tour_through_konsist/) +- [Weekly Who's Hiring Thread - November 06, 2023](https://www.reddit.com/r/androiddev/comments/17p3cp2/weekly_whos_hiring_thread_november_06_2023/) +- [Weekly discussion, code review, and feedback thread - November 06, 2023](https://www.reddit.com/r/androiddev/comments/17p26km/weekly_discussion_code_review_and_feedback_thread/) +- [The problem with Coroutines stateIn operator for UI state management](https://www.reddit.com/r/androiddev/comments/17p0ply/the_problem_with_coroutines_statein_operator_for/) - [Invoke operator with Cleaner Use cases](https://www.reddit.com/r/androiddev/comments/17omos0/invoke_operator_with_cleaner_use_cases/) -- [ChatGPT for WearOS (WristAssist)](https://www.reddit.com/r/androiddev/comments/17oe5p8/chatgpt_for_wearos_wristassist/) -- [Struggling with Android App: Saving Wi-Fi Networks in API 29 and Beyond](https://www.reddit.com/r/androiddev/comments/17o7ar3/struggling_with_android_app_saving_wifi_networks/) -- [Noticeable Shifts in the Android Ecosystem: Detrimental to Developers and Consumers Alike](https://www.reddit.com/r/androiddev/comments/17nsgo0/noticeable_shifts_in_the_android_ecosystem/) -- [Tips for someone who has only worked in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/17nq8bx/tips_for_someone_who_has_only_worked_in_jetpack/) -- [Easiest Way to Inspect Network Traffic Coming From Android Emulator?](https://www.reddit.com/r/androiddev/comments/17nfwyn/easiest_way_to_inspect_network_traffic_coming/) -- [For people who had an Android app recently suspended from the Google Play Store, how long did your appeal process take?](https://www.reddit.com/r/androiddev/comments/17nfpco/for_people_who_had_an_android_app_recently/) -- [Can I add a developer option settings to my quick access panel?](https://www.reddit.com/r/androiddev/comments/17ndniz/can_i_add_a_developer_option_settings_to_my_quick/) -- [AndroidX, Gradle and Metalava - Android Developers Backstage](https://www.reddit.com/r/androiddev/comments/17mvwtm/androidx_gradle_and_metalava_android_developers/) -- [Gestures in Jetpack compose — All you need to know — Part 1](https://www.reddit.com/r/androiddev/comments/17mrkg5/gestures_in_jetpack_compose_all_you_need_to_know/) ### *InfoWorld posts* From bdb789a0e8eb993eee3b3e761fd7e5a950dc2f65 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 8 Nov 2023 01:24:43 +0000 Subject: [PATCH 0710/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1263b67f4d..f23d709c26 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Custom gradle plugin, starting point setting.gradle.kts](https://www.reddit.com/r/androiddev/comments/17q3gfj/custom_gradle_plugin_starting_point/) +- [Why does the area above the top bar look like this in the emulator?](https://www.reddit.com/r/androiddev/comments/17q2uw5/why_does_the_area_above_the_top_bar_look_like/) +- [Android Studio Giraffe | 2022.3.1 Patch 3 now available](https://www.reddit.com/r/androiddev/comments/17q1kho/android_studio_giraffe_202231_patch_3_now/) +- [Refactoring Android app architecture (aka "Google architecture") to a cleaner approach. Am I alone?](https://www.reddit.com/r/androiddev/comments/17pxlej/refactoring_android_app_architecture_aka_google/) +- [Why are making android games that anyone actually wants to play so much harder than we think?](https://www.reddit.com/r/androiddev/comments/17pvaqw/why_are_making_android_games_that_anyone_actually/) +- [D-U-N-S number for developer Account](https://www.reddit.com/r/androiddev/comments/17pstet/duns_number_for_developer_account/) +- [Repetitive Content Policy - is it applicable if I have my app published in separate countries for different languages?](https://www.reddit.com/r/androiddev/comments/17prrxw/repetitive_content_policy_is_it_applicable_if_i/) +- [Why Kotlin Multiplatform Won’t Succeed](https://www.reddit.com/r/androiddev/comments/17pkzmr/why_kotlin_multiplatform_wont_succeed/) - [What's your favorite part about android development? What part do you not like or find lacking compared with other types of development you've experimented with?](https://www.reddit.com/r/androiddev/comments/17phyon/whats_your_favorite_part_about_android/) -- [Text recognition app help](https://www.reddit.com/r/androiddev/comments/17pf7iu/text_recognition_app_help/) - [What tasks are you automating?](https://www.reddit.com/r/androiddev/comments/17pdep7/what_tasks_are_you_automating/) -- [Android Room Tutorial Part 2 - The Architecture](https://www.reddit.com/r/androiddev/comments/17pakx3/android_room_tutorial_part_2_the_architecture/) -- [How to compile a Java Android app without Android Studio](https://www.reddit.com/r/androiddev/comments/17p9ky9/how_to_compile_a_java_android_app_without_android/) -- [Dave Leeds and Igor Wojda - A Tour Through Konsist](https://www.reddit.com/r/androiddev/comments/17p3ct2/dave_leeds_and_igor_wojda_a_tour_through_konsist/) -- [Weekly Who's Hiring Thread - November 06, 2023](https://www.reddit.com/r/androiddev/comments/17p3cp2/weekly_whos_hiring_thread_november_06_2023/) -- [Weekly discussion, code review, and feedback thread - November 06, 2023](https://www.reddit.com/r/androiddev/comments/17p26km/weekly_discussion_code_review_and_feedback_thread/) -- [The problem with Coroutines stateIn operator for UI state management](https://www.reddit.com/r/androiddev/comments/17p0ply/the_problem_with_coroutines_statein_operator_for/) -- [Invoke operator with Cleaner Use cases](https://www.reddit.com/r/androiddev/comments/17omos0/invoke_operator_with_cleaner_use_cases/) ### *InfoWorld posts* From 3bfe704e05f668616fe5c8b869806919401cc820 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 9 Nov 2023 01:24:59 +0000 Subject: [PATCH 0711/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f23d709c26..26987fa734 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Udemy Course vs Github repos for System Design](https://www.reddit.com/r/androiddev/comments/17qzlvo/udemy_course_vs_github_repos_for_system_design/) +- [How far to go when securing user content?](https://www.reddit.com/r/androiddev/comments/17qtvk5/how_far_to_go_when_securing_user_content/) +- [Email intent with rich html content still not possible via gmail?](https://www.reddit.com/r/androiddev/comments/17qrlis/email_intent_with_rich_html_content_still_not/) +- [Does a geo location mock also mock a different device?](https://www.reddit.com/r/androiddev/comments/17qm5fe/does_a_geo_location_mock_also_mock_a_different/) +- [Article on how the Dagger works under the hood](https://www.reddit.com/r/androiddev/comments/17qjcei/article_on_how_the_dagger_works_under_the_hood/) +- [Extremely slow Room DB Search with 110k+ Records on low performance device](https://www.reddit.com/r/androiddev/comments/17qb9mf/extremely_slow_room_db_search_with_110k_records/) - [Custom gradle plugin, starting point setting.gradle.kts](https://www.reddit.com/r/androiddev/comments/17q3gfj/custom_gradle_plugin_starting_point/) - [Why does the area above the top bar look like this in the emulator?](https://www.reddit.com/r/androiddev/comments/17q2uw5/why_does_the_area_above_the_top_bar_look_like/) - [Android Studio Giraffe | 2022.3.1 Patch 3 now available](https://www.reddit.com/r/androiddev/comments/17q1kho/android_studio_giraffe_202231_patch_3_now/) - [Refactoring Android app architecture (aka "Google architecture") to a cleaner approach. Am I alone?](https://www.reddit.com/r/androiddev/comments/17pxlej/refactoring_android_app_architecture_aka_google/) -- [Why are making android games that anyone actually wants to play so much harder than we think?](https://www.reddit.com/r/androiddev/comments/17pvaqw/why_are_making_android_games_that_anyone_actually/) -- [D-U-N-S number for developer Account](https://www.reddit.com/r/androiddev/comments/17pstet/duns_number_for_developer_account/) -- [Repetitive Content Policy - is it applicable if I have my app published in separate countries for different languages?](https://www.reddit.com/r/androiddev/comments/17prrxw/repetitive_content_policy_is_it_applicable_if_i/) -- [Why Kotlin Multiplatform Won’t Succeed](https://www.reddit.com/r/androiddev/comments/17pkzmr/why_kotlin_multiplatform_wont_succeed/) -- [What's your favorite part about android development? What part do you not like or find lacking compared with other types of development you've experimented with?](https://www.reddit.com/r/androiddev/comments/17phyon/whats_your_favorite_part_about_android/) -- [What tasks are you automating?](https://www.reddit.com/r/androiddev/comments/17pdep7/what_tasks_are_you_automating/) ### *InfoWorld posts* From a35788da975bb7087393c0f57465be4a2b9f0fd9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 10 Nov 2023 01:24:38 +0000 Subject: [PATCH 0712/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 26987fa734..646f4474d7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Udemy Course vs Github repos for System Design](https://www.reddit.com/r/androiddev/comments/17qzlvo/udemy_course_vs_github_repos_for_system_design/) -- [How far to go when securing user content?](https://www.reddit.com/r/androiddev/comments/17qtvk5/how_far_to_go_when_securing_user_content/) -- [Email intent with rich html content still not possible via gmail?](https://www.reddit.com/r/androiddev/comments/17qrlis/email_intent_with_rich_html_content_still_not/) -- [Does a geo location mock also mock a different device?](https://www.reddit.com/r/androiddev/comments/17qm5fe/does_a_geo_location_mock_also_mock_a_different/) -- [Article on how the Dagger works under the hood](https://www.reddit.com/r/androiddev/comments/17qjcei/article_on_how_the_dagger_works_under_the_hood/) -- [Extremely slow Room DB Search with 110k+ Records on low performance device](https://www.reddit.com/r/androiddev/comments/17qb9mf/extremely_slow_room_db_search_with_110k_records/) -- [Custom gradle plugin, starting point setting.gradle.kts](https://www.reddit.com/r/androiddev/comments/17q3gfj/custom_gradle_plugin_starting_point/) -- [Why does the area above the top bar look like this in the emulator?](https://www.reddit.com/r/androiddev/comments/17q2uw5/why_does_the_area_above_the_top_bar_look_like/) -- [Android Studio Giraffe | 2022.3.1 Patch 3 now available](https://www.reddit.com/r/androiddev/comments/17q1kho/android_studio_giraffe_202231_patch_3_now/) -- [Refactoring Android app architecture (aka "Google architecture") to a cleaner approach. Am I alone?](https://www.reddit.com/r/androiddev/comments/17pxlej/refactoring_android_app_architecture_aka_google/) +- [Android Studio Iguana | 2023.2.1 Canary 13 now available](https://www.reddit.com/r/androiddev/comments/17rpkt6/android_studio_iguana_202321_canary_13_now/) +- [Google play account verification new deadline policy](https://www.reddit.com/r/androiddev/comments/17rnwto/google_play_account_verification_new_deadline/) +- [Implicit remembering of local variables in Composable functions](https://www.reddit.com/r/androiddev/comments/17rn05f/implicit_remembering_of_local_variables_in/) +- [Android Studio Hedgehog | 2023.1.1 RC 3 now available](https://www.reddit.com/r/androiddev/comments/17rmvby/android_studio_hedgehog_202311_rc_3_now_available/) +- [Android Layout Database?](https://www.reddit.com/r/androiddev/comments/17rmhf8/android_layout_database/) +- [Make your app faster with Baseline Profiles Perfetto and more - Rahul Ravikumar](https://www.reddit.com/r/androiddev/comments/17rlznb/make_your_app_faster_with_baseline_profiles/) +- [Ensuring high-quality apps on Google Play](https://www.reddit.com/r/androiddev/comments/17rjgqh/ensuring_highquality_apps_on_google_play/) +- [Enable MSAA through code and get if MSAA is enabled also through code](https://www.reddit.com/r/androiddev/comments/17rgyu9/enable_msaa_through_code_and_get_if_msaa_is/) +- [Clean architecture multiple approaches](https://www.reddit.com/r/androiddev/comments/17rexp9/clean_architecture_multiple_approaches/) +- [Join us for a discussion on app security with AppSweep developers and users](https://www.reddit.com/r/androiddev/comments/17rdwsr/join_us_for_a_discussion_on_app_security_with/) ### *InfoWorld posts* From 92acb492dfa9e5cf949994260382cc40f30c3cd3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 11 Nov 2023 02:19:21 +0000 Subject: [PATCH 0713/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 646f4474d7..edd0bf9aa1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Is Jetpack Compose still imperfect when it comes to accessibility?](https://www.reddit.com/r/androiddev/comments/17si039/is_jetpack_compose_still_imperfect_when_it_comes/) +- [Is any good playstore alternative with not so many restrictions?](https://www.reddit.com/r/androiddev/comments/17se74z/is_any_good_playstore_alternative_with_not_so/) +- [Recently published new app: WikiFilms - Asking for feedback!](https://www.reddit.com/r/androiddev/comments/17scbd8/recently_published_new_app_wikifilms_asking_for/) +- [Native ADs eCPM](https://www.reddit.com/r/androiddev/comments/17sbl5p/native_ads_ecpm/) +- [This new "choose your developer verification deadline" on google play doesnt make any sense at sll. What's the downside to pushing it out as far as possible? Everyone will probably just pick the furthest option.](https://www.reddit.com/r/androiddev/comments/17s93tx/this_new_choose_your_developer_verification/) +- [I have created a GPT to help you create jetpack components.](https://www.reddit.com/r/androiddev/comments/17s8h3w/i_have_created_a_gpt_to_help_you_create_jetpack/) +- [Shared element transition on LazyColumn with Compose Multiplatform](https://www.reddit.com/r/androiddev/comments/17s7qpm/shared_element_transition_on_lazycolumn_with/) +- [Do you immaculately follow Interface Segregation](https://www.reddit.com/r/androiddev/comments/17s7ekk/do_you_immaculately_follow_interface_segregation/) - [Android Studio Iguana | 2023.2.1 Canary 13 now available](https://www.reddit.com/r/androiddev/comments/17rpkt6/android_studio_iguana_202321_canary_13_now/) - [Google play account verification new deadline policy](https://www.reddit.com/r/androiddev/comments/17rnwto/google_play_account_verification_new_deadline/) -- [Implicit remembering of local variables in Composable functions](https://www.reddit.com/r/androiddev/comments/17rn05f/implicit_remembering_of_local_variables_in/) -- [Android Studio Hedgehog | 2023.1.1 RC 3 now available](https://www.reddit.com/r/androiddev/comments/17rmvby/android_studio_hedgehog_202311_rc_3_now_available/) -- [Android Layout Database?](https://www.reddit.com/r/androiddev/comments/17rmhf8/android_layout_database/) -- [Make your app faster with Baseline Profiles Perfetto and more - Rahul Ravikumar](https://www.reddit.com/r/androiddev/comments/17rlznb/make_your_app_faster_with_baseline_profiles/) -- [Ensuring high-quality apps on Google Play](https://www.reddit.com/r/androiddev/comments/17rjgqh/ensuring_highquality_apps_on_google_play/) -- [Enable MSAA through code and get if MSAA is enabled also through code](https://www.reddit.com/r/androiddev/comments/17rgyu9/enable_msaa_through_code_and_get_if_msaa_is/) -- [Clean architecture multiple approaches](https://www.reddit.com/r/androiddev/comments/17rexp9/clean_architecture_multiple_approaches/) -- [Join us for a discussion on app security with AppSweep developers and users](https://www.reddit.com/r/androiddev/comments/17rdwsr/join_us_for_a_discussion_on_app_security_with/) ### *InfoWorld posts* From 372a4c2880285e9de4ecf9f36a639b2316919fb4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 12 Nov 2023 01:27:35 +0000 Subject: [PATCH 0714/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index edd0bf9aa1..4d7ac0e628 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Are there any platforms or means to have in-app ads without a consistent app package?](https://www.reddit.com/r/androiddev/comments/17t94eg/are_there_any_platforms_or_means_to_have_inapp/) +- [Android Game Development](https://www.reddit.com/r/androiddev/comments/17t3sox/android_game_development/) +- [Lint Report offers to use "@TargetApi( )" in front of a class as an option, but then I get THIS when doing so. What am I not understanding here?](https://www.reddit.com/r/androiddev/comments/17t35rz/lint_report_offers_to_use_targetapi_in_front_of_a/) +- [Firebase Remote Config uploads users Installer Application to google?](https://www.reddit.com/r/androiddev/comments/17t2z6o/firebase_remote_config_uploads_users_installer/) +- [Compose libraries useful for nearly every "normal app" - Custom Themes / Changelog / Preferences / Dialogs / Debug Drawer](https://www.reddit.com/r/androiddev/comments/17t2dgu/compose_libraries_useful_for_nearly_every_normal/) +- [Creating an individual Payments Profile for in-app purchases. Risky?](https://www.reddit.com/r/androiddev/comments/17sq8sr/creating_an_individual_payments_profile_for_inapp/) - [Is Jetpack Compose still imperfect when it comes to accessibility?](https://www.reddit.com/r/androiddev/comments/17si039/is_jetpack_compose_still_imperfect_when_it_comes/) - [Is any good playstore alternative with not so many restrictions?](https://www.reddit.com/r/androiddev/comments/17se74z/is_any_good_playstore_alternative_with_not_so/) - [Recently published new app: WikiFilms - Asking for feedback!](https://www.reddit.com/r/androiddev/comments/17scbd8/recently_published_new_app_wikifilms_asking_for/) -- [Native ADs eCPM](https://www.reddit.com/r/androiddev/comments/17sbl5p/native_ads_ecpm/) - [This new "choose your developer verification deadline" on google play doesnt make any sense at sll. What's the downside to pushing it out as far as possible? Everyone will probably just pick the furthest option.](https://www.reddit.com/r/androiddev/comments/17s93tx/this_new_choose_your_developer_verification/) -- [I have created a GPT to help you create jetpack components.](https://www.reddit.com/r/androiddev/comments/17s8h3w/i_have_created_a_gpt_to_help_you_create_jetpack/) -- [Shared element transition on LazyColumn with Compose Multiplatform](https://www.reddit.com/r/androiddev/comments/17s7qpm/shared_element_transition_on_lazycolumn_with/) -- [Do you immaculately follow Interface Segregation](https://www.reddit.com/r/androiddev/comments/17s7ekk/do_you_immaculately_follow_interface_segregation/) -- [Android Studio Iguana | 2023.2.1 Canary 13 now available](https://www.reddit.com/r/androiddev/comments/17rpkt6/android_studio_iguana_202321_canary_13_now/) -- [Google play account verification new deadline policy](https://www.reddit.com/r/androiddev/comments/17rnwto/google_play_account_verification_new_deadline/) ### *InfoWorld posts* From 03a207b9251cb40fc3908fc6359dac4bbdc047e8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 13 Nov 2023 01:26:05 +0000 Subject: [PATCH 0715/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4d7ac0e628..f98bc2b8eb 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Are there any platforms or means to have in-app ads without a consistent app package?](https://www.reddit.com/r/androiddev/comments/17t94eg/are_there_any_platforms_or_means_to_have_inapp/) +- [Losing users over a malicious pishing ad](https://www.reddit.com/r/androiddev/comments/17ttzp4/losing_users_over_a_malicious_pishing_ad/) +- [Integrating DJI SDK v5 into Your Drone App](https://www.reddit.com/r/androiddev/comments/17tpm57/integrating_dji_sdk_v5_into_your_drone_app/) +- [If I have time should I learn java before kotlin?](https://www.reddit.com/r/androiddev/comments/17tn7o9/if_i_have_time_should_i_learn_java_before_kotlin/) +- [Question about Google Play policies for app widget displaying Google Scholar citations](https://www.reddit.com/r/androiddev/comments/17tmwzv/question_about_google_play_policies_for_app/) +- [What do you guys think of the new google play updates?](https://www.reddit.com/r/androiddev/comments/17tmfkc/what_do_you_guys_think_of_the_new_google_play/) +- [Sending email via Gmail app directly (no chooser intent)](https://www.reddit.com/r/androiddev/comments/17th89o/sending_email_via_gmail_app_directly_no_chooser/) +- [Google keeps removing legitimate positive review of my app](https://www.reddit.com/r/androiddev/comments/17tgrb8/google_keeps_removing_legitimate_positive_review/) - [Android Game Development](https://www.reddit.com/r/androiddev/comments/17t3sox/android_game_development/) - [Lint Report offers to use "@TargetApi( )" in front of a class as an option, but then I get THIS when doing so. What am I not understanding here?](https://www.reddit.com/r/androiddev/comments/17t35rz/lint_report_offers_to_use_targetapi_in_front_of_a/) - [Firebase Remote Config uploads users Installer Application to google?](https://www.reddit.com/r/androiddev/comments/17t2z6o/firebase_remote_config_uploads_users_installer/) -- [Compose libraries useful for nearly every "normal app" - Custom Themes / Changelog / Preferences / Dialogs / Debug Drawer](https://www.reddit.com/r/androiddev/comments/17t2dgu/compose_libraries_useful_for_nearly_every_normal/) -- [Creating an individual Payments Profile for in-app purchases. Risky?](https://www.reddit.com/r/androiddev/comments/17sq8sr/creating_an_individual_payments_profile_for_inapp/) -- [Is Jetpack Compose still imperfect when it comes to accessibility?](https://www.reddit.com/r/androiddev/comments/17si039/is_jetpack_compose_still_imperfect_when_it_comes/) -- [Is any good playstore alternative with not so many restrictions?](https://www.reddit.com/r/androiddev/comments/17se74z/is_any_good_playstore_alternative_with_not_so/) -- [Recently published new app: WikiFilms - Asking for feedback!](https://www.reddit.com/r/androiddev/comments/17scbd8/recently_published_new_app_wikifilms_asking_for/) -- [This new "choose your developer verification deadline" on google play doesnt make any sense at sll. What's the downside to pushing it out as far as possible? Everyone will probably just pick the furthest option.](https://www.reddit.com/r/androiddev/comments/17s93tx/this_new_choose_your_developer_verification/) ### *InfoWorld posts* From 1d671403aa913b92efab7a9f0abacdff2e1d808f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 14 Nov 2023 01:25:02 +0000 Subject: [PATCH 0716/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f98bc2b8eb..2c1f16e138 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Losing users over a malicious pishing ad](https://www.reddit.com/r/androiddev/comments/17ttzp4/losing_users_over_a_malicious_pishing_ad/) -- [Integrating DJI SDK v5 into Your Drone App](https://www.reddit.com/r/androiddev/comments/17tpm57/integrating_dji_sdk_v5_into_your_drone_app/) -- [If I have time should I learn java before kotlin?](https://www.reddit.com/r/androiddev/comments/17tn7o9/if_i_have_time_should_i_learn_java_before_kotlin/) -- [Question about Google Play policies for app widget displaying Google Scholar citations](https://www.reddit.com/r/androiddev/comments/17tmwzv/question_about_google_play_policies_for_app/) -- [What do you guys think of the new google play updates?](https://www.reddit.com/r/androiddev/comments/17tmfkc/what_do_you_guys_think_of_the_new_google_play/) -- [Sending email via Gmail app directly (no chooser intent)](https://www.reddit.com/r/androiddev/comments/17th89o/sending_email_via_gmail_app_directly_no_chooser/) -- [Google keeps removing legitimate positive review of my app](https://www.reddit.com/r/androiddev/comments/17tgrb8/google_keeps_removing_legitimate_positive_review/) -- [Android Game Development](https://www.reddit.com/r/androiddev/comments/17t3sox/android_game_development/) -- [Lint Report offers to use "@TargetApi( )" in front of a class as an option, but then I get THIS when doing so. What am I not understanding here?](https://www.reddit.com/r/androiddev/comments/17t35rz/lint_report_offers_to_use_targetapi_in_front_of_a/) -- [Firebase Remote Config uploads users Installer Application to google?](https://www.reddit.com/r/androiddev/comments/17t2z6o/firebase_remote_config_uploads_users_installer/) +- [The secret to Android's improved memory on 1B+ Devices: The latest Android Runtime update](https://www.reddit.com/r/androiddev/comments/17upbqq/the_secret_to_androids_improved_memory_on_1b/) +- [If someone with multiple Google Play accounts closes one of them, does the other one remain safe?](https://www.reddit.com/r/androiddev/comments/17un0xc/if_someone_with_multiple_google_play_accounts/) +- [How are you even supposed to add maps SDK to an app?](https://www.reddit.com/r/androiddev/comments/17uhv69/how_are_you_even_supposed_to_add_maps_sdk_to_an/) +- [Due to recent changes about needing 20 testers before publishing an app, do we need to care who we invite?](https://www.reddit.com/r/androiddev/comments/17ugw0c/due_to_recent_changes_about_needing_20_testers/) +- [Finally took the risk and posted my first game](https://www.reddit.com/r/androiddev/comments/17ug8kf/finally_took_the_risk_and_posted_my_first_game/) +- [Is it ok to abandon empty account.](https://www.reddit.com/r/androiddev/comments/17udo55/is_it_ok_to_abandon_empty_account/) +- [Supabase: the open source Firebase alternative](https://www.reddit.com/r/androiddev/comments/17ucz68/supabase_the_open_source_firebase_alternative/) +- [Weekly Who's Hiring Thread - November 13, 2023](https://www.reddit.com/r/androiddev/comments/17ub8m1/weekly_whos_hiring_thread_november_13_2023/) +- [Weekly discussion, code review, and feedback thread - November 13, 2023](https://www.reddit.com/r/androiddev/comments/17ua3wr/weekly_discussion_code_review_and_feedback_thread/) +- [Enable NFC programmatically on a button click, why not?](https://www.reddit.com/r/androiddev/comments/17u97u5/enable_nfc_programmatically_on_a_button_click_why/) ### *InfoWorld posts* From f8f79d44a4abd5f2bdf3c57d4f747db80bfa9b55 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 14 Nov 2023 01:25:04 +0000 Subject: [PATCH 0717/1422] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c1f16e138..db9c9340ae 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *InfoWorld posts* +- [Kotlin keeps climbing the Tiobe popularity index](https://www.infoworld.com/article/3710290/kotlin-keeps-climbing-the-tiobe-popularity-index.html#tk.rss_android) - [Building for Linux and Android on Windows](https://www.infoworld.com/article/3707729/building-for-linux-and-android-on-windows.html#tk.rss_android) - [Flutter 3.13 speeds rendering on iOS](https://www.infoworld.com/article/3705031/flutter-313-speeds-rendering-on-ios.html#tk.rss_android) - [Kotlin 1.9.0 features beta of advanced K2 compiler](https://www.infoworld.com/article/3701893/kotlin-1-9-0-features-beta-of-advanced-k2-compiler.html#tk.rss_android) @@ -295,7 +296,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [What is Kotlin? The Java alternative explained](https://www.infoworld.com/article/3224868/what-is-kotlin-the-java-alternative-explained.html#tk.rss_android) - [Android 13 brings themed app icons, security tweaks](https://www.infoworld.com/article/3669860/android-13-brings-themed-app-icons-security-tweaks.html#tk.rss_android) - [Jetpack Compose 1.2 packs text improvements](https://www.infoworld.com/article/3660772/jetpack-compose-12-packs-text-improvements.html#tk.rss_android) -- [JetBrains launches cross-platform UI framework for Kotlin](https://www.infoworld.com/article/3643392/jetbrains-launches-cross-platform-ui-framework-for-kotlin.html#tk.rss_android) ### *RedHat posts* From ef7e155cfa85e8b7395f2a1d30655d7ac59c7f40 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 15 Nov 2023 01:26:00 +0000 Subject: [PATCH 0718/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index db9c9340ae..ea77d93fd3 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Adhering to the European Accessibility Act](https://www.reddit.com/r/androiddev/comments/17vfta3/adhering_to_the_european_accessibility_act/) +- [Privacy-focused user attribution?](https://www.reddit.com/r/androiddev/comments/17vbst4/privacyfocused_user_attribution/) +- [What is the use case of APK build logs](https://www.reddit.com/r/androiddev/comments/17v78s4/what_is_the_use_case_of_apk_build_logs/) +- [Compose vs constraintlayout/linearlayout paradigm](https://www.reddit.com/r/androiddev/comments/17v6aft/compose_vs_constraintlayoutlinearlayout_paradigm/) +- [Are Automotive Design for Compose and Relay for Figma the same thing?](https://www.reddit.com/r/androiddev/comments/17v5m2l/are_automotive_design_for_compose_and_relay_for/) +- [How necessary is making an app available in all orientations?](https://www.reddit.com/r/androiddev/comments/17v58rn/how_necessary_is_making_an_app_available_in_all/) +- [Which theme do you use on Android Studio Editor?](https://www.reddit.com/r/androiddev/comments/17uydkm/which_theme_do_you_use_on_android_studio_editor/) - [The secret to Android's improved memory on 1B+ Devices: The latest Android Runtime update](https://www.reddit.com/r/androiddev/comments/17upbqq/the_secret_to_androids_improved_memory_on_1b/) - [If someone with multiple Google Play accounts closes one of them, does the other one remain safe?](https://www.reddit.com/r/androiddev/comments/17un0xc/if_someone_with_multiple_google_play_accounts/) - [How are you even supposed to add maps SDK to an app?](https://www.reddit.com/r/androiddev/comments/17uhv69/how_are_you_even_supposed_to_add_maps_sdk_to_an/) -- [Due to recent changes about needing 20 testers before publishing an app, do we need to care who we invite?](https://www.reddit.com/r/androiddev/comments/17ugw0c/due_to_recent_changes_about_needing_20_testers/) -- [Finally took the risk and posted my first game](https://www.reddit.com/r/androiddev/comments/17ug8kf/finally_took_the_risk_and_posted_my_first_game/) -- [Is it ok to abandon empty account.](https://www.reddit.com/r/androiddev/comments/17udo55/is_it_ok_to_abandon_empty_account/) -- [Supabase: the open source Firebase alternative](https://www.reddit.com/r/androiddev/comments/17ucz68/supabase_the_open_source_firebase_alternative/) -- [Weekly Who's Hiring Thread - November 13, 2023](https://www.reddit.com/r/androiddev/comments/17ub8m1/weekly_whos_hiring_thread_november_13_2023/) -- [Weekly discussion, code review, and feedback thread - November 13, 2023](https://www.reddit.com/r/androiddev/comments/17ua3wr/weekly_discussion_code_review_and_feedback_thread/) -- [Enable NFC programmatically on a button click, why not?](https://www.reddit.com/r/androiddev/comments/17u97u5/enable_nfc_programmatically_on_a_button_click_why/) ### *InfoWorld posts* From d3ea9ce5031204f0de1bd324f3ffcb4523542046 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 16 Nov 2023 01:26:41 +0000 Subject: [PATCH 0719/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ea77d93fd3..9d039f00c7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Adhering to the European Accessibility Act](https://www.reddit.com/r/androiddev/comments/17vfta3/adhering_to_the_european_accessibility_act/) -- [Privacy-focused user attribution?](https://www.reddit.com/r/androiddev/comments/17vbst4/privacyfocused_user_attribution/) -- [What is the use case of APK build logs](https://www.reddit.com/r/androiddev/comments/17v78s4/what_is_the_use_case_of_apk_build_logs/) -- [Compose vs constraintlayout/linearlayout paradigm](https://www.reddit.com/r/androiddev/comments/17v6aft/compose_vs_constraintlayoutlinearlayout_paradigm/) -- [Are Automotive Design for Compose and Relay for Figma the same thing?](https://www.reddit.com/r/androiddev/comments/17v5m2l/are_automotive_design_for_compose_and_relay_for/) -- [How necessary is making an app available in all orientations?](https://www.reddit.com/r/androiddev/comments/17v58rn/how_necessary_is_making_an_app_available_in_all/) -- [Which theme do you use on Android Studio Editor?](https://www.reddit.com/r/androiddev/comments/17uydkm/which_theme_do_you_use_on_android_studio_editor/) -- [The secret to Android's improved memory on 1B+ Devices: The latest Android Runtime update](https://www.reddit.com/r/androiddev/comments/17upbqq/the_secret_to_androids_improved_memory_on_1b/) -- [If someone with multiple Google Play accounts closes one of them, does the other one remain safe?](https://www.reddit.com/r/androiddev/comments/17un0xc/if_someone_with_multiple_google_play_accounts/) -- [How are you even supposed to add maps SDK to an app?](https://www.reddit.com/r/androiddev/comments/17uhv69/how_are_you_even_supposed_to_add_maps_sdk_to_an/) +- [Is anything wrong with google play app reviewing process](https://www.reddit.com/r/androiddev/comments/17w56tz/is_anything_wrong_with_google_play_app_reviewing/) +- [Is there a way to limit fps in AVD?](https://www.reddit.com/r/androiddev/comments/17w4a9m/is_there_a_way_to_limit_fps_in_avd/) +- [The latest updates to power your growth on Google Play](https://www.reddit.com/r/androiddev/comments/17w06mh/the_latest_updates_to_power_your_growth_on_google/) +- [Bringing New Input Support to Desktop AVD](https://www.reddit.com/r/androiddev/comments/17w064c/bringing_new_input_support_to_desktop_avd/) +- [Is Google Playtime worth it?](https://www.reddit.com/r/androiddev/comments/17vywtd/is_google_playtime_worth_it/) +- [This seems like the worst time to get into android development?](https://www.reddit.com/r/androiddev/comments/17vy1q8/this_seems_like_the_worst_time_to_get_into/) +- [Google Play developer account for single member LLC - personal or organization?](https://www.reddit.com/r/androiddev/comments/17vxzs1/google_play_developer_account_for_single_member/) +- [ChatGPT for WearOS (WristAssist)](https://www.reddit.com/r/androiddev/comments/17vwn32/chatgpt_for_wearos_wristassist/) +- [Droidcon SF vs Berlin](https://www.reddit.com/r/androiddev/comments/17vutay/droidcon_sf_vs_berlin/) +- [Android custom View themes without XML and Jetpack Compose](https://www.reddit.com/r/androiddev/comments/17vqv04/android_custom_view_themes_without_xml_and/) ### *InfoWorld posts* From 60e4992a219765a791fded7001f942582d0ce62a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 17 Nov 2023 01:26:27 +0000 Subject: [PATCH 0720/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9d039f00c7..d7bfe4f3f9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is anything wrong with google play app reviewing process](https://www.reddit.com/r/androiddev/comments/17w56tz/is_anything_wrong_with_google_play_app_reviewing/) -- [Is there a way to limit fps in AVD?](https://www.reddit.com/r/androiddev/comments/17w4a9m/is_there_a_way_to_limit_fps_in_avd/) -- [The latest updates to power your growth on Google Play](https://www.reddit.com/r/androiddev/comments/17w06mh/the_latest_updates_to_power_your_growth_on_google/) -- [Bringing New Input Support to Desktop AVD](https://www.reddit.com/r/androiddev/comments/17w064c/bringing_new_input_support_to_desktop_avd/) -- [Is Google Playtime worth it?](https://www.reddit.com/r/androiddev/comments/17vywtd/is_google_playtime_worth_it/) -- [This seems like the worst time to get into android development?](https://www.reddit.com/r/androiddev/comments/17vy1q8/this_seems_like_the_worst_time_to_get_into/) -- [Google Play developer account for single member LLC - personal or organization?](https://www.reddit.com/r/androiddev/comments/17vxzs1/google_play_developer_account_for_single_member/) -- [ChatGPT for WearOS (WristAssist)](https://www.reddit.com/r/androiddev/comments/17vwn32/chatgpt_for_wearos_wristassist/) -- [Droidcon SF vs Berlin](https://www.reddit.com/r/androiddev/comments/17vutay/droidcon_sf_vs_berlin/) -- [Android custom View themes without XML and Jetpack Compose](https://www.reddit.com/r/androiddev/comments/17vqv04/android_custom_view_themes_without_xml_and/) +- [Seeking feedback and insights from app developers and marketers!](https://www.reddit.com/r/androiddev/comments/17x31r0/seeking_feedback_and_insights_from_app_developers/) +- [WearOS Fitness App](https://www.reddit.com/r/androiddev/comments/17x2yb2/wearos_fitness_app/) +- [Android Studio Iguana | 2023.2.1 Canary 14 now available](https://www.reddit.com/r/androiddev/comments/17x1i45/android_studio_iguana_202321_canary_14_now/) +- [State of On-Device Machine Learning in Android](https://www.reddit.com/r/androiddev/comments/17x0gis/state_of_ondevice_machine_learning_in_android/) +- [🚀 Introducing ksoup: A Pure Kotlin 🌟 Alternative to jsoup for Kotlin Multiplatform](https://www.reddit.com/r/androiddev/comments/17wzb33/introducing_ksoup_a_pure_kotlin_alternative_to/) +- [Android Studio Giraffe | 2022.3.1 Patch 4 now available](https://www.reddit.com/r/androiddev/comments/17wvwze/android_studio_giraffe_202231_patch_4_now/) +- [Component-based Approach. Fighting Complexity in Android Applications](https://www.reddit.com/r/androiddev/comments/17wnn9m/componentbased_approach_fighting_complexity_in/) +- [Understanding Google Play Console and Admob KPI's](https://www.reddit.com/r/androiddev/comments/17wl0s4/understanding_google_play_console_and_admob_kpis/) +- [Understanding Google Play Console and Admob KPI's](https://www.reddit.com/r/androiddev/comments/17wl0pd/understanding_google_play_console_and_admob_kpis/) +- [Collecting flow from DataStore - wait or use default initial value](https://www.reddit.com/r/androiddev/comments/17wf7ju/collecting_flow_from_datastore_wait_or_use/) ### *InfoWorld posts* From 8be71f4f872a6c3ce905022119d5aca482f9e7f0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 18 Nov 2023 01:25:42 +0000 Subject: [PATCH 0721/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d7bfe4f3f9..d40c0eda5c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Seeking feedback and insights from app developers and marketers!](https://www.reddit.com/r/androiddev/comments/17x31r0/seeking_feedback_and_insights_from_app_developers/) -- [WearOS Fitness App](https://www.reddit.com/r/androiddev/comments/17x2yb2/wearos_fitness_app/) +- [Google terminated my account 3 years ago, a positive journey](https://www.reddit.com/r/androiddev/comments/17xm651/google_terminated_my_account_3_years_ago_a/) +- [Evolution of Android Development: a short summary](https://www.reddit.com/r/androiddev/comments/17xkq4h/evolution_of_android_development_a_short_summary/) +- [Tutorial: How to use Segment events to trigger push notifications to Android devices](https://www.reddit.com/r/androiddev/comments/17xjmah/tutorial_how_to_use_segment_events_to_trigger/) +- [Circuit - Android App Architecture Masterclass with Zac and Josh from Slack](https://www.reddit.com/r/androiddev/comments/17xhjii/circuit_android_app_architecture_masterclass_with/) +- [Android Sweets Newsletter](https://www.reddit.com/r/androiddev/comments/17xfu3m/android_sweets_newsletter/) +- [What is everything I need to know about testing as an Android developer?](https://www.reddit.com/r/androiddev/comments/17xeqcz/what_is_everything_i_need_to_know_about_testing/) +- [Twitch Clone Compose: 🎮 Twitch clone project demonstrates modern Android development built with Jetpack Compose and Stream Chat/Video SDK for Compose.](https://www.reddit.com/r/androiddev/comments/17xci9g/twitch_clone_compose_twitch_clone_project/) +- [git-repo: trying to control subcomponents' versions using manifest - how to proceed?](https://www.reddit.com/r/androiddev/comments/17xa85b/gitrepo_trying_to_control_subcomponents_versions/) - [Android Studio Iguana | 2023.2.1 Canary 14 now available](https://www.reddit.com/r/androiddev/comments/17x1i45/android_studio_iguana_202321_canary_14_now/) - [State of On-Device Machine Learning in Android](https://www.reddit.com/r/androiddev/comments/17x0gis/state_of_ondevice_machine_learning_in_android/) -- [🚀 Introducing ksoup: A Pure Kotlin 🌟 Alternative to jsoup for Kotlin Multiplatform](https://www.reddit.com/r/androiddev/comments/17wzb33/introducing_ksoup_a_pure_kotlin_alternative_to/) -- [Android Studio Giraffe | 2022.3.1 Patch 4 now available](https://www.reddit.com/r/androiddev/comments/17wvwze/android_studio_giraffe_202231_patch_4_now/) -- [Component-based Approach. Fighting Complexity in Android Applications](https://www.reddit.com/r/androiddev/comments/17wnn9m/componentbased_approach_fighting_complexity_in/) -- [Understanding Google Play Console and Admob KPI's](https://www.reddit.com/r/androiddev/comments/17wl0s4/understanding_google_play_console_and_admob_kpis/) -- [Understanding Google Play Console and Admob KPI's](https://www.reddit.com/r/androiddev/comments/17wl0pd/understanding_google_play_console_and_admob_kpis/) -- [Collecting flow from DataStore - wait or use default initial value](https://www.reddit.com/r/androiddev/comments/17wf7ju/collecting_flow_from_datastore_wait_or_use/) ### *InfoWorld posts* From a2c7cdc3b83f8e0e73621a809074bcf614e57572 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 19 Nov 2023 01:28:45 +0000 Subject: [PATCH 0722/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d40c0eda5c..48f8b8f25d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Google terminated my account 3 years ago, a positive journey](https://www.reddit.com/r/androiddev/comments/17xm651/google_terminated_my_account_3_years_ago_a/) -- [Evolution of Android Development: a short summary](https://www.reddit.com/r/androiddev/comments/17xkq4h/evolution_of_android_development_a_short_summary/) -- [Tutorial: How to use Segment events to trigger push notifications to Android devices](https://www.reddit.com/r/androiddev/comments/17xjmah/tutorial_how_to_use_segment_events_to_trigger/) -- [Circuit - Android App Architecture Masterclass with Zac and Josh from Slack](https://www.reddit.com/r/androiddev/comments/17xhjii/circuit_android_app_architecture_masterclass_with/) -- [Android Sweets Newsletter](https://www.reddit.com/r/androiddev/comments/17xfu3m/android_sweets_newsletter/) -- [What is everything I need to know about testing as an Android developer?](https://www.reddit.com/r/androiddev/comments/17xeqcz/what_is_everything_i_need_to_know_about_testing/) -- [Twitch Clone Compose: 🎮 Twitch clone project demonstrates modern Android development built with Jetpack Compose and Stream Chat/Video SDK for Compose.](https://www.reddit.com/r/androiddev/comments/17xci9g/twitch_clone_compose_twitch_clone_project/) -- [git-repo: trying to control subcomponents' versions using manifest - how to proceed?](https://www.reddit.com/r/androiddev/comments/17xa85b/gitrepo_trying_to_control_subcomponents_versions/) -- [Android Studio Iguana | 2023.2.1 Canary 14 now available](https://www.reddit.com/r/androiddev/comments/17x1i45/android_studio_iguana_202321_canary_14_now/) -- [State of On-Device Machine Learning in Android](https://www.reddit.com/r/androiddev/comments/17x0gis/state_of_ondevice_machine_learning_in_android/) +- [Totally parallel with coding, wanting to learn but from where ? (complete beginner - java/koltin?)](https://www.reddit.com/r/androiddev/comments/17yia7y/totally_parallel_with_coding_wanting_to_learn_but/) +- [WearOS app suddenly started getting rejected for splash icon despite nothing changed](https://www.reddit.com/r/androiddev/comments/17ygx3b/wearos_app_suddenly_started_getting_rejected_for/) +- [How would implement payments and transaction?](https://www.reddit.com/r/androiddev/comments/17ygjab/how_would_implement_payments_and_transaction/) +- [First Compose App Published 🚀](https://www.reddit.com/r/androiddev/comments/17yfl10/first_compose_app_published/) +- [Do you write test cases?](https://www.reddit.com/r/androiddev/comments/17ycyxb/do_you_write_test_cases/) +- [NullPointerException for EditText component](https://www.reddit.com/r/androiddev/comments/17yc0sq/nullpointerexception_for_edittext_component/) +- [App devs, what monetization model has worked better for your app(s)?](https://www.reddit.com/r/androiddev/comments/17y8qnd/app_devs_what_monetization_model_has_worked/) +- [Is it possible to have an app outside playstore but with Google play billing features?](https://www.reddit.com/r/androiddev/comments/17y89go/is_it_possible_to_have_an_app_outside_playstore/) +- [Hello. What is the issue with my memes app ? It has site navigation behaviour policy violation.](https://www.reddit.com/r/androiddev/comments/17y7f6m/hello_what_is_the_issue_with_my_memes_app_it_has/) +- [Started working on jetpack compose and now can't go back to the XML way which has most of the jobs.](https://www.reddit.com/r/androiddev/comments/17y4rit/started_working_on_jetpack_compose_and_now_cant/) ### *InfoWorld posts* From f65b8f32f4e2568e1314259d0b4822a3fd7be549 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 20 Nov 2023 01:26:44 +0000 Subject: [PATCH 0723/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 48f8b8f25d..bf482aa216 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Totally parallel with coding, wanting to learn but from where ? (complete beginner - java/koltin?)](https://www.reddit.com/r/androiddev/comments/17yia7y/totally_parallel_with_coding_wanting_to_learn_but/) +- [How to check total operating time on Android?](https://www.reddit.com/r/androiddev/comments/17zabr9/how_to_check_total_operating_time_on_android/) +- [Problem with TabLayout and Navigation](https://www.reddit.com/r/androiddev/comments/17z31nx/problem_with_tablayout_and_navigation/) +- [I made a Seekbar library a while ago and looking for suggestions for more features.](https://www.reddit.com/r/androiddev/comments/17z2wyl/i_made_a_seekbar_library_a_while_ago_and_looking/) +- [App devs, what monetization model has worked better for your app(s)?](https://www.reddit.com/r/androiddev/comments/17yo1x0/app_devs_what_monetization_model_has_worked/) - [WearOS app suddenly started getting rejected for splash icon despite nothing changed](https://www.reddit.com/r/androiddev/comments/17ygx3b/wearos_app_suddenly_started_getting_rejected_for/) -- [How would implement payments and transaction?](https://www.reddit.com/r/androiddev/comments/17ygjab/how_would_implement_payments_and_transaction/) -- [First Compose App Published 🚀](https://www.reddit.com/r/androiddev/comments/17yfl10/first_compose_app_published/) - [Do you write test cases?](https://www.reddit.com/r/androiddev/comments/17ycyxb/do_you_write_test_cases/) -- [NullPointerException for EditText component](https://www.reddit.com/r/androiddev/comments/17yc0sq/nullpointerexception_for_edittext_component/) -- [App devs, what monetization model has worked better for your app(s)?](https://www.reddit.com/r/androiddev/comments/17y8qnd/app_devs_what_monetization_model_has_worked/) - [Is it possible to have an app outside playstore but with Google play billing features?](https://www.reddit.com/r/androiddev/comments/17y89go/is_it_possible_to_have_an_app_outside_playstore/) -- [Hello. What is the issue with my memes app ? It has site navigation behaviour policy violation.](https://www.reddit.com/r/androiddev/comments/17y7f6m/hello_what_is_the_issue_with_my_memes_app_it_has/) - [Started working on jetpack compose and now can't go back to the XML way which has most of the jobs.](https://www.reddit.com/r/androiddev/comments/17y4rit/started_working_on_jetpack_compose_and_now_cant/) +- [How do you draw ideas for your apps](https://www.reddit.com/r/androiddev/comments/17y2r87/how_do_you_draw_ideas_for_your_apps/) +- [Google terminated my account 3 years ago, a positive journey](https://www.reddit.com/r/androiddev/comments/17xm651/google_terminated_my_account_3_years_ago_a/) ### *InfoWorld posts* From 28dabc1359ec486b35eccb08813c5395270f10d6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 21 Nov 2023 01:27:44 +0000 Subject: [PATCH 0724/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bf482aa216..11ade53986 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to check total operating time on Android?](https://www.reddit.com/r/androiddev/comments/17zabr9/how_to_check_total_operating_time_on_android/) -- [Problem with TabLayout and Navigation](https://www.reddit.com/r/androiddev/comments/17z31nx/problem_with_tablayout_and_navigation/) -- [I made a Seekbar library a while ago and looking for suggestions for more features.](https://www.reddit.com/r/androiddev/comments/17z2wyl/i_made_a_seekbar_library_a_while_ago_and_looking/) -- [App devs, what monetization model has worked better for your app(s)?](https://www.reddit.com/r/androiddev/comments/17yo1x0/app_devs_what_monetization_model_has_worked/) -- [WearOS app suddenly started getting rejected for splash icon despite nothing changed](https://www.reddit.com/r/androiddev/comments/17ygx3b/wearos_app_suddenly_started_getting_rejected_for/) -- [Do you write test cases?](https://www.reddit.com/r/androiddev/comments/17ycyxb/do_you_write_test_cases/) -- [Is it possible to have an app outside playstore but with Google play billing features?](https://www.reddit.com/r/androiddev/comments/17y89go/is_it_possible_to_have_an_app_outside_playstore/) -- [Started working on jetpack compose and now can't go back to the XML way which has most of the jobs.](https://www.reddit.com/r/androiddev/comments/17y4rit/started_working_on_jetpack_compose_and_now_cant/) -- [How do you draw ideas for your apps](https://www.reddit.com/r/androiddev/comments/17y2r87/how_do_you_draw_ideas_for_your_apps/) -- [Google terminated my account 3 years ago, a positive journey](https://www.reddit.com/r/androiddev/comments/17xm651/google_terminated_my_account_3_years_ago_a/) +- [Expanding Ads inside lists (popping up) - allowed?](https://www.reddit.com/r/androiddev/comments/17zz5bi/expanding_ads_inside_lists_popping_up_allowed/) +- [Xiaomi GetApps Email](https://www.reddit.com/r/androiddev/comments/17zz35h/xiaomi_getapps_email/) +- [Events as state are an antipattern](https://www.reddit.com/r/androiddev/comments/17zu7kr/events_as_state_are_an_antipattern/) +- [Does this look like an app that's been in development for 3 years with a budget of $500,000?](https://www.reddit.com/r/androiddev/comments/17zrn03/does_this_look_like_an_app_thats_been_in/) +- [Exercises in futility: One-time events in Android](https://www.reddit.com/r/androiddev/comments/17zq2ce/exercises_in_futility_onetime_events_in_android/) +- [Weekly Who's Hiring Thread - November 20, 2023](https://www.reddit.com/r/androiddev/comments/17zp5mk/weekly_whos_hiring_thread_november_20_2023/) +- [I Cant zoom out/ stuck on my android studio page](https://www.reddit.com/r/androiddev/comments/17zodci/i_cant_zoom_out_stuck_on_my_android_studio_page/) +- [Weekly discussion, code review, and feedback thread - November 20, 2023](https://www.reddit.com/r/androiddev/comments/17znzot/weekly_discussion_code_review_and_feedback_thread/) +- [20 Google Play App Testers as a Service?](https://www.reddit.com/r/androiddev/comments/17zm7kh/20_google_play_app_testers_as_a_service/) +- [Device Benchmarking In My App](https://www.reddit.com/r/androiddev/comments/17zdc8p/device_benchmarking_in_my_app/) ### *InfoWorld posts* From 3ced0de54d5b807d10286a04e2f690c6c07313fd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 22 Nov 2023 01:27:29 +0000 Subject: [PATCH 0725/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 11ade53986..710ee72cb0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [SpeechRecognizer API single words?](https://www.reddit.com/r/androiddev/comments/180j6l7/speechrecognizer_api_single_words/) +- [Can i upload app under my name at first for beta testers, and later under company name?](https://www.reddit.com/r/androiddev/comments/180hilp/can_i_upload_app_under_my_name_at_first_for_beta/) +- [Experimenting with my latest architectural design on the Sunflower clone project.](https://www.reddit.com/r/androiddev/comments/180e6e7/experimenting_with_my_latest_architectural_design/) +- [Video in hidden folder](https://www.reddit.com/r/androiddev/comments/180db99/video_in_hidden_folder/) +- [Transferring app to new Google Play account - what about subscriptions?](https://www.reddit.com/r/androiddev/comments/180cvh3/transferring_app_to_new_google_play_account_what/) - [Expanding Ads inside lists (popping up) - allowed?](https://www.reddit.com/r/androiddev/comments/17zz5bi/expanding_ads_inside_lists_popping_up_allowed/) - [Xiaomi GetApps Email](https://www.reddit.com/r/androiddev/comments/17zz35h/xiaomi_getapps_email/) - [Events as state are an antipattern](https://www.reddit.com/r/androiddev/comments/17zu7kr/events_as_state_are_an_antipattern/) - [Does this look like an app that's been in development for 3 years with a budget of $500,000?](https://www.reddit.com/r/androiddev/comments/17zrn03/does_this_look_like_an_app_thats_been_in/) - [Exercises in futility: One-time events in Android](https://www.reddit.com/r/androiddev/comments/17zq2ce/exercises_in_futility_onetime_events_in_android/) -- [Weekly Who's Hiring Thread - November 20, 2023](https://www.reddit.com/r/androiddev/comments/17zp5mk/weekly_whos_hiring_thread_november_20_2023/) -- [I Cant zoom out/ stuck on my android studio page](https://www.reddit.com/r/androiddev/comments/17zodci/i_cant_zoom_out_stuck_on_my_android_studio_page/) -- [Weekly discussion, code review, and feedback thread - November 20, 2023](https://www.reddit.com/r/androiddev/comments/17znzot/weekly_discussion_code_review_and_feedback_thread/) -- [20 Google Play App Testers as a Service?](https://www.reddit.com/r/androiddev/comments/17zm7kh/20_google_play_app_testers_as_a_service/) -- [Device Benchmarking In My App](https://www.reddit.com/r/androiddev/comments/17zdc8p/device_benchmarking_in_my_app/) ### *InfoWorld posts* From 8e474a3b95f35526a9c9481eddfeeebb286131cc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 23 Nov 2023 01:26:04 +0000 Subject: [PATCH 0726/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 710ee72cb0..1f9fbb7622 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Made a Jetpack Compose library for reordering items in a LazyColumn with drag and drop](https://www.reddit.com/r/androiddev/comments/181hemp/made_a_jetpack_compose_library_for_reordering/) +- [If I delete my developer account...](https://www.reddit.com/r/androiddev/comments/181cn5m/if_i_delete_my_developer_account/) +- [If I delete my developer account...](https://www.reddit.com/r/androiddev/comments/181cmvy/if_i_delete_my_developer_account/) +- [What are inline value classes in Kotlin and when you should use them](https://www.reddit.com/r/androiddev/comments/1818c50/what_are_inline_value_classes_in_kotlin_and_when/) +- [Airbnb clone with Kotlin Multiplatform](https://www.reddit.com/r/androiddev/comments/180yo2k/airbnb_clone_with_kotlin_multiplatform/) - [SpeechRecognizer API single words?](https://www.reddit.com/r/androiddev/comments/180j6l7/speechrecognizer_api_single_words/) - [Can i upload app under my name at first for beta testers, and later under company name?](https://www.reddit.com/r/androiddev/comments/180hilp/can_i_upload_app_under_my_name_at_first_for_beta/) - [Experimenting with my latest architectural design on the Sunflower clone project.](https://www.reddit.com/r/androiddev/comments/180e6e7/experimenting_with_my_latest_architectural_design/) - [Video in hidden folder](https://www.reddit.com/r/androiddev/comments/180db99/video_in_hidden_folder/) - [Transferring app to new Google Play account - what about subscriptions?](https://www.reddit.com/r/androiddev/comments/180cvh3/transferring_app_to_new_google_play_account_what/) -- [Expanding Ads inside lists (popping up) - allowed?](https://www.reddit.com/r/androiddev/comments/17zz5bi/expanding_ads_inside_lists_popping_up_allowed/) -- [Xiaomi GetApps Email](https://www.reddit.com/r/androiddev/comments/17zz35h/xiaomi_getapps_email/) -- [Events as state are an antipattern](https://www.reddit.com/r/androiddev/comments/17zu7kr/events_as_state_are_an_antipattern/) -- [Does this look like an app that's been in development for 3 years with a budget of $500,000?](https://www.reddit.com/r/androiddev/comments/17zrn03/does_this_look_like_an_app_thats_been_in/) -- [Exercises in futility: One-time events in Android](https://www.reddit.com/r/androiddev/comments/17zq2ce/exercises_in_futility_onetime_events_in_android/) ### *InfoWorld posts* From 5bc5a65d1fa456909e2e5b1bcd9dc28c430cb8dd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 24 Nov 2023 01:24:57 +0000 Subject: [PATCH 0727/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1f9fbb7622..2727ed37a6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [🎉 Introducing ksoup 0.0.5: A Game-Changer for Android Developers!](https://www.reddit.com/r/androiddev/comments/182ee0w/introducing_ksoup_005_a_gamechanger_for_android/) +- [Optimistic updates when using Room](https://www.reddit.com/r/androiddev/comments/182ecyc/optimistic_updates_when_using_room/) +- [Gestures in Jetpack compose — All you need to know — Part 2](https://www.reddit.com/r/androiddev/comments/1821i7m/gestures_in_jetpack_compose_all_you_need_to_know/) +- [How to update stateflow value in my viewmodel based on broadcast receiver's onReceive?](https://www.reddit.com/r/androiddev/comments/181yjsn/how_to_update_stateflow_value_in_my_viewmodel/) +- [Build Video Calling for Your Android WhatsApp Clone With Jetpack Compose](https://www.reddit.com/r/androiddev/comments/181x6jq/build_video_calling_for_your_android_whatsapp/) +- [Zap: A library for building multi-device applications](https://www.reddit.com/r/androiddev/comments/181u247/zap_a_library_for_building_multidevice/) - [Made a Jetpack Compose library for reordering items in a LazyColumn with drag and drop](https://www.reddit.com/r/androiddev/comments/181hemp/made_a_jetpack_compose_library_for_reordering/) - [If I delete my developer account...](https://www.reddit.com/r/androiddev/comments/181cn5m/if_i_delete_my_developer_account/) - [If I delete my developer account...](https://www.reddit.com/r/androiddev/comments/181cmvy/if_i_delete_my_developer_account/) - [What are inline value classes in Kotlin and when you should use them](https://www.reddit.com/r/androiddev/comments/1818c50/what_are_inline_value_classes_in_kotlin_and_when/) -- [Airbnb clone with Kotlin Multiplatform](https://www.reddit.com/r/androiddev/comments/180yo2k/airbnb_clone_with_kotlin_multiplatform/) -- [SpeechRecognizer API single words?](https://www.reddit.com/r/androiddev/comments/180j6l7/speechrecognizer_api_single_words/) -- [Can i upload app under my name at first for beta testers, and later under company name?](https://www.reddit.com/r/androiddev/comments/180hilp/can_i_upload_app_under_my_name_at_first_for_beta/) -- [Experimenting with my latest architectural design on the Sunflower clone project.](https://www.reddit.com/r/androiddev/comments/180e6e7/experimenting_with_my_latest_architectural_design/) -- [Video in hidden folder](https://www.reddit.com/r/androiddev/comments/180db99/video_in_hidden_folder/) -- [Transferring app to new Google Play account - what about subscriptions?](https://www.reddit.com/r/androiddev/comments/180cvh3/transferring_app_to_new_google_play_account_what/) ### *InfoWorld posts* From a9553ffc58a9011c4d32a5ab03870cf6528138d6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 25 Nov 2023 01:24:28 +0000 Subject: [PATCH 0728/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2727ed37a6..dae4d04a11 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Play Store rules - White Labelling - Do I need separate accounts?](https://www.reddit.com/r/androiddev/comments/1834yvy/play_store_rules_white_labelling_do_i_need/) +- [Good cheap device for developing own ROM?](https://www.reddit.com/r/androiddev/comments/18346dv/good_cheap_device_for_developing_own_rom/) +- [What will happen to my app when I die?](https://www.reddit.com/r/androiddev/comments/1830og1/what_will_happen_to_my_app_when_i_die/) +- [Wireless Debugging connected device keeps dropping in and out](https://www.reddit.com/r/androiddev/comments/182wqmc/wireless_debugging_connected_device_keeps/) +- [help please. imei showing as 0 but have phone signal and mobile data working.](https://www.reddit.com/r/androiddev/comments/182w2i0/help_please_imei_showing_as_0_but_have_phone/) +- [AMA Announcement: Join Mobile App Security Experts Dennis Titze and Ryan Lloyd from Guardsquare on December 5th for a Q&A Session!](https://www.reddit.com/r/androiddev/comments/182vs6z/ama_announcement_join_mobile_app_security_experts/) +- [What does Android struggle with v iOS?](https://www.reddit.com/r/androiddev/comments/182ss5g/what_does_android_struggle_with_v_ios/) +- [my app is getting rejected for Disruptive Ads but i don't know what's rong or what to change](https://www.reddit.com/r/androiddev/comments/182rudk/my_app_is_getting_rejected_for_disruptive_ads_but/) +- [How many modules do you have in your project?](https://www.reddit.com/r/androiddev/comments/182paxy/how_many_modules_do_you_have_in_your_project/) - [🎉 Introducing ksoup 0.0.5: A Game-Changer for Android Developers!](https://www.reddit.com/r/androiddev/comments/182ee0w/introducing_ksoup_005_a_gamechanger_for_android/) -- [Optimistic updates when using Room](https://www.reddit.com/r/androiddev/comments/182ecyc/optimistic_updates_when_using_room/) -- [Gestures in Jetpack compose — All you need to know — Part 2](https://www.reddit.com/r/androiddev/comments/1821i7m/gestures_in_jetpack_compose_all_you_need_to_know/) -- [How to update stateflow value in my viewmodel based on broadcast receiver's onReceive?](https://www.reddit.com/r/androiddev/comments/181yjsn/how_to_update_stateflow_value_in_my_viewmodel/) -- [Build Video Calling for Your Android WhatsApp Clone With Jetpack Compose](https://www.reddit.com/r/androiddev/comments/181x6jq/build_video_calling_for_your_android_whatsapp/) -- [Zap: A library for building multi-device applications](https://www.reddit.com/r/androiddev/comments/181u247/zap_a_library_for_building_multidevice/) -- [Made a Jetpack Compose library for reordering items in a LazyColumn with drag and drop](https://www.reddit.com/r/androiddev/comments/181hemp/made_a_jetpack_compose_library_for_reordering/) -- [If I delete my developer account...](https://www.reddit.com/r/androiddev/comments/181cn5m/if_i_delete_my_developer_account/) -- [If I delete my developer account...](https://www.reddit.com/r/androiddev/comments/181cmvy/if_i_delete_my_developer_account/) -- [What are inline value classes in Kotlin and when you should use them](https://www.reddit.com/r/androiddev/comments/1818c50/what_are_inline_value_classes_in_kotlin_and_when/) ### *InfoWorld posts* From bcca3a2162b0b5458d3a44db8afdf7f9410c5a56 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 26 Nov 2023 01:28:16 +0000 Subject: [PATCH 0729/1422] Updated with the latest blog posts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dae4d04a11..be367e44d2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Merchant account from unsupported country](https://www.reddit.com/r/androiddev/comments/183esyf/merchant_account_from_unsupported_country/) - [Play Store rules - White Labelling - Do I need separate accounts?](https://www.reddit.com/r/androiddev/comments/1834yvy/play_store_rules_white_labelling_do_i_need/) - [Good cheap device for developing own ROM?](https://www.reddit.com/r/androiddev/comments/18346dv/good_cheap_device_for_developing_own_rom/) - [What will happen to my app when I die?](https://www.reddit.com/r/androiddev/comments/1830og1/what_will_happen_to_my_app_when_i_die/) - [Wireless Debugging connected device keeps dropping in and out](https://www.reddit.com/r/androiddev/comments/182wqmc/wireless_debugging_connected_device_keeps/) -- [help please. imei showing as 0 but have phone signal and mobile data working.](https://www.reddit.com/r/androiddev/comments/182w2i0/help_please_imei_showing_as_0_but_have_phone/) - [AMA Announcement: Join Mobile App Security Experts Dennis Titze and Ryan Lloyd from Guardsquare on December 5th for a Q&A Session!](https://www.reddit.com/r/androiddev/comments/182vs6z/ama_announcement_join_mobile_app_security_experts/) - [What does Android struggle with v iOS?](https://www.reddit.com/r/androiddev/comments/182ss5g/what_does_android_struggle_with_v_ios/) - [my app is getting rejected for Disruptive Ads but i don't know what's rong or what to change](https://www.reddit.com/r/androiddev/comments/182rudk/my_app_is_getting_rejected_for_disruptive_ads_but/) - [How many modules do you have in your project?](https://www.reddit.com/r/androiddev/comments/182paxy/how_many_modules_do_you_have_in_your_project/) -- [🎉 Introducing ksoup 0.0.5: A Game-Changer for Android Developers!](https://www.reddit.com/r/androiddev/comments/182ee0w/introducing_ksoup_005_a_gamechanger_for_android/) +- [Optimistic updates when using Room](https://www.reddit.com/r/androiddev/comments/182ecyc/optimistic_updates_when_using_room/) ### *InfoWorld posts* From ebce14505e1e353a4fb9fd175e42c1a8ae69fb03 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 27 Nov 2023 01:26:23 +0000 Subject: [PATCH 0730/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index be367e44d2..153f0075cc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [layout preview stops working when I use app:layout_behavior="@string/appbar_scrolling_view_behavior"](https://www.reddit.com/r/androiddev/comments/184o2d4/layout_preview_stops_working_when_i_use_applayout/) +- [Android Studio Emulator - Initiate a Factory Reset for Testing](https://www.reddit.com/r/androiddev/comments/184jdtj/android_studio_emulator_initiate_a_factory_reset/) +- [Medium Membership and Accessing Android Dev Articles on Medium](https://www.reddit.com/r/androiddev/comments/184du3z/medium_membership_and_accessing_android_dev/) +- [Google's GDPR Consent Form has a memory leak](https://www.reddit.com/r/androiddev/comments/1844ogy/googles_gdpr_consent_form_has_a_memory_leak/) +- [Trailing lambda syntax - Readability](https://www.reddit.com/r/androiddev/comments/1842zik/trailing_lambda_syntax_readability/) - [Merchant account from unsupported country](https://www.reddit.com/r/androiddev/comments/183esyf/merchant_account_from_unsupported_country/) - [Play Store rules - White Labelling - Do I need separate accounts?](https://www.reddit.com/r/androiddev/comments/1834yvy/play_store_rules_white_labelling_do_i_need/) - [Good cheap device for developing own ROM?](https://www.reddit.com/r/androiddev/comments/18346dv/good_cheap_device_for_developing_own_rom/) - [What will happen to my app when I die?](https://www.reddit.com/r/androiddev/comments/1830og1/what_will_happen_to_my_app_when_i_die/) - [Wireless Debugging connected device keeps dropping in and out](https://www.reddit.com/r/androiddev/comments/182wqmc/wireless_debugging_connected_device_keeps/) -- [AMA Announcement: Join Mobile App Security Experts Dennis Titze and Ryan Lloyd from Guardsquare on December 5th for a Q&A Session!](https://www.reddit.com/r/androiddev/comments/182vs6z/ama_announcement_join_mobile_app_security_experts/) -- [What does Android struggle with v iOS?](https://www.reddit.com/r/androiddev/comments/182ss5g/what_does_android_struggle_with_v_ios/) -- [my app is getting rejected for Disruptive Ads but i don't know what's rong or what to change](https://www.reddit.com/r/androiddev/comments/182rudk/my_app_is_getting_rejected_for_disruptive_ads_but/) -- [How many modules do you have in your project?](https://www.reddit.com/r/androiddev/comments/182paxy/how_many_modules_do_you_have_in_your_project/) -- [Optimistic updates when using Room](https://www.reddit.com/r/androiddev/comments/182ecyc/optimistic_updates_when_using_room/) ### *InfoWorld posts* From 6b87551f498c5b6f9209efc29fa32a29a2106dfa Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 28 Nov 2023 01:26:51 +0000 Subject: [PATCH 0731/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 153f0075cc..5b2bef44f4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [layout preview stops working when I use app:layout_behavior="@string/appbar_scrolling_view_behavior"](https://www.reddit.com/r/androiddev/comments/184o2d4/layout_preview_stops_working_when_i_use_applayout/) +- [Safety data](https://www.reddit.com/r/androiddev/comments/1858kye/safety_data/) +- [Component-based Approach. Implementing Screens with the Decompose Library](https://www.reddit.com/r/androiddev/comments/185696a/componentbased_approach_implementing_screens_with/) +- [Weekly Who's Hiring Thread - November 27, 2023](https://www.reddit.com/r/androiddev/comments/1853l5z/weekly_whos_hiring_thread_november_27_2023/) +- [Weekly discussion, code review, and feedback thread - November 27, 2023](https://www.reddit.com/r/androiddev/comments/1852f1d/weekly_discussion_code_review_and_feedback_thread/) +- [Exploring Molecule and Beyond with Jake Wharton](https://www.reddit.com/r/androiddev/comments/184z188/exploring_molecule_and_beyond_with_jake_wharton/) +- [Become a Koin Community Lead](https://www.reddit.com/r/androiddev/comments/184yehw/become_a_koin_community_lead/) - [Android Studio Emulator - Initiate a Factory Reset for Testing](https://www.reddit.com/r/androiddev/comments/184jdtj/android_studio_emulator_initiate_a_factory_reset/) - [Medium Membership and Accessing Android Dev Articles on Medium](https://www.reddit.com/r/androiddev/comments/184du3z/medium_membership_and_accessing_android_dev/) - [Google's GDPR Consent Form has a memory leak](https://www.reddit.com/r/androiddev/comments/1844ogy/googles_gdpr_consent_form_has_a_memory_leak/) - [Trailing lambda syntax - Readability](https://www.reddit.com/r/androiddev/comments/1842zik/trailing_lambda_syntax_readability/) -- [Merchant account from unsupported country](https://www.reddit.com/r/androiddev/comments/183esyf/merchant_account_from_unsupported_country/) -- [Play Store rules - White Labelling - Do I need separate accounts?](https://www.reddit.com/r/androiddev/comments/1834yvy/play_store_rules_white_labelling_do_i_need/) -- [Good cheap device for developing own ROM?](https://www.reddit.com/r/androiddev/comments/18346dv/good_cheap_device_for_developing_own_rom/) -- [What will happen to my app when I die?](https://www.reddit.com/r/androiddev/comments/1830og1/what_will_happen_to_my_app_when_i_die/) -- [Wireless Debugging connected device keeps dropping in and out](https://www.reddit.com/r/androiddev/comments/182wqmc/wireless_debugging_connected_device_keeps/) ### *InfoWorld posts* From 828bd21c2c4b308ce0037cfcf4d91ccaf1e5b620 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 29 Nov 2023 01:26:44 +0000 Subject: [PATCH 0732/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5b2bef44f4..08719ddd81 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [@Composable memory leak crash: my journey of researching a tricky bug](https://www.reddit.com/r/androiddev/comments/186anvh/composable_memory_leak_crash_my_journey_of/) +- [Your thoughts and experiences on Room performances](https://www.reddit.com/r/androiddev/comments/186afzc/your_thoughts_and_experiences_on_room_performances/) +- [Android Studio Iguana | 2023.2.1 Canary 15 now available](https://www.reddit.com/r/androiddev/comments/18628oq/android_studio_iguana_202321_canary_15_now/) +- [Google's consent message in combination with Analytics and Crashlytics](https://www.reddit.com/r/androiddev/comments/1861fyu/googles_consent_message_in_combination_with/) +- [How is your QC team structure?](https://www.reddit.com/r/androiddev/comments/185p0ds/how_is_your_qc_team_structure/) +- [Thoughts on Compose Navigation?](https://www.reddit.com/r/androiddev/comments/185kin1/thoughts_on_compose_navigation/) +- [Google Play Console Question](https://www.reddit.com/r/androiddev/comments/185jyj7/google_play_console_question/) - [Safety data](https://www.reddit.com/r/androiddev/comments/1858kye/safety_data/) - [Component-based Approach. Implementing Screens with the Decompose Library](https://www.reddit.com/r/androiddev/comments/185696a/componentbased_approach_implementing_screens_with/) - [Weekly Who's Hiring Thread - November 27, 2023](https://www.reddit.com/r/androiddev/comments/1853l5z/weekly_whos_hiring_thread_november_27_2023/) -- [Weekly discussion, code review, and feedback thread - November 27, 2023](https://www.reddit.com/r/androiddev/comments/1852f1d/weekly_discussion_code_review_and_feedback_thread/) -- [Exploring Molecule and Beyond with Jake Wharton](https://www.reddit.com/r/androiddev/comments/184z188/exploring_molecule_and_beyond_with_jake_wharton/) -- [Become a Koin Community Lead](https://www.reddit.com/r/androiddev/comments/184yehw/become_a_koin_community_lead/) -- [Android Studio Emulator - Initiate a Factory Reset for Testing](https://www.reddit.com/r/androiddev/comments/184jdtj/android_studio_emulator_initiate_a_factory_reset/) -- [Medium Membership and Accessing Android Dev Articles on Medium](https://www.reddit.com/r/androiddev/comments/184du3z/medium_membership_and_accessing_android_dev/) -- [Google's GDPR Consent Form has a memory leak](https://www.reddit.com/r/androiddev/comments/1844ogy/googles_gdpr_consent_form_has_a_memory_leak/) -- [Trailing lambda syntax - Readability](https://www.reddit.com/r/androiddev/comments/1842zik/trailing_lambda_syntax_readability/) ### *InfoWorld posts* From 016e41e42c175b2cc4eee09366220f54b20dec0d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 30 Nov 2023 01:26:21 +0000 Subject: [PATCH 0733/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 08719ddd81..bd5c0515e3 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Why register on the call-site is different from the implementation-site?](https://www.reddit.com/r/androiddev/comments/186zshg/why_register_on_the_callsite_is_different_from/) +- [freeDictionary is a simple android application for freeDictionaryAPI](https://www.reddit.com/r/androiddev/comments/186yyww/freedictionary_is_a_simple_android_application/) +- [What is important for a well working Android development team?](https://www.reddit.com/r/androiddev/comments/186xoyf/what_is_important_for_a_well_working_android/) +- [FlexibleBottomSheet - Advanced Jetpack Compose bottom sheet for segmented sizing and non-modal type, similar to Google Maps.](https://www.reddit.com/r/androiddev/comments/186nlgp/flexiblebottomsheet_advanced_jetpack_compose/) +- [Play developer registration suddenly not possible from Andorra](https://www.reddit.com/r/androiddev/comments/186lmas/play_developer_registration_suddenly_not_possible/) +- [Country Code Picker Lib](https://www.reddit.com/r/androiddev/comments/186k4tl/country_code_picker_lib/) - [@Composable memory leak crash: my journey of researching a tricky bug](https://www.reddit.com/r/androiddev/comments/186anvh/composable_memory_leak_crash_my_journey_of/) - [Your thoughts and experiences on Room performances](https://www.reddit.com/r/androiddev/comments/186afzc/your_thoughts_and_experiences_on_room_performances/) - [Android Studio Iguana | 2023.2.1 Canary 15 now available](https://www.reddit.com/r/androiddev/comments/18628oq/android_studio_iguana_202321_canary_15_now/) - [Google's consent message in combination with Analytics and Crashlytics](https://www.reddit.com/r/androiddev/comments/1861fyu/googles_consent_message_in_combination_with/) -- [How is your QC team structure?](https://www.reddit.com/r/androiddev/comments/185p0ds/how_is_your_qc_team_structure/) -- [Thoughts on Compose Navigation?](https://www.reddit.com/r/androiddev/comments/185kin1/thoughts_on_compose_navigation/) -- [Google Play Console Question](https://www.reddit.com/r/androiddev/comments/185jyj7/google_play_console_question/) -- [Safety data](https://www.reddit.com/r/androiddev/comments/1858kye/safety_data/) -- [Component-based Approach. Implementing Screens with the Decompose Library](https://www.reddit.com/r/androiddev/comments/185696a/componentbased_approach_implementing_screens_with/) -- [Weekly Who's Hiring Thread - November 27, 2023](https://www.reddit.com/r/androiddev/comments/1853l5z/weekly_whos_hiring_thread_november_27_2023/) ### *InfoWorld posts* From ee36381c1d3d5ae15edafecda255fbc8b3e1cffe Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 1 Dec 2023 01:28:59 +0000 Subject: [PATCH 0734/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bd5c0515e3..d2644b1b7d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Why register on the call-site is different from the implementation-site?](https://www.reddit.com/r/androiddev/comments/186zshg/why_register_on_the_callsite_is_different_from/) -- [freeDictionary is a simple android application for freeDictionaryAPI](https://www.reddit.com/r/androiddev/comments/186yyww/freedictionary_is_a_simple_android_application/) -- [What is important for a well working Android development team?](https://www.reddit.com/r/androiddev/comments/186xoyf/what_is_important_for_a_well_working_android/) -- [FlexibleBottomSheet - Advanced Jetpack Compose bottom sheet for segmented sizing and non-modal type, similar to Google Maps.](https://www.reddit.com/r/androiddev/comments/186nlgp/flexiblebottomsheet_advanced_jetpack_compose/) -- [Play developer registration suddenly not possible from Andorra](https://www.reddit.com/r/androiddev/comments/186lmas/play_developer_registration_suddenly_not_possible/) -- [Country Code Picker Lib](https://www.reddit.com/r/androiddev/comments/186k4tl/country_code_picker_lib/) -- [@Composable memory leak crash: my journey of researching a tricky bug](https://www.reddit.com/r/androiddev/comments/186anvh/composable_memory_leak_crash_my_journey_of/) -- [Your thoughts and experiences on Room performances](https://www.reddit.com/r/androiddev/comments/186afzc/your_thoughts_and_experiences_on_room_performances/) -- [Android Studio Iguana | 2023.2.1 Canary 15 now available](https://www.reddit.com/r/androiddev/comments/18628oq/android_studio_iguana_202321_canary_15_now/) -- [Google's consent message in combination with Analytics and Crashlytics](https://www.reddit.com/r/androiddev/comments/1861fyu/googles_consent_message_in_combination_with/) +- [Anyway to take a screenshot of just the activity window without having to write a bunch of code? I want a pic of my UI with a transparent background so can try out some designs in Photoshop but adb always takes a pic of the whole screen](https://www.reddit.com/r/androiddev/comments/187wqgy/anyway_to_take_a_screenshot_of_just_the_activity/) +- [Android Studio Iguana | 2023.2.1 Canary 16 now available](https://www.reddit.com/r/androiddev/comments/187vwd4/android_studio_iguana_202321_canary_16_now/) +- [What's the best way to make an app proxy system HTTP traffic for specific domains in Android?](https://www.reddit.com/r/androiddev/comments/187vfn2/whats_the_best_way_to_make_an_app_proxy_system/) +- [How were android apps developed between before 2012?](https://www.reddit.com/r/androiddev/comments/187u4fp/how_were_android_apps_developed_between_before/) +- [Data Safety section missing?](https://www.reddit.com/r/androiddev/comments/187rpy7/data_safety_section_missing/) +- [Android Studio Hedgehog | 2023.1.1 now available](https://www.reddit.com/r/androiddev/comments/187q3qm/android_studio_hedgehog_202311_now_available/) +- [Espresso cant find a previously clicked card...](https://www.reddit.com/r/androiddev/comments/187owc5/espresso_cant_find_a_previously_clicked_card/) +- [So is it fair to assume there will be no more annual Android Dev Summits?](https://www.reddit.com/r/androiddev/comments/187kmpd/so_is_it_fair_to_assume_there_will_be_no_more/) +- [Helpful discord community for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/187i9s5/helpful_discord_community_for_jetpack_compose/) +- [I got notification for New review on my android app and it did disappear](https://www.reddit.com/r/androiddev/comments/187gf49/i_got_notification_for_new_review_on_my_android/) ### *InfoWorld posts* From 04dc1039c770fafdf01ef255f960a583c35cbf96 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 2 Dec 2023 01:24:37 +0000 Subject: [PATCH 0735/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d2644b1b7d..9c3973f348 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Anyway to take a screenshot of just the activity window without having to write a bunch of code? I want a pic of my UI with a transparent background so can try out some designs in Photoshop but adb always takes a pic of the whole screen](https://www.reddit.com/r/androiddev/comments/187wqgy/anyway_to_take_a_screenshot_of_just_the_activity/) +- [Play Store app organic search activity experiences as indie dev](https://www.reddit.com/r/androiddev/comments/188j4qa/play_store_app_organic_search_activity/) +- [First look at AndroidX Bluetooth - cautiously surprised but lot of areas for improvement!](https://www.reddit.com/r/androiddev/comments/188dtu5/first_look_at_androidx_bluetooth_cautiously/) +- [Is the Ability to Maintain Subscription Benefits After Switching Google Play Accounts an Exploit or Intentional Feature?](https://www.reddit.com/r/androiddev/comments/1888hf9/is_the_ability_to_maintain_subscription_benefits/) +- [Flavor specific native files](https://www.reddit.com/r/androiddev/comments/188264z/flavor_specific_native_files/) - [Android Studio Iguana | 2023.2.1 Canary 16 now available](https://www.reddit.com/r/androiddev/comments/187vwd4/android_studio_iguana_202321_canary_16_now/) -- [What's the best way to make an app proxy system HTTP traffic for specific domains in Android?](https://www.reddit.com/r/androiddev/comments/187vfn2/whats_the_best_way_to_make_an_app_proxy_system/) - [How were android apps developed between before 2012?](https://www.reddit.com/r/androiddev/comments/187u4fp/how_were_android_apps_developed_between_before/) - [Data Safety section missing?](https://www.reddit.com/r/androiddev/comments/187rpy7/data_safety_section_missing/) - [Android Studio Hedgehog | 2023.1.1 now available](https://www.reddit.com/r/androiddev/comments/187q3qm/android_studio_hedgehog_202311_now_available/) - [Espresso cant find a previously clicked card...](https://www.reddit.com/r/androiddev/comments/187owc5/espresso_cant_find_a_previously_clicked_card/) - [So is it fair to assume there will be no more annual Android Dev Summits?](https://www.reddit.com/r/androiddev/comments/187kmpd/so_is_it_fair_to_assume_there_will_be_no_more/) -- [Helpful discord community for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/187i9s5/helpful_discord_community_for_jetpack_compose/) -- [I got notification for New review on my android app and it did disappear](https://www.reddit.com/r/androiddev/comments/187gf49/i_got_notification_for_new_review_on_my_android/) ### *InfoWorld posts* From 6631e93d7b4cd73a9418c7059096e1063d25cc7d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 3 Dec 2023 01:28:12 +0000 Subject: [PATCH 0736/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9c3973f348..0067fcf06b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Is it save to let AdMob create my GDPR consent message?](https://www.reddit.com/r/androiddev/comments/189db7d/is_it_save_to_let_admob_create_my_gdpr_consent/) +- [Google requires me to add account deletion page for apps without accounts](https://www.reddit.com/r/androiddev/comments/1894xst/google_requires_me_to_add_account_deletion_page/) +- [Google In-app Rating Review Quota](https://www.reddit.com/r/androiddev/comments/1892yc1/google_inapp_rating_review_quota/) +- [how to provide account deletion if you don't offer creation of accounts? gdpr](https://www.reddit.com/r/androiddev/comments/1892fh4/how_to_provide_account_deletion_if_you_dont_offer/) +- [Jetpack Navigation, ViewModel and UDF](https://www.reddit.com/r/androiddev/comments/188zte4/jetpack_navigation_viewmodel_and_udf/) +- [Yet Another ChatGPT Client Clone for Android with Kotlin and Jetpack Compose](https://www.reddit.com/r/androiddev/comments/188zlzy/yet_another_chatgpt_client_clone_for_android_with/) - [Play Store app organic search activity experiences as indie dev](https://www.reddit.com/r/androiddev/comments/188j4qa/play_store_app_organic_search_activity/) - [First look at AndroidX Bluetooth - cautiously surprised but lot of areas for improvement!](https://www.reddit.com/r/androiddev/comments/188dtu5/first_look_at_androidx_bluetooth_cautiously/) - [Is the Ability to Maintain Subscription Benefits After Switching Google Play Accounts an Exploit or Intentional Feature?](https://www.reddit.com/r/androiddev/comments/1888hf9/is_the_ability_to_maintain_subscription_benefits/) - [Flavor specific native files](https://www.reddit.com/r/androiddev/comments/188264z/flavor_specific_native_files/) -- [Android Studio Iguana | 2023.2.1 Canary 16 now available](https://www.reddit.com/r/androiddev/comments/187vwd4/android_studio_iguana_202321_canary_16_now/) -- [How were android apps developed between before 2012?](https://www.reddit.com/r/androiddev/comments/187u4fp/how_were_android_apps_developed_between_before/) -- [Data Safety section missing?](https://www.reddit.com/r/androiddev/comments/187rpy7/data_safety_section_missing/) -- [Android Studio Hedgehog | 2023.1.1 now available](https://www.reddit.com/r/androiddev/comments/187q3qm/android_studio_hedgehog_202311_now_available/) -- [Espresso cant find a previously clicked card...](https://www.reddit.com/r/androiddev/comments/187owc5/espresso_cant_find_a_previously_clicked_card/) -- [So is it fair to assume there will be no more annual Android Dev Summits?](https://www.reddit.com/r/androiddev/comments/187kmpd/so_is_it_fair_to_assume_there_will_be_no_more/) ### *InfoWorld posts* From 5d4c8585b8e5ef15b811d7e3e1c3a023a54d6406 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 4 Dec 2023 01:26:48 +0000 Subject: [PATCH 0737/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0067fcf06b..05f1cdc719 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Keyword spotting](https://www.reddit.com/r/androiddev/comments/189wi3j/keyword_spotting/) +- [How to scroll through side bar tool windows (android studio)?](https://www.reddit.com/r/androiddev/comments/189sbyr/how_to_scroll_through_side_bar_tool_windows/) +- [HILT - ViewModel - Activity -> Navigation -> Composable element](https://www.reddit.com/r/androiddev/comments/189nhiw/hilt_viewmodel_activity_navigation_composable/) +- [As of now, What is the best performed Android Charting Library?](https://www.reddit.com/r/androiddev/comments/189mlv8/as_of_now_what_is_the_best_performed_android/) - [Is it save to let AdMob create my GDPR consent message?](https://www.reddit.com/r/androiddev/comments/189db7d/is_it_save_to_let_admob_create_my_gdpr_consent/) - [Google requires me to add account deletion page for apps without accounts](https://www.reddit.com/r/androiddev/comments/1894xst/google_requires_me_to_add_account_deletion_page/) - [Google In-app Rating Review Quota](https://www.reddit.com/r/androiddev/comments/1892yc1/google_inapp_rating_review_quota/) - [how to provide account deletion if you don't offer creation of accounts? gdpr](https://www.reddit.com/r/androiddev/comments/1892fh4/how_to_provide_account_deletion_if_you_dont_offer/) - [Jetpack Navigation, ViewModel and UDF](https://www.reddit.com/r/androiddev/comments/188zte4/jetpack_navigation_viewmodel_and_udf/) - [Yet Another ChatGPT Client Clone for Android with Kotlin and Jetpack Compose](https://www.reddit.com/r/androiddev/comments/188zlzy/yet_another_chatgpt_client_clone_for_android_with/) -- [Play Store app organic search activity experiences as indie dev](https://www.reddit.com/r/androiddev/comments/188j4qa/play_store_app_organic_search_activity/) -- [First look at AndroidX Bluetooth - cautiously surprised but lot of areas for improvement!](https://www.reddit.com/r/androiddev/comments/188dtu5/first_look_at_androidx_bluetooth_cautiously/) -- [Is the Ability to Maintain Subscription Benefits After Switching Google Play Accounts an Exploit or Intentional Feature?](https://www.reddit.com/r/androiddev/comments/1888hf9/is_the_ability_to_maintain_subscription_benefits/) -- [Flavor specific native files](https://www.reddit.com/r/androiddev/comments/188264z/flavor_specific_native_files/) ### *InfoWorld posts* From 21e26ebedf2843fa2c8c836a2f7114d6a6682e5e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 5 Dec 2023 01:27:01 +0000 Subject: [PATCH 0738/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 05f1cdc719..569b882ccd 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Keyword spotting](https://www.reddit.com/r/androiddev/comments/189wi3j/keyword_spotting/) -- [How to scroll through side bar tool windows (android studio)?](https://www.reddit.com/r/androiddev/comments/189sbyr/how_to_scroll_through_side_bar_tool_windows/) -- [HILT - ViewModel - Activity -> Navigation -> Composable element](https://www.reddit.com/r/androiddev/comments/189nhiw/hilt_viewmodel_activity_navigation_composable/) -- [As of now, What is the best performed Android Charting Library?](https://www.reddit.com/r/androiddev/comments/189mlv8/as_of_now_what_is_the_best_performed_android/) -- [Is it save to let AdMob create my GDPR consent message?](https://www.reddit.com/r/androiddev/comments/189db7d/is_it_save_to_let_admob_create_my_gdpr_consent/) -- [Google requires me to add account deletion page for apps without accounts](https://www.reddit.com/r/androiddev/comments/1894xst/google_requires_me_to_add_account_deletion_page/) -- [Google In-app Rating Review Quota](https://www.reddit.com/r/androiddev/comments/1892yc1/google_inapp_rating_review_quota/) -- [how to provide account deletion if you don't offer creation of accounts? gdpr](https://www.reddit.com/r/androiddev/comments/1892fh4/how_to_provide_account_deletion_if_you_dont_offer/) -- [Jetpack Navigation, ViewModel and UDF](https://www.reddit.com/r/androiddev/comments/188zte4/jetpack_navigation_viewmodel_and_udf/) -- [Yet Another ChatGPT Client Clone for Android with Kotlin and Jetpack Compose](https://www.reddit.com/r/androiddev/comments/188zlzy/yet_another_chatgpt_client_clone_for_android_with/) +- [Sub or community for indie developers?](https://www.reddit.com/r/androiddev/comments/18axrl2/sub_or_community_for_indie_developers/) +- [Webview in compose](https://www.reddit.com/r/androiddev/comments/18at4q7/webview_in_compose/) +- [AMA: Ask Us Anything about Mobile App Security!](https://www.reddit.com/r/androiddev/comments/18arazr/ama_ask_us_anything_about_mobile_app_security/) +- [Data Safety Form - Account Deletion Update](https://www.reddit.com/r/androiddev/comments/18ap8oa/data_safety_form_account_deletion_update/) +- [How to detect if task bar is shown?](https://www.reddit.com/r/androiddev/comments/18alcao/how_to_detect_if_task_bar_is_shown/) +- [Weekly Who's Hiring Thread - December 04, 2023](https://www.reddit.com/r/androiddev/comments/18aksfh/weekly_whos_hiring_thread_december_04_2023/) +- [Auto-formater for Android (Kotlin)](https://www.reddit.com/r/androiddev/comments/18ak4c8/autoformater_for_android_kotlin/) +- [Weekly discussion, code review, and feedback thread - December 04, 2023](https://www.reddit.com/r/androiddev/comments/18ajoze/weekly_discussion_code_review_and_feedback_thread/) +- [Is there any reason why there's no firs-class support for JUnit v5 in Android?](https://www.reddit.com/r/androiddev/comments/18agyrg/is_there_any_reason_why_theres_no_firsclass/) +- [LeakCanary Masterclass with Pierre-Yves Ricau - Unraveling Android Memory Leaks](https://www.reddit.com/r/androiddev/comments/18agfxx/leakcanary_masterclass_with_pierreyves_ricau/) ### *InfoWorld posts* From 986b21051183f6ee4bebf7e228c010272c280ada Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 6 Dec 2023 01:26:43 +0000 Subject: [PATCH 0739/1422] Updated with the latest blog posts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 569b882ccd..dbacc12536 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,8 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [CardView inside RecyclerView - the stretch overscroll seems to make the card shadows darker](https://www.reddit.com/r/androiddev/comments/18bk9ol/cardview_inside_recyclerview_the_stretch/) +- [Dagger 2.49 (KSP, @AssistedInject with @HiltViewModel, more)](https://www.reddit.com/r/androiddev/comments/18b8e76/dagger_249_ksp_assistedinject_with_hiltviewmodel/) - [Sub or community for indie developers?](https://www.reddit.com/r/androiddev/comments/18axrl2/sub_or_community_for_indie_developers/) - [Webview in compose](https://www.reddit.com/r/androiddev/comments/18at4q7/webview_in_compose/) - [AMA: Ask Us Anything about Mobile App Security!](https://www.reddit.com/r/androiddev/comments/18arazr/ama_ask_us_anything_about_mobile_app_security/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Weekly Who's Hiring Thread - December 04, 2023](https://www.reddit.com/r/androiddev/comments/18aksfh/weekly_whos_hiring_thread_december_04_2023/) - [Auto-formater for Android (Kotlin)](https://www.reddit.com/r/androiddev/comments/18ak4c8/autoformater_for_android_kotlin/) - [Weekly discussion, code review, and feedback thread - December 04, 2023](https://www.reddit.com/r/androiddev/comments/18ajoze/weekly_discussion_code_review_and_feedback_thread/) -- [Is there any reason why there's no firs-class support for JUnit v5 in Android?](https://www.reddit.com/r/androiddev/comments/18agyrg/is_there_any_reason_why_theres_no_firsclass/) -- [LeakCanary Masterclass with Pierre-Yves Ricau - Unraveling Android Memory Leaks](https://www.reddit.com/r/androiddev/comments/18agfxx/leakcanary_masterclass_with_pierreyves_ricau/) ### *InfoWorld posts* From 2861e9bdfd932450f09cd3d38d155546ab8bdbed Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 7 Dec 2023 01:26:30 +0000 Subject: [PATCH 0740/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index dbacc12536..42af0a8349 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [CardView inside RecyclerView - the stretch overscroll seems to make the card shadows darker](https://www.reddit.com/r/androiddev/comments/18bk9ol/cardview_inside_recyclerview_the_stretch/) -- [Dagger 2.49 (KSP, @AssistedInject with @HiltViewModel, more)](https://www.reddit.com/r/androiddev/comments/18b8e76/dagger_249_ksp_assistedinject_with_hiltviewmodel/) -- [Sub or community for indie developers?](https://www.reddit.com/r/androiddev/comments/18axrl2/sub_or_community_for_indie_developers/) -- [Webview in compose](https://www.reddit.com/r/androiddev/comments/18at4q7/webview_in_compose/) -- [AMA: Ask Us Anything about Mobile App Security!](https://www.reddit.com/r/androiddev/comments/18arazr/ama_ask_us_anything_about_mobile_app_security/) -- [Data Safety Form - Account Deletion Update](https://www.reddit.com/r/androiddev/comments/18ap8oa/data_safety_form_account_deletion_update/) -- [How to detect if task bar is shown?](https://www.reddit.com/r/androiddev/comments/18alcao/how_to_detect_if_task_bar_is_shown/) -- [Weekly Who's Hiring Thread - December 04, 2023](https://www.reddit.com/r/androiddev/comments/18aksfh/weekly_whos_hiring_thread_december_04_2023/) -- [Auto-formater for Android (Kotlin)](https://www.reddit.com/r/androiddev/comments/18ak4c8/autoformater_for_android_kotlin/) -- [Weekly discussion, code review, and feedback thread - December 04, 2023](https://www.reddit.com/r/androiddev/comments/18ajoze/weekly_discussion_code_review_and_feedback_thread/) +- [الليث](https://www.reddit.com/r/androiddev/comments/18cegyl/الليث/) +- [Google Play Store reviewers keep messing with production data - how to get them to stop?](https://www.reddit.com/r/androiddev/comments/18ce6nq/google_play_store_reviewers_keep_messing_with/) +- [I'm regards to the Account Deletion requirements](https://www.reddit.com/r/androiddev/comments/18ce695/im_regards_to_the_account_deletion_requirements/) +- [Flutter Instagram Clone with Firebase - Part 6: Home Screen](https://www.reddit.com/r/androiddev/comments/18cciom/flutter_instagram_clone_with_firebase_part_6_home/) +- [Webinar Recap: iOS Development with Kotlin Multiplatform - Tips, Tricks, and Team Triumphs!](https://www.reddit.com/r/androiddev/comments/18ccgtv/webinar_recap_ios_development_with_kotlin/) +- [Changing storage location on pixel 8pro](https://www.reddit.com/r/androiddev/comments/18cb9el/changing_storage_location_on_pixel_8pro/) +- [Recommended Consultancy Companys for Achieving App Growth](https://www.reddit.com/r/androiddev/comments/18cb229/recommended_consultancy_companys_for_achieving/) +- [Android OS is getting its own built-in AI model](https://www.reddit.com/r/androiddev/comments/18c9kam/android_os_is_getting_its_own_builtin_ai_model/) +- [Question about linking two developer accounts](https://www.reddit.com/r/androiddev/comments/18c8b9w/question_about_linking_two_developer_accounts/) +- [A New Foundation for AI on Android](https://www.reddit.com/r/androiddev/comments/18c8av6/a_new_foundation_for_ai_on_android/) ### *InfoWorld posts* From c54d5c077e846d793e911dc66510e1e02317ef7d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 8 Dec 2023 01:26:54 +0000 Subject: [PATCH 0741/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 42af0a8349..e3a7628987 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [الليث](https://www.reddit.com/r/androiddev/comments/18cegyl/الليث/) -- [Google Play Store reviewers keep messing with production data - how to get them to stop?](https://www.reddit.com/r/androiddev/comments/18ce6nq/google_play_store_reviewers_keep_messing_with/) -- [I'm regards to the Account Deletion requirements](https://www.reddit.com/r/androiddev/comments/18ce695/im_regards_to_the_account_deletion_requirements/) -- [Flutter Instagram Clone with Firebase - Part 6: Home Screen](https://www.reddit.com/r/androiddev/comments/18cciom/flutter_instagram_clone_with_firebase_part_6_home/) -- [Webinar Recap: iOS Development with Kotlin Multiplatform - Tips, Tricks, and Team Triumphs!](https://www.reddit.com/r/androiddev/comments/18ccgtv/webinar_recap_ios_development_with_kotlin/) -- [Changing storage location on pixel 8pro](https://www.reddit.com/r/androiddev/comments/18cb9el/changing_storage_location_on_pixel_8pro/) -- [Recommended Consultancy Companys for Achieving App Growth](https://www.reddit.com/r/androiddev/comments/18cb229/recommended_consultancy_companys_for_achieving/) -- [Android OS is getting its own built-in AI model](https://www.reddit.com/r/androiddev/comments/18c9kam/android_os_is_getting_its_own_builtin_ai_model/) -- [Question about linking two developer accounts](https://www.reddit.com/r/androiddev/comments/18c8b9w/question_about_linking_two_developer_accounts/) -- [A New Foundation for AI on Android](https://www.reddit.com/r/androiddev/comments/18c8av6/a_new_foundation_for_ai_on_android/) +- [Reverse engineering](https://www.reddit.com/r/androiddev/comments/18dax3k/reverse_engineering/) +- [Android car head unit flavor of android](https://www.reddit.com/r/androiddev/comments/18d9lk3/android_car_head_unit_flavor_of_android/) +- [Android Studio Iguana | 2023.2.1 Canary 17 now available](https://www.reddit.com/r/androiddev/comments/18d9fo9/android_studio_iguana_202321_canary_17_now/) +- [Authentication - Is It Scaring Away Potential Users?](https://www.reddit.com/r/androiddev/comments/18d5x03/authentication_is_it_scaring_away_potential_users/) +- [How good is https://www.virustotal.com/ to scan an apk?](https://www.reddit.com/r/androiddev/comments/18d4tds/how_good_is_httpswwwvirustotalcom_to_scan_an_apk/) +- [Audio and Video programming in Android with JNI](https://www.reddit.com/r/androiddev/comments/18d3owq/audio_and_video_programming_in_android_with_jni/) +- [Tax Residency Certificate cannot be uploaded due to Expiration date as a mandatory field](https://www.reddit.com/r/androiddev/comments/18d367v/tax_residency_certificate_cannot_be_uploaded_due/) +- [KSP2 Preview: Kotlin K2 and Standalone Source Generator](https://www.reddit.com/r/androiddev/comments/18d31gc/ksp2_preview_kotlin_k2_and_standalone_source/) +- [Right way to manage background network task with notifications](https://www.reddit.com/r/androiddev/comments/18d1cav/right_way_to_manage_background_network_task_with/) +- [Google delete my account and app for no reason](https://www.reddit.com/r/androiddev/comments/18d0tge/google_delete_my_account_and_app_for_no_reason/) ### *InfoWorld posts* From da6202fc10227d982e8044fd0280d7ef194c2f7c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 9 Dec 2023 01:25:32 +0000 Subject: [PATCH 0742/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e3a7628987..f03311419b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Reverse engineering](https://www.reddit.com/r/androiddev/comments/18dax3k/reverse_engineering/) -- [Android car head unit flavor of android](https://www.reddit.com/r/androiddev/comments/18d9lk3/android_car_head_unit_flavor_of_android/) +- [Question about Google Play Strike Removal program](https://www.reddit.com/r/androiddev/comments/18du3rp/question_about_google_play_strike_removal_program/) +- [What are the real use cases that led you to use Kotlin extension functions or properties in your projects?](https://www.reddit.com/r/androiddev/comments/18drwq8/what_are_the_real_use_cases_that_led_you_to_use/) +- [Flutter Responsive UI : Crafting Dynamic Layouts for Every Device](https://www.reddit.com/r/androiddev/comments/18dm7hh/flutter_responsive_ui_crafting_dynamic_layouts/) +- [Difference in app quality between Android and iOS](https://www.reddit.com/r/androiddev/comments/18dlz6b/difference_in_app_quality_between_android_and_ios/) +- [For those DAO, Services, how about using static objects with mockk for test](https://www.reddit.com/r/androiddev/comments/18dk3p9/for_those_dao_services_how_about_using_static/) +- [Wave Loading View for compose](https://www.reddit.com/r/androiddev/comments/18dg60t/wave_loading_view_for_compose/) +- [Android Studio Hedgehog: How to keep the last active build variant?](https://www.reddit.com/r/androiddev/comments/18dce5g/android_studio_hedgehog_how_to_keep_the_last/) +- [Reddit Recap: State of Mobile Platforms Edition (2023 Edition)](https://www.reddit.com/r/androiddev/comments/18dbgnz/reddit_recap_state_of_mobile_platforms_edition/) - [Android Studio Iguana | 2023.2.1 Canary 17 now available](https://www.reddit.com/r/androiddev/comments/18d9fo9/android_studio_iguana_202321_canary_17_now/) - [Authentication - Is It Scaring Away Potential Users?](https://www.reddit.com/r/androiddev/comments/18d5x03/authentication_is_it_scaring_away_potential_users/) -- [How good is https://www.virustotal.com/ to scan an apk?](https://www.reddit.com/r/androiddev/comments/18d4tds/how_good_is_httpswwwvirustotalcom_to_scan_an_apk/) -- [Audio and Video programming in Android with JNI](https://www.reddit.com/r/androiddev/comments/18d3owq/audio_and_video_programming_in_android_with_jni/) -- [Tax Residency Certificate cannot be uploaded due to Expiration date as a mandatory field](https://www.reddit.com/r/androiddev/comments/18d367v/tax_residency_certificate_cannot_be_uploaded_due/) -- [KSP2 Preview: Kotlin K2 and Standalone Source Generator](https://www.reddit.com/r/androiddev/comments/18d31gc/ksp2_preview_kotlin_k2_and_standalone_source/) -- [Right way to manage background network task with notifications](https://www.reddit.com/r/androiddev/comments/18d1cav/right_way_to_manage_background_network_task_with/) -- [Google delete my account and app for no reason](https://www.reddit.com/r/androiddev/comments/18d0tge/google_delete_my_account_and_app_for_no_reason/) ### *InfoWorld posts* From 693bd6f0b703aa6e7dbb33ace6ffb160e48fcaa9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 10 Dec 2023 01:28:51 +0000 Subject: [PATCH 0743/1422] Updated with the latest blog posts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f03311419b..e48e7d7195 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,8 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Question about Google Play Strike Removal program](https://www.reddit.com/r/androiddev/comments/18du3rp/question_about_google_play_strike_removal_program/) +- [How to deal with a LazyColumn that contains items with varying heights?](https://www.reddit.com/r/androiddev/comments/18eldbo/how_to_deal_with_a_lazycolumn_that_contains_items/) +- [Zooming out Twilio Migration](https://www.reddit.com/r/androiddev/comments/18ealkq/zooming_out_twilio_migration/) - [What are the real use cases that led you to use Kotlin extension functions or properties in your projects?](https://www.reddit.com/r/androiddev/comments/18drwq8/what_are_the_real_use_cases_that_led_you_to_use/) - [Flutter Responsive UI : Crafting Dynamic Layouts for Every Device](https://www.reddit.com/r/androiddev/comments/18dm7hh/flutter_responsive_ui_crafting_dynamic_layouts/) - [Difference in app quality between Android and iOS](https://www.reddit.com/r/androiddev/comments/18dlz6b/difference_in_app_quality_between_android_and_ios/) @@ -280,7 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Android Studio Hedgehog: How to keep the last active build variant?](https://www.reddit.com/r/androiddev/comments/18dce5g/android_studio_hedgehog_how_to_keep_the_last/) - [Reddit Recap: State of Mobile Platforms Edition (2023 Edition)](https://www.reddit.com/r/androiddev/comments/18dbgnz/reddit_recap_state_of_mobile_platforms_edition/) - [Android Studio Iguana | 2023.2.1 Canary 17 now available](https://www.reddit.com/r/androiddev/comments/18d9fo9/android_studio_iguana_202321_canary_17_now/) -- [Authentication - Is It Scaring Away Potential Users?](https://www.reddit.com/r/androiddev/comments/18d5x03/authentication_is_it_scaring_away_potential_users/) ### *InfoWorld posts* From 96a853b33ed4abe664006b70cb6a01ecfad1203f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 11 Dec 2023 01:27:04 +0000 Subject: [PATCH 0744/1422] Updated with the latest blog posts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e48e7d7195..3323ab5c99 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,8 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Do you guys make notes while learning android ?](https://www.reddit.com/r/androiddev/comments/18f7gzg/do_you_guys_make_notes_while_learning_android/) +- [What data do I need to retreive to get the unique identifier of each android device?](https://www.reddit.com/r/androiddev/comments/18f60qi/what_data_do_i_need_to_retreive_to_get_the_unique/) - [How to deal with a LazyColumn that contains items with varying heights?](https://www.reddit.com/r/androiddev/comments/18eldbo/how_to_deal_with_a_lazycolumn_that_contains_items/) - [Zooming out Twilio Migration](https://www.reddit.com/r/androiddev/comments/18ealkq/zooming_out_twilio_migration/) - [What are the real use cases that led you to use Kotlin extension functions or properties in your projects?](https://www.reddit.com/r/androiddev/comments/18drwq8/what_are_the_real_use_cases_that_led_you_to_use/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [For those DAO, Services, how about using static objects with mockk for test](https://www.reddit.com/r/androiddev/comments/18dk3p9/for_those_dao_services_how_about_using_static/) - [Wave Loading View for compose](https://www.reddit.com/r/androiddev/comments/18dg60t/wave_loading_view_for_compose/) - [Android Studio Hedgehog: How to keep the last active build variant?](https://www.reddit.com/r/androiddev/comments/18dce5g/android_studio_hedgehog_how_to_keep_the_last/) -- [Reddit Recap: State of Mobile Platforms Edition (2023 Edition)](https://www.reddit.com/r/androiddev/comments/18dbgnz/reddit_recap_state_of_mobile_platforms_edition/) -- [Android Studio Iguana | 2023.2.1 Canary 17 now available](https://www.reddit.com/r/androiddev/comments/18d9fo9/android_studio_iguana_202321_canary_17_now/) ### *InfoWorld posts* From b0c34dc4de5e400923912681a9fc9612436b7ebc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 12 Dec 2023 01:26:47 +0000 Subject: [PATCH 0745/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3323ab5c99..c1d80bcea4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Anyone have news on the Google Play Antitrust Lawsuit Payouts?](https://www.reddit.com/r/androiddev/comments/18g9sk3/anyone_have_news_on_the_google_play_antitrust/) +- [Epic win: Jury decides Google has illegal monopoly in app store fight](https://www.reddit.com/r/androiddev/comments/18g95pi/epic_win_jury_decides_google_has_illegal_monopoly/) +- [Direct messaging to Instagram/Twitter via "Intents" (Java)](https://www.reddit.com/r/androiddev/comments/18g7lt4/direct_messaging_to_instagramtwitter_via_intents/) +- [Hiw can I find D1, D7, D14 etc retention and other cohort data in Google Play Consile?](https://www.reddit.com/r/androiddev/comments/18g36ot/hiw_can_i_find_d1_d7_d14_etc_retention_and_other/) +- [Flutter DropdownButton Widget for Beginners: Step-by-Step Guide](https://www.reddit.com/r/androiddev/comments/18fw01x/flutter_dropdownbutton_widget_for_beginners/) +- [Issues with google play store submissions](https://www.reddit.com/r/androiddev/comments/18fvod2/issues_with_google_play_store_submissions/) +- [Weekly Who's Hiring Thread - December 11, 2023](https://www.reddit.com/r/androiddev/comments/18fv6c1/weekly_whos_hiring_thread_december_11_2023/) +- [Weekly discussion, code review, and feedback thread - December 11, 2023](https://www.reddit.com/r/androiddev/comments/18fu0c1/weekly_discussion_code_review_and_feedback_thread/) +- [How can I remove a underline of Text on Android Wear Notification?](https://www.reddit.com/r/androiddev/comments/18fmhzk/how_can_i_remove_a_underline_of_text_on_android/) - [Do you guys make notes while learning android ?](https://www.reddit.com/r/androiddev/comments/18f7gzg/do_you_guys_make_notes_while_learning_android/) -- [What data do I need to retreive to get the unique identifier of each android device?](https://www.reddit.com/r/androiddev/comments/18f60qi/what_data_do_i_need_to_retreive_to_get_the_unique/) -- [How to deal with a LazyColumn that contains items with varying heights?](https://www.reddit.com/r/androiddev/comments/18eldbo/how_to_deal_with_a_lazycolumn_that_contains_items/) -- [Zooming out Twilio Migration](https://www.reddit.com/r/androiddev/comments/18ealkq/zooming_out_twilio_migration/) -- [What are the real use cases that led you to use Kotlin extension functions or properties in your projects?](https://www.reddit.com/r/androiddev/comments/18drwq8/what_are_the_real_use_cases_that_led_you_to_use/) -- [Flutter Responsive UI : Crafting Dynamic Layouts for Every Device](https://www.reddit.com/r/androiddev/comments/18dm7hh/flutter_responsive_ui_crafting_dynamic_layouts/) -- [Difference in app quality between Android and iOS](https://www.reddit.com/r/androiddev/comments/18dlz6b/difference_in_app_quality_between_android_and_ios/) -- [For those DAO, Services, how about using static objects with mockk for test](https://www.reddit.com/r/androiddev/comments/18dk3p9/for_those_dao_services_how_about_using_static/) -- [Wave Loading View for compose](https://www.reddit.com/r/androiddev/comments/18dg60t/wave_loading_view_for_compose/) -- [Android Studio Hedgehog: How to keep the last active build variant?](https://www.reddit.com/r/androiddev/comments/18dce5g/android_studio_hedgehog_how_to_keep_the_last/) ### *InfoWorld posts* From f426d420f3891ca60b795afacd5c96a2db0c7ac5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 22 Dec 2023 01:25:17 +0000 Subject: [PATCH 0746/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c1d80bcea4..899b9699ce 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Anyone have news on the Google Play Antitrust Lawsuit Payouts?](https://www.reddit.com/r/androiddev/comments/18g9sk3/anyone_have_news_on_the_google_play_antitrust/) -- [Epic win: Jury decides Google has illegal monopoly in app store fight](https://www.reddit.com/r/androiddev/comments/18g95pi/epic_win_jury_decides_google_has_illegal_monopoly/) -- [Direct messaging to Instagram/Twitter via "Intents" (Java)](https://www.reddit.com/r/androiddev/comments/18g7lt4/direct_messaging_to_instagramtwitter_via_intents/) -- [Hiw can I find D1, D7, D14 etc retention and other cohort data in Google Play Consile?](https://www.reddit.com/r/androiddev/comments/18g36ot/hiw_can_i_find_d1_d7_d14_etc_retention_and_other/) -- [Flutter DropdownButton Widget for Beginners: Step-by-Step Guide](https://www.reddit.com/r/androiddev/comments/18fw01x/flutter_dropdownbutton_widget_for_beginners/) -- [Issues with google play store submissions](https://www.reddit.com/r/androiddev/comments/18fvod2/issues_with_google_play_store_submissions/) -- [Weekly Who's Hiring Thread - December 11, 2023](https://www.reddit.com/r/androiddev/comments/18fv6c1/weekly_whos_hiring_thread_december_11_2023/) -- [Weekly discussion, code review, and feedback thread - December 11, 2023](https://www.reddit.com/r/androiddev/comments/18fu0c1/weekly_discussion_code_review_and_feedback_thread/) -- [How can I remove a underline of Text on Android Wear Notification?](https://www.reddit.com/r/androiddev/comments/18fmhzk/how_can_i_remove_a_underline_of_text_on_android/) -- [Do you guys make notes while learning android ?](https://www.reddit.com/r/androiddev/comments/18f7gzg/do_you_guys_make_notes_while_learning_android/) +- [Legit or Virus, GitHub Repo Commits and Releases discrepancy](https://www.reddit.com/r/androiddev/comments/18o06db/legit_or_virus_github_repo_commits_and_releases/) +- [Multiple instances of a class with registerReceiver are receiving each other's messages.](https://www.reddit.com/r/androiddev/comments/18nzr7l/multiple_instances_of_a_class_with/) +- [How to integrate TCP server implemented in C socket to Android?](https://www.reddit.com/r/androiddev/comments/18nxdcs/how_to_integrate_tcp_server_implemented_in_c/) +- [Question about publishing game on Google play](https://www.reddit.com/r/androiddev/comments/18nw9ot/question_about_publishing_game_on_google_play/) +- [Exploring the Value of RevenueCat for Indie Developers: Beyond Basic SDK Functionality](https://www.reddit.com/r/androiddev/comments/18nm0ai/exploring_the_value_of_revenuecat_for_indie/) +- [About Admob UMP, can anyone please share statistics of what users choose?](https://www.reddit.com/r/androiddev/comments/18n4gfn/about_admob_ump_can_anyone_please_share/) +- [Migrate to Kotlin for my app still in development](https://www.reddit.com/r/androiddev/comments/18n10j8/migrate_to_kotlin_for_my_app_still_in_development/) +- [Dealing with SSL certificates on older APIs](https://www.reddit.com/r/androiddev/comments/18mzro5/dealing_with_ssl_certificates_on_older_apis/) +- [About Admob UMP, what are the rules/laws of what's allowed on the app based on user consent status ?](https://www.reddit.com/r/androiddev/comments/18my9ht/about_admob_ump_what_are_the_ruleslaws_of_whats/) +- [Android's backward compatibility wondering](https://www.reddit.com/r/androiddev/comments/18mwt8u/androids_backward_compatibility_wondering/) ### *InfoWorld posts* From b588dd415802265cf906d0bca9dd65946b550329 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 23 Dec 2023 01:23:39 +0000 Subject: [PATCH 0747/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 899b9699ce..98b609693d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Legit or Virus, GitHub Repo Commits and Releases discrepancy](https://www.reddit.com/r/androiddev/comments/18o06db/legit_or_virus_github_repo_commits_and_releases/) +- [How much is a sensible price for the development of a cross platform mobile app?](https://www.reddit.com/r/androiddev/comments/18oppv7/how_much_is_a_sensible_price_for_the_development/) +- [Is there any new OpenGL ES tutorials using NDK out there ?](https://www.reddit.com/r/androiddev/comments/18ogc7h/is_there_any_new_opengl_es_tutorials_using_ndk/) +- [Spam policy violation for free + paid app?](https://www.reddit.com/r/androiddev/comments/18oa1am/spam_policy_violation_for_free_paid_app/) +- [Why is it so difficult to just have a separate state for when permission is permanently denied?](https://www.reddit.com/r/androiddev/comments/18o7qqd/why_is_it_so_difficult_to_just_have_a_separate/) +- [Investigating the Rise in Frozen Frames Since March 2022: A Call for Peer Insights](https://www.reddit.com/r/androiddev/comments/18o75mv/investigating_the_rise_in_frozen_frames_since/) +- [Naming @Composable function representing a data class](https://www.reddit.com/r/androiddev/comments/18o4n5j/naming_composable_function_representing_a_data/) - [Multiple instances of a class with registerReceiver are receiving each other's messages.](https://www.reddit.com/r/androiddev/comments/18nzr7l/multiple_instances_of_a_class_with/) -- [How to integrate TCP server implemented in C socket to Android?](https://www.reddit.com/r/androiddev/comments/18nxdcs/how_to_integrate_tcp_server_implemented_in_c/) - [Question about publishing game on Google play](https://www.reddit.com/r/androiddev/comments/18nw9ot/question_about_publishing_game_on_google_play/) - [Exploring the Value of RevenueCat for Indie Developers: Beyond Basic SDK Functionality](https://www.reddit.com/r/androiddev/comments/18nm0ai/exploring_the_value_of_revenuecat_for_indie/) - [About Admob UMP, can anyone please share statistics of what users choose?](https://www.reddit.com/r/androiddev/comments/18n4gfn/about_admob_ump_can_anyone_please_share/) -- [Migrate to Kotlin for my app still in development](https://www.reddit.com/r/androiddev/comments/18n10j8/migrate_to_kotlin_for_my_app_still_in_development/) -- [Dealing with SSL certificates on older APIs](https://www.reddit.com/r/androiddev/comments/18mzro5/dealing_with_ssl_certificates_on_older_apis/) -- [About Admob UMP, what are the rules/laws of what's allowed on the app based on user consent status ?](https://www.reddit.com/r/androiddev/comments/18my9ht/about_admob_ump_what_are_the_ruleslaws_of_whats/) -- [Android's backward compatibility wondering](https://www.reddit.com/r/androiddev/comments/18mwt8u/androids_backward_compatibility_wondering/) ### *InfoWorld posts* From f15077e8065a4bae06f675884a4b1597f9be52d9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 24 Dec 2023 01:27:59 +0000 Subject: [PATCH 0748/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 98b609693d..8868371608 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [What am I not understanding about internal/closed testing?](https://www.reddit.com/r/androiddev/comments/18p5o04/what_am_i_not_understanding_about_internalclosed/) +- [I'm not able to understand what Google allows as a payment gateway (what's allowed and what's not)](https://www.reddit.com/r/androiddev/comments/18p17aa/im_not_able_to_understand_what_google_allows_as_a/) +- [Is there a way to replace system level screenshot control with a custom app?](https://www.reddit.com/r/androiddev/comments/18oxwsq/is_there_a_way_to_replace_system_level_screenshot/) +- [Enabling Cmd Shortcuts in Android Emulator on macOS](https://www.reddit.com/r/androiddev/comments/18oxlm8/enabling_cmd_shortcuts_in_android_emulator_on/) - [How much is a sensible price for the development of a cross platform mobile app?](https://www.reddit.com/r/androiddev/comments/18oppv7/how_much_is_a_sensible_price_for_the_development/) - [Is there any new OpenGL ES tutorials using NDK out there ?](https://www.reddit.com/r/androiddev/comments/18ogc7h/is_there_any_new_opengl_es_tutorials_using_ndk/) - [Spam policy violation for free + paid app?](https://www.reddit.com/r/androiddev/comments/18oa1am/spam_policy_violation_for_free_paid_app/) - [Why is it so difficult to just have a separate state for when permission is permanently denied?](https://www.reddit.com/r/androiddev/comments/18o7qqd/why_is_it_so_difficult_to_just_have_a_separate/) - [Investigating the Rise in Frozen Frames Since March 2022: A Call for Peer Insights](https://www.reddit.com/r/androiddev/comments/18o75mv/investigating_the_rise_in_frozen_frames_since/) - [Naming @Composable function representing a data class](https://www.reddit.com/r/androiddev/comments/18o4n5j/naming_composable_function_representing_a_data/) -- [Multiple instances of a class with registerReceiver are receiving each other's messages.](https://www.reddit.com/r/androiddev/comments/18nzr7l/multiple_instances_of_a_class_with/) -- [Question about publishing game on Google play](https://www.reddit.com/r/androiddev/comments/18nw9ot/question_about_publishing_game_on_google_play/) -- [Exploring the Value of RevenueCat for Indie Developers: Beyond Basic SDK Functionality](https://www.reddit.com/r/androiddev/comments/18nm0ai/exploring_the_value_of_revenuecat_for_indie/) -- [About Admob UMP, can anyone please share statistics of what users choose?](https://www.reddit.com/r/androiddev/comments/18n4gfn/about_admob_ump_can_anyone_please_share/) ### *InfoWorld posts* From 147b77b730ff6328ba02e91c8ac348171da4f0b0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 25 Dec 2023 01:26:25 +0000 Subject: [PATCH 0749/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8868371608..3562748797 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [[Linux on Android] Introducing NOMone Desktop - Linux and VR!](https://www.reddit.com/r/androiddev/comments/18psg3p/linux_on_android_introducing_nomone_desktop_linux/) +- [Cat app: Application that fetches a random cat and dog pictures](https://www.reddit.com/r/androiddev/comments/18prgtu/cat_app_application_that_fetches_a_random_cat_and/) +- [Random app appeared in my Admob account](https://www.reddit.com/r/androiddev/comments/18plr5p/random_app_appeared_in_my_admob_account/) - [What am I not understanding about internal/closed testing?](https://www.reddit.com/r/androiddev/comments/18p5o04/what_am_i_not_understanding_about_internalclosed/) - [I'm not able to understand what Google allows as a payment gateway (what's allowed and what's not)](https://www.reddit.com/r/androiddev/comments/18p17aa/im_not_able_to_understand_what_google_allows_as_a/) - [Is there a way to replace system level screenshot control with a custom app?](https://www.reddit.com/r/androiddev/comments/18oxwsq/is_there_a_way_to_replace_system_level_screenshot/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [How much is a sensible price for the development of a cross platform mobile app?](https://www.reddit.com/r/androiddev/comments/18oppv7/how_much_is_a_sensible_price_for_the_development/) - [Is there any new OpenGL ES tutorials using NDK out there ?](https://www.reddit.com/r/androiddev/comments/18ogc7h/is_there_any_new_opengl_es_tutorials_using_ndk/) - [Spam policy violation for free + paid app?](https://www.reddit.com/r/androiddev/comments/18oa1am/spam_policy_violation_for_free_paid_app/) -- [Why is it so difficult to just have a separate state for when permission is permanently denied?](https://www.reddit.com/r/androiddev/comments/18o7qqd/why_is_it_so_difficult_to_just_have_a_separate/) -- [Investigating the Rise in Frozen Frames Since March 2022: A Call for Peer Insights](https://www.reddit.com/r/androiddev/comments/18o75mv/investigating_the_rise_in_frozen_frames_since/) -- [Naming @Composable function representing a data class](https://www.reddit.com/r/androiddev/comments/18o4n5j/naming_composable_function_representing_a_data/) ### *InfoWorld posts* From aedd44c22f5ead6a8abbc62fd2e6bd42b7d540b3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 26 Dec 2023 01:24:29 +0000 Subject: [PATCH 0750/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3562748797..6597439136 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Mixture of IAB Play Store and Stripe](https://www.reddit.com/r/androiddev/comments/18qtj9z/mixture_of_iab_play_store_and_stripe/) +- [Unreported Form Factor?](https://www.reddit.com/r/androiddev/comments/18qngsm/unreported_form_factor/) +- [Weekly Who's Hiring Thread - December 25, 2023](https://www.reddit.com/r/androiddev/comments/18qj7i8/weekly_whos_hiring_thread_december_25_2023/) +- [Weekly discussion, code review, and feedback thread - December 25, 2023](https://www.reddit.com/r/androiddev/comments/18qi80i/weekly_discussion_code_review_and_feedback_thread/) +- [Rejection of Data safety for unpublished app](https://www.reddit.com/r/androiddev/comments/18qg3j2/rejection_of_data_safety_for_unpublished_app/) - [[Linux on Android] Introducing NOMone Desktop - Linux and VR!](https://www.reddit.com/r/androiddev/comments/18psg3p/linux_on_android_introducing_nomone_desktop_linux/) - [Cat app: Application that fetches a random cat and dog pictures](https://www.reddit.com/r/androiddev/comments/18prgtu/cat_app_application_that_fetches_a_random_cat_and/) - [Random app appeared in my Admob account](https://www.reddit.com/r/androiddev/comments/18plr5p/random_app_appeared_in_my_admob_account/) - [What am I not understanding about internal/closed testing?](https://www.reddit.com/r/androiddev/comments/18p5o04/what_am_i_not_understanding_about_internalclosed/) - [I'm not able to understand what Google allows as a payment gateway (what's allowed and what's not)](https://www.reddit.com/r/androiddev/comments/18p17aa/im_not_able_to_understand_what_google_allows_as_a/) -- [Is there a way to replace system level screenshot control with a custom app?](https://www.reddit.com/r/androiddev/comments/18oxwsq/is_there_a_way_to_replace_system_level_screenshot/) -- [Enabling Cmd Shortcuts in Android Emulator on macOS](https://www.reddit.com/r/androiddev/comments/18oxlm8/enabling_cmd_shortcuts_in_android_emulator_on/) -- [How much is a sensible price for the development of a cross platform mobile app?](https://www.reddit.com/r/androiddev/comments/18oppv7/how_much_is_a_sensible_price_for_the_development/) -- [Is there any new OpenGL ES tutorials using NDK out there ?](https://www.reddit.com/r/androiddev/comments/18ogc7h/is_there_any_new_opengl_es_tutorials_using_ndk/) -- [Spam policy violation for free + paid app?](https://www.reddit.com/r/androiddev/comments/18oa1am/spam_policy_violation_for_free_paid_app/) ### *InfoWorld posts* From bd4689a2af2fd7ded058001b2ab476be49fda198 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 27 Dec 2023 01:24:34 +0000 Subject: [PATCH 0751/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6597439136..6bf6c4e7c1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [uninstalling Android Studio side effects](https://www.reddit.com/r/androiddev/comments/18rivc3/uninstalling_android_studio_side_effects/) +- [Japan to crack down on Apple and Google app store monopolies](https://www.reddit.com/r/androiddev/comments/18rhad9/japan_to_crack_down_on_apple_and_google_app_store/) +- [How to make a good decent mobile /android version of your game? Anyone has good tricks and tips?](https://www.reddit.com/r/androiddev/comments/18rfkx6/how_to_make_a_good_decent_mobile_android_version/) +- [Android Studio Iguana | 2023.2.1 Beta 1 now available](https://www.reddit.com/r/androiddev/comments/18rfc3a/android_studio_iguana_202321_beta_1_now_available/) +- [Looking for an open souce APP](https://www.reddit.com/r/androiddev/comments/18r5m8d/looking_for_an_open_souce_app/) - [Mixture of IAB Play Store and Stripe](https://www.reddit.com/r/androiddev/comments/18qtj9z/mixture_of_iab_play_store_and_stripe/) - [Unreported Form Factor?](https://www.reddit.com/r/androiddev/comments/18qngsm/unreported_form_factor/) - [Weekly Who's Hiring Thread - December 25, 2023](https://www.reddit.com/r/androiddev/comments/18qj7i8/weekly_whos_hiring_thread_december_25_2023/) - [Weekly discussion, code review, and feedback thread - December 25, 2023](https://www.reddit.com/r/androiddev/comments/18qi80i/weekly_discussion_code_review_and_feedback_thread/) - [Rejection of Data safety for unpublished app](https://www.reddit.com/r/androiddev/comments/18qg3j2/rejection_of_data_safety_for_unpublished_app/) -- [[Linux on Android] Introducing NOMone Desktop - Linux and VR!](https://www.reddit.com/r/androiddev/comments/18psg3p/linux_on_android_introducing_nomone_desktop_linux/) -- [Cat app: Application that fetches a random cat and dog pictures](https://www.reddit.com/r/androiddev/comments/18prgtu/cat_app_application_that_fetches_a_random_cat_and/) -- [Random app appeared in my Admob account](https://www.reddit.com/r/androiddev/comments/18plr5p/random_app_appeared_in_my_admob_account/) -- [What am I not understanding about internal/closed testing?](https://www.reddit.com/r/androiddev/comments/18p5o04/what_am_i_not_understanding_about_internalclosed/) -- [I'm not able to understand what Google allows as a payment gateway (what's allowed and what's not)](https://www.reddit.com/r/androiddev/comments/18p17aa/im_not_able_to_understand_what_google_allows_as_a/) ### *InfoWorld posts* From 75d87fb3cb534672356a96212576a77944146a13 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 28 Dec 2023 01:24:29 +0000 Subject: [PATCH 0752/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6bf6c4e7c1..b851a9c4dd 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [uninstalling Android Studio side effects](https://www.reddit.com/r/androiddev/comments/18rivc3/uninstalling_android_studio_side_effects/) -- [Japan to crack down on Apple and Google app store monopolies](https://www.reddit.com/r/androiddev/comments/18rhad9/japan_to_crack_down_on_apple_and_google_app_store/) -- [How to make a good decent mobile /android version of your game? Anyone has good tricks and tips?](https://www.reddit.com/r/androiddev/comments/18rfkx6/how_to_make_a_good_decent_mobile_android_version/) -- [Android Studio Iguana | 2023.2.1 Beta 1 now available](https://www.reddit.com/r/androiddev/comments/18rfc3a/android_studio_iguana_202321_beta_1_now_available/) -- [Looking for an open souce APP](https://www.reddit.com/r/androiddev/comments/18r5m8d/looking_for_an_open_souce_app/) -- [Mixture of IAB Play Store and Stripe](https://www.reddit.com/r/androiddev/comments/18qtj9z/mixture_of_iab_play_store_and_stripe/) -- [Unreported Form Factor?](https://www.reddit.com/r/androiddev/comments/18qngsm/unreported_form_factor/) -- [Weekly Who's Hiring Thread - December 25, 2023](https://www.reddit.com/r/androiddev/comments/18qj7i8/weekly_whos_hiring_thread_december_25_2023/) -- [Weekly discussion, code review, and feedback thread - December 25, 2023](https://www.reddit.com/r/androiddev/comments/18qi80i/weekly_discussion_code_review_and_feedback_thread/) -- [Rejection of Data safety for unpublished app](https://www.reddit.com/r/androiddev/comments/18qg3j2/rejection_of_data_safety_for_unpublished_app/) +- [AAB Resource Obfuscation Tool for Android](https://www.reddit.com/r/androiddev/comments/18sf7yy/aab_resource_obfuscation_tool_for_android/) +- [Will selling my old test phones get me banned?](https://www.reddit.com/r/androiddev/comments/18sbyqj/will_selling_my_old_test_phones_get_me_banned/) +- [Unexpected Views in Jetpack Compose + Appium Test - Any Insights?](https://www.reddit.com/r/androiddev/comments/18sa262/unexpected_views_in_jetpack_compose_appium_test/) +- [How to prove that I am the owner of my apps on Google Play?](https://www.reddit.com/r/androiddev/comments/18s1mw4/how_to_prove_that_i_am_the_owner_of_my_apps_on/) +- [Compose Multiplatform and Gemini REST API](https://www.reddit.com/r/androiddev/comments/18s0s9j/compose_multiplatform_and_gemini_rest_api/) +- [I want to share another personal project with you all. I hope somebody finds it interesting!](https://www.reddit.com/r/androiddev/comments/18rzoc6/i_want_to_share_another_personal_project_with_you/) +- [Wrong region ratings shown in Google search results.](https://www.reddit.com/r/androiddev/comments/18rxn4s/wrong_region_ratings_shown_in_google_search/) +- [AnyPass v0.1.0](https://www.reddit.com/r/androiddev/comments/18rwb3h/anypass_v010/) +- [How can I make a CompletableDeferred incomplete again after completing it?](https://www.reddit.com/r/androiddev/comments/18rvy22/how_can_i_make_a_completabledeferred_incomplete/) +- [Permission READ_MEDIA_VISUAL_USER_SELECTED](https://www.reddit.com/r/androiddev/comments/18ruo4g/permission_read_media_visual_user_selected/) ### *InfoWorld posts* From e4d1b116e7e42f6096ddb9bf1977a332dfcc7f1f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 29 Dec 2023 01:19:17 +0000 Subject: [PATCH 0753/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b851a9c4dd..b60f4c3dda 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Studio Jellyfish | 2023.3.1 Canary 1 now available](https://www.reddit.com/r/androiddev/comments/18t1jo0/android_studio_jellyfish_202331_canary_1_now/) +- [Whats your average build time?](https://www.reddit.com/r/androiddev/comments/18szhsa/whats_your_average_build_time/) +- [Compose (Jetpack & Multiplatform) Drag And Drop Library](https://www.reddit.com/r/androiddev/comments/18sw8uw/compose_jetpack_multiplatform_drag_and_drop/) +- [[Self-promotion] I started making videos on YouTube](https://www.reddit.com/r/androiddev/comments/18sv5gk/selfpromotion_i_started_making_videos_on_youtube/) +- [Same View model, different composable = same instance?](https://www.reddit.com/r/androiddev/comments/18soa4x/same_view_model_different_composable_same_instance/) +- [Built a small library to get platform-specific app data/cache directories for kotlin multiplatform.](https://www.reddit.com/r/androiddev/comments/18sm2s5/built_a_small_library_to_get_platformspecific_app/) - [AAB Resource Obfuscation Tool for Android](https://www.reddit.com/r/androiddev/comments/18sf7yy/aab_resource_obfuscation_tool_for_android/) - [Will selling my old test phones get me banned?](https://www.reddit.com/r/androiddev/comments/18sbyqj/will_selling_my_old_test_phones_get_me_banned/) - [Unexpected Views in Jetpack Compose + Appium Test - Any Insights?](https://www.reddit.com/r/androiddev/comments/18sa262/unexpected_views_in_jetpack_compose_appium_test/) - [How to prove that I am the owner of my apps on Google Play?](https://www.reddit.com/r/androiddev/comments/18s1mw4/how_to_prove_that_i_am_the_owner_of_my_apps_on/) -- [Compose Multiplatform and Gemini REST API](https://www.reddit.com/r/androiddev/comments/18s0s9j/compose_multiplatform_and_gemini_rest_api/) -- [I want to share another personal project with you all. I hope somebody finds it interesting!](https://www.reddit.com/r/androiddev/comments/18rzoc6/i_want_to_share_another_personal_project_with_you/) -- [Wrong region ratings shown in Google search results.](https://www.reddit.com/r/androiddev/comments/18rxn4s/wrong_region_ratings_shown_in_google_search/) -- [AnyPass v0.1.0](https://www.reddit.com/r/androiddev/comments/18rwb3h/anypass_v010/) -- [How can I make a CompletableDeferred incomplete again after completing it?](https://www.reddit.com/r/androiddev/comments/18rvy22/how_can_i_make_a_completabledeferred_incomplete/) -- [Permission READ_MEDIA_VISUAL_USER_SELECTED](https://www.reddit.com/r/androiddev/comments/18ruo4g/permission_read_media_visual_user_selected/) ### *InfoWorld posts* From b8f91fe6364a017bf5ace142d0818d29821fcf06 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 30 Dec 2023 01:24:10 +0000 Subject: [PATCH 0754/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b60f4c3dda..ae505eb6a5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [App developer perspective: Apple and Google's anti-tracking practices actually force the use of privacy-invasive tech](https://www.reddit.com/r/androiddev/comments/18txz8x/app_developer_perspective_apple_and_googles/) +- [Android appcompat library hasn't updated in ages right?](https://www.reddit.com/r/androiddev/comments/18tmdf8/android_appcompat_library_hasnt_updated_in_ages/) +- [Background Location Limits](https://www.reddit.com/r/androiddev/comments/18tkrmd/background_location_limits/) +- [Have any of you in Wayland Fedora 39 had issues with Android Studio simulator crashing?](https://www.reddit.com/r/androiddev/comments/18tjtq4/have_any_of_you_in_wayland_fedora_39_had_issues/) - [Android Studio Jellyfish | 2023.3.1 Canary 1 now available](https://www.reddit.com/r/androiddev/comments/18t1jo0/android_studio_jellyfish_202331_canary_1_now/) - [Whats your average build time?](https://www.reddit.com/r/androiddev/comments/18szhsa/whats_your_average_build_time/) - [Compose (Jetpack & Multiplatform) Drag And Drop Library](https://www.reddit.com/r/androiddev/comments/18sw8uw/compose_jetpack_multiplatform_drag_and_drop/) - [[Self-promotion] I started making videos on YouTube](https://www.reddit.com/r/androiddev/comments/18sv5gk/selfpromotion_i_started_making_videos_on_youtube/) - [Same View model, different composable = same instance?](https://www.reddit.com/r/androiddev/comments/18soa4x/same_view_model_different_composable_same_instance/) - [Built a small library to get platform-specific app data/cache directories for kotlin multiplatform.](https://www.reddit.com/r/androiddev/comments/18sm2s5/built_a_small_library_to_get_platformspecific_app/) -- [AAB Resource Obfuscation Tool for Android](https://www.reddit.com/r/androiddev/comments/18sf7yy/aab_resource_obfuscation_tool_for_android/) -- [Will selling my old test phones get me banned?](https://www.reddit.com/r/androiddev/comments/18sbyqj/will_selling_my_old_test_phones_get_me_banned/) -- [Unexpected Views in Jetpack Compose + Appium Test - Any Insights?](https://www.reddit.com/r/androiddev/comments/18sa262/unexpected_views_in_jetpack_compose_appium_test/) -- [How to prove that I am the owner of my apps on Google Play?](https://www.reddit.com/r/androiddev/comments/18s1mw4/how_to_prove_that_i_am_the_owner_of_my_apps_on/) ### *InfoWorld posts* From a9a0c2d71e40762163a6129735b738570c556fde Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 31 Dec 2023 01:28:34 +0000 Subject: [PATCH 0755/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ae505eb6a5..1f71c60792 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Can my wife receive payment instead of me?](https://www.reddit.com/r/androiddev/comments/18uox5e/can_my_wife_receive_payment_instead_of_me/) +- [Help please - my app not visible in searches after 2 months and 1200+ downloads](https://www.reddit.com/r/androiddev/comments/18ui6qp/help_please_my_app_not_visible_in_searches_after/) +- [App suddenly much slower after a system update](https://www.reddit.com/r/androiddev/comments/18uhfqg/app_suddenly_much_slower_after_a_system_update/) +- [Module dependency graph for big project](https://www.reddit.com/r/androiddev/comments/18ufesp/module_dependency_graph_for_big_project/) +- [New Android TV Launcher [Alpha]](https://www.reddit.com/r/androiddev/comments/18uee2l/new_android_tv_launcher_alpha/) +- [What's something you'd like to see a video tutorial about in Android Development?](https://www.reddit.com/r/androiddev/comments/18ua5el/whats_something_youd_like_to_see_a_video_tutorial/) - [App developer perspective: Apple and Google's anti-tracking practices actually force the use of privacy-invasive tech](https://www.reddit.com/r/androiddev/comments/18txz8x/app_developer_perspective_apple_and_googles/) -- [Android appcompat library hasn't updated in ages right?](https://www.reddit.com/r/androiddev/comments/18tmdf8/android_appcompat_library_hasnt_updated_in_ages/) +- [App seems to be downloaded many times from Russia](https://www.reddit.com/r/androiddev/comments/18txoa5/app_seems_to_be_downloaded_many_times_from_russia/) - [Background Location Limits](https://www.reddit.com/r/androiddev/comments/18tkrmd/background_location_limits/) - [Have any of you in Wayland Fedora 39 had issues with Android Studio simulator crashing?](https://www.reddit.com/r/androiddev/comments/18tjtq4/have_any_of_you_in_wayland_fedora_39_had_issues/) -- [Android Studio Jellyfish | 2023.3.1 Canary 1 now available](https://www.reddit.com/r/androiddev/comments/18t1jo0/android_studio_jellyfish_202331_canary_1_now/) -- [Whats your average build time?](https://www.reddit.com/r/androiddev/comments/18szhsa/whats_your_average_build_time/) -- [Compose (Jetpack & Multiplatform) Drag And Drop Library](https://www.reddit.com/r/androiddev/comments/18sw8uw/compose_jetpack_multiplatform_drag_and_drop/) -- [[Self-promotion] I started making videos on YouTube](https://www.reddit.com/r/androiddev/comments/18sv5gk/selfpromotion_i_started_making_videos_on_youtube/) -- [Same View model, different composable = same instance?](https://www.reddit.com/r/androiddev/comments/18soa4x/same_view_model_different_composable_same_instance/) -- [Built a small library to get platform-specific app data/cache directories for kotlin multiplatform.](https://www.reddit.com/r/androiddev/comments/18sm2s5/built_a_small_library_to_get_platformspecific_app/) ### *InfoWorld posts* From 6e10ae47a280c9cd29775cc45844325c465983cc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 1 Jan 2024 01:29:03 +0000 Subject: [PATCH 0756/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1f71c60792..fff2012707 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Background Noise Removal in realtime](https://www.reddit.com/r/androiddev/comments/18vj8pu/background_noise_removal_in_realtime/) +- [What are the exact criteria for choosing between ViewModel and plain class for a state holder?](https://www.reddit.com/r/androiddev/comments/18vikf0/what_are_the_exact_criteria_for_choosing_between/) +- [The golden age of Kotlin and its uncertain future](https://www.reddit.com/r/androiddev/comments/18vif6e/the_golden_age_of_kotlin_and_its_uncertain_future/) +- [Creating a service without any interface to the user](https://www.reddit.com/r/androiddev/comments/18vg97r/creating_a_service_without_any_interface_to_the/) +- [Android Emulator with Bluetooth Support? 12/2023](https://www.reddit.com/r/androiddev/comments/18vffrj/android_emulator_with_bluetooth_support_122023/) +- [Are there any downsides of Network Inspector in Android Studio?](https://www.reddit.com/r/androiddev/comments/18v9lmk/are_there_any_downsides_of_network_inspector_in/) - [Can my wife receive payment instead of me?](https://www.reddit.com/r/androiddev/comments/18uox5e/can_my_wife_receive_payment_instead_of_me/) - [Help please - my app not visible in searches after 2 months and 1200+ downloads](https://www.reddit.com/r/androiddev/comments/18ui6qp/help_please_my_app_not_visible_in_searches_after/) - [App suddenly much slower after a system update](https://www.reddit.com/r/androiddev/comments/18uhfqg/app_suddenly_much_slower_after_a_system_update/) - [Module dependency graph for big project](https://www.reddit.com/r/androiddev/comments/18ufesp/module_dependency_graph_for_big_project/) -- [New Android TV Launcher [Alpha]](https://www.reddit.com/r/androiddev/comments/18uee2l/new_android_tv_launcher_alpha/) -- [What's something you'd like to see a video tutorial about in Android Development?](https://www.reddit.com/r/androiddev/comments/18ua5el/whats_something_youd_like_to_see_a_video_tutorial/) -- [App developer perspective: Apple and Google's anti-tracking practices actually force the use of privacy-invasive tech](https://www.reddit.com/r/androiddev/comments/18txz8x/app_developer_perspective_apple_and_googles/) -- [App seems to be downloaded many times from Russia](https://www.reddit.com/r/androiddev/comments/18txoa5/app_seems_to_be_downloaded_many_times_from_russia/) -- [Background Location Limits](https://www.reddit.com/r/androiddev/comments/18tkrmd/background_location_limits/) -- [Have any of you in Wayland Fedora 39 had issues with Android Studio simulator crashing?](https://www.reddit.com/r/androiddev/comments/18tjtq4/have_any_of_you_in_wayland_fedora_39_had_issues/) ### *InfoWorld posts* From 4c40299f0b95658d9ddae7f7dc9a230227734ee1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 2 Jan 2024 01:26:09 +0000 Subject: [PATCH 0757/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fff2012707..d2330e78f4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Background Noise Removal in realtime](https://www.reddit.com/r/androiddev/comments/18vj8pu/background_noise_removal_in_realtime/) +- [Why is the Compose Compiler so far behind?](https://www.reddit.com/r/androiddev/comments/18wapjd/why_is_the_compose_compiler_so_far_behind/) +- [Modular Architecture for Apps](https://www.reddit.com/r/androiddev/comments/18w86e7/modular_architecture_for_apps/) +- [Weekly Who's Hiring Thread - January 01, 2024](https://www.reddit.com/r/androiddev/comments/18vxauo/weekly_whos_hiring_thread_january_01_2024/) +- [Weekly discussion, code review, and feedback thread - January 01, 2024](https://www.reddit.com/r/androiddev/comments/18vwa3n/weekly_discussion_code_review_and_feedback_thread/) - [What are the exact criteria for choosing between ViewModel and plain class for a state holder?](https://www.reddit.com/r/androiddev/comments/18vikf0/what_are_the_exact_criteria_for_choosing_between/) -- [The golden age of Kotlin and its uncertain future](https://www.reddit.com/r/androiddev/comments/18vif6e/the_golden_age_of_kotlin_and_its_uncertain_future/) - [Creating a service without any interface to the user](https://www.reddit.com/r/androiddev/comments/18vg97r/creating_a_service_without_any_interface_to_the/) - [Android Emulator with Bluetooth Support? 12/2023](https://www.reddit.com/r/androiddev/comments/18vffrj/android_emulator_with_bluetooth_support_122023/) - [Are there any downsides of Network Inspector in Android Studio?](https://www.reddit.com/r/androiddev/comments/18v9lmk/are_there_any_downsides_of_network_inspector_in/) - [Can my wife receive payment instead of me?](https://www.reddit.com/r/androiddev/comments/18uox5e/can_my_wife_receive_payment_instead_of_me/) - [Help please - my app not visible in searches after 2 months and 1200+ downloads](https://www.reddit.com/r/androiddev/comments/18ui6qp/help_please_my_app_not_visible_in_searches_after/) -- [App suddenly much slower after a system update](https://www.reddit.com/r/androiddev/comments/18uhfqg/app_suddenly_much_slower_after_a_system_update/) -- [Module dependency graph for big project](https://www.reddit.com/r/androiddev/comments/18ufesp/module_dependency_graph_for_big_project/) ### *InfoWorld posts* From 1bc58731d58746accbaaa122868a88a789ca6c4b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 3 Jan 2024 01:25:49 +0000 Subject: [PATCH 0758/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d2330e78f4..18b4404955 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Changing package name with intention to run two identical apps on one phone doesn't work (conflicting package error) (advice from StackOverflow). The app is a system app, so the other app can't be uninstalled.](https://www.reddit.com/r/androiddev/comments/18x46v1/changing_package_name_with_intention_to_run_two/) +- [Released my basketball management game today!](https://www.reddit.com/r/androiddev/comments/18x46ew/released_my_basketball_management_game_today/) +- [Android 14 startForeground on BOOT_COMPLETED SecurityException](https://www.reddit.com/r/androiddev/comments/18wyyor/android_14_startforeground_on_boot_completed/) +- [Studio Bot is not available at Iguana Beta1 and it's only available in Canary versions of Android Studio.](https://www.reddit.com/r/androiddev/comments/18wxnzs/studio_bot_is_not_available_at_iguana_beta1_and/) +- [Android Studio Jellyfish | 2023.3.1 Canary 2 now available](https://www.reddit.com/r/androiddev/comments/18wx4n9/android_studio_jellyfish_202331_canary_2_now/) +- [Conditional navigation in jetpack compose](https://www.reddit.com/r/androiddev/comments/18wwex8/conditional_navigation_in_jetpack_compose/) +- [Why is there so much doom and gloom on reddit surrounding android development?](https://www.reddit.com/r/androiddev/comments/18wrs4i/why_is_there_so_much_doom_and_gloom_on_reddit/) +- [Opinions: Android development without local admin privileges (no sudo access)](https://www.reddit.com/r/androiddev/comments/18wrk9r/opinions_android_development_without_local_admin/) - [Why is the Compose Compiler so far behind?](https://www.reddit.com/r/androiddev/comments/18wapjd/why_is_the_compose_compiler_so_far_behind/) - [Modular Architecture for Apps](https://www.reddit.com/r/androiddev/comments/18w86e7/modular_architecture_for_apps/) -- [Weekly Who's Hiring Thread - January 01, 2024](https://www.reddit.com/r/androiddev/comments/18vxauo/weekly_whos_hiring_thread_january_01_2024/) -- [Weekly discussion, code review, and feedback thread - January 01, 2024](https://www.reddit.com/r/androiddev/comments/18vwa3n/weekly_discussion_code_review_and_feedback_thread/) -- [What are the exact criteria for choosing between ViewModel and plain class for a state holder?](https://www.reddit.com/r/androiddev/comments/18vikf0/what_are_the_exact_criteria_for_choosing_between/) -- [Creating a service without any interface to the user](https://www.reddit.com/r/androiddev/comments/18vg97r/creating_a_service_without_any_interface_to_the/) -- [Android Emulator with Bluetooth Support? 12/2023](https://www.reddit.com/r/androiddev/comments/18vffrj/android_emulator_with_bluetooth_support_122023/) -- [Are there any downsides of Network Inspector in Android Studio?](https://www.reddit.com/r/androiddev/comments/18v9lmk/are_there_any_downsides_of_network_inspector_in/) -- [Can my wife receive payment instead of me?](https://www.reddit.com/r/androiddev/comments/18uox5e/can_my_wife_receive_payment_instead_of_me/) -- [Help please - my app not visible in searches after 2 months and 1200+ downloads](https://www.reddit.com/r/androiddev/comments/18ui6qp/help_please_my_app_not_visible_in_searches_after/) ### *InfoWorld posts* From 3522016782ae9207a052d694926c0a9ddf9f9a07 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 4 Jan 2024 01:26:04 +0000 Subject: [PATCH 0759/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 18b4404955..8bd1af1eab 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Changing package name with intention to run two identical apps on one phone doesn't work (conflicting package error) (advice from StackOverflow). The app is a system app, so the other app can't be uninstalled.](https://www.reddit.com/r/androiddev/comments/18x46v1/changing_package_name_with_intention_to_run_two/) -- [Released my basketball management game today!](https://www.reddit.com/r/androiddev/comments/18x46ew/released_my_basketball_management_game_today/) -- [Android 14 startForeground on BOOT_COMPLETED SecurityException](https://www.reddit.com/r/androiddev/comments/18wyyor/android_14_startforeground_on_boot_completed/) -- [Studio Bot is not available at Iguana Beta1 and it's only available in Canary versions of Android Studio.](https://www.reddit.com/r/androiddev/comments/18wxnzs/studio_bot_is_not_available_at_iguana_beta1_and/) -- [Android Studio Jellyfish | 2023.3.1 Canary 2 now available](https://www.reddit.com/r/androiddev/comments/18wx4n9/android_studio_jellyfish_202331_canary_2_now/) -- [Conditional navigation in jetpack compose](https://www.reddit.com/r/androiddev/comments/18wwex8/conditional_navigation_in_jetpack_compose/) -- [Why is there so much doom and gloom on reddit surrounding android development?](https://www.reddit.com/r/androiddev/comments/18wrs4i/why_is_there_so_much_doom_and_gloom_on_reddit/) -- [Opinions: Android development without local admin privileges (no sudo access)](https://www.reddit.com/r/androiddev/comments/18wrk9r/opinions_android_development_without_local_admin/) -- [Why is the Compose Compiler so far behind?](https://www.reddit.com/r/androiddev/comments/18wapjd/why_is_the_compose_compiler_so_far_behind/) -- [Modular Architecture for Apps](https://www.reddit.com/r/androiddev/comments/18w86e7/modular_architecture_for_apps/) +- [App shows app as installed on watch when it is not](https://www.reddit.com/r/androiddev/comments/18xy6qi/app_shows_app_as_installed_on_watch_when_it_is_not/) +- [Are you using Material design or custom composable components?](https://www.reddit.com/r/androiddev/comments/18xwi4f/are_you_using_material_design_or_custom/) +- [Android Studio Hedgehog | 2023.1.1 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/18xqw5r/android_studio_hedgehog_202311_patch_1_now/) +- [Did Android 14 change how Camera-Cutouts / Menu-Bars got handled?](https://www.reddit.com/r/androiddev/comments/18xo8oe/did_android_14_change_how_cameracutouts_menubars/) +- [Why does Android not seem to focus on WebSockets or even HTTP servers anymore? Is gRPC their solution to this?](https://www.reddit.com/r/androiddev/comments/18xl9en/why_does_android_not_seem_to_focus_on_websockets/) +- [Private App: Policy Violation for Missing Login Credentials](https://www.reddit.com/r/androiddev/comments/18xkkup/private_app_policy_violation_for_missing_login/) +- [Please note that attempting to buy or sell Google Play Accounts will result in a ban.](https://www.reddit.com/r/androiddev/comments/18xgvdx/please_note_that_attempting_to_buy_or_sell_google/) +- [How to handle collect of flow inside of setOnClickListener method?](https://www.reddit.com/r/androiddev/comments/18xcuwo/how_to_handle_collect_of_flow_inside_of/) +- [Question regarding right usage of Dispatchers](https://www.reddit.com/r/androiddev/comments/18x8zmo/question_regarding_right_usage_of_dispatchers/) +- [Have you started using AI coding tools? What do you think of them?](https://www.reddit.com/r/androiddev/comments/18x72z9/have_you_started_using_ai_coding_tools_what_do/) ### *InfoWorld posts* From 0a37f68bf2eb0a1dc74249ed7f4183f3acae506f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 5 Jan 2024 01:26:31 +0000 Subject: [PATCH 0760/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8bd1af1eab..74fc1a19ce 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Why is the android documentation so poor?](https://www.reddit.com/r/androiddev/comments/18ysf26/why_is_the_android_documentation_so_poor/) +- [Accessing data from outside apps](https://www.reddit.com/r/androiddev/comments/18yr2ld/accessing_data_from_outside_apps/) +- [Android Studio Jellyfish | 2023.3.1 Canary 3 now available](https://www.reddit.com/r/androiddev/comments/18yp728/android_studio_jellyfish_202331_canary_3_now/) +- [Seeking Google Professionals and Community Members Experienced with Kotlin for Documentary Project](https://www.reddit.com/r/androiddev/comments/18ygrfi/seeking_google_professionals_and_community/) +- [Google Play silent sign-in and children privacy laws (COPPA, GDPR)](https://www.reddit.com/r/androiddev/comments/18ye23d/google_play_silent_signin_and_children_privacy/) +- [Why there's no androidx bom?](https://www.reddit.com/r/androiddev/comments/18ya4o8/why_theres_no_androidx_bom/) +- [Android Studio uses too much Ram](https://www.reddit.com/r/androiddev/comments/18y2bgh/android_studio_uses_too_much_ram/) - [App shows app as installed on watch when it is not](https://www.reddit.com/r/androiddev/comments/18xy6qi/app_shows_app_as_installed_on_watch_when_it_is_not/) - [Are you using Material design or custom composable components?](https://www.reddit.com/r/androiddev/comments/18xwi4f/are_you_using_material_design_or_custom/) - [Android Studio Hedgehog | 2023.1.1 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/18xqw5r/android_studio_hedgehog_202311_patch_1_now/) -- [Did Android 14 change how Camera-Cutouts / Menu-Bars got handled?](https://www.reddit.com/r/androiddev/comments/18xo8oe/did_android_14_change_how_cameracutouts_menubars/) -- [Why does Android not seem to focus on WebSockets or even HTTP servers anymore? Is gRPC their solution to this?](https://www.reddit.com/r/androiddev/comments/18xl9en/why_does_android_not_seem_to_focus_on_websockets/) -- [Private App: Policy Violation for Missing Login Credentials](https://www.reddit.com/r/androiddev/comments/18xkkup/private_app_policy_violation_for_missing_login/) -- [Please note that attempting to buy or sell Google Play Accounts will result in a ban.](https://www.reddit.com/r/androiddev/comments/18xgvdx/please_note_that_attempting_to_buy_or_sell_google/) -- [How to handle collect of flow inside of setOnClickListener method?](https://www.reddit.com/r/androiddev/comments/18xcuwo/how_to_handle_collect_of_flow_inside_of/) -- [Question regarding right usage of Dispatchers](https://www.reddit.com/r/androiddev/comments/18x8zmo/question_regarding_right_usage_of_dispatchers/) -- [Have you started using AI coding tools? What do you think of them?](https://www.reddit.com/r/androiddev/comments/18x72z9/have_you_started_using_ai_coding_tools_what_do/) ### *InfoWorld posts* From 509d4e644d4b03024e9b06c813f464e13a3f9cbd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 6 Jan 2024 01:25:47 +0000 Subject: [PATCH 0761/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 74fc1a19ce..387285a031 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How many of you 10+ yoe Architect-level people have this skill ?](https://www.reddit.com/r/androiddev/comments/18zjeyw/how_many_of_you_10_yoe_architectlevel_people_have/) +- [Building a functional Google Meet Clone In Jetpack Compose](https://www.reddit.com/r/androiddev/comments/18zf0je/building_a_functional_google_meet_clone_in/) +- [Android Studio updates driving me crazy](https://www.reddit.com/r/androiddev/comments/18zd427/android_studio_updates_driving_me_crazy/) +- [Simply Scalable Android App Architecture](https://www.reddit.com/r/androiddev/comments/18zanhn/simply_scalable_android_app_architecture/) +- [Fraud-Proofing an Android App: Choosing the Best Device ID for Promo Abuse Prevention](https://www.reddit.com/r/androiddev/comments/18z8vbe/fraudproofing_an_android_app_choosing_the_best/) +- [How important is clean architecture and unit testing for intermediate android developers](https://www.reddit.com/r/androiddev/comments/18z6lxf/how_important_is_clean_architecture_and_unit/) +- [Disable android studio analytics](https://www.reddit.com/r/androiddev/comments/18yxf0q/disable_android_studio_analytics/) - [Why is the android documentation so poor?](https://www.reddit.com/r/androiddev/comments/18ysf26/why_is_the_android_documentation_so_poor/) - [Accessing data from outside apps](https://www.reddit.com/r/androiddev/comments/18yr2ld/accessing_data_from_outside_apps/) - [Android Studio Jellyfish | 2023.3.1 Canary 3 now available](https://www.reddit.com/r/androiddev/comments/18yp728/android_studio_jellyfish_202331_canary_3_now/) -- [Seeking Google Professionals and Community Members Experienced with Kotlin for Documentary Project](https://www.reddit.com/r/androiddev/comments/18ygrfi/seeking_google_professionals_and_community/) -- [Google Play silent sign-in and children privacy laws (COPPA, GDPR)](https://www.reddit.com/r/androiddev/comments/18ye23d/google_play_silent_signin_and_children_privacy/) -- [Why there's no androidx bom?](https://www.reddit.com/r/androiddev/comments/18ya4o8/why_theres_no_androidx_bom/) -- [Android Studio uses too much Ram](https://www.reddit.com/r/androiddev/comments/18y2bgh/android_studio_uses_too_much_ram/) -- [App shows app as installed on watch when it is not](https://www.reddit.com/r/androiddev/comments/18xy6qi/app_shows_app_as_installed_on_watch_when_it_is_not/) -- [Are you using Material design or custom composable components?](https://www.reddit.com/r/androiddev/comments/18xwi4f/are_you_using_material_design_or_custom/) -- [Android Studio Hedgehog | 2023.1.1 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/18xqw5r/android_studio_hedgehog_202311_patch_1_now/) ### *InfoWorld posts* From 420b454a513748b1c502b5654417d9056c7e4944 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 7 Jan 2024 01:28:53 +0000 Subject: [PATCH 0762/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 387285a031..f21e02dd80 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How to improve every app that uses colors, fonts, or images/wallpapers](https://www.reddit.com/r/androiddev/comments/190enmn/how_to_improve_every_app_that_uses_colors_fonts/) +- [GDPR Consent Message - impact on non European users of my app?](https://www.reddit.com/r/androiddev/comments/190el2e/gdpr_consent_message_impact_on_non_european_users/) +- [can someone help me understand the "correct" way of using coroutines?](https://www.reddit.com/r/androiddev/comments/1906he1/can_someone_help_me_understand_the_correct_way_of/) +- [Is using WeakReference a good practice? If yes, can someone give examples of when and where to use them?](https://www.reddit.com/r/androiddev/comments/1902bpa/is_using_weakreference_a_good_practice_if_yes_can/) +- [How to remove "About The Developer" section on the play store?](https://www.reddit.com/r/androiddev/comments/1900kbk/how_to_remove_about_the_developer_section_on_the/) +- [Do you regret learning Android due to things which you weren't aware of when starting to learn?](https://www.reddit.com/r/androiddev/comments/18ztw13/do_you_regret_learning_android_due_to_things/) - [How many of you 10+ yoe Architect-level people have this skill ?](https://www.reddit.com/r/androiddev/comments/18zjeyw/how_many_of_you_10_yoe_architectlevel_people_have/) - [Building a functional Google Meet Clone In Jetpack Compose](https://www.reddit.com/r/androiddev/comments/18zf0je/building_a_functional_google_meet_clone_in/) - [Android Studio updates driving me crazy](https://www.reddit.com/r/androiddev/comments/18zd427/android_studio_updates_driving_me_crazy/) - [Simply Scalable Android App Architecture](https://www.reddit.com/r/androiddev/comments/18zanhn/simply_scalable_android_app_architecture/) -- [Fraud-Proofing an Android App: Choosing the Best Device ID for Promo Abuse Prevention](https://www.reddit.com/r/androiddev/comments/18z8vbe/fraudproofing_an_android_app_choosing_the_best/) -- [How important is clean architecture and unit testing for intermediate android developers](https://www.reddit.com/r/androiddev/comments/18z6lxf/how_important_is_clean_architecture_and_unit/) -- [Disable android studio analytics](https://www.reddit.com/r/androiddev/comments/18yxf0q/disable_android_studio_analytics/) -- [Why is the android documentation so poor?](https://www.reddit.com/r/androiddev/comments/18ysf26/why_is_the_android_documentation_so_poor/) -- [Accessing data from outside apps](https://www.reddit.com/r/androiddev/comments/18yr2ld/accessing_data_from_outside_apps/) -- [Android Studio Jellyfish | 2023.3.1 Canary 3 now available](https://www.reddit.com/r/androiddev/comments/18yp728/android_studio_jellyfish_202331_canary_3_now/) ### *InfoWorld posts* From 281ff4c665ada78db85a3516d348b207448f2527 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 8 Jan 2024 01:27:06 +0000 Subject: [PATCH 0763/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f21e02dd80..f08e7d5a47 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Concerns About App Security and Code Exposure in Flutter Development](https://www.reddit.com/r/androiddev/comments/19163mt/concerns_about_app_security_and_code_exposure_in/) +- [I've watched many videos at this point which essentially have a message of "OOP is needlessly abstract and complicated". It seems like it could be correct in some circumstances, do you think this applies to Android?](https://www.reddit.com/r/androiddev/comments/190xtuf/ive_watched_many_videos_at_this_point_which/) +- [Do u ever feel guilty for adding too much ads and too many IAP ?](https://www.reddit.com/r/androiddev/comments/190q6w5/do_u_ever_feel_guilty_for_adding_too_much_ads_and/) +- [Android Log View Tool](https://www.reddit.com/r/androiddev/comments/190poj6/android_log_view_tool/) +- [Does anyone else have problems with the tax residence certificate?](https://www.reddit.com/r/androiddev/comments/190oewx/does_anyone_else_have_problems_with_the_tax/) - [How to improve every app that uses colors, fonts, or images/wallpapers](https://www.reddit.com/r/androiddev/comments/190enmn/how_to_improve_every_app_that_uses_colors_fonts/) -- [GDPR Consent Message - impact on non European users of my app?](https://www.reddit.com/r/androiddev/comments/190el2e/gdpr_consent_message_impact_on_non_european_users/) - [can someone help me understand the "correct" way of using coroutines?](https://www.reddit.com/r/androiddev/comments/1906he1/can_someone_help_me_understand_the_correct_way_of/) - [Is using WeakReference a good practice? If yes, can someone give examples of when and where to use them?](https://www.reddit.com/r/androiddev/comments/1902bpa/is_using_weakreference_a_good_practice_if_yes_can/) - [How to remove "About The Developer" section on the play store?](https://www.reddit.com/r/androiddev/comments/1900kbk/how_to_remove_about_the_developer_section_on_the/) - [Do you regret learning Android due to things which you weren't aware of when starting to learn?](https://www.reddit.com/r/androiddev/comments/18ztw13/do_you_regret_learning_android_due_to_things/) -- [How many of you 10+ yoe Architect-level people have this skill ?](https://www.reddit.com/r/androiddev/comments/18zjeyw/how_many_of_you_10_yoe_architectlevel_people_have/) -- [Building a functional Google Meet Clone In Jetpack Compose](https://www.reddit.com/r/androiddev/comments/18zf0je/building_a_functional_google_meet_clone_in/) -- [Android Studio updates driving me crazy](https://www.reddit.com/r/androiddev/comments/18zd427/android_studio_updates_driving_me_crazy/) -- [Simply Scalable Android App Architecture](https://www.reddit.com/r/androiddev/comments/18zanhn/simply_scalable_android_app_architecture/) ### *InfoWorld posts* From fa062a291d7ec696a27b423ca1ec1e56c551f280 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 9 Jan 2024 01:26:58 +0000 Subject: [PATCH 0764/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f08e7d5a47..3878e066e4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Concerns About App Security and Code Exposure in Flutter Development](https://www.reddit.com/r/androiddev/comments/19163mt/concerns_about_app_security_and_code_exposure_in/) -- [I've watched many videos at this point which essentially have a message of "OOP is needlessly abstract and complicated". It seems like it could be correct in some circumstances, do you think this applies to Android?](https://www.reddit.com/r/androiddev/comments/190xtuf/ive_watched_many_videos_at_this_point_which/) -- [Do u ever feel guilty for adding too much ads and too many IAP ?](https://www.reddit.com/r/androiddev/comments/190q6w5/do_u_ever_feel_guilty_for_adding_too_much_ads_and/) -- [Android Log View Tool](https://www.reddit.com/r/androiddev/comments/190poj6/android_log_view_tool/) -- [Does anyone else have problems with the tax residence certificate?](https://www.reddit.com/r/androiddev/comments/190oewx/does_anyone_else_have_problems_with_the_tax/) -- [How to improve every app that uses colors, fonts, or images/wallpapers](https://www.reddit.com/r/androiddev/comments/190enmn/how_to_improve_every_app_that_uses_colors_fonts/) -- [can someone help me understand the "correct" way of using coroutines?](https://www.reddit.com/r/androiddev/comments/1906he1/can_someone_help_me_understand_the_correct_way_of/) -- [Is using WeakReference a good practice? If yes, can someone give examples of when and where to use them?](https://www.reddit.com/r/androiddev/comments/1902bpa/is_using_weakreference_a_good_practice_if_yes_can/) -- [How to remove "About The Developer" section on the play store?](https://www.reddit.com/r/androiddev/comments/1900kbk/how_to_remove_about_the_developer_section_on_the/) -- [Do you regret learning Android due to things which you weren't aware of when starting to learn?](https://www.reddit.com/r/androiddev/comments/18ztw13/do_you_regret_learning_android_due_to_things/) +- [Google Login is bad troublemaker](https://www.reddit.com/r/androiddev/comments/191wcrn/google_login_is_bad_troublemaker/) +- [Discord community for Jetpack Compose centric development.](https://www.reddit.com/r/androiddev/comments/191vyed/discord_community_for_jetpack_compose_centric/) +- [How much faster is Compose 1.5 compared to 1.4 in overall performance?](https://www.reddit.com/r/androiddev/comments/191ut86/how_much_faster_is_compose_15_compared_to_14_in/) +- [Open a Business or just publish my app?](https://www.reddit.com/r/androiddev/comments/191tsud/open_a_business_or_just_publish_my_app/) +- [Can I create a account as a organization to overcome 20 testers problem?](https://www.reddit.com/r/androiddev/comments/191suij/can_i_create_a_account_as_a_organization_to/) +- [Buyer vs Seller](https://www.reddit.com/r/androiddev/comments/191qzq0/buyer_vs_seller/) +- [Open Source - Translate Screen and Comics](https://www.reddit.com/r/androiddev/comments/191n2l4/open_source_translate_screen_and_comics/) +- [How to make a Clean Architecture App with Kotlin and Compose Multiplatform](https://www.reddit.com/r/androiddev/comments/191mhj7/how_to_make_a_clean_architecture_app_with_kotlin/) +- [Weekly Who's Hiring Thread - January 08, 2024](https://www.reddit.com/r/androiddev/comments/191luav/weekly_whos_hiring_thread_january_08_2024/) +- [Can I use Paypal merchant account with Google Pay SDK to process payment?](https://www.reddit.com/r/androiddev/comments/191ll48/can_i_use_paypal_merchant_account_with_google_pay/) ### *InfoWorld posts* From 70b71cc3b256831ee27a0d57b24c343788eeb4a9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 10 Jan 2024 01:27:09 +0000 Subject: [PATCH 0765/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3878e066e4..3b40a0d21c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Google Login is bad troublemaker](https://www.reddit.com/r/androiddev/comments/191wcrn/google_login_is_bad_troublemaker/) +- [Completed video series for on-device machine learning with MediaPipe and Android](https://www.reddit.com/r/androiddev/comments/192ip5x/completed_video_series_for_ondevice_machine/) +- [[Blog] Using C/C++ in Android: A Comprehensive Guide For Beginners](https://www.reddit.com/r/androiddev/comments/192h4vx/blog_using_cc_in_android_a_comprehensive_guide/) +- [Hey guys I have created a sub(/r/AndroidInterviewQ) specifically for Android Interview Questions but not the straightforward ones. Please check it out and provide your questions and answers and help the Android Questions/Answer resource grow.](https://www.reddit.com/r/androiddev/comments/192cuat/hey_guys_i_have_created_a_subrandroidinterviewq/) - [Discord community for Jetpack Compose centric development.](https://www.reddit.com/r/androiddev/comments/191vyed/discord_community_for_jetpack_compose_centric/) - [How much faster is Compose 1.5 compared to 1.4 in overall performance?](https://www.reddit.com/r/androiddev/comments/191ut86/how_much_faster_is_compose_15_compared_to_14_in/) -- [Open a Business or just publish my app?](https://www.reddit.com/r/androiddev/comments/191tsud/open_a_business_or_just_publish_my_app/) -- [Can I create a account as a organization to overcome 20 testers problem?](https://www.reddit.com/r/androiddev/comments/191suij/can_i_create_a_account_as_a_organization_to/) -- [Buyer vs Seller](https://www.reddit.com/r/androiddev/comments/191qzq0/buyer_vs_seller/) - [Open Source - Translate Screen and Comics](https://www.reddit.com/r/androiddev/comments/191n2l4/open_source_translate_screen_and_comics/) - [How to make a Clean Architecture App with Kotlin and Compose Multiplatform](https://www.reddit.com/r/androiddev/comments/191mhj7/how_to_make_a_clean_architecture_app_with_kotlin/) - [Weekly Who's Hiring Thread - January 08, 2024](https://www.reddit.com/r/androiddev/comments/191luav/weekly_whos_hiring_thread_january_08_2024/) - [Can I use Paypal merchant account with Google Pay SDK to process payment?](https://www.reddit.com/r/androiddev/comments/191ll48/can_i_use_paypal_merchant_account_with_google_pay/) +- [Weekly discussion, code review, and feedback thread - January 08, 2024](https://www.reddit.com/r/androiddev/comments/191kofa/weekly_discussion_code_review_and_feedback_thread/) ### *InfoWorld posts* From 3aaa749ca09456cfeda4be1766f0a60fa3105c60 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 11 Jan 2024 01:27:00 +0000 Subject: [PATCH 0766/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3b40a0d21c..689604187f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Template app](https://www.reddit.com/r/androiddev/comments/193izfe/template_app/) +- [Executing Compiled C Binary in Mobile App Without Root Access](https://www.reddit.com/r/androiddev/comments/193imrb/executing_compiled_c_binary_in_mobile_app_without/) +- [Android Studio Iguana | 2023.2.1 Beta 2 now available](https://www.reddit.com/r/androiddev/comments/193g0di/android_studio_iguana_202321_beta_2_now_available/) +- [Is Android 12 the worst version of Android?](https://www.reddit.com/r/androiddev/comments/19373ox/is_android_12_the_worst_version_of_android/) +- [Is it possible to do a long-term device based app ban?](https://www.reddit.com/r/androiddev/comments/1933i7l/is_it_possible_to_do_a_longterm_device_based_app/) +- [Is it possible to get an Android bug resolved without a development team member?](https://www.reddit.com/r/androiddev/comments/192ywrt/is_it_possible_to_get_an_android_bug_resolved/) - [Completed video series for on-device machine learning with MediaPipe and Android](https://www.reddit.com/r/androiddev/comments/192ip5x/completed_video_series_for_ondevice_machine/) - [[Blog] Using C/C++ in Android: A Comprehensive Guide For Beginners](https://www.reddit.com/r/androiddev/comments/192h4vx/blog_using_cc_in_android_a_comprehensive_guide/) - [Hey guys I have created a sub(/r/AndroidInterviewQ) specifically for Android Interview Questions but not the straightforward ones. Please check it out and provide your questions and answers and help the Android Questions/Answer resource grow.](https://www.reddit.com/r/androiddev/comments/192cuat/hey_guys_i_have_created_a_subrandroidinterviewq/) - [Discord community for Jetpack Compose centric development.](https://www.reddit.com/r/androiddev/comments/191vyed/discord_community_for_jetpack_compose_centric/) -- [How much faster is Compose 1.5 compared to 1.4 in overall performance?](https://www.reddit.com/r/androiddev/comments/191ut86/how_much_faster_is_compose_15_compared_to_14_in/) -- [Open Source - Translate Screen and Comics](https://www.reddit.com/r/androiddev/comments/191n2l4/open_source_translate_screen_and_comics/) -- [How to make a Clean Architecture App with Kotlin and Compose Multiplatform](https://www.reddit.com/r/androiddev/comments/191mhj7/how_to_make_a_clean_architecture_app_with_kotlin/) -- [Weekly Who's Hiring Thread - January 08, 2024](https://www.reddit.com/r/androiddev/comments/191luav/weekly_whos_hiring_thread_january_08_2024/) -- [Can I use Paypal merchant account with Google Pay SDK to process payment?](https://www.reddit.com/r/androiddev/comments/191ll48/can_i_use_paypal_merchant_account_with_google_pay/) -- [Weekly discussion, code review, and feedback thread - January 08, 2024](https://www.reddit.com/r/androiddev/comments/191kofa/weekly_discussion_code_review_and_feedback_thread/) ### *InfoWorld posts* From dd8ec8594dd2722e36050649a50a17cc3aa6a837 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 12 Jan 2024 01:27:13 +0000 Subject: [PATCH 0767/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 689604187f..b4e3e51f0c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android system design preparation resources](https://www.reddit.com/r/androiddev/comments/194g5qm/android_system_design_preparation_resources/) +- [Folks who don't use Material Compose components, do you also build Scaffold and Navigation Bar components by yourself?](https://www.reddit.com/r/androiddev/comments/194de30/folks_who_dont_use_material_compose_components_do/) +- [Can you track the "Did you find this helpful?" count/metrics for Google Play reviews>](https://www.reddit.com/r/androiddev/comments/194aowt/can_you_track_the_did_you_find_this_helpful/) +- [Is reassigning the object to itself the cleanest way to update inner properties in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/194ablw/is_reassigning_the_object_to_itself_the_cleanest/) +- [Faster builds on Windows 11 with Dev Drives](https://www.reddit.com/r/androiddev/comments/19422tz/faster_builds_on_windows_11_with_dev_drives/) +- [I have 7 days to fix an issue or the app will be removed](https://www.reddit.com/r/androiddev/comments/193xu6f/i_have_7_days_to_fix_an_issue_or_the_app_will_be/) +- [Material Design in Android. Consistency from design to code](https://www.reddit.com/r/androiddev/comments/193vhkb/material_design_in_android_consistency_from/) +- [Using beta version is a risk?](https://www.reddit.com/r/androiddev/comments/193uwi0/using_beta_version_is_a_risk/) +- [KMP Developers out there, what are you using for your local database?](https://www.reddit.com/r/androiddev/comments/193s92p/kmp_developers_out_there_what_are_you_using_for/) - [Template app](https://www.reddit.com/r/androiddev/comments/193izfe/template_app/) -- [Executing Compiled C Binary in Mobile App Without Root Access](https://www.reddit.com/r/androiddev/comments/193imrb/executing_compiled_c_binary_in_mobile_app_without/) -- [Android Studio Iguana | 2023.2.1 Beta 2 now available](https://www.reddit.com/r/androiddev/comments/193g0di/android_studio_iguana_202321_beta_2_now_available/) -- [Is Android 12 the worst version of Android?](https://www.reddit.com/r/androiddev/comments/19373ox/is_android_12_the_worst_version_of_android/) -- [Is it possible to do a long-term device based app ban?](https://www.reddit.com/r/androiddev/comments/1933i7l/is_it_possible_to_do_a_longterm_device_based_app/) -- [Is it possible to get an Android bug resolved without a development team member?](https://www.reddit.com/r/androiddev/comments/192ywrt/is_it_possible_to_get_an_android_bug_resolved/) -- [Completed video series for on-device machine learning with MediaPipe and Android](https://www.reddit.com/r/androiddev/comments/192ip5x/completed_video_series_for_ondevice_machine/) -- [[Blog] Using C/C++ in Android: A Comprehensive Guide For Beginners](https://www.reddit.com/r/androiddev/comments/192h4vx/blog_using_cc_in_android_a_comprehensive_guide/) -- [Hey guys I have created a sub(/r/AndroidInterviewQ) specifically for Android Interview Questions but not the straightforward ones. Please check it out and provide your questions and answers and help the Android Questions/Answer resource grow.](https://www.reddit.com/r/androiddev/comments/192cuat/hey_guys_i_have_created_a_subrandroidinterviewq/) -- [Discord community for Jetpack Compose centric development.](https://www.reddit.com/r/androiddev/comments/191vyed/discord_community_for_jetpack_compose_centric/) ### *InfoWorld posts* From e030685dab002f879a55d6ec444431b60d8173c6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 13 Jan 2024 01:26:27 +0000 Subject: [PATCH 0768/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b4e3e51f0c..e8527f8786 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android system design preparation resources](https://www.reddit.com/r/androiddev/comments/194g5qm/android_system_design_preparation_resources/) -- [Folks who don't use Material Compose components, do you also build Scaffold and Navigation Bar components by yourself?](https://www.reddit.com/r/androiddev/comments/194de30/folks_who_dont_use_material_compose_components_do/) -- [Can you track the "Did you find this helpful?" count/metrics for Google Play reviews>](https://www.reddit.com/r/androiddev/comments/194aowt/can_you_track_the_did_you_find_this_helpful/) -- [Is reassigning the object to itself the cleanest way to update inner properties in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/194ablw/is_reassigning_the_object_to_itself_the_cleanest/) -- [Faster builds on Windows 11 with Dev Drives](https://www.reddit.com/r/androiddev/comments/19422tz/faster_builds_on_windows_11_with_dev_drives/) -- [I have 7 days to fix an issue or the app will be removed](https://www.reddit.com/r/androiddev/comments/193xu6f/i_have_7_days_to_fix_an_issue_or_the_app_will_be/) -- [Material Design in Android. Consistency from design to code](https://www.reddit.com/r/androiddev/comments/193vhkb/material_design_in_android_consistency_from/) -- [Using beta version is a risk?](https://www.reddit.com/r/androiddev/comments/193uwi0/using_beta_version_is_a_risk/) -- [KMP Developers out there, what are you using for your local database?](https://www.reddit.com/r/androiddev/comments/193s92p/kmp_developers_out_there_what_are_you_using_for/) -- [Template app](https://www.reddit.com/r/androiddev/comments/193izfe/template_app/) +- [Looking for closed testers - reciprocal testing arrangement](https://www.reddit.com/r/androiddev/comments/19580j8/looking_for_closed_testers_reciprocal_testing/) +- [saveInstanceState vs ViewModel](https://www.reddit.com/r/androiddev/comments/1955zca/saveinstancestate_vs_viewmodel/) +- [What’s my level?](https://www.reddit.com/r/androiddev/comments/1953imv/whats_my_level/) +- [Google Play Developer Account Suddenly Terminated Due to an Old Unreleased Game Version](https://www.reddit.com/r/androiddev/comments/1951s3v/google_play_developer_account_suddenly_terminated/) +- [Android Studio Jellyfish | 2023.3.1 Canary 4 now available](https://www.reddit.com/r/androiddev/comments/1951b92/android_studio_jellyfish_202331_canary_4_now/) +- [Is there any way to make use of an existing non-compose fragment inside of a compose activity?](https://www.reddit.com/r/androiddev/comments/194ykrh/is_there_any_way_to_make_use_of_an_existing/) +- [Trying to make ADB simpler](https://www.reddit.com/r/androiddev/comments/194xeco/trying_to_make_adb_simpler/) +- [Help me as SDK Developers to Minimize SDK Issues for Users](https://www.reddit.com/r/androiddev/comments/194uenq/help_me_as_sdk_developers_to_minimize_sdk_issues/) +- [How do you as an android dev collaborate with product designers during development?](https://www.reddit.com/r/androiddev/comments/194r75l/how_do_you_as_an_android_dev_collaborate_with/) +- [Google just removed their Android basics with kotlin course. Is there any way to access it](https://www.reddit.com/r/androiddev/comments/194r5xm/google_just_removed_their_android_basics_with/) ### *InfoWorld posts* From 562ab2cb8dd6596be41edab597eb69e2197f7b60 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 14 Jan 2024 01:28:52 +0000 Subject: [PATCH 0769/1422] Updated with the latest blog posts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8527f8786..6a5866dc36 100644 --- a/README.md +++ b/README.md @@ -271,9 +271,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Looking for closed testers - reciprocal testing arrangement](https://www.reddit.com/r/androiddev/comments/19580j8/looking_for_closed_testers_reciprocal_testing/) - [saveInstanceState vs ViewModel](https://www.reddit.com/r/androiddev/comments/1955zca/saveinstancestate_vs_viewmodel/) -- [What’s my level?](https://www.reddit.com/r/androiddev/comments/1953imv/whats_my_level/) - [Google Play Developer Account Suddenly Terminated Due to an Old Unreleased Game Version](https://www.reddit.com/r/androiddev/comments/1951s3v/google_play_developer_account_suddenly_terminated/) - [Android Studio Jellyfish | 2023.3.1 Canary 4 now available](https://www.reddit.com/r/androiddev/comments/1951b92/android_studio_jellyfish_202331_canary_4_now/) - [Is there any way to make use of an existing non-compose fragment inside of a compose activity?](https://www.reddit.com/r/androiddev/comments/194ykrh/is_there_any_way_to_make_use_of_an_existing/) @@ -281,6 +279,8 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Help me as SDK Developers to Minimize SDK Issues for Users](https://www.reddit.com/r/androiddev/comments/194uenq/help_me_as_sdk_developers_to_minimize_sdk_issues/) - [How do you as an android dev collaborate with product designers during development?](https://www.reddit.com/r/androiddev/comments/194r75l/how_do_you_as_an_android_dev_collaborate_with/) - [Google just removed their Android basics with kotlin course. Is there any way to access it](https://www.reddit.com/r/androiddev/comments/194r5xm/google_just_removed_their_android_basics_with/) +- [What are your approaches to representing formatted text content?](https://www.reddit.com/r/androiddev/comments/194r2sg/what_are_your_approaches_to_representing/) +- [Android system design preparation resources](https://www.reddit.com/r/androiddev/comments/194g5qm/android_system_design_preparation_resources/) ### *InfoWorld posts* From a426b2148ebc54485ffff1dae7cc13b7587d624b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 15 Jan 2024 01:28:24 +0000 Subject: [PATCH 0770/1422] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a5866dc36..84ee560801 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [saveInstanceState vs ViewModel](https://www.reddit.com/r/androiddev/comments/1955zca/saveinstancestate_vs_viewmodel/) -- [Google Play Developer Account Suddenly Terminated Due to an Old Unreleased Game Version](https://www.reddit.com/r/androiddev/comments/1951s3v/google_play_developer_account_suddenly_terminated/) - [Android Studio Jellyfish | 2023.3.1 Canary 4 now available](https://www.reddit.com/r/androiddev/comments/1951b92/android_studio_jellyfish_202331_canary_4_now/) - [Is there any way to make use of an existing non-compose fragment inside of a compose activity?](https://www.reddit.com/r/androiddev/comments/194ykrh/is_there_any_way_to_make_use_of_an_existing/) - [Trying to make ADB simpler](https://www.reddit.com/r/androiddev/comments/194xeco/trying_to_make_adb_simpler/) @@ -281,6 +280,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Google just removed their Android basics with kotlin course. Is there any way to access it](https://www.reddit.com/r/androiddev/comments/194r5xm/google_just_removed_their_android_basics_with/) - [What are your approaches to representing formatted text content?](https://www.reddit.com/r/androiddev/comments/194r2sg/what_are_your_approaches_to_representing/) - [Android system design preparation resources](https://www.reddit.com/r/androiddev/comments/194g5qm/android_system_design_preparation_resources/) +- [Can you track the "Did you find this helpful?" count/metrics for Google Play reviews>](https://www.reddit.com/r/androiddev/comments/194aowt/can_you_track_the_did_you_find_this_helpful/) ### *InfoWorld posts* From 32c4fae8cd6fa1d027cc49eeda777bb4f88a27d9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 16 Jan 2024 01:26:57 +0000 Subject: [PATCH 0771/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 84ee560801..675c0aebce 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Weekly Who's Hiring Thread - January 15, 2024](https://www.reddit.com/r/androiddev/comments/1979da9/weekly_whos_hiring_thread_january_15_2024/) +- [Weekly discussion, code review, and feedback thread - January 15, 2024](https://www.reddit.com/r/androiddev/comments/19785wx/weekly_discussion_code_review_and_feedback_thread/) +- [Android WYSIWYG Rich editor for Jetpack compose.](https://www.reddit.com/r/androiddev/comments/1977u3w/android_wysiwyg_rich_editor_for_jetpack_compose/) +- [From Lollipop to Android 13: Mastering Background Blur in Compose](https://www.reddit.com/r/androiddev/comments/1971m4o/from_lollipop_to_android_13_mastering_background/) - [saveInstanceState vs ViewModel](https://www.reddit.com/r/androiddev/comments/1955zca/saveinstancestate_vs_viewmodel/) - [Android Studio Jellyfish | 2023.3.1 Canary 4 now available](https://www.reddit.com/r/androiddev/comments/1951b92/android_studio_jellyfish_202331_canary_4_now/) - [Is there any way to make use of an existing non-compose fragment inside of a compose activity?](https://www.reddit.com/r/androiddev/comments/194ykrh/is_there_any_way_to_make_use_of_an_existing/) - [Trying to make ADB simpler](https://www.reddit.com/r/androiddev/comments/194xeco/trying_to_make_adb_simpler/) - [Help me as SDK Developers to Minimize SDK Issues for Users](https://www.reddit.com/r/androiddev/comments/194uenq/help_me_as_sdk_developers_to_minimize_sdk_issues/) - [How do you as an android dev collaborate with product designers during development?](https://www.reddit.com/r/androiddev/comments/194r75l/how_do_you_as_an_android_dev_collaborate_with/) -- [Google just removed their Android basics with kotlin course. Is there any way to access it](https://www.reddit.com/r/androiddev/comments/194r5xm/google_just_removed_their_android_basics_with/) -- [What are your approaches to representing formatted text content?](https://www.reddit.com/r/androiddev/comments/194r2sg/what_are_your_approaches_to_representing/) -- [Android system design preparation resources](https://www.reddit.com/r/androiddev/comments/194g5qm/android_system_design_preparation_resources/) -- [Can you track the "Did you find this helpful?" count/metrics for Google Play reviews>](https://www.reddit.com/r/androiddev/comments/194aowt/can_you_track_the_did_you_find_this_helpful/) ### *InfoWorld posts* From 17ec19cc1a9ae57206828ccf1e05eacf0ff3213e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 17 Jan 2024 01:27:17 +0000 Subject: [PATCH 0772/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 675c0aebce..8f06ef31d3 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [App Automatic Integrity Protection, why is it not mandatory?](https://www.reddit.com/r/androiddev/comments/198i5i9/app_automatic_integrity_protection_why_is_it_not/) +- [Recommendations of Android OS courses](https://www.reddit.com/r/androiddev/comments/198hixb/recommendations_of_android_os_courses/) +- [A pop-up notifying users if they want to sign up for an email newsletter, violates terms and conditions?](https://www.reddit.com/r/androiddev/comments/198ge4z/a_popup_notifying_users_if_they_want_to_sign_up/) +- [Pixel Watch folders inaccessible via wireless debugging](https://www.reddit.com/r/androiddev/comments/1989xxr/pixel_watch_folders_inaccessible_via_wireless/) +- [Using DRM to provide a unique id](https://www.reddit.com/r/androiddev/comments/19895zn/using_drm_to_provide_a_unique_id/) - [Weekly Who's Hiring Thread - January 15, 2024](https://www.reddit.com/r/androiddev/comments/1979da9/weekly_whos_hiring_thread_january_15_2024/) - [Weekly discussion, code review, and feedback thread - January 15, 2024](https://www.reddit.com/r/androiddev/comments/19785wx/weekly_discussion_code_review_and_feedback_thread/) - [Android WYSIWYG Rich editor for Jetpack compose.](https://www.reddit.com/r/androiddev/comments/1977u3w/android_wysiwyg_rich_editor_for_jetpack_compose/) - [From Lollipop to Android 13: Mastering Background Blur in Compose](https://www.reddit.com/r/androiddev/comments/1971m4o/from_lollipop_to_android_13_mastering_background/) - [saveInstanceState vs ViewModel](https://www.reddit.com/r/androiddev/comments/1955zca/saveinstancestate_vs_viewmodel/) -- [Android Studio Jellyfish | 2023.3.1 Canary 4 now available](https://www.reddit.com/r/androiddev/comments/1951b92/android_studio_jellyfish_202331_canary_4_now/) -- [Is there any way to make use of an existing non-compose fragment inside of a compose activity?](https://www.reddit.com/r/androiddev/comments/194ykrh/is_there_any_way_to_make_use_of_an_existing/) -- [Trying to make ADB simpler](https://www.reddit.com/r/androiddev/comments/194xeco/trying_to_make_adb_simpler/) -- [Help me as SDK Developers to Minimize SDK Issues for Users](https://www.reddit.com/r/androiddev/comments/194uenq/help_me_as_sdk_developers_to_minimize_sdk_issues/) -- [How do you as an android dev collaborate with product designers during development?](https://www.reddit.com/r/androiddev/comments/194r75l/how_do_you_as_an_android_dev_collaborate_with/) ### *InfoWorld posts* From 3fe5fadc44a2881f5a24a0b30aef7b3d77be5591 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 18 Jan 2024 01:26:44 +0000 Subject: [PATCH 0773/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8f06ef31d3..d880578a50 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Kotlin Illustrated Guide - Sealed Types](https://www.reddit.com/r/androiddev/comments/198yl1m/kotlin_illustrated_guide_sealed_types/) +- [Jetpack Compose: The Android Developer Roadmap — Part 5](https://www.reddit.com/r/androiddev/comments/198vkfx/jetpack_compose_the_android_developer_roadmap/) +- [Spotify-KMP: A Kotlin Multiplatform(KMP) sample that mirrors the architecture of a production-level app! 🚀](https://www.reddit.com/r/androiddev/comments/198tl3o/spotifykmp_a_kotlin_multiplatformkmp_sample_that/) +- [GPUPixel: Cross-Platform Real-Time Beauty Filter Library - Achieving Commercial-Grade Beauty Effects](https://www.reddit.com/r/androiddev/comments/198kwwz/gpupixel_crossplatform_realtime_beauty_filter/) - [App Automatic Integrity Protection, why is it not mandatory?](https://www.reddit.com/r/androiddev/comments/198i5i9/app_automatic_integrity_protection_why_is_it_not/) -- [Recommendations of Android OS courses](https://www.reddit.com/r/androiddev/comments/198hixb/recommendations_of_android_os_courses/) - [A pop-up notifying users if they want to sign up for an email newsletter, violates terms and conditions?](https://www.reddit.com/r/androiddev/comments/198ge4z/a_popup_notifying_users_if_they_want_to_sign_up/) - [Pixel Watch folders inaccessible via wireless debugging](https://www.reddit.com/r/androiddev/comments/1989xxr/pixel_watch_folders_inaccessible_via_wireless/) - [Using DRM to provide a unique id](https://www.reddit.com/r/androiddev/comments/19895zn/using_drm_to_provide_a_unique_id/) - [Weekly Who's Hiring Thread - January 15, 2024](https://www.reddit.com/r/androiddev/comments/1979da9/weekly_whos_hiring_thread_january_15_2024/) - [Weekly discussion, code review, and feedback thread - January 15, 2024](https://www.reddit.com/r/androiddev/comments/19785wx/weekly_discussion_code_review_and_feedback_thread/) -- [Android WYSIWYG Rich editor for Jetpack compose.](https://www.reddit.com/r/androiddev/comments/1977u3w/android_wysiwyg_rich_editor_for_jetpack_compose/) -- [From Lollipop to Android 13: Mastering Background Blur in Compose](https://www.reddit.com/r/androiddev/comments/1971m4o/from_lollipop_to_android_13_mastering_background/) -- [saveInstanceState vs ViewModel](https://www.reddit.com/r/androiddev/comments/1955zca/saveinstancestate_vs_viewmodel/) ### *InfoWorld posts* From 6ad52b28b3a19929417c654db093cb0d91038c98 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 19 Jan 2024 01:27:24 +0000 Subject: [PATCH 0774/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d880578a50..13c00d1a61 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [OH NIO! What is this system property?](https://www.reddit.com/r/androiddev/comments/19a5nw4/oh_nio_what_is_this_system_property/) +- [DIY: your own Dependency Injection library!](https://www.reddit.com/r/androiddev/comments/19a5kk0/diy_your_own_dependency_injection_library/) +- [App reviews on Google Play have threshold and are location locked?](https://www.reddit.com/r/androiddev/comments/199rww3/app_reviews_on_google_play_have_threshold_and_are/) +- [Google play console+](https://www.reddit.com/r/androiddev/comments/199n80p/google_play_console/) - [Kotlin Illustrated Guide - Sealed Types](https://www.reddit.com/r/androiddev/comments/198yl1m/kotlin_illustrated_guide_sealed_types/) - [Jetpack Compose: The Android Developer Roadmap — Part 5](https://www.reddit.com/r/androiddev/comments/198vkfx/jetpack_compose_the_android_developer_roadmap/) - [Spotify-KMP: A Kotlin Multiplatform(KMP) sample that mirrors the architecture of a production-level app! 🚀](https://www.reddit.com/r/androiddev/comments/198tl3o/spotifykmp_a_kotlin_multiplatformkmp_sample_that/) - [GPUPixel: Cross-Platform Real-Time Beauty Filter Library - Achieving Commercial-Grade Beauty Effects](https://www.reddit.com/r/androiddev/comments/198kwwz/gpupixel_crossplatform_realtime_beauty_filter/) - [App Automatic Integrity Protection, why is it not mandatory?](https://www.reddit.com/r/androiddev/comments/198i5i9/app_automatic_integrity_protection_why_is_it_not/) - [A pop-up notifying users if they want to sign up for an email newsletter, violates terms and conditions?](https://www.reddit.com/r/androiddev/comments/198ge4z/a_popup_notifying_users_if_they_want_to_sign_up/) -- [Pixel Watch folders inaccessible via wireless debugging](https://www.reddit.com/r/androiddev/comments/1989xxr/pixel_watch_folders_inaccessible_via_wireless/) -- [Using DRM to provide a unique id](https://www.reddit.com/r/androiddev/comments/19895zn/using_drm_to_provide_a_unique_id/) -- [Weekly Who's Hiring Thread - January 15, 2024](https://www.reddit.com/r/androiddev/comments/1979da9/weekly_whos_hiring_thread_january_15_2024/) -- [Weekly discussion, code review, and feedback thread - January 15, 2024](https://www.reddit.com/r/androiddev/comments/19785wx/weekly_discussion_code_review_and_feedback_thread/) ### *InfoWorld posts* From 2cf89f12f24d1dde230c5eb590e3aa32ef0e71cb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 20 Jan 2024 01:26:30 +0000 Subject: [PATCH 0775/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 13c00d1a61..ea8696307c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [OH NIO! What is this system property?](https://www.reddit.com/r/androiddev/comments/19a5nw4/oh_nio_what_is_this_system_property/) -- [DIY: your own Dependency Injection library!](https://www.reddit.com/r/androiddev/comments/19a5kk0/diy_your_own_dependency_injection_library/) -- [App reviews on Google Play have threshold and are location locked?](https://www.reddit.com/r/androiddev/comments/199rww3/app_reviews_on_google_play_have_threshold_and_are/) -- [Google play console+](https://www.reddit.com/r/androiddev/comments/199n80p/google_play_console/) -- [Kotlin Illustrated Guide - Sealed Types](https://www.reddit.com/r/androiddev/comments/198yl1m/kotlin_illustrated_guide_sealed_types/) -- [Jetpack Compose: The Android Developer Roadmap — Part 5](https://www.reddit.com/r/androiddev/comments/198vkfx/jetpack_compose_the_android_developer_roadmap/) -- [Spotify-KMP: A Kotlin Multiplatform(KMP) sample that mirrors the architecture of a production-level app! 🚀](https://www.reddit.com/r/androiddev/comments/198tl3o/spotifykmp_a_kotlin_multiplatformkmp_sample_that/) -- [GPUPixel: Cross-Platform Real-Time Beauty Filter Library - Achieving Commercial-Grade Beauty Effects](https://www.reddit.com/r/androiddev/comments/198kwwz/gpupixel_crossplatform_realtime_beauty_filter/) -- [App Automatic Integrity Protection, why is it not mandatory?](https://www.reddit.com/r/androiddev/comments/198i5i9/app_automatic_integrity_protection_why_is_it_not/) -- [A pop-up notifying users if they want to sign up for an email newsletter, violates terms and conditions?](https://www.reddit.com/r/androiddev/comments/198ge4z/a_popup_notifying_users_if_they_want_to_sign_up/) +- [How is our App start-up time? [DAU ~300K]](https://www.reddit.com/r/androiddev/comments/19aw0ox/how_is_our_app_startup_time_dau_300k/) +- [Mobile is actually pretty hard.](https://www.reddit.com/r/androiddev/comments/19atxf9/mobile_is_actually_pretty_hard/) +- [Orii Ring accessibility issues](https://www.reddit.com/r/androiddev/comments/19atcf2/orii_ring_accessibility_issues/) +- [Bug on ChapGpt3.5 on making compose code](https://www.reddit.com/r/androiddev/comments/19asoay/bug_on_chapgpt35_on_making_compose_code/) +- [Looking for advice, my apk was stolen and google wont remove offender](https://www.reddit.com/r/androiddev/comments/19arhza/looking_for_advice_my_apk_was_stolen_and_google/) +- [androidIDE](https://www.reddit.com/r/androiddev/comments/19ajbqk/androidide/) +- [Running compiled-for x86-64 Android CLI programs on bare Linux?](https://www.reddit.com/r/androiddev/comments/19afx8t/running_compiledfor_x8664_android_cli_programs_on/) +- [How can I revamp the old app to maintain the downloads without keeping anything same?](https://www.reddit.com/r/androiddev/comments/19aegem/how_can_i_revamp_the_old_app_to_maintain_the/) +- [Digital Accessibility in Mobile Apps](https://www.reddit.com/r/androiddev/comments/19adnb8/digital_accessibility_in_mobile_apps/) +- [How we made our app start time 40% faster](https://www.reddit.com/r/androiddev/comments/19acnjy/how_we_made_our_app_start_time_40_faster/) ### *InfoWorld posts* From 5c6d937da0dc4581f077bc6a8626594da19d8235 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 21 Jan 2024 01:28:50 +0000 Subject: [PATCH 0776/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea8696307c..508358ba2c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [A Better Hash Map](https://www.reddit.com/r/androiddev/comments/19bqj1x/a_better_hash_map/) +- [kotlinCompilerExtensionVersion in android library](https://www.reddit.com/r/androiddev/comments/19bc80l/kotlincompilerextensionversion_in_android_library/) +- [Limit app functionality if a user from the EU/UK does not consent to ads/tracking?](https://www.reddit.com/r/androiddev/comments/19b9dw0/limit_app_functionality_if_a_user_from_the_euuk/) - [How is our App start-up time? [DAU ~300K]](https://www.reddit.com/r/androiddev/comments/19aw0ox/how_is_our_app_startup_time_dau_300k/) - [Mobile is actually pretty hard.](https://www.reddit.com/r/androiddev/comments/19atxf9/mobile_is_actually_pretty_hard/) -- [Orii Ring accessibility issues](https://www.reddit.com/r/androiddev/comments/19atcf2/orii_ring_accessibility_issues/) - [Bug on ChapGpt3.5 on making compose code](https://www.reddit.com/r/androiddev/comments/19asoay/bug_on_chapgpt35_on_making_compose_code/) - [Looking for advice, my apk was stolen and google wont remove offender](https://www.reddit.com/r/androiddev/comments/19arhza/looking_for_advice_my_apk_was_stolen_and_google/) - [androidIDE](https://www.reddit.com/r/androiddev/comments/19ajbqk/androidide/) - [Running compiled-for x86-64 Android CLI programs on bare Linux?](https://www.reddit.com/r/androiddev/comments/19afx8t/running_compiledfor_x8664_android_cli_programs_on/) - [How can I revamp the old app to maintain the downloads without keeping anything same?](https://www.reddit.com/r/androiddev/comments/19aegem/how_can_i_revamp_the_old_app_to_maintain_the/) -- [Digital Accessibility in Mobile Apps](https://www.reddit.com/r/androiddev/comments/19adnb8/digital_accessibility_in_mobile_apps/) -- [How we made our app start time 40% faster](https://www.reddit.com/r/androiddev/comments/19acnjy/how_we_made_our_app_start_time_40_faster/) ### *InfoWorld posts* From ed4b40b42842e23538050aa522db8b5dda79bdd9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 22 Jan 2024 01:28:49 +0000 Subject: [PATCH 0777/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 508358ba2c..ecfba0817a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Continuous Shared Element Transitions from RecyclerView to ViewPager2 using navigation component](https://www.reddit.com/r/androiddev/comments/19cct2v/continuous_shared_element_transitions_from/) +- [Help - Need open source repositories demonstrating TDD or Unit testing and UI testing in Android](https://www.reddit.com/r/androiddev/comments/19c2mab/help_need_open_source_repositories_demonstrating/) +- [Show files accessed](https://www.reddit.com/r/androiddev/comments/19c2c49/show_files_accessed/) +- [My very first Android native app, "BoardIt" a simple note taking app.](https://www.reddit.com/r/androiddev/comments/19c0udb/my_very_first_android_native_app_boardit_a_simple/) +- [Discussion: Researching a quick browser-based prototyping tool for Android development (like CodeSandbox or Stackblitz for web-dev)](https://www.reddit.com/r/androiddev/comments/19bzvqp/discussion_researching_a_quick_browserbased/) +- [Admob and GDPR](https://www.reddit.com/r/androiddev/comments/19bzc3y/admob_and_gdpr/) +- [future_of_harmony_os](https://www.reddit.com/r/androiddev/comments/19by8br/future_of_harmony_os/) +- [Is the new material 3 linear progress indicator confusing for users?](https://www.reddit.com/r/androiddev/comments/19bwskv/is_the_new_material_3_linear_progress_indicator/) - [A Better Hash Map](https://www.reddit.com/r/androiddev/comments/19bqj1x/a_better_hash_map/) - [kotlinCompilerExtensionVersion in android library](https://www.reddit.com/r/androiddev/comments/19bc80l/kotlincompilerextensionversion_in_android_library/) -- [Limit app functionality if a user from the EU/UK does not consent to ads/tracking?](https://www.reddit.com/r/androiddev/comments/19b9dw0/limit_app_functionality_if_a_user_from_the_euuk/) -- [How is our App start-up time? [DAU ~300K]](https://www.reddit.com/r/androiddev/comments/19aw0ox/how_is_our_app_startup_time_dau_300k/) -- [Mobile is actually pretty hard.](https://www.reddit.com/r/androiddev/comments/19atxf9/mobile_is_actually_pretty_hard/) -- [Bug on ChapGpt3.5 on making compose code](https://www.reddit.com/r/androiddev/comments/19asoay/bug_on_chapgpt35_on_making_compose_code/) -- [Looking for advice, my apk was stolen and google wont remove offender](https://www.reddit.com/r/androiddev/comments/19arhza/looking_for_advice_my_apk_was_stolen_and_google/) -- [androidIDE](https://www.reddit.com/r/androiddev/comments/19ajbqk/androidide/) -- [Running compiled-for x86-64 Android CLI programs on bare Linux?](https://www.reddit.com/r/androiddev/comments/19afx8t/running_compiledfor_x8664_android_cli_programs_on/) -- [How can I revamp the old app to maintain the downloads without keeping anything same?](https://www.reddit.com/r/androiddev/comments/19aegem/how_can_i_revamp_the_old_app_to_maintain_the/) ### *InfoWorld posts* From de11abe6837e67a247d6fcae4f942ec666849628 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 23 Jan 2024 01:27:44 +0000 Subject: [PATCH 0778/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ecfba0817a..8f379dfa88 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Continuous Shared Element Transitions from RecyclerView to ViewPager2 using navigation component](https://www.reddit.com/r/androiddev/comments/19cct2v/continuous_shared_element_transitions_from/) -- [Help - Need open source repositories demonstrating TDD or Unit testing and UI testing in Android](https://www.reddit.com/r/androiddev/comments/19c2mab/help_need_open_source_repositories_demonstrating/) -- [Show files accessed](https://www.reddit.com/r/androiddev/comments/19c2c49/show_files_accessed/) -- [My very first Android native app, "BoardIt" a simple note taking app.](https://www.reddit.com/r/androiddev/comments/19c0udb/my_very_first_android_native_app_boardit_a_simple/) -- [Discussion: Researching a quick browser-based prototyping tool for Android development (like CodeSandbox or Stackblitz for web-dev)](https://www.reddit.com/r/androiddev/comments/19bzvqp/discussion_researching_a_quick_browserbased/) -- [Admob and GDPR](https://www.reddit.com/r/androiddev/comments/19bzc3y/admob_and_gdpr/) -- [future_of_harmony_os](https://www.reddit.com/r/androiddev/comments/19by8br/future_of_harmony_os/) -- [Is the new material 3 linear progress indicator confusing for users?](https://www.reddit.com/r/androiddev/comments/19bwskv/is_the_new_material_3_linear_progress_indicator/) -- [A Better Hash Map](https://www.reddit.com/r/androiddev/comments/19bqj1x/a_better_hash_map/) -- [kotlinCompilerExtensionVersion in android library](https://www.reddit.com/r/androiddev/comments/19bc80l/kotlincompilerextensionversion_in_android_library/) +- [Android Studio Jellyfish | 2023.3.1 Canary 5 now available](https://www.reddit.com/r/androiddev/comments/19d39i1/android_studio_jellyfish_202331_canary_5_now/) +- [Share my first Jetpack Compose repo](https://www.reddit.com/r/androiddev/comments/19d0su9/share_my_first_jetpack_compose_repo/) +- [Very hung up on fine details before release (Particularly, ensuring the app looks/performs on a variety of devices). Advice needed.](https://www.reddit.com/r/androiddev/comments/19d0fer/very_hung_up_on_fine_details_before_release/) +- [Please advise: Afraid of Publishing my Multiplayer, where players could meet and send send Bitcoin's to each other](https://www.reddit.com/r/androiddev/comments/19cxu2m/please_advise_afraid_of_publishing_my_multiplayer/) +- [APK/AAB build distribution](https://www.reddit.com/r/androiddev/comments/19cxqrb/apkaab_build_distribution/) +- [Need Your Input for a New Indie App Showcase Idea](https://www.reddit.com/r/androiddev/comments/19cxo8j/need_your_input_for_a_new_indie_app_showcase_idea/) +- [Weekly Who's Hiring Thread - January 22, 2024](https://www.reddit.com/r/androiddev/comments/19cw9c0/weekly_whos_hiring_thread_january_22_2024/) +- [Weekly discussion, code review, and feedback thread - January 22, 2024](https://www.reddit.com/r/androiddev/comments/19cv3m3/weekly_discussion_code_review_and_feedback_thread/) +- [RTK GNSS Receiver](https://www.reddit.com/r/androiddev/comments/19ct154/rtk_gnss_receiver/) +- [How can I improve my app? Specially UI](https://www.reddit.com/r/androiddev/comments/19csz0u/how_can_i_improve_my_app_specially_ui/) ### *InfoWorld posts* From 215225ca00db631a50b0b901d869d670bafe90b7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 24 Jan 2024 01:27:42 +0000 Subject: [PATCH 0779/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8f379dfa88..6019e36fc2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Studio Jellyfish | 2023.3.1 Canary 5 now available](https://www.reddit.com/r/androiddev/comments/19d39i1/android_studio_jellyfish_202331_canary_5_now/) -- [Share my first Jetpack Compose repo](https://www.reddit.com/r/androiddev/comments/19d0su9/share_my_first_jetpack_compose_repo/) -- [Very hung up on fine details before release (Particularly, ensuring the app looks/performs on a variety of devices). Advice needed.](https://www.reddit.com/r/androiddev/comments/19d0fer/very_hung_up_on_fine_details_before_release/) -- [Please advise: Afraid of Publishing my Multiplayer, where players could meet and send send Bitcoin's to each other](https://www.reddit.com/r/androiddev/comments/19cxu2m/please_advise_afraid_of_publishing_my_multiplayer/) -- [APK/AAB build distribution](https://www.reddit.com/r/androiddev/comments/19cxqrb/apkaab_build_distribution/) -- [Need Your Input for a New Indie App Showcase Idea](https://www.reddit.com/r/androiddev/comments/19cxo8j/need_your_input_for_a_new_indie_app_showcase_idea/) -- [Weekly Who's Hiring Thread - January 22, 2024](https://www.reddit.com/r/androiddev/comments/19cw9c0/weekly_whos_hiring_thread_january_22_2024/) -- [Weekly discussion, code review, and feedback thread - January 22, 2024](https://www.reddit.com/r/androiddev/comments/19cv3m3/weekly_discussion_code_review_and_feedback_thread/) -- [RTK GNSS Receiver](https://www.reddit.com/r/androiddev/comments/19ct154/rtk_gnss_receiver/) -- [How can I improve my app? Specially UI](https://www.reddit.com/r/androiddev/comments/19csz0u/how_can_i_improve_my_app_specially_ui/) +- [Worried that my personal accounts gets terminated too.](https://www.reddit.com/r/androiddev/comments/19e0jn7/worried_that_my_personal_accounts_gets_terminated/) +- [Does anyone use MVC anymore?](https://www.reddit.com/r/androiddev/comments/19e0538/does_anyone_use_mvc_anymore/) +- [Android Studio Hedgehog | 2023.1.1 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/19dvwc7/android_studio_hedgehog_202311_patch_2_now/) +- ["Can't load content at the moment" error preventing users from selecting folder when using intent with ACTION_OPEN_DOCUMENT_TREE](https://www.reddit.com/r/androiddev/comments/19dvfox/cant_load_content_at_the_moment_error_preventing/) +- [Mixing ViewModel and Jetpack Compose](https://www.reddit.com/r/androiddev/comments/19dtx4x/mixing_viewmodel_and_jetpack_compose/) +- [I have open sourced a project to explore latest Android libraries and techniques. Please take a look and provide feedbacks](https://www.reddit.com/r/androiddev/comments/19dtj2q/i_have_open_sourced_a_project_to_explore_latest/) +- [Date() vs LocalDate(). I'm trying to convince my team the java.util.Date is root cause of all evil](https://www.reddit.com/r/androiddev/comments/19dsvcd/date_vs_localdate_im_trying_to_convince_my_team/) +- [✨ Gemini Android demonstrates Google's Generative AI on Android with Stream Chat SDK for Compose](https://www.reddit.com/r/androiddev/comments/19doy70/gemini_android_demonstrates_googles_generative_ai/) +- [Considerations about server-side verification of in-app purchases when no internet available (Billing Library)](https://www.reddit.com/r/androiddev/comments/19diuiv/considerations_about_serverside_verification_of/) +- [Are there any alternatives for the Associate Android Developer Certification Exam](https://www.reddit.com/r/androiddev/comments/19de1gx/are_there_any_alternatives_for_the_associate/) ### *InfoWorld posts* From b16a7b6e7781b32fbeeef824e91217acca93cb5a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 25 Jan 2024 01:27:51 +0000 Subject: [PATCH 0780/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6019e36fc2..67f0555c96 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Worried that my personal accounts gets terminated too.](https://www.reddit.com/r/androiddev/comments/19e0jn7/worried_that_my_personal_accounts_gets_terminated/) -- [Does anyone use MVC anymore?](https://www.reddit.com/r/androiddev/comments/19e0538/does_anyone_use_mvc_anymore/) -- [Android Studio Hedgehog | 2023.1.1 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/19dvwc7/android_studio_hedgehog_202311_patch_2_now/) -- ["Can't load content at the moment" error preventing users from selecting folder when using intent with ACTION_OPEN_DOCUMENT_TREE](https://www.reddit.com/r/androiddev/comments/19dvfox/cant_load_content_at_the_moment_error_preventing/) -- [Mixing ViewModel and Jetpack Compose](https://www.reddit.com/r/androiddev/comments/19dtx4x/mixing_viewmodel_and_jetpack_compose/) -- [I have open sourced a project to explore latest Android libraries and techniques. Please take a look and provide feedbacks](https://www.reddit.com/r/androiddev/comments/19dtj2q/i_have_open_sourced_a_project_to_explore_latest/) -- [Date() vs LocalDate(). I'm trying to convince my team the java.util.Date is root cause of all evil](https://www.reddit.com/r/androiddev/comments/19dsvcd/date_vs_localdate_im_trying_to_convince_my_team/) -- [✨ Gemini Android demonstrates Google's Generative AI on Android with Stream Chat SDK for Compose](https://www.reddit.com/r/androiddev/comments/19doy70/gemini_android_demonstrates_googles_generative_ai/) -- [Considerations about server-side verification of in-app purchases when no internet available (Billing Library)](https://www.reddit.com/r/androiddev/comments/19diuiv/considerations_about_serverside_verification_of/) -- [Are there any alternatives for the Associate Android Developer Certification Exam](https://www.reddit.com/r/androiddev/comments/19de1gx/are_there_any_alternatives_for_the_associate/) +- [Being reminded to verify an account tied to an inactive email.](https://www.reddit.com/r/androiddev/comments/19ewusg/being_reminded_to_verify_an_account_tied_to_an/) +- [How do you handle uncaught exceptions in Compose?](https://www.reddit.com/r/androiddev/comments/19evp8n/how_do_you_handle_uncaught_exceptions_in_compose/) +- [I made a side to create mobile apps super fast 🏃‍♂️💨](https://www.reddit.com/r/androiddev/comments/19eu1us/i_made_a_side_to_create_mobile_apps_super_fast/) +- [Android Studio Jellyfish | 2023.3.1 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/19eu10y/android_studio_jellyfish_202331_canary_6_now/) +- [Android Developers Blog: What’s new in the Jetpack Compose January ’24 release](https://www.reddit.com/r/androiddev/comments/19etiti/android_developers_blog_whats_new_in_the_jetpack/) +- [Mecool KM7](https://www.reddit.com/r/androiddev/comments/19ethy0/mecool_km7/) +- [delete android developer account](https://www.reddit.com/r/androiddev/comments/19eqc63/delete_android_developer_account/) +- [Multiplatform Magic: One Codebase, Three Platforms](https://www.reddit.com/r/androiddev/comments/19em0d3/multiplatform_magic_one_codebase_three_platforms/) +- [Google Play stats not showing since January 17th](https://www.reddit.com/r/androiddev/comments/19el788/google_play_stats_not_showing_since_january_17th/) +- [Country specific App distribution](https://www.reddit.com/r/androiddev/comments/19ek36x/country_specific_app_distribution/) ### *InfoWorld posts* From 5e500b912969de7a736d7315d4f7772c30d0fc7f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 26 Jan 2024 01:24:06 +0000 Subject: [PATCH 0781/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 67f0555c96..b91d85fbb5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Being reminded to verify an account tied to an inactive email.](https://www.reddit.com/r/androiddev/comments/19ewusg/being_reminded_to_verify_an_account_tied_to_an/) -- [How do you handle uncaught exceptions in Compose?](https://www.reddit.com/r/androiddev/comments/19evp8n/how_do_you_handle_uncaught_exceptions_in_compose/) -- [I made a side to create mobile apps super fast 🏃‍♂️💨](https://www.reddit.com/r/androiddev/comments/19eu1us/i_made_a_side_to_create_mobile_apps_super_fast/) -- [Android Studio Jellyfish | 2023.3.1 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/19eu10y/android_studio_jellyfish_202331_canary_6_now/) -- [Android Developers Blog: What’s new in the Jetpack Compose January ’24 release](https://www.reddit.com/r/androiddev/comments/19etiti/android_developers_blog_whats_new_in_the_jetpack/) -- [Mecool KM7](https://www.reddit.com/r/androiddev/comments/19ethy0/mecool_km7/) -- [delete android developer account](https://www.reddit.com/r/androiddev/comments/19eqc63/delete_android_developer_account/) -- [Multiplatform Magic: One Codebase, Three Platforms](https://www.reddit.com/r/androiddev/comments/19em0d3/multiplatform_magic_one_codebase_three_platforms/) -- [Google Play stats not showing since January 17th](https://www.reddit.com/r/androiddev/comments/19el788/google_play_stats_not_showing_since_january_17th/) -- [Country specific App distribution](https://www.reddit.com/r/androiddev/comments/19ek36x/country_specific_app_distribution/) +- [Changing Google Play Developer Account from Individual to Organization After Linking Payment Profile](https://www.reddit.com/r/androiddev/comments/19fe55x/changing_google_play_developer_account_from/) +- [Getting started - breaking the blocker how to respond to click events in Jetpack Compose composables](https://www.reddit.com/r/androiddev/comments/19f860y/getting_started_breaking_the_blocker_how_to/) +- [Compose User Interface and Navigation Modules](https://www.reddit.com/r/androiddev/comments/19f8275/compose_user_interface_and_navigation_modules/) +- [What’s new in the Jetpack Compose January ’24 release](https://www.reddit.com/r/androiddev/comments/19f7yli/whats_new_in_the_jetpack_compose_january_24/) +- [EU merchant identity verification deadline reminder](https://www.reddit.com/r/androiddev/comments/19f7l3u/eu_merchant_identity_verification_deadline/) +- [Share your experience with mobile UI testing approaches and tools](https://www.reddit.com/r/androiddev/comments/19f6ook/share_your_experience_with_mobile_ui_testing/) +- [Is Android not using its own Face Detector?](https://www.reddit.com/r/androiddev/comments/19f6gf6/is_android_not_using_its_own_face_detector/) +- [Share My Compose Calendar :)](https://www.reddit.com/r/androiddev/comments/19f5rls/share_my_compose_calendar/) +- [Receiving emails even though my account was terminated](https://www.reddit.com/r/androiddev/comments/19f419d/receiving_emails_even_though_my_account_was/) +- [Unity vs Android Studio For Puzzle Games](https://www.reddit.com/r/androiddev/comments/19f2753/unity_vs_android_studio_for_puzzle_games/) ### *InfoWorld posts* From c7122a18382d877b356cf509a9b2c729214c129c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 27 Jan 2024 01:22:13 +0000 Subject: [PATCH 0782/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b91d85fbb5..415d66a127 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Studio Jellyfish | 2023.3.1 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/1abpxen/android_studio_jellyfish_202331_canary_7_now/) +- [Kotlin multiplatform: Android and iOS Icons](https://www.reddit.com/r/androiddev/comments/1abgbks/kotlin_multiplatform_android_and_ios_icons/) +- [Rust on Android](https://www.reddit.com/r/androiddev/comments/1abg7wy/rust_on_android/) +- [DataStore vs. SharedPreferences: Real-World Performance Insights](https://www.reddit.com/r/androiddev/comments/1abf1kr/datastore_vs_sharedpreferences_realworld/) +- [What are the best OpenGL learning resources?](https://www.reddit.com/r/androiddev/comments/1abb884/what_are_the_best_opengl_learning_resources/) +- [Compile C++ to android with Gradle only(No AS)](https://www.reddit.com/r/androiddev/comments/1ab7xo6/compile_c_to_android_with_gradle_onlyno_as/) - [Changing Google Play Developer Account from Individual to Organization After Linking Payment Profile](https://www.reddit.com/r/androiddev/comments/19fe55x/changing_google_play_developer_account_from/) - [Getting started - breaking the blocker how to respond to click events in Jetpack Compose composables](https://www.reddit.com/r/androiddev/comments/19f860y/getting_started_breaking_the_blocker_how_to/) - [Compose User Interface and Navigation Modules](https://www.reddit.com/r/androiddev/comments/19f8275/compose_user_interface_and_navigation_modules/) -- [What’s new in the Jetpack Compose January ’24 release](https://www.reddit.com/r/androiddev/comments/19f7yli/whats_new_in_the_jetpack_compose_january_24/) - [EU merchant identity verification deadline reminder](https://www.reddit.com/r/androiddev/comments/19f7l3u/eu_merchant_identity_verification_deadline/) -- [Share your experience with mobile UI testing approaches and tools](https://www.reddit.com/r/androiddev/comments/19f6ook/share_your_experience_with_mobile_ui_testing/) -- [Is Android not using its own Face Detector?](https://www.reddit.com/r/androiddev/comments/19f6gf6/is_android_not_using_its_own_face_detector/) -- [Share My Compose Calendar :)](https://www.reddit.com/r/androiddev/comments/19f5rls/share_my_compose_calendar/) -- [Receiving emails even though my account was terminated](https://www.reddit.com/r/androiddev/comments/19f419d/receiving_emails_even_though_my_account_was/) -- [Unity vs Android Studio For Puzzle Games](https://www.reddit.com/r/androiddev/comments/19f2753/unity_vs_android_studio_for_puzzle_games/) ### *InfoWorld posts* From c970748e49c262ca47fdec712e2da1e92b9cf5d7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 28 Jan 2024 01:26:08 +0000 Subject: [PATCH 0783/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 415d66a127..eb6f8d44e9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How much time do you spend integrating design assets?](https://www.reddit.com/r/androiddev/comments/1acqjdt/how_much_time_do_you_spend_integrating_design/) +- [Are there Android developer jobs that hire generalists based on algorithm/data structure skills rather than specific android knowledge?](https://www.reddit.com/r/androiddev/comments/1aco5of/are_there_android_developer_jobs_that_hire/) +- [I hate cheaters in my own game and I figured out easiest way to drop them from my life](https://www.reddit.com/r/androiddev/comments/1achcqy/i_hate_cheaters_in_my_own_game_and_i_figured_out/) +- [Competitor removes app using fake impersonation reports](https://www.reddit.com/r/androiddev/comments/1accs9y/competitor_removes_app_using_fake_impersonation/) +- [How to add and retirves values to hilt viewmodel from different composable without creating a new viewmodel instance](https://www.reddit.com/r/androiddev/comments/1acbpks/how_to_add_and_retirves_values_to_hilt_viewmodel/) +- [Typesafe-Datastore: Simpler alternative to Proto-DataStore](https://www.reddit.com/r/androiddev/comments/1ac5yfy/typesafedatastore_simpler_alternative_to/) +- [What is the most stable old version of Android Studio before hedgehog?](https://www.reddit.com/r/androiddev/comments/1ac479c/what_is_the_most_stable_old_version_of_android/) - [Android Studio Jellyfish | 2023.3.1 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/1abpxen/android_studio_jellyfish_202331_canary_7_now/) - [Kotlin multiplatform: Android and iOS Icons](https://www.reddit.com/r/androiddev/comments/1abgbks/kotlin_multiplatform_android_and_ios_icons/) - [Rust on Android](https://www.reddit.com/r/androiddev/comments/1abg7wy/rust_on_android/) -- [DataStore vs. SharedPreferences: Real-World Performance Insights](https://www.reddit.com/r/androiddev/comments/1abf1kr/datastore_vs_sharedpreferences_realworld/) -- [What are the best OpenGL learning resources?](https://www.reddit.com/r/androiddev/comments/1abb884/what_are_the_best_opengl_learning_resources/) -- [Compile C++ to android with Gradle only(No AS)](https://www.reddit.com/r/androiddev/comments/1ab7xo6/compile_c_to_android_with_gradle_onlyno_as/) -- [Changing Google Play Developer Account from Individual to Organization After Linking Payment Profile](https://www.reddit.com/r/androiddev/comments/19fe55x/changing_google_play_developer_account_from/) -- [Getting started - breaking the blocker how to respond to click events in Jetpack Compose composables](https://www.reddit.com/r/androiddev/comments/19f860y/getting_started_breaking_the_blocker_how_to/) -- [Compose User Interface and Navigation Modules](https://www.reddit.com/r/androiddev/comments/19f8275/compose_user_interface_and_navigation_modules/) -- [EU merchant identity verification deadline reminder](https://www.reddit.com/r/androiddev/comments/19f7l3u/eu_merchant_identity_verification_deadline/) ### *InfoWorld posts* From be3e3ce5d881186ae5f26e6928371293d5151a82 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 29 Jan 2024 01:23:23 +0000 Subject: [PATCH 0784/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb6f8d44e9..8284a4e691 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Building industry level app calorie tracker](https://www.reddit.com/r/androiddev/comments/1adhxtt/building_industry_level_app_calorie_tracker/) +- [Why does Jetpack Compose not use Box Model ?](https://www.reddit.com/r/androiddev/comments/1ad60n0/why_does_jetpack_compose_not_use_box_model/) +- [Application architecture incompatible with x86_64](https://www.reddit.com/r/androiddev/comments/1ad0lh7/application_architecture_incompatible_with_x86_64/) - [How much time do you spend integrating design assets?](https://www.reddit.com/r/androiddev/comments/1acqjdt/how_much_time_do_you_spend_integrating_design/) - [Are there Android developer jobs that hire generalists based on algorithm/data structure skills rather than specific android knowledge?](https://www.reddit.com/r/androiddev/comments/1aco5of/are_there_android_developer_jobs_that_hire/) - [I hate cheaters in my own game and I figured out easiest way to drop them from my life](https://www.reddit.com/r/androiddev/comments/1achcqy/i_hate_cheaters_in_my_own_game_and_i_figured_out/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [How to add and retirves values to hilt viewmodel from different composable without creating a new viewmodel instance](https://www.reddit.com/r/androiddev/comments/1acbpks/how_to_add_and_retirves_values_to_hilt_viewmodel/) - [Typesafe-Datastore: Simpler alternative to Proto-DataStore](https://www.reddit.com/r/androiddev/comments/1ac5yfy/typesafedatastore_simpler_alternative_to/) - [What is the most stable old version of Android Studio before hedgehog?](https://www.reddit.com/r/androiddev/comments/1ac479c/what_is_the_most_stable_old_version_of_android/) -- [Android Studio Jellyfish | 2023.3.1 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/1abpxen/android_studio_jellyfish_202331_canary_7_now/) -- [Kotlin multiplatform: Android and iOS Icons](https://www.reddit.com/r/androiddev/comments/1abgbks/kotlin_multiplatform_android_and_ios_icons/) -- [Rust on Android](https://www.reddit.com/r/androiddev/comments/1abg7wy/rust_on_android/) ### *InfoWorld posts* From 8215c6fc388202ef86cc3f6732ba847b198d3923 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 30 Jan 2024 01:23:07 +0000 Subject: [PATCH 0785/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8284a4e691..d8a9a28b45 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Building industry level app calorie tracker](https://www.reddit.com/r/androiddev/comments/1adhxtt/building_industry_level_app_calorie_tracker/) +- [Android - Access files from external library in Gradle](https://www.reddit.com/r/androiddev/comments/1aebt66/android_access_files_from_external_library_in/) +- [Using Dynamic Features in Multiple Apps](https://www.reddit.com/r/androiddev/comments/1ae8pau/using_dynamic_features_in_multiple_apps/) +- [What has been your biggest setback when converting free trials to in-app subscriptions?](https://www.reddit.com/r/androiddev/comments/1ae2gas/what_has_been_your_biggest_setback_when/) +- [I've got an Appodeal Stack Accelerator program offer](https://www.reddit.com/r/androiddev/comments/1adyl1v/ive_got_an_appodeal_stack_accelerator_program/) +- [Weekly Who's Hiring Thread - January 29, 2024](https://www.reddit.com/r/androiddev/comments/1advynd/weekly_whos_hiring_thread_january_29_2024/) +- [Clarification in sourceCompatibilty java version](https://www.reddit.com/r/androiddev/comments/1adutvl/clarification_in_sourcecompatibilty_java_version/) +- [Weekly discussion, code review, and feedback thread - January 29, 2024](https://www.reddit.com/r/androiddev/comments/1aduqsy/weekly_discussion_code_review_and_feedback_thread/) +- [In Textfield, how to put text cursor at where I clicked?](https://www.reddit.com/r/androiddev/comments/1adrbbk/in_textfield_how_to_put_text_cursor_at_where_i/) +- [How to disable app for certain phone brands on play store?](https://www.reddit.com/r/androiddev/comments/1adloka/how_to_disable_app_for_certain_phone_brands_on/) - [Why does Jetpack Compose not use Box Model ?](https://www.reddit.com/r/androiddev/comments/1ad60n0/why_does_jetpack_compose_not_use_box_model/) -- [Application architecture incompatible with x86_64](https://www.reddit.com/r/androiddev/comments/1ad0lh7/application_architecture_incompatible_with_x86_64/) -- [How much time do you spend integrating design assets?](https://www.reddit.com/r/androiddev/comments/1acqjdt/how_much_time_do_you_spend_integrating_design/) -- [Are there Android developer jobs that hire generalists based on algorithm/data structure skills rather than specific android knowledge?](https://www.reddit.com/r/androiddev/comments/1aco5of/are_there_android_developer_jobs_that_hire/) -- [I hate cheaters in my own game and I figured out easiest way to drop them from my life](https://www.reddit.com/r/androiddev/comments/1achcqy/i_hate_cheaters_in_my_own_game_and_i_figured_out/) -- [Competitor removes app using fake impersonation reports](https://www.reddit.com/r/androiddev/comments/1accs9y/competitor_removes_app_using_fake_impersonation/) -- [How to add and retirves values to hilt viewmodel from different composable without creating a new viewmodel instance](https://www.reddit.com/r/androiddev/comments/1acbpks/how_to_add_and_retirves_values_to_hilt_viewmodel/) -- [Typesafe-Datastore: Simpler alternative to Proto-DataStore](https://www.reddit.com/r/androiddev/comments/1ac5yfy/typesafedatastore_simpler_alternative_to/) -- [What is the most stable old version of Android Studio before hedgehog?](https://www.reddit.com/r/androiddev/comments/1ac479c/what_is_the_most_stable_old_version_of_android/) ### *InfoWorld posts* From 95452af815ac977a09bbd2609605f116b0fb0c9c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 31 Jan 2024 01:23:35 +0000 Subject: [PATCH 0786/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d8a9a28b45..b3e345346a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android - Access files from external library in Gradle](https://www.reddit.com/r/androiddev/comments/1aebt66/android_access_files_from_external_library_in/) +- [Android Developers Blog: Prompt users to update to your latest app version](https://www.reddit.com/r/androiddev/comments/1af0rf4/android_developers_blog_prompt_users_to_update_to/) +- [Help testing Bouncier on Google Play](https://www.reddit.com/r/androiddev/comments/1aeyko2/help_testing_bouncier_on_google_play/) +- [Android Auto testing](https://www.reddit.com/r/androiddev/comments/1aes57k/android_auto_testing/) +- [Android - Using Gradle to access files from external library](https://www.reddit.com/r/androiddev/comments/1aeqf7z/android_using_gradle_to_access_files_from/) +- [Android SDK 1.0](https://www.reddit.com/r/androiddev/comments/1aeorhr/android_sdk_10/) +- [Why doesn't Android Room support Dates?](https://www.reddit.com/r/androiddev/comments/1aemtks/why_doesnt_android_room_support_dates/) +- [RevenueCat vs Adapty vs alternatives?](https://www.reddit.com/r/androiddev/comments/1aemm1b/revenuecat_vs_adapty_vs_alternatives/) +- [Interview: Google's new Play Store boss is focused on developers, not lawsuits](https://www.reddit.com/r/androiddev/comments/1aeixbb/interview_googles_new_play_store_boss_is_focused/) +- [NDK, clang and lld issues](https://www.reddit.com/r/androiddev/comments/1aedyhn/ndk_clang_and_lld_issues/) - [Using Dynamic Features in Multiple Apps](https://www.reddit.com/r/androiddev/comments/1ae8pau/using_dynamic_features_in_multiple_apps/) -- [What has been your biggest setback when converting free trials to in-app subscriptions?](https://www.reddit.com/r/androiddev/comments/1ae2gas/what_has_been_your_biggest_setback_when/) -- [I've got an Appodeal Stack Accelerator program offer](https://www.reddit.com/r/androiddev/comments/1adyl1v/ive_got_an_appodeal_stack_accelerator_program/) -- [Weekly Who's Hiring Thread - January 29, 2024](https://www.reddit.com/r/androiddev/comments/1advynd/weekly_whos_hiring_thread_january_29_2024/) -- [Clarification in sourceCompatibilty java version](https://www.reddit.com/r/androiddev/comments/1adutvl/clarification_in_sourcecompatibilty_java_version/) -- [Weekly discussion, code review, and feedback thread - January 29, 2024](https://www.reddit.com/r/androiddev/comments/1aduqsy/weekly_discussion_code_review_and_feedback_thread/) -- [In Textfield, how to put text cursor at where I clicked?](https://www.reddit.com/r/androiddev/comments/1adrbbk/in_textfield_how_to_put_text_cursor_at_where_i/) -- [How to disable app for certain phone brands on play store?](https://www.reddit.com/r/androiddev/comments/1adloka/how_to_disable_app_for_certain_phone_brands_on/) -- [Why does Jetpack Compose not use Box Model ?](https://www.reddit.com/r/androiddev/comments/1ad60n0/why_does_jetpack_compose_not_use_box_model/) ### *InfoWorld posts* From 69f1c61e24d977f53085b4190cd6397fff870a94 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 1 Feb 2024 01:25:44 +0000 Subject: [PATCH 0787/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b3e345346a..d4ade302d5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Dev help](https://www.reddit.com/r/androiddev/comments/1afybd7/dev_help/) +- [Do you still work on personal projects even as an established Android Developer?](https://www.reddit.com/r/androiddev/comments/1afx3vh/do_you_still_work_on_personal_projects_even_as_an/) +- [Making a new audio driver?](https://www.reddit.com/r/androiddev/comments/1afri13/making_a_new_audio_driver/) +- [Can I create a gradle file with Kotlin to have all my dependencies?](https://www.reddit.com/r/androiddev/comments/1afpxa6/can_i_create_a_gradle_file_with_kotlin_to_have/) +- [What's your earliest memories as an android developer?](https://www.reddit.com/r/androiddev/comments/1afikhn/whats_your_earliest_memories_as_an_android/) +- [Sharing My Compose Chart Library](https://www.reddit.com/r/androiddev/comments/1afi9hu/sharing_my_compose_chart_library/) +- [Simple MVI implementation with delegates](https://www.reddit.com/r/androiddev/comments/1afgm3l/simple_mvi_implementation_with_delegates/) +- [How do you deal with caching in your apps?](https://www.reddit.com/r/androiddev/comments/1af82ut/how_do_you_deal_with_caching_in_your_apps/) - [Android Developers Blog: Prompt users to update to your latest app version](https://www.reddit.com/r/androiddev/comments/1af0rf4/android_developers_blog_prompt_users_to_update_to/) -- [Help testing Bouncier on Google Play](https://www.reddit.com/r/androiddev/comments/1aeyko2/help_testing_bouncier_on_google_play/) - [Android Auto testing](https://www.reddit.com/r/androiddev/comments/1aes57k/android_auto_testing/) -- [Android - Using Gradle to access files from external library](https://www.reddit.com/r/androiddev/comments/1aeqf7z/android_using_gradle_to_access_files_from/) -- [Android SDK 1.0](https://www.reddit.com/r/androiddev/comments/1aeorhr/android_sdk_10/) -- [Why doesn't Android Room support Dates?](https://www.reddit.com/r/androiddev/comments/1aemtks/why_doesnt_android_room_support_dates/) -- [RevenueCat vs Adapty vs alternatives?](https://www.reddit.com/r/androiddev/comments/1aemm1b/revenuecat_vs_adapty_vs_alternatives/) -- [Interview: Google's new Play Store boss is focused on developers, not lawsuits](https://www.reddit.com/r/androiddev/comments/1aeixbb/interview_googles_new_play_store_boss_is_focused/) -- [NDK, clang and lld issues](https://www.reddit.com/r/androiddev/comments/1aedyhn/ndk_clang_and_lld_issues/) -- [Using Dynamic Features in Multiple Apps](https://www.reddit.com/r/androiddev/comments/1ae8pau/using_dynamic_features_in_multiple_apps/) ### *InfoWorld posts* From b6cb7aebd036e66b40dfd2861051567a8a505247 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 2 Feb 2024 01:23:22 +0000 Subject: [PATCH 0788/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d4ade302d5..37fa2d887a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [What security features would you like to see in freeRASP for Android?](https://www.reddit.com/r/androiddev/comments/1agamat/what_security_features_would_you_like_to_see_in/) +- [Debugging and Observability Tooling](https://www.reddit.com/r/androiddev/comments/1ag9xd1/debugging_and_observability_tooling/) +- [What are the benefits of Compose (in reality, not on paper)?](https://www.reddit.com/r/androiddev/comments/1ag6u8i/what_are_the_benefits_of_compose_in_reality_not/) +- [MavenGate: a supply chain attack method for Android applications](https://www.reddit.com/r/androiddev/comments/1ag6pk9/mavengate_a_supply_chain_attack_method_for/) +- [DroidSense - Android Device Manager](https://www.reddit.com/r/androiddev/comments/1ag6frp/droidsense_android_device_manager/) +- [Realizing client-side scraping method with webview](https://www.reddit.com/r/androiddev/comments/1ag50g3/realizing_clientside_scraping_method_with_webview/) +- [Seeking Feedback on a Mobile App Development Tool - Your Input Needed!](https://www.reddit.com/r/androiddev/comments/1ag0slg/seeking_feedback_on_a_mobile_app_development_tool/) - [Dev help](https://www.reddit.com/r/androiddev/comments/1afybd7/dev_help/) - [Do you still work on personal projects even as an established Android Developer?](https://www.reddit.com/r/androiddev/comments/1afx3vh/do_you_still_work_on_personal_projects_even_as_an/) -- [Making a new audio driver?](https://www.reddit.com/r/androiddev/comments/1afri13/making_a_new_audio_driver/) - [Can I create a gradle file with Kotlin to have all my dependencies?](https://www.reddit.com/r/androiddev/comments/1afpxa6/can_i_create_a_gradle_file_with_kotlin_to_have/) -- [What's your earliest memories as an android developer?](https://www.reddit.com/r/androiddev/comments/1afikhn/whats_your_earliest_memories_as_an_android/) -- [Sharing My Compose Chart Library](https://www.reddit.com/r/androiddev/comments/1afi9hu/sharing_my_compose_chart_library/) -- [Simple MVI implementation with delegates](https://www.reddit.com/r/androiddev/comments/1afgm3l/simple_mvi_implementation_with_delegates/) -- [How do you deal with caching in your apps?](https://www.reddit.com/r/androiddev/comments/1af82ut/how_do_you_deal_with_caching_in_your_apps/) -- [Android Developers Blog: Prompt users to update to your latest app version](https://www.reddit.com/r/androiddev/comments/1af0rf4/android_developers_blog_prompt_users_to_update_to/) -- [Android Auto testing](https://www.reddit.com/r/androiddev/comments/1aes57k/android_auto_testing/) ### *InfoWorld posts* From c0a93ae487ca438c6a0fd845585c85e0984c632d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 3 Feb 2024 01:21:50 +0000 Subject: [PATCH 0789/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 37fa2d887a..dd163337e2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Modularization has me confused](https://www.reddit.com/r/androiddev/comments/1ahfzsj/modularization_has_me_confused/) +- [[Reddit Engineering][r/RedditEng] Improving video playback with ExoPlayer](https://www.reddit.com/r/androiddev/comments/1ahfghi/reddit_engineeringrredditeng_improving_video/) +- [libplacebo support in Android media player?](https://www.reddit.com/r/androiddev/comments/1ahe2fl/libplacebo_support_in_android_media_player/) +- [Check Out My Android App Remover Project with Accessibility Service - Open Source](https://www.reddit.com/r/androiddev/comments/1ahdy0q/check_out_my_android_app_remover_project_with/) +- [Publishing overview.](https://www.reddit.com/r/androiddev/comments/1ahcxqq/publishing_overview/) +- [Jetpack Compose ExperimentalMaterialApi](https://www.reddit.com/r/androiddev/comments/1ahakap/jetpack_compose_experimentalmaterialapi/) +- [What are your go-to tools and dependencies?](https://www.reddit.com/r/androiddev/comments/1ah9a0q/what_are_your_goto_tools_and_dependencies/) +- [How do you cache Google Maps tiles (if at all)?](https://www.reddit.com/r/androiddev/comments/1agzzjo/how_do_you_cache_google_maps_tiles_if_at_all/) +- [Closed Test loop requirements](https://www.reddit.com/r/androiddev/comments/1agzi3l/closed_test_loop_requirements/) - [What security features would you like to see in freeRASP for Android?](https://www.reddit.com/r/androiddev/comments/1agamat/what_security_features_would_you_like_to_see_in/) -- [Debugging and Observability Tooling](https://www.reddit.com/r/androiddev/comments/1ag9xd1/debugging_and_observability_tooling/) -- [What are the benefits of Compose (in reality, not on paper)?](https://www.reddit.com/r/androiddev/comments/1ag6u8i/what_are_the_benefits_of_compose_in_reality_not/) -- [MavenGate: a supply chain attack method for Android applications](https://www.reddit.com/r/androiddev/comments/1ag6pk9/mavengate_a_supply_chain_attack_method_for/) -- [DroidSense - Android Device Manager](https://www.reddit.com/r/androiddev/comments/1ag6frp/droidsense_android_device_manager/) -- [Realizing client-side scraping method with webview](https://www.reddit.com/r/androiddev/comments/1ag50g3/realizing_clientside_scraping_method_with_webview/) -- [Seeking Feedback on a Mobile App Development Tool - Your Input Needed!](https://www.reddit.com/r/androiddev/comments/1ag0slg/seeking_feedback_on_a_mobile_app_development_tool/) -- [Dev help](https://www.reddit.com/r/androiddev/comments/1afybd7/dev_help/) -- [Do you still work on personal projects even as an established Android Developer?](https://www.reddit.com/r/androiddev/comments/1afx3vh/do_you_still_work_on_personal_projects_even_as_an/) -- [Can I create a gradle file with Kotlin to have all my dependencies?](https://www.reddit.com/r/androiddev/comments/1afpxa6/can_i_create_a_gradle_file_with_kotlin_to_have/) ### *InfoWorld posts* From 130c1f3c60e968362e9fcc8092d975b02182dcb4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 4 Feb 2024 01:26:14 +0000 Subject: [PATCH 0790/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dd163337e2..bff3a93383 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Can some successful indies share their stories please?](https://www.reddit.com/r/androiddev/comments/1aibt0g/can_some_successful_indies_share_their_stories/) +- [CPanel'den SQL'e bağlanırken hangi IP ile bağlanılmalı?](https://www.reddit.com/r/androiddev/comments/1ai8d01/cpanelden_sqle_bağlanırken_hangi_ip_ile/) +- [Modularization had me confused (Still has but less, updated thoughts)](https://www.reddit.com/r/androiddev/comments/1ai0081/modularization_had_me_confused_still_has_but_less/) +- [How to fix a Repetitive Content violation for multiple Apps created before such Policy was introduced?](https://www.reddit.com/r/androiddev/comments/1ahxqqb/how_to_fix_a_repetitive_content_violation_for/) +- [Android 13 has changed bluetooth commands](https://www.reddit.com/r/androiddev/comments/1ahsgl5/android_13_has_changed_bluetooth_commands/) - [Modularization has me confused](https://www.reddit.com/r/androiddev/comments/1ahfzsj/modularization_has_me_confused/) - [[Reddit Engineering][r/RedditEng] Improving video playback with ExoPlayer](https://www.reddit.com/r/androiddev/comments/1ahfghi/reddit_engineeringrredditeng_improving_video/) - [libplacebo support in Android media player?](https://www.reddit.com/r/androiddev/comments/1ahe2fl/libplacebo_support_in_android_media_player/) - [Check Out My Android App Remover Project with Accessibility Service - Open Source](https://www.reddit.com/r/androiddev/comments/1ahdy0q/check_out_my_android_app_remover_project_with/) - [Publishing overview.](https://www.reddit.com/r/androiddev/comments/1ahcxqq/publishing_overview/) -- [Jetpack Compose ExperimentalMaterialApi](https://www.reddit.com/r/androiddev/comments/1ahakap/jetpack_compose_experimentalmaterialapi/) -- [What are your go-to tools and dependencies?](https://www.reddit.com/r/androiddev/comments/1ah9a0q/what_are_your_goto_tools_and_dependencies/) -- [How do you cache Google Maps tiles (if at all)?](https://www.reddit.com/r/androiddev/comments/1agzzjo/how_do_you_cache_google_maps_tiles_if_at_all/) -- [Closed Test loop requirements](https://www.reddit.com/r/androiddev/comments/1agzi3l/closed_test_loop_requirements/) -- [What security features would you like to see in freeRASP for Android?](https://www.reddit.com/r/androiddev/comments/1agamat/what_security_features_would_you_like_to_see_in/) ### *InfoWorld posts* From febd18df58c70deeaff4a29931c37b144fab7dd5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 5 Feb 2024 01:24:50 +0000 Subject: [PATCH 0791/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bff3a93383..a73c1896c2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Can some successful indies share their stories please?](https://www.reddit.com/r/androiddev/comments/1aibt0g/can_some_successful_indies_share_their_stories/) -- [CPanel'den SQL'e bağlanırken hangi IP ile bağlanılmalı?](https://www.reddit.com/r/androiddev/comments/1ai8d01/cpanelden_sqle_bağlanırken_hangi_ip_ile/) +- [CallStyle to notifications non-dismissable in Android 14](https://www.reddit.com/r/androiddev/comments/1aj22n8/callstyle_to_notifications_nondismissable_in/) +- [Good code scrubber for pasting into AI tools?](https://www.reddit.com/r/androiddev/comments/1aiypbo/good_code_scrubber_for_pasting_into_ai_tools/) +- [Is Android Studio Hedgehog buggy for you too?](https://www.reddit.com/r/androiddev/comments/1aixz67/is_android_studio_hedgehog_buggy_for_you_too/) +- [How to price Lifetime IAP when you have monthly costs](https://www.reddit.com/r/androiddev/comments/1aip8jh/how_to_price_lifetime_iap_when_you_have_monthly/) +- [Why is the android 14 image much smaller than the android 13 image in the sdk?](https://www.reddit.com/r/androiddev/comments/1ainzmq/why_is_the_android_14_image_much_smaller_than_the/) +- [🚀 New Charts 1.1.0 release is live!](https://www.reddit.com/r/androiddev/comments/1aimuu4/new_charts_110_release_is_live/) +- [Is Conductor still relevant?](https://www.reddit.com/r/androiddev/comments/1aijkmy/is_conductor_still_relevant/) +- [Introducing Stone: Dependency Injection based on weak references](https://www.reddit.com/r/androiddev/comments/1aii8z8/introducing_stone_dependency_injection_based_on/) - [Modularization had me confused (Still has but less, updated thoughts)](https://www.reddit.com/r/androiddev/comments/1ai0081/modularization_had_me_confused_still_has_but_less/) - [How to fix a Repetitive Content violation for multiple Apps created before such Policy was introduced?](https://www.reddit.com/r/androiddev/comments/1ahxqqb/how_to_fix_a_repetitive_content_violation_for/) -- [Android 13 has changed bluetooth commands](https://www.reddit.com/r/androiddev/comments/1ahsgl5/android_13_has_changed_bluetooth_commands/) -- [Modularization has me confused](https://www.reddit.com/r/androiddev/comments/1ahfzsj/modularization_has_me_confused/) -- [[Reddit Engineering][r/RedditEng] Improving video playback with ExoPlayer](https://www.reddit.com/r/androiddev/comments/1ahfghi/reddit_engineeringrredditeng_improving_video/) -- [libplacebo support in Android media player?](https://www.reddit.com/r/androiddev/comments/1ahe2fl/libplacebo_support_in_android_media_player/) -- [Check Out My Android App Remover Project with Accessibility Service - Open Source](https://www.reddit.com/r/androiddev/comments/1ahdy0q/check_out_my_android_app_remover_project_with/) -- [Publishing overview.](https://www.reddit.com/r/androiddev/comments/1ahcxqq/publishing_overview/) ### *InfoWorld posts* From f459bbdb8f466affb236f6f3664861ee8a22cc76 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 6 Feb 2024 01:22:56 +0000 Subject: [PATCH 0792/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a73c1896c2..876c3b2cc0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [CallStyle to notifications non-dismissable in Android 14](https://www.reddit.com/r/androiddev/comments/1aj22n8/callstyle_to_notifications_nondismissable_in/) -- [Good code scrubber for pasting into AI tools?](https://www.reddit.com/r/androiddev/comments/1aiypbo/good_code_scrubber_for_pasting_into_ai_tools/) -- [Is Android Studio Hedgehog buggy for you too?](https://www.reddit.com/r/androiddev/comments/1aixz67/is_android_studio_hedgehog_buggy_for_you_too/) -- [How to price Lifetime IAP when you have monthly costs](https://www.reddit.com/r/androiddev/comments/1aip8jh/how_to_price_lifetime_iap_when_you_have_monthly/) -- [Why is the android 14 image much smaller than the android 13 image in the sdk?](https://www.reddit.com/r/androiddev/comments/1ainzmq/why_is_the_android_14_image_much_smaller_than_the/) -- [🚀 New Charts 1.1.0 release is live!](https://www.reddit.com/r/androiddev/comments/1aimuu4/new_charts_110_release_is_live/) -- [Is Conductor still relevant?](https://www.reddit.com/r/androiddev/comments/1aijkmy/is_conductor_still_relevant/) -- [Introducing Stone: Dependency Injection based on weak references](https://www.reddit.com/r/androiddev/comments/1aii8z8/introducing_stone_dependency_injection_based_on/) -- [Modularization had me confused (Still has but less, updated thoughts)](https://www.reddit.com/r/androiddev/comments/1ai0081/modularization_had_me_confused_still_has_but_less/) -- [How to fix a Repetitive Content violation for multiple Apps created before such Policy was introduced?](https://www.reddit.com/r/androiddev/comments/1ahxqqb/how_to_fix_a_repetitive_content_violation_for/) +- [Seeking Participants for Study on Mobile Developers](https://www.reddit.com/r/androiddev/comments/1ajvk8f/seeking_participants_for_study_on_mobile/) +- [Which version of android studio has jetpack compose](https://www.reddit.com/r/androiddev/comments/1ajve2r/which_version_of_android_studio_has_jetpack/) +- [Android Studio Jellyfish | 2023.3.1 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/1ajubic/android_studio_jellyfish_202331_canary_8_now/) +- [Android Studio Iguana | 2023.2.1 RC 1 now available](https://www.reddit.com/r/androiddev/comments/1ajodu4/android_studio_iguana_202321_rc_1_now_available/) +- [Does eSIMs work on Android Emulators yet?](https://www.reddit.com/r/androiddev/comments/1ajiz7j/does_esims_work_on_android_emulators_yet/) +- [Weekly Who's Hiring Thread - February 05, 2024](https://www.reddit.com/r/androiddev/comments/1ajh6cj/weekly_whos_hiring_thread_february_05_2024/) +- [Weekly discussion, code review, and feedback thread - February 05, 2024](https://www.reddit.com/r/androiddev/comments/1ajfxcy/weekly_discussion_code_review_and_feedback_thread/) +- [Android 14 Adaptation Guide: Practical Solutions for Upgrading targetSdkVersion to 34](https://www.reddit.com/r/androiddev/comments/1ajcrig/android_14_adaptation_guide_practical_solutions/) +- [Watch How Alex Vanyo Transforms Android UI with TwoPane Composable! Drag, Split, & RTL Magic!](https://www.reddit.com/r/androiddev/comments/1ajcl1p/watch_how_alex_vanyo_transforms_android_ui_with/) +- [Is using <receiver> and com.android.vending.INSTALL_REFERRER a security vulnerability for ad fraud?](https://www.reddit.com/r/androiddev/comments/1ajaljl/is_using_receiver_and_comandroidvendinginstall/) ### *InfoWorld posts* From ed4363f0add429f5e19d8452adc49f3cb69657d2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 7 Feb 2024 01:22:07 +0000 Subject: [PATCH 0793/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 876c3b2cc0..320aea0205 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Seeking Participants for Study on Mobile Developers](https://www.reddit.com/r/androiddev/comments/1ajvk8f/seeking_participants_for_study_on_mobile/) -- [Which version of android studio has jetpack compose](https://www.reddit.com/r/androiddev/comments/1ajve2r/which_version_of_android_studio_has_jetpack/) +- [Adding Root CA certs on Android 11](https://www.reddit.com/r/androiddev/comments/1aknghm/adding_root_ca_certs_on_android_11/) +- [Developer account verification deadline](https://www.reddit.com/r/androiddev/comments/1akm828/developer_account_verification_deadline/) +- [apk.sh makes reverse engineering Android apps easier, automating some repetitive tasks like pulling, decoding, rebuilding and patching an APK.](https://www.reddit.com/r/androiddev/comments/1aklf5w/apksh_makes_reverse_engineering_android_apps/) +- [AdMob for Android has a critical bug with music/audio from interstitial ads playing as soon as the ad is loaded, which has been ignored by Google for years](https://www.reddit.com/r/androiddev/comments/1akiy8a/admob_for_android_has_a_critical_bug_with/) +- [Minimalistic podcast listening app using Jetpack Media 3](https://www.reddit.com/r/androiddev/comments/1akftt5/minimalistic_podcast_listening_app_using_jetpack/) +- [RAM settings meaning](https://www.reddit.com/r/androiddev/comments/1akf9ph/ram_settings_meaning/) +- [Is round.com a scam?](https://www.reddit.com/r/androiddev/comments/1akcceo/is_roundcom_a_scam/) +- [Explain splash screen implementation like I'm 5?](https://www.reddit.com/r/androiddev/comments/1ak3c0b/explain_splash_screen_implementation_like_im_5/) - [Android Studio Jellyfish | 2023.3.1 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/1ajubic/android_studio_jellyfish_202331_canary_8_now/) - [Android Studio Iguana | 2023.2.1 RC 1 now available](https://www.reddit.com/r/androiddev/comments/1ajodu4/android_studio_iguana_202321_rc_1_now_available/) -- [Does eSIMs work on Android Emulators yet?](https://www.reddit.com/r/androiddev/comments/1ajiz7j/does_esims_work_on_android_emulators_yet/) -- [Weekly Who's Hiring Thread - February 05, 2024](https://www.reddit.com/r/androiddev/comments/1ajh6cj/weekly_whos_hiring_thread_february_05_2024/) -- [Weekly discussion, code review, and feedback thread - February 05, 2024](https://www.reddit.com/r/androiddev/comments/1ajfxcy/weekly_discussion_code_review_and_feedback_thread/) -- [Android 14 Adaptation Guide: Practical Solutions for Upgrading targetSdkVersion to 34](https://www.reddit.com/r/androiddev/comments/1ajcrig/android_14_adaptation_guide_practical_solutions/) -- [Watch How Alex Vanyo Transforms Android UI with TwoPane Composable! Drag, Split, & RTL Magic!](https://www.reddit.com/r/androiddev/comments/1ajcl1p/watch_how_alex_vanyo_transforms_android_ui_with/) -- [Is using <receiver> and com.android.vending.INSTALL_REFERRER a security vulnerability for ad fraud?](https://www.reddit.com/r/androiddev/comments/1ajaljl/is_using_receiver_and_comandroidvendinginstall/) ### *InfoWorld posts* From fb97b3b461e8825ccc71f8a5a6c5c976f023770d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 8 Feb 2024 01:22:32 +0000 Subject: [PATCH 0794/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 320aea0205..679348af76 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Adding Root CA certs on Android 11](https://www.reddit.com/r/androiddev/comments/1aknghm/adding_root_ca_certs_on_android_11/) -- [Developer account verification deadline](https://www.reddit.com/r/androiddev/comments/1akm828/developer_account_verification_deadline/) -- [apk.sh makes reverse engineering Android apps easier, automating some repetitive tasks like pulling, decoding, rebuilding and patching an APK.](https://www.reddit.com/r/androiddev/comments/1aklf5w/apksh_makes_reverse_engineering_android_apps/) -- [AdMob for Android has a critical bug with music/audio from interstitial ads playing as soon as the ad is loaded, which has been ignored by Google for years](https://www.reddit.com/r/androiddev/comments/1akiy8a/admob_for_android_has_a_critical_bug_with/) -- [Minimalistic podcast listening app using Jetpack Media 3](https://www.reddit.com/r/androiddev/comments/1akftt5/minimalistic_podcast_listening_app_using_jetpack/) -- [RAM settings meaning](https://www.reddit.com/r/androiddev/comments/1akf9ph/ram_settings_meaning/) -- [Is round.com a scam?](https://www.reddit.com/r/androiddev/comments/1akcceo/is_roundcom_a_scam/) -- [Explain splash screen implementation like I'm 5?](https://www.reddit.com/r/androiddev/comments/1ak3c0b/explain_splash_screen_implementation_like_im_5/) -- [Android Studio Jellyfish | 2023.3.1 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/1ajubic/android_studio_jellyfish_202331_canary_8_now/) -- [Android Studio Iguana | 2023.2.1 RC 1 now available](https://www.reddit.com/r/androiddev/comments/1ajodu4/android_studio_iguana_202321_rc_1_now_available/) +- [Compiler Explorer is an interactive online compiler. Visualize the compilation output of D8 and dex2oat in real time.](https://www.reddit.com/r/androiddev/comments/1aljdg5/compiler_explorer_is_an_interactive_online/) +- [Built a Bug reporting Tool specifically for android - Now providing solutions on the spot.](https://www.reddit.com/r/androiddev/comments/1alfe1y/built_a_bug_reporting_tool_specifically_for/) +- [One-Time Events, StateFlow VS. Channels!](https://www.reddit.com/r/androiddev/comments/1al837u/onetime_events_stateflow_vs_channels/) +- [Would be preferable to use WorkManager instead of Service for these case scenarios?](https://www.reddit.com/r/androiddev/comments/1al5chb/would_be_preferable_to_use_workmanager_instead_of/) +- [Intersection Types in Kotlin](https://www.reddit.com/r/androiddev/comments/1al4ox0/intersection_types_in_kotlin/) +- [Should Design Elements Adjust Based on Screen Size?](https://www.reddit.com/r/androiddev/comments/1al3u0j/should_design_elements_adjust_based_on_screen_size/) +- [Build an AI Chat Android App With Google’s Generative AI](https://www.reddit.com/r/androiddev/comments/1al1php/build_an_ai_chat_android_app_with_googles/) +- [Since it's not possible to edit the Android Manifest programmatically, then it's not possible to create and use classes of 'Service' programatically?](https://www.reddit.com/r/androiddev/comments/1al17i2/since_its_not_possible_to_edit_the_android/) +- [Emulator forgets my signed-in google account after closing, so I constantly have to resign](https://www.reddit.com/r/androiddev/comments/1akz0ha/emulator_forgets_my_signedin_google_account_after/) +- [Best practice for styling localised/internationalised text in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1aksg6h/best_practice_for_styling/) ### *InfoWorld posts* From 7ce28f20653d6bd4d597c9c21443878afd2c1ffe Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 9 Feb 2024 01:22:11 +0000 Subject: [PATCH 0795/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 679348af76..501ea9cf0f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [US Job Market prospects](https://www.reddit.com/r/androiddev/comments/1am6eru/us_job_market_prospects/) +- [Android Studio Jellyfish | 2023.3.1 Canary 9 now available](https://www.reddit.com/r/androiddev/comments/1am62s4/android_studio_jellyfish_202331_canary_9_now/) +- [HiltViewModel Assisted Injection with Compose](https://www.reddit.com/r/androiddev/comments/1am3gqp/hiltviewmodel_assisted_injection_with_compose/) +- [Average compose app memory consumption](https://www.reddit.com/r/androiddev/comments/1aly10l/average_compose_app_memory_consumption/) +- [Does Google do audits?](https://www.reddit.com/r/androiddev/comments/1alwsgi/does_google_do_audits/) +- [Quitting Android dev](https://www.reddit.com/r/androiddev/comments/1alsctk/quitting_android_dev/) +- [Do you create GP accounts for clients?](https://www.reddit.com/r/androiddev/comments/1als0l8/do_you_create_gp_accounts_for_clients/) +- [I made a job board dedicated to Android Developers](https://www.reddit.com/r/androiddev/comments/1alp4oa/i_made_a_job_board_dedicated_to_android_developers/) +- [How should the Memory Usage graph in Firebase Test lab be interpreted?](https://www.reddit.com/r/androiddev/comments/1alkqsr/how_should_the_memory_usage_graph_in_firebase/) - [Compiler Explorer is an interactive online compiler. Visualize the compilation output of D8 and dex2oat in real time.](https://www.reddit.com/r/androiddev/comments/1aljdg5/compiler_explorer_is_an_interactive_online/) -- [Built a Bug reporting Tool specifically for android - Now providing solutions on the spot.](https://www.reddit.com/r/androiddev/comments/1alfe1y/built_a_bug_reporting_tool_specifically_for/) -- [One-Time Events, StateFlow VS. Channels!](https://www.reddit.com/r/androiddev/comments/1al837u/onetime_events_stateflow_vs_channels/) -- [Would be preferable to use WorkManager instead of Service for these case scenarios?](https://www.reddit.com/r/androiddev/comments/1al5chb/would_be_preferable_to_use_workmanager_instead_of/) -- [Intersection Types in Kotlin](https://www.reddit.com/r/androiddev/comments/1al4ox0/intersection_types_in_kotlin/) -- [Should Design Elements Adjust Based on Screen Size?](https://www.reddit.com/r/androiddev/comments/1al3u0j/should_design_elements_adjust_based_on_screen_size/) -- [Build an AI Chat Android App With Google’s Generative AI](https://www.reddit.com/r/androiddev/comments/1al1php/build_an_ai_chat_android_app_with_googles/) -- [Since it's not possible to edit the Android Manifest programmatically, then it's not possible to create and use classes of 'Service' programatically?](https://www.reddit.com/r/androiddev/comments/1al17i2/since_its_not_possible_to_edit_the_android/) -- [Emulator forgets my signed-in google account after closing, so I constantly have to resign](https://www.reddit.com/r/androiddev/comments/1akz0ha/emulator_forgets_my_signedin_google_account_after/) -- [Best practice for styling localised/internationalised text in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1aksg6h/best_practice_for_styling/) ### *InfoWorld posts* From c86dae2597783c1e9d6598f0507037412cc6f8fb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 10 Feb 2024 01:21:25 +0000 Subject: [PATCH 0796/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 501ea9cf0f..e71e4d97f7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [US Job Market prospects](https://www.reddit.com/r/androiddev/comments/1am6eru/us_job_market_prospects/) +- [Any quick way for me to add a single comment on the first line of all the java files in my android studio project?](https://www.reddit.com/r/androiddev/comments/1an0vjk/any_quick_way_for_me_to_add_a_single_comment_on/) +- [Optimizing MediaMetadataRetriever](https://www.reddit.com/r/androiddev/comments/1an0k8h/optimizing_mediametadataretriever/) +- [App takedown - Prominent disclosure is not adequate](https://www.reddit.com/r/androiddev/comments/1amvb4x/app_takedown_prominent_disclosure_is_not_adequate/) +- [hiding developer options from an app](https://www.reddit.com/r/androiddev/comments/1amv7b0/hiding_developer_options_from_an_app/) +- [Can we bring back Legacy Layout Inspector?](https://www.reddit.com/r/androiddev/comments/1amsnab/can_we_bring_back_legacy_layout_inspector/) +- [Kotlin repository github](https://www.reddit.com/r/androiddev/comments/1amm6ow/kotlin_repository_github/) +- [On February 15th I will be speaking at the committee of petitions of the European Parliament to discuss software attestation on devices running Android through Google Play Protect and SafetyNet and how it affects competitors, here's the link if you want to follow it live.](https://www.reddit.com/r/androiddev/comments/1amlygm/on_february_15th_i_will_be_speaking_at_the/) +- [Can Android Studio do everything IntelliJ can do?](https://www.reddit.com/r/androiddev/comments/1amenu7/can_android_studio_do_everything_intellij_can_do/) - [Android Studio Jellyfish | 2023.3.1 Canary 9 now available](https://www.reddit.com/r/androiddev/comments/1am62s4/android_studio_jellyfish_202331_canary_9_now/) - [HiltViewModel Assisted Injection with Compose](https://www.reddit.com/r/androiddev/comments/1am3gqp/hiltviewmodel_assisted_injection_with_compose/) -- [Average compose app memory consumption](https://www.reddit.com/r/androiddev/comments/1aly10l/average_compose_app_memory_consumption/) -- [Does Google do audits?](https://www.reddit.com/r/androiddev/comments/1alwsgi/does_google_do_audits/) -- [Quitting Android dev](https://www.reddit.com/r/androiddev/comments/1alsctk/quitting_android_dev/) -- [Do you create GP accounts for clients?](https://www.reddit.com/r/androiddev/comments/1als0l8/do_you_create_gp_accounts_for_clients/) -- [I made a job board dedicated to Android Developers](https://www.reddit.com/r/androiddev/comments/1alp4oa/i_made_a_job_board_dedicated_to_android_developers/) -- [How should the Memory Usage graph in Firebase Test lab be interpreted?](https://www.reddit.com/r/androiddev/comments/1alkqsr/how_should_the_memory_usage_graph_in_firebase/) -- [Compiler Explorer is an interactive online compiler. Visualize the compilation output of D8 and dex2oat in real time.](https://www.reddit.com/r/androiddev/comments/1aljdg5/compiler_explorer_is_an_interactive_online/) ### *InfoWorld posts* From d61bdeaa048b76a7ae9c3b1575d7f09ec92137d4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 11 Feb 2024 01:26:11 +0000 Subject: [PATCH 0797/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e71e4d97f7..42751a65e2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Building "Mobile App Onboarding SDK" for apps/developers](https://www.reddit.com/r/androiddev/comments/1anoo8d/building_mobile_app_onboarding_sdk_for/) +- [Flavors Paid & Free](https://www.reddit.com/r/androiddev/comments/1anog6j/flavors_paid_free/) +- [Chromebook screenshots on Google Play](https://www.reddit.com/r/androiddev/comments/1annuhi/chromebook_screenshots_on_google_play/) +- [How accurate are Google Play "installed apps" numbers?](https://www.reddit.com/r/androiddev/comments/1anjpkc/how_accurate_are_google_play_installed_apps/) +- [Why this much modularisation and complexity](https://www.reddit.com/r/androiddev/comments/1an8wyb/why_this_much_modularisation_and_complexity/) +- [Compose unstable lambda parameters](https://www.reddit.com/r/androiddev/comments/1an5emm/compose_unstable_lambda_parameters/) +- [Opinionated architecture](https://www.reddit.com/r/androiddev/comments/1an4m9l/opinionated_architecture/) - [Any quick way for me to add a single comment on the first line of all the java files in my android studio project?](https://www.reddit.com/r/androiddev/comments/1an0vjk/any_quick_way_for_me_to_add_a_single_comment_on/) - [Optimizing MediaMetadataRetriever](https://www.reddit.com/r/androiddev/comments/1an0k8h/optimizing_mediametadataretriever/) - [App takedown - Prominent disclosure is not adequate](https://www.reddit.com/r/androiddev/comments/1amvb4x/app_takedown_prominent_disclosure_is_not_adequate/) -- [hiding developer options from an app](https://www.reddit.com/r/androiddev/comments/1amv7b0/hiding_developer_options_from_an_app/) -- [Can we bring back Legacy Layout Inspector?](https://www.reddit.com/r/androiddev/comments/1amsnab/can_we_bring_back_legacy_layout_inspector/) -- [Kotlin repository github](https://www.reddit.com/r/androiddev/comments/1amm6ow/kotlin_repository_github/) -- [On February 15th I will be speaking at the committee of petitions of the European Parliament to discuss software attestation on devices running Android through Google Play Protect and SafetyNet and how it affects competitors, here's the link if you want to follow it live.](https://www.reddit.com/r/androiddev/comments/1amlygm/on_february_15th_i_will_be_speaking_at_the/) -- [Can Android Studio do everything IntelliJ can do?](https://www.reddit.com/r/androiddev/comments/1amenu7/can_android_studio_do_everything_intellij_can_do/) -- [Android Studio Jellyfish | 2023.3.1 Canary 9 now available](https://www.reddit.com/r/androiddev/comments/1am62s4/android_studio_jellyfish_202331_canary_9_now/) -- [HiltViewModel Assisted Injection with Compose](https://www.reddit.com/r/androiddev/comments/1am3gqp/hiltviewmodel_assisted_injection_with_compose/) ### *InfoWorld posts* From d8439d5dbb0e2447c66ed42fc8d9711506e2dc22 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 12 Feb 2024 01:23:16 +0000 Subject: [PATCH 0798/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 42751a65e2..6521e80b77 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Best practice for communicating from a nested Composable to its parent Composable?](https://www.reddit.com/r/androiddev/comments/1aoigoi/best_practice_for_communicating_from_a_nested/) +- [Repo with copies of the templates used by Android Studio when creating a new project.](https://www.reddit.com/r/androiddev/comments/1aobq9o/repo_with_copies_of_the_templates_used_by_android/) +- [An article about the inner workings of the Room Database library](https://www.reddit.com/r/androiddev/comments/1ao7q79/an_article_about_the_inner_workings_of_the_room/) +- [Any good public examples of clean architecture Kotlin Compose projects?](https://www.reddit.com/r/androiddev/comments/1ao786p/any_good_public_examples_of_clean_architecture/) +- [Crafting Android bytecode analysis tooling using a secret ingredient (Part 1)Crafting Android bytecode analysis tooling using a secret ingredient (Part 1)](https://www.reddit.com/r/androiddev/comments/1ao5zy1/crafting_android_bytecode_analysis_tooling_using/) +- [What's the easiest and most convenient way to distribute your apps (watch, tv, phone) amongst family and friends?](https://www.reddit.com/r/androiddev/comments/1ao4vul/whats_the_easiest_and_most_convenient_way_to/) +- [Is it true that ViewModel can replace most of the work in Service?](https://www.reddit.com/r/androiddev/comments/1any5rd/is_it_true_that_viewmodel_can_replace_most_of_the/) - [Building "Mobile App Onboarding SDK" for apps/developers](https://www.reddit.com/r/androiddev/comments/1anoo8d/building_mobile_app_onboarding_sdk_for/) - [Flavors Paid & Free](https://www.reddit.com/r/androiddev/comments/1anog6j/flavors_paid_free/) - [Chromebook screenshots on Google Play](https://www.reddit.com/r/androiddev/comments/1annuhi/chromebook_screenshots_on_google_play/) -- [How accurate are Google Play "installed apps" numbers?](https://www.reddit.com/r/androiddev/comments/1anjpkc/how_accurate_are_google_play_installed_apps/) -- [Why this much modularisation and complexity](https://www.reddit.com/r/androiddev/comments/1an8wyb/why_this_much_modularisation_and_complexity/) -- [Compose unstable lambda parameters](https://www.reddit.com/r/androiddev/comments/1an5emm/compose_unstable_lambda_parameters/) -- [Opinionated architecture](https://www.reddit.com/r/androiddev/comments/1an4m9l/opinionated_architecture/) -- [Any quick way for me to add a single comment on the first line of all the java files in my android studio project?](https://www.reddit.com/r/androiddev/comments/1an0vjk/any_quick_way_for_me_to_add_a_single_comment_on/) -- [Optimizing MediaMetadataRetriever](https://www.reddit.com/r/androiddev/comments/1an0k8h/optimizing_mediametadataretriever/) -- [App takedown - Prominent disclosure is not adequate](https://www.reddit.com/r/androiddev/comments/1amvb4x/app_takedown_prominent_disclosure_is_not_adequate/) ### *InfoWorld posts* From bef4d5e138d0ce5418f81897df9be958ab8530f4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 13 Feb 2024 01:23:17 +0000 Subject: [PATCH 0799/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6521e80b77..6218ab8c53 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Best practice for communicating from a nested Composable to its parent Composable?](https://www.reddit.com/r/androiddev/comments/1aoigoi/best_practice_for_communicating_from_a_nested/) -- [Repo with copies of the templates used by Android Studio when creating a new project.](https://www.reddit.com/r/androiddev/comments/1aobq9o/repo_with_copies_of_the_templates_used_by_android/) -- [An article about the inner workings of the Room Database library](https://www.reddit.com/r/androiddev/comments/1ao7q79/an_article_about_the_inner_workings_of_the_room/) -- [Any good public examples of clean architecture Kotlin Compose projects?](https://www.reddit.com/r/androiddev/comments/1ao786p/any_good_public_examples_of_clean_architecture/) -- [Crafting Android bytecode analysis tooling using a secret ingredient (Part 1)Crafting Android bytecode analysis tooling using a secret ingredient (Part 1)](https://www.reddit.com/r/androiddev/comments/1ao5zy1/crafting_android_bytecode_analysis_tooling_using/) -- [What's the easiest and most convenient way to distribute your apps (watch, tv, phone) amongst family and friends?](https://www.reddit.com/r/androiddev/comments/1ao4vul/whats_the_easiest_and_most_convenient_way_to/) -- [Is it true that ViewModel can replace most of the work in Service?](https://www.reddit.com/r/androiddev/comments/1any5rd/is_it_true_that_viewmodel_can_replace_most_of_the/) -- [Building "Mobile App Onboarding SDK" for apps/developers](https://www.reddit.com/r/androiddev/comments/1anoo8d/building_mobile_app_onboarding_sdk_for/) -- [Flavors Paid & Free](https://www.reddit.com/r/androiddev/comments/1anog6j/flavors_paid_free/) -- [Chromebook screenshots on Google Play](https://www.reddit.com/r/androiddev/comments/1annuhi/chromebook_screenshots_on_google_play/) +- [How do you commonly use the lifecycle?](https://www.reddit.com/r/androiddev/comments/1apgk70/how_do_you_commonly_use_the_lifecycle/) +- [Google is absolutely awful](https://www.reddit.com/r/androiddev/comments/1apgk1x/google_is_absolutely_awful/) +- [How to use Google sign-in using Credential Manager with Supabase Auth.](https://www.reddit.com/r/androiddev/comments/1apgdd7/how_to_use_google_signin_using_credential_manager/) +- [Material Design 3 for Compose 1.2](https://www.reddit.com/r/androiddev/comments/1apeff8/material_design_3_for_compose_12/) +- [Passing viewmodel to composables instead of State](https://www.reddit.com/r/androiddev/comments/1apab0n/passing_viewmodel_to_composables_instead_of_state/) +- [Thinking of uploading an app in the play store for the first time but not sure if it could be taken down for copyright.](https://www.reddit.com/r/androiddev/comments/1ap7s5r/thinking_of_uploading_an_app_in_the_play_store/) +- [I have publish my app only in google play-store! Why you can download my app from apkcombo.com when I did not publish there?](https://www.reddit.com/r/androiddev/comments/1ap7jo3/i_have_publish_my_app_only_in_google_playstore/) +- [What are the ethical way ofmonitizing an app?](https://www.reddit.com/r/androiddev/comments/1ap6wmy/what_are_the_ethical_way_ofmonitizing_an_app/) +- [Weekly Who's Hiring Thread - February 12, 2024](https://www.reddit.com/r/androiddev/comments/1ap0n8b/weekly_whos_hiring_thread_february_12_2024/) +- [Weekly discussion, code review, and feedback thread - February 12, 2024](https://www.reddit.com/r/androiddev/comments/1aozgtt/weekly_discussion_code_review_and_feedback_thread/) ### *InfoWorld posts* From 6912b2dba0617cc531acaf503e17e24a257a5d18 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 14 Feb 2024 01:23:21 +0000 Subject: [PATCH 0800/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6218ab8c53..702ca25419 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How do you commonly use the lifecycle?](https://www.reddit.com/r/androiddev/comments/1apgk70/how_do_you_commonly_use_the_lifecycle/) -- [Google is absolutely awful](https://www.reddit.com/r/androiddev/comments/1apgk1x/google_is_absolutely_awful/) +- [[Need Advice] Alternative Google contact methods to get an account verified.](https://www.reddit.com/r/androiddev/comments/1aq3vna/need_advice_alternative_google_contact_methods_to/) +- [Android Studio Iguana | 2023.2.1 RC 2 now available](https://www.reddit.com/r/androiddev/comments/1aq2vp2/android_studio_iguana_202321_rc_2_now_available/) +- [Recyclerview data](https://www.reddit.com/r/androiddev/comments/1aq1pvp/recyclerview_data/) +- [How to controll lazycolumn animations?](https://www.reddit.com/r/androiddev/comments/1aq0ajn/how_to_controll_lazycolumn_animations/) +- [What is the best way for composables to access the navController without state hoisting so much?](https://www.reddit.com/r/androiddev/comments/1apx9ju/what_is_the_best_way_for_composables_to_access/) +- [Open source Playstore Review Responder with AI](https://www.reddit.com/r/androiddev/comments/1apsx15/open_source_playstore_review_responder_with_ai/) +- [What are your views on Compose official sample apps](https://www.reddit.com/r/androiddev/comments/1apm7gd/what_are_your_views_on_compose_official_sample/) - [How to use Google sign-in using Credential Manager with Supabase Auth.](https://www.reddit.com/r/androiddev/comments/1apgdd7/how_to_use_google_signin_using_credential_manager/) - [Material Design 3 for Compose 1.2](https://www.reddit.com/r/androiddev/comments/1apeff8/material_design_3_for_compose_12/) - [Passing viewmodel to composables instead of State](https://www.reddit.com/r/androiddev/comments/1apab0n/passing_viewmodel_to_composables_instead_of_state/) -- [Thinking of uploading an app in the play store for the first time but not sure if it could be taken down for copyright.](https://www.reddit.com/r/androiddev/comments/1ap7s5r/thinking_of_uploading_an_app_in_the_play_store/) -- [I have publish my app only in google play-store! Why you can download my app from apkcombo.com when I did not publish there?](https://www.reddit.com/r/androiddev/comments/1ap7jo3/i_have_publish_my_app_only_in_google_playstore/) -- [What are the ethical way ofmonitizing an app?](https://www.reddit.com/r/androiddev/comments/1ap6wmy/what_are_the_ethical_way_ofmonitizing_an_app/) -- [Weekly Who's Hiring Thread - February 12, 2024](https://www.reddit.com/r/androiddev/comments/1ap0n8b/weekly_whos_hiring_thread_february_12_2024/) -- [Weekly discussion, code review, and feedback thread - February 12, 2024](https://www.reddit.com/r/androiddev/comments/1aozgtt/weekly_discussion_code_review_and_feedback_thread/) ### *InfoWorld posts* From f9be0118d4598817bb25999241c225404abf5cd0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 15 Feb 2024 01:22:58 +0000 Subject: [PATCH 0801/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 702ca25419..906be6b9fe 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Guide how I cut my Composables in the shape of an image](https://www.reddit.com/r/androiddev/comments/1aqsh9m/guide_how_i_cut_my_composables_in_the_shape_of_an/) +- [Better performance for a Service by setting the Thread with a higher priority?](https://www.reddit.com/r/androiddev/comments/1aqqaf6/better_performance_for_a_service_by_setting_the/) +- [Share Your Thoughts: Feedback Welcome on My Debut App, Minimum!](https://www.reddit.com/r/androiddev/comments/1aqnayv/share_your_thoughts_feedback_welcome_on_my_debut/) - [[Need Advice] Alternative Google contact methods to get an account verified.](https://www.reddit.com/r/androiddev/comments/1aq3vna/need_advice_alternative_google_contact_methods_to/) - [Android Studio Iguana | 2023.2.1 RC 2 now available](https://www.reddit.com/r/androiddev/comments/1aq2vp2/android_studio_iguana_202321_rc_2_now_available/) - [Recyclerview data](https://www.reddit.com/r/androiddev/comments/1aq1pvp/recyclerview_data/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [What is the best way for composables to access the navController without state hoisting so much?](https://www.reddit.com/r/androiddev/comments/1apx9ju/what_is_the_best_way_for_composables_to_access/) - [Open source Playstore Review Responder with AI](https://www.reddit.com/r/androiddev/comments/1apsx15/open_source_playstore_review_responder_with_ai/) - [What are your views on Compose official sample apps](https://www.reddit.com/r/androiddev/comments/1apm7gd/what_are_your_views_on_compose_official_sample/) -- [How to use Google sign-in using Credential Manager with Supabase Auth.](https://www.reddit.com/r/androiddev/comments/1apgdd7/how_to_use_google_signin_using_credential_manager/) -- [Material Design 3 for Compose 1.2](https://www.reddit.com/r/androiddev/comments/1apeff8/material_design_3_for_compose_12/) -- [Passing viewmodel to composables instead of State](https://www.reddit.com/r/androiddev/comments/1apab0n/passing_viewmodel_to_composables_instead_of_state/) ### *InfoWorld posts* From 5f1ef0c5181794cf6ad19e1f17e2a96740f73a92 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 16 Feb 2024 01:22:50 +0000 Subject: [PATCH 0802/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 906be6b9fe..043c701db1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Openmw android launcher](https://www.reddit.com/r/androiddev/comments/1aruj9x/openmw_android_launcher/) +- [How to take a good path, with trying to get a job? And how I can tell, when I truly know basics about specific framework, library in android development?](https://www.reddit.com/r/androiddev/comments/1arq6bu/how_to_take_a_good_path_with_trying_to_get_a_job/) +- [Associating app link to an Android library](https://www.reddit.com/r/androiddev/comments/1arp80a/associating_app_link_to_an_android_library/) +- [Invalid Data deletion link on Play-store](https://www.reddit.com/r/androiddev/comments/1arfxcp/invalid_data_deletion_link_on_playstore/) +- [🌇 PhotoView is an ImageView component for Android that enables zoom functionality through diverse touch gestures](https://www.reddit.com/r/androiddev/comments/1arf068/photoview_is_an_imageview_component_for_android/) +- [People who have the Events feature available on Google Play, how do you create one?](https://www.reddit.com/r/androiddev/comments/1ardoii/people_who_have_the_events_feature_available_on/) +- [Deletion of unused Google Play Developer Account not possible?](https://www.reddit.com/r/androiddev/comments/1arbfk6/deletion_of_unused_google_play_developer_account/) +- [KMM vs Native](https://www.reddit.com/r/androiddev/comments/1ar7y42/kmm_vs_native/) - [Guide how I cut my Composables in the shape of an image](https://www.reddit.com/r/androiddev/comments/1aqsh9m/guide_how_i_cut_my_composables_in_the_shape_of_an/) - [Better performance for a Service by setting the Thread with a higher priority?](https://www.reddit.com/r/androiddev/comments/1aqqaf6/better_performance_for_a_service_by_setting_the/) -- [Share Your Thoughts: Feedback Welcome on My Debut App, Minimum!](https://www.reddit.com/r/androiddev/comments/1aqnayv/share_your_thoughts_feedback_welcome_on_my_debut/) -- [[Need Advice] Alternative Google contact methods to get an account verified.](https://www.reddit.com/r/androiddev/comments/1aq3vna/need_advice_alternative_google_contact_methods_to/) -- [Android Studio Iguana | 2023.2.1 RC 2 now available](https://www.reddit.com/r/androiddev/comments/1aq2vp2/android_studio_iguana_202321_rc_2_now_available/) -- [Recyclerview data](https://www.reddit.com/r/androiddev/comments/1aq1pvp/recyclerview_data/) -- [How to controll lazycolumn animations?](https://www.reddit.com/r/androiddev/comments/1aq0ajn/how_to_controll_lazycolumn_animations/) -- [What is the best way for composables to access the navController without state hoisting so much?](https://www.reddit.com/r/androiddev/comments/1apx9ju/what_is_the_best_way_for_composables_to_access/) -- [Open source Playstore Review Responder with AI](https://www.reddit.com/r/androiddev/comments/1apsx15/open_source_playstore_review_responder_with_ai/) -- [What are your views on Compose official sample apps](https://www.reddit.com/r/androiddev/comments/1apm7gd/what_are_your_views_on_compose_official_sample/) ### *InfoWorld posts* From e79ff2b922844c32646d17a70fc6fc41cc514533 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 17 Feb 2024 01:22:26 +0000 Subject: [PATCH 0803/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 043c701db1..42e637ff2b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android 15 Developer Preview released](https://www.reddit.com/r/androiddev/comments/1asi7wv/android_15_developer_preview_released/) +- [The first Dev Preview of Android 15 is here!](https://www.reddit.com/r/androiddev/comments/1asgmum/the_first_dev_preview_of_android_15_is_here/) +- [Android Studio Jellyfish | 2023.3.1 Canary 10 now available](https://www.reddit.com/r/androiddev/comments/1asgif1/android_studio_jellyfish_202331_canary_10_now/) +- [What have your interviews been like recently? Android has changed alot in 2-3 years . What are some questions asked in recent interviews?](https://www.reddit.com/r/androiddev/comments/1as9sls/what_have_your_interviews_been_like_recently/) +- [ChatGPT and DALL-E for WearOS (WristAssist v3)](https://www.reddit.com/r/androiddev/comments/1as9lzx/chatgpt_and_dalle_for_wearos_wristassist_v3/) +- [Different ways to change the color of Status bar and Navigation bar in Android Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1as8yeg/different_ways_to_change_the_color_of_status_bar/) - [Openmw android launcher](https://www.reddit.com/r/androiddev/comments/1aruj9x/openmw_android_launcher/) -- [How to take a good path, with trying to get a job? And how I can tell, when I truly know basics about specific framework, library in android development?](https://www.reddit.com/r/androiddev/comments/1arq6bu/how_to_take_a_good_path_with_trying_to_get_a_job/) -- [Associating app link to an Android library](https://www.reddit.com/r/androiddev/comments/1arp80a/associating_app_link_to_an_android_library/) - [Invalid Data deletion link on Play-store](https://www.reddit.com/r/androiddev/comments/1arfxcp/invalid_data_deletion_link_on_playstore/) - [🌇 PhotoView is an ImageView component for Android that enables zoom functionality through diverse touch gestures](https://www.reddit.com/r/androiddev/comments/1arf068/photoview_is_an_imageview_component_for_android/) - [People who have the Events feature available on Google Play, how do you create one?](https://www.reddit.com/r/androiddev/comments/1ardoii/people_who_have_the_events_feature_available_on/) -- [Deletion of unused Google Play Developer Account not possible?](https://www.reddit.com/r/androiddev/comments/1arbfk6/deletion_of_unused_google_play_developer_account/) -- [KMM vs Native](https://www.reddit.com/r/androiddev/comments/1ar7y42/kmm_vs_native/) -- [Guide how I cut my Composables in the shape of an image](https://www.reddit.com/r/androiddev/comments/1aqsh9m/guide_how_i_cut_my_composables_in_the_shape_of_an/) -- [Better performance for a Service by setting the Thread with a higher priority?](https://www.reddit.com/r/androiddev/comments/1aqqaf6/better_performance_for_a_service_by_setting_the/) ### *InfoWorld posts* From 85899087b03571b265d4b8892fcde6af23cf39fd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 18 Feb 2024 01:25:40 +0000 Subject: [PATCH 0804/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 42e637ff2b..1cee33a18e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android 15 Developer Preview released](https://www.reddit.com/r/androiddev/comments/1asi7wv/android_15_developer_preview_released/) +- [Logging Interceptors](https://www.reddit.com/r/androiddev/comments/1atgdji/logging_interceptors/) +- [So Long, and Thanks for All the Bytes](https://www.reddit.com/r/androiddev/comments/1atet10/so_long_and_thanks_for_all_the_bytes/) +- [Where is the Energy Profiler on Android Studio](https://www.reddit.com/r/androiddev/comments/1atcg9g/where_is_the_energy_profiler_on_android_studio/) +- [I'm Surprised](https://www.reddit.com/r/androiddev/comments/1at7kcu/im_surprised/) +- [Tiny App, BIG Results! Open Any URL Faster with 12ft.io on Android with Intent Filters!](https://www.reddit.com/r/androiddev/comments/1at6l47/tiny_app_big_results_open_any_url_faster_with/) +- [GitHub - CharlesMoreira1/lingshot: Android application following best practices: Kotlin, Coroutines, JetPack Compose, Clean Architecture, Feature Modules, MVVM, DI, Static Analysis...](https://www.reddit.com/r/androiddev/comments/1at0b74/github_charlesmoreira1lingshot_android/) +- [Is a dependency injection framework really needed for Kotlin?](https://www.reddit.com/r/androiddev/comments/1asvydo/is_a_dependency_injection_framework_really_needed/) - [The first Dev Preview of Android 15 is here!](https://www.reddit.com/r/androiddev/comments/1asgmum/the_first_dev_preview_of_android_15_is_here/) - [Android Studio Jellyfish | 2023.3.1 Canary 10 now available](https://www.reddit.com/r/androiddev/comments/1asgif1/android_studio_jellyfish_202331_canary_10_now/) - [What have your interviews been like recently? Android has changed alot in 2-3 years . What are some questions asked in recent interviews?](https://www.reddit.com/r/androiddev/comments/1as9sls/what_have_your_interviews_been_like_recently/) -- [ChatGPT and DALL-E for WearOS (WristAssist v3)](https://www.reddit.com/r/androiddev/comments/1as9lzx/chatgpt_and_dalle_for_wearos_wristassist_v3/) -- [Different ways to change the color of Status bar and Navigation bar in Android Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1as8yeg/different_ways_to_change_the_color_of_status_bar/) -- [Openmw android launcher](https://www.reddit.com/r/androiddev/comments/1aruj9x/openmw_android_launcher/) -- [Invalid Data deletion link on Play-store](https://www.reddit.com/r/androiddev/comments/1arfxcp/invalid_data_deletion_link_on_playstore/) -- [🌇 PhotoView is an ImageView component for Android that enables zoom functionality through diverse touch gestures](https://www.reddit.com/r/androiddev/comments/1arf068/photoview_is_an_imageview_component_for_android/) -- [People who have the Events feature available on Google Play, how do you create one?](https://www.reddit.com/r/androiddev/comments/1ardoii/people_who_have_the_events_feature_available_on/) ### *InfoWorld posts* From 5fd1bc528730dc1968f6555ea88ad906b70823d9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 19 Feb 2024 01:23:56 +0000 Subject: [PATCH 0805/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1cee33a18e..b514dadbbf 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Anyone offloading Android emulators to Raspberry Pis or other cheap hardware?](https://www.reddit.com/r/androiddev/comments/1au4o6r/anyone_offloading_android_emulators_to_raspberry/) +- [Where to learn full use of the IDE?](https://www.reddit.com/r/androiddev/comments/1atwufg/where_to_learn_full_use_of_the_ide/) +- [Is media3 migration worth it?](https://www.reddit.com/r/androiddev/comments/1atqkjs/is_media3_migration_worth_it/) +- [SharedFlow is not getting collected in previous fragment when another fragment is added on top](https://www.reddit.com/r/androiddev/comments/1atppll/sharedflow_is_not_getting_collected_in_previous/) - [Logging Interceptors](https://www.reddit.com/r/androiddev/comments/1atgdji/logging_interceptors/) - [So Long, and Thanks for All the Bytes](https://www.reddit.com/r/androiddev/comments/1atet10/so_long_and_thanks_for_all_the_bytes/) - [Where is the Energy Profiler on Android Studio](https://www.reddit.com/r/androiddev/comments/1atcg9g/where_is_the_energy_profiler_on_android_studio/) - [I'm Surprised](https://www.reddit.com/r/androiddev/comments/1at7kcu/im_surprised/) - [Tiny App, BIG Results! Open Any URL Faster with 12ft.io on Android with Intent Filters!](https://www.reddit.com/r/androiddev/comments/1at6l47/tiny_app_big_results_open_any_url_faster_with/) - [GitHub - CharlesMoreira1/lingshot: Android application following best practices: Kotlin, Coroutines, JetPack Compose, Clean Architecture, Feature Modules, MVVM, DI, Static Analysis...](https://www.reddit.com/r/androiddev/comments/1at0b74/github_charlesmoreira1lingshot_android/) -- [Is a dependency injection framework really needed for Kotlin?](https://www.reddit.com/r/androiddev/comments/1asvydo/is_a_dependency_injection_framework_really_needed/) -- [The first Dev Preview of Android 15 is here!](https://www.reddit.com/r/androiddev/comments/1asgmum/the_first_dev_preview_of_android_15_is_here/) -- [Android Studio Jellyfish | 2023.3.1 Canary 10 now available](https://www.reddit.com/r/androiddev/comments/1asgif1/android_studio_jellyfish_202331_canary_10_now/) -- [What have your interviews been like recently? Android has changed alot in 2-3 years . What are some questions asked in recent interviews?](https://www.reddit.com/r/androiddev/comments/1as9sls/what_have_your_interviews_been_like_recently/) ### *InfoWorld posts* From 60c421315627893743bd9dc4c1b684f592c4c324 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 20 Feb 2024 01:22:11 +0000 Subject: [PATCH 0806/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b514dadbbf..f8deb69535 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Anyone offloading Android emulators to Raspberry Pis or other cheap hardware?](https://www.reddit.com/r/androiddev/comments/1au4o6r/anyone_offloading_android_emulators_to_raspberry/) -- [Where to learn full use of the IDE?](https://www.reddit.com/r/androiddev/comments/1atwufg/where_to_learn_full_use_of_the_ide/) -- [Is media3 migration worth it?](https://www.reddit.com/r/androiddev/comments/1atqkjs/is_media3_migration_worth_it/) -- [SharedFlow is not getting collected in previous fragment when another fragment is added on top](https://www.reddit.com/r/androiddev/comments/1atppll/sharedflow_is_not_getting_collected_in_previous/) -- [Logging Interceptors](https://www.reddit.com/r/androiddev/comments/1atgdji/logging_interceptors/) -- [So Long, and Thanks for All the Bytes](https://www.reddit.com/r/androiddev/comments/1atet10/so_long_and_thanks_for_all_the_bytes/) -- [Where is the Energy Profiler on Android Studio](https://www.reddit.com/r/androiddev/comments/1atcg9g/where_is_the_energy_profiler_on_android_studio/) -- [I'm Surprised](https://www.reddit.com/r/androiddev/comments/1at7kcu/im_surprised/) -- [Tiny App, BIG Results! Open Any URL Faster with 12ft.io on Android with Intent Filters!](https://www.reddit.com/r/androiddev/comments/1at6l47/tiny_app_big_results_open_any_url_faster_with/) -- [GitHub - CharlesMoreira1/lingshot: Android application following best practices: Kotlin, Coroutines, JetPack Compose, Clean Architecture, Feature Modules, MVVM, DI, Static Analysis...](https://www.reddit.com/r/androiddev/comments/1at0b74/github_charlesmoreira1lingshot_android/) +- [Merchant account in Georgia (country)](https://www.reddit.com/r/androiddev/comments/1av3qmf/merchant_account_in_georgia_country/) +- [What is the smallest reasonable screen size I should account for in my responsive app?](https://www.reddit.com/r/androiddev/comments/1av3l6g/what_is_the_smallest_reasonable_screen_size_i/) +- [Benchmarks for apps](https://www.reddit.com/r/androiddev/comments/1av3l09/benchmarks_for_apps/) +- [Google play rejected app on "- Policy Declaration - Data Safety Section" more specifically on user account/deletion link.](https://www.reddit.com/r/androiddev/comments/1auzgdl/google_play_rejected_app_on_policy_declaration/) +- [Is it possible to see in Play Console what % of downloads found your app via direct search?(not cat or tag).](https://www.reddit.com/r/androiddev/comments/1auvwgj/is_it_possible_to_see_in_play_console_what_of/) +- [Guys my play console account got terminated today can i create a new account on same pc with same debit card.](https://www.reddit.com/r/androiddev/comments/1auvlkz/guys_my_play_console_account_got_terminated_today/) +- [Type Stability in Compose](https://www.reddit.com/r/androiddev/comments/1aupt2c/type_stability_in_compose/) +- [[Code Review] Delog: SecureScuttlebut Blob Management, Part 1: "User Interface"](https://www.reddit.com/r/androiddev/comments/1aupd3a/code_review_delog_securescuttlebut_blob/) +- [Open-source Messenger App for Android](https://www.reddit.com/r/androiddev/comments/1aunyxp/opensource_messenger_app_for_android/) +- [Weekly Who's Hiring Thread - February 19, 2024](https://www.reddit.com/r/androiddev/comments/1auny64/weekly_whos_hiring_thread_february_19_2024/) ### *InfoWorld posts* From f085561fbd64e75a5f57f2870dc08dcf626c9766 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 21 Feb 2024 01:23:04 +0000 Subject: [PATCH 0807/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f8deb69535..f56cca0f62 100644 --- a/README.md +++ b/README.md @@ -271,15 +271,15 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Merchant account in Georgia (country)](https://www.reddit.com/r/androiddev/comments/1av3qmf/merchant_account_in_georgia_country/) -- [What is the smallest reasonable screen size I should account for in my responsive app?](https://www.reddit.com/r/androiddev/comments/1av3l6g/what_is_the_smallest_reasonable_screen_size_i/) -- [Benchmarks for apps](https://www.reddit.com/r/androiddev/comments/1av3l09/benchmarks_for_apps/) +- [Why capturing the screen with two different methods but with same compression and quality gives different OCR results?](https://www.reddit.com/r/androiddev/comments/1avo0l7/why_capturing_the_screen_with_two_different/) +- [Learnt side-effects in jetpack practically by mistake,](https://www.reddit.com/r/androiddev/comments/1avl15v/learnt_sideeffects_in_jetpack_practically_by/) +- [Implementation example of Messenger App for Android](https://www.reddit.com/r/androiddev/comments/1aveob2/implementation_example_of_messenger_app_for/) +- [Is there any way to auto add/force developers to add migration for room database.](https://www.reddit.com/r/androiddev/comments/1avd1jq/is_there_any_way_to_auto_addforce_developers_to/) - [Google play rejected app on "- Policy Declaration - Data Safety Section" more specifically on user account/deletion link.](https://www.reddit.com/r/androiddev/comments/1auzgdl/google_play_rejected_app_on_policy_declaration/) - [Is it possible to see in Play Console what % of downloads found your app via direct search?(not cat or tag).](https://www.reddit.com/r/androiddev/comments/1auvwgj/is_it_possible_to_see_in_play_console_what_of/) - [Guys my play console account got terminated today can i create a new account on same pc with same debit card.](https://www.reddit.com/r/androiddev/comments/1auvlkz/guys_my_play_console_account_got_terminated_today/) - [Type Stability in Compose](https://www.reddit.com/r/androiddev/comments/1aupt2c/type_stability_in_compose/) - [[Code Review] Delog: SecureScuttlebut Blob Management, Part 1: "User Interface"](https://www.reddit.com/r/androiddev/comments/1aupd3a/code_review_delog_securescuttlebut_blob/) -- [Open-source Messenger App for Android](https://www.reddit.com/r/androiddev/comments/1aunyxp/opensource_messenger_app_for_android/) - [Weekly Who's Hiring Thread - February 19, 2024](https://www.reddit.com/r/androiddev/comments/1auny64/weekly_whos_hiring_thread_february_19_2024/) From 9e3f949cf518bee047b387f653d8b13b4a2c75ea Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 22 Feb 2024 01:22:33 +0000 Subject: [PATCH 0808/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f56cca0f62..401a6678a7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Backup app, will I get rejected?](https://www.reddit.com/r/androiddev/comments/1awt39h/backup_app_will_i_get_rejected/) +- [SplashScreen hypocrisy/inconsistency](https://www.reddit.com/r/androiddev/comments/1awnl32/splashscreen_hypocrisyinconsistency/) +- [Why some dev makes their code open-source ?](https://www.reddit.com/r/androiddev/comments/1awk1uw/why_some_dev_makes_their_code_opensource/) +- [🥳 New Charts 1.2.0 release is live! 📊📈📉](https://www.reddit.com/r/androiddev/comments/1awjdf8/new_charts_120_release_is_live/) +- [Kotlin 1.9 HexFormat](https://www.reddit.com/r/androiddev/comments/1awfzyk/kotlin_19_hexformat/) +- [Refining Compose API for design systems](https://www.reddit.com/r/androiddev/comments/1awa6er/refining_compose_api_for_design_systems/) +- [Android Biometric Authentication With BiometricManager](https://www.reddit.com/r/androiddev/comments/1aw5hi3/android_biometric_authentication_with/) +- [Guys, Beware of This New Scam!](https://www.reddit.com/r/androiddev/comments/1avztb5/guys_beware_of_this_new_scam/) +- [How to create a virtual physical keyboard or any other HID(mouse, gamepad, etc) in Android[no root]](https://www.reddit.com/r/androiddev/comments/1avziu4/how_to_create_a_virtual_physical_keyboard_or_any/) - [Why capturing the screen with two different methods but with same compression and quality gives different OCR results?](https://www.reddit.com/r/androiddev/comments/1avo0l7/why_capturing_the_screen_with_two_different/) -- [Learnt side-effects in jetpack practically by mistake,](https://www.reddit.com/r/androiddev/comments/1avl15v/learnt_sideeffects_in_jetpack_practically_by/) -- [Implementation example of Messenger App for Android](https://www.reddit.com/r/androiddev/comments/1aveob2/implementation_example_of_messenger_app_for/) -- [Is there any way to auto add/force developers to add migration for room database.](https://www.reddit.com/r/androiddev/comments/1avd1jq/is_there_any_way_to_auto_addforce_developers_to/) -- [Google play rejected app on "- Policy Declaration - Data Safety Section" more specifically on user account/deletion link.](https://www.reddit.com/r/androiddev/comments/1auzgdl/google_play_rejected_app_on_policy_declaration/) -- [Is it possible to see in Play Console what % of downloads found your app via direct search?(not cat or tag).](https://www.reddit.com/r/androiddev/comments/1auvwgj/is_it_possible_to_see_in_play_console_what_of/) -- [Guys my play console account got terminated today can i create a new account on same pc with same debit card.](https://www.reddit.com/r/androiddev/comments/1auvlkz/guys_my_play_console_account_got_terminated_today/) -- [Type Stability in Compose](https://www.reddit.com/r/androiddev/comments/1aupt2c/type_stability_in_compose/) -- [[Code Review] Delog: SecureScuttlebut Blob Management, Part 1: "User Interface"](https://www.reddit.com/r/androiddev/comments/1aupd3a/code_review_delog_securescuttlebut_blob/) -- [Weekly Who's Hiring Thread - February 19, 2024](https://www.reddit.com/r/androiddev/comments/1auny64/weekly_whos_hiring_thread_february_19_2024/) ### *InfoWorld posts* From 666abf4a2ec33f5addc7f485f8b82f7b2d56055c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 23 Feb 2024 01:22:07 +0000 Subject: [PATCH 0809/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 401a6678a7..0cec29194b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Backup app, will I get rejected?](https://www.reddit.com/r/androiddev/comments/1awt39h/backup_app_will_i_get_rejected/) -- [SplashScreen hypocrisy/inconsistency](https://www.reddit.com/r/androiddev/comments/1awnl32/splashscreen_hypocrisyinconsistency/) -- [Why some dev makes their code open-source ?](https://www.reddit.com/r/androiddev/comments/1awk1uw/why_some_dev_makes_their_code_opensource/) -- [🥳 New Charts 1.2.0 release is live! 📊📈📉](https://www.reddit.com/r/androiddev/comments/1awjdf8/new_charts_120_release_is_live/) -- [Kotlin 1.9 HexFormat](https://www.reddit.com/r/androiddev/comments/1awfzyk/kotlin_19_hexformat/) -- [Refining Compose API for design systems](https://www.reddit.com/r/androiddev/comments/1awa6er/refining_compose_api_for_design_systems/) -- [Android Biometric Authentication With BiometricManager](https://www.reddit.com/r/androiddev/comments/1aw5hi3/android_biometric_authentication_with/) -- [Guys, Beware of This New Scam!](https://www.reddit.com/r/androiddev/comments/1avztb5/guys_beware_of_this_new_scam/) -- [How to create a virtual physical keyboard or any other HID(mouse, gamepad, etc) in Android[no root]](https://www.reddit.com/r/androiddev/comments/1avziu4/how_to_create_a_virtual_physical_keyboard_or_any/) -- [Why capturing the screen with two different methods but with same compression and quality gives different OCR results?](https://www.reddit.com/r/androiddev/comments/1avo0l7/why_capturing_the_screen_with_two_different/) +- [Organization Account & GCP](https://www.reddit.com/r/androiddev/comments/1axmw4z/organization_account_gcp/) +- [Android Studio Jellyfish | 2023.3.1 Canary 11 now available](https://www.reddit.com/r/androiddev/comments/1axkjvs/android_studio_jellyfish_202331_canary_11_now/) +- [Android Developers Blog: Easily add document scanning capability to your app with ML Kit Document Scanner API](https://www.reddit.com/r/androiddev/comments/1axjil7/android_developers_blog_easily_add_document/) +- [Behavioral malware detection](https://www.reddit.com/r/androiddev/comments/1axgyeq/behavioral_malware_detection/) +- [androidx.hilt 1.2.0 released with AssistedInject in hiltViewModel() and hiltNavGraphViewModels()](https://www.reddit.com/r/androiddev/comments/1axg7vb/androidxhilt_120_released_with_assistedinject_in/) +- [Do you like the new logcat?](https://www.reddit.com/r/androiddev/comments/1axdmd4/do_you_like_the_new_logcat/) +- [KStateMachine v0.27.0 Release](https://www.reddit.com/r/androiddev/comments/1ax97yc/kstatemachine_v0270_release/) +- [Dependency management in multi-repo android app](https://www.reddit.com/r/androiddev/comments/1ax7qo5/dependency_management_in_multirepo_android_app/) +- [Remember to check your Gradle (Cache) folder!](https://www.reddit.com/r/androiddev/comments/1ax7bxh/remember_to_check_your_gradle_cache_folder/) +- [Real device cloud service or physical devices for QA?](https://www.reddit.com/r/androiddev/comments/1awwyss/real_device_cloud_service_or_physical_devices_for/) ### *InfoWorld posts* From f9a012e510b20fe684c127059cb37b8f1592e44b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 24 Feb 2024 01:20:59 +0000 Subject: [PATCH 0810/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0cec29194b..12c6d9ca0c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Launching Appviewer.io: Better UI reviews for Android teams](https://www.reddit.com/r/androiddev/comments/1ay8kel/launching_appviewerio_better_ui_reviews_for/) +- [Why do people want to buy my Play console account for more than 1000 USD?](https://www.reddit.com/r/androiddev/comments/1ay82id/why_do_people_want_to_buy_my_play_console_account/) +- [Looking for Unit and Integration Testing Courses](https://www.reddit.com/r/androiddev/comments/1ay5yj1/looking_for_unit_and_integration_testing_courses/) +- [Kotlin vs. Swift](https://www.reddit.com/r/androiddev/comments/1axuok1/kotlin_vs_swift/) +- [Compose - defer reads: lambda vs direct state forwarding](https://www.reddit.com/r/androiddev/comments/1axue3j/compose_defer_reads_lambda_vs_direct_state/) +- [What is the IKM Android Application Programming test?](https://www.reddit.com/r/androiddev/comments/1axttj7/what_is_the_ikm_android_application_programming/) - [Organization Account & GCP](https://www.reddit.com/r/androiddev/comments/1axmw4z/organization_account_gcp/) - [Android Studio Jellyfish | 2023.3.1 Canary 11 now available](https://www.reddit.com/r/androiddev/comments/1axkjvs/android_studio_jellyfish_202331_canary_11_now/) - [Android Developers Blog: Easily add document scanning capability to your app with ML Kit Document Scanner API](https://www.reddit.com/r/androiddev/comments/1axjil7/android_developers_blog_easily_add_document/) - [Behavioral malware detection](https://www.reddit.com/r/androiddev/comments/1axgyeq/behavioral_malware_detection/) -- [androidx.hilt 1.2.0 released with AssistedInject in hiltViewModel() and hiltNavGraphViewModels()](https://www.reddit.com/r/androiddev/comments/1axg7vb/androidxhilt_120_released_with_assistedinject_in/) -- [Do you like the new logcat?](https://www.reddit.com/r/androiddev/comments/1axdmd4/do_you_like_the_new_logcat/) -- [KStateMachine v0.27.0 Release](https://www.reddit.com/r/androiddev/comments/1ax97yc/kstatemachine_v0270_release/) -- [Dependency management in multi-repo android app](https://www.reddit.com/r/androiddev/comments/1ax7qo5/dependency_management_in_multirepo_android_app/) -- [Remember to check your Gradle (Cache) folder!](https://www.reddit.com/r/androiddev/comments/1ax7bxh/remember_to_check_your_gradle_cache_folder/) -- [Real device cloud service or physical devices for QA?](https://www.reddit.com/r/androiddev/comments/1awwyss/real_device_cloud_service_or_physical_devices_for/) ### *InfoWorld posts* From ab82834208a3a68b0d45e033460923a024a7e704 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 25 Feb 2024 01:25:33 +0000 Subject: [PATCH 0811/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 12c6d9ca0c..15f5605047 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [♥️💞 New Toolkit 2.0.2-rc01 featuring CollapsableTopAppBar is live.](https://www.reddit.com/r/androiddev/comments/1az9xtz/new_toolkit_202rc01_featuring/) +- [AndroidStudio-free devs, share your custom CLI tools](https://www.reddit.com/r/androiddev/comments/1az8iza/androidstudiofree_devs_share_your_custom_cli_tools/) +- [Can you guys suggest some good resources for configuring JACOCO Code Coverage tool for android with Gradle KTS?](https://www.reddit.com/r/androiddev/comments/1aysp1f/can_you_guys_suggest_some_good_resources_for/) +- [Setting manual white-balance on Google Pixel devices using Camera2 API](https://www.reddit.com/r/androiddev/comments/1ayq290/setting_manual_whitebalance_on_google_pixel/) +- [Face Recognition AndroidSDK with 3D passive liveness](https://www.reddit.com/r/androiddev/comments/1ayinhj/face_recognition_androidsdk_with_3d_passive/) - [Launching Appviewer.io: Better UI reviews for Android teams](https://www.reddit.com/r/androiddev/comments/1ay8kel/launching_appviewerio_better_ui_reviews_for/) - [Why do people want to buy my Play console account for more than 1000 USD?](https://www.reddit.com/r/androiddev/comments/1ay82id/why_do_people_want_to_buy_my_play_console_account/) - [Looking for Unit and Integration Testing Courses](https://www.reddit.com/r/androiddev/comments/1ay5yj1/looking_for_unit_and_integration_testing_courses/) - [Kotlin vs. Swift](https://www.reddit.com/r/androiddev/comments/1axuok1/kotlin_vs_swift/) - [Compose - defer reads: lambda vs direct state forwarding](https://www.reddit.com/r/androiddev/comments/1axue3j/compose_defer_reads_lambda_vs_direct_state/) -- [What is the IKM Android Application Programming test?](https://www.reddit.com/r/androiddev/comments/1axttj7/what_is_the_ikm_android_application_programming/) -- [Organization Account & GCP](https://www.reddit.com/r/androiddev/comments/1axmw4z/organization_account_gcp/) -- [Android Studio Jellyfish | 2023.3.1 Canary 11 now available](https://www.reddit.com/r/androiddev/comments/1axkjvs/android_studio_jellyfish_202331_canary_11_now/) -- [Android Developers Blog: Easily add document scanning capability to your app with ML Kit Document Scanner API](https://www.reddit.com/r/androiddev/comments/1axjil7/android_developers_blog_easily_add_document/) -- [Behavioral malware detection](https://www.reddit.com/r/androiddev/comments/1axgyeq/behavioral_malware_detection/) ### *InfoWorld posts* From b6395cd3147b403b0bef926917e78a94c6f17ca9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 26 Feb 2024 01:24:00 +0000 Subject: [PATCH 0812/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 15f5605047..4a64877567 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Is it possible to make payments from an individual Google Play Developer Console account to your company account?](https://www.reddit.com/r/androiddev/comments/1azytmm/is_it_possible_to_make_payments_from_an/) +- [Unable to open any virtual device/Emulator on Android Studio Hedgehog](https://www.reddit.com/r/androiddev/comments/1azysh1/unable_to_open_any_virtual_deviceemulator_on/) +- [Can i optimize my app modular architecture more ?](https://www.reddit.com/r/androiddev/comments/1aztcke/can_i_optimize_my_app_modular_architecture_more/) +- [AndroidStudio-free workflow with Linux, Sway, Neovim (Kotlin LSP & Github Copilot), and Bash/Python scripts.](https://www.reddit.com/r/androiddev/comments/1azord3/androidstudiofree_workflow_with_linux_sway_neovim/) - [♥️💞 New Toolkit 2.0.2-rc01 featuring CollapsableTopAppBar is live.](https://www.reddit.com/r/androiddev/comments/1az9xtz/new_toolkit_202rc01_featuring/) - [AndroidStudio-free devs, share your custom CLI tools](https://www.reddit.com/r/androiddev/comments/1az8iza/androidstudiofree_devs_share_your_custom_cli_tools/) - [Can you guys suggest some good resources for configuring JACOCO Code Coverage tool for android with Gradle KTS?](https://www.reddit.com/r/androiddev/comments/1aysp1f/can_you_guys_suggest_some_good_resources_for/) - [Setting manual white-balance on Google Pixel devices using Camera2 API](https://www.reddit.com/r/androiddev/comments/1ayq290/setting_manual_whitebalance_on_google_pixel/) - [Face Recognition AndroidSDK with 3D passive liveness](https://www.reddit.com/r/androiddev/comments/1ayinhj/face_recognition_androidsdk_with_3d_passive/) - [Launching Appviewer.io: Better UI reviews for Android teams](https://www.reddit.com/r/androiddev/comments/1ay8kel/launching_appviewerio_better_ui_reviews_for/) -- [Why do people want to buy my Play console account for more than 1000 USD?](https://www.reddit.com/r/androiddev/comments/1ay82id/why_do_people_want_to_buy_my_play_console_account/) -- [Looking for Unit and Integration Testing Courses](https://www.reddit.com/r/androiddev/comments/1ay5yj1/looking_for_unit_and_integration_testing_courses/) -- [Kotlin vs. Swift](https://www.reddit.com/r/androiddev/comments/1axuok1/kotlin_vs_swift/) -- [Compose - defer reads: lambda vs direct state forwarding](https://www.reddit.com/r/androiddev/comments/1axue3j/compose_defer_reads_lambda_vs_direct_state/) ### *InfoWorld posts* From 822cc0cf236c475328995ace3f7041934f1dcd2d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 27 Feb 2024 01:22:09 +0000 Subject: [PATCH 0813/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4a64877567..ac7df841c3 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [What companies have good android/mobile focused engineering blogs?](https://www.reddit.com/r/androiddev/comments/1b0s4ng/what_companies_have_good_androidmobile_focused/) +- [Run AI models on real devices with Qualcomm AI Hub](https://www.reddit.com/r/androiddev/comments/1b0p17i/run_ai_models_on_real_devices_with_qualcomm_ai_hub/) +- [Android Developers Blog: Wear OS hybrid interface: Boosting power and performance](https://www.reddit.com/r/androiddev/comments/1b0jtdw/android_developers_blog_wear_os_hybrid_interface/) +- [What's the deal with libraries being marked as "alpha"?](https://www.reddit.com/r/androiddev/comments/1b0ivko/whats_the_deal_with_libraries_being_marked_as/) +- [Weekly Who's Hiring Thread - February 26, 2024](https://www.reddit.com/r/androiddev/comments/1b0i6pq/weekly_whos_hiring_thread_february_26_2024/) +- [Weekly discussion, code review, and feedback thread - February 26, 2024](https://www.reddit.com/r/androiddev/comments/1b0gx7r/weekly_discussion_code_review_and_feedback_thread/) +- [Dynamic feature module install-time delivery](https://www.reddit.com/r/androiddev/comments/1b0aaza/dynamic_feature_module_installtime_delivery/) - [Is it possible to make payments from an individual Google Play Developer Console account to your company account?](https://www.reddit.com/r/androiddev/comments/1azytmm/is_it_possible_to_make_payments_from_an/) -- [Unable to open any virtual device/Emulator on Android Studio Hedgehog](https://www.reddit.com/r/androiddev/comments/1azysh1/unable_to_open_any_virtual_deviceemulator_on/) - [Can i optimize my app modular architecture more ?](https://www.reddit.com/r/androiddev/comments/1aztcke/can_i_optimize_my_app_modular_architecture_more/) - [AndroidStudio-free workflow with Linux, Sway, Neovim (Kotlin LSP & Github Copilot), and Bash/Python scripts.](https://www.reddit.com/r/androiddev/comments/1azord3/androidstudiofree_workflow_with_linux_sway_neovim/) -- [♥️💞 New Toolkit 2.0.2-rc01 featuring CollapsableTopAppBar is live.](https://www.reddit.com/r/androiddev/comments/1az9xtz/new_toolkit_202rc01_featuring/) -- [AndroidStudio-free devs, share your custom CLI tools](https://www.reddit.com/r/androiddev/comments/1az8iza/androidstudiofree_devs_share_your_custom_cli_tools/) -- [Can you guys suggest some good resources for configuring JACOCO Code Coverage tool for android with Gradle KTS?](https://www.reddit.com/r/androiddev/comments/1aysp1f/can_you_guys_suggest_some_good_resources_for/) -- [Setting manual white-balance on Google Pixel devices using Camera2 API](https://www.reddit.com/r/androiddev/comments/1ayq290/setting_manual_whitebalance_on_google_pixel/) -- [Face Recognition AndroidSDK with 3D passive liveness](https://www.reddit.com/r/androiddev/comments/1ayinhj/face_recognition_androidsdk_with_3d_passive/) -- [Launching Appviewer.io: Better UI reviews for Android teams](https://www.reddit.com/r/androiddev/comments/1ay8kel/launching_appviewerio_better_ui_reviews_for/) ### *InfoWorld posts* From cedcb20a71f130eb21dbbfabc3bd0051ffee8893 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 28 Feb 2024 01:22:55 +0000 Subject: [PATCH 0814/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ac7df841c3..327965605b 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [What’s the buzz about the 2024 OWASP Mobile Top 10 changes?](https://www.reddit.com/r/androiddev/comments/1b1rbl0/whats_the_buzz_about_the_2024_owasp_mobile_top_10/) +- [How do you guys do this?](https://www.reddit.com/r/androiddev/comments/1b1jcrz/how_do_you_guys_do_this/) +- [Transferring apps from one developer account to another](https://www.reddit.com/r/androiddev/comments/1b17snv/transferring_apps_from_one_developer_account_to/) - [What companies have good android/mobile focused engineering blogs?](https://www.reddit.com/r/androiddev/comments/1b0s4ng/what_companies_have_good_androidmobile_focused/) - [Run AI models on real devices with Qualcomm AI Hub](https://www.reddit.com/r/androiddev/comments/1b0p17i/run_ai_models_on_real_devices_with_qualcomm_ai_hub/) - [Android Developers Blog: Wear OS hybrid interface: Boosting power and performance](https://www.reddit.com/r/androiddev/comments/1b0jtdw/android_developers_blog_wear_os_hybrid_interface/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Weekly Who's Hiring Thread - February 26, 2024](https://www.reddit.com/r/androiddev/comments/1b0i6pq/weekly_whos_hiring_thread_february_26_2024/) - [Weekly discussion, code review, and feedback thread - February 26, 2024](https://www.reddit.com/r/androiddev/comments/1b0gx7r/weekly_discussion_code_review_and_feedback_thread/) - [Dynamic feature module install-time delivery](https://www.reddit.com/r/androiddev/comments/1b0aaza/dynamic_feature_module_installtime_delivery/) -- [Is it possible to make payments from an individual Google Play Developer Console account to your company account?](https://www.reddit.com/r/androiddev/comments/1azytmm/is_it_possible_to_make_payments_from_an/) -- [Can i optimize my app modular architecture more ?](https://www.reddit.com/r/androiddev/comments/1aztcke/can_i_optimize_my_app_modular_architecture_more/) -- [AndroidStudio-free workflow with Linux, Sway, Neovim (Kotlin LSP & Github Copilot), and Bash/Python scripts.](https://www.reddit.com/r/androiddev/comments/1azord3/androidstudiofree_workflow_with_linux_sway_neovim/) ### *InfoWorld posts* From e5eac143a494034ba4f8a7ccb497dba550a410c3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 29 Feb 2024 01:22:21 +0000 Subject: [PATCH 0815/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 327965605b..f7997be9c2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android SDK-Face Recognition](https://www.reddit.com/r/androiddev/comments/1b22rz5/android_sdkface_recognition/) +- [Jetpack Compose: Strong Skipping Mode Explained](https://www.reddit.com/r/androiddev/comments/1b22k1i/jetpack_compose_strong_skipping_mode_explained/) +- [Kotlin inline value classes explained](https://www.reddit.com/r/androiddev/comments/1b20167/kotlin_inline_value_classes_explained/) +- [Accessing old developer codelabs](https://www.reddit.com/r/androiddev/comments/1b1wo0s/accessing_old_developer_codelabs/) +- [Kotlin Illustrated - Chapter 17 - Handling Runtime Exceptions](https://www.reddit.com/r/androiddev/comments/1b1w3if/kotlin_illustrated_chapter_17_handling_runtime/) - [What’s the buzz about the 2024 OWASP Mobile Top 10 changes?](https://www.reddit.com/r/androiddev/comments/1b1rbl0/whats_the_buzz_about_the_2024_owasp_mobile_top_10/) - [How do you guys do this?](https://www.reddit.com/r/androiddev/comments/1b1jcrz/how_do_you_guys_do_this/) - [Transferring apps from one developer account to another](https://www.reddit.com/r/androiddev/comments/1b17snv/transferring_apps_from_one_developer_account_to/) - [What companies have good android/mobile focused engineering blogs?](https://www.reddit.com/r/androiddev/comments/1b0s4ng/what_companies_have_good_androidmobile_focused/) - [Run AI models on real devices with Qualcomm AI Hub](https://www.reddit.com/r/androiddev/comments/1b0p17i/run_ai_models_on_real_devices_with_qualcomm_ai_hub/) -- [Android Developers Blog: Wear OS hybrid interface: Boosting power and performance](https://www.reddit.com/r/androiddev/comments/1b0jtdw/android_developers_blog_wear_os_hybrid_interface/) -- [What's the deal with libraries being marked as "alpha"?](https://www.reddit.com/r/androiddev/comments/1b0ivko/whats_the_deal_with_libraries_being_marked_as/) -- [Weekly Who's Hiring Thread - February 26, 2024](https://www.reddit.com/r/androiddev/comments/1b0i6pq/weekly_whos_hiring_thread_february_26_2024/) -- [Weekly discussion, code review, and feedback thread - February 26, 2024](https://www.reddit.com/r/androiddev/comments/1b0gx7r/weekly_discussion_code_review_and_feedback_thread/) -- [Dynamic feature module install-time delivery](https://www.reddit.com/r/androiddev/comments/1b0aaza/dynamic_feature_module_installtime_delivery/) ### *InfoWorld posts* From 8e1e2ae668c643dee868020502233acbf28a943a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 1 Mar 2024 01:26:31 +0000 Subject: [PATCH 0816/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f7997be9c2..1bc3075884 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android SDK-Face Recognition](https://www.reddit.com/r/androiddev/comments/1b22rz5/android_sdkface_recognition/) -- [Jetpack Compose: Strong Skipping Mode Explained](https://www.reddit.com/r/androiddev/comments/1b22k1i/jetpack_compose_strong_skipping_mode_explained/) -- [Kotlin inline value classes explained](https://www.reddit.com/r/androiddev/comments/1b20167/kotlin_inline_value_classes_explained/) -- [Accessing old developer codelabs](https://www.reddit.com/r/androiddev/comments/1b1wo0s/accessing_old_developer_codelabs/) -- [Kotlin Illustrated - Chapter 17 - Handling Runtime Exceptions](https://www.reddit.com/r/androiddev/comments/1b1w3if/kotlin_illustrated_chapter_17_handling_runtime/) -- [What’s the buzz about the 2024 OWASP Mobile Top 10 changes?](https://www.reddit.com/r/androiddev/comments/1b1rbl0/whats_the_buzz_about_the_2024_owasp_mobile_top_10/) -- [How do you guys do this?](https://www.reddit.com/r/androiddev/comments/1b1jcrz/how_do_you_guys_do_this/) -- [Transferring apps from one developer account to another](https://www.reddit.com/r/androiddev/comments/1b17snv/transferring_apps_from_one_developer_account_to/) -- [What companies have good android/mobile focused engineering blogs?](https://www.reddit.com/r/androiddev/comments/1b0s4ng/what_companies_have_good_androidmobile_focused/) -- [Run AI models on real devices with Qualcomm AI Hub](https://www.reddit.com/r/androiddev/comments/1b0p17i/run_ai_models_on_real_devices_with_qualcomm_ai_hub/) +- [Android Studio Jellyfish | 2023.3.1 Canary 12 now available](https://www.reddit.com/r/androiddev/comments/1b3e8cd/android_studio_jellyfish_202331_canary_12_now/) +- [Best resources for learning Android using java](https://www.reddit.com/r/androiddev/comments/1b3dpmi/best_resources_for_learning_android_using_java/) +- [Allowing Unauthorized Connections to Headless Emulators](https://www.reddit.com/r/androiddev/comments/1b3dbaj/allowing_unauthorized_connections_to_headless/) +- [Update on Developer Play Store Settlement](https://www.reddit.com/r/androiddev/comments/1b3b3hz/update_on_developer_play_store_settlement/) +- [Compose vs XML?](https://www.reddit.com/r/androiddev/comments/1b38ofi/compose_vs_xml/) +- [Android Studio Iguana | 2023.2.1 now available](https://www.reddit.com/r/androiddev/comments/1b386dy/android_studio_iguana_202321_now_available/) +- [Start app development with Java](https://www.reddit.com/r/androiddev/comments/1b36u1v/start_app_development_with_java/) +- [How do I find/distribute to testers?](https://www.reddit.com/r/androiddev/comments/1b36id1/how_do_i_finddistribute_to_testers/) +- [Android Studio : autocomplete syntax.](https://www.reddit.com/r/androiddev/comments/1b34e69/android_studio_autocomplete_syntax/) +- [Tiamat - simple Compose Multiplatform navigation library](https://www.reddit.com/r/androiddev/comments/1b2zxrf/tiamat_simple_compose_multiplatform_navigation/) ### *InfoWorld posts* From b4560a28aacbb7b029f8ef70f8714434c71e674e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 2 Mar 2024 01:21:34 +0000 Subject: [PATCH 0817/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1bc3075884..23b60b5298 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [End of Google Drive integration?](https://www.reddit.com/r/androiddev/comments/1b483a6/end_of_google_drive_integration/) +- [Gradle AAR omits classes by default?](https://www.reddit.com/r/androiddev/comments/1b4825a/gradle_aar_omits_classes_by_default/) +- [Location - Speed 24/7 ? Is that possible ?](https://www.reddit.com/r/androiddev/comments/1b3zeyn/location_speed_247_is_that_possible/) +- [Rich media input from the keyboard in Compose](https://www.reddit.com/r/androiddev/comments/1b3ukd3/rich_media_input_from_the_keyboard_in_compose/) - [Android Studio Jellyfish | 2023.3.1 Canary 12 now available](https://www.reddit.com/r/androiddev/comments/1b3e8cd/android_studio_jellyfish_202331_canary_12_now/) -- [Best resources for learning Android using java](https://www.reddit.com/r/androiddev/comments/1b3dpmi/best_resources_for_learning_android_using_java/) - [Allowing Unauthorized Connections to Headless Emulators](https://www.reddit.com/r/androiddev/comments/1b3dbaj/allowing_unauthorized_connections_to_headless/) - [Update on Developer Play Store Settlement](https://www.reddit.com/r/androiddev/comments/1b3b3hz/update_on_developer_play_store_settlement/) -- [Compose vs XML?](https://www.reddit.com/r/androiddev/comments/1b38ofi/compose_vs_xml/) - [Android Studio Iguana | 2023.2.1 now available](https://www.reddit.com/r/androiddev/comments/1b386dy/android_studio_iguana_202321_now_available/) - [Start app development with Java](https://www.reddit.com/r/androiddev/comments/1b36u1v/start_app_development_with_java/) -- [How do I find/distribute to testers?](https://www.reddit.com/r/androiddev/comments/1b36id1/how_do_i_finddistribute_to_testers/) - [Android Studio : autocomplete syntax.](https://www.reddit.com/r/androiddev/comments/1b34e69/android_studio_autocomplete_syntax/) -- [Tiamat - simple Compose Multiplatform navigation library](https://www.reddit.com/r/androiddev/comments/1b2zxrf/tiamat_simple_compose_multiplatform_navigation/) ### *InfoWorld posts* From 8226ea50be1267581e28400800c563e70d11a7e0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 3 Mar 2024 01:24:52 +0000 Subject: [PATCH 0818/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 23b60b5298..eeed15fb50 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Did Android/Google mess up with the new notification permissions?](https://www.reddit.com/r/androiddev/comments/1b535no/did_androidgoogle_mess_up_with_the_new/) +- [How to implement an interactive cartoonic map in an application?](https://www.reddit.com/r/androiddev/comments/1b50evl/how_to_implement_an_interactive_cartoonic_map_in/) +- [How to efficiently control multiple android devices in parallel with python?](https://www.reddit.com/r/androiddev/comments/1b4w6pz/how_to_efficiently_control_multiple_android/) +- [Google removes many popular Indian apps for not paying the 11-26% service fees,but...?](https://www.reddit.com/r/androiddev/comments/1b4erqs/google_removes_many_popular_indian_apps_for_not/) - [End of Google Drive integration?](https://www.reddit.com/r/androiddev/comments/1b483a6/end_of_google_drive_integration/) - [Gradle AAR omits classes by default?](https://www.reddit.com/r/androiddev/comments/1b4825a/gradle_aar_omits_classes_by_default/) - [Location - Speed 24/7 ? Is that possible ?](https://www.reddit.com/r/androiddev/comments/1b3zeyn/location_speed_247_is_that_possible/) - [Rich media input from the keyboard in Compose](https://www.reddit.com/r/androiddev/comments/1b3ukd3/rich_media_input_from_the_keyboard_in_compose/) - [Android Studio Jellyfish | 2023.3.1 Canary 12 now available](https://www.reddit.com/r/androiddev/comments/1b3e8cd/android_studio_jellyfish_202331_canary_12_now/) - [Allowing Unauthorized Connections to Headless Emulators](https://www.reddit.com/r/androiddev/comments/1b3dbaj/allowing_unauthorized_connections_to_headless/) -- [Update on Developer Play Store Settlement](https://www.reddit.com/r/androiddev/comments/1b3b3hz/update_on_developer_play_store_settlement/) -- [Android Studio Iguana | 2023.2.1 now available](https://www.reddit.com/r/androiddev/comments/1b386dy/android_studio_iguana_202321_now_available/) -- [Start app development with Java](https://www.reddit.com/r/androiddev/comments/1b36u1v/start_app_development_with_java/) -- [Android Studio : autocomplete syntax.](https://www.reddit.com/r/androiddev/comments/1b34e69/android_studio_autocomplete_syntax/) ### *InfoWorld posts* From 96b7114f1ed978bafef5ddb4529eee498bb2f648 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 4 Mar 2024 01:25:23 +0000 Subject: [PATCH 0819/1422] Updated with the latest blog posts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eeed15fb50..88f93e80f7 100644 --- a/README.md +++ b/README.md @@ -271,9 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Is Google abandoning Android App Actions Widgets?](https://www.reddit.com/r/androiddev/comments/1b5wlvg/is_google_abandoning_android_app_actions_widgets/) +- [Difference between pricing template and launchflow amount?](https://www.reddit.com/r/androiddev/comments/1b5f8sb/difference_between_pricing_template_and/) - [Did Android/Google mess up with the new notification permissions?](https://www.reddit.com/r/androiddev/comments/1b535no/did_androidgoogle_mess_up_with_the_new/) -- [How to implement an interactive cartoonic map in an application?](https://www.reddit.com/r/androiddev/comments/1b50evl/how_to_implement_an_interactive_cartoonic_map_in/) -- [How to efficiently control multiple android devices in parallel with python?](https://www.reddit.com/r/androiddev/comments/1b4w6pz/how_to_efficiently_control_multiple_android/) - [Google removes many popular Indian apps for not paying the 11-26% service fees,but...?](https://www.reddit.com/r/androiddev/comments/1b4erqs/google_removes_many_popular_indian_apps_for_not/) - [End of Google Drive integration?](https://www.reddit.com/r/androiddev/comments/1b483a6/end_of_google_drive_integration/) - [Gradle AAR omits classes by default?](https://www.reddit.com/r/androiddev/comments/1b4825a/gradle_aar_omits_classes_by_default/) From e2c4e279bcbe8af1c85d722eeff98823eb8671a0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 5 Mar 2024 01:22:18 +0000 Subject: [PATCH 0820/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 88f93e80f7..a0da0018b5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is Google abandoning Android App Actions Widgets?](https://www.reddit.com/r/androiddev/comments/1b5wlvg/is_google_abandoning_android_app_actions_widgets/) -- [Difference between pricing template and launchflow amount?](https://www.reddit.com/r/androiddev/comments/1b5f8sb/difference_between_pricing_template_and/) -- [Did Android/Google mess up with the new notification permissions?](https://www.reddit.com/r/androiddev/comments/1b535no/did_androidgoogle_mess_up_with_the_new/) -- [Google removes many popular Indian apps for not paying the 11-26% service fees,but...?](https://www.reddit.com/r/androiddev/comments/1b4erqs/google_removes_many_popular_indian_apps_for_not/) -- [End of Google Drive integration?](https://www.reddit.com/r/androiddev/comments/1b483a6/end_of_google_drive_integration/) -- [Gradle AAR omits classes by default?](https://www.reddit.com/r/androiddev/comments/1b4825a/gradle_aar_omits_classes_by_default/) -- [Location - Speed 24/7 ? Is that possible ?](https://www.reddit.com/r/androiddev/comments/1b3zeyn/location_speed_247_is_that_possible/) -- [Rich media input from the keyboard in Compose](https://www.reddit.com/r/androiddev/comments/1b3ukd3/rich_media_input_from_the_keyboard_in_compose/) -- [Android Studio Jellyfish | 2023.3.1 Canary 12 now available](https://www.reddit.com/r/androiddev/comments/1b3e8cd/android_studio_jellyfish_202331_canary_12_now/) -- [Allowing Unauthorized Connections to Headless Emulators](https://www.reddit.com/r/androiddev/comments/1b3dbaj/allowing_unauthorized_connections_to_headless/) +- [Does my first app need to be reviewed before starting a closed testing?](https://www.reddit.com/r/androiddev/comments/1b6nopc/does_my_first_app_need_to_be_reviewed_before/) +- [Adb forget specific Bluetooth device](https://www.reddit.com/r/androiddev/comments/1b6mogi/adb_forget_specific_bluetooth_device/) +- [What do you guys think about Databinding ?](https://www.reddit.com/r/androiddev/comments/1b6izs2/what_do_you_guys_think_about_databinding/) +- [Is modularization an important topic for your app?](https://www.reddit.com/r/androiddev/comments/1b6h68o/is_modularization_an_important_topic_for_your_app/) +- [Stick to XML or Switch to Compose](https://www.reddit.com/r/androiddev/comments/1b6g40b/stick_to_xml_or_switch_to_compose/) +- [Weekly Who's Hiring Thread - March 04, 2024](https://www.reddit.com/r/androiddev/comments/1b6bk6z/weekly_whos_hiring_thread_march_04_2024/) +- [Weekly discussion, code review, and feedback thread - March 04, 2024](https://www.reddit.com/r/androiddev/comments/1b6abos/weekly_discussion_code_review_and_feedback_thread/) +- [Account verification deadline already reserved.](https://www.reddit.com/r/androiddev/comments/1b696sd/account_verification_deadline_already_reserved/) +- [What is your min SDK?](https://www.reddit.com/r/androiddev/comments/1b653v7/what_is_your_min_sdk/) +- [What is the quickest way to prevent Googe Play Console account from being closed due to inactivity?](https://www.reddit.com/r/androiddev/comments/1b64hpu/what_is_the_quickest_way_to_prevent_googe_play/) ### *InfoWorld posts* From d3d2f3e43a1146c214dfb41e8a070f06e4044367 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 6 Mar 2024 01:22:56 +0000 Subject: [PATCH 0821/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a0da0018b5..b3ccefa2c2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Does my first app need to be reviewed before starting a closed testing?](https://www.reddit.com/r/androiddev/comments/1b6nopc/does_my_first_app_need_to_be_reviewed_before/) +- [Have you ever built an app for your job but only for your personal use?](https://www.reddit.com/r/androiddev/comments/1b7hp6o/have_you_ever_built_an_app_for_your_job_but_only/) +- [Windows 11 to Drop Android App Support in March 2025](https://www.reddit.com/r/androiddev/comments/1b7eb7v/windows_11_to_drop_android_app_support_in_march/) +- [Repeated refund requests](https://www.reddit.com/r/androiddev/comments/1b7drr2/repeated_refund_requests/) +- [Multiplication Math Games - My first mobile app developed as a solo programmer](https://www.reddit.com/r/androiddev/comments/1b753wh/multiplication_math_games_my_first_mobile_app/) +- [Kotlin DSL for RecyclerView Adapters](https://www.reddit.com/r/androiddev/comments/1b727pb/kotlin_dsl_for_recyclerview_adapters/) +- [Can you receive Bitcoin donations through an Android app?](https://www.reddit.com/r/androiddev/comments/1b6u7l9/can_you_receive_bitcoin_donations_through_an/) - [Adb forget specific Bluetooth device](https://www.reddit.com/r/androiddev/comments/1b6mogi/adb_forget_specific_bluetooth_device/) - [What do you guys think about Databinding ?](https://www.reddit.com/r/androiddev/comments/1b6izs2/what_do_you_guys_think_about_databinding/) - [Is modularization an important topic for your app?](https://www.reddit.com/r/androiddev/comments/1b6h68o/is_modularization_an_important_topic_for_your_app/) - [Stick to XML or Switch to Compose](https://www.reddit.com/r/androiddev/comments/1b6g40b/stick_to_xml_or_switch_to_compose/) -- [Weekly Who's Hiring Thread - March 04, 2024](https://www.reddit.com/r/androiddev/comments/1b6bk6z/weekly_whos_hiring_thread_march_04_2024/) -- [Weekly discussion, code review, and feedback thread - March 04, 2024](https://www.reddit.com/r/androiddev/comments/1b6abos/weekly_discussion_code_review_and_feedback_thread/) -- [Account verification deadline already reserved.](https://www.reddit.com/r/androiddev/comments/1b696sd/account_verification_deadline_already_reserved/) -- [What is your min SDK?](https://www.reddit.com/r/androiddev/comments/1b653v7/what_is_your_min_sdk/) -- [What is the quickest way to prevent Googe Play Console account from being closed due to inactivity?](https://www.reddit.com/r/androiddev/comments/1b64hpu/what_is_the_quickest_way_to_prevent_googe_play/) ### *InfoWorld posts* From ee6ca009731a1bb7f002969b7867942bfdfe570c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 7 Mar 2024 01:15:09 +0000 Subject: [PATCH 0822/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b3ccefa2c2..48075a5c20 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Account Deletion Protocol for Users in Contract](https://www.reddit.com/r/androiddev/comments/1b8h979/account_deletion_protocol_for_users_in_contract/) +- [Introducing Composed - A collection of compose utilities](https://www.reddit.com/r/androiddev/comments/1b8e244/introducing_composed_a_collection_of_compose/) +- [Android Developers Blog: Introducing a new Text-To-Speech engine on Wear OS](https://www.reddit.com/r/androiddev/comments/1b8b6qd/android_developers_blog_introducing_a_new/) +- [Enrolling in the external offers program](https://www.reddit.com/r/androiddev/comments/1b861cr/enrolling_in_the_external_offers_program/) +- [Kotlin Variance... without Generics!](https://www.reddit.com/r/androiddev/comments/1b84p2u/kotlin_variance_without_generics/) +- [Closed testing app doesnt allow users to update app. They have to uninstall then install to update.](https://www.reddit.com/r/androiddev/comments/1b830up/closed_testing_app_doesnt_allow_users_to_update/) +- [App for Android Auto, how to make it safe?](https://www.reddit.com/r/androiddev/comments/1b7wbdl/app_for_android_auto_how_to_make_it_safe/) +- [Android malware attack techniques overview](https://www.reddit.com/r/androiddev/comments/1b7vwe3/android_malware_attack_techniques_overview/) +- [Why Your AI Coding Hero Needs a Security Sidekick](https://www.reddit.com/r/androiddev/comments/1b7vhai/why_your_ai_coding_hero_needs_a_security_sidekick/) - [Have you ever built an app for your job but only for your personal use?](https://www.reddit.com/r/androiddev/comments/1b7hp6o/have_you_ever_built_an_app_for_your_job_but_only/) -- [Windows 11 to Drop Android App Support in March 2025](https://www.reddit.com/r/androiddev/comments/1b7eb7v/windows_11_to_drop_android_app_support_in_march/) -- [Repeated refund requests](https://www.reddit.com/r/androiddev/comments/1b7drr2/repeated_refund_requests/) -- [Multiplication Math Games - My first mobile app developed as a solo programmer](https://www.reddit.com/r/androiddev/comments/1b753wh/multiplication_math_games_my_first_mobile_app/) -- [Kotlin DSL for RecyclerView Adapters](https://www.reddit.com/r/androiddev/comments/1b727pb/kotlin_dsl_for_recyclerview_adapters/) -- [Can you receive Bitcoin donations through an Android app?](https://www.reddit.com/r/androiddev/comments/1b6u7l9/can_you_receive_bitcoin_donations_through_an/) -- [Adb forget specific Bluetooth device](https://www.reddit.com/r/androiddev/comments/1b6mogi/adb_forget_specific_bluetooth_device/) -- [What do you guys think about Databinding ?](https://www.reddit.com/r/androiddev/comments/1b6izs2/what_do_you_guys_think_about_databinding/) -- [Is modularization an important topic for your app?](https://www.reddit.com/r/androiddev/comments/1b6h68o/is_modularization_an_important_topic_for_your_app/) -- [Stick to XML or Switch to Compose](https://www.reddit.com/r/androiddev/comments/1b6g40b/stick_to_xml_or_switch_to_compose/) ### *InfoWorld posts* From 667e97844bc56c591aae19d4c4dc3114005750a0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 8 Mar 2024 01:22:43 +0000 Subject: [PATCH 0823/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 48075a5c20..4275131776 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Studio Jellyfish | 2023.3.1 Canary 13 now available](https://www.reddit.com/r/androiddev/comments/1b93of5/android_studio_jellyfish_202331_canary_13_now/) +- [Made a Compose library for making links in text clickable](https://www.reddit.com/r/androiddev/comments/1b92o8k/made_a_compose_library_for_making_links_in_text/) +- [Understand your bugs before you crush them - A few tips for solving bugs explained through an example](https://www.reddit.com/r/androiddev/comments/1b8vuy0/understand_your_bugs_before_you_crush_them_a_few/) +- [What you guys use for code benchmark?](https://www.reddit.com/r/androiddev/comments/1b8s5xe/what_you_guys_use_for_code_benchmark/) +- [create a UI without XML or Compose](https://www.reddit.com/r/androiddev/comments/1b8p12n/create_a_ui_without_xml_or_compose/) - [Account Deletion Protocol for Users in Contract](https://www.reddit.com/r/androiddev/comments/1b8h979/account_deletion_protocol_for_users_in_contract/) - [Introducing Composed - A collection of compose utilities](https://www.reddit.com/r/androiddev/comments/1b8e244/introducing_composed_a_collection_of_compose/) - [Android Developers Blog: Introducing a new Text-To-Speech engine on Wear OS](https://www.reddit.com/r/androiddev/comments/1b8b6qd/android_developers_blog_introducing_a_new/) - [Enrolling in the external offers program](https://www.reddit.com/r/androiddev/comments/1b861cr/enrolling_in_the_external_offers_program/) - [Kotlin Variance... without Generics!](https://www.reddit.com/r/androiddev/comments/1b84p2u/kotlin_variance_without_generics/) -- [Closed testing app doesnt allow users to update app. They have to uninstall then install to update.](https://www.reddit.com/r/androiddev/comments/1b830up/closed_testing_app_doesnt_allow_users_to_update/) -- [App for Android Auto, how to make it safe?](https://www.reddit.com/r/androiddev/comments/1b7wbdl/app_for_android_auto_how_to_make_it_safe/) -- [Android malware attack techniques overview](https://www.reddit.com/r/androiddev/comments/1b7vwe3/android_malware_attack_techniques_overview/) -- [Why Your AI Coding Hero Needs a Security Sidekick](https://www.reddit.com/r/androiddev/comments/1b7vhai/why_your_ai_coding_hero_needs_a_security_sidekick/) -- [Have you ever built an app for your job but only for your personal use?](https://www.reddit.com/r/androiddev/comments/1b7hp6o/have_you_ever_built_an_app_for_your_job_but_only/) ### *InfoWorld posts* From 2b3fb2a06b30e6d1c5589ad3c3f56092d6b75b3b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 9 Mar 2024 01:20:35 +0000 Subject: [PATCH 0824/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4275131776..fb1b869ebc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Is it okay to inject 💉 viewmodels into composables?](https://www.reddit.com/r/androiddev/comments/1b9trqh/is_it_okay_to_inject_viewmodels_into_composables/) +- [Android Developers Blog: Introducing the Fused Orientation Provider API: Consistent device orientation for all](https://www.reddit.com/r/androiddev/comments/1b9tgu9/android_developers_blog_introducing_the_fused/) +- [Better, faster, stronger time zone updates on Android](https://www.reddit.com/r/androiddev/comments/1b9nzhz/better_faster_stronger_time_zone_updates_on/) +- [Tolgee open-source localization platform now supports Android XML files](https://www.reddit.com/r/androiddev/comments/1b9klk3/tolgee_opensource_localization_platform_now/) +- [How to Drag and Drop using Modifier.dragAndDropSource/Target - Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1b9k444/how_to_drag_and_drop_using/) - [Android Studio Jellyfish | 2023.3.1 Canary 13 now available](https://www.reddit.com/r/androiddev/comments/1b93of5/android_studio_jellyfish_202331_canary_13_now/) - [Made a Compose library for making links in text clickable](https://www.reddit.com/r/androiddev/comments/1b92o8k/made_a_compose_library_for_making_links_in_text/) - [Understand your bugs before you crush them - A few tips for solving bugs explained through an example](https://www.reddit.com/r/androiddev/comments/1b8vuy0/understand_your_bugs_before_you_crush_them_a_few/) - [What you guys use for code benchmark?](https://www.reddit.com/r/androiddev/comments/1b8s5xe/what_you_guys_use_for_code_benchmark/) - [create a UI without XML or Compose](https://www.reddit.com/r/androiddev/comments/1b8p12n/create_a_ui_without_xml_or_compose/) -- [Account Deletion Protocol for Users in Contract](https://www.reddit.com/r/androiddev/comments/1b8h979/account_deletion_protocol_for_users_in_contract/) -- [Introducing Composed - A collection of compose utilities](https://www.reddit.com/r/androiddev/comments/1b8e244/introducing_composed_a_collection_of_compose/) -- [Android Developers Blog: Introducing a new Text-To-Speech engine on Wear OS](https://www.reddit.com/r/androiddev/comments/1b8b6qd/android_developers_blog_introducing_a_new/) -- [Enrolling in the external offers program](https://www.reddit.com/r/androiddev/comments/1b861cr/enrolling_in_the_external_offers_program/) -- [Kotlin Variance... without Generics!](https://www.reddit.com/r/androiddev/comments/1b84p2u/kotlin_variance_without_generics/) ### *InfoWorld posts* From 1e83501440d906ea6f3b454d5143f19d2ee5e78f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 10 Mar 2024 01:25:49 +0000 Subject: [PATCH 0825/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fb1b869ebc..e9152c9cba 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Media3 stream HLS with custom headers using MediaSessionService background play](https://www.reddit.com/r/androiddev/comments/1bau9uj/media3_stream_hls_with_custom_headers_using/) +- [How much more complicated is Native Android Development as compared to using a framework like expo and react native?](https://www.reddit.com/r/androiddev/comments/1bamkms/how_much_more_complicated_is_native_android/) +- [Deep dive into kotlin map: more readable approach of using kotlin map data structure](https://www.reddit.com/r/androiddev/comments/1bak05u/deep_dive_into_kotlin_map_more_readable_approach/) +- [How does Android Development work in big companies?](https://www.reddit.com/r/androiddev/comments/1bahijy/how_does_android_development_work_in_big_companies/) +- [Error handling in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1ba9qiq/error_handling_in_jetpack_compose/) - [Is it okay to inject 💉 viewmodels into composables?](https://www.reddit.com/r/androiddev/comments/1b9trqh/is_it_okay_to_inject_viewmodels_into_composables/) - [Android Developers Blog: Introducing the Fused Orientation Provider API: Consistent device orientation for all](https://www.reddit.com/r/androiddev/comments/1b9tgu9/android_developers_blog_introducing_the_fused/) - [Better, faster, stronger time zone updates on Android](https://www.reddit.com/r/androiddev/comments/1b9nzhz/better_faster_stronger_time_zone_updates_on/) - [Tolgee open-source localization platform now supports Android XML files](https://www.reddit.com/r/androiddev/comments/1b9klk3/tolgee_opensource_localization_platform_now/) - [How to Drag and Drop using Modifier.dragAndDropSource/Target - Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1b9k444/how_to_drag_and_drop_using/) -- [Android Studio Jellyfish | 2023.3.1 Canary 13 now available](https://www.reddit.com/r/androiddev/comments/1b93of5/android_studio_jellyfish_202331_canary_13_now/) -- [Made a Compose library for making links in text clickable](https://www.reddit.com/r/androiddev/comments/1b92o8k/made_a_compose_library_for_making_links_in_text/) -- [Understand your bugs before you crush them - A few tips for solving bugs explained through an example](https://www.reddit.com/r/androiddev/comments/1b8vuy0/understand_your_bugs_before_you_crush_them_a_few/) -- [What you guys use for code benchmark?](https://www.reddit.com/r/androiddev/comments/1b8s5xe/what_you_guys_use_for_code_benchmark/) -- [create a UI without XML or Compose](https://www.reddit.com/r/androiddev/comments/1b8p12n/create_a_ui_without_xml_or_compose/) ### *InfoWorld posts* From 14abc03069c75f17053d413d69059a0ed0ff759d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 11 Mar 2024 01:23:25 +0000 Subject: [PATCH 0826/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e9152c9cba..29723b10a2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Google Play app access for reviewers - my app requires user to provide their own API key](https://www.reddit.com/r/androiddev/comments/1bbkvwa/google_play_app_access_for_reviewers_my_app/) +- [What do you think about the way I call a suspend function inside lazyColumn?](https://www.reddit.com/r/androiddev/comments/1bbk8au/what_do_you_think_about_the_way_i_call_a_suspend/) +- [Play Console Review Time in 2024](https://www.reddit.com/r/androiddev/comments/1bbi8ax/play_console_review_time_in_2024/) +- [Is it only me or the compose's performance is better after 1.5.8?](https://www.reddit.com/r/androiddev/comments/1bbhlcp/is_it_only_me_or_the_composes_performance_is/) +- [Why are people against XML now?](https://www.reddit.com/r/androiddev/comments/1bbbsop/why_are_people_against_xml_now/) +- [Google Developer Account Terminated – However I’m at Fault](https://www.reddit.com/r/androiddev/comments/1bb79km/google_developer_account_terminated_however_im_at/) +- [Intel arc a770 compatibility with android studio emulator](https://www.reddit.com/r/androiddev/comments/1bb4414/intel_arc_a770_compatibility_with_android_studio/) +- [Paginating when the backend is not paginated](https://www.reddit.com/r/androiddev/comments/1bb2qdl/paginating_when_the_backend_is_not_paginated/) - [Media3 stream HLS with custom headers using MediaSessionService background play](https://www.reddit.com/r/androiddev/comments/1bau9uj/media3_stream_hls_with_custom_headers_using/) - [How much more complicated is Native Android Development as compared to using a framework like expo and react native?](https://www.reddit.com/r/androiddev/comments/1bamkms/how_much_more_complicated_is_native_android/) -- [Deep dive into kotlin map: more readable approach of using kotlin map data structure](https://www.reddit.com/r/androiddev/comments/1bak05u/deep_dive_into_kotlin_map_more_readable_approach/) -- [How does Android Development work in big companies?](https://www.reddit.com/r/androiddev/comments/1bahijy/how_does_android_development_work_in_big_companies/) -- [Error handling in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1ba9qiq/error_handling_in_jetpack_compose/) -- [Is it okay to inject 💉 viewmodels into composables?](https://www.reddit.com/r/androiddev/comments/1b9trqh/is_it_okay_to_inject_viewmodels_into_composables/) -- [Android Developers Blog: Introducing the Fused Orientation Provider API: Consistent device orientation for all](https://www.reddit.com/r/androiddev/comments/1b9tgu9/android_developers_blog_introducing_the_fused/) -- [Better, faster, stronger time zone updates on Android](https://www.reddit.com/r/androiddev/comments/1b9nzhz/better_faster_stronger_time_zone_updates_on/) -- [Tolgee open-source localization platform now supports Android XML files](https://www.reddit.com/r/androiddev/comments/1b9klk3/tolgee_opensource_localization_platform_now/) -- [How to Drag and Drop using Modifier.dragAndDropSource/Target - Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1b9k444/how_to_drag_and_drop_using/) ### *InfoWorld posts* From b2a3594f2c302ea7379b84e8720fcd745e06c4fb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 12 Mar 2024 01:22:14 +0000 Subject: [PATCH 0827/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 29723b10a2..a2a0dadec4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Development time - iOS vs. Android](https://www.reddit.com/r/androiddev/comments/1bcbciw/development_time_ios_vs_android/) +- [How practical are unit tests in Android Development actually?](https://www.reddit.com/r/androiddev/comments/1bc99ve/how_practical_are_unit_tests_in_android/) +- [Android Studio Foldable Emulator. View Both Screens At The Same Time.](https://www.reddit.com/r/androiddev/comments/1bc4i03/android_studio_foldable_emulator_view_both/) +- [Weekly Who's Hiring Thread - March 11, 2024](https://www.reddit.com/r/androiddev/comments/1bc3v1h/weekly_whos_hiring_thread_march_11_2024/) +- [I spent a week writing a robust internet monitor class which handles all cases (including when the user is using a VPN). Would love some feedback, and if you find the class useful please star my repo](https://www.reddit.com/r/androiddev/comments/1bc3e2b/i_spent_a_week_writing_a_robust_internet_monitor/) +- [Weekly discussion, code review, and feedback thread - March 11, 2024](https://www.reddit.com/r/androiddev/comments/1bc2lt4/weekly_discussion_code_review_and_feedback_thread/) +- [Kotlin Design Patterns: Abstract Factory Explained](https://www.reddit.com/r/androiddev/comments/1bbww3v/kotlin_design_patterns_abstract_factory_explained/) - [Google Play app access for reviewers - my app requires user to provide their own API key](https://www.reddit.com/r/androiddev/comments/1bbkvwa/google_play_app_access_for_reviewers_my_app/) -- [What do you think about the way I call a suspend function inside lazyColumn?](https://www.reddit.com/r/androiddev/comments/1bbk8au/what_do_you_think_about_the_way_i_call_a_suspend/) - [Play Console Review Time in 2024](https://www.reddit.com/r/androiddev/comments/1bbi8ax/play_console_review_time_in_2024/) - [Is it only me or the compose's performance is better after 1.5.8?](https://www.reddit.com/r/androiddev/comments/1bbhlcp/is_it_only_me_or_the_composes_performance_is/) -- [Why are people against XML now?](https://www.reddit.com/r/androiddev/comments/1bbbsop/why_are_people_against_xml_now/) -- [Google Developer Account Terminated – However I’m at Fault](https://www.reddit.com/r/androiddev/comments/1bb79km/google_developer_account_terminated_however_im_at/) -- [Intel arc a770 compatibility with android studio emulator](https://www.reddit.com/r/androiddev/comments/1bb4414/intel_arc_a770_compatibility_with_android_studio/) -- [Paginating when the backend is not paginated](https://www.reddit.com/r/androiddev/comments/1bb2qdl/paginating_when_the_backend_is_not_paginated/) -- [Media3 stream HLS with custom headers using MediaSessionService background play](https://www.reddit.com/r/androiddev/comments/1bau9uj/media3_stream_hls_with_custom_headers_using/) -- [How much more complicated is Native Android Development as compared to using a framework like expo and react native?](https://www.reddit.com/r/androiddev/comments/1bamkms/how_much_more_complicated_is_native_android/) ### *InfoWorld posts* From 325df5727ca14ebf9c735c4c788f8c4973eea8bb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 13 Mar 2024 01:24:07 +0000 Subject: [PATCH 0828/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a2a0dadec4..a76b6bc5a0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Development time - iOS vs. Android](https://www.reddit.com/r/androiddev/comments/1bcbciw/development_time_ios_vs_android/) -- [How practical are unit tests in Android Development actually?](https://www.reddit.com/r/androiddev/comments/1bc99ve/how_practical_are_unit_tests_in_android/) -- [Android Studio Foldable Emulator. View Both Screens At The Same Time.](https://www.reddit.com/r/androiddev/comments/1bc4i03/android_studio_foldable_emulator_view_both/) -- [Weekly Who's Hiring Thread - March 11, 2024](https://www.reddit.com/r/androiddev/comments/1bc3v1h/weekly_whos_hiring_thread_march_11_2024/) -- [I spent a week writing a robust internet monitor class which handles all cases (including when the user is using a VPN). Would love some feedback, and if you find the class useful please star my repo](https://www.reddit.com/r/androiddev/comments/1bc3e2b/i_spent_a_week_writing_a_robust_internet_monitor/) -- [Weekly discussion, code review, and feedback thread - March 11, 2024](https://www.reddit.com/r/androiddev/comments/1bc2lt4/weekly_discussion_code_review_and_feedback_thread/) -- [Kotlin Design Patterns: Abstract Factory Explained](https://www.reddit.com/r/androiddev/comments/1bbww3v/kotlin_design_patterns_abstract_factory_explained/) -- [Google Play app access for reviewers - my app requires user to provide their own API key](https://www.reddit.com/r/androiddev/comments/1bbkvwa/google_play_app_access_for_reviewers_my_app/) -- [Play Console Review Time in 2024](https://www.reddit.com/r/androiddev/comments/1bbi8ax/play_console_review_time_in_2024/) -- [Is it only me or the compose's performance is better after 1.5.8?](https://www.reddit.com/r/androiddev/comments/1bbhlcp/is_it_only_me_or_the_composes_performance_is/) +- [How I increased my GDPR consent rate by 30% with a small UI tweak](https://www.reddit.com/r/androiddev/comments/1bdbulp/how_i_increased_my_gdpr_consent_rate_by_30_with_a/) +- [Stop Debating in Code Reviews. Start Enforcing with Lint Rules](https://www.reddit.com/r/androiddev/comments/1bdb5hd/stop_debating_in_code_reviews_start_enforcing/) +- [How do I make a stylus pen](https://www.reddit.com/r/androiddev/comments/1bd9h7f/how_do_i_make_a_stylus_pen/) +- [What's a good alternative to Google Admob?](https://www.reddit.com/r/androiddev/comments/1bd921h/whats_a_good_alternative_to_google_admob/) +- [Do I need to use Google Pay?](https://www.reddit.com/r/androiddev/comments/1bd8m3l/do_i_need_to_use_google_pay/) +- [One Ui look of app](https://www.reddit.com/r/androiddev/comments/1bd7kv5/one_ui_look_of_app/) +- [App open behind other apps (Chromecast)](https://www.reddit.com/r/androiddev/comments/1bd6n2g/app_open_behind_other_apps_chromecast/) +- [An organic Google Play download generates more revenue 14/60 days in than an App Store on in Japan & South Korea](https://www.reddit.com/r/androiddev/comments/1bd56ro/an_organic_google_play_download_generates_more/) +- [Android aaos understanding suspend to ram](https://www.reddit.com/r/androiddev/comments/1bd56c4/android_aaos_understanding_suspend_to_ram/) +- [Understanding suspend to ram in android AAOS](https://www.reddit.com/r/androiddev/comments/1bd50bb/understanding_suspend_to_ram_in_android_aaos/) ### *InfoWorld posts* From c8f9dd92fd64001a1de6c98df91708338dc10bdc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 14 Mar 2024 01:22:42 +0000 Subject: [PATCH 0829/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a76b6bc5a0..2193dbe72b 100644 --- a/README.md +++ b/README.md @@ -271,13 +271,13 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How I increased my GDPR consent rate by 30% with a small UI tweak](https://www.reddit.com/r/androiddev/comments/1bdbulp/how_i_increased_my_gdpr_consent_rate_by_30_with_a/) -- [Stop Debating in Code Reviews. Start Enforcing with Lint Rules](https://www.reddit.com/r/androiddev/comments/1bdb5hd/stop_debating_in_code_reviews_start_enforcing/) -- [How do I make a stylus pen](https://www.reddit.com/r/androiddev/comments/1bd9h7f/how_do_i_make_a_stylus_pen/) -- [What's a good alternative to Google Admob?](https://www.reddit.com/r/androiddev/comments/1bd921h/whats_a_good_alternative_to_google_admob/) +- [Weekly Feedback Thread Link + Regarding the 20 Testers Publishing Policy](https://www.reddit.com/r/androiddev/comments/1bdz4i1/weekly_feedback_thread_link_regarding_the_20/) +- [Android Dev Phone 1 (HTC Dream / TM G1), the OG Nexus](https://www.reddit.com/r/androiddev/comments/1bdstkm/android_dev_phone_1_htc_dream_tm_g1_the_og_nexus/) +- [Going edge-to-edge with Compose without losing it](https://www.reddit.com/r/androiddev/comments/1bdozlr/going_edgetoedge_with_compose_without_losing_it/) +- [ListView vs RecyclerView](https://www.reddit.com/r/androiddev/comments/1bdnm8v/listview_vs_recyclerview/) +- [Created my first Wear OS app](https://www.reddit.com/r/androiddev/comments/1bdkexj/created_my_first_wear_os_app/) - [Do I need to use Google Pay?](https://www.reddit.com/r/androiddev/comments/1bd8m3l/do_i_need_to_use_google_pay/) - [One Ui look of app](https://www.reddit.com/r/androiddev/comments/1bd7kv5/one_ui_look_of_app/) -- [App open behind other apps (Chromecast)](https://www.reddit.com/r/androiddev/comments/1bd6n2g/app_open_behind_other_apps_chromecast/) - [An organic Google Play download generates more revenue 14/60 days in than an App Store on in Japan & South Korea](https://www.reddit.com/r/androiddev/comments/1bd56ro/an_organic_google_play_download_generates_more/) - [Android aaos understanding suspend to ram](https://www.reddit.com/r/androiddev/comments/1bd56c4/android_aaos_understanding_suspend_to_ram/) - [Understanding suspend to ram in android AAOS](https://www.reddit.com/r/androiddev/comments/1bd50bb/understanding_suspend_to_ram_in_android_aaos/) From a76d903a74682280f927d94221a50b984118a4d1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 15 Mar 2024 01:23:15 +0000 Subject: [PATCH 0830/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2193dbe72b..08021a1efb 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Advice for when to use OpenGL versus Canvas API](https://www.reddit.com/r/androiddev/comments/1bf1vab/advice_for_when_to_use_opengl_versus_canvas_api/) +- [Visual Studio App Center is retiring. So long and thanks for all the fish!](https://www.reddit.com/r/androiddev/comments/1bezyui/visual_studio_app_center_is_retiring_so_long_and/) +- [Root detection](https://www.reddit.com/r/androiddev/comments/1bewdrd/root_detection/) +- [Question about JVM versions on Android devices](https://www.reddit.com/r/androiddev/comments/1berxjn/question_about_jvm_versions_on_android_devices/) +- [@Composable Modifier and composed{} factory in Jetpack Compose? 🤔](https://www.reddit.com/r/androiddev/comments/1beir8r/composable_modifier_and_composed_factory_in/) +- [Workflow advice for freelancers](https://www.reddit.com/r/androiddev/comments/1befn2h/workflow_advice_for_freelancers/) +- [Anyone has experience with the Teacher Approved program? Is it worth it?](https://www.reddit.com/r/androiddev/comments/1beeoyn/anyone_has_experience_with_the_teacher_approved/) - [Weekly Feedback Thread Link + Regarding the 20 Testers Publishing Policy](https://www.reddit.com/r/androiddev/comments/1bdz4i1/weekly_feedback_thread_link_regarding_the_20/) - [Android Dev Phone 1 (HTC Dream / TM G1), the OG Nexus](https://www.reddit.com/r/androiddev/comments/1bdstkm/android_dev_phone_1_htc_dream_tm_g1_the_og_nexus/) - [Going edge-to-edge with Compose without losing it](https://www.reddit.com/r/androiddev/comments/1bdozlr/going_edgetoedge_with_compose_without_losing_it/) -- [ListView vs RecyclerView](https://www.reddit.com/r/androiddev/comments/1bdnm8v/listview_vs_recyclerview/) -- [Created my first Wear OS app](https://www.reddit.com/r/androiddev/comments/1bdkexj/created_my_first_wear_os_app/) -- [Do I need to use Google Pay?](https://www.reddit.com/r/androiddev/comments/1bd8m3l/do_i_need_to_use_google_pay/) -- [One Ui look of app](https://www.reddit.com/r/androiddev/comments/1bd7kv5/one_ui_look_of_app/) -- [An organic Google Play download generates more revenue 14/60 days in than an App Store on in Japan & South Korea](https://www.reddit.com/r/androiddev/comments/1bd56ro/an_organic_google_play_download_generates_more/) -- [Android aaos understanding suspend to ram](https://www.reddit.com/r/androiddev/comments/1bd56c4/android_aaos_understanding_suspend_to_ram/) -- [Understanding suspend to ram in android AAOS](https://www.reddit.com/r/androiddev/comments/1bd50bb/understanding_suspend_to_ram_in_android_aaos/) ### *InfoWorld posts* From 239d1775ec38c02a92dcabb22eeee030493d9705 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 16 Mar 2024 01:21:42 +0000 Subject: [PATCH 0831/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 08021a1efb..38487e7e6a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Advice for when to use OpenGL versus Canvas API](https://www.reddit.com/r/androiddev/comments/1bf1vab/advice_for_when_to_use_opengl_versus_canvas_api/) +- [Compose: prevent touch event propagation to parents while forwarding to child](https://www.reddit.com/r/androiddev/comments/1bfr48n/compose_prevent_touch_event_propagation_to/) +- [Testing app by stressing on Garbage Collector](https://www.reddit.com/r/androiddev/comments/1bfl7jb/testing_app_by_stressing_on_garbage_collector/) +- [First Android app, looking for comments](https://www.reddit.com/r/androiddev/comments/1bffcdv/first_android_app_looking_for_comments/) +- [Optimize App Performance By Mastering Stability in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1bfceir/optimize_app_performance_by_mastering_stability/) +- [Developer ID Verification: Photo required, while not recommended by government](https://www.reddit.com/r/androiddev/comments/1bfalyx/developer_id_verification_photo_required_while/) - [Visual Studio App Center is retiring. So long and thanks for all the fish!](https://www.reddit.com/r/androiddev/comments/1bezyui/visual_studio_app_center_is_retiring_so_long_and/) - [Root detection](https://www.reddit.com/r/androiddev/comments/1bewdrd/root_detection/) - [Question about JVM versions on Android devices](https://www.reddit.com/r/androiddev/comments/1berxjn/question_about_jvm_versions_on_android_devices/) - [@Composable Modifier and composed{} factory in Jetpack Compose? 🤔](https://www.reddit.com/r/androiddev/comments/1beir8r/composable_modifier_and_composed_factory_in/) - [Workflow advice for freelancers](https://www.reddit.com/r/androiddev/comments/1befn2h/workflow_advice_for_freelancers/) -- [Anyone has experience with the Teacher Approved program? Is it worth it?](https://www.reddit.com/r/androiddev/comments/1beeoyn/anyone_has_experience_with_the_teacher_approved/) -- [Weekly Feedback Thread Link + Regarding the 20 Testers Publishing Policy](https://www.reddit.com/r/androiddev/comments/1bdz4i1/weekly_feedback_thread_link_regarding_the_20/) -- [Android Dev Phone 1 (HTC Dream / TM G1), the OG Nexus](https://www.reddit.com/r/androiddev/comments/1bdstkm/android_dev_phone_1_htc_dream_tm_g1_the_og_nexus/) -- [Going edge-to-edge with Compose without losing it](https://www.reddit.com/r/androiddev/comments/1bdozlr/going_edgetoedge_with_compose_without_losing_it/) ### *InfoWorld posts* From 7eabfe75440c1a4c5d6970898f10e178060faf63 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 17 Mar 2024 01:25:55 +0000 Subject: [PATCH 0832/1422] Updated with the latest blog posts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38487e7e6a..0999436e7f 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,8 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Java users on macOS 14 running on Apple silicon systems should consider delaying the macOS 14.4 update](https://www.reddit.com/r/androiddev/comments/1bgdbwo/java_users_on_macos_14_running_on_apple_silicon/) +- [App made unavailable in few countries. What happens if I pushed an update?](https://www.reddit.com/r/androiddev/comments/1bgbqqy/app_made_unavailable_in_few_countries_what/) - [Compose: prevent touch event propagation to parents while forwarding to child](https://www.reddit.com/r/androiddev/comments/1bfr48n/compose_prevent_touch_event_propagation_to/) - [Testing app by stressing on Garbage Collector](https://www.reddit.com/r/androiddev/comments/1bfl7jb/testing_app_by_stressing_on_garbage_collector/) - [First Android app, looking for comments](https://www.reddit.com/r/androiddev/comments/1bffcdv/first_android_app_looking_for_comments/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Visual Studio App Center is retiring. So long and thanks for all the fish!](https://www.reddit.com/r/androiddev/comments/1bezyui/visual_studio_app_center_is_retiring_so_long_and/) - [Root detection](https://www.reddit.com/r/androiddev/comments/1bewdrd/root_detection/) - [Question about JVM versions on Android devices](https://www.reddit.com/r/androiddev/comments/1berxjn/question_about_jvm_versions_on_android_devices/) -- [@Composable Modifier and composed{} factory in Jetpack Compose? 🤔](https://www.reddit.com/r/androiddev/comments/1beir8r/composable_modifier_and_composed_factory_in/) -- [Workflow advice for freelancers](https://www.reddit.com/r/androiddev/comments/1befn2h/workflow_advice_for_freelancers/) ### *InfoWorld posts* From ca91e22d35a9db60c94ddb97f06e476385c21c38 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 18 Mar 2024 01:23:34 +0000 Subject: [PATCH 0833/1422] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0999436e7f..c2e45e0fa0 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How does Android identify Instant Apps?](https://www.reddit.com/r/androiddev/comments/1bgnkke/how_does_android_identify_instant_apps/) - [Java users on macOS 14 running on Apple silicon systems should consider delaying the macOS 14.4 update](https://www.reddit.com/r/androiddev/comments/1bgdbwo/java_users_on_macos_14_running_on_apple_silicon/) - [App made unavailable in few countries. What happens if I pushed an update?](https://www.reddit.com/r/androiddev/comments/1bgbqqy/app_made_unavailable_in_few_countries_what/) - [Compose: prevent touch event propagation to parents while forwarding to child](https://www.reddit.com/r/androiddev/comments/1bfr48n/compose_prevent_touch_event_propagation_to/) @@ -280,7 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Developer ID Verification: Photo required, while not recommended by government](https://www.reddit.com/r/androiddev/comments/1bfalyx/developer_id_verification_photo_required_while/) - [Visual Studio App Center is retiring. So long and thanks for all the fish!](https://www.reddit.com/r/androiddev/comments/1bezyui/visual_studio_app_center_is_retiring_so_long_and/) - [Root detection](https://www.reddit.com/r/androiddev/comments/1bewdrd/root_detection/) -- [Question about JVM versions on Android devices](https://www.reddit.com/r/androiddev/comments/1berxjn/question_about_jvm_versions_on_android_devices/) ### *InfoWorld posts* From 2750ad9d976c969377506546ec6f9db17c8c045b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 19 Mar 2024 01:23:16 +0000 Subject: [PATCH 0834/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c2e45e0fa0..8d15efe67f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [What do you think about this opinion?](https://www.reddit.com/r/androiddev/comments/1bi4y46/what_do_you_think_about_this_opinion/) +- [Android Studio Iguana | 2023.2.1 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/1bhx6gx/android_studio_iguana_202321_patch_1_now_available/) +- [Running Google's Gemma LLM on Android with MediaPipe](https://www.reddit.com/r/androiddev/comments/1bhw0h9/running_googles_gemma_llm_on_android_with/) +- [Best practise with encryption](https://www.reddit.com/r/androiddev/comments/1bhud7g/best_practise_with_encryption/) +- [Weekly Who's Hiring Thread - March 18, 2024](https://www.reddit.com/r/androiddev/comments/1bhrf33/weekly_whos_hiring_thread_march_18_2024/) +- [Weekly discussion, code review, and feedback thread - March 18, 2024](https://www.reddit.com/r/androiddev/comments/1bhq4z2/weekly_discussion_code_review_and_feedback_thread/) +- [Android/Kotlin/Jetpack Compose: Customize Clickables and Ripples](https://www.reddit.com/r/androiddev/comments/1bhoa2v/androidkotlinjetpack_compose_customize_clickables/) - [How does Android identify Instant Apps?](https://www.reddit.com/r/androiddev/comments/1bgnkke/how_does_android_identify_instant_apps/) - [Java users on macOS 14 running on Apple silicon systems should consider delaying the macOS 14.4 update](https://www.reddit.com/r/androiddev/comments/1bgdbwo/java_users_on_macos_14_running_on_apple_silicon/) - [App made unavailable in few countries. What happens if I pushed an update?](https://www.reddit.com/r/androiddev/comments/1bgbqqy/app_made_unavailable_in_few_countries_what/) -- [Compose: prevent touch event propagation to parents while forwarding to child](https://www.reddit.com/r/androiddev/comments/1bfr48n/compose_prevent_touch_event_propagation_to/) -- [Testing app by stressing on Garbage Collector](https://www.reddit.com/r/androiddev/comments/1bfl7jb/testing_app_by_stressing_on_garbage_collector/) -- [First Android app, looking for comments](https://www.reddit.com/r/androiddev/comments/1bffcdv/first_android_app_looking_for_comments/) -- [Optimize App Performance By Mastering Stability in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1bfceir/optimize_app_performance_by_mastering_stability/) -- [Developer ID Verification: Photo required, while not recommended by government](https://www.reddit.com/r/androiddev/comments/1bfalyx/developer_id_verification_photo_required_while/) -- [Visual Studio App Center is retiring. So long and thanks for all the fish!](https://www.reddit.com/r/androiddev/comments/1bezyui/visual_studio_app_center_is_retiring_so_long_and/) -- [Root detection](https://www.reddit.com/r/androiddev/comments/1bewdrd/root_detection/) ### *InfoWorld posts* From 8b269eee5ba04d938045d6b90134708c24cb0487 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 20 Mar 2024 01:22:55 +0000 Subject: [PATCH 0835/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8d15efe67f..242886ac08 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Do my users have to reinstall the app if I switch from cross platform to android ?](https://www.reddit.com/r/androiddev/comments/1biypf9/do_my_users_have_to_reinstall_the_app_if_i_switch/) +- [Android Studio Jellyfish | 2023.3.2 Canary 1 now available](https://www.reddit.com/r/androiddev/comments/1bis5jb/android_studio_jellyfish_202332_canary_1_now/) +- [Composition over Inheritance: My refactoring recipe](https://www.reddit.com/r/androiddev/comments/1binm4s/composition_over_inheritance_my_refactoring_recipe/) +- [Must-Know Android Kotlin Interview Questions](https://www.reddit.com/r/androiddev/comments/1bin1vw/mustknow_android_kotlin_interview_questions/) +- [Detecting Banker Malware Installed on Android Devices by Legitimate Sensitive Apps](https://www.reddit.com/r/androiddev/comments/1bih7s3/detecting_banker_malware_installed_on_android/) +- [System Design resources for Lead Android Engineer](https://www.reddit.com/r/androiddev/comments/1biftof/system_design_resources_for_lead_android_engineer/) +- [Simple Payment Ui with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1bicy57/simple_payment_ui_with_jetpack_compose/) - [What do you think about this opinion?](https://www.reddit.com/r/androiddev/comments/1bi4y46/what_do_you_think_about_this_opinion/) - [Android Studio Iguana | 2023.2.1 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/1bhx6gx/android_studio_iguana_202321_patch_1_now_available/) - [Running Google's Gemma LLM on Android with MediaPipe](https://www.reddit.com/r/androiddev/comments/1bhw0h9/running_googles_gemma_llm_on_android_with/) -- [Best practise with encryption](https://www.reddit.com/r/androiddev/comments/1bhud7g/best_practise_with_encryption/) -- [Weekly Who's Hiring Thread - March 18, 2024](https://www.reddit.com/r/androiddev/comments/1bhrf33/weekly_whos_hiring_thread_march_18_2024/) -- [Weekly discussion, code review, and feedback thread - March 18, 2024](https://www.reddit.com/r/androiddev/comments/1bhq4z2/weekly_discussion_code_review_and_feedback_thread/) -- [Android/Kotlin/Jetpack Compose: Customize Clickables and Ripples](https://www.reddit.com/r/androiddev/comments/1bhoa2v/androidkotlinjetpack_compose_customize_clickables/) -- [How does Android identify Instant Apps?](https://www.reddit.com/r/androiddev/comments/1bgnkke/how_does_android_identify_instant_apps/) -- [Java users on macOS 14 running on Apple silicon systems should consider delaying the macOS 14.4 update](https://www.reddit.com/r/androiddev/comments/1bgdbwo/java_users_on_macos_14_running_on_apple_silicon/) -- [App made unavailable in few countries. What happens if I pushed an update?](https://www.reddit.com/r/androiddev/comments/1bgbqqy/app_made_unavailable_in_few_countries_what/) ### *InfoWorld posts* From 87fef832dfb0f8e830c6552344dc1a0b06d324fb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 21 Mar 2024 01:23:52 +0000 Subject: [PATCH 0836/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 242886ac08..24ff0eedb4 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How google calculates VAT](https://www.reddit.com/r/androiddev/comments/1bjkuxk/how_google_calculates_vat/) +- [Type Projections - and Why They Work](https://www.reddit.com/r/androiddev/comments/1bjepoj/type_projections_and_why_they_work/) +- [Build Wear OS application using Jetpack Compose [Part 1 — Design System for WearOS]](https://www.reddit.com/r/androiddev/comments/1bj5h3b/build_wear_os_application_using_jetpack_compose/) - [Do my users have to reinstall the app if I switch from cross platform to android ?](https://www.reddit.com/r/androiddev/comments/1biypf9/do_my_users_have_to_reinstall_the_app_if_i_switch/) - [Android Studio Jellyfish | 2023.3.2 Canary 1 now available](https://www.reddit.com/r/androiddev/comments/1bis5jb/android_studio_jellyfish_202332_canary_1_now/) - [Composition over Inheritance: My refactoring recipe](https://www.reddit.com/r/androiddev/comments/1binm4s/composition_over_inheritance_my_refactoring_recipe/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Detecting Banker Malware Installed on Android Devices by Legitimate Sensitive Apps](https://www.reddit.com/r/androiddev/comments/1bih7s3/detecting_banker_malware_installed_on_android/) - [System Design resources for Lead Android Engineer](https://www.reddit.com/r/androiddev/comments/1biftof/system_design_resources_for_lead_android_engineer/) - [Simple Payment Ui with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1bicy57/simple_payment_ui_with_jetpack_compose/) -- [What do you think about this opinion?](https://www.reddit.com/r/androiddev/comments/1bi4y46/what_do_you_think_about_this_opinion/) -- [Android Studio Iguana | 2023.2.1 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/1bhx6gx/android_studio_iguana_202321_patch_1_now_available/) -- [Running Google's Gemma LLM on Android with MediaPipe](https://www.reddit.com/r/androiddev/comments/1bhw0h9/running_googles_gemma_llm_on_android_with/) ### *InfoWorld posts* From 6c729b33d6a5f265c31b00f3269661f66ccfbf28 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 22 Mar 2024 01:22:49 +0000 Subject: [PATCH 0837/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 24ff0eedb4..9e430de215 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android 15 Preview: Timeline, milestones, and updates | Android Developers](https://www.reddit.com/r/androiddev/comments/1bkhjc1/android_15_preview_timeline_milestones_and/) +- [Behavior changes: Apps targeting Android 15 or higher | Android Developers](https://www.reddit.com/r/androiddev/comments/1bkg0r7/behavior_changes_apps_targeting_android_15_or/) +- [How to create an android app for personal use by a beginner](https://www.reddit.com/r/androiddev/comments/1bkflta/how_to_create_an_android_app_for_personal_use_by/) +- [Android Studio Jellyfish | 2023.3.1 Beta 1 now available](https://www.reddit.com/r/androiddev/comments/1bkbe7v/android_studio_jellyfish_202331_beta_1_now/) +- [This is insane right? I can't comprehend the realistic value of this](https://www.reddit.com/r/androiddev/comments/1bk7her/this_is_insane_right_i_cant_comprehend_the/) +- [Animating ContentScale during image shared element transitions](https://www.reddit.com/r/androiddev/comments/1bk747t/animating_contentscale_during_image_shared/) +- [How to change Google Play Store country on Android Emulator (AVD)?](https://www.reddit.com/r/androiddev/comments/1bjyav7/how_to_change_google_play_store_country_on/) - [How google calculates VAT](https://www.reddit.com/r/androiddev/comments/1bjkuxk/how_google_calculates_vat/) - [Type Projections - and Why They Work](https://www.reddit.com/r/androiddev/comments/1bjepoj/type_projections_and_why_they_work/) - [Build Wear OS application using Jetpack Compose [Part 1 — Design System for WearOS]](https://www.reddit.com/r/androiddev/comments/1bj5h3b/build_wear_os_application_using_jetpack_compose/) -- [Do my users have to reinstall the app if I switch from cross platform to android ?](https://www.reddit.com/r/androiddev/comments/1biypf9/do_my_users_have_to_reinstall_the_app_if_i_switch/) -- [Android Studio Jellyfish | 2023.3.2 Canary 1 now available](https://www.reddit.com/r/androiddev/comments/1bis5jb/android_studio_jellyfish_202332_canary_1_now/) -- [Composition over Inheritance: My refactoring recipe](https://www.reddit.com/r/androiddev/comments/1binm4s/composition_over_inheritance_my_refactoring_recipe/) -- [Must-Know Android Kotlin Interview Questions](https://www.reddit.com/r/androiddev/comments/1bin1vw/mustknow_android_kotlin_interview_questions/) -- [Detecting Banker Malware Installed on Android Devices by Legitimate Sensitive Apps](https://www.reddit.com/r/androiddev/comments/1bih7s3/detecting_banker_malware_installed_on_android/) -- [System Design resources for Lead Android Engineer](https://www.reddit.com/r/androiddev/comments/1biftof/system_design_resources_for_lead_android_engineer/) -- [Simple Payment Ui with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1bicy57/simple_payment_ui_with_jetpack_compose/) ### *InfoWorld posts* From 18752386a7640959eba5fe5a56aea55001ba45f2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 23 Mar 2024 01:21:49 +0000 Subject: [PATCH 0838/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9e430de215..4b33612920 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Has anyone tried Sqlite3 Synchronization with LiteSync](https://www.reddit.com/r/androiddev/comments/1blbgf6/has_anyone_tried_sqlite3_synchronization_with/) +- [JNI Marshalling Performance: Single Round Trip](https://www.reddit.com/r/androiddev/comments/1bl9lel/jni_marshalling_performance_single_round_trip/) +- [Gradle toolchains are rarely a good idea](https://www.reddit.com/r/androiddev/comments/1bl496m/gradle_toolchains_are_rarely_a_good_idea/) +- [Android Studio Koala | 2023.3.2 Canary 2 now available](https://www.reddit.com/r/androiddev/comments/1bl45a3/android_studio_koala_202332_canary_2_now_available/) +- [Reflecting on Rule 2 and Opportunities for Growth](https://www.reddit.com/r/androiddev/comments/1bkufzp/reflecting_on_rule_2_and_opportunities_for_growth/) +- [Retaining beyond ViewModels](https://www.reddit.com/r/androiddev/comments/1bkucvz/retaining_beyond_viewmodels/) - [Android 15 Preview: Timeline, milestones, and updates | Android Developers](https://www.reddit.com/r/androiddev/comments/1bkhjc1/android_15_preview_timeline_milestones_and/) - [Behavior changes: Apps targeting Android 15 or higher | Android Developers](https://www.reddit.com/r/androiddev/comments/1bkg0r7/behavior_changes_apps_targeting_android_15_or/) -- [How to create an android app for personal use by a beginner](https://www.reddit.com/r/androiddev/comments/1bkflta/how_to_create_an_android_app_for_personal_use_by/) - [Android Studio Jellyfish | 2023.3.1 Beta 1 now available](https://www.reddit.com/r/androiddev/comments/1bkbe7v/android_studio_jellyfish_202331_beta_1_now/) -- [This is insane right? I can't comprehend the realistic value of this](https://www.reddit.com/r/androiddev/comments/1bk7her/this_is_insane_right_i_cant_comprehend_the/) -- [Animating ContentScale during image shared element transitions](https://www.reddit.com/r/androiddev/comments/1bk747t/animating_contentscale_during_image_shared/) -- [How to change Google Play Store country on Android Emulator (AVD)?](https://www.reddit.com/r/androiddev/comments/1bjyav7/how_to_change_google_play_store_country_on/) -- [How google calculates VAT](https://www.reddit.com/r/androiddev/comments/1bjkuxk/how_google_calculates_vat/) -- [Type Projections - and Why They Work](https://www.reddit.com/r/androiddev/comments/1bjepoj/type_projections_and_why_they_work/) -- [Build Wear OS application using Jetpack Compose [Part 1 — Design System for WearOS]](https://www.reddit.com/r/androiddev/comments/1bj5h3b/build_wear_os_application_using_jetpack_compose/) +- [App rejections because of a Favorites tab](https://www.reddit.com/r/androiddev/comments/1bk9z16/app_rejections_because_of_a_favorites_tab/) ### *InfoWorld posts* From 90530cbd9ce3002f96d7efc1548bd423c46a6af1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 24 Mar 2024 01:27:09 +0000 Subject: [PATCH 0839/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b33612920..c91f43ab20 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How difficult is it to switch from Flutter to native Android development?](https://www.reddit.com/r/androiddev/comments/1bm6pto/how_difficult_is_it_to_switch_from_flutter_to/) +- [Extending Device Farmer with Lariat to scale and manage physical Android device Testing](https://www.reddit.com/r/androiddev/comments/1bluphr/extending_device_farmer_with_lariat_to_scale_and/) +- [Is there any value to retaining an OLD EU dev account?](https://www.reddit.com/r/androiddev/comments/1blp7zd/is_there_any_value_to_retaining_an_old_eu_dev/) - [Has anyone tried Sqlite3 Synchronization with LiteSync](https://www.reddit.com/r/androiddev/comments/1blbgf6/has_anyone_tried_sqlite3_synchronization_with/) - [JNI Marshalling Performance: Single Round Trip](https://www.reddit.com/r/androiddev/comments/1bl9lel/jni_marshalling_performance_single_round_trip/) - [Gradle toolchains are rarely a good idea](https://www.reddit.com/r/androiddev/comments/1bl496m/gradle_toolchains_are_rarely_a_good_idea/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Reflecting on Rule 2 and Opportunities for Growth](https://www.reddit.com/r/androiddev/comments/1bkufzp/reflecting_on_rule_2_and_opportunities_for_growth/) - [Retaining beyond ViewModels](https://www.reddit.com/r/androiddev/comments/1bkucvz/retaining_beyond_viewmodels/) - [Android 15 Preview: Timeline, milestones, and updates | Android Developers](https://www.reddit.com/r/androiddev/comments/1bkhjc1/android_15_preview_timeline_milestones_and/) -- [Behavior changes: Apps targeting Android 15 or higher | Android Developers](https://www.reddit.com/r/androiddev/comments/1bkg0r7/behavior_changes_apps_targeting_android_15_or/) -- [Android Studio Jellyfish | 2023.3.1 Beta 1 now available](https://www.reddit.com/r/androiddev/comments/1bkbe7v/android_studio_jellyfish_202331_beta_1_now/) -- [App rejections because of a Favorites tab](https://www.reddit.com/r/androiddev/comments/1bk9z16/app_rejections_because_of_a_favorites_tab/) ### *InfoWorld posts* From b028841693fbd756634c74db8f385813833fe532 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 25 Mar 2024 01:24:26 +0000 Subject: [PATCH 0840/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c91f43ab20..21cdd9f2ea 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Screen Shot Testing](https://www.reddit.com/r/androiddev/comments/1bn0d5e/screen_shot_testing/) +- [Barcodes for mobile calorie counting application](https://www.reddit.com/r/androiddev/comments/1bmxyos/barcodes_for_mobile_calorie_counting_application/) +- [Interview question suggestions for Senior position](https://www.reddit.com/r/androiddev/comments/1bmvgx8/interview_question_suggestions_for_senior_position/) - [How difficult is it to switch from Flutter to native Android development?](https://www.reddit.com/r/androiddev/comments/1bm6pto/how_difficult_is_it_to_switch_from_flutter_to/) - [Extending Device Farmer with Lariat to scale and manage physical Android device Testing](https://www.reddit.com/r/androiddev/comments/1bluphr/extending_device_farmer_with_lariat_to_scale_and/) - [Is there any value to retaining an OLD EU dev account?](https://www.reddit.com/r/androiddev/comments/1blp7zd/is_there_any_value_to_retaining_an_old_eu_dev/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [JNI Marshalling Performance: Single Round Trip](https://www.reddit.com/r/androiddev/comments/1bl9lel/jni_marshalling_performance_single_round_trip/) - [Gradle toolchains are rarely a good idea](https://www.reddit.com/r/androiddev/comments/1bl496m/gradle_toolchains_are_rarely_a_good_idea/) - [Android Studio Koala | 2023.3.2 Canary 2 now available](https://www.reddit.com/r/androiddev/comments/1bl45a3/android_studio_koala_202332_canary_2_now_available/) -- [Reflecting on Rule 2 and Opportunities for Growth](https://www.reddit.com/r/androiddev/comments/1bkufzp/reflecting_on_rule_2_and_opportunities_for_growth/) -- [Retaining beyond ViewModels](https://www.reddit.com/r/androiddev/comments/1bkucvz/retaining_beyond_viewmodels/) -- [Android 15 Preview: Timeline, milestones, and updates | Android Developers](https://www.reddit.com/r/androiddev/comments/1bkhjc1/android_15_preview_timeline_milestones_and/) ### *InfoWorld posts* From 3e56384985e7f5a1a01ed0d00c796ff8bc95401d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 26 Mar 2024 01:22:56 +0000 Subject: [PATCH 0841/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 21cdd9f2ea..ede797b46e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Weekly Who's Hiring Thread - March 25, 2024](https://www.reddit.com/r/androiddev/comments/1bnednf/weekly_whos_hiring_thread_march_25_2024/) +- [Weekly discussion, code review, and feedback thread - March 25, 2024](https://www.reddit.com/r/androiddev/comments/1bnd1tb/weekly_discussion_code_review_and_feedback_thread/) +- [Androidstudio feels like its getting slower with each update](https://www.reddit.com/r/androiddev/comments/1bn9pjp/androidstudio_feels_like_its_getting_slower_with/) - [Screen Shot Testing](https://www.reddit.com/r/androiddev/comments/1bn0d5e/screen_shot_testing/) -- [Barcodes for mobile calorie counting application](https://www.reddit.com/r/androiddev/comments/1bmxyos/barcodes_for_mobile_calorie_counting_application/) - [Interview question suggestions for Senior position](https://www.reddit.com/r/androiddev/comments/1bmvgx8/interview_question_suggestions_for_senior_position/) - [How difficult is it to switch from Flutter to native Android development?](https://www.reddit.com/r/androiddev/comments/1bm6pto/how_difficult_is_it_to_switch_from_flutter_to/) - [Extending Device Farmer with Lariat to scale and manage physical Android device Testing](https://www.reddit.com/r/androiddev/comments/1bluphr/extending_device_farmer_with_lariat_to_scale_and/) - [Is there any value to retaining an OLD EU dev account?](https://www.reddit.com/r/androiddev/comments/1blp7zd/is_there_any_value_to_retaining_an_old_eu_dev/) - [Has anyone tried Sqlite3 Synchronization with LiteSync](https://www.reddit.com/r/androiddev/comments/1blbgf6/has_anyone_tried_sqlite3_synchronization_with/) - [JNI Marshalling Performance: Single Round Trip](https://www.reddit.com/r/androiddev/comments/1bl9lel/jni_marshalling_performance_single_round_trip/) -- [Gradle toolchains are rarely a good idea](https://www.reddit.com/r/androiddev/comments/1bl496m/gradle_toolchains_are_rarely_a_good_idea/) -- [Android Studio Koala | 2023.3.2 Canary 2 now available](https://www.reddit.com/r/androiddev/comments/1bl45a3/android_studio_koala_202332_canary_2_now_available/) ### *InfoWorld posts* From 534aa4ca9d8d358c920afbbeb9c1d9d51f0e1c6a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 27 Mar 2024 01:23:25 +0000 Subject: [PATCH 0842/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ede797b46e..e098aeb8a8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [What's your process for sharing a build to different stakeholders](https://www.reddit.com/r/androiddev/comments/1bomxqz/whats_your_process_for_sharing_a_build_to/) +- [NewPass: a secure Android password manager](https://www.reddit.com/r/androiddev/comments/1bo6j8z/newpass_a_secure_android_password_manager/) +- [Open sourced my app - Better Open With](https://www.reddit.com/r/androiddev/comments/1bo5jhz/open_sourced_my_app_better_open_with/) +- [how do you get erp games onto the market?](https://www.reddit.com/r/androiddev/comments/1bo0ecv/how_do_you_get_erp_games_onto_the_market/) - [Weekly Who's Hiring Thread - March 25, 2024](https://www.reddit.com/r/androiddev/comments/1bnednf/weekly_whos_hiring_thread_march_25_2024/) - [Weekly discussion, code review, and feedback thread - March 25, 2024](https://www.reddit.com/r/androiddev/comments/1bnd1tb/weekly_discussion_code_review_and_feedback_thread/) - [Androidstudio feels like its getting slower with each update](https://www.reddit.com/r/androiddev/comments/1bn9pjp/androidstudio_feels_like_its_getting_slower_with/) - [Screen Shot Testing](https://www.reddit.com/r/androiddev/comments/1bn0d5e/screen_shot_testing/) - [Interview question suggestions for Senior position](https://www.reddit.com/r/androiddev/comments/1bmvgx8/interview_question_suggestions_for_senior_position/) - [How difficult is it to switch from Flutter to native Android development?](https://www.reddit.com/r/androiddev/comments/1bm6pto/how_difficult_is_it_to_switch_from_flutter_to/) -- [Extending Device Farmer with Lariat to scale and manage physical Android device Testing](https://www.reddit.com/r/androiddev/comments/1bluphr/extending_device_farmer_with_lariat_to_scale_and/) -- [Is there any value to retaining an OLD EU dev account?](https://www.reddit.com/r/androiddev/comments/1blp7zd/is_there_any_value_to_retaining_an_old_eu_dev/) -- [Has anyone tried Sqlite3 Synchronization with LiteSync](https://www.reddit.com/r/androiddev/comments/1blbgf6/has_anyone_tried_sqlite3_synchronization_with/) -- [JNI Marshalling Performance: Single Round Trip](https://www.reddit.com/r/androiddev/comments/1bl9lel/jni_marshalling_performance_single_round_trip/) ### *InfoWorld posts* From 20160f790f171fb8718ce307d7ab637be6d552b2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 28 Mar 2024 01:23:12 +0000 Subject: [PATCH 0843/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e098aeb8a8..bf13aeb75d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Clean architecture and complex UI state management](https://www.reddit.com/r/androiddev/comments/1bpiyo8/clean_architecture_and_complex_ui_state_management/) +- [Reading, Storing, and Processing Time Series data on Android](https://www.reddit.com/r/androiddev/comments/1bpfjot/reading_storing_and_processing_time_series_data/) +- [Android Studio Jellyfish | 2023.3.1 Beta 2 now available](https://www.reddit.com/r/androiddev/comments/1bpebk5/android_studio_jellyfish_202331_beta_2_now/) +- [Kotlin Illustrated Guide Ch. 18 - Generics](https://www.reddit.com/r/androiddev/comments/1bp30nh/kotlin_illustrated_guide_ch_18_generics/) +- [A preview of Animating LazyList items in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1bp297v/a_preview_of_animating_lazylist_items_in_jetpack/) +- [Flutter vs native](https://www.reddit.com/r/androiddev/comments/1bp03nk/flutter_vs_native/) +- [Do we need to provide advance notice to the review team?](https://www.reddit.com/r/androiddev/comments/1boyaxt/do_we_need_to_provide_advance_notice_to_the/) +- [Why boolean arguments should be avoided - Robert C. Martin (Uncle Bob)](https://www.reddit.com/r/androiddev/comments/1botiz6/why_boolean_arguments_should_be_avoided_robert_c/) +- [Clarification Needed: Google Play Store Billing System for EdTech Apps](https://www.reddit.com/r/androiddev/comments/1boqf78/clarification_needed_google_play_store_billing/) - [What's your process for sharing a build to different stakeholders](https://www.reddit.com/r/androiddev/comments/1bomxqz/whats_your_process_for_sharing_a_build_to/) -- [NewPass: a secure Android password manager](https://www.reddit.com/r/androiddev/comments/1bo6j8z/newpass_a_secure_android_password_manager/) -- [Open sourced my app - Better Open With](https://www.reddit.com/r/androiddev/comments/1bo5jhz/open_sourced_my_app_better_open_with/) -- [how do you get erp games onto the market?](https://www.reddit.com/r/androiddev/comments/1bo0ecv/how_do_you_get_erp_games_onto_the_market/) -- [Weekly Who's Hiring Thread - March 25, 2024](https://www.reddit.com/r/androiddev/comments/1bnednf/weekly_whos_hiring_thread_march_25_2024/) -- [Weekly discussion, code review, and feedback thread - March 25, 2024](https://www.reddit.com/r/androiddev/comments/1bnd1tb/weekly_discussion_code_review_and_feedback_thread/) -- [Androidstudio feels like its getting slower with each update](https://www.reddit.com/r/androiddev/comments/1bn9pjp/androidstudio_feels_like_its_getting_slower_with/) -- [Screen Shot Testing](https://www.reddit.com/r/androiddev/comments/1bn0d5e/screen_shot_testing/) -- [Interview question suggestions for Senior position](https://www.reddit.com/r/androiddev/comments/1bmvgx8/interview_question_suggestions_for_senior_position/) -- [How difficult is it to switch from Flutter to native Android development?](https://www.reddit.com/r/androiddev/comments/1bm6pto/how_difficult_is_it_to_switch_from_flutter_to/) ### *InfoWorld posts* From 8e59c64686dc02a3750cf361e7f975a967d8825b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 29 Mar 2024 01:23:15 +0000 Subject: [PATCH 0844/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bf13aeb75d..c79a904ab0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [I haven't seen articles about skeleton implementaion patterns, what would be your approach ?](https://www.reddit.com/r/androiddev/comments/1bq999o/i_havent_seen_articles_about_skeleton/) +- [downloaded latest android studio canary but no studio bot ?? :(](https://www.reddit.com/r/androiddev/comments/1bq8hm6/downloaded_latest_android_studio_canary_but_no/) +- [💥 Introducing Anytype - open code, encrypted & local first app for Note-taking & Knowledge Sharing - native on android](https://www.reddit.com/r/androiddev/comments/1bq3awy/introducing_anytype_open_code_encrypted_local/) +- [Why is the project structure so cluttered?](https://www.reddit.com/r/androiddev/comments/1bps9z5/why_is_the_project_structure_so_cluttered/) - [Clean architecture and complex UI state management](https://www.reddit.com/r/androiddev/comments/1bpiyo8/clean_architecture_and_complex_ui_state_management/) - [Reading, Storing, and Processing Time Series data on Android](https://www.reddit.com/r/androiddev/comments/1bpfjot/reading_storing_and_processing_time_series_data/) - [Android Studio Jellyfish | 2023.3.1 Beta 2 now available](https://www.reddit.com/r/androiddev/comments/1bpebk5/android_studio_jellyfish_202331_beta_2_now/) - [Kotlin Illustrated Guide Ch. 18 - Generics](https://www.reddit.com/r/androiddev/comments/1bp30nh/kotlin_illustrated_guide_ch_18_generics/) - [A preview of Animating LazyList items in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1bp297v/a_preview_of_animating_lazylist_items_in_jetpack/) - [Flutter vs native](https://www.reddit.com/r/androiddev/comments/1bp03nk/flutter_vs_native/) -- [Do we need to provide advance notice to the review team?](https://www.reddit.com/r/androiddev/comments/1boyaxt/do_we_need_to_provide_advance_notice_to_the/) -- [Why boolean arguments should be avoided - Robert C. Martin (Uncle Bob)](https://www.reddit.com/r/androiddev/comments/1botiz6/why_boolean_arguments_should_be_avoided_robert_c/) -- [Clarification Needed: Google Play Store Billing System for EdTech Apps](https://www.reddit.com/r/androiddev/comments/1boqf78/clarification_needed_google_play_store_billing/) -- [What's your process for sharing a build to different stakeholders](https://www.reddit.com/r/androiddev/comments/1bomxqz/whats_your_process_for_sharing_a_build_to/) ### *InfoWorld posts* From 08de56a79aab2ba6fb2f4824eac05981f832c6ea Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 30 Mar 2024 01:21:37 +0000 Subject: [PATCH 0845/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c79a904ab0..b621b399ea 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Can't use Fastboot](https://www.reddit.com/r/androiddev/comments/1br2zex/cant_use_fastboot/) +- [Material you theming working in Emulator but not on real phone](https://www.reddit.com/r/androiddev/comments/1bqudji/material_you_theming_working_in_emulator_but_not/) +- [Running an emulator on a second display](https://www.reddit.com/r/androiddev/comments/1bqsb5z/running_an_emulator_on_a_second_display/) +- [Render HTML or Markdown strings in your Compose UI!](https://www.reddit.com/r/androiddev/comments/1bqjqp9/render_html_or_markdown_strings_in_your_compose_ui/) +- [OAuth Consent Screen](https://www.reddit.com/r/androiddev/comments/1bqjcwm/oauth_consent_screen/) +- [How to Integrate Chat Feature in Android(Java) Video Call App?](https://www.reddit.com/r/androiddev/comments/1bqiy42/how_to_integrate_chat_feature_in_androidjava/) +- [The #1 source of coupling in software and how to handle it - Sandi Metz](https://www.reddit.com/r/androiddev/comments/1bqhiwd/the_1_source_of_coupling_in_software_and_how_to/) - [I haven't seen articles about skeleton implementaion patterns, what would be your approach ?](https://www.reddit.com/r/androiddev/comments/1bq999o/i_havent_seen_articles_about_skeleton/) -- [downloaded latest android studio canary but no studio bot ?? :(](https://www.reddit.com/r/androiddev/comments/1bq8hm6/downloaded_latest_android_studio_canary_but_no/) - [💥 Introducing Anytype - open code, encrypted & local first app for Note-taking & Knowledge Sharing - native on android](https://www.reddit.com/r/androiddev/comments/1bq3awy/introducing_anytype_open_code_encrypted_local/) - [Why is the project structure so cluttered?](https://www.reddit.com/r/androiddev/comments/1bps9z5/why_is_the_project_structure_so_cluttered/) -- [Clean architecture and complex UI state management](https://www.reddit.com/r/androiddev/comments/1bpiyo8/clean_architecture_and_complex_ui_state_management/) -- [Reading, Storing, and Processing Time Series data on Android](https://www.reddit.com/r/androiddev/comments/1bpfjot/reading_storing_and_processing_time_series_data/) -- [Android Studio Jellyfish | 2023.3.1 Beta 2 now available](https://www.reddit.com/r/androiddev/comments/1bpebk5/android_studio_jellyfish_202331_beta_2_now/) -- [Kotlin Illustrated Guide Ch. 18 - Generics](https://www.reddit.com/r/androiddev/comments/1bp30nh/kotlin_illustrated_guide_ch_18_generics/) -- [A preview of Animating LazyList items in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1bp297v/a_preview_of_animating_lazylist_items_in_jetpack/) -- [Flutter vs native](https://www.reddit.com/r/androiddev/comments/1bp03nk/flutter_vs_native/) ### *InfoWorld posts* From 238d738ab4afe74d1af69979aa8052b9ab60fb7c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 31 Mar 2024 01:27:20 +0000 Subject: [PATCH 0846/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b621b399ea..6678ef0f8b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Can't use Fastboot](https://www.reddit.com/r/androiddev/comments/1br2zex/cant_use_fastboot/) +- [The Struggle of Learning Android Dev](https://www.reddit.com/r/androiddev/comments/1brszan/the_struggle_of_learning_android_dev/) +- [Does google play allow referring to another app by name in description?](https://www.reddit.com/r/androiddev/comments/1brdjpb/does_google_play_allow_referring_to_another_app/) +- [I spent about a week rewriting a bunch of stuff and improving the UI/UX of my open-source app.](https://www.reddit.com/r/androiddev/comments/1brctrq/i_spent_about_a_week_rewriting_a_bunch_of_stuff/) +- [App access instructions requirement for in-app-purchases](https://www.reddit.com/r/androiddev/comments/1br9u03/app_access_instructions_requirement_for/) +- [An Android Studio plugin for integration ChatGPT](https://www.reddit.com/r/androiddev/comments/1br6sfa/an_android_studio_plugin_for_integration_chatgpt/) - [Material you theming working in Emulator but not on real phone](https://www.reddit.com/r/androiddev/comments/1bqudji/material_you_theming_working_in_emulator_but_not/) - [Running an emulator on a second display](https://www.reddit.com/r/androiddev/comments/1bqsb5z/running_an_emulator_on_a_second_display/) - [Render HTML or Markdown strings in your Compose UI!](https://www.reddit.com/r/androiddev/comments/1bqjqp9/render_html_or_markdown_strings_in_your_compose_ui/) - [OAuth Consent Screen](https://www.reddit.com/r/androiddev/comments/1bqjcwm/oauth_consent_screen/) -- [How to Integrate Chat Feature in Android(Java) Video Call App?](https://www.reddit.com/r/androiddev/comments/1bqiy42/how_to_integrate_chat_feature_in_androidjava/) - [The #1 source of coupling in software and how to handle it - Sandi Metz](https://www.reddit.com/r/androiddev/comments/1bqhiwd/the_1_source_of_coupling_in_software_and_how_to/) -- [I haven't seen articles about skeleton implementaion patterns, what would be your approach ?](https://www.reddit.com/r/androiddev/comments/1bq999o/i_havent_seen_articles_about_skeleton/) -- [💥 Introducing Anytype - open code, encrypted & local first app for Note-taking & Knowledge Sharing - native on android](https://www.reddit.com/r/androiddev/comments/1bq3awy/introducing_anytype_open_code_encrypted_local/) -- [Why is the project structure so cluttered?](https://www.reddit.com/r/androiddev/comments/1bps9z5/why_is_the_project_structure_so_cluttered/) ### *InfoWorld posts* From d3a8616b141e9e1e9b5d17dddf7b08bc06eecd1a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 1 Apr 2024 01:27:34 +0000 Subject: [PATCH 0847/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6678ef0f8b..8f446507cc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Question on Paging](https://www.reddit.com/r/androiddev/comments/1bski8u/question_on_paging/) +- [New to Compose (and Android in general) and had a question about view models and making data persist](https://www.reddit.com/r/androiddev/comments/1bs6np0/new_to_compose_and_android_in_general_and_had_a/) +- [How to safely update state in your Kotlin apps (and why your state updates are not safe)](https://www.reddit.com/r/androiddev/comments/1bs53a1/how_to_safely_update_state_in_your_kotlin_apps/) +- [Quick Question about Retrofit/GSON with data classes (Kotlin)](https://www.reddit.com/r/androiddev/comments/1brzdh0/quick_question_about_retrofitgson_with_data/) - [The Struggle of Learning Android Dev](https://www.reddit.com/r/androiddev/comments/1brszan/the_struggle_of_learning_android_dev/) - [Does google play allow referring to another app by name in description?](https://www.reddit.com/r/androiddev/comments/1brdjpb/does_google_play_allow_referring_to_another_app/) - [I spent about a week rewriting a bunch of stuff and improving the UI/UX of my open-source app.](https://www.reddit.com/r/androiddev/comments/1brctrq/i_spent_about_a_week_rewriting_a_bunch_of_stuff/) - [App access instructions requirement for in-app-purchases](https://www.reddit.com/r/androiddev/comments/1br9u03/app_access_instructions_requirement_for/) - [An Android Studio plugin for integration ChatGPT](https://www.reddit.com/r/androiddev/comments/1br6sfa/an_android_studio_plugin_for_integration_chatgpt/) - [Material you theming working in Emulator but not on real phone](https://www.reddit.com/r/androiddev/comments/1bqudji/material_you_theming_working_in_emulator_but_not/) -- [Running an emulator on a second display](https://www.reddit.com/r/androiddev/comments/1bqsb5z/running_an_emulator_on_a_second_display/) -- [Render HTML or Markdown strings in your Compose UI!](https://www.reddit.com/r/androiddev/comments/1bqjqp9/render_html_or_markdown_strings_in_your_compose_ui/) -- [OAuth Consent Screen](https://www.reddit.com/r/androiddev/comments/1bqjcwm/oauth_consent_screen/) -- [The #1 source of coupling in software and how to handle it - Sandi Metz](https://www.reddit.com/r/androiddev/comments/1bqhiwd/the_1_source_of_coupling_in_software_and_how_to/) ### *InfoWorld posts* From a43ae5d0733e4ce561fc7cf0d1b49d0478b1961a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 2 Apr 2024 01:25:52 +0000 Subject: [PATCH 0848/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8f446507cc..fa1c372e48 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Question on Paging](https://www.reddit.com/r/androiddev/comments/1bski8u/question_on_paging/) +- [Warning - Google Play billing library bug causing bogus policy violation problems](https://www.reddit.com/r/androiddev/comments/1bt7glc/warning_google_play_billing_library_bug_causing/) +- [Weekly Who's Hiring Thread - April 01, 2024](https://www.reddit.com/r/androiddev/comments/1bt344g/weekly_whos_hiring_thread_april_01_2024/) +- [Weekly discussion, code review, and feedback thread - April 01, 2024](https://www.reddit.com/r/androiddev/comments/1bt1u6o/weekly_discussion_code_review_and_feedback_thread/) +- [Android Development best practices](https://www.reddit.com/r/androiddev/comments/1bt14oc/android_development_best_practices/) +- [Adoption of kotlin and jetpack compose in the industry?](https://www.reddit.com/r/androiddev/comments/1bsxw1v/adoption_of_kotlin_and_jetpack_compose_in_the/) +- [Compose Rich Editor Update with new features and improvements!](https://www.reddit.com/r/androiddev/comments/1bswfql/compose_rich_editor_update_with_new_features_and/) - [New to Compose (and Android in general) and had a question about view models and making data persist](https://www.reddit.com/r/androiddev/comments/1bs6np0/new_to_compose_and_android_in_general_and_had_a/) - [How to safely update state in your Kotlin apps (and why your state updates are not safe)](https://www.reddit.com/r/androiddev/comments/1bs53a1/how_to_safely_update_state_in_your_kotlin_apps/) - [Quick Question about Retrofit/GSON with data classes (Kotlin)](https://www.reddit.com/r/androiddev/comments/1brzdh0/quick_question_about_retrofitgson_with_data/) - [The Struggle of Learning Android Dev](https://www.reddit.com/r/androiddev/comments/1brszan/the_struggle_of_learning_android_dev/) -- [Does google play allow referring to another app by name in description?](https://www.reddit.com/r/androiddev/comments/1brdjpb/does_google_play_allow_referring_to_another_app/) -- [I spent about a week rewriting a bunch of stuff and improving the UI/UX of my open-source app.](https://www.reddit.com/r/androiddev/comments/1brctrq/i_spent_about_a_week_rewriting_a_bunch_of_stuff/) -- [App access instructions requirement for in-app-purchases](https://www.reddit.com/r/androiddev/comments/1br9u03/app_access_instructions_requirement_for/) -- [An Android Studio plugin for integration ChatGPT](https://www.reddit.com/r/androiddev/comments/1br6sfa/an_android_studio_plugin_for_integration_chatgpt/) -- [Material you theming working in Emulator but not on real phone](https://www.reddit.com/r/androiddev/comments/1bqudji/material_you_theming_working_in_emulator_but_not/) ### *InfoWorld posts* From e06858970151d907e87bde30d0109412fff84f6d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 3 Apr 2024 01:23:26 +0000 Subject: [PATCH 0849/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fa1c372e48..dbcab7b1ef 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How do you deal with google play making api 33 a required target?](https://www.reddit.com/r/androiddev/comments/1buc3b9/how_do_you_deal_with_google_play_making_api_33_a/) +- [I want to ask about the Meta Android Developer Professional Certificate.](https://www.reddit.com/r/androiddev/comments/1buby2g/i_want_to_ask_about_the_meta_android_developer/) +- [Is there any way to use another language in Android Studio Hedgehog?](https://www.reddit.com/r/androiddev/comments/1bubalk/is_there_any_way_to_use_another_language_in/) +- [Alright -- what are we building in?](https://www.reddit.com/r/androiddev/comments/1buayh5/alright_what_are_we_building_in/) +- [AppSprint](https://www.reddit.com/r/androiddev/comments/1buau59/appsprint/) +- [Android Studio Koala | 2024.1.1 Canary 3 now available](https://www.reddit.com/r/androiddev/comments/1btzezd/android_studio_koala_202411_canary_3_now_available/) +- [10 Years of Hacker News "Ask HN: Who is hiring": The decline of mobile visualized](https://www.reddit.com/r/androiddev/comments/1btyg6u/10_years_of_hacker_news_ask_hn_who_is_hiring_the/) +- ["Information needed regarding your app submission" email after submitting an app to the Playstore](https://www.reddit.com/r/androiddev/comments/1btustu/information_needed_regarding_your_app_submission/) - [Warning - Google Play billing library bug causing bogus policy violation problems](https://www.reddit.com/r/androiddev/comments/1bt7glc/warning_google_play_billing_library_bug_causing/) - [Weekly Who's Hiring Thread - April 01, 2024](https://www.reddit.com/r/androiddev/comments/1bt344g/weekly_whos_hiring_thread_april_01_2024/) -- [Weekly discussion, code review, and feedback thread - April 01, 2024](https://www.reddit.com/r/androiddev/comments/1bt1u6o/weekly_discussion_code_review_and_feedback_thread/) -- [Android Development best practices](https://www.reddit.com/r/androiddev/comments/1bt14oc/android_development_best_practices/) -- [Adoption of kotlin and jetpack compose in the industry?](https://www.reddit.com/r/androiddev/comments/1bsxw1v/adoption_of_kotlin_and_jetpack_compose_in_the/) -- [Compose Rich Editor Update with new features and improvements!](https://www.reddit.com/r/androiddev/comments/1bswfql/compose_rich_editor_update_with_new_features_and/) -- [New to Compose (and Android in general) and had a question about view models and making data persist](https://www.reddit.com/r/androiddev/comments/1bs6np0/new_to_compose_and_android_in_general_and_had_a/) -- [How to safely update state in your Kotlin apps (and why your state updates are not safe)](https://www.reddit.com/r/androiddev/comments/1bs53a1/how_to_safely_update_state_in_your_kotlin_apps/) -- [Quick Question about Retrofit/GSON with data classes (Kotlin)](https://www.reddit.com/r/androiddev/comments/1brzdh0/quick_question_about_retrofitgson_with_data/) -- [The Struggle of Learning Android Dev](https://www.reddit.com/r/androiddev/comments/1brszan/the_struggle_of_learning_android_dev/) ### *InfoWorld posts* From bdcffdb77197c06ea176d946fa62a54cb4395b49 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 4 Apr 2024 01:24:12 +0000 Subject: [PATCH 0850/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dbcab7b1ef..05eafca316 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Experimental Support for Safe Args in Navigation Compose using approach based on Kotlin Serialization](https://www.reddit.com/r/androiddev/comments/1bv5pvr/experimental_support_for_safe_args_in_navigation/) +- [Google Play PolicyBytes - April 2024 policy updates - YouTube](https://www.reddit.com/r/androiddev/comments/1buzcxj/google_play_policybytes_april_2024_policy_updates/) +- [Confusion about google play testing tracks. (Open+Closed)](https://www.reddit.com/r/androiddev/comments/1buuwn5/confusion_about_google_play_testing_tracks/) +- [Video: Every Kind of Class in Kotlin](https://www.reddit.com/r/androiddev/comments/1buurm9/video_every_kind_of_class_in_kotlin/) +- [Build finished sound on Ubuntu 20 and Android Studio Iguana](https://www.reddit.com/r/androiddev/comments/1bunxfd/build_finished_sound_on_ubuntu_20_and_android/) +- [Suggestions needed on how to answer in an interview for my problem.](https://www.reddit.com/r/androiddev/comments/1buls0k/suggestions_needed_on_how_to_answer_in_an/) - [How do you deal with google play making api 33 a required target?](https://www.reddit.com/r/androiddev/comments/1buc3b9/how_do_you_deal_with_google_play_making_api_33_a/) -- [I want to ask about the Meta Android Developer Professional Certificate.](https://www.reddit.com/r/androiddev/comments/1buby2g/i_want_to_ask_about_the_meta_android_developer/) -- [Is there any way to use another language in Android Studio Hedgehog?](https://www.reddit.com/r/androiddev/comments/1bubalk/is_there_any_way_to_use_another_language_in/) -- [Alright -- what are we building in?](https://www.reddit.com/r/androiddev/comments/1buayh5/alright_what_are_we_building_in/) -- [AppSprint](https://www.reddit.com/r/androiddev/comments/1buau59/appsprint/) - [Android Studio Koala | 2024.1.1 Canary 3 now available](https://www.reddit.com/r/androiddev/comments/1btzezd/android_studio_koala_202411_canary_3_now_available/) - [10 Years of Hacker News "Ask HN: Who is hiring": The decline of mobile visualized](https://www.reddit.com/r/androiddev/comments/1btyg6u/10_years_of_hacker_news_ask_hn_who_is_hiring_the/) - ["Information needed regarding your app submission" email after submitting an app to the Playstore](https://www.reddit.com/r/androiddev/comments/1btustu/information_needed_regarding_your_app_submission/) -- [Warning - Google Play billing library bug causing bogus policy violation problems](https://www.reddit.com/r/androiddev/comments/1bt7glc/warning_google_play_billing_library_bug_causing/) -- [Weekly Who's Hiring Thread - April 01, 2024](https://www.reddit.com/r/androiddev/comments/1bt344g/weekly_whos_hiring_thread_april_01_2024/) ### *InfoWorld posts* From b8b959bb1c50e6538295c21e7d411f5964eab56d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 5 Apr 2024 01:23:40 +0000 Subject: [PATCH 0851/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 05eafca316..67999866ac 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Tips on @Composable in classes — or avoid?](https://www.reddit.com/r/androiddev/comments/1bw0arp/tips_on_composable_in_classes_or_avoid/) +- [Android Studio Jellyfish | 2023.3.1 RC 1 now available](https://www.reddit.com/r/androiddev/comments/1bw0ad7/android_studio_jellyfish_202331_rc_1_now_available/) +- [Playstore changed search result to include similar apps after renaming app with obscure keyword.](https://www.reddit.com/r/androiddev/comments/1bvhlae/playstore_changed_search_result_to_include/) +- [Enable users to share your app's deep links using navigation-recents-url-sharing (with androidx.navigation)](https://www.reddit.com/r/androiddev/comments/1bv81mq/enable_users_to_share_your_apps_deep_links_using/) - [Experimental Support for Safe Args in Navigation Compose using approach based on Kotlin Serialization](https://www.reddit.com/r/androiddev/comments/1bv5pvr/experimental_support_for_safe_args_in_navigation/) - [Google Play PolicyBytes - April 2024 policy updates - YouTube](https://www.reddit.com/r/androiddev/comments/1buzcxj/google_play_policybytes_april_2024_policy_updates/) - [Confusion about google play testing tracks. (Open+Closed)](https://www.reddit.com/r/androiddev/comments/1buuwn5/confusion_about_google_play_testing_tracks/) - [Video: Every Kind of Class in Kotlin](https://www.reddit.com/r/androiddev/comments/1buurm9/video_every_kind_of_class_in_kotlin/) - [Build finished sound on Ubuntu 20 and Android Studio Iguana](https://www.reddit.com/r/androiddev/comments/1bunxfd/build_finished_sound_on_ubuntu_20_and_android/) - [Suggestions needed on how to answer in an interview for my problem.](https://www.reddit.com/r/androiddev/comments/1buls0k/suggestions_needed_on_how_to_answer_in_an/) -- [How do you deal with google play making api 33 a required target?](https://www.reddit.com/r/androiddev/comments/1buc3b9/how_do_you_deal_with_google_play_making_api_33_a/) -- [Android Studio Koala | 2024.1.1 Canary 3 now available](https://www.reddit.com/r/androiddev/comments/1btzezd/android_studio_koala_202411_canary_3_now_available/) -- [10 Years of Hacker News "Ask HN: Who is hiring": The decline of mobile visualized](https://www.reddit.com/r/androiddev/comments/1btyg6u/10_years_of_hacker_news_ask_hn_who_is_hiring_the/) -- ["Information needed regarding your app submission" email after submitting an app to the Playstore](https://www.reddit.com/r/androiddev/comments/1btustu/information_needed_regarding_your_app_submission/) ### *InfoWorld posts* From 11338deccff6816ab92f6eb7bc7085193727453c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 6 Apr 2024 01:22:39 +0000 Subject: [PATCH 0852/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 67999866ac..958ea0913a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [what happened with app CASA reviews by PWC?](https://www.reddit.com/r/androiddev/comments/1bwsmnr/what_happened_with_app_casa_reviews_by_pwc/) +- [Dumping thread state to outputs and pining for the fjords.](https://www.reddit.com/r/androiddev/comments/1bwrm8o/dumping_thread_state_to_outputs_and_pining_for/) +- [TIL about the Power Save Mode in Androidstudio](https://www.reddit.com/r/androiddev/comments/1bwpxnd/til_about_the_power_save_mode_in_androidstudio/) +- [Offline Password Manager Android App - Open Source & Free ❤️](https://www.reddit.com/r/androiddev/comments/1bwkoxq/offline_password_manager_android_app_open_source/) +- [The shared element transition APIs in the upcoming Compose version](https://www.reddit.com/r/androiddev/comments/1bwi5i7/the_shared_element_transition_apis_in_the/) +- [How to Implement Biometric Authentication with Jetpack Compose and AES Encryption](https://www.reddit.com/r/androiddev/comments/1bwe53l/how_to_implement_biometric_authentication_with/) +- [Has anyone run into the problem of not being able to preview Markdown with the latest update of AndroidStudio?](https://www.reddit.com/r/androiddev/comments/1bwc9b5/has_anyone_run_into_the_problem_of_not_being_able/) +- [Walk-through of my another OpenSource project built with Jetpack Compose - More in Comments](https://www.reddit.com/r/androiddev/comments/1bwa5rq/walkthrough_of_my_another_opensource_project/) - [Tips on @Composable in classes — or avoid?](https://www.reddit.com/r/androiddev/comments/1bw0arp/tips_on_composable_in_classes_or_avoid/) - [Android Studio Jellyfish | 2023.3.1 RC 1 now available](https://www.reddit.com/r/androiddev/comments/1bw0ad7/android_studio_jellyfish_202331_rc_1_now_available/) -- [Playstore changed search result to include similar apps after renaming app with obscure keyword.](https://www.reddit.com/r/androiddev/comments/1bvhlae/playstore_changed_search_result_to_include/) -- [Enable users to share your app's deep links using navigation-recents-url-sharing (with androidx.navigation)](https://www.reddit.com/r/androiddev/comments/1bv81mq/enable_users_to_share_your_apps_deep_links_using/) -- [Experimental Support for Safe Args in Navigation Compose using approach based on Kotlin Serialization](https://www.reddit.com/r/androiddev/comments/1bv5pvr/experimental_support_for_safe_args_in_navigation/) -- [Google Play PolicyBytes - April 2024 policy updates - YouTube](https://www.reddit.com/r/androiddev/comments/1buzcxj/google_play_policybytes_april_2024_policy_updates/) -- [Confusion about google play testing tracks. (Open+Closed)](https://www.reddit.com/r/androiddev/comments/1buuwn5/confusion_about_google_play_testing_tracks/) -- [Video: Every Kind of Class in Kotlin](https://www.reddit.com/r/androiddev/comments/1buurm9/video_every_kind_of_class_in_kotlin/) -- [Build finished sound on Ubuntu 20 and Android Studio Iguana](https://www.reddit.com/r/androiddev/comments/1bunxfd/build_finished_sound_on_ubuntu_20_and_android/) -- [Suggestions needed on how to answer in an interview for my problem.](https://www.reddit.com/r/androiddev/comments/1buls0k/suggestions_needed_on_how_to_answer_in_an/) ### *InfoWorld posts* From 47be86dbb4e19c55976a978f31f9a0b9bf577f29 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 7 Apr 2024 01:27:27 +0000 Subject: [PATCH 0853/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 958ea0913a..4f9619e774 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Managing multiple compose libraries (and compatibility)](https://www.reddit.com/r/androiddev/comments/1bxm0ti/managing_multiple_compose_libraries_and/) +- [tap-target-compose: a compose implementation of material design tap targets](https://www.reddit.com/r/androiddev/comments/1bxdh8g/taptargetcompose_a_compose_implementation_of/) +- [Exploring Adapter Solutions for Managing Multiple View Types in RecyclerView](https://www.reddit.com/r/androiddev/comments/1bx1k9n/exploring_adapter_solutions_for_managing_multiple/) - [what happened with app CASA reviews by PWC?](https://www.reddit.com/r/androiddev/comments/1bwsmnr/what_happened_with_app_casa_reviews_by_pwc/) - [Dumping thread state to outputs and pining for the fjords.](https://www.reddit.com/r/androiddev/comments/1bwrm8o/dumping_thread_state_to_outputs_and_pining_for/) - [TIL about the Power Save Mode in Androidstudio](https://www.reddit.com/r/androiddev/comments/1bwpxnd/til_about_the_power_save_mode_in_androidstudio/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [The shared element transition APIs in the upcoming Compose version](https://www.reddit.com/r/androiddev/comments/1bwi5i7/the_shared_element_transition_apis_in_the/) - [How to Implement Biometric Authentication with Jetpack Compose and AES Encryption](https://www.reddit.com/r/androiddev/comments/1bwe53l/how_to_implement_biometric_authentication_with/) - [Has anyone run into the problem of not being able to preview Markdown with the latest update of AndroidStudio?](https://www.reddit.com/r/androiddev/comments/1bwc9b5/has_anyone_run_into_the_problem_of_not_being_able/) -- [Walk-through of my another OpenSource project built with Jetpack Compose - More in Comments](https://www.reddit.com/r/androiddev/comments/1bwa5rq/walkthrough_of_my_another_opensource_project/) -- [Tips on @Composable in classes — or avoid?](https://www.reddit.com/r/androiddev/comments/1bw0arp/tips_on_composable_in_classes_or_avoid/) -- [Android Studio Jellyfish | 2023.3.1 RC 1 now available](https://www.reddit.com/r/androiddev/comments/1bw0ad7/android_studio_jellyfish_202331_rc_1_now_available/) ### *InfoWorld posts* From b53469c3405682a029ba97a3e4680a373aa53dbf Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 8 Apr 2024 01:24:47 +0000 Subject: [PATCH 0854/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f9619e774..c1bb5ced73 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [I chargebacked my Google Play Dev account onetime fee](https://www.reddit.com/r/androiddev/comments/1by093v/i_chargebacked_my_google_play_dev_account_onetime/) +- [Should I Switch](https://www.reddit.com/r/androiddev/comments/1bxzxcj/should_i_switch/) +- [Consideration before using a library for our Android App](https://www.reddit.com/r/androiddev/comments/1bxwx8d/consideration_before_using_a_library_for_our/) - [Managing multiple compose libraries (and compatibility)](https://www.reddit.com/r/androiddev/comments/1bxm0ti/managing_multiple_compose_libraries_and/) - [tap-target-compose: a compose implementation of material design tap targets](https://www.reddit.com/r/androiddev/comments/1bxdh8g/taptargetcompose_a_compose_implementation_of/) - [Exploring Adapter Solutions for Managing Multiple View Types in RecyclerView](https://www.reddit.com/r/androiddev/comments/1bx1k9n/exploring_adapter_solutions_for_managing_multiple/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Dumping thread state to outputs and pining for the fjords.](https://www.reddit.com/r/androiddev/comments/1bwrm8o/dumping_thread_state_to_outputs_and_pining_for/) - [TIL about the Power Save Mode in Androidstudio](https://www.reddit.com/r/androiddev/comments/1bwpxnd/til_about_the_power_save_mode_in_androidstudio/) - [Offline Password Manager Android App - Open Source & Free ❤️](https://www.reddit.com/r/androiddev/comments/1bwkoxq/offline_password_manager_android_app_open_source/) -- [The shared element transition APIs in the upcoming Compose version](https://www.reddit.com/r/androiddev/comments/1bwi5i7/the_shared_element_transition_apis_in_the/) -- [How to Implement Biometric Authentication with Jetpack Compose and AES Encryption](https://www.reddit.com/r/androiddev/comments/1bwe53l/how_to_implement_biometric_authentication_with/) -- [Has anyone run into the problem of not being able to preview Markdown with the latest update of AndroidStudio?](https://www.reddit.com/r/androiddev/comments/1bwc9b5/has_anyone_run_into_the_problem_of_not_being_able/) ### *InfoWorld posts* From 45c755e6064082c88c9f738234a215d4494ffc0d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 9 Apr 2024 01:24:06 +0000 Subject: [PATCH 0855/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c1bb5ced73..7cb5dbbb90 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Has Anyone Else Noticed Changes in Google's App Review Process Lately?](https://www.reddit.com/r/androiddev/comments/1bzdosw/has_anyone_else_noticed_changes_in_googles_app/) +- [Android Studio uses Gemini Pro to make Android development faster and easier](https://www.reddit.com/r/androiddev/comments/1bzck1l/android_studio_uses_gemini_pro_to_make_android/) +- [StuditBot is now Gemini in Android Studio](https://www.reddit.com/r/androiddev/comments/1bzbcdj/studitbot_is_now_gemini_in_android_studio/) +- [Android Studio Koala | 2024.1.1 Canary 4 now available](https://www.reddit.com/r/androiddev/comments/1bz4ll7/android_studio_koala_202411_canary_4_now_available/) +- [Android Studio Jellyfish | 2023.3.1 RC 2 now available](https://www.reddit.com/r/androiddev/comments/1bz4lkm/android_studio_jellyfish_202331_rc_2_now_available/) +- [Weekly discussion, code review, and feedback thread - April 08, 2024](https://www.reddit.com/r/androiddev/comments/1byw2bn/weekly_discussion_code_review_and_feedback_thread/) +- [Evaluating Mavericks State Management Lib for Android](https://www.reddit.com/r/androiddev/comments/1byr83o/evaluating_mavericks_state_management_lib_for/) - [I chargebacked my Google Play Dev account onetime fee](https://www.reddit.com/r/androiddev/comments/1by093v/i_chargebacked_my_google_play_dev_account_onetime/) - [Should I Switch](https://www.reddit.com/r/androiddev/comments/1bxzxcj/should_i_switch/) - [Consideration before using a library for our Android App](https://www.reddit.com/r/androiddev/comments/1bxwx8d/consideration_before_using_a_library_for_our/) -- [Managing multiple compose libraries (and compatibility)](https://www.reddit.com/r/androiddev/comments/1bxm0ti/managing_multiple_compose_libraries_and/) -- [tap-target-compose: a compose implementation of material design tap targets](https://www.reddit.com/r/androiddev/comments/1bxdh8g/taptargetcompose_a_compose_implementation_of/) -- [Exploring Adapter Solutions for Managing Multiple View Types in RecyclerView](https://www.reddit.com/r/androiddev/comments/1bx1k9n/exploring_adapter_solutions_for_managing_multiple/) -- [what happened with app CASA reviews by PWC?](https://www.reddit.com/r/androiddev/comments/1bwsmnr/what_happened_with_app_casa_reviews_by_pwc/) -- [Dumping thread state to outputs and pining for the fjords.](https://www.reddit.com/r/androiddev/comments/1bwrm8o/dumping_thread_state_to_outputs_and_pining_for/) -- [TIL about the Power Save Mode in Androidstudio](https://www.reddit.com/r/androiddev/comments/1bwpxnd/til_about_the_power_save_mode_in_androidstudio/) -- [Offline Password Manager Android App - Open Source & Free ❤️](https://www.reddit.com/r/androiddev/comments/1bwkoxq/offline_password_manager_android_app_open_source/) ### *InfoWorld posts* From cd005e0695164b001dd409cd431eab6c10fcff02 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 10 Apr 2024 01:23:24 +0000 Subject: [PATCH 0856/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7cb5dbbb90..d2a2a0fd5b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Studio Iguana | 2023.2.1 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/1c04jws/android_studio_iguana_202321_patch_2_now_available/) +- [What's new in Kotlin 2.0.0-RC1](https://www.reddit.com/r/androiddev/comments/1c036ll/whats_new_in_kotlin_200rc1/) +- [Can we publish from private repository?](https://www.reddit.com/r/androiddev/comments/1bzpnib/can_we_publish_from_private_repository/) +- [Industry standards for more rigorous testing?](https://www.reddit.com/r/androiddev/comments/1bzm9dh/industry_standards_for_more_rigorous_testing/) - [Has Anyone Else Noticed Changes in Google's App Review Process Lately?](https://www.reddit.com/r/androiddev/comments/1bzdosw/has_anyone_else_noticed_changes_in_googles_app/) - [Android Studio uses Gemini Pro to make Android development faster and easier](https://www.reddit.com/r/androiddev/comments/1bzck1l/android_studio_uses_gemini_pro_to_make_android/) - [StuditBot is now Gemini in Android Studio](https://www.reddit.com/r/androiddev/comments/1bzbcdj/studitbot_is_now_gemini_in_android_studio/) - [Android Studio Koala | 2024.1.1 Canary 4 now available](https://www.reddit.com/r/androiddev/comments/1bz4ll7/android_studio_koala_202411_canary_4_now_available/) - [Android Studio Jellyfish | 2023.3.1 RC 2 now available](https://www.reddit.com/r/androiddev/comments/1bz4lkm/android_studio_jellyfish_202331_rc_2_now_available/) - [Weekly discussion, code review, and feedback thread - April 08, 2024](https://www.reddit.com/r/androiddev/comments/1byw2bn/weekly_discussion_code_review_and_feedback_thread/) -- [Evaluating Mavericks State Management Lib for Android](https://www.reddit.com/r/androiddev/comments/1byr83o/evaluating_mavericks_state_management_lib_for/) -- [I chargebacked my Google Play Dev account onetime fee](https://www.reddit.com/r/androiddev/comments/1by093v/i_chargebacked_my_google_play_dev_account_onetime/) -- [Should I Switch](https://www.reddit.com/r/androiddev/comments/1bxzxcj/should_i_switch/) -- [Consideration before using a library for our Android App](https://www.reddit.com/r/androiddev/comments/1bxwx8d/consideration_before_using_a_library_for_our/) ### *InfoWorld posts* From b0c4aba9c3728be12e7798fb16c74e188b6892ff Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 11 Apr 2024 01:24:37 +0000 Subject: [PATCH 0857/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d2a2a0fd5b..14f9b623f2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Google Play publisher account terminated wrongfully and going around in circles with Google](https://www.reddit.com/r/androiddev/comments/1c0woaq/google_play_publisher_account_terminated/) +- [Will Google charge/allow for any prepaid apps?](https://www.reddit.com/r/androiddev/comments/1c0vttn/will_google_chargeallow_for_any_prepaid_apps/) +- [Implications of "good standing"](https://www.reddit.com/r/androiddev/comments/1c0l6j8/implications_of_good_standing/) +- [Modern video codec guidelines for Android](https://www.reddit.com/r/androiddev/comments/1c0hu44/modern_video_codec_guidelines_for_android/) +- [How to fix the dreaded 'package appears to be invalid' error when installing APKs](https://www.reddit.com/r/androiddev/comments/1c0hnyc/how_to_fix_the_dreaded_package_appears_to_be/) +- [Is connecting to a MySQL Datebase via a REST API faster or slower than connecting directly to the DB?](https://www.reddit.com/r/androiddev/comments/1c0dri5/is_connecting_to_a_mysql_datebase_via_a_rest_api/) - [Android Studio Iguana | 2023.2.1 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/1c04jws/android_studio_iguana_202321_patch_2_now_available/) - [What's new in Kotlin 2.0.0-RC1](https://www.reddit.com/r/androiddev/comments/1c036ll/whats_new_in_kotlin_200rc1/) - [Can we publish from private repository?](https://www.reddit.com/r/androiddev/comments/1bzpnib/can_we_publish_from_private_repository/) - [Industry standards for more rigorous testing?](https://www.reddit.com/r/androiddev/comments/1bzm9dh/industry_standards_for_more_rigorous_testing/) -- [Has Anyone Else Noticed Changes in Google's App Review Process Lately?](https://www.reddit.com/r/androiddev/comments/1bzdosw/has_anyone_else_noticed_changes_in_googles_app/) -- [Android Studio uses Gemini Pro to make Android development faster and easier](https://www.reddit.com/r/androiddev/comments/1bzck1l/android_studio_uses_gemini_pro_to_make_android/) -- [StuditBot is now Gemini in Android Studio](https://www.reddit.com/r/androiddev/comments/1bzbcdj/studitbot_is_now_gemini_in_android_studio/) -- [Android Studio Koala | 2024.1.1 Canary 4 now available](https://www.reddit.com/r/androiddev/comments/1bz4ll7/android_studio_koala_202411_canary_4_now_available/) -- [Android Studio Jellyfish | 2023.3.1 RC 2 now available](https://www.reddit.com/r/androiddev/comments/1bz4lkm/android_studio_jellyfish_202331_rc_2_now_available/) -- [Weekly discussion, code review, and feedback thread - April 08, 2024](https://www.reddit.com/r/androiddev/comments/1byw2bn/weekly_discussion_code_review_and_feedback_thread/) ### *InfoWorld posts* From 369c4d8d089bddf5f3f5b6388a76eaa12dbff1e6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 12 Apr 2024 01:24:18 +0000 Subject: [PATCH 0858/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14f9b623f2..387a66be02 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Google Play publisher account terminated wrongfully and going around in circles with Google](https://www.reddit.com/r/androiddev/comments/1c0woaq/google_play_publisher_account_terminated/) +- [Apps targeting Android 15 will be forced into edge-to-edge mode](https://www.reddit.com/r/androiddev/comments/1c1rs1t/apps_targeting_android_15_will_be_forced_into/) +- [Help in xml](https://www.reddit.com/r/androiddev/comments/1c1qrsh/help_in_xml/) +- [Android Studio Koala | 2024.1.1 Canary 5 now available](https://www.reddit.com/r/androiddev/comments/1c1lkyy/android_studio_koala_202411_canary_5_now_available/) - [Will Google charge/allow for any prepaid apps?](https://www.reddit.com/r/androiddev/comments/1c0vttn/will_google_chargeallow_for_any_prepaid_apps/) - [Implications of "good standing"](https://www.reddit.com/r/androiddev/comments/1c0l6j8/implications_of_good_standing/) - [Modern video codec guidelines for Android](https://www.reddit.com/r/androiddev/comments/1c0hu44/modern_video_codec_guidelines_for_android/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Is connecting to a MySQL Datebase via a REST API faster or slower than connecting directly to the DB?](https://www.reddit.com/r/androiddev/comments/1c0dri5/is_connecting_to_a_mysql_datebase_via_a_rest_api/) - [Android Studio Iguana | 2023.2.1 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/1c04jws/android_studio_iguana_202321_patch_2_now_available/) - [What's new in Kotlin 2.0.0-RC1](https://www.reddit.com/r/androiddev/comments/1c036ll/whats_new_in_kotlin_200rc1/) -- [Can we publish from private repository?](https://www.reddit.com/r/androiddev/comments/1bzpnib/can_we_publish_from_private_repository/) -- [Industry standards for more rigorous testing?](https://www.reddit.com/r/androiddev/comments/1bzm9dh/industry_standards_for_more_rigorous_testing/) ### *InfoWorld posts* From dcdefa34f597619a1bb37706bc01c693a79139b7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 13 Apr 2024 01:15:22 +0000 Subject: [PATCH 0859/1422] Updated with the latest blog posts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 387a66be02..f6747ff9fa 100644 --- a/README.md +++ b/README.md @@ -271,8 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Jetpack Compose to Compose Multiplatform: Transition Guide](https://www.reddit.com/r/androiddev/comments/1c2b5uh/jetpack_compose_to_compose_multiplatform/) +- [V4 of my open source guitar effects pedal app: now records video too! Oboe (NDK) audio with Camera2 (Java) and MediaMuxer](https://www.reddit.com/r/androiddev/comments/1c243b4/v4_of_my_open_source_guitar_effects_pedal_app_now/) - [Apps targeting Android 15 will be forced into edge-to-edge mode](https://www.reddit.com/r/androiddev/comments/1c1rs1t/apps_targeting_android_15_will_be_forced_into/) -- [Help in xml](https://www.reddit.com/r/androiddev/comments/1c1qrsh/help_in_xml/) - [Android Studio Koala | 2024.1.1 Canary 5 now available](https://www.reddit.com/r/androiddev/comments/1c1lkyy/android_studio_koala_202411_canary_5_now_available/) - [Will Google charge/allow for any prepaid apps?](https://www.reddit.com/r/androiddev/comments/1c0vttn/will_google_chargeallow_for_any_prepaid_apps/) - [Implications of "good standing"](https://www.reddit.com/r/androiddev/comments/1c0l6j8/implications_of_good_standing/) @@ -280,7 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [How to fix the dreaded 'package appears to be invalid' error when installing APKs](https://www.reddit.com/r/androiddev/comments/1c0hnyc/how_to_fix_the_dreaded_package_appears_to_be/) - [Is connecting to a MySQL Datebase via a REST API faster or slower than connecting directly to the DB?](https://www.reddit.com/r/androiddev/comments/1c0dri5/is_connecting_to_a_mysql_datebase_via_a_rest_api/) - [Android Studio Iguana | 2023.2.1 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/1c04jws/android_studio_iguana_202321_patch_2_now_available/) -- [What's new in Kotlin 2.0.0-RC1](https://www.reddit.com/r/androiddev/comments/1c036ll/whats_new_in_kotlin_200rc1/) ### *InfoWorld posts* From 1b35f3221a619f56c17ad955358e5c73da154bc3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 14 Apr 2024 01:30:54 +0000 Subject: [PATCH 0860/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f6747ff9fa..bb070a873a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Need help with learning Android](https://www.reddit.com/r/androiddev/comments/1c3gah1/need_help_with_learning_android/) +- [SharedPreferences Debugging Made Easy: My Solution](https://www.reddit.com/r/androiddev/comments/1c3clb9/sharedpreferences_debugging_made_easy_my_solution/) +- [🗡️ Pokedex Compose demonstrates modern Android development with Jetpack Compose, Hilt, Coroutines, Flow, Jetpack (Room, ViewModel), and Material Design based on MVVM architecture.](https://www.reddit.com/r/androiddev/comments/1c33nxi/pokedex_compose_demonstrates_modern_android/) +- [Is directly using threads still needed and to be learned in industry or is it replaced completely by coroutines ?](https://www.reddit.com/r/androiddev/comments/1c2xtoc/is_directly_using_threads_still_needed_and_to_be/) - [Jetpack Compose to Compose Multiplatform: Transition Guide](https://www.reddit.com/r/androiddev/comments/1c2b5uh/jetpack_compose_to_compose_multiplatform/) - [V4 of my open source guitar effects pedal app: now records video too! Oboe (NDK) audio with Camera2 (Java) and MediaMuxer](https://www.reddit.com/r/androiddev/comments/1c243b4/v4_of_my_open_source_guitar_effects_pedal_app_now/) - [Apps targeting Android 15 will be forced into edge-to-edge mode](https://www.reddit.com/r/androiddev/comments/1c1rs1t/apps_targeting_android_15_will_be_forced_into/) - [Android Studio Koala | 2024.1.1 Canary 5 now available](https://www.reddit.com/r/androiddev/comments/1c1lkyy/android_studio_koala_202411_canary_5_now_available/) - [Will Google charge/allow for any prepaid apps?](https://www.reddit.com/r/androiddev/comments/1c0vttn/will_google_chargeallow_for_any_prepaid_apps/) - [Implications of "good standing"](https://www.reddit.com/r/androiddev/comments/1c0l6j8/implications_of_good_standing/) -- [Modern video codec guidelines for Android](https://www.reddit.com/r/androiddev/comments/1c0hu44/modern_video_codec_guidelines_for_android/) -- [How to fix the dreaded 'package appears to be invalid' error when installing APKs](https://www.reddit.com/r/androiddev/comments/1c0hnyc/how_to_fix_the_dreaded_package_appears_to_be/) -- [Is connecting to a MySQL Datebase via a REST API faster or slower than connecting directly to the DB?](https://www.reddit.com/r/androiddev/comments/1c0dri5/is_connecting_to_a_mysql_datebase_via_a_rest_api/) -- [Android Studio Iguana | 2023.2.1 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/1c04jws/android_studio_iguana_202321_patch_2_now_available/) ### *InfoWorld posts* From 6fb43fc345ea5ce77fbd168fa4f7109c8bfab154 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 15 Apr 2024 02:45:14 +0000 Subject: [PATCH 0861/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bb070a873a..acd47101a0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Need help with learning Android](https://www.reddit.com/r/androiddev/comments/1c3gah1/need_help_with_learning_android/) -- [SharedPreferences Debugging Made Easy: My Solution](https://www.reddit.com/r/androiddev/comments/1c3clb9/sharedpreferences_debugging_made_easy_my_solution/) -- [🗡️ Pokedex Compose demonstrates modern Android development with Jetpack Compose, Hilt, Coroutines, Flow, Jetpack (Room, ViewModel), and Material Design based on MVVM architecture.](https://www.reddit.com/r/androiddev/comments/1c33nxi/pokedex_compose_demonstrates_modern_android/) -- [Is directly using threads still needed and to be learned in industry or is it replaced completely by coroutines ?](https://www.reddit.com/r/androiddev/comments/1c2xtoc/is_directly_using_threads_still_needed_and_to_be/) -- [Jetpack Compose to Compose Multiplatform: Transition Guide](https://www.reddit.com/r/androiddev/comments/1c2b5uh/jetpack_compose_to_compose_multiplatform/) -- [V4 of my open source guitar effects pedal app: now records video too! Oboe (NDK) audio with Camera2 (Java) and MediaMuxer](https://www.reddit.com/r/androiddev/comments/1c243b4/v4_of_my_open_source_guitar_effects_pedal_app_now/) -- [Apps targeting Android 15 will be forced into edge-to-edge mode](https://www.reddit.com/r/androiddev/comments/1c1rs1t/apps_targeting_android_15_will_be_forced_into/) -- [Android Studio Koala | 2024.1.1 Canary 5 now available](https://www.reddit.com/r/androiddev/comments/1c1lkyy/android_studio_koala_202411_canary_5_now_available/) -- [Will Google charge/allow for any prepaid apps?](https://www.reddit.com/r/androiddev/comments/1c0vttn/will_google_chargeallow_for_any_prepaid_apps/) -- [Implications of "good standing"](https://www.reddit.com/r/androiddev/comments/1c0l6j8/implications_of_good_standing/) +- [Hello everyone I want to see if anyone can make me an Application for free as I know this is a big request but I have an idea for an application but I don’t know how to code so I cannot develop one I’m doing this application for my country/community and therefore it will be completely free](https://www.reddit.com/r/androiddev/comments/1c4a3hz/hello_everyone_i_want_to_see_if_anyone_can_make/) +- [Missing “Invite New Users” Button in Google Play Console](https://www.reddit.com/r/androiddev/comments/1c4819r/missing_invite_new_users_button_in_google_play/) +- [The project to migrate AOSP to Bazel is cancelled](https://www.reddit.com/r/androiddev/comments/1c47vas/the_project_to_migrate_aosp_to_bazel_is_cancelled/) +- [A tool that analyzes your method trace file and generates the analysis in a spreadsheet 🙌](https://www.reddit.com/r/androiddev/comments/1c45tr1/a_tool_that_analyzes_your_method_trace_file_and/) +- [Weird Text Field Behavior with Retrofit API Request](https://www.reddit.com/r/androiddev/comments/1c43eve/weird_text_field_behavior_with_retrofit_api/) +- [In case you missed it, retrofit started getting new updates.](https://www.reddit.com/r/androiddev/comments/1c40z14/in_case_you_missed_it_retrofit_started_getting/) +- [Keeping state when switching fragments](https://www.reddit.com/r/androiddev/comments/1c3ue63/keeping_state_when_switching_fragments/) +- [Is There a Good Way to Start a Project Using a Template?](https://www.reddit.com/r/androiddev/comments/1c3txyz/is_there_a_good_way_to_start_a_project_using_a/) +- [Kmp deeplink library](https://www.reddit.com/r/androiddev/comments/1c3tg08/kmp_deeplink_library/) +- [Kotlin or Flutter](https://www.reddit.com/r/androiddev/comments/1c3sq4o/kotlin_or_flutter/) ### *InfoWorld posts* From c1267d8092032be3dace9f60a00d41f656d41d46 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 16 Apr 2024 01:24:01 +0000 Subject: [PATCH 0862/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index acd47101a0..e3831d865b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Hello everyone I want to see if anyone can make me an Application for free as I know this is a big request but I have an idea for an application but I don’t know how to code so I cannot develop one I’m doing this application for my country/community and therefore it will be completely free](https://www.reddit.com/r/androiddev/comments/1c4a3hz/hello_everyone_i_want_to_see_if_anyone_can_make/) -- [Missing “Invite New Users” Button in Google Play Console](https://www.reddit.com/r/androiddev/comments/1c4819r/missing_invite_new_users_button_in_google_play/) -- [The project to migrate AOSP to Bazel is cancelled](https://www.reddit.com/r/androiddev/comments/1c47vas/the_project_to_migrate_aosp_to_bazel_is_cancelled/) -- [A tool that analyzes your method trace file and generates the analysis in a spreadsheet 🙌](https://www.reddit.com/r/androiddev/comments/1c45tr1/a_tool_that_analyzes_your_method_trace_file_and/) -- [Weird Text Field Behavior with Retrofit API Request](https://www.reddit.com/r/androiddev/comments/1c43eve/weird_text_field_behavior_with_retrofit_api/) -- [In case you missed it, retrofit started getting new updates.](https://www.reddit.com/r/androiddev/comments/1c40z14/in_case_you_missed_it_retrofit_started_getting/) -- [Keeping state when switching fragments](https://www.reddit.com/r/androiddev/comments/1c3ue63/keeping_state_when_switching_fragments/) -- [Is There a Good Way to Start a Project Using a Template?](https://www.reddit.com/r/androiddev/comments/1c3txyz/is_there_a_good_way_to_start_a_project_using_a/) -- [Kmp deeplink library](https://www.reddit.com/r/androiddev/comments/1c3tg08/kmp_deeplink_library/) -- [Kotlin or Flutter](https://www.reddit.com/r/androiddev/comments/1c3sq4o/kotlin_or_flutter/) +- [Account deletation requirements](https://www.reddit.com/r/androiddev/comments/1c51nuc/account_deletation_requirements/) +- [Understanding mobile app developer behaviors - 1 minute survey](https://www.reddit.com/r/androiddev/comments/1c4z6m6/understanding_mobile_app_developer_behaviors_1/) +- [Android test coverage reports](https://www.reddit.com/r/androiddev/comments/1c4z4tk/android_test_coverage_reports/) +- [Kotlin multiplatform unit tests](https://www.reddit.com/r/androiddev/comments/1c4z284/kotlin_multiplatform_unit_tests/) +- [Annoyed by Android Studio automatically switching from Project view to Android view?](https://www.reddit.com/r/androiddev/comments/1c4y34k/annoyed_by_android_studio_automatically_switching/) +- [Custom slider implementation using anchroedDraggable in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1c4uhj4/custom_slider_implementation_using/) +- [Downgrading Gradle from Canary Release (8.6) to Stable (8.3-4)](https://www.reddit.com/r/androiddev/comments/1c4rpmi/downgrading_gradle_from_canary_release_86_to/) +- [Really state model inside viewModel make sense?](https://www.reddit.com/r/androiddev/comments/1c4qgib/really_state_model_inside_viewmodel_make_sense/) +- [Beginner Android Course in 2024 with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1c4p826/beginner_android_course_in_2024_with_jetpack/) +- [Weekly discussion, code review, and feedback thread - April 15, 2024](https://www.reddit.com/r/androiddev/comments/1c4keks/weekly_discussion_code_review_and_feedback_thread/) ### *InfoWorld posts* From 4b3602c48036ab988f8b08b96a1c12e3694d6cf0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 17 Apr 2024 01:24:18 +0000 Subject: [PATCH 0863/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e3831d865b..e07d7b503f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Design Preview not working](https://www.reddit.com/r/androiddev/comments/1c5x433/design_preview_not_working/) +- [As a side project, I'm currently building a service that creates websites to promote mobile apps.](https://www.reddit.com/r/androiddev/comments/1c5vkxn/as_a_side_project_im_currently_building_a_service/) +- [I see your enterprise-grade Jetpack Compose 11MB pokedex app, and I raise you Poke.dex, my bare-minimum 600KB pokedex app](https://www.reddit.com/r/androiddev/comments/1c5vjhi/i_see_your_enterprisegrade_jetpack_compose_11mb/) +- [What use cases have you found for Gemini Nano?](https://www.reddit.com/r/androiddev/comments/1c5iebi/what_use_cases_have_you_found_for_gemini_nano/) +- [Identity Verification in Google Play Console for Non-English Speaking Countries](https://www.reddit.com/r/androiddev/comments/1c5a8lv/identity_verification_in_google_play_console_for/) +- [Is Native development dying?](https://www.reddit.com/r/androiddev/comments/1c558hj/is_native_development_dying/) - [Account deletation requirements](https://www.reddit.com/r/androiddev/comments/1c51nuc/account_deletation_requirements/) - [Understanding mobile app developer behaviors - 1 minute survey](https://www.reddit.com/r/androiddev/comments/1c4z6m6/understanding_mobile_app_developer_behaviors_1/) - [Android test coverage reports](https://www.reddit.com/r/androiddev/comments/1c4z4tk/android_test_coverage_reports/) - [Kotlin multiplatform unit tests](https://www.reddit.com/r/androiddev/comments/1c4z284/kotlin_multiplatform_unit_tests/) -- [Annoyed by Android Studio automatically switching from Project view to Android view?](https://www.reddit.com/r/androiddev/comments/1c4y34k/annoyed_by_android_studio_automatically_switching/) -- [Custom slider implementation using anchroedDraggable in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1c4uhj4/custom_slider_implementation_using/) -- [Downgrading Gradle from Canary Release (8.6) to Stable (8.3-4)](https://www.reddit.com/r/androiddev/comments/1c4rpmi/downgrading_gradle_from_canary_release_86_to/) -- [Really state model inside viewModel make sense?](https://www.reddit.com/r/androiddev/comments/1c4qgib/really_state_model_inside_viewmodel_make_sense/) -- [Beginner Android Course in 2024 with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1c4p826/beginner_android_course_in_2024_with_jetpack/) -- [Weekly discussion, code review, and feedback thread - April 15, 2024](https://www.reddit.com/r/androiddev/comments/1c4keks/weekly_discussion_code_review_and_feedback_thread/) ### *InfoWorld posts* From 199579d4c11e4e86db602253788a7b0f5b0db34b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 18 Apr 2024 01:24:03 +0000 Subject: [PATCH 0864/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e07d7b503f..1aa5cb8b08 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Design Preview not working](https://www.reddit.com/r/androiddev/comments/1c5x433/design_preview_not_working/) +- [I just noticed this on upgrading to Iguana](https://www.reddit.com/r/androiddev/comments/1c6d6uo/i_just_noticed_this_on_upgrading_to_iguana/) +- [Video: Inline, Crossinline, Noinline](https://www.reddit.com/r/androiddev/comments/1c6c14m/video_inline_crossinline_noinline/) +- [What kind of data is better stored in Preferences Datastore and what kind is better stored in Room](https://www.reddit.com/r/androiddev/comments/1c6bbq7/what_kind_of_data_is_better_stored_in_preferences/) +- [Playstore screenshots quality](https://www.reddit.com/r/androiddev/comments/1c6arzw/playstore_screenshots_quality/) +- [Modularising an on-going project](https://www.reddit.com/r/androiddev/comments/1c65hxz/modularising_an_ongoing_project/) +- [Application performance with client-server calls](https://www.reddit.com/r/androiddev/comments/1c64p5r/application_performance_with_clientserver_calls/) +- [Thoughts on ads free SDKs](https://www.reddit.com/r/androiddev/comments/1c63zfd/thoughts_on_ads_free_sdks/) +- [Shell commands from inside app?](https://www.reddit.com/r/androiddev/comments/1c634gc/shell_commands_from_inside_app/) +- [Is it worth it to convert a legacy java codebase to kotlin?](https://www.reddit.com/r/androiddev/comments/1c623au/is_it_worth_it_to_convert_a_legacy_java_codebase/) - [As a side project, I'm currently building a service that creates websites to promote mobile apps.](https://www.reddit.com/r/androiddev/comments/1c5vkxn/as_a_side_project_im_currently_building_a_service/) -- [I see your enterprise-grade Jetpack Compose 11MB pokedex app, and I raise you Poke.dex, my bare-minimum 600KB pokedex app](https://www.reddit.com/r/androiddev/comments/1c5vjhi/i_see_your_enterprisegrade_jetpack_compose_11mb/) -- [What use cases have you found for Gemini Nano?](https://www.reddit.com/r/androiddev/comments/1c5iebi/what_use_cases_have_you_found_for_gemini_nano/) -- [Identity Verification in Google Play Console for Non-English Speaking Countries](https://www.reddit.com/r/androiddev/comments/1c5a8lv/identity_verification_in_google_play_console_for/) -- [Is Native development dying?](https://www.reddit.com/r/androiddev/comments/1c558hj/is_native_development_dying/) -- [Account deletation requirements](https://www.reddit.com/r/androiddev/comments/1c51nuc/account_deletation_requirements/) -- [Understanding mobile app developer behaviors - 1 minute survey](https://www.reddit.com/r/androiddev/comments/1c4z6m6/understanding_mobile_app_developer_behaviors_1/) -- [Android test coverage reports](https://www.reddit.com/r/androiddev/comments/1c4z4tk/android_test_coverage_reports/) -- [Kotlin multiplatform unit tests](https://www.reddit.com/r/androiddev/comments/1c4z284/kotlin_multiplatform_unit_tests/) ### *InfoWorld posts* From 232619f90d6b65c879bed64f72da9e990aa1ee5f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 19 Apr 2024 01:24:41 +0000 Subject: [PATCH 0865/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1aa5cb8b08..3ff8380771 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [AVD keeps terminating whenever I use hardware as the graphics option](https://www.reddit.com/r/androiddev/comments/1c7ivl7/avd_keeps_terminating_whenever_i_use_hardware_as/) +- [Android Studio Koala | 2024.1.1 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/1c7fxej/android_studio_koala_202411_canary_6_now_available/) +- [What will happen if one of my testers related to a banned developer account?](https://www.reddit.com/r/androiddev/comments/1c73pta/what_will_happen_if_one_of_my_testers_related_to/) +- [SMS Call/Log permission reject for device automation app](https://www.reddit.com/r/androiddev/comments/1c6wyqb/sms_calllog_permission_reject_for_device/) +- [Modularising an on-going project](https://www.reddit.com/r/androiddev/comments/1c6wble/modularising_an_ongoing_project/) +- [Does having removed app cause of deprecated API gives my account negative credits?](https://www.reddit.com/r/androiddev/comments/1c6vthd/does_having_removed_app_cause_of_deprecated_api/) +- [Seeking Efficient Multi-Platform Synchronization Solutions for Existing Room + SQLite Setup](https://www.reddit.com/r/androiddev/comments/1c6u5ds/seeking_efficient_multiplatform_synchronization/) +- [Something like the classic windows media player visualisation for android](https://www.reddit.com/r/androiddev/comments/1c6surk/something_like_the_classic_windows_media_player/) - [I just noticed this on upgrading to Iguana](https://www.reddit.com/r/androiddev/comments/1c6d6uo/i_just_noticed_this_on_upgrading_to_iguana/) - [Video: Inline, Crossinline, Noinline](https://www.reddit.com/r/androiddev/comments/1c6c14m/video_inline_crossinline_noinline/) -- [What kind of data is better stored in Preferences Datastore and what kind is better stored in Room](https://www.reddit.com/r/androiddev/comments/1c6bbq7/what_kind_of_data_is_better_stored_in_preferences/) -- [Playstore screenshots quality](https://www.reddit.com/r/androiddev/comments/1c6arzw/playstore_screenshots_quality/) -- [Modularising an on-going project](https://www.reddit.com/r/androiddev/comments/1c65hxz/modularising_an_ongoing_project/) -- [Application performance with client-server calls](https://www.reddit.com/r/androiddev/comments/1c64p5r/application_performance_with_clientserver_calls/) -- [Thoughts on ads free SDKs](https://www.reddit.com/r/androiddev/comments/1c63zfd/thoughts_on_ads_free_sdks/) -- [Shell commands from inside app?](https://www.reddit.com/r/androiddev/comments/1c634gc/shell_commands_from_inside_app/) -- [Is it worth it to convert a legacy java codebase to kotlin?](https://www.reddit.com/r/androiddev/comments/1c623au/is_it_worth_it_to_convert_a_legacy_java_codebase/) -- [As a side project, I'm currently building a service that creates websites to promote mobile apps.](https://www.reddit.com/r/androiddev/comments/1c5vkxn/as_a_side_project_im_currently_building_a_service/) ### *InfoWorld posts* From 1fd9fdae36e5679f1b01aeaf56e83a31b367f8e5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 20 Apr 2024 01:24:12 +0000 Subject: [PATCH 0866/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3ff8380771..8778282a28 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [I got banned after a week with no explanation. Does anyone know a phone number they actually pick up on? I want to talk to a person at Google.](https://www.reddit.com/r/androiddev/comments/1c8ab6f/i_got_banned_after_a_week_with_no_explanation/) +- [How big of a disadvantage is using windows Instead of MacOS](https://www.reddit.com/r/androiddev/comments/1c81s6h/how_big_of_a_disadvantage_is_using_windows/) +- [Does Realm's frozen architecture let you view live data from the background thread?](https://www.reddit.com/r/androiddev/comments/1c80ul6/does_realms_frozen_architecture_let_you_view_live/) +- [Guide to app architecture - What is the domain layer?](https://www.reddit.com/r/androiddev/comments/1c804jm/guide_to_app_architecture_what_is_the_domain_layer/) +- [SQLite & Room Synchronization Library](https://www.reddit.com/r/androiddev/comments/1c7y8x4/sqlite_room_synchronization_library/) - [AVD keeps terminating whenever I use hardware as the graphics option](https://www.reddit.com/r/androiddev/comments/1c7ivl7/avd_keeps_terminating_whenever_i_use_hardware_as/) - [Android Studio Koala | 2024.1.1 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/1c7fxej/android_studio_koala_202411_canary_6_now_available/) - [What will happen if one of my testers related to a banned developer account?](https://www.reddit.com/r/androiddev/comments/1c73pta/what_will_happen_if_one_of_my_testers_related_to/) - [SMS Call/Log permission reject for device automation app](https://www.reddit.com/r/androiddev/comments/1c6wyqb/sms_calllog_permission_reject_for_device/) - [Modularising an on-going project](https://www.reddit.com/r/androiddev/comments/1c6wble/modularising_an_ongoing_project/) -- [Does having removed app cause of deprecated API gives my account negative credits?](https://www.reddit.com/r/androiddev/comments/1c6vthd/does_having_removed_app_cause_of_deprecated_api/) -- [Seeking Efficient Multi-Platform Synchronization Solutions for Existing Room + SQLite Setup](https://www.reddit.com/r/androiddev/comments/1c6u5ds/seeking_efficient_multiplatform_synchronization/) -- [Something like the classic windows media player visualisation for android](https://www.reddit.com/r/androiddev/comments/1c6surk/something_like_the_classic_windows_media_player/) -- [I just noticed this on upgrading to Iguana](https://www.reddit.com/r/androiddev/comments/1c6d6uo/i_just_noticed_this_on_upgrading_to_iguana/) -- [Video: Inline, Crossinline, Noinline](https://www.reddit.com/r/androiddev/comments/1c6c14m/video_inline_crossinline_noinline/) ### *InfoWorld posts* From f54a01c06508f6f6c4bc1405297e749fd1c4f5f1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 20 Apr 2024 01:24:14 +0000 Subject: [PATCH 0867/1422] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8778282a28..31da4ffc86 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *InfoWorld posts* +- [Android 15 reaches beta](https://www.infoworld.com/article/3715401/android-15-reaches-beta.html#tk.rss_android) - [Kotlin keeps climbing the Tiobe popularity index](https://www.infoworld.com/article/3710290/kotlin-keeps-climbing-the-tiobe-popularity-index.html#tk.rss_android) - [Building for Linux and Android on Windows](https://www.infoworld.com/article/3707729/building-for-linux-and-android-on-windows.html#tk.rss_android) - [Flutter 3.13 speeds rendering on iOS](https://www.infoworld.com/article/3705031/flutter-313-speeds-rendering-on-ios.html#tk.rss_android) @@ -295,7 +296,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Android 14 preview for developers arrives](https://www.infoworld.com/article/3687731/android-14-preview-for-developers-arrives.html#tk.rss_android) - [What is Kotlin? The Java alternative explained](https://www.infoworld.com/article/3224868/what-is-kotlin-the-java-alternative-explained.html#tk.rss_android) - [Android 13 brings themed app icons, security tweaks](https://www.infoworld.com/article/3669860/android-13-brings-themed-app-icons-security-tweaks.html#tk.rss_android) -- [Jetpack Compose 1.2 packs text improvements](https://www.infoworld.com/article/3660772/jetpack-compose-12-packs-text-improvements.html#tk.rss_android) ### *RedHat posts* From ffefa28a1b34b44cfbae3092b7f5d10e04d41bb4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 21 Apr 2024 01:27:33 +0000 Subject: [PATCH 0868/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 31da4ffc86..07656636c8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I got banned after a week with no explanation. Does anyone know a phone number they actually pick up on? I want to talk to a person at Google.](https://www.reddit.com/r/androiddev/comments/1c8ab6f/i_got_banned_after_a_week_with_no_explanation/) +- [Is writing code in a repository and then writing the same code in a viewmodel the most blatant example of boilerplate code?](https://www.reddit.com/r/androiddev/comments/1c92ykk/is_writing_code_in_a_repository_and_then_writing/) +- [Android Navigation: Up vs Back](https://www.reddit.com/r/androiddev/comments/1c90gft/android_navigation_up_vs_back/) +- [Slow gradle build on Surface Pro 9](https://www.reddit.com/r/androiddev/comments/1c8saol/slow_gradle_build_on_surface_pro_9/) +- [Annotated PDFs still doesn't work in Android 15?](https://www.reddit.com/r/androiddev/comments/1c8rp0r/annotated_pdfs_still_doesnt_work_in_android_15/) +- [Questions of Jetpack Paging 3](https://www.reddit.com/r/androiddev/comments/1c8qj7l/questions_of_jetpack_paging_3/) +- [New Secured Background activity Launches?](https://www.reddit.com/r/androiddev/comments/1c8qfjh/new_secured_background_activity_launches/) +- [Google Maps poor performance in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1c8jo9k/google_maps_poor_performance_in_jetpack_compose/) +- [How do I pass the value and onValueChange parameters of a Textfield as parameters in the constructor of a Composable?](https://www.reddit.com/r/androiddev/comments/1c8gbjc/how_do_i_pass_the_value_and_onvaluechange/) - [How big of a disadvantage is using windows Instead of MacOS](https://www.reddit.com/r/androiddev/comments/1c81s6h/how_big_of_a_disadvantage_is_using_windows/) - [Does Realm's frozen architecture let you view live data from the background thread?](https://www.reddit.com/r/androiddev/comments/1c80ul6/does_realms_frozen_architecture_let_you_view_live/) -- [Guide to app architecture - What is the domain layer?](https://www.reddit.com/r/androiddev/comments/1c804jm/guide_to_app_architecture_what_is_the_domain_layer/) -- [SQLite & Room Synchronization Library](https://www.reddit.com/r/androiddev/comments/1c7y8x4/sqlite_room_synchronization_library/) -- [AVD keeps terminating whenever I use hardware as the graphics option](https://www.reddit.com/r/androiddev/comments/1c7ivl7/avd_keeps_terminating_whenever_i_use_hardware_as/) -- [Android Studio Koala | 2024.1.1 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/1c7fxej/android_studio_koala_202411_canary_6_now_available/) -- [What will happen if one of my testers related to a banned developer account?](https://www.reddit.com/r/androiddev/comments/1c73pta/what_will_happen_if_one_of_my_testers_related_to/) -- [SMS Call/Log permission reject for device automation app](https://www.reddit.com/r/androiddev/comments/1c6wyqb/sms_calllog_permission_reject_for_device/) -- [Modularising an on-going project](https://www.reddit.com/r/androiddev/comments/1c6wble/modularising_an_ongoing_project/) ### *InfoWorld posts* From 5647dd69a34d12d9bbc363a3d308a77a0fce7b7d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 22 Apr 2024 01:26:24 +0000 Subject: [PATCH 0869/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 07656636c8..7c9890ff1d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Can I Learn android programming with LOW END PC ?](https://www.reddit.com/r/androiddev/comments/1c9vu2g/can_i_learn_android_programming_with_low_end_pc/) +- [Getting wifi info from network?](https://www.reddit.com/r/androiddev/comments/1c9luag/getting_wifi_info_from_network/) +- [Synchronizing a countdown timer in multiplayer game between clients?](https://www.reddit.com/r/androiddev/comments/1c9c9gv/synchronizing_a_countdown_timer_in_multiplayer/) +- [A note regarding progress and innovation in SWE](https://www.reddit.com/r/androiddev/comments/1c9bz02/a_note_regarding_progress_and_innovation_in_swe/) - [Is writing code in a repository and then writing the same code in a viewmodel the most blatant example of boilerplate code?](https://www.reddit.com/r/androiddev/comments/1c92ykk/is_writing_code_in_a_repository_and_then_writing/) - [Android Navigation: Up vs Back](https://www.reddit.com/r/androiddev/comments/1c90gft/android_navigation_up_vs_back/) - [Slow gradle build on Surface Pro 9](https://www.reddit.com/r/androiddev/comments/1c8saol/slow_gradle_build_on_surface_pro_9/) - [Annotated PDFs still doesn't work in Android 15?](https://www.reddit.com/r/androiddev/comments/1c8rp0r/annotated_pdfs_still_doesnt_work_in_android_15/) - [Questions of Jetpack Paging 3](https://www.reddit.com/r/androiddev/comments/1c8qj7l/questions_of_jetpack_paging_3/) - [New Secured Background activity Launches?](https://www.reddit.com/r/androiddev/comments/1c8qfjh/new_secured_background_activity_launches/) -- [Google Maps poor performance in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1c8jo9k/google_maps_poor_performance_in_jetpack_compose/) -- [How do I pass the value and onValueChange parameters of a Textfield as parameters in the constructor of a Composable?](https://www.reddit.com/r/androiddev/comments/1c8gbjc/how_do_i_pass_the_value_and_onvaluechange/) -- [How big of a disadvantage is using windows Instead of MacOS](https://www.reddit.com/r/androiddev/comments/1c81s6h/how_big_of_a_disadvantage_is_using_windows/) -- [Does Realm's frozen architecture let you view live data from the background thread?](https://www.reddit.com/r/androiddev/comments/1c80ul6/does_realms_frozen_architecture_let_you_view_live/) ### *InfoWorld posts* From 5248cebf7e2babc1e997b0646d2993c9621d4b9b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 23 Apr 2024 01:25:08 +0000 Subject: [PATCH 0870/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7c9890ff1d..57cae77e97 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Weekly discussion, code review, and feedback thread - April 22, 2024](https://www.reddit.com/r/androiddev/comments/1ca8v9x/weekly_discussion_code_review_and_feedback_thread/) +- [How often are app releases at your current organisation?](https://www.reddit.com/r/androiddev/comments/1ca8rok/how_often_are_app_releases_at_your_current/) +- [AOSP 13/14 have the same RAM requirements of their full Google Android counterparts?](https://www.reddit.com/r/androiddev/comments/1ca6o7k/aosp_1314_have_the_same_ram_requirements_of_their/) +- [What are some good data visualization solutions and why? (Jetpack compose for ui)](https://www.reddit.com/r/androiddev/comments/1ca2g26/what_are_some_good_data_visualization_solutions/) - [Can I Learn android programming with LOW END PC ?](https://www.reddit.com/r/androiddev/comments/1c9vu2g/can_i_learn_android_programming_with_low_end_pc/) +- [Need help with protobuf generation](https://www.reddit.com/r/androiddev/comments/1c9pxh2/need_help_with_protobuf_generation/) - [Getting wifi info from network?](https://www.reddit.com/r/androiddev/comments/1c9luag/getting_wifi_info_from_network/) - [Synchronizing a countdown timer in multiplayer game between clients?](https://www.reddit.com/r/androiddev/comments/1c9c9gv/synchronizing_a_countdown_timer_in_multiplayer/) - [A note regarding progress and innovation in SWE](https://www.reddit.com/r/androiddev/comments/1c9bz02/a_note_regarding_progress_and_innovation_in_swe/) - [Is writing code in a repository and then writing the same code in a viewmodel the most blatant example of boilerplate code?](https://www.reddit.com/r/androiddev/comments/1c92ykk/is_writing_code_in_a_repository_and_then_writing/) -- [Android Navigation: Up vs Back](https://www.reddit.com/r/androiddev/comments/1c90gft/android_navigation_up_vs_back/) -- [Slow gradle build on Surface Pro 9](https://www.reddit.com/r/androiddev/comments/1c8saol/slow_gradle_build_on_surface_pro_9/) -- [Annotated PDFs still doesn't work in Android 15?](https://www.reddit.com/r/androiddev/comments/1c8rp0r/annotated_pdfs_still_doesnt_work_in_android_15/) -- [Questions of Jetpack Paging 3](https://www.reddit.com/r/androiddev/comments/1c8qj7l/questions_of_jetpack_paging_3/) -- [New Secured Background activity Launches?](https://www.reddit.com/r/androiddev/comments/1c8qfjh/new_secured_background_activity_launches/) ### *InfoWorld posts* From 0d6c41f4e33a7f59f9487266cfa24b6c6e5e59cb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 24 Apr 2024 01:26:07 +0000 Subject: [PATCH 0871/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 57cae77e97..f926c6adba 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [What's the name of this theme?](https://www.reddit.com/r/androiddev/comments/1cbdhqh/whats_the_name_of_this_theme/) +- [Articles - How to detect Process Death Issues](https://www.reddit.com/r/androiddev/comments/1caz083/articles_how_to_detect_process_death_issues/) +- [Anyway to reduce app size.](https://www.reddit.com/r/androiddev/comments/1caxbf6/anyway_to_reduce_app_size/) +- [Book Recommendations](https://www.reddit.com/r/androiddev/comments/1catnl8/book_recommendations/) - [Weekly discussion, code review, and feedback thread - April 22, 2024](https://www.reddit.com/r/androiddev/comments/1ca8v9x/weekly_discussion_code_review_and_feedback_thread/) - [How often are app releases at your current organisation?](https://www.reddit.com/r/androiddev/comments/1ca8rok/how_often_are_app_releases_at_your_current/) - [AOSP 13/14 have the same RAM requirements of their full Google Android counterparts?](https://www.reddit.com/r/androiddev/comments/1ca6o7k/aosp_1314_have_the_same_ram_requirements_of_their/) - [What are some good data visualization solutions and why? (Jetpack compose for ui)](https://www.reddit.com/r/androiddev/comments/1ca2g26/what_are_some_good_data_visualization_solutions/) - [Can I Learn android programming with LOW END PC ?](https://www.reddit.com/r/androiddev/comments/1c9vu2g/can_i_learn_android_programming_with_low_end_pc/) - [Need help with protobuf generation](https://www.reddit.com/r/androiddev/comments/1c9pxh2/need_help_with_protobuf_generation/) -- [Getting wifi info from network?](https://www.reddit.com/r/androiddev/comments/1c9luag/getting_wifi_info_from_network/) -- [Synchronizing a countdown timer in multiplayer game between clients?](https://www.reddit.com/r/androiddev/comments/1c9c9gv/synchronizing_a_countdown_timer_in_multiplayer/) -- [A note regarding progress and innovation in SWE](https://www.reddit.com/r/androiddev/comments/1c9bz02/a_note_regarding_progress_and_innovation_in_swe/) -- [Is writing code in a repository and then writing the same code in a viewmodel the most blatant example of boilerplate code?](https://www.reddit.com/r/androiddev/comments/1c92ykk/is_writing_code_in_a_repository_and_then_writing/) ### *InfoWorld posts* From 3368d653c14690adc933ba1eea9e75e94635d5db Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 25 Apr 2024 01:26:09 +0000 Subject: [PATCH 0872/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f926c6adba..67bb5e59ce 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android iguana gradle issue](https://www.reddit.com/r/androiddev/comments/1cc97ki/android_iguana_gradle_issue/) +- [The Road Less Starred: Lessons Learned from My Markdown Twain Library](https://www.reddit.com/r/androiddev/comments/1cc4qjd/the_road_less_starred_lessons_learned_from_my/) +- [Kotlin Illustrated Ch 19 - Generic Variance](https://www.reddit.com/r/androiddev/comments/1cc04ag/kotlin_illustrated_ch_19_generic_variance/) +- [How can I add blur to Composables for Android versions <12?](https://www.reddit.com/r/androiddev/comments/1cbw4j2/how_can_i_add_blur_to_composables_for_android/) +- [How does the order in which you place modifiers affect a composable?](https://www.reddit.com/r/androiddev/comments/1cbtys2/how_does_the_order_in_which_you_place_modifiers/) - [What's the name of this theme?](https://www.reddit.com/r/androiddev/comments/1cbdhqh/whats_the_name_of_this_theme/) - [Articles - How to detect Process Death Issues](https://www.reddit.com/r/androiddev/comments/1caz083/articles_how_to_detect_process_death_issues/) - [Anyway to reduce app size.](https://www.reddit.com/r/androiddev/comments/1caxbf6/anyway_to_reduce_app_size/) - [Book Recommendations](https://www.reddit.com/r/androiddev/comments/1catnl8/book_recommendations/) - [Weekly discussion, code review, and feedback thread - April 22, 2024](https://www.reddit.com/r/androiddev/comments/1ca8v9x/weekly_discussion_code_review_and_feedback_thread/) -- [How often are app releases at your current organisation?](https://www.reddit.com/r/androiddev/comments/1ca8rok/how_often_are_app_releases_at_your_current/) -- [AOSP 13/14 have the same RAM requirements of their full Google Android counterparts?](https://www.reddit.com/r/androiddev/comments/1ca6o7k/aosp_1314_have_the_same_ram_requirements_of_their/) -- [What are some good data visualization solutions and why? (Jetpack compose for ui)](https://www.reddit.com/r/androiddev/comments/1ca2g26/what_are_some_good_data_visualization_solutions/) -- [Can I Learn android programming with LOW END PC ?](https://www.reddit.com/r/androiddev/comments/1c9vu2g/can_i_learn_android_programming_with_low_end_pc/) -- [Need help with protobuf generation](https://www.reddit.com/r/androiddev/comments/1c9pxh2/need_help_with_protobuf_generation/) ### *InfoWorld posts* From d1124922770e62063d2b7072028e20bafd38e444 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 26 Apr 2024 01:25:01 +0000 Subject: [PATCH 0873/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 67bb5e59ce..c464185fdf 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android iguana gradle issue](https://www.reddit.com/r/androiddev/comments/1cc97ki/android_iguana_gradle_issue/) +- [Detect remote access](https://www.reddit.com/r/androiddev/comments/1cd47hk/detect_remote_access/) +- [Animating the Netflix Logo in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1cd1s29/animating_the_netflix_logo_in_jetpack_compose/) +- [Can you pass CASA Tier 2 by acknowledging Low Severity vulnerabilities without remediation?](https://www.reddit.com/r/androiddev/comments/1cd0yxn/can_you_pass_casa_tier_2_by_acknowledging_low/) +- [K2 Compiler Performance Benchmarks and How to Measure Them on Your Projects](https://www.reddit.com/r/androiddev/comments/1ccy1xx/k2_compiler_performance_benchmarks_and_how_to/) +- [Do you usually give the user both options (perform work with a service or serviceless)?](https://www.reddit.com/r/androiddev/comments/1ccllfs/do_you_usually_give_the_user_both_options_perform/) - [The Road Less Starred: Lessons Learned from My Markdown Twain Library](https://www.reddit.com/r/androiddev/comments/1cc4qjd/the_road_less_starred_lessons_learned_from_my/) - [Kotlin Illustrated Ch 19 - Generic Variance](https://www.reddit.com/r/androiddev/comments/1cc04ag/kotlin_illustrated_ch_19_generic_variance/) - [How can I add blur to Composables for Android versions <12?](https://www.reddit.com/r/androiddev/comments/1cbw4j2/how_can_i_add_blur_to_composables_for_android/) - [How does the order in which you place modifiers affect a composable?](https://www.reddit.com/r/androiddev/comments/1cbtys2/how_does_the_order_in_which_you_place_modifiers/) - [What's the name of this theme?](https://www.reddit.com/r/androiddev/comments/1cbdhqh/whats_the_name_of_this_theme/) -- [Articles - How to detect Process Death Issues](https://www.reddit.com/r/androiddev/comments/1caz083/articles_how_to_detect_process_death_issues/) -- [Anyway to reduce app size.](https://www.reddit.com/r/androiddev/comments/1caxbf6/anyway_to_reduce_app_size/) -- [Book Recommendations](https://www.reddit.com/r/androiddev/comments/1catnl8/book_recommendations/) -- [Weekly discussion, code review, and feedback thread - April 22, 2024](https://www.reddit.com/r/androiddev/comments/1ca8v9x/weekly_discussion_code_review_and_feedback_thread/) ### *InfoWorld posts* From fd8005b397673deacf5d709ad124535c6e69706f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 27 Apr 2024 01:24:24 +0000 Subject: [PATCH 0874/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c464185fdf..8113fd2426 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Detect remote access](https://www.reddit.com/r/androiddev/comments/1cd47hk/detect_remote_access/) -- [Animating the Netflix Logo in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1cd1s29/animating_the_netflix_logo_in_jetpack_compose/) -- [Can you pass CASA Tier 2 by acknowledging Low Severity vulnerabilities without remediation?](https://www.reddit.com/r/androiddev/comments/1cd0yxn/can_you_pass_casa_tier_2_by_acknowledging_low/) -- [K2 Compiler Performance Benchmarks and How to Measure Them on Your Projects](https://www.reddit.com/r/androiddev/comments/1ccy1xx/k2_compiler_performance_benchmarks_and_how_to/) -- [Do you usually give the user both options (perform work with a service or serviceless)?](https://www.reddit.com/r/androiddev/comments/1ccllfs/do_you_usually_give_the_user_both_options_perform/) -- [The Road Less Starred: Lessons Learned from My Markdown Twain Library](https://www.reddit.com/r/androiddev/comments/1cc4qjd/the_road_less_starred_lessons_learned_from_my/) -- [Kotlin Illustrated Ch 19 - Generic Variance](https://www.reddit.com/r/androiddev/comments/1cc04ag/kotlin_illustrated_ch_19_generic_variance/) -- [How can I add blur to Composables for Android versions <12?](https://www.reddit.com/r/androiddev/comments/1cbw4j2/how_can_i_add_blur_to_composables_for_android/) -- [How does the order in which you place modifiers affect a composable?](https://www.reddit.com/r/androiddev/comments/1cbtys2/how_does_the_order_in_which_you_place_modifiers/) -- [What's the name of this theme?](https://www.reddit.com/r/androiddev/comments/1cbdhqh/whats_the_name_of_this_theme/) +- [Where to store app settings?](https://www.reddit.com/r/androiddev/comments/1cdxh6w/where_to_store_app_settings/) +- [How To Have Gradient Stroke Colors MaterialCard](https://www.reddit.com/r/androiddev/comments/1cdvmdh/how_to_have_gradient_stroke_colors_materialcard/) +- [an unfinished space game](https://www.reddit.com/r/androiddev/comments/1cdunlc/an_unfinished_space_game/) +- [Question about Room library (framework?) and threading](https://www.reddit.com/r/androiddev/comments/1cdotvz/question_about_room_library_framework_and/) +- [New /r/AndroidDev Rules Spring 2024](https://www.reddit.com/r/androiddev/comments/1cdol70/new_randroiddev_rules_spring_2024/) +- [How to Build Your Own Pre-Built WebRTC Library For Android](https://www.reddit.com/r/androiddev/comments/1cdog5u/how_to_build_your_own_prebuilt_webrtc_library_for/) +- [AI generated images.](https://www.reddit.com/r/androiddev/comments/1cdnjc1/ai_generated_images/) +- [Call webassembly from Android app ?](https://www.reddit.com/r/androiddev/comments/1cdmjx5/call_webassembly_from_android_app/) +- [Volunteering as a QA tester?](https://www.reddit.com/r/androiddev/comments/1cdkl6p/volunteering_as_a_qa_tester/) +- [Theme-Aware Edge-To-Edge In Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1cdhmrr/themeaware_edgetoedge_in_jetpack_compose/) ### *InfoWorld posts* From 6e73c0707e75ab36d1c73add084e49aa732c67cc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 28 Apr 2024 01:28:06 +0000 Subject: [PATCH 0875/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8113fd2426..1b948350e4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Always use the SDK provided tool if possible](https://www.reddit.com/r/androiddev/comments/1cerpe1/always_use_the_sdk_provided_tool_if_possible/) +- [Android Emulator on AMD](https://www.reddit.com/r/androiddev/comments/1ceqls4/android_emulator_on_amd/) +- [Modifier-based tooltips in Compose](https://www.reddit.com/r/androiddev/comments/1cejbk4/modifierbased_tooltips_in_compose/) +- [Compose compiler is moving to Kotlin repository](https://www.reddit.com/r/androiddev/comments/1ceh6wb/compose_compiler_is_moving_to_kotlin_repository/) +- [YouTube shows in-app purchase email according to the account used to log into the YouTube app. How?](https://www.reddit.com/r/androiddev/comments/1ce9g73/youtube_shows_inapp_purchase_email_according_to/) +- [Just found out that i can drag expressions into watches list in Android Studio .. very handy!](https://www.reddit.com/r/androiddev/comments/1ce71fm/just_found_out_that_i_can_drag_expressions_into/) +- [PixaPencil - The perfect app for creating pixel art on the go](https://www.reddit.com/r/androiddev/comments/1ce6ecf/pixapencil_the_perfect_app_for_creating_pixel_art/) - [Where to store app settings?](https://www.reddit.com/r/androiddev/comments/1cdxh6w/where_to_store_app_settings/) - [How To Have Gradient Stroke Colors MaterialCard](https://www.reddit.com/r/androiddev/comments/1cdvmdh/how_to_have_gradient_stroke_colors_materialcard/) - [an unfinished space game](https://www.reddit.com/r/androiddev/comments/1cdunlc/an_unfinished_space_game/) -- [Question about Room library (framework?) and threading](https://www.reddit.com/r/androiddev/comments/1cdotvz/question_about_room_library_framework_and/) -- [New /r/AndroidDev Rules Spring 2024](https://www.reddit.com/r/androiddev/comments/1cdol70/new_randroiddev_rules_spring_2024/) -- [How to Build Your Own Pre-Built WebRTC Library For Android](https://www.reddit.com/r/androiddev/comments/1cdog5u/how_to_build_your_own_prebuilt_webrtc_library_for/) -- [AI generated images.](https://www.reddit.com/r/androiddev/comments/1cdnjc1/ai_generated_images/) -- [Call webassembly from Android app ?](https://www.reddit.com/r/androiddev/comments/1cdmjx5/call_webassembly_from_android_app/) -- [Volunteering as a QA tester?](https://www.reddit.com/r/androiddev/comments/1cdkl6p/volunteering_as_a_qa_tester/) -- [Theme-Aware Edge-To-Edge In Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1cdhmrr/themeaware_edgetoedge_in_jetpack_compose/) ### *InfoWorld posts* From 874906c7951d451d45cd087475cb2aa3a54ab069 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 29 Apr 2024 01:26:01 +0000 Subject: [PATCH 0876/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1b948350e4..ea00213e81 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [What feature allows registration of context menu items in *other* apps?](https://www.reddit.com/r/androiddev/comments/1cfmggl/what_feature_allows_registration_of_context_menu/) +- [How to check allocatable bytes or available storage on the documents/files shared external storage according to the official documentation?](https://www.reddit.com/r/androiddev/comments/1cfjnnf/how_to_check_allocatable_bytes_or_available/) +- [Getting verbose logs from NotificationManagerService](https://www.reddit.com/r/androiddev/comments/1cfh3uo/getting_verbose_logs_from/) +- [Closed Test Join Links Are Not Working](https://www.reddit.com/r/androiddev/comments/1cfgilr/closed_test_join_links_are_not_working/) +- [How to launch an app in Spain and Germany?](https://www.reddit.com/r/androiddev/comments/1cf9pk5/how_to_launch_an_app_in_spain_and_germany/) +- [Need a little help with Flows - running an action on each item](https://www.reddit.com/r/androiddev/comments/1cf6kcr/need_a_little_help_with_flows_running_an_action/) +- [How can I Fetch Recent 5-Star Reviews from Google Play Store Programmatically?](https://www.reddit.com/r/androiddev/comments/1cf5vtv/how_can_i_fetch_recent_5star_reviews_from_google/) +- [Google Play rollout strategy](https://www.reddit.com/r/androiddev/comments/1cexzwl/google_play_rollout_strategy/) +- [Should there be any legitimate hardcoded URL in the Android codebase?](https://www.reddit.com/r/androiddev/comments/1ceween/should_there_be_any_legitimate_hardcoded_url_in/) - [Always use the SDK provided tool if possible](https://www.reddit.com/r/androiddev/comments/1cerpe1/always_use_the_sdk_provided_tool_if_possible/) -- [Android Emulator on AMD](https://www.reddit.com/r/androiddev/comments/1ceqls4/android_emulator_on_amd/) -- [Modifier-based tooltips in Compose](https://www.reddit.com/r/androiddev/comments/1cejbk4/modifierbased_tooltips_in_compose/) -- [Compose compiler is moving to Kotlin repository](https://www.reddit.com/r/androiddev/comments/1ceh6wb/compose_compiler_is_moving_to_kotlin_repository/) -- [YouTube shows in-app purchase email according to the account used to log into the YouTube app. How?](https://www.reddit.com/r/androiddev/comments/1ce9g73/youtube_shows_inapp_purchase_email_according_to/) -- [Just found out that i can drag expressions into watches list in Android Studio .. very handy!](https://www.reddit.com/r/androiddev/comments/1ce71fm/just_found_out_that_i_can_drag_expressions_into/) -- [PixaPencil - The perfect app for creating pixel art on the go](https://www.reddit.com/r/androiddev/comments/1ce6ecf/pixapencil_the_perfect_app_for_creating_pixel_art/) -- [Where to store app settings?](https://www.reddit.com/r/androiddev/comments/1cdxh6w/where_to_store_app_settings/) -- [How To Have Gradient Stroke Colors MaterialCard](https://www.reddit.com/r/androiddev/comments/1cdvmdh/how_to_have_gradient_stroke_colors_materialcard/) -- [an unfinished space game](https://www.reddit.com/r/androiddev/comments/1cdunlc/an_unfinished_space_game/) ### *InfoWorld posts* From 0aa5f2d4510d4072c3b55d9f6254d414dcf3e2e6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 30 Apr 2024 01:24:55 +0000 Subject: [PATCH 0877/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ea00213e81..5cb8f16a7a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What feature allows registration of context menu items in *other* apps?](https://www.reddit.com/r/androiddev/comments/1cfmggl/what_feature_allows_registration_of_context_menu/) -- [How to check allocatable bytes or available storage on the documents/files shared external storage according to the official documentation?](https://www.reddit.com/r/androiddev/comments/1cfjnnf/how_to_check_allocatable_bytes_or_available/) -- [Getting verbose logs from NotificationManagerService](https://www.reddit.com/r/androiddev/comments/1cfh3uo/getting_verbose_logs_from/) -- [Closed Test Join Links Are Not Working](https://www.reddit.com/r/androiddev/comments/1cfgilr/closed_test_join_links_are_not_working/) -- [How to launch an app in Spain and Germany?](https://www.reddit.com/r/androiddev/comments/1cf9pk5/how_to_launch_an_app_in_spain_and_germany/) -- [Need a little help with Flows - running an action on each item](https://www.reddit.com/r/androiddev/comments/1cf6kcr/need_a_little_help_with_flows_running_an_action/) -- [How can I Fetch Recent 5-Star Reviews from Google Play Store Programmatically?](https://www.reddit.com/r/androiddev/comments/1cf5vtv/how_can_i_fetch_recent_5star_reviews_from_google/) -- [Google Play rollout strategy](https://www.reddit.com/r/androiddev/comments/1cexzwl/google_play_rollout_strategy/) -- [Should there be any legitimate hardcoded URL in the Android codebase?](https://www.reddit.com/r/androiddev/comments/1ceween/should_there_be_any_legitimate_hardcoded_url_in/) -- [Always use the SDK provided tool if possible](https://www.reddit.com/r/androiddev/comments/1cerpe1/always_use_the_sdk_provided_tool_if_possible/) +- [How does the recyclerview decide when a view needs to be disposed / discarded?](https://www.reddit.com/r/androiddev/comments/1cgaa6y/how_does_the_recyclerview_decide_when_a_view/) +- [Want to become a freelance Android Dev, would a degree in marketing help?](https://www.reddit.com/r/androiddev/comments/1cga9vc/want_to_become_a_freelance_android_dev_would_a/) +- [Android Studio Koala | 2024.1.1 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/1cga9m4/android_studio_koala_202411_canary_7_now_available/) +- [Question about releasing app on google play](https://www.reddit.com/r/androiddev/comments/1cg87bh/question_about_releasing_app_on_google_play/) +- [Jetpack Compose compiler moving to the Kotlin repository](https://www.reddit.com/r/androiddev/comments/1cg49dp/jetpack_compose_compiler_moving_to_the_kotlin/) +- [theres a 50 dollar bug bounty in quillpad for implementing a save to markdown feature](https://www.reddit.com/r/androiddev/comments/1cg1ylw/theres_a_50_dollar_bug_bounty_in_quillpad_for/) +- [Trying to understand my performance problems with Compose](https://www.reddit.com/r/androiddev/comments/1cg0ah9/trying_to_understand_my_performance_problems_with/) +- [Animating the Netflix Logo - Part 2 - Improving the Shadow](https://www.reddit.com/r/androiddev/comments/1cfzpjj/animating_the_netflix_logo_part_2_improving_the/) +- [Encrypt all keys in C++ code for Android App](https://www.reddit.com/r/androiddev/comments/1cfxym6/encrypt_all_keys_in_c_code_for_android_app/) +- [Is there a way to add elevation or shadow on one side of Card composable?](https://www.reddit.com/r/androiddev/comments/1cfvfs8/is_there_a_way_to_add_elevation_or_shadow_on_one/) ### *InfoWorld posts* From f7cf58782b1b761dfb573e1b7ce3d50b2152f61a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 1 May 2024 01:28:28 +0000 Subject: [PATCH 0878/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5cb8f16a7a..80a8ca22f6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How does the recyclerview decide when a view needs to be disposed / discarded?](https://www.reddit.com/r/androiddev/comments/1cgaa6y/how_does_the_recyclerview_decide_when_a_view/) -- [Want to become a freelance Android Dev, would a degree in marketing help?](https://www.reddit.com/r/androiddev/comments/1cga9vc/want_to_become_a_freelance_android_dev_would_a/) -- [Android Studio Koala | 2024.1.1 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/1cga9m4/android_studio_koala_202411_canary_7_now_available/) -- [Question about releasing app on google play](https://www.reddit.com/r/androiddev/comments/1cg87bh/question_about_releasing_app_on_google_play/) -- [Jetpack Compose compiler moving to the Kotlin repository](https://www.reddit.com/r/androiddev/comments/1cg49dp/jetpack_compose_compiler_moving_to_the_kotlin/) -- [theres a 50 dollar bug bounty in quillpad for implementing a save to markdown feature](https://www.reddit.com/r/androiddev/comments/1cg1ylw/theres_a_50_dollar_bug_bounty_in_quillpad_for/) -- [Trying to understand my performance problems with Compose](https://www.reddit.com/r/androiddev/comments/1cg0ah9/trying_to_understand_my_performance_problems_with/) -- [Animating the Netflix Logo - Part 2 - Improving the Shadow](https://www.reddit.com/r/androiddev/comments/1cfzpjj/animating_the_netflix_logo_part_2_improving_the/) -- [Encrypt all keys in C++ code for Android App](https://www.reddit.com/r/androiddev/comments/1cfxym6/encrypt_all_keys_in_c_code_for_android_app/) -- [Is there a way to add elevation or shadow on one side of Card composable?](https://www.reddit.com/r/androiddev/comments/1cfvfs8/is_there_a_way_to_add_elevation_or_shadow_on_one/) +- [How do you use Room with Glance?](https://www.reddit.com/r/androiddev/comments/1ch8y4t/how_do_you_use_room_with_glance/) +- [Android Studio Jellyfish | 2023.3.1 now available](https://www.reddit.com/r/androiddev/comments/1cgz8ai/android_studio_jellyfish_202331_now_available/) +- [Gemini in Android Studio and more: Android Studio Jellyfish is Stable!](https://www.reddit.com/r/androiddev/comments/1cgyqft/gemini_in_android_studio_and_more_android_studio/) +- [Best practices regarding google-services json file while uploading a project to a public repository](https://www.reddit.com/r/androiddev/comments/1cgwesq/best_practices_regarding_googleservices_json_file/) +- [Not able to see the changes in Font Family in my Android Device but its working flawlessly in the Android Studio Preview](https://www.reddit.com/r/androiddev/comments/1cgw2zk/not_able_to_see_the_changes_in_font_family_in_my/) +- [Shared Element Transition In Jetpack Compose: Enriching Android User Experiences](https://www.reddit.com/r/androiddev/comments/1cgunm0/shared_element_transition_in_jetpack_compose/) +- [Any resources to learn mockito, especially with viewmodels and State?](https://www.reddit.com/r/androiddev/comments/1cgs43x/any_resources_to_learn_mockito_especially_with/) +- [Verification Deadline](https://www.reddit.com/r/androiddev/comments/1cgr0xp/verification_deadline/) +- [Parallel SQLite DB Write Problem](https://www.reddit.com/r/androiddev/comments/1cgqlof/parallel_sqlite_db_write_problem/) +- [anyone used android-target-instructions and added a skip button to skip remaining steps](https://www.reddit.com/r/androiddev/comments/1cgq9ll/anyone_used_androidtargetinstructions_and_added_a/) ### *InfoWorld posts* From de078b5e75085d426746002da526f3b66e9c10bc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 2 May 2024 01:25:14 +0000 Subject: [PATCH 0879/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 80a8ca22f6..6e93b75a41 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How do you use Room with Glance?](https://www.reddit.com/r/androiddev/comments/1ch8y4t/how_do_you_use_room_with_glance/) +- [I need some UI performance tips for jetpack compose which can improve UI scrolling performance, smooth Navigation through the app. Tips that you are actually benefited from.](https://www.reddit.com/r/androiddev/comments/1ci1cg0/i_need_some_ui_performance_tips_for_jetpack/) +- [Navigation Compose meet Type Safety](https://www.reddit.com/r/androiddev/comments/1ci0y8f/navigation_compose_meet_type_safety/) +- [Ambiguous response from google policy team due an approved but flagged version](https://www.reddit.com/r/androiddev/comments/1chzo6g/ambiguous_response_from_google_policy_team_due_an/) +- [Problem submitting app on F-Droid](https://www.reddit.com/r/androiddev/comments/1chzdw5/problem_submitting_app_on_fdroid/) +- [Sharing my Tinder clone repository](https://www.reddit.com/r/androiddev/comments/1chytat/sharing_my_tinder_clone_repository/) +- [Room/KMP is officially here!](https://www.reddit.com/r/androiddev/comments/1chsezm/roomkmp_is_officially_here/) +- [Video: Three Simple Rules for Subtypes in Kotlin](https://www.reddit.com/r/androiddev/comments/1chobt5/video_three_simple_rules_for_subtypes_in_kotlin/) +- [3 Easy Steps To Add C++ To Your Android Project](https://www.reddit.com/r/androiddev/comments/1chh618/3_easy_steps_to_add_c_to_your_android_project/) +- [How many of you build apps considering the talkback accessibility feature?](https://www.reddit.com/r/androiddev/comments/1ch70ku/how_many_of_you_build_apps_considering_the/) - [Android Studio Jellyfish | 2023.3.1 now available](https://www.reddit.com/r/androiddev/comments/1cgz8ai/android_studio_jellyfish_202331_now_available/) -- [Gemini in Android Studio and more: Android Studio Jellyfish is Stable!](https://www.reddit.com/r/androiddev/comments/1cgyqft/gemini_in_android_studio_and_more_android_studio/) -- [Best practices regarding google-services json file while uploading a project to a public repository](https://www.reddit.com/r/androiddev/comments/1cgwesq/best_practices_regarding_googleservices_json_file/) -- [Not able to see the changes in Font Family in my Android Device but its working flawlessly in the Android Studio Preview](https://www.reddit.com/r/androiddev/comments/1cgw2zk/not_able_to_see_the_changes_in_font_family_in_my/) -- [Shared Element Transition In Jetpack Compose: Enriching Android User Experiences](https://www.reddit.com/r/androiddev/comments/1cgunm0/shared_element_transition_in_jetpack_compose/) -- [Any resources to learn mockito, especially with viewmodels and State?](https://www.reddit.com/r/androiddev/comments/1cgs43x/any_resources_to_learn_mockito_especially_with/) -- [Verification Deadline](https://www.reddit.com/r/androiddev/comments/1cgr0xp/verification_deadline/) -- [Parallel SQLite DB Write Problem](https://www.reddit.com/r/androiddev/comments/1cgqlof/parallel_sqlite_db_write_problem/) -- [anyone used android-target-instructions and added a skip button to skip remaining steps](https://www.reddit.com/r/androiddev/comments/1cgq9ll/anyone_used_androidtargetinstructions_and_added_a/) ### *InfoWorld posts* From e649a3b49b723e035b89c2474d5762f0b7b49f08 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 3 May 2024 01:26:49 +0000 Subject: [PATCH 0880/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6e93b75a41..7c5c0bfb82 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [An analysis of the rabbit R1 APK - Rabbit R1 Deep Dive](https://www.reddit.com/r/androiddev/comments/1ciwgy8/an_analysis_of_the_rabbit_r1_apk_rabbit_r1_deep/) +- [HELP! FragmentContainerView without fixed fragment in jetpack Compose](https://www.reddit.com/r/androiddev/comments/1cih0ly/help_fragmentcontainerview_without_fixed_fragment/) +- [ML Kit text recognition date](https://www.reddit.com/r/androiddev/comments/1cieezt/ml_kit_text_recognition_date/) +- [How the hell do Automate and MacroDroid manage to enable airplane mode without root, when I tried everything and nothing works?](https://www.reddit.com/r/androiddev/comments/1ci4myg/how_the_hell_do_automate_and_macrodroid_manage_to/) - [I need some UI performance tips for jetpack compose which can improve UI scrolling performance, smooth Navigation through the app. Tips that you are actually benefited from.](https://www.reddit.com/r/androiddev/comments/1ci1cg0/i_need_some_ui_performance_tips_for_jetpack/) - [Navigation Compose meet Type Safety](https://www.reddit.com/r/androiddev/comments/1ci0y8f/navigation_compose_meet_type_safety/) - [Ambiguous response from google policy team due an approved but flagged version](https://www.reddit.com/r/androiddev/comments/1chzo6g/ambiguous_response_from_google_policy_team_due_an/) - [Problem submitting app on F-Droid](https://www.reddit.com/r/androiddev/comments/1chzdw5/problem_submitting_app_on_fdroid/) - [Sharing my Tinder clone repository](https://www.reddit.com/r/androiddev/comments/1chytat/sharing_my_tinder_clone_repository/) - [Room/KMP is officially here!](https://www.reddit.com/r/androiddev/comments/1chsezm/roomkmp_is_officially_here/) -- [Video: Three Simple Rules for Subtypes in Kotlin](https://www.reddit.com/r/androiddev/comments/1chobt5/video_three_simple_rules_for_subtypes_in_kotlin/) -- [3 Easy Steps To Add C++ To Your Android Project](https://www.reddit.com/r/androiddev/comments/1chh618/3_easy_steps_to_add_c_to_your_android_project/) -- [How many of you build apps considering the talkback accessibility feature?](https://www.reddit.com/r/androiddev/comments/1ch70ku/how_many_of_you_build_apps_considering_the/) -- [Android Studio Jellyfish | 2023.3.1 now available](https://www.reddit.com/r/androiddev/comments/1cgz8ai/android_studio_jellyfish_202331_now_available/) ### *InfoWorld posts* From 961525c0ce7138b809c08611da7ad42bd3aaef4f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 4 May 2024 01:24:42 +0000 Subject: [PATCH 0881/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7c5c0bfb82..311bf800fb 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [An analysis of the rabbit R1 APK - Rabbit R1 Deep Dive](https://www.reddit.com/r/androiddev/comments/1ciwgy8/an_analysis_of_the_rabbit_r1_apk_rabbit_r1_deep/) -- [HELP! FragmentContainerView without fixed fragment in jetpack Compose](https://www.reddit.com/r/androiddev/comments/1cih0ly/help_fragmentcontainerview_without_fixed_fragment/) -- [ML Kit text recognition date](https://www.reddit.com/r/androiddev/comments/1cieezt/ml_kit_text_recognition_date/) -- [How the hell do Automate and MacroDroid manage to enable airplane mode without root, when I tried everything and nothing works?](https://www.reddit.com/r/androiddev/comments/1ci4myg/how_the_hell_do_automate_and_macrodroid_manage_to/) -- [I need some UI performance tips for jetpack compose which can improve UI scrolling performance, smooth Navigation through the app. Tips that you are actually benefited from.](https://www.reddit.com/r/androiddev/comments/1ci1cg0/i_need_some_ui_performance_tips_for_jetpack/) -- [Navigation Compose meet Type Safety](https://www.reddit.com/r/androiddev/comments/1ci0y8f/navigation_compose_meet_type_safety/) -- [Ambiguous response from google policy team due an approved but flagged version](https://www.reddit.com/r/androiddev/comments/1chzo6g/ambiguous_response_from_google_policy_team_due_an/) -- [Problem submitting app on F-Droid](https://www.reddit.com/r/androiddev/comments/1chzdw5/problem_submitting_app_on_fdroid/) -- [Sharing my Tinder clone repository](https://www.reddit.com/r/androiddev/comments/1chytat/sharing_my_tinder_clone_repository/) -- [Room/KMP is officially here!](https://www.reddit.com/r/androiddev/comments/1chsezm/roomkmp_is_officially_here/) +- [Review is taking forever](https://www.reddit.com/r/androiddev/comments/1cjirnd/review_is_taking_forever/) +- [Android Studio Koala | 2024.1.1 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/1cjdmon/android_studio_koala_202411_canary_8_now_available/) +- [Why is my app receiving little to no visibility, you have to type the EXACT name to find it.](https://www.reddit.com/r/androiddev/comments/1cjdih1/why_is_my_app_receiving_little_to_no_visibility/) +- [Anyone has done a Weekly Calendar?](https://www.reddit.com/r/androiddev/comments/1cjbxz4/anyone_has_done_a_weekly_calendar/) +- [Any ways to get imei or mac address in Android 10 and above ?](https://www.reddit.com/r/androiddev/comments/1cjb4b4/any_ways_to_get_imei_or_mac_address_in_android_10/) +- [How to preview a complex Composable Screen when using DI?](https://www.reddit.com/r/androiddev/comments/1cjar3p/how_to_preview_a_complex_composable_screen_when/) +- [Increasing Target SDK from 33 to 34 reduced number of supported devices from 15995 to 1215](https://www.reddit.com/r/androiddev/comments/1cj9juc/increasing_target_sdk_from_33_to_34_reduced/) +- [Bottom Bar Navigation in Android with Compose Navigation](https://www.reddit.com/r/androiddev/comments/1cj5z4a/bottom_bar_navigation_in_android_with_compose/) +- [True Devtools - A free All-in-one Toolkit for Developers](https://www.reddit.com/r/androiddev/comments/1cj5gbu/true_devtools_a_free_allinone_toolkit_for/) +- [Best way to implement a ViewPager with 100+ children?](https://www.reddit.com/r/androiddev/comments/1cj4n46/best_way_to_implement_a_viewpager_with_100/) ### *InfoWorld posts* From f7e62774f5c01295298b3f136c235cf2acbe0ca6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 5 May 2024 01:28:20 +0000 Subject: [PATCH 0882/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 311bf800fb..5885bcd8ad 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Solo Devs: How long start to finish does it take you to create an app ready for publishing?](https://www.reddit.com/r/androiddev/comments/1ckctom/solo_devs_how_long_start_to_finish_does_it_take/) +- [Fellow Android devs, how did you get your first gig/job.](https://www.reddit.com/r/androiddev/comments/1ckbbb2/fellow_android_devs_how_did_you_get_your_first/) +- [Do you think this can be labeled as hate speech?](https://www.reddit.com/r/androiddev/comments/1ck6dce/do_you_think_this_can_be_labeled_as_hate_speech/) +- [My app was rejected twice and then suspended. Here you can see the 2 rejections, the suspension, and the response from my appeal. What are your thoughts?](https://www.reddit.com/r/androiddev/comments/1ck536m/my_app_was_rejected_twice_and_then_suspended_here/) +- [Emuhub](https://www.reddit.com/r/androiddev/comments/1ck26h2/emuhub/) +- [Did Google Play recently started to suspend after multiple rejection?](https://www.reddit.com/r/androiddev/comments/1ck1wyp/did_google_play_recently_started_to_suspend_after/) +- [Who the hell is in charge documenting the Jetpack Compose Documentation? Guide me to read your docs. What were you thinking when writing this such beautiful poetry?](https://www.reddit.com/r/androiddev/comments/1cjxrgy/who_the_hell_is_in_charge_documenting_the_jetpack/) +- [Compose Menu: An unstyled Menu (Dropdown) Compose Multiplatform component with keyboard navigation and animation support.](https://www.reddit.com/r/androiddev/comments/1cjxkuk/compose_menu_an_unstyled_menu_dropdown_compose/) +- [Is it better to draw on a canvas or use the drawBehind modifier on a widget?](https://www.reddit.com/r/androiddev/comments/1cjpj95/is_it_better_to_draw_on_a_canvas_or_use_the/) - [Review is taking forever](https://www.reddit.com/r/androiddev/comments/1cjirnd/review_is_taking_forever/) -- [Android Studio Koala | 2024.1.1 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/1cjdmon/android_studio_koala_202411_canary_8_now_available/) -- [Why is my app receiving little to no visibility, you have to type the EXACT name to find it.](https://www.reddit.com/r/androiddev/comments/1cjdih1/why_is_my_app_receiving_little_to_no_visibility/) -- [Anyone has done a Weekly Calendar?](https://www.reddit.com/r/androiddev/comments/1cjbxz4/anyone_has_done_a_weekly_calendar/) -- [Any ways to get imei or mac address in Android 10 and above ?](https://www.reddit.com/r/androiddev/comments/1cjb4b4/any_ways_to_get_imei_or_mac_address_in_android_10/) -- [How to preview a complex Composable Screen when using DI?](https://www.reddit.com/r/androiddev/comments/1cjar3p/how_to_preview_a_complex_composable_screen_when/) -- [Increasing Target SDK from 33 to 34 reduced number of supported devices from 15995 to 1215](https://www.reddit.com/r/androiddev/comments/1cj9juc/increasing_target_sdk_from_33_to_34_reduced/) -- [Bottom Bar Navigation in Android with Compose Navigation](https://www.reddit.com/r/androiddev/comments/1cj5z4a/bottom_bar_navigation_in_android_with_compose/) -- [True Devtools - A free All-in-one Toolkit for Developers](https://www.reddit.com/r/androiddev/comments/1cj5gbu/true_devtools_a_free_allinone_toolkit_for/) -- [Best way to implement a ViewPager with 100+ children?](https://www.reddit.com/r/androiddev/comments/1cj4n46/best_way_to_implement_a_viewpager_with_100/) ### *InfoWorld posts* From b72988ff8078a353f2292ecbe5cd52950fa592f9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 6 May 2024 01:26:33 +0000 Subject: [PATCH 0883/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5885bcd8ad..bbfe85f557 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Solo Devs: How long start to finish does it take you to create an app ready for publishing?](https://www.reddit.com/r/androiddev/comments/1ckctom/solo_devs_how_long_start_to_finish_does_it_take/) -- [Fellow Android devs, how did you get your first gig/job.](https://www.reddit.com/r/androiddev/comments/1ckbbb2/fellow_android_devs_how_did_you_get_your_first/) -- [Do you think this can be labeled as hate speech?](https://www.reddit.com/r/androiddev/comments/1ck6dce/do_you_think_this_can_be_labeled_as_hate_speech/) -- [My app was rejected twice and then suspended. Here you can see the 2 rejections, the suspension, and the response from my appeal. What are your thoughts?](https://www.reddit.com/r/androiddev/comments/1ck536m/my_app_was_rejected_twice_and_then_suspended_here/) -- [Emuhub](https://www.reddit.com/r/androiddev/comments/1ck26h2/emuhub/) -- [Did Google Play recently started to suspend after multiple rejection?](https://www.reddit.com/r/androiddev/comments/1ck1wyp/did_google_play_recently_started_to_suspend_after/) -- [Who the hell is in charge documenting the Jetpack Compose Documentation? Guide me to read your docs. What were you thinking when writing this such beautiful poetry?](https://www.reddit.com/r/androiddev/comments/1cjxrgy/who_the_hell_is_in_charge_documenting_the_jetpack/) -- [Compose Menu: An unstyled Menu (Dropdown) Compose Multiplatform component with keyboard navigation and animation support.](https://www.reddit.com/r/androiddev/comments/1cjxkuk/compose_menu_an_unstyled_menu_dropdown_compose/) -- [Is it better to draw on a canvas or use the drawBehind modifier on a widget?](https://www.reddit.com/r/androiddev/comments/1cjpj95/is_it_better_to_draw_on_a_canvas_or_use_the/) -- [Review is taking forever](https://www.reddit.com/r/androiddev/comments/1cjirnd/review_is_taking_forever/) +- [Tackling the Headaches of OTA Updates and Pairing Connectivity in Cross-Platform Hardware](https://www.reddit.com/r/androiddev/comments/1cl6vxk/tackling_the_headaches_of_ota_updates_and_pairing/) +- [Android Studio Jellyfish; No logcat icon](https://www.reddit.com/r/androiddev/comments/1cl6r96/android_studio_jellyfish_no_logcat_icon/) +- [Internal testing track - Google play](https://www.reddit.com/r/androiddev/comments/1cky3zl/internal_testing_track_google_play/) +- [Capture home button event in a launcher app](https://www.reddit.com/r/androiddev/comments/1cktgtk/capture_home_button_event_in_a_launcher_app/) +- [App "in review" for over two months](https://www.reddit.com/r/androiddev/comments/1cknah6/app_in_review_for_over_two_months/) +- [What would be considered "Monetization" by Google](https://www.reddit.com/r/androiddev/comments/1ckmuxf/what_would_be_considered_monetization_by_google/) +- [Open overflow menu on navigationButton](https://www.reddit.com/r/androiddev/comments/1ckmmt3/open_overflow_menu_on_navigationbutton/) +- [Tuto animated sticky header with scrollable body](https://www.reddit.com/r/androiddev/comments/1cklvgo/tuto_animated_sticky_header_with_scrollable_body/) +- [Is there some kind of coordinates chart for creating custom shapes with customizable sizes?](https://www.reddit.com/r/androiddev/comments/1ckkkww/is_there_some_kind_of_coordinates_chart_for/) +- [[Suggestion/Discussion] Bring back the weekly "Who is hiring" thread and introduce new weekly "Hire me" thread](https://www.reddit.com/r/androiddev/comments/1ckhlrm/suggestiondiscussion_bring_back_the_weekly_who_is/) ### *InfoWorld posts* From 54f2dfdde23134e5c07b37773f587c8f48b61dfd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 7 May 2024 01:26:10 +0000 Subject: [PATCH 0884/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bbfe85f557..94892a183a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Tackling the Headaches of OTA Updates and Pairing Connectivity in Cross-Platform Hardware](https://www.reddit.com/r/androiddev/comments/1cl6vxk/tackling_the_headaches_of_ota_updates_and_pairing/) -- [Android Studio Jellyfish; No logcat icon](https://www.reddit.com/r/androiddev/comments/1cl6r96/android_studio_jellyfish_no_logcat_icon/) -- [Internal testing track - Google play](https://www.reddit.com/r/androiddev/comments/1cky3zl/internal_testing_track_google_play/) -- [Capture home button event in a launcher app](https://www.reddit.com/r/androiddev/comments/1cktgtk/capture_home_button_event_in_a_launcher_app/) -- [App "in review" for over two months](https://www.reddit.com/r/androiddev/comments/1cknah6/app_in_review_for_over_two_months/) -- [What would be considered "Monetization" by Google](https://www.reddit.com/r/androiddev/comments/1ckmuxf/what_would_be_considered_monetization_by_google/) -- [Open overflow menu on navigationButton](https://www.reddit.com/r/androiddev/comments/1ckmmt3/open_overflow_menu_on_navigationbutton/) -- [Tuto animated sticky header with scrollable body](https://www.reddit.com/r/androiddev/comments/1cklvgo/tuto_animated_sticky_header_with_scrollable_body/) -- [Is there some kind of coordinates chart for creating custom shapes with customizable sizes?](https://www.reddit.com/r/androiddev/comments/1ckkkww/is_there_some_kind_of_coordinates_chart_for/) -- [[Suggestion/Discussion] Bring back the weekly "Who is hiring" thread and introduce new weekly "Hire me" thread](https://www.reddit.com/r/androiddev/comments/1ckhlrm/suggestiondiscussion_bring_back_the_weekly_who_is/) +- [Google play console big problem](https://www.reddit.com/r/androiddev/comments/1clztfs/google_play_console_big_problem/) +- [External xls file download](https://www.reddit.com/r/androiddev/comments/1clyrsv/external_xls_file_download/) +- [If I use stripe does Google still take a 15-30% cut of all in app purchases?](https://www.reddit.com/r/androiddev/comments/1clr89r/if_i_use_stripe_does_google_still_take_a_1530_cut/) +- [Preparing for K2](https://www.reddit.com/r/androiddev/comments/1clqp57/preparing_for_k2/) +- [[Bluetooth LE] create Characteristic with predifine value before advertising Service in a peripheral device(Android app)](https://www.reddit.com/r/androiddev/comments/1clon3n/bluetooth_le_create_characteristic_with_predifine/) +- [How do you protect your developer name from impersonation?](https://www.reddit.com/r/androiddev/comments/1cln9wp/how_do_you_protect_your_developer_name_from/) +- [I can't figure out the reason for the rejection](https://www.reddit.com/r/androiddev/comments/1cllwr5/i_cant_figure_out_the_reason_for_the_rejection/) +- [how to start a specific activity using am?](https://www.reddit.com/r/androiddev/comments/1clk5mi/how_to_start_a_specific_activity_using_am/) +- [End of free CASA Tier 2 certification for Google Drive](https://www.reddit.com/r/androiddev/comments/1clk1ng/end_of_free_casa_tier_2_certification_for_google/) +- [Is firebase auth banned in EU? What i should implement custom auth?](https://www.reddit.com/r/androiddev/comments/1clftzs/is_firebase_auth_banned_in_eu_what_i_should/) ### *InfoWorld posts* From e05bd22c5ed62f9ddf2c2f1e219095523f959125 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 8 May 2024 01:16:19 +0000 Subject: [PATCH 0885/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 94892a183a..b73a260834 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Google play console big problem](https://www.reddit.com/r/androiddev/comments/1clztfs/google_play_console_big_problem/) -- [External xls file download](https://www.reddit.com/r/androiddev/comments/1clyrsv/external_xls_file_download/) -- [If I use stripe does Google still take a 15-30% cut of all in app purchases?](https://www.reddit.com/r/androiddev/comments/1clr89r/if_i_use_stripe_does_google_still_take_a_1530_cut/) -- [Preparing for K2](https://www.reddit.com/r/androiddev/comments/1clqp57/preparing_for_k2/) -- [[Bluetooth LE] create Characteristic with predifine value before advertising Service in a peripheral device(Android app)](https://www.reddit.com/r/androiddev/comments/1clon3n/bluetooth_le_create_characteristic_with_predifine/) -- [How do you protect your developer name from impersonation?](https://www.reddit.com/r/androiddev/comments/1cln9wp/how_do_you_protect_your_developer_name_from/) -- [I can't figure out the reason for the rejection](https://www.reddit.com/r/androiddev/comments/1cllwr5/i_cant_figure_out_the_reason_for_the_rejection/) -- [how to start a specific activity using am?](https://www.reddit.com/r/androiddev/comments/1clk5mi/how_to_start_a_specific_activity_using_am/) -- [End of free CASA Tier 2 certification for Google Drive](https://www.reddit.com/r/androiddev/comments/1clk1ng/end_of_free_casa_tier_2_certification_for_google/) -- [Is firebase auth banned in EU? What i should implement custom auth?](https://www.reddit.com/r/androiddev/comments/1clftzs/is_firebase_auth_banned_in_eu_what_i_should/) +- [Developing a new app](https://www.reddit.com/r/androiddev/comments/1cmqteu/developing_a_new_app/) +- [Having Trouble adding Room Database libraries. Can Someone help?](https://www.reddit.com/r/androiddev/comments/1cmqmi9/having_trouble_adding_room_database_libraries_can/) +- [Collections in Official Docs](https://www.reddit.com/r/androiddev/comments/1cmphvs/collections_in_official_docs/) +- [More frequent, focused updates for Android Studio](https://www.reddit.com/r/androiddev/comments/1cmorbg/more_frequent_focused_updates_for_android_studio/) +- [Will my app status be affected if I don't fix Google billing by Jun 12?](https://www.reddit.com/r/androiddev/comments/1cmgpxl/will_my_app_status_be_affected_if_i_dont_fix/) +- [Cross-platform vs Native app development](https://www.reddit.com/r/androiddev/comments/1cmg2tn/crossplatform_vs_native_app_development/) +- [Now we can use Fragments in Compose-based apps!](https://www.reddit.com/r/androiddev/comments/1cme55u/now_we_can_use_fragments_in_composebased_apps/) +- [Google I/O 2024, what sessions are you looking forward to?](https://www.reddit.com/r/androiddev/comments/1cmdvnq/google_io_2024_what_sessions_are_you_looking/) +- [How can roles be effectively managed in an Android application?](https://www.reddit.com/r/androiddev/comments/1cmc02t/how_can_roles_be_effectively_managed_in_an/) +- [How to validate security of the open source library if I add the dependency in gradle ?](https://www.reddit.com/r/androiddev/comments/1cmb8al/how_to_validate_security_of_the_open_source/) ### *InfoWorld posts* From d713a555e85453efa56c9f2b145813cb6eb5e2ea Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 9 May 2024 01:26:16 +0000 Subject: [PATCH 0886/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b73a260834..b3507d07f0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Developing a new app](https://www.reddit.com/r/androiddev/comments/1cmqteu/developing_a_new_app/) -- [Having Trouble adding Room Database libraries. Can Someone help?](https://www.reddit.com/r/androiddev/comments/1cmqmi9/having_trouble_adding_room_database_libraries_can/) -- [Collections in Official Docs](https://www.reddit.com/r/androiddev/comments/1cmphvs/collections_in_official_docs/) -- [More frequent, focused updates for Android Studio](https://www.reddit.com/r/androiddev/comments/1cmorbg/more_frequent_focused_updates_for_android_studio/) -- [Will my app status be affected if I don't fix Google billing by Jun 12?](https://www.reddit.com/r/androiddev/comments/1cmgpxl/will_my_app_status_be_affected_if_i_dont_fix/) -- [Cross-platform vs Native app development](https://www.reddit.com/r/androiddev/comments/1cmg2tn/crossplatform_vs_native_app_development/) -- [Now we can use Fragments in Compose-based apps!](https://www.reddit.com/r/androiddev/comments/1cme55u/now_we_can_use_fragments_in_composebased_apps/) -- [Google I/O 2024, what sessions are you looking forward to?](https://www.reddit.com/r/androiddev/comments/1cmdvnq/google_io_2024_what_sessions_are_you_looking/) -- [How can roles be effectively managed in an Android application?](https://www.reddit.com/r/androiddev/comments/1cmc02t/how_can_roles_be_effectively_managed_in_an/) -- [How to validate security of the open source library if I add the dependency in gradle ?](https://www.reddit.com/r/androiddev/comments/1cmb8al/how_to_validate_security_of_the_open_source/) +- [Gallery app directly connected to Google Photos](https://www.reddit.com/r/androiddev/comments/1cnkmj2/gallery_app_directly_connected_to_google_photos/) +- [Paperize - Wallpaper Changer](https://www.reddit.com/r/androiddev/comments/1cnjqsq/paperize_wallpaper_changer/) +- [Hilt and single activity apps don't make sense together](https://www.reddit.com/r/androiddev/comments/1cn9uyb/hilt_and_single_activity_apps_dont_make_sense/) +- [How to change address from play store page from your personal address to virtual address](https://www.reddit.com/r/androiddev/comments/1cn8pyg/how_to_change_address_from_play_store_page_from/) +- [Horizontal swipe on Jetpack Glance widgets?](https://www.reddit.com/r/androiddev/comments/1cn4bp9/horizontal_swipe_on_jetpack_glance_widgets/) +- [JSON vs ROOM](https://www.reddit.com/r/androiddev/comments/1cn3kun/json_vs_room/) +- [How to make a beta free? Google play console.](https://www.reddit.com/r/androiddev/comments/1cn3dsz/how_to_make_a_beta_free_google_play_console/) +- [Use OpenGL for Android Auto](https://www.reddit.com/r/androiddev/comments/1cn18n1/use_opengl_for_android_auto/) +- [Conditionnal compose modifier](https://www.reddit.com/r/androiddev/comments/1cn05hp/conditionnal_compose_modifier/) +- [Is there any possible workaround for this issue Google hasn't fixed for 5 months?](https://www.reddit.com/r/androiddev/comments/1cmzoyv/is_there_any_possible_workaround_for_this_issue/) ### *InfoWorld posts* From b0b09949a285f016275939691936165394952c8d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 10 May 2024 01:26:24 +0000 Subject: [PATCH 0887/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b3507d07f0..90390f79c0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Gallery app directly connected to Google Photos](https://www.reddit.com/r/androiddev/comments/1cnkmj2/gallery_app_directly_connected_to_google_photos/) -- [Paperize - Wallpaper Changer](https://www.reddit.com/r/androiddev/comments/1cnjqsq/paperize_wallpaper_changer/) -- [Hilt and single activity apps don't make sense together](https://www.reddit.com/r/androiddev/comments/1cn9uyb/hilt_and_single_activity_apps_dont_make_sense/) -- [How to change address from play store page from your personal address to virtual address](https://www.reddit.com/r/androiddev/comments/1cn8pyg/how_to_change_address_from_play_store_page_from/) -- [Horizontal swipe on Jetpack Glance widgets?](https://www.reddit.com/r/androiddev/comments/1cn4bp9/horizontal_swipe_on_jetpack_glance_widgets/) -- [JSON vs ROOM](https://www.reddit.com/r/androiddev/comments/1cn3kun/json_vs_room/) -- [How to make a beta free? Google play console.](https://www.reddit.com/r/androiddev/comments/1cn3dsz/how_to_make_a_beta_free_google_play_console/) -- [Use OpenGL for Android Auto](https://www.reddit.com/r/androiddev/comments/1cn18n1/use_opengl_for_android_auto/) -- [Conditionnal compose modifier](https://www.reddit.com/r/androiddev/comments/1cn05hp/conditionnal_compose_modifier/) -- [Is there any possible workaround for this issue Google hasn't fixed for 5 months?](https://www.reddit.com/r/androiddev/comments/1cmzoyv/is_there_any_possible_workaround_for_this_issue/) +- [Update: Google was apparently withholding the real reason for my app rejections/suspension](https://www.reddit.com/r/androiddev/comments/1cob6al/update_google_was_apparently_withholding_the_real/) +- [Suggestions to a beginner android developer?](https://www.reddit.com/r/androiddev/comments/1co98u4/suggestions_to_a_beginner_android_developer/) +- [My first Kotlin Android App](https://www.reddit.com/r/androiddev/comments/1co938q/my_first_kotlin_android_app/) +- [Hilt repo that is injected into an IMEService stops working when the application is closed.](https://www.reddit.com/r/androiddev/comments/1co6ep0/hilt_repo_that_is_injected_into_an_imeservice/) +- [How to implement dynamic progress bar using XML views for a “story” fragment?!](https://www.reddit.com/r/androiddev/comments/1co4va8/how_to_implement_dynamic_progress_bar_using_xml/) +- [Is transitioning to Mobile App Development a good idea for me](https://www.reddit.com/r/androiddev/comments/1co4gi6/is_transitioning_to_mobile_app_development_a_good/) +- [Cannot assign requested address: bind - Jellyfish](https://www.reddit.com/r/androiddev/comments/1co2ooq/cannot_assign_requested_address_bind_jellyfish/) +- [Question about google review](https://www.reddit.com/r/androiddev/comments/1co09tq/question_about_google_review/) +- [Issue found: Violation of Subscriptions policy - any ideas why?](https://www.reddit.com/r/androiddev/comments/1cnyvcl/issue_found_violation_of_subscriptions_policy_any/) +- [Paging3 and infinite scroll both direction (up/down)](https://www.reddit.com/r/androiddev/comments/1cnyuld/paging3_and_infinite_scroll_both_direction_updown/) ### *InfoWorld posts* From a005e56f3fa6cc5bb21019b90d6f2a21c28ae406 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 11 May 2024 01:25:36 +0000 Subject: [PATCH 0888/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 90390f79c0..1af4739813 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Studio Koala | 2024.1.1 Beta 1 now available](https://www.reddit.com/r/androiddev/comments/1covs47/android_studio_koala_202411_beta_1_now_available/) +- [Questions about ROOM](https://www.reddit.com/r/androiddev/comments/1coutw3/questions_about_room/) +- [Is there a project that needs help?](https://www.reddit.com/r/androiddev/comments/1comzf0/is_there_a_project_that_needs_help/) +- [We've detected that one or more of the app bundles included in this release are using the following Play Billing Library versions](https://www.reddit.com/r/androiddev/comments/1commej/weve_detected_that_one_or_more_of_the_app_bundles/) +- [Deploying app to playstore](https://www.reddit.com/r/androiddev/comments/1colpuf/deploying_app_to_playstore/) - [Update: Google was apparently withholding the real reason for my app rejections/suspension](https://www.reddit.com/r/androiddev/comments/1cob6al/update_google_was_apparently_withholding_the_real/) - [Suggestions to a beginner android developer?](https://www.reddit.com/r/androiddev/comments/1co98u4/suggestions_to_a_beginner_android_developer/) - [My first Kotlin Android App](https://www.reddit.com/r/androiddev/comments/1co938q/my_first_kotlin_android_app/) -- [Hilt repo that is injected into an IMEService stops working when the application is closed.](https://www.reddit.com/r/androiddev/comments/1co6ep0/hilt_repo_that_is_injected_into_an_imeservice/) - [How to implement dynamic progress bar using XML views for a “story” fragment?!](https://www.reddit.com/r/androiddev/comments/1co4va8/how_to_implement_dynamic_progress_bar_using_xml/) - [Is transitioning to Mobile App Development a good idea for me](https://www.reddit.com/r/androiddev/comments/1co4gi6/is_transitioning_to_mobile_app_development_a_good/) -- [Cannot assign requested address: bind - Jellyfish](https://www.reddit.com/r/androiddev/comments/1co2ooq/cannot_assign_requested_address_bind_jellyfish/) -- [Question about google review](https://www.reddit.com/r/androiddev/comments/1co09tq/question_about_google_review/) -- [Issue found: Violation of Subscriptions policy - any ideas why?](https://www.reddit.com/r/androiddev/comments/1cnyvcl/issue_found_violation_of_subscriptions_policy_any/) -- [Paging3 and infinite scroll both direction (up/down)](https://www.reddit.com/r/androiddev/comments/1cnyuld/paging3_and_infinite_scroll_both_direction_updown/) ### *InfoWorld posts* From 723ca85a43a90a70b70d57fe6b0561ee2b065847 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 12 May 2024 01:28:47 +0000 Subject: [PATCH 0889/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1af4739813..25d774ada2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [AdbXpert - Plugin to save some dev time](https://www.reddit.com/r/androiddev/comments/1cpqpxb/adbxpert_plugin_to_save_some_dev_time/) +- [How to add a free trial to an already published paid app with customer base ?](https://www.reddit.com/r/androiddev/comments/1cppzqp/how_to_add_a_free_trial_to_an_already_published/) +- [How do Android Developers Showcase Their Apps?](https://www.reddit.com/r/androiddev/comments/1cpmdt3/how_do_android_developers_showcase_their_apps/) +- [Have experienced heating problems when using Android Studio?](https://www.reddit.com/r/androiddev/comments/1cplrp6/have_experienced_heating_problems_when_using/) +- [How can i store and retrieve an AnnoatedString with formatting(SpanStyle) from Firebase Firestore?](https://www.reddit.com/r/androiddev/comments/1cpl4oa/how_can_i_store_and_retrieve_an_annoatedstring/) +- [Please answer me this important question](https://www.reddit.com/r/androiddev/comments/1cpi38a/please_answer_me_this_important_question/) +- [Is Flutter Facing its End](https://www.reddit.com/r/androiddev/comments/1cpgx6n/is_flutter_facing_its_end/) +- [AICore API Access?](https://www.reddit.com/r/androiddev/comments/1cpgw6p/aicore_api_access/) - [Android Studio Koala | 2024.1.1 Beta 1 now available](https://www.reddit.com/r/androiddev/comments/1covs47/android_studio_koala_202411_beta_1_now_available/) - [Questions about ROOM](https://www.reddit.com/r/androiddev/comments/1coutw3/questions_about_room/) -- [Is there a project that needs help?](https://www.reddit.com/r/androiddev/comments/1comzf0/is_there_a_project_that_needs_help/) -- [We've detected that one or more of the app bundles included in this release are using the following Play Billing Library versions](https://www.reddit.com/r/androiddev/comments/1commej/weve_detected_that_one_or_more_of_the_app_bundles/) -- [Deploying app to playstore](https://www.reddit.com/r/androiddev/comments/1colpuf/deploying_app_to_playstore/) -- [Update: Google was apparently withholding the real reason for my app rejections/suspension](https://www.reddit.com/r/androiddev/comments/1cob6al/update_google_was_apparently_withholding_the_real/) -- [Suggestions to a beginner android developer?](https://www.reddit.com/r/androiddev/comments/1co98u4/suggestions_to_a_beginner_android_developer/) -- [My first Kotlin Android App](https://www.reddit.com/r/androiddev/comments/1co938q/my_first_kotlin_android_app/) -- [How to implement dynamic progress bar using XML views for a “story” fragment?!](https://www.reddit.com/r/androiddev/comments/1co4va8/how_to_implement_dynamic_progress_bar_using_xml/) -- [Is transitioning to Mobile App Development a good idea for me](https://www.reddit.com/r/androiddev/comments/1co4gi6/is_transitioning_to_mobile_app_development_a_good/) ### *InfoWorld posts* From 90b59db7987515ae46d899fb197abbd1d276dfe6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 13 May 2024 01:27:28 +0000 Subject: [PATCH 0890/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 25d774ada2..c6d059c352 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Build Wear OS application using Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1cqidqw/build_wear_os_application_using_jetpack_compose/) +- [Scoping instance of class to ViewModel of the screen](https://www.reddit.com/r/androiddev/comments/1cqeqay/scoping_instance_of_class_to_viewmodel_of_the/) +- [Is there any name / predefined component for this behaviour, when appbar changes color when scrolling down?](https://www.reddit.com/r/androiddev/comments/1cq37mc/is_there_any_name_predefined_component_for_this/) +- [Anybody else receive the "Please justify your app" email?](https://www.reddit.com/r/androiddev/comments/1cq2egt/anybody_else_receive_the_please_justify_your_app/) - [AdbXpert - Plugin to save some dev time](https://www.reddit.com/r/androiddev/comments/1cpqpxb/adbxpert_plugin_to_save_some_dev_time/) - [How to add a free trial to an already published paid app with customer base ?](https://www.reddit.com/r/androiddev/comments/1cppzqp/how_to_add_a_free_trial_to_an_already_published/) - [How do Android Developers Showcase Their Apps?](https://www.reddit.com/r/androiddev/comments/1cpmdt3/how_do_android_developers_showcase_their_apps/) - [Have experienced heating problems when using Android Studio?](https://www.reddit.com/r/androiddev/comments/1cplrp6/have_experienced_heating_problems_when_using/) - [How can i store and retrieve an AnnoatedString with formatting(SpanStyle) from Firebase Firestore?](https://www.reddit.com/r/androiddev/comments/1cpl4oa/how_can_i_store_and_retrieve_an_annoatedstring/) - [Please answer me this important question](https://www.reddit.com/r/androiddev/comments/1cpi38a/please_answer_me_this_important_question/) -- [Is Flutter Facing its End](https://www.reddit.com/r/androiddev/comments/1cpgx6n/is_flutter_facing_its_end/) -- [AICore API Access?](https://www.reddit.com/r/androiddev/comments/1cpgw6p/aicore_api_access/) -- [Android Studio Koala | 2024.1.1 Beta 1 now available](https://www.reddit.com/r/androiddev/comments/1covs47/android_studio_koala_202411_beta_1_now_available/) -- [Questions about ROOM](https://www.reddit.com/r/androiddev/comments/1coutw3/questions_about_room/) ### *InfoWorld posts* From 4613723b06427b8e601a2f0fa539d096fe726715 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 14 May 2024 01:26:24 +0000 Subject: [PATCH 0891/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c6d059c352..dbdfad3d6e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Build Wear OS application using Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1cqidqw/build_wear_os_application_using_jetpack_compose/) -- [Scoping instance of class to ViewModel of the screen](https://www.reddit.com/r/androiddev/comments/1cqeqay/scoping_instance_of_class_to_viewmodel_of_the/) -- [Is there any name / predefined component for this behaviour, when appbar changes color when scrolling down?](https://www.reddit.com/r/androiddev/comments/1cq37mc/is_there_any_name_predefined_component_for_this/) -- [Anybody else receive the "Please justify your app" email?](https://www.reddit.com/r/androiddev/comments/1cq2egt/anybody_else_receive_the_please_justify_your_app/) -- [AdbXpert - Plugin to save some dev time](https://www.reddit.com/r/androiddev/comments/1cpqpxb/adbxpert_plugin_to_save_some_dev_time/) -- [How to add a free trial to an already published paid app with customer base ?](https://www.reddit.com/r/androiddev/comments/1cppzqp/how_to_add_a_free_trial_to_an_already_published/) -- [How do Android Developers Showcase Their Apps?](https://www.reddit.com/r/androiddev/comments/1cpmdt3/how_do_android_developers_showcase_their_apps/) -- [Have experienced heating problems when using Android Studio?](https://www.reddit.com/r/androiddev/comments/1cplrp6/have_experienced_heating_problems_when_using/) -- [How can i store and retrieve an AnnoatedString with formatting(SpanStyle) from Firebase Firestore?](https://www.reddit.com/r/androiddev/comments/1cpl4oa/how_can_i_store_and_retrieve_an_annoatedstring/) -- [Please answer me this important question](https://www.reddit.com/r/androiddev/comments/1cpi38a/please_answer_me_this_important_question/) +- [Overlay not showing in AccessibilityService event](https://www.reddit.com/r/androiddev/comments/1crdyi3/overlay_not_showing_in_accessibilityservice_event/) +- [Call status notification when calling someone](https://www.reddit.com/r/androiddev/comments/1craods/call_status_notification_when_calling_someone/) +- [Architecture](https://www.reddit.com/r/androiddev/comments/1cr9fdd/architecture/) +- [Is there any non-complicated way of fetching current location in Android](https://www.reddit.com/r/androiddev/comments/1cr3iwj/is_there_any_noncomplicated_way_of_fetching/) +- [Rocky Start](https://www.reddit.com/r/androiddev/comments/1cqz6sa/rocky_start/) +- [Google Maps and Points](https://www.reddit.com/r/androiddev/comments/1cqxkcs/google_maps_and_points/) +- [First app](https://www.reddit.com/r/androiddev/comments/1cqxbvz/first_app/) +- [Q42 is looking for android engineers](https://www.reddit.com/r/androiddev/comments/1cqvnk4/q42_is_looking_for_android_engineers/) +- [Intermittent issue SocketTimeoutException: failed to connect to host](https://www.reddit.com/r/androiddev/comments/1cqvi1t/intermittent_issue_sockettimeoutexception_failed/) +- [how can i use wide angle camera](https://www.reddit.com/r/androiddev/comments/1cqu7vu/how_can_i_use_wide_angle_camera/) ### *InfoWorld posts* From 142a2e2df6d0ec378a75a2e97f7deadae4988bba Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 15 May 2024 01:26:48 +0000 Subject: [PATCH 0892/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index dbdfad3d6e..22f1e0ecff 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Overlay not showing in AccessibilityService event](https://www.reddit.com/r/androiddev/comments/1crdyi3/overlay_not_showing_in_accessibilityservice_event/) -- [Call status notification when calling someone](https://www.reddit.com/r/androiddev/comments/1craods/call_status_notification_when_calling_someone/) -- [Architecture](https://www.reddit.com/r/androiddev/comments/1cr9fdd/architecture/) -- [Is there any non-complicated way of fetching current location in Android](https://www.reddit.com/r/androiddev/comments/1cr3iwj/is_there_any_noncomplicated_way_of_fetching/) -- [Rocky Start](https://www.reddit.com/r/androiddev/comments/1cqz6sa/rocky_start/) -- [Google Maps and Points](https://www.reddit.com/r/androiddev/comments/1cqxkcs/google_maps_and_points/) -- [First app](https://www.reddit.com/r/androiddev/comments/1cqxbvz/first_app/) -- [Q42 is looking for android engineers](https://www.reddit.com/r/androiddev/comments/1cqvnk4/q42_is_looking_for_android_engineers/) -- [Intermittent issue SocketTimeoutException: failed to connect to host](https://www.reddit.com/r/androiddev/comments/1cqvi1t/intermittent_issue_sockettimeoutexception_failed/) -- [how can i use wide angle camera](https://www.reddit.com/r/androiddev/comments/1cqu7vu/how_can_i_use_wide_angle_camera/) +- [How to launch/switch applications from code inside a library/aar?](https://www.reddit.com/r/androiddev/comments/1cs7fxu/how_to_launchswitch_applications_from_code_inside/) +- [Google Officially Supports Kotlin Multiplatform](https://www.reddit.com/r/androiddev/comments/1cs3qka/google_officially_supports_kotlin_multiplatform/) +- [Launch an app as free won't let me implement a credit/debit payment?](https://www.reddit.com/r/androiddev/comments/1cs1123/launch_an_app_as_free_wont_let_me_implement_a/) +- [Android Studio Koala Feature Drop | 2024.1.2 Canary 1 now available](https://www.reddit.com/r/androiddev/comments/1cs02zq/android_studio_koala_feature_drop_202412_canary_1/) +- [Can someone guide me on best practices for large SDKs?](https://www.reddit.com/r/androiddev/comments/1cry3su/can_someone_guide_me_on_best_practices_for_large/) +- [FCM notification not showing icon set in AndroidManifest](https://www.reddit.com/r/androiddev/comments/1crw2hm/fcm_notification_not_showing_icon_set_in/) +- [It's more faster to get GPS coordinates from SharedPreferences or from the LocationManager (system service)?](https://www.reddit.com/r/androiddev/comments/1crvrdv/its_more_faster_to_get_gps_coordinates_from/) +- [Android Predictive Back Gesture API Flaws](https://www.reddit.com/r/androiddev/comments/1crtaw1/android_predictive_back_gesture_api_flaws/) +- [Struggling on improving the knowledge as an Android dev](https://www.reddit.com/r/androiddev/comments/1crre9c/struggling_on_improving_the_knowledge_as_an/) +- [Would like to get a feedback about my app's architecture written in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1crr6w5/would_like_to_get_a_feedback_about_my_apps/) ### *InfoWorld posts* From 30baa59f38117230c4098d745d81e192469c2cb8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 16 May 2024 01:26:44 +0000 Subject: [PATCH 0893/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 22f1e0ecff..c2733b2f3e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to launch/switch applications from code inside a library/aar?](https://www.reddit.com/r/androiddev/comments/1cs7fxu/how_to_launchswitch_applications_from_code_inside/) -- [Google Officially Supports Kotlin Multiplatform](https://www.reddit.com/r/androiddev/comments/1cs3qka/google_officially_supports_kotlin_multiplatform/) -- [Launch an app as free won't let me implement a credit/debit payment?](https://www.reddit.com/r/androiddev/comments/1cs1123/launch_an_app_as_free_wont_let_me_implement_a/) -- [Android Studio Koala Feature Drop | 2024.1.2 Canary 1 now available](https://www.reddit.com/r/androiddev/comments/1cs02zq/android_studio_koala_feature_drop_202412_canary_1/) -- [Can someone guide me on best practices for large SDKs?](https://www.reddit.com/r/androiddev/comments/1cry3su/can_someone_guide_me_on_best_practices_for_large/) -- [FCM notification not showing icon set in AndroidManifest](https://www.reddit.com/r/androiddev/comments/1crw2hm/fcm_notification_not_showing_icon_set_in/) -- [It's more faster to get GPS coordinates from SharedPreferences or from the LocationManager (system service)?](https://www.reddit.com/r/androiddev/comments/1crvrdv/its_more_faster_to_get_gps_coordinates_from/) -- [Android Predictive Back Gesture API Flaws](https://www.reddit.com/r/androiddev/comments/1crtaw1/android_predictive_back_gesture_api_flaws/) -- [Struggling on improving the knowledge as an Android dev](https://www.reddit.com/r/androiddev/comments/1crre9c/struggling_on_improving_the_knowledge_as_an/) -- [Would like to get a feedback about my app's architecture written in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1crr6w5/would_like_to_get_a_feedback_about_my_apps/) +- [Is it worth it to build a Android app?](https://www.reddit.com/r/androiddev/comments/1csziii/is_it_worth_it_to_build_a_android_app/) +- [Google Play Android App Update Approval Delays](https://www.reddit.com/r/androiddev/comments/1csyeap/google_play_android_app_update_approval_delays/) +- [Android 15 beta 2 new changes](https://www.reddit.com/r/androiddev/comments/1csvfe7/android_15_beta_2_new_changes/) +- [Am I crazy or is there a problem with the implementation of collectAsStateWithLifecycle?](https://www.reddit.com/r/androiddev/comments/1csucac/am_i_crazy_or_is_there_a_problem_with_the/) +- [Unveiling SharedFlow: Exploring its Inner Workings!](https://www.reddit.com/r/androiddev/comments/1cstef9/unveiling_sharedflow_exploring_its_inner_workings/) +- [Android Studio Koala | 2024.1.1 Beta 2 now available](https://www.reddit.com/r/androiddev/comments/1csob48/android_studio_koala_202411_beta_2_now_available/) +- [Which activity launch mode prevents the calling of onNewIntent() if onCreate() was called?](https://www.reddit.com/r/androiddev/comments/1csnzif/which_activity_launch_mode_prevents_the_calling/) +- [Video: Looking Forward to Kotlin 2.0](https://www.reddit.com/r/androiddev/comments/1csmvgs/video_looking_forward_to_kotlin_20/) +- [Injecting Composables with Dagger without losing it](https://www.reddit.com/r/androiddev/comments/1csmpli/injecting_composables_with_dagger_without_losing/) +- [Lifecycle 2.8.0 only compatible with compose 1.7 beta, Yikes](https://www.reddit.com/r/androiddev/comments/1csjwne/lifecycle_280_only_compatible_with_compose_17/) ### *InfoWorld posts* From 8eb260f81bbbc1ba04b514e0a63190755b1f2905 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 17 May 2024 01:26:49 +0000 Subject: [PATCH 0894/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c2733b2f3e..78c2907e73 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is it worth it to build a Android app?](https://www.reddit.com/r/androiddev/comments/1csziii/is_it_worth_it_to_build_a_android_app/) -- [Google Play Android App Update Approval Delays](https://www.reddit.com/r/androiddev/comments/1csyeap/google_play_android_app_update_approval_delays/) -- [Android 15 beta 2 new changes](https://www.reddit.com/r/androiddev/comments/1csvfe7/android_15_beta_2_new_changes/) -- [Am I crazy or is there a problem with the implementation of collectAsStateWithLifecycle?](https://www.reddit.com/r/androiddev/comments/1csucac/am_i_crazy_or_is_there_a_problem_with_the/) -- [Unveiling SharedFlow: Exploring its Inner Workings!](https://www.reddit.com/r/androiddev/comments/1cstef9/unveiling_sharedflow_exploring_its_inner_workings/) -- [Android Studio Koala | 2024.1.1 Beta 2 now available](https://www.reddit.com/r/androiddev/comments/1csob48/android_studio_koala_202411_beta_2_now_available/) -- [Which activity launch mode prevents the calling of onNewIntent() if onCreate() was called?](https://www.reddit.com/r/androiddev/comments/1csnzif/which_activity_launch_mode_prevents_the_calling/) -- [Video: Looking Forward to Kotlin 2.0](https://www.reddit.com/r/androiddev/comments/1csmvgs/video_looking_forward_to_kotlin_20/) -- [Injecting Composables with Dagger without losing it](https://www.reddit.com/r/androiddev/comments/1csmpli/injecting_composables_with_dagger_without_losing/) -- [Lifecycle 2.8.0 only compatible with compose 1.7 beta, Yikes](https://www.reddit.com/r/androiddev/comments/1csjwne/lifecycle_280_only_compatible_with_compose_17/) +- [Republish an App removed from Playstore for a year and Losing all keywords including its own name in search?](https://www.reddit.com/r/androiddev/comments/1cts9q2/republish_an_app_removed_from_playstore_for_a/) +- [Does anyone happen to know of a library that can identify a webcam connected via USB?](https://www.reddit.com/r/androiddev/comments/1ctrvxn/does_anyone_happen_to_know_of_a_library_that_can/) +- [Who is going to droidcon SF this year?](https://www.reddit.com/r/androiddev/comments/1ctro9g/who_is_going_to_droidcon_sf_this_year/) +- [Navigation Bar Swipe Gestures](https://www.reddit.com/r/androiddev/comments/1ctqun5/navigation_bar_swipe_gestures/) +- [Passkeys will show up in Gboard on Android 15 and come to Wear OS 5](https://www.reddit.com/r/androiddev/comments/1ctp13y/passkeys_will_show_up_in_gboard_on_android_15_and/) +- [Seeking Feedback: Offline Password Manager for Android with Nearby Connections Sync](https://www.reddit.com/r/androiddev/comments/1ctnc0k/seeking_feedback_offline_password_manager_for/) +- [Deleting an app and starting over on the Google Play Store, is it possible?](https://www.reddit.com/r/androiddev/comments/1ctmr6z/deleting_an_app_and_starting_over_on_the_google/) +- [How can I ensure that my app is able to receive SMS at all times? I need guidance.](https://www.reddit.com/r/androiddev/comments/1ctjutj/how_can_i_ensure_that_my_app_is_able_to_receive/) +- [Google IO announced "private space"](https://www.reddit.com/r/androiddev/comments/1cti2f4/google_io_announced_private_space/) +- [Help with testing and automating](https://www.reddit.com/r/androiddev/comments/1ctfn9q/help_with_testing_and_automating/) ### *InfoWorld posts* From 44eb5ece54da70b240e4f24bb4677b34f61e159f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 18 May 2024 01:26:35 +0000 Subject: [PATCH 0895/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 78c2907e73..23b5b458db 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Republish an App removed from Playstore for a year and Losing all keywords including its own name in search?](https://www.reddit.com/r/androiddev/comments/1cts9q2/republish_an_app_removed_from_playstore_for_a/) -- [Does anyone happen to know of a library that can identify a webcam connected via USB?](https://www.reddit.com/r/androiddev/comments/1ctrvxn/does_anyone_happen_to_know_of_a_library_that_can/) -- [Who is going to droidcon SF this year?](https://www.reddit.com/r/androiddev/comments/1ctro9g/who_is_going_to_droidcon_sf_this_year/) -- [Navigation Bar Swipe Gestures](https://www.reddit.com/r/androiddev/comments/1ctqun5/navigation_bar_swipe_gestures/) -- [Passkeys will show up in Gboard on Android 15 and come to Wear OS 5](https://www.reddit.com/r/androiddev/comments/1ctp13y/passkeys_will_show_up_in_gboard_on_android_15_and/) -- [Seeking Feedback: Offline Password Manager for Android with Nearby Connections Sync](https://www.reddit.com/r/androiddev/comments/1ctnc0k/seeking_feedback_offline_password_manager_for/) -- [Deleting an app and starting over on the Google Play Store, is it possible?](https://www.reddit.com/r/androiddev/comments/1ctmr6z/deleting_an_app_and_starting_over_on_the_google/) -- [How can I ensure that my app is able to receive SMS at all times? I need guidance.](https://www.reddit.com/r/androiddev/comments/1ctjutj/how_can_i_ensure_that_my_app_is_able_to_receive/) -- [Google IO announced "private space"](https://www.reddit.com/r/androiddev/comments/1cti2f4/google_io_announced_private_space/) -- [Help with testing and automating](https://www.reddit.com/r/androiddev/comments/1ctfn9q/help_with_testing_and_automating/) +- [Google Wants 14 More Days For Production Testing](https://www.reddit.com/r/androiddev/comments/1cufd2z/google_wants_14_more_days_for_production_testing/) +- [QUESTION: Can One Company Create Multiple Developer Accounts?](https://www.reddit.com/r/androiddev/comments/1cuesbk/question_can_one_company_create_multiple/) +- [Do I need Terms of Service in order to publish my app on PlayStore?](https://www.reddit.com/r/androiddev/comments/1cuchmh/do_i_need_terms_of_service_in_order_to_publish_my/) +- [Any Kotlin course recommendations for non-beginner with WearOS dev as a goal?](https://www.reddit.com/r/androiddev/comments/1cuauhr/any_kotlin_course_recommendations_for_nonbeginner/) +- [How can i set gradient background on annotatedString in jetpack compose on android?](https://www.reddit.com/r/androiddev/comments/1cuamb9/how_can_i_set_gradient_background_on/) +- [Android Studio Koala Feature Drop | 2024.1.2 Canary 2 now available](https://www.reddit.com/r/androiddev/comments/1cuac7b/android_studio_koala_feature_drop_202412_canary_2/) +- [Issue with Long Press Gesture on Samsung Ultra 24 Devices](https://www.reddit.com/r/androiddev/comments/1cu2hse/issue_with_long_press_gesture_on_samsung_ultra_24/) +- [Get notification data from all notifications of bundle/group clicked](https://www.reddit.com/r/androiddev/comments/1cu14xr/get_notification_data_from_all_notifications_of/) +- [Gemini Nano: On-device AI solution](https://www.reddit.com/r/androiddev/comments/1ctz5je/gemini_nano_ondevice_ai_solution/) +- [Android TV form factor review times](https://www.reddit.com/r/androiddev/comments/1ctyyvq/android_tv_form_factor_review_times/) ### *InfoWorld posts* From 38ff5e4bd20019f05afd4fce6590cd81f82499e3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 19 May 2024 01:28:43 +0000 Subject: [PATCH 0896/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 23b5b458db..6b55ba98a2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Google Wants 14 More Days For Production Testing](https://www.reddit.com/r/androiddev/comments/1cufd2z/google_wants_14_more_days_for_production_testing/) -- [QUESTION: Can One Company Create Multiple Developer Accounts?](https://www.reddit.com/r/androiddev/comments/1cuesbk/question_can_one_company_create_multiple/) -- [Do I need Terms of Service in order to publish my app on PlayStore?](https://www.reddit.com/r/androiddev/comments/1cuchmh/do_i_need_terms_of_service_in_order_to_publish_my/) -- [Any Kotlin course recommendations for non-beginner with WearOS dev as a goal?](https://www.reddit.com/r/androiddev/comments/1cuauhr/any_kotlin_course_recommendations_for_nonbeginner/) -- [How can i set gradient background on annotatedString in jetpack compose on android?](https://www.reddit.com/r/androiddev/comments/1cuamb9/how_can_i_set_gradient_background_on/) -- [Android Studio Koala Feature Drop | 2024.1.2 Canary 2 now available](https://www.reddit.com/r/androiddev/comments/1cuac7b/android_studio_koala_feature_drop_202412_canary_2/) -- [Issue with Long Press Gesture on Samsung Ultra 24 Devices](https://www.reddit.com/r/androiddev/comments/1cu2hse/issue_with_long_press_gesture_on_samsung_ultra_24/) -- [Get notification data from all notifications of bundle/group clicked](https://www.reddit.com/r/androiddev/comments/1cu14xr/get_notification_data_from_all_notifications_of/) -- [Gemini Nano: On-device AI solution](https://www.reddit.com/r/androiddev/comments/1ctz5je/gemini_nano_ondevice_ai_solution/) -- [Android TV form factor review times](https://www.reddit.com/r/androiddev/comments/1ctyyvq/android_tv_form_factor_review_times/) +- [Looking for an Android Developer for a Fintech Startup!](https://www.reddit.com/r/androiddev/comments/1cv9nxe/looking_for_an_android_developer_for_a_fintech/) +- [Creativity session](https://www.reddit.com/r/androiddev/comments/1cv867q/creativity_session/) +- [AdMob on one account, Google dev account on other](https://www.reddit.com/r/androiddev/comments/1cv7nkc/admob_on_one_account_google_dev_account_on_other/) +- [AdMob on one account, Google dev account on other](https://www.reddit.com/r/androiddev/comments/1cv7mej/admob_on_one_account_google_dev_account_on_other/) +- [Database choice for project](https://www.reddit.com/r/androiddev/comments/1cv6vrn/database_choice_for_project/) +- [Subreddit to hire an Android dev to make some modifications to an opensource app?](https://www.reddit.com/r/androiddev/comments/1cv3kz3/subreddit_to_hire_an_android_dev_to_make_some/) +- [Simplify compliance with Google | Checks](https://www.reddit.com/r/androiddev/comments/1cuxjhs/simplify_compliance_with_google_checks/) +- [How to move accessibiklity focus and announce a message in Compose ?](https://www.reddit.com/r/androiddev/comments/1cux52h/how_to_move_accessibiklity_focus_and_announce_a/) +- [Data Class vs Class - Internal Working](https://www.reddit.com/r/androiddev/comments/1cuwsc4/data_class_vs_class_internal_working/) +- [Can i keep IAP subscriptions while submitting the build](https://www.reddit.com/r/androiddev/comments/1cuwqko/can_i_keep_iap_subscriptions_while_submitting_the/) ### *InfoWorld posts* From 7d210f7e4a34eccf13057078ba0a83c70c667578 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 20 May 2024 01:27:10 +0000 Subject: [PATCH 0897/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6b55ba98a2..f8d7cc30fa 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Looking for an Android Developer for a Fintech Startup!](https://www.reddit.com/r/androiddev/comments/1cv9nxe/looking_for_an_android_developer_for_a_fintech/) -- [Creativity session](https://www.reddit.com/r/androiddev/comments/1cv867q/creativity_session/) -- [AdMob on one account, Google dev account on other](https://www.reddit.com/r/androiddev/comments/1cv7nkc/admob_on_one_account_google_dev_account_on_other/) -- [AdMob on one account, Google dev account on other](https://www.reddit.com/r/androiddev/comments/1cv7mej/admob_on_one_account_google_dev_account_on_other/) -- [Database choice for project](https://www.reddit.com/r/androiddev/comments/1cv6vrn/database_choice_for_project/) -- [Subreddit to hire an Android dev to make some modifications to an opensource app?](https://www.reddit.com/r/androiddev/comments/1cv3kz3/subreddit_to_hire_an_android_dev_to_make_some/) -- [Simplify compliance with Google | Checks](https://www.reddit.com/r/androiddev/comments/1cuxjhs/simplify_compliance_with_google_checks/) -- [How to move accessibiklity focus and announce a message in Compose ?](https://www.reddit.com/r/androiddev/comments/1cux52h/how_to_move_accessibiklity_focus_and_announce_a/) -- [Data Class vs Class - Internal Working](https://www.reddit.com/r/androiddev/comments/1cuwsc4/data_class_vs_class_internal_working/) -- [Can i keep IAP subscriptions while submitting the build](https://www.reddit.com/r/androiddev/comments/1cuwqko/can_i_keep_iap_subscriptions_while_submitting_the/) +- [Refresh Fragment when text is changed in Activity (Working with Firebase)](https://www.reddit.com/r/androiddev/comments/1cvw3rs/refresh_fragment_when_text_is_changed_in_activity/) +- [Looking for a cheap device to use instead of AS emulators. Which cheap devices do you suggest?](https://www.reddit.com/r/androiddev/comments/1cvuet3/looking_for_a_cheap_device_to_use_instead_of_as/) +- [How do I dynamically choose a field's value in my factory class based on user input?](https://www.reddit.com/r/androiddev/comments/1cvsbpl/how_do_i_dynamically_choose_a_fields_value_in_my/) +- [(Fitness) Recording API: is this out yet, and if not, are there any better alternatives to foreground service?](https://www.reddit.com/r/androiddev/comments/1cvpamv/fitness_recording_api_is_this_out_yet_and_if_not/) +- [Coroutines under the hood.](https://www.reddit.com/r/androiddev/comments/1cvoqq5/coroutines_under_the_hood/) +- [Build keeps failing not sure why](https://www.reddit.com/r/androiddev/comments/1cvogal/build_keeps_failing_not_sure_why/) +- [What are the tax implications of paid android apps?](https://www.reddit.com/r/androiddev/comments/1cvo9rp/what_are_the_tax_implications_of_paid_android_apps/) +- [Hey , can anyone suggest me a course / resources regarding the development of widgets in android !](https://www.reddit.com/r/androiddev/comments/1cvn4b2/hey_can_anyone_suggest_me_a_course_resources/) +- [Animation not playing when clicking on notification while app is in foreground](https://www.reddit.com/r/androiddev/comments/1cvk745/animation_not_playing_when_clicking_on/) +- [I am desperate and need help for Offline Syncronization for Android app (MySql - SqlLite)Ktor-retrofit](https://www.reddit.com/r/androiddev/comments/1cvdsbo/i_am_desperate_and_need_help_for_offline/) ### *InfoWorld posts* From 6ad2d297210e38866e3123e05e94d6616c850ca9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 21 May 2024 01:26:48 +0000 Subject: [PATCH 0898/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f8d7cc30fa..c24384c40b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Refresh Fragment when text is changed in Activity (Working with Firebase)](https://www.reddit.com/r/androiddev/comments/1cvw3rs/refresh_fragment_when_text_is_changed_in_activity/) -- [Looking for a cheap device to use instead of AS emulators. Which cheap devices do you suggest?](https://www.reddit.com/r/androiddev/comments/1cvuet3/looking_for_a_cheap_device_to_use_instead_of_as/) -- [How do I dynamically choose a field's value in my factory class based on user input?](https://www.reddit.com/r/androiddev/comments/1cvsbpl/how_do_i_dynamically_choose_a_fields_value_in_my/) -- [(Fitness) Recording API: is this out yet, and if not, are there any better alternatives to foreground service?](https://www.reddit.com/r/androiddev/comments/1cvpamv/fitness_recording_api_is_this_out_yet_and_if_not/) -- [Coroutines under the hood.](https://www.reddit.com/r/androiddev/comments/1cvoqq5/coroutines_under_the_hood/) -- [Build keeps failing not sure why](https://www.reddit.com/r/androiddev/comments/1cvogal/build_keeps_failing_not_sure_why/) -- [What are the tax implications of paid android apps?](https://www.reddit.com/r/androiddev/comments/1cvo9rp/what_are_the_tax_implications_of_paid_android_apps/) -- [Hey , can anyone suggest me a course / resources regarding the development of widgets in android !](https://www.reddit.com/r/androiddev/comments/1cvn4b2/hey_can_anyone_suggest_me_a_course_resources/) -- [Animation not playing when clicking on notification while app is in foreground](https://www.reddit.com/r/androiddev/comments/1cvk745/animation_not_playing_when_clicking_on/) -- [I am desperate and need help for Offline Syncronization for Android app (MySql - SqlLite)Ktor-retrofit](https://www.reddit.com/r/androiddev/comments/1cvdsbo/i_am_desperate_and_need_help_for_offline/) +- [Is it normal that it takes Google over a month to verify my identity?](https://www.reddit.com/r/androiddev/comments/1cwspep/is_it_normal_that_it_takes_google_over_a_month_to/) +- [📐 Blueprint — Visualize the Dimensions of Your Composables on a Blueprint!](https://www.reddit.com/r/androiddev/comments/1cwprto/blueprint_visualize_the_dimensions_of_your/) +- [Question about data safety, what counts as "sharing" and what is "reasonable expectation"](https://www.reddit.com/r/androiddev/comments/1cwpf96/question_about_data_safety_what_counts_as_sharing/) +- [Enhance Your Design System Workflow with Kelp Plugin for Android Studio](https://www.reddit.com/r/androiddev/comments/1cwpck9/enhance_your_design_system_workflow_with_kelp/) +- [App vs Website Subscriptions: Payment Advice for Meal Ordering App](https://www.reddit.com/r/androiddev/comments/1cwnsmd/app_vs_website_subscriptions_payment_advice_for/) +- [Can I use IAP ( in app purchase and stripe for different services in the same app )](https://www.reddit.com/r/androiddev/comments/1cwm6v5/can_i_use_iap_in_app_purchase_and_stripe_for/) +- [Is it possible to inflate menu xml file into jet pack compose top bar?](https://www.reddit.com/r/androiddev/comments/1cwm2tj/is_it_possible_to_inflate_menu_xml_file_into_jet/) +- [Android Studio Jellyfish | 2023.3.1 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/1cwlvqx/android_studio_jellyfish_202331_patch_1_now/) +- [Telemedicine App with a Heart Rate Device integrated - First Ever Mobile App Project for a Student -](https://www.reddit.com/r/androiddev/comments/1cwkrrv/telemedicine_app_with_a_heart_rate_device/) +- [Check Out My New Android App: Bing Maps KML Viewer!](https://www.reddit.com/r/androiddev/comments/1cwiquo/check_out_my_new_android_app_bing_maps_kml_viewer/) ### *InfoWorld posts* From 8d7bd57b219a1c7c5fc0b4476e24bed5860ebd8a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 22 May 2024 01:27:10 +0000 Subject: [PATCH 0899/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c24384c40b..4e48985aee 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is it normal that it takes Google over a month to verify my identity?](https://www.reddit.com/r/androiddev/comments/1cwspep/is_it_normal_that_it_takes_google_over_a_month_to/) -- [📐 Blueprint — Visualize the Dimensions of Your Composables on a Blueprint!](https://www.reddit.com/r/androiddev/comments/1cwprto/blueprint_visualize_the_dimensions_of_your/) -- [Question about data safety, what counts as "sharing" and what is "reasonable expectation"](https://www.reddit.com/r/androiddev/comments/1cwpf96/question_about_data_safety_what_counts_as_sharing/) -- [Enhance Your Design System Workflow with Kelp Plugin for Android Studio](https://www.reddit.com/r/androiddev/comments/1cwpck9/enhance_your_design_system_workflow_with_kelp/) -- [App vs Website Subscriptions: Payment Advice for Meal Ordering App](https://www.reddit.com/r/androiddev/comments/1cwnsmd/app_vs_website_subscriptions_payment_advice_for/) -- [Can I use IAP ( in app purchase and stripe for different services in the same app )](https://www.reddit.com/r/androiddev/comments/1cwm6v5/can_i_use_iap_in_app_purchase_and_stripe_for/) -- [Is it possible to inflate menu xml file into jet pack compose top bar?](https://www.reddit.com/r/androiddev/comments/1cwm2tj/is_it_possible_to_inflate_menu_xml_file_into_jet/) -- [Android Studio Jellyfish | 2023.3.1 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/1cwlvqx/android_studio_jellyfish_202331_patch_1_now/) -- [Telemedicine App with a Heart Rate Device integrated - First Ever Mobile App Project for a Student -](https://www.reddit.com/r/androiddev/comments/1cwkrrv/telemedicine_app_with_a_heart_rate_device/) -- [Check Out My New Android App: Bing Maps KML Viewer!](https://www.reddit.com/r/androiddev/comments/1cwiquo/check_out_my_new_android_app_bing_maps_kml_viewer/) +- [AdMob IDs before Google Play release?](https://www.reddit.com/r/androiddev/comments/1cxnnrd/admob_ids_before_google_play_release/) +- [Is it realistic to expect getting US$ 50 monthly in Amazon App Store?](https://www.reddit.com/r/androiddev/comments/1cxmod4/is_it_realistic_to_expect_getting_us_50_monthly/) +- [Kotlin 2.0 released: What's new](https://www.reddit.com/r/androiddev/comments/1cxlbr5/kotlin_20_released_whats_new/) +- [Is Jetpack Compose a good start to begin android development?](https://www.reddit.com/r/androiddev/comments/1cxiymj/is_jetpack_compose_a_good_start_to_begin_android/) +- [How to avoid app freeze after while adding points to google maps](https://www.reddit.com/r/androiddev/comments/1cxg5d3/how_to_avoid_app_freeze_after_while_adding_points/) +- [How to get screen captures from android at a lower latency?](https://www.reddit.com/r/androiddev/comments/1cxfelv/how_to_get_screen_captures_from_android_at_a/) +- [How Much Does It Cost To Create A Healthcare Application](https://www.reddit.com/r/androiddev/comments/1cxfcgc/how_much_does_it_cost_to_create_a_healthcare/) +- [Best way to do cross platform app development in current times](https://www.reddit.com/r/androiddev/comments/1cxet88/best_way_to_do_cross_platform_app_development_in/) +- [I love how this subreddit is going](https://www.reddit.com/r/androiddev/comments/1cxe5xn/i_love_how_this_subreddit_is_going/) +- [Less Gemini](https://www.reddit.com/r/androiddev/comments/1cxdij3/less_gemini/) ### *InfoWorld posts* From 426c4f3fb249cdd8d561f9fbf3c02e18ba7501be Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 23 May 2024 01:26:48 +0000 Subject: [PATCH 0900/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4e48985aee..39bba65e45 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [AdMob IDs before Google Play release?](https://www.reddit.com/r/androiddev/comments/1cxnnrd/admob_ids_before_google_play_release/) -- [Is it realistic to expect getting US$ 50 monthly in Amazon App Store?](https://www.reddit.com/r/androiddev/comments/1cxmod4/is_it_realistic_to_expect_getting_us_50_monthly/) -- [Kotlin 2.0 released: What's new](https://www.reddit.com/r/androiddev/comments/1cxlbr5/kotlin_20_released_whats_new/) -- [Is Jetpack Compose a good start to begin android development?](https://www.reddit.com/r/androiddev/comments/1cxiymj/is_jetpack_compose_a_good_start_to_begin_android/) -- [How to avoid app freeze after while adding points to google maps](https://www.reddit.com/r/androiddev/comments/1cxg5d3/how_to_avoid_app_freeze_after_while_adding_points/) -- [How to get screen captures from android at a lower latency?](https://www.reddit.com/r/androiddev/comments/1cxfelv/how_to_get_screen_captures_from_android_at_a/) -- [How Much Does It Cost To Create A Healthcare Application](https://www.reddit.com/r/androiddev/comments/1cxfcgc/how_much_does_it_cost_to_create_a_healthcare/) -- [Best way to do cross platform app development in current times](https://www.reddit.com/r/androiddev/comments/1cxet88/best_way_to_do_cross_platform_app_development_in/) -- [I love how this subreddit is going](https://www.reddit.com/r/androiddev/comments/1cxe5xn/i_love_how_this_subreddit_is_going/) -- [Less Gemini](https://www.reddit.com/r/androiddev/comments/1cxdij3/less_gemini/) +- [Been Searching for a Solution for Nearly a Month!](https://www.reddit.com/r/androiddev/comments/1cyau00/been_searching_for_a_solution_for_nearly_a_month/) +- [How to change the font size of the green documentation above functions in a library in Android Studio?](https://www.reddit.com/r/androiddev/comments/1cy9t03/how_to_change_the_font_size_of_the_green/) +- [Looking for advice - mid level dev for a role being the only Android developer](https://www.reddit.com/r/androiddev/comments/1cy9ay5/looking_for_advice_mid_level_dev_for_a_role_being/) +- [Alias not ID for plugins in gradle?](https://www.reddit.com/r/androiddev/comments/1cy8fho/alias_not_id_for_plugins_in_gradle/) +- [Safe Args Navigation in CMP](https://www.reddit.com/r/androiddev/comments/1cy7mcv/safe_args_navigation_in_cmp/) +- [Caching Strategies in Android](https://www.reddit.com/r/androiddev/comments/1cy5r7g/caching_strategies_in_android/) +- [Why PWAs have not taken over and they ever will?](https://www.reddit.com/r/androiddev/comments/1cy5g53/why_pwas_have_not_taken_over_and_they_ever_will/) +- [How to profile HWUI (GPU) using ADB shell?](https://www.reddit.com/r/androiddev/comments/1cy4sya/how_to_profile_hwui_gpu_using_adb_shell/) +- [Screen rotation detection](https://www.reddit.com/r/androiddev/comments/1cy41cd/screen_rotation_detection/) +- [Mastering Jetpack Compose Performance: Part 2](https://www.reddit.com/r/androiddev/comments/1cy0xp6/mastering_jetpack_compose_performance_part_2/) ### *InfoWorld posts* From ccc61d5675c3a7d44de938729a407e2666a08984 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 24 May 2024 01:27:09 +0000 Subject: [PATCH 0901/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 39bba65e45..fc18b68efd 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Been Searching for a Solution for Nearly a Month!](https://www.reddit.com/r/androiddev/comments/1cyau00/been_searching_for_a_solution_for_nearly_a_month/) -- [How to change the font size of the green documentation above functions in a library in Android Studio?](https://www.reddit.com/r/androiddev/comments/1cy9t03/how_to_change_the_font_size_of_the_green/) -- [Looking for advice - mid level dev for a role being the only Android developer](https://www.reddit.com/r/androiddev/comments/1cy9ay5/looking_for_advice_mid_level_dev_for_a_role_being/) -- [Alias not ID for plugins in gradle?](https://www.reddit.com/r/androiddev/comments/1cy8fho/alias_not_id_for_plugins_in_gradle/) -- [Safe Args Navigation in CMP](https://www.reddit.com/r/androiddev/comments/1cy7mcv/safe_args_navigation_in_cmp/) -- [Caching Strategies in Android](https://www.reddit.com/r/androiddev/comments/1cy5r7g/caching_strategies_in_android/) -- [Why PWAs have not taken over and they ever will?](https://www.reddit.com/r/androiddev/comments/1cy5g53/why_pwas_have_not_taken_over_and_they_ever_will/) -- [How to profile HWUI (GPU) using ADB shell?](https://www.reddit.com/r/androiddev/comments/1cy4sya/how_to_profile_hwui_gpu_using_adb_shell/) -- [Screen rotation detection](https://www.reddit.com/r/androiddev/comments/1cy41cd/screen_rotation_detection/) -- [Mastering Jetpack Compose Performance: Part 2](https://www.reddit.com/r/androiddev/comments/1cy0xp6/mastering_jetpack_compose_performance_part_2/) +- [Android Studio Koala Feature Drop | 2024.1.2 Canary 3 now available](https://www.reddit.com/r/androiddev/comments/1cz7hvv/android_studio_koala_feature_drop_202412_canary_3/) +- [Model-Viewer 3D webview Config , Model loaded is pixelated and blurry , Support](https://www.reddit.com/r/androiddev/comments/1cyzk27/modelviewer_3d_webview_config_model_loaded_is/) +- [MediaPlayer HTTP stream stops after a few seconds](https://www.reddit.com/r/androiddev/comments/1cyww71/mediaplayer_http_stream_stops_after_a_few_seconds/) +- [Running Python Scripts with apps](https://www.reddit.com/r/androiddev/comments/1cyvmzf/running_python_scripts_with_apps/) +- [Error in handling content uri](https://www.reddit.com/r/androiddev/comments/1cyvf32/error_in_handling_content_uri/) +- [Google Play alternative billing solutions?](https://www.reddit.com/r/androiddev/comments/1cytfaq/google_play_alternative_billing_solutions/) +- [Is there an app monitoring tool that helps figuring out the root cause of issues](https://www.reddit.com/r/androiddev/comments/1cysllz/is_there_an_app_monitoring_tool_that_helps/) +- [Help with Google Maps Android SDK v18.2.0](https://www.reddit.com/r/androiddev/comments/1cyrghx/help_with_google_maps_android_sdk_v1820/) +- [App removed due to price displayed has currency differences.](https://www.reddit.com/r/androiddev/comments/1cyqu8e/app_removed_due_to_price_displayed_has_currency/) +- [Foreground service without notification?](https://www.reddit.com/r/androiddev/comments/1cyobll/foreground_service_without_notification/) ### *InfoWorld posts* From d9314db5c2ee3ab4f1fcd6ea98954adb5d1ca86e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 24 May 2024 01:27:11 +0000 Subject: [PATCH 0902/1422] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc18b68efd..e7026e5c76 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *InfoWorld posts* +- [JetBrains debuts Kotlin 2.0.0 with K2 compiler performance boost](https://www.infoworld.com/article/3715312/jetbrains-debuts-kotlin-200-with-k2-compiler-performance-boost.html#tk.rss_android) - [Android 15 reaches beta](https://www.infoworld.com/article/3715401/android-15-reaches-beta.html#tk.rss_android) - [Kotlin keeps climbing the Tiobe popularity index](https://www.infoworld.com/article/3710290/kotlin-keeps-climbing-the-tiobe-popularity-index.html#tk.rss_android) - [Building for Linux and Android on Windows](https://www.infoworld.com/article/3707729/building-for-linux-and-android-on-windows.html#tk.rss_android) @@ -295,7 +296,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Android Studio Flamingo upgrades UI tooling](https://www.infoworld.com/article/3693588/android-studio-flamingo-ide-enhances-ui-building.html#tk.rss_android) - [Android 14 preview for developers arrives](https://www.infoworld.com/article/3687731/android-14-preview-for-developers-arrives.html#tk.rss_android) - [What is Kotlin? The Java alternative explained](https://www.infoworld.com/article/3224868/what-is-kotlin-the-java-alternative-explained.html#tk.rss_android) -- [Android 13 brings themed app icons, security tweaks](https://www.infoworld.com/article/3669860/android-13-brings-themed-app-icons-security-tweaks.html#tk.rss_android) ### *RedHat posts* From 4a79755cacc5157d8e1a55bc2828fc9ccef922d3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 25 May 2024 01:26:24 +0000 Subject: [PATCH 0903/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e7026e5c76..f8cd053ca5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Studio Koala Feature Drop | 2024.1.2 Canary 3 now available](https://www.reddit.com/r/androiddev/comments/1cz7hvv/android_studio_koala_feature_drop_202412_canary_3/) -- [Model-Viewer 3D webview Config , Model loaded is pixelated and blurry , Support](https://www.reddit.com/r/androiddev/comments/1cyzk27/modelviewer_3d_webview_config_model_loaded_is/) -- [MediaPlayer HTTP stream stops after a few seconds](https://www.reddit.com/r/androiddev/comments/1cyww71/mediaplayer_http_stream_stops_after_a_few_seconds/) -- [Running Python Scripts with apps](https://www.reddit.com/r/androiddev/comments/1cyvmzf/running_python_scripts_with_apps/) -- [Error in handling content uri](https://www.reddit.com/r/androiddev/comments/1cyvf32/error_in_handling_content_uri/) -- [Google Play alternative billing solutions?](https://www.reddit.com/r/androiddev/comments/1cytfaq/google_play_alternative_billing_solutions/) -- [Is there an app monitoring tool that helps figuring out the root cause of issues](https://www.reddit.com/r/androiddev/comments/1cysllz/is_there_an_app_monitoring_tool_that_helps/) -- [Help with Google Maps Android SDK v18.2.0](https://www.reddit.com/r/androiddev/comments/1cyrghx/help_with_google_maps_android_sdk_v1820/) -- [App removed due to price displayed has currency differences.](https://www.reddit.com/r/androiddev/comments/1cyqu8e/app_removed_due_to_price_displayed_has_currency/) -- [Foreground service without notification?](https://www.reddit.com/r/androiddev/comments/1cyobll/foreground_service_without_notification/) +- [New Android App - WhatsApp Notification Reader (Upload Messages to Firebase)](https://www.reddit.com/r/androiddev/comments/1czrke3/new_android_app_whatsapp_notification_reader/) +- [Activity stack not working properly](https://www.reddit.com/r/androiddev/comments/1czoohu/activity_stack_not_working_properly/) +- [RobotQA Android Studio Plugin for Remote Debugging](https://www.reddit.com/r/androiddev/comments/1czm7cl/robotqa_android_studio_plugin_for_remote_debugging/) +- [Data on Bluetooth Devices that are near Bluetooth Devices that are near me](https://www.reddit.com/r/androiddev/comments/1czlr53/data_on_bluetooth_devices_that_are_near_bluetooth/) +- [How to : Migrate to K2, Kotlin DSL (Groovy build.gradle -> build.gradle.kts) without killing yourself ?](https://www.reddit.com/r/androiddev/comments/1czkp0k/how_to_migrate_to_k2_kotlin_dsl_groovy/) +- [How to correctly integrate Kotlin 2 in Android via build-logic module](https://www.reddit.com/r/androiddev/comments/1czk7ox/how_to_correctly_integrate_kotlin_2_in_android/) +- [Ryzen 3 4300g, ASROCK A520m hdv, ripjaws 16gb X 2 (3200mhz), 500gb nvme2 ssd](https://www.reddit.com/r/androiddev/comments/1czjlt0/ryzen_3_4300g_asrock_a520m_hdv_ripjaws_16gb_x_2/) +- [OpenCV memory leaks](https://www.reddit.com/r/androiddev/comments/1czioxy/opencv_memory_leaks/) +- [Exploring Shared Element Transition with Navigation in Compose](https://www.reddit.com/r/androiddev/comments/1czhjsu/exploring_shared_element_transition_with/) +- [Question about google advertising for an android app](https://www.reddit.com/r/androiddev/comments/1czfn95/question_about_google_advertising_for_an_android/) ### *InfoWorld posts* From e3e007d04943816b7f6778efbd8c3413ab190d00 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 26 May 2024 01:28:56 +0000 Subject: [PATCH 0904/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f8cd053ca5..8143a00634 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Snake Game with Compose Multiplatform 🐍🕹️](https://www.reddit.com/r/androiddev/comments/1d0n62d/snake_game_with_compose_multiplatform/) +- [Thoughts on leaving Android development](https://www.reddit.com/r/androiddev/comments/1d0k9kj/thoughts_on_leaving_android_development/) +- [Developing a Money Transfer App](https://www.reddit.com/r/androiddev/comments/1d0j1oe/developing_a_money_transfer_app/) +- [How the hell do you detect keyboard closing in Compose](https://www.reddit.com/r/androiddev/comments/1d0f9wc/how_the_hell_do_you_detect_keyboard_closing_in/) +- [Publishing Android app from own website and keeping app updated (and safe)?](https://www.reddit.com/r/androiddev/comments/1d0952w/publishing_android_app_from_own_website_and/) +- [People pro in Android Development, share the most valuable lessons that you learnt on how to be pro at it](https://www.reddit.com/r/androiddev/comments/1d0945k/people_pro_in_android_development_share_the_most/) +- [Is it possible to find out in the app which play experiment was the app installed from?](https://www.reddit.com/r/androiddev/comments/1d0810n/is_it_possible_to_find_out_in_the_app_which_play/) - [New Android App - WhatsApp Notification Reader (Upload Messages to Firebase)](https://www.reddit.com/r/androiddev/comments/1czrke3/new_android_app_whatsapp_notification_reader/) - [Activity stack not working properly](https://www.reddit.com/r/androiddev/comments/1czoohu/activity_stack_not_working_properly/) - [RobotQA Android Studio Plugin for Remote Debugging](https://www.reddit.com/r/androiddev/comments/1czm7cl/robotqa_android_studio_plugin_for_remote_debugging/) -- [Data on Bluetooth Devices that are near Bluetooth Devices that are near me](https://www.reddit.com/r/androiddev/comments/1czlr53/data_on_bluetooth_devices_that_are_near_bluetooth/) -- [How to : Migrate to K2, Kotlin DSL (Groovy build.gradle -> build.gradle.kts) without killing yourself ?](https://www.reddit.com/r/androiddev/comments/1czkp0k/how_to_migrate_to_k2_kotlin_dsl_groovy/) -- [How to correctly integrate Kotlin 2 in Android via build-logic module](https://www.reddit.com/r/androiddev/comments/1czk7ox/how_to_correctly_integrate_kotlin_2_in_android/) -- [Ryzen 3 4300g, ASROCK A520m hdv, ripjaws 16gb X 2 (3200mhz), 500gb nvme2 ssd](https://www.reddit.com/r/androiddev/comments/1czjlt0/ryzen_3_4300g_asrock_a520m_hdv_ripjaws_16gb_x_2/) -- [OpenCV memory leaks](https://www.reddit.com/r/androiddev/comments/1czioxy/opencv_memory_leaks/) -- [Exploring Shared Element Transition with Navigation in Compose](https://www.reddit.com/r/androiddev/comments/1czhjsu/exploring_shared_element_transition_with/) -- [Question about google advertising for an android app](https://www.reddit.com/r/androiddev/comments/1czfn95/question_about_google_advertising_for_an_android/) ### *InfoWorld posts* From 9419af7e3bf1ff552d02f913c0c86c6966dd50f9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 27 May 2024 01:28:07 +0000 Subject: [PATCH 0905/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8143a00634..17ee9bf354 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Native library file not found at runtime](https://www.reddit.com/r/androiddev/comments/1d1dvbu/android_native_library_file_not_found_at_runtime/) +- [Need help flashing custom ROM on Tecno MOBILE BF6 (With Windows 10 PC, and/or TWRP Recovery / any other custom bootloader).](https://www.reddit.com/r/androiddev/comments/1d18zk8/need_help_flashing_custom_rom_on_tecno_mobile_bf6/) +- [Dispatch Issue #2: 🍨 Inside scoop from Google I/O, interesting conversations and updates from the event & a tip to using Gemini in Android Studio without compromising sensitive IP](https://www.reddit.com/r/androiddev/comments/1d15j73/dispatch_issue_2_inside_scoop_from_google_io/) +- [gRPC in Android](https://www.reddit.com/r/androiddev/comments/1d14sfg/grpc_in_android/) +- [Exploring the Compose Preview Screenshot Testing tool](https://www.reddit.com/r/androiddev/comments/1d1281m/exploring_the_compose_preview_screenshot_testing/) +- [Can't seem to understand how to implement firebase auth as Microsoft login. Help!](https://www.reddit.com/r/androiddev/comments/1d0xdr7/cant_seem_to_understand_how_to_implement_firebase/) +- [Service, when started from another app, won't stop from notification bar](https://www.reddit.com/r/androiddev/comments/1d0vo0y/service_when_started_from_another_app_wont_stop/) +- [Introducing Yamvil: MVI Infrastructure for Composables](https://www.reddit.com/r/androiddev/comments/1d0ut19/introducing_yamvil_mvi_infrastructure_for/) +- [What Mobile Measurement Partners allow to receive post-install in-app information about ad campaign, ad set and ad creative related to the given install?](https://www.reddit.com/r/androiddev/comments/1d0rmqp/what_mobile_measurement_partners_allow_to_receive/) - [Snake Game with Compose Multiplatform 🐍🕹️](https://www.reddit.com/r/androiddev/comments/1d0n62d/snake_game_with_compose_multiplatform/) -- [Thoughts on leaving Android development](https://www.reddit.com/r/androiddev/comments/1d0k9kj/thoughts_on_leaving_android_development/) -- [Developing a Money Transfer App](https://www.reddit.com/r/androiddev/comments/1d0j1oe/developing_a_money_transfer_app/) -- [How the hell do you detect keyboard closing in Compose](https://www.reddit.com/r/androiddev/comments/1d0f9wc/how_the_hell_do_you_detect_keyboard_closing_in/) -- [Publishing Android app from own website and keeping app updated (and safe)?](https://www.reddit.com/r/androiddev/comments/1d0952w/publishing_android_app_from_own_website_and/) -- [People pro in Android Development, share the most valuable lessons that you learnt on how to be pro at it](https://www.reddit.com/r/androiddev/comments/1d0945k/people_pro_in_android_development_share_the_most/) -- [Is it possible to find out in the app which play experiment was the app installed from?](https://www.reddit.com/r/androiddev/comments/1d0810n/is_it_possible_to_find_out_in_the_app_which_play/) -- [New Android App - WhatsApp Notification Reader (Upload Messages to Firebase)](https://www.reddit.com/r/androiddev/comments/1czrke3/new_android_app_whatsapp_notification_reader/) -- [Activity stack not working properly](https://www.reddit.com/r/androiddev/comments/1czoohu/activity_stack_not_working_properly/) -- [RobotQA Android Studio Plugin for Remote Debugging](https://www.reddit.com/r/androiddev/comments/1czm7cl/robotqa_android_studio_plugin_for_remote_debugging/) ### *InfoWorld posts* From 1e4270432d5861e5cd70ab46275b0ca63d58f9c6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 28 May 2024 01:27:20 +0000 Subject: [PATCH 0906/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 17ee9bf354..9fc48132ee 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Native library file not found at runtime](https://www.reddit.com/r/androiddev/comments/1d1dvbu/android_native_library_file_not_found_at_runtime/) -- [Need help flashing custom ROM on Tecno MOBILE BF6 (With Windows 10 PC, and/or TWRP Recovery / any other custom bootloader).](https://www.reddit.com/r/androiddev/comments/1d18zk8/need_help_flashing_custom_rom_on_tecno_mobile_bf6/) -- [Dispatch Issue #2: 🍨 Inside scoop from Google I/O, interesting conversations and updates from the event & a tip to using Gemini in Android Studio without compromising sensitive IP](https://www.reddit.com/r/androiddev/comments/1d15j73/dispatch_issue_2_inside_scoop_from_google_io/) -- [gRPC in Android](https://www.reddit.com/r/androiddev/comments/1d14sfg/grpc_in_android/) -- [Exploring the Compose Preview Screenshot Testing tool](https://www.reddit.com/r/androiddev/comments/1d1281m/exploring_the_compose_preview_screenshot_testing/) -- [Can't seem to understand how to implement firebase auth as Microsoft login. Help!](https://www.reddit.com/r/androiddev/comments/1d0xdr7/cant_seem_to_understand_how_to_implement_firebase/) -- [Service, when started from another app, won't stop from notification bar](https://www.reddit.com/r/androiddev/comments/1d0vo0y/service_when_started_from_another_app_wont_stop/) -- [Introducing Yamvil: MVI Infrastructure for Composables](https://www.reddit.com/r/androiddev/comments/1d0ut19/introducing_yamvil_mvi_infrastructure_for/) -- [What Mobile Measurement Partners allow to receive post-install in-app information about ad campaign, ad set and ad creative related to the given install?](https://www.reddit.com/r/androiddev/comments/1d0rmqp/what_mobile_measurement_partners_allow_to_receive/) -- [Snake Game with Compose Multiplatform 🐍🕹️](https://www.reddit.com/r/androiddev/comments/1d0n62d/snake_game_with_compose_multiplatform/) +- [Beginner's question: Is the empty project supposed to work without any change?](https://www.reddit.com/r/androiddev/comments/1d256ct/beginners_question_is_the_empty_project_supposed/) +- [What is actually required of testers in closed testing](https://www.reddit.com/r/androiddev/comments/1d24i1a/what_is_actually_required_of_testers_in_closed/) +- [Jetpack Compose for Game Development?](https://www.reddit.com/r/androiddev/comments/1d21tno/jetpack_compose_for_game_development/) +- [KMP Project - Formula 1](https://www.reddit.com/r/androiddev/comments/1d21ke5/kmp_project_formula_1/) +- [Clarifying Screen Density Categories in Google Play Statistics](https://www.reddit.com/r/androiddev/comments/1d21f70/clarifying_screen_density_categories_in_google/) +- [ViewPager](https://www.reddit.com/r/androiddev/comments/1d1y61n/viewpager/) +- [When app was opened with click on notification, clicking on further notifications only opens the app, not changing activity / calling onCreate()](https://www.reddit.com/r/androiddev/comments/1d1o4ff/when_app_was_opened_with_click_on_notification/) +- [How to architect callback flow inside original callback](https://www.reddit.com/r/androiddev/comments/1d1ltls/how_to_architect_callback_flow_inside_original/) +- [Will Google's Checks Essential stay free, or just a](https://www.reddit.com/r/androiddev/comments/1d1lrfp/will_googles_checks_essential_stay_free_or_just_a/) +- [Do I really need a viewmodel if I can just create variables outside of composables and they can be used anywhere?](https://www.reddit.com/r/androiddev/comments/1d1844o/do_i_really_need_a_viewmodel_if_i_can_just_create/) ### *InfoWorld posts* From 0aa913563f71ead5fbb3dc0d62d8d94362d89762 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 29 May 2024 01:28:52 +0000 Subject: [PATCH 0907/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9fc48132ee..ec412874ab 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Showcasing android app on IOS](https://www.reddit.com/r/androiddev/comments/1d2seuw/showcasing_android_app_on_ios/) +- [Hide Ink/Ripple Effect](https://www.reddit.com/r/androiddev/comments/1d2lu6n/hide_inkripple_effect/) +- [Kotlin mobile monorepo migration](https://www.reddit.com/r/androiddev/comments/1d2iow2/kotlin_mobile_monorepo_migration/) +- [How to get video playback capacity of specific device](https://www.reddit.com/r/androiddev/comments/1d2fqma/how_to_get_video_playback_capacity_of_specific/) +- [Seeking Alternatives to AdMob SDK Banner Ads Due to Performance Issues](https://www.reddit.com/r/androiddev/comments/1d2fmkz/seeking_alternatives_to_admob_sdk_banner_ads_due/) +- [Understanding flatMapConcat, flatMapMerge, and flatMapLatest in Kotlin Flow](https://www.reddit.com/r/androiddev/comments/1d2a0se/understanding_flatmapconcat_flatmapmerge_and/) +- [Why is it so difficult for Android Studio to recognize my device?](https://www.reddit.com/r/androiddev/comments/1d28p04/why_is_it_so_difficult_for_android_studio_to/) - [Beginner's question: Is the empty project supposed to work without any change?](https://www.reddit.com/r/androiddev/comments/1d256ct/beginners_question_is_the_empty_project_supposed/) - [What is actually required of testers in closed testing](https://www.reddit.com/r/androiddev/comments/1d24i1a/what_is_actually_required_of_testers_in_closed/) - [Jetpack Compose for Game Development?](https://www.reddit.com/r/androiddev/comments/1d21tno/jetpack_compose_for_game_development/) -- [KMP Project - Formula 1](https://www.reddit.com/r/androiddev/comments/1d21ke5/kmp_project_formula_1/) -- [Clarifying Screen Density Categories in Google Play Statistics](https://www.reddit.com/r/androiddev/comments/1d21f70/clarifying_screen_density_categories_in_google/) -- [ViewPager](https://www.reddit.com/r/androiddev/comments/1d1y61n/viewpager/) -- [When app was opened with click on notification, clicking on further notifications only opens the app, not changing activity / calling onCreate()](https://www.reddit.com/r/androiddev/comments/1d1o4ff/when_app_was_opened_with_click_on_notification/) -- [How to architect callback flow inside original callback](https://www.reddit.com/r/androiddev/comments/1d1ltls/how_to_architect_callback_flow_inside_original/) -- [Will Google's Checks Essential stay free, or just a](https://www.reddit.com/r/androiddev/comments/1d1lrfp/will_googles_checks_essential_stay_free_or_just_a/) -- [Do I really need a viewmodel if I can just create variables outside of composables and they can be used anywhere?](https://www.reddit.com/r/androiddev/comments/1d1844o/do_i_really_need_a_viewmodel_if_i_can_just_create/) ### *InfoWorld posts* From 9d630f4f939f8d4a42b9769c1bc3d4942345d718 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 30 May 2024 01:27:35 +0000 Subject: [PATCH 0908/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ec412874ab..2dbf6ded79 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Showcasing android app on IOS](https://www.reddit.com/r/androiddev/comments/1d2seuw/showcasing_android_app_on_ios/) -- [Hide Ink/Ripple Effect](https://www.reddit.com/r/androiddev/comments/1d2lu6n/hide_inkripple_effect/) -- [Kotlin mobile monorepo migration](https://www.reddit.com/r/androiddev/comments/1d2iow2/kotlin_mobile_monorepo_migration/) -- [How to get video playback capacity of specific device](https://www.reddit.com/r/androiddev/comments/1d2fqma/how_to_get_video_playback_capacity_of_specific/) -- [Seeking Alternatives to AdMob SDK Banner Ads Due to Performance Issues](https://www.reddit.com/r/androiddev/comments/1d2fmkz/seeking_alternatives_to_admob_sdk_banner_ads_due/) -- [Understanding flatMapConcat, flatMapMerge, and flatMapLatest in Kotlin Flow](https://www.reddit.com/r/androiddev/comments/1d2a0se/understanding_flatmapconcat_flatmapmerge_and/) -- [Why is it so difficult for Android Studio to recognize my device?](https://www.reddit.com/r/androiddev/comments/1d28p04/why_is_it_so_difficult_for_android_studio_to/) -- [Beginner's question: Is the empty project supposed to work without any change?](https://www.reddit.com/r/androiddev/comments/1d256ct/beginners_question_is_the_empty_project_supposed/) -- [What is actually required of testers in closed testing](https://www.reddit.com/r/androiddev/comments/1d24i1a/what_is_actually_required_of_testers_in_closed/) -- [Jetpack Compose for Game Development?](https://www.reddit.com/r/androiddev/comments/1d21tno/jetpack_compose_for_game_development/) +- [What's the best framework for harnessing GPU compute on Android?](https://www.reddit.com/r/androiddev/comments/1d3pfcf/whats_the_best_framework_for_harnessing_gpu/) +- [Making the volume progress bar swipeable? like a slider but this is a glance widget.](https://www.reddit.com/r/androiddev/comments/1d3kgaw/making_the_volume_progress_bar_swipeable_like_a/) +- [[HIRING] Developer Needed for Open Source VR Face Tracking App (Fixed Price)](https://www.reddit.com/r/androiddev/comments/1d3j5d9/hiring_developer_needed_for_open_source_vr_face/) +- [What is the proper way to interface with the Android Java libraries from C/C++ code?](https://www.reddit.com/r/androiddev/comments/1d3hfw6/what_is_the_proper_way_to_interface_with_the/) +- [Can I get a list of all the intent-filters from all the apps installed?](https://www.reddit.com/r/androiddev/comments/1d3ghod/can_i_get_a_list_of_all_the_intentfilters_from/) +- [BasicTextField can really be a pain the ass](https://www.reddit.com/r/androiddev/comments/1d3g2fw/basictextfield_can_really_be_a_pain_the_ass/) +- [BUG? Can't click on Event in Firebase Console](https://www.reddit.com/r/androiddev/comments/1d3f8p8/bug_cant_click_on_event_in_firebase_console/) +- [Which compose navigation to use?](https://www.reddit.com/r/androiddev/comments/1d3eqqj/which_compose_navigation_to_use/) +- [Video: The Essence of Coroutines](https://www.reddit.com/r/androiddev/comments/1d3eb9a/video_the_essence_of_coroutines/) +- [Google Play Rejected our app now 3 times for Login Compliance Issues](https://www.reddit.com/r/androiddev/comments/1d3c9ec/google_play_rejected_our_app_now_3_times_for/) ### *InfoWorld posts* From e21d1ea3b730a9ad025530572279ea080c7f5c6d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 31 May 2024 01:27:56 +0000 Subject: [PATCH 0909/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2dbf6ded79..6fac152cba 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What's the best framework for harnessing GPU compute on Android?](https://www.reddit.com/r/androiddev/comments/1d3pfcf/whats_the_best_framework_for_harnessing_gpu/) -- [Making the volume progress bar swipeable? like a slider but this is a glance widget.](https://www.reddit.com/r/androiddev/comments/1d3kgaw/making_the_volume_progress_bar_swipeable_like_a/) -- [[HIRING] Developer Needed for Open Source VR Face Tracking App (Fixed Price)](https://www.reddit.com/r/androiddev/comments/1d3j5d9/hiring_developer_needed_for_open_source_vr_face/) -- [What is the proper way to interface with the Android Java libraries from C/C++ code?](https://www.reddit.com/r/androiddev/comments/1d3hfw6/what_is_the_proper_way_to_interface_with_the/) -- [Can I get a list of all the intent-filters from all the apps installed?](https://www.reddit.com/r/androiddev/comments/1d3ghod/can_i_get_a_list_of_all_the_intentfilters_from/) -- [BasicTextField can really be a pain the ass](https://www.reddit.com/r/androiddev/comments/1d3g2fw/basictextfield_can_really_be_a_pain_the_ass/) -- [BUG? Can't click on Event in Firebase Console](https://www.reddit.com/r/androiddev/comments/1d3f8p8/bug_cant_click_on_event_in_firebase_console/) -- [Which compose navigation to use?](https://www.reddit.com/r/androiddev/comments/1d3eqqj/which_compose_navigation_to_use/) -- [Video: The Essence of Coroutines](https://www.reddit.com/r/androiddev/comments/1d3eb9a/video_the_essence_of_coroutines/) -- [Google Play Rejected our app now 3 times for Login Compliance Issues](https://www.reddit.com/r/androiddev/comments/1d3c9ec/google_play_rejected_our_app_now_3_times_for/) +- [Embedding Gemini API Key In Android Application](https://www.reddit.com/r/androiddev/comments/1d4hljg/embedding_gemini_api_key_in_android_application/) +- [Samsung Galaxy Store?](https://www.reddit.com/r/androiddev/comments/1d4h16a/samsung_galaxy_store/) +- [Can Anyone with a Google Pixel Watch 2 Help Test Some Code?](https://www.reddit.com/r/androiddev/comments/1d4fg0r/can_anyone_with_a_google_pixel_watch_2_help_test/) +- [Dagger tree doesn’t get removed after app removed from recent apps, how to recreate singletons when app opened again?](https://www.reddit.com/r/androiddev/comments/1d4ecvn/dagger_tree_doesnt_get_removed_after_app_removed/) +- [Android Studio Koala Feature Drop | 2024.1.2 Canary 4 now available](https://www.reddit.com/r/androiddev/comments/1d4cxif/android_studio_koala_feature_drop_202412_canary_4/) +- [Android Studio Koala | 2024.1.1 RC 1 now available](https://www.reddit.com/r/androiddev/comments/1d4cxis/android_studio_koala_202411_rc_1_now_available/) +- [Basic boilerplate project recommendations?](https://www.reddit.com/r/androiddev/comments/1d47sy2/basic_boilerplate_project_recommendations/) +- [How to create multiple instance of ViewModel using the old Dagger 2 approach?](https://www.reddit.com/r/androiddev/comments/1d45m02/how_to_create_multiple_instance_of_viewmodel/) +- [How to Protect My Freelance Work and Clients' Play Developer Accounts from Termination Risks](https://www.reddit.com/r/androiddev/comments/1d3zfyw/how_to_protect_my_freelance_work_and_clients_play/) +- [Has anyone used Google Play Game Services in Android Studio?](https://www.reddit.com/r/androiddev/comments/1d3yc4k/has_anyone_used_google_play_game_services_in/) ### *InfoWorld posts* From 606b8a10c251c42db02c3e25544b30bec6668645 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 1 Jun 2024 01:28:59 +0000 Subject: [PATCH 0910/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6fac152cba..f8c0729466 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [What do I replace these with?](https://www.reddit.com/r/androiddev/comments/1d59fmg/what_do_i_replace_these_with/) +- [Suspended app can you submit a new app with the same name](https://www.reddit.com/r/androiddev/comments/1d58txw/suspended_app_can_you_submit_a_new_app_with_the/) +- [Unleash the Power of Combining Flows in Kotlin Coroutines](https://www.reddit.com/r/androiddev/comments/1d54bh9/unleash_the_power_of_combining_flows_in_kotlin/) +- [Data safety section may be removed](https://www.reddit.com/r/androiddev/comments/1d4vg9v/data_safety_section_may_be_removed/) +- [Fake Account Termination email - watch out](https://www.reddit.com/r/androiddev/comments/1d4rugy/fake_account_termination_email_watch_out/) +- [No Google Play store target API requirement ratchet for 2024?](https://www.reddit.com/r/androiddev/comments/1d4rqqw/no_google_play_store_target_api_requirement/) +- [Advanced Modularization: API/IMPL vs API/DI](https://www.reddit.com/r/androiddev/comments/1d4riyv/advanced_modularization_apiimpl_vs_apidi/) - [Embedding Gemini API Key In Android Application](https://www.reddit.com/r/androiddev/comments/1d4hljg/embedding_gemini_api_key_in_android_application/) - [Samsung Galaxy Store?](https://www.reddit.com/r/androiddev/comments/1d4h16a/samsung_galaxy_store/) -- [Can Anyone with a Google Pixel Watch 2 Help Test Some Code?](https://www.reddit.com/r/androiddev/comments/1d4fg0r/can_anyone_with_a_google_pixel_watch_2_help_test/) - [Dagger tree doesn’t get removed after app removed from recent apps, how to recreate singletons when app opened again?](https://www.reddit.com/r/androiddev/comments/1d4ecvn/dagger_tree_doesnt_get_removed_after_app_removed/) -- [Android Studio Koala Feature Drop | 2024.1.2 Canary 4 now available](https://www.reddit.com/r/androiddev/comments/1d4cxif/android_studio_koala_feature_drop_202412_canary_4/) -- [Android Studio Koala | 2024.1.1 RC 1 now available](https://www.reddit.com/r/androiddev/comments/1d4cxis/android_studio_koala_202411_rc_1_now_available/) -- [Basic boilerplate project recommendations?](https://www.reddit.com/r/androiddev/comments/1d47sy2/basic_boilerplate_project_recommendations/) -- [How to create multiple instance of ViewModel using the old Dagger 2 approach?](https://www.reddit.com/r/androiddev/comments/1d45m02/how_to_create_multiple_instance_of_viewmodel/) -- [How to Protect My Freelance Work and Clients' Play Developer Accounts from Termination Risks](https://www.reddit.com/r/androiddev/comments/1d3zfyw/how_to_protect_my_freelance_work_and_clients_play/) -- [Has anyone used Google Play Game Services in Android Studio?](https://www.reddit.com/r/androiddev/comments/1d3yc4k/has_anyone_used_google_play_game_services_in/) ### *InfoWorld posts* From 54aa6078557a92dedbbd4914f75509d38223b997 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 2 Jun 2024 01:28:58 +0000 Subject: [PATCH 0911/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f8c0729466..2a432f44b3 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What do I replace these with?](https://www.reddit.com/r/androiddev/comments/1d59fmg/what_do_i_replace_these_with/) -- [Suspended app can you submit a new app with the same name](https://www.reddit.com/r/androiddev/comments/1d58txw/suspended_app_can_you_submit_a_new_app_with_the/) -- [Unleash the Power of Combining Flows in Kotlin Coroutines](https://www.reddit.com/r/androiddev/comments/1d54bh9/unleash_the_power_of_combining_flows_in_kotlin/) -- [Data safety section may be removed](https://www.reddit.com/r/androiddev/comments/1d4vg9v/data_safety_section_may_be_removed/) -- [Fake Account Termination email - watch out](https://www.reddit.com/r/androiddev/comments/1d4rugy/fake_account_termination_email_watch_out/) -- [No Google Play store target API requirement ratchet for 2024?](https://www.reddit.com/r/androiddev/comments/1d4rqqw/no_google_play_store_target_api_requirement/) -- [Advanced Modularization: API/IMPL vs API/DI](https://www.reddit.com/r/androiddev/comments/1d4riyv/advanced_modularization_apiimpl_vs_apidi/) -- [Embedding Gemini API Key In Android Application](https://www.reddit.com/r/androiddev/comments/1d4hljg/embedding_gemini_api_key_in_android_application/) -- [Samsung Galaxy Store?](https://www.reddit.com/r/androiddev/comments/1d4h16a/samsung_galaxy_store/) -- [Dagger tree doesn’t get removed after app removed from recent apps, how to recreate singletons when app opened again?](https://www.reddit.com/r/androiddev/comments/1d4ecvn/dagger_tree_doesnt_get_removed_after_app_removed/) +- [K2 compose previews](https://www.reddit.com/r/androiddev/comments/1d5ztdh/k2_compose_previews/) +- [Feasibility of a project for a complete noob.](https://www.reddit.com/r/androiddev/comments/1d5y8og/feasibility_of_a_project_for_a_complete_noob/) +- [Transitioning from React Native to Android Development: How Long Before I Can Apply for Jobs?](https://www.reddit.com/r/androiddev/comments/1d5w4k0/transitioning_from_react_native_to_android/) +- [Java](https://www.reddit.com/r/androiddev/comments/1d5vrj2/java/) +- [How to stop Google Play from automatically progressing and counting closed testing days?](https://www.reddit.com/r/androiddev/comments/1d5ugq6/how_to_stop_google_play_from_automatically/) +- [Recomposition triggered many times](https://www.reddit.com/r/androiddev/comments/1d5u43l/recomposition_triggered_many_times/) +- [How to recompose a single item in a LazyColumn when the user taps on it?](https://www.reddit.com/r/androiddev/comments/1d5tk0e/how_to_recompose_a_single_item_in_a_lazycolumn/) +- [Floating Button shifts from position when text is added](https://www.reddit.com/r/androiddev/comments/1d5smsu/floating_button_shifts_from_position_when_text_is/) +- [Ex-Android Dev Needing Advice Going Back In](https://www.reddit.com/r/androiddev/comments/1d5setz/exandroid_dev_needing_advice_going_back_in/) +- [Initialize Room DB in Service?](https://www.reddit.com/r/androiddev/comments/1d5sa6t/initialize_room_db_in_service/) ### *InfoWorld posts* From 0ab4962a1e2692a390bddbb78e7eaf5b1b83950a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 3 Jun 2024 01:28:41 +0000 Subject: [PATCH 0912/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2a432f44b3..213ac921f3 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [K2 compose previews](https://www.reddit.com/r/androiddev/comments/1d5ztdh/k2_compose_previews/) -- [Feasibility of a project for a complete noob.](https://www.reddit.com/r/androiddev/comments/1d5y8og/feasibility_of_a_project_for_a_complete_noob/) -- [Transitioning from React Native to Android Development: How Long Before I Can Apply for Jobs?](https://www.reddit.com/r/androiddev/comments/1d5w4k0/transitioning_from_react_native_to_android/) -- [Java](https://www.reddit.com/r/androiddev/comments/1d5vrj2/java/) -- [How to stop Google Play from automatically progressing and counting closed testing days?](https://www.reddit.com/r/androiddev/comments/1d5ugq6/how_to_stop_google_play_from_automatically/) -- [Recomposition triggered many times](https://www.reddit.com/r/androiddev/comments/1d5u43l/recomposition_triggered_many_times/) -- [How to recompose a single item in a LazyColumn when the user taps on it?](https://www.reddit.com/r/androiddev/comments/1d5tk0e/how_to_recompose_a_single_item_in_a_lazycolumn/) -- [Floating Button shifts from position when text is added](https://www.reddit.com/r/androiddev/comments/1d5smsu/floating_button_shifts_from_position_when_text_is/) -- [Ex-Android Dev Needing Advice Going Back In](https://www.reddit.com/r/androiddev/comments/1d5setz/exandroid_dev_needing_advice_going_back_in/) -- [Initialize Room DB in Service?](https://www.reddit.com/r/androiddev/comments/1d5sa6t/initialize_room_db_in_service/) +- [Android tablet for project](https://www.reddit.com/r/androiddev/comments/1d6scfd/android_tablet_for_project/) +- [Compose HorizontalPager with a composables array](https://www.reddit.com/r/androiddev/comments/1d6n9ab/compose_horizontalpager_with_a_composables_array/) +- [Using room outside the android environment.](https://www.reddit.com/r/androiddev/comments/1d6lt37/using_room_outside_the_android_environment/) +- [Starting my career as Java backend engineer but built my resume to start as an Android Developer](https://www.reddit.com/r/androiddev/comments/1d6jxqn/starting_my_career_as_java_backend_engineer_but/) +- [Is hosting user generated content in your app a bad idea?](https://www.reddit.com/r/androiddev/comments/1d6iwd5/is_hosting_user_generated_content_in_your_app_a/) +- [Any guide to create app for android using android studio and jetpack compose for begginers with down-to-the-smallest-particle instructions?](https://www.reddit.com/r/androiddev/comments/1d6ibud/any_guide_to_create_app_for_android_using_android/) +- [Othello game in Compose](https://www.reddit.com/r/androiddev/comments/1d6dwhy/othello_game_in_compose/) +- [When release of 1.7.0 Compose Multiplatform?](https://www.reddit.com/r/androiddev/comments/1d6dn16/when_release_of_170_compose_multiplatform/) +- [What are these icons called? How can we code them for a custom functionality in Kotlin or Java? (Please provide references/sources 🙏🏻)](https://www.reddit.com/r/androiddev/comments/1d691f1/what_are_these_icons_called_how_can_we_code_them/) +- [I am trying to publish my first game on the Play Store, but it is showing me the message 'Add Play Games services to your game.' Can anyone help me?](https://www.reddit.com/r/androiddev/comments/1d67i0d/i_am_trying_to_publish_my_first_game_on_the_play/) ### *InfoWorld posts* From 836efb94fd45d817aabe9dc59d6ce01fc213ccc3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 4 Jun 2024 01:28:14 +0000 Subject: [PATCH 0913/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 213ac921f3..31b63d38e1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android tablet for project](https://www.reddit.com/r/androiddev/comments/1d6scfd/android_tablet_for_project/) -- [Compose HorizontalPager with a composables array](https://www.reddit.com/r/androiddev/comments/1d6n9ab/compose_horizontalpager_with_a_composables_array/) -- [Using room outside the android environment.](https://www.reddit.com/r/androiddev/comments/1d6lt37/using_room_outside_the_android_environment/) -- [Starting my career as Java backend engineer but built my resume to start as an Android Developer](https://www.reddit.com/r/androiddev/comments/1d6jxqn/starting_my_career_as_java_backend_engineer_but/) -- [Is hosting user generated content in your app a bad idea?](https://www.reddit.com/r/androiddev/comments/1d6iwd5/is_hosting_user_generated_content_in_your_app_a/) -- [Any guide to create app for android using android studio and jetpack compose for begginers with down-to-the-smallest-particle instructions?](https://www.reddit.com/r/androiddev/comments/1d6ibud/any_guide_to_create_app_for_android_using_android/) -- [Othello game in Compose](https://www.reddit.com/r/androiddev/comments/1d6dwhy/othello_game_in_compose/) -- [When release of 1.7.0 Compose Multiplatform?](https://www.reddit.com/r/androiddev/comments/1d6dn16/when_release_of_170_compose_multiplatform/) -- [What are these icons called? How can we code them for a custom functionality in Kotlin or Java? (Please provide references/sources 🙏🏻)](https://www.reddit.com/r/androiddev/comments/1d691f1/what_are_these_icons_called_how_can_we_code_them/) -- [I am trying to publish my first game on the Play Store, but it is showing me the message 'Add Play Games services to your game.' Can anyone help me?](https://www.reddit.com/r/androiddev/comments/1d67i0d/i_am_trying_to_publish_my_first_game_on_the_play/) +- [How quickly is Jetpack Composer overriding XML Layouts and MVC architecture?](https://www.reddit.com/r/androiddev/comments/1d7hq2m/how_quickly_is_jetpack_composer_overriding_xml/) +- [Gradle 8.8 Released](https://www.reddit.com/r/androiddev/comments/1d7g92w/gradle_88_released/) +- [Should I use Handler for recurring startService calls?](https://www.reddit.com/r/androiddev/comments/1d7d65z/should_i_use_handler_for_recurring_startservice/) +- [Balancing a Managerial Role with My Passion for Coding - Need Advice](https://www.reddit.com/r/androiddev/comments/1d7cu8u/balancing_a_managerial_role_with_my_passion_for/) +- [How can I closely synchronize timing between an application that runs on multiple android phones?](https://www.reddit.com/r/androiddev/comments/1d7b3wc/how_can_i_closely_synchronize_timing_between_an/) +- [Solo Android Dev Needs Tips for Refactoring Discussion](https://www.reddit.com/r/androiddev/comments/1d7azaw/solo_android_dev_needs_tips_for_refactoring/) +- [Can't internally test my app](https://www.reddit.com/r/androiddev/comments/1d74iv4/cant_internally_test_my_app/) +- [Advance notice - what elements does this document need to have, and is it too late since the app is already in production?](https://www.reddit.com/r/androiddev/comments/1d74fkp/advance_notice_what_elements_does_this_document/) +- [autoVerify="true" doesn't set app link to be 'always open in app' on android 9 and 10](https://www.reddit.com/r/androiddev/comments/1d72v09/autoverifytrue_doesnt_set_app_link_to_be_always/) +- [how to progress as a android developer](https://www.reddit.com/r/androiddev/comments/1d70cjh/how_to_progress_as_a_android_developer/) ### *InfoWorld posts* From 7ce852db103e44045b3dc9c02614a835608536c4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 5 Jun 2024 01:27:56 +0000 Subject: [PATCH 0914/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 31b63d38e1..120b286ea2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How quickly is Jetpack Composer overriding XML Layouts and MVC architecture?](https://www.reddit.com/r/androiddev/comments/1d7hq2m/how_quickly_is_jetpack_composer_overriding_xml/) -- [Gradle 8.8 Released](https://www.reddit.com/r/androiddev/comments/1d7g92w/gradle_88_released/) -- [Should I use Handler for recurring startService calls?](https://www.reddit.com/r/androiddev/comments/1d7d65z/should_i_use_handler_for_recurring_startservice/) -- [Balancing a Managerial Role with My Passion for Coding - Need Advice](https://www.reddit.com/r/androiddev/comments/1d7cu8u/balancing_a_managerial_role_with_my_passion_for/) -- [How can I closely synchronize timing between an application that runs on multiple android phones?](https://www.reddit.com/r/androiddev/comments/1d7b3wc/how_can_i_closely_synchronize_timing_between_an/) -- [Solo Android Dev Needs Tips for Refactoring Discussion](https://www.reddit.com/r/androiddev/comments/1d7azaw/solo_android_dev_needs_tips_for_refactoring/) -- [Can't internally test my app](https://www.reddit.com/r/androiddev/comments/1d74iv4/cant_internally_test_my_app/) -- [Advance notice - what elements does this document need to have, and is it too late since the app is already in production?](https://www.reddit.com/r/androiddev/comments/1d74fkp/advance_notice_what_elements_does_this_document/) -- [autoVerify="true" doesn't set app link to be 'always open in app' on android 9 and 10](https://www.reddit.com/r/androiddev/comments/1d72v09/autoverifytrue_doesnt_set_app_link_to_be_always/) -- [how to progress as a android developer](https://www.reddit.com/r/androiddev/comments/1d70cjh/how_to_progress_as_a_android_developer/) +- [Why Play Console minor updates takes a time to get approved?](https://www.reddit.com/r/androiddev/comments/1d8bgl4/why_play_console_minor_updates_takes_a_time_to/) +- [Can't unlock bootloader on my phone?](https://www.reddit.com/r/androiddev/comments/1d8aqem/cant_unlock_bootloader_on_my_phone/) +- [Problem generating unique chat IDs](https://www.reddit.com/r/androiddev/comments/1d8931e/problem_generating_unique_chat_ids/) +- [My thoughts while exploring retrofit internals](https://www.reddit.com/r/androiddev/comments/1d86fhn/my_thoughts_while_exploring_retrofit_internals/) +- [How can I avoid sharing my address on the Google Play Store?](https://www.reddit.com/r/androiddev/comments/1d85ezz/how_can_i_avoid_sharing_my_address_on_the_google/) +- [I need to make a simple, step-by-step user guide (like the link, below). The app is done, but there's no budget for what should be a short tutorial. I'm looking at the Android's screen record feature and AZ record, but I've never done it before. Any guidance would be appreciated.](https://www.reddit.com/r/androiddev/comments/1d84meb/i_need_to_make_a_simple_stepbystep_user_guide/) +- [Any tips on becoming an Android Developer self taught?](https://www.reddit.com/r/androiddev/comments/1d84gd4/any_tips_on_becoming_an_android_developer_self/) +- [How I Finally Memorized Modifier Ordering in Compose](https://www.reddit.com/r/androiddev/comments/1d80k2a/how_i_finally_memorized_modifier_ordering_in/) +- [what do i need to know about android dev as a beginner in 4rth sem year btech cs](https://www.reddit.com/r/androiddev/comments/1d80hqy/what_do_i_need_to_know_about_android_dev_as_a/) +- [Demonstrating the lesser memory usage of flows in comparison to RxJava](https://www.reddit.com/r/androiddev/comments/1d7zvqc/demonstrating_the_lesser_memory_usage_of_flows_in/) ### *InfoWorld posts* From f7589a6cd8bb3ee194e17cb601c60100967b6e83 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 6 Jun 2024 01:27:52 +0000 Subject: [PATCH 0915/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 120b286ea2..712ba96593 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Why Play Console minor updates takes a time to get approved?](https://www.reddit.com/r/androiddev/comments/1d8bgl4/why_play_console_minor_updates_takes_a_time_to/) -- [Can't unlock bootloader on my phone?](https://www.reddit.com/r/androiddev/comments/1d8aqem/cant_unlock_bootloader_on_my_phone/) -- [Problem generating unique chat IDs](https://www.reddit.com/r/androiddev/comments/1d8931e/problem_generating_unique_chat_ids/) -- [My thoughts while exploring retrofit internals](https://www.reddit.com/r/androiddev/comments/1d86fhn/my_thoughts_while_exploring_retrofit_internals/) -- [How can I avoid sharing my address on the Google Play Store?](https://www.reddit.com/r/androiddev/comments/1d85ezz/how_can_i_avoid_sharing_my_address_on_the_google/) -- [I need to make a simple, step-by-step user guide (like the link, below). The app is done, but there's no budget for what should be a short tutorial. I'm looking at the Android's screen record feature and AZ record, but I've never done it before. Any guidance would be appreciated.](https://www.reddit.com/r/androiddev/comments/1d84meb/i_need_to_make_a_simple_stepbystep_user_guide/) -- [Any tips on becoming an Android Developer self taught?](https://www.reddit.com/r/androiddev/comments/1d84gd4/any_tips_on_becoming_an_android_developer_self/) -- [How I Finally Memorized Modifier Ordering in Compose](https://www.reddit.com/r/androiddev/comments/1d80k2a/how_i_finally_memorized_modifier_ordering_in/) -- [what do i need to know about android dev as a beginner in 4rth sem year btech cs](https://www.reddit.com/r/androiddev/comments/1d80hqy/what_do_i_need_to_know_about_android_dev_as_a/) -- [Demonstrating the lesser memory usage of flows in comparison to RxJava](https://www.reddit.com/r/androiddev/comments/1d7zvqc/demonstrating_the_lesser_memory_usage_of_flows_in/) +- [What are things that have to be taken into account when publishing an app?](https://www.reddit.com/r/androiddev/comments/1d94og5/what_are_things_that_have_to_be_taken_into/) +- [Make it faster - Android Developers Backstage](https://www.reddit.com/r/androiddev/comments/1d8wk1w/make_it_faster_android_developers_backstage/) +- [FAB hides content](https://www.reddit.com/r/androiddev/comments/1d8vnkf/fab_hides_content/) +- [Are severe delays in phone-2-phone TCP traffic normal for android?](https://www.reddit.com/r/androiddev/comments/1d8srfv/are_severe_delays_in_phone2phone_tcp_traffic/) +- [Setting device date and time programmatically possible at all?](https://www.reddit.com/r/androiddev/comments/1d8qsuj/setting_device_date_and_time_programmatically/) +- [bytemask: Android Gradle Plugin that masks secret strings for the app in the source code making it difficult to extract from reverse engineering.](https://www.reddit.com/r/androiddev/comments/1d8q7ku/bytemask_android_gradle_plugin_that_masks_secret/) +- [I want to start learning android development with no prior experience of programming. I found this course called "Android Basics with Compose" offered by Google which they say is for beginners. Can anyone who has done this course tell me if it's good? Or is there anything better on Udemy?](https://www.reddit.com/r/androiddev/comments/1d8na9d/i_want_to_start_learning_android_development_with/) +- [Avoid 20 user closed test moving app from an old account](https://www.reddit.com/r/androiddev/comments/1d8m5ud/avoid_20_user_closed_test_moving_app_from_an_old/) +- [Popups Outside the App](https://www.reddit.com/r/androiddev/comments/1d8k98d/popups_outside_the_app/) +- [App to retrieve data from Bluetooth Low Energy Scale](https://www.reddit.com/r/androiddev/comments/1d8k0hh/app_to_retrieve_data_from_bluetooth_low_energy/) ### *InfoWorld posts* From a39d4fb59808185233dad34336c46417d0d1f1de Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 7 Jun 2024 01:28:52 +0000 Subject: [PATCH 0916/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 712ba96593..2ddc6aefc3 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What are things that have to be taken into account when publishing an app?](https://www.reddit.com/r/androiddev/comments/1d94og5/what_are_things_that_have_to_be_taken_into/) -- [Make it faster - Android Developers Backstage](https://www.reddit.com/r/androiddev/comments/1d8wk1w/make_it_faster_android_developers_backstage/) -- [FAB hides content](https://www.reddit.com/r/androiddev/comments/1d8vnkf/fab_hides_content/) -- [Are severe delays in phone-2-phone TCP traffic normal for android?](https://www.reddit.com/r/androiddev/comments/1d8srfv/are_severe_delays_in_phone2phone_tcp_traffic/) -- [Setting device date and time programmatically possible at all?](https://www.reddit.com/r/androiddev/comments/1d8qsuj/setting_device_date_and_time_programmatically/) -- [bytemask: Android Gradle Plugin that masks secret strings for the app in the source code making it difficult to extract from reverse engineering.](https://www.reddit.com/r/androiddev/comments/1d8q7ku/bytemask_android_gradle_plugin_that_masks_secret/) -- [I want to start learning android development with no prior experience of programming. I found this course called "Android Basics with Compose" offered by Google which they say is for beginners. Can anyone who has done this course tell me if it's good? Or is there anything better on Udemy?](https://www.reddit.com/r/androiddev/comments/1d8na9d/i_want_to_start_learning_android_development_with/) -- [Avoid 20 user closed test moving app from an old account](https://www.reddit.com/r/androiddev/comments/1d8m5ud/avoid_20_user_closed_test_moving_app_from_an_old/) -- [Popups Outside the App](https://www.reddit.com/r/androiddev/comments/1d8k98d/popups_outside_the_app/) -- [App to retrieve data from Bluetooth Low Energy Scale](https://www.reddit.com/r/androiddev/comments/1d8k0hh/app_to_retrieve_data_from_bluetooth_low_energy/) +- [onKeyDown/onKeyUp misbehaving on Android 14 device](https://www.reddit.com/r/androiddev/comments/1d9shc6/onkeydownonkeyup_misbehaving_on_android_14_device/) +- [aab file testing](https://www.reddit.com/r/androiddev/comments/1d9ox1g/aab_file_testing/) +- [Communication between activity and objects](https://www.reddit.com/r/androiddev/comments/1d9oot7/communication_between_activity_and_objects/) +- [Google Play login credentials via Google Account](https://www.reddit.com/r/androiddev/comments/1d9mhgc/google_play_login_credentials_via_google_account/) +- [Detecting low light conditions?](https://www.reddit.com/r/androiddev/comments/1d9kqig/detecting_low_light_conditions/) +- [Column with .grid Modifier or LazyGrid?](https://www.reddit.com/r/androiddev/comments/1d9je9l/column_with_grid_modifier_or_lazygrid/) +- [Android Job Pursuit Findings](https://www.reddit.com/r/androiddev/comments/1d9jc9f/android_job_pursuit_findings/) +- [Best recent book for beginner](https://www.reddit.com/r/androiddev/comments/1d9ij6r/best_recent_book_for_beginner/) +- [Low Latency Sensors Measures](https://www.reddit.com/r/androiddev/comments/1d9ia47/low_latency_sensors_measures/) +- [Maps application for generating static images of navigation view](https://www.reddit.com/r/androiddev/comments/1d9i9pt/maps_application_for_generating_static_images_of/) ### *InfoWorld posts* From e7d3b3c35fe0edc871c006f9e5ae03d64c76ee27 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 8 Jun 2024 01:27:59 +0000 Subject: [PATCH 0917/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2ddc6aefc3..7ff9ff68b5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [onKeyDown/onKeyUp misbehaving on Android 14 device](https://www.reddit.com/r/androiddev/comments/1d9shc6/onkeydownonkeyup_misbehaving_on_android_14_device/) -- [aab file testing](https://www.reddit.com/r/androiddev/comments/1d9ox1g/aab_file_testing/) -- [Communication between activity and objects](https://www.reddit.com/r/androiddev/comments/1d9oot7/communication_between_activity_and_objects/) -- [Google Play login credentials via Google Account](https://www.reddit.com/r/androiddev/comments/1d9mhgc/google_play_login_credentials_via_google_account/) -- [Detecting low light conditions?](https://www.reddit.com/r/androiddev/comments/1d9kqig/detecting_low_light_conditions/) -- [Column with .grid Modifier or LazyGrid?](https://www.reddit.com/r/androiddev/comments/1d9je9l/column_with_grid_modifier_or_lazygrid/) -- [Android Job Pursuit Findings](https://www.reddit.com/r/androiddev/comments/1d9jc9f/android_job_pursuit_findings/) -- [Best recent book for beginner](https://www.reddit.com/r/androiddev/comments/1d9ij6r/best_recent_book_for_beginner/) -- [Low Latency Sensors Measures](https://www.reddit.com/r/androiddev/comments/1d9ia47/low_latency_sensors_measures/) -- [Maps application for generating static images of navigation view](https://www.reddit.com/r/androiddev/comments/1d9i9pt/maps_application_for_generating_static_images_of/) +- [Payments tentatively scheduled for Google Play Store Settlement](https://www.reddit.com/r/androiddev/comments/1dapsow/payments_tentatively_scheduled_for_google_play/) +- [How to get started?](https://www.reddit.com/r/androiddev/comments/1dap1p6/how_to_get_started/) +- [Getting Google Play Store visits of my app through API](https://www.reddit.com/r/androiddev/comments/1dajxzd/getting_google_play_store_visits_of_my_app/) +- [Android Studio Koala Feature Drop | 2024.1.2 Canary 5 now available](https://www.reddit.com/r/androiddev/comments/1dah7wa/android_studio_koala_feature_drop_202412_canary_5/) +- [For repetitive tasks at intervals should we always use AlarmManager?](https://www.reddit.com/r/androiddev/comments/1dag8yv/for_repetitive_tasks_at_intervals_should_we/) +- [Any recommendations for UI test reporting in Android Studio?](https://www.reddit.com/r/androiddev/comments/1dafqn8/any_recommendations_for_ui_test_reporting_in/) +- [When should we use WorkManager or Service?](https://www.reddit.com/r/androiddev/comments/1dafor3/when_should_we_use_workmanager_or_service/) +- [Better Developer Name](https://www.reddit.com/r/androiddev/comments/1daffar/better_developer_name/) +- [Started learning Android recently](https://www.reddit.com/r/androiddev/comments/1da8olo/started_learning_android_recently/) +- [How to learn android development? And land a job/paid work](https://www.reddit.com/r/androiddev/comments/1da8db4/how_to_learn_android_development_and_land_a/) ### *InfoWorld posts* From 7eee865cbaea52e490114162fdffffc7ab7857c7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 9 Jun 2024 01:29:11 +0000 Subject: [PATCH 0918/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7ff9ff68b5..0d136af72a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Payments tentatively scheduled for Google Play Store Settlement](https://www.reddit.com/r/androiddev/comments/1dapsow/payments_tentatively_scheduled_for_google_play/) -- [How to get started?](https://www.reddit.com/r/androiddev/comments/1dap1p6/how_to_get_started/) -- [Getting Google Play Store visits of my app through API](https://www.reddit.com/r/androiddev/comments/1dajxzd/getting_google_play_store_visits_of_my_app/) -- [Android Studio Koala Feature Drop | 2024.1.2 Canary 5 now available](https://www.reddit.com/r/androiddev/comments/1dah7wa/android_studio_koala_feature_drop_202412_canary_5/) -- [For repetitive tasks at intervals should we always use AlarmManager?](https://www.reddit.com/r/androiddev/comments/1dag8yv/for_repetitive_tasks_at_intervals_should_we/) -- [Any recommendations for UI test reporting in Android Studio?](https://www.reddit.com/r/androiddev/comments/1dafqn8/any_recommendations_for_ui_test_reporting_in/) -- [When should we use WorkManager or Service?](https://www.reddit.com/r/androiddev/comments/1dafor3/when_should_we_use_workmanager_or_service/) -- [Better Developer Name](https://www.reddit.com/r/androiddev/comments/1daffar/better_developer_name/) -- [Started learning Android recently](https://www.reddit.com/r/androiddev/comments/1da8olo/started_learning_android_recently/) -- [How to learn android development? And land a job/paid work](https://www.reddit.com/r/androiddev/comments/1da8db4/how_to_learn_android_development_and_land_a/) +- [Overcoming the Stress of App Performance Issues](https://www.reddit.com/r/androiddev/comments/1dbhny5/overcoming_the_stress_of_app_performance_issues/) +- [Do we need to change android studio JDK for each project ?](https://www.reddit.com/r/androiddev/comments/1dbe8e3/do_we_need_to_change_android_studio_jdk_for_each/) +- [help on repairing my app arc lighting](https://www.reddit.com/r/androiddev/comments/1dbd4gl/help_on_repairing_my_app_arc_lighting/) +- [Google play store alternative](https://www.reddit.com/r/androiddev/comments/1db64rj/google_play_store_alternative/) +- [Unclear how to determine startTime and duration of GestureDescription.StrokeDescription](https://www.reddit.com/r/androiddev/comments/1db5y7r/unclear_how_to_determine_starttime_and_duration/) +- [Google Credential Manager free to use?](https://www.reddit.com/r/androiddev/comments/1db3y5g/google_credential_manager_free_to_use/) +- [This laptop is good for android developer](https://www.reddit.com/r/androiddev/comments/1db3ac7/this_laptop_is_good_for_android_developer/) +- [Roborazzi plugin for Android Studio and IntelliJ](https://www.reddit.com/r/androiddev/comments/1db3736/roborazzi_plugin_for_android_studio_and_intellij/) +- [google is forcing me to update my app yet again is it simple to Migrate to Google Play Billing Library 7](https://www.reddit.com/r/androiddev/comments/1db2s13/google_is_forcing_me_to_update_my_app_yet_again/) +- [Does removing unrelated to production review speed up Google Play review process?](https://www.reddit.com/r/androiddev/comments/1db2ga3/does_removing_unrelated_to_production_review/) ### *InfoWorld posts* From f1bf1a4fa7e4114ec9d36e61483c5e07ba8caf1a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 10 Jun 2024 01:29:03 +0000 Subject: [PATCH 0919/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0d136af72a..9067951cb7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Overcoming the Stress of App Performance Issues](https://www.reddit.com/r/androiddev/comments/1dbhny5/overcoming_the_stress_of_app_performance_issues/) -- [Do we need to change android studio JDK for each project ?](https://www.reddit.com/r/androiddev/comments/1dbe8e3/do_we_need_to_change_android_studio_jdk_for_each/) -- [help on repairing my app arc lighting](https://www.reddit.com/r/androiddev/comments/1dbd4gl/help_on_repairing_my_app_arc_lighting/) -- [Google play store alternative](https://www.reddit.com/r/androiddev/comments/1db64rj/google_play_store_alternative/) -- [Unclear how to determine startTime and duration of GestureDescription.StrokeDescription](https://www.reddit.com/r/androiddev/comments/1db5y7r/unclear_how_to_determine_starttime_and_duration/) -- [Google Credential Manager free to use?](https://www.reddit.com/r/androiddev/comments/1db3y5g/google_credential_manager_free_to_use/) -- [This laptop is good for android developer](https://www.reddit.com/r/androiddev/comments/1db3ac7/this_laptop_is_good_for_android_developer/) -- [Roborazzi plugin for Android Studio and IntelliJ](https://www.reddit.com/r/androiddev/comments/1db3736/roborazzi_plugin_for_android_studio_and_intellij/) -- [google is forcing me to update my app yet again is it simple to Migrate to Google Play Billing Library 7](https://www.reddit.com/r/androiddev/comments/1db2s13/google_is_forcing_me_to_update_my_app_yet_again/) -- [Does removing unrelated to production review speed up Google Play review process?](https://www.reddit.com/r/androiddev/comments/1db2ga3/does_removing_unrelated_to_production_review/) +- [Closed testing requirements](https://www.reddit.com/r/androiddev/comments/1dc9fj4/closed_testing_requirements/) +- [Why does upsert return -1 after updating an entry in Room?](https://www.reddit.com/r/androiddev/comments/1dc63pa/why_does_upsert_return_1_after_updating_an_entry/) +- [Android Studio performance](https://www.reddit.com/r/androiddev/comments/1dc5tap/android_studio_performance/) +- [Is it normal to feel overwhelmed while learning android development?](https://www.reddit.com/r/androiddev/comments/1dc0ahz/is_it_normal_to_feel_overwhelmed_while_learning/) +- [BreakPoints and Debugging.](https://www.reddit.com/r/androiddev/comments/1dc056i/breakpoints_and_debugging/) +- [Can someone explain why FIrebase is not getting instantiated in my code?](https://www.reddit.com/r/androiddev/comments/1dbx7ew/can_someone_explain_why_firebase_is_not_getting/) +- [Android 12 - app fires notifications and they immediately leave the tray. Works fine on android 13. What could cause it?](https://www.reddit.com/r/androiddev/comments/1dbrq19/android_12_app_fires_notifications_and_they/) +- [KMM or Flutter](https://www.reddit.com/r/androiddev/comments/1dbqvn1/kmm_or_flutter/) +- [How to develop 2d android games for low end devices ? ( not using the big engines )](https://www.reddit.com/r/androiddev/comments/1dbq8uf/how_to_develop_2d_android_games_for_low_end/) +- [How do I fix this error from android studio?](https://www.reddit.com/r/androiddev/comments/1dbq8l0/how_do_i_fix_this_error_from_android_studio/) ### *InfoWorld posts* From 8e802790095f26a759254c17bc1ff047aa8ceaf2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 11 Jun 2024 01:28:43 +0000 Subject: [PATCH 0920/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9067951cb7..26d599c003 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Closed testing requirements](https://www.reddit.com/r/androiddev/comments/1dc9fj4/closed_testing_requirements/) -- [Why does upsert return -1 after updating an entry in Room?](https://www.reddit.com/r/androiddev/comments/1dc63pa/why_does_upsert_return_1_after_updating_an_entry/) -- [Android Studio performance](https://www.reddit.com/r/androiddev/comments/1dc5tap/android_studio_performance/) -- [Is it normal to feel overwhelmed while learning android development?](https://www.reddit.com/r/androiddev/comments/1dc0ahz/is_it_normal_to_feel_overwhelmed_while_learning/) -- [BreakPoints and Debugging.](https://www.reddit.com/r/androiddev/comments/1dc056i/breakpoints_and_debugging/) -- [Can someone explain why FIrebase is not getting instantiated in my code?](https://www.reddit.com/r/androiddev/comments/1dbx7ew/can_someone_explain_why_firebase_is_not_getting/) -- [Android 12 - app fires notifications and they immediately leave the tray. Works fine on android 13. What could cause it?](https://www.reddit.com/r/androiddev/comments/1dbrq19/android_12_app_fires_notifications_and_they/) -- [KMM or Flutter](https://www.reddit.com/r/androiddev/comments/1dbqvn1/kmm_or_flutter/) -- [How to develop 2d android games for low end devices ? ( not using the big engines )](https://www.reddit.com/r/androiddev/comments/1dbq8uf/how_to_develop_2d_android_games_for_low_end/) -- [How do I fix this error from android studio?](https://www.reddit.com/r/androiddev/comments/1dbq8l0/how_do_i_fix_this_error_from_android_studio/) +- [Question regarding google play app review process](https://www.reddit.com/r/androiddev/comments/1dd0hhh/question_regarding_google_play_app_review_process/) +- [Migrating our Android apps to Kotlin: Sharing the journey! ️](https://www.reddit.com/r/androiddev/comments/1dcx8iu/migrating_our_android_apps_to_kotlin_sharing_the/) +- [Really slow App Review times, going on 35 days](https://www.reddit.com/r/androiddev/comments/1dcw043/really_slow_app_review_times_going_on_35_days/) +- [KMM CYOA Game App Development Experiment Journal #3](https://www.reddit.com/r/androiddev/comments/1dcvj1x/kmm_cyoa_game_app_development_experiment_journal_3/) +- [Jetpack compose for intermediates](https://www.reddit.com/r/androiddev/comments/1dcuw3m/jetpack_compose_for_intermediates/) +- [Android Studio Jellyfish | 2023.3.1 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/1dcqgfn/android_studio_jellyfish_202331_patch_2_now/) +- [Android Studio Koala | 2024.1.1 RC 2 now available](https://www.reddit.com/r/androiddev/comments/1dcqgfz/android_studio_koala_202411_rc_2_now_available/) +- [Basic code understanding question](https://www.reddit.com/r/androiddev/comments/1dcpibc/basic_code_understanding_question/) +- [Android Studio Jellyfish | 2023.3.1 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/1dcp053/android_studio_jellyfish_202331_patch_2_now/) +- [Beginner unsure of the quality of the software I am building](https://www.reddit.com/r/androiddev/comments/1dcnzvp/beginner_unsure_of_the_quality_of_the_software_i/) ### *InfoWorld posts* From 2c63013a274c4a015c7c7dea655a3388b88739ea Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 12 Jun 2024 01:28:43 +0000 Subject: [PATCH 0921/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 26d599c003..5d529c43d9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Question regarding google play app review process](https://www.reddit.com/r/androiddev/comments/1dd0hhh/question_regarding_google_play_app_review_process/) -- [Migrating our Android apps to Kotlin: Sharing the journey! ️](https://www.reddit.com/r/androiddev/comments/1dcx8iu/migrating_our_android_apps_to_kotlin_sharing_the/) -- [Really slow App Review times, going on 35 days](https://www.reddit.com/r/androiddev/comments/1dcw043/really_slow_app_review_times_going_on_35_days/) -- [KMM CYOA Game App Development Experiment Journal #3](https://www.reddit.com/r/androiddev/comments/1dcvj1x/kmm_cyoa_game_app_development_experiment_journal_3/) -- [Jetpack compose for intermediates](https://www.reddit.com/r/androiddev/comments/1dcuw3m/jetpack_compose_for_intermediates/) -- [Android Studio Jellyfish | 2023.3.1 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/1dcqgfn/android_studio_jellyfish_202331_patch_2_now/) -- [Android Studio Koala | 2024.1.1 RC 2 now available](https://www.reddit.com/r/androiddev/comments/1dcqgfz/android_studio_koala_202411_rc_2_now_available/) -- [Basic code understanding question](https://www.reddit.com/r/androiddev/comments/1dcpibc/basic_code_understanding_question/) -- [Android Studio Jellyfish | 2023.3.1 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/1dcp053/android_studio_jellyfish_202331_patch_2_now/) -- [Beginner unsure of the quality of the software I am building](https://www.reddit.com/r/androiddev/comments/1dcnzvp/beginner_unsure_of_the_quality_of_the_software_i/) +- [Why doesn't a scheduled notification appear at the fixed time, and instead of that, the application goes back to the main activity in Android Java?](https://www.reddit.com/r/androiddev/comments/1ddu5cw/why_doesnt_a_scheduled_notification_appear_at_the/) +- [Choosing between WorkManager and BroadcastReceiver](https://www.reddit.com/r/androiddev/comments/1ddjlvl/choosing_between_workmanager_and_broadcastreceiver/) +- [How can I add a loading state before signing in ?](https://www.reddit.com/r/androiddev/comments/1ddiiuj/how_can_i_add_a_loading_state_before_signing_in/) +- [How to Access Clipboard in Android App for Saving Links?](https://www.reddit.com/r/androiddev/comments/1ddheer/how_to_access_clipboard_in_android_app_for_saving/) +- [Help Needed: Aligning UI Dimensions with Figma Design on Android](https://www.reddit.com/r/androiddev/comments/1ddg2et/help_needed_aligning_ui_dimensions_with_figma/) +- [Does releasing a small update to an existing Android app update actually boost downloads?](https://www.reddit.com/r/androiddev/comments/1ddftz0/does_releasing_a_small_update_to_an_existing/) +- [Flutter VS Kotlin](https://www.reddit.com/r/androiddev/comments/1dde5aw/flutter_vs_kotlin/) +- [How to pre-load destination with Navigation-Compose?](https://www.reddit.com/r/androiddev/comments/1dd8kci/how_to_preload_destination_with_navigationcompose/) +- [What's your go-to approach for designing responsive layouts in Android that adapt to various screen sizes?](https://www.reddit.com/r/androiddev/comments/1dd85e6/whats_your_goto_approach_for_designing_responsive/) +- [What are the things needs to be taken care while uploading an app on google play store?](https://www.reddit.com/r/androiddev/comments/1dd80uf/what_are_the_things_needs_to_be_taken_care_while/) ### *InfoWorld posts* From f21bbe39297e302ed1f615f77b2c8427a3ede258 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 13 Jun 2024 01:28:27 +0000 Subject: [PATCH 0922/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5d529c43d9..30d973f9d0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Why doesn't a scheduled notification appear at the fixed time, and instead of that, the application goes back to the main activity in Android Java?](https://www.reddit.com/r/androiddev/comments/1ddu5cw/why_doesnt_a_scheduled_notification_appear_at_the/) -- [Choosing between WorkManager and BroadcastReceiver](https://www.reddit.com/r/androiddev/comments/1ddjlvl/choosing_between_workmanager_and_broadcastreceiver/) -- [How can I add a loading state before signing in ?](https://www.reddit.com/r/androiddev/comments/1ddiiuj/how_can_i_add_a_loading_state_before_signing_in/) -- [How to Access Clipboard in Android App for Saving Links?](https://www.reddit.com/r/androiddev/comments/1ddheer/how_to_access_clipboard_in_android_app_for_saving/) -- [Help Needed: Aligning UI Dimensions with Figma Design on Android](https://www.reddit.com/r/androiddev/comments/1ddg2et/help_needed_aligning_ui_dimensions_with_figma/) -- [Does releasing a small update to an existing Android app update actually boost downloads?](https://www.reddit.com/r/androiddev/comments/1ddftz0/does_releasing_a_small_update_to_an_existing/) -- [Flutter VS Kotlin](https://www.reddit.com/r/androiddev/comments/1dde5aw/flutter_vs_kotlin/) -- [How to pre-load destination with Navigation-Compose?](https://www.reddit.com/r/androiddev/comments/1dd8kci/how_to_preload_destination_with_navigationcompose/) -- [What's your go-to approach for designing responsive layouts in Android that adapt to various screen sizes?](https://www.reddit.com/r/androiddev/comments/1dd85e6/whats_your_goto_approach_for_designing_responsive/) -- [What are the things needs to be taken care while uploading an app on google play store?](https://www.reddit.com/r/androiddev/comments/1dd80uf/what_are_the_things_needs_to_be_taken_care_while/) +- [Mapbox](https://www.reddit.com/r/androiddev/comments/1dejeg9/mapbox/) +- [Created my latest KMP project named Coinify](https://www.reddit.com/r/androiddev/comments/1defxxm/created_my_latest_kmp_project_named_coinify/) +- [It really happened after all these years!](https://www.reddit.com/r/androiddev/comments/1defdpt/it_really_happened_after_all_these_years/) +- [Google Play Development Settlement](https://www.reddit.com/r/androiddev/comments/1defauy/google_play_development_settlement/) +- [How to force Rotation / Orientation on apps with WSA and ADB?](https://www.reddit.com/r/androiddev/comments/1decmr6/how_to_force_rotation_orientation_on_apps_with/) +- [Do you still have QA at your company?](https://www.reddit.com/r/androiddev/comments/1deciel/do_you_still_have_qa_at_your_company/) +- [Google Play lawsuit payout?](https://www.reddit.com/r/androiddev/comments/1deajtm/google_play_lawsuit_payout/) +- [Architecture training](https://www.reddit.com/r/androiddev/comments/1de9v8x/architecture_training/) +- [Video: Kotlin's Reified Type Parameters](https://www.reddit.com/r/androiddev/comments/1de9j1k/video_kotlins_reified_type_parameters/) +- [Best Ad Network that's Not Admob](https://www.reddit.com/r/androiddev/comments/1de83j3/best_ad_network_thats_not_admob/) ### *InfoWorld posts* From f057e3cdc686218c08fadcbac3977657ca33431a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 14 Jun 2024 01:28:35 +0000 Subject: [PATCH 0923/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 30d973f9d0..e90ffc1e2c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Mapbox](https://www.reddit.com/r/androiddev/comments/1dejeg9/mapbox/) -- [Created my latest KMP project named Coinify](https://www.reddit.com/r/androiddev/comments/1defxxm/created_my_latest_kmp_project_named_coinify/) -- [It really happened after all these years!](https://www.reddit.com/r/androiddev/comments/1defdpt/it_really_happened_after_all_these_years/) -- [Google Play Development Settlement](https://www.reddit.com/r/androiddev/comments/1defauy/google_play_development_settlement/) -- [How to force Rotation / Orientation on apps with WSA and ADB?](https://www.reddit.com/r/androiddev/comments/1decmr6/how_to_force_rotation_orientation_on_apps_with/) -- [Do you still have QA at your company?](https://www.reddit.com/r/androiddev/comments/1deciel/do_you_still_have_qa_at_your_company/) -- [Google Play lawsuit payout?](https://www.reddit.com/r/androiddev/comments/1deajtm/google_play_lawsuit_payout/) -- [Architecture training](https://www.reddit.com/r/androiddev/comments/1de9v8x/architecture_training/) -- [Video: Kotlin's Reified Type Parameters](https://www.reddit.com/r/androiddev/comments/1de9j1k/video_kotlins_reified_type_parameters/) -- [Best Ad Network that's Not Admob](https://www.reddit.com/r/androiddev/comments/1de83j3/best_ad_network_thats_not_admob/) +- [Tech Test Trauma: am I just old, or is this unreasonable?](https://www.reddit.com/r/androiddev/comments/1dfa5m6/tech_test_trauma_am_i_just_old_or_is_this/) +- [How can I schedule reminders/notifications using Jetpack compose in my Android app?](https://www.reddit.com/r/androiddev/comments/1df7f6c/how_can_i_schedule_remindersnotifications_using/) +- [Title: How to Add Users to Mesibo App (Looking for Help!)](https://www.reddit.com/r/androiddev/comments/1df6hzd/title_how_to_add_users_to_mesibo_app_looking_for/) +- [Will Using ProtonVPN Allow Me to Redeem US Google Play Store Credits?](https://www.reddit.com/r/androiddev/comments/1df5muc/will_using_protonvpn_allow_me_to_redeem_us_google/) +- [Android Studio Koala | 2024.1.1 now available](https://www.reddit.com/r/androiddev/comments/1df5a6r/android_studio_koala_202411_now_available/) +- [How do I get an app through review that requires an on-prem server?](https://www.reddit.com/r/androiddev/comments/1df3hq1/how_do_i_get_an_app_through_review_that_requires/) +- [Google Play Console Verification Mess](https://www.reddit.com/r/androiddev/comments/1df17gb/google_play_console_verification_mess/) +- [How do you hold TextField parameters, value and onValueChanged, in a data class.](https://www.reddit.com/r/androiddev/comments/1dewhre/how_do_you_hold_textfield_parameters_value_and/) +- [For now, I'm not afraid that AI will take my job 👍🏻😄](https://www.reddit.com/r/androiddev/comments/1desnd0/for_now_im_not_afraid_that_ai_will_take_my_job/) +- [Still not transparent?](https://www.reddit.com/r/androiddev/comments/1derub1/still_not_transparent/) ### *InfoWorld posts* From db0ebe0b0849f32c15306ec3b35ee9f591f6cc99 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 15 Jun 2024 01:28:32 +0000 Subject: [PATCH 0924/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e90ffc1e2c..777f8c4237 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Tech Test Trauma: am I just old, or is this unreasonable?](https://www.reddit.com/r/androiddev/comments/1dfa5m6/tech_test_trauma_am_i_just_old_or_is_this/) -- [How can I schedule reminders/notifications using Jetpack compose in my Android app?](https://www.reddit.com/r/androiddev/comments/1df7f6c/how_can_i_schedule_remindersnotifications_using/) -- [Title: How to Add Users to Mesibo App (Looking for Help!)](https://www.reddit.com/r/androiddev/comments/1df6hzd/title_how_to_add_users_to_mesibo_app_looking_for/) -- [Will Using ProtonVPN Allow Me to Redeem US Google Play Store Credits?](https://www.reddit.com/r/androiddev/comments/1df5muc/will_using_protonvpn_allow_me_to_redeem_us_google/) -- [Android Studio Koala | 2024.1.1 now available](https://www.reddit.com/r/androiddev/comments/1df5a6r/android_studio_koala_202411_now_available/) -- [How do I get an app through review that requires an on-prem server?](https://www.reddit.com/r/androiddev/comments/1df3hq1/how_do_i_get_an_app_through_review_that_requires/) -- [Google Play Console Verification Mess](https://www.reddit.com/r/androiddev/comments/1df17gb/google_play_console_verification_mess/) -- [How do you hold TextField parameters, value and onValueChanged, in a data class.](https://www.reddit.com/r/androiddev/comments/1dewhre/how_do_you_hold_textfield_parameters_value_and/) -- [For now, I'm not afraid that AI will take my job 👍🏻😄](https://www.reddit.com/r/androiddev/comments/1desnd0/for_now_im_not_afraid_that_ai_will_take_my_job/) -- [Still not transparent?](https://www.reddit.com/r/androiddev/comments/1derub1/still_not_transparent/) +- [Android studio: Nothing to show](https://www.reddit.com/r/androiddev/comments/1dg6aft/android_studio_nothing_to_show/) +- [Musical scale/key checker idea - no idea where to start... Long explanation.. 🙏](https://www.reddit.com/r/androiddev/comments/1dg5wif/musical_scalekey_checker_idea_no_idea_where_to/) +- [Google Lifetime Terminations Have Created a Thriving Black Market for Google Play Accounts](https://www.reddit.com/r/androiddev/comments/1dg2lch/google_lifetime_terminations_have_created_a/) +- [New to Android Development from the Web](https://www.reddit.com/r/androiddev/comments/1dg27im/new_to_android_development_from_the_web/) +- [What permission must be in my xml to upload images?](https://www.reddit.com/r/androiddev/comments/1dg1ss9/what_permission_must_be_in_my_xml_to_upload_images/) +- [Blend mode in Compose doesn't work](https://www.reddit.com/r/androiddev/comments/1dfy5c9/blend_mode_in_compose_doesnt_work/) +- [What is HAL anyways?](https://www.reddit.com/r/androiddev/comments/1dfxotr/what_is_hal_anyways/) +- [Can’t hackers just remove the Play Integrity API?](https://www.reddit.com/r/androiddev/comments/1dftzo1/cant_hackers_just_remove_the_play_integrity_api/) +- [What is the right technique to automate Android builds from command line with gradlew command?](https://www.reddit.com/r/androiddev/comments/1dftyul/what_is_the_right_technique_to_automate_android/) +- [Recommended Android for development purposes](https://www.reddit.com/r/androiddev/comments/1dfs87x/recommended_android_for_development_purposes/) ### *InfoWorld posts* From 46faeb6a6c8459b6f605fd7ff3b8de8404f5b6b3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 16 Jun 2024 01:29:08 +0000 Subject: [PATCH 0925/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 777f8c4237..72c3f7f715 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android studio: Nothing to show](https://www.reddit.com/r/androiddev/comments/1dg6aft/android_studio_nothing_to_show/) -- [Musical scale/key checker idea - no idea where to start... Long explanation.. 🙏](https://www.reddit.com/r/androiddev/comments/1dg5wif/musical_scalekey_checker_idea_no_idea_where_to/) -- [Google Lifetime Terminations Have Created a Thriving Black Market for Google Play Accounts](https://www.reddit.com/r/androiddev/comments/1dg2lch/google_lifetime_terminations_have_created_a/) -- [New to Android Development from the Web](https://www.reddit.com/r/androiddev/comments/1dg27im/new_to_android_development_from_the_web/) -- [What permission must be in my xml to upload images?](https://www.reddit.com/r/androiddev/comments/1dg1ss9/what_permission_must_be_in_my_xml_to_upload_images/) -- [Blend mode in Compose doesn't work](https://www.reddit.com/r/androiddev/comments/1dfy5c9/blend_mode_in_compose_doesnt_work/) -- [What is HAL anyways?](https://www.reddit.com/r/androiddev/comments/1dfxotr/what_is_hal_anyways/) -- [Can’t hackers just remove the Play Integrity API?](https://www.reddit.com/r/androiddev/comments/1dftzo1/cant_hackers_just_remove_the_play_integrity_api/) -- [What is the right technique to automate Android builds from command line with gradlew command?](https://www.reddit.com/r/androiddev/comments/1dftyul/what_is_the_right_technique_to_automate_android/) -- [Recommended Android for development purposes](https://www.reddit.com/r/androiddev/comments/1dfs87x/recommended_android_for_development_purposes/) +- [How do I enable Google review the premium features of my subscription app?](https://www.reddit.com/r/androiddev/comments/1dgpjc6/how_do_i_enable_google_review_the_premium/) +- [Share your thoughts and feedback: Movie Shelf App](https://www.reddit.com/r/androiddev/comments/1dgiypv/share_your_thoughts_and_feedback_movie_shelf_app/) +- [When clicking on composable in code, Preview is not telling me where is that specific composable](https://www.reddit.com/r/androiddev/comments/1dginwf/when_clicking_on_composable_in_code_preview_is/) +- [Recommendations for freelance portfolio](https://www.reddit.com/r/androiddev/comments/1dgfa7n/recommendations_for_freelance_portfolio/) +- [What makes you better than other mobile developers?](https://www.reddit.com/r/androiddev/comments/1dgesoa/what_makes_you_better_than_other_mobile_developers/) +- [Does android webview can do isolation?](https://www.reddit.com/r/androiddev/comments/1dgecl1/does_android_webview_can_do_isolation/) +- [Introduction to KGPs Gradle Model](https://www.reddit.com/r/androiddev/comments/1dgcv36/introduction_to_kgps_gradle_model/) +- [I made an open-source Android transcription keyboard using Whisper AI. You can dictate with auto punctuation and translation to many languages. :)](https://www.reddit.com/r/androiddev/comments/1dgcqki/i_made_an_opensource_android_transcription/) +- [jetpack compose code push](https://www.reddit.com/r/androiddev/comments/1dga1kf/jetpack_compose_code_push/) +- [HELP need apps idea for beginner (got accepted in internship)](https://www.reddit.com/r/androiddev/comments/1dg7opz/help_need_apps_idea_for_beginner_got_accepted_in/) ### *InfoWorld posts* From 99993087d52817e3ea421042dbbf47fb1c6469cf Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 17 Jun 2024 01:29:10 +0000 Subject: [PATCH 0926/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 72c3f7f715..23ff8015b9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How do I enable Google review the premium features of my subscription app?](https://www.reddit.com/r/androiddev/comments/1dgpjc6/how_do_i_enable_google_review_the_premium/) -- [Share your thoughts and feedback: Movie Shelf App](https://www.reddit.com/r/androiddev/comments/1dgiypv/share_your_thoughts_and_feedback_movie_shelf_app/) -- [When clicking on composable in code, Preview is not telling me where is that specific composable](https://www.reddit.com/r/androiddev/comments/1dginwf/when_clicking_on_composable_in_code_preview_is/) -- [Recommendations for freelance portfolio](https://www.reddit.com/r/androiddev/comments/1dgfa7n/recommendations_for_freelance_portfolio/) -- [What makes you better than other mobile developers?](https://www.reddit.com/r/androiddev/comments/1dgesoa/what_makes_you_better_than_other_mobile_developers/) -- [Does android webview can do isolation?](https://www.reddit.com/r/androiddev/comments/1dgecl1/does_android_webview_can_do_isolation/) -- [Introduction to KGPs Gradle Model](https://www.reddit.com/r/androiddev/comments/1dgcv36/introduction_to_kgps_gradle_model/) -- [I made an open-source Android transcription keyboard using Whisper AI. You can dictate with auto punctuation and translation to many languages. :)](https://www.reddit.com/r/androiddev/comments/1dgcqki/i_made_an_opensource_android_transcription/) -- [jetpack compose code push](https://www.reddit.com/r/androiddev/comments/1dga1kf/jetpack_compose_code_push/) -- [HELP need apps idea for beginner (got accepted in internship)](https://www.reddit.com/r/androiddev/comments/1dg7opz/help_need_apps_idea_for_beginner_got_accepted_in/) +- [Strange Observation: API Calls During Internal Testing](https://www.reddit.com/r/androiddev/comments/1dhevpf/strange_observation_api_calls_during_internal/) +- [Is it possible to get a 100k+ userbase without any advertisement? If so, how much would it take to reach userbase landmarks, like 1k, 10k, and 100k?](https://www.reddit.com/r/androiddev/comments/1dhel4y/is_it_possible_to_get_a_100k_userbase_without_any/) +- [IS MOBILE DEVELOPMENY STILL INDEMAND?](https://www.reddit.com/r/androiddev/comments/1dhcp4w/is_mobile_developmeny_still_indemand/) +- [Can my game be published if it contains woke-criticism?](https://www.reddit.com/r/androiddev/comments/1dhb88m/can_my_game_be_published_if_it_contains/) +- [How to effectively sell my app (Android/iOS)?](https://www.reddit.com/r/androiddev/comments/1dhatua/how_to_effectively_sell_my_app_androidios/) +- [Push notifications without Firebase Cloud Messaging?](https://www.reddit.com/r/androiddev/comments/1dh94o7/push_notifications_without_firebase_cloud/) +- [I recently received an email said that my AdSense will be deactivated in 30 days, even though I only use AdMob for my Android apps.](https://www.reddit.com/r/androiddev/comments/1dh82kq/i_recently_received_an_email_said_that_my_adsense/) +- [Can I publish an app, in which the main feature will be paywalled?](https://www.reddit.com/r/androiddev/comments/1dh6qq9/can_i_publish_an_app_in_which_the_main_feature/) +- [The empty compose activity is not visible.](https://www.reddit.com/r/androiddev/comments/1dh5lu1/the_empty_compose_activity_is_not_visible/) +- [Android apps shouldn't have back buttons](https://www.reddit.com/r/androiddev/comments/1dh4mxv/android_apps_shouldnt_have_back_buttons/) ### *InfoWorld posts* From 48ab195702c0778d9b6dd41412c81f27a6a2fa09 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 18 Jun 2024 01:28:46 +0000 Subject: [PATCH 0927/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 23ff8015b9..0e8bacdde1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Kotlin CLI compiler options - crossposting for a wider audience](https://www.reddit.com/r/androiddev/comments/1di96xq/kotlin_cli_compiler_options_crossposting_for_a/) +- [Android Studio Koala Feature Drop | 2024.1.2 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/1di7d2n/android_studio_koala_feature_drop_202412_canary_6/) +- [RxJava to Kotlin coroutines?](https://www.reddit.com/r/androiddev/comments/1dhxuni/rxjava_to_kotlin_coroutines/) +- [ASO?](https://www.reddit.com/r/androiddev/comments/1dhugwl/aso/) +- [How can some apps run background tasks as often as they want?](https://www.reddit.com/r/androiddev/comments/1dhu2ks/how_can_some_apps_run_background_tasks_as_often/) +- [What time does payout commence](https://www.reddit.com/r/androiddev/comments/1dhtand/what_time_does_payout_commence/) +- [Android books](https://www.reddit.com/r/androiddev/comments/1dhsgoi/android_books/) +- [web component library that support android 7.0](https://www.reddit.com/r/androiddev/comments/1dhsdh8/web_component_library_that_support_android_70/) - [Strange Observation: API Calls During Internal Testing](https://www.reddit.com/r/androiddev/comments/1dhevpf/strange_observation_api_calls_during_internal/) -- [Is it possible to get a 100k+ userbase without any advertisement? If so, how much would it take to reach userbase landmarks, like 1k, 10k, and 100k?](https://www.reddit.com/r/androiddev/comments/1dhel4y/is_it_possible_to_get_a_100k_userbase_without_any/) -- [IS MOBILE DEVELOPMENY STILL INDEMAND?](https://www.reddit.com/r/androiddev/comments/1dhcp4w/is_mobile_developmeny_still_indemand/) - [Can my game be published if it contains woke-criticism?](https://www.reddit.com/r/androiddev/comments/1dhb88m/can_my_game_be_published_if_it_contains/) -- [How to effectively sell my app (Android/iOS)?](https://www.reddit.com/r/androiddev/comments/1dhatua/how_to_effectively_sell_my_app_androidios/) -- [Push notifications without Firebase Cloud Messaging?](https://www.reddit.com/r/androiddev/comments/1dh94o7/push_notifications_without_firebase_cloud/) -- [I recently received an email said that my AdSense will be deactivated in 30 days, even though I only use AdMob for my Android apps.](https://www.reddit.com/r/androiddev/comments/1dh82kq/i_recently_received_an_email_said_that_my_adsense/) -- [Can I publish an app, in which the main feature will be paywalled?](https://www.reddit.com/r/androiddev/comments/1dh6qq9/can_i_publish_an_app_in_which_the_main_feature/) -- [The empty compose activity is not visible.](https://www.reddit.com/r/androiddev/comments/1dh5lu1/the_empty_compose_activity_is_not_visible/) -- [Android apps shouldn't have back buttons](https://www.reddit.com/r/androiddev/comments/1dh4mxv/android_apps_shouldnt_have_back_buttons/) ### *InfoWorld posts* From 9f81353d6b0e1a3837defd58d7d2bdbd0f798fad Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 19 Jun 2024 01:28:47 +0000 Subject: [PATCH 0928/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0e8bacdde1..8d760ea032 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [I need to make an APK fast](https://www.reddit.com/r/androiddev/comments/1dioxka/i_need_to_make_an_apk_fast/) +- [Should you just use the AnimatedContent composable to change pages instead of the navigation library?](https://www.reddit.com/r/androiddev/comments/1diovu8/should_you_just_use_the_animatedcontent/) +- [European Accessibility Act: One year to go. Are you ready?](https://www.reddit.com/r/androiddev/comments/1dio8cx/european_accessibility_act_one_year_to_go_are_you/) +- [why my preview windows doesnt match my emulator, i design my whole ui in preview but when i open the emulator all values are off. can someone help me out to set same size for preview and emulator](https://www.reddit.com/r/androiddev/comments/1dinbrl/why_my_preview_windows_doesnt_match_my_emulator_i/) +- [Verify my bank account](https://www.reddit.com/r/androiddev/comments/1diiihn/verify_my_bank_account/) +- [What is the most stable JavaVersion?](https://www.reddit.com/r/androiddev/comments/1dihc21/what_is_the_most_stable_javaversion/) - [Kotlin CLI compiler options - crossposting for a wider audience](https://www.reddit.com/r/androiddev/comments/1di96xq/kotlin_cli_compiler_options_crossposting_for_a/) - [Android Studio Koala Feature Drop | 2024.1.2 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/1di7d2n/android_studio_koala_feature_drop_202412_canary_6/) - [RxJava to Kotlin coroutines?](https://www.reddit.com/r/androiddev/comments/1dhxuni/rxjava_to_kotlin_coroutines/) - [ASO?](https://www.reddit.com/r/androiddev/comments/1dhugwl/aso/) -- [How can some apps run background tasks as often as they want?](https://www.reddit.com/r/androiddev/comments/1dhu2ks/how_can_some_apps_run_background_tasks_as_often/) -- [What time does payout commence](https://www.reddit.com/r/androiddev/comments/1dhtand/what_time_does_payout_commence/) -- [Android books](https://www.reddit.com/r/androiddev/comments/1dhsgoi/android_books/) -- [web component library that support android 7.0](https://www.reddit.com/r/androiddev/comments/1dhsdh8/web_component_library_that_support_android_70/) -- [Strange Observation: API Calls During Internal Testing](https://www.reddit.com/r/androiddev/comments/1dhevpf/strange_observation_api_calls_during_internal/) -- [Can my game be published if it contains woke-criticism?](https://www.reddit.com/r/androiddev/comments/1dhb88m/can_my_game_be_published_if_it_contains/) ### *InfoWorld posts* From 05a02288c96f7dccdc305ba3f82cbacacd26a4aa Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 20 Jun 2024 01:27:58 +0000 Subject: [PATCH 0929/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8d760ea032..015adf4271 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I need to make an APK fast](https://www.reddit.com/r/androiddev/comments/1dioxka/i_need_to_make_an_apk_fast/) -- [Should you just use the AnimatedContent composable to change pages instead of the navigation library?](https://www.reddit.com/r/androiddev/comments/1diovu8/should_you_just_use_the_animatedcontent/) -- [European Accessibility Act: One year to go. Are you ready?](https://www.reddit.com/r/androiddev/comments/1dio8cx/european_accessibility_act_one_year_to_go_are_you/) -- [why my preview windows doesnt match my emulator, i design my whole ui in preview but when i open the emulator all values are off. can someone help me out to set same size for preview and emulator](https://www.reddit.com/r/androiddev/comments/1dinbrl/why_my_preview_windows_doesnt_match_my_emulator_i/) -- [Verify my bank account](https://www.reddit.com/r/androiddev/comments/1diiihn/verify_my_bank_account/) -- [What is the most stable JavaVersion?](https://www.reddit.com/r/androiddev/comments/1dihc21/what_is_the_most_stable_javaversion/) -- [Kotlin CLI compiler options - crossposting for a wider audience](https://www.reddit.com/r/androiddev/comments/1di96xq/kotlin_cli_compiler_options_crossposting_for_a/) -- [Android Studio Koala Feature Drop | 2024.1.2 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/1di7d2n/android_studio_koala_feature_drop_202412_canary_6/) -- [RxJava to Kotlin coroutines?](https://www.reddit.com/r/androiddev/comments/1dhxuni/rxjava_to_kotlin_coroutines/) -- [ASO?](https://www.reddit.com/r/androiddev/comments/1dhugwl/aso/) +- [How Do You Prioritize Apps Optimization?](https://www.reddit.com/r/androiddev/comments/1djwikd/how_do_you_prioritize_apps_optimization/) +- [Real-time Music Removal in Mobile App ( in shorts etc .. ) : Possible or Pipe Dream?](https://www.reddit.com/r/androiddev/comments/1djsmu9/realtime_music_removal_in_mobile_app_in_shorts/) +- [can an application detect network requests from outside its application without rooting?](https://www.reddit.com/r/androiddev/comments/1djryzx/can_an_application_detect_network_requests_from/) +- [Why won't Android Studio release sources earlier?](https://www.reddit.com/r/androiddev/comments/1djpxso/why_wont_android_studio_release_sources_earlier/) +- [Android AVD Issue - Not starting](https://www.reddit.com/r/androiddev/comments/1djlae3/android_avd_issue_not_starting/) +- [Converting my whole project from Java to Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/1djjxkr/converting_my_whole_project_from_java_to_jetpack/) +- [Do I really have to learn trigonometry to implement rotational drag gestures?](https://www.reddit.com/r/androiddev/comments/1djjwdc/do_i_really_have_to_learn_trigonometry_to/) +- [Disabling Keyboard but Allow Text Pasting in TextField - Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1djj9lf/disabling_keyboard_but_allow_text_pasting_in/) +- [How to delete everything from "Changes in Review"?](https://www.reddit.com/r/androiddev/comments/1djihpt/how_to_delete_everything_from_changes_in_review/) +- [More or less updated Android Dev with Java ?](https://www.reddit.com/r/androiddev/comments/1djfk6m/more_or_less_updated_android_dev_with_java/) ### *InfoWorld posts* From c342d11dda5cf5f7b57a4951573b85c6b769fd95 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 21 Jun 2024 01:28:12 +0000 Subject: [PATCH 0930/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 015adf4271..c28fb4bb1a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How Do You Prioritize Apps Optimization?](https://www.reddit.com/r/androiddev/comments/1djwikd/how_do_you_prioritize_apps_optimization/) -- [Real-time Music Removal in Mobile App ( in shorts etc .. ) : Possible or Pipe Dream?](https://www.reddit.com/r/androiddev/comments/1djsmu9/realtime_music_removal_in_mobile_app_in_shorts/) -- [can an application detect network requests from outside its application without rooting?](https://www.reddit.com/r/androiddev/comments/1djryzx/can_an_application_detect_network_requests_from/) -- [Why won't Android Studio release sources earlier?](https://www.reddit.com/r/androiddev/comments/1djpxso/why_wont_android_studio_release_sources_earlier/) -- [Android AVD Issue - Not starting](https://www.reddit.com/r/androiddev/comments/1djlae3/android_avd_issue_not_starting/) -- [Converting my whole project from Java to Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/1djjxkr/converting_my_whole_project_from_java_to_jetpack/) -- [Do I really have to learn trigonometry to implement rotational drag gestures?](https://www.reddit.com/r/androiddev/comments/1djjwdc/do_i_really_have_to_learn_trigonometry_to/) -- [Disabling Keyboard but Allow Text Pasting in TextField - Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1djj9lf/disabling_keyboard_but_allow_text_pasting_in/) -- [How to delete everything from "Changes in Review"?](https://www.reddit.com/r/androiddev/comments/1djihpt/how_to_delete_everything_from_changes_in_review/) -- [More or less updated Android Dev with Java ?](https://www.reddit.com/r/androiddev/comments/1djfk6m/more_or_less_updated_android_dev_with_java/) +- [How do you structure your UI state class?](https://www.reddit.com/r/androiddev/comments/1dkq3wy/how_do_you_structure_your_ui_state_class/) +- [AI development assistance - Android Developers Backstage](https://www.reddit.com/r/androiddev/comments/1dkpevu/ai_development_assistance_android_developers/) +- [Why is Android Development so difficult and complex? (compared to Web and Desktop)](https://www.reddit.com/r/androiddev/comments/1dkjvgr/why_is_android_development_so_difficult_and/) +- [FFmpeg in Android and LGPL](https://www.reddit.com/r/androiddev/comments/1dkijux/ffmpeg_in_android_and_lgpl/) +- [Android Studio Koala Feature Drop | 2024.1.2 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/1dki1tw/android_studio_koala_feature_drop_202412_canary_7/) +- [How to initiate notification in a foreground service?](https://www.reddit.com/r/androiddev/comments/1dkfh4j/how_to_initiate_notification_in_a_foreground/) +- [SMS Receiving](https://www.reddit.com/r/androiddev/comments/1dkeii2/sms_receiving/) +- [Regarding the question about the Layout Inspector in Android Studio](https://www.reddit.com/r/androiddev/comments/1dkbuhv/regarding_the_question_about_the_layout_inspector/) +- [Android foreground service stops immediately when is started after selecting an image](https://www.reddit.com/r/androiddev/comments/1dk9gt1/android_foreground_service_stops_immediately_when/) +- [What is your thought process when creating an app using MVVM?](https://www.reddit.com/r/androiddev/comments/1dk7bzq/what_is_your_thought_process_when_creating_an_app/) ### *InfoWorld posts* From 97aae94939d436947ce4695807b7eead1f4d7aa5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 22 Jun 2024 01:27:48 +0000 Subject: [PATCH 0931/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c28fb4bb1a..298e20695a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How do you structure your UI state class?](https://www.reddit.com/r/androiddev/comments/1dkq3wy/how_do_you_structure_your_ui_state_class/) -- [AI development assistance - Android Developers Backstage](https://www.reddit.com/r/androiddev/comments/1dkpevu/ai_development_assistance_android_developers/) -- [Why is Android Development so difficult and complex? (compared to Web and Desktop)](https://www.reddit.com/r/androiddev/comments/1dkjvgr/why_is_android_development_so_difficult_and/) -- [FFmpeg in Android and LGPL](https://www.reddit.com/r/androiddev/comments/1dkijux/ffmpeg_in_android_and_lgpl/) -- [Android Studio Koala Feature Drop | 2024.1.2 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/1dki1tw/android_studio_koala_feature_drop_202412_canary_7/) -- [How to initiate notification in a foreground service?](https://www.reddit.com/r/androiddev/comments/1dkfh4j/how_to_initiate_notification_in_a_foreground/) -- [SMS Receiving](https://www.reddit.com/r/androiddev/comments/1dkeii2/sms_receiving/) -- [Regarding the question about the Layout Inspector in Android Studio](https://www.reddit.com/r/androiddev/comments/1dkbuhv/regarding_the_question_about_the_layout_inspector/) -- [Android foreground service stops immediately when is started after selecting an image](https://www.reddit.com/r/androiddev/comments/1dk9gt1/android_foreground_service_stops_immediately_when/) -- [What is your thought process when creating an app using MVVM?](https://www.reddit.com/r/androiddev/comments/1dk7bzq/what_is_your_thought_process_when_creating_an_app/) +- [What's the general consensus about version catalogs?](https://www.reddit.com/r/androiddev/comments/1dljlqv/whats_the_general_consensus_about_version_catalogs/) +- [I made multi stop delivery route planner app(BaesongFriends) with Compose inspired by UPS Orion. Delivery route can be made just dragging the marker!](https://www.reddit.com/r/androiddev/comments/1dli0n9/i_made_multi_stop_delivery_route_planner/) +- [Is there any problem using Reflection in application or libraries?](https://www.reddit.com/r/androiddev/comments/1dlgkna/is_there_any_problem_using_reflection_in/) +- [We're looking to partner with an ad-supported app with 10k-100k users](https://www.reddit.com/r/androiddev/comments/1dlg4wo/were_looking_to_partner_with_an_adsupported_app/) +- [Clearing app data deletes applied changes](https://www.reddit.com/r/androiddev/comments/1dlfno1/clearing_app_data_deletes_applied_changes/) +- [How to send text input to a Composable within an IME Service app instead of sending text to the active input?](https://www.reddit.com/r/androiddev/comments/1dlebzy/how_to_send_text_input_to_a_composable_within_an/) +- [Is it possible to build an app that floats on top of other apps and copies text to clip board?](https://www.reddit.com/r/androiddev/comments/1dlea4p/is_it_possible_to_build_an_app_that_floats_on_top/) +- [Booking application cost?](https://www.reddit.com/r/androiddev/comments/1dld2wk/booking_application_cost/) +- [What does the "new *" symbol mean?](https://www.reddit.com/r/androiddev/comments/1dld202/what_does_the_new_symbol_mean/) +- [How to use compose type safe navigation with an object?](https://www.reddit.com/r/androiddev/comments/1dlaov7/how_to_use_compose_type_safe_navigation_with_an/) ### *InfoWorld posts* From 0458507f4f3dadfdc7b1c6117f04d18a536c3980 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 23 Jun 2024 01:28:57 +0000 Subject: [PATCH 0932/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 298e20695a..e46c1433ae 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What's the general consensus about version catalogs?](https://www.reddit.com/r/androiddev/comments/1dljlqv/whats_the_general_consensus_about_version_catalogs/) -- [I made multi stop delivery route planner app(BaesongFriends) with Compose inspired by UPS Orion. Delivery route can be made just dragging the marker!](https://www.reddit.com/r/androiddev/comments/1dli0n9/i_made_multi_stop_delivery_route_planner/) -- [Is there any problem using Reflection in application or libraries?](https://www.reddit.com/r/androiddev/comments/1dlgkna/is_there_any_problem_using_reflection_in/) -- [We're looking to partner with an ad-supported app with 10k-100k users](https://www.reddit.com/r/androiddev/comments/1dlg4wo/were_looking_to_partner_with_an_adsupported_app/) -- [Clearing app data deletes applied changes](https://www.reddit.com/r/androiddev/comments/1dlfno1/clearing_app_data_deletes_applied_changes/) -- [How to send text input to a Composable within an IME Service app instead of sending text to the active input?](https://www.reddit.com/r/androiddev/comments/1dlebzy/how_to_send_text_input_to_a_composable_within_an/) -- [Is it possible to build an app that floats on top of other apps and copies text to clip board?](https://www.reddit.com/r/androiddev/comments/1dlea4p/is_it_possible_to_build_an_app_that_floats_on_top/) -- [Booking application cost?](https://www.reddit.com/r/androiddev/comments/1dld2wk/booking_application_cost/) -- [What does the "new *" symbol mean?](https://www.reddit.com/r/androiddev/comments/1dld202/what_does_the_new_symbol_mean/) -- [How to use compose type safe navigation with an object?](https://www.reddit.com/r/androiddev/comments/1dlaov7/how_to_use_compose_type_safe_navigation_with_an/) +- [What is the next step??](https://www.reddit.com/r/androiddev/comments/1dm8ic8/what_is_the_next_step/) +- [What i missed in these 7 months?](https://www.reddit.com/r/androiddev/comments/1dm6m64/what_i_missed_in_these_7_months/) +- [How does Lawnchair use signature permissions without being signed with the platform key?](https://www.reddit.com/r/androiddev/comments/1dm4fw5/how_does_lawnchair_use_signature_permissions/) +- [Verifying someone has a google developer account?](https://www.reddit.com/r/androiddev/comments/1dm1uyz/verifying_someone_has_a_google_developer_account/) +- [Google play closed beta - how to optimize it ?](https://www.reddit.com/r/androiddev/comments/1dluklm/google_play_closed_beta_how_to_optimize_it/) +- [Need help - why is my menu bar xml design file different from emulator?](https://www.reddit.com/r/androiddev/comments/1dlty3i/need_help_why_is_my_menu_bar_xml_design_file/) +- [Google Play Access to Contacts Policy](https://www.reddit.com/r/androiddev/comments/1dltkjd/google_play_access_to_contacts_policy/) +- [Turning Paid App with LVL (licensing library) into a free app with subscriptions/IAPs, will the LVL still function if the app becomes free? I want to unlock all features to the original users who paid.](https://www.reddit.com/r/androiddev/comments/1dlr8o3/turning_paid_app_with_lvl_licensing_library_into/) +- [Had to use home address in latest Google verification for our business. What addresses were others able to use?](https://www.reddit.com/r/androiddev/comments/1dlmw47/had_to_use_home_address_in_latest_google/) +- [Are ORG dev accounts with DUNS number less likely to get banned ?](https://www.reddit.com/r/androiddev/comments/1dlmt7m/are_org_dev_accounts_with_duns_number_less_likely/) ### *InfoWorld posts* From c9b4e936d773b8bd042192c0c5c0b00cfdd2ab2c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 24 Jun 2024 01:29:04 +0000 Subject: [PATCH 0933/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e46c1433ae..289d034cd0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What is the next step??](https://www.reddit.com/r/androiddev/comments/1dm8ic8/what_is_the_next_step/) -- [What i missed in these 7 months?](https://www.reddit.com/r/androiddev/comments/1dm6m64/what_i_missed_in_these_7_months/) +- [Google Ad Apps Certification Training Resource](https://www.reddit.com/r/androiddev/comments/1dmxp8r/google_ad_apps_certification_training_resource/) +- [Why is my state not being collected?](https://www.reddit.com/r/androiddev/comments/1dmx17a/why_is_my_state_not_being_collected/) +- [Facing problem with dagger.hilt plugin in my kotlin project](https://www.reddit.com/r/androiddev/comments/1dmlu3x/facing_problem_with_daggerhilt_plugin_in_my/) +- [Show Taps app (Show customized taps upon touches, based on Shizuku) is already open source, and there are some compatibility issues that I cannot solve](https://www.reddit.com/r/androiddev/comments/1dmik8k/show_taps_app_show_customized_taps_upon_touches/) +- [Bad emulator performance on windows (AndroidStudio)](https://www.reddit.com/r/androiddev/comments/1dmg5m9/bad_emulator_performance_on_windows_androidstudio/) +- [Negative balance](https://www.reddit.com/r/androiddev/comments/1dmejzc/negative_balance/) - [How does Lawnchair use signature permissions without being signed with the platform key?](https://www.reddit.com/r/androiddev/comments/1dm4fw5/how_does_lawnchair_use_signature_permissions/) - [Verifying someone has a google developer account?](https://www.reddit.com/r/androiddev/comments/1dm1uyz/verifying_someone_has_a_google_developer_account/) - [Google play closed beta - how to optimize it ?](https://www.reddit.com/r/androiddev/comments/1dluklm/google_play_closed_beta_how_to_optimize_it/) - [Need help - why is my menu bar xml design file different from emulator?](https://www.reddit.com/r/androiddev/comments/1dlty3i/need_help_why_is_my_menu_bar_xml_design_file/) -- [Google Play Access to Contacts Policy](https://www.reddit.com/r/androiddev/comments/1dltkjd/google_play_access_to_contacts_policy/) -- [Turning Paid App with LVL (licensing library) into a free app with subscriptions/IAPs, will the LVL still function if the app becomes free? I want to unlock all features to the original users who paid.](https://www.reddit.com/r/androiddev/comments/1dlr8o3/turning_paid_app_with_lvl_licensing_library_into/) -- [Had to use home address in latest Google verification for our business. What addresses were others able to use?](https://www.reddit.com/r/androiddev/comments/1dlmw47/had_to_use_home_address_in_latest_google/) -- [Are ORG dev accounts with DUNS number less likely to get banned ?](https://www.reddit.com/r/androiddev/comments/1dlmt7m/are_org_dev_accounts_with_duns_number_less_likely/) ### *InfoWorld posts* From cb73b9a2aa7c0fe5004ba1a8e0cf451251a0601c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 25 Jun 2024 01:28:46 +0000 Subject: [PATCH 0934/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 289d034cd0..ef59ad89d8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Do you offer Widgets and co?](https://www.reddit.com/r/androiddev/comments/1dnu4e8/do_you_offer_widgets_and_co/) +- [Parsing Movie Script PDF](https://www.reddit.com/r/androiddev/comments/1dnr0pc/parsing_movie_script_pdf/) +- [Photo picker help](https://www.reddit.com/r/androiddev/comments/1dnn46l/photo_picker_help/) +- [What do you think are the biggest pains in Android development?](https://www.reddit.com/r/androiddev/comments/1dnmdxj/what_do_you_think_are_the_biggest_pains_in/) +- [Google Play developer verification - recommendations for phone/voicemail service?](https://www.reddit.com/r/androiddev/comments/1dnazs0/google_play_developer_verification/) +- [FastScroller Compose Multiplatform](https://www.reddit.com/r/androiddev/comments/1dn6ky1/fastscroller_compose_multiplatform/) +- [Seeking Feedback for a New App Designed for Programmers! 🚀](https://www.reddit.com/r/androiddev/comments/1dn6kbk/seeking_feedback_for_a_new_app_designed_for/) +- [Did Google Play billing add "Subscription rationale" dialog?](https://www.reddit.com/r/androiddev/comments/1dn5wiw/did_google_play_billing_add_subscription/) - [Google Ad Apps Certification Training Resource](https://www.reddit.com/r/androiddev/comments/1dmxp8r/google_ad_apps_certification_training_resource/) - [Why is my state not being collected?](https://www.reddit.com/r/androiddev/comments/1dmx17a/why_is_my_state_not_being_collected/) -- [Facing problem with dagger.hilt plugin in my kotlin project](https://www.reddit.com/r/androiddev/comments/1dmlu3x/facing_problem_with_daggerhilt_plugin_in_my/) -- [Show Taps app (Show customized taps upon touches, based on Shizuku) is already open source, and there are some compatibility issues that I cannot solve](https://www.reddit.com/r/androiddev/comments/1dmik8k/show_taps_app_show_customized_taps_upon_touches/) -- [Bad emulator performance on windows (AndroidStudio)](https://www.reddit.com/r/androiddev/comments/1dmg5m9/bad_emulator_performance_on_windows_androidstudio/) -- [Negative balance](https://www.reddit.com/r/androiddev/comments/1dmejzc/negative_balance/) -- [How does Lawnchair use signature permissions without being signed with the platform key?](https://www.reddit.com/r/androiddev/comments/1dm4fw5/how_does_lawnchair_use_signature_permissions/) -- [Verifying someone has a google developer account?](https://www.reddit.com/r/androiddev/comments/1dm1uyz/verifying_someone_has_a_google_developer_account/) -- [Google play closed beta - how to optimize it ?](https://www.reddit.com/r/androiddev/comments/1dluklm/google_play_closed_beta_how_to_optimize_it/) -- [Need help - why is my menu bar xml design file different from emulator?](https://www.reddit.com/r/androiddev/comments/1dlty3i/need_help_why_is_my_menu_bar_xml_design_file/) ### *InfoWorld posts* From 3380a7526a2e1dc5b9e2c10de82344b84e9dac51 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 26 Jun 2024 01:28:41 +0000 Subject: [PATCH 0935/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ef59ad89d8..cdbe2218c9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Do you offer Widgets and co?](https://www.reddit.com/r/androiddev/comments/1dnu4e8/do_you_offer_widgets_and_co/) -- [Parsing Movie Script PDF](https://www.reddit.com/r/androiddev/comments/1dnr0pc/parsing_movie_script_pdf/) -- [Photo picker help](https://www.reddit.com/r/androiddev/comments/1dnn46l/photo_picker_help/) -- [What do you think are the biggest pains in Android development?](https://www.reddit.com/r/androiddev/comments/1dnmdxj/what_do_you_think_are_the_biggest_pains_in/) -- [Google Play developer verification - recommendations for phone/voicemail service?](https://www.reddit.com/r/androiddev/comments/1dnazs0/google_play_developer_verification/) -- [FastScroller Compose Multiplatform](https://www.reddit.com/r/androiddev/comments/1dn6ky1/fastscroller_compose_multiplatform/) -- [Seeking Feedback for a New App Designed for Programmers! 🚀](https://www.reddit.com/r/androiddev/comments/1dn6kbk/seeking_feedback_for_a_new_app_designed_for/) -- [Did Google Play billing add "Subscription rationale" dialog?](https://www.reddit.com/r/androiddev/comments/1dn5wiw/did_google_play_billing_add_subscription/) -- [Google Ad Apps Certification Training Resource](https://www.reddit.com/r/androiddev/comments/1dmxp8r/google_ad_apps_certification_training_resource/) -- [Why is my state not being collected?](https://www.reddit.com/r/androiddev/comments/1dmx17a/why_is_my_state_not_being_collected/) +- [Type Safe Navigation with TabRow](https://www.reddit.com/r/androiddev/comments/1dolqnm/type_safe_navigation_with_tabrow/) +- [What are some life-saving graphic and UI resources Android devs should know?](https://www.reddit.com/r/androiddev/comments/1doknuz/what_are_some_lifesaving_graphic_and_ui_resources/) +- [Sudden drop in app ranking](https://www.reddit.com/r/androiddev/comments/1dog2q0/sudden_drop_in_app_ranking/) +- [My Play Store developer account is expiring - do I have to fully publish an app (20 testers and all) to keep it alive?](https://www.reddit.com/r/androiddev/comments/1dodb80/my_play_store_developer_account_is_expiring_do_i/) +- [Android emulator can't hear me / Mic doesn't work](https://www.reddit.com/r/androiddev/comments/1do7b1s/android_emulator_cant_hear_me_mic_doesnt_work/) +- [Device with UVC support](https://www.reddit.com/r/androiddev/comments/1do6wnc/device_with_uvc_support/) +- [I made a chat app that supports chatting with multiple LLMs at once.](https://www.reddit.com/r/androiddev/comments/1do6sep/i_made_a_chat_app_that_supports_chatting_with/) +- [Android app is terminated after several days](https://www.reddit.com/r/androiddev/comments/1do5c5j/android_app_is_terminated_after_several_days/) +- [Has anyone managed to get a DUNS number in the Netherlands for a sole proprietorship company?](https://www.reddit.com/r/androiddev/comments/1do3sj6/has_anyone_managed_to_get_a_duns_number_in_the/) +- [Laptop Choice , need some help](https://www.reddit.com/r/androiddev/comments/1do2uim/laptop_choice_need_some_help/) ### *InfoWorld posts* From 94f729113b78d9a149e3088db3839e29e4946952 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 27 Jun 2024 01:28:47 +0000 Subject: [PATCH 0936/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cdbe2218c9..930ca8bb88 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Type Safe Navigation with TabRow](https://www.reddit.com/r/androiddev/comments/1dolqnm/type_safe_navigation_with_tabrow/) -- [What are some life-saving graphic and UI resources Android devs should know?](https://www.reddit.com/r/androiddev/comments/1doknuz/what_are_some_lifesaving_graphic_and_ui_resources/) -- [Sudden drop in app ranking](https://www.reddit.com/r/androiddev/comments/1dog2q0/sudden_drop_in_app_ranking/) -- [My Play Store developer account is expiring - do I have to fully publish an app (20 testers and all) to keep it alive?](https://www.reddit.com/r/androiddev/comments/1dodb80/my_play_store_developer_account_is_expiring_do_i/) -- [Android emulator can't hear me / Mic doesn't work](https://www.reddit.com/r/androiddev/comments/1do7b1s/android_emulator_cant_hear_me_mic_doesnt_work/) -- [Device with UVC support](https://www.reddit.com/r/androiddev/comments/1do6wnc/device_with_uvc_support/) -- [I made a chat app that supports chatting with multiple LLMs at once.](https://www.reddit.com/r/androiddev/comments/1do6sep/i_made_a_chat_app_that_supports_chatting_with/) -- [Android app is terminated after several days](https://www.reddit.com/r/androiddev/comments/1do5c5j/android_app_is_terminated_after_several_days/) -- [Has anyone managed to get a DUNS number in the Netherlands for a sole proprietorship company?](https://www.reddit.com/r/androiddev/comments/1do3sj6/has_anyone_managed_to_get_a_duns_number_in_the/) -- [Laptop Choice , need some help](https://www.reddit.com/r/androiddev/comments/1do2uim/laptop_choice_need_some_help/) +- [confused on writing tests](https://www.reddit.com/r/androiddev/comments/1dp0ug1/confused_on_writing_tests/) +- [Video: 7 Kotlin Stdlib Features You Might Have Overlooked](https://www.reddit.com/r/androiddev/comments/1dp0pk7/video_7_kotlin_stdlib_features_you_might_have/) +- [A bit confused while doing the 'Android Basics with Compose' course where I have to create a simple greeting app using the 'empty activity' template. Course content has this function called 'Surface', whereas in my Android Studio(Koala) it shows 'Scaffold' instead. Anyone know the reason?](https://www.reddit.com/r/androiddev/comments/1dozs1j/a_bit_confused_while_doing_the_android_basics/) +- [How to write terms and conditions?](https://www.reddit.com/r/androiddev/comments/1dowu16/how_to_write_terms_and_conditions/) +- [How to publish your app on Playstore - Here are the Full Guide](https://www.reddit.com/r/androiddev/comments/1dowhzb/how_to_publish_your_app_on_playstore_here_are_the/) +- [Google SignIn Release SHA1 for Android Client Id](https://www.reddit.com/r/androiddev/comments/1dovv1b/google_signin_release_sha1_for_android_client_id/) +- [How do you deal with this?](https://www.reddit.com/r/androiddev/comments/1dov4du/how_do_you_deal_with_this/) +- [Compose, SharedViewModel in ViewModel](https://www.reddit.com/r/androiddev/comments/1dov28n/compose_sharedviewmodel_in_viewmodel/) +- [How can i find libraries, documentations and and what's the equivalent of NPM in android development](https://www.reddit.com/r/androiddev/comments/1dou1kl/how_can_i_find_libraries_documentations_and_and/) +- [Exploring On-Device AI: Seeking Business and Industry Use Cases](https://www.reddit.com/r/androiddev/comments/1dotci4/exploring_ondevice_ai_seeking_business_and/) ### *InfoWorld posts* From a15bf96bcf09f809b8ce8025f6c01ca9830198ff Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 28 Jun 2024 01:29:02 +0000 Subject: [PATCH 0937/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 930ca8bb88..b4c5b57c10 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Change in performance app checking tools](https://www.reddit.com/r/androiddev/comments/1dq4bl2/change_in_performance_app_checking_tools/) +- [Android Studio Koala Feature Drop | 2024.1.2 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/1dq1zlk/android_studio_koala_feature_drop_202412_canary_8/) +- [OPINION: Callback directly inside state](https://www.reddit.com/r/androiddev/comments/1dpxs6c/opinion_callback_directly_inside_state/) +- [Sentence-Embeddings-Android: An Android library to use access all-MiniLM-L6-V2 sentence embeddings (HF sentence-transformers)](https://www.reddit.com/r/androiddev/comments/1dpunde/sentenceembeddingsandroid_an_android_library_to/) +- [Hi! Been a year as a full time android developer. Need advice for what’s in store for the future..](https://www.reddit.com/r/androiddev/comments/1dpr6b2/hi_been_a_year_as_a_full_time_android_developer/) +- [Removal of Weak Signature Algorithms from APK certificate.](https://www.reddit.com/r/androiddev/comments/1dpoipw/removal_of_weak_signature_algorithms_from_apk/) +- ["Action Required" Red Message for Migrating to the Latest Google Play Billing Library Upgrade](https://www.reddit.com/r/androiddev/comments/1dpmfsr/action_required_red_message_for_migrating_to_the/) +- [FIRC from google play subscription revenue India?](https://www.reddit.com/r/androiddev/comments/1dpgtik/firc_from_google_play_subscription_revenue_india/) - [confused on writing tests](https://www.reddit.com/r/androiddev/comments/1dp0ug1/confused_on_writing_tests/) - [Video: 7 Kotlin Stdlib Features You Might Have Overlooked](https://www.reddit.com/r/androiddev/comments/1dp0pk7/video_7_kotlin_stdlib_features_you_might_have/) -- [A bit confused while doing the 'Android Basics with Compose' course where I have to create a simple greeting app using the 'empty activity' template. Course content has this function called 'Surface', whereas in my Android Studio(Koala) it shows 'Scaffold' instead. Anyone know the reason?](https://www.reddit.com/r/androiddev/comments/1dozs1j/a_bit_confused_while_doing_the_android_basics/) -- [How to write terms and conditions?](https://www.reddit.com/r/androiddev/comments/1dowu16/how_to_write_terms_and_conditions/) -- [How to publish your app on Playstore - Here are the Full Guide](https://www.reddit.com/r/androiddev/comments/1dowhzb/how_to_publish_your_app_on_playstore_here_are_the/) -- [Google SignIn Release SHA1 for Android Client Id](https://www.reddit.com/r/androiddev/comments/1dovv1b/google_signin_release_sha1_for_android_client_id/) -- [How do you deal with this?](https://www.reddit.com/r/androiddev/comments/1dov4du/how_do_you_deal_with_this/) -- [Compose, SharedViewModel in ViewModel](https://www.reddit.com/r/androiddev/comments/1dov28n/compose_sharedviewmodel_in_viewmodel/) -- [How can i find libraries, documentations and and what's the equivalent of NPM in android development](https://www.reddit.com/r/androiddev/comments/1dou1kl/how_can_i_find_libraries_documentations_and_and/) -- [Exploring On-Device AI: Seeking Business and Industry Use Cases](https://www.reddit.com/r/androiddev/comments/1dotci4/exploring_ondevice_ai_seeking_business_and/) ### *InfoWorld posts* From b51139a79b6e6da3f77c48f4992cfbe14561a962 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 29 Jun 2024 01:28:13 +0000 Subject: [PATCH 0938/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b4c5b57c10..9b0667fe5e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Practical interview questions](https://www.reddit.com/r/androiddev/comments/1dqz02m/practical_interview_questions/) +- [How Coroutines Know When to Resume or Suspend: A Deep Dive with Examples](https://www.reddit.com/r/androiddev/comments/1dqty41/how_coroutines_know_when_to_resume_or_suspend_a/) +- [Help with production & closed testing](https://www.reddit.com/r/androiddev/comments/1dqoe33/help_with_production_closed_testing/) +- [Implementing a Screen Capture library for Jetpack Compose Views](https://www.reddit.com/r/androiddev/comments/1dqkwiv/implementing_a_screen_capture_library_for_jetpack/) +- [Why aren't my games aren't taking the full screen](https://www.reddit.com/r/androiddev/comments/1dqk9qa/why_arent_my_games_arent_taking_the_full_screen/) +- [Google Play Billing Library 7: queryPurchaseHistory to be deprecated](https://www.reddit.com/r/androiddev/comments/1dqfqni/google_play_billing_library_7/) +- [Transfer ownership of organization to another email](https://www.reddit.com/r/androiddev/comments/1dqd5ze/transfer_ownership_of_organization_to_another/) +- [Android Logging Performance Improvements in Production](https://www.reddit.com/r/androiddev/comments/1dqaevm/android_logging_performance_improvements_in/) - [Change in performance app checking tools](https://www.reddit.com/r/androiddev/comments/1dq4bl2/change_in_performance_app_checking_tools/) - [Android Studio Koala Feature Drop | 2024.1.2 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/1dq1zlk/android_studio_koala_feature_drop_202412_canary_8/) -- [OPINION: Callback directly inside state](https://www.reddit.com/r/androiddev/comments/1dpxs6c/opinion_callback_directly_inside_state/) -- [Sentence-Embeddings-Android: An Android library to use access all-MiniLM-L6-V2 sentence embeddings (HF sentence-transformers)](https://www.reddit.com/r/androiddev/comments/1dpunde/sentenceembeddingsandroid_an_android_library_to/) -- [Hi! Been a year as a full time android developer. Need advice for what’s in store for the future..](https://www.reddit.com/r/androiddev/comments/1dpr6b2/hi_been_a_year_as_a_full_time_android_developer/) -- [Removal of Weak Signature Algorithms from APK certificate.](https://www.reddit.com/r/androiddev/comments/1dpoipw/removal_of_weak_signature_algorithms_from_apk/) -- ["Action Required" Red Message for Migrating to the Latest Google Play Billing Library Upgrade](https://www.reddit.com/r/androiddev/comments/1dpmfsr/action_required_red_message_for_migrating_to_the/) -- [FIRC from google play subscription revenue India?](https://www.reddit.com/r/androiddev/comments/1dpgtik/firc_from_google_play_subscription_revenue_india/) -- [confused on writing tests](https://www.reddit.com/r/androiddev/comments/1dp0ug1/confused_on_writing_tests/) -- [Video: 7 Kotlin Stdlib Features You Might Have Overlooked](https://www.reddit.com/r/androiddev/comments/1dp0pk7/video_7_kotlin_stdlib_features_you_might_have/) ### *InfoWorld posts* From fdbb7c97391863df68cb5c88567fb7454d5c2ff1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 30 Jun 2024 01:29:11 +0000 Subject: [PATCH 0939/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9b0667fe5e..03a75dc9ce 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Practical interview questions](https://www.reddit.com/r/androiddev/comments/1dqz02m/practical_interview_questions/) -- [How Coroutines Know When to Resume or Suspend: A Deep Dive with Examples](https://www.reddit.com/r/androiddev/comments/1dqty41/how_coroutines_know_when_to_resume_or_suspend_a/) -- [Help with production & closed testing](https://www.reddit.com/r/androiddev/comments/1dqoe33/help_with_production_closed_testing/) -- [Implementing a Screen Capture library for Jetpack Compose Views](https://www.reddit.com/r/androiddev/comments/1dqkwiv/implementing_a_screen_capture_library_for_jetpack/) -- [Why aren't my games aren't taking the full screen](https://www.reddit.com/r/androiddev/comments/1dqk9qa/why_arent_my_games_arent_taking_the_full_screen/) -- [Google Play Billing Library 7: queryPurchaseHistory to be deprecated](https://www.reddit.com/r/androiddev/comments/1dqfqni/google_play_billing_library_7/) -- [Transfer ownership of organization to another email](https://www.reddit.com/r/androiddev/comments/1dqd5ze/transfer_ownership_of_organization_to_another/) -- [Android Logging Performance Improvements in Production](https://www.reddit.com/r/androiddev/comments/1dqaevm/android_logging_performance_improvements_in/) -- [Change in performance app checking tools](https://www.reddit.com/r/androiddev/comments/1dq4bl2/change_in_performance_app_checking_tools/) -- [Android Studio Koala Feature Drop | 2024.1.2 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/1dq1zlk/android_studio_koala_feature_drop_202412_canary_8/) +- [Google Play Android App Update Approval Delays](https://www.reddit.com/r/androiddev/comments/1drpzw0/google_play_android_app_update_approval_delays/) +- [Google terminated our company developer account](https://www.reddit.com/r/androiddev/comments/1droa83/google_terminated_our_company_developer_account/) +- [How do you solve mutual exclusion between the UI, background work and notifications?](https://www.reddit.com/r/androiddev/comments/1drmums/how_do_you_solve_mutual_exclusion_between_the_ui/) +- [Question for Libraries developers](https://www.reddit.com/r/androiddev/comments/1drm6d6/question_for_libraries_developers/) +- [Are there templates you use when starting to build an app from scratch?](https://www.reddit.com/r/androiddev/comments/1drkq81/are_there_templates_you_use_when_starting_to/) +- [Quiet deprecation of IM contact fields](https://www.reddit.com/r/androiddev/comments/1drfku0/quiet_deprecation_of_im_contact_fields/) +- [Confused how local device data structures are handled across app versions, could do with some help because it seems like it's an unmaintainable nightmare](https://www.reddit.com/r/androiddev/comments/1drdcyl/confused_how_local_device_data_structures_are/) +- [Help Needed: Google Play Console Identity Verification Rejections](https://www.reddit.com/r/androiddev/comments/1drc9oi/help_needed_google_play_console_identity/) +- [IOS or Android for Indie Development?](https://www.reddit.com/r/androiddev/comments/1dr9c8d/ios_or_android_for_indie_development/) +- [Anyone preparing for native Android interviews currently? I'm looking for fellow devs to prepare for interviews with/mock interviews](https://www.reddit.com/r/androiddev/comments/1dr6v5f/anyone_preparing_for_native_android_interviews/) ### *InfoWorld posts* From 888d562b0e0bae097685a431962ac3a7ab02dd6b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 1 Jul 2024 01:29:27 +0000 Subject: [PATCH 0940/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 03a75dc9ce..217fdf9d8f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Google Play Android App Update Approval Delays](https://www.reddit.com/r/androiddev/comments/1drpzw0/google_play_android_app_update_approval_delays/) -- [Google terminated our company developer account](https://www.reddit.com/r/androiddev/comments/1droa83/google_terminated_our_company_developer_account/) +- [Google Pay for premium subscriptions?](https://www.reddit.com/r/androiddev/comments/1dsdswb/google_pay_for_premium_subscriptions/) +- [Why creating a MaterialTheme if colors have to be set manually anyways?](https://www.reddit.com/r/androiddev/comments/1ds5m14/why_creating_a_materialtheme_if_colors_have_to_be/) +- [How do you update your applications?](https://www.reddit.com/r/androiddev/comments/1ds00ny/how_do_you_update_your_applications/) +- [Before release an app](https://www.reddit.com/r/androiddev/comments/1dryxzm/before_release_an_app/) +- [Issues handling Compose RenderEffect lifecycle with shaders](https://www.reddit.com/r/androiddev/comments/1dryjxr/issues_handling_compose_rendereffect_lifecycle/) +- [ComposeCards is a beautifully designed payment view library for Credit and Debit Card.](https://www.reddit.com/r/androiddev/comments/1drw4fi/composecards_is_a_beautifully_designed_payment/) - [How do you solve mutual exclusion between the UI, background work and notifications?](https://www.reddit.com/r/androiddev/comments/1drmums/how_do_you_solve_mutual_exclusion_between_the_ui/) - [Question for Libraries developers](https://www.reddit.com/r/androiddev/comments/1drm6d6/question_for_libraries_developers/) - [Are there templates you use when starting to build an app from scratch?](https://www.reddit.com/r/androiddev/comments/1drkq81/are_there_templates_you_use_when_starting_to/) - [Quiet deprecation of IM contact fields](https://www.reddit.com/r/androiddev/comments/1drfku0/quiet_deprecation_of_im_contact_fields/) -- [Confused how local device data structures are handled across app versions, could do with some help because it seems like it's an unmaintainable nightmare](https://www.reddit.com/r/androiddev/comments/1drdcyl/confused_how_local_device_data_structures_are/) -- [Help Needed: Google Play Console Identity Verification Rejections](https://www.reddit.com/r/androiddev/comments/1drc9oi/help_needed_google_play_console_identity/) -- [IOS or Android for Indie Development?](https://www.reddit.com/r/androiddev/comments/1dr9c8d/ios_or_android_for_indie_development/) -- [Anyone preparing for native Android interviews currently? I'm looking for fellow devs to prepare for interviews with/mock interviews](https://www.reddit.com/r/androiddev/comments/1dr6v5f/anyone_preparing_for_native_android_interviews/) ### *InfoWorld posts* From b69cd2addbe3c4d6de6c7700839aa38242ea9d07 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 2 Jul 2024 01:28:50 +0000 Subject: [PATCH 0941/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 217fdf9d8f..7ca45e9c00 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Google Pay for premium subscriptions?](https://www.reddit.com/r/androiddev/comments/1dsdswb/google_pay_for_premium_subscriptions/) -- [Why creating a MaterialTheme if colors have to be set manually anyways?](https://www.reddit.com/r/androiddev/comments/1ds5m14/why_creating_a_materialtheme_if_colors_have_to_be/) -- [How do you update your applications?](https://www.reddit.com/r/androiddev/comments/1ds00ny/how_do_you_update_your_applications/) -- [Before release an app](https://www.reddit.com/r/androiddev/comments/1dryxzm/before_release_an_app/) -- [Issues handling Compose RenderEffect lifecycle with shaders](https://www.reddit.com/r/androiddev/comments/1dryjxr/issues_handling_compose_rendereffect_lifecycle/) -- [ComposeCards is a beautifully designed payment view library for Credit and Debit Card.](https://www.reddit.com/r/androiddev/comments/1drw4fi/composecards_is_a_beautifully_designed_payment/) -- [How do you solve mutual exclusion between the UI, background work and notifications?](https://www.reddit.com/r/androiddev/comments/1drmums/how_do_you_solve_mutual_exclusion_between_the_ui/) -- [Question for Libraries developers](https://www.reddit.com/r/androiddev/comments/1drm6d6/question_for_libraries_developers/) -- [Are there templates you use when starting to build an app from scratch?](https://www.reddit.com/r/androiddev/comments/1drkq81/are_there_templates_you_use_when_starting_to/) -- [Quiet deprecation of IM contact fields](https://www.reddit.com/r/androiddev/comments/1drfku0/quiet_deprecation_of_im_contact_fields/) +- [Development and health issues](https://www.reddit.com/r/androiddev/comments/1dt765i/development_and_health_issues/) +- [Probably a stupid question, but can signing apps doxx me?](https://www.reddit.com/r/androiddev/comments/1dt5hsa/probably_a_stupid_question_but_can_signing_apps/) +- [Question About Using Offer Tokens in Billing Library 7](https://www.reddit.com/r/androiddev/comments/1dt2evw/question_about_using_offer_tokens_in_billing/) +- [Primary Dex modified during Google Play Signing](https://www.reddit.com/r/androiddev/comments/1dsxpc5/primary_dex_modified_during_google_play_signing/) +- [Google play - App bundles (Not the file format)](https://www.reddit.com/r/androiddev/comments/1dsx2ev/google_play_app_bundles_not_the_file_format/) +- [Coroutine Essentials - Kotlin Illustrated Guide, Chapter 20](https://www.reddit.com/r/androiddev/comments/1dstyc4/coroutine_essentials_kotlin_illustrated_guide/) +- [Cant run Arm64 Emulator on MacOS m2 host - help 🙏](https://www.reddit.com/r/androiddev/comments/1dstj1w/cant_run_arm64_emulator_on_macos_m2_host_help/) +- [Cant find equivalent of <select> in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1dsoel8/cant_find_equivalent_of_select_in_jetpack_compose/) +- [Would using MutableState in ViewModel break Clean Architecture](https://www.reddit.com/r/androiddev/comments/1dsma42/would_using_mutablestate_in_viewmodel_break_clean/) +- [How long does it take to review your updates?](https://www.reddit.com/r/androiddev/comments/1dslpni/how_long_does_it_take_to_review_your_updates/) ### *InfoWorld posts* From fbbeddd86707a6a5632a5bf984cdc2000c9985ce Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 3 Jul 2024 01:28:44 +0000 Subject: [PATCH 0942/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7ca45e9c00..b39dff7f5d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Development and health issues](https://www.reddit.com/r/androiddev/comments/1dt765i/development_and_health_issues/) -- [Probably a stupid question, but can signing apps doxx me?](https://www.reddit.com/r/androiddev/comments/1dt5hsa/probably_a_stupid_question_but_can_signing_apps/) -- [Question About Using Offer Tokens in Billing Library 7](https://www.reddit.com/r/androiddev/comments/1dt2evw/question_about_using_offer_tokens_in_billing/) -- [Primary Dex modified during Google Play Signing](https://www.reddit.com/r/androiddev/comments/1dsxpc5/primary_dex_modified_during_google_play_signing/) -- [Google play - App bundles (Not the file format)](https://www.reddit.com/r/androiddev/comments/1dsx2ev/google_play_app_bundles_not_the_file_format/) -- [Coroutine Essentials - Kotlin Illustrated Guide, Chapter 20](https://www.reddit.com/r/androiddev/comments/1dstyc4/coroutine_essentials_kotlin_illustrated_guide/) -- [Cant run Arm64 Emulator on MacOS m2 host - help 🙏](https://www.reddit.com/r/androiddev/comments/1dstj1w/cant_run_arm64_emulator_on_macos_m2_host_help/) -- [Cant find equivalent of <select> in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1dsoel8/cant_find_equivalent_of_select_in_jetpack_compose/) -- [Would using MutableState in ViewModel break Clean Architecture](https://www.reddit.com/r/androiddev/comments/1dsma42/would_using_mutablestate_in_viewmodel_break_clean/) -- [How long does it take to review your updates?](https://www.reddit.com/r/androiddev/comments/1dslpni/how_long_does_it_take_to_review_your_updates/) +- [How do I add padding within my card so that my ImageView does not stick to the sides](https://www.reddit.com/r/androiddev/comments/1dtzhp2/how_do_i_add_padding_within_my_card_so_that_my/) +- [What device does google use to review apps for approval?](https://www.reddit.com/r/androiddev/comments/1dttwb1/what_device_does_google_use_to_review_apps_for/) +- [Unresolved reference: photo_title](https://www.reddit.com/r/androiddev/comments/1dtr9qm/unresolved_reference_photo_title/) +- [Reldex: a way to measure app release processes](https://www.reddit.com/r/androiddev/comments/1dtokz6/reldex_a_way_to_measure_app_release_processes/) +- [Disabling Autoformatting on selecting an Autocomplete Suggestion in Android Studio](https://www.reddit.com/r/androiddev/comments/1dtm5hk/disabling_autoformatting_on_selecting_an/) +- [Using Loom in Pull Requests](https://www.reddit.com/r/androiddev/comments/1dtm3mk/using_loom_in_pull_requests/) +- [Why does Android use JIT and AOT?](https://www.reddit.com/r/androiddev/comments/1dtlym9/why_does_android_use_jit_and_aot/) +- [Android Emulation on Arm Host](https://www.reddit.com/r/androiddev/comments/1dtilej/android_emulation_on_arm_host/) +- [OCR App doesn't work well](https://www.reddit.com/r/androiddev/comments/1dti509/ocr_app_doesnt_work_well/) +- [UPD: Did Google Play billing add "Subscription rationale" dialog?](https://www.reddit.com/r/androiddev/comments/1dtfnru/upd_did_google_play_billing_add_subscription/) ### *InfoWorld posts* From a22e97e1e4579847434bc17d5a9a3670346f35d8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 4 Jul 2024 01:28:48 +0000 Subject: [PATCH 0943/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b39dff7f5d..6aa89e9a62 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Studio: debugging is a kind of hell for years and years](https://www.reddit.com/r/androiddev/comments/1dupiwh/android_studio_debugging_is_a_kind_of_hell_for/) +- [Android Studio - Debugger crashes before the application even atarts](https://www.reddit.com/r/androiddev/comments/1dup263/android_studio_debugger_crashes_before_the/) +- [Good open source dealing with network calls and clean mvvm.](https://www.reddit.com/r/androiddev/comments/1dujh48/good_open_source_dealing_with_network_calls_and/) +- [Android Crypto Samples - bunch of crypto samples for crypto-curious Android developers](https://www.reddit.com/r/androiddev/comments/1dufiaq/android_crypto_samples_bunch_of_crypto_samples/) +- [Compiling arm-v8a to armeabi-v7a.](https://www.reddit.com/r/androiddev/comments/1dudlgs/compiling_armv8a_to_armeabiv7a/) +- [App is receiving delayed response when using https](https://www.reddit.com/r/androiddev/comments/1du2pmh/app_is_receiving_delayed_response_when_using_https/) - [How do I add padding within my card so that my ImageView does not stick to the sides](https://www.reddit.com/r/androiddev/comments/1dtzhp2/how_do_i_add_padding_within_my_card_so_that_my/) - [What device does google use to review apps for approval?](https://www.reddit.com/r/androiddev/comments/1dttwb1/what_device_does_google_use_to_review_apps_for/) - [Unresolved reference: photo_title](https://www.reddit.com/r/androiddev/comments/1dtr9qm/unresolved_reference_photo_title/) - [Reldex: a way to measure app release processes](https://www.reddit.com/r/androiddev/comments/1dtokz6/reldex_a_way_to_measure_app_release_processes/) -- [Disabling Autoformatting on selecting an Autocomplete Suggestion in Android Studio](https://www.reddit.com/r/androiddev/comments/1dtm5hk/disabling_autoformatting_on_selecting_an/) -- [Using Loom in Pull Requests](https://www.reddit.com/r/androiddev/comments/1dtm3mk/using_loom_in_pull_requests/) -- [Why does Android use JIT and AOT?](https://www.reddit.com/r/androiddev/comments/1dtlym9/why_does_android_use_jit_and_aot/) -- [Android Emulation on Arm Host](https://www.reddit.com/r/androiddev/comments/1dtilej/android_emulation_on_arm_host/) -- [OCR App doesn't work well](https://www.reddit.com/r/androiddev/comments/1dti509/ocr_app_doesnt_work_well/) -- [UPD: Did Google Play billing add "Subscription rationale" dialog?](https://www.reddit.com/r/androiddev/comments/1dtfnru/upd_did_google_play_billing_add_subscription/) ### *InfoWorld posts* From b3e0562959d6bb8792a44151f75823aeb694abab Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 5 Jul 2024 01:28:47 +0000 Subject: [PATCH 0944/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6aa89e9a62..e62158f2fa 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Studio: debugging is a kind of hell for years and years](https://www.reddit.com/r/androiddev/comments/1dupiwh/android_studio_debugging_is_a_kind_of_hell_for/) -- [Android Studio - Debugger crashes before the application even atarts](https://www.reddit.com/r/androiddev/comments/1dup263/android_studio_debugger_crashes_before_the/) -- [Good open source dealing with network calls and clean mvvm.](https://www.reddit.com/r/androiddev/comments/1dujh48/good_open_source_dealing_with_network_calls_and/) -- [Android Crypto Samples - bunch of crypto samples for crypto-curious Android developers](https://www.reddit.com/r/androiddev/comments/1dufiaq/android_crypto_samples_bunch_of_crypto_samples/) -- [Compiling arm-v8a to armeabi-v7a.](https://www.reddit.com/r/androiddev/comments/1dudlgs/compiling_armv8a_to_armeabiv7a/) -- [App is receiving delayed response when using https](https://www.reddit.com/r/androiddev/comments/1du2pmh/app_is_receiving_delayed_response_when_using_https/) -- [How do I add padding within my card so that my ImageView does not stick to the sides](https://www.reddit.com/r/androiddev/comments/1dtzhp2/how_do_i_add_padding_within_my_card_so_that_my/) -- [What device does google use to review apps for approval?](https://www.reddit.com/r/androiddev/comments/1dttwb1/what_device_does_google_use_to_review_apps_for/) -- [Unresolved reference: photo_title](https://www.reddit.com/r/androiddev/comments/1dtr9qm/unresolved_reference_photo_title/) -- [Reldex: a way to measure app release processes](https://www.reddit.com/r/androiddev/comments/1dtokz6/reldex_a_way_to_measure_app_release_processes/) +- [Struggling with Android Development: Seeking Advice and Resources](https://www.reddit.com/r/androiddev/comments/1dvgwk5/struggling_with_android_development_seeking/) +- [Android SDK upgrade assistant](https://www.reddit.com/r/androiddev/comments/1dvfltt/android_sdk_upgrade_assistant/) +- [FCM notifications](https://www.reddit.com/r/androiddev/comments/1dveulu/fcm_notifications/) +- [How Room DB with Flow works?](https://www.reddit.com/r/androiddev/comments/1dvd0sf/how_room_db_with_flow_works/) +- [So on making emulator, the emualtor seems to flash and then is nowhere to be seen and the window shows this](https://www.reddit.com/r/androiddev/comments/1dvcesv/so_on_making_emulator_the_emualtor_seems_to_flash/) +- [Issue with selection screen](https://www.reddit.com/r/androiddev/comments/1dvc2m8/issue_with_selection_screen/) +- [Monorepos in Android Projects](https://www.reddit.com/r/androiddev/comments/1dvbb3q/monorepos_in_android_projects/) +- [App crashes on Android Studio, but works on physical device](https://www.reddit.com/r/androiddev/comments/1dvak0z/app_crashes_on_android_studio_but_works_on/) +- [Application Fails Closed Testing, Additional 14 Days Required](https://www.reddit.com/r/androiddev/comments/1dv9q0d/application_fails_closed_testing_additional_14/) +- [Unable to establish a simple socket connection between publisher and subscriber over Wifi-Aware](https://www.reddit.com/r/androiddev/comments/1dv7k7l/unable_to_establish_a_simple_socket_connection/) ### *InfoWorld posts* From 5daa042058fb7c81ebc6ed873cdfbaa9211c8a70 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 6 Jul 2024 01:28:13 +0000 Subject: [PATCH 0945/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e62158f2fa..a2f9145d0b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Struggling with Android Development: Seeking Advice and Resources](https://www.reddit.com/r/androiddev/comments/1dvgwk5/struggling_with_android_development_seeking/) -- [Android SDK upgrade assistant](https://www.reddit.com/r/androiddev/comments/1dvfltt/android_sdk_upgrade_assistant/) -- [FCM notifications](https://www.reddit.com/r/androiddev/comments/1dveulu/fcm_notifications/) -- [How Room DB with Flow works?](https://www.reddit.com/r/androiddev/comments/1dvd0sf/how_room_db_with_flow_works/) -- [So on making emulator, the emualtor seems to flash and then is nowhere to be seen and the window shows this](https://www.reddit.com/r/androiddev/comments/1dvcesv/so_on_making_emulator_the_emualtor_seems_to_flash/) -- [Issue with selection screen](https://www.reddit.com/r/androiddev/comments/1dvc2m8/issue_with_selection_screen/) -- [Monorepos in Android Projects](https://www.reddit.com/r/androiddev/comments/1dvbb3q/monorepos_in_android_projects/) -- [App crashes on Android Studio, but works on physical device](https://www.reddit.com/r/androiddev/comments/1dvak0z/app_crashes_on_android_studio_but_works_on/) -- [Application Fails Closed Testing, Additional 14 Days Required](https://www.reddit.com/r/androiddev/comments/1dv9q0d/application_fails_closed_testing_additional_14/) -- [Unable to establish a simple socket connection between publisher and subscriber over Wifi-Aware](https://www.reddit.com/r/androiddev/comments/1dv7k7l/unable_to_establish_a_simple_socket_connection/) +- [Need feedback: are these red flags? am I too critical?](https://www.reddit.com/r/androiddev/comments/1dw8hx0/need_feedback_are_these_red_flags_am_i_too/) +- [scammed on this sub just a heads up](https://www.reddit.com/r/androiddev/comments/1dw71i9/scammed_on_this_sub_just_a_heads_up/) +- [Target API level requirements have been updated: August 31, 2024, deadline to target API level 34](https://www.reddit.com/r/androiddev/comments/1dw2cj4/target_api_level_requirements_have_been_updated/) +- [Kmm after Android in Compose](https://www.reddit.com/r/androiddev/comments/1dw1bwp/kmm_after_android_in_compose/) +- [Those of you who have given Android interviews recently(in the last 6 months or ongoing), what gets asked now?](https://www.reddit.com/r/androiddev/comments/1dw19ub/those_of_you_who_have_given_android_interviews/) +- [Android Studio bricks up my pc](https://www.reddit.com/r/androiddev/comments/1dw16e0/android_studio_bricks_up_my_pc/) +- [Can build APK, but not install with Android studio.](https://www.reddit.com/r/androiddev/comments/1dw10te/can_build_apk_but_not_install_with_android_studio/) +- [How Can I Improve My Android Coding Skills? Seeking Tips from Experienced Developers](https://www.reddit.com/r/androiddev/comments/1dw0wr0/how_can_i_improve_my_android_coding_skills/) +- [Weird Logcat Error](https://www.reddit.com/r/androiddev/comments/1dvxcvw/weird_logcat_error/) +- [Navigation in Compose](https://www.reddit.com/r/androiddev/comments/1dvvy4e/navigation_in_compose/) ### *InfoWorld posts* From d103ed9e712aa709427a1542a46e26913c5b119e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 7 Jul 2024 01:29:10 +0000 Subject: [PATCH 0946/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a2f9145d0b..fa06d034a6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Why can’t I install the android usb drivers?](https://www.reddit.com/r/androiddev/comments/1dx32sl/why_cant_i_install_the_android_usb_drivers/) +- [Android Enterprise MDM Profile Editor?](https://www.reddit.com/r/androiddev/comments/1dwxtye/android_enterprise_mdm_profile_editor/) +- [Architecture related decisions in Android](https://www.reddit.com/r/androiddev/comments/1dwojbg/architecture_related_decisions_in_android/) +- [Google Play verification. Verify as Organization, even though presently its an individual?](https://www.reddit.com/r/androiddev/comments/1dwo41y/google_play_verification_verify_as_organization/) +- [HOW TO FIX Blurred Pixel Art in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1dwlw3q/how_to_fix_blurred_pixel_art_in_jetpack_compose/) +- [Burnout in playstore development](https://www.reddit.com/r/androiddev/comments/1dwj2v2/burnout_in_playstore_development/) - [Need feedback: are these red flags? am I too critical?](https://www.reddit.com/r/androiddev/comments/1dw8hx0/need_feedback_are_these_red_flags_am_i_too/) - [scammed on this sub just a heads up](https://www.reddit.com/r/androiddev/comments/1dw71i9/scammed_on_this_sub_just_a_heads_up/) - [Target API level requirements have been updated: August 31, 2024, deadline to target API level 34](https://www.reddit.com/r/androiddev/comments/1dw2cj4/target_api_level_requirements_have_been_updated/) - [Kmm after Android in Compose](https://www.reddit.com/r/androiddev/comments/1dw1bwp/kmm_after_android_in_compose/) -- [Those of you who have given Android interviews recently(in the last 6 months or ongoing), what gets asked now?](https://www.reddit.com/r/androiddev/comments/1dw19ub/those_of_you_who_have_given_android_interviews/) -- [Android Studio bricks up my pc](https://www.reddit.com/r/androiddev/comments/1dw16e0/android_studio_bricks_up_my_pc/) -- [Can build APK, but not install with Android studio.](https://www.reddit.com/r/androiddev/comments/1dw10te/can_build_apk_but_not_install_with_android_studio/) -- [How Can I Improve My Android Coding Skills? Seeking Tips from Experienced Developers](https://www.reddit.com/r/androiddev/comments/1dw0wr0/how_can_i_improve_my_android_coding_skills/) -- [Weird Logcat Error](https://www.reddit.com/r/androiddev/comments/1dvxcvw/weird_logcat_error/) -- [Navigation in Compose](https://www.reddit.com/r/androiddev/comments/1dvvy4e/navigation_in_compose/) ### *InfoWorld posts* From 230c308871f50f8b68e3765cf47d31ffa4adf2dd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 8 Jul 2024 01:29:10 +0000 Subject: [PATCH 0947/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa06d034a6..d93ed1309c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Why can’t I install the android usb drivers?](https://www.reddit.com/r/androiddev/comments/1dx32sl/why_cant_i_install_the_android_usb_drivers/) -- [Android Enterprise MDM Profile Editor?](https://www.reddit.com/r/androiddev/comments/1dwxtye/android_enterprise_mdm_profile_editor/) +- [RxJava to Kotlin Coroutines: The Ultimate Migration Guide](https://www.reddit.com/r/androiddev/comments/1dxocrv/rxjava_to_kotlin_coroutines_the_ultimate/) +- [Proper Permission for Foreground Service?](https://www.reddit.com/r/androiddev/comments/1dxjiwc/proper_permission_for_foreground_service/) +- [What causes the NavHost() to recompose every time I switch between screens or single item in the navigation bar is clicked more times? Is it something nature?](https://www.reddit.com/r/androiddev/comments/1dxc3ke/what_causes_the_navhost_to_recompose_every_time_i/) +- [A Composable using both ViewModel and plain state holder](https://www.reddit.com/r/androiddev/comments/1dxam4m/a_composable_using_both_viewmodel_and_plain_state/) - [Architecture related decisions in Android](https://www.reddit.com/r/androiddev/comments/1dwojbg/architecture_related_decisions_in_android/) - [Google Play verification. Verify as Organization, even though presently its an individual?](https://www.reddit.com/r/androiddev/comments/1dwo41y/google_play_verification_verify_as_organization/) - [HOW TO FIX Blurred Pixel Art in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1dwlw3q/how_to_fix_blurred_pixel_art_in_jetpack_compose/) - [Burnout in playstore development](https://www.reddit.com/r/androiddev/comments/1dwj2v2/burnout_in_playstore_development/) - [Need feedback: are these red flags? am I too critical?](https://www.reddit.com/r/androiddev/comments/1dw8hx0/need_feedback_are_these_red_flags_am_i_too/) - [scammed on this sub just a heads up](https://www.reddit.com/r/androiddev/comments/1dw71i9/scammed_on_this_sub_just_a_heads_up/) -- [Target API level requirements have been updated: August 31, 2024, deadline to target API level 34](https://www.reddit.com/r/androiddev/comments/1dw2cj4/target_api_level_requirements_have_been_updated/) -- [Kmm after Android in Compose](https://www.reddit.com/r/androiddev/comments/1dw1bwp/kmm_after_android_in_compose/) ### *InfoWorld posts* From 58d49e2c0fa91dcc95476149bf7f8840168bd3f7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 9 Jul 2024 01:28:54 +0000 Subject: [PATCH 0948/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d93ed1309c..83c023b5c1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Can I have an Adapter Package and ViewModel Package in the same project?](https://www.reddit.com/r/androiddev/comments/1dyny4i/can_i_have_an_adapter_package_and_viewmodel/) +- [Android MVVM Architecture for A Production Ready App](https://www.reddit.com/r/androiddev/comments/1dyh9dx/android_mvvm_architecture_for_a_production_ready/) +- [What does Hilt means when they do not support feature module?](https://www.reddit.com/r/androiddev/comments/1dy884t/what_does_hilt_means_when_they_do_not_support/) +- [Scroll after taping Navigation Bar Item?](https://www.reddit.com/r/androiddev/comments/1dy18eo/scroll_after_taping_navigation_bar_item/) - [RxJava to Kotlin Coroutines: The Ultimate Migration Guide](https://www.reddit.com/r/androiddev/comments/1dxocrv/rxjava_to_kotlin_coroutines_the_ultimate/) - [Proper Permission for Foreground Service?](https://www.reddit.com/r/androiddev/comments/1dxjiwc/proper_permission_for_foreground_service/) - [What causes the NavHost() to recompose every time I switch between screens or single item in the navigation bar is clicked more times? Is it something nature?](https://www.reddit.com/r/androiddev/comments/1dxc3ke/what_causes_the_navhost_to_recompose_every_time_i/) - [A Composable using both ViewModel and plain state holder](https://www.reddit.com/r/androiddev/comments/1dxam4m/a_composable_using_both_viewmodel_and_plain_state/) - [Architecture related decisions in Android](https://www.reddit.com/r/androiddev/comments/1dwojbg/architecture_related_decisions_in_android/) - [Google Play verification. Verify as Organization, even though presently its an individual?](https://www.reddit.com/r/androiddev/comments/1dwo41y/google_play_verification_verify_as_organization/) -- [HOW TO FIX Blurred Pixel Art in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1dwlw3q/how_to_fix_blurred_pixel_art_in_jetpack_compose/) -- [Burnout in playstore development](https://www.reddit.com/r/androiddev/comments/1dwj2v2/burnout_in_playstore_development/) -- [Need feedback: are these red flags? am I too critical?](https://www.reddit.com/r/androiddev/comments/1dw8hx0/need_feedback_are_these_red_flags_am_i_too/) -- [scammed on this sub just a heads up](https://www.reddit.com/r/androiddev/comments/1dw71i9/scammed_on_this_sub_just_a_heads_up/) ### *InfoWorld posts* From d365e8691477cb42c50fecfadb6543a3facb002f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 10 Jul 2024 01:28:57 +0000 Subject: [PATCH 0949/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 83c023b5c1..c7ce7f415a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Can I have an Adapter Package and ViewModel Package in the same project?](https://www.reddit.com/r/androiddev/comments/1dyny4i/can_i_have_an_adapter_package_and_viewmodel/) -- [Android MVVM Architecture for A Production Ready App](https://www.reddit.com/r/androiddev/comments/1dyh9dx/android_mvvm_architecture_for_a_production_ready/) -- [What does Hilt means when they do not support feature module?](https://www.reddit.com/r/androiddev/comments/1dy884t/what_does_hilt_means_when_they_do_not_support/) -- [Scroll after taping Navigation Bar Item?](https://www.reddit.com/r/androiddev/comments/1dy18eo/scroll_after_taping_navigation_bar_item/) -- [RxJava to Kotlin Coroutines: The Ultimate Migration Guide](https://www.reddit.com/r/androiddev/comments/1dxocrv/rxjava_to_kotlin_coroutines_the_ultimate/) -- [Proper Permission for Foreground Service?](https://www.reddit.com/r/androiddev/comments/1dxjiwc/proper_permission_for_foreground_service/) -- [What causes the NavHost() to recompose every time I switch between screens or single item in the navigation bar is clicked more times? Is it something nature?](https://www.reddit.com/r/androiddev/comments/1dxc3ke/what_causes_the_navhost_to_recompose_every_time_i/) -- [A Composable using both ViewModel and plain state holder](https://www.reddit.com/r/androiddev/comments/1dxam4m/a_composable_using_both_viewmodel_and_plain_state/) -- [Architecture related decisions in Android](https://www.reddit.com/r/androiddev/comments/1dwojbg/architecture_related_decisions_in_android/) -- [Google Play verification. Verify as Organization, even though presently its an individual?](https://www.reddit.com/r/androiddev/comments/1dwo41y/google_play_verification_verify_as_organization/) +- [In-App-Payment required?](https://www.reddit.com/r/androiddev/comments/1dzhlre/inapppayment_required/) +- [Do developers still use the Android File API to save and load data?](https://www.reddit.com/r/androiddev/comments/1dzeuzi/do_developers_still_use_the_android_file_api_to/) +- [New ways of optimizing stability in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1dzcylp/new_ways_of_optimizing_stability_in_jetpack/) +- [Clipping images inside glance widgets?](https://www.reddit.com/r/androiddev/comments/1dz9uuw/clipping_images_inside_glance_widgets/) +- [My coding task for an android dev position experience](https://www.reddit.com/r/androiddev/comments/1dz92z8/my_coding_task_for_an_android_dev_position/) +- [When to use Flow and Mutable State?](https://www.reddit.com/r/androiddev/comments/1dz7z45/when_to_use_flow_and_mutable_state/) +- [Could we use Firebase Distribution for testing before app review on Play Store?](https://www.reddit.com/r/androiddev/comments/1dz64ia/could_we_use_firebase_distribution_for_testing/) +- [Conflicting review status](https://www.reddit.com/r/androiddev/comments/1dz40ej/conflicting_review_status/) +- [Google Play Console - Internal Testing Requirements *Clarification*](https://www.reddit.com/r/androiddev/comments/1dz0xbs/google_play_console_internal_testing_requirements/) +- [Android System Design - difficulty creating High Level Design](https://www.reddit.com/r/androiddev/comments/1dyzwpl/android_system_design_difficulty_creating_high/) ### *InfoWorld posts* From e8beb8da661e0399789a88ab9381ad9fde9e4a5b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 11 Jul 2024 01:28:55 +0000 Subject: [PATCH 0950/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c7ce7f415a..0d3b86f480 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [In-App-Payment required?](https://www.reddit.com/r/androiddev/comments/1dzhlre/inapppayment_required/) -- [Do developers still use the Android File API to save and load data?](https://www.reddit.com/r/androiddev/comments/1dzeuzi/do_developers_still_use_the_android_file_api_to/) -- [New ways of optimizing stability in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1dzcylp/new_ways_of_optimizing_stability_in_jetpack/) -- [Clipping images inside glance widgets?](https://www.reddit.com/r/androiddev/comments/1dz9uuw/clipping_images_inside_glance_widgets/) -- [My coding task for an android dev position experience](https://www.reddit.com/r/androiddev/comments/1dz92z8/my_coding_task_for_an_android_dev_position/) -- [When to use Flow and Mutable State?](https://www.reddit.com/r/androiddev/comments/1dz7z45/when_to_use_flow_and_mutable_state/) -- [Could we use Firebase Distribution for testing before app review on Play Store?](https://www.reddit.com/r/androiddev/comments/1dz64ia/could_we_use_firebase_distribution_for_testing/) -- [Conflicting review status](https://www.reddit.com/r/androiddev/comments/1dz40ej/conflicting_review_status/) -- [Google Play Console - Internal Testing Requirements *Clarification*](https://www.reddit.com/r/androiddev/comments/1dz0xbs/google_play_console_internal_testing_requirements/) -- [Android System Design - difficulty creating High Level Design](https://www.reddit.com/r/androiddev/comments/1dyzwpl/android_system_design_difficulty_creating_high/) +- [Code examples and current best practice to display data table in Kotlin w/ Jetpack Compose (building a collection database)?](https://www.reddit.com/r/androiddev/comments/1e056tq/code_examples_and_current_best_practice_to/) +- [Problem implementing navigation after Granting Permissions with MutableStateFlow](https://www.reddit.com/r/androiddev/comments/1e04o05/problem_implementing_navigation_after_granting/) +- [Android Studio Koala Feature Drop | 2024.1.2 Beta 1 now available](https://www.reddit.com/r/androiddev/comments/1e00ule/android_studio_koala_feature_drop_202412_beta_1/) +- [Video: Kotlin Code Reuse - Composing like you're Inheriting](https://www.reddit.com/r/androiddev/comments/1dzxz5t/video_kotlin_code_reuse_composing_like_youre/) +- [My company is asking its employees to review its own Android App](https://www.reddit.com/r/androiddev/comments/1dzwvi9/my_company_is_asking_its_employees_to_review_its/) +- [How to make bottom navigation small](https://www.reddit.com/r/androiddev/comments/1dzw31u/how_to_make_bottom_navigation_small/) +- [How to take screenshot natively in Android Studio](https://www.reddit.com/r/androiddev/comments/1dzw0wi/how_to_take_screenshot_natively_in_android_studio/) +- [How to catch an error when a site is down using java?](https://www.reddit.com/r/androiddev/comments/1dzs9sb/how_to_catch_an_error_when_a_site_is_down_using/) +- [Fastlane building error](https://www.reddit.com/r/androiddev/comments/1dzrs5d/fastlane_building_error/) +- [Any way to get device model and brand through wifi or bluetooth?](https://www.reddit.com/r/androiddev/comments/1dzr7pg/any_way_to_get_device_model_and_brand_through/) ### *InfoWorld posts* From cb83e660f85f2a7630e83b66b60c5b9e20aa7a0e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 12 Jul 2024 01:28:52 +0000 Subject: [PATCH 0951/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0d3b86f480..31d19ebe0b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Code examples and current best practice to display data table in Kotlin w/ Jetpack Compose (building a collection database)?](https://www.reddit.com/r/androiddev/comments/1e056tq/code_examples_and_current_best_practice_to/) -- [Problem implementing navigation after Granting Permissions with MutableStateFlow](https://www.reddit.com/r/androiddev/comments/1e04o05/problem_implementing_navigation_after_granting/) -- [Android Studio Koala Feature Drop | 2024.1.2 Beta 1 now available](https://www.reddit.com/r/androiddev/comments/1e00ule/android_studio_koala_feature_drop_202412_beta_1/) -- [Video: Kotlin Code Reuse - Composing like you're Inheriting](https://www.reddit.com/r/androiddev/comments/1dzxz5t/video_kotlin_code_reuse_composing_like_youre/) -- [My company is asking its employees to review its own Android App](https://www.reddit.com/r/androiddev/comments/1dzwvi9/my_company_is_asking_its_employees_to_review_its/) -- [How to make bottom navigation small](https://www.reddit.com/r/androiddev/comments/1dzw31u/how_to_make_bottom_navigation_small/) -- [How to take screenshot natively in Android Studio](https://www.reddit.com/r/androiddev/comments/1dzw0wi/how_to_take_screenshot_natively_in_android_studio/) -- [How to catch an error when a site is down using java?](https://www.reddit.com/r/androiddev/comments/1dzs9sb/how_to_catch_an_error_when_a_site_is_down_using/) -- [Fastlane building error](https://www.reddit.com/r/androiddev/comments/1dzrs5d/fastlane_building_error/) -- [Any way to get device model and brand through wifi or bluetooth?](https://www.reddit.com/r/androiddev/comments/1dzr7pg/any_way_to_get_device_model_and_brand_through/) +- [Tips for a beginner like me!](https://www.reddit.com/r/androiddev/comments/1e1513d/tips_for_a_beginner_like_me/) +- [Why do apps have access to permissions I explicitly did not give?](https://www.reddit.com/r/androiddev/comments/1e14c95/why_do_apps_have_access_to_permissions_i/) +- [After Gradle update: INSTALL_BASELINE_PROFILE_FAILED when debuggable=false](https://www.reddit.com/r/androiddev/comments/1e13blk/after_gradle_update_install_baseline_profile/) +- [Do I really need to upgrade the android API to 34?](https://www.reddit.com/r/androiddev/comments/1e11klm/do_i_really_need_to_upgrade_the_android_api_to_34/) +- [Android Studio Koala | 2024.1.1 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/1e10x0c/android_studio_koala_202411_patch_1_now_available/) +- [Cannot inject dependencies in HiltWorker](https://www.reddit.com/r/androiddev/comments/1e105xa/cannot_inject_dependencies_in_hiltworker/) +- [Android TV Launcher & The home button](https://www.reddit.com/r/androiddev/comments/1e0xl1q/android_tv_launcher_the_home_button/) +- [Seeking Opinions: Teach Views and Compose in an intro course?](https://www.reddit.com/r/androiddev/comments/1e0wsqu/seeking_opinions_teach_views_and_compose_in_an/) +- [Any solution to apply rounded corners to rows and columns in Jetpack Glance](https://www.reddit.com/r/androiddev/comments/1e0ujcx/any_solution_to_apply_rounded_corners_to_rows_and/) +- [SMS Auth will be disabled without linking to Google cloud billing account](https://www.reddit.com/r/androiddev/comments/1e0tvrz/sms_auth_will_be_disabled_without_linking_to/) ### *InfoWorld posts* From 37ecc134aad8b2fc18b2b18c59b4c2eb24b0eec0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 13 Jul 2024 01:28:54 +0000 Subject: [PATCH 0952/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 31d19ebe0b..87e9acbdf2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Tips for a beginner like me!](https://www.reddit.com/r/androiddev/comments/1e1513d/tips_for_a_beginner_like_me/) -- [Why do apps have access to permissions I explicitly did not give?](https://www.reddit.com/r/androiddev/comments/1e14c95/why_do_apps_have_access_to_permissions_i/) +- [Realm Database Dependency Issue](https://www.reddit.com/r/androiddev/comments/1e1x0wo/realm_database_dependency_issue/) +- [Can screenshot testing compare system screens like print preview screen?](https://www.reddit.com/r/androiddev/comments/1e1hiw8/can_screenshot_testing_compare_system_screens/) +- [Is there a way to set text overlay bounds so text would not go out of video and also split into multiple lines automatically (Compose)?](https://www.reddit.com/r/androiddev/comments/1e1h0wq/is_there_a_way_to_set_text_overlay_bounds_so_text/) +- [Need help on Clean Architecture with Service/Manager](https://www.reddit.com/r/androiddev/comments/1e1dvgp/need_help_on_clean_architecture_with/) +- [Got an email from "Google Play New Business Partnerships Team" saying "We'd love to connect and share knowledge and resources to help you take [app name] even further" with a number of ways they can help. Has anyone got this and is it worth agreeing to?](https://www.reddit.com/r/androiddev/comments/1e1crur/got_an_email_from_google_play_new_business/) +- [Type Safe Deeplinking (Compose Navigation)](https://www.reddit.com/r/androiddev/comments/1e1co3h/type_safe_deeplinking_compose_navigation/) +- [Valkyrie - SVG/XML to ImageVector](https://www.reddit.com/r/androiddev/comments/1e1bgh2/valkyrie_svgxml_to_imagevector/) +- [Conventional Practices in Android](https://www.reddit.com/r/androiddev/comments/1e196mq/conventional_practices_in_android/) - [After Gradle update: INSTALL_BASELINE_PROFILE_FAILED when debuggable=false](https://www.reddit.com/r/androiddev/comments/1e13blk/after_gradle_update_install_baseline_profile/) -- [Do I really need to upgrade the android API to 34?](https://www.reddit.com/r/androiddev/comments/1e11klm/do_i_really_need_to_upgrade_the_android_api_to_34/) - [Android Studio Koala | 2024.1.1 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/1e10x0c/android_studio_koala_202411_patch_1_now_available/) -- [Cannot inject dependencies in HiltWorker](https://www.reddit.com/r/androiddev/comments/1e105xa/cannot_inject_dependencies_in_hiltworker/) -- [Android TV Launcher & The home button](https://www.reddit.com/r/androiddev/comments/1e0xl1q/android_tv_launcher_the_home_button/) -- [Seeking Opinions: Teach Views and Compose in an intro course?](https://www.reddit.com/r/androiddev/comments/1e0wsqu/seeking_opinions_teach_views_and_compose_in_an/) -- [Any solution to apply rounded corners to rows and columns in Jetpack Glance](https://www.reddit.com/r/androiddev/comments/1e0ujcx/any_solution_to_apply_rounded_corners_to_rows_and/) -- [SMS Auth will be disabled without linking to Google cloud billing account](https://www.reddit.com/r/androiddev/comments/1e0tvrz/sms_auth_will_be_disabled_without_linking_to/) ### *InfoWorld posts* From 1e9b4725bb95fd66c4a8f948179ca853d2eabda9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 14 Jul 2024 01:29:40 +0000 Subject: [PATCH 0953/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 87e9acbdf2..138ad4a3ac 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Realm Database Dependency Issue](https://www.reddit.com/r/androiddev/comments/1e1x0wo/realm_database_dependency_issue/) -- [Can screenshot testing compare system screens like print preview screen?](https://www.reddit.com/r/androiddev/comments/1e1hiw8/can_screenshot_testing_compare_system_screens/) -- [Is there a way to set text overlay bounds so text would not go out of video and also split into multiple lines automatically (Compose)?](https://www.reddit.com/r/androiddev/comments/1e1h0wq/is_there_a_way_to_set_text_overlay_bounds_so_text/) -- [Need help on Clean Architecture with Service/Manager](https://www.reddit.com/r/androiddev/comments/1e1dvgp/need_help_on_clean_architecture_with/) -- [Got an email from "Google Play New Business Partnerships Team" saying "We'd love to connect and share knowledge and resources to help you take [app name] even further" with a number of ways they can help. Has anyone got this and is it worth agreeing to?](https://www.reddit.com/r/androiddev/comments/1e1crur/got_an_email_from_google_play_new_business/) -- [Type Safe Deeplinking (Compose Navigation)](https://www.reddit.com/r/androiddev/comments/1e1co3h/type_safe_deeplinking_compose_navigation/) -- [Valkyrie - SVG/XML to ImageVector](https://www.reddit.com/r/androiddev/comments/1e1bgh2/valkyrie_svgxml_to_imagevector/) -- [Conventional Practices in Android](https://www.reddit.com/r/androiddev/comments/1e196mq/conventional_practices_in_android/) -- [After Gradle update: INSTALL_BASELINE_PROFILE_FAILED when debuggable=false](https://www.reddit.com/r/androiddev/comments/1e13blk/after_gradle_update_install_baseline_profile/) -- [Android Studio Koala | 2024.1.1 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/1e10x0c/android_studio_koala_202411_patch_1_now_available/) +- [My First Android App (AKA Cat Doorbell v4)](https://www.reddit.com/r/androiddev/comments/1e2nx8t/my_first_android_app_aka_cat_doorbell_v4/) +- [Can I grant android permissions to a C++ only NDK compiled application?](https://www.reddit.com/r/androiddev/comments/1e2exet/can_i_grant_android_permissions_to_a_c_only_ndk/) +- [Jetpack Compose: Pointer input was reset exception](https://www.reddit.com/r/androiddev/comments/1e2dxz5/jetpack_compose_pointer_input_was_reset_exception/) +- [Introducing BugBear, a privacy-friendly, minimalist, modern, extensible, wire-format compatible alternative to ACRA](https://www.reddit.com/r/androiddev/comments/1e2c7r7/introducing_bugbear_a_privacyfriendly_minimalist/) +- [Question about In-App Purchases and Subscriptions](https://www.reddit.com/r/androiddev/comments/1e2bfnt/question_about_inapp_purchases_and_subscriptions/) +- [Emulating pinch gesture in end to end testing](https://www.reddit.com/r/androiddev/comments/1e294wh/emulating_pinch_gesture_in_end_to_end_testing/) +- [Debugging a ViewModel being destroyed](https://www.reddit.com/r/androiddev/comments/1e27nvx/debugging_a_viewmodel_being_destroyed/) +- [You can now run both Android Studio and your Android project on the same device, your phone! Ready to take your mobile development to the next level?](https://www.reddit.com/r/androiddev/comments/1e25tfv/you_can_now_run_both_android_studio_and_your/) +- [Just found out that i can drag expressions into watches list in Android Studio .. very handy!](https://www.reddit.com/r/androiddev/comments/1e231hi/just_found_out_that_i_can_drag_expressions_into/) +- [Is it possible to let Gemini check out your whole code so you dont have to paste all the code blocks all the time?](https://www.reddit.com/r/androiddev/comments/1e22dxi/is_it_possible_to_let_gemini_check_out_your_whole/) ### *InfoWorld posts* From 7d3a1a2f8032f485d8c0afd53d738e1ab0bf90d6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 15 Jul 2024 01:29:17 +0000 Subject: [PATCH 0954/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 138ad4a3ac..cb30be3070 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android emulator on Windows becomes laggy over time](https://www.reddit.com/r/androiddev/comments/1e3ft3p/android_emulator_on_windows_becomes_laggy_over/) +- [Question: what special sources of income do you have for your apps, other than ads and IAP?](https://www.reddit.com/r/androiddev/comments/1e3d9ro/question_what_special_sources_of_income_do_you/) +- [Why is OutlinedTextField so laggy?](https://www.reddit.com/r/androiddev/comments/1e38el7/why_is_outlinedtextfield_so_laggy/) +- [Help me fix my Prelaunch || First time launching on playstore](https://www.reddit.com/r/androiddev/comments/1e378is/help_me_fix_my_prelaunch_first_time_launching_on/) +- [Displaying the price of IAP's in USD only?](https://www.reddit.com/r/androiddev/comments/1e36ch0/displaying_the_price_of_iaps_in_usd_only/) +- [Google Play Store policies regarding in-app purchase payments via third parties in locations where Play Store does not permit them](https://www.reddit.com/r/androiddev/comments/1e2x6je/google_play_store_policies_regarding_inapp/) - [My First Android App (AKA Cat Doorbell v4)](https://www.reddit.com/r/androiddev/comments/1e2nx8t/my_first_android_app_aka_cat_doorbell_v4/) - [Can I grant android permissions to a C++ only NDK compiled application?](https://www.reddit.com/r/androiddev/comments/1e2exet/can_i_grant_android_permissions_to_a_c_only_ndk/) - [Jetpack Compose: Pointer input was reset exception](https://www.reddit.com/r/androiddev/comments/1e2dxz5/jetpack_compose_pointer_input_was_reset_exception/) - [Introducing BugBear, a privacy-friendly, minimalist, modern, extensible, wire-format compatible alternative to ACRA](https://www.reddit.com/r/androiddev/comments/1e2c7r7/introducing_bugbear_a_privacyfriendly_minimalist/) -- [Question about In-App Purchases and Subscriptions](https://www.reddit.com/r/androiddev/comments/1e2bfnt/question_about_inapp_purchases_and_subscriptions/) -- [Emulating pinch gesture in end to end testing](https://www.reddit.com/r/androiddev/comments/1e294wh/emulating_pinch_gesture_in_end_to_end_testing/) -- [Debugging a ViewModel being destroyed](https://www.reddit.com/r/androiddev/comments/1e27nvx/debugging_a_viewmodel_being_destroyed/) -- [You can now run both Android Studio and your Android project on the same device, your phone! Ready to take your mobile development to the next level?](https://www.reddit.com/r/androiddev/comments/1e25tfv/you_can_now_run_both_android_studio_and_your/) -- [Just found out that i can drag expressions into watches list in Android Studio .. very handy!](https://www.reddit.com/r/androiddev/comments/1e231hi/just_found_out_that_i_can_drag_expressions_into/) -- [Is it possible to let Gemini check out your whole code so you dont have to paste all the code blocks all the time?](https://www.reddit.com/r/androiddev/comments/1e22dxi/is_it_possible_to_let_gemini_check_out_your_whole/) ### *InfoWorld posts* From 420caaf71b7584a490a3ed6169305bce935b157c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 16 Jul 2024 01:29:09 +0000 Subject: [PATCH 0955/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cb30be3070..c7aa9c4538 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android emulator on Windows becomes laggy over time](https://www.reddit.com/r/androiddev/comments/1e3ft3p/android_emulator_on_windows_becomes_laggy_over/) -- [Question: what special sources of income do you have for your apps, other than ads and IAP?](https://www.reddit.com/r/androiddev/comments/1e3d9ro/question_what_special_sources_of_income_do_you/) -- [Why is OutlinedTextField so laggy?](https://www.reddit.com/r/androiddev/comments/1e38el7/why_is_outlinedtextfield_so_laggy/) -- [Help me fix my Prelaunch || First time launching on playstore](https://www.reddit.com/r/androiddev/comments/1e378is/help_me_fix_my_prelaunch_first_time_launching_on/) -- [Displaying the price of IAP's in USD only?](https://www.reddit.com/r/androiddev/comments/1e36ch0/displaying_the_price_of_iaps_in_usd_only/) -- [Google Play Store policies regarding in-app purchase payments via third parties in locations where Play Store does not permit them](https://www.reddit.com/r/androiddev/comments/1e2x6je/google_play_store_policies_regarding_inapp/) -- [My First Android App (AKA Cat Doorbell v4)](https://www.reddit.com/r/androiddev/comments/1e2nx8t/my_first_android_app_aka_cat_doorbell_v4/) -- [Can I grant android permissions to a C++ only NDK compiled application?](https://www.reddit.com/r/androiddev/comments/1e2exet/can_i_grant_android_permissions_to_a_c_only_ndk/) -- [Jetpack Compose: Pointer input was reset exception](https://www.reddit.com/r/androiddev/comments/1e2dxz5/jetpack_compose_pointer_input_was_reset_exception/) -- [Introducing BugBear, a privacy-friendly, minimalist, modern, extensible, wire-format compatible alternative to ACRA](https://www.reddit.com/r/androiddev/comments/1e2c7r7/introducing_bugbear_a_privacyfriendly_minimalist/) +- [AS Stuck on downloading components](https://www.reddit.com/r/androiddev/comments/1e4bnvk/as_stuck_on_downloading_components/) +- [What is the suitable way for handling throwables in MVVM/MVI](https://www.reddit.com/r/androiddev/comments/1e45xxk/what_is_the_suitable_way_for_handling_throwables/) +- [Can’t change country availability](https://www.reddit.com/r/androiddev/comments/1e45nxw/cant_change_country_availability/) +- [Android Studio Ladybug | 2024.1.3 Canary 1 now available](https://www.reddit.com/r/androiddev/comments/1e44i8k/android_studio_ladybug_202413_canary_1_now/) +- [My Android Studio Emulator device always does a Cold Boot despite setting it to Quick Boot.](https://www.reddit.com/r/androiddev/comments/1e3w8g4/my_android_studio_emulator_device_always_does_a/) +- [can adding a logopack to my game get me in trouble?](https://www.reddit.com/r/androiddev/comments/1e3vu5j/can_adding_a_logopack_to_my_game_get_me_in_trouble/) +- [Unnecessary NavHost Recompositions, when controller.navigate() is called once.](https://www.reddit.com/r/androiddev/comments/1e3sn1m/unnecessary_navhost_recompositions_when/) +- [App terms of use](https://www.reddit.com/r/androiddev/comments/1e3q8qt/app_terms_of_use/) +- [Is there currently a way to uniquely identify a http request coming from a mobile app](https://www.reddit.com/r/androiddev/comments/1e3pywo/is_there_currently_a_way_to_uniquely_identify_a/) +- [Play Store multiple app categories?](https://www.reddit.com/r/androiddev/comments/1e3olb5/play_store_multiple_app_categories/) ### *InfoWorld posts* From 299ce46a08e8abd59e67b4ed53fd94f21738ea8b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 17 Jul 2024 01:29:00 +0000 Subject: [PATCH 0956/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c7aa9c4538..46f6269706 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [AS Stuck on downloading components](https://www.reddit.com/r/androiddev/comments/1e4bnvk/as_stuck_on_downloading_components/) -- [What is the suitable way for handling throwables in MVVM/MVI](https://www.reddit.com/r/androiddev/comments/1e45xxk/what_is_the_suitable_way_for_handling_throwables/) -- [Can’t change country availability](https://www.reddit.com/r/androiddev/comments/1e45nxw/cant_change_country_availability/) -- [Android Studio Ladybug | 2024.1.3 Canary 1 now available](https://www.reddit.com/r/androiddev/comments/1e44i8k/android_studio_ladybug_202413_canary_1_now/) -- [My Android Studio Emulator device always does a Cold Boot despite setting it to Quick Boot.](https://www.reddit.com/r/androiddev/comments/1e3w8g4/my_android_studio_emulator_device_always_does_a/) -- [can adding a logopack to my game get me in trouble?](https://www.reddit.com/r/androiddev/comments/1e3vu5j/can_adding_a_logopack_to_my_game_get_me_in_trouble/) -- [Unnecessary NavHost Recompositions, when controller.navigate() is called once.](https://www.reddit.com/r/androiddev/comments/1e3sn1m/unnecessary_navhost_recompositions_when/) -- [App terms of use](https://www.reddit.com/r/androiddev/comments/1e3q8qt/app_terms_of_use/) -- [Is there currently a way to uniquely identify a http request coming from a mobile app](https://www.reddit.com/r/androiddev/comments/1e3pywo/is_there_currently_a_way_to_uniquely_identify_a/) -- [Play Store multiple app categories?](https://www.reddit.com/r/androiddev/comments/1e3olb5/play_store_multiple_app_categories/) +- [Is this scam?](https://www.reddit.com/r/androiddev/comments/1e54u7n/is_this_scam/) +- [Seeking Experienced Android Developers for Privacy-Focused Custom ROM Project](https://www.reddit.com/r/androiddev/comments/1e540ir/seeking_experienced_android_developers_for/) +- [How to Model UI State with Streams](https://www.reddit.com/r/androiddev/comments/1e4qpa5/how_to_model_ui_state_with_streams/) +- [I built a macOS app to make our designers happy – looking for feedback and community support!](https://www.reddit.com/r/androiddev/comments/1e4o4xx/i_built_a_macos_app_to_make_our_designers_happy/) +- [Runtime Permission Handling Issue](https://www.reddit.com/r/androiddev/comments/1e4nbm7/runtime_permission_handling_issue/) +- [Seeking Emulator Solutions for Android 4.4 User Support Amid API 34 Transition](https://www.reddit.com/r/androiddev/comments/1e4mxz3/seeking_emulator_solutions_for_android_44_user/) +- [WorkManager throwing ForegroundServiceStartNotAllowedException?](https://www.reddit.com/r/androiddev/comments/1e4mqt4/workmanager_throwing/) +- [Android Tensorflow Lite on-device training of LLM LoRA weights](https://www.reddit.com/r/androiddev/comments/1e4lwg0/android_tensorflow_lite_ondevice_training_of_llm/) +- [Permutive are hiring](https://www.reddit.com/r/androiddev/comments/1e4lmcw/permutive_are_hiring/) +- [Getting context in unit test?](https://www.reddit.com/r/androiddev/comments/1e4kwcr/getting_context_in_unit_test/) ### *InfoWorld posts* From 97f2f47e4badfb13e8a2012e14756d34a0f624a2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 18 Jul 2024 01:28:50 +0000 Subject: [PATCH 0957/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 46f6269706..763c5f1225 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is this scam?](https://www.reddit.com/r/androiddev/comments/1e54u7n/is_this_scam/) -- [Seeking Experienced Android Developers for Privacy-Focused Custom ROM Project](https://www.reddit.com/r/androiddev/comments/1e540ir/seeking_experienced_android_developers_for/) +- [Personal Email or New Account for Console Play Internal Testing](https://www.reddit.com/r/androiddev/comments/1e5xznp/personal_email_or_new_account_for_console_play/) +- [How to make exoplayer go fullscreen no matter where it is in your UI?](https://www.reddit.com/r/androiddev/comments/1e5ud07/how_to_make_exoplayer_go_fullscreen_no_matter/) +- [Make http request to retrieve value for field in AutofillService](https://www.reddit.com/r/androiddev/comments/1e5re4x/make_http_request_to_retrieve_value_for_field_in/) +- [Is it bad to size an icon dynamically using LocalConfiguration ?](https://www.reddit.com/r/androiddev/comments/1e5k0ex/is_it_bad_to_size_an_icon_dynamically_using/) +- [Welcome to Android!! Gradle sucks](https://www.reddit.com/r/androiddev/comments/1e5g6xy/welcome_to_android_gradle_sucks/) +- [Barcode Scanner with Intent and Callback (ZXing Replacement)](https://www.reddit.com/r/androiddev/comments/1e5bxl2/barcode_scanner_with_intent_and_callback_zxing/) +- [The Google Console for our App Khatapana already shows more than 100K downloads but playstore still shows 50K!](https://www.reddit.com/r/androiddev/comments/1e5b9lu/the_google_console_for_our_app_khatapana_already/) - [How to Model UI State with Streams](https://www.reddit.com/r/androiddev/comments/1e4qpa5/how_to_model_ui_state_with_streams/) - [I built a macOS app to make our designers happy – looking for feedback and community support!](https://www.reddit.com/r/androiddev/comments/1e4o4xx/i_built_a_macos_app_to_make_our_designers_happy/) - [Runtime Permission Handling Issue](https://www.reddit.com/r/androiddev/comments/1e4nbm7/runtime_permission_handling_issue/) -- [Seeking Emulator Solutions for Android 4.4 User Support Amid API 34 Transition](https://www.reddit.com/r/androiddev/comments/1e4mxz3/seeking_emulator_solutions_for_android_44_user/) -- [WorkManager throwing ForegroundServiceStartNotAllowedException?](https://www.reddit.com/r/androiddev/comments/1e4mqt4/workmanager_throwing/) -- [Android Tensorflow Lite on-device training of LLM LoRA weights](https://www.reddit.com/r/androiddev/comments/1e4lwg0/android_tensorflow_lite_ondevice_training_of_llm/) -- [Permutive are hiring](https://www.reddit.com/r/androiddev/comments/1e4lmcw/permutive_are_hiring/) -- [Getting context in unit test?](https://www.reddit.com/r/androiddev/comments/1e4kwcr/getting_context_in_unit_test/) ### *InfoWorld posts* From 4098f3ba273405f3e71ace8da0a4d4336e983be9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 19 Jul 2024 01:28:55 +0000 Subject: [PATCH 0958/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 763c5f1225..abeb525f9a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Personal Email or New Account for Console Play Internal Testing](https://www.reddit.com/r/androiddev/comments/1e5xznp/personal_email_or_new_account_for_console_play/) -- [How to make exoplayer go fullscreen no matter where it is in your UI?](https://www.reddit.com/r/androiddev/comments/1e5ud07/how_to_make_exoplayer_go_fullscreen_no_matter/) -- [Make http request to retrieve value for field in AutofillService](https://www.reddit.com/r/androiddev/comments/1e5re4x/make_http_request_to_retrieve_value_for_field_in/) -- [Is it bad to size an icon dynamically using LocalConfiguration ?](https://www.reddit.com/r/androiddev/comments/1e5k0ex/is_it_bad_to_size_an_icon_dynamically_using/) -- [Welcome to Android!! Gradle sucks](https://www.reddit.com/r/androiddev/comments/1e5g6xy/welcome_to_android_gradle_sucks/) -- [Barcode Scanner with Intent and Callback (ZXing Replacement)](https://www.reddit.com/r/androiddev/comments/1e5bxl2/barcode_scanner_with_intent_and_callback_zxing/) -- [The Google Console for our App Khatapana already shows more than 100K downloads but playstore still shows 50K!](https://www.reddit.com/r/androiddev/comments/1e5b9lu/the_google_console_for_our_app_khatapana_already/) -- [How to Model UI State with Streams](https://www.reddit.com/r/androiddev/comments/1e4qpa5/how_to_model_ui_state_with_streams/) -- [I built a macOS app to make our designers happy – looking for feedback and community support!](https://www.reddit.com/r/androiddev/comments/1e4o4xx/i_built_a_macos_app_to_make_our_designers_happy/) -- [Runtime Permission Handling Issue](https://www.reddit.com/r/androiddev/comments/1e4nbm7/runtime_permission_handling_issue/) +- [Micro optimizations - Android Developers Backstage](https://www.reddit.com/r/androiddev/comments/1e6qveq/micro_optimizations_android_developers_backstage/) +- [Follow up to the Compose discussion: This is the simplest Spinner in Compose vs the Simplest spinner in XML](https://www.reddit.com/r/androiddev/comments/1e6oiej/follow_up_to_the_compose_discussion_this_is_the/) +- [Is drag and drop and/or tap and slide to select really that hard to implement?](https://www.reddit.com/r/androiddev/comments/1e6m0jb/is_drag_and_drop_andor_tap_and_slide_to_select/) +- [Medium complexity apps to create for practice](https://www.reddit.com/r/androiddev/comments/1e6fur3/medium_complexity_apps_to_create_for_practice/) +- [Google Play store and Android version](https://www.reddit.com/r/androiddev/comments/1e6f9yt/google_play_store_and_android_version/) +- [Google Play Developer Program Policy Update - 2024-07-18](https://www.reddit.com/r/androiddev/comments/1e6av0t/google_play_developer_program_policy_update/) +- [Need Advice: DUNS Number for App Store - Genuine or Scam?](https://www.reddit.com/r/androiddev/comments/1e6a3bp/need_advice_duns_number_for_app_store_genuine_or/) +- [What AI tools do you use to localize Android app strings and app descriptions?](https://www.reddit.com/r/androiddev/comments/1e69crf/what_ai_tools_do_you_use_to_localize_android_app/) +- [How did our 4 years of work disappear (because of google play account)](https://www.reddit.com/r/androiddev/comments/1e69a1v/how_did_our_4_years_of_work_disappear_because_of/) +- [Jetpack Compose is a great idea, but poor implementation - feels like it's unfinished, and some components are very hard to use](https://www.reddit.com/r/androiddev/comments/1e662cd/jetpack_compose_is_a_great_idea_but_poor/) ### *InfoWorld posts* From 55a025910ab987eecef34f135c9bcf1f2752b58d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 20 Jul 2024 01:28:45 +0000 Subject: [PATCH 0959/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index abeb525f9a..f38d2deda7 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Micro optimizations - Android Developers Backstage](https://www.reddit.com/r/androiddev/comments/1e6qveq/micro_optimizations_android_developers_backstage/) -- [Follow up to the Compose discussion: This is the simplest Spinner in Compose vs the Simplest spinner in XML](https://www.reddit.com/r/androiddev/comments/1e6oiej/follow_up_to_the_compose_discussion_this_is_the/) -- [Is drag and drop and/or tap and slide to select really that hard to implement?](https://www.reddit.com/r/androiddev/comments/1e6m0jb/is_drag_and_drop_andor_tap_and_slide_to_select/) -- [Medium complexity apps to create for practice](https://www.reddit.com/r/androiddev/comments/1e6fur3/medium_complexity_apps_to_create_for_practice/) -- [Google Play store and Android version](https://www.reddit.com/r/androiddev/comments/1e6f9yt/google_play_store_and_android_version/) -- [Google Play Developer Program Policy Update - 2024-07-18](https://www.reddit.com/r/androiddev/comments/1e6av0t/google_play_developer_program_policy_update/) -- [Need Advice: DUNS Number for App Store - Genuine or Scam?](https://www.reddit.com/r/androiddev/comments/1e6a3bp/need_advice_duns_number_for_app_store_genuine_or/) -- [What AI tools do you use to localize Android app strings and app descriptions?](https://www.reddit.com/r/androiddev/comments/1e69crf/what_ai_tools_do_you_use_to_localize_android_app/) -- [How did our 4 years of work disappear (because of google play account)](https://www.reddit.com/r/androiddev/comments/1e69a1v/how_did_our_4_years_of_work_disappear_because_of/) -- [Jetpack Compose is a great idea, but poor implementation - feels like it's unfinished, and some components are very hard to use](https://www.reddit.com/r/androiddev/comments/1e662cd/jetpack_compose_is_a_great_idea_but_poor/) +- [Is there a maximum recommended QR code size](https://www.reddit.com/r/androiddev/comments/1e7erp8/is_there_a_maximum_recommended_qr_code_size/) +- [What are people using to detect Tablet vs. Phone?](https://www.reddit.com/r/androiddev/comments/1e774kb/what_are_people_using_to_detect_tablet_vs_phone/) +- [I got tired of not being able to debug In-App-Purchases on Android so I'm launching iap.dev](https://www.reddit.com/r/androiddev/comments/1e75epa/i_got_tired_of_not_being_able_to_debug/) +- [Google's Play Store Cleanup: How It Affects App Developers](https://www.reddit.com/r/androiddev/comments/1e73i7u/googles_play_store_cleanup_how_it_affects_app/) +- [How can I play a custom tone using a downloaded audio file?](https://www.reddit.com/r/androiddev/comments/1e71tt8/how_can_i_play_a_custom_tone_using_a_downloaded/) +- [Android Studio in IDX](https://www.reddit.com/r/androiddev/comments/1e6ym8c/android_studio_in_idx/) +- [Privacy policy explicitly referenced in apps](https://www.reddit.com/r/androiddev/comments/1e6y51p/privacy_policy_explicitly_referenced_in_apps/) +- [Does the instant app(Google play instant) in android support speechRecognition ? ie. Speech to Text](https://www.reddit.com/r/androiddev/comments/1e6xcp9/does_the_instant_appgoogle_play_instant_in/) +- [Block system bars for kiosk app?](https://www.reddit.com/r/androiddev/comments/1e6xc7w/block_system_bars_for_kiosk_app/) +- [Release Version vs debug Version](https://www.reddit.com/r/androiddev/comments/1e6x8ct/release_version_vs_debug_version/) ### *InfoWorld posts* From a75ad3c96b833aef49020ee320c70cf62c882304 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 21 Jul 2024 01:29:13 +0000 Subject: [PATCH 0960/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f38d2deda7..5060b57190 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is there a maximum recommended QR code size](https://www.reddit.com/r/androiddev/comments/1e7erp8/is_there_a_maximum_recommended_qr_code_size/) +- [Why it is like this? i installed it for the first time](https://www.reddit.com/r/androiddev/comments/1e8ang0/why_it_is_like_this_i_installed_it_for_the_first/) +- [How do you recompose notification content text without recomposing the entire notification?](https://www.reddit.com/r/androiddev/comments/1e891o2/how_do_you_recompose_notification_content_text/) +- [Need help with Closed testing on Google Play console.](https://www.reddit.com/r/androiddev/comments/1e84bs5/need_help_with_closed_testing_on_google_play/) +- [onKeyDown broken on Samsung devices? Cannot detect when key is held down.](https://www.reddit.com/r/androiddev/comments/1e83g1z/onkeydown_broken_on_samsung_devices_cannot_detect/) +- [Starting a foreground service only in notification bar](https://www.reddit.com/r/androiddev/comments/1e7z3eh/starting_a_foreground_service_only_in/) +- [The Play Console app now has a link to the Pay Store](https://www.reddit.com/r/androiddev/comments/1e7x2ax/the_play_console_app_now_has_a_link_to_the_pay/) +- [How would you react to a bad review complaining that your app isn't available on iOS?](https://www.reddit.com/r/androiddev/comments/1e7wkva/how_would_you_react_to_a_bad_review_complaining/) +- [Incoming and Outgoing Call recording Application using kotlin](https://www.reddit.com/r/androiddev/comments/1e7onj3/incoming_and_outgoing_call_recording_application/) +- [Question regarding a specific open source license.](https://www.reddit.com/r/androiddev/comments/1e7lhg9/question_regarding_a_specific_open_source_license/) - [What are people using to detect Tablet vs. Phone?](https://www.reddit.com/r/androiddev/comments/1e774kb/what_are_people_using_to_detect_tablet_vs_phone/) -- [I got tired of not being able to debug In-App-Purchases on Android so I'm launching iap.dev](https://www.reddit.com/r/androiddev/comments/1e75epa/i_got_tired_of_not_being_able_to_debug/) -- [Google's Play Store Cleanup: How It Affects App Developers](https://www.reddit.com/r/androiddev/comments/1e73i7u/googles_play_store_cleanup_how_it_affects_app/) -- [How can I play a custom tone using a downloaded audio file?](https://www.reddit.com/r/androiddev/comments/1e71tt8/how_can_i_play_a_custom_tone_using_a_downloaded/) -- [Android Studio in IDX](https://www.reddit.com/r/androiddev/comments/1e6ym8c/android_studio_in_idx/) -- [Privacy policy explicitly referenced in apps](https://www.reddit.com/r/androiddev/comments/1e6y51p/privacy_policy_explicitly_referenced_in_apps/) -- [Does the instant app(Google play instant) in android support speechRecognition ? ie. Speech to Text](https://www.reddit.com/r/androiddev/comments/1e6xcp9/does_the_instant_appgoogle_play_instant_in/) -- [Block system bars for kiosk app?](https://www.reddit.com/r/androiddev/comments/1e6xc7w/block_system_bars_for_kiosk_app/) -- [Release Version vs debug Version](https://www.reddit.com/r/androiddev/comments/1e6x8ct/release_version_vs_debug_version/) ### *InfoWorld posts* From 0644e4dcfc9547796a4f4d44810b747fe50ce1bc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 22 Jul 2024 01:29:27 +0000 Subject: [PATCH 0961/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5060b57190..0301d53446 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Why it is like this? i installed it for the first time](https://www.reddit.com/r/androiddev/comments/1e8ang0/why_it_is_like_this_i_installed_it_for_the_first/) +- [Jetpack Compose accessibility code samples](https://www.reddit.com/r/androiddev/comments/1e8xsbl/jetpack_compose_accessibility_code_samples/) +- [Empty /data/app/.../lib/arm64 directory](https://www.reddit.com/r/androiddev/comments/1e8mbpg/empty_dataapplibarm64_directory/) +- [On Device Face Recognition in Android with Mediapipe, FaceNet (TFLite) and ObjectBox](https://www.reddit.com/r/androiddev/comments/1e8ljbj/on_device_face_recognition_in_android_with/) +- [AGP 8.4+ and Hilt (Android Library Modules in Multi-module architecture, R8)](https://www.reddit.com/r/androiddev/comments/1e8ke67/agp_84_and_hilt_android_library_modules_in/) +- [New Tool to Visualise Benchmark results](https://www.reddit.com/r/androiddev/comments/1e8ghrf/new_tool_to_visualise_benchmark_results/) - [How do you recompose notification content text without recomposing the entire notification?](https://www.reddit.com/r/androiddev/comments/1e891o2/how_do_you_recompose_notification_content_text/) - [Need help with Closed testing on Google Play console.](https://www.reddit.com/r/androiddev/comments/1e84bs5/need_help_with_closed_testing_on_google_play/) - [onKeyDown broken on Samsung devices? Cannot detect when key is held down.](https://www.reddit.com/r/androiddev/comments/1e83g1z/onkeydown_broken_on_samsung_devices_cannot_detect/) - [Starting a foreground service only in notification bar](https://www.reddit.com/r/androiddev/comments/1e7z3eh/starting_a_foreground_service_only_in/) - [The Play Console app now has a link to the Pay Store](https://www.reddit.com/r/androiddev/comments/1e7x2ax/the_play_console_app_now_has_a_link_to_the_pay/) -- [How would you react to a bad review complaining that your app isn't available on iOS?](https://www.reddit.com/r/androiddev/comments/1e7wkva/how_would_you_react_to_a_bad_review_complaining/) -- [Incoming and Outgoing Call recording Application using kotlin](https://www.reddit.com/r/androiddev/comments/1e7onj3/incoming_and_outgoing_call_recording_application/) -- [Question regarding a specific open source license.](https://www.reddit.com/r/androiddev/comments/1e7lhg9/question_regarding_a_specific_open_source_license/) -- [What are people using to detect Tablet vs. Phone?](https://www.reddit.com/r/androiddev/comments/1e774kb/what_are_people_using_to_detect_tablet_vs_phone/) ### *InfoWorld posts* From 62abce7196808a243f65a4cbdc1b39cee40eafb1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 23 Jul 2024 01:28:59 +0000 Subject: [PATCH 0962/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0301d53446..4833844ac8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Jetpack Compose accessibility code samples](https://www.reddit.com/r/androiddev/comments/1e8xsbl/jetpack_compose_accessibility_code_samples/) -- [Empty /data/app/.../lib/arm64 directory](https://www.reddit.com/r/androiddev/comments/1e8mbpg/empty_dataapplibarm64_directory/) -- [On Device Face Recognition in Android with Mediapipe, FaceNet (TFLite) and ObjectBox](https://www.reddit.com/r/androiddev/comments/1e8ljbj/on_device_face_recognition_in_android_with/) -- [AGP 8.4+ and Hilt (Android Library Modules in Multi-module architecture, R8)](https://www.reddit.com/r/androiddev/comments/1e8ke67/agp_84_and_hilt_android_library_modules_in/) -- [New Tool to Visualise Benchmark results](https://www.reddit.com/r/androiddev/comments/1e8ghrf/new_tool_to_visualise_benchmark_results/) -- [How do you recompose notification content text without recomposing the entire notification?](https://www.reddit.com/r/androiddev/comments/1e891o2/how_do_you_recompose_notification_content_text/) -- [Need help with Closed testing on Google Play console.](https://www.reddit.com/r/androiddev/comments/1e84bs5/need_help_with_closed_testing_on_google_play/) -- [onKeyDown broken on Samsung devices? Cannot detect when key is held down.](https://www.reddit.com/r/androiddev/comments/1e83g1z/onkeydown_broken_on_samsung_devices_cannot_detect/) -- [Starting a foreground service only in notification bar](https://www.reddit.com/r/androiddev/comments/1e7z3eh/starting_a_foreground_service_only_in/) -- [The Play Console app now has a link to the Pay Store](https://www.reddit.com/r/androiddev/comments/1e7x2ax/the_play_console_app_now_has_a_link_to_the_pay/) +- [How do you animate the scale of a Box() composable?](https://www.reddit.com/r/androiddev/comments/1e9veyn/how_do_you_animate_the_scale_of_a_box_composable/) +- [Looking for some guidance](https://www.reddit.com/r/androiddev/comments/1e9rf85/looking_for_some_guidance/) +- [Stratify: Optimize Your KSP Plugin Development - Beta Testers Request!](https://www.reddit.com/r/androiddev/comments/1e9qt3o/stratify_optimize_your_ksp_plugin_development/) +- [What is the best website to get certified in Android Development?](https://www.reddit.com/r/androiddev/comments/1e9q8ya/what_is_the_best_website_to_get_certified_in/) +- [Am I contacted by google or scammers ?](https://www.reddit.com/r/androiddev/comments/1e9pv4d/am_i_contacted_by_google_or_scammers/) +- [Play Install Referrer API vs Campaign Link?](https://www.reddit.com/r/androiddev/comments/1e9l5sz/play_install_referrer_api_vs_campaign_link/) +- [Looking for Feedback on KotStep, My Stepper Library for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1e9k5zh/looking_for_feedback_on_kotstep_my_stepper/) +- [Will wallpaper apps die on Google Play?](https://www.reddit.com/r/androiddev/comments/1e9jlmb/will_wallpaper_apps_die_on_google_play/) +- [Android Studio Ladybug | 2024.1.3 Canary 2 now available](https://www.reddit.com/r/androiddev/comments/1e9jaj2/android_studio_ladybug_202413_canary_2_now/) +- [Play Console Earnings not updating in payments Profile](https://www.reddit.com/r/androiddev/comments/1e9igxe/play_console_earnings_not_updating_in_payments/) ### *InfoWorld posts* From bb34b946ad3738f000c715513e1c15442aad6919 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 24 Jul 2024 01:29:09 +0000 Subject: [PATCH 0963/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4833844ac8..ec41187d5b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How do you animate the scale of a Box() composable?](https://www.reddit.com/r/androiddev/comments/1e9veyn/how_do_you_animate_the_scale_of_a_box_composable/) -- [Looking for some guidance](https://www.reddit.com/r/androiddev/comments/1e9rf85/looking_for_some_guidance/) -- [Stratify: Optimize Your KSP Plugin Development - Beta Testers Request!](https://www.reddit.com/r/androiddev/comments/1e9qt3o/stratify_optimize_your_ksp_plugin_development/) -- [What is the best website to get certified in Android Development?](https://www.reddit.com/r/androiddev/comments/1e9q8ya/what_is_the_best_website_to_get_certified_in/) -- [Am I contacted by google or scammers ?](https://www.reddit.com/r/androiddev/comments/1e9pv4d/am_i_contacted_by_google_or_scammers/) -- [Play Install Referrer API vs Campaign Link?](https://www.reddit.com/r/androiddev/comments/1e9l5sz/play_install_referrer_api_vs_campaign_link/) -- [Looking for Feedback on KotStep, My Stepper Library for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1e9k5zh/looking_for_feedback_on_kotstep_my_stepper/) -- [Will wallpaper apps die on Google Play?](https://www.reddit.com/r/androiddev/comments/1e9jlmb/will_wallpaper_apps_die_on_google_play/) -- [Android Studio Ladybug | 2024.1.3 Canary 2 now available](https://www.reddit.com/r/androiddev/comments/1e9jaj2/android_studio_ladybug_202413_canary_2_now/) -- [Play Console Earnings not updating in payments Profile](https://www.reddit.com/r/androiddev/comments/1e9igxe/play_console_earnings_not_updating_in_payments/) +- [How to define different dimens files for 2 screen sizes?](https://www.reddit.com/r/androiddev/comments/1eahtsj/how_to_define_different_dimens_files_for_2_screen/) +- [Built a tool for mobile development, useful?](https://www.reddit.com/r/androiddev/comments/1eahq79/built_a_tool_for_mobile_development_useful/) +- [RemoteServiceException - ForegroundServiceDidNotStartInTimeException](https://www.reddit.com/r/androiddev/comments/1eafmor/remoteserviceexception/) +- [Android App Quality Assurance Practices](https://www.reddit.com/r/androiddev/comments/1eaaraq/android_app_quality_assurance_practices/) +- [Why aren’t all Material 3 components implemented in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/1ea8wfa/why_arent_all_material_3_components_implemented/) +- [What is this ?? Root Cause ???](https://www.reddit.com/r/androiddev/comments/1ea8iyu/what_is_this_root_cause/) +- [How do you test app bundles internally?](https://www.reddit.com/r/androiddev/comments/1ea73pj/how_do_you_test_app_bundles_internally/) +- [What am I doing wrong with webView?](https://www.reddit.com/r/androiddev/comments/1ea64xj/what_am_i_doing_wrong_with_webview/) +- [jetpack room run @query without creating entity class (table with data already exists in predefined sqlite)](https://www.reddit.com/r/androiddev/comments/1ea4ehl/jetpack_room_run_query_without_creating_entity/) +- [What is libMEOW ? I see it alot in LogCat output and can't find anything online.](https://www.reddit.com/r/androiddev/comments/1ea2rly/what_is_libmeow_i_see_it_alot_in_logcat_output/) ### *InfoWorld posts* From 74a2dec41f103ff059d4957cd589e314a588dd22 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 25 Jul 2024 01:28:59 +0000 Subject: [PATCH 0964/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ec41187d5b..04eaf6fe2b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to define different dimens files for 2 screen sizes?](https://www.reddit.com/r/androiddev/comments/1eahtsj/how_to_define_different_dimens_files_for_2_screen/) -- [Built a tool for mobile development, useful?](https://www.reddit.com/r/androiddev/comments/1eahq79/built_a_tool_for_mobile_development_useful/) -- [RemoteServiceException - ForegroundServiceDidNotStartInTimeException](https://www.reddit.com/r/androiddev/comments/1eafmor/remoteserviceexception/) -- [Android App Quality Assurance Practices](https://www.reddit.com/r/androiddev/comments/1eaaraq/android_app_quality_assurance_practices/) -- [Why aren’t all Material 3 components implemented in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/1ea8wfa/why_arent_all_material_3_components_implemented/) -- [What is this ?? Root Cause ???](https://www.reddit.com/r/androiddev/comments/1ea8iyu/what_is_this_root_cause/) -- [How do you test app bundles internally?](https://www.reddit.com/r/androiddev/comments/1ea73pj/how_do_you_test_app_bundles_internally/) -- [What am I doing wrong with webView?](https://www.reddit.com/r/androiddev/comments/1ea64xj/what_am_i_doing_wrong_with_webview/) -- [jetpack room run @query without creating entity class (table with data already exists in predefined sqlite)](https://www.reddit.com/r/androiddev/comments/1ea4ehl/jetpack_room_run_query_without_creating_entity/) -- [What is libMEOW ? I see it alot in LogCat output and can't find anything online.](https://www.reddit.com/r/androiddev/comments/1ea2rly/what_is_libmeow_i_see_it_alot_in_logcat_output/) +- [Problem customizing exoplayer in compose](https://www.reddit.com/r/androiddev/comments/1ebi606/problem_customizing_exoplayer_in_compose/) +- [Android Studio Koala Feature Drop | 2024.1.2 Beta 2 now available](https://www.reddit.com/r/androiddev/comments/1ebcfmc/android_studio_koala_feature_drop_202412_beta_2/) +- [Internet connectivity inside Cuttlefish virtual device](https://www.reddit.com/r/androiddev/comments/1ebankc/internet_connectivity_inside_cuttlefish_virtual/) +- [Data Collection Play Store](https://www.reddit.com/r/androiddev/comments/1eb9ysm/data_collection_play_store/) +- [Does transferring an Android App change the App ID](https://www.reddit.com/r/androiddev/comments/1eb9ubh/does_transferring_an_android_app_change_the_app_id/) +- [Problems building a project from GitLab](https://www.reddit.com/r/androiddev/comments/1eb97y6/problems_building_a_project_from_gitlab/) +- [Choosing complimentary background color for user provided images with transparency](https://www.reddit.com/r/androiddev/comments/1eb6d76/choosing_complimentary_background_color_for_user/) +- [The BottomSheet callback we deserve](https://www.reddit.com/r/androiddev/comments/1eb4ped/the_bottomsheet_callback_we_deserve/) +- [Using Google's UMP to collect consent for Firebase Analytics & Crashlytics](https://www.reddit.com/r/androiddev/comments/1eb4ofg/using_googles_ump_to_collect_consent_for_firebase/) +- [App is currently releasing via APK and we are moving to app bundles, can we release an APK after onboarding our app to app bundles?](https://www.reddit.com/r/androiddev/comments/1eb3sef/app_is_currently_releasing_via_apk_and_we_are/) ### *InfoWorld posts* From 2a536c80974eecaedfdbe53ef7fb9aa1271b2d8e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 26 Jul 2024 01:28:54 +0000 Subject: [PATCH 0965/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 04eaf6fe2b..6e587d8f63 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Problem customizing exoplayer in compose](https://www.reddit.com/r/androiddev/comments/1ebi606/problem_customizing_exoplayer_in_compose/) -- [Android Studio Koala Feature Drop | 2024.1.2 Beta 2 now available](https://www.reddit.com/r/androiddev/comments/1ebcfmc/android_studio_koala_feature_drop_202412_beta_2/) -- [Internet connectivity inside Cuttlefish virtual device](https://www.reddit.com/r/androiddev/comments/1ebankc/internet_connectivity_inside_cuttlefish_virtual/) -- [Data Collection Play Store](https://www.reddit.com/r/androiddev/comments/1eb9ysm/data_collection_play_store/) -- [Does transferring an Android App change the App ID](https://www.reddit.com/r/androiddev/comments/1eb9ubh/does_transferring_an_android_app_change_the_app_id/) -- [Problems building a project from GitLab](https://www.reddit.com/r/androiddev/comments/1eb97y6/problems_building_a_project_from_gitlab/) -- [Choosing complimentary background color for user provided images with transparency](https://www.reddit.com/r/androiddev/comments/1eb6d76/choosing_complimentary_background_color_for_user/) -- [The BottomSheet callback we deserve](https://www.reddit.com/r/androiddev/comments/1eb4ped/the_bottomsheet_callback_we_deserve/) -- [Using Google's UMP to collect consent for Firebase Analytics & Crashlytics](https://www.reddit.com/r/androiddev/comments/1eb4ofg/using_googles_ump_to_collect_consent_for_firebase/) -- [App is currently releasing via APK and we are moving to app bundles, can we release an APK after onboarding our app to app bundles?](https://www.reddit.com/r/androiddev/comments/1eb3sef/app_is_currently_releasing_via_apk_and_we_are/) +- [Anyone needs a remote Software intern?](https://www.reddit.com/r/androiddev/comments/1ec8hd5/anyone_needs_a_remote_software_intern/) +- [Looking for Mac users 💻](https://www.reddit.com/r/androiddev/comments/1ec8dtf/looking_for_mac_users/) +- [What are you guys using as an alternative to Google Play for publishing?](https://www.reddit.com/r/androiddev/comments/1ec7o6u/what_are_you_guys_using_as_an_alternative_to/) +- [Running tv app on real device is much slower then on emulator](https://www.reddit.com/r/androiddev/comments/1ec590z/running_tv_app_on_real_device_is_much_slower_then/) +- [GATT connection works the second time not first](https://www.reddit.com/r/androiddev/comments/1ec2ofa/gatt_connection_works_the_second_time_not_first/) +- [Architecture Related Decisions in Android - Mapping](https://www.reddit.com/r/androiddev/comments/1ec0xx2/architecture_related_decisions_in_android_mapping/) +- [Is testing Composable along with ViewModel considered as UI test or integration test?](https://www.reddit.com/r/androiddev/comments/1ec0955/is_testing_composable_along_with_viewmodel/) +- [Promo Code Limits and In-App Products](https://www.reddit.com/r/androiddev/comments/1ebz22g/promo_code_limits_and_inapp_products/) +- [Rewarded ads and GDPR dialog](https://www.reddit.com/r/androiddev/comments/1ebtl60/rewarded_ads_and_gdpr_dialog/) +- [Should i do unit test the DAO](https://www.reddit.com/r/androiddev/comments/1ebs6ms/should_i_do_unit_test_the_dao/) ### *InfoWorld posts* From a9f0a5df82e06425c773caed48ca64345a1c6557 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 27 Jul 2024 01:28:53 +0000 Subject: [PATCH 0966/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6e587d8f63..716f5bef10 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Anyone needs a remote Software intern?](https://www.reddit.com/r/androiddev/comments/1ec8hd5/anyone_needs_a_remote_software_intern/) -- [Looking for Mac users 💻](https://www.reddit.com/r/androiddev/comments/1ec8dtf/looking_for_mac_users/) -- [What are you guys using as an alternative to Google Play for publishing?](https://www.reddit.com/r/androiddev/comments/1ec7o6u/what_are_you_guys_using_as_an_alternative_to/) -- [Running tv app on real device is much slower then on emulator](https://www.reddit.com/r/androiddev/comments/1ec590z/running_tv_app_on_real_device_is_much_slower_then/) -- [GATT connection works the second time not first](https://www.reddit.com/r/androiddev/comments/1ec2ofa/gatt_connection_works_the_second_time_not_first/) -- [Architecture Related Decisions in Android - Mapping](https://www.reddit.com/r/androiddev/comments/1ec0xx2/architecture_related_decisions_in_android_mapping/) -- [Is testing Composable along with ViewModel considered as UI test or integration test?](https://www.reddit.com/r/androiddev/comments/1ec0955/is_testing_composable_along_with_viewmodel/) -- [Promo Code Limits and In-App Products](https://www.reddit.com/r/androiddev/comments/1ebz22g/promo_code_limits_and_inapp_products/) -- [Rewarded ads and GDPR dialog](https://www.reddit.com/r/androiddev/comments/1ebtl60/rewarded_ads_and_gdpr_dialog/) -- [Should i do unit test the DAO](https://www.reddit.com/r/androiddev/comments/1ebs6ms/should_i_do_unit_test_the_dao/) +- [9 months later I now have work - hang in there !!](https://www.reddit.com/r/androiddev/comments/1ed2p40/9_months_later_i_now_have_work_hang_in_there/) +- [Closed beta - 20 testers thing](https://www.reddit.com/r/androiddev/comments/1ed2m6r/closed_beta_20_testers_thing/) +- [Ble Android Not getting broadcast in some devices when already bonded and coming from out of range.](https://www.reddit.com/r/androiddev/comments/1ed2c2e/ble_android_not_getting_broadcast_in_some_devices/) +- [Images with Coil in Wear Os with Compose not loading.](https://www.reddit.com/r/androiddev/comments/1ed1n59/images_with_coil_in_wear_os_with_compose_not/) +- [Caused by android.app.ForegroundServiceStartNotAllowedException for Android 14](https://www.reddit.com/r/androiddev/comments/1ecziig/caused_by/) +- [Where to get into and learn more about low level Android dev ( audio specifically, but everything too!)?](https://www.reddit.com/r/androiddev/comments/1ecy2hx/where_to_get_into_and_learn_more_about_low_level/) +- [does this app fall in to the medical category](https://www.reddit.com/r/androiddev/comments/1ecx6fz/does_this_app_fall_in_to_the_medical_category/) +- [Problem updating the slider of a video](https://www.reddit.com/r/androiddev/comments/1ecwph0/problem_updating_the_slider_of_a_video/) +- [Geocoding API key not working with restrictions in my Android App !](https://www.reddit.com/r/androiddev/comments/1ecv2mf/geocoding_api_key_not_working_with_restrictions/) +- [Transfer App from old accounts to new google play dev account](https://www.reddit.com/r/androiddev/comments/1ecr4ua/transfer_app_from_old_accounts_to_new_google_play/) ### *InfoWorld posts* From 9884227d46eaefe94df9704971940bd73f040263 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 28 Jul 2024 01:29:50 +0000 Subject: [PATCH 0967/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 716f5bef10..6db7a8cd68 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [9 months later I now have work - hang in there !!](https://www.reddit.com/r/androiddev/comments/1ed2p40/9_months_later_i_now_have_work_hang_in_there/) -- [Closed beta - 20 testers thing](https://www.reddit.com/r/androiddev/comments/1ed2m6r/closed_beta_20_testers_thing/) -- [Ble Android Not getting broadcast in some devices when already bonded and coming from out of range.](https://www.reddit.com/r/androiddev/comments/1ed2c2e/ble_android_not_getting_broadcast_in_some_devices/) -- [Images with Coil in Wear Os with Compose not loading.](https://www.reddit.com/r/androiddev/comments/1ed1n59/images_with_coil_in_wear_os_with_compose_not/) -- [Caused by android.app.ForegroundServiceStartNotAllowedException for Android 14](https://www.reddit.com/r/androiddev/comments/1ecziig/caused_by/) -- [Where to get into and learn more about low level Android dev ( audio specifically, but everything too!)?](https://www.reddit.com/r/androiddev/comments/1ecy2hx/where_to_get_into_and_learn_more_about_low_level/) -- [does this app fall in to the medical category](https://www.reddit.com/r/androiddev/comments/1ecx6fz/does_this_app_fall_in_to_the_medical_category/) -- [Problem updating the slider of a video](https://www.reddit.com/r/androiddev/comments/1ecwph0/problem_updating_the_slider_of_a_video/) -- [Geocoding API key not working with restrictions in my Android App !](https://www.reddit.com/r/androiddev/comments/1ecv2mf/geocoding_api_key_not_working_with_restrictions/) -- [Transfer App from old accounts to new google play dev account](https://www.reddit.com/r/androiddev/comments/1ecr4ua/transfer_app_from_old_accounts_to_new_google_play/) +- [Android BDD with Cucumber/Gherkin and Espresso](https://www.reddit.com/r/androiddev/comments/1edumjq/android_bdd_with_cucumbergherkin_and_espresso/) +- [[ MacOS ]Why is my emulator not shown, unless I extend my screen to my iPad?](https://www.reddit.com/r/androiddev/comments/1edu4ox/macos_why_is_my_emulator_not_shown_unless_i/) +- [windowsSoftInput:AdjustResize misbehaving when edgetoedge is enabled in compose app](https://www.reddit.com/r/androiddev/comments/1edqzey/windowssoftinputadjustresize_misbehaving_when/) +- [How to add dialog to the backstack in Compose navigation?](https://www.reddit.com/r/androiddev/comments/1edqn5o/how_to_add_dialog_to_the_backstack_in_compose/) +- [Why is my app icon displaying atrociously on Google Pixel?](https://www.reddit.com/r/androiddev/comments/1edn9q8/why_is_my_app_icon_displaying_atrociously_on/) +- [High resolution widget previews?](https://www.reddit.com/r/androiddev/comments/1edivzg/high_resolution_widget_previews/) +- [Android/data Access Denied](https://www.reddit.com/r/androiddev/comments/1edi1kz/androiddata_access_denied/) +- [If your androidstudio lags, try turning of LINT checks](https://www.reddit.com/r/androiddev/comments/1edfssf/if_your_androidstudio_lags_try_turning_of_lint/) +- [Selected text popup menu](https://www.reddit.com/r/androiddev/comments/1eddi7a/selected_text_popup_menu/) +- [Complex navigation in apps](https://www.reddit.com/r/androiddev/comments/1edcu7y/complex_navigation_in_apps/) ### *InfoWorld posts* From e7b96bfce59a6d923e7f281137ae65781e98682e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 29 Jul 2024 01:29:28 +0000 Subject: [PATCH 0968/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6db7a8cd68..f4fabae1a5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [My app crashes when I try and request focus.](https://www.reddit.com/r/androiddev/comments/1eeky7h/my_app_crashes_when_i_try_and_request_focus/) +- [NavController as composition local](https://www.reddit.com/r/androiddev/comments/1eeiac1/navcontroller_as_composition_local/) +- [Best Android certification for experienced professionals](https://www.reddit.com/r/androiddev/comments/1ee95rq/best_android_certification_for_experienced/) +- [How to get the first frame of a video with coil in compose?](https://www.reddit.com/r/androiddev/comments/1ee6q5f/how_to_get_the_first_frame_of_a_video_with_coil/) +- [How's the Job Market of Android Dev Globally and What's the future in 2024?](https://www.reddit.com/r/androiddev/comments/1ee3b28/hows_the_job_market_of_android_dev_globally_and/) - [Android BDD with Cucumber/Gherkin and Espresso](https://www.reddit.com/r/androiddev/comments/1edumjq/android_bdd_with_cucumbergherkin_and_espresso/) - [[ MacOS ]Why is my emulator not shown, unless I extend my screen to my iPad?](https://www.reddit.com/r/androiddev/comments/1edu4ox/macos_why_is_my_emulator_not_shown_unless_i/) - [windowsSoftInput:AdjustResize misbehaving when edgetoedge is enabled in compose app](https://www.reddit.com/r/androiddev/comments/1edqzey/windowssoftinputadjustresize_misbehaving_when/) - [How to add dialog to the backstack in Compose navigation?](https://www.reddit.com/r/androiddev/comments/1edqn5o/how_to_add_dialog_to_the_backstack_in_compose/) - [Why is my app icon displaying atrociously on Google Pixel?](https://www.reddit.com/r/androiddev/comments/1edn9q8/why_is_my_app_icon_displaying_atrociously_on/) -- [High resolution widget previews?](https://www.reddit.com/r/androiddev/comments/1edivzg/high_resolution_widget_previews/) -- [Android/data Access Denied](https://www.reddit.com/r/androiddev/comments/1edi1kz/androiddata_access_denied/) -- [If your androidstudio lags, try turning of LINT checks](https://www.reddit.com/r/androiddev/comments/1edfssf/if_your_androidstudio_lags_try_turning_of_lint/) -- [Selected text popup menu](https://www.reddit.com/r/androiddev/comments/1eddi7a/selected_text_popup_menu/) -- [Complex navigation in apps](https://www.reddit.com/r/androiddev/comments/1edcu7y/complex_navigation_in_apps/) ### *InfoWorld posts* From 6cafaabcad628e1643cb95e0c2d66dc6e1c851f3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 30 Jul 2024 01:29:08 +0000 Subject: [PATCH 0969/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f4fabae1a5..de780969f5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [My app crashes when I try and request focus.](https://www.reddit.com/r/androiddev/comments/1eeky7h/my_app_crashes_when_i_try_and_request_focus/) -- [NavController as composition local](https://www.reddit.com/r/androiddev/comments/1eeiac1/navcontroller_as_composition_local/) -- [Best Android certification for experienced professionals](https://www.reddit.com/r/androiddev/comments/1ee95rq/best_android_certification_for_experienced/) -- [How to get the first frame of a video with coil in compose?](https://www.reddit.com/r/androiddev/comments/1ee6q5f/how_to_get_the_first_frame_of_a_video_with_coil/) -- [How's the Job Market of Android Dev Globally and What's the future in 2024?](https://www.reddit.com/r/androiddev/comments/1ee3b28/hows_the_job_market_of_android_dev_globally_and/) -- [Android BDD with Cucumber/Gherkin and Espresso](https://www.reddit.com/r/androiddev/comments/1edumjq/android_bdd_with_cucumbergherkin_and_espresso/) -- [[ MacOS ]Why is my emulator not shown, unless I extend my screen to my iPad?](https://www.reddit.com/r/androiddev/comments/1edu4ox/macos_why_is_my_emulator_not_shown_unless_i/) -- [windowsSoftInput:AdjustResize misbehaving when edgetoedge is enabled in compose app](https://www.reddit.com/r/androiddev/comments/1edqzey/windowssoftinputadjustresize_misbehaving_when/) -- [How to add dialog to the backstack in Compose navigation?](https://www.reddit.com/r/androiddev/comments/1edqn5o/how_to_add_dialog_to_the_backstack_in_compose/) -- [Why is my app icon displaying atrociously on Google Pixel?](https://www.reddit.com/r/androiddev/comments/1edn9q8/why_is_my_app_icon_displaying_atrociously_on/) +- [Jetpack Compose and Viewmodel/MVVM](https://www.reddit.com/r/androiddev/comments/1efe30k/jetpack_compose_and_viewmodelmvvm/) +- [How to get the icon for an Android permission?](https://www.reddit.com/r/androiddev/comments/1efbj04/how_to_get_the_icon_for_an_android_permission/) +- [Complete n00b](https://www.reddit.com/r/androiddev/comments/1efaye3/complete_n00b/) +- [App for Android Enterprise with corporate licenses](https://www.reddit.com/r/androiddev/comments/1efahi5/app_for_android_enterprise_with_corporate_licenses/) +- [Why is it 30% deduction?](https://www.reddit.com/r/androiddev/comments/1ef9s2y/why_is_it_30_deduction/) +- [The Best Books](https://www.reddit.com/r/androiddev/comments/1ef60xa/the_best_books/) +- [Firebase analytics? Can't seem to verify that my first analytic event is logging correctly.](https://www.reddit.com/r/androiddev/comments/1ef50ob/firebase_analytics_cant_seem_to_verify_that_my/) +- [RecyclerView: EditText Loses Focus When Scrolled Off-View](https://www.reddit.com/r/androiddev/comments/1ef3yfk/recyclerview_edittext_loses_focus_when_scrolled/) +- [How did you / will you verify your Play Developer account?](https://www.reddit.com/r/androiddev/comments/1ef1csi/how_did_you_will_you_verify_your_play_developer/) +- [I built a fully customizable Bottom Sheet for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1eezsp3/i_built_a_fully_customizable_bottom_sheet_for/) ### *InfoWorld posts* From c5587c9e6c9b7c1ec959281923798b0c6cae95d9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 31 Jul 2024 01:21:30 +0000 Subject: [PATCH 0970/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index de780969f5..86bfeb14da 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Jetpack Compose and Viewmodel/MVVM](https://www.reddit.com/r/androiddev/comments/1efe30k/jetpack_compose_and_viewmodelmvvm/) -- [How to get the icon for an Android permission?](https://www.reddit.com/r/androiddev/comments/1efbj04/how_to_get_the_icon_for_an_android_permission/) -- [Complete n00b](https://www.reddit.com/r/androiddev/comments/1efaye3/complete_n00b/) -- [App for Android Enterprise with corporate licenses](https://www.reddit.com/r/androiddev/comments/1efahi5/app_for_android_enterprise_with_corporate_licenses/) -- [Why is it 30% deduction?](https://www.reddit.com/r/androiddev/comments/1ef9s2y/why_is_it_30_deduction/) -- [The Best Books](https://www.reddit.com/r/androiddev/comments/1ef60xa/the_best_books/) -- [Firebase analytics? Can't seem to verify that my first analytic event is logging correctly.](https://www.reddit.com/r/androiddev/comments/1ef50ob/firebase_analytics_cant_seem_to_verify_that_my/) -- [RecyclerView: EditText Loses Focus When Scrolled Off-View](https://www.reddit.com/r/androiddev/comments/1ef3yfk/recyclerview_edittext_loses_focus_when_scrolled/) -- [How did you / will you verify your Play Developer account?](https://www.reddit.com/r/androiddev/comments/1ef1csi/how_did_you_will_you_verify_your_play_developer/) -- [I built a fully customizable Bottom Sheet for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1eezsp3/i_built_a_fully_customizable_bottom_sheet_for/) +- [App published to play store within 4 hours](https://www.reddit.com/r/androiddev/comments/1eg5u84/app_published_to_play_store_within_4_hours/) +- [[Hirign] Looking for an Android Developer for a time management assistant app](https://www.reddit.com/r/androiddev/comments/1efy0b9/hirign_looking_for_an_android_developer_for_a/) +- [New App Publish Time](https://www.reddit.com/r/androiddev/comments/1efwb73/new_app_publish_time/) +- [Getting app developed by contractor, launch is over a year overdue. Can a dev that's not a scammer tell me about the actual process?](https://www.reddit.com/r/androiddev/comments/1efufyz/getting_app_developed_by_contractor_launch_is/) +- [What are the most important skills required to get a job as an android developer (Please mention sources)](https://www.reddit.com/r/androiddev/comments/1eft4re/what_are_the_most_important_skills_required_to/) +- [Do apps auto update when promoting releases?](https://www.reddit.com/r/androiddev/comments/1efrz34/do_apps_auto_update_when_promoting_releases/) +- [CameraX: Only analyze snapshots - is it possible?](https://www.reddit.com/r/androiddev/comments/1efrocj/camerax_only_analyze_snapshots_is_it_possible/) +- [Help Needed: Capturing the Video ID of the Currently Playing YouTube Video on Android](https://www.reddit.com/r/androiddev/comments/1efpddo/help_needed_capturing_the_video_id_of_the/) +- [Does Google Play Books expose a public API to access your own book library data?](https://www.reddit.com/r/androiddev/comments/1efpbbb/does_google_play_books_expose_a_public_api_to/) +- [35.0 missing from releases in developer.android.com](https://www.reddit.com/r/androiddev/comments/1efnt0d/350_missing_from_releases_in_developerandroidcom/) ### *InfoWorld posts* From a7c18668df0fe74c5ee2e5fb9a13beb5e686da9f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 1 Aug 2024 01:29:28 +0000 Subject: [PATCH 0971/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 86bfeb14da..19cd6f7119 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [App published to play store within 4 hours](https://www.reddit.com/r/androiddev/comments/1eg5u84/app_published_to_play_store_within_4_hours/) -- [[Hirign] Looking for an Android Developer for a time management assistant app](https://www.reddit.com/r/androiddev/comments/1efy0b9/hirign_looking_for_an_android_developer_for_a/) -- [New App Publish Time](https://www.reddit.com/r/androiddev/comments/1efwb73/new_app_publish_time/) -- [Getting app developed by contractor, launch is over a year overdue. Can a dev that's not a scammer tell me about the actual process?](https://www.reddit.com/r/androiddev/comments/1efufyz/getting_app_developed_by_contractor_launch_is/) -- [What are the most important skills required to get a job as an android developer (Please mention sources)](https://www.reddit.com/r/androiddev/comments/1eft4re/what_are_the_most_important_skills_required_to/) -- [Do apps auto update when promoting releases?](https://www.reddit.com/r/androiddev/comments/1efrz34/do_apps_auto_update_when_promoting_releases/) -- [CameraX: Only analyze snapshots - is it possible?](https://www.reddit.com/r/androiddev/comments/1efrocj/camerax_only_analyze_snapshots_is_it_possible/) -- [Help Needed: Capturing the Video ID of the Currently Playing YouTube Video on Android](https://www.reddit.com/r/androiddev/comments/1efpddo/help_needed_capturing_the_video_id_of_the/) -- [Does Google Play Books expose a public API to access your own book library data?](https://www.reddit.com/r/androiddev/comments/1efpbbb/does_google_play_books_expose_a_public_api_to/) -- [35.0 missing from releases in developer.android.com](https://www.reddit.com/r/androiddev/comments/1efnt0d/350_missing_from_releases_in_developerandroidcom/) +- [Inactive Account](https://www.reddit.com/r/androiddev/comments/1eh0nnj/inactive_account/) +- [How does the recomposition (on state change) works?](https://www.reddit.com/r/androiddev/comments/1eh038b/how_does_the_recomposition_on_state_change_works/) +- [Adapters can replace Fragmentos?](https://www.reddit.com/r/androiddev/comments/1egw9gp/adapters_can_replace_fragmentos/) +- [How to open the app from shortened links like Bitly?](https://www.reddit.com/r/androiddev/comments/1egvfzd/how_to_open_the_app_from_shortened_links_like/) +- [Help with adding library as local module to project](https://www.reddit.com/r/androiddev/comments/1egsf1k/help_with_adding_library_as_local_module_to/) +- [Feedback on K2](https://www.reddit.com/r/androiddev/comments/1egrmgm/feedback_on_k2/) +- [Coroutines: Concurrency in Kotlin](https://www.reddit.com/r/androiddev/comments/1egprxc/coroutines_concurrency_in_kotlin/) +- [Architecture related decisions in Android - Response classes](https://www.reddit.com/r/androiddev/comments/1ego7mx/architecture_related_decisions_in_android/) +- [Toolbar in Scaffold vs Toolbar in Column](https://www.reddit.com/r/androiddev/comments/1egnyxh/toolbar_in_scaffold_vs_toolbar_in_column/) +- [Are most posts on job listings for entry level android developers a scam?](https://www.reddit.com/r/androiddev/comments/1egnpo0/are_most_posts_on_job_listings_for_entry_level/) ### *InfoWorld posts* From c5a71b23a820716ad3273f12741d73c4abc42ecd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 2 Aug 2024 01:28:59 +0000 Subject: [PATCH 0972/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 19cd6f7119..45be5d2c6a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [What is your experience with freelancing platforms?](https://www.reddit.com/r/androiddev/comments/1ehs0ya/what_is_your_experience_with_freelancing_platforms/) +- [WearOS-only app on Play Store, how to get rid of "Phones, Tablets, ChromeOS" form factor?](https://www.reddit.com/r/androiddev/comments/1ehrzrc/wearosonly_app_on_play_store_how_to_get_rid_of/) +- [ContentProvider using WorkManager for background synchronization](https://www.reddit.com/r/androiddev/comments/1ehqepx/contentprovider_using_workmanager_for_background/) +- [Clean gradle for a multi-module project - groovy vs kotlin-dsl ?](https://www.reddit.com/r/androiddev/comments/1ehmbtn/clean_gradle_for_a_multimodule_project_groovy_vs/) +- [Password protected crypto key pair](https://www.reddit.com/r/androiddev/comments/1ehku98/password_protected_crypto_key_pair/) +- [Is the migration assistant accurate?](https://www.reddit.com/r/androiddev/comments/1ehjbze/is_the_migration_assistant_accurate/) +- [TabTemplate in Android Auto](https://www.reddit.com/r/androiddev/comments/1ehic3g/tabtemplate_in_android_auto/) +- [Updating app on the playstore with “MANAGE_EXTERNAL_STORAGE” permission is a pain](https://www.reddit.com/r/androiddev/comments/1ehebiq/updating_app_on_the_playstore_with_manage/) +- [targetSdk/minSdk vs targetSdkVersion/minSdkVersion](https://www.reddit.com/r/androiddev/comments/1ehcvl7/targetsdkminsdk_vs_targetsdkversionminsdkversion/) - [Inactive Account](https://www.reddit.com/r/androiddev/comments/1eh0nnj/inactive_account/) -- [How does the recomposition (on state change) works?](https://www.reddit.com/r/androiddev/comments/1eh038b/how_does_the_recomposition_on_state_change_works/) -- [Adapters can replace Fragmentos?](https://www.reddit.com/r/androiddev/comments/1egw9gp/adapters_can_replace_fragmentos/) -- [How to open the app from shortened links like Bitly?](https://www.reddit.com/r/androiddev/comments/1egvfzd/how_to_open_the_app_from_shortened_links_like/) -- [Help with adding library as local module to project](https://www.reddit.com/r/androiddev/comments/1egsf1k/help_with_adding_library_as_local_module_to/) -- [Feedback on K2](https://www.reddit.com/r/androiddev/comments/1egrmgm/feedback_on_k2/) -- [Coroutines: Concurrency in Kotlin](https://www.reddit.com/r/androiddev/comments/1egprxc/coroutines_concurrency_in_kotlin/) -- [Architecture related decisions in Android - Response classes](https://www.reddit.com/r/androiddev/comments/1ego7mx/architecture_related_decisions_in_android/) -- [Toolbar in Scaffold vs Toolbar in Column](https://www.reddit.com/r/androiddev/comments/1egnyxh/toolbar_in_scaffold_vs_toolbar_in_column/) -- [Are most posts on job listings for entry level android developers a scam?](https://www.reddit.com/r/androiddev/comments/1egnpo0/are_most_posts_on_job_listings_for_entry_level/) ### *InfoWorld posts* From b80017928d23613322e68c5c00006a75ce1a041b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 3 Aug 2024 01:28:54 +0000 Subject: [PATCH 0973/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 45be5d2c6a..746dfe9d83 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Would you guys use this?](https://www.reddit.com/r/androiddev/comments/1einhp3/would_you_guys_use_this/) +- [Things to do to be good enough](https://www.reddit.com/r/androiddev/comments/1eijnji/things_to_do_to_be_good_enough/) +- [Best way to handle orientation when displaying multiple bottom sheet fragments](https://www.reddit.com/r/androiddev/comments/1ei7nqv/best_way_to_handle_orientation_when_displaying/) +- [Has anyone integrated ads in Exoplayer?](https://www.reddit.com/r/androiddev/comments/1ei7ay7/has_anyone_integrated_ads_in_exoplayer/) +- [why is the programmatic scrolling/swiping moves the screen different amounts each time?](https://www.reddit.com/r/androiddev/comments/1ei2r9e/why_is_the_programmatic_scrollingswiping_moves/) - [What is your experience with freelancing platforms?](https://www.reddit.com/r/androiddev/comments/1ehs0ya/what_is_your_experience_with_freelancing_platforms/) - [WearOS-only app on Play Store, how to get rid of "Phones, Tablets, ChromeOS" form factor?](https://www.reddit.com/r/androiddev/comments/1ehrzrc/wearosonly_app_on_play_store_how_to_get_rid_of/) - [ContentProvider using WorkManager for background synchronization](https://www.reddit.com/r/androiddev/comments/1ehqepx/contentprovider_using_workmanager_for_background/) - [Clean gradle for a multi-module project - groovy vs kotlin-dsl ?](https://www.reddit.com/r/androiddev/comments/1ehmbtn/clean_gradle_for_a_multimodule_project_groovy_vs/) - [Password protected crypto key pair](https://www.reddit.com/r/androiddev/comments/1ehku98/password_protected_crypto_key_pair/) -- [Is the migration assistant accurate?](https://www.reddit.com/r/androiddev/comments/1ehjbze/is_the_migration_assistant_accurate/) -- [TabTemplate in Android Auto](https://www.reddit.com/r/androiddev/comments/1ehic3g/tabtemplate_in_android_auto/) -- [Updating app on the playstore with “MANAGE_EXTERNAL_STORAGE” permission is a pain](https://www.reddit.com/r/androiddev/comments/1ehebiq/updating_app_on_the_playstore_with_manage/) -- [targetSdk/minSdk vs targetSdkVersion/minSdkVersion](https://www.reddit.com/r/androiddev/comments/1ehcvl7/targetsdkminsdk_vs_targetsdkversionminsdkversion/) -- [Inactive Account](https://www.reddit.com/r/androiddev/comments/1eh0nnj/inactive_account/) ### *InfoWorld posts* From 07dbf00dcc520e6871f37b3bb9d165d80e5aaa67 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 4 Aug 2024 01:29:18 +0000 Subject: [PATCH 0974/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 746dfe9d83..28eaa76e43 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Would you guys use this?](https://www.reddit.com/r/androiddev/comments/1einhp3/would_you_guys_use_this/) -- [Things to do to be good enough](https://www.reddit.com/r/androiddev/comments/1eijnji/things_to_do_to_be_good_enough/) -- [Best way to handle orientation when displaying multiple bottom sheet fragments](https://www.reddit.com/r/androiddev/comments/1ei7nqv/best_way_to_handle_orientation_when_displaying/) -- [Has anyone integrated ads in Exoplayer?](https://www.reddit.com/r/androiddev/comments/1ei7ay7/has_anyone_integrated_ads_in_exoplayer/) -- [why is the programmatic scrolling/swiping moves the screen different amounts each time?](https://www.reddit.com/r/androiddev/comments/1ei2r9e/why_is_the_programmatic_scrollingswiping_moves/) -- [What is your experience with freelancing platforms?](https://www.reddit.com/r/androiddev/comments/1ehs0ya/what_is_your_experience_with_freelancing_platforms/) -- [WearOS-only app on Play Store, how to get rid of "Phones, Tablets, ChromeOS" form factor?](https://www.reddit.com/r/androiddev/comments/1ehrzrc/wearosonly_app_on_play_store_how_to_get_rid_of/) -- [ContentProvider using WorkManager for background synchronization](https://www.reddit.com/r/androiddev/comments/1ehqepx/contentprovider_using_workmanager_for_background/) -- [Clean gradle for a multi-module project - groovy vs kotlin-dsl ?](https://www.reddit.com/r/androiddev/comments/1ehmbtn/clean_gradle_for_a_multimodule_project_groovy_vs/) -- [Password protected crypto key pair](https://www.reddit.com/r/androiddev/comments/1ehku98/password_protected_crypto_key_pair/) +- [Database programming](https://www.reddit.com/r/androiddev/comments/1ejjaoa/database_programming/) +- [Single Activity Single Fragment](https://www.reddit.com/r/androiddev/comments/1ejgprm/single_activity_single_fragment/) +- [Update: Is this worthwhile?](https://www.reddit.com/r/androiddev/comments/1ejgkxz/update_is_this_worthwhile/) +- [Has anybody gotten this non-specific error message when trying to verify access to an Android Mobile Device via emulator for Google Play Console? Trying to setup a new Google Play Dev account and am running into this hangup.](https://www.reddit.com/r/androiddev/comments/1ejddq6/has_anybody_gotten_this_nonspecific_error_message/) +- [Favour](https://www.reddit.com/r/androiddev/comments/1ejcw57/favour/) +- [I'm making client for my mobile game, but Google play protect marks it as a virus](https://www.reddit.com/r/androiddev/comments/1ej881z/im_making_client_for_my_mobile_game_but_google/) +- [Button onClick instruction nowhere to be found, why?](https://www.reddit.com/r/androiddev/comments/1eivrqd/button_onclick_instruction_nowhere_to_be_found_why/) +- [Can I develop an app that streams calls to a web server?](https://www.reddit.com/r/androiddev/comments/1eiubcy/can_i_develop_an_app_that_streams_calls_to_a_web/) +- [Made an Android library!](https://www.reddit.com/r/androiddev/comments/1eiu18x/made_an_android_library/) +- [Writing to external storage?](https://www.reddit.com/r/androiddev/comments/1eitxwv/writing_to_external_storage/) ### *InfoWorld posts* From ed1030a968fc11fb73043a025af73662e186783a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 5 Aug 2024 01:29:32 +0000 Subject: [PATCH 0975/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 28eaa76e43..83006a8f2c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Database programming](https://www.reddit.com/r/androiddev/comments/1ejjaoa/database_programming/) +- [How to protect the purchase status of the application from being cracked?](https://www.reddit.com/r/androiddev/comments/1ek94uw/how_to_protect_the_purchase_status_of_the/) +- [I have published a pagination library for Compose Multiplatform!](https://www.reddit.com/r/androiddev/comments/1ek3fs1/i_have_published_a_pagination_library_for_compose/) +- [What are some good coding practices to avoid state-management and spaghetti code issues as the codebase grows in size?](https://www.reddit.com/r/androiddev/comments/1ek0uq3/what_are_some_good_coding_practices_to_avoid/) +- [WhatsApp iOS-inspired message interaction UI built with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1ejzw75/whatsapp_iosinspired_message_interaction_ui_built/) +- [How to convert package name to app name?](https://www.reddit.com/r/androiddev/comments/1ejx2cm/how_to_convert_package_name_to_app_name/) +- [MVI ViewModel unit testing naming](https://www.reddit.com/r/androiddev/comments/1ejx27k/mvi_viewmodel_unit_testing_naming/) +- [Server Driven UI - is this really worth it?](https://www.reddit.com/r/androiddev/comments/1ejngo9/server_driven_ui_is_this_really_worth_it/) - [Single Activity Single Fragment](https://www.reddit.com/r/androiddev/comments/1ejgprm/single_activity_single_fragment/) - [Update: Is this worthwhile?](https://www.reddit.com/r/androiddev/comments/1ejgkxz/update_is_this_worthwhile/) - [Has anybody gotten this non-specific error message when trying to verify access to an Android Mobile Device via emulator for Google Play Console? Trying to setup a new Google Play Dev account and am running into this hangup.](https://www.reddit.com/r/androiddev/comments/1ejddq6/has_anybody_gotten_this_nonspecific_error_message/) -- [Favour](https://www.reddit.com/r/androiddev/comments/1ejcw57/favour/) -- [I'm making client for my mobile game, but Google play protect marks it as a virus](https://www.reddit.com/r/androiddev/comments/1ej881z/im_making_client_for_my_mobile_game_but_google/) -- [Button onClick instruction nowhere to be found, why?](https://www.reddit.com/r/androiddev/comments/1eivrqd/button_onclick_instruction_nowhere_to_be_found_why/) -- [Can I develop an app that streams calls to a web server?](https://www.reddit.com/r/androiddev/comments/1eiubcy/can_i_develop_an_app_that_streams_calls_to_a_web/) -- [Made an Android library!](https://www.reddit.com/r/androiddev/comments/1eiu18x/made_an_android_library/) -- [Writing to external storage?](https://www.reddit.com/r/androiddev/comments/1eitxwv/writing_to_external_storage/) ### *InfoWorld posts* From 7e1b958ff9504a1046183624d384c1baf96753ad Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 6 Aug 2024 01:29:08 +0000 Subject: [PATCH 0976/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 83006a8f2c..b7078719c8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to protect the purchase status of the application from being cracked?](https://www.reddit.com/r/androiddev/comments/1ek94uw/how_to_protect_the_purchase_status_of_the/) -- [I have published a pagination library for Compose Multiplatform!](https://www.reddit.com/r/androiddev/comments/1ek3fs1/i_have_published_a_pagination_library_for_compose/) -- [What are some good coding practices to avoid state-management and spaghetti code issues as the codebase grows in size?](https://www.reddit.com/r/androiddev/comments/1ek0uq3/what_are_some_good_coding_practices_to_avoid/) -- [WhatsApp iOS-inspired message interaction UI built with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1ejzw75/whatsapp_iosinspired_message_interaction_ui_built/) -- [How to convert package name to app name?](https://www.reddit.com/r/androiddev/comments/1ejx2cm/how_to_convert_package_name_to_app_name/) -- [MVI ViewModel unit testing naming](https://www.reddit.com/r/androiddev/comments/1ejx27k/mvi_viewmodel_unit_testing_naming/) -- [Server Driven UI - is this really worth it?](https://www.reddit.com/r/androiddev/comments/1ejngo9/server_driven_ui_is_this_really_worth_it/) -- [Single Activity Single Fragment](https://www.reddit.com/r/androiddev/comments/1ejgprm/single_activity_single_fragment/) -- [Update: Is this worthwhile?](https://www.reddit.com/r/androiddev/comments/1ejgkxz/update_is_this_worthwhile/) -- [Has anybody gotten this non-specific error message when trying to verify access to an Android Mobile Device via emulator for Google Play Console? Trying to setup a new Google Play Dev account and am running into this hangup.](https://www.reddit.com/r/androiddev/comments/1ejddq6/has_anybody_gotten_this_nonspecific_error_message/) +- [Looking for a devkit for XR dev](https://www.reddit.com/r/androiddev/comments/1el3vo0/looking_for_a_devkit_for_xr_dev/) +- [Can a foreground service still make requests if the device is in doze mode?](https://www.reddit.com/r/androiddev/comments/1el34x0/can_a_foreground_service_still_make_requests_if/) +- [Where to start?](https://www.reddit.com/r/androiddev/comments/1ekyjgw/where_to_start/) +- [Documentation of Digital Reporting System Development from Android side](https://www.reddit.com/r/androiddev/comments/1ekr7xf/documentation_of_digital_reporting_system/) +- [Error overlapping the elements of a list when opening the keyboard in compose](https://www.reddit.com/r/androiddev/comments/1ekpwzy/error_overlapping_the_elements_of_a_list_when/) +- [Looking for a library](https://www.reddit.com/r/androiddev/comments/1eknes1/looking_for_a_library/) +- [Publishing minSdk=34 APK to Open Testing shows APK running on Android 11](https://www.reddit.com/r/androiddev/comments/1ekm71l/publishing_minsdk34_apk_to_open_testing_shows_apk/) +- [Android studio typing becomes extremely laggy with open emulator after Koala update](https://www.reddit.com/r/androiddev/comments/1eklitx/android_studio_typing_becomes_extremely_laggy/) +- [Android System UI Visibility Callback](https://www.reddit.com/r/androiddev/comments/1ekl95v/android_system_ui_visibility_callback/) +- [use apkanalyzer in CI/CD to track resource sizes](https://www.reddit.com/r/androiddev/comments/1ekk5u9/use_apkanalyzer_in_cicd_to_track_resource_sizes/) ### *InfoWorld posts* From 65b22dcc23a380429c748fb8d46665e9272e6549 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 7 Aug 2024 01:29:24 +0000 Subject: [PATCH 0977/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b7078719c8..63a577e2ca 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Studio Koala Feature Drop | 2024.1.2 RC 1 now available](https://www.reddit.com/r/androiddev/comments/1elvxvn/android_studio_koala_feature_drop_202412_rc_1_now/) +- [Android Studio Ladybug | 2024.2.1 Canary 4 now available](https://www.reddit.com/r/androiddev/comments/1elvxv8/android_studio_ladybug_202421_canary_4_now/) +- [Understanding Android IPC Mechanisms](https://www.reddit.com/r/androiddev/comments/1elq6op/understanding_android_ipc_mechanisms/) +- [Central Ohio Developers](https://www.reddit.com/r/androiddev/comments/1elgf6i/central_ohio_developers/) +- [AI Autocomplete in Android Studio Obnoxious? Or just me?](https://www.reddit.com/r/androiddev/comments/1elfkd6/ai_autocomplete_in_android_studio_obnoxious_or/) +- [Open-source alternative for OneSignal](https://www.reddit.com/r/androiddev/comments/1elehik/opensource_alternative_for_onesignal/) +- [Best UI framework for complex nested drag and drop?](https://www.reddit.com/r/androiddev/comments/1elatg3/best_ui_framework_for_complex_nested_drag_and_drop/) +- [SharedVM for Login and Sign Up](https://www.reddit.com/r/androiddev/comments/1ela8au/sharedvm_for_login_and_sign_up/) - [Looking for a devkit for XR dev](https://www.reddit.com/r/androiddev/comments/1el3vo0/looking_for_a_devkit_for_xr_dev/) - [Can a foreground service still make requests if the device is in doze mode?](https://www.reddit.com/r/androiddev/comments/1el34x0/can_a_foreground_service_still_make_requests_if/) -- [Where to start?](https://www.reddit.com/r/androiddev/comments/1ekyjgw/where_to_start/) -- [Documentation of Digital Reporting System Development from Android side](https://www.reddit.com/r/androiddev/comments/1ekr7xf/documentation_of_digital_reporting_system/) -- [Error overlapping the elements of a list when opening the keyboard in compose](https://www.reddit.com/r/androiddev/comments/1ekpwzy/error_overlapping_the_elements_of_a_list_when/) -- [Looking for a library](https://www.reddit.com/r/androiddev/comments/1eknes1/looking_for_a_library/) -- [Publishing minSdk=34 APK to Open Testing shows APK running on Android 11](https://www.reddit.com/r/androiddev/comments/1ekm71l/publishing_minsdk34_apk_to_open_testing_shows_apk/) -- [Android studio typing becomes extremely laggy with open emulator after Koala update](https://www.reddit.com/r/androiddev/comments/1eklitx/android_studio_typing_becomes_extremely_laggy/) -- [Android System UI Visibility Callback](https://www.reddit.com/r/androiddev/comments/1ekl95v/android_system_ui_visibility_callback/) -- [use apkanalyzer in CI/CD to track resource sizes](https://www.reddit.com/r/androiddev/comments/1ekk5u9/use_apkanalyzer_in_cicd_to_track_resource_sizes/) ### *InfoWorld posts* From 2dbd9b9993d252cae772d08d01d0e6867c63951c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 8 Aug 2024 01:29:15 +0000 Subject: [PATCH 0978/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 63a577e2ca..5ce02b6d35 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How to keep the Debug-Token the same over multiple builds (Firebase App Check)](https://www.reddit.com/r/androiddev/comments/1emsvgf/how_to_keep_the_debugtoken_the_same_over_multiple/) +- [JetpackCompose.app Dispatch Issue #6: Decline of mobile dev, Storybook like tool from JetBrains, better way to measure “seniority” in software engineering, the badass developer of SQLite and meeting Annyce Davis](https://www.reddit.com/r/androiddev/comments/1emmw07/jetpackcomposeapp_dispatch_issue_6_decline_of/) +- [Applying the Strategy Pattern in Kotlin](https://www.reddit.com/r/androiddev/comments/1eme1mx/applying_the_strategy_pattern_in_kotlin/) +- [Android Subscriptions (for Dummies)](https://www.reddit.com/r/androiddev/comments/1emd3ts/android_subscriptions_for_dummies/) +- [Applying fonts globally?](https://www.reddit.com/r/androiddev/comments/1embu0r/applying_fonts_globally/) +- [Useful information about GP account verification](https://www.reddit.com/r/androiddev/comments/1emalfy/useful_information_about_gp_account_verification/) +- [White-label apps on Google Play with organization accounts](https://www.reddit.com/r/androiddev/comments/1em9kzj/whitelabel_apps_on_google_play_with_organization/) +- [Start an Activity from Background](https://www.reddit.com/r/androiddev/comments/1em5xhn/start_an_activity_from_background/) +- [How does Firebase prevent hacked applications from obtaining JWT](https://www.reddit.com/r/androiddev/comments/1em4a4g/how_does_firebase_prevent_hacked_applications/) - [Android Studio Koala Feature Drop | 2024.1.2 RC 1 now available](https://www.reddit.com/r/androiddev/comments/1elvxvn/android_studio_koala_feature_drop_202412_rc_1_now/) -- [Android Studio Ladybug | 2024.2.1 Canary 4 now available](https://www.reddit.com/r/androiddev/comments/1elvxv8/android_studio_ladybug_202421_canary_4_now/) -- [Understanding Android IPC Mechanisms](https://www.reddit.com/r/androiddev/comments/1elq6op/understanding_android_ipc_mechanisms/) -- [Central Ohio Developers](https://www.reddit.com/r/androiddev/comments/1elgf6i/central_ohio_developers/) -- [AI Autocomplete in Android Studio Obnoxious? Or just me?](https://www.reddit.com/r/androiddev/comments/1elfkd6/ai_autocomplete_in_android_studio_obnoxious_or/) -- [Open-source alternative for OneSignal](https://www.reddit.com/r/androiddev/comments/1elehik/opensource_alternative_for_onesignal/) -- [Best UI framework for complex nested drag and drop?](https://www.reddit.com/r/androiddev/comments/1elatg3/best_ui_framework_for_complex_nested_drag_and_drop/) -- [SharedVM for Login and Sign Up](https://www.reddit.com/r/androiddev/comments/1ela8au/sharedvm_for_login_and_sign_up/) -- [Looking for a devkit for XR dev](https://www.reddit.com/r/androiddev/comments/1el3vo0/looking_for_a_devkit_for_xr_dev/) -- [Can a foreground service still make requests if the device is in doze mode?](https://www.reddit.com/r/androiddev/comments/1el34x0/can_a_foreground_service_still_make_requests_if/) ### *InfoWorld posts* From c79bd7b2eb6652346b60bd88fd290fda83d5cad9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 9 Aug 2024 01:29:12 +0000 Subject: [PATCH 0979/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5ce02b6d35..86a079a6e5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to keep the Debug-Token the same over multiple builds (Firebase App Check)](https://www.reddit.com/r/androiddev/comments/1emsvgf/how_to_keep_the_debugtoken_the_same_over_multiple/) +- [Android Studio Ladybug | 2024.2.1 Canary 5 now available](https://www.reddit.com/r/androiddev/comments/1enjzq3/android_studio_ladybug_202421_canary_5_now/) +- [Foreground services Google Play changes](https://www.reddit.com/r/androiddev/comments/1enfpwv/foreground_services_google_play_changes/) +- [Device never recognized in ADB](https://www.reddit.com/r/androiddev/comments/1enfdvr/device_never_recognized_in_adb/) +- [Why we can't discuss here on Google Play issues?](https://www.reddit.com/r/androiddev/comments/1encm88/why_we_cant_discuss_here_on_google_play_issues/) +- [Questions after 6 years self learning](https://www.reddit.com/r/androiddev/comments/1en7j94/questions_after_6_years_self_learning/) +- [What's your approach when you have to share state between screens?](https://www.reddit.com/r/androiddev/comments/1en5k6n/whats_your_approach_when_you_have_to_share_state/) +- [Type-safe navigation passing large list crash](https://www.reddit.com/r/androiddev/comments/1en0ihc/typesafe_navigation_passing_large_list_crash/) +- [Why does windowIsTranslucent fix the orientation of the child activity?](https://www.reddit.com/r/androiddev/comments/1en0fqy/why_does_windowistranslucent_fix_the_orientation/) +- [Building an effective abstraction layer for UI resources on Android](https://www.reddit.com/r/androiddev/comments/1emyo3e/building_an_effective_abstraction_layer_for_ui/) - [JetpackCompose.app Dispatch Issue #6: Decline of mobile dev, Storybook like tool from JetBrains, better way to measure “seniority” in software engineering, the badass developer of SQLite and meeting Annyce Davis](https://www.reddit.com/r/androiddev/comments/1emmw07/jetpackcomposeapp_dispatch_issue_6_decline_of/) -- [Applying the Strategy Pattern in Kotlin](https://www.reddit.com/r/androiddev/comments/1eme1mx/applying_the_strategy_pattern_in_kotlin/) -- [Android Subscriptions (for Dummies)](https://www.reddit.com/r/androiddev/comments/1emd3ts/android_subscriptions_for_dummies/) -- [Applying fonts globally?](https://www.reddit.com/r/androiddev/comments/1embu0r/applying_fonts_globally/) -- [Useful information about GP account verification](https://www.reddit.com/r/androiddev/comments/1emalfy/useful_information_about_gp_account_verification/) -- [White-label apps on Google Play with organization accounts](https://www.reddit.com/r/androiddev/comments/1em9kzj/whitelabel_apps_on_google_play_with_organization/) -- [Start an Activity from Background](https://www.reddit.com/r/androiddev/comments/1em5xhn/start_an_activity_from_background/) -- [How does Firebase prevent hacked applications from obtaining JWT](https://www.reddit.com/r/androiddev/comments/1em4a4g/how_does_firebase_prevent_hacked_applications/) -- [Android Studio Koala Feature Drop | 2024.1.2 RC 1 now available](https://www.reddit.com/r/androiddev/comments/1elvxvn/android_studio_koala_feature_drop_202412_rc_1_now/) ### *InfoWorld posts* From 793c1c2d682439785d62358f2ecbc788023a8f4f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 10 Aug 2024 01:29:06 +0000 Subject: [PATCH 0980/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 86a079a6e5..4079c6ec81 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [This was more fun than I expected!](https://www.reddit.com/r/androiddev/comments/1eo8rbu/this_was_more_fun_than_i_expected/) +- [Compose: Handling complex Hierarchy](https://www.reddit.com/r/androiddev/comments/1eo7lw9/compose_handling_complex_hierarchy/) +- [Anyone else get this weird visual bug in Android Studio's Gemini UI?](https://www.reddit.com/r/androiddev/comments/1eo4y50/anyone_else_get_this_weird_visual_bug_in_android/) +- [how to remove margins from top and bottom](https://www.reddit.com/r/androiddev/comments/1eo4twi/how_to_remove_margins_from_top_and_bottom/) +- [Doubt about in-memory cache thread safeness](https://www.reddit.com/r/androiddev/comments/1eo0u8y/doubt_about_inmemory_cache_thread_safeness/) +- [X/Y coordinates of a complication tap?](https://www.reddit.com/r/androiddev/comments/1eo006p/xy_coordinates_of_a_complication_tap/) +- [Any Way to Access Audio or Lyrics via Media Players?](https://www.reddit.com/r/androiddev/comments/1env0dn/any_way_to_access_audio_or_lyrics_via_media/) +- [Android Studio Koala | 2024.1.1 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/1ennt7n/android_studio_koala_202411_patch_2_now_available/) - [Android Studio Ladybug | 2024.2.1 Canary 5 now available](https://www.reddit.com/r/androiddev/comments/1enjzq3/android_studio_ladybug_202421_canary_5_now/) - [Foreground services Google Play changes](https://www.reddit.com/r/androiddev/comments/1enfpwv/foreground_services_google_play_changes/) -- [Device never recognized in ADB](https://www.reddit.com/r/androiddev/comments/1enfdvr/device_never_recognized_in_adb/) -- [Why we can't discuss here on Google Play issues?](https://www.reddit.com/r/androiddev/comments/1encm88/why_we_cant_discuss_here_on_google_play_issues/) -- [Questions after 6 years self learning](https://www.reddit.com/r/androiddev/comments/1en7j94/questions_after_6_years_self_learning/) -- [What's your approach when you have to share state between screens?](https://www.reddit.com/r/androiddev/comments/1en5k6n/whats_your_approach_when_you_have_to_share_state/) -- [Type-safe navigation passing large list crash](https://www.reddit.com/r/androiddev/comments/1en0ihc/typesafe_navigation_passing_large_list_crash/) -- [Why does windowIsTranslucent fix the orientation of the child activity?](https://www.reddit.com/r/androiddev/comments/1en0fqy/why_does_windowistranslucent_fix_the_orientation/) -- [Building an effective abstraction layer for UI resources on Android](https://www.reddit.com/r/androiddev/comments/1emyo3e/building_an_effective_abstraction_layer_for_ui/) -- [JetpackCompose.app Dispatch Issue #6: Decline of mobile dev, Storybook like tool from JetBrains, better way to measure “seniority” in software engineering, the badass developer of SQLite and meeting Annyce Davis](https://www.reddit.com/r/androiddev/comments/1emmw07/jetpackcomposeapp_dispatch_issue_6_decline_of/) ### *InfoWorld posts* From db2fb3730a67b9d8120ab64afadc0ee6d4498794 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 11 Aug 2024 01:29:25 +0000 Subject: [PATCH 0981/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4079c6ec81..8ac1645203 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [ContentScale Fill by Height Algorithm](https://www.reddit.com/r/androiddev/comments/1ep25wy/contentscale_fill_by_height_algorithm/) +- [Android Wave Recorder V2.0.0 is OUT 📛](https://www.reddit.com/r/androiddev/comments/1ep1s28/android_wave_recorder_v200_is_out/) +- [Launching intent (launching another app) from a Thread](https://www.reddit.com/r/androiddev/comments/1eopzrg/launching_intent_launching_another_app_from_a/) +- [Dimensions with compose](https://www.reddit.com/r/androiddev/comments/1eomnqu/dimensions_with_compose/) - [This was more fun than I expected!](https://www.reddit.com/r/androiddev/comments/1eo8rbu/this_was_more_fun_than_i_expected/) - [Compose: Handling complex Hierarchy](https://www.reddit.com/r/androiddev/comments/1eo7lw9/compose_handling_complex_hierarchy/) - [Anyone else get this weird visual bug in Android Studio's Gemini UI?](https://www.reddit.com/r/androiddev/comments/1eo4y50/anyone_else_get_this_weird_visual_bug_in_android/) - [how to remove margins from top and bottom](https://www.reddit.com/r/androiddev/comments/1eo4twi/how_to_remove_margins_from_top_and_bottom/) - [Doubt about in-memory cache thread safeness](https://www.reddit.com/r/androiddev/comments/1eo0u8y/doubt_about_inmemory_cache_thread_safeness/) - [X/Y coordinates of a complication tap?](https://www.reddit.com/r/androiddev/comments/1eo006p/xy_coordinates_of_a_complication_tap/) -- [Any Way to Access Audio or Lyrics via Media Players?](https://www.reddit.com/r/androiddev/comments/1env0dn/any_way_to_access_audio_or_lyrics_via_media/) -- [Android Studio Koala | 2024.1.1 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/1ennt7n/android_studio_koala_202411_patch_2_now_available/) -- [Android Studio Ladybug | 2024.2.1 Canary 5 now available](https://www.reddit.com/r/androiddev/comments/1enjzq3/android_studio_ladybug_202421_canary_5_now/) -- [Foreground services Google Play changes](https://www.reddit.com/r/androiddev/comments/1enfpwv/foreground_services_google_play_changes/) ### *InfoWorld posts* From d5f8fb76b43354ddbc9c3dc1c88fd91ec2ee0601 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 12 Aug 2024 01:29:36 +0000 Subject: [PATCH 0982/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8ac1645203..54e7a2779b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Using Clean Architecture on Android, is it an overkill?](https://www.reddit.com/r/androiddev/comments/1eppoaf/using_clean_architecture_on_android_is_it_an/) +- [MediaProjection issues in landscape on device with auto-rotate disabled](https://www.reddit.com/r/androiddev/comments/1epfups/mediaprojection_issues_in_landscape_on_device/) +- [Adding a border to the top of a BottomSheetScaffold in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/1epflp3/adding_a_border_to_the_top_of_a/) +- [Equivalent of Flow Layout (Jetpack Compose) in XML?](https://www.reddit.com/r/androiddev/comments/1epc3h2/equivalent_of_flow_layout_jetpack_compose_in_xml/) - [ContentScale Fill by Height Algorithm](https://www.reddit.com/r/androiddev/comments/1ep25wy/contentscale_fill_by_height_algorithm/) - [Android Wave Recorder V2.0.0 is OUT 📛](https://www.reddit.com/r/androiddev/comments/1ep1s28/android_wave_recorder_v200_is_out/) - [Launching intent (launching another app) from a Thread](https://www.reddit.com/r/androiddev/comments/1eopzrg/launching_intent_launching_another_app_from_a/) - [Dimensions with compose](https://www.reddit.com/r/androiddev/comments/1eomnqu/dimensions_with_compose/) - [This was more fun than I expected!](https://www.reddit.com/r/androiddev/comments/1eo8rbu/this_was_more_fun_than_i_expected/) - [Compose: Handling complex Hierarchy](https://www.reddit.com/r/androiddev/comments/1eo7lw9/compose_handling_complex_hierarchy/) -- [Anyone else get this weird visual bug in Android Studio's Gemini UI?](https://www.reddit.com/r/androiddev/comments/1eo4y50/anyone_else_get_this_weird_visual_bug_in_android/) -- [how to remove margins from top and bottom](https://www.reddit.com/r/androiddev/comments/1eo4twi/how_to_remove_margins_from_top_and_bottom/) -- [Doubt about in-memory cache thread safeness](https://www.reddit.com/r/androiddev/comments/1eo0u8y/doubt_about_inmemory_cache_thread_safeness/) -- [X/Y coordinates of a complication tap?](https://www.reddit.com/r/androiddev/comments/1eo006p/xy_coordinates_of_a_complication_tap/) ### *InfoWorld posts* From 3123a77595aac215ff4aa3fc93990dba0a483f23 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 13 Aug 2024 01:29:29 +0000 Subject: [PATCH 0983/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 54e7a2779b..689fed22aa 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Using Clean Architecture on Android, is it an overkill?](https://www.reddit.com/r/androiddev/comments/1eppoaf/using_clean_architecture_on_android_is_it_an/) -- [MediaProjection issues in landscape on device with auto-rotate disabled](https://www.reddit.com/r/androiddev/comments/1epfups/mediaprojection_issues_in_landscape_on_device/) -- [Adding a border to the top of a BottomSheetScaffold in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/1epflp3/adding_a_border_to_the_top_of_a/) -- [Equivalent of Flow Layout (Jetpack Compose) in XML?](https://www.reddit.com/r/androiddev/comments/1epc3h2/equivalent_of_flow_layout_jetpack_compose_in_xml/) -- [ContentScale Fill by Height Algorithm](https://www.reddit.com/r/androiddev/comments/1ep25wy/contentscale_fill_by_height_algorithm/) -- [Android Wave Recorder V2.0.0 is OUT 📛](https://www.reddit.com/r/androiddev/comments/1ep1s28/android_wave_recorder_v200_is_out/) -- [Launching intent (launching another app) from a Thread](https://www.reddit.com/r/androiddev/comments/1eopzrg/launching_intent_launching_another_app_from_a/) -- [Dimensions with compose](https://www.reddit.com/r/androiddev/comments/1eomnqu/dimensions_with_compose/) -- [This was more fun than I expected!](https://www.reddit.com/r/androiddev/comments/1eo8rbu/this_was_more_fun_than_i_expected/) -- [Compose: Handling complex Hierarchy](https://www.reddit.com/r/androiddev/comments/1eo7lw9/compose_handling_complex_hierarchy/) +- [I am trying to make all the elements on the android screen to the right centered for an app I am making. I've watched youtube videos and reading articles and have found nothing that works to fix the verticalArrangement code that is in red. Please help. Thank you in advance.](https://www.reddit.com/r/androiddev/comments/1eqrrwy/i_am_trying_to_make_all_the_elements_on_the/) +- [Understanding Android's High Contrast Text Mode: Which text gets an outline and which text gets turns to black/white](https://www.reddit.com/r/androiddev/comments/1eqqjkx/understanding_androids_high_contrast_text_mode/) +- [Need Advice: Should I Release a New Version or Wait? Open Testing Issues](https://www.reddit.com/r/androiddev/comments/1eqle9i/need_advice_should_i_release_a_new_version_or/) +- [Deeplink behavior in different android devices](https://www.reddit.com/r/androiddev/comments/1eqj3wf/deeplink_behavior_in_different_android_devices/) +- [Why not distribute your app outside of the Play store?](https://www.reddit.com/r/androiddev/comments/1eqhzu0/why_not_distribute_your_app_outside_of_the_play/) +- [tab takes extra space inside nestedscrollview in android](https://www.reddit.com/r/androiddev/comments/1eqhq9j/tab_takes_extra_space_inside_nestedscrollview_in/) +- [Change Package Name on Google Play](https://www.reddit.com/r/androiddev/comments/1eqhbth/change_package_name_on_google_play/) +- [Wanted: Android Developer to Fight Censorship](https://www.reddit.com/r/androiddev/comments/1eqdexm/wanted_android_developer_to_fight_censorship/) +- [Android TV App - Long press back button listener for view](https://www.reddit.com/r/androiddev/comments/1eqczhn/android_tv_app_long_press_back_button_listener/) +- [Unresolved reference: ksp (KSP is not working)](https://www.reddit.com/r/androiddev/comments/1eqbc8g/unresolved_reference_ksp_ksp_is_not_working/) ### *InfoWorld posts* From 91aea8be11ef165aa3247d86a724aec22b23a98b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 14 Aug 2024 01:29:15 +0000 Subject: [PATCH 0984/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 689fed22aa..51c4ee69c3 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I am trying to make all the elements on the android screen to the right centered for an app I am making. I've watched youtube videos and reading articles and have found nothing that works to fix the verticalArrangement code that is in red. Please help. Thank you in advance.](https://www.reddit.com/r/androiddev/comments/1eqrrwy/i_am_trying_to_make_all_the_elements_on_the/) -- [Understanding Android's High Contrast Text Mode: Which text gets an outline and which text gets turns to black/white](https://www.reddit.com/r/androiddev/comments/1eqqjkx/understanding_androids_high_contrast_text_mode/) -- [Need Advice: Should I Release a New Version or Wait? Open Testing Issues](https://www.reddit.com/r/androiddev/comments/1eqle9i/need_advice_should_i_release_a_new_version_or/) -- [Deeplink behavior in different android devices](https://www.reddit.com/r/androiddev/comments/1eqj3wf/deeplink_behavior_in_different_android_devices/) -- [Why not distribute your app outside of the Play store?](https://www.reddit.com/r/androiddev/comments/1eqhzu0/why_not_distribute_your_app_outside_of_the_play/) -- [tab takes extra space inside nestedscrollview in android](https://www.reddit.com/r/androiddev/comments/1eqhq9j/tab_takes_extra_space_inside_nestedscrollview_in/) -- [Change Package Name on Google Play](https://www.reddit.com/r/androiddev/comments/1eqhbth/change_package_name_on_google_play/) -- [Wanted: Android Developer to Fight Censorship](https://www.reddit.com/r/androiddev/comments/1eqdexm/wanted_android_developer_to_fight_censorship/) -- [Android TV App - Long press back button listener for view](https://www.reddit.com/r/androiddev/comments/1eqczhn/android_tv_app_long_press_back_button_listener/) -- [Unresolved reference: ksp (KSP is not working)](https://www.reddit.com/r/androiddev/comments/1eqbc8g/unresolved_reference_ksp_ksp_is_not_working/) +- [Is there any ui test lib which has methods to test if the layout is in center gravity etc directly?](https://www.reddit.com/r/androiddev/comments/1ericaw/is_there_any_ui_test_lib_which_has_methods_to/) +- [Genymotion](https://www.reddit.com/r/androiddev/comments/1erg6ie/genymotion/) +- [Android Studio Ladybug | 2024.2.1 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/1erekpr/android_studio_ladybug_202421_canary_6_now/) +- [Use fixed height & width for box](https://www.reddit.com/r/androiddev/comments/1era215/use_fixed_height_width_for_box/) +- [How can I test the Galaxy Z Flip 6 on Android Studio](https://www.reddit.com/r/androiddev/comments/1er8rac/how_can_i_test_the_galaxy_z_flip_6_on_android/) +- [Gemini API In Android](https://www.reddit.com/r/androiddev/comments/1er7q85/gemini_api_in_android/) +- [Bluetooth scans suspended](https://www.reddit.com/r/androiddev/comments/1er7oh5/bluetooth_scans_suspended/) +- [Do people abuse the refund policy?](https://www.reddit.com/r/androiddev/comments/1er6vrv/do_people_abuse_the_refund_policy/) +- [Google Play Console question](https://www.reddit.com/r/androiddev/comments/1er5t56/google_play_console_question/) +- [Your app currently uses Play Billing Library version AIDL and must update to at least version 5.2.1 to make use of the latest monetization features on Google Play.](https://www.reddit.com/r/androiddev/comments/1er567y/your_app_currently_uses_play_billing_library/) ### *InfoWorld posts* From 1f6b7d54ffb7bd45a34040242f39b9952384f6da Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 15 Aug 2024 01:28:53 +0000 Subject: [PATCH 0985/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 51c4ee69c3..0c58872aa9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is there any ui test lib which has methods to test if the layout is in center gravity etc directly?](https://www.reddit.com/r/androiddev/comments/1ericaw/is_there_any_ui_test_lib_which_has_methods_to/) -- [Genymotion](https://www.reddit.com/r/androiddev/comments/1erg6ie/genymotion/) -- [Android Studio Ladybug | 2024.2.1 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/1erekpr/android_studio_ladybug_202421_canary_6_now/) -- [Use fixed height & width for box](https://www.reddit.com/r/androiddev/comments/1era215/use_fixed_height_width_for_box/) -- [How can I test the Galaxy Z Flip 6 on Android Studio](https://www.reddit.com/r/androiddev/comments/1er8rac/how_can_i_test_the_galaxy_z_flip_6_on_android/) -- [Gemini API In Android](https://www.reddit.com/r/androiddev/comments/1er7q85/gemini_api_in_android/) -- [Bluetooth scans suspended](https://www.reddit.com/r/androiddev/comments/1er7oh5/bluetooth_scans_suspended/) -- [Do people abuse the refund policy?](https://www.reddit.com/r/androiddev/comments/1er6vrv/do_people_abuse_the_refund_policy/) -- [Google Play Console question](https://www.reddit.com/r/androiddev/comments/1er5t56/google_play_console_question/) -- [Your app currently uses Play Billing Library version AIDL and must update to at least version 5.2.1 to make use of the latest monetization features on Google Play.](https://www.reddit.com/r/androiddev/comments/1er567y/your_app_currently_uses_play_billing_library/) +- [Urgent: Unexpected delay in app update review - Need advice](https://www.reddit.com/r/androiddev/comments/1esg5vy/urgent_unexpected_delay_in_app_update_review_need/) +- [API level 34 or higher required at end of month - What about all the Android 10 and 11 TV's??](https://www.reddit.com/r/androiddev/comments/1esfiij/api_level_34_or_higher_required_at_end_of_month/) +- [Singular: yet another reactive tool.](https://www.reddit.com/r/androiddev/comments/1esf76z/singular_yet_another_reactive_tool/) +- [[Kernel] Disable the proximity sensor or alter it in the kernel level](https://www.reddit.com/r/androiddev/comments/1esbyby/kernel_disable_the_proximity_sensor_or_alter_it/) +- [What are the alternatives to App Center Distribution for Android devices without Google accounts?](https://www.reddit.com/r/androiddev/comments/1es57i5/what_are_the_alternatives_to_app_center/) +- [How long will it take for Google Play to update my total installs?](https://www.reddit.com/r/androiddev/comments/1es2zes/how_long_will_it_take_for_google_play_to_update/) +- [Enabling/Disabling device frame in the Emulator can cause a black bar at the top of the app.](https://www.reddit.com/r/androiddev/comments/1es1ev1/enablingdisabling_device_frame_in_the_emulator/) +- [Not getting good resources](https://www.reddit.com/r/androiddev/comments/1es0fta/not_getting_good_resources/) +- [Verification: Mismatch between developer account and payment profile](https://www.reddit.com/r/androiddev/comments/1erz5zr/verification_mismatch_between_developer_account/) +- [How did you get Play Console without DUNS number](https://www.reddit.com/r/androiddev/comments/1erydew/how_did_you_get_play_console_without_duns_number/) ### *InfoWorld posts* From bf528f007ad90cb7f6278c43c0c86646a874ceb2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 16 Aug 2024 01:29:12 +0000 Subject: [PATCH 0986/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0c58872aa9..c1c6201562 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Urgent: Unexpected delay in app update review - Need advice](https://www.reddit.com/r/androiddev/comments/1esg5vy/urgent_unexpected_delay_in_app_update_review_need/) -- [API level 34 or higher required at end of month - What about all the Android 10 and 11 TV's??](https://www.reddit.com/r/androiddev/comments/1esfiij/api_level_34_or_higher_required_at_end_of_month/) -- [Singular: yet another reactive tool.](https://www.reddit.com/r/androiddev/comments/1esf76z/singular_yet_another_reactive_tool/) -- [[Kernel] Disable the proximity sensor or alter it in the kernel level](https://www.reddit.com/r/androiddev/comments/1esbyby/kernel_disable_the_proximity_sensor_or_alter_it/) -- [What are the alternatives to App Center Distribution for Android devices without Google accounts?](https://www.reddit.com/r/androiddev/comments/1es57i5/what_are_the_alternatives_to_app_center/) -- [How long will it take for Google Play to update my total installs?](https://www.reddit.com/r/androiddev/comments/1es2zes/how_long_will_it_take_for_google_play_to_update/) -- [Enabling/Disabling device frame in the Emulator can cause a black bar at the top of the app.](https://www.reddit.com/r/androiddev/comments/1es1ev1/enablingdisabling_device_frame_in_the_emulator/) -- [Not getting good resources](https://www.reddit.com/r/androiddev/comments/1es0fta/not_getting_good_resources/) -- [Verification: Mismatch between developer account and payment profile](https://www.reddit.com/r/androiddev/comments/1erz5zr/verification_mismatch_between_developer_account/) -- [How did you get Play Console without DUNS number](https://www.reddit.com/r/androiddev/comments/1erydew/how_did_you_get_play_console_without_duns_number/) +- [Data Transfer Between Fragment and BottomSheetDialogFragment Using Dagger and Navigation Component](https://www.reddit.com/r/androiddev/comments/1eta5vb/data_transfer_between_fragment_and/) +- [Android Studio Ladybug | 2024.2.1 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/1et95hc/android_studio_ladybug_202421_canary_7_now/) +- [Data Structures : That Power Your Database Part - 1](https://www.reddit.com/r/androiddev/comments/1et6duu/data_structures_that_power_your_database_part_1/) +- [Faster Gradle builds and Android Studio syncs by unloading modules, making Android Studio much more responsive.](https://www.reddit.com/r/androiddev/comments/1et4g58/faster_gradle_builds_and_android_studio_syncs_by/) +- [Judge tells Google to brace for shakeup of Android app store as punishment for running a monopoly](https://www.reddit.com/r/androiddev/comments/1et3oyp/judge_tells_google_to_brace_for_shakeup_of/) +- [Hacking Android on runtime using Frida tool](https://www.reddit.com/r/androiddev/comments/1et2jcm/hacking_android_on_runtime_using_frida_tool/) +- [Composition over Inheritance in Kotlin](https://www.reddit.com/r/androiddev/comments/1esy1qr/composition_over_inheritance_in_kotlin/) +- [Would you use this pagination library?](https://www.reddit.com/r/androiddev/comments/1esuf66/would_you_use_this_pagination_library/) +- [Experienced devs, what was your experience with ADT and Ant?](https://www.reddit.com/r/androiddev/comments/1esqrwg/experienced_devs_what_was_your_experience_with/) +- [How to use asymmetric encryption with Android Keystore?](https://www.reddit.com/r/androiddev/comments/1espqcd/how_to_use_asymmetric_encryption_with_android/) ### *InfoWorld posts* From f0b4cdee010d1c16db5d2c3cfcc4182d071161c8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 17 Aug 2024 01:28:50 +0000 Subject: [PATCH 0987/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c1c6201562..5e1859a80a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Data Transfer Between Fragment and BottomSheetDialogFragment Using Dagger and Navigation Component](https://www.reddit.com/r/androiddev/comments/1eta5vb/data_transfer_between_fragment_and/) -- [Android Studio Ladybug | 2024.2.1 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/1et95hc/android_studio_ladybug_202421_canary_7_now/) -- [Data Structures : That Power Your Database Part - 1](https://www.reddit.com/r/androiddev/comments/1et6duu/data_structures_that_power_your_database_part_1/) -- [Faster Gradle builds and Android Studio syncs by unloading modules, making Android Studio much more responsive.](https://www.reddit.com/r/androiddev/comments/1et4g58/faster_gradle_builds_and_android_studio_syncs_by/) -- [Judge tells Google to brace for shakeup of Android app store as punishment for running a monopoly](https://www.reddit.com/r/androiddev/comments/1et3oyp/judge_tells_google_to_brace_for_shakeup_of/) -- [Hacking Android on runtime using Frida tool](https://www.reddit.com/r/androiddev/comments/1et2jcm/hacking_android_on_runtime_using_frida_tool/) -- [Composition over Inheritance in Kotlin](https://www.reddit.com/r/androiddev/comments/1esy1qr/composition_over_inheritance_in_kotlin/) -- [Would you use this pagination library?](https://www.reddit.com/r/androiddev/comments/1esuf66/would_you_use_this_pagination_library/) -- [Experienced devs, what was your experience with ADT and Ant?](https://www.reddit.com/r/androiddev/comments/1esqrwg/experienced_devs_what_was_your_experience_with/) -- [How to use asymmetric encryption with Android Keystore?](https://www.reddit.com/r/androiddev/comments/1espqcd/how_to_use_asymmetric_encryption_with_android/) +- [What and How to learn Android Development?](https://www.reddit.com/r/androiddev/comments/1eu16v7/what_and_how_to_learn_android_development/) +- [Am I only one who hates their job?](https://www.reddit.com/r/androiddev/comments/1etxibe/am_i_only_one_who_hates_their_job/) +- [Message notifications with Cloud Functions](https://www.reddit.com/r/androiddev/comments/1etwprn/message_notifications_with_cloud_functions/) +- [I am trying to apply clean arch](https://www.reddit.com/r/androiddev/comments/1etwmna/i_am_trying_to_apply_clean_arch/) +- [Where to list open source licenses?](https://www.reddit.com/r/androiddev/comments/1etw3fj/where_to_list_open_source_licenses/) +- [Pet Project Ideas for Android Devs](https://www.reddit.com/r/androiddev/comments/1etvcz4/pet_project_ideas_for_android_devs/) +- [Troubles with google play developer account verification](https://www.reddit.com/r/androiddev/comments/1etut8w/troubles_with_google_play_developer_account/) +- [Why Did Samsung Take Control of My Banking App? Inside Android’s ‘Clobbering’ Dilemma](https://www.reddit.com/r/androiddev/comments/1ettxsr/why_did_samsung_take_control_of_my_banking_app/) +- [User Data - Account Deletion Rejection](https://www.reddit.com/r/androiddev/comments/1etrkuh/user_data_account_deletion_rejection/) +- [Graphine vs lineage vs something else, why and how to contribute](https://www.reddit.com/r/androiddev/comments/1etr74d/graphine_vs_lineage_vs_something_else_why_and_how/) ### *InfoWorld posts* From a00df162fe957f94807ce291756ea2a89fd75b2f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 18 Aug 2024 01:29:17 +0000 Subject: [PATCH 0988/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5e1859a80a..08b1b5e4a0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [What and How to learn Android Development?](https://www.reddit.com/r/androiddev/comments/1eu16v7/what_and_how_to_learn_android_development/) -- [Am I only one who hates their job?](https://www.reddit.com/r/androiddev/comments/1etxibe/am_i_only_one_who_hates_their_job/) -- [Message notifications with Cloud Functions](https://www.reddit.com/r/androiddev/comments/1etwprn/message_notifications_with_cloud_functions/) -- [I am trying to apply clean arch](https://www.reddit.com/r/androiddev/comments/1etwmna/i_am_trying_to_apply_clean_arch/) -- [Where to list open source licenses?](https://www.reddit.com/r/androiddev/comments/1etw3fj/where_to_list_open_source_licenses/) -- [Pet Project Ideas for Android Devs](https://www.reddit.com/r/androiddev/comments/1etvcz4/pet_project_ideas_for_android_devs/) -- [Troubles with google play developer account verification](https://www.reddit.com/r/androiddev/comments/1etut8w/troubles_with_google_play_developer_account/) -- [Why Did Samsung Take Control of My Banking App? Inside Android’s ‘Clobbering’ Dilemma](https://www.reddit.com/r/androiddev/comments/1ettxsr/why_did_samsung_take_control_of_my_banking_app/) -- [User Data - Account Deletion Rejection](https://www.reddit.com/r/androiddev/comments/1etrkuh/user_data_account_deletion_rejection/) -- [Graphine vs lineage vs something else, why and how to contribute](https://www.reddit.com/r/androiddev/comments/1etr74d/graphine_vs_lineage_vs_something_else_why_and_how/) +- [Taking a technical test on HackerRank](https://www.reddit.com/r/androiddev/comments/1euuf9j/taking_a_technical_test_on_hackerrank/) +- [Composable in Navigation graph](https://www.reddit.com/r/androiddev/comments/1eurm59/composable_in_navigation_graph/) +- [DevsUnite: The App for the developers by the developers](https://www.reddit.com/r/androiddev/comments/1eunvwj/devsunite_the_app_for_the_developers_by_the/) +- [Improve Kotlin Code Review Part -1](https://www.reddit.com/r/androiddev/comments/1eumt99/improve_kotlin_code_review_part_1/) +- [how do i get my closed beta ratings to be public ?](https://www.reddit.com/r/androiddev/comments/1eumooi/how_do_i_get_my_closed_beta_ratings_to_be_public/) +- [Share Android system images and emulators folders across Windows and Linux (dual boot)](https://www.reddit.com/r/androiddev/comments/1eum74l/share_android_system_images_and_emulators_folders/) +- [watch face pictures on the google store and r/GalaxyWatchFace](https://www.reddit.com/r/androiddev/comments/1eulokg/watch_face_pictures_on_the_google_store_and/) +- [Should this transaction incident with Google Playstore be of any concern?](https://www.reddit.com/r/androiddev/comments/1eulkzh/should_this_transaction_incident_with_google/) +- [Should a simple TextField store its own state?](https://www.reddit.com/r/androiddev/comments/1eukqs5/should_a_simple_textfield_store_its_own_state/) +- [Is JetPack Compose really better than XML?](https://www.reddit.com/r/androiddev/comments/1euhlpz/is_jetpack_compose_really_better_than_xml/) ### *InfoWorld posts* From 2ec74635f1a56ea073ecadcca0ebc2ee66d3ea70 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 19 Aug 2024 01:29:31 +0000 Subject: [PATCH 0989/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 08b1b5e4a0..0aced68a24 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Taking a technical test on HackerRank](https://www.reddit.com/r/androiddev/comments/1euuf9j/taking_a_technical_test_on_hackerrank/) +- [Windows 11 Windows Hypervisor Platform (WHPX) Validate is running?](https://www.reddit.com/r/androiddev/comments/1evh125/windows_11_windows_hypervisor_platform_whpx/) +- [Segment-Anything Inference in Android with ONNX](https://www.reddit.com/r/androiddev/comments/1evcd5b/segmentanything_inference_in_android_with_onnx/) +- [How do you guys handle long-running CoroutineScope(s)?](https://www.reddit.com/r/androiddev/comments/1ev8nu0/how_do_you_guys_handle_longrunning_coroutinescopes/) +- [Creating side project which requires saving data remotely. What should I use?](https://www.reddit.com/r/androiddev/comments/1ev8heu/creating_side_project_which_requires_saving_data/) +- [[Question] Silent Auth to Backend with Google Credential manager / Google identity service](https://www.reddit.com/r/androiddev/comments/1ev28lq/question_silent_auth_to_backend_with_google/) - [Composable in Navigation graph](https://www.reddit.com/r/androiddev/comments/1eurm59/composable_in_navigation_graph/) - [DevsUnite: The App for the developers by the developers](https://www.reddit.com/r/androiddev/comments/1eunvwj/devsunite_the_app_for_the_developers_by_the/) - [Improve Kotlin Code Review Part -1](https://www.reddit.com/r/androiddev/comments/1eumt99/improve_kotlin_code_review_part_1/) - [how do i get my closed beta ratings to be public ?](https://www.reddit.com/r/androiddev/comments/1eumooi/how_do_i_get_my_closed_beta_ratings_to_be_public/) - [Share Android system images and emulators folders across Windows and Linux (dual boot)](https://www.reddit.com/r/androiddev/comments/1eum74l/share_android_system_images_and_emulators_folders/) -- [watch face pictures on the google store and r/GalaxyWatchFace](https://www.reddit.com/r/androiddev/comments/1eulokg/watch_face_pictures_on_the_google_store_and/) -- [Should this transaction incident with Google Playstore be of any concern?](https://www.reddit.com/r/androiddev/comments/1eulkzh/should_this_transaction_incident_with_google/) -- [Should a simple TextField store its own state?](https://www.reddit.com/r/androiddev/comments/1eukqs5/should_a_simple_textfield_store_its_own_state/) -- [Is JetPack Compose really better than XML?](https://www.reddit.com/r/androiddev/comments/1euhlpz/is_jetpack_compose_really_better_than_xml/) ### *InfoWorld posts* From b54eed2822118cecf388c2a9fb4492c4d1ac1b66 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 20 Aug 2024 01:29:08 +0000 Subject: [PATCH 0990/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0aced68a24..7e6c2c56b6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Windows 11 Windows Hypervisor Platform (WHPX) Validate is running?](https://www.reddit.com/r/androiddev/comments/1evh125/windows_11_windows_hypervisor_platform_whpx/) -- [Segment-Anything Inference in Android with ONNX](https://www.reddit.com/r/androiddev/comments/1evcd5b/segmentanything_inference_in_android_with_onnx/) -- [How do you guys handle long-running CoroutineScope(s)?](https://www.reddit.com/r/androiddev/comments/1ev8nu0/how_do_you_guys_handle_longrunning_coroutinescopes/) -- [Creating side project which requires saving data remotely. What should I use?](https://www.reddit.com/r/androiddev/comments/1ev8heu/creating_side_project_which_requires_saving_data/) -- [[Question] Silent Auth to Backend with Google Credential manager / Google identity service](https://www.reddit.com/r/androiddev/comments/1ev28lq/question_silent_auth_to_backend_with_google/) -- [Composable in Navigation graph](https://www.reddit.com/r/androiddev/comments/1eurm59/composable_in_navigation_graph/) -- [DevsUnite: The App for the developers by the developers](https://www.reddit.com/r/androiddev/comments/1eunvwj/devsunite_the_app_for_the_developers_by_the/) -- [Improve Kotlin Code Review Part -1](https://www.reddit.com/r/androiddev/comments/1eumt99/improve_kotlin_code_review_part_1/) -- [how do i get my closed beta ratings to be public ?](https://www.reddit.com/r/androiddev/comments/1eumooi/how_do_i_get_my_closed_beta_ratings_to_be_public/) -- [Share Android system images and emulators folders across Windows and Linux (dual boot)](https://www.reddit.com/r/androiddev/comments/1eum74l/share_android_system_images_and_emulators_folders/) +- [I made Bulifier - The new Android AI Open Source IDE, that challenge the way we code](https://www.reddit.com/r/androiddev/comments/1ewdpzg/i_made_bulifier_the_new_android_ai_open_source/) +- [Do I really have to make a dev an "admin" (in google play console and App Connect) in order for them to be able to work on in-app purchases?](https://www.reddit.com/r/androiddev/comments/1ewcq8x/do_i_really_have_to_make_a_dev_an_admin_in_google/) +- [I made a site with a collection of over 7,000+ Jetpack Compose icons to add to your project with a copy-paste](https://www.reddit.com/r/androiddev/comments/1ew63qc/i_made_a_site_with_a_collection_of_over_7000/) +- [WebAdb not working](https://www.reddit.com/r/androiddev/comments/1ew5kla/webadb_not_working/) +- [Using skydoves/balloons-compose library produces freezes and lags in my application](https://www.reddit.com/r/androiddev/comments/1ew3b9a/using_skydovesballoonscompose_library_produces/) +- [Securely store API Keys](https://www.reddit.com/r/androiddev/comments/1ew1fng/securely_store_api_keys/) +- [When I start a trip in the CityMapper app, a widget is placed in the top status bar, and it keeps running even if I close the app. What is this called?](https://www.reddit.com/r/androiddev/comments/1ew19rj/when_i_start_a_trip_in_the_citymapper_app_a/) +- [Application Of Singleton and Delegated Properties](https://www.reddit.com/r/androiddev/comments/1ew0rx0/application_of_singleton_and_delegated_properties/) +- [Designing Effective Compose UIs For Enhancing Previews](https://www.reddit.com/r/androiddev/comments/1ew0pds/designing_effective_compose_uis_for_enhancing/) +- [Why does Glide Compose load part of the image? I never had that issue using XML.](https://www.reddit.com/r/androiddev/comments/1ew0oy8/why_does_glide_compose_load_part_of_the_image_i/) ### *InfoWorld posts* From 387833451fbc8c42bfc49cf6fb27de66ea0798ec Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 21 Aug 2024 01:29:14 +0000 Subject: [PATCH 0991/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7e6c2c56b6..254dd349ca 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [I made Bulifier - The new Android AI Open Source IDE, that challenge the way we code](https://www.reddit.com/r/androiddev/comments/1ewdpzg/i_made_bulifier_the_new_android_ai_open_source/) -- [Do I really have to make a dev an "admin" (in google play console and App Connect) in order for them to be able to work on in-app purchases?](https://www.reddit.com/r/androiddev/comments/1ewcq8x/do_i_really_have_to_make_a_dev_an_admin_in_google/) -- [I made a site with a collection of over 7,000+ Jetpack Compose icons to add to your project with a copy-paste](https://www.reddit.com/r/androiddev/comments/1ew63qc/i_made_a_site_with_a_collection_of_over_7000/) -- [WebAdb not working](https://www.reddit.com/r/androiddev/comments/1ew5kla/webadb_not_working/) -- [Using skydoves/balloons-compose library produces freezes and lags in my application](https://www.reddit.com/r/androiddev/comments/1ew3b9a/using_skydovesballoonscompose_library_produces/) -- [Securely store API Keys](https://www.reddit.com/r/androiddev/comments/1ew1fng/securely_store_api_keys/) -- [When I start a trip in the CityMapper app, a widget is placed in the top status bar, and it keeps running even if I close the app. What is this called?](https://www.reddit.com/r/androiddev/comments/1ew19rj/when_i_start_a_trip_in_the_citymapper_app_a/) -- [Application Of Singleton and Delegated Properties](https://www.reddit.com/r/androiddev/comments/1ew0rx0/application_of_singleton_and_delegated_properties/) -- [Designing Effective Compose UIs For Enhancing Previews](https://www.reddit.com/r/androiddev/comments/1ew0pds/designing_effective_compose_uis_for_enhancing/) -- [Why does Glide Compose load part of the image? I never had that issue using XML.](https://www.reddit.com/r/androiddev/comments/1ew0oy8/why_does_glide_compose_load_part_of_the_image_i/) +- [Anyone been able to verify a corporate number on Google Play?](https://www.reddit.com/r/androiddev/comments/1excprw/anyone_been_able_to_verify_a_corporate_number_on/) +- [Received a Copyright Infringement Email for Using a Generic Word—Anyone Else?](https://www.reddit.com/r/androiddev/comments/1ex5q31/received_a_copyright_infringement_email_for_using/) +- [How does a sole trader verify their account on google play?](https://www.reddit.com/r/androiddev/comments/1ex3lcg/how_does_a_sole_trader_verify_their_account_on/) +- [What's your take on integrating Ads in modern app design?](https://www.reddit.com/r/androiddev/comments/1ex1gmn/whats_your_take_on_integrating_ads_in_modern_app/) +- [LiveShopping Android - A demo app showcasing real-time livestreaming and messaging capabilities built with Jetpack Compose.](https://www.reddit.com/r/androiddev/comments/1ewv7k3/liveshopping_android_a_demo_app_showcasing/) +- [How do you take into account different languages on your app?](https://www.reddit.com/r/androiddev/comments/1ewuchn/how_do_you_take_into_account_different_languages/) +- [Issues with Bluetooth Data Transfer](https://www.reddit.com/r/androiddev/comments/1ewrf3q/issues_with_bluetooth_data_transfer/) +- [Jetpack Compose Canvas - drawForPersistence invoked on a null object reference](https://www.reddit.com/r/androiddev/comments/1ewqrsj/jetpack_compose_canvas_drawforpersistence_invoked/) +- [How to crack Android interviews as a fresher?](https://www.reddit.com/r/androiddev/comments/1ewm0di/how_to_crack_android_interviews_as_a_fresher/) +- [Any way to force an app update in the process, outside of the play store, like React Native?](https://www.reddit.com/r/androiddev/comments/1ewdbl3/any_way_to_force_an_app_update_in_the_process/) ### *InfoWorld posts* From 620e7968b88981ceb7fb062ad69bbf600b840950 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 22 Aug 2024 01:29:22 +0000 Subject: [PATCH 0992/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 254dd349ca..62e6f86efc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Anyone been able to verify a corporate number on Google Play?](https://www.reddit.com/r/androiddev/comments/1excprw/anyone_been_able_to_verify_a_corporate_number_on/) -- [Received a Copyright Infringement Email for Using a Generic Word—Anyone Else?](https://www.reddit.com/r/androiddev/comments/1ex5q31/received_a_copyright_infringement_email_for_using/) -- [How does a sole trader verify their account on google play?](https://www.reddit.com/r/androiddev/comments/1ex3lcg/how_does_a_sole_trader_verify_their_account_on/) -- [What's your take on integrating Ads in modern app design?](https://www.reddit.com/r/androiddev/comments/1ex1gmn/whats_your_take_on_integrating_ads_in_modern_app/) -- [LiveShopping Android - A demo app showcasing real-time livestreaming and messaging capabilities built with Jetpack Compose.](https://www.reddit.com/r/androiddev/comments/1ewv7k3/liveshopping_android_a_demo_app_showcasing/) -- [How do you take into account different languages on your app?](https://www.reddit.com/r/androiddev/comments/1ewuchn/how_do_you_take_into_account_different_languages/) -- [Issues with Bluetooth Data Transfer](https://www.reddit.com/r/androiddev/comments/1ewrf3q/issues_with_bluetooth_data_transfer/) -- [Jetpack Compose Canvas - drawForPersistence invoked on a null object reference](https://www.reddit.com/r/androiddev/comments/1ewqrsj/jetpack_compose_canvas_drawforpersistence_invoked/) -- [How to crack Android interviews as a fresher?](https://www.reddit.com/r/androiddev/comments/1ewm0di/how_to_crack_android_interviews_as_a_fresher/) -- [Any way to force an app update in the process, outside of the play store, like React Native?](https://www.reddit.com/r/androiddev/comments/1ewdbl3/any_way_to_force_an_app_update_in_the_process/) +- [What is wrong with this Full Screen Intent notification? API 35](https://www.reddit.com/r/androiddev/comments/1ey5dav/what_is_wrong_with_this_full_screen_intent/) +- [Flutter or native first?](https://www.reddit.com/r/androiddev/comments/1ey11xe/flutter_or_native_first/) +- [What developers do with invoices and payments from Google in EU (Greece even better) ?](https://www.reddit.com/r/androiddev/comments/1exx0kc/what_developers_do_with_invoices_and_payments/) +- [When to pick Android KeyStore or Keychain?](https://www.reddit.com/r/androiddev/comments/1exuccn/when_to_pick_android_keystore_or_keychain/) +- [Applying the Decorator Pattern in Kotlin](https://www.reddit.com/r/androiddev/comments/1exrv01/applying_the_decorator_pattern_in_kotlin/) +- [Single Activity vs Multiple Activity](https://www.reddit.com/r/androiddev/comments/1expahv/single_activity_vs_multiple_activity/) +- [AsyncImage - duplicate or no disk cache](https://www.reddit.com/r/androiddev/comments/1exp83k/asyncimage_duplicate_or_no_disk_cache/) +- [Is there any way to get to this page in the settings programmatically?](https://www.reddit.com/r/androiddev/comments/1exm068/is_there_any_way_to_get_to_this_page_in_the/) +- [Handle permissions in Compose Multiplatform projects using Calf](https://www.reddit.com/r/androiddev/comments/1exlqyv/handle_permissions_in_compose_multiplatform/) +- [Can I use almost same code base for multiple apps?](https://www.reddit.com/r/androiddev/comments/1exe5ri/can_i_use_almost_same_code_base_for_multiple_apps/) ### *InfoWorld posts* From 588a5b7ddd0e70c7593aa10fe34d3f611a6d8c09 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 23 Aug 2024 01:33:23 +0000 Subject: [PATCH 0993/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 62e6f86efc..25d012b8bc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [List of Google Material Symbols](https://www.reddit.com/r/androiddev/comments/1eyvdcc/list_of_google_material_symbols/) +- [Need to get Google app store data for a market research before launch, any ideas?](https://www.reddit.com/r/androiddev/comments/1eylxmq/need_to_get_google_app_store_data_for_a_market/) +- [How to open an activity for selecting multiple media files WITH support for other apps?](https://www.reddit.com/r/androiddev/comments/1eylubr/how_to_open_an_activity_for_selecting_multiple/) +- [How to expand the UI content behind the status bar when using XMl to create UI](https://www.reddit.com/r/androiddev/comments/1eyk7ei/how_to_expand_the_ui_content_behind_the_status/) +- [Where does android stores my c++ shared libraries (.so) after installing my apk?](https://www.reddit.com/r/androiddev/comments/1eyk615/where_does_android_stores_my_c_shared_libraries/) +- [Improve Kotlin Code Review — Part II](https://www.reddit.com/r/androiddev/comments/1eyf4co/improve_kotlin_code_review_part_ii/) +- [Android Context and SOLID principles](https://www.reddit.com/r/androiddev/comments/1eyez38/android_context_and_solid_principles/) +- [How to manage Daily Reset Time](https://www.reddit.com/r/androiddev/comments/1eyect4/how_to_manage_daily_reset_time/) +- [I need help in Android studio java, xml (groovy)](https://www.reddit.com/r/androiddev/comments/1eybhak/i_need_help_in_android_studio_java_xml_groovy/) - [What is wrong with this Full Screen Intent notification? API 35](https://www.reddit.com/r/androiddev/comments/1ey5dav/what_is_wrong_with_this_full_screen_intent/) -- [Flutter or native first?](https://www.reddit.com/r/androiddev/comments/1ey11xe/flutter_or_native_first/) -- [What developers do with invoices and payments from Google in EU (Greece even better) ?](https://www.reddit.com/r/androiddev/comments/1exx0kc/what_developers_do_with_invoices_and_payments/) -- [When to pick Android KeyStore or Keychain?](https://www.reddit.com/r/androiddev/comments/1exuccn/when_to_pick_android_keystore_or_keychain/) -- [Applying the Decorator Pattern in Kotlin](https://www.reddit.com/r/androiddev/comments/1exrv01/applying_the_decorator_pattern_in_kotlin/) -- [Single Activity vs Multiple Activity](https://www.reddit.com/r/androiddev/comments/1expahv/single_activity_vs_multiple_activity/) -- [AsyncImage - duplicate or no disk cache](https://www.reddit.com/r/androiddev/comments/1exp83k/asyncimage_duplicate_or_no_disk_cache/) -- [Is there any way to get to this page in the settings programmatically?](https://www.reddit.com/r/androiddev/comments/1exm068/is_there_any_way_to_get_to_this_page_in_the/) -- [Handle permissions in Compose Multiplatform projects using Calf](https://www.reddit.com/r/androiddev/comments/1exlqyv/handle_permissions_in_compose_multiplatform/) -- [Can I use almost same code base for multiple apps?](https://www.reddit.com/r/androiddev/comments/1exe5ri/can_i_use_almost_same_code_base_for_multiple_apps/) ### *InfoWorld posts* From 7edb376dd09bdb6918c3525f2b75d781e62480e1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 24 Aug 2024 01:29:02 +0000 Subject: [PATCH 0994/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 25d012b8bc..4502819b7f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [List of Google Material Symbols](https://www.reddit.com/r/androiddev/comments/1eyvdcc/list_of_google_material_symbols/) -- [Need to get Google app store data for a market research before launch, any ideas?](https://www.reddit.com/r/androiddev/comments/1eylxmq/need_to_get_google_app_store_data_for_a_market/) -- [How to open an activity for selecting multiple media files WITH support for other apps?](https://www.reddit.com/r/androiddev/comments/1eylubr/how_to_open_an_activity_for_selecting_multiple/) -- [How to expand the UI content behind the status bar when using XMl to create UI](https://www.reddit.com/r/androiddev/comments/1eyk7ei/how_to_expand_the_ui_content_behind_the_status/) -- [Where does android stores my c++ shared libraries (.so) after installing my apk?](https://www.reddit.com/r/androiddev/comments/1eyk615/where_does_android_stores_my_c_shared_libraries/) -- [Improve Kotlin Code Review — Part II](https://www.reddit.com/r/androiddev/comments/1eyf4co/improve_kotlin_code_review_part_ii/) -- [Android Context and SOLID principles](https://www.reddit.com/r/androiddev/comments/1eyez38/android_context_and_solid_principles/) -- [How to manage Daily Reset Time](https://www.reddit.com/r/androiddev/comments/1eyect4/how_to_manage_daily_reset_time/) -- [I need help in Android studio java, xml (groovy)](https://www.reddit.com/r/androiddev/comments/1eybhak/i_need_help_in_android_studio_java_xml_groovy/) -- [What is wrong with this Full Screen Intent notification? API 35](https://www.reddit.com/r/androiddev/comments/1ey5dav/what_is_wrong_with_this_full_screen_intent/) +- [Anyone Experience a Sudden Drop in Active Users & Active Devices on Play Console Statistics?](https://www.reddit.com/r/androiddev/comments/1ezpihq/anyone_experience_a_sudden_drop_in_active_users/) +- [Play store auto updates my app on incompatible devices](https://www.reddit.com/r/androiddev/comments/1ezol8o/play_store_auto_updates_my_app_on_incompatible/) +- [Any of you been able to get the new Recording API that's replacing Google Fit to work?](https://www.reddit.com/r/androiddev/comments/1ezoji2/any_of_you_been_able_to_get_the_new_recording_api/) +- [🎉 Ksoup 0.1.5 Released: Improved Performance and New Variants! 🚀](https://www.reddit.com/r/androiddev/comments/1ezocxh/ksoup_015_released_improved_performance_and_new/) +- [Transfer app from one Dev account to another or Delete app and load to new developer account](https://www.reddit.com/r/androiddev/comments/1ezndgi/transfer_app_from_one_dev_account_to_another_or/) +- [How to download and save an image in local storage ?](https://www.reddit.com/r/androiddev/comments/1ezk1rf/how_to_download_and_save_an_image_in_local_storage/) +- [Android Developers Blog: Adding 16 KB Page Size to Android](https://www.reddit.com/r/androiddev/comments/1ezh4iv/android_developers_blog_adding_16_kb_page_size_to/) +- [Is there an advantage of running Android Studio on WSL?](https://www.reddit.com/r/androiddev/comments/1eze1ns/is_there_an_advantage_of_running_android_studio/) +- [Survery for Master Thesis : Need your 5 minutes](https://www.reddit.com/r/androiddev/comments/1ezdy4m/survery_for_master_thesis_need_your_5_minutes/) +- [How do you do fixes / build things to work in every manufacture mobile?](https://www.reddit.com/r/androiddev/comments/1ezd3mt/how_do_you_do_fixes_build_things_to_work_in_every/) ### *InfoWorld posts* From 3da23c13e4ce48b48dabac490cb8eb07e153ff7c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 25 Aug 2024 01:29:25 +0000 Subject: [PATCH 0995/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4502819b7f..301693022f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [CompilationMode.BaselineProfile slower than CompilationMode.None. Why?](https://www.reddit.com/r/androiddev/comments/1f0hm96/compilationmodebaselineprofile_slower_than/) +- [How do you use the command line to start an emulator on linux?](https://www.reddit.com/r/androiddev/comments/1f0do32/how_do_you_use_the_command_line_to_start_an/) +- [Location permission disappeared and no idea why](https://www.reddit.com/r/androiddev/comments/1f0bwox/location_permission_disappeared_and_no_idea_why/) +- [What Feedback & Feature Request Tools Are You Using?](https://www.reddit.com/r/androiddev/comments/1f05hnp/what_feedback_feature_request_tools_are_you_using/) +- [Animate Keyboard in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1f02fok/animate_keyboard_in_jetpack_compose/) +- [Purpose of testing, and couple of questions](https://www.reddit.com/r/androiddev/comments/1f01kjb/purpose_of_testing_and_couple_of_questions/) +- [Where does CardView's cardCornerRadius come from?](https://www.reddit.com/r/androiddev/comments/1f003hk/where_does_cardviews_cardcornerradius_come_from/) +- [Is Cross-Platform Development Going to Replace Native Android Development?](https://www.reddit.com/r/androiddev/comments/1ezupy4/is_crossplatform_development_going_to_replace/) - [Anyone Experience a Sudden Drop in Active Users & Active Devices on Play Console Statistics?](https://www.reddit.com/r/androiddev/comments/1ezpihq/anyone_experience_a_sudden_drop_in_active_users/) - [Play store auto updates my app on incompatible devices](https://www.reddit.com/r/androiddev/comments/1ezol8o/play_store_auto_updates_my_app_on_incompatible/) -- [Any of you been able to get the new Recording API that's replacing Google Fit to work?](https://www.reddit.com/r/androiddev/comments/1ezoji2/any_of_you_been_able_to_get_the_new_recording_api/) -- [🎉 Ksoup 0.1.5 Released: Improved Performance and New Variants! 🚀](https://www.reddit.com/r/androiddev/comments/1ezocxh/ksoup_015_released_improved_performance_and_new/) -- [Transfer app from one Dev account to another or Delete app and load to new developer account](https://www.reddit.com/r/androiddev/comments/1ezndgi/transfer_app_from_one_dev_account_to_another_or/) -- [How to download and save an image in local storage ?](https://www.reddit.com/r/androiddev/comments/1ezk1rf/how_to_download_and_save_an_image_in_local_storage/) -- [Android Developers Blog: Adding 16 KB Page Size to Android](https://www.reddit.com/r/androiddev/comments/1ezh4iv/android_developers_blog_adding_16_kb_page_size_to/) -- [Is there an advantage of running Android Studio on WSL?](https://www.reddit.com/r/androiddev/comments/1eze1ns/is_there_an_advantage_of_running_android_studio/) -- [Survery for Master Thesis : Need your 5 minutes](https://www.reddit.com/r/androiddev/comments/1ezdy4m/survery_for_master_thesis_need_your_5_minutes/) -- [How do you do fixes / build things to work in every manufacture mobile?](https://www.reddit.com/r/androiddev/comments/1ezd3mt/how_do_you_do_fixes_build_things_to_work_in_every/) ### *InfoWorld posts* From a238a0632d60b80c95a010f5d1035eea4b20c180 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 26 Aug 2024 01:29:32 +0000 Subject: [PATCH 0996/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 301693022f..9863f8dd27 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Can someone explain to me what Markdown Editor is for and how to use it?](https://www.reddit.com/r/androiddev/comments/1f12rwf/can_someone_explain_to_me_what_markdown_editor_is/) +- [crashes on the Google Play Developer console](https://www.reddit.com/r/androiddev/comments/1f0zoo9/crashes_on_the_google_play_developer_console/) +- [How to handle 3rd party APK uploads/rips of your apps](https://www.reddit.com/r/androiddev/comments/1f0xjer/how_to_handle_3rd_party_apk_uploadsrips_of_your/) +- [How to verify a non-home address in personal accounts](https://www.reddit.com/r/androiddev/comments/1f0ss1i/how_to_verify_a_nonhome_address_in_personal/) +- [Handling one-off events in ViewModel](https://www.reddit.com/r/androiddev/comments/1f0s3jp/handling_oneoff_events_in_viewmodel/) +- [Are there libraries or tools with built-in page transition animations?](https://www.reddit.com/r/androiddev/comments/1f0rrbb/are_there_libraries_or_tools_with_builtin_page/) - [CompilationMode.BaselineProfile slower than CompilationMode.None. Why?](https://www.reddit.com/r/androiddev/comments/1f0hm96/compilationmodebaselineprofile_slower_than/) - [How do you use the command line to start an emulator on linux?](https://www.reddit.com/r/androiddev/comments/1f0do32/how_do_you_use_the_command_line_to_start_an/) - [Location permission disappeared and no idea why](https://www.reddit.com/r/androiddev/comments/1f0bwox/location_permission_disappeared_and_no_idea_why/) - [What Feedback & Feature Request Tools Are You Using?](https://www.reddit.com/r/androiddev/comments/1f05hnp/what_feedback_feature_request_tools_are_you_using/) -- [Animate Keyboard in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1f02fok/animate_keyboard_in_jetpack_compose/) -- [Purpose of testing, and couple of questions](https://www.reddit.com/r/androiddev/comments/1f01kjb/purpose_of_testing_and_couple_of_questions/) -- [Where does CardView's cardCornerRadius come from?](https://www.reddit.com/r/androiddev/comments/1f003hk/where_does_cardviews_cardcornerradius_come_from/) -- [Is Cross-Platform Development Going to Replace Native Android Development?](https://www.reddit.com/r/androiddev/comments/1ezupy4/is_crossplatform_development_going_to_replace/) -- [Anyone Experience a Sudden Drop in Active Users & Active Devices on Play Console Statistics?](https://www.reddit.com/r/androiddev/comments/1ezpihq/anyone_experience_a_sudden_drop_in_active_users/) -- [Play store auto updates my app on incompatible devices](https://www.reddit.com/r/androiddev/comments/1ezol8o/play_store_auto_updates_my_app_on_incompatible/) ### *InfoWorld posts* From 9a2d1ce6a1648f0d4a2acc93c16c4d86e72003b9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 27 Aug 2024 01:29:28 +0000 Subject: [PATCH 0997/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9863f8dd27..f37182d001 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Multi-platform Multi-module Normalized SQLlite Relational DB design for mobile platforms ?](https://www.reddit.com/r/androiddev/comments/1f24max/multiplatform_multimodule_normalized_sqllite/) +- [Jetpack Compose Chat UI Components?](https://www.reddit.com/r/androiddev/comments/1f21zc9/jetpack_compose_chat_ui_components/) +- [Learning Android App Development, changing lock screen wallpaper on tap](https://www.reddit.com/r/androiddev/comments/1f1q00h/learning_android_app_development_changing_lock/) +- [So is Amazon's Android appstore dead or what ?](https://www.reddit.com/r/androiddev/comments/1f1kv0x/so_is_amazons_android_appstore_dead_or_what/) +- [Change Minimum Height of TextField](https://www.reddit.com/r/androiddev/comments/1f1cmlf/change_minimum_height_of_textfield/) - [Can someone explain to me what Markdown Editor is for and how to use it?](https://www.reddit.com/r/androiddev/comments/1f12rwf/can_someone_explain_to_me_what_markdown_editor_is/) - [crashes on the Google Play Developer console](https://www.reddit.com/r/androiddev/comments/1f0zoo9/crashes_on_the_google_play_developer_console/) - [How to handle 3rd party APK uploads/rips of your apps](https://www.reddit.com/r/androiddev/comments/1f0xjer/how_to_handle_3rd_party_apk_uploadsrips_of_your/) - [How to verify a non-home address in personal accounts](https://www.reddit.com/r/androiddev/comments/1f0ss1i/how_to_verify_a_nonhome_address_in_personal/) -- [Handling one-off events in ViewModel](https://www.reddit.com/r/androiddev/comments/1f0s3jp/handling_oneoff_events_in_viewmodel/) - [Are there libraries or tools with built-in page transition animations?](https://www.reddit.com/r/androiddev/comments/1f0rrbb/are_there_libraries_or_tools_with_builtin_page/) -- [CompilationMode.BaselineProfile slower than CompilationMode.None. Why?](https://www.reddit.com/r/androiddev/comments/1f0hm96/compilationmodebaselineprofile_slower_than/) -- [How do you use the command line to start an emulator on linux?](https://www.reddit.com/r/androiddev/comments/1f0do32/how_do_you_use_the_command_line_to_start_an/) -- [Location permission disappeared and no idea why](https://www.reddit.com/r/androiddev/comments/1f0bwox/location_permission_disappeared_and_no_idea_why/) -- [What Feedback & Feature Request Tools Are You Using?](https://www.reddit.com/r/androiddev/comments/1f05hnp/what_feedback_feature_request_tools_are_you_using/) ### *InfoWorld posts* From 49d919612331ad9b2d0bdaf516053379f3900340 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 28 Aug 2024 01:29:32 +0000 Subject: [PATCH 0998/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f37182d001..b8796c4b80 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Multi-platform Multi-module Normalized SQLlite Relational DB design for mobile platforms ?](https://www.reddit.com/r/androiddev/comments/1f24max/multiplatform_multimodule_normalized_sqllite/) -- [Jetpack Compose Chat UI Components?](https://www.reddit.com/r/androiddev/comments/1f21zc9/jetpack_compose_chat_ui_components/) -- [Learning Android App Development, changing lock screen wallpaper on tap](https://www.reddit.com/r/androiddev/comments/1f1q00h/learning_android_app_development_changing_lock/) -- [So is Amazon's Android appstore dead or what ?](https://www.reddit.com/r/androiddev/comments/1f1kv0x/so_is_amazons_android_appstore_dead_or_what/) -- [Change Minimum Height of TextField](https://www.reddit.com/r/androiddev/comments/1f1cmlf/change_minimum_height_of_textfield/) -- [Can someone explain to me what Markdown Editor is for and how to use it?](https://www.reddit.com/r/androiddev/comments/1f12rwf/can_someone_explain_to_me_what_markdown_editor_is/) -- [crashes on the Google Play Developer console](https://www.reddit.com/r/androiddev/comments/1f0zoo9/crashes_on_the_google_play_developer_console/) -- [How to handle 3rd party APK uploads/rips of your apps](https://www.reddit.com/r/androiddev/comments/1f0xjer/how_to_handle_3rd_party_apk_uploadsrips_of_your/) -- [How to verify a non-home address in personal accounts](https://www.reddit.com/r/androiddev/comments/1f0ss1i/how_to_verify_a_nonhome_address_in_personal/) -- [Are there libraries or tools with built-in page transition animations?](https://www.reddit.com/r/androiddev/comments/1f0rrbb/are_there_libraries_or_tools_with_builtin_page/) +- [An effective testing strategy for Android (Part 2) – Unit Testing](https://www.reddit.com/r/androiddev/comments/1f2smcd/an_effective_testing_strategy_for_android_part_2/) +- [iOS and android](https://www.reddit.com/r/androiddev/comments/1f2ng0o/ios_and_android/) +- [How important is installed base information when devloping an app?](https://www.reddit.com/r/androiddev/comments/1f2lwbq/how_important_is_installed_base_information_when/) +- [How is localization done?](https://www.reddit.com/r/androiddev/comments/1f2kb1b/how_is_localization_done/) +- [Approaches for Multi-Module Feature Architecture on Android](https://www.reddit.com/r/androiddev/comments/1f2j21f/approaches_for_multimodule_feature_architecture/) +- [Editor tabs close randomly or whenever I run the project](https://www.reddit.com/r/androiddev/comments/1f2h5ba/editor_tabs_close_randomly_or_whenever_i_run_the/) +- [Effort for Samsung Galaxy Store](https://www.reddit.com/r/androiddev/comments/1f2ego4/effort_for_samsung_galaxy_store/) +- [Is there any alternative to Google's WebRTC for Android?](https://www.reddit.com/r/androiddev/comments/1f2bxgs/is_there_any_alternative_to_googles_webrtc_for/) +- [Tried Jetpack Compose for the first time and created iOS clock style stopwatch timer](https://www.reddit.com/r/androiddev/comments/1f2atap/tried_jetpack_compose_for_the_first_time_and/) +- [Navigation in Bottom Nav Bar is very choppy](https://www.reddit.com/r/androiddev/comments/1f2a3mm/navigation_in_bottom_nav_bar_is_very_choppy/) ### *InfoWorld posts* From b7a06135c369ba5f7cfc77ac84a97b73b5736b13 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 29 Aug 2024 01:29:35 +0000 Subject: [PATCH 0999/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b8796c4b80..50c9eb7a3e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [An effective testing strategy for Android (Part 2) – Unit Testing](https://www.reddit.com/r/androiddev/comments/1f2smcd/an_effective_testing_strategy_for_android_part_2/) -- [iOS and android](https://www.reddit.com/r/androiddev/comments/1f2ng0o/ios_and_android/) -- [How important is installed base information when devloping an app?](https://www.reddit.com/r/androiddev/comments/1f2lwbq/how_important_is_installed_base_information_when/) -- [How is localization done?](https://www.reddit.com/r/androiddev/comments/1f2kb1b/how_is_localization_done/) -- [Approaches for Multi-Module Feature Architecture on Android](https://www.reddit.com/r/androiddev/comments/1f2j21f/approaches_for_multimodule_feature_architecture/) -- [Editor tabs close randomly or whenever I run the project](https://www.reddit.com/r/androiddev/comments/1f2h5ba/editor_tabs_close_randomly_or_whenever_i_run_the/) -- [Effort for Samsung Galaxy Store](https://www.reddit.com/r/androiddev/comments/1f2ego4/effort_for_samsung_galaxy_store/) -- [Is there any alternative to Google's WebRTC for Android?](https://www.reddit.com/r/androiddev/comments/1f2bxgs/is_there_any_alternative_to_googles_webrtc_for/) -- [Tried Jetpack Compose for the first time and created iOS clock style stopwatch timer](https://www.reddit.com/r/androiddev/comments/1f2atap/tried_jetpack_compose_for_the_first_time_and/) -- [Navigation in Bottom Nav Bar is very choppy](https://www.reddit.com/r/androiddev/comments/1f2a3mm/navigation_in_bottom_nav_bar_is_very_choppy/) +- [Why using Channels is considered anti-pattern?](https://www.reddit.com/r/androiddev/comments/1f3k72f/why_using_channels_is_considered_antipattern/) +- [Precise Recomposition using View model State](https://www.reddit.com/r/androiddev/comments/1f3jj8g/precise_recomposition_using_view_model_state/) +- [Android Studio Ladybug | 2024.2.1 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/1f3gtx3/android_studio_ladybug_202421_canary_8_now/) +- [Does API routes need SSL certificate](https://www.reddit.com/r/androiddev/comments/1f3frxe/does_api_routes_need_ssl_certificate/) +- [Why can't I see my Google Cloud credentials in the Google Play Console](https://www.reddit.com/r/androiddev/comments/1f3ddnf/why_cant_i_see_my_google_cloud_credentials_in_the/) +- [Performance Issues with Jetpack Compose on Samsung Galaxy M13](https://www.reddit.com/r/androiddev/comments/1f377a3/performance_issues_with_jetpack_compose_on/) +- [Confused about destructuring assignment](https://www.reddit.com/r/androiddev/comments/1f36mb2/confused_about_destructuring_assignment/) +- [I need helped I'm beginner, do I need to use string resources in compose ui like view ui?](https://www.reddit.com/r/androiddev/comments/1f35pdx/i_need_helped_im_beginner_do_i_need_to_use_string/) +- [Object Detection in Android (Jetpack Compose & Kotlin)](https://www.reddit.com/r/androiddev/comments/1f3438z/object_detection_in_android_jetpack_compose_kotlin/) +- [JCenter dependencies removed over the past ~4 weeks](https://www.reddit.com/r/androiddev/comments/1f340hn/jcenter_dependencies_removed_over_the_past_4_weeks/) ### *InfoWorld posts* From 20e14ed5534803731f58acd8cccd92aefa58d1a4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 30 Aug 2024 01:29:37 +0000 Subject: [PATCH 1000/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 50c9eb7a3e..9fb1a759f6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How ANRs Sparked Conversations with hundred plus mobile devs](https://www.reddit.com/r/androiddev/comments/1f4i1m1/how_anrs_sparked_conversations_with_hundred_plus/) +- [How to make sure token always fresh in google Credential manager](https://www.reddit.com/r/androiddev/comments/1f4dugp/how_to_make_sure_token_always_fresh_in_google/) +- [Android Studio Koala Feature Drop | 2024.1.2 now available](https://www.reddit.com/r/androiddev/comments/1f490ih/android_studio_koala_feature_drop_202412_now/) +- [Open Source Android app for tracking free games](https://www.reddit.com/r/androiddev/comments/1f416gx/open_source_android_app_for_tracking_free_games/) +- [How often do you update android studio?](https://www.reddit.com/r/androiddev/comments/1f3zuzj/how_often_do_you_update_android_studio/) +- [No way to reverse app bundle versions on Google Play?](https://www.reddit.com/r/androiddev/comments/1f3wipx/no_way_to_reverse_app_bundle_versions_on_google/) +- [Using jetpack compose to draw on a bitmap without attaching to a window](https://www.reddit.com/r/androiddev/comments/1f3v3lg/using_jetpack_compose_to_draw_on_a_bitmap_without/) +- [Are there any drawbacks from holding state of the screen in one big data class?](https://www.reddit.com/r/androiddev/comments/1f3kekb/are_there_any_drawbacks_from_holding_state_of_the/) - [Why using Channels is considered anti-pattern?](https://www.reddit.com/r/androiddev/comments/1f3k72f/why_using_channels_is_considered_antipattern/) - [Precise Recomposition using View model State](https://www.reddit.com/r/androiddev/comments/1f3jj8g/precise_recomposition_using_view_model_state/) -- [Android Studio Ladybug | 2024.2.1 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/1f3gtx3/android_studio_ladybug_202421_canary_8_now/) -- [Does API routes need SSL certificate](https://www.reddit.com/r/androiddev/comments/1f3frxe/does_api_routes_need_ssl_certificate/) -- [Why can't I see my Google Cloud credentials in the Google Play Console](https://www.reddit.com/r/androiddev/comments/1f3ddnf/why_cant_i_see_my_google_cloud_credentials_in_the/) -- [Performance Issues with Jetpack Compose on Samsung Galaxy M13](https://www.reddit.com/r/androiddev/comments/1f377a3/performance_issues_with_jetpack_compose_on/) -- [Confused about destructuring assignment](https://www.reddit.com/r/androiddev/comments/1f36mb2/confused_about_destructuring_assignment/) -- [I need helped I'm beginner, do I need to use string resources in compose ui like view ui?](https://www.reddit.com/r/androiddev/comments/1f35pdx/i_need_helped_im_beginner_do_i_need_to_use_string/) -- [Object Detection in Android (Jetpack Compose & Kotlin)](https://www.reddit.com/r/androiddev/comments/1f3438z/object_detection_in_android_jetpack_compose_kotlin/) -- [JCenter dependencies removed over the past ~4 weeks](https://www.reddit.com/r/androiddev/comments/1f340hn/jcenter_dependencies_removed_over_the_past_4_weeks/) ### *InfoWorld posts* From dc4638e1ddc9a85cbae7d0e9e3b4615afb694292 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 31 Aug 2024 01:29:35 +0000 Subject: [PATCH 1001/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9fb1a759f6..d13026e993 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How ANRs Sparked Conversations with hundred plus mobile devs](https://www.reddit.com/r/androiddev/comments/1f4i1m1/how_anrs_sparked_conversations_with_hundred_plus/) +- [Firebase High Priority messages not consistently being received while app is in the background](https://www.reddit.com/r/androiddev/comments/1f53549/firebase_high_priority_messages_not_consistently/) +- [Android Studio Ladybug | 2024.2.1 Canary 9 now available](https://www.reddit.com/r/androiddev/comments/1f4xd6v/android_studio_ladybug_202421_canary_9_now/) +- [Story of My Recent Google Developer Account Termination Without Clear Reasons or Prior Notice](https://www.reddit.com/r/androiddev/comments/1f4scki/story_of_my_recent_google_developer_account/) +- [Unable to take and upload a picture using Camera inside web view](https://www.reddit.com/r/androiddev/comments/1f4s9ko/unable_to_take_and_upload_a_picture_using_camera/) +- [Popular database options other than room / sqlite / firebase for android?](https://www.reddit.com/r/androiddev/comments/1f4rcro/popular_database_options_other_than_room_sqlite/) +- [Anyone use Redux?](https://www.reddit.com/r/androiddev/comments/1f4qcgt/anyone_use_redux/) +- [Emulating NFC Forum Type 4 Tag](https://www.reddit.com/r/androiddev/comments/1f4oq0n/emulating_nfc_forum_type_4_tag/) +- [What is this kind of scam ? what do they do ?](https://www.reddit.com/r/androiddev/comments/1f4oka9/what_is_this_kind_of_scam_what_do_they_do/) +- [GPS location keeps resetting to mountainview California](https://www.reddit.com/r/androiddev/comments/1f4mhdm/gps_location_keeps_resetting_to_mountainview/) - [How to make sure token always fresh in google Credential manager](https://www.reddit.com/r/androiddev/comments/1f4dugp/how_to_make_sure_token_always_fresh_in_google/) -- [Android Studio Koala Feature Drop | 2024.1.2 now available](https://www.reddit.com/r/androiddev/comments/1f490ih/android_studio_koala_feature_drop_202412_now/) -- [Open Source Android app for tracking free games](https://www.reddit.com/r/androiddev/comments/1f416gx/open_source_android_app_for_tracking_free_games/) -- [How often do you update android studio?](https://www.reddit.com/r/androiddev/comments/1f3zuzj/how_often_do_you_update_android_studio/) -- [No way to reverse app bundle versions on Google Play?](https://www.reddit.com/r/androiddev/comments/1f3wipx/no_way_to_reverse_app_bundle_versions_on_google/) -- [Using jetpack compose to draw on a bitmap without attaching to a window](https://www.reddit.com/r/androiddev/comments/1f3v3lg/using_jetpack_compose_to_draw_on_a_bitmap_without/) -- [Are there any drawbacks from holding state of the screen in one big data class?](https://www.reddit.com/r/androiddev/comments/1f3kekb/are_there_any_drawbacks_from_holding_state_of_the/) -- [Why using Channels is considered anti-pattern?](https://www.reddit.com/r/androiddev/comments/1f3k72f/why_using_channels_is_considered_antipattern/) -- [Precise Recomposition using View model State](https://www.reddit.com/r/androiddev/comments/1f3jj8g/precise_recomposition_using_view_model_state/) ### *InfoWorld posts* From 3b93467bc87ccc02dc31e1540e1be6c05bda2dd1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 1 Sep 2024 01:30:01 +0000 Subject: [PATCH 1002/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d13026e993..1ccd69905a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How to bring variables from one activity to another: Returning to MainActivity using activityResultLauncher](https://www.reddit.com/r/androiddev/comments/1f60rse/how_to_bring_variables_from_one_activity_to/) +- [Coroutine testing - Part 2 - background scope and never ending tests](https://www.reddit.com/r/androiddev/comments/1f5u7uu/coroutine_testing_part_2_background_scope_and/) +- [StateFlow doesn't work correctly](https://www.reddit.com/r/androiddev/comments/1f5pyfd/stateflow_doesnt_work_correctly/) +- [Why do Google Play Games Services return different Player IDs on client and backend? Sometimes from Google+ era](https://www.reddit.com/r/androiddev/comments/1f5jfkj/why_do_google_play_games_services_return/) +- [How to defer foreign keys in room?](https://www.reddit.com/r/androiddev/comments/1f5hj16/how_to_defer_foreign_keys_in_room/) - [Firebase High Priority messages not consistently being received while app is in the background](https://www.reddit.com/r/androiddev/comments/1f53549/firebase_high_priority_messages_not_consistently/) - [Android Studio Ladybug | 2024.2.1 Canary 9 now available](https://www.reddit.com/r/androiddev/comments/1f4xd6v/android_studio_ladybug_202421_canary_9_now/) - [Story of My Recent Google Developer Account Termination Without Clear Reasons or Prior Notice](https://www.reddit.com/r/androiddev/comments/1f4scki/story_of_my_recent_google_developer_account/) - [Unable to take and upload a picture using Camera inside web view](https://www.reddit.com/r/androiddev/comments/1f4s9ko/unable_to_take_and_upload_a_picture_using_camera/) - [Popular database options other than room / sqlite / firebase for android?](https://www.reddit.com/r/androiddev/comments/1f4rcro/popular_database_options_other_than_room_sqlite/) -- [Anyone use Redux?](https://www.reddit.com/r/androiddev/comments/1f4qcgt/anyone_use_redux/) -- [Emulating NFC Forum Type 4 Tag](https://www.reddit.com/r/androiddev/comments/1f4oq0n/emulating_nfc_forum_type_4_tag/) -- [What is this kind of scam ? what do they do ?](https://www.reddit.com/r/androiddev/comments/1f4oka9/what_is_this_kind_of_scam_what_do_they_do/) -- [GPS location keeps resetting to mountainview California](https://www.reddit.com/r/androiddev/comments/1f4mhdm/gps_location_keeps_resetting_to_mountainview/) -- [How to make sure token always fresh in google Credential manager](https://www.reddit.com/r/androiddev/comments/1f4dugp/how_to_make_sure_token_always_fresh_in_google/) ### *InfoWorld posts* From 44ba9e193a1b6d82c6737021d6d2ade3e6e4043f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 2 Sep 2024 01:29:31 +0000 Subject: [PATCH 1003/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1ccd69905a..b543e9bf5e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Where is the new Health Connect approval process](https://www.reddit.com/r/androiddev/comments/1f6fyjn/where_is_the_new_health_connect_approval_process/) +- [Using Stripe along with Google Play's billing library in an app having a web fronted](https://www.reddit.com/r/androiddev/comments/1f6aze4/using_stripe_along_with_google_plays_billing/) +- [Implemented custom modifier to add dragging gesture with some customisation to any compose component](https://www.reddit.com/r/androiddev/comments/1f69lub/implemented_custom_modifier_to_add_dragging/) +- [Make my app appear in list of selectable sms apps?](https://www.reddit.com/r/androiddev/comments/1f670x3/make_my_app_appear_in_list_of_selectable_sms_apps/) - [How to bring variables from one activity to another: Returning to MainActivity using activityResultLauncher](https://www.reddit.com/r/androiddev/comments/1f60rse/how_to_bring_variables_from_one_activity_to/) - [Coroutine testing - Part 2 - background scope and never ending tests](https://www.reddit.com/r/androiddev/comments/1f5u7uu/coroutine_testing_part_2_background_scope_and/) - [StateFlow doesn't work correctly](https://www.reddit.com/r/androiddev/comments/1f5pyfd/stateflow_doesnt_work_correctly/) - [Why do Google Play Games Services return different Player IDs on client and backend? Sometimes from Google+ era](https://www.reddit.com/r/androiddev/comments/1f5jfkj/why_do_google_play_games_services_return/) - [How to defer foreign keys in room?](https://www.reddit.com/r/androiddev/comments/1f5hj16/how_to_defer_foreign_keys_in_room/) - [Firebase High Priority messages not consistently being received while app is in the background](https://www.reddit.com/r/androiddev/comments/1f53549/firebase_high_priority_messages_not_consistently/) -- [Android Studio Ladybug | 2024.2.1 Canary 9 now available](https://www.reddit.com/r/androiddev/comments/1f4xd6v/android_studio_ladybug_202421_canary_9_now/) -- [Story of My Recent Google Developer Account Termination Without Clear Reasons or Prior Notice](https://www.reddit.com/r/androiddev/comments/1f4scki/story_of_my_recent_google_developer_account/) -- [Unable to take and upload a picture using Camera inside web view](https://www.reddit.com/r/androiddev/comments/1f4s9ko/unable_to_take_and_upload_a_picture_using_camera/) -- [Popular database options other than room / sqlite / firebase for android?](https://www.reddit.com/r/androiddev/comments/1f4rcro/popular_database_options_other_than_room_sqlite/) ### *InfoWorld posts* From 1aeebfa9babc6a44ad36361c8a7d16ad1da235a1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 3 Sep 2024 01:29:35 +0000 Subject: [PATCH 1004/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b543e9bf5e..7995c01eea 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Where is the new Health Connect approval process](https://www.reddit.com/r/androiddev/comments/1f6fyjn/where_is_the_new_health_connect_approval_process/) -- [Using Stripe along with Google Play's billing library in an app having a web fronted](https://www.reddit.com/r/androiddev/comments/1f6aze4/using_stripe_along_with_google_plays_billing/) -- [Implemented custom modifier to add dragging gesture with some customisation to any compose component](https://www.reddit.com/r/androiddev/comments/1f69lub/implemented_custom_modifier_to_add_dragging/) -- [Make my app appear in list of selectable sms apps?](https://www.reddit.com/r/androiddev/comments/1f670x3/make_my_app_appear_in_list_of_selectable_sms_apps/) -- [How to bring variables from one activity to another: Returning to MainActivity using activityResultLauncher](https://www.reddit.com/r/androiddev/comments/1f60rse/how_to_bring_variables_from_one_activity_to/) -- [Coroutine testing - Part 2 - background scope and never ending tests](https://www.reddit.com/r/androiddev/comments/1f5u7uu/coroutine_testing_part_2_background_scope_and/) -- [StateFlow doesn't work correctly](https://www.reddit.com/r/androiddev/comments/1f5pyfd/stateflow_doesnt_work_correctly/) -- [Why do Google Play Games Services return different Player IDs on client and backend? Sometimes from Google+ era](https://www.reddit.com/r/androiddev/comments/1f5jfkj/why_do_google_play_games_services_return/) -- [How to defer foreign keys in room?](https://www.reddit.com/r/androiddev/comments/1f5hj16/how_to_defer_foreign_keys_in_room/) -- [Firebase High Priority messages not consistently being received while app is in the background](https://www.reddit.com/r/androiddev/comments/1f53549/firebase_high_priority_messages_not_consistently/) +- [Hey everyone! I'm recruiting participants for a user research project titled "What's New in Android Mobile Development" starting this week. All interview participants will receive a $60 USD Amazon gift card.](https://www.reddit.com/r/androiddev/comments/1f7in1b/hey_everyone_im_recruiting_participants_for_a/) +- [Material3 documentation/versions and SearchBar](https://www.reddit.com/r/androiddev/comments/1f7ic3k/material3_documentationversions_and_searchbar/) +- [Loading Initial Data in LaunchedEffect vs. ViewModel](https://www.reddit.com/r/androiddev/comments/1f7awzf/loading_initial_data_in_launchedeffect_vs/) +- [Getting started with Android Studio](https://www.reddit.com/r/androiddev/comments/1f79pln/getting_started_with_android_studio/) +- [Do I need the MANAGE_EXTERNAL_STORAGE permission?](https://www.reddit.com/r/androiddev/comments/1f7616e/do_i_need_the_manage_external_storage_permission/) +- [Is it overkill to use RxJava and Arrow for a room database query return?](https://www.reddit.com/r/androiddev/comments/1f75uth/is_it_overkill_to_use_rxjava_and_arrow_for_a_room/) +- [How to retrieve Open Source Licences](https://www.reddit.com/r/androiddev/comments/1f74enh/how_to_retrieve_open_source_licences/) +- [Connect to Wi-Fi programmatically on Android 13](https://www.reddit.com/r/androiddev/comments/1f73vf0/connect_to_wifi_programmatically_on_android_13/) +- [How do I figured out the correct display dimensions for my device (S9+) in Adroid Studio?](https://www.reddit.com/r/androiddev/comments/1f6xcnr/how_do_i_figured_out_the_correct_display/) +- [How to push items in lazycolumn when keyboard appears in jetpack compose with windowSoftInputMode="AdjustResize"?](https://www.reddit.com/r/androiddev/comments/1f6xby0/how_to_push_items_in_lazycolumn_when_keyboard/) ### *InfoWorld posts* From 35bbc62ed540a1455e33d9a95cebd3e94cfe6af6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 4 Sep 2024 01:29:40 +0000 Subject: [PATCH 1005/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7995c01eea..9c26115f16 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Prevent requestLayout() improperly called warning](https://www.reddit.com/r/androiddev/comments/1f8gt01/prevent_requestlayout_improperly_called_warning/) +- [Multiple branded app](https://www.reddit.com/r/androiddev/comments/1f8d4v0/multiple_branded_app/) +- [My app is detected as malicious software](https://www.reddit.com/r/androiddev/comments/1f8cpx2/my_app_is_detected_as_malicious_software/) +- [What is the correct way to share ViewModel classes within a common ViewModel?](https://www.reddit.com/r/androiddev/comments/1f8ckfp/what_is_the_correct_way_to_share_viewmodel/) +- [Any good resources to learn automated testing in Android from scratch?](https://www.reddit.com/r/androiddev/comments/1f8bjde/any_good_resources_to_learn_automated_testing_in/) +- [Has anyone had success with the Strike Removal pilot program for Android app devs?](https://www.reddit.com/r/androiddev/comments/1f8bivu/has_anyone_had_success_with_the_strike_removal/) +- [Data Store access from service and viewModel](https://www.reddit.com/r/androiddev/comments/1f7zwma/data_store_access_from_service_and_viewmodel/) +- [firebase-android-ktx: Kotlin & Compose-friendly Firebase extensions designed to help you focus on your business logic.](https://www.reddit.com/r/androiddev/comments/1f7vjmg/firebaseandroidktx_kotlin_composefriendly/) +- [Media3 Volume Control Issue on Samsung S24 (Android 14)](https://www.reddit.com/r/androiddev/comments/1f7uf2z/media3_volume_control_issue_on_samsung_s24/) - [Hey everyone! I'm recruiting participants for a user research project titled "What's New in Android Mobile Development" starting this week. All interview participants will receive a $60 USD Amazon gift card.](https://www.reddit.com/r/androiddev/comments/1f7in1b/hey_everyone_im_recruiting_participants_for_a/) -- [Material3 documentation/versions and SearchBar](https://www.reddit.com/r/androiddev/comments/1f7ic3k/material3_documentationversions_and_searchbar/) -- [Loading Initial Data in LaunchedEffect vs. ViewModel](https://www.reddit.com/r/androiddev/comments/1f7awzf/loading_initial_data_in_launchedeffect_vs/) -- [Getting started with Android Studio](https://www.reddit.com/r/androiddev/comments/1f79pln/getting_started_with_android_studio/) -- [Do I need the MANAGE_EXTERNAL_STORAGE permission?](https://www.reddit.com/r/androiddev/comments/1f7616e/do_i_need_the_manage_external_storage_permission/) -- [Is it overkill to use RxJava and Arrow for a room database query return?](https://www.reddit.com/r/androiddev/comments/1f75uth/is_it_overkill_to_use_rxjava_and_arrow_for_a_room/) -- [How to retrieve Open Source Licences](https://www.reddit.com/r/androiddev/comments/1f74enh/how_to_retrieve_open_source_licences/) -- [Connect to Wi-Fi programmatically on Android 13](https://www.reddit.com/r/androiddev/comments/1f73vf0/connect_to_wifi_programmatically_on_android_13/) -- [How do I figured out the correct display dimensions for my device (S9+) in Adroid Studio?](https://www.reddit.com/r/androiddev/comments/1f6xcnr/how_do_i_figured_out_the_correct_display/) -- [How to push items in lazycolumn when keyboard appears in jetpack compose with windowSoftInputMode="AdjustResize"?](https://www.reddit.com/r/androiddev/comments/1f6xby0/how_to_push_items_in_lazycolumn_when_keyboard/) ### *InfoWorld posts* From a45c5524bc81e920a3f9d4539888259e23352a63 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 5 Sep 2024 01:29:44 +0000 Subject: [PATCH 1006/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9c26115f16..1116c90aa6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Prevent requestLayout() improperly called warning](https://www.reddit.com/r/androiddev/comments/1f8gt01/prevent_requestlayout_improperly_called_warning/) -- [Multiple branded app](https://www.reddit.com/r/androiddev/comments/1f8d4v0/multiple_branded_app/) -- [My app is detected as malicious software](https://www.reddit.com/r/androiddev/comments/1f8cpx2/my_app_is_detected_as_malicious_software/) -- [What is the correct way to share ViewModel classes within a common ViewModel?](https://www.reddit.com/r/androiddev/comments/1f8ckfp/what_is_the_correct_way_to_share_viewmodel/) -- [Any good resources to learn automated testing in Android from scratch?](https://www.reddit.com/r/androiddev/comments/1f8bjde/any_good_resources_to_learn_automated_testing_in/) -- [Has anyone had success with the Strike Removal pilot program for Android app devs?](https://www.reddit.com/r/androiddev/comments/1f8bivu/has_anyone_had_success_with_the_strike_removal/) -- [Data Store access from service and viewModel](https://www.reddit.com/r/androiddev/comments/1f7zwma/data_store_access_from_service_and_viewmodel/) -- [firebase-android-ktx: Kotlin & Compose-friendly Firebase extensions designed to help you focus on your business logic.](https://www.reddit.com/r/androiddev/comments/1f7vjmg/firebaseandroidktx_kotlin_composefriendly/) -- [Media3 Volume Control Issue on Samsung S24 (Android 14)](https://www.reddit.com/r/androiddev/comments/1f7uf2z/media3_volume_control_issue_on_samsung_s24/) -- [Hey everyone! I'm recruiting participants for a user research project titled "What's New in Android Mobile Development" starting this week. All interview participants will receive a $60 USD Amazon gift card.](https://www.reddit.com/r/androiddev/comments/1f7in1b/hey_everyone_im_recruiting_participants_for_a/) +- [Am I missing something or is Android dev very overengineered and difficult to get into?](https://www.reddit.com/r/androiddev/comments/1f97qtp/am_i_missing_something_or_is_android_dev_very/) +- [Easy to use tool for Kotlin code review?](https://www.reddit.com/r/androiddev/comments/1f97nbl/easy_to_use_tool_for_kotlin_code_review/) +- [What to Do with Old Libraries That Do Not Support targetSdkVersion 34?](https://www.reddit.com/r/androiddev/comments/1f95n1f/what_to_do_with_old_libraries_that_do_not_support/) +- [Easy way to use EdgeToEdge for changing NavBar and StatusBar.](https://www.reddit.com/r/androiddev/comments/1f92vkt/easy_way_to_use_edgetoedge_for_changing_navbar/) +- [Text getting cut off in menu built with Compose – any solutions?](https://www.reddit.com/r/androiddev/comments/1f8xm94/text_getting_cut_off_in_menu_built_with_compose/) +- [How to use Datastore<Preference> with CompositionLocal](https://www.reddit.com/r/androiddev/comments/1f8xlh1/how_to_use_datastorepreference_with/) +- [Applying the State Pattern in Kotlin](https://www.reddit.com/r/androiddev/comments/1f8vjb6/applying_the_state_pattern_in_kotlin/) +- [In-app purchases implementation](https://www.reddit.com/r/androiddev/comments/1f8v4v3/inapp_purchases_implementation/) +- [Right way to show incoming call like notification](https://www.reddit.com/r/androiddev/comments/1f8uozp/right_way_to_show_incoming_call_like_notification/) +- [Coroutine testing - Part 3 - Controlling time](https://www.reddit.com/r/androiddev/comments/1f8u7mc/coroutine_testing_part_3_controlling_time/) ### *InfoWorld posts* From 4a64272d6e07e966573af50411da3a6a440f63fa Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 6 Sep 2024 01:29:45 +0000 Subject: [PATCH 1007/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1116c90aa6..a9e49e80cb 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Am I missing something or is Android dev very overengineered and difficult to get into?](https://www.reddit.com/r/androiddev/comments/1f97qtp/am_i_missing_something_or_is_android_dev_very/) -- [Easy to use tool for Kotlin code review?](https://www.reddit.com/r/androiddev/comments/1f97nbl/easy_to_use_tool_for_kotlin_code_review/) -- [What to Do with Old Libraries That Do Not Support targetSdkVersion 34?](https://www.reddit.com/r/androiddev/comments/1f95n1f/what_to_do_with_old_libraries_that_do_not_support/) -- [Easy way to use EdgeToEdge for changing NavBar and StatusBar.](https://www.reddit.com/r/androiddev/comments/1f92vkt/easy_way_to_use_edgetoedge_for_changing_navbar/) -- [Text getting cut off in menu built with Compose – any solutions?](https://www.reddit.com/r/androiddev/comments/1f8xm94/text_getting_cut_off_in_menu_built_with_compose/) -- [How to use Datastore<Preference> with CompositionLocal](https://www.reddit.com/r/androiddev/comments/1f8xlh1/how_to_use_datastorepreference_with/) -- [Applying the State Pattern in Kotlin](https://www.reddit.com/r/androiddev/comments/1f8vjb6/applying_the_state_pattern_in_kotlin/) -- [In-app purchases implementation](https://www.reddit.com/r/androiddev/comments/1f8v4v3/inapp_purchases_implementation/) -- [Right way to show incoming call like notification](https://www.reddit.com/r/androiddev/comments/1f8uozp/right_way_to_show_incoming_call_like_notification/) -- [Coroutine testing - Part 3 - Controlling time](https://www.reddit.com/r/androiddev/comments/1f8u7mc/coroutine_testing_part_3_controlling_time/) +- [Production-Release without shrinking, obfuscation and optimization ?](https://www.reddit.com/r/androiddev/comments/1f9y722/productionrelease_without_shrinking_obfuscation/) +- [How can I make PullToRefreshBox to pull from bottom](https://www.reddit.com/r/androiddev/comments/1f9x6b1/how_can_i_make_pulltorefreshbox_to_pull_from/) +- [Jetpack Compose w/ Kotlin + Room - Loading and Composables](https://www.reddit.com/r/androiddev/comments/1f9whk3/jetpack_compose_w_kotlin_room_loading_and/) +- [Android Studio Ladybug | 2024.2.1 Beta 1 now available](https://www.reddit.com/r/androiddev/comments/1f9vtqi/android_studio_ladybug_202421_beta_1_now_available/) +- [Just got a new Android Senior Developer Job and here is what I discovered](https://www.reddit.com/r/androiddev/comments/1f9vm61/just_got_a_new_android_senior_developer_job_and/) +- [How do I make push notifications icon work?](https://www.reddit.com/r/androiddev/comments/1f9tmqt/how_do_i_make_push_notifications_icon_work/) +- [Android App Links & assetlinks.json](https://www.reddit.com/r/androiddev/comments/1f9swvm/android_app_links_assetlinksjson/) +- [I need help: Android Studio Emulator error is driving me crazy](https://www.reddit.com/r/androiddev/comments/1f9sk3s/i_need_help_android_studio_emulator_error_is/) +- [Fragment deprecated in Android Version Koala](https://www.reddit.com/r/androiddev/comments/1f9ospt/fragment_deprecated_in_android_version_koala/) +- [Type safe navigation for Compose](https://www.reddit.com/r/androiddev/comments/1f9nruz/type_safe_navigation_for_compose/) ### *InfoWorld posts* From 697d486e2a10722f55c86d16f0b535ca8353fc54 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 7 Sep 2024 01:29:25 +0000 Subject: [PATCH 1008/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a9e49e80cb..c169d2fdc8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Glance Appwidgets](https://www.reddit.com/r/androiddev/comments/1faubud/glance_appwidgets/) +- [How to Use Kotlin Notebook for Free](https://www.reddit.com/r/androiddev/comments/1fair7s/how_to_use_kotlin_notebook_for_free/) +- [Trying to reload ExoPlayer with new video after button click](https://www.reddit.com/r/androiddev/comments/1facoia/trying_to_reload_exoplayer_with_new_video_after/) +- [How to get into Google Play Games on PC Developer Program?](https://www.reddit.com/r/androiddev/comments/1faa7nt/how_to_get_into_google_play_games_on_pc_developer/) +- [Implementing right architecture for your app in android](https://www.reddit.com/r/androiddev/comments/1fa9aza/implementing_right_architecture_for_your_app_in/) +- [Tensorflow resource for noobs](https://www.reddit.com/r/androiddev/comments/1fa4qn8/tensorflow_resource_for_noobs/) - [Production-Release without shrinking, obfuscation and optimization ?](https://www.reddit.com/r/androiddev/comments/1f9y722/productionrelease_without_shrinking_obfuscation/) -- [How can I make PullToRefreshBox to pull from bottom](https://www.reddit.com/r/androiddev/comments/1f9x6b1/how_can_i_make_pulltorefreshbox_to_pull_from/) - [Jetpack Compose w/ Kotlin + Room - Loading and Composables](https://www.reddit.com/r/androiddev/comments/1f9whk3/jetpack_compose_w_kotlin_room_loading_and/) - [Android Studio Ladybug | 2024.2.1 Beta 1 now available](https://www.reddit.com/r/androiddev/comments/1f9vtqi/android_studio_ladybug_202421_beta_1_now_available/) - [Just got a new Android Senior Developer Job and here is what I discovered](https://www.reddit.com/r/androiddev/comments/1f9vm61/just_got_a_new_android_senior_developer_job_and/) -- [How do I make push notifications icon work?](https://www.reddit.com/r/androiddev/comments/1f9tmqt/how_do_i_make_push_notifications_icon_work/) -- [Android App Links & assetlinks.json](https://www.reddit.com/r/androiddev/comments/1f9swvm/android_app_links_assetlinksjson/) -- [I need help: Android Studio Emulator error is driving me crazy](https://www.reddit.com/r/androiddev/comments/1f9sk3s/i_need_help_android_studio_emulator_error_is/) -- [Fragment deprecated in Android Version Koala](https://www.reddit.com/r/androiddev/comments/1f9ospt/fragment_deprecated_in_android_version_koala/) -- [Type safe navigation for Compose](https://www.reddit.com/r/androiddev/comments/1f9nruz/type_safe_navigation_for_compose/) ### *InfoWorld posts* From 4cddbad465541b8abf8de3e6a803a9b2dcb706ab Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 8 Sep 2024 01:29:39 +0000 Subject: [PATCH 1009/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c169d2fdc8..dd48a4db1b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Glance Appwidgets](https://www.reddit.com/r/androiddev/comments/1faubud/glance_appwidgets/) -- [How to Use Kotlin Notebook for Free](https://www.reddit.com/r/androiddev/comments/1fair7s/how_to_use_kotlin_notebook_for_free/) -- [Trying to reload ExoPlayer with new video after button click](https://www.reddit.com/r/androiddev/comments/1facoia/trying_to_reload_exoplayer_with_new_video_after/) -- [How to get into Google Play Games on PC Developer Program?](https://www.reddit.com/r/androiddev/comments/1faa7nt/how_to_get_into_google_play_games_on_pc_developer/) -- [Implementing right architecture for your app in android](https://www.reddit.com/r/androiddev/comments/1fa9aza/implementing_right_architecture_for_your_app_in/) -- [Tensorflow resource for noobs](https://www.reddit.com/r/androiddev/comments/1fa4qn8/tensorflow_resource_for_noobs/) -- [Production-Release without shrinking, obfuscation and optimization ?](https://www.reddit.com/r/androiddev/comments/1f9y722/productionrelease_without_shrinking_obfuscation/) -- [Jetpack Compose w/ Kotlin + Room - Loading and Composables](https://www.reddit.com/r/androiddev/comments/1f9whk3/jetpack_compose_w_kotlin_room_loading_and/) -- [Android Studio Ladybug | 2024.2.1 Beta 1 now available](https://www.reddit.com/r/androiddev/comments/1f9vtqi/android_studio_ladybug_202421_beta_1_now_available/) -- [Just got a new Android Senior Developer Job and here is what I discovered](https://www.reddit.com/r/androiddev/comments/1f9vm61/just_got_a_new_android_senior_developer_job_and/) +- [Play Console app is now available on iOS App Store](https://www.reddit.com/r/androiddev/comments/1fbmba6/play_console_app_is_now_available_on_ios_app_store/) +- [Automatic cloud save on google play?](https://www.reddit.com/r/androiddev/comments/1fbe9rl/automatic_cloud_save_on_google_play/) +- [What's the proper way of showing data in recyclerView when needing a GET request per item?](https://www.reddit.com/r/androiddev/comments/1fbcywx/whats_the_proper_way_of_showing_data_in/) +- [What is the intent format for a search query for the Google app?](https://www.reddit.com/r/androiddev/comments/1fb8k12/what_is_the_intent_format_for_a_search_query_for/) +- [Could you confirm on native android camera this QR code is not giving the correct result?](https://www.reddit.com/r/androiddev/comments/1fb7p7e/could_you_confirm_on_native_android_camera_this/) +- [Noob. - trying to get an app ro dial a fixed number](https://www.reddit.com/r/androiddev/comments/1fb5ieu/noob_trying_to_get_an_app_ro_dial_a_fixed_number/) +- [What are some good Blogs or Websites about creating beautiful Android UIs?](https://www.reddit.com/r/androiddev/comments/1fb4zyd/what_are_some_good_blogs_or_websites_about/) +- [Looking for remote test device](https://www.reddit.com/r/androiddev/comments/1fb32mv/looking_for_remote_test_device/) +- [Suggest me some ways to reduce app size that are not mentioned on internet](https://www.reddit.com/r/androiddev/comments/1fb2hp4/suggest_me_some_ways_to_reduce_app_size_that_are/) +- [Open testing vs Production track](https://www.reddit.com/r/androiddev/comments/1fb1nte/open_testing_vs_production_track/) ### *InfoWorld posts* From 2e335b7100e3fda4fbdbd3508dcf9a2ad84504ce Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 9 Sep 2024 01:29:41 +0000 Subject: [PATCH 1010/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index dd48a4db1b..912513f6b5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Compose 1.7.0 now stable (shared element transitions, lazy list animations, more)](https://www.reddit.com/r/androiddev/comments/1fc7dmf/compose_170_now_stable_shared_element_transitions/) +- [Interacting with android app when phone is closed](https://www.reddit.com/r/androiddev/comments/1fc3oa2/interacting_with_android_app_when_phone_is_closed/) +- [About Focus/Unfocus on TextField with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1fc1rgt/about_focusunfocus_on_textfield_with_jetpack/) +- [Crashlytics or Sentry for native projects?](https://www.reddit.com/r/androiddev/comments/1fc1bnw/crashlytics_or_sentry_for_native_projects/) +- [Jetpack Compose - Android TV](https://www.reddit.com/r/androiddev/comments/1fbxtok/jetpack_compose_android_tv/) +- [TF is up with Baseline profiles? (Rant)](https://www.reddit.com/r/androiddev/comments/1fbwwv4/tf_is_up_with_baseline_profiles_rant/) +- [Currently popped out composable receiving clicks ?](https://www.reddit.com/r/androiddev/comments/1fbwnuy/currently_popped_out_composable_receiving_clicks/) +- [Made an app with English flashcards and TTS](https://www.reddit.com/r/androiddev/comments/1fbvsqj/made_an_app_with_english_flashcards_and_tts/) - [Play Console app is now available on iOS App Store](https://www.reddit.com/r/androiddev/comments/1fbmba6/play_console_app_is_now_available_on_ios_app_store/) - [Automatic cloud save on google play?](https://www.reddit.com/r/androiddev/comments/1fbe9rl/automatic_cloud_save_on_google_play/) -- [What's the proper way of showing data in recyclerView when needing a GET request per item?](https://www.reddit.com/r/androiddev/comments/1fbcywx/whats_the_proper_way_of_showing_data_in/) -- [What is the intent format for a search query for the Google app?](https://www.reddit.com/r/androiddev/comments/1fb8k12/what_is_the_intent_format_for_a_search_query_for/) -- [Could you confirm on native android camera this QR code is not giving the correct result?](https://www.reddit.com/r/androiddev/comments/1fb7p7e/could_you_confirm_on_native_android_camera_this/) -- [Noob. - trying to get an app ro dial a fixed number](https://www.reddit.com/r/androiddev/comments/1fb5ieu/noob_trying_to_get_an_app_ro_dial_a_fixed_number/) -- [What are some good Blogs or Websites about creating beautiful Android UIs?](https://www.reddit.com/r/androiddev/comments/1fb4zyd/what_are_some_good_blogs_or_websites_about/) -- [Looking for remote test device](https://www.reddit.com/r/androiddev/comments/1fb32mv/looking_for_remote_test_device/) -- [Suggest me some ways to reduce app size that are not mentioned on internet](https://www.reddit.com/r/androiddev/comments/1fb2hp4/suggest_me_some_ways_to_reduce_app_size_that_are/) -- [Open testing vs Production track](https://www.reddit.com/r/androiddev/comments/1fb1nte/open_testing_vs_production_track/) ### *InfoWorld posts* From c9b1e3949be8da5e1a09aab9dc96955db0c803dd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 10 Sep 2024 01:29:43 +0000 Subject: [PATCH 1011/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 912513f6b5..fdb11f3941 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Compose 1.7.0 now stable (shared element transitions, lazy list animations, more)](https://www.reddit.com/r/androiddev/comments/1fc7dmf/compose_170_now_stable_shared_element_transitions/) -- [Interacting with android app when phone is closed](https://www.reddit.com/r/androiddev/comments/1fc3oa2/interacting_with_android_app_when_phone_is_closed/) -- [About Focus/Unfocus on TextField with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1fc1rgt/about_focusunfocus_on_textfield_with_jetpack/) -- [Crashlytics or Sentry for native projects?](https://www.reddit.com/r/androiddev/comments/1fc1bnw/crashlytics_or_sentry_for_native_projects/) -- [Jetpack Compose - Android TV](https://www.reddit.com/r/androiddev/comments/1fbxtok/jetpack_compose_android_tv/) -- [TF is up with Baseline profiles? (Rant)](https://www.reddit.com/r/androiddev/comments/1fbwwv4/tf_is_up_with_baseline_profiles_rant/) -- [Currently popped out composable receiving clicks ?](https://www.reddit.com/r/androiddev/comments/1fbwnuy/currently_popped_out_composable_receiving_clicks/) -- [Made an app with English flashcards and TTS](https://www.reddit.com/r/androiddev/comments/1fbvsqj/made_an_app_with_english_flashcards_and_tts/) -- [Play Console app is now available on iOS App Store](https://www.reddit.com/r/androiddev/comments/1fbmba6/play_console_app_is_now_available_on_ios_app_store/) -- [Automatic cloud save on google play?](https://www.reddit.com/r/androiddev/comments/1fbe9rl/automatic_cloud_save_on_google_play/) +- [Will this error subside after verification?](https://www.reddit.com/r/androiddev/comments/1fd65z5/will_this_error_subside_after_verification/) +- [Custom layout manager libraries for RecyclerView](https://www.reddit.com/r/androiddev/comments/1fd5ix5/custom_layout_manager_libraries_for_recyclerview/) +- [Realtime Developer Notifications](https://www.reddit.com/r/androiddev/comments/1fd489q/realtime_developer_notifications/) +- [A lightweight app that ensures specific apps stay active by regularly monitoring their status and automatically restarting them if they become inactive.](https://www.reddit.com/r/androiddev/comments/1fd3ad2/a_lightweight_app_that_ensures_specific_apps_stay/) +- [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 1 now available](https://www.reddit.com/r/androiddev/comments/1fd33u9/android_studio_ladybug_feature_drop_202422_canary/) +- [Dispatchers.IO vs Dispatchers.Main? When to use which one?](https://www.reddit.com/r/androiddev/comments/1fd1l9e/dispatchersio_vs_dispatchersmain_when_to_use/) +- [Book recommendation to learn Jetpack Compose basics](https://www.reddit.com/r/androiddev/comments/1fd1ahs/book_recommendation_to_learn_jetpack_compose/) +- [Content Label Warning](https://www.reddit.com/r/androiddev/comments/1fd14pw/content_label_warning/) +- [Google Play Console - Is it possible to see who has opted in?](https://www.reddit.com/r/androiddev/comments/1fczwfn/google_play_console_is_it_possible_to_see_who_has/) +- [OnePlus apis](https://www.reddit.com/r/androiddev/comments/1fcziey/oneplus_apis/) ### *InfoWorld posts* From 304579a7bd8fe16c0a4681d272bb388dd687c76f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 11 Sep 2024 01:29:43 +0000 Subject: [PATCH 1012/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fdb11f3941..694238db7c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Will this error subside after verification?](https://www.reddit.com/r/androiddev/comments/1fd65z5/will_this_error_subside_after_verification/) -- [Custom layout manager libraries for RecyclerView](https://www.reddit.com/r/androiddev/comments/1fd5ix5/custom_layout_manager_libraries_for_recyclerview/) +- [Have You Successfully Built a Dynamic App with Figma-to-Android Composable Plugins?](https://www.reddit.com/r/androiddev/comments/1fdt8tr/have_you_successfully_built_a_dynamic_app_with/) +- [Good mid-range to budget phone for Development](https://www.reddit.com/r/androiddev/comments/1fdqpdy/good_midrange_to_budget_phone_for_development/) +- [Can I control other streaming apps with any events as a OS?](https://www.reddit.com/r/androiddev/comments/1fdergj/can_i_control_other_streaming_apps_with_any/) +- [Since when Jetpack libraries started to have minSdk = 21?](https://www.reddit.com/r/androiddev/comments/1fdb1iq/since_when_jetpack_libraries_started_to_have/) +- [Android Studio Button body is not aligned with the drag box](https://www.reddit.com/r/androiddev/comments/1fd91ji/android_studio_button_body_is_not_aligned_with/) - [Realtime Developer Notifications](https://www.reddit.com/r/androiddev/comments/1fd489q/realtime_developer_notifications/) - [A lightweight app that ensures specific apps stay active by regularly monitoring their status and automatically restarting them if they become inactive.](https://www.reddit.com/r/androiddev/comments/1fd3ad2/a_lightweight_app_that_ensures_specific_apps_stay/) - [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 1 now available](https://www.reddit.com/r/androiddev/comments/1fd33u9/android_studio_ladybug_feature_drop_202422_canary/) -- [Dispatchers.IO vs Dispatchers.Main? When to use which one?](https://www.reddit.com/r/androiddev/comments/1fd1l9e/dispatchersio_vs_dispatchersmain_when_to_use/) - [Book recommendation to learn Jetpack Compose basics](https://www.reddit.com/r/androiddev/comments/1fd1ahs/book_recommendation_to_learn_jetpack_compose/) - [Content Label Warning](https://www.reddit.com/r/androiddev/comments/1fd14pw/content_label_warning/) -- [Google Play Console - Is it possible to see who has opted in?](https://www.reddit.com/r/androiddev/comments/1fczwfn/google_play_console_is_it_possible_to_see_who_has/) -- [OnePlus apis](https://www.reddit.com/r/androiddev/comments/1fcziey/oneplus_apis/) ### *InfoWorld posts* From 1072958a1153326e43b4c9728e24b15db6c92376 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 12 Sep 2024 01:29:34 +0000 Subject: [PATCH 1013/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 694238db7c..6e3a499eb1 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Have You Successfully Built a Dynamic App with Figma-to-Android Composable Plugins?](https://www.reddit.com/r/androiddev/comments/1fdt8tr/have_you_successfully_built_a_dynamic_app_with/) -- [Good mid-range to budget phone for Development](https://www.reddit.com/r/androiddev/comments/1fdqpdy/good_midrange_to_budget_phone_for_development/) -- [Can I control other streaming apps with any events as a OS?](https://www.reddit.com/r/androiddev/comments/1fdergj/can_i_control_other_streaming_apps_with_any/) -- [Since when Jetpack libraries started to have minSdk = 21?](https://www.reddit.com/r/androiddev/comments/1fdb1iq/since_when_jetpack_libraries_started_to_have/) -- [Android Studio Button body is not aligned with the drag box](https://www.reddit.com/r/androiddev/comments/1fd91ji/android_studio_button_body_is_not_aligned_with/) -- [Realtime Developer Notifications](https://www.reddit.com/r/androiddev/comments/1fd489q/realtime_developer_notifications/) -- [A lightweight app that ensures specific apps stay active by regularly monitoring their status and automatically restarting them if they become inactive.](https://www.reddit.com/r/androiddev/comments/1fd3ad2/a_lightweight_app_that_ensures_specific_apps_stay/) -- [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 1 now available](https://www.reddit.com/r/androiddev/comments/1fd33u9/android_studio_ladybug_feature_drop_202422_canary/) -- [Book recommendation to learn Jetpack Compose basics](https://www.reddit.com/r/androiddev/comments/1fd1ahs/book_recommendation_to_learn_jetpack_compose/) -- [Content Label Warning](https://www.reddit.com/r/androiddev/comments/1fd14pw/content_label_warning/) +- [Android Studio Kolala how to add custom theme?](https://www.reddit.com/r/androiddev/comments/1fel6en/android_studio_kolala_how_to_add_custom_theme/) +- [UsbManager returns empty device list in emulator](https://www.reddit.com/r/androiddev/comments/1fejg0q/usbmanager_returns_empty_device_list_in_emulator/) +- [ViewModel shouldn't persist data but it does. Hilt can be the culprit?](https://www.reddit.com/r/androiddev/comments/1fejefo/viewmodel_shouldnt_persist_data_but_it_does_hilt/) +- [How to block app for certain region?](https://www.reddit.com/r/androiddev/comments/1fej0ju/how_to_block_app_for_certain_region/) +- [Video Overflows from Bottom Sheet When Scrolling](https://www.reddit.com/r/androiddev/comments/1feesb2/video_overflows_from_bottom_sheet_when_scrolling/) +- [Take pictures with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1feenlj/take_pictures_with_jetpack_compose/) +- [The significance of privacy policy](https://www.reddit.com/r/androiddev/comments/1fe69ej/the_significance_of_privacy_policy/) +- [I have a problem running the foreground service on Huawei devices](https://www.reddit.com/r/androiddev/comments/1fe5ko9/i_have_a_problem_running_the_foreground_service/) +- [Crash reports with ForegroundServiceDidNotStartInTimeException on Android 14.](https://www.reddit.com/r/androiddev/comments/1fe2mk8/crash_reports_with/) +- [Who else don't like Android Studio new ui?](https://www.reddit.com/r/androiddev/comments/1fe1v0x/who_else_dont_like_android_studio_new_ui/) ### *InfoWorld posts* From 8f8bbcfbf42f5831a03e3d5116c53ece5a4c4410 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 13 Sep 2024 01:29:44 +0000 Subject: [PATCH 1014/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6e3a499eb1..bdbdebd30e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Studio Kolala how to add custom theme?](https://www.reddit.com/r/androiddev/comments/1fel6en/android_studio_kolala_how_to_add_custom_theme/) -- [UsbManager returns empty device list in emulator](https://www.reddit.com/r/androiddev/comments/1fejg0q/usbmanager_returns_empty_device_list_in_emulator/) -- [ViewModel shouldn't persist data but it does. Hilt can be the culprit?](https://www.reddit.com/r/androiddev/comments/1fejefo/viewmodel_shouldnt_persist_data_but_it_does_hilt/) -- [How to block app for certain region?](https://www.reddit.com/r/androiddev/comments/1fej0ju/how_to_block_app_for_certain_region/) -- [Video Overflows from Bottom Sheet When Scrolling](https://www.reddit.com/r/androiddev/comments/1feesb2/video_overflows_from_bottom_sheet_when_scrolling/) -- [Take pictures with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1feenlj/take_pictures_with_jetpack_compose/) -- [The significance of privacy policy](https://www.reddit.com/r/androiddev/comments/1fe69ej/the_significance_of_privacy_policy/) -- [I have a problem running the foreground service on Huawei devices](https://www.reddit.com/r/androiddev/comments/1fe5ko9/i_have_a_problem_running_the_foreground_service/) -- [Crash reports with ForegroundServiceDidNotStartInTimeException on Android 14.](https://www.reddit.com/r/androiddev/comments/1fe2mk8/crash_reports_with/) -- [Who else don't like Android Studio new ui?](https://www.reddit.com/r/androiddev/comments/1fe1v0x/who_else_dont_like_android_studio_new_ui/) +- [Change color of checkbox (when I do this, the checkmark is invisible because it is also white)](https://www.reddit.com/r/androiddev/comments/1ffixgr/change_color_of_checkbox_when_i_do_this_the/) +- [Switch to Media2 for ExoPlayer despite deprecation?](https://www.reddit.com/r/androiddev/comments/1ffh4fx/switch_to_media2_for_exoplayer_despite_deprecation/) +- [Need help with interview assignment result](https://www.reddit.com/r/androiddev/comments/1ffcahy/need_help_with_interview_assignment_result/) +- [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 2 now available](https://www.reddit.com/r/androiddev/comments/1ffbu2y/android_studio_ladybug_feature_drop_202422_canary/) +- [Android Studio Ladybug | 2024.2.1 Beta 2 now available](https://www.reddit.com/r/androiddev/comments/1ffbu2k/android_studio_ladybug_202421_beta_2_now_available/) +- [Difference between: Old PlayConsole vs New Play Console? Rules & Strictness](https://www.reddit.com/r/androiddev/comments/1ffbhfn/difference_between_old_playconsole_vs_new_play/) +- [Accessing the background location in android for geofencing](https://www.reddit.com/r/androiddev/comments/1ff6yl0/accessing_the_background_location_in_android_for/) +- [On Console Accounts, Reddit Algorithms, Non-Developers, Hardware, Search Engines, Testers, and Customer Support](https://www.reddit.com/r/androiddev/comments/1ff69tg/on_console_accounts_reddit_algorithms/) +- [Overriding composables in product flavors?](https://www.reddit.com/r/androiddev/comments/1ff4jfz/overriding_composables_in_product_flavors/) +- [Seeking tips and advice](https://www.reddit.com/r/androiddev/comments/1ff3jrg/seeking_tips_and_advice/) ### *InfoWorld posts* From f8d648068c4036bd7f60a185f3eacac60fd97d6a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 14 Sep 2024 01:29:29 +0000 Subject: [PATCH 1015/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bdbdebd30e..4fba46674c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [RenderNodes that use compositing layers render child shadows incorrectly after translation.](https://www.reddit.com/r/androiddev/comments/1fgaj7h/rendernodes_that_use_compositing_layers_render/) +- [Trying to implement Edge to Edge support (Please help)](https://www.reddit.com/r/androiddev/comments/1fgaa4k/trying_to_implement_edge_to_edge_support_please/) +- [What was your experience with Realm Kotlin SDK?](https://www.reddit.com/r/androiddev/comments/1fg13ov/what_was_your_experience_with_realm_kotlin_sdk/) +- [Beyond The Success Of Kotlin / The Documentary](https://www.reddit.com/r/androiddev/comments/1fg00cq/beyond_the_success_of_kotlin_the_documentary/) +- [Is something wrong with "perceived ANR rate" in Console?](https://www.reddit.com/r/androiddev/comments/1fftm6u/is_something_wrong_with_perceived_anr_rate_in/) +- [Launching mobile app from wear app](https://www.reddit.com/r/androiddev/comments/1ffqjin/launching_mobile_app_from_wear_app/) +- [How to manage ads for kids on Google Play Console](https://www.reddit.com/r/androiddev/comments/1ffp01o/how_to_manage_ads_for_kids_on_google_play_console/) - [Change color of checkbox (when I do this, the checkmark is invisible because it is also white)](https://www.reddit.com/r/androiddev/comments/1ffixgr/change_color_of_checkbox_when_i_do_this_the/) - [Switch to Media2 for ExoPlayer despite deprecation?](https://www.reddit.com/r/androiddev/comments/1ffh4fx/switch_to_media2_for_exoplayer_despite_deprecation/) - [Need help with interview assignment result](https://www.reddit.com/r/androiddev/comments/1ffcahy/need_help_with_interview_assignment_result/) -- [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 2 now available](https://www.reddit.com/r/androiddev/comments/1ffbu2y/android_studio_ladybug_feature_drop_202422_canary/) -- [Android Studio Ladybug | 2024.2.1 Beta 2 now available](https://www.reddit.com/r/androiddev/comments/1ffbu2k/android_studio_ladybug_202421_beta_2_now_available/) -- [Difference between: Old PlayConsole vs New Play Console? Rules & Strictness](https://www.reddit.com/r/androiddev/comments/1ffbhfn/difference_between_old_playconsole_vs_new_play/) -- [Accessing the background location in android for geofencing](https://www.reddit.com/r/androiddev/comments/1ff6yl0/accessing_the_background_location_in_android_for/) -- [On Console Accounts, Reddit Algorithms, Non-Developers, Hardware, Search Engines, Testers, and Customer Support](https://www.reddit.com/r/androiddev/comments/1ff69tg/on_console_accounts_reddit_algorithms/) -- [Overriding composables in product flavors?](https://www.reddit.com/r/androiddev/comments/1ff4jfz/overriding_composables_in_product_flavors/) -- [Seeking tips and advice](https://www.reddit.com/r/androiddev/comments/1ff3jrg/seeking_tips_and_advice/) ### *InfoWorld posts* From 0c1576ab11ac7fa4bfd28ec203ceba26d7694606 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 15 Sep 2024 01:29:50 +0000 Subject: [PATCH 1016/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4fba46674c..4a065d97d6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Account closed due to inactivity. What are my options?](https://www.reddit.com/r/androiddev/comments/1fh0j24/account_closed_due_to_inactivity_what_are_my/) +- [How can I change the XML editor background color in Android Studio?](https://www.reddit.com/r/androiddev/comments/1fh03st/how_can_i_change_the_xml_editor_background_color/) +- [Canceling a Coroutine Simplified](https://www.reddit.com/r/androiddev/comments/1fgz6fn/canceling_a_coroutine_simplified/) +- [Is my Sony TV really on Android? If so, how do I sideload apps on it?](https://www.reddit.com/r/androiddev/comments/1fgxs73/is_my_sony_tv_really_on_android_if_so_how_do_i/) +- [Android app not available on some mobile brands](https://www.reddit.com/r/androiddev/comments/1fgw0kd/android_app_not_available_on_some_mobile_brands/) +- [Best Way to Manage Baseline Profiles for Mobile & TV in a Single APK?](https://www.reddit.com/r/androiddev/comments/1fgk1yt/best_way_to_manage_baseline_profiles_for_mobile/) +- [Is it possible to integrate contactless payment in an app like Google Wallet does, or at least "ride" their feature?](https://www.reddit.com/r/androiddev/comments/1fgjawv/is_it_possible_to_integrate_contactless_payment/) +- [Questions about flows that I'm still unsure of](https://www.reddit.com/r/androiddev/comments/1fgcuvr/questions_about_flows_that_im_still_unsure_of/) - [RenderNodes that use compositing layers render child shadows incorrectly after translation.](https://www.reddit.com/r/androiddev/comments/1fgaj7h/rendernodes_that_use_compositing_layers_render/) - [Trying to implement Edge to Edge support (Please help)](https://www.reddit.com/r/androiddev/comments/1fgaa4k/trying_to_implement_edge_to_edge_support_please/) -- [What was your experience with Realm Kotlin SDK?](https://www.reddit.com/r/androiddev/comments/1fg13ov/what_was_your_experience_with_realm_kotlin_sdk/) -- [Beyond The Success Of Kotlin / The Documentary](https://www.reddit.com/r/androiddev/comments/1fg00cq/beyond_the_success_of_kotlin_the_documentary/) -- [Is something wrong with "perceived ANR rate" in Console?](https://www.reddit.com/r/androiddev/comments/1fftm6u/is_something_wrong_with_perceived_anr_rate_in/) -- [Launching mobile app from wear app](https://www.reddit.com/r/androiddev/comments/1ffqjin/launching_mobile_app_from_wear_app/) -- [How to manage ads for kids on Google Play Console](https://www.reddit.com/r/androiddev/comments/1ffp01o/how_to_manage_ads_for_kids_on_google_play_console/) -- [Change color of checkbox (when I do this, the checkmark is invisible because it is also white)](https://www.reddit.com/r/androiddev/comments/1ffixgr/change_color_of_checkbox_when_i_do_this_the/) -- [Switch to Media2 for ExoPlayer despite deprecation?](https://www.reddit.com/r/androiddev/comments/1ffh4fx/switch_to_media2_for_exoplayer_despite_deprecation/) -- [Need help with interview assignment result](https://www.reddit.com/r/androiddev/comments/1ffcahy/need_help_with_interview_assignment_result/) ### *InfoWorld posts* From 32b757637076c128a17c0f66a11342ed692576b4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 16 Sep 2024 01:29:58 +0000 Subject: [PATCH 1017/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4a065d97d6..084cb94dec 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Account closed due to inactivity. What are my options?](https://www.reddit.com/r/androiddev/comments/1fh0j24/account_closed_due_to_inactivity_what_are_my/) +- [Passknight: Multi-vault, self hosted password manager](https://www.reddit.com/r/androiddev/comments/1fh97zk/passknight_multivault_self_hosted_password_manager/) +- [How to recreate this Ui using jetpack compose?](https://www.reddit.com/r/androiddev/comments/1fh7cw5/how_to_recreate_this_ui_using_jetpack_compose/) +- [Should I Address Warnings Before Releasing My App to Production on the Play Store?](https://www.reddit.com/r/androiddev/comments/1fh7bcc/should_i_address_warnings_before_releasing_my_app/) +- [Speech recognition broken since last Speech Recognition & Synthesis update](https://www.reddit.com/r/androiddev/comments/1fh6wpg/speech_recognition_broken_since_last_speech/) - [How can I change the XML editor background color in Android Studio?](https://www.reddit.com/r/androiddev/comments/1fh03st/how_can_i_change_the_xml_editor_background_color/) - [Canceling a Coroutine Simplified](https://www.reddit.com/r/androiddev/comments/1fgz6fn/canceling_a_coroutine_simplified/) -- [Is my Sony TV really on Android? If so, how do I sideload apps on it?](https://www.reddit.com/r/androiddev/comments/1fgxs73/is_my_sony_tv_really_on_android_if_so_how_do_i/) - [Android app not available on some mobile brands](https://www.reddit.com/r/androiddev/comments/1fgw0kd/android_app_not_available_on_some_mobile_brands/) - [Best Way to Manage Baseline Profiles for Mobile & TV in a Single APK?](https://www.reddit.com/r/androiddev/comments/1fgk1yt/best_way_to_manage_baseline_profiles_for_mobile/) - [Is it possible to integrate contactless payment in an app like Google Wallet does, or at least "ride" their feature?](https://www.reddit.com/r/androiddev/comments/1fgjawv/is_it_possible_to_integrate_contactless_payment/) - [Questions about flows that I'm still unsure of](https://www.reddit.com/r/androiddev/comments/1fgcuvr/questions_about_flows_that_im_still_unsure_of/) -- [RenderNodes that use compositing layers render child shadows incorrectly after translation.](https://www.reddit.com/r/androiddev/comments/1fgaj7h/rendernodes_that_use_compositing_layers_render/) -- [Trying to implement Edge to Edge support (Please help)](https://www.reddit.com/r/androiddev/comments/1fgaa4k/trying_to_implement_edge_to_edge_support_please/) ### *InfoWorld posts* From b0061104c6fd8e656cbc19340bde1d36b8aad817 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 17 Sep 2024 01:25:39 +0000 Subject: [PATCH 1018/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 084cb94dec..968ebf9620 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Passknight: Multi-vault, self hosted password manager](https://www.reddit.com/r/androiddev/comments/1fh97zk/passknight_multivault_self_hosted_password_manager/) -- [How to recreate this Ui using jetpack compose?](https://www.reddit.com/r/androiddev/comments/1fh7cw5/how_to_recreate_this_ui_using_jetpack_compose/) -- [Should I Address Warnings Before Releasing My App to Production on the Play Store?](https://www.reddit.com/r/androiddev/comments/1fh7bcc/should_i_address_warnings_before_releasing_my_app/) -- [Speech recognition broken since last Speech Recognition & Synthesis update](https://www.reddit.com/r/androiddev/comments/1fh6wpg/speech_recognition_broken_since_last_speech/) -- [How can I change the XML editor background color in Android Studio?](https://www.reddit.com/r/androiddev/comments/1fh03st/how_can_i_change_the_xml_editor_background_color/) -- [Canceling a Coroutine Simplified](https://www.reddit.com/r/androiddev/comments/1fgz6fn/canceling_a_coroutine_simplified/) -- [Android app not available on some mobile brands](https://www.reddit.com/r/androiddev/comments/1fgw0kd/android_app_not_available_on_some_mobile_brands/) -- [Best Way to Manage Baseline Profiles for Mobile & TV in a Single APK?](https://www.reddit.com/r/androiddev/comments/1fgk1yt/best_way_to_manage_baseline_profiles_for_mobile/) -- [Is it possible to integrate contactless payment in an app like Google Wallet does, or at least "ride" their feature?](https://www.reddit.com/r/androiddev/comments/1fgjawv/is_it_possible_to_integrate_contactless_payment/) -- [Questions about flows that I'm still unsure of](https://www.reddit.com/r/androiddev/comments/1fgcuvr/questions_about_flows_that_im_still_unsure_of/) +- ["Submit" button grayed out in Gemini](https://www.reddit.com/r/androiddev/comments/1fihh2p/submit_button_grayed_out_in_gemini/) +- [Android: Catching NDK crashes](https://www.reddit.com/r/androiddev/comments/1figwlr/android_catching_ndk_crashes/) +- [Built my second app!](https://www.reddit.com/r/androiddev/comments/1ficmmo/built_my_second_app/) +- [Exploring Lifecycle-Aware Service and FirebaseMessagingService on Android](https://www.reddit.com/r/androiddev/comments/1fi7tit/exploring_lifecycleaware_service_and/) +- [How to change the default value of elevation in Snackbar componenet in M3](https://www.reddit.com/r/androiddev/comments/1fi5iki/how_to_change_the_default_value_of_elevation_in/) +- [Review my code?](https://www.reddit.com/r/androiddev/comments/1fi18s6/review_my_code/) +- [How to add "Configurate in [app name]" button to my app?](https://www.reddit.com/r/androiddev/comments/1fi0tum/how_to_add_configurate_in_app_name_button_to_my/) +- [Do you like ProGuard?](https://www.reddit.com/r/androiddev/comments/1fi0tql/do_you_like_proguard/) +- [Few surprises with Pre-registration on Play Store](https://www.reddit.com/r/androiddev/comments/1fi0sji/few_surprises_with_preregistration_on_play_store/) +- [Fill Colors in Drawn Paths on Canvas](https://www.reddit.com/r/androiddev/comments/1fhyyv2/fill_colors_in_drawn_paths_on_canvas/) ### *InfoWorld posts* From 0be76a279d2f82e1aa967ab3862c5aeb8701e9c2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 18 Sep 2024 01:29:37 +0000 Subject: [PATCH 1019/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 968ebf9620..80f39d1342 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Use Android Studio tools without opening full editor?](https://www.reddit.com/r/androiddev/comments/1fjgcc1/use_android_studio_tools_without_opening_full/) +- [Android Studio Koala Feature Drop | 2024.1.2 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/1fjc73n/android_studio_koala_feature_drop_202412_patch_1/) +- [Android Productivity Tool](https://www.reddit.com/r/androiddev/comments/1fj9ni6/android_productivity_tool/) +- [Does creating an app that have same UI like whatsapp violate google play policies ?](https://www.reddit.com/r/androiddev/comments/1fj7dvm/does_creating_an_app_that_have_same_ui_like/) +- [View State Management & Coordination with Compose on Android](https://www.reddit.com/r/androiddev/comments/1fj2sq7/view_state_management_coordination_with_compose/) +- [My school is Teaching Java with XML instead of Kotlin](https://www.reddit.com/r/androiddev/comments/1fj17ur/my_school_is_teaching_java_with_xml_instead_of/) +- [How to change parent Composable in AGSL shader?](https://www.reddit.com/r/androiddev/comments/1fj0bgu/how_to_change_parent_composable_in_agsl_shader/) +- [How to build fully custom Jetpack Compose Bottom Sheets without using Material Compose](https://www.reddit.com/r/androiddev/comments/1fix75l/how_to_build_fully_custom_jetpack_compose_bottom/) +- [How to implement glassmorphism in compose without third party libraries?](https://www.reddit.com/r/androiddev/comments/1fiwlfv/how_to_implement_glassmorphism_in_compose_without/) - ["Submit" button grayed out in Gemini](https://www.reddit.com/r/androiddev/comments/1fihh2p/submit_button_grayed_out_in_gemini/) -- [Android: Catching NDK crashes](https://www.reddit.com/r/androiddev/comments/1figwlr/android_catching_ndk_crashes/) -- [Built my second app!](https://www.reddit.com/r/androiddev/comments/1ficmmo/built_my_second_app/) -- [Exploring Lifecycle-Aware Service and FirebaseMessagingService on Android](https://www.reddit.com/r/androiddev/comments/1fi7tit/exploring_lifecycleaware_service_and/) -- [How to change the default value of elevation in Snackbar componenet in M3](https://www.reddit.com/r/androiddev/comments/1fi5iki/how_to_change_the_default_value_of_elevation_in/) -- [Review my code?](https://www.reddit.com/r/androiddev/comments/1fi18s6/review_my_code/) -- [How to add "Configurate in [app name]" button to my app?](https://www.reddit.com/r/androiddev/comments/1fi0tum/how_to_add_configurate_in_app_name_button_to_my/) -- [Do you like ProGuard?](https://www.reddit.com/r/androiddev/comments/1fi0tql/do_you_like_proguard/) -- [Few surprises with Pre-registration on Play Store](https://www.reddit.com/r/androiddev/comments/1fi0sji/few_surprises_with_preregistration_on_play_store/) -- [Fill Colors in Drawn Paths on Canvas](https://www.reddit.com/r/androiddev/comments/1fhyyv2/fill_colors_in_drawn_paths_on_canvas/) ### *InfoWorld posts* From 37571ef0fed002c1deca22f6aeaacc09fa44761e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 19 Sep 2024 01:29:40 +0000 Subject: [PATCH 1020/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 80f39d1342..018b8cd1a0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Use Android Studio tools without opening full editor?](https://www.reddit.com/r/androiddev/comments/1fjgcc1/use_android_studio_tools_without_opening_full/) -- [Android Studio Koala Feature Drop | 2024.1.2 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/1fjc73n/android_studio_koala_feature_drop_202412_patch_1/) -- [Android Productivity Tool](https://www.reddit.com/r/androiddev/comments/1fj9ni6/android_productivity_tool/) -- [Does creating an app that have same UI like whatsapp violate google play policies ?](https://www.reddit.com/r/androiddev/comments/1fj7dvm/does_creating_an_app_that_have_same_ui_like/) -- [View State Management & Coordination with Compose on Android](https://www.reddit.com/r/androiddev/comments/1fj2sq7/view_state_management_coordination_with_compose/) -- [My school is Teaching Java with XML instead of Kotlin](https://www.reddit.com/r/androiddev/comments/1fj17ur/my_school_is_teaching_java_with_xml_instead_of/) -- [How to change parent Composable in AGSL shader?](https://www.reddit.com/r/androiddev/comments/1fj0bgu/how_to_change_parent_composable_in_agsl_shader/) -- [How to build fully custom Jetpack Compose Bottom Sheets without using Material Compose](https://www.reddit.com/r/androiddev/comments/1fix75l/how_to_build_fully_custom_jetpack_compose_bottom/) -- [How to implement glassmorphism in compose without third party libraries?](https://www.reddit.com/r/androiddev/comments/1fiwlfv/how_to_implement_glassmorphism_in_compose_without/) -- ["Submit" button grayed out in Gemini](https://www.reddit.com/r/androiddev/comments/1fihh2p/submit_button_grayed_out_in_gemini/) +- [How do we customize long press actions on push notification](https://www.reddit.com/r/androiddev/comments/1fk68j3/how_do_we_customize_long_press_actions_on_push/) +- [To guys working on medium to large scale Android codebase...](https://www.reddit.com/r/androiddev/comments/1fk3m3y/to_guys_working_on_medium_to_large_scale_android/) +- [Building an Android Game Using Web3 (But You Won’t Know It’s There)](https://www.reddit.com/r/androiddev/comments/1fk1beu/building_an_android_game_using_web3_but_you_wont/) +- [The emulator process for AVD has terminated](https://www.reddit.com/r/androiddev/comments/1fjznbs/the_emulator_process_for_avd_has_terminated/) +- [Do you ecodesign your apps?](https://www.reddit.com/r/androiddev/comments/1fjyj79/do_you_ecodesign_your_apps/) +- [TypeAlias Show Livestream: Kotlin Roadmap, Multi-Cursors, and More](https://www.reddit.com/r/androiddev/comments/1fjvtoe/typealias_show_livestream_kotlin_roadmap/) +- [Releasing an "early" version](https://www.reddit.com/r/androiddev/comments/1fjuj1g/releasing_an_early_version/) +- [How to test NFC cards on android without having the physical Cards?](https://www.reddit.com/r/androiddev/comments/1fjs2hf/how_to_test_nfc_cards_on_android_without_having/) +- [RxJava to Kotlin Coroutines: The Ultimate Migration Guide](https://www.reddit.com/r/androiddev/comments/1fjpouo/rxjava_to_kotlin_coroutines_the_ultimate/) +- [Should you write unit tests for your CRUD repo methods?](https://www.reddit.com/r/androiddev/comments/1fjnkj2/should_you_write_unit_tests_for_your_crud_repo/) ### *InfoWorld posts* From df10dd96b9d754fcea448e88d3e78370b4695a6c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 20 Sep 2024 01:29:44 +0000 Subject: [PATCH 1021/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 018b8cd1a0..89163dc190 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Hear Me Out — Kdux: a better Redux for modern Kotlin](https://www.reddit.com/r/androiddev/comments/1fkyir1/hear_me_out_kdux_a_better_redux_for_modern_kotlin/) +- [Got contacted by rounds.com to sell my App](https://www.reddit.com/r/androiddev/comments/1fkoqvz/got_contacted_by_roundscom_to_sell_my_app/) +- [Cellular network affects socket read_buffer_size of WiFi connections](https://www.reddit.com/r/androiddev/comments/1fknl99/cellular_network_affects_socket_read_buffer_size/) +- [Design Server-Driven UI with Jetpack Compose and Firebase](https://www.reddit.com/r/androiddev/comments/1fkl7d4/design_serverdriven_ui_with_jetpack_compose_and/) +- [Handle new line (\n) in SpannableString or Html.fromHtml !](https://www.reddit.com/r/androiddev/comments/1fkj91v/handle_new_line_n_in_spannablestring_or/) +- [Introducing CLIP-Android: Run Inference on OpenAI's CLIP, fully on-device (using clip.cpp)](https://www.reddit.com/r/androiddev/comments/1fkic0u/introducing_clipandroid_run_inference_on_openais/) +- [Lesson learned from submitting 4 apps to Play & App Store: 3 Published 1 Suspended](https://www.reddit.com/r/androiddev/comments/1fkf40i/lesson_learned_from_submitting_4_apps_to_play_app/) - [How do we customize long press actions on push notification](https://www.reddit.com/r/androiddev/comments/1fk68j3/how_do_we_customize_long_press_actions_on_push/) - [To guys working on medium to large scale Android codebase...](https://www.reddit.com/r/androiddev/comments/1fk3m3y/to_guys_working_on_medium_to_large_scale_android/) -- [Building an Android Game Using Web3 (But You Won’t Know It’s There)](https://www.reddit.com/r/androiddev/comments/1fk1beu/building_an_android_game_using_web3_but_you_wont/) - [The emulator process for AVD has terminated](https://www.reddit.com/r/androiddev/comments/1fjznbs/the_emulator_process_for_avd_has_terminated/) -- [Do you ecodesign your apps?](https://www.reddit.com/r/androiddev/comments/1fjyj79/do_you_ecodesign_your_apps/) -- [TypeAlias Show Livestream: Kotlin Roadmap, Multi-Cursors, and More](https://www.reddit.com/r/androiddev/comments/1fjvtoe/typealias_show_livestream_kotlin_roadmap/) -- [Releasing an "early" version](https://www.reddit.com/r/androiddev/comments/1fjuj1g/releasing_an_early_version/) -- [How to test NFC cards on android without having the physical Cards?](https://www.reddit.com/r/androiddev/comments/1fjs2hf/how_to_test_nfc_cards_on_android_without_having/) -- [RxJava to Kotlin Coroutines: The Ultimate Migration Guide](https://www.reddit.com/r/androiddev/comments/1fjpouo/rxjava_to_kotlin_coroutines_the_ultimate/) -- [Should you write unit tests for your CRUD repo methods?](https://www.reddit.com/r/androiddev/comments/1fjnkj2/should_you_write_unit_tests_for_your_crud_repo/) ### *InfoWorld posts* From 2e9dcf985523b5b1d7f5cf31f7c2ce39318886c0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 21 Sep 2024 01:29:43 +0000 Subject: [PATCH 1022/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 89163dc190..70824a2d50 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Hear Me Out — Kdux: a better Redux for modern Kotlin](https://www.reddit.com/r/androiddev/comments/1fkyir1/hear_me_out_kdux_a_better_redux_for_modern_kotlin/) -- [Got contacted by rounds.com to sell my App](https://www.reddit.com/r/androiddev/comments/1fkoqvz/got_contacted_by_roundscom_to_sell_my_app/) -- [Cellular network affects socket read_buffer_size of WiFi connections](https://www.reddit.com/r/androiddev/comments/1fknl99/cellular_network_affects_socket_read_buffer_size/) -- [Design Server-Driven UI with Jetpack Compose and Firebase](https://www.reddit.com/r/androiddev/comments/1fkl7d4/design_serverdriven_ui_with_jetpack_compose_and/) -- [Handle new line (\n) in SpannableString or Html.fromHtml !](https://www.reddit.com/r/androiddev/comments/1fkj91v/handle_new_line_n_in_spannablestring_or/) -- [Introducing CLIP-Android: Run Inference on OpenAI's CLIP, fully on-device (using clip.cpp)](https://www.reddit.com/r/androiddev/comments/1fkic0u/introducing_clipandroid_run_inference_on_openais/) -- [Lesson learned from submitting 4 apps to Play & App Store: 3 Published 1 Suspended](https://www.reddit.com/r/androiddev/comments/1fkf40i/lesson_learned_from_submitting_4_apps_to_play_app/) -- [How do we customize long press actions on push notification](https://www.reddit.com/r/androiddev/comments/1fk68j3/how_do_we_customize_long_press_actions_on_push/) -- [To guys working on medium to large scale Android codebase...](https://www.reddit.com/r/androiddev/comments/1fk3m3y/to_guys_working_on_medium_to_large_scale_android/) -- [The emulator process for AVD has terminated](https://www.reddit.com/r/androiddev/comments/1fjznbs/the_emulator_process_for_avd_has_terminated/) +- [Gradle Build Error](https://www.reddit.com/r/androiddev/comments/1flpd93/gradle_build_error/) +- [Beware "rounds.com"! This is a sham company that will ruin your reputation and likely any associated accounts.](https://www.reddit.com/r/androiddev/comments/1flhzjc/beware_roundscom_this_is_a_sham_company_that_will/) +- [Is Android broken or am I out of touch?](https://www.reddit.com/r/androiddev/comments/1flhweh/is_android_broken_or_am_i_out_of_touch/) +- [My experince migrating my open source App to Compose Multiplatform](https://www.reddit.com/r/androiddev/comments/1fldey3/my_experince_migrating_my_open_source_app_to/) +- [Loading Initial Data on Android Part 2: Clear All Your Doubts](https://www.reddit.com/r/androiddev/comments/1flcpo6/loading_initial_data_on_android_part_2_clear_all/) +- [Sharing verification tip](https://www.reddit.com/r/androiddev/comments/1fl96qk/sharing_verification_tip/) +- [New Android Studio UI doesn't show a tool tip](https://www.reddit.com/r/androiddev/comments/1fl7fee/new_android_studio_ui_doesnt_show_a_tool_tip/) +- [Account suspended due to Identity Verification](https://www.reddit.com/r/androiddev/comments/1fl7bka/account_suspended_due_to_identity_verification/) +- [Is it common to use visible/invisible instead of using fragment?](https://www.reddit.com/r/androiddev/comments/1fl5ssn/is_it_common_to_use_visibleinvisible_instead_of/) +- [Expand and collapse LazyColumn items with animation in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1fl4dh0/expand_and_collapse_lazycolumn_items_with/) ### *InfoWorld posts* From 5f210fbe096879f37ee63daa83a93a3266aa1816 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 22 Sep 2024 01:29:54 +0000 Subject: [PATCH 1023/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 70824a2d50..7135169192 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How do you do viewmodels with compose and navigation?](https://www.reddit.com/r/androiddev/comments/1fmhfbc/how_do_you_do_viewmodels_with_compose_and/) +- [Showing video on home screen of the app without any buffer](https://www.reddit.com/r/androiddev/comments/1fmgotk/showing_video_on_home_screen_of_the_app_without/) +- [Android How to Listen to SMS Received Event](https://www.reddit.com/r/androiddev/comments/1fmbxpv/android_how_to_listen_to_sms_received_event/) +- [Jetpack navigation destroying fragment view while navigating](https://www.reddit.com/r/androiddev/comments/1fm2tu0/jetpack_navigation_destroying_fragment_view_while/) +- [Is storing data in a file instead of using Preferences Datastore a really bad idea?](https://www.reddit.com/r/androiddev/comments/1flyj4o/is_storing_data_in_a_file_instead_of_using/) +- [How to print pdf directly from API without user interaction](https://www.reddit.com/r/androiddev/comments/1flvbss/how_to_print_pdf_directly_from_api_without_user/) +- [Why r8 preferred BMW over Audi? (4 mins read)](https://www.reddit.com/r/androiddev/comments/1fluodm/why_r8_preferred_bmw_over_audi_4_mins_read/) +- [Third party libs](https://www.reddit.com/r/androiddev/comments/1flt7s3/third_party_libs/) +- [Subscription Payments for Mobile App and Web App](https://www.reddit.com/r/androiddev/comments/1flt612/subscription_payments_for_mobile_app_and_web_app/) - [Gradle Build Error](https://www.reddit.com/r/androiddev/comments/1flpd93/gradle_build_error/) -- [Beware "rounds.com"! This is a sham company that will ruin your reputation and likely any associated accounts.](https://www.reddit.com/r/androiddev/comments/1flhzjc/beware_roundscom_this_is_a_sham_company_that_will/) -- [Is Android broken or am I out of touch?](https://www.reddit.com/r/androiddev/comments/1flhweh/is_android_broken_or_am_i_out_of_touch/) -- [My experince migrating my open source App to Compose Multiplatform](https://www.reddit.com/r/androiddev/comments/1fldey3/my_experince_migrating_my_open_source_app_to/) -- [Loading Initial Data on Android Part 2: Clear All Your Doubts](https://www.reddit.com/r/androiddev/comments/1flcpo6/loading_initial_data_on_android_part_2_clear_all/) -- [Sharing verification tip](https://www.reddit.com/r/androiddev/comments/1fl96qk/sharing_verification_tip/) -- [New Android Studio UI doesn't show a tool tip](https://www.reddit.com/r/androiddev/comments/1fl7fee/new_android_studio_ui_doesnt_show_a_tool_tip/) -- [Account suspended due to Identity Verification](https://www.reddit.com/r/androiddev/comments/1fl7bka/account_suspended_due_to_identity_verification/) -- [Is it common to use visible/invisible instead of using fragment?](https://www.reddit.com/r/androiddev/comments/1fl5ssn/is_it_common_to_use_visibleinvisible_instead_of/) -- [Expand and collapse LazyColumn items with animation in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1fl4dh0/expand_and_collapse_lazycolumn_items_with/) ### *InfoWorld posts* From a1808a07675e946196fceca07fdca78fe3d5cd41 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 23 Sep 2024 01:29:50 +0000 Subject: [PATCH 1024/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7135169192..46c6b184d9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How do you do viewmodels with compose and navigation?](https://www.reddit.com/r/androiddev/comments/1fmhfbc/how_do_you_do_viewmodels_with_compose_and/) -- [Showing video on home screen of the app without any buffer](https://www.reddit.com/r/androiddev/comments/1fmgotk/showing_video_on_home_screen_of_the_app_without/) -- [Android How to Listen to SMS Received Event](https://www.reddit.com/r/androiddev/comments/1fmbxpv/android_how_to_listen_to_sms_received_event/) -- [Jetpack navigation destroying fragment view while navigating](https://www.reddit.com/r/androiddev/comments/1fm2tu0/jetpack_navigation_destroying_fragment_view_while/) -- [Is storing data in a file instead of using Preferences Datastore a really bad idea?](https://www.reddit.com/r/androiddev/comments/1flyj4o/is_storing_data_in_a_file_instead_of_using/) -- [How to print pdf directly from API without user interaction](https://www.reddit.com/r/androiddev/comments/1flvbss/how_to_print_pdf_directly_from_api_without_user/) -- [Why r8 preferred BMW over Audi? (4 mins read)](https://www.reddit.com/r/androiddev/comments/1fluodm/why_r8_preferred_bmw_over_audi_4_mins_read/) -- [Third party libs](https://www.reddit.com/r/androiddev/comments/1flt7s3/third_party_libs/) -- [Subscription Payments for Mobile App and Web App](https://www.reddit.com/r/androiddev/comments/1flt612/subscription_payments_for_mobile_app_and_web_app/) -- [Gradle Build Error](https://www.reddit.com/r/androiddev/comments/1flpd93/gradle_build_error/) +- [Seeking Feedback on My First App - A Tip Calculator with Currency Conversion](https://www.reddit.com/r/androiddev/comments/1fn7636/seeking_feedback_on_my_first_app_a_tip_calculator/) +- [[Java Question] How to add a string to a spinner's list of options without going into the xml?](https://www.reddit.com/r/androiddev/comments/1fn6f39/java_question_how_to_add_a_string_to_a_spinners/) +- [Understanding the complexities of MVVM with jetpack](https://www.reddit.com/r/androiddev/comments/1fn5ilr/understanding_the_complexities_of_mvvm_with/) +- [Animation and Masking in Jetpack Compose with the grahpicsLayer() and Drawing Modifiers](https://www.reddit.com/r/androiddev/comments/1fn41sb/animation_and_masking_in_jetpack_compose_with_the/) +- [Updates to the Google Photos API: Read-Only Scopes Deprecated](https://www.reddit.com/r/androiddev/comments/1fn2x07/updates_to_the_google_photos_api_readonly_scopes/) +- [[Question] How to retrieve String from EditText and add it to an array in another activity?](https://www.reddit.com/r/androiddev/comments/1fn09n7/question_how_to_retrieve_string_from_edittext_and/) +- [Share TopAppBar Across Screens with Dynamic Content and Actions — Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1fmu10l/share_topappbar_across_screens_with_dynamic/) +- [Frustrated with 1 star reviews complaining about app's freemium model?](https://www.reddit.com/r/androiddev/comments/1fmtzts/frustrated_with_1_star_reviews_complaining_about/) +- [Where to find animated backgrounds for app](https://www.reddit.com/r/androiddev/comments/1fmr79k/where_to_find_animated_backgrounds_for_app/) +- [Need help in restoring screen from where I left off](https://www.reddit.com/r/androiddev/comments/1fmqzir/need_help_in_restoring_screen_from_where_i_left/) ### *InfoWorld posts* From b53e4053e7c40f1557bb0b8265353f715ac8395c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 24 Sep 2024 01:29:58 +0000 Subject: [PATCH 1025/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 46c6b184d9..891ace6d9a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Seeking Feedback on My First App - A Tip Calculator with Currency Conversion](https://www.reddit.com/r/androiddev/comments/1fn7636/seeking_feedback_on_my_first_app_a_tip_calculator/) -- [[Java Question] How to add a string to a spinner's list of options without going into the xml?](https://www.reddit.com/r/androiddev/comments/1fn6f39/java_question_how_to_add_a_string_to_a_spinners/) -- [Understanding the complexities of MVVM with jetpack](https://www.reddit.com/r/androiddev/comments/1fn5ilr/understanding_the_complexities_of_mvvm_with/) -- [Animation and Masking in Jetpack Compose with the grahpicsLayer() and Drawing Modifiers](https://www.reddit.com/r/androiddev/comments/1fn41sb/animation_and_masking_in_jetpack_compose_with_the/) -- [Updates to the Google Photos API: Read-Only Scopes Deprecated](https://www.reddit.com/r/androiddev/comments/1fn2x07/updates_to_the_google_photos_api_readonly_scopes/) -- [[Question] How to retrieve String from EditText and add it to an array in another activity?](https://www.reddit.com/r/androiddev/comments/1fn09n7/question_how_to_retrieve_string_from_edittext_and/) -- [Share TopAppBar Across Screens with Dynamic Content and Actions — Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1fmu10l/share_topappbar_across_screens_with_dynamic/) -- [Frustrated with 1 star reviews complaining about app's freemium model?](https://www.reddit.com/r/androiddev/comments/1fmtzts/frustrated_with_1_star_reviews_complaining_about/) -- [Where to find animated backgrounds for app](https://www.reddit.com/r/androiddev/comments/1fmr79k/where_to_find_animated_backgrounds_for_app/) -- [Need help in restoring screen from where I left off](https://www.reddit.com/r/androiddev/comments/1fmqzir/need_help_in_restoring_screen_from_where_i_left/) +- [Android Emulator network issues on linux.](https://www.reddit.com/r/androiddev/comments/1fnznef/android_emulator_network_issues_on_linux/) +- [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 3 now available](https://www.reddit.com/r/androiddev/comments/1fnv8u6/android_studio_ladybug_feature_drop_202422_canary/) +- [Missing Playstore in Android Virtual Machine in Android Studio](https://www.reddit.com/r/androiddev/comments/1fnq2a4/missing_playstore_in_android_virtual_machine_in/) +- [Android Studio Ladybug | 2024.2.1 RC 1 now available](https://www.reddit.com/r/androiddev/comments/1fnpea0/android_studio_ladybug_202421_rc_1_now_available/) +- [Github Packages repository annotation processor not generating files at compile time/runtime](https://www.reddit.com/r/androiddev/comments/1fnolna/github_packages_repository_annotation_processor/) +- [How to call android services from native code C++](https://www.reddit.com/r/androiddev/comments/1fnnk9r/how_to_call_android_services_from_native_code_c/) +- [Valfi - Spotify Album Tracker](https://www.reddit.com/r/androiddev/comments/1fnhja4/valfi_spotify_album_tracker/) +- [🚀 MEET INSPEKTIFY: KMP network inspection library 🚀](https://www.reddit.com/r/androiddev/comments/1fngyhy/meet_inspektify_kmp_network_inspection_library/) +- [Upgrading from SDK from 33 to 34 do I need to do Libraries as well ?](https://www.reddit.com/r/androiddev/comments/1fne9of/upgrading_from_sdk_from_33_to_34_do_i_need_to_do/) +- [Photo and video permission form is up](https://www.reddit.com/r/androiddev/comments/1fndhor/photo_and_video_permission_form_is_up/) ### *InfoWorld posts* From a50ffe8c6d6aaa1ee9a73b99daa3cae9dbb2d490 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 25 Sep 2024 01:29:57 +0000 Subject: [PATCH 1026/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 891ace6d9a..ae76151eee 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [What simple function took you the longest to build?](https://www.reddit.com/r/androiddev/comments/1fop6w7/what_simple_function_took_you_the_longest_to_build/) +- [Kotlin JVM args: Inheritance & Defaults](https://www.reddit.com/r/androiddev/comments/1foivm8/kotlin_jvm_args_inheritance_defaults/) +- [How to Allocate More Than 8GB RAM for Android Studio?](https://www.reddit.com/r/androiddev/comments/1foidk2/how_to_allocate_more_than_8gb_ram_for_android/) +- [Play Store Account Permissions - Concern](https://www.reddit.com/r/androiddev/comments/1fohb8f/play_store_account_permissions_concern/) +- [Illustrating How Android Development Evolves Over The Years](https://www.reddit.com/r/androiddev/comments/1fog4ys/illustrating_how_android_development_evolves_over/) +- [AR object or GLB model is completely black](https://www.reddit.com/r/androiddev/comments/1fob5bx/ar_object_or_glb_model_is_completely_black/) +- [Metaspace in JVM Builds](https://www.reddit.com/r/androiddev/comments/1foa1fv/metaspace_in_jvm_builds/) +- [Can't determine type for tag](https://www.reddit.com/r/androiddev/comments/1fo94sw/cant_determine_type_for_tag/) +- [Why fullMode hates Gson so much? (with example)](https://www.reddit.com/r/androiddev/comments/1fo2e30/why_fullmode_hates_gson_so_much_with_example/) - [Android Emulator network issues on linux.](https://www.reddit.com/r/androiddev/comments/1fnznef/android_emulator_network_issues_on_linux/) -- [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 3 now available](https://www.reddit.com/r/androiddev/comments/1fnv8u6/android_studio_ladybug_feature_drop_202422_canary/) -- [Missing Playstore in Android Virtual Machine in Android Studio](https://www.reddit.com/r/androiddev/comments/1fnq2a4/missing_playstore_in_android_virtual_machine_in/) -- [Android Studio Ladybug | 2024.2.1 RC 1 now available](https://www.reddit.com/r/androiddev/comments/1fnpea0/android_studio_ladybug_202421_rc_1_now_available/) -- [Github Packages repository annotation processor not generating files at compile time/runtime](https://www.reddit.com/r/androiddev/comments/1fnolna/github_packages_repository_annotation_processor/) -- [How to call android services from native code C++](https://www.reddit.com/r/androiddev/comments/1fnnk9r/how_to_call_android_services_from_native_code_c/) -- [Valfi - Spotify Album Tracker](https://www.reddit.com/r/androiddev/comments/1fnhja4/valfi_spotify_album_tracker/) -- [🚀 MEET INSPEKTIFY: KMP network inspection library 🚀](https://www.reddit.com/r/androiddev/comments/1fngyhy/meet_inspektify_kmp_network_inspection_library/) -- [Upgrading from SDK from 33 to 34 do I need to do Libraries as well ?](https://www.reddit.com/r/androiddev/comments/1fne9of/upgrading_from_sdk_from_33_to_34_do_i_need_to_do/) -- [Photo and video permission form is up](https://www.reddit.com/r/androiddev/comments/1fndhor/photo_and_video_permission_form_is_up/) ### *InfoWorld posts* From 9c89aef28a88d0422bb25dbd0145649288984685 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 26 Sep 2024 01:29:54 +0000 Subject: [PATCH 1027/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ae76151eee..9959818a16 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Where should I host my Wallpaper App?](https://www.reddit.com/r/androiddev/comments/1fpilrn/where_should_i_host_my_wallpaper_app/) +- [Which comes first...](https://www.reddit.com/r/androiddev/comments/1fpi5jw/which_comes_first/) +- [disabling the USB mouse hover click event](https://www.reddit.com/r/androiddev/comments/1fphu1j/disabling_the_usb_mouse_hover_click_event/) +- [minifyEnabled duplicate class for Dynamic feature module](https://www.reddit.com/r/androiddev/comments/1fpfa2n/minifyenabled_duplicate_class_for_dynamic_feature/) +- [Koin 4.0 Release Note](https://www.reddit.com/r/androiddev/comments/1fpdguu/koin_40_release_note/) +- [How to redirect outgoing incoming calls via mmi codes](https://www.reddit.com/r/androiddev/comments/1fp6s33/how_to_redirect_outgoing_incoming_calls_via_mmi/) +- [Rendering the Java heap as a Treemap](https://www.reddit.com/r/androiddev/comments/1fp0e5j/rendering_the_java_heap_as_a_treemap/) +- [How to change the color of TimePicker's colon?](https://www.reddit.com/r/androiddev/comments/1foz36x/how_to_change_the_color_of_timepickers_colon/) - [What simple function took you the longest to build?](https://www.reddit.com/r/androiddev/comments/1fop6w7/what_simple_function_took_you_the_longest_to_build/) - [Kotlin JVM args: Inheritance & Defaults](https://www.reddit.com/r/androiddev/comments/1foivm8/kotlin_jvm_args_inheritance_defaults/) -- [How to Allocate More Than 8GB RAM for Android Studio?](https://www.reddit.com/r/androiddev/comments/1foidk2/how_to_allocate_more_than_8gb_ram_for_android/) -- [Play Store Account Permissions - Concern](https://www.reddit.com/r/androiddev/comments/1fohb8f/play_store_account_permissions_concern/) -- [Illustrating How Android Development Evolves Over The Years](https://www.reddit.com/r/androiddev/comments/1fog4ys/illustrating_how_android_development_evolves_over/) -- [AR object or GLB model is completely black](https://www.reddit.com/r/androiddev/comments/1fob5bx/ar_object_or_glb_model_is_completely_black/) -- [Metaspace in JVM Builds](https://www.reddit.com/r/androiddev/comments/1foa1fv/metaspace_in_jvm_builds/) -- [Can't determine type for tag](https://www.reddit.com/r/androiddev/comments/1fo94sw/cant_determine_type_for_tag/) -- [Why fullMode hates Gson so much? (with example)](https://www.reddit.com/r/androiddev/comments/1fo2e30/why_fullmode_hates_gson_so_much_with_example/) -- [Android Emulator network issues on linux.](https://www.reddit.com/r/androiddev/comments/1fnznef/android_emulator_network_issues_on_linux/) ### *InfoWorld posts* From 1bc0c42ad2641c20605348d3c92752de90038c10 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 27 Sep 2024 01:29:52 +0000 Subject: [PATCH 1028/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9959818a16..f905adcfdb 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Where should I host my Wallpaper App?](https://www.reddit.com/r/androiddev/comments/1fpilrn/where_should_i_host_my_wallpaper_app/) -- [Which comes first...](https://www.reddit.com/r/androiddev/comments/1fpi5jw/which_comes_first/) -- [disabling the USB mouse hover click event](https://www.reddit.com/r/androiddev/comments/1fphu1j/disabling_the_usb_mouse_hover_click_event/) -- [minifyEnabled duplicate class for Dynamic feature module](https://www.reddit.com/r/androiddev/comments/1fpfa2n/minifyenabled_duplicate_class_for_dynamic_feature/) -- [Koin 4.0 Release Note](https://www.reddit.com/r/androiddev/comments/1fpdguu/koin_40_release_note/) -- [How to redirect outgoing incoming calls via mmi codes](https://www.reddit.com/r/androiddev/comments/1fp6s33/how_to_redirect_outgoing_incoming_calls_via_mmi/) -- [Rendering the Java heap as a Treemap](https://www.reddit.com/r/androiddev/comments/1fp0e5j/rendering_the_java_heap_as_a_treemap/) -- [How to change the color of TimePicker's colon?](https://www.reddit.com/r/androiddev/comments/1foz36x/how_to_change_the_color_of_timepickers_colon/) -- [What simple function took you the longest to build?](https://www.reddit.com/r/androiddev/comments/1fop6w7/what_simple_function_took_you_the_longest_to_build/) -- [Kotlin JVM args: Inheritance & Defaults](https://www.reddit.com/r/androiddev/comments/1foivm8/kotlin_jvm_args_inheritance_defaults/) +- [Music apps are some of the most interesting to develop](https://www.reddit.com/r/androiddev/comments/1fqbwsm/music_apps_are_some_of_the_most_interesting_to/) +- [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 4 now available](https://www.reddit.com/r/androiddev/comments/1fqbv9l/android_studio_ladybug_feature_drop_202422_canary/) +- [Our Android App is Frozen in Carbonite](https://www.reddit.com/r/androiddev/comments/1fqabna/our_android_app_is_frozen_in_carbonite/) +- [Looking for an Experienced Android Developer for a Movie/Anime/Book Tracker Startup!](https://www.reddit.com/r/androiddev/comments/1fq0r6r/looking_for_an_experienced_android_developer_for/) +- [Connecting to Azure mssql Database in Android Studio](https://www.reddit.com/r/androiddev/comments/1fpz0z2/connecting_to_azure_mssql_database_in_android/) +- [Mobile dev teams are second class citizens, but not on purpose](https://www.reddit.com/r/androiddev/comments/1fpy4y7/mobile_dev_teams_are_second_class_citizens_but/) +- [R8 marking layout files are marked as unreachable](https://www.reddit.com/r/androiddev/comments/1fpxmfs/r8_marking_layout_files_are_marked_as_unreachable/) +- [Wear os emulator synthetic data](https://www.reddit.com/r/androiddev/comments/1fpv6qi/wear_os_emulator_synthetic_data/) +- [How to detect mock location app configured in Developer Mode?](https://www.reddit.com/r/androiddev/comments/1fpu2ez/how_to_detect_mock_location_app_configured_in/) +- [Problem with ACTION_VIDEO_CAPTURE and EXTRA_DURATION_LIMIT](https://www.reddit.com/r/androiddev/comments/1fpsont/problem_with_action_video_capture_and_extra/) ### *InfoWorld posts* From a3beac0c59e9409c655f330c652d9563ae59cb0f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 28 Sep 2024 01:29:47 +0000 Subject: [PATCH 1029/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f905adcfdb..d1afc4ad48 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Music apps are some of the most interesting to develop](https://www.reddit.com/r/androiddev/comments/1fqbwsm/music_apps_are_some_of_the_most_interesting_to/) -- [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 4 now available](https://www.reddit.com/r/androiddev/comments/1fqbv9l/android_studio_ladybug_feature_drop_202422_canary/) -- [Our Android App is Frozen in Carbonite](https://www.reddit.com/r/androiddev/comments/1fqabna/our_android_app_is_frozen_in_carbonite/) -- [Looking for an Experienced Android Developer for a Movie/Anime/Book Tracker Startup!](https://www.reddit.com/r/androiddev/comments/1fq0r6r/looking_for_an_experienced_android_developer_for/) -- [Connecting to Azure mssql Database in Android Studio](https://www.reddit.com/r/androiddev/comments/1fpz0z2/connecting_to_azure_mssql_database_in_android/) -- [Mobile dev teams are second class citizens, but not on purpose](https://www.reddit.com/r/androiddev/comments/1fpy4y7/mobile_dev_teams_are_second_class_citizens_but/) -- [R8 marking layout files are marked as unreachable](https://www.reddit.com/r/androiddev/comments/1fpxmfs/r8_marking_layout_files_are_marked_as_unreachable/) -- [Wear os emulator synthetic data](https://www.reddit.com/r/androiddev/comments/1fpv6qi/wear_os_emulator_synthetic_data/) -- [How to detect mock location app configured in Developer Mode?](https://www.reddit.com/r/androiddev/comments/1fpu2ez/how_to_detect_mock_location_app_configured_in/) -- [Problem with ACTION_VIDEO_CAPTURE and EXTRA_DURATION_LIMIT](https://www.reddit.com/r/androiddev/comments/1fpsont/problem_with_action_video_capture_and_extra/) +- [Edge to edge not working](https://www.reddit.com/r/androiddev/comments/1fr26z3/edge_to_edge_not_working/) +- [I'm trying to develop android apps with permissions implemented but nothing is showing.](https://www.reddit.com/r/androiddev/comments/1fr24is/im_trying_to_develop_android_apps_with/) +- [What do these 3 icons mean?](https://www.reddit.com/r/androiddev/comments/1fr1j8h/what_do_these_3_icons_mean/) +- [Unlock bootloader itel A70](https://www.reddit.com/r/androiddev/comments/1fr14qs/unlock_bootloader_itel_a70/) +- [GOOD UPDATED VIDEO BASED ANDROID COURSE](https://www.reddit.com/r/androiddev/comments/1fqzmy8/good_updated_video_based_android_course/) +- [Looking for a feature/plugin in AS that will show variable values without me having to go to source](https://www.reddit.com/r/androiddev/comments/1fqvu3u/looking_for_a_featureplugin_in_as_that_will_show/) +- [Is swipe the app up from recent is a form of User Initiated process death?](https://www.reddit.com/r/androiddev/comments/1fqs3k9/is_swipe_the_app_up_from_recent_is_a_form_of_user/) +- [Getting this weird render problem while trying to complete the Android Studio Course](https://www.reddit.com/r/androiddev/comments/1fqo30a/getting_this_weird_render_problem_while_trying_to/) +- [Update: Google tested a pre-alpha, pre-release version of Audio Forge and then banned it - Here's what happened](https://www.reddit.com/r/androiddev/comments/1fqnyx9/update_google_tested_a_prealpha_prerelease/) +- [Any wrapper library that adds abstraction layer for in-app purchases in Google Play, AppGallery & Getapps?](https://www.reddit.com/r/androiddev/comments/1fqiirz/any_wrapper_library_that_adds_abstraction_layer/) ### *InfoWorld posts* From b50585306f1b6ddeb238cef9241262e9900310fc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 29 Sep 2024 01:29:59 +0000 Subject: [PATCH 1030/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d1afc4ad48..3d34079b61 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Edge to edge not working](https://www.reddit.com/r/androiddev/comments/1fr26z3/edge_to_edge_not_working/) -- [I'm trying to develop android apps with permissions implemented but nothing is showing.](https://www.reddit.com/r/androiddev/comments/1fr24is/im_trying_to_develop_android_apps_with/) -- [What do these 3 icons mean?](https://www.reddit.com/r/androiddev/comments/1fr1j8h/what_do_these_3_icons_mean/) -- [Unlock bootloader itel A70](https://www.reddit.com/r/androiddev/comments/1fr14qs/unlock_bootloader_itel_a70/) -- [GOOD UPDATED VIDEO BASED ANDROID COURSE](https://www.reddit.com/r/androiddev/comments/1fqzmy8/good_updated_video_based_android_course/) +- [java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.testapp/com.example.testapp.MainActivity}: java.lang.ClassNotFoundException](https://www.reddit.com/r/androiddev/comments/1frokzx/javalangruntimeexception_unable_to_instantiate/) +- [Understanding of Kotlin Flow and Its Key Features](https://www.reddit.com/r/androiddev/comments/1frlngr/understanding_of_kotlin_flow_and_its_key_features/) +- [Understanding Internals of Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1fre13t/understanding_internals_of_jetpack_compose/) +- [Can I use the same email for both an organization and personal Google Play Developer account?](https://www.reddit.com/r/androiddev/comments/1frb1ef/can_i_use_the_same_email_for_both_an_organization/) - [Looking for a feature/plugin in AS that will show variable values without me having to go to source](https://www.reddit.com/r/androiddev/comments/1fqvu3u/looking_for_a_featureplugin_in_as_that_will_show/) - [Is swipe the app up from recent is a form of User Initiated process death?](https://www.reddit.com/r/androiddev/comments/1fqs3k9/is_swipe_the_app_up_from_recent_is_a_form_of_user/) - [Getting this weird render problem while trying to complete the Android Studio Course](https://www.reddit.com/r/androiddev/comments/1fqo30a/getting_this_weird_render_problem_while_trying_to/) - [Update: Google tested a pre-alpha, pre-release version of Audio Forge and then banned it - Here's what happened](https://www.reddit.com/r/androiddev/comments/1fqnyx9/update_google_tested_a_prealpha_prerelease/) - [Any wrapper library that adds abstraction layer for in-app purchases in Google Play, AppGallery & Getapps?](https://www.reddit.com/r/androiddev/comments/1fqiirz/any_wrapper_library_that_adds_abstraction_layer/) +- [I Build Phone Link / Link to Windows Alternative without all the brand preference and microsoft axed it](https://www.reddit.com/r/androiddev/comments/1fqg1af/i_build_phone_link_link_to_windows_alternative/) ### *InfoWorld posts* From 01a1291c23d6bc032cc1b4cf3ac485b259ab12b1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 30 Sep 2024 01:30:07 +0000 Subject: [PATCH 1031/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3d34079b61..a831d37692 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.testapp/com.example.testapp.MainActivity}: java.lang.ClassNotFoundException](https://www.reddit.com/r/androiddev/comments/1frokzx/javalangruntimeexception_unable_to_instantiate/) -- [Understanding of Kotlin Flow and Its Key Features](https://www.reddit.com/r/androiddev/comments/1frlngr/understanding_of_kotlin_flow_and_its_key_features/) -- [Understanding Internals of Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1fre13t/understanding_internals_of_jetpack_compose/) -- [Can I use the same email for both an organization and personal Google Play Developer account?](https://www.reddit.com/r/androiddev/comments/1frb1ef/can_i_use_the_same_email_for_both_an_organization/) -- [Looking for a feature/plugin in AS that will show variable values without me having to go to source](https://www.reddit.com/r/androiddev/comments/1fqvu3u/looking_for_a_featureplugin_in_as_that_will_show/) -- [Is swipe the app up from recent is a form of User Initiated process death?](https://www.reddit.com/r/androiddev/comments/1fqs3k9/is_swipe_the_app_up_from_recent_is_a_form_of_user/) -- [Getting this weird render problem while trying to complete the Android Studio Course](https://www.reddit.com/r/androiddev/comments/1fqo30a/getting_this_weird_render_problem_while_trying_to/) -- [Update: Google tested a pre-alpha, pre-release version of Audio Forge and then banned it - Here's what happened](https://www.reddit.com/r/androiddev/comments/1fqnyx9/update_google_tested_a_prealpha_prerelease/) -- [Any wrapper library that adds abstraction layer for in-app purchases in Google Play, AppGallery & Getapps?](https://www.reddit.com/r/androiddev/comments/1fqiirz/any_wrapper_library_that_adds_abstraction_layer/) -- [I Build Phone Link / Link to Windows Alternative without all the brand preference and microsoft axed it](https://www.reddit.com/r/androiddev/comments/1fqg1af/i_build_phone_link_link_to_windows_alternative/) +- [Emulator Stuck on "Starting Up" in Android Studio (Kotlin) – Tried Multiple Solutions, Still Not Working](https://www.reddit.com/r/androiddev/comments/1fshhfa/emulator_stuck_on_starting_up_in_android_studio/) +- [Is it just me, or is Google’s approach to navigation events broken?](https://www.reddit.com/r/androiddev/comments/1fshctx/is_it_just_me_or_is_googles_approach_to/) +- [Are there any recognised Android Developer Certifications these days?](https://www.reddit.com/r/androiddev/comments/1fsettz/are_there_any_recognised_android_developer/) +- [smyrgeorge/sqlx4k: A high-performance Kotlin Native database driver for PostgreSQL, MySQL, and SQLite.](https://www.reddit.com/r/androiddev/comments/1fsct9z/smyrgeorgesqlx4k_a_highperformance_kotlin_native/) +- [Need to know something about my app](https://www.reddit.com/r/androiddev/comments/1fsblkk/need_to_know_something_about_my_app/) +- [Can somebody explain why normal production users are being offered to "Join Beta" and why I have 81 testers in Open Testing? O_o](https://www.reddit.com/r/androiddev/comments/1fsbepr/can_somebody_explain_why_normal_production_users/) +- [Kotlin 2.0.20: Key Updates for Android Developers](https://www.reddit.com/r/androiddev/comments/1fs58qr/kotlin_2020_key_updates_for_android_developers/) +- [Which are the most popular blogs?](https://www.reddit.com/r/androiddev/comments/1fs19vc/which_are_the_most_popular_blogs/) +- [How to display exoplayer only when video is fully loaded and is playing?](https://www.reddit.com/r/androiddev/comments/1frzm13/how_to_display_exoplayer_only_when_video_is_fully/) +- [State Management in Android Compose: mutableState, remember](https://www.reddit.com/r/androiddev/comments/1frz1kb/state_management_in_android_compose_mutablestate/) ### *InfoWorld posts* From 727643b13f4b30a1222c67fcc05ad5e47bebcdac Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 1 Oct 2024 01:30:18 +0000 Subject: [PATCH 1032/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a831d37692..efef37dab8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Emulator Stuck on "Starting Up" in Android Studio (Kotlin) – Tried Multiple Solutions, Still Not Working](https://www.reddit.com/r/androiddev/comments/1fshhfa/emulator_stuck_on_starting_up_in_android_studio/) -- [Is it just me, or is Google’s approach to navigation events broken?](https://www.reddit.com/r/androiddev/comments/1fshctx/is_it_just_me_or_is_googles_approach_to/) -- [Are there any recognised Android Developer Certifications these days?](https://www.reddit.com/r/androiddev/comments/1fsettz/are_there_any_recognised_android_developer/) -- [smyrgeorge/sqlx4k: A high-performance Kotlin Native database driver for PostgreSQL, MySQL, and SQLite.](https://www.reddit.com/r/androiddev/comments/1fsct9z/smyrgeorgesqlx4k_a_highperformance_kotlin_native/) -- [Need to know something about my app](https://www.reddit.com/r/androiddev/comments/1fsblkk/need_to_know_something_about_my_app/) -- [Can somebody explain why normal production users are being offered to "Join Beta" and why I have 81 testers in Open Testing? O_o](https://www.reddit.com/r/androiddev/comments/1fsbepr/can_somebody_explain_why_normal_production_users/) -- [Kotlin 2.0.20: Key Updates for Android Developers](https://www.reddit.com/r/androiddev/comments/1fs58qr/kotlin_2020_key_updates_for_android_developers/) -- [Which are the most popular blogs?](https://www.reddit.com/r/androiddev/comments/1fs19vc/which_are_the_most_popular_blogs/) -- [How to display exoplayer only when video is fully loaded and is playing?](https://www.reddit.com/r/androiddev/comments/1frzm13/how_to_display_exoplayer_only_when_video_is_fully/) -- [State Management in Android Compose: mutableState, remember](https://www.reddit.com/r/androiddev/comments/1frz1kb/state_management_in_android_compose_mutablestate/) +- [Jetpack Compose tutorial that covers Canvas, animations, gestures, custom Layouts, Modifiers, material widgets and much more i have been working about 4 years](https://www.reddit.com/r/androiddev/comments/1ft48rr/jetpack_compose_tutorial_that_covers_canvas/) +- [Fixed aspect ratio with OpenGL?](https://www.reddit.com/r/androiddev/comments/1ft3qll/fixed_aspect_ratio_with_opengl/) +- [Composition Local provider](https://www.reddit.com/r/androiddev/comments/1ft36ol/composition_local_provider/) +- [Bluetooth Headset in Android](https://www.reddit.com/r/androiddev/comments/1ft283h/bluetooth_headset_in_android/) +- [evas 1.0.0 released](https://www.reddit.com/r/androiddev/comments/1fsxia4/evas_100_released/) +- [App Architecture: Placement of Business Logic](https://www.reddit.com/r/androiddev/comments/1fsv9lg/app_architecture_placement_of_business_logic/) +- [Has anyone had repeat issues with App Submission due to the FOREGROUND_SERVICE permission?](https://www.reddit.com/r/androiddev/comments/1fsuii4/has_anyone_had_repeat_issues_with_app_submission/) +- [Folks on X liked it so i'm sharing it here too: Scrollbars for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1fsu5pf/folks_on_x_liked_it_so_im_sharing_it_here_too/) +- [Type-Safe Navigation in Jetpack Compose with Jetpack Navigation 2.8.0](https://www.reddit.com/r/androiddev/comments/1fsq3ko/typesafe_navigation_in_jetpack_compose_with/) +- [Looking for a solution to pass prerecorded wav sample as input of Emulator Virtual mic](https://www.reddit.com/r/androiddev/comments/1fsndrh/looking_for_a_solution_to_pass_prerecorded_wav/) ### *InfoWorld posts* From 27010effa30472977253a22647cad23c8ed006e7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 2 Oct 2024 01:29:52 +0000 Subject: [PATCH 1033/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index efef37dab8..fa7f23529d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Suspended app, do i need 20 testers again?](https://www.reddit.com/r/androiddev/comments/1ftv35g/suspended_app_do_i_need_20_testers_again/) +- [Android Studio Ladybug | 2024.2.1 now available](https://www.reddit.com/r/androiddev/comments/1ftujjn/android_studio_ladybug_202421_now_available/) +- [A good app publishing tutorial?](https://www.reddit.com/r/androiddev/comments/1ftueod/a_good_app_publishing_tutorial/) +- [Texty: A Jetpack Compose Library for Beautiful Text display styles](https://www.reddit.com/r/androiddev/comments/1ftpoyl/texty_a_jetpack_compose_library_for_beautiful/) +- [In case you missed this X post from the Kotlin team](https://www.reddit.com/r/androiddev/comments/1fto8a3/in_case_you_missed_this_x_post_from_the_kotlin/) +- [Observing packets regardless of connection type (wifi/cellular)](https://www.reddit.com/r/androiddev/comments/1ftj30f/observing_packets_regardless_of_connection_type/) +- [FCM with Android Studio, Debug Builds, and Emulators](https://www.reddit.com/r/androiddev/comments/1fthqxm/fcm_with_android_studio_debug_builds_and_emulators/) - [Jetpack Compose tutorial that covers Canvas, animations, gestures, custom Layouts, Modifiers, material widgets and much more i have been working about 4 years](https://www.reddit.com/r/androiddev/comments/1ft48rr/jetpack_compose_tutorial_that_covers_canvas/) - [Fixed aspect ratio with OpenGL?](https://www.reddit.com/r/androiddev/comments/1ft3qll/fixed_aspect_ratio_with_opengl/) - [Composition Local provider](https://www.reddit.com/r/androiddev/comments/1ft36ol/composition_local_provider/) -- [Bluetooth Headset in Android](https://www.reddit.com/r/androiddev/comments/1ft283h/bluetooth_headset_in_android/) -- [evas 1.0.0 released](https://www.reddit.com/r/androiddev/comments/1fsxia4/evas_100_released/) -- [App Architecture: Placement of Business Logic](https://www.reddit.com/r/androiddev/comments/1fsv9lg/app_architecture_placement_of_business_logic/) -- [Has anyone had repeat issues with App Submission due to the FOREGROUND_SERVICE permission?](https://www.reddit.com/r/androiddev/comments/1fsuii4/has_anyone_had_repeat_issues_with_app_submission/) -- [Folks on X liked it so i'm sharing it here too: Scrollbars for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1fsu5pf/folks_on_x_liked_it_so_im_sharing_it_here_too/) -- [Type-Safe Navigation in Jetpack Compose with Jetpack Navigation 2.8.0](https://www.reddit.com/r/androiddev/comments/1fsq3ko/typesafe_navigation_in_jetpack_compose_with/) -- [Looking for a solution to pass prerecorded wav sample as input of Emulator Virtual mic](https://www.reddit.com/r/androiddev/comments/1fsndrh/looking_for_a_solution_to_pass_prerecorded_wav/) ### *InfoWorld posts* From faf21cd7707644604464e4c3e2a0337d8be769d9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 3 Oct 2024 01:29:54 +0000 Subject: [PATCH 1034/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fa7f23529d..dc4d5d002b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Suspended app, do i need 20 testers again?](https://www.reddit.com/r/androiddev/comments/1ftv35g/suspended_app_do_i_need_20_testers_again/) -- [Android Studio Ladybug | 2024.2.1 now available](https://www.reddit.com/r/androiddev/comments/1ftujjn/android_studio_ladybug_202421_now_available/) -- [A good app publishing tutorial?](https://www.reddit.com/r/androiddev/comments/1ftueod/a_good_app_publishing_tutorial/) -- [Texty: A Jetpack Compose Library for Beautiful Text display styles](https://www.reddit.com/r/androiddev/comments/1ftpoyl/texty_a_jetpack_compose_library_for_beautiful/) -- [In case you missed this X post from the Kotlin team](https://www.reddit.com/r/androiddev/comments/1fto8a3/in_case_you_missed_this_x_post_from_the_kotlin/) -- [Observing packets regardless of connection type (wifi/cellular)](https://www.reddit.com/r/androiddev/comments/1ftj30f/observing_packets_regardless_of_connection_type/) -- [FCM with Android Studio, Debug Builds, and Emulators](https://www.reddit.com/r/androiddev/comments/1fthqxm/fcm_with_android_studio_debug_builds_and_emulators/) -- [Jetpack Compose tutorial that covers Canvas, animations, gestures, custom Layouts, Modifiers, material widgets and much more i have been working about 4 years](https://www.reddit.com/r/androiddev/comments/1ft48rr/jetpack_compose_tutorial_that_covers_canvas/) -- [Fixed aspect ratio with OpenGL?](https://www.reddit.com/r/androiddev/comments/1ft3qll/fixed_aspect_ratio_with_opengl/) -- [Composition Local provider](https://www.reddit.com/r/androiddev/comments/1ft36ol/composition_local_provider/) +- [A quick glance at AppWidget](https://www.reddit.com/r/androiddev/comments/1fuwh5l/a_quick_glance_at_appwidget/) +- [How to capture a whole display?](https://www.reddit.com/r/androiddev/comments/1futhbv/how_to_capture_a_whole_display/) +- [Where the heck did import project go?](https://www.reddit.com/r/androiddev/comments/1fuqldc/where_the_heck_did_import_project_go/) +- [What would be the best way to animate multiple objects path (translate) in this scenario? More info in comments (Jetpack Compose)](https://www.reddit.com/r/androiddev/comments/1fuqbpt/what_would_be_the_best_way_to_animate_multiple/) +- [How important are minor "accessibility issues" in the pre-launch report? Do they prevent a review approval?](https://www.reddit.com/r/androiddev/comments/1fuprnz/how_important_are_minor_accessibility_issues_in/) +- [In-app Gmail send function stopped working recently?](https://www.reddit.com/r/androiddev/comments/1fupbd0/inapp_gmail_send_function_stopped_working_recently/) +- [How would i simulate pressing the back button ? Im using voice commands to trigger the function](https://www.reddit.com/r/androiddev/comments/1fuozgw/how_would_i_simulate_pressing_the_back_button_im/) +- [Timezone and time change actions not being received?](https://www.reddit.com/r/androiddev/comments/1fuiq0g/timezone_and_time_change_actions_not_being/) +- [How to deploy app: Firebase App Distribution vs Play](https://www.reddit.com/r/androiddev/comments/1fuib2x/how_to_deploy_app_firebase_app_distribution_vs/) +- [Factory Method and Abstract Factory patterns in Kotlin](https://www.reddit.com/r/androiddev/comments/1fui992/factory_method_and_abstract_factory_patterns_in/) ### *InfoWorld posts* From 6ae10d61414acb7f481257e2b3cffdaac6a867ba Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 4 Oct 2024 01:30:00 +0000 Subject: [PATCH 1035/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index dc4d5d002b..070f9aa725 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [A quick glance at AppWidget](https://www.reddit.com/r/androiddev/comments/1fuwh5l/a_quick_glance_at_appwidget/) -- [How to capture a whole display?](https://www.reddit.com/r/androiddev/comments/1futhbv/how_to_capture_a_whole_display/) -- [Where the heck did import project go?](https://www.reddit.com/r/androiddev/comments/1fuqldc/where_the_heck_did_import_project_go/) -- [What would be the best way to animate multiple objects path (translate) in this scenario? More info in comments (Jetpack Compose)](https://www.reddit.com/r/androiddev/comments/1fuqbpt/what_would_be_the_best_way_to_animate_multiple/) -- [How important are minor "accessibility issues" in the pre-launch report? Do they prevent a review approval?](https://www.reddit.com/r/androiddev/comments/1fuprnz/how_important_are_minor_accessibility_issues_in/) -- [In-app Gmail send function stopped working recently?](https://www.reddit.com/r/androiddev/comments/1fupbd0/inapp_gmail_send_function_stopped_working_recently/) -- [How would i simulate pressing the back button ? Im using voice commands to trigger the function](https://www.reddit.com/r/androiddev/comments/1fuozgw/how_would_i_simulate_pressing_the_back_button_im/) -- [Timezone and time change actions not being received?](https://www.reddit.com/r/androiddev/comments/1fuiq0g/timezone_and_time_change_actions_not_being/) -- [How to deploy app: Firebase App Distribution vs Play](https://www.reddit.com/r/androiddev/comments/1fuib2x/how_to_deploy_app_firebase_app_distribution_vs/) -- [Factory Method and Abstract Factory patterns in Kotlin](https://www.reddit.com/r/androiddev/comments/1fui992/factory_method_and_abstract_factory_patterns_in/) +- [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 5 now available](https://www.reddit.com/r/androiddev/comments/1fvgpde/android_studio_ladybug_feature_drop_202422_canary/) +- [How to Test Google Play API for Reviews Without a Published App? Looking for Advice and Help](https://www.reddit.com/r/androiddev/comments/1fvgbu8/how_to_test_google_play_api_for_reviews_without_a/) +- [A deeper understanding of Kotlin](https://www.reddit.com/r/androiddev/comments/1fvcumd/a_deeper_understanding_of_kotlin/) +- [Seeking for alternative encryption tools](https://www.reddit.com/r/androiddev/comments/1fvau1t/seeking_for_alternative_encryption_tools/) +- [Sliders in Material 3 compose library are very easy to customize to your liking](https://www.reddit.com/r/androiddev/comments/1fvafot/sliders_in_material_3_compose_library_are_very/) +- [Installed app not appearing on homescreen, and cant launch from playstore ?](https://www.reddit.com/r/androiddev/comments/1fv5qfm/installed_app_not_appearing_on_homescreen_and/) +- [Building an in-house mobile app monitoring tool : what it takes and key considerations](https://www.reddit.com/r/androiddev/comments/1fv3d9m/building_an_inhouse_mobile_app_monitoring_tool/) +- [Need help regarding migration from PullToRefreshContainer+Box to PullToRefreshBox in JetpackCompose](https://www.reddit.com/r/androiddev/comments/1fv33c2/need_help_regarding_migration_from/) +- [How can I change from ladybug to koala version](https://www.reddit.com/r/androiddev/comments/1fv260c/how_can_i_change_from_ladybug_to_koala_version/) +- [Have anybody tried uploading their app to Getapps store (Xiaomi-owned version of Google Play)? What are your impressions on the revenue from it?](https://www.reddit.com/r/androiddev/comments/1fuxc6c/have_anybody_tried_uploading_their_app_to_getapps/) ### *InfoWorld posts* From c5b13d575bcaae451babbfa02090e24fd2a06c7b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 5 Oct 2024 01:29:40 +0000 Subject: [PATCH 1036/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 070f9aa725..49ce221179 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 5 now available](https://www.reddit.com/r/androiddev/comments/1fvgpde/android_studio_ladybug_feature_drop_202422_canary/) -- [How to Test Google Play API for Reviews Without a Published App? Looking for Advice and Help](https://www.reddit.com/r/androiddev/comments/1fvgbu8/how_to_test_google_play_api_for_reviews_without_a/) -- [A deeper understanding of Kotlin](https://www.reddit.com/r/androiddev/comments/1fvcumd/a_deeper_understanding_of_kotlin/) -- [Seeking for alternative encryption tools](https://www.reddit.com/r/androiddev/comments/1fvau1t/seeking_for_alternative_encryption_tools/) -- [Sliders in Material 3 compose library are very easy to customize to your liking](https://www.reddit.com/r/androiddev/comments/1fvafot/sliders_in_material_3_compose_library_are_very/) -- [Installed app not appearing on homescreen, and cant launch from playstore ?](https://www.reddit.com/r/androiddev/comments/1fv5qfm/installed_app_not_appearing_on_homescreen_and/) -- [Building an in-house mobile app monitoring tool : what it takes and key considerations](https://www.reddit.com/r/androiddev/comments/1fv3d9m/building_an_inhouse_mobile_app_monitoring_tool/) -- [Need help regarding migration from PullToRefreshContainer+Box to PullToRefreshBox in JetpackCompose](https://www.reddit.com/r/androiddev/comments/1fv33c2/need_help_regarding_migration_from/) -- [How can I change from ladybug to koala version](https://www.reddit.com/r/androiddev/comments/1fv260c/how_can_i_change_from_ladybug_to_koala_version/) -- [Have anybody tried uploading their app to Getapps store (Xiaomi-owned version of Google Play)? What are your impressions on the revenue from it?](https://www.reddit.com/r/androiddev/comments/1fuxc6c/have_anybody_tried_uploading_their_app_to_getapps/) +- [Any way to reduce app size?](https://www.reddit.com/r/androiddev/comments/1fwcp6j/any_way_to_reduce_app_size/) +- [Room Utilities: A KSP Annotation Processor used to backup/restore database and import/export data](https://www.reddit.com/r/androiddev/comments/1fw5iso/room_utilities_a_ksp_annotation_processor_used_to/) +- [Updating large monorepo to AGP8/Gradle8?](https://www.reddit.com/r/androiddev/comments/1fw5a9e/updating_large_monorepo_to_agp8gradle8/) +- [Calculate Background usage of another app](https://www.reddit.com/r/androiddev/comments/1fw4pnz/calculate_background_usage_of_another_app/) +- [Review Instructions for In-App Subscription](https://www.reddit.com/r/androiddev/comments/1fw4kcd/review_instructions_for_inapp_subscription/) +- [Will subscriptions auto-renew after deactivating the base plan?](https://www.reddit.com/r/androiddev/comments/1fw0g7h/will_subscriptions_autorenew_after_deactivating/) +- [Removing supported devices](https://www.reddit.com/r/androiddev/comments/1fvzztf/removing_supported_devices/) +- [A question about cpu architectures.](https://www.reddit.com/r/androiddev/comments/1fvujgn/a_question_about_cpu_architectures/) +- [Android 13 File management and Permissions](https://www.reddit.com/r/androiddev/comments/1fvuhyx/android_13_file_management_and_permissions/) +- [XSS in Android TextView](https://www.reddit.com/r/androiddev/comments/1fvtdou/xss_in_android_textview/) ### *InfoWorld posts* From aafc120a1596a259ef46f72d5346ea84d4a45a62 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 6 Oct 2024 01:30:01 +0000 Subject: [PATCH 1037/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 49ce221179..249fb58d22 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [What was, in your opinion, the best android version ever made as far as functionality, development freedom and lack of anti-features?](https://www.reddit.com/r/androiddev/comments/1fx59s4/what_was_in_your_opinion_the_best_android_version/) +- [Handling Refunds for Consumable Items After They've Been Used – Seeking Advice](https://www.reddit.com/r/androiddev/comments/1fwxtv6/handling_refunds_for_consumable_items_after/) +- [Compose Multi-line TextField and older IMEs with autocorrect and duplicated text?](https://www.reddit.com/r/androiddev/comments/1fwvw96/compose_multiline_textfield_and_older_imes_with/) +- [Issue with Firebase Continuous Deployment](https://www.reddit.com/r/androiddev/comments/1fwsdbm/issue_with_firebase_continuous_deployment/) +- [Repairing database on the fly for millions of users](https://www.reddit.com/r/androiddev/comments/1fwly6e/repairing_database_on_the_fly_for_millions_of/) +- [System Tracing as replacement for Battery Historian?](https://www.reddit.com/r/androiddev/comments/1fwknl8/system_tracing_as_replacement_for_battery/) +- [Oled burn-in protection](https://www.reddit.com/r/androiddev/comments/1fwj6u6/oled_burnin_protection/) +- [Subscriptions are being refunded.](https://www.reddit.com/r/androiddev/comments/1fwf5ul/subscriptions_are_being_refunded/) - [Any way to reduce app size?](https://www.reddit.com/r/androiddev/comments/1fwcp6j/any_way_to_reduce_app_size/) - [Room Utilities: A KSP Annotation Processor used to backup/restore database and import/export data](https://www.reddit.com/r/androiddev/comments/1fw5iso/room_utilities_a_ksp_annotation_processor_used_to/) -- [Updating large monorepo to AGP8/Gradle8?](https://www.reddit.com/r/androiddev/comments/1fw5a9e/updating_large_monorepo_to_agp8gradle8/) -- [Calculate Background usage of another app](https://www.reddit.com/r/androiddev/comments/1fw4pnz/calculate_background_usage_of_another_app/) -- [Review Instructions for In-App Subscription](https://www.reddit.com/r/androiddev/comments/1fw4kcd/review_instructions_for_inapp_subscription/) -- [Will subscriptions auto-renew after deactivating the base plan?](https://www.reddit.com/r/androiddev/comments/1fw0g7h/will_subscriptions_autorenew_after_deactivating/) -- [Removing supported devices](https://www.reddit.com/r/androiddev/comments/1fvzztf/removing_supported_devices/) -- [A question about cpu architectures.](https://www.reddit.com/r/androiddev/comments/1fvujgn/a_question_about_cpu_architectures/) -- [Android 13 File management and Permissions](https://www.reddit.com/r/androiddev/comments/1fvuhyx/android_13_file_management_and_permissions/) -- [XSS in Android TextView](https://www.reddit.com/r/androiddev/comments/1fvtdou/xss_in_android_textview/) ### *InfoWorld posts* From 4750a359b8687ca2cb50fd4f2de864e54a9ed7c6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 7 Oct 2024 01:30:03 +0000 Subject: [PATCH 1038/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 249fb58d22..a48479a0ff 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Does kotlin flow solve for something that is already not solved before?](https://www.reddit.com/r/androiddev/comments/1fxdf0b/does_kotlin_flow_solve_for_something_that_is/) +- [What is the easiest way to implement a simple referral program in Android App?](https://www.reddit.com/r/androiddev/comments/1fxbzsw/what_is_the_easiest_way_to_implement_a_simple/) +- [How to debug app from android device using internet](https://www.reddit.com/r/androiddev/comments/1fxbwe8/how_to_debug_app_from_android_device_using/) +- [Android manually finishing the activity](https://www.reddit.com/r/androiddev/comments/1fxa1d6/android_manually_finishing_the_activity/) +- [Maintaining a button's state in a RecyclerView](https://www.reddit.com/r/androiddev/comments/1fx8dim/maintaining_a_buttons_state_in_a_recyclerview/) - [What was, in your opinion, the best android version ever made as far as functionality, development freedom and lack of anti-features?](https://www.reddit.com/r/androiddev/comments/1fx59s4/what_was_in_your_opinion_the_best_android_version/) - [Handling Refunds for Consumable Items After They've Been Used – Seeking Advice](https://www.reddit.com/r/androiddev/comments/1fwxtv6/handling_refunds_for_consumable_items_after/) - [Compose Multi-line TextField and older IMEs with autocorrect and duplicated text?](https://www.reddit.com/r/androiddev/comments/1fwvw96/compose_multiline_textfield_and_older_imes_with/) - [Issue with Firebase Continuous Deployment](https://www.reddit.com/r/androiddev/comments/1fwsdbm/issue_with_firebase_continuous_deployment/) - [Repairing database on the fly for millions of users](https://www.reddit.com/r/androiddev/comments/1fwly6e/repairing_database_on_the_fly_for_millions_of/) -- [System Tracing as replacement for Battery Historian?](https://www.reddit.com/r/androiddev/comments/1fwknl8/system_tracing_as_replacement_for_battery/) -- [Oled burn-in protection](https://www.reddit.com/r/androiddev/comments/1fwj6u6/oled_burnin_protection/) -- [Subscriptions are being refunded.](https://www.reddit.com/r/androiddev/comments/1fwf5ul/subscriptions_are_being_refunded/) -- [Any way to reduce app size?](https://www.reddit.com/r/androiddev/comments/1fwcp6j/any_way_to_reduce_app_size/) -- [Room Utilities: A KSP Annotation Processor used to backup/restore database and import/export data](https://www.reddit.com/r/androiddev/comments/1fw5iso/room_utilities_a_ksp_annotation_processor_used_to/) ### *InfoWorld posts* From 213b1c6b447bf7e0fed560a648b2c30df9834456 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 8 Oct 2024 01:29:58 +0000 Subject: [PATCH 1039/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a48479a0ff..0bf5a734cf 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Is It Necessary to Use Multiple Fragments or Activities in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/1fylktc/is_it_necessary_to_use_multiple_fragments_or/) +- [Google must crack open Android for third-party stores, rules Epic judge](https://www.reddit.com/r/androiddev/comments/1fyhwpg/google_must_crack_open_android_for_thirdparty/) +- [Just launched a Material Theme builder powered by my library MaterialKolor](https://www.reddit.com/r/androiddev/comments/1fycvgg/just_launched_a_material_theme_builder_powered_by/) +- [Aggressive ( Unreasonable ) Deadlines vs Incompetency ?](https://www.reddit.com/r/androiddev/comments/1fy0fjd/aggressive_unreasonable_deadlines_vs_incompetency/) +- [Favourite libraries?](https://www.reddit.com/r/androiddev/comments/1fxy0ng/favourite_libraries/) +- [Do I have to update my removed and test apps?](https://www.reddit.com/r/androiddev/comments/1fxrws7/do_i_have_to_update_my_removed_and_test_apps/) - [Does kotlin flow solve for something that is already not solved before?](https://www.reddit.com/r/androiddev/comments/1fxdf0b/does_kotlin_flow_solve_for_something_that_is/) - [What is the easiest way to implement a simple referral program in Android App?](https://www.reddit.com/r/androiddev/comments/1fxbzsw/what_is_the_easiest_way_to_implement_a_simple/) - [How to debug app from android device using internet](https://www.reddit.com/r/androiddev/comments/1fxbwe8/how_to_debug_app_from_android_device_using/) - [Android manually finishing the activity](https://www.reddit.com/r/androiddev/comments/1fxa1d6/android_manually_finishing_the_activity/) -- [Maintaining a button's state in a RecyclerView](https://www.reddit.com/r/androiddev/comments/1fx8dim/maintaining_a_buttons_state_in_a_recyclerview/) -- [What was, in your opinion, the best android version ever made as far as functionality, development freedom and lack of anti-features?](https://www.reddit.com/r/androiddev/comments/1fx59s4/what_was_in_your_opinion_the_best_android_version/) -- [Handling Refunds for Consumable Items After They've Been Used – Seeking Advice](https://www.reddit.com/r/androiddev/comments/1fwxtv6/handling_refunds_for_consumable_items_after/) -- [Compose Multi-line TextField and older IMEs with autocorrect and duplicated text?](https://www.reddit.com/r/androiddev/comments/1fwvw96/compose_multiline_textfield_and_older_imes_with/) -- [Issue with Firebase Continuous Deployment](https://www.reddit.com/r/androiddev/comments/1fwsdbm/issue_with_firebase_continuous_deployment/) -- [Repairing database on the fly for millions of users](https://www.reddit.com/r/androiddev/comments/1fwly6e/repairing_database_on_the_fly_for_millions_of/) ### *InfoWorld posts* From c46a70420b3b7fecf27b9d5d62bd03ad0bd5a558 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 9 Oct 2024 01:29:53 +0000 Subject: [PATCH 1040/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0bf5a734cf..7dec4afa0f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [LaunchedEffect Practical example!](https://www.reddit.com/r/androiddev/comments/1fz1i5e/launchedeffect_practical_example/) +- [How many object model classes do you actually need?](https://www.reddit.com/r/androiddev/comments/1fz15hn/how_many_object_model_classes_do_you_actually_need/) +- [Is there a ViewGroup or other way to flexibly handle a set of view layouts?](https://www.reddit.com/r/androiddev/comments/1fyvnbs/is_there_a_viewgroup_or_other_way_to_flexibly/) +- [Room DB: To use TypeConverter or create a One-to-Many Relationship?](https://www.reddit.com/r/androiddev/comments/1fyvfrc/room_db_to_use_typeconverter_or_create_a/) +- [[Emulator] PC freezes completely after opening any website in Chrome](https://www.reddit.com/r/androiddev/comments/1fyv9er/emulator_pc_freezes_completely_after_opening_any/) +- [How to get renewals notification for subscriptions in Google Play billing](https://www.reddit.com/r/androiddev/comments/1fyu9wk/how_to_get_renewals_notification_for/) +- [Leveling - role responsibilities and required skills ?](https://www.reddit.com/r/androiddev/comments/1fyr1na/leveling_role_responsibilities_and_required_skills/) +- [How to properly listen for notifications?](https://www.reddit.com/r/androiddev/comments/1fyq4i0/how_to_properly_listen_for_notifications/) +- [Trouble resolving duplicate classes while trying to move to Androidx](https://www.reddit.com/r/androiddev/comments/1fyp65k/trouble_resolving_duplicate_classes_while_trying/) - [Is It Necessary to Use Multiple Fragments or Activities in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/1fylktc/is_it_necessary_to_use_multiple_fragments_or/) -- [Google must crack open Android for third-party stores, rules Epic judge](https://www.reddit.com/r/androiddev/comments/1fyhwpg/google_must_crack_open_android_for_thirdparty/) -- [Just launched a Material Theme builder powered by my library MaterialKolor](https://www.reddit.com/r/androiddev/comments/1fycvgg/just_launched_a_material_theme_builder_powered_by/) -- [Aggressive ( Unreasonable ) Deadlines vs Incompetency ?](https://www.reddit.com/r/androiddev/comments/1fy0fjd/aggressive_unreasonable_deadlines_vs_incompetency/) -- [Favourite libraries?](https://www.reddit.com/r/androiddev/comments/1fxy0ng/favourite_libraries/) -- [Do I have to update my removed and test apps?](https://www.reddit.com/r/androiddev/comments/1fxrws7/do_i_have_to_update_my_removed_and_test_apps/) -- [Does kotlin flow solve for something that is already not solved before?](https://www.reddit.com/r/androiddev/comments/1fxdf0b/does_kotlin_flow_solve_for_something_that_is/) -- [What is the easiest way to implement a simple referral program in Android App?](https://www.reddit.com/r/androiddev/comments/1fxbzsw/what_is_the_easiest_way_to_implement_a_simple/) -- [How to debug app from android device using internet](https://www.reddit.com/r/androiddev/comments/1fxbwe8/how_to_debug_app_from_android_device_using/) -- [Android manually finishing the activity](https://www.reddit.com/r/androiddev/comments/1fxa1d6/android_manually_finishing_the_activity/) ### *InfoWorld posts* From f80aba877906af64ac5720843209265fc64b48b5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 10 Oct 2024 01:29:55 +0000 Subject: [PATCH 1041/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7dec4afa0f..6c290a780e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [LaunchedEffect Practical example!](https://www.reddit.com/r/androiddev/comments/1fz1i5e/launchedeffect_practical_example/) -- [How many object model classes do you actually need?](https://www.reddit.com/r/androiddev/comments/1fz15hn/how_many_object_model_classes_do_you_actually_need/) -- [Is there a ViewGroup or other way to flexibly handle a set of view layouts?](https://www.reddit.com/r/androiddev/comments/1fyvnbs/is_there_a_viewgroup_or_other_way_to_flexibly/) -- [Room DB: To use TypeConverter or create a One-to-Many Relationship?](https://www.reddit.com/r/androiddev/comments/1fyvfrc/room_db_to_use_typeconverter_or_create_a/) -- [[Emulator] PC freezes completely after opening any website in Chrome](https://www.reddit.com/r/androiddev/comments/1fyv9er/emulator_pc_freezes_completely_after_opening_any/) -- [How to get renewals notification for subscriptions in Google Play billing](https://www.reddit.com/r/androiddev/comments/1fyu9wk/how_to_get_renewals_notification_for/) -- [Leveling - role responsibilities and required skills ?](https://www.reddit.com/r/androiddev/comments/1fyr1na/leveling_role_responsibilities_and_required_skills/) -- [How to properly listen for notifications?](https://www.reddit.com/r/androiddev/comments/1fyq4i0/how_to_properly_listen_for_notifications/) -- [Trouble resolving duplicate classes while trying to move to Androidx](https://www.reddit.com/r/androiddev/comments/1fyp65k/trouble_resolving_duplicate_classes_while_trying/) -- [Is It Necessary to Use Multiple Fragments or Activities in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/1fylktc/is_it_necessary_to_use_multiple_fragments_or/) +- [Navigation with Compose doubt](https://www.reddit.com/r/androiddev/comments/1g06qfb/navigation_with_compose_doubt/) +- [ADB Screenshot Transfer Randomly Fails Mid-Transfer](https://www.reddit.com/r/androiddev/comments/1g037lp/adb_screenshot_transfer_randomly_fails_midtransfer/) +- [How can I have this layout with efficient way](https://www.reddit.com/r/androiddev/comments/1g00bb0/how_can_i_have_this_layout_with_efficient_way/) +- [Horizontal scaleIn animation](https://www.reddit.com/r/androiddev/comments/1fzri8m/horizontal_scalein_animation/) +- [Shouldnt materialToolbar handle the insets automatically?](https://www.reddit.com/r/androiddev/comments/1fzoeqg/shouldnt_materialtoolbar_handle_the_insets/) +- [Need help find the most used phones in the UK](https://www.reddit.com/r/androiddev/comments/1fzm6st/need_help_find_the_most_used_phones_in_the_uk/) +- [Drawing Custom Alerts on Top of Bottom Sheets in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1fzm09b/drawing_custom_alerts_on_top_of_bottom_sheets_in/) +- [Remove extra space from text](https://www.reddit.com/r/androiddev/comments/1fzlvot/remove_extra_space_from_text/) +- [Google Play Verification - Want to verify as personal account, but have organization payments profile](https://www.reddit.com/r/androiddev/comments/1fzlkym/google_play_verification_want_to_verify_as/) +- [Adding a coding challenge to our job interview](https://www.reddit.com/r/androiddev/comments/1fzldjt/adding_a_coding_challenge_to_our_job_interview/) ### *InfoWorld posts* From b1d4ed14116271ddb14ba46c432b6620ea8080a2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 11 Oct 2024 01:29:52 +0000 Subject: [PATCH 1042/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6c290a780e..f9953473e9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Is this an accurate overview on revenue cuts? Is the reality worse or better than that?](https://www.reddit.com/r/androiddev/comments/1g0xx2g/is_this_an_accurate_overview_on_revenue_cuts_is/) +- [Closed Testing version is not updating](https://www.reddit.com/r/androiddev/comments/1g0vwxt/closed_testing_version_is_not_updating/) +- [Will removing the FOREGROUND_SERVICE from the Android app manifest (but not the related code) pass Google's review?](https://www.reddit.com/r/androiddev/comments/1g0uj8x/will_removing_the_foreground_service_from_the/) +- [Jetpack Compose: Faster UI Building, but Is It Worth Sacrificing Performance?](https://www.reddit.com/r/androiddev/comments/1g0nent/jetpack_compose_faster_ui_building_but_is_it/) +- [What do you make of the ruling regarding alternative payment processing on the app store?](https://www.reddit.com/r/androiddev/comments/1g0lc93/what_do_you_make_of_the_ruling_regarding/) +- [Receiving weird requests on email](https://www.reddit.com/r/androiddev/comments/1g0e4kz/receiving_weird_requests_on_email/) +- [What is the specific meaning of Single Source of Truth (SSOT) in Android?](https://www.reddit.com/r/androiddev/comments/1g0dgqa/what_is_the_specific_meaning_of_single_source_of/) +- [How to make the the size of a Composable a percentage of the screen height and width?](https://www.reddit.com/r/androiddev/comments/1g0ctp2/how_to_make_the_the_size_of_a_composable_a/) - [Navigation with Compose doubt](https://www.reddit.com/r/androiddev/comments/1g06qfb/navigation_with_compose_doubt/) -- [ADB Screenshot Transfer Randomly Fails Mid-Transfer](https://www.reddit.com/r/androiddev/comments/1g037lp/adb_screenshot_transfer_randomly_fails_midtransfer/) - [How can I have this layout with efficient way](https://www.reddit.com/r/androiddev/comments/1g00bb0/how_can_i_have_this_layout_with_efficient_way/) -- [Horizontal scaleIn animation](https://www.reddit.com/r/androiddev/comments/1fzri8m/horizontal_scalein_animation/) -- [Shouldnt materialToolbar handle the insets automatically?](https://www.reddit.com/r/androiddev/comments/1fzoeqg/shouldnt_materialtoolbar_handle_the_insets/) -- [Need help find the most used phones in the UK](https://www.reddit.com/r/androiddev/comments/1fzm6st/need_help_find_the_most_used_phones_in_the_uk/) -- [Drawing Custom Alerts on Top of Bottom Sheets in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1fzm09b/drawing_custom_alerts_on_top_of_bottom_sheets_in/) -- [Remove extra space from text](https://www.reddit.com/r/androiddev/comments/1fzlvot/remove_extra_space_from_text/) -- [Google Play Verification - Want to verify as personal account, but have organization payments profile](https://www.reddit.com/r/androiddev/comments/1fzlkym/google_play_verification_want_to_verify_as/) -- [Adding a coding challenge to our job interview](https://www.reddit.com/r/androiddev/comments/1fzldjt/adding_a_coding_challenge_to_our_job_interview/) ### *InfoWorld posts* From 5e29593a7f8c0b836cefe8c883888b1d57c49ac1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 12 Oct 2024 01:29:36 +0000 Subject: [PATCH 1043/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f9953473e9..af35d75e44 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Best way to deploy apk for free?](https://www.reddit.com/r/androiddev/comments/1g1nssg/best_way_to_deploy_apk_for_free/) +- [How to ignore files for GIT using the Android Studio UI, not command line](https://www.reddit.com/r/androiddev/comments/1g1n3q5/how_to_ignore_files_for_git_using_the_android/) +- [Screenshot testing with Paparazzi by John Rodriguez](https://www.reddit.com/r/androiddev/comments/1g1jd4j/screenshot_testing_with_paparazzi_by_john/) +- [How you handle hotfixes and Google Review times?](https://www.reddit.com/r/androiddev/comments/1g1dhai/how_you_handle_hotfixes_and_google_review_times/) +- [Kotlin Readability is a mess (no offence!)](https://www.reddit.com/r/androiddev/comments/1g1bxxp/kotlin_readability_is_a_mess_no_offence/) +- [ML Kit QR code max bytes](https://www.reddit.com/r/androiddev/comments/1g1butz/ml_kit_qr_code_max_bytes/) +- [A short survey for Android developers](https://www.reddit.com/r/androiddev/comments/1g1bisc/a_short_survey_for_android_developers/) +- [Activities vs. Fragments](https://www.reddit.com/r/androiddev/comments/1g14cos/activities_vs_fragments/) - [Is this an accurate overview on revenue cuts? Is the reality worse or better than that?](https://www.reddit.com/r/androiddev/comments/1g0xx2g/is_this_an_accurate_overview_on_revenue_cuts_is/) -- [Closed Testing version is not updating](https://www.reddit.com/r/androiddev/comments/1g0vwxt/closed_testing_version_is_not_updating/) - [Will removing the FOREGROUND_SERVICE from the Android app manifest (but not the related code) pass Google's review?](https://www.reddit.com/r/androiddev/comments/1g0uj8x/will_removing_the_foreground_service_from_the/) -- [Jetpack Compose: Faster UI Building, but Is It Worth Sacrificing Performance?](https://www.reddit.com/r/androiddev/comments/1g0nent/jetpack_compose_faster_ui_building_but_is_it/) -- [What do you make of the ruling regarding alternative payment processing on the app store?](https://www.reddit.com/r/androiddev/comments/1g0lc93/what_do_you_make_of_the_ruling_regarding/) -- [Receiving weird requests on email](https://www.reddit.com/r/androiddev/comments/1g0e4kz/receiving_weird_requests_on_email/) -- [What is the specific meaning of Single Source of Truth (SSOT) in Android?](https://www.reddit.com/r/androiddev/comments/1g0dgqa/what_is_the_specific_meaning_of_single_source_of/) -- [How to make the the size of a Composable a percentage of the screen height and width?](https://www.reddit.com/r/androiddev/comments/1g0ctp2/how_to_make_the_the_size_of_a_composable_a/) -- [Navigation with Compose doubt](https://www.reddit.com/r/androiddev/comments/1g06qfb/navigation_with_compose_doubt/) -- [How can I have this layout with efficient way](https://www.reddit.com/r/androiddev/comments/1g00bb0/how_can_i_have_this_layout_with_efficient_way/) ### *InfoWorld posts* From 32361f93a4586da4db7f4f536e40b9f3ed2c460a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 13 Oct 2024 01:29:55 +0000 Subject: [PATCH 1044/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index af35d75e44..7a69ee1bec 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Windows sometimes BSOD after opening Android Studio?](https://www.reddit.com/r/androiddev/comments/1g2eawh/windows_sometimes_bsod_after_opening_android/) +- [Is it reasonable to create different layouts for different screen sizes? I'm currently dealing with considerably large differences in layouts across different devices, even after using density-independent pixels or ConstraintLayouts](https://www.reddit.com/r/androiddev/comments/1g2dboo/is_it_reasonable_to_create_different_layouts_for/) +- [Has anyone migrated from Flutter to Jetpack Compose ?](https://www.reddit.com/r/androiddev/comments/1g20gzw/has_anyone_migrated_from_flutter_to_jetpack/) +- [Realm 6.0.2 where I can get it?](https://www.reddit.com/r/androiddev/comments/1g1yj1e/realm_602_where_i_can_get_it/) +- [App builds on i7 Mac, but not on M3 Mac](https://www.reddit.com/r/androiddev/comments/1g1ybhb/app_builds_on_i7_mac_but_not_on_m3_mac/) - [Best way to deploy apk for free?](https://www.reddit.com/r/androiddev/comments/1g1nssg/best_way_to_deploy_apk_for_free/) - [How to ignore files for GIT using the Android Studio UI, not command line](https://www.reddit.com/r/androiddev/comments/1g1n3q5/how_to_ignore_files_for_git_using_the_android/) -- [Screenshot testing with Paparazzi by John Rodriguez](https://www.reddit.com/r/androiddev/comments/1g1jd4j/screenshot_testing_with_paparazzi_by_john/) - [How you handle hotfixes and Google Review times?](https://www.reddit.com/r/androiddev/comments/1g1dhai/how_you_handle_hotfixes_and_google_review_times/) - [Kotlin Readability is a mess (no offence!)](https://www.reddit.com/r/androiddev/comments/1g1bxxp/kotlin_readability_is_a_mess_no_offence/) - [ML Kit QR code max bytes](https://www.reddit.com/r/androiddev/comments/1g1butz/ml_kit_qr_code_max_bytes/) -- [A short survey for Android developers](https://www.reddit.com/r/androiddev/comments/1g1bisc/a_short_survey_for_android_developers/) -- [Activities vs. Fragments](https://www.reddit.com/r/androiddev/comments/1g14cos/activities_vs_fragments/) -- [Is this an accurate overview on revenue cuts? Is the reality worse or better than that?](https://www.reddit.com/r/androiddev/comments/1g0xx2g/is_this_an_accurate_overview_on_revenue_cuts_is/) -- [Will removing the FOREGROUND_SERVICE from the Android app manifest (but not the related code) pass Google's review?](https://www.reddit.com/r/androiddev/comments/1g0uj8x/will_removing_the_foreground_service_from_the/) ### *InfoWorld posts* From 345bdc38e8dbb569c0ebcf2373117a468830f725 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 14 Oct 2024 01:30:07 +0000 Subject: [PATCH 1045/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7a69ee1bec..62ac3eedbc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [One click dependencies fix](https://www.reddit.com/r/androiddev/comments/1g32bzc/one_click_dependencies_fix/) +- [Optimising Android apps for Chromebooks](https://www.reddit.com/r/androiddev/comments/1g30xlw/optimising_android_apps_for_chromebooks/) +- [androidX.tech Shutdown](https://www.reddit.com/r/androiddev/comments/1g2yw30/androidxtech_shutdown/) +- [Those who prefer Views & don't like or want to use Compose how is your career](https://www.reddit.com/r/androiddev/comments/1g2ttau/those_who_prefer_views_dont_like_or_want_to_use/) +- [Best jetpack compose+MVVM or CLEAN app sample project?](https://www.reddit.com/r/androiddev/comments/1g2r49v/best_jetpack_composemvvm_or_clean_app_sample/) +- [Custom gradle extension/DSL to configure Android Gradle Plugin? Is it even possible?](https://www.reddit.com/r/androiddev/comments/1g2nzki/custom_gradle_extensiondsl_to_configure_android/) +- [How do you go from beta to production on google play store?](https://www.reddit.com/r/androiddev/comments/1g2mdkk/how_do_you_go_from_beta_to_production_on_google/) +- [Jetpack Paging v3 vs clean architecture](https://www.reddit.com/r/androiddev/comments/1g2lflt/jetpack_paging_v3_vs_clean_architecture/) +- [Round and Round: Creating a Fun Custom Dial Control in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1g2io9a/round_and_round_creating_a_fun_custom_dial/) - [Windows sometimes BSOD after opening Android Studio?](https://www.reddit.com/r/androiddev/comments/1g2eawh/windows_sometimes_bsod_after_opening_android/) -- [Is it reasonable to create different layouts for different screen sizes? I'm currently dealing with considerably large differences in layouts across different devices, even after using density-independent pixels or ConstraintLayouts](https://www.reddit.com/r/androiddev/comments/1g2dboo/is_it_reasonable_to_create_different_layouts_for/) -- [Has anyone migrated from Flutter to Jetpack Compose ?](https://www.reddit.com/r/androiddev/comments/1g20gzw/has_anyone_migrated_from_flutter_to_jetpack/) -- [Realm 6.0.2 where I can get it?](https://www.reddit.com/r/androiddev/comments/1g1yj1e/realm_602_where_i_can_get_it/) -- [App builds on i7 Mac, but not on M3 Mac](https://www.reddit.com/r/androiddev/comments/1g1ybhb/app_builds_on_i7_mac_but_not_on_m3_mac/) -- [Best way to deploy apk for free?](https://www.reddit.com/r/androiddev/comments/1g1nssg/best_way_to_deploy_apk_for_free/) -- [How to ignore files for GIT using the Android Studio UI, not command line](https://www.reddit.com/r/androiddev/comments/1g1n3q5/how_to_ignore_files_for_git_using_the_android/) -- [How you handle hotfixes and Google Review times?](https://www.reddit.com/r/androiddev/comments/1g1dhai/how_you_handle_hotfixes_and_google_review_times/) -- [Kotlin Readability is a mess (no offence!)](https://www.reddit.com/r/androiddev/comments/1g1bxxp/kotlin_readability_is_a_mess_no_offence/) -- [ML Kit QR code max bytes](https://www.reddit.com/r/androiddev/comments/1g1butz/ml_kit_qr_code_max_bytes/) ### *InfoWorld posts* From 3ba4b1a771d12adb3ee7999298ca04376344aee5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 15 Oct 2024 01:30:00 +0000 Subject: [PATCH 1046/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 62ac3eedbc..36323c5674 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [One click dependencies fix](https://www.reddit.com/r/androiddev/comments/1g32bzc/one_click_dependencies_fix/) -- [Optimising Android apps for Chromebooks](https://www.reddit.com/r/androiddev/comments/1g30xlw/optimising_android_apps_for_chromebooks/) -- [androidX.tech Shutdown](https://www.reddit.com/r/androiddev/comments/1g2yw30/androidxtech_shutdown/) -- [Those who prefer Views & don't like or want to use Compose how is your career](https://www.reddit.com/r/androiddev/comments/1g2ttau/those_who_prefer_views_dont_like_or_want_to_use/) -- [Best jetpack compose+MVVM or CLEAN app sample project?](https://www.reddit.com/r/androiddev/comments/1g2r49v/best_jetpack_composemvvm_or_clean_app_sample/) -- [Custom gradle extension/DSL to configure Android Gradle Plugin? Is it even possible?](https://www.reddit.com/r/androiddev/comments/1g2nzki/custom_gradle_extensiondsl_to_configure_android/) -- [How do you go from beta to production on google play store?](https://www.reddit.com/r/androiddev/comments/1g2mdkk/how_do_you_go_from_beta_to_production_on_google/) -- [Jetpack Paging v3 vs clean architecture](https://www.reddit.com/r/androiddev/comments/1g2lflt/jetpack_paging_v3_vs_clean_architecture/) -- [Round and Round: Creating a Fun Custom Dial Control in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1g2io9a/round_and_round_creating_a_fun_custom_dial/) -- [Windows sometimes BSOD after opening Android Studio?](https://www.reddit.com/r/androiddev/comments/1g2eawh/windows_sometimes_bsod_after_opening_android/) +- [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/1g3s029/android_studio_ladybug_feature_drop_202422_canary/) +- [How would you create a Soft Light blend mode for an ImageView in Android Studio?](https://www.reddit.com/r/androiddev/comments/1g3omv1/how_would_you_create_a_soft_light_blend_mode_for/) +- [Android Studio Ladybug | 2024.2.1 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/1g3noj5/android_studio_ladybug_202421_patch_1_now/) +- [Should each screen have its own ViewModel ?](https://www.reddit.com/r/androiddev/comments/1g3n91l/should_each_screen_have_its_own_viewmodel/) +- [Rx-Preferences v2.0.1 release](https://www.reddit.com/r/androiddev/comments/1g3n6he/rxpreferences_v201_release/) +- [When will material 3 in compose finally be "stable" for production?](https://www.reddit.com/r/androiddev/comments/1g3k8x5/when_will_material_3_in_compose_finally_be_stable/) +- [AutoUpdater: An Android library to update apps automatically](https://www.reddit.com/r/androiddev/comments/1g3hkro/autoupdater_an_android_library_to_update_apps/) +- [Retrofit: Simple way to get response body when HTTP response code is non 200/201](https://www.reddit.com/r/androiddev/comments/1g3fe93/retrofit_simple_way_to_get_response_body_when/) +- [Compose Runtime Deep Dive](https://www.reddit.com/r/androiddev/comments/1g3f93u/compose_runtime_deep_dive/) +- [Ktor 3.0 Is Now Available With New Features and Improved Performance](https://www.reddit.com/r/androiddev/comments/1g3ejdy/ktor_30_is_now_available_with_new_features_and/) ### *InfoWorld posts* From 00c84d330e66d9605bd7659ca320d49c3561e14f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 16 Oct 2024 01:29:59 +0000 Subject: [PATCH 1047/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 36323c5674..4f0bc94b58 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/1g3s029/android_studio_ladybug_feature_drop_202422_canary/) -- [How would you create a Soft Light blend mode for an ImageView in Android Studio?](https://www.reddit.com/r/androiddev/comments/1g3omv1/how_would_you_create_a_soft_light_blend_mode_for/) -- [Android Studio Ladybug | 2024.2.1 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/1g3noj5/android_studio_ladybug_202421_patch_1_now/) -- [Should each screen have its own ViewModel ?](https://www.reddit.com/r/androiddev/comments/1g3n91l/should_each_screen_have_its_own_viewmodel/) -- [Rx-Preferences v2.0.1 release](https://www.reddit.com/r/androiddev/comments/1g3n6he/rxpreferences_v201_release/) -- [When will material 3 in compose finally be "stable" for production?](https://www.reddit.com/r/androiddev/comments/1g3k8x5/when_will_material_3_in_compose_finally_be_stable/) -- [AutoUpdater: An Android library to update apps automatically](https://www.reddit.com/r/androiddev/comments/1g3hkro/autoupdater_an_android_library_to_update_apps/) -- [Retrofit: Simple way to get response body when HTTP response code is non 200/201](https://www.reddit.com/r/androiddev/comments/1g3fe93/retrofit_simple_way_to_get_response_body_when/) -- [Compose Runtime Deep Dive](https://www.reddit.com/r/androiddev/comments/1g3f93u/compose_runtime_deep_dive/) -- [Ktor 3.0 Is Now Available With New Features and Improved Performance](https://www.reddit.com/r/androiddev/comments/1g3ejdy/ktor_30_is_now_available_with_new_features_and/) +- [Is okay to publish a watch face platform on Play Store?](https://www.reddit.com/r/androiddev/comments/1g4msgk/is_okay_to_publish_a_watch_face_platform_on_play/) +- [Testing Coroutines — Simplified](https://www.reddit.com/r/androiddev/comments/1g4itoo/testing_coroutines_simplified/) +- [Has Anyone Used Jetpack Compose in an Overlay Service?](https://www.reddit.com/r/androiddev/comments/1g4g0d3/has_anyone_used_jetpack_compose_in_an_overlay/) +- [Is it fine to open 2 Google play console in 1 laptop](https://www.reddit.com/r/androiddev/comments/1g4e1qv/is_it_fine_to_open_2_google_play_console_in_1/) +- [ImageButton set drawable src depending on app theme](https://www.reddit.com/r/androiddev/comments/1g4do45/imagebutton_set_drawable_src_depending_on_app/) +- [I'm releasing an app on the Play Store. Is there a place where I can download official bezels for popular Android devices, e.g. Pixel 9?](https://www.reddit.com/r/androiddev/comments/1g4cz5d/im_releasing_an_app_on_the_play_store_is_there_a/) +- [Reccommended Gesture/Animation combo for "Content Feed" like UX](https://www.reddit.com/r/androiddev/comments/1g4c01j/reccommended_gestureanimation_combo_for_content/) +- [Jentry - a command line tool to analyze Kotlin/Java public information inside the jar/aar files.](https://www.reddit.com/r/androiddev/comments/1g4aafy/jentry_a_command_line_tool_to_analyze_kotlinjava/) +- [New apks no longer pass Play Protect (3rd party install)](https://www.reddit.com/r/androiddev/comments/1g47cte/new_apks_no_longer_pass_play_protect_3rd_party/) +- [How to check for call forwarding status](https://www.reddit.com/r/androiddev/comments/1g42d3f/how_to_check_for_call_forwarding_status/) ### *InfoWorld posts* From 38036da7ffea2ac1ae898a9fae250cea33c6c880 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 17 Oct 2024 01:29:57 +0000 Subject: [PATCH 1048/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4f0bc94b58..2a7f617377 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Is okay to publish a watch face platform on Play Store?](https://www.reddit.com/r/androiddev/comments/1g4msgk/is_okay_to_publish_a_watch_face_platform_on_play/) -- [Testing Coroutines — Simplified](https://www.reddit.com/r/androiddev/comments/1g4itoo/testing_coroutines_simplified/) -- [Has Anyone Used Jetpack Compose in an Overlay Service?](https://www.reddit.com/r/androiddev/comments/1g4g0d3/has_anyone_used_jetpack_compose_in_an_overlay/) -- [Is it fine to open 2 Google play console in 1 laptop](https://www.reddit.com/r/androiddev/comments/1g4e1qv/is_it_fine_to_open_2_google_play_console_in_1/) -- [ImageButton set drawable src depending on app theme](https://www.reddit.com/r/androiddev/comments/1g4do45/imagebutton_set_drawable_src_depending_on_app/) -- [I'm releasing an app on the Play Store. Is there a place where I can download official bezels for popular Android devices, e.g. Pixel 9?](https://www.reddit.com/r/androiddev/comments/1g4cz5d/im_releasing_an_app_on_the_play_store_is_there_a/) -- [Reccommended Gesture/Animation combo for "Content Feed" like UX](https://www.reddit.com/r/androiddev/comments/1g4c01j/reccommended_gestureanimation_combo_for_content/) -- [Jentry - a command line tool to analyze Kotlin/Java public information inside the jar/aar files.](https://www.reddit.com/r/androiddev/comments/1g4aafy/jentry_a_command_line_tool_to_analyze_kotlinjava/) -- [New apks no longer pass Play Protect (3rd party install)](https://www.reddit.com/r/androiddev/comments/1g47cte/new_apks_no_longer_pass_play_protect_3rd_party/) -- [How to check for call forwarding status](https://www.reddit.com/r/androiddev/comments/1g42d3f/how_to_check_for_call_forwarding_status/) +- [Are @Composable functions Composable elements themselves](https://www.reddit.com/r/androiddev/comments/1g595i5/are_composable_functions_composable_elements/) +- [When you finally get your first real user review after months of hard work on your free app with no ads](https://www.reddit.com/r/androiddev/comments/1g58yxc/when_you_finally_get_your_first_real_user_review/) +- [Store Voyager Screens for navigation](https://www.reddit.com/r/androiddev/comments/1g58585/store_voyager_screens_for_navigation/) +- [Selling a readymade app](https://www.reddit.com/r/androiddev/comments/1g57uv4/selling_a_readymade_app/) +- [How to secure google map api key](https://www.reddit.com/r/androiddev/comments/1g51pgc/how_to_secure_google_map_api_key/) +- [Modernizing the Builder Pattern in Kotlin](https://www.reddit.com/r/androiddev/comments/1g51gd3/modernizing_the_builder_pattern_in_kotlin/) +- [Pass data between screens with Jetpack Compose Navigation + Hilt](https://www.reddit.com/r/androiddev/comments/1g50309/pass_data_between_screens_with_jetpack_compose/) +- [Android Studio drop the devices](https://www.reddit.com/r/androiddev/comments/1g4yz8t/android_studio_drop_the_devices/) +- [How Yelp improved their Android navigation performance by ~30%](https://www.reddit.com/r/androiddev/comments/1g4xwfj/how_yelp_improved_their_android_navigation/) +- [Running Linux C++ process in background (with foreground service)](https://www.reddit.com/r/androiddev/comments/1g4xvdf/running_linux_c_process_in_background_with/) ### *InfoWorld posts* From e30302a9610df6e12ee220d5df78846b9793dd1d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 18 Oct 2024 01:29:57 +0000 Subject: [PATCH 1049/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2a7f617377..6af2804f9e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Question about UI](https://www.reddit.com/r/androiddev/comments/1g63xmo/question_about_ui/) +- [RowKalendar: Scrollable horizontal calendar library for Compose Multiplatform 📅](https://www.reddit.com/r/androiddev/comments/1g62spn/rowkalendar_scrollable_horizontal_calendar/) +- [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/1g62lgq/android_studio_ladybug_feature_drop_202422_canary/) +- [Not sure why Proguard/R8 is removing certain code](https://www.reddit.com/r/androiddev/comments/1g6100n/not_sure_why_proguardr8_is_removing_certain_code/) +- [The New Api Level of Google](https://www.reddit.com/r/androiddev/comments/1g5zyzp/the_new_api_level_of_google/) +- [How do you scope dependencies to a multi-screen flow?](https://www.reddit.com/r/androiddev/comments/1g5y0e2/how_do_you_scope_dependencies_to_a_multiscreen/) +- [Is there a way to filter Blueooth LE by class of device or appearence?](https://www.reddit.com/r/androiddev/comments/1g5vt4x/is_there_a_way_to_filter_blueooth_le_by_class_of/) +- [Is there calendar tasks API for android? So far I can only find REST web api](https://www.reddit.com/r/androiddev/comments/1g5lfg0/is_there_calendar_tasks_api_for_android_so_far_i/) +- [New to Android Development? Need some personal advice? This is the October newbie thread!](https://www.reddit.com/r/androiddev/comments/1g5jp2l/new_to_android_development_need_some_personal/) - [Are @Composable functions Composable elements themselves](https://www.reddit.com/r/androiddev/comments/1g595i5/are_composable_functions_composable_elements/) -- [When you finally get your first real user review after months of hard work on your free app with no ads](https://www.reddit.com/r/androiddev/comments/1g58yxc/when_you_finally_get_your_first_real_user_review/) -- [Store Voyager Screens for navigation](https://www.reddit.com/r/androiddev/comments/1g58585/store_voyager_screens_for_navigation/) -- [Selling a readymade app](https://www.reddit.com/r/androiddev/comments/1g57uv4/selling_a_readymade_app/) -- [How to secure google map api key](https://www.reddit.com/r/androiddev/comments/1g51pgc/how_to_secure_google_map_api_key/) -- [Modernizing the Builder Pattern in Kotlin](https://www.reddit.com/r/androiddev/comments/1g51gd3/modernizing_the_builder_pattern_in_kotlin/) -- [Pass data between screens with Jetpack Compose Navigation + Hilt](https://www.reddit.com/r/androiddev/comments/1g50309/pass_data_between_screens_with_jetpack_compose/) -- [Android Studio drop the devices](https://www.reddit.com/r/androiddev/comments/1g4yz8t/android_studio_drop_the_devices/) -- [How Yelp improved their Android navigation performance by ~30%](https://www.reddit.com/r/androiddev/comments/1g4xwfj/how_yelp_improved_their_android_navigation/) -- [Running Linux C++ process in background (with foreground service)](https://www.reddit.com/r/androiddev/comments/1g4xvdf/running_linux_c_process_in_background_with/) ### *InfoWorld posts* From 6053c40bfe429bca80015cc27151aab6de8659e4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 19 Oct 2024 01:29:51 +0000 Subject: [PATCH 1050/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6af2804f9e..6cec565e21 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [What type of scam is that?](https://www.reddit.com/r/androiddev/comments/1g6wcv2/what_type_of_scam_is_that/) +- [How to handle list + add item flow?](https://www.reddit.com/r/androiddev/comments/1g6n9ly/how_to_handle_list_add_item_flow/) +- [Genymotion stuck at starting virtual device](https://www.reddit.com/r/androiddev/comments/1g6kdrx/genymotion_stuck_at_starting_virtual_device/) +- [AppBar Buttons Not Working on Material 3](https://www.reddit.com/r/androiddev/comments/1g6ioa5/appbar_buttons_not_working_on_material_3/) +- [How to Inspect Element on an Android App (Actual App, not Web)](https://www.reddit.com/r/androiddev/comments/1g6ijh8/how_to_inspect_element_on_an_android_app_actual/) +- [What's wrong with text clipping on Compose Canvas?](https://www.reddit.com/r/androiddev/comments/1g6ih4r/whats_wrong_with_text_clipping_on_compose_canvas/) +- [Intercepting Push when the app is backgrounded](https://www.reddit.com/r/androiddev/comments/1g6hdy8/intercepting_push_when_the_app_is_backgrounded/) +- [No code/low code tools for faster quality release?](https://www.reddit.com/r/androiddev/comments/1g6eek2/no_codelow_code_tools_for_faster_quality_release/) - [Question about UI](https://www.reddit.com/r/androiddev/comments/1g63xmo/question_about_ui/) - [RowKalendar: Scrollable horizontal calendar library for Compose Multiplatform 📅](https://www.reddit.com/r/androiddev/comments/1g62spn/rowkalendar_scrollable_horizontal_calendar/) -- [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/1g62lgq/android_studio_ladybug_feature_drop_202422_canary/) -- [Not sure why Proguard/R8 is removing certain code](https://www.reddit.com/r/androiddev/comments/1g6100n/not_sure_why_proguardr8_is_removing_certain_code/) -- [The New Api Level of Google](https://www.reddit.com/r/androiddev/comments/1g5zyzp/the_new_api_level_of_google/) -- [How do you scope dependencies to a multi-screen flow?](https://www.reddit.com/r/androiddev/comments/1g5y0e2/how_do_you_scope_dependencies_to_a_multiscreen/) -- [Is there a way to filter Blueooth LE by class of device or appearence?](https://www.reddit.com/r/androiddev/comments/1g5vt4x/is_there_a_way_to_filter_blueooth_le_by_class_of/) -- [Is there calendar tasks API for android? So far I can only find REST web api](https://www.reddit.com/r/androiddev/comments/1g5lfg0/is_there_calendar_tasks_api_for_android_so_far_i/) -- [New to Android Development? Need some personal advice? This is the October newbie thread!](https://www.reddit.com/r/androiddev/comments/1g5jp2l/new_to_android_development_need_some_personal/) -- [Are @Composable functions Composable elements themselves](https://www.reddit.com/r/androiddev/comments/1g595i5/are_composable_functions_composable_elements/) ### *InfoWorld posts* From 4483cbca0f00778ffb1fbca491e0886cafa7799e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 20 Oct 2024 01:30:03 +0000 Subject: [PATCH 1051/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6cec565e21..8f6d02e144 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Multiple view models on the same screen](https://www.reddit.com/r/androiddev/comments/1g7ma75/multiple_view_models_on_the_same_screen/) +- [Can't install main app after Instant App](https://www.reddit.com/r/androiddev/comments/1g7kzey/cant_install_main_app_after_instant_app/) +- [Background server call](https://www.reddit.com/r/androiddev/comments/1g75unx/background_server_call/) +- [That Weird Jetpack Compose Crash](https://www.reddit.com/r/androiddev/comments/1g72yp2/that_weird_jetpack_compose_crash/) - [What type of scam is that?](https://www.reddit.com/r/androiddev/comments/1g6wcv2/what_type_of_scam_is_that/) - [How to handle list + add item flow?](https://www.reddit.com/r/androiddev/comments/1g6n9ly/how_to_handle_list_add_item_flow/) - [Genymotion stuck at starting virtual device](https://www.reddit.com/r/androiddev/comments/1g6kdrx/genymotion_stuck_at_starting_virtual_device/) - [AppBar Buttons Not Working on Material 3](https://www.reddit.com/r/androiddev/comments/1g6ioa5/appbar_buttons_not_working_on_material_3/) - [How to Inspect Element on an Android App (Actual App, not Web)](https://www.reddit.com/r/androiddev/comments/1g6ijh8/how_to_inspect_element_on_an_android_app_actual/) - [What's wrong with text clipping on Compose Canvas?](https://www.reddit.com/r/androiddev/comments/1g6ih4r/whats_wrong_with_text_clipping_on_compose_canvas/) -- [Intercepting Push when the app is backgrounded](https://www.reddit.com/r/androiddev/comments/1g6hdy8/intercepting_push_when_the_app_is_backgrounded/) -- [No code/low code tools for faster quality release?](https://www.reddit.com/r/androiddev/comments/1g6eek2/no_codelow_code_tools_for_faster_quality_release/) -- [Question about UI](https://www.reddit.com/r/androiddev/comments/1g63xmo/question_about_ui/) -- [RowKalendar: Scrollable horizontal calendar library for Compose Multiplatform 📅](https://www.reddit.com/r/androiddev/comments/1g62spn/rowkalendar_scrollable_horizontal_calendar/) ### *InfoWorld posts* From 09b1f3e363d13d2b464b287620c53bde25398f0b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 21 Oct 2024 01:30:10 +0000 Subject: [PATCH 1052/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8f6d02e144..2babfe50eb 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Circular Reveal Animations in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1g88jsw/circular_reveal_animations_in_jetpack_compose/) +- [Publishing Library that depends on other Libraries? Why is this so difficult?](https://www.reddit.com/r/androiddev/comments/1g82q0q/publishing_library_that_depends_on_other/) +- [Navigation between modules](https://www.reddit.com/r/androiddev/comments/1g7yx0w/navigation_between_modules/) +- [White screen after splash screen when using navigation with compose.](https://www.reddit.com/r/androiddev/comments/1g7yrrh/white_screen_after_splash_screen_when_using/) +- [Google Play Integrity API question](https://www.reddit.com/r/androiddev/comments/1g7utro/google_play_integrity_api_question/) +- [Android 15 breaks notification listeners](https://www.reddit.com/r/androiddev/comments/1g7tdld/android_15_breaks_notification_listeners/) +- [ADB List Devices](https://www.reddit.com/r/androiddev/comments/1g7qhc8/adb_list_devices/) - [Multiple view models on the same screen](https://www.reddit.com/r/androiddev/comments/1g7ma75/multiple_view_models_on_the_same_screen/) - [Can't install main app after Instant App](https://www.reddit.com/r/androiddev/comments/1g7kzey/cant_install_main_app_after_instant_app/) - [Background server call](https://www.reddit.com/r/androiddev/comments/1g75unx/background_server_call/) -- [That Weird Jetpack Compose Crash](https://www.reddit.com/r/androiddev/comments/1g72yp2/that_weird_jetpack_compose_crash/) -- [What type of scam is that?](https://www.reddit.com/r/androiddev/comments/1g6wcv2/what_type_of_scam_is_that/) -- [How to handle list + add item flow?](https://www.reddit.com/r/androiddev/comments/1g6n9ly/how_to_handle_list_add_item_flow/) -- [Genymotion stuck at starting virtual device](https://www.reddit.com/r/androiddev/comments/1g6kdrx/genymotion_stuck_at_starting_virtual_device/) -- [AppBar Buttons Not Working on Material 3](https://www.reddit.com/r/androiddev/comments/1g6ioa5/appbar_buttons_not_working_on_material_3/) -- [How to Inspect Element on an Android App (Actual App, not Web)](https://www.reddit.com/r/androiddev/comments/1g6ijh8/how_to_inspect_element_on_an_android_app_actual/) -- [What's wrong with text clipping on Compose Canvas?](https://www.reddit.com/r/androiddev/comments/1g6ih4r/whats_wrong_with_text_clipping_on_compose_canvas/) ### *InfoWorld posts* From 65e8b54c16df11d2d793d5af72f57bed2dae1faf Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 22 Oct 2024 01:29:56 +0000 Subject: [PATCH 1053/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2babfe50eb..ef19e7230f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Hiring: Senior Android Native Developer – 100% Remote, U.S. Based](https://www.reddit.com/r/androiddev/comments/1g9064l/hiring_senior_android_native_developer_100_remote/) +- [What could make a second instance of MainActivity start?](https://www.reddit.com/r/androiddev/comments/1g8vu9i/what_could_make_a_second_instance_of_mainactivity/) +- [Compose testTag valid?](https://www.reddit.com/r/androiddev/comments/1g8vcfj/compose_testtag_valid/) +- [Why is the ViewModelScope main thread the main thread?](https://www.reddit.com/r/androiddev/comments/1g8ugke/why_is_the_viewmodelscope_main_thread_the_main/) +- [Is it possible to get elevation to work as expected between sibling views?](https://www.reddit.com/r/androiddev/comments/1g8p68o/is_it_possible_to_get_elevation_to_work_as/) +- [Why can't Firebase just seperate themselves from the platform and just serve like a regular backend](https://www.reddit.com/r/androiddev/comments/1g8of65/why_cant_firebase_just_seperate_themselves_from/) +- [Closed testing link not working for some people on mobile](https://www.reddit.com/r/androiddev/comments/1g8gpxg/closed_testing_link_not_working_for_some_people/) - [Circular Reveal Animations in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1g88jsw/circular_reveal_animations_in_jetpack_compose/) - [Publishing Library that depends on other Libraries? Why is this so difficult?](https://www.reddit.com/r/androiddev/comments/1g82q0q/publishing_library_that_depends_on_other/) - [Navigation between modules](https://www.reddit.com/r/androiddev/comments/1g7yx0w/navigation_between_modules/) -- [White screen after splash screen when using navigation with compose.](https://www.reddit.com/r/androiddev/comments/1g7yrrh/white_screen_after_splash_screen_when_using/) -- [Google Play Integrity API question](https://www.reddit.com/r/androiddev/comments/1g7utro/google_play_integrity_api_question/) -- [Android 15 breaks notification listeners](https://www.reddit.com/r/androiddev/comments/1g7tdld/android_15_breaks_notification_listeners/) -- [ADB List Devices](https://www.reddit.com/r/androiddev/comments/1g7qhc8/adb_list_devices/) -- [Multiple view models on the same screen](https://www.reddit.com/r/androiddev/comments/1g7ma75/multiple_view_models_on_the_same_screen/) -- [Can't install main app after Instant App](https://www.reddit.com/r/androiddev/comments/1g7kzey/cant_install_main_app_after_instant_app/) -- [Background server call](https://www.reddit.com/r/androiddev/comments/1g75unx/background_server_call/) ### *InfoWorld posts* From d3dfddc6af81f0d926e89afacf994b2d0be81004 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 23 Oct 2024 01:29:48 +0000 Subject: [PATCH 1054/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ef19e7230f..8b5565820b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Hiring: Senior Android Native Developer – 100% Remote, U.S. Based](https://www.reddit.com/r/androiddev/comments/1g9064l/hiring_senior_android_native_developer_100_remote/) -- [What could make a second instance of MainActivity start?](https://www.reddit.com/r/androiddev/comments/1g8vu9i/what_could_make_a_second_instance_of_mainactivity/) -- [Compose testTag valid?](https://www.reddit.com/r/androiddev/comments/1g8vcfj/compose_testtag_valid/) -- [Why is the ViewModelScope main thread the main thread?](https://www.reddit.com/r/androiddev/comments/1g8ugke/why_is_the_viewmodelscope_main_thread_the_main/) -- [Is it possible to get elevation to work as expected between sibling views?](https://www.reddit.com/r/androiddev/comments/1g8p68o/is_it_possible_to_get_elevation_to_work_as/) -- [Why can't Firebase just seperate themselves from the platform and just serve like a regular backend](https://www.reddit.com/r/androiddev/comments/1g8of65/why_cant_firebase_just_seperate_themselves_from/) -- [Closed testing link not working for some people on mobile](https://www.reddit.com/r/androiddev/comments/1g8gpxg/closed_testing_link_not_working_for_some_people/) -- [Circular Reveal Animations in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1g88jsw/circular_reveal_animations_in_jetpack_compose/) -- [Publishing Library that depends on other Libraries? Why is this so difficult?](https://www.reddit.com/r/androiddev/comments/1g82q0q/publishing_library_that_depends_on_other/) -- [Navigation between modules](https://www.reddit.com/r/androiddev/comments/1g7yx0w/navigation_between_modules/) +- [Invalidate() stopping after 5 seconds of refreshing](https://www.reddit.com/r/androiddev/comments/1g9x24u/invalidate_stopping_after_5_seconds_of_refreshing/) +- [The “Real” Clean Architecture in Android: Modularization](https://www.reddit.com/r/androiddev/comments/1g9uxc8/the_real_clean_architecture_in_android/) +- [Navigation Compose recreating ViewModel each time.](https://www.reddit.com/r/androiddev/comments/1g9tpmx/navigation_compose_recreating_viewmodel_each_time/) +- [Some Pixels fail the "device integrity" check after upgrading to Android 15](https://www.reddit.com/r/androiddev/comments/1g9snwu/some_pixels_fail_the_device_integrity_check_after/) +- [google search results load but target urls display blank white page when clicked in emulator](https://www.reddit.com/r/androiddev/comments/1g9pc2f/google_search_results_load_but_target_urls/) +- [Theme not being applied to Fragments](https://www.reddit.com/r/androiddev/comments/1g9okp7/theme_not_being_applied_to_fragments/) +- [TextView expanding vertically when messages are getting longer](https://www.reddit.com/r/androiddev/comments/1g9ojkf/textview_expanding_vertically_when_messages_are/) +- [What is the proper attribution practice for external dependencies?](https://www.reddit.com/r/androiddev/comments/1g9oabg/what_is_the_proper_attribution_practice_for/) +- [Does target/sourceCompatibility matter in a pure Kotlin Android library?](https://www.reddit.com/r/androiddev/comments/1g9npbw/does_targetsourcecompatibility_matter_in_a_pure/) +- [Turn off availability on Chrome OS](https://www.reddit.com/r/androiddev/comments/1g9n33e/turn_off_availability_on_chrome_os/) ### *InfoWorld posts* From 240e146fae3b465bc8de3c69c8761f8abeafbd24 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 24 Oct 2024 01:29:52 +0000 Subject: [PATCH 1055/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8b5565820b..f962db3f47 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Invalidate() stopping after 5 seconds of refreshing](https://www.reddit.com/r/androiddev/comments/1g9x24u/invalidate_stopping_after_5_seconds_of_refreshing/) -- [The “Real” Clean Architecture in Android: Modularization](https://www.reddit.com/r/androiddev/comments/1g9uxc8/the_real_clean_architecture_in_android/) -- [Navigation Compose recreating ViewModel each time.](https://www.reddit.com/r/androiddev/comments/1g9tpmx/navigation_compose_recreating_viewmodel_each_time/) -- [Some Pixels fail the "device integrity" check after upgrading to Android 15](https://www.reddit.com/r/androiddev/comments/1g9snwu/some_pixels_fail_the_device_integrity_check_after/) -- [google search results load but target urls display blank white page when clicked in emulator](https://www.reddit.com/r/androiddev/comments/1g9pc2f/google_search_results_load_but_target_urls/) -- [Theme not being applied to Fragments](https://www.reddit.com/r/androiddev/comments/1g9okp7/theme_not_being_applied_to_fragments/) -- [TextView expanding vertically when messages are getting longer](https://www.reddit.com/r/androiddev/comments/1g9ojkf/textview_expanding_vertically_when_messages_are/) -- [What is the proper attribution practice for external dependencies?](https://www.reddit.com/r/androiddev/comments/1g9oabg/what_is_the_proper_attribution_practice_for/) -- [Does target/sourceCompatibility matter in a pure Kotlin Android library?](https://www.reddit.com/r/androiddev/comments/1g9npbw/does_targetsourcecompatibility_matter_in_a_pure/) -- [Turn off availability on Chrome OS](https://www.reddit.com/r/androiddev/comments/1g9n33e/turn_off_availability_on_chrome_os/) +- [Serialization support in KStateMachine library](https://www.reddit.com/r/androiddev/comments/1gal2t0/serialization_support_in_kstatemachine_library/) +- [Google Play Closed Testing](https://www.reddit.com/r/androiddev/comments/1gal0kt/google_play_closed_testing/) +- [I love my users, but it's time to retire my app. Thoughts on how?](https://www.reddit.com/r/androiddev/comments/1gajv20/i_love_my_users_but_its_time_to_retire_my_app/) +- [Best practices of dynamic UI field creation and dynamic backend response mapping](https://www.reddit.com/r/androiddev/comments/1gajbkh/best_practices_of_dynamic_ui_field_creation_and/) +- [I am looking for feedback to improve my app and the monetization strategy](https://www.reddit.com/r/androiddev/comments/1gajbae/i_am_looking_for_feedback_to_improve_my_app_and/) +- [How did the creators of canva do this in android studio?](https://www.reddit.com/r/androiddev/comments/1gaj93f/how_did_the_creators_of_canva_do_this_in_android/) +- [Compose collapsable LargeTopAppBar bad performance](https://www.reddit.com/r/androiddev/comments/1gahqew/compose_collapsable_largetopappbar_bad_performance/) +- [Do you encrypt PII in your apps?](https://www.reddit.com/r/androiddev/comments/1gagu7p/do_you_encrypt_pii_in_your_apps/) +- [How Should I Handle Creating PDFs and Composing Emails?](https://www.reddit.com/r/androiddev/comments/1gaga0s/how_should_i_handle_creating_pdfs_and_composing/) +- [Where and how are the parts that are not the original drawing drawn in a visual editing app?](https://www.reddit.com/r/androiddev/comments/1gaftb8/where_and_how_are_the_parts_that_are_not_the/) ### *InfoWorld posts* From f36dc654fc378a263f19d34e2eca029cf5a1740e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 25 Oct 2024 01:29:54 +0000 Subject: [PATCH 1056/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f962db3f47..19f0162b1a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Edge to edge](https://www.reddit.com/r/androiddev/comments/1gba1si/edge_to_edge/) +- [Vertex AI in Firebase is GA](https://www.reddit.com/r/androiddev/comments/1gb8tq8/vertex_ai_in_firebase_is_ga/) +- [Re: Issue 127100532: Add support for JUnit 5](https://www.reddit.com/r/androiddev/comments/1gb8kfi/re_issue_127100532_add_support_for_junit_5/) +- [QA Handling at your job](https://www.reddit.com/r/androiddev/comments/1gb37cm/qa_handling_at_your_job/) +- [Koin is now updated to support the latest Kotlin version.](https://www.reddit.com/r/androiddev/comments/1gb1591/koin_is_now_updated_to_support_the_latest_kotlin/) +- [Jetpack Compose - Android TV](https://www.reddit.com/r/androiddev/comments/1gb01u9/jetpack_compose_android_tv/) +- [You don't have to use Result for everything!](https://www.reddit.com/r/androiddev/comments/1gazsju/you_dont_have_to_use_result_for_everything/) +- [Do you show notifications when your app is in the foreground?](https://www.reddit.com/r/androiddev/comments/1gaxhd7/do_you_show_notifications_when_your_app_is_in_the/) +- [Do you use state management packages in Android development?](https://www.reddit.com/r/androiddev/comments/1gawbn5/do_you_use_state_management_packages_in_android/) - [Serialization support in KStateMachine library](https://www.reddit.com/r/androiddev/comments/1gal2t0/serialization_support_in_kstatemachine_library/) -- [Google Play Closed Testing](https://www.reddit.com/r/androiddev/comments/1gal0kt/google_play_closed_testing/) -- [I love my users, but it's time to retire my app. Thoughts on how?](https://www.reddit.com/r/androiddev/comments/1gajv20/i_love_my_users_but_its_time_to_retire_my_app/) -- [Best practices of dynamic UI field creation and dynamic backend response mapping](https://www.reddit.com/r/androiddev/comments/1gajbkh/best_practices_of_dynamic_ui_field_creation_and/) -- [I am looking for feedback to improve my app and the monetization strategy](https://www.reddit.com/r/androiddev/comments/1gajbae/i_am_looking_for_feedback_to_improve_my_app_and/) -- [How did the creators of canva do this in android studio?](https://www.reddit.com/r/androiddev/comments/1gaj93f/how_did_the_creators_of_canva_do_this_in_android/) -- [Compose collapsable LargeTopAppBar bad performance](https://www.reddit.com/r/androiddev/comments/1gahqew/compose_collapsable_largetopappbar_bad_performance/) -- [Do you encrypt PII in your apps?](https://www.reddit.com/r/androiddev/comments/1gagu7p/do_you_encrypt_pii_in_your_apps/) -- [How Should I Handle Creating PDFs and Composing Emails?](https://www.reddit.com/r/androiddev/comments/1gaga0s/how_should_i_handle_creating_pdfs_and_composing/) -- [Where and how are the parts that are not the original drawing drawn in a visual editing app?](https://www.reddit.com/r/androiddev/comments/1gaftb8/where_and_how_are_the_parts_that_are_not_the/) ### *InfoWorld posts* From 392ac2d7d6ed22f2ea03548b25a7712cb7ab0fa9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 26 Oct 2024 01:29:39 +0000 Subject: [PATCH 1057/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 19f0162b1a..d552c8d32d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Team Leads/Managers - We just fired someone we hired on Monday. Has anyone seen anything like this before?](https://www.reddit.com/r/androiddev/comments/1gc9eyc/team_leadsmanagers_we_just_fired_someone_we_hired/) +- [The Future of Kotlin, Android, and Everything](https://www.reddit.com/r/androiddev/comments/1gc1bjt/the_future_of_kotlin_android_and_everything/) +- [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/1gc0gr1/android_studio_ladybug_feature_drop_202422_canary/) +- [Switch to Kotlin hurt performance?](https://www.reddit.com/r/androiddev/comments/1gbyzf4/switch_to_kotlin_hurt_performance/) +- [For a smooth migration from Dagger to Koin (if you'd like to)](https://www.reddit.com/r/androiddev/comments/1gbv90p/for_a_smooth_migration_from_dagger_to_koin_if/) +- [How To Create a Parallax Movie Pager In Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1gbsf84/how_to_create_a_parallax_movie_pager_in_jetpack/) +- [Did anyone manage to create an alarm app for wear os with an Activity showing after alarm goes off?](https://www.reddit.com/r/androiddev/comments/1gbr74n/did_anyone_manage_to_create_an_alarm_app_for_wear/) +- [Applying App Wide Themes](https://www.reddit.com/r/androiddev/comments/1gbr620/applying_app_wide_themes/) +- [Mapping fields between NotificationCompat & AndroidNotification (fcm)](https://www.reddit.com/r/androiddev/comments/1gbmsl1/mapping_fields_between_notificationcompat/) - [Edge to edge](https://www.reddit.com/r/androiddev/comments/1gba1si/edge_to_edge/) -- [Vertex AI in Firebase is GA](https://www.reddit.com/r/androiddev/comments/1gb8tq8/vertex_ai_in_firebase_is_ga/) -- [Re: Issue 127100532: Add support for JUnit 5](https://www.reddit.com/r/androiddev/comments/1gb8kfi/re_issue_127100532_add_support_for_junit_5/) -- [QA Handling at your job](https://www.reddit.com/r/androiddev/comments/1gb37cm/qa_handling_at_your_job/) -- [Koin is now updated to support the latest Kotlin version.](https://www.reddit.com/r/androiddev/comments/1gb1591/koin_is_now_updated_to_support_the_latest_kotlin/) -- [Jetpack Compose - Android TV](https://www.reddit.com/r/androiddev/comments/1gb01u9/jetpack_compose_android_tv/) -- [You don't have to use Result for everything!](https://www.reddit.com/r/androiddev/comments/1gazsju/you_dont_have_to_use_result_for_everything/) -- [Do you show notifications when your app is in the foreground?](https://www.reddit.com/r/androiddev/comments/1gaxhd7/do_you_show_notifications_when_your_app_is_in_the/) -- [Do you use state management packages in Android development?](https://www.reddit.com/r/androiddev/comments/1gawbn5/do_you_use_state_management_packages_in_android/) -- [Serialization support in KStateMachine library](https://www.reddit.com/r/androiddev/comments/1gal2t0/serialization_support_in_kstatemachine_library/) ### *InfoWorld posts* From 98813431f02f1ed4a2f325e1825d469680ee21ba Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 27 Oct 2024 01:30:00 +0000 Subject: [PATCH 1058/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d552c8d32d..75d6037aae 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Team Leads/Managers - We just fired someone we hired on Monday. Has anyone seen anything like this before?](https://www.reddit.com/r/androiddev/comments/1gc9eyc/team_leadsmanagers_we_just_fired_someone_we_hired/) +- [How to find performance regressions using Diffetto](https://www.reddit.com/r/androiddev/comments/1gce2m4/how_to_find_performance_regressions_using_diffetto/) +- [Eclipse ADT app -> Google Play store ?](https://www.reddit.com/r/androiddev/comments/1gcce7p/eclipse_adt_app_google_play_store/) +- [Android Studio Ladybug changed the profiler.](https://www.reddit.com/r/androiddev/comments/1gcc3to/android_studio_ladybug_changed_the_profiler/) +- [Should font sizes be considered a size dimension or part of the typography?](https://www.reddit.com/r/androiddev/comments/1gcbbkd/should_font_sizes_be_considered_a_size_dimension/) - [The Future of Kotlin, Android, and Everything](https://www.reddit.com/r/androiddev/comments/1gc1bjt/the_future_of_kotlin_android_and_everything/) - [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/1gc0gr1/android_studio_ladybug_feature_drop_202422_canary/) - [Switch to Kotlin hurt performance?](https://www.reddit.com/r/androiddev/comments/1gbyzf4/switch_to_kotlin_hurt_performance/) - [For a smooth migration from Dagger to Koin (if you'd like to)](https://www.reddit.com/r/androiddev/comments/1gbv90p/for_a_smooth_migration_from_dagger_to_koin_if/) - [How To Create a Parallax Movie Pager In Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1gbsf84/how_to_create_a_parallax_movie_pager_in_jetpack/) - [Did anyone manage to create an alarm app for wear os with an Activity showing after alarm goes off?](https://www.reddit.com/r/androiddev/comments/1gbr74n/did_anyone_manage_to_create_an_alarm_app_for_wear/) -- [Applying App Wide Themes](https://www.reddit.com/r/androiddev/comments/1gbr620/applying_app_wide_themes/) -- [Mapping fields between NotificationCompat & AndroidNotification (fcm)](https://www.reddit.com/r/androiddev/comments/1gbmsl1/mapping_fields_between_notificationcompat/) -- [Edge to edge](https://www.reddit.com/r/androiddev/comments/1gba1si/edge_to_edge/) ### *InfoWorld posts* From 8d3bbe7e860ebae83b80b94f107f16a552d9cf6c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 28 Oct 2024 01:30:19 +0000 Subject: [PATCH 1059/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 75d6037aae..74886866ac 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Understanding Kotlin Generics: A Complete Guide for Developers](https://www.reddit.com/r/androiddev/comments/1gdizfh/understanding_kotlin_generics_a_complete_guide/) +- [Do you keep you UI/UX designers informed about the Android platform and devices properties?](https://www.reddit.com/r/androiddev/comments/1gdgc51/do_you_keep_you_uiux_designers_informed_about_the/) +- [[Security] Alternatives to Google Play Integrity API](https://www.reddit.com/r/androiddev/comments/1gd8y29/security_alternatives_to_google_play_integrity_api/) +- [I took a BeReal in the pixel 8 emulator development environment!](https://www.reddit.com/r/androiddev/comments/1gd15cg/i_took_a_bereal_in_the_pixel_8_emulator/) - [How to find performance regressions using Diffetto](https://www.reddit.com/r/androiddev/comments/1gce2m4/how_to_find_performance_regressions_using_diffetto/) - [Eclipse ADT app -> Google Play store ?](https://www.reddit.com/r/androiddev/comments/1gcce7p/eclipse_adt_app_google_play_store/) - [Android Studio Ladybug changed the profiler.](https://www.reddit.com/r/androiddev/comments/1gcc3to/android_studio_ladybug_changed_the_profiler/) - [Should font sizes be considered a size dimension or part of the typography?](https://www.reddit.com/r/androiddev/comments/1gcbbkd/should_font_sizes_be_considered_a_size_dimension/) - [The Future of Kotlin, Android, and Everything](https://www.reddit.com/r/androiddev/comments/1gc1bjt/the_future_of_kotlin_android_and_everything/) - [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/1gc0gr1/android_studio_ladybug_feature_drop_202422_canary/) -- [Switch to Kotlin hurt performance?](https://www.reddit.com/r/androiddev/comments/1gbyzf4/switch_to_kotlin_hurt_performance/) -- [For a smooth migration from Dagger to Koin (if you'd like to)](https://www.reddit.com/r/androiddev/comments/1gbv90p/for_a_smooth_migration_from_dagger_to_koin_if/) -- [How To Create a Parallax Movie Pager In Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1gbsf84/how_to_create_a_parallax_movie_pager_in_jetpack/) -- [Did anyone manage to create an alarm app for wear os with an Activity showing after alarm goes off?](https://www.reddit.com/r/androiddev/comments/1gbr74n/did_anyone_manage_to_create_an_alarm_app_for_wear/) ### *InfoWorld posts* From 9c2305cbdcf59e73a6c005c4fcfc4a0145344388 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 29 Oct 2024 01:30:16 +0000 Subject: [PATCH 1060/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 74886866ac..f450e6262c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Understanding Kotlin Generics: A Complete Guide for Developers](https://www.reddit.com/r/androiddev/comments/1gdizfh/understanding_kotlin_generics_a_complete_guide/) -- [Do you keep you UI/UX designers informed about the Android platform and devices properties?](https://www.reddit.com/r/androiddev/comments/1gdgc51/do_you_keep_you_uiux_designers_informed_about_the/) -- [[Security] Alternatives to Google Play Integrity API](https://www.reddit.com/r/androiddev/comments/1gd8y29/security_alternatives_to_google_play_integrity_api/) -- [I took a BeReal in the pixel 8 emulator development environment!](https://www.reddit.com/r/androiddev/comments/1gd15cg/i_took_a_bereal_in_the_pixel_8_emulator/) -- [How to find performance regressions using Diffetto](https://www.reddit.com/r/androiddev/comments/1gce2m4/how_to_find_performance_regressions_using_diffetto/) -- [Eclipse ADT app -> Google Play store ?](https://www.reddit.com/r/androiddev/comments/1gcce7p/eclipse_adt_app_google_play_store/) -- [Android Studio Ladybug changed the profiler.](https://www.reddit.com/r/androiddev/comments/1gcc3to/android_studio_ladybug_changed_the_profiler/) -- [Should font sizes be considered a size dimension or part of the typography?](https://www.reddit.com/r/androiddev/comments/1gcbbkd/should_font_sizes_be_considered_a_size_dimension/) -- [The Future of Kotlin, Android, and Everything](https://www.reddit.com/r/androiddev/comments/1gc1bjt/the_future_of_kotlin_android_and_everything/) -- [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/1gc0gr1/android_studio_ladybug_feature_drop_202422_canary/) +- [Is Android development supposed to feel like this with Kotlin and Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/1gebt6w/is_android_development_supposed_to_feel_like_this/) +- [ViewModels](https://www.reddit.com/r/androiddev/comments/1ge84be/viewmodels/) +- [Keychain on modern Android apps](https://www.reddit.com/r/androiddev/comments/1ge75o0/keychain_on_modern_android_apps/) +- [Lazy Column Does not display added items](https://www.reddit.com/r/androiddev/comments/1ge6w3u/lazy_column_does_not_display_added_items/) +- [A quick note on exceptions and WorkManager](https://www.reddit.com/r/androiddev/comments/1ge2mzd/a_quick_note_on_exceptions_and_workmanager/) +- [Implemented this slick-looking animation using the MotionLayout in Compose and wanted to share with you.](https://www.reddit.com/r/androiddev/comments/1ge02xz/implemented_this_slicklooking_animation_using_the/) +- [Socket & Plug Design Kit: A Scalable, Collaborative Model for Mobile Development](https://www.reddit.com/r/androiddev/comments/1ge01gx/socket_plug_design_kit_a_scalable_collaborative/) +- [Playstore review - does it read your code?](https://www.reddit.com/r/androiddev/comments/1gdzx2o/playstore_review_does_it_read_your_code/) +- [Settings' predictive back animation](https://www.reddit.com/r/androiddev/comments/1gdx0zi/settings_predictive_back_animation/) +- [Mongodb Atlas ideal for starter project?](https://www.reddit.com/r/androiddev/comments/1gds4ca/mongodb_atlas_ideal_for_starter_project/) ### *InfoWorld posts* From 24c3d58d38b600b670b0bf2292ecc4e485be7229 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 30 Oct 2024 01:30:04 +0000 Subject: [PATCH 1061/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f450e6262c..055671a71b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android 10 not generating bluetooth hci snoop log](https://www.reddit.com/r/androiddev/comments/1gf9kz6/android_10_not_generating_bluetooth_hci_snoop_log/) +- [Has anyone tried running Android Studio on the Steam Deck? What's the performance like with large codebases?](https://www.reddit.com/r/androiddev/comments/1gf3cus/has_anyone_tried_running_android_studio_on_the/) +- [Android Studio CPU spikes for all actions; even just clicking around in a file](https://www.reddit.com/r/androiddev/comments/1gf2urm/android_studio_cpu_spikes_for_all_actions_even/) +- [Are there better ways to accomplish complex nesting and normalization with room?](https://www.reddit.com/r/androiddev/comments/1gf1jng/are_there_better_ways_to_accomplish_complex/) +- [Is Gradle modularisation really necessary?](https://www.reddit.com/r/androiddev/comments/1geto18/is_gradle_modularisation_really_necessary/) +- [What tool do you use for collecting user data?](https://www.reddit.com/r/androiddev/comments/1gervcl/what_tool_do_you_use_for_collecting_user_data/) +- [Why does Meta want you to write the client token to strings.xml](https://www.reddit.com/r/androiddev/comments/1geq99h/why_does_meta_want_you_to_write_the_client_token/) +- [Any ADB shell command to increase CPU load/usage ?](https://www.reddit.com/r/androiddev/comments/1gemyc8/any_adb_shell_command_to_increase_cpu_loadusage/) +- [Force AutoCompleteTextView Dropdown Direction](https://www.reddit.com/r/androiddev/comments/1gekd14/force_autocompletetextview_dropdown_direction/) - [Is Android development supposed to feel like this with Kotlin and Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/1gebt6w/is_android_development_supposed_to_feel_like_this/) -- [ViewModels](https://www.reddit.com/r/androiddev/comments/1ge84be/viewmodels/) -- [Keychain on modern Android apps](https://www.reddit.com/r/androiddev/comments/1ge75o0/keychain_on_modern_android_apps/) -- [Lazy Column Does not display added items](https://www.reddit.com/r/androiddev/comments/1ge6w3u/lazy_column_does_not_display_added_items/) -- [A quick note on exceptions and WorkManager](https://www.reddit.com/r/androiddev/comments/1ge2mzd/a_quick_note_on_exceptions_and_workmanager/) -- [Implemented this slick-looking animation using the MotionLayout in Compose and wanted to share with you.](https://www.reddit.com/r/androiddev/comments/1ge02xz/implemented_this_slicklooking_animation_using_the/) -- [Socket & Plug Design Kit: A Scalable, Collaborative Model for Mobile Development](https://www.reddit.com/r/androiddev/comments/1ge01gx/socket_plug_design_kit_a_scalable_collaborative/) -- [Playstore review - does it read your code?](https://www.reddit.com/r/androiddev/comments/1gdzx2o/playstore_review_does_it_read_your_code/) -- [Settings' predictive back animation](https://www.reddit.com/r/androiddev/comments/1gdx0zi/settings_predictive_back_animation/) -- [Mongodb Atlas ideal for starter project?](https://www.reddit.com/r/androiddev/comments/1gds4ca/mongodb_atlas_ideal_for_starter_project/) ### *InfoWorld posts* From 9930973740840336d517e4d4c7330c6cce4168d1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 31 Oct 2024 01:30:06 +0000 Subject: [PATCH 1062/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 055671a71b..d7010c5afb 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [ASO - Rank App in another country? HELP](https://www.reddit.com/r/androiddev/comments/1gg33v1/aso_rank_app_in_another_country_help/) +- [Implementing Business Logic for my Application](https://www.reddit.com/r/androiddev/comments/1gg01ea/implementing_business_logic_for_my_application/) +- [Are material-components dead?](https://www.reddit.com/r/androiddev/comments/1gfu5rj/are_materialcomponents_dead/) +- [Where can I find some decent Github Action CI/CD sample scripts?](https://www.reddit.com/r/androiddev/comments/1gft31t/where_can_i_find_some_decent_github_action_cicd/) +- [TypeAlias Show - Immutable and Persistent Lists in Kotlin](https://www.reddit.com/r/androiddev/comments/1gfokqc/typealias_show_immutable_and_persistent_lists_in/) +- [Performance issue with Jetpack Compose's Google Maps](https://www.reddit.com/r/androiddev/comments/1gfof3l/performance_issue_with_jetpack_composes_google/) +- [ProtectedPermissions Status Reset After FOTA Updates for App Preloads](https://www.reddit.com/r/androiddev/comments/1gfjpd0/protectedpermissions_status_reset_after_fota/) +- [Compose alternative to FirebaseAuthUi](https://www.reddit.com/r/androiddev/comments/1gfgh8u/compose_alternative_to_firebaseauthui/) +- [Connecting VM Studio with guest AVD](https://www.reddit.com/r/androiddev/comments/1gfflnl/connecting_vm_studio_with_guest_avd/) - [Android 10 not generating bluetooth hci snoop log](https://www.reddit.com/r/androiddev/comments/1gf9kz6/android_10_not_generating_bluetooth_hci_snoop_log/) -- [Has anyone tried running Android Studio on the Steam Deck? What's the performance like with large codebases?](https://www.reddit.com/r/androiddev/comments/1gf3cus/has_anyone_tried_running_android_studio_on_the/) -- [Android Studio CPU spikes for all actions; even just clicking around in a file](https://www.reddit.com/r/androiddev/comments/1gf2urm/android_studio_cpu_spikes_for_all_actions_even/) -- [Are there better ways to accomplish complex nesting and normalization with room?](https://www.reddit.com/r/androiddev/comments/1gf1jng/are_there_better_ways_to_accomplish_complex/) -- [Is Gradle modularisation really necessary?](https://www.reddit.com/r/androiddev/comments/1geto18/is_gradle_modularisation_really_necessary/) -- [What tool do you use for collecting user data?](https://www.reddit.com/r/androiddev/comments/1gervcl/what_tool_do_you_use_for_collecting_user_data/) -- [Why does Meta want you to write the client token to strings.xml](https://www.reddit.com/r/androiddev/comments/1geq99h/why_does_meta_want_you_to_write_the_client_token/) -- [Any ADB shell command to increase CPU load/usage ?](https://www.reddit.com/r/androiddev/comments/1gemyc8/any_adb_shell_command_to_increase_cpu_loadusage/) -- [Force AutoCompleteTextView Dropdown Direction](https://www.reddit.com/r/androiddev/comments/1gekd14/force_autocompletetextview_dropdown_direction/) -- [Is Android development supposed to feel like this with Kotlin and Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/1gebt6w/is_android_development_supposed_to_feel_like_this/) ### *InfoWorld posts* From 6606d7ee5b73a2377e059bd67325ddf4845e23db Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 1 Nov 2024 01:30:22 +0000 Subject: [PATCH 1063/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d7010c5afb..4e84af8894 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [ASO - Rank App in another country? HELP](https://www.reddit.com/r/androiddev/comments/1gg33v1/aso_rank_app_in_another_country_help/) -- [Implementing Business Logic for my Application](https://www.reddit.com/r/androiddev/comments/1gg01ea/implementing_business_logic_for_my_application/) -- [Are material-components dead?](https://www.reddit.com/r/androiddev/comments/1gfu5rj/are_materialcomponents_dead/) -- [Where can I find some decent Github Action CI/CD sample scripts?](https://www.reddit.com/r/androiddev/comments/1gft31t/where_can_i_find_some_decent_github_action_cicd/) -- [TypeAlias Show - Immutable and Persistent Lists in Kotlin](https://www.reddit.com/r/androiddev/comments/1gfokqc/typealias_show_immutable_and_persistent_lists_in/) -- [Performance issue with Jetpack Compose's Google Maps](https://www.reddit.com/r/androiddev/comments/1gfof3l/performance_issue_with_jetpack_composes_google/) -- [ProtectedPermissions Status Reset After FOTA Updates for App Preloads](https://www.reddit.com/r/androiddev/comments/1gfjpd0/protectedpermissions_status_reset_after_fota/) -- [Compose alternative to FirebaseAuthUi](https://www.reddit.com/r/androiddev/comments/1gfgh8u/compose_alternative_to_firebaseauthui/) -- [Connecting VM Studio with guest AVD](https://www.reddit.com/r/androiddev/comments/1gfflnl/connecting_vm_studio_with_guest_avd/) -- [Android 10 not generating bluetooth hci snoop log](https://www.reddit.com/r/androiddev/comments/1gf9kz6/android_10_not_generating_bluetooth_hci_snoop_log/) +- [[RELEASE] Ksoup 0.2.0 – Enhanced HTML & XML Parsing for Android Developers (Kotlin Multiplatform)](https://www.reddit.com/r/androiddev/comments/1ggsqgx/release_ksoup_020_enhanced_html_xml_parsing_for/) +- [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 9 now available](https://www.reddit.com/r/androiddev/comments/1ggrgv7/android_studio_ladybug_feature_drop_202422_canary/) +- [Is 'remember' in Jetpack Compose overkill?](https://www.reddit.com/r/androiddev/comments/1ggp4pm/is_remember_in_jetpack_compose_overkill/) +- [Android Studio Ladybug | 2024.2.1 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/1ggnjr7/android_studio_ladybug_202421_patch_2_now/) +- [Tip for anyone frustrated with Google Payments organization address not updating properly when you're trying to do so to get it to match with your DUNS number when verifying your Google Play Developer account.](https://www.reddit.com/r/androiddev/comments/1ggmv3v/tip_for_anyone_frustrated_with_google_payments/) +- [Android Developers Blog: More frequent Android SDK releases: faster innovation, higher quality and more polish](https://www.reddit.com/r/androiddev/comments/1ggjqa3/android_developers_blog_more_frequent_android_sdk/) +- [Anybody been able to use a local llm in an app? Is this possible yet?](https://www.reddit.com/r/androiddev/comments/1ggis7u/anybody_been_able_to_use_a_local_llm_in_an_app_is/) +- [Force quit ADB multiple times per day on M1 based Mac](https://www.reddit.com/r/androiddev/comments/1ggeqvp/force_quit_adb_multiple_times_per_day_on_m1_based/) +- [What static code analyzer do you use in your CI/CD?](https://www.reddit.com/r/androiddev/comments/1ggd8hn/what_static_code_analyzer_do_you_use_in_your_cicd/) +- [Android Bluetooth GATT (BLE)](https://www.reddit.com/r/androiddev/comments/1ggd51o/android_bluetooth_gatt_ble/) ### *InfoWorld posts* From fb89b7e70809ce2fbe88f309054ac74cfd521aa9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 2 Nov 2024 01:29:44 +0000 Subject: [PATCH 1064/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4e84af8894..099862c71c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Looking for some good firestore implementation example](https://www.reddit.com/r/androiddev/comments/1ghgblp/looking_for_some_good_firestore_implementation/) +- [Unbreaking the changes in Compose 1.7: How to escape an update deadlock](https://www.reddit.com/r/androiddev/comments/1ghebwp/unbreaking_the_changes_in_compose_17_how_to/) +- [Ladybug has many bugs or is this just me?](https://www.reddit.com/r/androiddev/comments/1ghchwl/ladybug_has_many_bugs_or_is_this_just_me/) +- [Has Anyone Developed or Launched for Audi Vehicles?](https://www.reddit.com/r/androiddev/comments/1ghc2gu/has_anyone_developed_or_launched_for_audi_vehicles/) +- [Using the Strangler Fig with Mobile Apps: A case study of gradually modernizing an established mobile application](https://www.reddit.com/r/androiddev/comments/1gh6j2j/using_the_strangler_fig_with_mobile_apps_a_case/) +- [Storing Secret keys in firebase or keystore](https://www.reddit.com/r/androiddev/comments/1gh1681/storing_secret_keys_in_firebase_or_keystore/) +- [About the Android Multi-Domain Module](https://www.reddit.com/r/androiddev/comments/1ggz13k/about_the_android_multidomain_module/) +- [Self Hosting Android Library privately](https://www.reddit.com/r/androiddev/comments/1ggxo57/self_hosting_android_library_privately/) - [[RELEASE] Ksoup 0.2.0 – Enhanced HTML & XML Parsing for Android Developers (Kotlin Multiplatform)](https://www.reddit.com/r/androiddev/comments/1ggsqgx/release_ksoup_020_enhanced_html_xml_parsing_for/) - [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 9 now available](https://www.reddit.com/r/androiddev/comments/1ggrgv7/android_studio_ladybug_feature_drop_202422_canary/) -- [Is 'remember' in Jetpack Compose overkill?](https://www.reddit.com/r/androiddev/comments/1ggp4pm/is_remember_in_jetpack_compose_overkill/) -- [Android Studio Ladybug | 2024.2.1 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/1ggnjr7/android_studio_ladybug_202421_patch_2_now/) -- [Tip for anyone frustrated with Google Payments organization address not updating properly when you're trying to do so to get it to match with your DUNS number when verifying your Google Play Developer account.](https://www.reddit.com/r/androiddev/comments/1ggmv3v/tip_for_anyone_frustrated_with_google_payments/) -- [Android Developers Blog: More frequent Android SDK releases: faster innovation, higher quality and more polish](https://www.reddit.com/r/androiddev/comments/1ggjqa3/android_developers_blog_more_frequent_android_sdk/) -- [Anybody been able to use a local llm in an app? Is this possible yet?](https://www.reddit.com/r/androiddev/comments/1ggis7u/anybody_been_able_to_use_a_local_llm_in_an_app_is/) -- [Force quit ADB multiple times per day on M1 based Mac](https://www.reddit.com/r/androiddev/comments/1ggeqvp/force_quit_adb_multiple_times_per_day_on_m1_based/) -- [What static code analyzer do you use in your CI/CD?](https://www.reddit.com/r/androiddev/comments/1ggd8hn/what_static_code_analyzer_do_you_use_in_your_cicd/) -- [Android Bluetooth GATT (BLE)](https://www.reddit.com/r/androiddev/comments/1ggd51o/android_bluetooth_gatt_ble/) ### *InfoWorld posts* From 9d67b2ec2b5018e19156c47ecaabffab939cb02e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 3 Nov 2024 01:30:05 +0000 Subject: [PATCH 1065/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 099862c71c..c9c4ca41d2 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Algebraic Data Types In Kotlin](https://www.reddit.com/r/androiddev/comments/1gia6g7/algebraic_data_types_in_kotlin/) +- [How do I solve this error?](https://www.reddit.com/r/androiddev/comments/1gi89qq/how_do_i_solve_this_error/) +- [allowClearTextTraffic makes app not compatible in Google Play](https://www.reddit.com/r/androiddev/comments/1ghuoep/allowcleartexttraffic_makes_app_not_compatible_in/) - [Looking for some good firestore implementation example](https://www.reddit.com/r/androiddev/comments/1ghgblp/looking_for_some_good_firestore_implementation/) - [Unbreaking the changes in Compose 1.7: How to escape an update deadlock](https://www.reddit.com/r/androiddev/comments/1ghebwp/unbreaking_the_changes_in_compose_17_how_to/) - [Ladybug has many bugs or is this just me?](https://www.reddit.com/r/androiddev/comments/1ghchwl/ladybug_has_many_bugs_or_is_this_just_me/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Using the Strangler Fig with Mobile Apps: A case study of gradually modernizing an established mobile application](https://www.reddit.com/r/androiddev/comments/1gh6j2j/using_the_strangler_fig_with_mobile_apps_a_case/) - [Storing Secret keys in firebase or keystore](https://www.reddit.com/r/androiddev/comments/1gh1681/storing_secret_keys_in_firebase_or_keystore/) - [About the Android Multi-Domain Module](https://www.reddit.com/r/androiddev/comments/1ggz13k/about_the_android_multidomain_module/) -- [Self Hosting Android Library privately](https://www.reddit.com/r/androiddev/comments/1ggxo57/self_hosting_android_library_privately/) -- [[RELEASE] Ksoup 0.2.0 – Enhanced HTML & XML Parsing for Android Developers (Kotlin Multiplatform)](https://www.reddit.com/r/androiddev/comments/1ggsqgx/release_ksoup_020_enhanced_html_xml_parsing_for/) -- [Android Studio Ladybug Feature Drop | 2024.2.2 Canary 9 now available](https://www.reddit.com/r/androiddev/comments/1ggrgv7/android_studio_ladybug_feature_drop_202422_canary/) ### *InfoWorld posts* From 9082179bba117bf069f6262c3feedcce62c54d1c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 4 Nov 2024 01:30:16 +0000 Subject: [PATCH 1066/1422] Updated with the latest blog posts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9c4ca41d2..ec9f13ffbb 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,8 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Instrumented tests on CI](https://www.reddit.com/r/androiddev/comments/1giq5y8/instrumented_tests_on_ci/) +- [Screens are functions: Reimagining Navigation on Android](https://www.reddit.com/r/androiddev/comments/1gimn0d/screens_are_functions_reimagining_navigation_on/) - [Algebraic Data Types In Kotlin](https://www.reddit.com/r/androiddev/comments/1gia6g7/algebraic_data_types_in_kotlin/) - [How do I solve this error?](https://www.reddit.com/r/androiddev/comments/1gi89qq/how_do_i_solve_this_error/) - [allowClearTextTraffic makes app not compatible in Google Play](https://www.reddit.com/r/androiddev/comments/1ghuoep/allowcleartexttraffic_makes_app_not_compatible_in/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Ladybug has many bugs or is this just me?](https://www.reddit.com/r/androiddev/comments/1ghchwl/ladybug_has_many_bugs_or_is_this_just_me/) - [Has Anyone Developed or Launched for Audi Vehicles?](https://www.reddit.com/r/androiddev/comments/1ghc2gu/has_anyone_developed_or_launched_for_audi_vehicles/) - [Using the Strangler Fig with Mobile Apps: A case study of gradually modernizing an established mobile application](https://www.reddit.com/r/androiddev/comments/1gh6j2j/using_the_strangler_fig_with_mobile_apps_a_case/) -- [Storing Secret keys in firebase or keystore](https://www.reddit.com/r/androiddev/comments/1gh1681/storing_secret_keys_in_firebase_or_keystore/) -- [About the Android Multi-Domain Module](https://www.reddit.com/r/androiddev/comments/1ggz13k/about_the_android_multidomain_module/) ### *InfoWorld posts* From 04b74b98e3beab4ae81fe35b8f97afde8d55cedd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 5 Nov 2024 01:29:53 +0000 Subject: [PATCH 1067/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ec9f13ffbb..7c7bf31156 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Conjoined devices](https://www.reddit.com/r/androiddev/comments/1gjsr4b/conjoined_devices/) +- [Is Room unable to use Cross reference tables with foreignKeys named different than the primaryKeys in the parent entities?](https://www.reddit.com/r/androiddev/comments/1gjqs5p/is_room_unable_to_use_cross_reference_tables_with/) +- [Is it possible to disable one of my three of my back cameras by just modifing some register in my android phone?](https://www.reddit.com/r/androiddev/comments/1gjqjff/is_it_possible_to_disable_one_of_my_three_of_my/) +- [Trying to use a tokenizer in my Android app. What's the best approach of going about it?](https://www.reddit.com/r/androiddev/comments/1gjqhzm/trying_to_use_a_tokenizer_in_my_android_app_whats/) +- [Examples of modern code and best practices of Android applications.](https://www.reddit.com/r/androiddev/comments/1gjp7d6/examples_of_modern_code_and_best_practices_of/) +- [Teaching Android Development in regional language.](https://www.reddit.com/r/androiddev/comments/1gjotif/teaching_android_development_in_regional_language/) +- [My app is Api 21+. Should I use AppCompat and why](https://www.reddit.com/r/androiddev/comments/1gjofpe/my_app_is_api_21_should_i_use_appcompat_and_why/) +- [Lightweight Recipe RestAPI with admin and docker 👌](https://www.reddit.com/r/androiddev/comments/1gjne50/lightweight_recipe_restapi_with_admin_and_docker/) +- [Has anyone purchased translation inside the google play developer console?](https://www.reddit.com/r/androiddev/comments/1gjb1y1/has_anyone_purchased_translation_inside_the/) - [Instrumented tests on CI](https://www.reddit.com/r/androiddev/comments/1giq5y8/instrumented_tests_on_ci/) -- [Screens are functions: Reimagining Navigation on Android](https://www.reddit.com/r/androiddev/comments/1gimn0d/screens_are_functions_reimagining_navigation_on/) -- [Algebraic Data Types In Kotlin](https://www.reddit.com/r/androiddev/comments/1gia6g7/algebraic_data_types_in_kotlin/) -- [How do I solve this error?](https://www.reddit.com/r/androiddev/comments/1gi89qq/how_do_i_solve_this_error/) -- [allowClearTextTraffic makes app not compatible in Google Play](https://www.reddit.com/r/androiddev/comments/1ghuoep/allowcleartexttraffic_makes_app_not_compatible_in/) -- [Looking for some good firestore implementation example](https://www.reddit.com/r/androiddev/comments/1ghgblp/looking_for_some_good_firestore_implementation/) -- [Unbreaking the changes in Compose 1.7: How to escape an update deadlock](https://www.reddit.com/r/androiddev/comments/1ghebwp/unbreaking_the_changes_in_compose_17_how_to/) -- [Ladybug has many bugs or is this just me?](https://www.reddit.com/r/androiddev/comments/1ghchwl/ladybug_has_many_bugs_or_is_this_just_me/) -- [Has Anyone Developed or Launched for Audi Vehicles?](https://www.reddit.com/r/androiddev/comments/1ghc2gu/has_anyone_developed_or_launched_for_audi_vehicles/) -- [Using the Strangler Fig with Mobile Apps: A case study of gradually modernizing an established mobile application](https://www.reddit.com/r/androiddev/comments/1gh6j2j/using_the_strangler_fig_with_mobile_apps_a_case/) ### *InfoWorld posts* From a74e153461bc085f6dd638a627f049ca8e3e5d56 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 6 Nov 2024 01:29:47 +0000 Subject: [PATCH 1068/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7c7bf31156..59d3835076 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Conjoined devices](https://www.reddit.com/r/androiddev/comments/1gjsr4b/conjoined_devices/) +- [New to Android Development? Need some personal advice? This is the November newbie thread!](https://www.reddit.com/r/androiddev/comments/1gkjuig/new_to_android_development_need_some_personal/) +- [log4k: A Comprehensive Logging and Tracing Solution for Kotlin Multiplatform.](https://www.reddit.com/r/androiddev/comments/1gkc0uz/log4k_a_comprehensive_logging_and_tracing/) +- [Gradle does not recognize the AndroidManifest.xml file in the processDebugMainManifest task, despite the file existing in the specified path](https://www.reddit.com/r/androiddev/comments/1gk6mu6/gradle_does_not_recognize_the_androidmanifestxml/) +- [Step-by-step guide on how to upload an Android app to the Google Play Store](https://www.reddit.com/r/androiddev/comments/1gk6jz6/stepbystep_guide_on_how_to_upload_an_android_app/) +- [Picasso is formally deprecated](https://www.reddit.com/r/androiddev/comments/1gk6bd9/picasso_is_formally_deprecated/) +- [Correct approach to passing nav arguments to the screen's ViewModel](https://www.reddit.com/r/androiddev/comments/1gk66fl/correct_approach_to_passing_nav_arguments_to_the/) +- [Tests pipeline](https://www.reddit.com/r/androiddev/comments/1gk5ghm/tests_pipeline/) +- [Component-based Approach. Organizing Navigation with the Decompose Library](https://www.reddit.com/r/androiddev/comments/1gk3qne/componentbased_approach_organizing_navigation/) +- [Westpac New Zealand is hiring a Principal Engineer (Mobile) and a Talent Area Lead (Mobile)](https://www.reddit.com/r/androiddev/comments/1gjxapn/westpac_new_zealand_is_hiring_a_principal/) - [Is Room unable to use Cross reference tables with foreignKeys named different than the primaryKeys in the parent entities?](https://www.reddit.com/r/androiddev/comments/1gjqs5p/is_room_unable_to_use_cross_reference_tables_with/) -- [Is it possible to disable one of my three of my back cameras by just modifing some register in my android phone?](https://www.reddit.com/r/androiddev/comments/1gjqjff/is_it_possible_to_disable_one_of_my_three_of_my/) -- [Trying to use a tokenizer in my Android app. What's the best approach of going about it?](https://www.reddit.com/r/androiddev/comments/1gjqhzm/trying_to_use_a_tokenizer_in_my_android_app_whats/) -- [Examples of modern code and best practices of Android applications.](https://www.reddit.com/r/androiddev/comments/1gjp7d6/examples_of_modern_code_and_best_practices_of/) -- [Teaching Android Development in regional language.](https://www.reddit.com/r/androiddev/comments/1gjotif/teaching_android_development_in_regional_language/) -- [My app is Api 21+. Should I use AppCompat and why](https://www.reddit.com/r/androiddev/comments/1gjofpe/my_app_is_api_21_should_i_use_appcompat_and_why/) -- [Lightweight Recipe RestAPI with admin and docker 👌](https://www.reddit.com/r/androiddev/comments/1gjne50/lightweight_recipe_restapi_with_admin_and_docker/) -- [Has anyone purchased translation inside the google play developer console?](https://www.reddit.com/r/androiddev/comments/1gjb1y1/has_anyone_purchased_translation_inside_the/) -- [Instrumented tests on CI](https://www.reddit.com/r/androiddev/comments/1giq5y8/instrumented_tests_on_ci/) ### *InfoWorld posts* From f979a373b641f0d72a4bf10165110a707861af9a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 7 Nov 2024 01:29:46 +0000 Subject: [PATCH 1069/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 59d3835076..02c40a5ee8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [What Compose Interview question have you been asked in an interview/As an Interviewer](https://www.reddit.com/r/androiddev/comments/1glbg3e/what_compose_interview_question_have_you_been/) +- [Is it just me or is the way screen transitions work in navigation-compose extremely counter-intuitive?](https://www.reddit.com/r/androiddev/comments/1gl6aof/is_it_just_me_or_is_the_way_screen_transitions/) +- [Incredibly slow debugger with jetpack compose](https://www.reddit.com/r/androiddev/comments/1gl3lj6/incredibly_slow_debugger_with_jetpack_compose/) +- [Subtyping Composables](https://www.reddit.com/r/androiddev/comments/1gl1y95/subtyping_composables/) +- [Why do so few Android apps work in landscape mode on phones, tablets and ChromeBooks?](https://www.reddit.com/r/androiddev/comments/1gl18z3/why_do_so_few_android_apps_work_in_landscape_mode/) +- [Compose screenshot testing - pros, cons, pitfalls](https://www.reddit.com/r/androiddev/comments/1gkyk5v/compose_screenshot_testing_pros_cons_pitfalls/) +- [Play Asset Delivery not working (on WearOS)](https://www.reddit.com/r/androiddev/comments/1gkwrjk/play_asset_delivery_not_working_on_wearos/) - [New to Android Development? Need some personal advice? This is the November newbie thread!](https://www.reddit.com/r/androiddev/comments/1gkjuig/new_to_android_development_need_some_personal/) - [log4k: A Comprehensive Logging and Tracing Solution for Kotlin Multiplatform.](https://www.reddit.com/r/androiddev/comments/1gkc0uz/log4k_a_comprehensive_logging_and_tracing/) - [Gradle does not recognize the AndroidManifest.xml file in the processDebugMainManifest task, despite the file existing in the specified path](https://www.reddit.com/r/androiddev/comments/1gk6mu6/gradle_does_not_recognize_the_androidmanifestxml/) -- [Step-by-step guide on how to upload an Android app to the Google Play Store](https://www.reddit.com/r/androiddev/comments/1gk6jz6/stepbystep_guide_on_how_to_upload_an_android_app/) -- [Picasso is formally deprecated](https://www.reddit.com/r/androiddev/comments/1gk6bd9/picasso_is_formally_deprecated/) -- [Correct approach to passing nav arguments to the screen's ViewModel](https://www.reddit.com/r/androiddev/comments/1gk66fl/correct_approach_to_passing_nav_arguments_to_the/) -- [Tests pipeline](https://www.reddit.com/r/androiddev/comments/1gk5ghm/tests_pipeline/) -- [Component-based Approach. Organizing Navigation with the Decompose Library](https://www.reddit.com/r/androiddev/comments/1gk3qne/componentbased_approach_organizing_navigation/) -- [Westpac New Zealand is hiring a Principal Engineer (Mobile) and a Talent Area Lead (Mobile)](https://www.reddit.com/r/androiddev/comments/1gjxapn/westpac_new_zealand_is_hiring_a_principal/) -- [Is Room unable to use Cross reference tables with foreignKeys named different than the primaryKeys in the parent entities?](https://www.reddit.com/r/androiddev/comments/1gjqs5p/is_room_unable_to_use_cross_reference_tables_with/) ### *InfoWorld posts* From 6866c87122e467bc106409e39e0338c7ef9dc328 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 8 Nov 2024 01:29:50 +0000 Subject: [PATCH 1070/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 02c40a5ee8..f616e09ea8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Google Play shows "not compatible with your device" despite device being listed as compatible in Play Console](https://www.reddit.com/r/androiddev/comments/1gm2s2e/google_play_shows_not_compatible_with_your_device/) +- [Android Studio plugin to automatically generate Compose @Previews](https://www.reddit.com/r/androiddev/comments/1gm23nd/android_studio_plugin_to_automatically_generate/) +- [Auto Typer - emulate a bluetooth keyboard](https://www.reddit.com/r/androiddev/comments/1glx3fy/auto_typer_emulate_a_bluetooth_keyboard/) +- [Haze 1.0](https://www.reddit.com/r/androiddev/comments/1glp0jt/haze_10/) +- [Architecture testing](https://www.reddit.com/r/androiddev/comments/1glode7/architecture_testing/) - [What Compose Interview question have you been asked in an interview/As an Interviewer](https://www.reddit.com/r/androiddev/comments/1glbg3e/what_compose_interview_question_have_you_been/) - [Is it just me or is the way screen transitions work in navigation-compose extremely counter-intuitive?](https://www.reddit.com/r/androiddev/comments/1gl6aof/is_it_just_me_or_is_the_way_screen_transitions/) - [Incredibly slow debugger with jetpack compose](https://www.reddit.com/r/androiddev/comments/1gl3lj6/incredibly_slow_debugger_with_jetpack_compose/) - [Subtyping Composables](https://www.reddit.com/r/androiddev/comments/1gl1y95/subtyping_composables/) - [Why do so few Android apps work in landscape mode on phones, tablets and ChromeBooks?](https://www.reddit.com/r/androiddev/comments/1gl18z3/why_do_so_few_android_apps_work_in_landscape_mode/) -- [Compose screenshot testing - pros, cons, pitfalls](https://www.reddit.com/r/androiddev/comments/1gkyk5v/compose_screenshot_testing_pros_cons_pitfalls/) -- [Play Asset Delivery not working (on WearOS)](https://www.reddit.com/r/androiddev/comments/1gkwrjk/play_asset_delivery_not_working_on_wearos/) -- [New to Android Development? Need some personal advice? This is the November newbie thread!](https://www.reddit.com/r/androiddev/comments/1gkjuig/new_to_android_development_need_some_personal/) -- [log4k: A Comprehensive Logging and Tracing Solution for Kotlin Multiplatform.](https://www.reddit.com/r/androiddev/comments/1gkc0uz/log4k_a_comprehensive_logging_and_tracing/) -- [Gradle does not recognize the AndroidManifest.xml file in the processDebugMainManifest task, despite the file existing in the specified path](https://www.reddit.com/r/androiddev/comments/1gk6mu6/gradle_does_not_recognize_the_androidmanifestxml/) ### *InfoWorld posts* From f5b930259e562968f0027785450b5ad337397419 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 9 Nov 2024 01:29:45 +0000 Subject: [PATCH 1071/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f616e09ea8..5471f5cde8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [🔥 New features available in Inspektify 🔥](https://www.reddit.com/r/androiddev/comments/1gmfcw8/new_features_available_in_inspektify/) +- [Toughest interview questions you ever got asked?](https://www.reddit.com/r/androiddev/comments/1gme8q6/toughest_interview_questions_you_ever_got_asked/) +- [How to build subscription tiers?](https://www.reddit.com/r/androiddev/comments/1gmdgt9/how_to_build_subscription_tiers/) +- [Dealing with Android’s peculiar bugs as an app developer](https://www.reddit.com/r/androiddev/comments/1gmcq7f/dealing_with_androids_peculiar_bugs_as_an_app/) +- [Catching Incoming RCS Messages](https://www.reddit.com/r/androiddev/comments/1gmb06k/catching_incoming_rcs_messages/) +- [Personal vs organization google console account](https://www.reddit.com/r/androiddev/comments/1gmamp1/personal_vs_organization_google_console_account/) - [Google Play shows "not compatible with your device" despite device being listed as compatible in Play Console](https://www.reddit.com/r/androiddev/comments/1gm2s2e/google_play_shows_not_compatible_with_your_device/) - [Android Studio plugin to automatically generate Compose @Previews](https://www.reddit.com/r/androiddev/comments/1gm23nd/android_studio_plugin_to_automatically_generate/) - [Auto Typer - emulate a bluetooth keyboard](https://www.reddit.com/r/androiddev/comments/1glx3fy/auto_typer_emulate_a_bluetooth_keyboard/) - [Haze 1.0](https://www.reddit.com/r/androiddev/comments/1glp0jt/haze_10/) -- [Architecture testing](https://www.reddit.com/r/androiddev/comments/1glode7/architecture_testing/) -- [What Compose Interview question have you been asked in an interview/As an Interviewer](https://www.reddit.com/r/androiddev/comments/1glbg3e/what_compose_interview_question_have_you_been/) -- [Is it just me or is the way screen transitions work in navigation-compose extremely counter-intuitive?](https://www.reddit.com/r/androiddev/comments/1gl6aof/is_it_just_me_or_is_the_way_screen_transitions/) -- [Incredibly slow debugger with jetpack compose](https://www.reddit.com/r/androiddev/comments/1gl3lj6/incredibly_slow_debugger_with_jetpack_compose/) -- [Subtyping Composables](https://www.reddit.com/r/androiddev/comments/1gl1y95/subtyping_composables/) -- [Why do so few Android apps work in landscape mode on phones, tablets and ChromeBooks?](https://www.reddit.com/r/androiddev/comments/1gl18z3/why_do_so_few_android_apps_work_in_landscape_mode/) ### *InfoWorld posts* From 653d867ead24d1584a73b28309f51a770f4345e1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 10 Nov 2024 01:29:48 +0000 Subject: [PATCH 1072/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5471f5cde8..e37dd1c56f 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Why is my app icon and app name not showing?](https://www.reddit.com/r/androiddev/comments/1gnow5f/why_is_my_app_icon_and_app_name_not_showing/) +- [Do room database “free up” deleted pk for autoGenerate?](https://www.reddit.com/r/androiddev/comments/1gnfc9e/do_room_database_free_up_deleted_pk_for/) +- [Mangnet (beta) - Mangadex client](https://www.reddit.com/r/androiddev/comments/1gncn7v/mangnet_beta_mangadex_client/) - [🔥 New features available in Inspektify 🔥](https://www.reddit.com/r/androiddev/comments/1gmfcw8/new_features_available_in_inspektify/) - [Toughest interview questions you ever got asked?](https://www.reddit.com/r/androiddev/comments/1gme8q6/toughest_interview_questions_you_ever_got_asked/) - [How to build subscription tiers?](https://www.reddit.com/r/androiddev/comments/1gmdgt9/how_to_build_subscription_tiers/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Catching Incoming RCS Messages](https://www.reddit.com/r/androiddev/comments/1gmb06k/catching_incoming_rcs_messages/) - [Personal vs organization google console account](https://www.reddit.com/r/androiddev/comments/1gmamp1/personal_vs_organization_google_console_account/) - [Google Play shows "not compatible with your device" despite device being listed as compatible in Play Console](https://www.reddit.com/r/androiddev/comments/1gm2s2e/google_play_shows_not_compatible_with_your_device/) -- [Android Studio plugin to automatically generate Compose @Previews](https://www.reddit.com/r/androiddev/comments/1gm23nd/android_studio_plugin_to_automatically_generate/) -- [Auto Typer - emulate a bluetooth keyboard](https://www.reddit.com/r/androiddev/comments/1glx3fy/auto_typer_emulate_a_bluetooth_keyboard/) -- [Haze 1.0](https://www.reddit.com/r/androiddev/comments/1glp0jt/haze_10/) ### *InfoWorld posts* From 66719d8f7b82c7507b37e473926e1b59930914b0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 11 Nov 2024 01:30:02 +0000 Subject: [PATCH 1073/1422] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e37dd1c56f..9c1a9a7bf1 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Need Guidance on Legal Requirements for Android Apps](https://www.reddit.com/r/androiddev/comments/1gnvj5x/need_guidance_on_legal_requirements_for_android/) - [Why is my app icon and app name not showing?](https://www.reddit.com/r/androiddev/comments/1gnow5f/why_is_my_app_icon_and_app_name_not_showing/) - [Do room database “free up” deleted pk for autoGenerate?](https://www.reddit.com/r/androiddev/comments/1gnfc9e/do_room_database_free_up_deleted_pk_for/) - [Mangnet (beta) - Mangadex client](https://www.reddit.com/r/androiddev/comments/1gncn7v/mangnet_beta_mangadex_client/) @@ -280,7 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Dealing with Android’s peculiar bugs as an app developer](https://www.reddit.com/r/androiddev/comments/1gmcq7f/dealing_with_androids_peculiar_bugs_as_an_app/) - [Catching Incoming RCS Messages](https://www.reddit.com/r/androiddev/comments/1gmb06k/catching_incoming_rcs_messages/) - [Personal vs organization google console account](https://www.reddit.com/r/androiddev/comments/1gmamp1/personal_vs_organization_google_console_account/) -- [Google Play shows "not compatible with your device" despite device being listed as compatible in Play Console](https://www.reddit.com/r/androiddev/comments/1gm2s2e/google_play_shows_not_compatible_with_your_device/) ### *InfoWorld posts* From 06cc91c3899fb99a6aa45a493a012b477ac4cee9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 12 Nov 2024 01:29:47 +0000 Subject: [PATCH 1074/1422] Updated with the latest blog posts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c1a9a7bf1..b7cf5b3eaa 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,8 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Skipping the invocation of intermediate composables](https://www.reddit.com/r/androiddev/comments/1gosan5/skipping_the_invocation_of_intermediate/) +- [Enable Composable Views Sharing Across Modules Without Dependency Constraint](https://www.reddit.com/r/androiddev/comments/1gor99l/enable_composable_views_sharing_across_modules/) - [Need Guidance on Legal Requirements for Android Apps](https://www.reddit.com/r/androiddev/comments/1gnvj5x/need_guidance_on_legal_requirements_for_android/) - [Why is my app icon and app name not showing?](https://www.reddit.com/r/androiddev/comments/1gnow5f/why_is_my_app_icon_and_app_name_not_showing/) - [Do room database “free up” deleted pk for autoGenerate?](https://www.reddit.com/r/androiddev/comments/1gnfc9e/do_room_database_free_up_deleted_pk_for/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Toughest interview questions you ever got asked?](https://www.reddit.com/r/androiddev/comments/1gme8q6/toughest_interview_questions_you_ever_got_asked/) - [How to build subscription tiers?](https://www.reddit.com/r/androiddev/comments/1gmdgt9/how_to_build_subscription_tiers/) - [Dealing with Android’s peculiar bugs as an app developer](https://www.reddit.com/r/androiddev/comments/1gmcq7f/dealing_with_androids_peculiar_bugs_as_an_app/) -- [Catching Incoming RCS Messages](https://www.reddit.com/r/androiddev/comments/1gmb06k/catching_incoming_rcs_messages/) -- [Personal vs organization google console account](https://www.reddit.com/r/androiddev/comments/1gmamp1/personal_vs_organization_google_console_account/) ### *InfoWorld posts* From 948caee80c10c06d0a44806ae4611f69f4c52091 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 13 Nov 2024 01:29:53 +0000 Subject: [PATCH 1075/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b7cf5b3eaa..c3630fa10f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How tf does Drive flag a release build of an apk virus](https://www.reddit.com/r/androiddev/comments/1gq18wq/how_tf_does_drive_flag_a_release_build_of_an_apk/) +- [Is my OnTouchListener freezing my app?](https://www.reddit.com/r/androiddev/comments/1gpwpb6/is_my_ontouchlistener_freezing_my_app/) +- [Android Studio Meerkat | 2024.3.1 Canary 1 now available](https://www.reddit.com/r/androiddev/comments/1gpsdjo/android_studio_meerkat_202431_canary_1_now/) +- [Wrote small wavy progress view component in Jetpack Compose. Repo link in comment.](https://www.reddit.com/r/androiddev/comments/1gpqgxt/wrote_small_wavy_progress_view_component_in/) +- [Impact of the scheduled alarm change on app for Android 13 and below](https://www.reddit.com/r/androiddev/comments/1gpq8fw/impact_of_the_scheduled_alarm_change_on_app_for/) +- [How to force update (& test!) your Android app using Google’s in-app update library](https://www.reddit.com/r/androiddev/comments/1gpjvp1/how_to_force_update_test_your_android_app_using/) +- [Component-based Approach. Organizing Navigation with the Decompose Library](https://www.reddit.com/r/androiddev/comments/1gpgst4/componentbased_approach_organizing_navigation/) +- [Custom resources for Compose Preview](https://www.reddit.com/r/androiddev/comments/1gpf8sy/custom_resources_for_compose_preview/) - [Skipping the invocation of intermediate composables](https://www.reddit.com/r/androiddev/comments/1gosan5/skipping_the_invocation_of_intermediate/) - [Enable Composable Views Sharing Across Modules Without Dependency Constraint](https://www.reddit.com/r/androiddev/comments/1gor99l/enable_composable_views_sharing_across_modules/) -- [Need Guidance on Legal Requirements for Android Apps](https://www.reddit.com/r/androiddev/comments/1gnvj5x/need_guidance_on_legal_requirements_for_android/) -- [Why is my app icon and app name not showing?](https://www.reddit.com/r/androiddev/comments/1gnow5f/why_is_my_app_icon_and_app_name_not_showing/) -- [Do room database “free up” deleted pk for autoGenerate?](https://www.reddit.com/r/androiddev/comments/1gnfc9e/do_room_database_free_up_deleted_pk_for/) -- [Mangnet (beta) - Mangadex client](https://www.reddit.com/r/androiddev/comments/1gncn7v/mangnet_beta_mangadex_client/) -- [🔥 New features available in Inspektify 🔥](https://www.reddit.com/r/androiddev/comments/1gmfcw8/new_features_available_in_inspektify/) -- [Toughest interview questions you ever got asked?](https://www.reddit.com/r/androiddev/comments/1gme8q6/toughest_interview_questions_you_ever_got_asked/) -- [How to build subscription tiers?](https://www.reddit.com/r/androiddev/comments/1gmdgt9/how_to_build_subscription_tiers/) -- [Dealing with Android’s peculiar bugs as an app developer](https://www.reddit.com/r/androiddev/comments/1gmcq7f/dealing_with_androids_peculiar_bugs_as_an_app/) ### *InfoWorld posts* From 61e9e182c6d082c2923a9dea1296b53906624d27 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 14 Nov 2024 01:29:57 +0000 Subject: [PATCH 1076/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c3630fa10f..48298a621f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How tf does Drive flag a release build of an apk virus](https://www.reddit.com/r/androiddev/comments/1gq18wq/how_tf_does_drive_flag_a_release_build_of_an_apk/) -- [Is my OnTouchListener freezing my app?](https://www.reddit.com/r/androiddev/comments/1gpwpb6/is_my_ontouchlistener_freezing_my_app/) -- [Android Studio Meerkat | 2024.3.1 Canary 1 now available](https://www.reddit.com/r/androiddev/comments/1gpsdjo/android_studio_meerkat_202431_canary_1_now/) -- [Wrote small wavy progress view component in Jetpack Compose. Repo link in comment.](https://www.reddit.com/r/androiddev/comments/1gpqgxt/wrote_small_wavy_progress_view_component_in/) -- [Impact of the scheduled alarm change on app for Android 13 and below](https://www.reddit.com/r/androiddev/comments/1gpq8fw/impact_of_the_scheduled_alarm_change_on_app_for/) -- [How to force update (& test!) your Android app using Google’s in-app update library](https://www.reddit.com/r/androiddev/comments/1gpjvp1/how_to_force_update_test_your_android_app_using/) -- [Component-based Approach. Organizing Navigation with the Decompose Library](https://www.reddit.com/r/androiddev/comments/1gpgst4/componentbased_approach_organizing_navigation/) -- [Custom resources for Compose Preview](https://www.reddit.com/r/androiddev/comments/1gpf8sy/custom_resources_for_compose_preview/) -- [Skipping the invocation of intermediate composables](https://www.reddit.com/r/androiddev/comments/1gosan5/skipping_the_invocation_of_intermediate/) -- [Enable Composable Views Sharing Across Modules Without Dependency Constraint](https://www.reddit.com/r/androiddev/comments/1gor99l/enable_composable_views_sharing_across_modules/) +- [Using ContextCompat.registerReceiver with SDK 34](https://www.reddit.com/r/androiddev/comments/1gqok6v/using_contextcompatregisterreceiver_with_sdk_34/) +- [Is classic Dagger still a thing for jobs or should I continue in the direction of Hilt and Koin?](https://www.reddit.com/r/androiddev/comments/1gqjs2i/is_classic_dagger_still_a_thing_for_jobs_or/) +- [If ARCore's plane recognition is based on feature points, why is access to the Depth API so limited?](https://www.reddit.com/r/androiddev/comments/1gqiuav/if_arcores_plane_recognition_is_based_on_feature/) +- [A Smoother Ride: Android Emulator Stability and Performance Updates](https://www.reddit.com/r/androiddev/comments/1gqi8wl/a_smoother_ride_android_emulator_stability_and/) +- [Video - Fun with Function Types](https://www.reddit.com/r/androiddev/comments/1gqg6ea/video_fun_with_function_types/) +- [251 - There's a new king in DI town](https://www.reddit.com/r/androiddev/comments/1gqf9fs/251_theres_a_new_king_in_di_town/) +- [Android Studio removes the Clean Project and Rebuild Project buttons because they "shouldn't be frequently used"](https://www.reddit.com/r/androiddev/comments/1gqcne1/android_studio_removes_the_clean_project_and/) +- [Exclude app from being listed on developer/company page on Google Play](https://www.reddit.com/r/androiddev/comments/1gqb3ma/exclude_app_from_being_listed_on_developercompany/) +- [Room DB: How to query hierarchical data structure?](https://www.reddit.com/r/androiddev/comments/1gq8w04/room_db_how_to_query_hierarchical_data_structure/) +- [Okay who of you is accidentally DoS-ing the Linux Kernel archive?](https://www.reddit.com/r/androiddev/comments/1gq836c/okay_who_of_you_is_accidentally_dosing_the_linux/) ### *InfoWorld posts* From 62051c8c7dc5ac2c024cb51b0ad3759c654ac5a6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 15 Nov 2024 01:30:16 +0000 Subject: [PATCH 1077/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 48298a621f..ffba071822 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Using ContextCompat.registerReceiver with SDK 34](https://www.reddit.com/r/androiddev/comments/1gqok6v/using_contextcompatregisterreceiver_with_sdk_34/) -- [Is classic Dagger still a thing for jobs or should I continue in the direction of Hilt and Koin?](https://www.reddit.com/r/androiddev/comments/1gqjs2i/is_classic_dagger_still_a_thing_for_jobs_or/) -- [If ARCore's plane recognition is based on feature points, why is access to the Depth API so limited?](https://www.reddit.com/r/androiddev/comments/1gqiuav/if_arcores_plane_recognition_is_based_on_feature/) -- [A Smoother Ride: Android Emulator Stability and Performance Updates](https://www.reddit.com/r/androiddev/comments/1gqi8wl/a_smoother_ride_android_emulator_stability_and/) -- [Video - Fun with Function Types](https://www.reddit.com/r/androiddev/comments/1gqg6ea/video_fun_with_function_types/) -- [251 - There's a new king in DI town](https://www.reddit.com/r/androiddev/comments/1gqf9fs/251_theres_a_new_king_in_di_town/) -- [Android Studio removes the Clean Project and Rebuild Project buttons because they "shouldn't be frequently used"](https://www.reddit.com/r/androiddev/comments/1gqcne1/android_studio_removes_the_clean_project_and/) -- [Exclude app from being listed on developer/company page on Google Play](https://www.reddit.com/r/androiddev/comments/1gqb3ma/exclude_app_from_being_listed_on_developercompany/) -- [Room DB: How to query hierarchical data structure?](https://www.reddit.com/r/androiddev/comments/1gq8w04/room_db_how_to_query_hierarchical_data_structure/) -- [Okay who of you is accidentally DoS-ing the Linux Kernel archive?](https://www.reddit.com/r/androiddev/comments/1gq836c/okay_who_of_you_is_accidentally_dosing_the_linux/) +- [Android Studio Meerkat | 2024.3.1 Canary 2 now available](https://www.reddit.com/r/androiddev/comments/1grkc73/android_studio_meerkat_202431_canary_2_now/) +- [How to send intent for email with pdf attachment](https://www.reddit.com/r/androiddev/comments/1grii2s/how_to_send_intent_for_email_with_pdf_attachment/) +- [I've recently launched app built with KMP and here's the list of parts that required 100% native code](https://www.reddit.com/r/androiddev/comments/1grh8z7/ive_recently_launched_app_built_with_kmp_and/) +- [Do Deep Link placeholder values still work?](https://www.reddit.com/r/androiddev/comments/1grgls0/do_deep_link_placeholder_values_still_work/) +- [Be aware of another round of fake termination emails](https://www.reddit.com/r/androiddev/comments/1grfp7v/be_aware_of_another_round_of_fake_termination/) +- [Anyone interested in collaborating on Android support for the Mill build tool?](https://www.reddit.com/r/androiddev/comments/1greovo/anyone_interested_in_collaborating_on_android/) +- [Virtual Device lookinf funny on Android Studio and APK not launching](https://www.reddit.com/r/androiddev/comments/1grcydp/virtual_device_lookinf_funny_on_android_studio/) +- [Chromecast button in menu.](https://www.reddit.com/r/androiddev/comments/1grauyw/chromecast_button_in_menu/) +- [Trying to set android build machine. Getting: "Failed to transform core-1.8.0-beta01.aar. This should not happen under normal circumstances"](https://www.reddit.com/r/androiddev/comments/1gr2j9b/trying_to_set_android_build_machine_getting/) +- [PROCESS_TEXT not showing up in most apps](https://www.reddit.com/r/androiddev/comments/1gqz7h0/process_text_not_showing_up_in_most_apps/) ### *InfoWorld posts* From b4f8515cfacb79b0b4a870001520b071e527bc36 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 16 Nov 2024 01:30:06 +0000 Subject: [PATCH 1078/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ffba071822..5fcc9e9ec4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Need google play console account](https://www.reddit.com/r/androiddev/comments/1gsagiw/need_google_play_console_account/) +- [A Developer’s Roadmap to Mastering Kotlin Multiplatform](https://www.reddit.com/r/androiddev/comments/1gryj1j/a_developers_roadmap_to_mastering_kotlin/) +- [Android overlay preventing keyboards from coming up.](https://www.reddit.com/r/androiddev/comments/1grv2pi/android_overlay_preventing_keyboards_from_coming/) +- [ImageVector vs painterResources — Under the hood.](https://www.reddit.com/r/androiddev/comments/1groiy8/imagevector_vs_painterresources_under_the_hood/) +- [Is it weird that I find Android easier than backend which seems to be getting endlessly complex?](https://www.reddit.com/r/androiddev/comments/1grm7j8/is_it_weird_that_i_find_android_easier_than/) +- [Can I delete backup_rules.xml and data_extraction_rules.xml in the xml folder and in Android Manifest?](https://www.reddit.com/r/androiddev/comments/1grlxzt/can_i_delete_backup_rulesxml_and_data_extraction/) - [Android Studio Meerkat | 2024.3.1 Canary 2 now available](https://www.reddit.com/r/androiddev/comments/1grkc73/android_studio_meerkat_202431_canary_2_now/) - [How to send intent for email with pdf attachment](https://www.reddit.com/r/androiddev/comments/1grii2s/how_to_send_intent_for_email_with_pdf_attachment/) - [I've recently launched app built with KMP and here's the list of parts that required 100% native code](https://www.reddit.com/r/androiddev/comments/1grh8z7/ive_recently_launched_app_built_with_kmp_and/) - [Do Deep Link placeholder values still work?](https://www.reddit.com/r/androiddev/comments/1grgls0/do_deep_link_placeholder_values_still_work/) -- [Be aware of another round of fake termination emails](https://www.reddit.com/r/androiddev/comments/1grfp7v/be_aware_of_another_round_of_fake_termination/) -- [Anyone interested in collaborating on Android support for the Mill build tool?](https://www.reddit.com/r/androiddev/comments/1greovo/anyone_interested_in_collaborating_on_android/) -- [Virtual Device lookinf funny on Android Studio and APK not launching](https://www.reddit.com/r/androiddev/comments/1grcydp/virtual_device_lookinf_funny_on_android_studio/) -- [Chromecast button in menu.](https://www.reddit.com/r/androiddev/comments/1grauyw/chromecast_button_in_menu/) -- [Trying to set android build machine. Getting: "Failed to transform core-1.8.0-beta01.aar. This should not happen under normal circumstances"](https://www.reddit.com/r/androiddev/comments/1gr2j9b/trying_to_set_android_build_machine_getting/) -- [PROCESS_TEXT not showing up in most apps](https://www.reddit.com/r/androiddev/comments/1gqz7h0/process_text_not_showing_up_in_most_apps/) ### *InfoWorld posts* From 05792434170e701eb716262cfd395cfe0240a79e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 17 Nov 2024 01:30:13 +0000 Subject: [PATCH 1079/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5fcc9e9ec4..22bf31d2ac 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Need google play console account](https://www.reddit.com/r/androiddev/comments/1gsagiw/need_google_play_console_account/) +- [I made my first library](https://www.reddit.com/r/androiddev/comments/1gsqe7p/i_made_my_first_library/) +- [Don’t use Kotlin's removeFirst() and removeLast() when using compileSdk 35](https://www.reddit.com/r/androiddev/comments/1gspjrs/dont_use_kotlins_removefirst_and_removelast_when/) +- [Trigger action from phones hardware button.](https://www.reddit.com/r/androiddev/comments/1gsopzg/trigger_action_from_phones_hardware_button/) +- [I made a puzzle game solvable only with Android developer tools](https://www.reddit.com/r/androiddev/comments/1gsnhu7/i_made_a_puzzle_game_solvable_only_with_android/) +- [Help Needed: Android Schema Validation Issues in Android TV App Project](https://www.reddit.com/r/androiddev/comments/1gskwko/help_needed_android_schema_validation_issues_in/) - [A Developer’s Roadmap to Mastering Kotlin Multiplatform](https://www.reddit.com/r/androiddev/comments/1gryj1j/a_developers_roadmap_to_mastering_kotlin/) - [Android overlay preventing keyboards from coming up.](https://www.reddit.com/r/androiddev/comments/1grv2pi/android_overlay_preventing_keyboards_from_coming/) - [ImageVector vs painterResources — Under the hood.](https://www.reddit.com/r/androiddev/comments/1groiy8/imagevector_vs_painterresources_under_the_hood/) - [Is it weird that I find Android easier than backend which seems to be getting endlessly complex?](https://www.reddit.com/r/androiddev/comments/1grm7j8/is_it_weird_that_i_find_android_easier_than/) - [Can I delete backup_rules.xml and data_extraction_rules.xml in the xml folder and in Android Manifest?](https://www.reddit.com/r/androiddev/comments/1grlxzt/can_i_delete_backup_rulesxml_and_data_extraction/) -- [Android Studio Meerkat | 2024.3.1 Canary 2 now available](https://www.reddit.com/r/androiddev/comments/1grkc73/android_studio_meerkat_202431_canary_2_now/) -- [How to send intent for email with pdf attachment](https://www.reddit.com/r/androiddev/comments/1grii2s/how_to_send_intent_for_email_with_pdf_attachment/) -- [I've recently launched app built with KMP and here's the list of parts that required 100% native code](https://www.reddit.com/r/androiddev/comments/1grh8z7/ive_recently_launched_app_built_with_kmp_and/) -- [Do Deep Link placeholder values still work?](https://www.reddit.com/r/androiddev/comments/1grgls0/do_deep_link_placeholder_values_still_work/) ### *InfoWorld posts* From 6af0bc9eade9d0be2b27702b48569b77b47b558e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 18 Nov 2024 01:30:29 +0000 Subject: [PATCH 1080/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22bf31d2ac..099f9b19c9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [ADB keeps disconnecting during large file push transfers?](https://www.reddit.com/r/androiddev/comments/1gtso6a/adb_keeps_disconnecting_during_large_file_push/) +- [Not much coming up in android 15?](https://www.reddit.com/r/androiddev/comments/1gtru7s/not_much_coming_up_in_android_15/) +- [Dispatchers - IO and Default Under the Hood.](https://www.reddit.com/r/androiddev/comments/1gt7eee/dispatchers_io_and_default_under_the_hood/) - [I made my first library](https://www.reddit.com/r/androiddev/comments/1gsqe7p/i_made_my_first_library/) - [Don’t use Kotlin's removeFirst() and removeLast() when using compileSdk 35](https://www.reddit.com/r/androiddev/comments/1gspjrs/dont_use_kotlins_removefirst_and_removelast_when/) - [Trigger action from phones hardware button.](https://www.reddit.com/r/androiddev/comments/1gsopzg/trigger_action_from_phones_hardware_button/) - [I made a puzzle game solvable only with Android developer tools](https://www.reddit.com/r/androiddev/comments/1gsnhu7/i_made_a_puzzle_game_solvable_only_with_android/) -- [Help Needed: Android Schema Validation Issues in Android TV App Project](https://www.reddit.com/r/androiddev/comments/1gskwko/help_needed_android_schema_validation_issues_in/) - [A Developer’s Roadmap to Mastering Kotlin Multiplatform](https://www.reddit.com/r/androiddev/comments/1gryj1j/a_developers_roadmap_to_mastering_kotlin/) - [Android overlay preventing keyboards from coming up.](https://www.reddit.com/r/androiddev/comments/1grv2pi/android_overlay_preventing_keyboards_from_coming/) - [ImageVector vs painterResources — Under the hood.](https://www.reddit.com/r/androiddev/comments/1groiy8/imagevector_vs_painterresources_under_the_hood/) -- [Is it weird that I find Android easier than backend which seems to be getting endlessly complex?](https://www.reddit.com/r/androiddev/comments/1grm7j8/is_it_weird_that_i_find_android_easier_than/) -- [Can I delete backup_rules.xml and data_extraction_rules.xml in the xml folder and in Android Manifest?](https://www.reddit.com/r/androiddev/comments/1grlxzt/can_i_delete_backup_rulesxml_and_data_extraction/) ### *InfoWorld posts* From 343ee7fa34670157d42bf12bb32ef5731e95a562 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 19 Nov 2024 01:30:18 +0000 Subject: [PATCH 1081/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 099f9b19c9..2f415edb01 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [ADB keeps disconnecting during large file push transfers?](https://www.reddit.com/r/androiddev/comments/1gtso6a/adb_keeps_disconnecting_during_large_file_push/) +- [Examining cold start application performance... should I be clearing the app data every iteration?](https://www.reddit.com/r/androiddev/comments/1guek0q/examining_cold_start_application_performance/) +- [emulator not working on linux (solution)](https://www.reddit.com/r/androiddev/comments/1gu0wpz/emulator_not_working_on_linux_solution/) +- [Is there a possibility to have UI tests written with Espresso that use the real injected services?](https://www.reddit.com/r/androiddev/comments/1gu0vgr/is_there_a_possibility_to_have_ui_tests_written/) - [Not much coming up in android 15?](https://www.reddit.com/r/androiddev/comments/1gtru7s/not_much_coming_up_in_android_15/) - [Dispatchers - IO and Default Under the Hood.](https://www.reddit.com/r/androiddev/comments/1gt7eee/dispatchers_io_and_default_under_the_hood/) - [I made my first library](https://www.reddit.com/r/androiddev/comments/1gsqe7p/i_made_my_first_library/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Trigger action from phones hardware button.](https://www.reddit.com/r/androiddev/comments/1gsopzg/trigger_action_from_phones_hardware_button/) - [I made a puzzle game solvable only with Android developer tools](https://www.reddit.com/r/androiddev/comments/1gsnhu7/i_made_a_puzzle_game_solvable_only_with_android/) - [A Developer’s Roadmap to Mastering Kotlin Multiplatform](https://www.reddit.com/r/androiddev/comments/1gryj1j/a_developers_roadmap_to_mastering_kotlin/) -- [Android overlay preventing keyboards from coming up.](https://www.reddit.com/r/androiddev/comments/1grv2pi/android_overlay_preventing_keyboards_from_coming/) -- [ImageVector vs painterResources — Under the hood.](https://www.reddit.com/r/androiddev/comments/1groiy8/imagevector_vs_painterresources_under_the_hood/) ### *InfoWorld posts* From 030b894b3ed139325bc8e692cc4130d1d7acff69 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 20 Nov 2024 01:33:35 +0000 Subject: [PATCH 1082/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2f415edb01..04d09fd0b9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [I made a App Update Migration Library - Icarion](https://www.reddit.com/r/androiddev/comments/1gv8yc6/i_made_a_app_update_migration_library_icarion/) +- [The First Developer Preview of Android 16](https://www.reddit.com/r/androiddev/comments/1gv6ck6/the_first_developer_preview_of_android_16/) +- [Benchmark Insights: Direct State Propagation vs. Lambda-based State in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1guyo8j/benchmark_insights_direct_state_propagation_vs/) +- [Google asking devs for survey - so tell them](https://www.reddit.com/r/androiddev/comments/1guuv5w/google_asking_devs_for_survey_so_tell_them/) +- [Android Studio Ladybug Feature Drop | 2024.2.2 Beta 1 now available](https://www.reddit.com/r/androiddev/comments/1gujl2q/android_studio_ladybug_feature_drop_202422_beta_1/) - [Examining cold start application performance... should I be clearing the app data every iteration?](https://www.reddit.com/r/androiddev/comments/1guek0q/examining_cold_start_application_performance/) - [emulator not working on linux (solution)](https://www.reddit.com/r/androiddev/comments/1gu0wpz/emulator_not_working_on_linux_solution/) - [Is there a possibility to have UI tests written with Espresso that use the real injected services?](https://www.reddit.com/r/androiddev/comments/1gu0vgr/is_there_a_possibility_to_have_ui_tests_written/) - [Not much coming up in android 15?](https://www.reddit.com/r/androiddev/comments/1gtru7s/not_much_coming_up_in_android_15/) - [Dispatchers - IO and Default Under the Hood.](https://www.reddit.com/r/androiddev/comments/1gt7eee/dispatchers_io_and_default_under_the_hood/) -- [I made my first library](https://www.reddit.com/r/androiddev/comments/1gsqe7p/i_made_my_first_library/) -- [Don’t use Kotlin's removeFirst() and removeLast() when using compileSdk 35](https://www.reddit.com/r/androiddev/comments/1gspjrs/dont_use_kotlins_removefirst_and_removelast_when/) -- [Trigger action from phones hardware button.](https://www.reddit.com/r/androiddev/comments/1gsopzg/trigger_action_from_phones_hardware_button/) -- [I made a puzzle game solvable only with Android developer tools](https://www.reddit.com/r/androiddev/comments/1gsnhu7/i_made_a_puzzle_game_solvable_only_with_android/) -- [A Developer’s Roadmap to Mastering Kotlin Multiplatform](https://www.reddit.com/r/androiddev/comments/1gryj1j/a_developers_roadmap_to_mastering_kotlin/) ### *InfoWorld posts* From 89f577dc89cbfde9fa72cdad72b81ddbbefe4c0b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 21 Nov 2024 01:30:12 +0000 Subject: [PATCH 1083/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 04d09fd0b9..6987ea5740 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Developers Blog: Introducing Restore Credentials: Effortless account restoration for Android apps](https://www.reddit.com/r/androiddev/comments/1gw0xk5/android_developers_blog_introducing_restore/) +- [Anonymous Functions != Lambdas](https://www.reddit.com/r/androiddev/comments/1gvstld/anonymous_functions_lambdas/) +- [Building E2EE for Our Open-Source Location Tracking App—Looking for Advice!](https://www.reddit.com/r/androiddev/comments/1gvq8ng/building_e2ee_for_our_opensource_location/) +- [How to implement VPN split tunneling in Android's VpnService to exclude certain IPs from the VPN tunnel?](https://www.reddit.com/r/androiddev/comments/1gvpo25/how_to_implement_vpn_split_tunneling_in_androids/) +- [DVD Screensaver with Compose Multiplatform (Pixel Fold, iPhone, Desktop)](https://www.reddit.com/r/androiddev/comments/1gvkdiq/dvd_screensaver_with_compose_multiplatform_pixel/) +- [I made a site with searchable Compose Multiplatform libraries](https://www.reddit.com/r/androiddev/comments/1gvjmah/i_made_a_site_with_searchable_compose/) +- [Creating Pixel-Perfect UI with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1gvje0n/creating_pixelperfect_ui_with_jetpack_compose/) - [I made a App Update Migration Library - Icarion](https://www.reddit.com/r/androiddev/comments/1gv8yc6/i_made_a_app_update_migration_library_icarion/) - [The First Developer Preview of Android 16](https://www.reddit.com/r/androiddev/comments/1gv6ck6/the_first_developer_preview_of_android_16/) - [Benchmark Insights: Direct State Propagation vs. Lambda-based State in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1guyo8j/benchmark_insights_direct_state_propagation_vs/) -- [Google asking devs for survey - so tell them](https://www.reddit.com/r/androiddev/comments/1guuv5w/google_asking_devs_for_survey_so_tell_them/) -- [Android Studio Ladybug Feature Drop | 2024.2.2 Beta 1 now available](https://www.reddit.com/r/androiddev/comments/1gujl2q/android_studio_ladybug_feature_drop_202422_beta_1/) -- [Examining cold start application performance... should I be clearing the app data every iteration?](https://www.reddit.com/r/androiddev/comments/1guek0q/examining_cold_start_application_performance/) -- [emulator not working on linux (solution)](https://www.reddit.com/r/androiddev/comments/1gu0wpz/emulator_not_working_on_linux_solution/) -- [Is there a possibility to have UI tests written with Espresso that use the real injected services?](https://www.reddit.com/r/androiddev/comments/1gu0vgr/is_there_a_possibility_to_have_ui_tests_written/) -- [Not much coming up in android 15?](https://www.reddit.com/r/androiddev/comments/1gtru7s/not_much_coming_up_in_android_15/) -- [Dispatchers - IO and Default Under the Hood.](https://www.reddit.com/r/androiddev/comments/1gt7eee/dispatchers_io_and_default_under_the_hood/) ### *InfoWorld posts* From 9aa96d6b832b24bcc98afe3108ffe792a2f83ac1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 22 Nov 2024 01:30:10 +0000 Subject: [PATCH 1084/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6987ea5740..b403f697c9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Studio Meerkat | 2024.3.1 Canary 3 now available](https://www.reddit.com/r/androiddev/comments/1gwvj00/android_studio_meerkat_202431_canary_3_now/) +- [Making an AAC app that runs a local LLM](https://www.reddit.com/r/androiddev/comments/1gwtlik/making_an_aac_app_that_runs_a_local_llm/) +- [Offered to distribute my game to prisons for](https://www.reddit.com/r/androiddev/comments/1gwsq2e/offered_to_distribute_my_game_to_prisons_for/) +- [Cancellation in Kotlin Coroutines - Internal working](https://www.reddit.com/r/androiddev/comments/1gwlzsh/cancellation_in_kotlin_coroutines_internal_working/) +- [Building a Clean, Multi-Module Application with Compose Multiplatform | Introduction to the Series](https://www.reddit.com/r/androiddev/comments/1gwjkgk/building_a_clean_multimodule_application_with/) +- [Android wifi suggestion.](https://www.reddit.com/r/androiddev/comments/1gwd4do/android_wifi_suggestion/) - [Android Developers Blog: Introducing Restore Credentials: Effortless account restoration for Android apps](https://www.reddit.com/r/androiddev/comments/1gw0xk5/android_developers_blog_introducing_restore/) - [Anonymous Functions != Lambdas](https://www.reddit.com/r/androiddev/comments/1gvstld/anonymous_functions_lambdas/) - [Building E2EE for Our Open-Source Location Tracking App—Looking for Advice!](https://www.reddit.com/r/androiddev/comments/1gvq8ng/building_e2ee_for_our_opensource_location/) - [How to implement VPN split tunneling in Android's VpnService to exclude certain IPs from the VPN tunnel?](https://www.reddit.com/r/androiddev/comments/1gvpo25/how_to_implement_vpn_split_tunneling_in_androids/) -- [DVD Screensaver with Compose Multiplatform (Pixel Fold, iPhone, Desktop)](https://www.reddit.com/r/androiddev/comments/1gvkdiq/dvd_screensaver_with_compose_multiplatform_pixel/) -- [I made a site with searchable Compose Multiplatform libraries](https://www.reddit.com/r/androiddev/comments/1gvjmah/i_made_a_site_with_searchable_compose/) -- [Creating Pixel-Perfect UI with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1gvje0n/creating_pixelperfect_ui_with_jetpack_compose/) -- [I made a App Update Migration Library - Icarion](https://www.reddit.com/r/androiddev/comments/1gv8yc6/i_made_a_app_update_migration_library_icarion/) -- [The First Developer Preview of Android 16](https://www.reddit.com/r/androiddev/comments/1gv6ck6/the_first_developer_preview_of_android_16/) -- [Benchmark Insights: Direct State Propagation vs. Lambda-based State in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1guyo8j/benchmark_insights_direct_state_propagation_vs/) ### *InfoWorld posts* From e9622fe6b5ba294bcf4d5b9866856c744770ac5e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 23 Nov 2024 01:30:01 +0000 Subject: [PATCH 1085/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b403f697c9..02c2665a02 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [[UI in Android Studio] How can I hide all text here? I like Classic UI but I can't fit everything I want on these ribbons because of the text](https://www.reddit.com/r/androiddev/comments/1gx84rk/ui_in_android_studio_how_can_i_hide_all_text_here/) +- [CI/CD tool for solo indie developer in 2024](https://www.reddit.com/r/androiddev/comments/1gx5a1c/cicd_tool_for_solo_indie_developer_in_2024/) +- [If my app is paid on the App Store, should it be paid on the Play Store too?](https://www.reddit.com/r/androiddev/comments/1gx2uu3/if_my_app_is_paid_on_the_app_store_should_it_be/) +- [HTTP - client able to stop uploading file while getting server response](https://www.reddit.com/r/androiddev/comments/1gx0uh2/http_client_able_to_stop_uploading_file_while/) - [Android Studio Meerkat | 2024.3.1 Canary 3 now available](https://www.reddit.com/r/androiddev/comments/1gwvj00/android_studio_meerkat_202431_canary_3_now/) -- [Making an AAC app that runs a local LLM](https://www.reddit.com/r/androiddev/comments/1gwtlik/making_an_aac_app_that_runs_a_local_llm/) - [Offered to distribute my game to prisons for](https://www.reddit.com/r/androiddev/comments/1gwsq2e/offered_to_distribute_my_game_to_prisons_for/) - [Cancellation in Kotlin Coroutines - Internal working](https://www.reddit.com/r/androiddev/comments/1gwlzsh/cancellation_in_kotlin_coroutines_internal_working/) - [Building a Clean, Multi-Module Application with Compose Multiplatform | Introduction to the Series](https://www.reddit.com/r/androiddev/comments/1gwjkgk/building_a_clean_multimodule_application_with/) - [Android wifi suggestion.](https://www.reddit.com/r/androiddev/comments/1gwd4do/android_wifi_suggestion/) - [Android Developers Blog: Introducing Restore Credentials: Effortless account restoration for Android apps](https://www.reddit.com/r/androiddev/comments/1gw0xk5/android_developers_blog_introducing_restore/) -- [Anonymous Functions != Lambdas](https://www.reddit.com/r/androiddev/comments/1gvstld/anonymous_functions_lambdas/) -- [Building E2EE for Our Open-Source Location Tracking App—Looking for Advice!](https://www.reddit.com/r/androiddev/comments/1gvq8ng/building_e2ee_for_our_opensource_location/) -- [How to implement VPN split tunneling in Android's VpnService to exclude certain IPs from the VPN tunnel?](https://www.reddit.com/r/androiddev/comments/1gvpo25/how_to_implement_vpn_split_tunneling_in_androids/) ### *InfoWorld posts* From 8f40bffefa40508d0461334b53f015c6b513c0c3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 24 Nov 2024 01:30:16 +0000 Subject: [PATCH 1086/1422] Updated with the latest blog posts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02c2665a02..b2561e4991 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,8 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- ["Declaration" required by Google Play on using Exact Alarms 🙄](https://www.reddit.com/r/androiddev/comments/1gy1djf/declaration_required_by_google_play_on_using/) +- [$300 Bounty For Killing A Payment Bug In App](https://www.reddit.com/r/androiddev/comments/1gy0u8k/300_bounty_for_killing_a_payment_bug_in_app/) - [[UI in Android Studio] How can I hide all text here? I like Classic UI but I can't fit everything I want on these ribbons because of the text](https://www.reddit.com/r/androiddev/comments/1gx84rk/ui_in_android_studio_how_can_i_hide_all_text_here/) - [CI/CD tool for solo indie developer in 2024](https://www.reddit.com/r/androiddev/comments/1gx5a1c/cicd_tool_for_solo_indie_developer_in_2024/) - [If my app is paid on the App Store, should it be paid on the Play Store too?](https://www.reddit.com/r/androiddev/comments/1gx2uu3/if_my_app_is_paid_on_the_app_store_should_it_be/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Offered to distribute my game to prisons for](https://www.reddit.com/r/androiddev/comments/1gwsq2e/offered_to_distribute_my_game_to_prisons_for/) - [Cancellation in Kotlin Coroutines - Internal working](https://www.reddit.com/r/androiddev/comments/1gwlzsh/cancellation_in_kotlin_coroutines_internal_working/) - [Building a Clean, Multi-Module Application with Compose Multiplatform | Introduction to the Series](https://www.reddit.com/r/androiddev/comments/1gwjkgk/building_a_clean_multimodule_application_with/) -- [Android wifi suggestion.](https://www.reddit.com/r/androiddev/comments/1gwd4do/android_wifi_suggestion/) -- [Android Developers Blog: Introducing Restore Credentials: Effortless account restoration for Android apps](https://www.reddit.com/r/androiddev/comments/1gw0xk5/android_developers_blog_introducing_restore/) ### *InfoWorld posts* From 963875ce4d6652f76e7e604d3ee684e212f24e5c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 25 Nov 2024 01:30:27 +0000 Subject: [PATCH 1087/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b2561e4991..b18ee0f1f0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Scrcpy 3.0 released with virtual display feature, OpenGL filters](https://www.reddit.com/r/androiddev/comments/1gz5xzc/scrcpy_30_released_with_virtual_display_feature/) +- [Need help with maintaining Jetpack Compose LazyVerticalGrid scroll state](https://www.reddit.com/r/androiddev/comments/1gyurx5/need_help_with_maintaining_jetpack_compose/) +- [AndroidStudio Profiler Java/Kotlin Allocation "yellow overlay" meaning?](https://www.reddit.com/r/androiddev/comments/1gysw91/androidstudio_profiler_javakotlin_allocation/) +- [Android Faithful - Interview with Jesse Wilson from Cash.App / Block - Droidcon NYC](https://www.reddit.com/r/androiddev/comments/1gyoo2p/android_faithful_interview_with_jesse_wilson_from/) +- [How to create such scrollable tab row in jetpack compose](https://www.reddit.com/r/androiddev/comments/1gylis2/how_to_create_such_scrollable_tab_row_in_jetpack/) - ["Declaration" required by Google Play on using Exact Alarms 🙄](https://www.reddit.com/r/androiddev/comments/1gy1djf/declaration_required_by_google_play_on_using/) - [$300 Bounty For Killing A Payment Bug In App](https://www.reddit.com/r/androiddev/comments/1gy0u8k/300_bounty_for_killing_a_payment_bug_in_app/) - [[UI in Android Studio] How can I hide all text here? I like Classic UI but I can't fit everything I want on these ribbons because of the text](https://www.reddit.com/r/androiddev/comments/1gx84rk/ui_in_android_studio_how_can_i_hide_all_text_here/) - [CI/CD tool for solo indie developer in 2024](https://www.reddit.com/r/androiddev/comments/1gx5a1c/cicd_tool_for_solo_indie_developer_in_2024/) - [If my app is paid on the App Store, should it be paid on the Play Store too?](https://www.reddit.com/r/androiddev/comments/1gx2uu3/if_my_app_is_paid_on_the_app_store_should_it_be/) -- [HTTP - client able to stop uploading file while getting server response](https://www.reddit.com/r/androiddev/comments/1gx0uh2/http_client_able_to_stop_uploading_file_while/) -- [Android Studio Meerkat | 2024.3.1 Canary 3 now available](https://www.reddit.com/r/androiddev/comments/1gwvj00/android_studio_meerkat_202431_canary_3_now/) -- [Offered to distribute my game to prisons for](https://www.reddit.com/r/androiddev/comments/1gwsq2e/offered_to_distribute_my_game_to_prisons_for/) -- [Cancellation in Kotlin Coroutines - Internal working](https://www.reddit.com/r/androiddev/comments/1gwlzsh/cancellation_in_kotlin_coroutines_internal_working/) -- [Building a Clean, Multi-Module Application with Compose Multiplatform | Introduction to the Series](https://www.reddit.com/r/androiddev/comments/1gwjkgk/building_a_clean_multimodule_application_with/) ### *InfoWorld posts* From 0153030aee6d5773cb34da3379948d13bc8ae778 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 26 Nov 2024 01:30:15 +0000 Subject: [PATCH 1088/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b18ee0f1f0..a565cc8464 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How does TalkBack determine whether the new view added to the tree is a new screen or not?](https://www.reddit.com/r/androiddev/comments/1gzpn4l/how_does_talkback_determine_whether_the_new_view/) +- [Android Studio - icon cache](https://www.reddit.com/r/androiddev/comments/1gzn91d/android_studio_icon_cache/) +- [Is GPU computing on Android even possible?](https://www.reddit.com/r/androiddev/comments/1gzf9gq/is_gpu_computing_on_android_even_possible/) +- [Open source tool to understand data collection in Android apps](https://www.reddit.com/r/androiddev/comments/1gzej82/open_source_tool_to_understand_data_collection_in/) - [Scrcpy 3.0 released with virtual display feature, OpenGL filters](https://www.reddit.com/r/androiddev/comments/1gz5xzc/scrcpy_30_released_with_virtual_display_feature/) - [Need help with maintaining Jetpack Compose LazyVerticalGrid scroll state](https://www.reddit.com/r/androiddev/comments/1gyurx5/need_help_with_maintaining_jetpack_compose/) - [AndroidStudio Profiler Java/Kotlin Allocation "yellow overlay" meaning?](https://www.reddit.com/r/androiddev/comments/1gysw91/androidstudio_profiler_javakotlin_allocation/) - [Android Faithful - Interview with Jesse Wilson from Cash.App / Block - Droidcon NYC](https://www.reddit.com/r/androiddev/comments/1gyoo2p/android_faithful_interview_with_jesse_wilson_from/) - [How to create such scrollable tab row in jetpack compose](https://www.reddit.com/r/androiddev/comments/1gylis2/how_to_create_such_scrollable_tab_row_in_jetpack/) - ["Declaration" required by Google Play on using Exact Alarms 🙄](https://www.reddit.com/r/androiddev/comments/1gy1djf/declaration_required_by_google_play_on_using/) -- [$300 Bounty For Killing A Payment Bug In App](https://www.reddit.com/r/androiddev/comments/1gy0u8k/300_bounty_for_killing_a_payment_bug_in_app/) -- [[UI in Android Studio] How can I hide all text here? I like Classic UI but I can't fit everything I want on these ribbons because of the text](https://www.reddit.com/r/androiddev/comments/1gx84rk/ui_in_android_studio_how_can_i_hide_all_text_here/) -- [CI/CD tool for solo indie developer in 2024](https://www.reddit.com/r/androiddev/comments/1gx5a1c/cicd_tool_for_solo_indie_developer_in_2024/) -- [If my app is paid on the App Store, should it be paid on the Play Store too?](https://www.reddit.com/r/androiddev/comments/1gx2uu3/if_my_app_is_paid_on_the_app_store_should_it_be/) ### *InfoWorld posts* From f0e9c67bbe9efe1570a9553edf5a6452d371ceae Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 27 Nov 2024 01:30:22 +0000 Subject: [PATCH 1089/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a565cc8464..7f87810842 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Rules about performance tools - Android Developers Backstage](https://www.reddit.com/r/androiddev/comments/1h0rgzl/rules_about_performance_tools_android_developers/) +- [Why is there so much obsession on app size reduction?](https://www.reddit.com/r/androiddev/comments/1h0evb0/why_is_there_so_much_obsession_on_app_size/) +- [constraints-explorer: lightweight tool to help understand and debug how Compose's layout constraints affect your composables](https://www.reddit.com/r/androiddev/comments/1h08w6s/constraintsexplorer_lightweight_tool_to_help/) - [How does TalkBack determine whether the new view added to the tree is a new screen or not?](https://www.reddit.com/r/androiddev/comments/1gzpn4l/how_does_talkback_determine_whether_the_new_view/) - [Android Studio - icon cache](https://www.reddit.com/r/androiddev/comments/1gzn91d/android_studio_icon_cache/) - [Is GPU computing on Android even possible?](https://www.reddit.com/r/androiddev/comments/1gzf9gq/is_gpu_computing_on_android_even_possible/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Scrcpy 3.0 released with virtual display feature, OpenGL filters](https://www.reddit.com/r/androiddev/comments/1gz5xzc/scrcpy_30_released_with_virtual_display_feature/) - [Need help with maintaining Jetpack Compose LazyVerticalGrid scroll state](https://www.reddit.com/r/androiddev/comments/1gyurx5/need_help_with_maintaining_jetpack_compose/) - [AndroidStudio Profiler Java/Kotlin Allocation "yellow overlay" meaning?](https://www.reddit.com/r/androiddev/comments/1gysw91/androidstudio_profiler_javakotlin_allocation/) -- [Android Faithful - Interview with Jesse Wilson from Cash.App / Block - Droidcon NYC](https://www.reddit.com/r/androiddev/comments/1gyoo2p/android_faithful_interview_with_jesse_wilson_from/) -- [How to create such scrollable tab row in jetpack compose](https://www.reddit.com/r/androiddev/comments/1gylis2/how_to_create_such_scrollable_tab_row_in_jetpack/) -- ["Declaration" required by Google Play on using Exact Alarms 🙄](https://www.reddit.com/r/androiddev/comments/1gy1djf/declaration_required_by_google_play_on_using/) ### *InfoWorld posts* From 7bbd298719a081189bdd08b63977b5912bcd3ae5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 28 Nov 2024 01:30:20 +0000 Subject: [PATCH 1090/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7f87810842..c0db2993e0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How Are Permissions Handled After Accepting](https://www.reddit.com/r/androiddev/comments/1h1dqdy/how_are_permissions_handled_after_accepting/) +- [The pursuit of fast feedback loops in Android development](https://www.reddit.com/r/androiddev/comments/1h1df9q/the_pursuit_of_fast_feedback_loops_in_android/) +- [Is it ok to pass MutableState<T> as Parameter to a Composable? (Original posted to SO, reposting here to get more eyes on it. Thanks!)](https://www.reddit.com/r/androiddev/comments/1h1cjvh/is_it_ok_to_pass_mutablestatet_as_parameter_to_a/) +- [Kotlin 2.1.0 Released](https://www.reddit.com/r/androiddev/comments/1h18o7w/kotlin_210_released/) +- [Everyone needs a starter template & Amper talk](https://www.reddit.com/r/androiddev/comments/1h16kvl/everyone_needs_a_starter_template_amper_talk/) +- [App incorrectly labeled as malware -> lost 30,000+ users -> embassy intervened](https://www.reddit.com/r/androiddev/comments/1h14wqs/app_incorrectly_labeled_as_malware_lost_30000/) - [Rules about performance tools - Android Developers Backstage](https://www.reddit.com/r/androiddev/comments/1h0rgzl/rules_about_performance_tools_android_developers/) - [Why is there so much obsession on app size reduction?](https://www.reddit.com/r/androiddev/comments/1h0evb0/why_is_there_so_much_obsession_on_app_size/) - [constraints-explorer: lightweight tool to help understand and debug how Compose's layout constraints affect your composables](https://www.reddit.com/r/androiddev/comments/1h08w6s/constraintsexplorer_lightweight_tool_to_help/) - [How does TalkBack determine whether the new view added to the tree is a new screen or not?](https://www.reddit.com/r/androiddev/comments/1gzpn4l/how_does_talkback_determine_whether_the_new_view/) -- [Android Studio - icon cache](https://www.reddit.com/r/androiddev/comments/1gzn91d/android_studio_icon_cache/) -- [Is GPU computing on Android even possible?](https://www.reddit.com/r/androiddev/comments/1gzf9gq/is_gpu_computing_on_android_even_possible/) -- [Open source tool to understand data collection in Android apps](https://www.reddit.com/r/androiddev/comments/1gzej82/open_source_tool_to_understand_data_collection_in/) -- [Scrcpy 3.0 released with virtual display feature, OpenGL filters](https://www.reddit.com/r/androiddev/comments/1gz5xzc/scrcpy_30_released_with_virtual_display_feature/) -- [Need help with maintaining Jetpack Compose LazyVerticalGrid scroll state](https://www.reddit.com/r/androiddev/comments/1gyurx5/need_help_with_maintaining_jetpack_compose/) -- [AndroidStudio Profiler Java/Kotlin Allocation "yellow overlay" meaning?](https://www.reddit.com/r/androiddev/comments/1gysw91/androidstudio_profiler_javakotlin_allocation/) ### *InfoWorld posts* From d7d4f742feecdffb6f588c6353dc89ee41a6b3a8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 29 Nov 2024 01:30:16 +0000 Subject: [PATCH 1091/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c0db2993e0..1920b2cd7f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [I made an open-source wiki App built with Compose Multiplatform! (Figma & GitHub)](https://www.reddit.com/r/androiddev/comments/1h2aejc/i_made_an_opensource_wiki_app_built_with_compose/) +- [Kotlin multiple declarations in one file](https://www.reddit.com/r/androiddev/comments/1h21m3v/kotlin_multiple_declarations_in_one_file/) +- [Top 5 Problems Google Leaves to Third-Party Vendors for Android Developers](https://www.reddit.com/r/androiddev/comments/1h1rr9c/top_5_problems_google_leaves_to_thirdparty/) +- [Open-Source Android Library — WYSIWYG Rich Editor for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1h1ogoj/opensource_android_library_wysiwyg_rich_editor/) - [How Are Permissions Handled After Accepting](https://www.reddit.com/r/androiddev/comments/1h1dqdy/how_are_permissions_handled_after_accepting/) - [The pursuit of fast feedback loops in Android development](https://www.reddit.com/r/androiddev/comments/1h1df9q/the_pursuit_of_fast_feedback_loops_in_android/) - [Is it ok to pass MutableState<T> as Parameter to a Composable? (Original posted to SO, reposting here to get more eyes on it. Thanks!)](https://www.reddit.com/r/androiddev/comments/1h1cjvh/is_it_ok_to_pass_mutablestatet_as_parameter_to_a/) - [Kotlin 2.1.0 Released](https://www.reddit.com/r/androiddev/comments/1h18o7w/kotlin_210_released/) - [Everyone needs a starter template & Amper talk](https://www.reddit.com/r/androiddev/comments/1h16kvl/everyone_needs_a_starter_template_amper_talk/) - [App incorrectly labeled as malware -> lost 30,000+ users -> embassy intervened](https://www.reddit.com/r/androiddev/comments/1h14wqs/app_incorrectly_labeled_as_malware_lost_30000/) -- [Rules about performance tools - Android Developers Backstage](https://www.reddit.com/r/androiddev/comments/1h0rgzl/rules_about_performance_tools_android_developers/) -- [Why is there so much obsession on app size reduction?](https://www.reddit.com/r/androiddev/comments/1h0evb0/why_is_there_so_much_obsession_on_app_size/) -- [constraints-explorer: lightweight tool to help understand and debug how Compose's layout constraints affect your composables](https://www.reddit.com/r/androiddev/comments/1h08w6s/constraintsexplorer_lightweight_tool_to_help/) -- [How does TalkBack determine whether the new view added to the tree is a new screen or not?](https://www.reddit.com/r/androiddev/comments/1gzpn4l/how_does_talkback_determine_whether_the_new_view/) ### *InfoWorld posts* From a00957af59bae449a5e1f9b1d07533d0c61b9ac2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 30 Nov 2024 01:30:12 +0000 Subject: [PATCH 1092/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1920b2cd7f..e581d6b924 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Optimizing Bytecode: Surprising Performance Gains](https://www.reddit.com/r/androiddev/comments/1h2syys/optimizing_bytecode_surprising_performance_gains/) +- [Understanding the file permissions in Android (and Linux)](https://www.reddit.com/r/androiddev/comments/1h2ngjy/understanding_the_file_permissions_in_android_and/) +- [[Update] Over 200+ Jetpack Compose/Compose Multiplatform libraries submitted to ComposeLibraries.com](https://www.reddit.com/r/androiddev/comments/1h2n0lu/update_over_200_jetpack_composecompose/) +- [I created a small Android Studio plugin that creates previews from your composable](https://www.reddit.com/r/androiddev/comments/1h2mg23/i_created_a_small_android_studio_plugin_that/) +- [Handling secrets](https://www.reddit.com/r/androiddev/comments/1h2gzw9/handling_secrets/) - [I made an open-source wiki App built with Compose Multiplatform! (Figma & GitHub)](https://www.reddit.com/r/androiddev/comments/1h2aejc/i_made_an_opensource_wiki_app_built_with_compose/) - [Kotlin multiple declarations in one file](https://www.reddit.com/r/androiddev/comments/1h21m3v/kotlin_multiple_declarations_in_one_file/) - [Top 5 Problems Google Leaves to Third-Party Vendors for Android Developers](https://www.reddit.com/r/androiddev/comments/1h1rr9c/top_5_problems_google_leaves_to_thirdparty/) - [Open-Source Android Library — WYSIWYG Rich Editor for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1h1ogoj/opensource_android_library_wysiwyg_rich_editor/) - [How Are Permissions Handled After Accepting](https://www.reddit.com/r/androiddev/comments/1h1dqdy/how_are_permissions_handled_after_accepting/) -- [The pursuit of fast feedback loops in Android development](https://www.reddit.com/r/androiddev/comments/1h1df9q/the_pursuit_of_fast_feedback_loops_in_android/) -- [Is it ok to pass MutableState<T> as Parameter to a Composable? (Original posted to SO, reposting here to get more eyes on it. Thanks!)](https://www.reddit.com/r/androiddev/comments/1h1cjvh/is_it_ok_to_pass_mutablestatet_as_parameter_to_a/) -- [Kotlin 2.1.0 Released](https://www.reddit.com/r/androiddev/comments/1h18o7w/kotlin_210_released/) -- [Everyone needs a starter template & Amper talk](https://www.reddit.com/r/androiddev/comments/1h16kvl/everyone_needs_a_starter_template_amper_talk/) -- [App incorrectly labeled as malware -> lost 30,000+ users -> embassy intervened](https://www.reddit.com/r/androiddev/comments/1h14wqs/app_incorrectly_labeled_as_malware_lost_30000/) ### *InfoWorld posts* From 4a404f6c9c6ce9a6a3aa85b56846daced260d9f5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 1 Dec 2024 01:31:05 +0000 Subject: [PATCH 1093/1422] Updated with the latest blog posts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e581d6b924..4271543071 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,8 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Surface.setframerate() doesn't work on Xiaomi phones?](https://www.reddit.com/r/androiddev/comments/1h3perv/surfacesetframerate_doesnt_work_on_xiaomi_phones/) +- [Android Mobile App Testing: Best Practices & Scenarios](https://www.reddit.com/r/androiddev/comments/1h3brgq/android_mobile_app_testing_best_practices/) - [Optimizing Bytecode: Surprising Performance Gains](https://www.reddit.com/r/androiddev/comments/1h2syys/optimizing_bytecode_surprising_performance_gains/) - [Understanding the file permissions in Android (and Linux)](https://www.reddit.com/r/androiddev/comments/1h2ngjy/understanding_the_file_permissions_in_android_and/) - [[Update] Over 200+ Jetpack Compose/Compose Multiplatform libraries submitted to ComposeLibraries.com](https://www.reddit.com/r/androiddev/comments/1h2n0lu/update_over_200_jetpack_composecompose/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [I made an open-source wiki App built with Compose Multiplatform! (Figma & GitHub)](https://www.reddit.com/r/androiddev/comments/1h2aejc/i_made_an_opensource_wiki_app_built_with_compose/) - [Kotlin multiple declarations in one file](https://www.reddit.com/r/androiddev/comments/1h21m3v/kotlin_multiple_declarations_in_one_file/) - [Top 5 Problems Google Leaves to Third-Party Vendors for Android Developers](https://www.reddit.com/r/androiddev/comments/1h1rr9c/top_5_problems_google_leaves_to_thirdparty/) -- [Open-Source Android Library — WYSIWYG Rich Editor for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1h1ogoj/opensource_android_library_wysiwyg_rich_editor/) -- [How Are Permissions Handled After Accepting](https://www.reddit.com/r/androiddev/comments/1h1dqdy/how_are_permissions_handled_after_accepting/) ### *InfoWorld posts* From 23a669d2766551e1fa97e325860ed799b8387621 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 2 Dec 2024 01:30:41 +0000 Subject: [PATCH 1094/1422] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4271543071..e3c769dcaf 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How to Handle Touch Events Going Out of Sync with Render Loop in GameActivity?](https://www.reddit.com/r/androiddev/comments/1h3xflc/how_to_handle_touch_events_going_out_of_sync_with/) - [Surface.setframerate() doesn't work on Xiaomi phones?](https://www.reddit.com/r/androiddev/comments/1h3perv/surfacesetframerate_doesnt_work_on_xiaomi_phones/) - [Android Mobile App Testing: Best Practices & Scenarios](https://www.reddit.com/r/androiddev/comments/1h3brgq/android_mobile_app_testing_best_practices/) - [Optimizing Bytecode: Surprising Performance Gains](https://www.reddit.com/r/androiddev/comments/1h2syys/optimizing_bytecode_surprising_performance_gains/) @@ -280,7 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Handling secrets](https://www.reddit.com/r/androiddev/comments/1h2gzw9/handling_secrets/) - [I made an open-source wiki App built with Compose Multiplatform! (Figma & GitHub)](https://www.reddit.com/r/androiddev/comments/1h2aejc/i_made_an_opensource_wiki_app_built_with_compose/) - [Kotlin multiple declarations in one file](https://www.reddit.com/r/androiddev/comments/1h21m3v/kotlin_multiple_declarations_in_one_file/) -- [Top 5 Problems Google Leaves to Third-Party Vendors for Android Developers](https://www.reddit.com/r/androiddev/comments/1h1rr9c/top_5_problems_google_leaves_to_thirdparty/) ### *InfoWorld posts* From 8667321eb9d2e45ed29dd4254195e3ece64b2a5d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 3 Dec 2024 01:30:22 +0000 Subject: [PATCH 1095/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e3c769dcaf..aff0af484b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Splitting up a ViewModel via Delegation for modularity and single responsibility principle](https://www.reddit.com/r/androiddev/comments/1h5828y/splitting_up_a_viewmodel_via_delegation_for/) +- [Having trouble with your specific project? Subreddit updates and more: This is the December 2024 newbie and advice thread!](https://www.reddit.com/r/androiddev/comments/1h57mcr/having_trouble_with_your_specific_project/) +- [Compose UI Testing with ExoPlayer3](https://www.reddit.com/r/androiddev/comments/1h565ud/compose_ui_testing_with_exoplayer3/) +- [Android Studio Ladybug | 2024.2.1 Patch 3 now available](https://www.reddit.com/r/androiddev/comments/1h515c2/android_studio_ladybug_202421_patch_3_now/) +- [Can you review my refused android app challenge?](https://www.reddit.com/r/androiddev/comments/1h4vp3k/can_you_review_my_refused_android_app_challenge/) - [How to Handle Touch Events Going Out of Sync with Render Loop in GameActivity?](https://www.reddit.com/r/androiddev/comments/1h3xflc/how_to_handle_touch_events_going_out_of_sync_with/) - [Surface.setframerate() doesn't work on Xiaomi phones?](https://www.reddit.com/r/androiddev/comments/1h3perv/surfacesetframerate_doesnt_work_on_xiaomi_phones/) - [Android Mobile App Testing: Best Practices & Scenarios](https://www.reddit.com/r/androiddev/comments/1h3brgq/android_mobile_app_testing_best_practices/) - [Optimizing Bytecode: Surprising Performance Gains](https://www.reddit.com/r/androiddev/comments/1h2syys/optimizing_bytecode_surprising_performance_gains/) - [Understanding the file permissions in Android (and Linux)](https://www.reddit.com/r/androiddev/comments/1h2ngjy/understanding_the_file_permissions_in_android_and/) -- [[Update] Over 200+ Jetpack Compose/Compose Multiplatform libraries submitted to ComposeLibraries.com](https://www.reddit.com/r/androiddev/comments/1h2n0lu/update_over_200_jetpack_composecompose/) -- [I created a small Android Studio plugin that creates previews from your composable](https://www.reddit.com/r/androiddev/comments/1h2mg23/i_created_a_small_android_studio_plugin_that/) -- [Handling secrets](https://www.reddit.com/r/androiddev/comments/1h2gzw9/handling_secrets/) -- [I made an open-source wiki App built with Compose Multiplatform! (Figma & GitHub)](https://www.reddit.com/r/androiddev/comments/1h2aejc/i_made_an_opensource_wiki_app_built_with_compose/) -- [Kotlin multiple declarations in one file](https://www.reddit.com/r/androiddev/comments/1h21m3v/kotlin_multiple_declarations_in_one_file/) ### *InfoWorld posts* From 794d25d411f088819c2216557be882570d93e79e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 4 Dec 2024 01:30:28 +0000 Subject: [PATCH 1096/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index aff0af484b..d9db6054ca 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Splitting up a ViewModel via Delegation for modularity and single responsibility principle](https://www.reddit.com/r/androiddev/comments/1h5828y/splitting_up_a_viewmodel_via_delegation_for/) -- [Having trouble with your specific project? Subreddit updates and more: This is the December 2024 newbie and advice thread!](https://www.reddit.com/r/androiddev/comments/1h57mcr/having_trouble_with_your_specific_project/) -- [Compose UI Testing with ExoPlayer3](https://www.reddit.com/r/androiddev/comments/1h565ud/compose_ui_testing_with_exoplayer3/) -- [Android Studio Ladybug | 2024.2.1 Patch 3 now available](https://www.reddit.com/r/androiddev/comments/1h515c2/android_studio_ladybug_202421_patch_3_now/) -- [Can you review my refused android app challenge?](https://www.reddit.com/r/androiddev/comments/1h4vp3k/can_you_review_my_refused_android_app_challenge/) -- [How to Handle Touch Events Going Out of Sync with Render Loop in GameActivity?](https://www.reddit.com/r/androiddev/comments/1h3xflc/how_to_handle_touch_events_going_out_of_sync_with/) -- [Surface.setframerate() doesn't work on Xiaomi phones?](https://www.reddit.com/r/androiddev/comments/1h3perv/surfacesetframerate_doesnt_work_on_xiaomi_phones/) -- [Android Mobile App Testing: Best Practices & Scenarios](https://www.reddit.com/r/androiddev/comments/1h3brgq/android_mobile_app_testing_best_practices/) -- [Optimizing Bytecode: Surprising Performance Gains](https://www.reddit.com/r/androiddev/comments/1h2syys/optimizing_bytecode_surprising_performance_gains/) -- [Understanding the file permissions in Android (and Linux)](https://www.reddit.com/r/androiddev/comments/1h2ngjy/understanding_the_file_permissions_in_android_and/) +- [Emteria lets you run Android 15 on a Raspberry Pi 5 for debugging](https://www.reddit.com/r/androiddev/comments/1h60sgm/emteria_lets_you_run_android_15_on_a_raspberry_pi/) +- [Haze 1.1 has been released](https://www.reddit.com/r/androiddev/comments/1h5xecr/haze_11_has_been_released/) +- [Brilliant.org is hiring Android Engineers to help build the future of interactive learning](https://www.reddit.com/r/androiddev/comments/1h5udc2/brilliantorg_is_hiring_android_engineers_to_help/) +- [Android Developers Blog: Making the Play Integrity API faster, more resilient, and more private](https://www.reddit.com/r/androiddev/comments/1h5twwh/android_developers_blog_making_the_play_integrity/) +- [Highlight text in Compose](https://www.reddit.com/r/androiddev/comments/1h5r8me/highlight_text_in_compose/) +- [Simple WebRTC SDK](https://www.reddit.com/r/androiddev/comments/1h5r352/simple_webrtc_sdk/) +- [How We Found the Perfect Android Automotive Developer Kit Solution - Snapp Automotive](https://www.reddit.com/r/androiddev/comments/1h5r0r5/how_we_found_the_perfect_android_automotive/) +- [Kotlin introduced awful discoverability. How do you guys keep up?](https://www.reddit.com/r/androiddev/comments/1h5lrh9/kotlin_introduced_awful_discoverability_how_do/) +- [Introducing SmolChat: Running any GGUF SLMs/LLMs locally, on-device in Android (like an offline, miniature, open-source ChatGPT)](https://www.reddit.com/r/androiddev/comments/1h5lnsl/introducing_smolchat_running_any_gguf_slmsllms/) +- [Android Studio Meerkat | 2024.3.1 Canary 4 now available](https://www.reddit.com/r/androiddev/comments/1h5hndd/android_studio_meerkat_202431_canary_4_now/) ### *InfoWorld posts* From 86c2eeaeca475d4039c8ef1836c8fda56ec1fdab Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 5 Dec 2024 01:30:34 +0000 Subject: [PATCH 1097/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d9db6054ca..4fa525ac60 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Kotlin's Immutable and Persistent Lists (TypeAlias Show Clip)](https://www.reddit.com/r/androiddev/comments/1h6nkre/kotlins_immutable_and_persistent_lists_typealias/) +- [6 Tips for Starting a Modern Android Codebase From Scratch](https://www.reddit.com/r/androiddev/comments/1h6j1te/6_tips_for_starting_a_modern_android_codebase/) +- [I finally won—I convinced my team that java.util.Date can be very dangerous.](https://www.reddit.com/r/androiddev/comments/1h6j0yd/i_finally_woni_convinced_my_team_that/) +- [How to expose app actions in global search?](https://www.reddit.com/r/androiddev/comments/1h6haug/how_to_expose_app_actions_in_global_search/) +- [Firebase Phone Authentication Issue with Local Builds](https://www.reddit.com/r/androiddev/comments/1h6a5j2/firebase_phone_authentication_issue_with_local/) +- [Mastering Property Delegation in Kotlin: Scalable Techniques and Best Practices](https://www.reddit.com/r/androiddev/comments/1h65too/mastering_property_delegation_in_kotlin_scalable/) - [Emteria lets you run Android 15 on a Raspberry Pi 5 for debugging](https://www.reddit.com/r/androiddev/comments/1h60sgm/emteria_lets_you_run_android_15_on_a_raspberry_pi/) - [Haze 1.1 has been released](https://www.reddit.com/r/androiddev/comments/1h5xecr/haze_11_has_been_released/) - [Brilliant.org is hiring Android Engineers to help build the future of interactive learning](https://www.reddit.com/r/androiddev/comments/1h5udc2/brilliantorg_is_hiring_android_engineers_to_help/) - [Android Developers Blog: Making the Play Integrity API faster, more resilient, and more private](https://www.reddit.com/r/androiddev/comments/1h5twwh/android_developers_blog_making_the_play_integrity/) -- [Highlight text in Compose](https://www.reddit.com/r/androiddev/comments/1h5r8me/highlight_text_in_compose/) -- [Simple WebRTC SDK](https://www.reddit.com/r/androiddev/comments/1h5r352/simple_webrtc_sdk/) -- [How We Found the Perfect Android Automotive Developer Kit Solution - Snapp Automotive](https://www.reddit.com/r/androiddev/comments/1h5r0r5/how_we_found_the_perfect_android_automotive/) -- [Kotlin introduced awful discoverability. How do you guys keep up?](https://www.reddit.com/r/androiddev/comments/1h5lrh9/kotlin_introduced_awful_discoverability_how_do/) -- [Introducing SmolChat: Running any GGUF SLMs/LLMs locally, on-device in Android (like an offline, miniature, open-source ChatGPT)](https://www.reddit.com/r/androiddev/comments/1h5lnsl/introducing_smolchat_running_any_gguf_slmsllms/) -- [Android Studio Meerkat | 2024.3.1 Canary 4 now available](https://www.reddit.com/r/androiddev/comments/1h5hndd/android_studio_meerkat_202431_canary_4_now/) ### *InfoWorld posts* From c24754a1ce6c8a1346e853f02d762a73c5b215b1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 6 Dec 2024 01:30:24 +0000 Subject: [PATCH 1098/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4fa525ac60..ceb93c929d 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Studio Ladybug Feature Drop | 2024.2.2 RC 1 now available](https://www.reddit.com/r/androiddev/comments/1h7i80k/android_studio_ladybug_feature_drop_202422_rc_1/) +- [Android Studio gets super laggy and unresponsive after starting to edit an XML - Can anyone help?](https://www.reddit.com/r/androiddev/comments/1h7bkd6/android_studio_gets_super_laggy_and_unresponsive/) +- [Crash display lib](https://www.reddit.com/r/androiddev/comments/1h76hrv/crash_display_lib/) - [Kotlin's Immutable and Persistent Lists (TypeAlias Show Clip)](https://www.reddit.com/r/androiddev/comments/1h6nkre/kotlins_immutable_and_persistent_lists_typealias/) - [6 Tips for Starting a Modern Android Codebase From Scratch](https://www.reddit.com/r/androiddev/comments/1h6j1te/6_tips_for_starting_a_modern_android_codebase/) - [I finally won—I convinced my team that java.util.Date can be very dangerous.](https://www.reddit.com/r/androiddev/comments/1h6j0yd/i_finally_woni_convinced_my_team_that/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Firebase Phone Authentication Issue with Local Builds](https://www.reddit.com/r/androiddev/comments/1h6a5j2/firebase_phone_authentication_issue_with_local/) - [Mastering Property Delegation in Kotlin: Scalable Techniques and Best Practices](https://www.reddit.com/r/androiddev/comments/1h65too/mastering_property_delegation_in_kotlin_scalable/) - [Emteria lets you run Android 15 on a Raspberry Pi 5 for debugging](https://www.reddit.com/r/androiddev/comments/1h60sgm/emteria_lets_you_run_android_15_on_a_raspberry_pi/) -- [Haze 1.1 has been released](https://www.reddit.com/r/androiddev/comments/1h5xecr/haze_11_has_been_released/) -- [Brilliant.org is hiring Android Engineers to help build the future of interactive learning](https://www.reddit.com/r/androiddev/comments/1h5udc2/brilliantorg_is_hiring_android_engineers_to_help/) -- [Android Developers Blog: Making the Play Integrity API faster, more resilient, and more private](https://www.reddit.com/r/androiddev/comments/1h5twwh/android_developers_blog_making_the_play_integrity/) ### *InfoWorld posts* From 11db804c64ad3cc7aca187d9fa9a436ddc784582 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 7 Dec 2024 01:30:16 +0000 Subject: [PATCH 1099/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ceb93c929d..cfac9b556c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Moddable app need help asap](https://www.reddit.com/r/androiddev/comments/1h8bib9/moddable_app_need_help_asap/) +- [GoogleSignInClient.silentSignIn equivalent flow in Credential Manager API and Authorization API?](https://www.reddit.com/r/androiddev/comments/1h889ov/googlesigninclientsilentsignin_equivalent_flow_in/) +- [Android Developers Blog: User-Agent Reduction on Android WebView](https://www.reddit.com/r/androiddev/comments/1h87lef/android_developers_blog_useragent_reduction_on/) +- [Implementing Live Camera OCR with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1h8708i/implementing_live_camera_ocr_with_jetpack_compose/) +- [Switching to Android development shocked me](https://www.reddit.com/r/androiddev/comments/1h7z463/switching_to_android_development_shocked_me/) +- [Android Native Activity made from ASM without Java Template](https://www.reddit.com/r/androiddev/comments/1h7yyl0/android_native_activity_made_from_asm_without/) +- [Typed Error Handling Android](https://www.reddit.com/r/androiddev/comments/1h7u1ko/typed_error_handling_android/) +- [Saving Game with Google Play Game Services gives error saying Cannot use snapshots without enabling the 'Saved Game' feature in the Play console](https://www.reddit.com/r/androiddev/comments/1h7ruey/saving_game_with_google_play_game_services_gives/) - [Android Studio Ladybug Feature Drop | 2024.2.2 RC 1 now available](https://www.reddit.com/r/androiddev/comments/1h7i80k/android_studio_ladybug_feature_drop_202422_rc_1/) - [Android Studio gets super laggy and unresponsive after starting to edit an XML - Can anyone help?](https://www.reddit.com/r/androiddev/comments/1h7bkd6/android_studio_gets_super_laggy_and_unresponsive/) -- [Crash display lib](https://www.reddit.com/r/androiddev/comments/1h76hrv/crash_display_lib/) -- [Kotlin's Immutable and Persistent Lists (TypeAlias Show Clip)](https://www.reddit.com/r/androiddev/comments/1h6nkre/kotlins_immutable_and_persistent_lists_typealias/) -- [6 Tips for Starting a Modern Android Codebase From Scratch](https://www.reddit.com/r/androiddev/comments/1h6j1te/6_tips_for_starting_a_modern_android_codebase/) -- [I finally won—I convinced my team that java.util.Date can be very dangerous.](https://www.reddit.com/r/androiddev/comments/1h6j0yd/i_finally_woni_convinced_my_team_that/) -- [How to expose app actions in global search?](https://www.reddit.com/r/androiddev/comments/1h6haug/how_to_expose_app_actions_in_global_search/) -- [Firebase Phone Authentication Issue with Local Builds](https://www.reddit.com/r/androiddev/comments/1h6a5j2/firebase_phone_authentication_issue_with_local/) -- [Mastering Property Delegation in Kotlin: Scalable Techniques and Best Practices](https://www.reddit.com/r/androiddev/comments/1h65too/mastering_property_delegation_in_kotlin_scalable/) -- [Emteria lets you run Android 15 on a Raspberry Pi 5 for debugging](https://www.reddit.com/r/androiddev/comments/1h60sgm/emteria_lets_you_run_android_15_on_a_raspberry_pi/) ### *InfoWorld posts* From 79ba4e73e5f98ffa35fb0e5bb07bff048041084e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 8 Dec 2024 01:30:37 +0000 Subject: [PATCH 1100/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cfac9b556c..ec1a279856 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Moddable app need help asap](https://www.reddit.com/r/androiddev/comments/1h8bib9/moddable_app_need_help_asap/) +- [Boundary Check vs Try Catch - Performance Comparison](https://www.reddit.com/r/androiddev/comments/1h8uuix/boundary_check_vs_try_catch_performance_comparison/) +- [Black screen with Exoplayer inside AndroidExternalSurface](https://www.reddit.com/r/androiddev/comments/1h8pxx8/black_screen_with_exoplayer_inside/) +- [Is there a way to connect Exoplayer with WebRTC MediaTrack stream?](https://www.reddit.com/r/androiddev/comments/1h8ntj8/is_there_a_way_to_connect_exoplayer_with_webrtc/) - [GoogleSignInClient.silentSignIn equivalent flow in Credential Manager API and Authorization API?](https://www.reddit.com/r/androiddev/comments/1h889ov/googlesigninclientsilentsignin_equivalent_flow_in/) - [Android Developers Blog: User-Agent Reduction on Android WebView](https://www.reddit.com/r/androiddev/comments/1h87lef/android_developers_blog_useragent_reduction_on/) - [Implementing Live Camera OCR with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1h8708i/implementing_live_camera_ocr_with_jetpack_compose/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Android Native Activity made from ASM without Java Template](https://www.reddit.com/r/androiddev/comments/1h7yyl0/android_native_activity_made_from_asm_without/) - [Typed Error Handling Android](https://www.reddit.com/r/androiddev/comments/1h7u1ko/typed_error_handling_android/) - [Saving Game with Google Play Game Services gives error saying Cannot use snapshots without enabling the 'Saved Game' feature in the Play console](https://www.reddit.com/r/androiddev/comments/1h7ruey/saving_game_with_google_play_game_services_gives/) -- [Android Studio Ladybug Feature Drop | 2024.2.2 RC 1 now available](https://www.reddit.com/r/androiddev/comments/1h7i80k/android_studio_ladybug_feature_drop_202422_rc_1/) -- [Android Studio gets super laggy and unresponsive after starting to edit an XML - Can anyone help?](https://www.reddit.com/r/androiddev/comments/1h7bkd6/android_studio_gets_super_laggy_and_unresponsive/) ### *InfoWorld posts* From 312a94dc9c882c8508df9c8f36e4c59aeb6d6329 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 9 Dec 2024 01:30:44 +0000 Subject: [PATCH 1101/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ec1a279856..47bdcea6e3 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Cab hybrid app do location and notifications?](https://www.reddit.com/r/androiddev/comments/1h9uzwd/cab_hybrid_app_do_location_and_notifications/) +- [What volume of data justifies using Room and SQL queries nowadays?](https://www.reddit.com/r/androiddev/comments/1h9jaco/what_volume_of_data_justifies_using_room_and_sql/) +- [How to read the AGP api](https://www.reddit.com/r/androiddev/comments/1h9hlzw/how_to_read_the_agp_api/) +- [How to Dynamically Change a Specific Color in a Vector Drawable Using MaterialTheme.primary in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/1h9hfut/how_to_dynamically_change_a_specific_color_in_a/) +- [Your experience with User Generated Content](https://www.reddit.com/r/androiddev/comments/1h98yzs/your_experience_with_user_generated_content/) - [Boundary Check vs Try Catch - Performance Comparison](https://www.reddit.com/r/androiddev/comments/1h8uuix/boundary_check_vs_try_catch_performance_comparison/) - [Black screen with Exoplayer inside AndroidExternalSurface](https://www.reddit.com/r/androiddev/comments/1h8pxx8/black_screen_with_exoplayer_inside/) - [Is there a way to connect Exoplayer with WebRTC MediaTrack stream?](https://www.reddit.com/r/androiddev/comments/1h8ntj8/is_there_a_way_to_connect_exoplayer_with_webrtc/) - [GoogleSignInClient.silentSignIn equivalent flow in Credential Manager API and Authorization API?](https://www.reddit.com/r/androiddev/comments/1h889ov/googlesigninclientsilentsignin_equivalent_flow_in/) - [Android Developers Blog: User-Agent Reduction on Android WebView](https://www.reddit.com/r/androiddev/comments/1h87lef/android_developers_blog_useragent_reduction_on/) -- [Implementing Live Camera OCR with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1h8708i/implementing_live_camera_ocr_with_jetpack_compose/) -- [Switching to Android development shocked me](https://www.reddit.com/r/androiddev/comments/1h7z463/switching_to_android_development_shocked_me/) -- [Android Native Activity made from ASM without Java Template](https://www.reddit.com/r/androiddev/comments/1h7yyl0/android_native_activity_made_from_asm_without/) -- [Typed Error Handling Android](https://www.reddit.com/r/androiddev/comments/1h7u1ko/typed_error_handling_android/) -- [Saving Game with Google Play Game Services gives error saying Cannot use snapshots without enabling the 'Saved Game' feature in the Play console](https://www.reddit.com/r/androiddev/comments/1h7ruey/saving_game_with_google_play_game_services_gives/) ### *InfoWorld posts* From fce293532159a8cd2bc96380f9150e53d50ba3a2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 10 Dec 2024 01:30:36 +0000 Subject: [PATCH 1102/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47bdcea6e3..9f20de5ab0 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Cab hybrid app do location and notifications?](https://www.reddit.com/r/androiddev/comments/1h9uzwd/cab_hybrid_app_do_location_and_notifications/) +- [Republish native libs to the old location](https://www.reddit.com/r/androiddev/comments/1hakooa/republish_native_libs_to_the_old_location/) +- [Android Studio Zoom in and out keyboard shortcut?](https://www.reddit.com/r/androiddev/comments/1hac37w/android_studio_zoom_in_and_out_keyboard_shortcut/) +- [Trying to capture my Android devices Bluetooth requests.](https://www.reddit.com/r/androiddev/comments/1ha6odd/trying_to_capture_my_android_devices_bluetooth/) - [What volume of data justifies using Room and SQL queries nowadays?](https://www.reddit.com/r/androiddev/comments/1h9jaco/what_volume_of_data_justifies_using_room_and_sql/) - [How to read the AGP api](https://www.reddit.com/r/androiddev/comments/1h9hlzw/how_to_read_the_agp_api/) - [How to Dynamically Change a Specific Color in a Vector Drawable Using MaterialTheme.primary in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/1h9hfut/how_to_dynamically_change_a_specific_color_in_a/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Boundary Check vs Try Catch - Performance Comparison](https://www.reddit.com/r/androiddev/comments/1h8uuix/boundary_check_vs_try_catch_performance_comparison/) - [Black screen with Exoplayer inside AndroidExternalSurface](https://www.reddit.com/r/androiddev/comments/1h8pxx8/black_screen_with_exoplayer_inside/) - [Is there a way to connect Exoplayer with WebRTC MediaTrack stream?](https://www.reddit.com/r/androiddev/comments/1h8ntj8/is_there_a_way_to_connect_exoplayer_with_webrtc/) -- [GoogleSignInClient.silentSignIn equivalent flow in Credential Manager API and Authorization API?](https://www.reddit.com/r/androiddev/comments/1h889ov/googlesigninclientsilentsignin_equivalent_flow_in/) -- [Android Developers Blog: User-Agent Reduction on Android WebView](https://www.reddit.com/r/androiddev/comments/1h87lef/android_developers_blog_useragent_reduction_on/) ### *InfoWorld posts* From 6472300c43e4f623fbc8e0856e1030bce6a384bf Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 11 Dec 2024 01:30:31 +0000 Subject: [PATCH 1103/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9f20de5ab0..c454bf353c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [logcat - a new look at logging with Piwai from Square (Fragmented podcast ep #253)](https://www.reddit.com/r/androiddev/comments/1hbcn5h/logcat_a_new_look_at_logging_with_piwai_from/) +- [Testers closed test not recognized](https://www.reddit.com/r/androiddev/comments/1hb77gv/testers_closed_test_not_recognized/) +- [Are Content Providers, Services, and Broadcast receivers really that important?](https://www.reddit.com/r/androiddev/comments/1hb5afr/are_content_providers_services_and_broadcast/) +- [Best Way to Modify a List Item in MVI Architecture](https://www.reddit.com/r/androiddev/comments/1hb4h52/best_way_to_modify_a_list_item_in_mvi_architecture/) +- [Is hilt really more beneficial than manual dependency injection?](https://www.reddit.com/r/androiddev/comments/1hay1bo/is_hilt_really_more_beneficial_than_manual/) +- [Default number of retries in One time worker(Exponential)](https://www.reddit.com/r/androiddev/comments/1haxyvt/default_number_of_retries_in_one_time/) - [Republish native libs to the old location](https://www.reddit.com/r/androiddev/comments/1hakooa/republish_native_libs_to_the_old_location/) - [Android Studio Zoom in and out keyboard shortcut?](https://www.reddit.com/r/androiddev/comments/1hac37w/android_studio_zoom_in_and_out_keyboard_shortcut/) - [Trying to capture my Android devices Bluetooth requests.](https://www.reddit.com/r/androiddev/comments/1ha6odd/trying_to_capture_my_android_devices_bluetooth/) - [What volume of data justifies using Room and SQL queries nowadays?](https://www.reddit.com/r/androiddev/comments/1h9jaco/what_volume_of_data_justifies_using_room_and_sql/) -- [How to read the AGP api](https://www.reddit.com/r/androiddev/comments/1h9hlzw/how_to_read_the_agp_api/) -- [How to Dynamically Change a Specific Color in a Vector Drawable Using MaterialTheme.primary in Jetpack Compose?](https://www.reddit.com/r/androiddev/comments/1h9hfut/how_to_dynamically_change_a_specific_color_in_a/) -- [Your experience with User Generated Content](https://www.reddit.com/r/androiddev/comments/1h98yzs/your_experience_with_user_generated_content/) -- [Boundary Check vs Try Catch - Performance Comparison](https://www.reddit.com/r/androiddev/comments/1h8uuix/boundary_check_vs_try_catch_performance_comparison/) -- [Black screen with Exoplayer inside AndroidExternalSurface](https://www.reddit.com/r/androiddev/comments/1h8pxx8/black_screen_with_exoplayer_inside/) -- [Is there a way to connect Exoplayer with WebRTC MediaTrack stream?](https://www.reddit.com/r/androiddev/comments/1h8ntj8/is_there_a_way_to_connect_exoplayer_with_webrtc/) ### *InfoWorld posts* From b889b1615f2177e8bd75d36570f72ad71df41916 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 12 Dec 2024 01:30:44 +0000 Subject: [PATCH 1104/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c454bf353c..a90b10caff 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Compose - How to cartify lazy lists? (having shadows)](https://www.reddit.com/r/androiddev/comments/1hc4nm1/compose_how_to_cartify_lazy_lists_having_shadows/) +- [In your opinion, what are the differences between these levels of Android Developer: Junior, Mid, Senior, Staff and Principle](https://www.reddit.com/r/androiddev/comments/1hc1ubs/in_your_opinion_what_are_the_differences_between/) +- [Google Play Policy Update: Apps only need 12 Testers now instead of 20](https://www.reddit.com/r/androiddev/comments/1hbztai/google_play_policy_update_apps_only_need_12/) +- [Adding delay to network requests of an app](https://www.reddit.com/r/androiddev/comments/1hbu38d/adding_delay_to_network_requests_of_an_app/) +- [I worked with security experts to document real Android security breach solutions.](https://www.reddit.com/r/androiddev/comments/1hbtogp/i_worked_with_security_experts_to_document_real/) +- [Fragment not recreated onBackpressed after integrating Jetpack Compose in kotlin android project](https://www.reddit.com/r/androiddev/comments/1hbtm7h/fragment_not_recreated_onbackpressed_after/) +- [Apk size is 3.8Mb, but 1.7Mb when compressed to tar.gz, is it possible to reduce the apk size?](https://www.reddit.com/r/androiddev/comments/1hbr905/apk_size_is_38mb_but_17mb_when_compressed_to/) +- [Number of Apps in the Google Play Store: Clear dip from the more difficult app publishing process (Identity verification, 20 testers, strict app review)](https://www.reddit.com/r/androiddev/comments/1hbr0k1/number_of_apps_in_the_google_play_store_clear_dip/) +- [Why you need remote attestation and why there can't be solution that doesn't rely on play services for device integrity if security is concerned for financial apps and DRM.](https://www.reddit.com/r/androiddev/comments/1hbojn6/why_you_need_remote_attestation_and_why_there/) - [logcat - a new look at logging with Piwai from Square (Fragmented podcast ep #253)](https://www.reddit.com/r/androiddev/comments/1hbcn5h/logcat_a_new_look_at_logging_with_piwai_from/) -- [Testers closed test not recognized](https://www.reddit.com/r/androiddev/comments/1hb77gv/testers_closed_test_not_recognized/) -- [Are Content Providers, Services, and Broadcast receivers really that important?](https://www.reddit.com/r/androiddev/comments/1hb5afr/are_content_providers_services_and_broadcast/) -- [Best Way to Modify a List Item in MVI Architecture](https://www.reddit.com/r/androiddev/comments/1hb4h52/best_way_to_modify_a_list_item_in_mvi_architecture/) -- [Is hilt really more beneficial than manual dependency injection?](https://www.reddit.com/r/androiddev/comments/1hay1bo/is_hilt_really_more_beneficial_than_manual/) -- [Default number of retries in One time worker(Exponential)](https://www.reddit.com/r/androiddev/comments/1haxyvt/default_number_of_retries_in_one_time/) -- [Republish native libs to the old location](https://www.reddit.com/r/androiddev/comments/1hakooa/republish_native_libs_to_the_old_location/) -- [Android Studio Zoom in and out keyboard shortcut?](https://www.reddit.com/r/androiddev/comments/1hac37w/android_studio_zoom_in_and_out_keyboard_shortcut/) -- [Trying to capture my Android devices Bluetooth requests.](https://www.reddit.com/r/androiddev/comments/1ha6odd/trying_to_capture_my_android_devices_bluetooth/) -- [What volume of data justifies using Room and SQL queries nowadays?](https://www.reddit.com/r/androiddev/comments/1h9jaco/what_volume_of_data_justifies_using_room_and_sql/) ### *InfoWorld posts* From 5423ec1b2eacade1a935d644493fc74cebda04e2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 13 Dec 2024 01:30:30 +0000 Subject: [PATCH 1105/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a90b10caff..d1fd7d95aa 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Compose - How to cartify lazy lists? (having shadows)](https://www.reddit.com/r/androiddev/comments/1hc4nm1/compose_how_to_cartify_lazy_lists_having_shadows/) -- [In your opinion, what are the differences between these levels of Android Developer: Junior, Mid, Senior, Staff and Principle](https://www.reddit.com/r/androiddev/comments/1hc1ubs/in_your_opinion_what_are_the_differences_between/) -- [Google Play Policy Update: Apps only need 12 Testers now instead of 20](https://www.reddit.com/r/androiddev/comments/1hbztai/google_play_policy_update_apps_only_need_12/) -- [Adding delay to network requests of an app](https://www.reddit.com/r/androiddev/comments/1hbu38d/adding_delay_to_network_requests_of_an_app/) -- [I worked with security experts to document real Android security breach solutions.](https://www.reddit.com/r/androiddev/comments/1hbtogp/i_worked_with_security_experts_to_document_real/) -- [Fragment not recreated onBackpressed after integrating Jetpack Compose in kotlin android project](https://www.reddit.com/r/androiddev/comments/1hbtm7h/fragment_not_recreated_onbackpressed_after/) -- [Apk size is 3.8Mb, but 1.7Mb when compressed to tar.gz, is it possible to reduce the apk size?](https://www.reddit.com/r/androiddev/comments/1hbr905/apk_size_is_38mb_but_17mb_when_compressed_to/) -- [Number of Apps in the Google Play Store: Clear dip from the more difficult app publishing process (Identity verification, 20 testers, strict app review)](https://www.reddit.com/r/androiddev/comments/1hbr0k1/number_of_apps_in_the_google_play_store_clear_dip/) -- [Why you need remote attestation and why there can't be solution that doesn't rely on play services for device integrity if security is concerned for financial apps and DRM.](https://www.reddit.com/r/androiddev/comments/1hbojn6/why_you_need_remote_attestation_and_why_there/) -- [logcat - a new look at logging with Piwai from Square (Fragmented podcast ep #253)](https://www.reddit.com/r/androiddev/comments/1hbcn5h/logcat_a_new_look_at_logging_with_piwai_from/) +- [Introducing Android XR SDK Developer Preview](https://www.reddit.com/r/androiddev/comments/1hcrv34/introducing_android_xr_sdk_developer_preview/) +- [Android Studio Meerkat | 2024.3.1 Canary 5 now available](https://www.reddit.com/r/androiddev/comments/1hcpkx3/android_studio_meerkat_202431_canary_5_now/) +- [Google Play Policy change: only 12 testers needed instead of 20 for personal accounts](https://www.reddit.com/r/androiddev/comments/1hcn3lo/google_play_policy_change_only_12_testers_needed/) +- [PDF Library for Android Kotlin](https://www.reddit.com/r/androiddev/comments/1hcllus/pdf_library_for_android_kotlin/) +- [Compose UI testing.](https://www.reddit.com/r/androiddev/comments/1hcjdi7/compose_ui_testing/) +- [Strange Android Notification Behavior - Need Help Understanding](https://www.reddit.com/r/androiddev/comments/1hcizwl/strange_android_notification_behavior_need_help/) +- [[Android Studio] ImageAnalysis - Failed to bind camera](https://www.reddit.com/r/androiddev/comments/1hciv7s/android_studio_imageanalysis_failed_to_bind_camera/) +- [Just got notified my game got listed to "Google Play Games for PC". Worth the effort to make it "100% compatabile"?](https://www.reddit.com/r/androiddev/comments/1hchina/just_got_notified_my_game_got_listed_to_google/) +- [Bluetooth Connection Issues with Raspberry Pi 4](https://www.reddit.com/r/androiddev/comments/1hcgfk9/bluetooth_connection_issues_with_raspberry_pi_4/) +- [Fees for transferring money from one user to another?](https://www.reddit.com/r/androiddev/comments/1hcapad/fees_for_transferring_money_from_one_user_to/) ### *InfoWorld posts* From bf3bfaf256fb0f95c9a6f102d5e261a888cf1091 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 14 Dec 2024 01:30:12 +0000 Subject: [PATCH 1106/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d1fd7d95aa..c130995e3c 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Sticky headers in side column (Jetpack Compose)](https://www.reddit.com/r/androiddev/comments/1hdi0zf/sticky_headers_in_side_column_jetpack_compose/) +- [Help me understand some strange issues with multiple instances of an activity being created.](https://www.reddit.com/r/androiddev/comments/1hdhk6k/help_me_understand_some_strange_issues_with/) +- [Compose / ViewModel Data best practices](https://www.reddit.com/r/androiddev/comments/1hddjom/compose_viewmodel_data_best_practices/) +- [How Notion Builds Their iOS and Android Apps](https://www.reddit.com/r/androiddev/comments/1hdcphv/how_notion_builds_their_ios_and_android_apps/) +- [Creating Global Padding and Dimensions in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hda3px/creating_global_padding_and_dimensions_in_jetpack/) +- [Anyone able to find a replacement for GoogleSignIn.getLastSignedInAccount?](https://www.reddit.com/r/androiddev/comments/1hd6lbz/anyone_able_to_find_a_replacement_for/) +- [Reddit improved app startup speed by over 50% using Baseline Profiles and R8](https://www.reddit.com/r/androiddev/comments/1hd6coy/reddit_improved_app_startup_speed_by_over_50/) +- [Material3 theming in Compose](https://www.reddit.com/r/androiddev/comments/1hd5tua/material3_theming_in_compose/) +- [Android dev valuable resources](https://www.reddit.com/r/androiddev/comments/1hd49lo/android_dev_valuable_resources/) - [Introducing Android XR SDK Developer Preview](https://www.reddit.com/r/androiddev/comments/1hcrv34/introducing_android_xr_sdk_developer_preview/) -- [Android Studio Meerkat | 2024.3.1 Canary 5 now available](https://www.reddit.com/r/androiddev/comments/1hcpkx3/android_studio_meerkat_202431_canary_5_now/) -- [Google Play Policy change: only 12 testers needed instead of 20 for personal accounts](https://www.reddit.com/r/androiddev/comments/1hcn3lo/google_play_policy_change_only_12_testers_needed/) -- [PDF Library for Android Kotlin](https://www.reddit.com/r/androiddev/comments/1hcllus/pdf_library_for_android_kotlin/) -- [Compose UI testing.](https://www.reddit.com/r/androiddev/comments/1hcjdi7/compose_ui_testing/) -- [Strange Android Notification Behavior - Need Help Understanding](https://www.reddit.com/r/androiddev/comments/1hcizwl/strange_android_notification_behavior_need_help/) -- [[Android Studio] ImageAnalysis - Failed to bind camera](https://www.reddit.com/r/androiddev/comments/1hciv7s/android_studio_imageanalysis_failed_to_bind_camera/) -- [Just got notified my game got listed to "Google Play Games for PC". Worth the effort to make it "100% compatabile"?](https://www.reddit.com/r/androiddev/comments/1hchina/just_got_notified_my_game_got_listed_to_google/) -- [Bluetooth Connection Issues with Raspberry Pi 4](https://www.reddit.com/r/androiddev/comments/1hcgfk9/bluetooth_connection_issues_with_raspberry_pi_4/) -- [Fees for transferring money from one user to another?](https://www.reddit.com/r/androiddev/comments/1hcapad/fees_for_transferring_money_from_one_user_to/) ### *InfoWorld posts* From c78d6c4b1aad2ba80ca565af8a8172630ee213f6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 15 Dec 2024 01:30:42 +0000 Subject: [PATCH 1107/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c130995e3c..9a56bff2d2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Looking for Android Developers for interview [30min audio-only + $10 gift card]](https://www.reddit.com/r/androiddev/comments/1he95jr/looking_for_android_developers_for_interview/) +- [Why embedded activities do not work](https://www.reddit.com/r/androiddev/comments/1he5ur1/why_embedded_activities_do_not_work/) +- [Do you personally reply to user reviews on Google Play? Worth the effort?](https://www.reddit.com/r/androiddev/comments/1he111t/do_you_personally_reply_to_user_reviews_on_google/) +- [Service to distribute app to friends and keep it updated?](https://www.reddit.com/r/androiddev/comments/1hdzbje/service_to_distribute_app_to_friends_and_keep_it/) +- [Multiple Google Developer Accounts?](https://www.reddit.com/r/androiddev/comments/1hdz7s8/multiple_google_developer_accounts/) +- [How can I programmatically open the Wear OS watch face (homescreen) instead of the app launcher when using an Intent in Wear OS?](https://www.reddit.com/r/androiddev/comments/1hdyywi/how_can_i_programmatically_open_the_wear_os_watch/) +- [Gradle issue: No model of type 'DummyModel' is available in this build.](https://www.reddit.com/r/androiddev/comments/1hdsnmr/gradle_issue_no_model_of_type_dummymodel_is/) +- [Looking for beta participants](https://www.reddit.com/r/androiddev/comments/1hds0lh/looking_for_beta_participants/) - [Sticky headers in side column (Jetpack Compose)](https://www.reddit.com/r/androiddev/comments/1hdi0zf/sticky_headers_in_side_column_jetpack_compose/) - [Help me understand some strange issues with multiple instances of an activity being created.](https://www.reddit.com/r/androiddev/comments/1hdhk6k/help_me_understand_some_strange_issues_with/) -- [Compose / ViewModel Data best practices](https://www.reddit.com/r/androiddev/comments/1hddjom/compose_viewmodel_data_best_practices/) -- [How Notion Builds Their iOS and Android Apps](https://www.reddit.com/r/androiddev/comments/1hdcphv/how_notion_builds_their_ios_and_android_apps/) -- [Creating Global Padding and Dimensions in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hda3px/creating_global_padding_and_dimensions_in_jetpack/) -- [Anyone able to find a replacement for GoogleSignIn.getLastSignedInAccount?](https://www.reddit.com/r/androiddev/comments/1hd6lbz/anyone_able_to_find_a_replacement_for/) -- [Reddit improved app startup speed by over 50% using Baseline Profiles and R8](https://www.reddit.com/r/androiddev/comments/1hd6coy/reddit_improved_app_startup_speed_by_over_50/) -- [Material3 theming in Compose](https://www.reddit.com/r/androiddev/comments/1hd5tua/material3_theming_in_compose/) -- [Android dev valuable resources](https://www.reddit.com/r/androiddev/comments/1hd49lo/android_dev_valuable_resources/) -- [Introducing Android XR SDK Developer Preview](https://www.reddit.com/r/androiddev/comments/1hcrv34/introducing_android_xr_sdk_developer_preview/) ### *InfoWorld posts* From 5fc4e5323e23893eaaaeb4068d5f999245359d84 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 16 Dec 2024 01:30:43 +0000 Subject: [PATCH 1108/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9a56bff2d2..34e67f2ad8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [The OG](https://www.reddit.com/r/androiddev/comments/1hf7d9x/the_og/) +- [Testing on specific devices via ADB tunnel](https://www.reddit.com/r/androiddev/comments/1hf0mc1/testing_on_specific_devices_via_adb_tunnel/) +- [Mobile Tech Talk Slides from Droidcon NY 2024](https://www.reddit.com/r/androiddev/comments/1hezl2z/mobile_tech_talk_slides_from_droidcon_ny_2024/) +- [Help with Kotlin Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hey937/help_with_kotlin_jetpack_compose/) +- [Best practices for Service-Activity communication in MVVM/Clean Architecture?](https://www.reddit.com/r/androiddev/comments/1hes1pe/best_practices_for_serviceactivity_communication/) - [Looking for Android Developers for interview [30min audio-only + $10 gift card]](https://www.reddit.com/r/androiddev/comments/1he95jr/looking_for_android_developers_for_interview/) - [Why embedded activities do not work](https://www.reddit.com/r/androiddev/comments/1he5ur1/why_embedded_activities_do_not_work/) - [Do you personally reply to user reviews on Google Play? Worth the effort?](https://www.reddit.com/r/androiddev/comments/1he111t/do_you_personally_reply_to_user_reviews_on_google/) - [Service to distribute app to friends and keep it updated?](https://www.reddit.com/r/androiddev/comments/1hdzbje/service_to_distribute_app_to_friends_and_keep_it/) - [Multiple Google Developer Accounts?](https://www.reddit.com/r/androiddev/comments/1hdz7s8/multiple_google_developer_accounts/) -- [How can I programmatically open the Wear OS watch face (homescreen) instead of the app launcher when using an Intent in Wear OS?](https://www.reddit.com/r/androiddev/comments/1hdyywi/how_can_i_programmatically_open_the_wear_os_watch/) -- [Gradle issue: No model of type 'DummyModel' is available in this build.](https://www.reddit.com/r/androiddev/comments/1hdsnmr/gradle_issue_no_model_of_type_dummymodel_is/) -- [Looking for beta participants](https://www.reddit.com/r/androiddev/comments/1hds0lh/looking_for_beta_participants/) -- [Sticky headers in side column (Jetpack Compose)](https://www.reddit.com/r/androiddev/comments/1hdi0zf/sticky_headers_in_side_column_jetpack_compose/) -- [Help me understand some strange issues with multiple instances of an activity being created.](https://www.reddit.com/r/androiddev/comments/1hdhk6k/help_me_understand_some_strange_issues_with/) ### *InfoWorld posts* From 414225e07272cf592baf221689b158684ed6862a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 17 Dec 2024 01:30:25 +0000 Subject: [PATCH 1109/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 34e67f2ad8..3d609bd3d4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Push notification channel: audio file from custom directory](https://www.reddit.com/r/androiddev/comments/1hfwv2w/push_notification_channel_audio_file_from_custom/) +- [I created a Google Console account with my mother bill](https://www.reddit.com/r/androiddev/comments/1hftur0/i_created_a_google_console_account_with_my_mother/) +- [Android Studio Meerkat | 2024.3.1 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/1hfrypf/android_studio_meerkat_202431_canary_6_now/) +- [Android Studio Ladybug Feature Drop | 2024.2.2 RC 2 now available](https://www.reddit.com/r/androiddev/comments/1hfp37j/android_studio_ladybug_feature_drop_202422_rc_2/) +- [This will be a huge relief for developers! Was this released recently?](https://www.reddit.com/r/androiddev/comments/1hfn0zw/this_will_be_a_huge_relief_for_developers_was/) +- [ADBR-Server: A Modern ADB Server Reimplementation in Rust](https://www.reddit.com/r/androiddev/comments/1hfgyjk/adbrserver_a_modern_adb_server_reimplementation/) - [The OG](https://www.reddit.com/r/androiddev/comments/1hf7d9x/the_og/) - [Testing on specific devices via ADB tunnel](https://www.reddit.com/r/androiddev/comments/1hf0mc1/testing_on_specific_devices_via_adb_tunnel/) - [Mobile Tech Talk Slides from Droidcon NY 2024](https://www.reddit.com/r/androiddev/comments/1hezl2z/mobile_tech_talk_slides_from_droidcon_ny_2024/) - [Help with Kotlin Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hey937/help_with_kotlin_jetpack_compose/) -- [Best practices for Service-Activity communication in MVVM/Clean Architecture?](https://www.reddit.com/r/androiddev/comments/1hes1pe/best_practices_for_serviceactivity_communication/) -- [Looking for Android Developers for interview [30min audio-only + $10 gift card]](https://www.reddit.com/r/androiddev/comments/1he95jr/looking_for_android_developers_for_interview/) -- [Why embedded activities do not work](https://www.reddit.com/r/androiddev/comments/1he5ur1/why_embedded_activities_do_not_work/) -- [Do you personally reply to user reviews on Google Play? Worth the effort?](https://www.reddit.com/r/androiddev/comments/1he111t/do_you_personally_reply_to_user_reviews_on_google/) -- [Service to distribute app to friends and keep it updated?](https://www.reddit.com/r/androiddev/comments/1hdzbje/service_to_distribute_app_to_friends_and_keep_it/) -- [Multiple Google Developer Accounts?](https://www.reddit.com/r/androiddev/comments/1hdz7s8/multiple_google_developer_accounts/) ### *InfoWorld posts* From cf1790176013c63546653f1959622e33c7473ebc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 18 Dec 2024 01:30:21 +0000 Subject: [PATCH 1110/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d609bd3d4..0d9564e739 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Firebase Authentication Template with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hgich9/firebase_authentication_template_with_jetpack/) +- [How to Enforce Type Constraints for Slot Parameters in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hg89lw/how_to_enforce_type_constraints_for_slot/) +- [Testing in Play Store](https://www.reddit.com/r/androiddev/comments/1hg79m9/testing_in_play_store/) - [Push notification channel: audio file from custom directory](https://www.reddit.com/r/androiddev/comments/1hfwv2w/push_notification_channel_audio_file_from_custom/) -- [I created a Google Console account with my mother bill](https://www.reddit.com/r/androiddev/comments/1hftur0/i_created_a_google_console_account_with_my_mother/) - [Android Studio Meerkat | 2024.3.1 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/1hfrypf/android_studio_meerkat_202431_canary_6_now/) - [Android Studio Ladybug Feature Drop | 2024.2.2 RC 2 now available](https://www.reddit.com/r/androiddev/comments/1hfp37j/android_studio_ladybug_feature_drop_202422_rc_2/) - [This will be a huge relief for developers! Was this released recently?](https://www.reddit.com/r/androiddev/comments/1hfn0zw/this_will_be_a_huge_relief_for_developers_was/) - [ADBR-Server: A Modern ADB Server Reimplementation in Rust](https://www.reddit.com/r/androiddev/comments/1hfgyjk/adbrserver_a_modern_adb_server_reimplementation/) - [The OG](https://www.reddit.com/r/androiddev/comments/1hf7d9x/the_og/) - [Testing on specific devices via ADB tunnel](https://www.reddit.com/r/androiddev/comments/1hf0mc1/testing_on_specific_devices_via_adb_tunnel/) -- [Mobile Tech Talk Slides from Droidcon NY 2024](https://www.reddit.com/r/androiddev/comments/1hezl2z/mobile_tech_talk_slides_from_droidcon_ny_2024/) -- [Help with Kotlin Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hey937/help_with_kotlin_jetpack_compose/) ### *InfoWorld posts* From 58dc55553df7435eb3f81ffd553ed3a5d599bd97 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 19 Dec 2024 01:30:20 +0000 Subject: [PATCH 1111/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0d9564e739..f7b72eef19 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Minesweeper UI with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hhgl0x/minesweeper_ui_with_jetpack_compose/) +- [Popular Gradle mistakes (and how to avoid them)](https://www.reddit.com/r/androiddev/comments/1hhfytg/popular_gradle_mistakes_and_how_to_avoid_them/) +- [App licensing: LVL - License Verification Library or Google Play's billing API?](https://www.reddit.com/r/androiddev/comments/1hh842j/app_licensing_lvl_license_verification_library_or/) +- [TypeAlias Show - Direct Swift Export, Pattern Guards, and more](https://www.reddit.com/r/androiddev/comments/1hh51f4/typealias_show_direct_swift_export_pattern_guards/) +- [Sign the app for release to Google Play](https://www.reddit.com/r/androiddev/comments/1hh0nyh/sign_the_app_for_release_to_google_play/) +- [Push notifications after target API 34 enforced by google](https://www.reddit.com/r/androiddev/comments/1hh03zc/push_notifications_after_target_api_34_enforced/) +- [Stable annotation in Compose good question asked no answer on SO](https://www.reddit.com/r/androiddev/comments/1hh0056/stable_annotation_in_compose_good_question_asked/) +- [What's new in CameraX 1.4.0 and a sneak peek of Jetpack Compose support](https://www.reddit.com/r/androiddev/comments/1hgygj6/whats_new_in_camerax_140_and_a_sneak_peek_of/) - [Firebase Authentication Template with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hgich9/firebase_authentication_template_with_jetpack/) - [How to Enforce Type Constraints for Slot Parameters in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hg89lw/how_to_enforce_type_constraints_for_slot/) -- [Testing in Play Store](https://www.reddit.com/r/androiddev/comments/1hg79m9/testing_in_play_store/) -- [Push notification channel: audio file from custom directory](https://www.reddit.com/r/androiddev/comments/1hfwv2w/push_notification_channel_audio_file_from_custom/) -- [Android Studio Meerkat | 2024.3.1 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/1hfrypf/android_studio_meerkat_202431_canary_6_now/) -- [Android Studio Ladybug Feature Drop | 2024.2.2 RC 2 now available](https://www.reddit.com/r/androiddev/comments/1hfp37j/android_studio_ladybug_feature_drop_202422_rc_2/) -- [This will be a huge relief for developers! Was this released recently?](https://www.reddit.com/r/androiddev/comments/1hfn0zw/this_will_be_a_huge_relief_for_developers_was/) -- [ADBR-Server: A Modern ADB Server Reimplementation in Rust](https://www.reddit.com/r/androiddev/comments/1hfgyjk/adbrserver_a_modern_adb_server_reimplementation/) -- [The OG](https://www.reddit.com/r/androiddev/comments/1hf7d9x/the_og/) -- [Testing on specific devices via ADB tunnel](https://www.reddit.com/r/androiddev/comments/1hf0mc1/testing_on_specific_devices_via_adb_tunnel/) ### *InfoWorld posts* From dbca4a1fa7a1600c6479cea2b53abbf72e1607a4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 20 Dec 2024 01:29:58 +0000 Subject: [PATCH 1112/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f7b72eef19..23c60f5f6d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How to compress a 4k video in android kotlin using mediacodec without using any third-party dependencies like FFMPEG](https://www.reddit.com/r/androiddev/comments/1hhujpj/how_to_compress_a_4k_video_in_android_kotlin/) +- [JitPack.io down?](https://www.reddit.com/r/androiddev/comments/1hhp4y7/jitpackio_down/) +- [Compose performs bad on Android](https://www.reddit.com/r/androiddev/comments/1hho6fy/compose_performs_bad_on_android/) +- [klibs.io – a new way to find Kotlin Multiplatform libraries](https://www.reddit.com/r/androiddev/comments/1hhm4qv/klibsio_a_new_way_to_find_kotlin_multiplatform/) - [Minesweeper UI with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hhgl0x/minesweeper_ui_with_jetpack_compose/) - [Popular Gradle mistakes (and how to avoid them)](https://www.reddit.com/r/androiddev/comments/1hhfytg/popular_gradle_mistakes_and_how_to_avoid_them/) - [App licensing: LVL - License Verification Library or Google Play's billing API?](https://www.reddit.com/r/androiddev/comments/1hh842j/app_licensing_lvl_license_verification_library_or/) - [TypeAlias Show - Direct Swift Export, Pattern Guards, and more](https://www.reddit.com/r/androiddev/comments/1hh51f4/typealias_show_direct_swift_export_pattern_guards/) -- [Sign the app for release to Google Play](https://www.reddit.com/r/androiddev/comments/1hh0nyh/sign_the_app_for_release_to_google_play/) - [Push notifications after target API 34 enforced by google](https://www.reddit.com/r/androiddev/comments/1hh03zc/push_notifications_after_target_api_34_enforced/) - [Stable annotation in Compose good question asked no answer on SO](https://www.reddit.com/r/androiddev/comments/1hh0056/stable_annotation_in_compose_good_question_asked/) -- [What's new in CameraX 1.4.0 and a sneak peek of Jetpack Compose support](https://www.reddit.com/r/androiddev/comments/1hgygj6/whats_new_in_camerax_140_and_a_sneak_peek_of/) -- [Firebase Authentication Template with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hgich9/firebase_authentication_template_with_jetpack/) -- [How to Enforce Type Constraints for Slot Parameters in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hg89lw/how_to_enforce_type_constraints_for_slot/) ### *InfoWorld posts* From 09b84645e557275a6e5be31fff499fe9c381c45d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 21 Dec 2024 01:29:48 +0000 Subject: [PATCH 1113/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 23c60f5f6d..ca98e97fa2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to compress a 4k video in android kotlin using mediacodec without using any third-party dependencies like FFMPEG](https://www.reddit.com/r/androiddev/comments/1hhujpj/how_to_compress_a_4k_video_in_android_kotlin/) -- [JitPack.io down?](https://www.reddit.com/r/androiddev/comments/1hhp4y7/jitpackio_down/) -- [Compose performs bad on Android](https://www.reddit.com/r/androiddev/comments/1hho6fy/compose_performs_bad_on_android/) -- [klibs.io – a new way to find Kotlin Multiplatform libraries](https://www.reddit.com/r/androiddev/comments/1hhm4qv/klibsio_a_new_way_to_find_kotlin_multiplatform/) -- [Minesweeper UI with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hhgl0x/minesweeper_ui_with_jetpack_compose/) -- [Popular Gradle mistakes (and how to avoid them)](https://www.reddit.com/r/androiddev/comments/1hhfytg/popular_gradle_mistakes_and_how_to_avoid_them/) -- [App licensing: LVL - License Verification Library or Google Play's billing API?](https://www.reddit.com/r/androiddev/comments/1hh842j/app_licensing_lvl_license_verification_library_or/) -- [TypeAlias Show - Direct Swift Export, Pattern Guards, and more](https://www.reddit.com/r/androiddev/comments/1hh51f4/typealias_show_direct_swift_export_pattern_guards/) -- [Push notifications after target API 34 enforced by google](https://www.reddit.com/r/androiddev/comments/1hh03zc/push_notifications_after_target_api_34_enforced/) -- [Stable annotation in Compose good question asked no answer on SO](https://www.reddit.com/r/androiddev/comments/1hh0056/stable_annotation_in_compose_good_question_asked/) +- [Getting a game featured on Google Play even for a few months can be life changing](https://www.reddit.com/r/androiddev/comments/1hiyiin/getting_a_game_featured_on_google_play_even_for_a/) +- [DroidSense: The Next Version](https://www.reddit.com/r/androiddev/comments/1hixwxw/droidsense_the_next_version/) +- [Why does material3 always override my colors with seemingly random theme colors? i want to rip my eyes out](https://www.reddit.com/r/androiddev/comments/1hit5wb/why_does_material3_always_override_my_colors_with/) +- [Best way to launch a background task after app is killed/destroyed (without using foreground execution)?](https://www.reddit.com/r/androiddev/comments/1hii8ah/best_way_to_launch_a_background_task_after_app_is/) +- [Multi pose detection Android application](https://www.reddit.com/r/androiddev/comments/1hignw4/multi_pose_detection_android_application/) +- [FirebaseUI-android still maintained?](https://www.reddit.com/r/androiddev/comments/1hifji4/firebaseuiandroid_still_maintained/) +- [Several ways to read Android source code online](https://www.reddit.com/r/androiddev/comments/1hidw9q/several_ways_to_read_android_source_code_online/) +- [Android Multi-Module Layer-Based Model Management](https://www.reddit.com/r/androiddev/comments/1hidrjy/android_multimodule_layerbased_model_management/) +- [charles proxy and alternatives](https://www.reddit.com/r/androiddev/comments/1hibwrt/charles_proxy_and_alternatives/) +- [Android Guide: An opinionated collection of learnings](https://www.reddit.com/r/androiddev/comments/1hiat20/android_guide_an_opinionated_collection_of/) ### *InfoWorld posts* From 7a270e990710bf26ec4d30f0337cb7ba5ba1f9b9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 22 Dec 2024 01:30:05 +0000 Subject: [PATCH 1114/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ca98e97fa2..470d9876a5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How to Download, Render, and Display a PDF File in Android Jetpack Compose. (No Libraries, API 21+)](https://www.reddit.com/r/androiddev/comments/1hjkdoa/how_to_download_render_and_display_a_pdf_file_in/) +- [dumbass basic question - do you need specific data platforms for a membership based app?](https://www.reddit.com/r/androiddev/comments/1hjijbw/dumbass_basic_question_do_you_need_specific_data/) +- [Background Task for Product Wishlist App – Potential Issues?](https://www.reddit.com/r/androiddev/comments/1hjgmr0/background_task_for_product_wishlist_app/) +- [Google Play Games on PC Developer Emulator has no sound](https://www.reddit.com/r/androiddev/comments/1hjevjw/google_play_games_on_pc_developer_emulator_has_no/) +- [What's the different scheduling in AlarmManager? There are two functions with different names and there are contradicting arguments for the AlarmType.](https://www.reddit.com/r/androiddev/comments/1hjcux7/whats_the_different_scheduling_in_alarmmanager/) - [Getting a game featured on Google Play even for a few months can be life changing](https://www.reddit.com/r/androiddev/comments/1hiyiin/getting_a_game_featured_on_google_play_even_for_a/) - [DroidSense: The Next Version](https://www.reddit.com/r/androiddev/comments/1hixwxw/droidsense_the_next_version/) - [Why does material3 always override my colors with seemingly random theme colors? i want to rip my eyes out](https://www.reddit.com/r/androiddev/comments/1hit5wb/why_does_material3_always_override_my_colors_with/) - [Best way to launch a background task after app is killed/destroyed (without using foreground execution)?](https://www.reddit.com/r/androiddev/comments/1hii8ah/best_way_to_launch_a_background_task_after_app_is/) - [Multi pose detection Android application](https://www.reddit.com/r/androiddev/comments/1hignw4/multi_pose_detection_android_application/) -- [FirebaseUI-android still maintained?](https://www.reddit.com/r/androiddev/comments/1hifji4/firebaseuiandroid_still_maintained/) -- [Several ways to read Android source code online](https://www.reddit.com/r/androiddev/comments/1hidw9q/several_ways_to_read_android_source_code_online/) -- [Android Multi-Module Layer-Based Model Management](https://www.reddit.com/r/androiddev/comments/1hidrjy/android_multimodule_layerbased_model_management/) -- [charles proxy and alternatives](https://www.reddit.com/r/androiddev/comments/1hibwrt/charles_proxy_and_alternatives/) -- [Android Guide: An opinionated collection of learnings](https://www.reddit.com/r/androiddev/comments/1hiat20/android_guide_an_opinionated_collection_of/) ### *InfoWorld posts* From 312e69e6d95e4b6ab9f0599091cc351d274bd53f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 23 Dec 2024 01:30:00 +0000 Subject: [PATCH 1115/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 470d9876a5..dfdc720595 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Can accessibility permission cause privacy leak without visible effects?](https://www.reddit.com/r/androiddev/comments/1hkc0fj/can_accessibility_permission_cause_privacy_leak/) +- [How I Made a Game Engine Using MVI in Kotlin](https://www.reddit.com/r/androiddev/comments/1hkai2f/how_i_made_a_game_engine_using_mvi_in_kotlin/) +- [“KSP vs. KAPT”: Choosing the Best Annotation Processing Tool for Android.](https://www.reddit.com/r/androiddev/comments/1hk3xee/ksp_vs_kapt_choosing_the_best_annotation/) +- [Created my own custom scratch card inspired by the Lidl mobile app in Jetpack compose!](https://www.reddit.com/r/androiddev/comments/1hk2e0u/created_my_own_custom_scratch_card_inspired_by/) +- [[Exception] Not allowed to bind to service Intent](https://www.reddit.com/r/androiddev/comments/1hjzs5w/exception_not_allowed_to_bind_to_service_intent/) +- [Does the android sdk have support for x axis linear vibration motors?](https://www.reddit.com/r/androiddev/comments/1hjx70v/does_the_android_sdk_have_support_for_x_axis/) +- [GPS works in dev studio but not in connected phone?](https://www.reddit.com/r/androiddev/comments/1hjt75r/gps_works_in_dev_studio_but_not_in_connected_phone/) - [How to Download, Render, and Display a PDF File in Android Jetpack Compose. (No Libraries, API 21+)](https://www.reddit.com/r/androiddev/comments/1hjkdoa/how_to_download_render_and_display_a_pdf_file_in/) - [dumbass basic question - do you need specific data platforms for a membership based app?](https://www.reddit.com/r/androiddev/comments/1hjijbw/dumbass_basic_question_do_you_need_specific_data/) - [Background Task for Product Wishlist App – Potential Issues?](https://www.reddit.com/r/androiddev/comments/1hjgmr0/background_task_for_product_wishlist_app/) -- [Google Play Games on PC Developer Emulator has no sound](https://www.reddit.com/r/androiddev/comments/1hjevjw/google_play_games_on_pc_developer_emulator_has_no/) -- [What's the different scheduling in AlarmManager? There are two functions with different names and there are contradicting arguments for the AlarmType.](https://www.reddit.com/r/androiddev/comments/1hjcux7/whats_the_different_scheduling_in_alarmmanager/) -- [Getting a game featured on Google Play even for a few months can be life changing](https://www.reddit.com/r/androiddev/comments/1hiyiin/getting_a_game_featured_on_google_play_even_for_a/) -- [DroidSense: The Next Version](https://www.reddit.com/r/androiddev/comments/1hixwxw/droidsense_the_next_version/) -- [Why does material3 always override my colors with seemingly random theme colors? i want to rip my eyes out](https://www.reddit.com/r/androiddev/comments/1hit5wb/why_does_material3_always_override_my_colors_with/) -- [Best way to launch a background task after app is killed/destroyed (without using foreground execution)?](https://www.reddit.com/r/androiddev/comments/1hii8ah/best_way_to_launch_a_background_task_after_app_is/) -- [Multi pose detection Android application](https://www.reddit.com/r/androiddev/comments/1hignw4/multi_pose_detection_android_application/) ### *InfoWorld posts* From 02d440e4122b4d1aa234ae5c384f3cb25a3df600 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 24 Dec 2024 01:29:55 +0000 Subject: [PATCH 1116/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dfdc720595..124ab3c44b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Studio Meerkat | 2024.3.1 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/1hkyi3x/android_studio_meerkat_202431_canary_7_now/) +- [How does spotify keep their foreground service music player alive?](https://www.reddit.com/r/androiddev/comments/1hkoge7/how_does_spotify_keep_their_foreground_service/) +- [Any repo with Technical interview examples ? (Senior position)](https://www.reddit.com/r/androiddev/comments/1hko4nj/any_repo_with_technical_interview_examples_senior/) +- [🌟 KStateMachine v0.33.0 Released!](https://www.reddit.com/r/androiddev/comments/1hkljm5/kstatemachine_v0330_released/) +- [Why is my WorkManager worker not being triggered in onDestroy?](https://www.reddit.com/r/androiddev/comments/1hkktfl/why_is_my_workmanager_worker_not_being_triggered/) +- [Rendering Markdown with Code Syntax Highlighting in Compose/Android](https://www.reddit.com/r/androiddev/comments/1hkdrwk/rendering_markdown_with_code_syntax_highlighting/) - [Can accessibility permission cause privacy leak without visible effects?](https://www.reddit.com/r/androiddev/comments/1hkc0fj/can_accessibility_permission_cause_privacy_leak/) - [How I Made a Game Engine Using MVI in Kotlin](https://www.reddit.com/r/androiddev/comments/1hkai2f/how_i_made_a_game_engine_using_mvi_in_kotlin/) - [“KSP vs. KAPT”: Choosing the Best Annotation Processing Tool for Android.](https://www.reddit.com/r/androiddev/comments/1hk3xee/ksp_vs_kapt_choosing_the_best_annotation/) - [Created my own custom scratch card inspired by the Lidl mobile app in Jetpack compose!](https://www.reddit.com/r/androiddev/comments/1hk2e0u/created_my_own_custom_scratch_card_inspired_by/) -- [[Exception] Not allowed to bind to service Intent](https://www.reddit.com/r/androiddev/comments/1hjzs5w/exception_not_allowed_to_bind_to_service_intent/) -- [Does the android sdk have support for x axis linear vibration motors?](https://www.reddit.com/r/androiddev/comments/1hjx70v/does_the_android_sdk_have_support_for_x_axis/) -- [GPS works in dev studio but not in connected phone?](https://www.reddit.com/r/androiddev/comments/1hjt75r/gps_works_in_dev_studio_but_not_in_connected_phone/) -- [How to Download, Render, and Display a PDF File in Android Jetpack Compose. (No Libraries, API 21+)](https://www.reddit.com/r/androiddev/comments/1hjkdoa/how_to_download_render_and_display_a_pdf_file_in/) -- [dumbass basic question - do you need specific data platforms for a membership based app?](https://www.reddit.com/r/androiddev/comments/1hjijbw/dumbass_basic_question_do_you_need_specific_data/) -- [Background Task for Product Wishlist App – Potential Issues?](https://www.reddit.com/r/androiddev/comments/1hjgmr0/background_task_for_product_wishlist_app/) ### *InfoWorld posts* From f830dbaf1567aba80bf496cc9f53b043b23b873f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 25 Dec 2024 01:29:46 +0000 Subject: [PATCH 1117/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 124ab3c44b..1749d645e2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [8× faster 5× memory savings with Dan Rusu’s Immutable Arrays · #254 Fragmented](https://www.reddit.com/r/androiddev/comments/1hlkulw/8_faster_5_memory_savings_with_dan_rusus/) +- [How to setup firebase in multi-module projects?](https://www.reddit.com/r/androiddev/comments/1hlforx/how_to_setup_firebase_in_multimodule_projects/) +- [Google pushes for edge-to-edge on Android 15, but its Admob SDK isn't ready for it yet... (and there is a workaround)](https://www.reddit.com/r/androiddev/comments/1hlctq1/google_pushes_for_edgetoedge_on_android_15_but/) +- [Which server to use for running an Android Device Emulator for automate my tests?](https://www.reddit.com/r/androiddev/comments/1hlb49h/which_server_to_use_for_running_an_android_device/) +- [Is there new android 15 padding changes?](https://www.reddit.com/r/androiddev/comments/1hl7o6f/is_there_new_android_15_padding_changes/) - [Android Studio Meerkat | 2024.3.1 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/1hkyi3x/android_studio_meerkat_202431_canary_7_now/) - [How does spotify keep their foreground service music player alive?](https://www.reddit.com/r/androiddev/comments/1hkoge7/how_does_spotify_keep_their_foreground_service/) - [Any repo with Technical interview examples ? (Senior position)](https://www.reddit.com/r/androiddev/comments/1hko4nj/any_repo_with_technical_interview_examples_senior/) - [🌟 KStateMachine v0.33.0 Released!](https://www.reddit.com/r/androiddev/comments/1hkljm5/kstatemachine_v0330_released/) - [Why is my WorkManager worker not being triggered in onDestroy?](https://www.reddit.com/r/androiddev/comments/1hkktfl/why_is_my_workmanager_worker_not_being_triggered/) -- [Rendering Markdown with Code Syntax Highlighting in Compose/Android](https://www.reddit.com/r/androiddev/comments/1hkdrwk/rendering_markdown_with_code_syntax_highlighting/) -- [Can accessibility permission cause privacy leak without visible effects?](https://www.reddit.com/r/androiddev/comments/1hkc0fj/can_accessibility_permission_cause_privacy_leak/) -- [How I Made a Game Engine Using MVI in Kotlin](https://www.reddit.com/r/androiddev/comments/1hkai2f/how_i_made_a_game_engine_using_mvi_in_kotlin/) -- [“KSP vs. KAPT”: Choosing the Best Annotation Processing Tool for Android.](https://www.reddit.com/r/androiddev/comments/1hk3xee/ksp_vs_kapt_choosing_the_best_annotation/) -- [Created my own custom scratch card inspired by the Lidl mobile app in Jetpack compose!](https://www.reddit.com/r/androiddev/comments/1hk2e0u/created_my_own_custom_scratch_card_inspired_by/) ### *InfoWorld posts* From d71cc87d3001f07d18175c9c15ef7f887786a889 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 26 Dec 2024 01:29:50 +0000 Subject: [PATCH 1118/1422] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1749d645e2..4a3640f873 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [androidx.credentials.exceptions.CreateCredentialUnknownException: During save password, found password failure response from one tap](https://www.reddit.com/r/androiddev/comments/1hlu2af/androidxcredentialsexceptionscreatecredentialunkno/) - [8× faster 5× memory savings with Dan Rusu’s Immutable Arrays · #254 Fragmented](https://www.reddit.com/r/androiddev/comments/1hlkulw/8_faster_5_memory_savings_with_dan_rusus/) - [How to setup firebase in multi-module projects?](https://www.reddit.com/r/androiddev/comments/1hlforx/how_to_setup_firebase_in_multimodule_projects/) - [Google pushes for edge-to-edge on Android 15, but its Admob SDK isn't ready for it yet... (and there is a workaround)](https://www.reddit.com/r/androiddev/comments/1hlctq1/google_pushes_for_edgetoedge_on_android_15_but/) @@ -280,7 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [How does spotify keep their foreground service music player alive?](https://www.reddit.com/r/androiddev/comments/1hkoge7/how_does_spotify_keep_their_foreground_service/) - [Any repo with Technical interview examples ? (Senior position)](https://www.reddit.com/r/androiddev/comments/1hko4nj/any_repo_with_technical_interview_examples_senior/) - [🌟 KStateMachine v0.33.0 Released!](https://www.reddit.com/r/androiddev/comments/1hkljm5/kstatemachine_v0330_released/) -- [Why is my WorkManager worker not being triggered in onDestroy?](https://www.reddit.com/r/androiddev/comments/1hkktfl/why_is_my_workmanager_worker_not_being_triggered/) ### *InfoWorld posts* From b2afd5967323951bcfdb2f03fa40d433d0c03fe6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 27 Dec 2024 01:30:02 +0000 Subject: [PATCH 1119/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4a3640f873..a87b80d3bf 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [As a Christmas present to my dev team(?), I finally fixed our app's rating with a In-App Review Prompt wrapper (2.2 to 4.7 in 2 weeks!)](https://www.reddit.com/r/androiddev/comments/1hmx0th/as_a_christmas_present_to_my_dev_team_i_finally/) +- [Offline first search functionality](https://www.reddit.com/r/androiddev/comments/1hmshn1/offline_first_search_functionality/) +- [Compose Chat UI: Multiplatform with Audio & Video Support](https://www.reddit.com/r/androiddev/comments/1hml11s/compose_chat_ui_multiplatform_with_audio_video/) +- [Unable to mock android.car.Car](https://www.reddit.com/r/androiddev/comments/1hmjy3r/unable_to_mock_androidcarcar/) +- [Can't install my app on the Google Play Store](https://www.reddit.com/r/androiddev/comments/1hmhhs8/cant_install_my_app_on_the_google_play_store/) - [androidx.credentials.exceptions.CreateCredentialUnknownException: During save password, found password failure response from one tap](https://www.reddit.com/r/androiddev/comments/1hlu2af/androidxcredentialsexceptionscreatecredentialunkno/) - [8× faster 5× memory savings with Dan Rusu’s Immutable Arrays · #254 Fragmented](https://www.reddit.com/r/androiddev/comments/1hlkulw/8_faster_5_memory_savings_with_dan_rusus/) - [How to setup firebase in multi-module projects?](https://www.reddit.com/r/androiddev/comments/1hlforx/how_to_setup_firebase_in_multimodule_projects/) - [Google pushes for edge-to-edge on Android 15, but its Admob SDK isn't ready for it yet... (and there is a workaround)](https://www.reddit.com/r/androiddev/comments/1hlctq1/google_pushes_for_edgetoedge_on_android_15_but/) - [Which server to use for running an Android Device Emulator for automate my tests?](https://www.reddit.com/r/androiddev/comments/1hlb49h/which_server_to_use_for_running_an_android_device/) -- [Is there new android 15 padding changes?](https://www.reddit.com/r/androiddev/comments/1hl7o6f/is_there_new_android_15_padding_changes/) -- [Android Studio Meerkat | 2024.3.1 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/1hkyi3x/android_studio_meerkat_202431_canary_7_now/) -- [How does spotify keep their foreground service music player alive?](https://www.reddit.com/r/androiddev/comments/1hkoge7/how_does_spotify_keep_their_foreground_service/) -- [Any repo with Technical interview examples ? (Senior position)](https://www.reddit.com/r/androiddev/comments/1hko4nj/any_repo_with_technical_interview_examples_senior/) -- [🌟 KStateMachine v0.33.0 Released!](https://www.reddit.com/r/androiddev/comments/1hkljm5/kstatemachine_v0330_released/) ### *InfoWorld posts* From ab391de18556db886fe486877ee9a568e8e3cea5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 28 Dec 2024 01:29:40 +0000 Subject: [PATCH 1120/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a87b80d3bf..377eff99e5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Improving the lazycolumn similar to Instagram feed in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hnqkgl/improving_the_lazycolumn_similar_to_instagram/) +- [Run MCP Servers On Android with Gemini & Chicory](https://www.reddit.com/r/androiddev/comments/1hnk495/run_mcp_servers_on_android_with_gemini_chicory/) +- [If you're wondering why your paid app gets lots of refunds, google adds no install button anywhere, just a refund option](https://www.reddit.com/r/androiddev/comments/1hnf767/if_youre_wondering_why_your_paid_app_gets_lots_of/) +- [Navigate Early Development | Simplify Data Storage](https://www.reddit.com/r/androiddev/comments/1hnbvkd/navigate_early_development_simplify_data_storage/) - [As a Christmas present to my dev team(?), I finally fixed our app's rating with a In-App Review Prompt wrapper (2.2 to 4.7 in 2 weeks!)](https://www.reddit.com/r/androiddev/comments/1hmx0th/as_a_christmas_present_to_my_dev_team_i_finally/) - [Offline first search functionality](https://www.reddit.com/r/androiddev/comments/1hmshn1/offline_first_search_functionality/) - [Compose Chat UI: Multiplatform with Audio & Video Support](https://www.reddit.com/r/androiddev/comments/1hml11s/compose_chat_ui_multiplatform_with_audio_video/) - [Unable to mock android.car.Car](https://www.reddit.com/r/androiddev/comments/1hmjy3r/unable_to_mock_androidcarcar/) - [Can't install my app on the Google Play Store](https://www.reddit.com/r/androiddev/comments/1hmhhs8/cant_install_my_app_on_the_google_play_store/) - [androidx.credentials.exceptions.CreateCredentialUnknownException: During save password, found password failure response from one tap](https://www.reddit.com/r/androiddev/comments/1hlu2af/androidxcredentialsexceptionscreatecredentialunkno/) -- [8× faster 5× memory savings with Dan Rusu’s Immutable Arrays · #254 Fragmented](https://www.reddit.com/r/androiddev/comments/1hlkulw/8_faster_5_memory_savings_with_dan_rusus/) -- [How to setup firebase in multi-module projects?](https://www.reddit.com/r/androiddev/comments/1hlforx/how_to_setup_firebase_in_multimodule_projects/) -- [Google pushes for edge-to-edge on Android 15, but its Admob SDK isn't ready for it yet... (and there is a workaround)](https://www.reddit.com/r/androiddev/comments/1hlctq1/google_pushes_for_edgetoedge_on_android_15_but/) -- [Which server to use for running an Android Device Emulator for automate my tests?](https://www.reddit.com/r/androiddev/comments/1hlb49h/which_server_to_use_for_running_an_android_device/) ### *InfoWorld posts* From 539ca665a60a280de55f3af2a5ccc56329ec7e70 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 29 Dec 2024 01:30:07 +0000 Subject: [PATCH 1121/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 377eff99e5..31caecba58 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Maintaining Full Immersive Mode with Overlays in Android Kiosk Applications](https://www.reddit.com/r/androiddev/comments/1ho7qge/maintaining_full_immersive_mode_with_overlays_in/) +- [LazyColumn off scroll and overscroll effect when all items fit in the screen. Perhaps someone has encountered this? Solved this problem?](https://www.reddit.com/r/androiddev/comments/1ho49js/lazycolumn_off_scroll_and_overscroll_effect_when/) +- [How to avoid Circular dependencies?](https://www.reddit.com/r/androiddev/comments/1ho0ydb/how_to_avoid_circular_dependencies/) - [Improving the lazycolumn similar to Instagram feed in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hnqkgl/improving_the_lazycolumn_similar_to_instagram/) - [Run MCP Servers On Android with Gemini & Chicory](https://www.reddit.com/r/androiddev/comments/1hnk495/run_mcp_servers_on_android_with_gemini_chicory/) - [If you're wondering why your paid app gets lots of refunds, google adds no install button anywhere, just a refund option](https://www.reddit.com/r/androiddev/comments/1hnf767/if_youre_wondering_why_your_paid_app_gets_lots_of/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [As a Christmas present to my dev team(?), I finally fixed our app's rating with a In-App Review Prompt wrapper (2.2 to 4.7 in 2 weeks!)](https://www.reddit.com/r/androiddev/comments/1hmx0th/as_a_christmas_present_to_my_dev_team_i_finally/) - [Offline first search functionality](https://www.reddit.com/r/androiddev/comments/1hmshn1/offline_first_search_functionality/) - [Compose Chat UI: Multiplatform with Audio & Video Support](https://www.reddit.com/r/androiddev/comments/1hml11s/compose_chat_ui_multiplatform_with_audio_video/) -- [Unable to mock android.car.Car](https://www.reddit.com/r/androiddev/comments/1hmjy3r/unable_to_mock_androidcarcar/) -- [Can't install my app on the Google Play Store](https://www.reddit.com/r/androiddev/comments/1hmhhs8/cant_install_my_app_on_the_google_play_store/) -- [androidx.credentials.exceptions.CreateCredentialUnknownException: During save password, found password failure response from one tap](https://www.reddit.com/r/androiddev/comments/1hlu2af/androidxcredentialsexceptionscreatecredentialunkno/) ### *InfoWorld posts* From 0503d0d3eeda58a3a8773f1d88d72bc35c9ff765 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 30 Dec 2024 01:30:06 +0000 Subject: [PATCH 1122/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 31caecba58..06f0300001 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Multiplication Math Games - My first mobile app developed as a solo programmer](https://www.reddit.com/r/androiddev/comments/1hp5m8h/multiplication_math_games_my_first_mobile_app/) +- [Solution to Circular Dependency problem](https://www.reddit.com/r/androiddev/comments/1hp0vob/solution_to_circular_dependency_problem/) +- [Integration with PlayIntegrity Api and GoogleAuth results in 403 Forbidden Error](https://www.reddit.com/r/androiddev/comments/1hotag4/integration_with_playintegrity_api_and_googleauth/) +- [Created a repository that contains the use-cases of various design patterns in jetpack compose](https://www.reddit.com/r/androiddev/comments/1hosp5k/created_a_repository_that_contains_the_usecases/) +- [Built AdVista: A Free Tool to Simplify AdMob Analytics for Developers – Looking for Feedback](https://www.reddit.com/r/androiddev/comments/1honva1/built_advista_a_free_tool_to_simplify_admob/) +- [When presenting ModalBottomSheet, seeing transparent NavigationBottomBar (wrapping in scaffold helps, but when expanded it's transparent again) Anyone face this issue?](https://www.reddit.com/r/androiddev/comments/1hom5a7/when_presenting_modalbottomsheet_seeing/) - [Maintaining Full Immersive Mode with Overlays in Android Kiosk Applications](https://www.reddit.com/r/androiddev/comments/1ho7qge/maintaining_full_immersive_mode_with_overlays_in/) - [LazyColumn off scroll and overscroll effect when all items fit in the screen. Perhaps someone has encountered this? Solved this problem?](https://www.reddit.com/r/androiddev/comments/1ho49js/lazycolumn_off_scroll_and_overscroll_effect_when/) - [How to avoid Circular dependencies?](https://www.reddit.com/r/androiddev/comments/1ho0ydb/how_to_avoid_circular_dependencies/) - [Improving the lazycolumn similar to Instagram feed in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hnqkgl/improving_the_lazycolumn_similar_to_instagram/) -- [Run MCP Servers On Android with Gemini & Chicory](https://www.reddit.com/r/androiddev/comments/1hnk495/run_mcp_servers_on_android_with_gemini_chicory/) -- [If you're wondering why your paid app gets lots of refunds, google adds no install button anywhere, just a refund option](https://www.reddit.com/r/androiddev/comments/1hnf767/if_youre_wondering_why_your_paid_app_gets_lots_of/) -- [Navigate Early Development | Simplify Data Storage](https://www.reddit.com/r/androiddev/comments/1hnbvkd/navigate_early_development_simplify_data_storage/) -- [As a Christmas present to my dev team(?), I finally fixed our app's rating with a In-App Review Prompt wrapper (2.2 to 4.7 in 2 weeks!)](https://www.reddit.com/r/androiddev/comments/1hmx0th/as_a_christmas_present_to_my_dev_team_i_finally/) -- [Offline first search functionality](https://www.reddit.com/r/androiddev/comments/1hmshn1/offline_first_search_functionality/) -- [Compose Chat UI: Multiplatform with Audio & Video Support](https://www.reddit.com/r/androiddev/comments/1hml11s/compose_chat_ui_multiplatform_with_audio_video/) ### *InfoWorld posts* From 698dc9220448a1846e9187d66f521accf062047b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 31 Dec 2024 01:29:56 +0000 Subject: [PATCH 1123/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 06f0300001..40fda99a8e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [What is your experience with Android live coding interviews?](https://www.reddit.com/r/androiddev/comments/1hpuu8g/what_is_your_experience_with_android_live_coding/) +- [Any ideas on how to override `onWindowVisibilityChanged` for a view from `onShowCustomView`?](https://www.reddit.com/r/androiddev/comments/1hpuatr/any_ideas_on_how_to_override/) +- [GroupTrack — An open-source to Life360](https://www.reddit.com/r/androiddev/comments/1hpk5az/grouptrack_an_opensource_to_life360/) +- [DateTimePicker KMP](https://www.reddit.com/r/androiddev/comments/1hp91vj/datetimepicker_kmp/) - [Multiplication Math Games - My first mobile app developed as a solo programmer](https://www.reddit.com/r/androiddev/comments/1hp5m8h/multiplication_math_games_my_first_mobile_app/) - [Solution to Circular Dependency problem](https://www.reddit.com/r/androiddev/comments/1hp0vob/solution_to_circular_dependency_problem/) - [Integration with PlayIntegrity Api and GoogleAuth results in 403 Forbidden Error](https://www.reddit.com/r/androiddev/comments/1hotag4/integration_with_playintegrity_api_and_googleauth/) - [Created a repository that contains the use-cases of various design patterns in jetpack compose](https://www.reddit.com/r/androiddev/comments/1hosp5k/created_a_repository_that_contains_the_usecases/) - [Built AdVista: A Free Tool to Simplify AdMob Analytics for Developers – Looking for Feedback](https://www.reddit.com/r/androiddev/comments/1honva1/built_advista_a_free_tool_to_simplify_admob/) - [When presenting ModalBottomSheet, seeing transparent NavigationBottomBar (wrapping in scaffold helps, but when expanded it's transparent again) Anyone face this issue?](https://www.reddit.com/r/androiddev/comments/1hom5a7/when_presenting_modalbottomsheet_seeing/) -- [Maintaining Full Immersive Mode with Overlays in Android Kiosk Applications](https://www.reddit.com/r/androiddev/comments/1ho7qge/maintaining_full_immersive_mode_with_overlays_in/) -- [LazyColumn off scroll and overscroll effect when all items fit in the screen. Perhaps someone has encountered this? Solved this problem?](https://www.reddit.com/r/androiddev/comments/1ho49js/lazycolumn_off_scroll_and_overscroll_effect_when/) -- [How to avoid Circular dependencies?](https://www.reddit.com/r/androiddev/comments/1ho0ydb/how_to_avoid_circular_dependencies/) -- [Improving the lazycolumn similar to Instagram feed in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hnqkgl/improving_the_lazycolumn_similar_to_instagram/) ### *InfoWorld posts* From 39fa923a2d3ba7d080372d660767640d2183ae15 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 1 Jan 2025 01:30:18 +0000 Subject: [PATCH 1124/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40fda99a8e..40debdcbc4 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Possibly a glitchy behavior for using a keyboard with the AVD on Windows 11](https://www.reddit.com/r/androiddev/comments/1hql6zl/possibly_a_glitchy_behavior_for_using_a_keyboard/) +- [Using SplashScreenAPI with non launcher activity](https://www.reddit.com/r/androiddev/comments/1hqkur4/using_splashscreenapi_with_non_launcher_activity/) +- [Android paths in SQL](https://www.reddit.com/r/androiddev/comments/1hqd5o4/android_paths_in_sql/) - [What is your experience with Android live coding interviews?](https://www.reddit.com/r/androiddev/comments/1hpuu8g/what_is_your_experience_with_android_live_coding/) - [Any ideas on how to override `onWindowVisibilityChanged` for a view from `onShowCustomView`?](https://www.reddit.com/r/androiddev/comments/1hpuatr/any_ideas_on_how_to_override/) - [GroupTrack — An open-source to Life360](https://www.reddit.com/r/androiddev/comments/1hpk5az/grouptrack_an_opensource_to_life360/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Multiplication Math Games - My first mobile app developed as a solo programmer](https://www.reddit.com/r/androiddev/comments/1hp5m8h/multiplication_math_games_my_first_mobile_app/) - [Solution to Circular Dependency problem](https://www.reddit.com/r/androiddev/comments/1hp0vob/solution_to_circular_dependency_problem/) - [Integration with PlayIntegrity Api and GoogleAuth results in 403 Forbidden Error](https://www.reddit.com/r/androiddev/comments/1hotag4/integration_with_playintegrity_api_and_googleauth/) -- [Created a repository that contains the use-cases of various design patterns in jetpack compose](https://www.reddit.com/r/androiddev/comments/1hosp5k/created_a_repository_that_contains_the_usecases/) -- [Built AdVista: A Free Tool to Simplify AdMob Analytics for Developers – Looking for Feedback](https://www.reddit.com/r/androiddev/comments/1honva1/built_advista_a_free_tool_to_simplify_admob/) -- [When presenting ModalBottomSheet, seeing transparent NavigationBottomBar (wrapping in scaffold helps, but when expanded it's transparent again) Anyone face this issue?](https://www.reddit.com/r/androiddev/comments/1hom5a7/when_presenting_modalbottomsheet_seeing/) ### *InfoWorld posts* From 14aa13f0701f93b00d19eb333a27df1b407d273f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 2 Jan 2025 01:29:57 +0000 Subject: [PATCH 1125/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 40debdcbc4..a0650e20b2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Turning Project To KMM](https://www.reddit.com/r/androiddev/comments/1hrfwdm/turning_project_to_kmm/) +- [Looking to hire some help](https://www.reddit.com/r/androiddev/comments/1hreeak/looking_to_hire_some_help/) +- [Compose Multiplatform: A ready-made Template for your next App](https://www.reddit.com/r/androiddev/comments/1hrby5a/compose_multiplatform_a_readymade_template_for/) +- [Guards and Pattern Guards in Kotlin](https://www.reddit.com/r/androiddev/comments/1hr7ls1/guards_and_pattern_guards_in_kotlin/) +- [Exploring ViewModel Internals](https://www.reddit.com/r/androiddev/comments/1hr1hco/exploring_viewmodel_internals/) +- [Publishing a new release using the Play developer API](https://www.reddit.com/r/androiddev/comments/1hqztfv/publishing_a_new_release_using_the_play_developer/) +- [What are the top repositories to study best practice applications of concepts like coroutines, architecture, state management etc?](https://www.reddit.com/r/androiddev/comments/1hqzqwc/what_are_the_top_repositories_to_study_best/) +- [Simplifying Dependency Management Using Version Catalogs in Gradle](https://www.reddit.com/r/androiddev/comments/1hqwxfq/simplifying_dependency_management_using_version/) - [Possibly a glitchy behavior for using a keyboard with the AVD on Windows 11](https://www.reddit.com/r/androiddev/comments/1hql6zl/possibly_a_glitchy_behavior_for_using_a_keyboard/) - [Using SplashScreenAPI with non launcher activity](https://www.reddit.com/r/androiddev/comments/1hqkur4/using_splashscreenapi_with_non_launcher_activity/) -- [Android paths in SQL](https://www.reddit.com/r/androiddev/comments/1hqd5o4/android_paths_in_sql/) -- [What is your experience with Android live coding interviews?](https://www.reddit.com/r/androiddev/comments/1hpuu8g/what_is_your_experience_with_android_live_coding/) -- [Any ideas on how to override `onWindowVisibilityChanged` for a view from `onShowCustomView`?](https://www.reddit.com/r/androiddev/comments/1hpuatr/any_ideas_on_how_to_override/) -- [GroupTrack — An open-source to Life360](https://www.reddit.com/r/androiddev/comments/1hpk5az/grouptrack_an_opensource_to_life360/) -- [DateTimePicker KMP](https://www.reddit.com/r/androiddev/comments/1hp91vj/datetimepicker_kmp/) -- [Multiplication Math Games - My first mobile app developed as a solo programmer](https://www.reddit.com/r/androiddev/comments/1hp5m8h/multiplication_math_games_my_first_mobile_app/) -- [Solution to Circular Dependency problem](https://www.reddit.com/r/androiddev/comments/1hp0vob/solution_to_circular_dependency_problem/) -- [Integration with PlayIntegrity Api and GoogleAuth results in 403 Forbidden Error](https://www.reddit.com/r/androiddev/comments/1hotag4/integration_with_playintegrity_api_and_googleauth/) ### *InfoWorld posts* From 8b3360f3b8c38f88e2932224484782eccdc2c356 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 3 Jan 2025 01:29:58 +0000 Subject: [PATCH 1126/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a0650e20b2..e7248679cb 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Notion has 45 second builds from clean](https://www.reddit.com/r/androiddev/comments/1hrxgzt/notion_has_45_second_builds_from_clean/) +- [Apple let apps use Face ID icon?](https://www.reddit.com/r/androiddev/comments/1hrx839/apple_let_apps_use_face_id_icon/) +- [Made my first app!](https://www.reddit.com/r/androiddev/comments/1hru7tn/made_my_first_app/) +- [Is it possible to detect if a device is playing HDR content?](https://www.reddit.com/r/androiddev/comments/1hrria4/is_it_possible_to_detect_if_a_device_is_playing/) - [Turning Project To KMM](https://www.reddit.com/r/androiddev/comments/1hrfwdm/turning_project_to_kmm/) - [Looking to hire some help](https://www.reddit.com/r/androiddev/comments/1hreeak/looking_to_hire_some_help/) - [Compose Multiplatform: A ready-made Template for your next App](https://www.reddit.com/r/androiddev/comments/1hrby5a/compose_multiplatform_a_readymade_template_for/) - [Guards and Pattern Guards in Kotlin](https://www.reddit.com/r/androiddev/comments/1hr7ls1/guards_and_pattern_guards_in_kotlin/) - [Exploring ViewModel Internals](https://www.reddit.com/r/androiddev/comments/1hr1hco/exploring_viewmodel_internals/) - [Publishing a new release using the Play developer API](https://www.reddit.com/r/androiddev/comments/1hqztfv/publishing_a_new_release_using_the_play_developer/) -- [What are the top repositories to study best practice applications of concepts like coroutines, architecture, state management etc?](https://www.reddit.com/r/androiddev/comments/1hqzqwc/what_are_the_top_repositories_to_study_best/) -- [Simplifying Dependency Management Using Version Catalogs in Gradle](https://www.reddit.com/r/androiddev/comments/1hqwxfq/simplifying_dependency_management_using_version/) -- [Possibly a glitchy behavior for using a keyboard with the AVD on Windows 11](https://www.reddit.com/r/androiddev/comments/1hql6zl/possibly_a_glitchy_behavior_for_using_a_keyboard/) -- [Using SplashScreenAPI with non launcher activity](https://www.reddit.com/r/androiddev/comments/1hqkur4/using_splashscreenapi_with_non_launcher_activity/) ### *InfoWorld posts* From 2e33e728e1da6c73e221b521942b861739fffaee Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 4 Jan 2025 01:29:44 +0000 Subject: [PATCH 1127/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e7248679cb..2da3f7b465 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Notion has 45 second builds from clean](https://www.reddit.com/r/androiddev/comments/1hrxgzt/notion_has_45_second_builds_from_clean/) -- [Apple let apps use Face ID icon?](https://www.reddit.com/r/androiddev/comments/1hrx839/apple_let_apps_use_face_id_icon/) -- [Made my first app!](https://www.reddit.com/r/androiddev/comments/1hru7tn/made_my_first_app/) -- [Is it possible to detect if a device is playing HDR content?](https://www.reddit.com/r/androiddev/comments/1hrria4/is_it_possible_to_detect_if_a_device_is_playing/) -- [Turning Project To KMM](https://www.reddit.com/r/androiddev/comments/1hrfwdm/turning_project_to_kmm/) -- [Looking to hire some help](https://www.reddit.com/r/androiddev/comments/1hreeak/looking_to_hire_some_help/) -- [Compose Multiplatform: A ready-made Template for your next App](https://www.reddit.com/r/androiddev/comments/1hrby5a/compose_multiplatform_a_readymade_template_for/) -- [Guards and Pattern Guards in Kotlin](https://www.reddit.com/r/androiddev/comments/1hr7ls1/guards_and_pattern_guards_in_kotlin/) -- [Exploring ViewModel Internals](https://www.reddit.com/r/androiddev/comments/1hr1hco/exploring_viewmodel_internals/) -- [Publishing a new release using the Play developer API](https://www.reddit.com/r/androiddev/comments/1hqztfv/publishing_a_new_release_using_the_play_developer/) +- [Google Playstore Publishing time?](https://www.reddit.com/r/androiddev/comments/1ht0sef/google_playstore_publishing_time/) +- [How to test presentation layers that do not implement data layers as dependencies](https://www.reddit.com/r/androiddev/comments/1hsyw4z/how_to_test_presentation_layers_that_do_not/) +- [Gradle modules IoC](https://www.reddit.com/r/androiddev/comments/1hsxgnl/gradle_modules_ioc/) +- [Looking for help from a TV app Developer.](https://www.reddit.com/r/androiddev/comments/1hstvob/looking_for_help_from_a_tv_app_developer/) +- [Can I Request a Key Upgrade/Reset for an Old App Uploaded in 2015?](https://www.reddit.com/r/androiddev/comments/1hsp4sn/can_i_request_a_key_upgradereset_for_an_old_app/) +- [A FOSS lightweight android build tool](https://www.reddit.com/r/androiddev/comments/1hsm2xm/a_foss_lightweight_android_build_tool/) +- [Issue with andorid studio emulator](https://www.reddit.com/r/androiddev/comments/1hslr0j/issue_with_andorid_studio_emulator/) +- [How to unpair bluetooth devices via adb](https://www.reddit.com/r/androiddev/comments/1hsk84f/how_to_unpair_bluetooth_devices_via_adb/) +- [Having trouble with your specific project? Updates, advice, and newbie questions for January 2025](https://www.reddit.com/r/androiddev/comments/1hselaf/having_trouble_with_your_specific_project_updates/) +- [How to make a preferences screen like Gboard](https://www.reddit.com/r/androiddev/comments/1hsec9g/how_to_make_a_preferences_screen_like_gboard/) ### *InfoWorld posts* From 0bad47ed97b7148950f76916e9bb07e91a029ec9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 5 Jan 2025 01:30:03 +0000 Subject: [PATCH 1128/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2da3f7b465..3cdb450d5a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Google Playstore Publishing time?](https://www.reddit.com/r/androiddev/comments/1ht0sef/google_playstore_publishing_time/) +- [WebView playing audio when switching apps - eventually stops playing](https://www.reddit.com/r/androiddev/comments/1htt8f9/webview_playing_audio_when_switching_apps/) +- [Effortlessly Shimmer Effects to Your Android Compose UI with easy-shimmer-compose](https://www.reddit.com/r/androiddev/comments/1htiuh2/effortlessly_shimmer_effects_to_your_android/) +- [TinyTicTacToe: Open source app in C. APK < 80 kB.](https://www.reddit.com/r/androiddev/comments/1htbzwl/tinytictactoe_open_source_app_in_c_apk_80_kb/) +- [Look for contributor to make native Android Library for Gossip Networking Library](https://www.reddit.com/r/androiddev/comments/1ht5eqv/look_for_contributor_to_make_native_android/) - [How to test presentation layers that do not implement data layers as dependencies](https://www.reddit.com/r/androiddev/comments/1hsyw4z/how_to_test_presentation_layers_that_do_not/) - [Gradle modules IoC](https://www.reddit.com/r/androiddev/comments/1hsxgnl/gradle_modules_ioc/) - [Looking for help from a TV app Developer.](https://www.reddit.com/r/androiddev/comments/1hstvob/looking_for_help_from_a_tv_app_developer/) - [Can I Request a Key Upgrade/Reset for an Old App Uploaded in 2015?](https://www.reddit.com/r/androiddev/comments/1hsp4sn/can_i_request_a_key_upgradereset_for_an_old_app/) - [A FOSS lightweight android build tool](https://www.reddit.com/r/androiddev/comments/1hsm2xm/a_foss_lightweight_android_build_tool/) - [Issue with andorid studio emulator](https://www.reddit.com/r/androiddev/comments/1hslr0j/issue_with_andorid_studio_emulator/) -- [How to unpair bluetooth devices via adb](https://www.reddit.com/r/androiddev/comments/1hsk84f/how_to_unpair_bluetooth_devices_via_adb/) -- [Having trouble with your specific project? Updates, advice, and newbie questions for January 2025](https://www.reddit.com/r/androiddev/comments/1hselaf/having_trouble_with_your_specific_project_updates/) -- [How to make a preferences screen like Gboard](https://www.reddit.com/r/androiddev/comments/1hsec9g/how_to_make_a_preferences_screen_like_gboard/) ### *InfoWorld posts* From e64ee389b534456ce312e6fa47144a7e0811e229 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 6 Jan 2025 01:30:17 +0000 Subject: [PATCH 1129/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cdb450d5a..749dd44e0a 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [WebView playing audio when switching apps - eventually stops playing](https://www.reddit.com/r/androiddev/comments/1htt8f9/webview_playing_audio_when_switching_apps/) +- [Is there a way to change or completely remove the 0000/1234 PIN code suggestion in the pairing pop up message?](https://www.reddit.com/r/androiddev/comments/1hu572t/is_there_a_way_to_change_or_completely_remove_the/) +- [Is it still common to use jitpack to access open source project from github?](https://www.reddit.com/r/androiddev/comments/1hu4tz1/is_it_still_common_to_use_jitpack_to_access_open/) +- [What are the consequences if you don't maintain your apps?](https://www.reddit.com/r/androiddev/comments/1htwgfu/what_are_the_consequences_if_you_dont_maintain/) - [Effortlessly Shimmer Effects to Your Android Compose UI with easy-shimmer-compose](https://www.reddit.com/r/androiddev/comments/1htiuh2/effortlessly_shimmer_effects_to_your_android/) - [TinyTicTacToe: Open source app in C. APK < 80 kB.](https://www.reddit.com/r/androiddev/comments/1htbzwl/tinytictactoe_open_source_app_in_c_apk_80_kb/) - [Look for contributor to make native Android Library for Gossip Networking Library](https://www.reddit.com/r/androiddev/comments/1ht5eqv/look_for_contributor_to_make_native_android/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Gradle modules IoC](https://www.reddit.com/r/androiddev/comments/1hsxgnl/gradle_modules_ioc/) - [Looking for help from a TV app Developer.](https://www.reddit.com/r/androiddev/comments/1hstvob/looking_for_help_from_a_tv_app_developer/) - [Can I Request a Key Upgrade/Reset for an Old App Uploaded in 2015?](https://www.reddit.com/r/androiddev/comments/1hsp4sn/can_i_request_a_key_upgradereset_for_an_old_app/) -- [A FOSS lightweight android build tool](https://www.reddit.com/r/androiddev/comments/1hsm2xm/a_foss_lightweight_android_build_tool/) -- [Issue with andorid studio emulator](https://www.reddit.com/r/androiddev/comments/1hslr0j/issue_with_andorid_studio_emulator/) ### *InfoWorld posts* From d36fed60f9308f2724115248218b57b38dcd5fe2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 7 Jan 2025 01:29:55 +0000 Subject: [PATCH 1130/1422] Updated with the latest blog posts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 749dd44e0a..576b9192d4 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,8 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Studio Meerkat | 2024.3.1 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/1hv57ox/android_studio_meerkat_202431_canary_8_now/) +- [Anyone using Showkase or another library to easily show all Composables?](https://www.reddit.com/r/androiddev/comments/1huzswx/anyone_using_showkase_or_another_library_to/) - [Is there a way to change or completely remove the 0000/1234 PIN code suggestion in the pairing pop up message?](https://www.reddit.com/r/androiddev/comments/1hu572t/is_there_a_way_to_change_or_completely_remove_the/) - [Is it still common to use jitpack to access open source project from github?](https://www.reddit.com/r/androiddev/comments/1hu4tz1/is_it_still_common_to_use_jitpack_to_access_open/) - [What are the consequences if you don't maintain your apps?](https://www.reddit.com/r/androiddev/comments/1htwgfu/what_are_the_consequences_if_you_dont_maintain/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Look for contributor to make native Android Library for Gossip Networking Library](https://www.reddit.com/r/androiddev/comments/1ht5eqv/look_for_contributor_to_make_native_android/) - [How to test presentation layers that do not implement data layers as dependencies](https://www.reddit.com/r/androiddev/comments/1hsyw4z/how_to_test_presentation_layers_that_do_not/) - [Gradle modules IoC](https://www.reddit.com/r/androiddev/comments/1hsxgnl/gradle_modules_ioc/) -- [Looking for help from a TV app Developer.](https://www.reddit.com/r/androiddev/comments/1hstvob/looking_for_help_from_a_tv_app_developer/) -- [Can I Request a Key Upgrade/Reset for an Old App Uploaded in 2015?](https://www.reddit.com/r/androiddev/comments/1hsp4sn/can_i_request_a_key_upgradereset_for_an_old_app/) ### *InfoWorld posts* From 6dbd773754dcd7d01a0a285a2e1f595591a73ea7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 8 Jan 2025 01:30:08 +0000 Subject: [PATCH 1131/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 576b9192d4..dd1adb9525 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Studio Meerkat | 2024.3.1 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/1hv57ox/android_studio_meerkat_202431_canary_8_now/) -- [Anyone using Showkase or another library to easily show all Composables?](https://www.reddit.com/r/androiddev/comments/1huzswx/anyone_using_showkase_or_another_library_to/) -- [Is there a way to change or completely remove the 0000/1234 PIN code suggestion in the pairing pop up message?](https://www.reddit.com/r/androiddev/comments/1hu572t/is_there_a_way_to_change_or_completely_remove_the/) -- [Is it still common to use jitpack to access open source project from github?](https://www.reddit.com/r/androiddev/comments/1hu4tz1/is_it_still_common_to_use_jitpack_to_access_open/) -- [What are the consequences if you don't maintain your apps?](https://www.reddit.com/r/androiddev/comments/1htwgfu/what_are_the_consequences_if_you_dont_maintain/) -- [Effortlessly Shimmer Effects to Your Android Compose UI with easy-shimmer-compose](https://www.reddit.com/r/androiddev/comments/1htiuh2/effortlessly_shimmer_effects_to_your_android/) -- [TinyTicTacToe: Open source app in C. APK < 80 kB.](https://www.reddit.com/r/androiddev/comments/1htbzwl/tinytictactoe_open_source_app_in_c_apk_80_kb/) -- [Look for contributor to make native Android Library for Gossip Networking Library](https://www.reddit.com/r/androiddev/comments/1ht5eqv/look_for_contributor_to_make_native_android/) -- [How to test presentation layers that do not implement data layers as dependencies](https://www.reddit.com/r/androiddev/comments/1hsyw4z/how_to_test_presentation_layers_that_do_not/) -- [Gradle modules IoC](https://www.reddit.com/r/androiddev/comments/1hsxgnl/gradle_modules_ioc/) +- [Just completed a Rapid-prototyping interview -](https://www.reddit.com/r/androiddev/comments/1hw49ho/just_completed_a_rapidprototyping_interview/) +- [Creating tests in Android Studio Ladybug Patch 3](https://www.reddit.com/r/androiddev/comments/1hw471o/creating_tests_in_android_studio_ladybug_patch_3/) +- [How can I change my public address in Google Play Console for paid apps?](https://www.reddit.com/r/androiddev/comments/1hvybtz/how_can_i_change_my_public_address_in_google_play/) +- [Have you considered using SAM interfaces instead of function types to improve Compose animation performance?](https://www.reddit.com/r/androiddev/comments/1hvtjdv/have_you_considered_using_sam_interfaces_instead/) +- [Double run needed for changes to be reflected Meerkat 7 Canary issue](https://www.reddit.com/r/androiddev/comments/1hvtdvj/double_run_needed_for_changes_to_be_reflected/) +- [Whenever I create a new Android Studio project I get the android block inside gradle red](https://www.reddit.com/r/androiddev/comments/1hvqguf/whenever_i_create_a_new_android_studio_project_i/) +- [Android studios crashing my entire windows?](https://www.reddit.com/r/androiddev/comments/1hvoqdn/android_studios_crashing_my_entire_windows/) +- [Get the base module size of an aab file](https://www.reddit.com/r/androiddev/comments/1hvjdc2/get_the_base_module_size_of_an_aab_file/) +- [Should I Reinvent the Wheel with Custom Compose Components, or Just Customize What's Already There?](https://www.reddit.com/r/androiddev/comments/1hvj2jm/should_i_reinvent_the_wheel_with_custom_compose/) +- [Thoughts on gemini in android studio?](https://www.reddit.com/r/androiddev/comments/1hvhh5r/thoughts_on_gemini_in_android_studio/) ### *InfoWorld posts* From d70333c5b899dfbc79136752560a00462ed67eb5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 10 Jan 2025 01:30:04 +0000 Subject: [PATCH 1132/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index dd1adb9525..1f721b773d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Just completed a Rapid-prototyping interview -](https://www.reddit.com/r/androiddev/comments/1hw49ho/just_completed_a_rapidprototyping_interview/) -- [Creating tests in Android Studio Ladybug Patch 3](https://www.reddit.com/r/androiddev/comments/1hw471o/creating_tests_in_android_studio_ladybug_patch_3/) -- [How can I change my public address in Google Play Console for paid apps?](https://www.reddit.com/r/androiddev/comments/1hvybtz/how_can_i_change_my_public_address_in_google_play/) -- [Have you considered using SAM interfaces instead of function types to improve Compose animation performance?](https://www.reddit.com/r/androiddev/comments/1hvtjdv/have_you_considered_using_sam_interfaces_instead/) -- [Double run needed for changes to be reflected Meerkat 7 Canary issue](https://www.reddit.com/r/androiddev/comments/1hvtdvj/double_run_needed_for_changes_to_be_reflected/) -- [Whenever I create a new Android Studio project I get the android block inside gradle red](https://www.reddit.com/r/androiddev/comments/1hvqguf/whenever_i_create_a_new_android_studio_project_i/) -- [Android studios crashing my entire windows?](https://www.reddit.com/r/androiddev/comments/1hvoqdn/android_studios_crashing_my_entire_windows/) -- [Get the base module size of an aab file](https://www.reddit.com/r/androiddev/comments/1hvjdc2/get_the_base_module_size_of_an_aab_file/) -- [Should I Reinvent the Wheel with Custom Compose Components, or Just Customize What's Already There?](https://www.reddit.com/r/androiddev/comments/1hvj2jm/should_i_reinvent_the_wheel_with_custom_compose/) -- [Thoughts on gemini in android studio?](https://www.reddit.com/r/androiddev/comments/1hvhh5r/thoughts_on_gemini_in_android_studio/) +- [Android Studio has been freezing alot for me on M3 mac pro?](https://www.reddit.com/r/androiddev/comments/1hxsvvt/android_studio_has_been_freezing_alot_for_me_on/) +- [Curious about android apps](https://www.reddit.com/r/androiddev/comments/1hxrhjr/curious_about_android_apps/) +- [Google Places API does not work when using a build from playstore.](https://www.reddit.com/r/androiddev/comments/1hxledd/google_places_api_does_not_work_when_using_a/) +- [Android Studio Ladybug Feature Drop | 2024.2.2 now available](https://www.reddit.com/r/androiddev/comments/1hxk8l7/android_studio_ladybug_feature_drop_202422_now/) +- [Repository pattern in library - problems with proper encapsulation, Hilt (DI), and testing...](https://www.reddit.com/r/androiddev/comments/1hx4hvi/repository_pattern_in_library_problems_with/) +- [How to convert any Composable into an image](https://www.reddit.com/r/androiddev/comments/1hwwj5e/how_to_convert_any_composable_into_an_image/) +- [Looking for help for Hilt dependency injection](https://www.reddit.com/r/androiddev/comments/1hwszn9/looking_for_help_for_hilt_dependency_injection/) +- [ComposeRecyclerView — A High-Performance Bridge Between RecyclerView and Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hwlh8w/composerecyclerview_a_highperformance_bridge/) +- [Can I detect private spaces being hidden?](https://www.reddit.com/r/androiddev/comments/1hwlc2u/can_i_detect_private_spaces_being_hidden/) +- [Not Totally a Rookie However](https://www.reddit.com/r/androiddev/comments/1hwkukl/not_totally_a_rookie_however/) ### *InfoWorld posts* From 9d179ccd177c5fff53f29e5d4dd0f56c68ec084c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 11 Jan 2025 01:29:44 +0000 Subject: [PATCH 1133/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1f721b773d..fa492324a4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android Studio has been freezing alot for me on M3 mac pro?](https://www.reddit.com/r/androiddev/comments/1hxsvvt/android_studio_has_been_freezing_alot_for_me_on/) -- [Curious about android apps](https://www.reddit.com/r/androiddev/comments/1hxrhjr/curious_about_android_apps/) -- [Google Places API does not work when using a build from playstore.](https://www.reddit.com/r/androiddev/comments/1hxledd/google_places_api_does_not_work_when_using_a/) -- [Android Studio Ladybug Feature Drop | 2024.2.2 now available](https://www.reddit.com/r/androiddev/comments/1hxk8l7/android_studio_ladybug_feature_drop_202422_now/) -- [Repository pattern in library - problems with proper encapsulation, Hilt (DI), and testing...](https://www.reddit.com/r/androiddev/comments/1hx4hvi/repository_pattern_in_library_problems_with/) -- [How to convert any Composable into an image](https://www.reddit.com/r/androiddev/comments/1hwwj5e/how_to_convert_any_composable_into_an_image/) -- [Looking for help for Hilt dependency injection](https://www.reddit.com/r/androiddev/comments/1hwszn9/looking_for_help_for_hilt_dependency_injection/) -- [ComposeRecyclerView — A High-Performance Bridge Between RecyclerView and Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hwlh8w/composerecyclerview_a_highperformance_bridge/) -- [Can I detect private spaces being hidden?](https://www.reddit.com/r/androiddev/comments/1hwlc2u/can_i_detect_private_spaces_being_hidden/) -- [Not Totally a Rookie However](https://www.reddit.com/r/androiddev/comments/1hwkukl/not_totally_a_rookie_however/) +- [Using social media company logos in app](https://www.reddit.com/r/androiddev/comments/1hydwdv/using_social_media_company_logos_in_app/) +- [Android Studio Meerkat | 2024.3.1 Canary 9 now available](https://www.reddit.com/r/androiddev/comments/1hydcjc/android_studio_meerkat_202431_canary_9_now/) +- [Morphing Geometric Shapes with SDF in GLSL Fragment Shaders and Visualization in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hycx5t/morphing_geometric_shapes_with_sdf_in_glsl/) +- [How do you setup an app with chaquopi using android studio?](https://www.reddit.com/r/androiddev/comments/1hycf2c/how_do_you_setup_an_app_with_chaquopi_using/) +- [Recomposition when using MVI Architecture](https://www.reddit.com/r/androiddev/comments/1hycdpw/recomposition_when_using_mvi_architecture/) +- [Who have used MLKit Face Detection](https://www.reddit.com/r/androiddev/comments/1hya6ds/who_have_used_mlkit_face_detection/) +- [How does Company Portal persist user data even after logout and app uninstall?](https://www.reddit.com/r/androiddev/comments/1hy612i/how_does_company_portal_persist_user_data_even/) +- [Passing parameters to a composable function feels messy—what’s a better approach?](https://www.reddit.com/r/androiddev/comments/1hy4snh/passing_parameters_to_a_composable_function_feels/) +- [Unable to Verify Phone Number While Creating Google Play Console Account](https://www.reddit.com/r/androiddev/comments/1hy178i/unable_to_verify_phone_number_while_creating/) +- [Android XR AI Capabilities Question (Samsung Project Moohan VR)](https://www.reddit.com/r/androiddev/comments/1hy0to5/android_xr_ai_capabilities_question_samsung/) ### *InfoWorld posts* From a88327a5859a4672547a0a456fe3d4b246551a45 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 12 Jan 2025 01:30:15 +0000 Subject: [PATCH 1134/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa492324a4..c848181c5e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Using social media company logos in app](https://www.reddit.com/r/androiddev/comments/1hydwdv/using_social_media_company_logos_in_app/) +- [Compose Google Map reload after navigating back](https://www.reddit.com/r/androiddev/comments/1hz713s/compose_google_map_reload_after_navigating_back/) +- [Question on complications, slots and data sources](https://www.reddit.com/r/androiddev/comments/1hz00fp/question_on_complications_slots_and_data_sources/) +- [Integrating Gemini with mcp.run on Android](https://www.reddit.com/r/androiddev/comments/1hysrni/integrating_gemini_with_mcprun_on_android/) +- [How can one get the LLM model name and version using Google AI Edge SDK?](https://www.reddit.com/r/androiddev/comments/1hymqb5/how_can_one_get_the_llm_model_name_and_version/) - [Android Studio Meerkat | 2024.3.1 Canary 9 now available](https://www.reddit.com/r/androiddev/comments/1hydcjc/android_studio_meerkat_202431_canary_9_now/) - [Morphing Geometric Shapes with SDF in GLSL Fragment Shaders and Visualization in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hycx5t/morphing_geometric_shapes_with_sdf_in_glsl/) -- [How do you setup an app with chaquopi using android studio?](https://www.reddit.com/r/androiddev/comments/1hycf2c/how_do_you_setup_an_app_with_chaquopi_using/) - [Recomposition when using MVI Architecture](https://www.reddit.com/r/androiddev/comments/1hycdpw/recomposition_when_using_mvi_architecture/) - [Who have used MLKit Face Detection](https://www.reddit.com/r/androiddev/comments/1hya6ds/who_have_used_mlkit_face_detection/) - [How does Company Portal persist user data even after logout and app uninstall?](https://www.reddit.com/r/androiddev/comments/1hy612i/how_does_company_portal_persist_user_data_even/) - [Passing parameters to a composable function feels messy—what’s a better approach?](https://www.reddit.com/r/androiddev/comments/1hy4snh/passing_parameters_to_a_composable_function_feels/) -- [Unable to Verify Phone Number While Creating Google Play Console Account](https://www.reddit.com/r/androiddev/comments/1hy178i/unable_to_verify_phone_number_while_creating/) -- [Android XR AI Capabilities Question (Samsung Project Moohan VR)](https://www.reddit.com/r/androiddev/comments/1hy0to5/android_xr_ai_capabilities_question_samsung/) ### *InfoWorld posts* From 7a655b35935ac406ccbb2f640c5c6e12a511a508 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 13 Jan 2025 01:30:25 +0000 Subject: [PATCH 1135/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c848181c5e..05d44c1d85 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Engine doesn't compile for Android. How can I convert other types to APK's?](https://www.reddit.com/r/androiddev/comments/1i01yni/engine_doesnt_compile_for_android_how_can_i/) +- [How to get Material spec transitions in compose](https://www.reddit.com/r/androiddev/comments/1hzpyde/how_to_get_material_spec_transitions_in_compose/) +- [Code editor for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hzpt2q/code_editor_for_jetpack_compose/) +- [Anyone here annoyed with Edge-to-Edge enforcement with targetSdk 35 ?](https://www.reddit.com/r/androiddev/comments/1hzpgez/anyone_here_annoyed_with_edgetoedge_enforcement/) +- [How should I store my data?](https://www.reddit.com/r/androiddev/comments/1hznxuv/how_should_i_store_my_data/) +- [I don't see the benefit of flows](https://www.reddit.com/r/androiddev/comments/1hzjsmg/i_dont_see_the_benefit_of_flows/) +- [Why ConstraintLayout doesn't work like in XML?](https://www.reddit.com/r/androiddev/comments/1hzi7i0/why_constraintlayout_doesnt_work_like_in_xml/) +- [Why is viewModel not updating my UI?](https://www.reddit.com/r/androiddev/comments/1hzg2xk/why_is_viewmodel_not_updating_my_ui/) +- [How does Tasker achieve it's Accessibility Volume action!?](https://www.reddit.com/r/androiddev/comments/1hzbhd2/how_does_tasker_achieve_its_accessibility_volume/) - [Compose Google Map reload after navigating back](https://www.reddit.com/r/androiddev/comments/1hz713s/compose_google_map_reload_after_navigating_back/) -- [Question on complications, slots and data sources](https://www.reddit.com/r/androiddev/comments/1hz00fp/question_on_complications_slots_and_data_sources/) -- [Integrating Gemini with mcp.run on Android](https://www.reddit.com/r/androiddev/comments/1hysrni/integrating_gemini_with_mcprun_on_android/) -- [How can one get the LLM model name and version using Google AI Edge SDK?](https://www.reddit.com/r/androiddev/comments/1hymqb5/how_can_one_get_the_llm_model_name_and_version/) -- [Android Studio Meerkat | 2024.3.1 Canary 9 now available](https://www.reddit.com/r/androiddev/comments/1hydcjc/android_studio_meerkat_202431_canary_9_now/) -- [Morphing Geometric Shapes with SDF in GLSL Fragment Shaders and Visualization in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hycx5t/morphing_geometric_shapes_with_sdf_in_glsl/) -- [Recomposition when using MVI Architecture](https://www.reddit.com/r/androiddev/comments/1hycdpw/recomposition_when_using_mvi_architecture/) -- [Who have used MLKit Face Detection](https://www.reddit.com/r/androiddev/comments/1hya6ds/who_have_used_mlkit_face_detection/) -- [How does Company Portal persist user data even after logout and app uninstall?](https://www.reddit.com/r/androiddev/comments/1hy612i/how_does_company_portal_persist_user_data_even/) -- [Passing parameters to a composable function feels messy—what’s a better approach?](https://www.reddit.com/r/androiddev/comments/1hy4snh/passing_parameters_to_a_composable_function_feels/) ### *InfoWorld posts* From a8322f9da0a8e44f4584ce220aa9d5e6750d3238 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 14 Jan 2025 01:29:34 +0000 Subject: [PATCH 1136/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05d44c1d85..c6148a6105 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Engine doesn't compile for Android. How can I convert other types to APK's?](https://www.reddit.com/r/androiddev/comments/1i01yni/engine_doesnt_compile_for_android_how_can_i/) +- [What is the best way to adapt the dimensions to all screen densities?](https://www.reddit.com/r/androiddev/comments/1i0jiyt/what_is_the_best_way_to_adapt_the_dimensions_to/) +- [Any Website/articles for seniors in engineers to learn/slow new thing around android development every day?](https://www.reddit.com/r/androiddev/comments/1i0jh5w/any_websitearticles_for_seniors_in_engineers_to/) +- [MPAndroidChart alternative?](https://www.reddit.com/r/androiddev/comments/1i0bglf/mpandroidchart_alternative/) - [How to get Material spec transitions in compose](https://www.reddit.com/r/androiddev/comments/1hzpyde/how_to_get_material_spec_transitions_in_compose/) - [Code editor for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hzpt2q/code_editor_for_jetpack_compose/) - [Anyone here annoyed with Edge-to-Edge enforcement with targetSdk 35 ?](https://www.reddit.com/r/androiddev/comments/1hzpgez/anyone_here_annoyed_with_edgetoedge_enforcement/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [I don't see the benefit of flows](https://www.reddit.com/r/androiddev/comments/1hzjsmg/i_dont_see_the_benefit_of_flows/) - [Why ConstraintLayout doesn't work like in XML?](https://www.reddit.com/r/androiddev/comments/1hzi7i0/why_constraintlayout_doesnt_work_like_in_xml/) - [Why is viewModel not updating my UI?](https://www.reddit.com/r/androiddev/comments/1hzg2xk/why_is_viewmodel_not_updating_my_ui/) -- [How does Tasker achieve it's Accessibility Volume action!?](https://www.reddit.com/r/androiddev/comments/1hzbhd2/how_does_tasker_achieve_its_accessibility_volume/) -- [Compose Google Map reload after navigating back](https://www.reddit.com/r/androiddev/comments/1hz713s/compose_google_map_reload_after_navigating_back/) ### *InfoWorld posts* From 1b8d24a71a7367cb868be837498e7068aed3867f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 15 Jan 2025 01:29:47 +0000 Subject: [PATCH 1137/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c6148a6105..a5f64dfb15 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Integrating Google ML Kit for Barcode Scanning in Jetpack Compose Android Apps](https://www.reddit.com/r/androiddev/comments/1i1kent/integrating_google_ml_kit_for_barcode_scanning_in/) +- [Android Translations Excel Converter (Convert strings.xml files to single Excel file and back) (+ plurals support)](https://www.reddit.com/r/androiddev/comments/1i1anf3/android_translations_excel_converter_convert/) +- [AYA: Android ADB GUI Desktop App](https://www.reddit.com/r/androiddev/comments/1i15foc/aya_android_adb_gui_desktop_app/) +- [Aren't we all generating POM files wrong?](https://www.reddit.com/r/androiddev/comments/1i1550b/arent_we_all_generating_pom_files_wrong/) +- [How to compensate size after using Modifier.offset()?](https://www.reddit.com/r/androiddev/comments/1i12n2c/how_to_compensate_size_after_using_modifieroffset/) +- [Reducing Android Build Times on Azure by 80% using a Virtual Machine Scale Set (VMSS) · cekrem.github.io](https://www.reddit.com/r/androiddev/comments/1i11ckc/reducing_android_build_times_on_azure_by_80_using/) +- [Is RenderScript Toolkit also getting deprecated ?](https://www.reddit.com/r/androiddev/comments/1i100m7/is_renderscript_toolkit_also_getting_deprecated/) - [What is the best way to adapt the dimensions to all screen densities?](https://www.reddit.com/r/androiddev/comments/1i0jiyt/what_is_the_best_way_to_adapt_the_dimensions_to/) - [Any Website/articles for seniors in engineers to learn/slow new thing around android development every day?](https://www.reddit.com/r/androiddev/comments/1i0jh5w/any_websitearticles_for_seniors_in_engineers_to/) - [MPAndroidChart alternative?](https://www.reddit.com/r/androiddev/comments/1i0bglf/mpandroidchart_alternative/) -- [How to get Material spec transitions in compose](https://www.reddit.com/r/androiddev/comments/1hzpyde/how_to_get_material_spec_transitions_in_compose/) -- [Code editor for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1hzpt2q/code_editor_for_jetpack_compose/) -- [Anyone here annoyed with Edge-to-Edge enforcement with targetSdk 35 ?](https://www.reddit.com/r/androiddev/comments/1hzpgez/anyone_here_annoyed_with_edgetoedge_enforcement/) -- [How should I store my data?](https://www.reddit.com/r/androiddev/comments/1hznxuv/how_should_i_store_my_data/) -- [I don't see the benefit of flows](https://www.reddit.com/r/androiddev/comments/1hzjsmg/i_dont_see_the_benefit_of_flows/) -- [Why ConstraintLayout doesn't work like in XML?](https://www.reddit.com/r/androiddev/comments/1hzi7i0/why_constraintlayout_doesnt_work_like_in_xml/) -- [Why is viewModel not updating my UI?](https://www.reddit.com/r/androiddev/comments/1hzg2xk/why_is_viewmodel_not_updating_my_ui/) ### *InfoWorld posts* From 49857af1cabc4ae112cfb31363cbadf741fa5830 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 16 Jan 2025 01:29:45 +0000 Subject: [PATCH 1138/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5f64dfb15..68078504f4 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [ffmpeg-kit is being retired. Are there any alternatives without building ffmpeg and bindings yourself?](https://www.reddit.com/r/androiddev/comments/1i25lzo/ffmpegkit_is_being_retired_are_there_any/) +- [Function, KFunction, KCallable, and all those other function types in Kotlin](https://www.reddit.com/r/androiddev/comments/1i20xe2/function_kfunction_kcallable_and_all_those_other/) +- [Dynatrace and WorkManager Behavior When App Is Killed](https://www.reddit.com/r/androiddev/comments/1i1xq4b/dynatrace_and_workmanager_behavior_when_app_is/) - [Integrating Google ML Kit for Barcode Scanning in Jetpack Compose Android Apps](https://www.reddit.com/r/androiddev/comments/1i1kent/integrating_google_ml_kit_for_barcode_scanning_in/) - [Android Translations Excel Converter (Convert strings.xml files to single Excel file and back) (+ plurals support)](https://www.reddit.com/r/androiddev/comments/1i1anf3/android_translations_excel_converter_convert/) - [AYA: Android ADB GUI Desktop App](https://www.reddit.com/r/androiddev/comments/1i15foc/aya_android_adb_gui_desktop_app/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [How to compensate size after using Modifier.offset()?](https://www.reddit.com/r/androiddev/comments/1i12n2c/how_to_compensate_size_after_using_modifieroffset/) - [Reducing Android Build Times on Azure by 80% using a Virtual Machine Scale Set (VMSS) · cekrem.github.io](https://www.reddit.com/r/androiddev/comments/1i11ckc/reducing_android_build_times_on_azure_by_80_using/) - [Is RenderScript Toolkit also getting deprecated ?](https://www.reddit.com/r/androiddev/comments/1i100m7/is_renderscript_toolkit_also_getting_deprecated/) -- [What is the best way to adapt the dimensions to all screen densities?](https://www.reddit.com/r/androiddev/comments/1i0jiyt/what_is_the_best_way_to_adapt_the_dimensions_to/) -- [Any Website/articles for seniors in engineers to learn/slow new thing around android development every day?](https://www.reddit.com/r/androiddev/comments/1i0jh5w/any_websitearticles_for_seniors_in_engineers_to/) -- [MPAndroidChart alternative?](https://www.reddit.com/r/androiddev/comments/1i0bglf/mpandroidchart_alternative/) ### *InfoWorld posts* From f2f6d84434c687a94710de91887355e35570a142 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 18 Jan 2025 01:29:35 +0000 Subject: [PATCH 1139/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 68078504f4..d369f86e33 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [ndk-samples won't build](https://www.reddit.com/r/androiddev/comments/1i3qy1h/ndksamples_wont_build/) +- [How to keep the scrolled bottom item visible when ime appears?](https://www.reddit.com/r/androiddev/comments/1i3p8u6/how_to_keep_the_scrolled_bottom_item_visible_when/) +- [Questions about Closed testing on Google Play Console.](https://www.reddit.com/r/androiddev/comments/1i3ox1m/questions_about_closed_testing_on_google_play/) +- ['Exactly' when do we call it unit test](https://www.reddit.com/r/androiddev/comments/1i3n4bn/exactly_when_do_we_call_it_unit_test/) +- [Multiple apps in single monorepo](https://www.reddit.com/r/androiddev/comments/1i3mgaj/multiple_apps_in_single_monorepo/) +- [DNS resolution with API 24](https://www.reddit.com/r/androiddev/comments/1i3lb3d/dns_resolution_with_api_24/) +- [Color Picker Kotlin Multiplatform Library](https://www.reddit.com/r/androiddev/comments/1i3e4nu/color_picker_kotlin_multiplatform_library/) +- [What is a proper way to change the color of an overlay behind a Dialog in Compose?](https://www.reddit.com/r/androiddev/comments/1i3cgmd/what_is_a_proper_way_to_change_the_color_of_an/) +- [Is Jetpack Compose ready for production?](https://www.reddit.com/r/androiddev/comments/1i39xjg/is_jetpack_compose_ready_for_production/) - [ffmpeg-kit is being retired. Are there any alternatives without building ffmpeg and bindings yourself?](https://www.reddit.com/r/androiddev/comments/1i25lzo/ffmpegkit_is_being_retired_are_there_any/) -- [Function, KFunction, KCallable, and all those other function types in Kotlin](https://www.reddit.com/r/androiddev/comments/1i20xe2/function_kfunction_kcallable_and_all_those_other/) -- [Dynatrace and WorkManager Behavior When App Is Killed](https://www.reddit.com/r/androiddev/comments/1i1xq4b/dynatrace_and_workmanager_behavior_when_app_is/) -- [Integrating Google ML Kit for Barcode Scanning in Jetpack Compose Android Apps](https://www.reddit.com/r/androiddev/comments/1i1kent/integrating_google_ml_kit_for_barcode_scanning_in/) -- [Android Translations Excel Converter (Convert strings.xml files to single Excel file and back) (+ plurals support)](https://www.reddit.com/r/androiddev/comments/1i1anf3/android_translations_excel_converter_convert/) -- [AYA: Android ADB GUI Desktop App](https://www.reddit.com/r/androiddev/comments/1i15foc/aya_android_adb_gui_desktop_app/) -- [Aren't we all generating POM files wrong?](https://www.reddit.com/r/androiddev/comments/1i1550b/arent_we_all_generating_pom_files_wrong/) -- [How to compensate size after using Modifier.offset()?](https://www.reddit.com/r/androiddev/comments/1i12n2c/how_to_compensate_size_after_using_modifieroffset/) -- [Reducing Android Build Times on Azure by 80% using a Virtual Machine Scale Set (VMSS) · cekrem.github.io](https://www.reddit.com/r/androiddev/comments/1i11ckc/reducing_android_build_times_on_azure_by_80_using/) -- [Is RenderScript Toolkit also getting deprecated ?](https://www.reddit.com/r/androiddev/comments/1i100m7/is_renderscript_toolkit_also_getting_deprecated/) ### *InfoWorld posts* From 4b93ff589f9076be022e339cadc17b37245ef3b0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 19 Jan 2025 01:29:49 +0000 Subject: [PATCH 1140/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d369f86e33..8a550cee3d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Bug on Material-You colors and/or UMP on Android 15: When both used, you can't use material colors on anything](https://www.reddit.com/r/androiddev/comments/1i4989i/bug_on_materialyou_colors_andor_ump_on_android_15/) +- [Viewmodel one-off events: can we agree this is a bad article?](https://www.reddit.com/r/androiddev/comments/1i481zr/viewmodel_oneoff_events_can_we_agree_this_is_a/) +- [Partial data loss in android room sqlite database](https://www.reddit.com/r/androiddev/comments/1i47fbk/partial_data_loss_in_android_room_sqlite_database/) +- [Networking library recommendations?](https://www.reddit.com/r/androiddev/comments/1i42a2d/networking_library_recommendations/) +- [Quick Guides Catalog](https://www.reddit.com/r/androiddev/comments/1i40gra/quick_guides_catalog/) - [ndk-samples won't build](https://www.reddit.com/r/androiddev/comments/1i3qy1h/ndksamples_wont_build/) - [How to keep the scrolled bottom item visible when ime appears?](https://www.reddit.com/r/androiddev/comments/1i3p8u6/how_to_keep_the_scrolled_bottom_item_visible_when/) - [Questions about Closed testing on Google Play Console.](https://www.reddit.com/r/androiddev/comments/1i3ox1m/questions_about_closed_testing_on_google_play/) - ['Exactly' when do we call it unit test](https://www.reddit.com/r/androiddev/comments/1i3n4bn/exactly_when_do_we_call_it_unit_test/) - [Multiple apps in single monorepo](https://www.reddit.com/r/androiddev/comments/1i3mgaj/multiple_apps_in_single_monorepo/) -- [DNS resolution with API 24](https://www.reddit.com/r/androiddev/comments/1i3lb3d/dns_resolution_with_api_24/) -- [Color Picker Kotlin Multiplatform Library](https://www.reddit.com/r/androiddev/comments/1i3e4nu/color_picker_kotlin_multiplatform_library/) -- [What is a proper way to change the color of an overlay behind a Dialog in Compose?](https://www.reddit.com/r/androiddev/comments/1i3cgmd/what_is_a_proper_way_to_change_the_color_of_an/) -- [Is Jetpack Compose ready for production?](https://www.reddit.com/r/androiddev/comments/1i39xjg/is_jetpack_compose_ready_for_production/) -- [ffmpeg-kit is being retired. Are there any alternatives without building ffmpeg and bindings yourself?](https://www.reddit.com/r/androiddev/comments/1i25lzo/ffmpegkit_is_being_retired_are_there_any/) ### *InfoWorld posts* From 1675c1d0fdd251b224b0320b1c46b120f47f9867 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 21 Jan 2025 01:29:46 +0000 Subject: [PATCH 1141/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8a550cee3d..67f6356a0b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Bug on Material-You colors and/or UMP on Android 15: When both used, you can't use material colors on anything](https://www.reddit.com/r/androiddev/comments/1i4989i/bug_on_materialyou_colors_andor_ump_on_android_15/) -- [Viewmodel one-off events: can we agree this is a bad article?](https://www.reddit.com/r/androiddev/comments/1i481zr/viewmodel_oneoff_events_can_we_agree_this_is_a/) -- [Partial data loss in android room sqlite database](https://www.reddit.com/r/androiddev/comments/1i47fbk/partial_data_loss_in_android_room_sqlite_database/) -- [Networking library recommendations?](https://www.reddit.com/r/androiddev/comments/1i42a2d/networking_library_recommendations/) -- [Quick Guides Catalog](https://www.reddit.com/r/androiddev/comments/1i40gra/quick_guides_catalog/) -- [ndk-samples won't build](https://www.reddit.com/r/androiddev/comments/1i3qy1h/ndksamples_wont_build/) -- [How to keep the scrolled bottom item visible when ime appears?](https://www.reddit.com/r/androiddev/comments/1i3p8u6/how_to_keep_the_scrolled_bottom_item_visible_when/) -- [Questions about Closed testing on Google Play Console.](https://www.reddit.com/r/androiddev/comments/1i3ox1m/questions_about_closed_testing_on_google_play/) -- ['Exactly' when do we call it unit test](https://www.reddit.com/r/androiddev/comments/1i3n4bn/exactly_when_do_we_call_it_unit_test/) -- [Multiple apps in single monorepo](https://www.reddit.com/r/androiddev/comments/1i3mgaj/multiple_apps_in_single_monorepo/) +- [Trying To Run Media3 Demos, but encountering ERROR message.](https://www.reddit.com/r/androiddev/comments/1i633av/trying_to_run_media3_demos_but_encountering_error/) +- [Account terminated after using app-testing service](https://www.reddit.com/r/androiddev/comments/1i5ylne/account_terminated_after_using_apptesting_service/) +- [Why AS listens my mic ??](https://www.reddit.com/r/androiddev/comments/1i5xrpd/why_as_listens_my_mic/) +- [Please don’t dox me Google: My painful (& stressful) journey of making Android money without exposing my address!](https://www.reddit.com/r/androiddev/comments/1i5w6nq/please_dont_dox_me_google_my_painful_stressful/) +- [Help with android mirroring.](https://www.reddit.com/r/androiddev/comments/1i5vcuq/help_with_android_mirroring/) +- [Navigation Drawer with nested navgraphs and topbar icons](https://www.reddit.com/r/androiddev/comments/1i5unkj/navigation_drawer_with_nested_navgraphs_and/) +- [Timber in 2025, is it still worth it?](https://www.reddit.com/r/androiddev/comments/1i5umsn/timber_in_2025_is_it_still_worth_it/) +- [IssueTracker issues not getting passed triage](https://www.reddit.com/r/androiddev/comments/1i5stb4/issuetracker_issues_not_getting_passed_triage/) +- [How to set SwipeRefreshLayout's setColorSchemeColors via XML style/theme?](https://www.reddit.com/r/androiddev/comments/1i5qu0p/how_to_set_swiperefreshlayouts/) +- [Build your component library in Jetpack Compose via CLI](https://www.reddit.com/r/androiddev/comments/1i5ow90/build_your_component_library_in_jetpack_compose/) ### *InfoWorld posts* From d920657647167c805c1d7d647a3f6da600b03411 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 22 Jan 2025 01:30:01 +0000 Subject: [PATCH 1142/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 67f6356a0b..8f533b3331 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [dualsim how identify which number is being called](https://www.reddit.com/r/androiddev/comments/1i6qojt/dualsim_how_identify_which_number_is_being_called/) +- [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 1 now available](https://www.reddit.com/r/androiddev/comments/1i6q6qa/android_studio_meerkat_feature_drop_202432_canary/) +- [[Android < 12] Playing HEVC (H.265) Videos with ExoPlayer - Solutions and Workarounds](https://www.reddit.com/r/androiddev/comments/1i6k3wm/android_12_playing_hevc_h265_videos_with/) +- [Not another clean archi article](https://www.reddit.com/r/androiddev/comments/1i6f2ly/not_another_clean_archi_article/) +- [Created my first Maven Central library (0.0.1) but when I uploaded my second version (0.0.2) of it my test app in Android studio doesn't show the squiggly line for new version available?](https://www.reddit.com/r/androiddev/comments/1i6aj29/created_my_first_maven_central_library_001_but/) - [Trying To Run Media3 Demos, but encountering ERROR message.](https://www.reddit.com/r/androiddev/comments/1i633av/trying_to_run_media3_demos_but_encountering_error/) - [Account terminated after using app-testing service](https://www.reddit.com/r/androiddev/comments/1i5ylne/account_terminated_after_using_apptesting_service/) - [Why AS listens my mic ??](https://www.reddit.com/r/androiddev/comments/1i5xrpd/why_as_listens_my_mic/) - [Please don’t dox me Google: My painful (& stressful) journey of making Android money without exposing my address!](https://www.reddit.com/r/androiddev/comments/1i5w6nq/please_dont_dox_me_google_my_painful_stressful/) - [Help with android mirroring.](https://www.reddit.com/r/androiddev/comments/1i5vcuq/help_with_android_mirroring/) -- [Navigation Drawer with nested navgraphs and topbar icons](https://www.reddit.com/r/androiddev/comments/1i5unkj/navigation_drawer_with_nested_navgraphs_and/) -- [Timber in 2025, is it still worth it?](https://www.reddit.com/r/androiddev/comments/1i5umsn/timber_in_2025_is_it_still_worth_it/) -- [IssueTracker issues not getting passed triage](https://www.reddit.com/r/androiddev/comments/1i5stb4/issuetracker_issues_not_getting_passed_triage/) -- [How to set SwipeRefreshLayout's setColorSchemeColors via XML style/theme?](https://www.reddit.com/r/androiddev/comments/1i5qu0p/how_to_set_swiperefreshlayouts/) -- [Build your component library in Jetpack Compose via CLI](https://www.reddit.com/r/androiddev/comments/1i5ow90/build_your_component_library_in_jetpack_compose/) ### *InfoWorld posts* From 5ad152adec69a63f6d28140a3097852f8d848928 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 23 Jan 2025 01:29:48 +0000 Subject: [PATCH 1143/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8f533b3331..37457b5653 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Ready to Automate Your Android App QA? Check Out This 24/7 AI Tester for Android!](https://www.reddit.com/r/androiddev/comments/1i7l1to/ready_to_automate_your_android_app_qa_check_out/) +- [Android Studio Meerkat | 2024.3.1 Beta 1 now available](https://www.reddit.com/r/androiddev/comments/1i7it8j/android_studio_meerkat_202431_beta_1_now_available/) +- [Gradient Stroke with transparent fill](https://www.reddit.com/r/androiddev/comments/1i79iuk/gradient_stroke_with_transparent_fill/) +- [App taken down: Beware of adding a "surprise" free trial without updating the UI](https://www.reddit.com/r/androiddev/comments/1i77wys/app_taken_down_beware_of_adding_a_surprise_free/) +- [How to this solve activity reference in Fragment problem](https://www.reddit.com/r/androiddev/comments/1i776tx/how_to_this_solve_activity_reference_in_fragment/) - [dualsim how identify which number is being called](https://www.reddit.com/r/androiddev/comments/1i6qojt/dualsim_how_identify_which_number_is_being_called/) - [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 1 now available](https://www.reddit.com/r/androiddev/comments/1i6q6qa/android_studio_meerkat_feature_drop_202432_canary/) - [[Android < 12] Playing HEVC (H.265) Videos with ExoPlayer - Solutions and Workarounds](https://www.reddit.com/r/androiddev/comments/1i6k3wm/android_12_playing_hevc_h265_videos_with/) - [Not another clean archi article](https://www.reddit.com/r/androiddev/comments/1i6f2ly/not_another_clean_archi_article/) - [Created my first Maven Central library (0.0.1) but when I uploaded my second version (0.0.2) of it my test app in Android studio doesn't show the squiggly line for new version available?](https://www.reddit.com/r/androiddev/comments/1i6aj29/created_my_first_maven_central_library_001_but/) -- [Trying To Run Media3 Demos, but encountering ERROR message.](https://www.reddit.com/r/androiddev/comments/1i633av/trying_to_run_media3_demos_but_encountering_error/) -- [Account terminated after using app-testing service](https://www.reddit.com/r/androiddev/comments/1i5ylne/account_terminated_after_using_apptesting_service/) -- [Why AS listens my mic ??](https://www.reddit.com/r/androiddev/comments/1i5xrpd/why_as_listens_my_mic/) -- [Please don’t dox me Google: My painful (& stressful) journey of making Android money without exposing my address!](https://www.reddit.com/r/androiddev/comments/1i5w6nq/please_dont_dox_me_google_my_painful_stressful/) -- [Help with android mirroring.](https://www.reddit.com/r/androiddev/comments/1i5vcuq/help_with_android_mirroring/) ### *InfoWorld posts* From a886574166d5a7cb131404fb0720e1da2f606c6d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 24 Jan 2025 01:29:48 +0000 Subject: [PATCH 1144/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 37457b5653..b8027c2727 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Ready to Automate Your Android App QA? Check Out This 24/7 AI Tester for Android!](https://www.reddit.com/r/androiddev/comments/1i7l1to/ready_to_automate_your_android_app_qa_check_out/) -- [Android Studio Meerkat | 2024.3.1 Beta 1 now available](https://www.reddit.com/r/androiddev/comments/1i7it8j/android_studio_meerkat_202431_beta_1_now_available/) -- [Gradient Stroke with transparent fill](https://www.reddit.com/r/androiddev/comments/1i79iuk/gradient_stroke_with_transparent_fill/) -- [App taken down: Beware of adding a "surprise" free trial without updating the UI](https://www.reddit.com/r/androiddev/comments/1i77wys/app_taken_down_beware_of_adding_a_surprise_free/) -- [How to this solve activity reference in Fragment problem](https://www.reddit.com/r/androiddev/comments/1i776tx/how_to_this_solve_activity_reference_in_fragment/) -- [dualsim how identify which number is being called](https://www.reddit.com/r/androiddev/comments/1i6qojt/dualsim_how_identify_which_number_is_being_called/) -- [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 1 now available](https://www.reddit.com/r/androiddev/comments/1i6q6qa/android_studio_meerkat_feature_drop_202432_canary/) -- [[Android < 12] Playing HEVC (H.265) Videos with ExoPlayer - Solutions and Workarounds](https://www.reddit.com/r/androiddev/comments/1i6k3wm/android_12_playing_hevc_h265_videos_with/) -- [Not another clean archi article](https://www.reddit.com/r/androiddev/comments/1i6f2ly/not_another_clean_archi_article/) -- [Created my first Maven Central library (0.0.1) but when I uploaded my second version (0.0.2) of it my test app in Android studio doesn't show the squiggly line for new version available?](https://www.reddit.com/r/androiddev/comments/1i6aj29/created_my_first_maven_central_library_001_but/) +- [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 2 now available](https://www.reddit.com/r/androiddev/comments/1i8du7u/android_studio_meerkat_feature_drop_202432_canary/) +- [Ble Scanning](https://www.reddit.com/r/androiddev/comments/1i8dq32/ble_scanning/) +- [I'm following Googles tutorial and getting an error over "mutableStateOf"; I don't get why.](https://www.reddit.com/r/androiddev/comments/1i8bwwa/im_following_googles_tutorial_and_getting_an/) +- [Android Developers Blog: The future is adaptive: Changes to orientation and resizability APIs in Android 16](https://www.reddit.com/r/androiddev/comments/1i88fef/android_developers_blog_the_future_is_adaptive/) +- [Runtime Permission Implementation in Android with [rememberLauncherForActivityResult]](https://www.reddit.com/r/androiddev/comments/1i821c2/runtime_permission_implementation_in_android_with/) +- [Lumo UI's demo app is now available on Google Play.](https://www.reddit.com/r/androiddev/comments/1i80jod/lumo_uis_demo_app_is_now_available_on_google_play/) +- [KMP for Android only](https://www.reddit.com/r/androiddev/comments/1i7xyt9/kmp_for_android_only/) +- [Android Studio Emulator Camera Lag](https://www.reddit.com/r/androiddev/comments/1i7wo01/android_studio_emulator_camera_lag/) +- [A Look Back at 2024: F-Droid's Progress and What's Coming in 2025](https://www.reddit.com/r/androiddev/comments/1i7sogf/a_look_back_at_2024_fdroids_progress_and_whats/) +- [Best Practices to Avoid Decoder Contention in Android Video Playback Activities](https://www.reddit.com/r/androiddev/comments/1i7s7mc/best_practices_to_avoid_decoder_contention_in/) ### *InfoWorld posts* From 0b3084611ce1c26ca6304720852be16cfa3ef070 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 25 Jan 2025 01:29:24 +0000 Subject: [PATCH 1145/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b8027c2727..2b33397f86 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Is adding a Linux terminal for developers](https://www.reddit.com/r/androiddev/comments/1i9baen/android_is_adding_a_linux_terminal_for_developers/) +- [Android Studio’s 10 year anniversary](https://www.reddit.com/r/androiddev/comments/1i92d1q/android_studios_10_year_anniversary/) +- [Bottom Navigation With Nested Destinations](https://www.reddit.com/r/androiddev/comments/1i8w55q/bottom_navigation_with_nested_destinations/) +- [Understanding Coroutines Dispatchers](https://www.reddit.com/r/androiddev/comments/1i8t1aq/understanding_coroutines_dispatchers/) +- [Does this mean you don't need to make the app responsive? Just write on one device and the API's will automatically adjust for the bigger devices?](https://www.reddit.com/r/androiddev/comments/1i8rreu/does_this_mean_you_dont_need_to_make_the_app/) +- [Share Your Jetpack Compose Snippets with the Community](https://www.reddit.com/r/androiddev/comments/1i8olev/share_your_jetpack_compose_snippets_with_the/) - [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 2 now available](https://www.reddit.com/r/androiddev/comments/1i8du7u/android_studio_meerkat_feature_drop_202432_canary/) - [Ble Scanning](https://www.reddit.com/r/androiddev/comments/1i8dq32/ble_scanning/) - [I'm following Googles tutorial and getting an error over "mutableStateOf"; I don't get why.](https://www.reddit.com/r/androiddev/comments/1i8bwwa/im_following_googles_tutorial_and_getting_an/) - [Android Developers Blog: The future is adaptive: Changes to orientation and resizability APIs in Android 16](https://www.reddit.com/r/androiddev/comments/1i88fef/android_developers_blog_the_future_is_adaptive/) -- [Runtime Permission Implementation in Android with [rememberLauncherForActivityResult]](https://www.reddit.com/r/androiddev/comments/1i821c2/runtime_permission_implementation_in_android_with/) -- [Lumo UI's demo app is now available on Google Play.](https://www.reddit.com/r/androiddev/comments/1i80jod/lumo_uis_demo_app_is_now_available_on_google_play/) -- [KMP for Android only](https://www.reddit.com/r/androiddev/comments/1i7xyt9/kmp_for_android_only/) -- [Android Studio Emulator Camera Lag](https://www.reddit.com/r/androiddev/comments/1i7wo01/android_studio_emulator_camera_lag/) -- [A Look Back at 2024: F-Droid's Progress and What's Coming in 2025](https://www.reddit.com/r/androiddev/comments/1i7sogf/a_look_back_at_2024_fdroids_progress_and_whats/) -- [Best Practices to Avoid Decoder Contention in Android Video Playback Activities](https://www.reddit.com/r/androiddev/comments/1i7s7mc/best_practices_to_avoid_decoder_contention_in/) ### *InfoWorld posts* From b4a0189db54a52eb5554559fa7c1da6a05440f79 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 26 Jan 2025 01:29:47 +0000 Subject: [PATCH 1146/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b33397f86..a2be691156 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Material3 Slider Default Slider Thumb Appearance](https://www.reddit.com/r/androiddev/comments/1i9ll58/material3_slider_default_slider_thumb_appearance/) +- [Groovy Who? Exploring Declarative Gradle](https://www.reddit.com/r/androiddev/comments/1i9kj7y/groovy_who_exploring_declarative_gradle/) +- [Android BLE Bonding and Security Key](https://www.reddit.com/r/androiddev/comments/1i9gz97/android_ble_bonding_and_security_key/) - [Android Is adding a Linux terminal for developers](https://www.reddit.com/r/androiddev/comments/1i9baen/android_is_adding_a_linux_terminal_for_developers/) - [Android Studio’s 10 year anniversary](https://www.reddit.com/r/androiddev/comments/1i92d1q/android_studios_10_year_anniversary/) - [Bottom Navigation With Nested Destinations](https://www.reddit.com/r/androiddev/comments/1i8w55q/bottom_navigation_with_nested_destinations/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Does this mean you don't need to make the app responsive? Just write on one device and the API's will automatically adjust for the bigger devices?](https://www.reddit.com/r/androiddev/comments/1i8rreu/does_this_mean_you_dont_need_to_make_the_app/) - [Share Your Jetpack Compose Snippets with the Community](https://www.reddit.com/r/androiddev/comments/1i8olev/share_your_jetpack_compose_snippets_with_the/) - [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 2 now available](https://www.reddit.com/r/androiddev/comments/1i8du7u/android_studio_meerkat_feature_drop_202432_canary/) -- [Ble Scanning](https://www.reddit.com/r/androiddev/comments/1i8dq32/ble_scanning/) -- [I'm following Googles tutorial and getting an error over "mutableStateOf"; I don't get why.](https://www.reddit.com/r/androiddev/comments/1i8bwwa/im_following_googles_tutorial_and_getting_an/) -- [Android Developers Blog: The future is adaptive: Changes to orientation and resizability APIs in Android 16](https://www.reddit.com/r/androiddev/comments/1i88fef/android_developers_blog_the_future_is_adaptive/) ### *InfoWorld posts* From 46fb6497becfa61e488971306aa58c93928eb29d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 27 Jan 2025 01:30:01 +0000 Subject: [PATCH 1147/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a2be691156..89c453bb8a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How to Locally Test Your Android or KMM Library Using Maven Local](https://www.reddit.com/r/androiddev/comments/1iat956/how_to_locally_test_your_android_or_kmm_library/) +- [Opinions about mrunning the entire app in sub-modules ?](https://www.reddit.com/r/androiddev/comments/1iapppm/opinions_about_mrunning_the_entire_app_in/) +- [rememberNavController() returning different instances](https://www.reddit.com/r/androiddev/comments/1iaata0/remembernavcontroller_returning_different/) +- [What operating system do you all use for developing apps?](https://www.reddit.com/r/androiddev/comments/1iaaowe/what_operating_system_do_you_all_use_for/) +- [Free tool to calculate LTV of your App. Use it to see if your UA campaign would be profitable.](https://www.reddit.com/r/androiddev/comments/1ia6nxt/free_tool_to_calculate_ltv_of_your_app_use_it_to/) - [Material3 Slider Default Slider Thumb Appearance](https://www.reddit.com/r/androiddev/comments/1i9ll58/material3_slider_default_slider_thumb_appearance/) - [Groovy Who? Exploring Declarative Gradle](https://www.reddit.com/r/androiddev/comments/1i9kj7y/groovy_who_exploring_declarative_gradle/) - [Android BLE Bonding and Security Key](https://www.reddit.com/r/androiddev/comments/1i9gz97/android_ble_bonding_and_security_key/) - [Android Is adding a Linux terminal for developers](https://www.reddit.com/r/androiddev/comments/1i9baen/android_is_adding_a_linux_terminal_for_developers/) - [Android Studio’s 10 year anniversary](https://www.reddit.com/r/androiddev/comments/1i92d1q/android_studios_10_year_anniversary/) -- [Bottom Navigation With Nested Destinations](https://www.reddit.com/r/androiddev/comments/1i8w55q/bottom_navigation_with_nested_destinations/) -- [Understanding Coroutines Dispatchers](https://www.reddit.com/r/androiddev/comments/1i8t1aq/understanding_coroutines_dispatchers/) -- [Does this mean you don't need to make the app responsive? Just write on one device and the API's will automatically adjust for the bigger devices?](https://www.reddit.com/r/androiddev/comments/1i8rreu/does_this_mean_you_dont_need_to_make_the_app/) -- [Share Your Jetpack Compose Snippets with the Community](https://www.reddit.com/r/androiddev/comments/1i8olev/share_your_jetpack_compose_snippets_with_the/) -- [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 2 now available](https://www.reddit.com/r/androiddev/comments/1i8du7u/android_studio_meerkat_feature_drop_202432_canary/) ### *InfoWorld posts* From 70890a65cde41314a85bb2d003429b0fa54d889e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 28 Jan 2025 01:29:48 +0000 Subject: [PATCH 1148/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 89c453bb8a..32b5c46423 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Using an OTG mouse to control a laptop](https://www.reddit.com/r/androiddev/comments/1ibpv2c/using_an_otg_mouse_to_control_a_laptop/) +- [video tut for developer.android.com/courses](https://www.reddit.com/r/androiddev/comments/1ibpt6v/video_tut_for_developerandroidcomcourses/) +- [Heron: An opensource Jetpack Compose adaptive, reactive and offline-first bluesky client](https://www.reddit.com/r/androiddev/comments/1ibfxkl/heron_an_opensource_jetpack_compose_adaptive/) +- [RowKalendar: Scrollable Horizontal Calendar for Compose Multiplatform 📅](https://www.reddit.com/r/androiddev/comments/1ibe2zk/rowkalendar_scrollable_horizontal_calendar_for/) +- [How to debug a library dependency?](https://www.reddit.com/r/androiddev/comments/1ib9zvn/how_to_debug_a_library_dependency/) +- [My 2 cents for the Android Studio anniversary](https://www.reddit.com/r/androiddev/comments/1ib5gei/my_2_cents_for_the_android_studio_anniversary/) +- [Is learning Gaming Development (android) as a PlanB even possible?](https://www.reddit.com/r/androiddev/comments/1ib18gn/is_learning_gaming_development_android_as_a_planb/) - [How to Locally Test Your Android or KMM Library Using Maven Local](https://www.reddit.com/r/androiddev/comments/1iat956/how_to_locally_test_your_android_or_kmm_library/) - [Opinions about mrunning the entire app in sub-modules ?](https://www.reddit.com/r/androiddev/comments/1iapppm/opinions_about_mrunning_the_entire_app_in/) - [rememberNavController() returning different instances](https://www.reddit.com/r/androiddev/comments/1iaata0/remembernavcontroller_returning_different/) -- [What operating system do you all use for developing apps?](https://www.reddit.com/r/androiddev/comments/1iaaowe/what_operating_system_do_you_all_use_for/) -- [Free tool to calculate LTV of your App. Use it to see if your UA campaign would be profitable.](https://www.reddit.com/r/androiddev/comments/1ia6nxt/free_tool_to_calculate_ltv_of_your_app_use_it_to/) -- [Material3 Slider Default Slider Thumb Appearance](https://www.reddit.com/r/androiddev/comments/1i9ll58/material3_slider_default_slider_thumb_appearance/) -- [Groovy Who? Exploring Declarative Gradle](https://www.reddit.com/r/androiddev/comments/1i9kj7y/groovy_who_exploring_declarative_gradle/) -- [Android BLE Bonding and Security Key](https://www.reddit.com/r/androiddev/comments/1i9gz97/android_ble_bonding_and_security_key/) -- [Android Is adding a Linux terminal for developers](https://www.reddit.com/r/androiddev/comments/1i9baen/android_is_adding_a_linux_terminal_for_developers/) -- [Android Studio’s 10 year anniversary](https://www.reddit.com/r/androiddev/comments/1i92d1q/android_studios_10_year_anniversary/) ### *InfoWorld posts* From 2a7cd6c6a272dbf22b5aca9fe142712aafca22f2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 29 Jan 2025 01:30:01 +0000 Subject: [PATCH 1149/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 32b5c46423..cadbda24d6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Using an OTG mouse to control a laptop](https://www.reddit.com/r/androiddev/comments/1ibpv2c/using_an_otg_mouse_to_control_a_laptop/) -- [video tut for developer.android.com/courses](https://www.reddit.com/r/androiddev/comments/1ibpt6v/video_tut_for_developerandroidcomcourses/) +- [Catching Up with Android Development After 4-5 Years – Advice Needed](https://www.reddit.com/r/androiddev/comments/1icbyxu/catching_up_with_android_development_after_45/) +- [Native Android AI Code: Achieving 1.2% Battery Per Hour Usage for "Wake Word" AI Models – Lessons Learned](https://www.reddit.com/r/androiddev/comments/1icarlj/native_android_ai_code_achieving_12_battery_per/) +- [Why Not Compose! - Open Source Showcase of Animations, Compositions, and UIs in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1icalhk/why_not_compose_open_source_showcase_of/) +- [How to change SearchView position in a toolbar? (View framework)](https://www.reddit.com/r/androiddev/comments/1ic5shz/how_to_change_searchview_position_in_a_toolbar/) +- [Android maps free SDK](https://www.reddit.com/r/androiddev/comments/1ic3wrd/android_maps_free_sdk/) +- [Drawing Arcs with Rounded Corners](https://www.reddit.com/r/androiddev/comments/1ibw7vh/drawing_arcs_with_rounded_corners/) - [Heron: An opensource Jetpack Compose adaptive, reactive and offline-first bluesky client](https://www.reddit.com/r/androiddev/comments/1ibfxkl/heron_an_opensource_jetpack_compose_adaptive/) - [RowKalendar: Scrollable Horizontal Calendar for Compose Multiplatform 📅](https://www.reddit.com/r/androiddev/comments/1ibe2zk/rowkalendar_scrollable_horizontal_calendar_for/) - [How to debug a library dependency?](https://www.reddit.com/r/androiddev/comments/1ib9zvn/how_to_debug_a_library_dependency/) -- [My 2 cents for the Android Studio anniversary](https://www.reddit.com/r/androiddev/comments/1ib5gei/my_2_cents_for_the_android_studio_anniversary/) -- [Is learning Gaming Development (android) as a PlanB even possible?](https://www.reddit.com/r/androiddev/comments/1ib18gn/is_learning_gaming_development_android_as_a_planb/) -- [How to Locally Test Your Android or KMM Library Using Maven Local](https://www.reddit.com/r/androiddev/comments/1iat956/how_to_locally_test_your_android_or_kmm_library/) -- [Opinions about mrunning the entire app in sub-modules ?](https://www.reddit.com/r/androiddev/comments/1iapppm/opinions_about_mrunning_the_entire_app_in/) -- [rememberNavController() returning different instances](https://www.reddit.com/r/androiddev/comments/1iaata0/remembernavcontroller_returning_different/) +- [Android Kiosk App: How to Lock the OS?](https://www.reddit.com/r/androiddev/comments/1ib66ei/android_kiosk_app_how_to_lock_the_os/) ### *InfoWorld posts* From e97c8e7801c0c2fb108d70fda83e4e1d3596dc42 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 30 Jan 2025 01:29:42 +0000 Subject: [PATCH 1150/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cadbda24d6..5545711a02 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Catching Up with Android Development After 4-5 Years – Advice Needed](https://www.reddit.com/r/androiddev/comments/1icbyxu/catching_up_with_android_development_after_45/) -- [Native Android AI Code: Achieving 1.2% Battery Per Hour Usage for "Wake Word" AI Models – Lessons Learned](https://www.reddit.com/r/androiddev/comments/1icarlj/native_android_ai_code_achieving_12_battery_per/) -- [Why Not Compose! - Open Source Showcase of Animations, Compositions, and UIs in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1icalhk/why_not_compose_open_source_showcase_of/) -- [How to change SearchView position in a toolbar? (View framework)](https://www.reddit.com/r/androiddev/comments/1ic5shz/how_to_change_searchview_position_in_a_toolbar/) -- [Android maps free SDK](https://www.reddit.com/r/androiddev/comments/1ic3wrd/android_maps_free_sdk/) -- [Drawing Arcs with Rounded Corners](https://www.reddit.com/r/androiddev/comments/1ibw7vh/drawing_arcs_with_rounded_corners/) -- [Heron: An opensource Jetpack Compose adaptive, reactive and offline-first bluesky client](https://www.reddit.com/r/androiddev/comments/1ibfxkl/heron_an_opensource_jetpack_compose_adaptive/) -- [RowKalendar: Scrollable Horizontal Calendar for Compose Multiplatform 📅](https://www.reddit.com/r/androiddev/comments/1ibe2zk/rowkalendar_scrollable_horizontal_calendar_for/) -- [How to debug a library dependency?](https://www.reddit.com/r/androiddev/comments/1ib9zvn/how_to_debug_a_library_dependency/) -- [Android Kiosk App: How to Lock the OS?](https://www.reddit.com/r/androiddev/comments/1ib66ei/android_kiosk_app_how_to_lock_the_os/) +- [If you use your Pixel 4a for testing, do not accept latest firmware. Crazy battery drain, ruined charging, old images removed from archives, no way to roll back.](https://www.reddit.com/r/androiddev/comments/1id9t3u/if_you_use_your_pixel_4a_for_testing_do_not/) +- [UI libraries other than M3](https://www.reddit.com/r/androiddev/comments/1id9p29/ui_libraries_other_than_m3/) +- [PSA: Please maintain state if you're requiring a 2FA code](https://www.reddit.com/r/androiddev/comments/1id5pyw/psa_please_maintain_state_if_youre_requiring_a/) +- [Unknown package calling com.google.androud.gms](https://www.reddit.com/r/androiddev/comments/1id5970/unknown_package_calling_comgoogleandroudgms/) +- [I created a platform to get you some traffic to your Android app](https://www.reddit.com/r/androiddev/comments/1id0oqe/i_created_a_platform_to_get_you_some_traffic_to/) +- [How to implement "Backup app data to user's Google Drive"](https://www.reddit.com/r/androiddev/comments/1icym1m/how_to_implement_backup_app_data_to_users_google/) +- [Feels like Compose UI is bugging out](https://www.reddit.com/r/androiddev/comments/1icy68n/feels_like_compose_ui_is_bugging_out/) +- [Arrow for Everyone - TypeAlias Show](https://www.reddit.com/r/androiddev/comments/1icxbfc/arrow_for_everyone_typealias_show/) +- [Unable to wrap my head-around : seeking help !](https://www.reddit.com/r/androiddev/comments/1icvkir/unable_to_wrap_my_headaround_seeking_help/) +- [Is Compose Android's only future?](https://www.reddit.com/r/androiddev/comments/1icolce/is_compose_androids_only_future/) ### *InfoWorld posts* From 71c4c6761cba1e24b52e27dd2cad4fdc1999001d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 31 Jan 2025 01:29:52 +0000 Subject: [PATCH 1151/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5545711a02..affb75b553 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [If you use your Pixel 4a for testing, do not accept latest firmware. Crazy battery drain, ruined charging, old images removed from archives, no way to roll back.](https://www.reddit.com/r/androiddev/comments/1id9t3u/if_you_use_your_pixel_4a_for_testing_do_not/) -- [UI libraries other than M3](https://www.reddit.com/r/androiddev/comments/1id9p29/ui_libraries_other_than_m3/) -- [PSA: Please maintain state if you're requiring a 2FA code](https://www.reddit.com/r/androiddev/comments/1id5pyw/psa_please_maintain_state_if_youre_requiring_a/) -- [Unknown package calling com.google.androud.gms](https://www.reddit.com/r/androiddev/comments/1id5970/unknown_package_calling_comgoogleandroudgms/) -- [I created a platform to get you some traffic to your Android app](https://www.reddit.com/r/androiddev/comments/1id0oqe/i_created_a_platform_to_get_you_some_traffic_to/) -- [How to implement "Backup app data to user's Google Drive"](https://www.reddit.com/r/androiddev/comments/1icym1m/how_to_implement_backup_app_data_to_users_google/) -- [Feels like Compose UI is bugging out](https://www.reddit.com/r/androiddev/comments/1icy68n/feels_like_compose_ui_is_bugging_out/) -- [Arrow for Everyone - TypeAlias Show](https://www.reddit.com/r/androiddev/comments/1icxbfc/arrow_for_everyone_typealias_show/) -- [Unable to wrap my head-around : seeking help !](https://www.reddit.com/r/androiddev/comments/1icvkir/unable_to_wrap_my_headaround_seeking_help/) -- [Is Compose Android's only future?](https://www.reddit.com/r/androiddev/comments/1icolce/is_compose_androids_only_future/) +- [Teaching (not learning) materials from Google past 2020?](https://www.reddit.com/r/androiddev/comments/1idww27/teaching_not_learning_materials_from_google_past/) +- [Deepseek R1 performance for android development?](https://www.reddit.com/r/androiddev/comments/1idvde6/deepseek_r1_performance_for_android_development/) +- [How to make android studio appearance persistence after switching projects](https://www.reddit.com/r/androiddev/comments/1idtpmw/how_to_make_android_studio_appearance_persistence/) +- [One device for both Internal Testing and Production](https://www.reddit.com/r/androiddev/comments/1idtemk/one_device_for_both_internal_testing_and/) +- [How We Used Psychology To Increase Positive Reviews](https://www.reddit.com/r/androiddev/comments/1idrzav/how_we_used_psychology_to_increase_positive/) +- [A modern user-centric notes app: Advice on monetization and marketing.](https://www.reddit.com/r/androiddev/comments/1idrav5/a_modern_usercentric_notes_app_advice_on/) +- [Protecting component access within a modular structure](https://www.reddit.com/r/androiddev/comments/1idqqqs/protecting_component_access_within_a_modular/) +- [How Google kept the Google Play & Android app ecosystems safe in 2024](https://www.reddit.com/r/androiddev/comments/1idnoba/how_google_kept_the_google_play_android_app/) +- [Any conventions or standards for organizing folders in Kotlin projects with Gradle?](https://www.reddit.com/r/androiddev/comments/1idng0v/any_conventions_or_standards_for_organizing/) +- [Query Calendar events via CalendarContract from not primary account](https://www.reddit.com/r/androiddev/comments/1idk5xu/query_calendar_events_via_calendarcontract_from/) ### *InfoWorld posts* From 0f085633be87ee47fa0cab5d3548e8ece22f96cb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 1 Feb 2025 01:30:02 +0000 Subject: [PATCH 1152/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index affb75b553..0ff33f7cca 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How to remove Company Portal user accounts using AccountManager programmatically?](https://www.reddit.com/r/androiddev/comments/1iecy8q/how_to_remove_company_portal_user_accounts_using/) +- [A Use Case for `UseCase`s in Kotlin](https://www.reddit.com/r/androiddev/comments/1iebd7j/a_use_case_for_usecases_in_kotlin/) +- [Future native android app development jobs in Europe sustainable compared to cross-platform ?](https://www.reddit.com/r/androiddev/comments/1ie9s27/future_native_android_app_development_jobs_in/) - [Teaching (not learning) materials from Google past 2020?](https://www.reddit.com/r/androiddev/comments/1idww27/teaching_not_learning_materials_from_google_past/) - [Deepseek R1 performance for android development?](https://www.reddit.com/r/androiddev/comments/1idvde6/deepseek_r1_performance_for_android_development/) - [How to make android studio appearance persistence after switching projects](https://www.reddit.com/r/androiddev/comments/1idtpmw/how_to_make_android_studio_appearance_persistence/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [How We Used Psychology To Increase Positive Reviews](https://www.reddit.com/r/androiddev/comments/1idrzav/how_we_used_psychology_to_increase_positive/) - [A modern user-centric notes app: Advice on monetization and marketing.](https://www.reddit.com/r/androiddev/comments/1idrav5/a_modern_usercentric_notes_app_advice_on/) - [Protecting component access within a modular structure](https://www.reddit.com/r/androiddev/comments/1idqqqs/protecting_component_access_within_a_modular/) -- [How Google kept the Google Play & Android app ecosystems safe in 2024](https://www.reddit.com/r/androiddev/comments/1idnoba/how_google_kept_the_google_play_android_app/) -- [Any conventions or standards for organizing folders in Kotlin projects with Gradle?](https://www.reddit.com/r/androiddev/comments/1idng0v/any_conventions_or_standards_for_organizing/) -- [Query Calendar events via CalendarContract from not primary account](https://www.reddit.com/r/androiddev/comments/1idk5xu/query_calendar_events_via_calendarcontract_from/) ### *InfoWorld posts* From 3f6808a2c90b5c18efe2bb7fdf3acf872f73476e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 2 Feb 2025 01:29:49 +0000 Subject: [PATCH 1153/1422] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ff33f7cca..cd28448d60 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Free OWASP Mobile Top 10 Training for Android/Java](https://www.reddit.com/r/androiddev/comments/1if9800/free_owasp_mobile_top_10_training_for_androidjava/) - [How to remove Company Portal user accounts using AccountManager programmatically?](https://www.reddit.com/r/androiddev/comments/1iecy8q/how_to_remove_company_portal_user_accounts_using/) - [A Use Case for `UseCase`s in Kotlin](https://www.reddit.com/r/androiddev/comments/1iebd7j/a_use_case_for_usecases_in_kotlin/) - [Future native android app development jobs in Europe sustainable compared to cross-platform ?](https://www.reddit.com/r/androiddev/comments/1ie9s27/future_native_android_app_development_jobs_in/) @@ -280,7 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [One device for both Internal Testing and Production](https://www.reddit.com/r/androiddev/comments/1idtemk/one_device_for_both_internal_testing_and/) - [How We Used Psychology To Increase Positive Reviews](https://www.reddit.com/r/androiddev/comments/1idrzav/how_we_used_psychology_to_increase_positive/) - [A modern user-centric notes app: Advice on monetization and marketing.](https://www.reddit.com/r/androiddev/comments/1idrav5/a_modern_usercentric_notes_app_advice_on/) -- [Protecting component access within a modular structure](https://www.reddit.com/r/androiddev/comments/1idqqqs/protecting_component_access_within_a_modular/) ### *InfoWorld posts* From ad8d8497279cb354235aa7fabacea10effd40f0a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 3 Feb 2025 01:29:59 +0000 Subject: [PATCH 1154/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd28448d60..7279272c37 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [What metrics do you use to measure your app or code performance in general?](https://www.reddit.com/r/androiddev/comments/1ig78tq/what_metrics_do_you_use_to_measure_your_app_or/) +- [[Open Source] Swipeable Cards for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1ifzvho/open_source_swipeable_cards_for_jetpack_compose/) +- [Having trouble with your specific project? Updates, advice, and newbie questions for February 2025](https://www.reddit.com/r/androiddev/comments/1ifpck5/having_trouble_with_your_specific_project_updates/) - [Free OWASP Mobile Top 10 Training for Android/Java](https://www.reddit.com/r/androiddev/comments/1if9800/free_owasp_mobile_top_10_training_for_androidjava/) - [How to remove Company Portal user accounts using AccountManager programmatically?](https://www.reddit.com/r/androiddev/comments/1iecy8q/how_to_remove_company_portal_user_accounts_using/) - [A Use Case for `UseCase`s in Kotlin](https://www.reddit.com/r/androiddev/comments/1iebd7j/a_use_case_for_usecases_in_kotlin/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Teaching (not learning) materials from Google past 2020?](https://www.reddit.com/r/androiddev/comments/1idww27/teaching_not_learning_materials_from_google_past/) - [Deepseek R1 performance for android development?](https://www.reddit.com/r/androiddev/comments/1idvde6/deepseek_r1_performance_for_android_development/) - [How to make android studio appearance persistence after switching projects](https://www.reddit.com/r/androiddev/comments/1idtpmw/how_to_make_android_studio_appearance_persistence/) -- [One device for both Internal Testing and Production](https://www.reddit.com/r/androiddev/comments/1idtemk/one_device_for_both_internal_testing_and/) -- [How We Used Psychology To Increase Positive Reviews](https://www.reddit.com/r/androiddev/comments/1idrzav/how_we_used_psychology_to_increase_positive/) -- [A modern user-centric notes app: Advice on monetization and marketing.](https://www.reddit.com/r/androiddev/comments/1idrav5/a_modern_usercentric_notes_app_advice_on/) ### *InfoWorld posts* From 1d0f425f2e04fcd175c3f03c11654ac5382a3fe7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 4 Feb 2025 01:29:56 +0000 Subject: [PATCH 1155/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7279272c37..6d4feac4ca 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 3 now available](https://www.reddit.com/r/androiddev/comments/1igwtam/android_studio_meerkat_feature_drop_202432_canary/) +- [What is this called and how to implement?](https://www.reddit.com/r/androiddev/comments/1igq7iw/what_is_this_called_and_how_to_implement/) +- [Feature Flags in Android with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1igpnio/feature_flags_in_android_with_jetpack_compose/) +- [Android Compose Preview Data](https://www.reddit.com/r/androiddev/comments/1igl6hb/android_compose_preview_data/) - [What metrics do you use to measure your app or code performance in general?](https://www.reddit.com/r/androiddev/comments/1ig78tq/what_metrics_do_you_use_to_measure_your_app_or/) - [[Open Source] Swipeable Cards for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1ifzvho/open_source_swipeable_cards_for_jetpack_compose/) - [Having trouble with your specific project? Updates, advice, and newbie questions for February 2025](https://www.reddit.com/r/androiddev/comments/1ifpck5/having_trouble_with_your_specific_project_updates/) -- [Free OWASP Mobile Top 10 Training for Android/Java](https://www.reddit.com/r/androiddev/comments/1if9800/free_owasp_mobile_top_10_training_for_androidjava/) - [How to remove Company Portal user accounts using AccountManager programmatically?](https://www.reddit.com/r/androiddev/comments/1iecy8q/how_to_remove_company_portal_user_accounts_using/) - [A Use Case for `UseCase`s in Kotlin](https://www.reddit.com/r/androiddev/comments/1iebd7j/a_use_case_for_usecases_in_kotlin/) - [Future native android app development jobs in Europe sustainable compared to cross-platform ?](https://www.reddit.com/r/androiddev/comments/1ie9s27/future_native_android_app_development_jobs_in/) -- [Teaching (not learning) materials from Google past 2020?](https://www.reddit.com/r/androiddev/comments/1idww27/teaching_not_learning_materials_from_google_past/) -- [Deepseek R1 performance for android development?](https://www.reddit.com/r/androiddev/comments/1idvde6/deepseek_r1_performance_for_android_development/) -- [How to make android studio appearance persistence after switching projects](https://www.reddit.com/r/androiddev/comments/1idtpmw/how_to_make_android_studio_appearance_persistence/) ### *InfoWorld posts* From cd6bcb3ae8a6eeb7467cef6af47c4f62c9b4c03f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 5 Feb 2025 01:29:49 +0000 Subject: [PATCH 1156/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6d4feac4ca..fbeb8b2859 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [See Android network traffic](https://www.reddit.com/r/androiddev/comments/1ihpbvp/see_android_network_traffic/) +- [How to get a system prompt for disabling bluetooth in a android 14+](https://www.reddit.com/r/androiddev/comments/1ihglg1/how_to_get_a_system_prompt_for_disabling/) +- [GitHub - cesarferreira/rustycat: Modern android logcat viewer (built with rust)](https://www.reddit.com/r/androiddev/comments/1ihfx0r/github_cesarferreirarustycat_modern_android/) +- [lumo-ui now supports Compose Multiplatform](https://www.reddit.com/r/androiddev/comments/1ihehth/lumoui_now_supports_compose_multiplatform/) +- [Designing Effective UI Components in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1ihdv8p/designing_effective_ui_components_in_jetpack/) +- [🚀 We're Hiring: Android Developer at AsliPundit (Bangalore, India) 🏏](https://www.reddit.com/r/androiddev/comments/1ihcfzg/were_hiring_android_developer_at_aslipundit/) +- [Why is on-device Automated Speech Recognition (ASR) with VAD through custom models slow & not as high quality on Android?](https://www.reddit.com/r/androiddev/comments/1iha4t8/why_is_ondevice_automated_speech_recognition_asr/) - [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 3 now available](https://www.reddit.com/r/androiddev/comments/1igwtam/android_studio_meerkat_feature_drop_202432_canary/) - [What is this called and how to implement?](https://www.reddit.com/r/androiddev/comments/1igq7iw/what_is_this_called_and_how_to_implement/) - [Feature Flags in Android with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1igpnio/feature_flags_in_android_with_jetpack_compose/) -- [Android Compose Preview Data](https://www.reddit.com/r/androiddev/comments/1igl6hb/android_compose_preview_data/) -- [What metrics do you use to measure your app or code performance in general?](https://www.reddit.com/r/androiddev/comments/1ig78tq/what_metrics_do_you_use_to_measure_your_app_or/) -- [[Open Source] Swipeable Cards for Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1ifzvho/open_source_swipeable_cards_for_jetpack_compose/) -- [Having trouble with your specific project? Updates, advice, and newbie questions for February 2025](https://www.reddit.com/r/androiddev/comments/1ifpck5/having_trouble_with_your_specific_project_updates/) -- [How to remove Company Portal user accounts using AccountManager programmatically?](https://www.reddit.com/r/androiddev/comments/1iecy8q/how_to_remove_company_portal_user_accounts_using/) -- [A Use Case for `UseCase`s in Kotlin](https://www.reddit.com/r/androiddev/comments/1iebd7j/a_use_case_for_usecases_in_kotlin/) -- [Future native android app development jobs in Europe sustainable compared to cross-platform ?](https://www.reddit.com/r/androiddev/comments/1ie9s27/future_native_android_app_development_jobs_in/) ### *InfoWorld posts* From 271cd80b8e734b85008158e186e26da55464138c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 6 Feb 2025 01:29:59 +0000 Subject: [PATCH 1157/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fbeb8b2859..8f51098c0d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Studio Meerkat | 2024.3.1 RC 1 now available](https://www.reddit.com/r/androiddev/comments/1iij7mc/android_studio_meerkat_202431_rc_1_now_available/) +- [Need guidance](https://www.reddit.com/r/androiddev/comments/1iih7y2/need_guidance/) +- [SensorEventListener performance question](https://www.reddit.com/r/androiddev/comments/1iick2g/sensoreventlistener_performance_question/) +- [Ksoup v0.2.2 - Now with Android Native Support & Reader Parsing](https://www.reddit.com/r/androiddev/comments/1iiazxb/ksoup_v022_now_with_android_native_support_reader/) +- [I built a tool that lets you create, test and update mobile app onboardings remotely – what do you think? Right now it works with Android/Flutter/IOS.](https://www.reddit.com/r/androiddev/comments/1ii78wz/i_built_a_tool_that_lets_you_create_test_and/) +- [Jetpack Compose Function Parameter Callback Hell](https://www.reddit.com/r/androiddev/comments/1ii69fk/jetpack_compose_function_parameter_callback_hell/) +- [More edge-to-edge mysteries: Material 3 BottomAppBar & scroll behaviour](https://www.reddit.com/r/androiddev/comments/1ii3qse/more_edgetoedge_mysteries_material_3_bottomappbar/) - [See Android network traffic](https://www.reddit.com/r/androiddev/comments/1ihpbvp/see_android_network_traffic/) - [How to get a system prompt for disabling bluetooth in a android 14+](https://www.reddit.com/r/androiddev/comments/1ihglg1/how_to_get_a_system_prompt_for_disabling/) - [GitHub - cesarferreira/rustycat: Modern android logcat viewer (built with rust)](https://www.reddit.com/r/androiddev/comments/1ihfx0r/github_cesarferreirarustycat_modern_android/) -- [lumo-ui now supports Compose Multiplatform](https://www.reddit.com/r/androiddev/comments/1ihehth/lumoui_now_supports_compose_multiplatform/) -- [Designing Effective UI Components in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1ihdv8p/designing_effective_ui_components_in_jetpack/) -- [🚀 We're Hiring: Android Developer at AsliPundit (Bangalore, India) 🏏](https://www.reddit.com/r/androiddev/comments/1ihcfzg/were_hiring_android_developer_at_aslipundit/) -- [Why is on-device Automated Speech Recognition (ASR) with VAD through custom models slow & not as high quality on Android?](https://www.reddit.com/r/androiddev/comments/1iha4t8/why_is_ondevice_automated_speech_recognition_asr/) -- [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 3 now available](https://www.reddit.com/r/androiddev/comments/1igwtam/android_studio_meerkat_feature_drop_202432_canary/) -- [What is this called and how to implement?](https://www.reddit.com/r/androiddev/comments/1igq7iw/what_is_this_called_and_how_to_implement/) -- [Feature Flags in Android with Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1igpnio/feature_flags_in_android_with_jetpack_compose/) ### *InfoWorld posts* From 26cae66b6c53ac01a8d46e1ead0a84f61f427f4b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 7 Feb 2025 01:29:55 +0000 Subject: [PATCH 1158/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f51098c0d..57ff080e35 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Stifle Hungry Tasks using BuildService](https://www.reddit.com/r/androiddev/comments/1ijie4t/stifle_hungry_tasks_using_buildservice/) +- [Discover, Organize, and Enjoy Your Music with Valfi 🎧](https://www.reddit.com/r/androiddev/comments/1ijes2u/discover_organize_and_enjoy_your_music_with_valfi/) +- [Prof teaching mobile looking for advice re: Navigation vs Intents](https://www.reddit.com/r/androiddev/comments/1ij4bhd/prof_teaching_mobile_looking_for_advice_re/) - [Android Studio Meerkat | 2024.3.1 RC 1 now available](https://www.reddit.com/r/androiddev/comments/1iij7mc/android_studio_meerkat_202431_rc_1_now_available/) -- [Need guidance](https://www.reddit.com/r/androiddev/comments/1iih7y2/need_guidance/) - [SensorEventListener performance question](https://www.reddit.com/r/androiddev/comments/1iick2g/sensoreventlistener_performance_question/) - [Ksoup v0.2.2 - Now with Android Native Support & Reader Parsing](https://www.reddit.com/r/androiddev/comments/1iiazxb/ksoup_v022_now_with_android_native_support_reader/) - [I built a tool that lets you create, test and update mobile app onboardings remotely – what do you think? Right now it works with Android/Flutter/IOS.](https://www.reddit.com/r/androiddev/comments/1ii78wz/i_built_a_tool_that_lets_you_create_test_and/) - [Jetpack Compose Function Parameter Callback Hell](https://www.reddit.com/r/androiddev/comments/1ii69fk/jetpack_compose_function_parameter_callback_hell/) - [More edge-to-edge mysteries: Material 3 BottomAppBar & scroll behaviour](https://www.reddit.com/r/androiddev/comments/1ii3qse/more_edgetoedge_mysteries_material_3_bottomappbar/) - [See Android network traffic](https://www.reddit.com/r/androiddev/comments/1ihpbvp/see_android_network_traffic/) -- [How to get a system prompt for disabling bluetooth in a android 14+](https://www.reddit.com/r/androiddev/comments/1ihglg1/how_to_get_a_system_prompt_for_disabling/) -- [GitHub - cesarferreira/rustycat: Modern android logcat viewer (built with rust)](https://www.reddit.com/r/androiddev/comments/1ihfx0r/github_cesarferreirarustycat_modern_android/) ### *InfoWorld posts* From 735cc2b47e37988ac86c65edb72bb3371373d78a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 8 Feb 2025 01:29:37 +0000 Subject: [PATCH 1159/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 57ff080e35..195bd8e45a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Stifle Hungry Tasks using BuildService](https://www.reddit.com/r/androiddev/comments/1ijie4t/stifle_hungry_tasks_using_buildservice/) -- [Discover, Organize, and Enjoy Your Music with Valfi 🎧](https://www.reddit.com/r/androiddev/comments/1ijes2u/discover_organize_and_enjoy_your_music_with_valfi/) -- [Prof teaching mobile looking for advice re: Navigation vs Intents](https://www.reddit.com/r/androiddev/comments/1ij4bhd/prof_teaching_mobile_looking_for_advice_re/) -- [Android Studio Meerkat | 2024.3.1 RC 1 now available](https://www.reddit.com/r/androiddev/comments/1iij7mc/android_studio_meerkat_202431_rc_1_now_available/) -- [SensorEventListener performance question](https://www.reddit.com/r/androiddev/comments/1iick2g/sensoreventlistener_performance_question/) -- [Ksoup v0.2.2 - Now with Android Native Support & Reader Parsing](https://www.reddit.com/r/androiddev/comments/1iiazxb/ksoup_v022_now_with_android_native_support_reader/) -- [I built a tool that lets you create, test and update mobile app onboardings remotely – what do you think? Right now it works with Android/Flutter/IOS.](https://www.reddit.com/r/androiddev/comments/1ii78wz/i_built_a_tool_that_lets_you_create_test_and/) -- [Jetpack Compose Function Parameter Callback Hell](https://www.reddit.com/r/androiddev/comments/1ii69fk/jetpack_compose_function_parameter_callback_hell/) -- [More edge-to-edge mysteries: Material 3 BottomAppBar & scroll behaviour](https://www.reddit.com/r/androiddev/comments/1ii3qse/more_edgetoedge_mysteries_material_3_bottomappbar/) -- [See Android network traffic](https://www.reddit.com/r/androiddev/comments/1ihpbvp/see_android_network_traffic/) +- [Shining Text Effect - Make your call to action more premium](https://www.reddit.com/r/androiddev/comments/1ik8f5k/shining_text_effect_make_your_call_to_action_more/) +- [Sales and Marketing thread, February 2025](https://www.reddit.com/r/androiddev/comments/1ik7bgv/sales_and_marketing_thread_february_2025/) +- [Navigating the Challenges of Scoped Storage: Lessons for Modern Android Apps](https://www.reddit.com/r/androiddev/comments/1ik1kkz/navigating_the_challenges_of_scoped_storage/) +- [Not another clean architecture article PART2](https://www.reddit.com/r/androiddev/comments/1ijyifd/not_another_clean_architecture_article_part2/) +- [Window insets for edge to edge with dialogs jetpack compose](https://www.reddit.com/r/androiddev/comments/1ijwt7r/window_insets_for_edge_to_edge_with_dialogs/) +- [App Works in Emulator & USB Debugging but Won’t Install on the Same Device (“App Isn’t Compatible”)](https://www.reddit.com/r/androiddev/comments/1ijwfxb/app_works_in_emulator_usb_debugging_but_wont/) +- [Compose UI patterns- slot vs compound components with examples](https://www.reddit.com/r/androiddev/comments/1ijvupz/compose_ui_patterns_slot_vs_compound_components/) +- [Text Recognizer App using Google ML Kit and export to PDF](https://www.reddit.com/r/androiddev/comments/1ijph2e/text_recognizer_app_using_google_ml_kit_and/) +- [(Android XR) Spatial computing is coming!](https://www.reddit.com/r/androiddev/comments/1ijnnph/android_xr_spatial_computing_is_coming/) +- [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 4 now available](https://www.reddit.com/r/androiddev/comments/1ijm7p9/android_studio_meerkat_feature_drop_202432_canary/) ### *InfoWorld posts* From f94d9bc40d0dd99f25900d2882e19bd5e832dbaf Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 9 Feb 2025 01:29:55 +0000 Subject: [PATCH 1160/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 195bd8e45a..47a13262b0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Are you actively using LLM or Gen AI tools in your day to day work?](https://www.reddit.com/r/androiddev/comments/1il2dnk/are_you_actively_using_llm_or_gen_ai_tools_in/) +- [How to list all apps for a developer using Google Play Developer API?](https://www.reddit.com/r/androiddev/comments/1ikzi3w/how_to_list_all_apps_for_a_developer_using_google/) +- [I need help for an idea for a simple project](https://www.reddit.com/r/androiddev/comments/1iky547/i_need_help_for_an_idea_for_a_simple_project/) +- [Created my own custom Flashcard component inspired by Quizlet in Jetpack Compose!](https://www.reddit.com/r/androiddev/comments/1ikvdmr/created_my_own_custom_flashcard_component/) +- [Downloadable fonts preview in Compose](https://www.reddit.com/r/androiddev/comments/1ikv8y6/downloadable_fonts_preview_in_compose/) +- [Is it possible to use a conditional statement in a function parameter?](https://www.reddit.com/r/androiddev/comments/1iktiad/is_it_possible_to_use_a_conditional_statement_in/) +- [Any other 'best practice' that I should keep in mind while submitting an online assesment?](https://www.reddit.com/r/androiddev/comments/1ikqknu/any_other_best_practice_that_i_should_keep_in/) +- [Do you know the size limit for uploading apps/games to the Play Store?](https://www.reddit.com/r/androiddev/comments/1ikl8wg/do_you_know_the_size_limit_for_uploading/) +- [Add extra colors to ColorScheme?](https://www.reddit.com/r/androiddev/comments/1ikhfae/add_extra_colors_to_colorscheme/) - [Shining Text Effect - Make your call to action more premium](https://www.reddit.com/r/androiddev/comments/1ik8f5k/shining_text_effect_make_your_call_to_action_more/) -- [Sales and Marketing thread, February 2025](https://www.reddit.com/r/androiddev/comments/1ik7bgv/sales_and_marketing_thread_february_2025/) -- [Navigating the Challenges of Scoped Storage: Lessons for Modern Android Apps](https://www.reddit.com/r/androiddev/comments/1ik1kkz/navigating_the_challenges_of_scoped_storage/) -- [Not another clean architecture article PART2](https://www.reddit.com/r/androiddev/comments/1ijyifd/not_another_clean_architecture_article_part2/) -- [Window insets for edge to edge with dialogs jetpack compose](https://www.reddit.com/r/androiddev/comments/1ijwt7r/window_insets_for_edge_to_edge_with_dialogs/) -- [App Works in Emulator & USB Debugging but Won’t Install on the Same Device (“App Isn’t Compatible”)](https://www.reddit.com/r/androiddev/comments/1ijwfxb/app_works_in_emulator_usb_debugging_but_wont/) -- [Compose UI patterns- slot vs compound components with examples](https://www.reddit.com/r/androiddev/comments/1ijvupz/compose_ui_patterns_slot_vs_compound_components/) -- [Text Recognizer App using Google ML Kit and export to PDF](https://www.reddit.com/r/androiddev/comments/1ijph2e/text_recognizer_app_using_google_ml_kit_and/) -- [(Android XR) Spatial computing is coming!](https://www.reddit.com/r/androiddev/comments/1ijnnph/android_xr_spatial_computing_is_coming/) -- [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 4 now available](https://www.reddit.com/r/androiddev/comments/1ijm7p9/android_studio_meerkat_feature_drop_202432_canary/) ### *InfoWorld posts* From d37e2bea4adc6363e8828aa0c7ed7671a656d2ba Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 10 Feb 2025 01:30:04 +0000 Subject: [PATCH 1161/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 47a13262b0..c3d7a2d253 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [This is why we can't have nice things: When POM files lie](https://www.reddit.com/r/androiddev/comments/1iliv7k/this_is_why_we_cant_have_nice_things_when_pom/) +- [Testing for material guidelines compliance?](https://www.reddit.com/r/androiddev/comments/1ili5t8/testing_for_material_guidelines_compliance/) +- [Inserting Textfield in Top app bar title in jetpack compose shifts the whole Top app bar down](https://www.reddit.com/r/androiddev/comments/1ildrvi/inserting_textfield_in_top_app_bar_title_in/) +- [Android OBD2 Diagnostics App with MediaPipe & LLM – Interested in Learning How to Build This ?](https://www.reddit.com/r/androiddev/comments/1il69iq/android_obd2_diagnostics_app_with_mediapipe_llm/) - [Are you actively using LLM or Gen AI tools in your day to day work?](https://www.reddit.com/r/androiddev/comments/1il2dnk/are_you_actively_using_llm_or_gen_ai_tools_in/) -- [How to list all apps for a developer using Google Play Developer API?](https://www.reddit.com/r/androiddev/comments/1ikzi3w/how_to_list_all_apps_for_a_developer_using_google/) -- [I need help for an idea for a simple project](https://www.reddit.com/r/androiddev/comments/1iky547/i_need_help_for_an_idea_for_a_simple_project/) - [Created my own custom Flashcard component inspired by Quizlet in Jetpack Compose!](https://www.reddit.com/r/androiddev/comments/1ikvdmr/created_my_own_custom_flashcard_component/) - [Downloadable fonts preview in Compose](https://www.reddit.com/r/androiddev/comments/1ikv8y6/downloadable_fonts_preview_in_compose/) - [Is it possible to use a conditional statement in a function parameter?](https://www.reddit.com/r/androiddev/comments/1iktiad/is_it_possible_to_use_a_conditional_statement_in/) - [Any other 'best practice' that I should keep in mind while submitting an online assesment?](https://www.reddit.com/r/androiddev/comments/1ikqknu/any_other_best_practice_that_i_should_keep_in/) - [Do you know the size limit for uploading apps/games to the Play Store?](https://www.reddit.com/r/androiddev/comments/1ikl8wg/do_you_know_the_size_limit_for_uploading/) -- [Add extra colors to ColorScheme?](https://www.reddit.com/r/androiddev/comments/1ikhfae/add_extra_colors_to_colorscheme/) -- [Shining Text Effect - Make your call to action more premium](https://www.reddit.com/r/androiddev/comments/1ik8f5k/shining_text_effect_make_your_call_to_action_more/) ### *InfoWorld posts* From 22e9a168a466f2719beef2ad8010532807ad1b0d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 11 Feb 2025 01:29:51 +0000 Subject: [PATCH 1162/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c3d7a2d253..4f1b2fe44b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [This is why we can't have nice things: When POM files lie](https://www.reddit.com/r/androiddev/comments/1iliv7k/this_is_why_we_cant_have_nice_things_when_pom/) -- [Testing for material guidelines compliance?](https://www.reddit.com/r/androiddev/comments/1ili5t8/testing_for_material_guidelines_compliance/) -- [Inserting Textfield in Top app bar title in jetpack compose shifts the whole Top app bar down](https://www.reddit.com/r/androiddev/comments/1ildrvi/inserting_textfield_in_top_app_bar_title_in/) -- [Android OBD2 Diagnostics App with MediaPipe & LLM – Interested in Learning How to Build This ?](https://www.reddit.com/r/androiddev/comments/1il69iq/android_obd2_diagnostics_app_with_mediapipe_llm/) -- [Are you actively using LLM or Gen AI tools in your day to day work?](https://www.reddit.com/r/androiddev/comments/1il2dnk/are_you_actively_using_llm_or_gen_ai_tools_in/) -- [Created my own custom Flashcard component inspired by Quizlet in Jetpack Compose!](https://www.reddit.com/r/androiddev/comments/1ikvdmr/created_my_own_custom_flashcard_component/) -- [Downloadable fonts preview in Compose](https://www.reddit.com/r/androiddev/comments/1ikv8y6/downloadable_fonts_preview_in_compose/) -- [Is it possible to use a conditional statement in a function parameter?](https://www.reddit.com/r/androiddev/comments/1iktiad/is_it_possible_to_use_a_conditional_statement_in/) -- [Any other 'best practice' that I should keep in mind while submitting an online assesment?](https://www.reddit.com/r/androiddev/comments/1ikqknu/any_other_best_practice_that_i_should_keep_in/) -- [Do you know the size limit for uploading apps/games to the Play Store?](https://www.reddit.com/r/androiddev/comments/1ikl8wg/do_you_know_the_size_limit_for_uploading/) +- [Installing Google TV on a raspberry pi](https://www.reddit.com/r/androiddev/comments/1imkv2w/installing_google_tv_on_a_raspberry_pi/) +- [SOLID Principles Series](https://www.reddit.com/r/androiddev/comments/1imk55i/solid_principles_series/) +- [Koin IDE Plugin for Android Studio & IntelliJ - Please give us Your Feedback!](https://www.reddit.com/r/androiddev/comments/1im9zyy/koin_ide_plugin_for_android_studio_intellij/) +- [Idle emulators are taking up 8Gb RAM](https://www.reddit.com/r/androiddev/comments/1im9dqa/idle_emulators_are_taking_up_8gb_ram/) +- [Introducing Bulifier: An Open-Source Native Android IDE with AI-Powered Bullet-Point Coding](https://www.reddit.com/r/androiddev/comments/1im8fme/introducing_bulifier_an_opensource_native_android/) +- [I’m sharing a two part blog series on Compose Screenshot Testing](https://www.reddit.com/r/androiddev/comments/1im6ysx/im_sharing_a_two_part_blog_series_on_compose/) +- [How to handle multiple lists of same type in a ViewModel?](https://www.reddit.com/r/androiddev/comments/1im5r2m/how_to_handle_multiple_lists_of_same_type_in_a/) +- [My App Not Listed for Screen Recording on Android 15](https://www.reddit.com/r/androiddev/comments/1im1r8d/my_app_not_listed_for_screen_recording_on_android/) +- [Custom sliders library](https://www.reddit.com/r/androiddev/comments/1im1ozc/custom_sliders_library/) +- [RxJava vs Coroutines/Flows in 2025?](https://www.reddit.com/r/androiddev/comments/1im12rx/rxjava_vs_coroutinesflows_in_2025/) ### *InfoWorld posts* From 814f5567536db33b93c11baad0aa6a3defeaa2d5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 12 Feb 2025 01:29:52 +0000 Subject: [PATCH 1163/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f1b2fe44b..7fb1d0ba27 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Installing Google TV on a raspberry pi](https://www.reddit.com/r/androiddev/comments/1imkv2w/installing_google_tv_on_a_raspberry_pi/) +- [Android phone repair | Android LGL44VL Android 5.1.1.](https://www.reddit.com/r/androiddev/comments/1inf003/android_phone_repair_android_lgl44vl_android_511/) +- [Job Opportunity (Relocation to Sweden)](https://www.reddit.com/r/androiddev/comments/1in4e57/job_opportunity_relocation_to_sweden/) +- [Youtube Sliding Panel Layout clone](https://www.reddit.com/r/androiddev/comments/1in0cmc/youtube_sliding_panel_layout_clone/) +- [Implement app specific PIN and Biometric auth?](https://www.reddit.com/r/androiddev/comments/1imx5w0/implement_app_specific_pin_and_biometric_auth/) - [SOLID Principles Series](https://www.reddit.com/r/androiddev/comments/1imk55i/solid_principles_series/) - [Koin IDE Plugin for Android Studio & IntelliJ - Please give us Your Feedback!](https://www.reddit.com/r/androiddev/comments/1im9zyy/koin_ide_plugin_for_android_studio_intellij/) - [Idle emulators are taking up 8Gb RAM](https://www.reddit.com/r/androiddev/comments/1im9dqa/idle_emulators_are_taking_up_8gb_ram/) - [Introducing Bulifier: An Open-Source Native Android IDE with AI-Powered Bullet-Point Coding](https://www.reddit.com/r/androiddev/comments/1im8fme/introducing_bulifier_an_opensource_native_android/) - [I’m sharing a two part blog series on Compose Screenshot Testing](https://www.reddit.com/r/androiddev/comments/1im6ysx/im_sharing_a_two_part_blog_series_on_compose/) - [How to handle multiple lists of same type in a ViewModel?](https://www.reddit.com/r/androiddev/comments/1im5r2m/how_to_handle_multiple_lists_of_same_type_in_a/) -- [My App Not Listed for Screen Recording on Android 15](https://www.reddit.com/r/androiddev/comments/1im1r8d/my_app_not_listed_for_screen_recording_on_android/) -- [Custom sliders library](https://www.reddit.com/r/androiddev/comments/1im1ozc/custom_sliders_library/) -- [RxJava vs Coroutines/Flows in 2025?](https://www.reddit.com/r/androiddev/comments/1im12rx/rxjava_vs_coroutinesflows_in_2025/) ### *InfoWorld posts* From f6dcd99b26c92e4f2e0bc44f1bfc06740ef148a8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 13 Feb 2025 01:29:50 +0000 Subject: [PATCH 1164/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7fb1d0ba27..0ff59282c9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android phone repair | Android LGL44VL Android 5.1.1.](https://www.reddit.com/r/androiddev/comments/1inf003/android_phone_repair_android_lgl44vl_android_511/) +- [I built a tool to analyze app reviews—does this solve a real problem?](https://www.reddit.com/r/androiddev/comments/1inwth5/i_built_a_tool_to_analyze_app_reviewsdoes_this/) +- [How to use Multiple Cursors in Android Studio - in 5 minutes](https://www.reddit.com/r/androiddev/comments/1invirt/how_to_use_multiple_cursors_in_android_studio_in/) +- [Might be dumb question...but how to get newer version to run from any CMD/Terminal line?](https://www.reddit.com/r/androiddev/comments/1inuv4i/might_be_dumb_questionbut_how_to_get_newer/) +- [Jetpack Compose navigation](https://www.reddit.com/r/androiddev/comments/1inumde/jetpack_compose_navigation/) +- [Where is ADB documented?](https://www.reddit.com/r/androiddev/comments/1inu7hu/where_is_adb_documented/) +- [Crash stacktrace decorated with the class metadata.](https://www.reddit.com/r/androiddev/comments/1inkwna/crash_stacktrace_decorated_with_the_class_metadata/) +- [Navigation in multi-module Compose project](https://www.reddit.com/r/androiddev/comments/1in5kiq/navigation_in_multimodule_compose_project/) - [Job Opportunity (Relocation to Sweden)](https://www.reddit.com/r/androiddev/comments/1in4e57/job_opportunity_relocation_to_sweden/) - [Youtube Sliding Panel Layout clone](https://www.reddit.com/r/androiddev/comments/1in0cmc/youtube_sliding_panel_layout_clone/) - [Implement app specific PIN and Biometric auth?](https://www.reddit.com/r/androiddev/comments/1imx5w0/implement_app_specific_pin_and_biometric_auth/) -- [SOLID Principles Series](https://www.reddit.com/r/androiddev/comments/1imk55i/solid_principles_series/) -- [Koin IDE Plugin for Android Studio & IntelliJ - Please give us Your Feedback!](https://www.reddit.com/r/androiddev/comments/1im9zyy/koin_ide_plugin_for_android_studio_intellij/) -- [Idle emulators are taking up 8Gb RAM](https://www.reddit.com/r/androiddev/comments/1im9dqa/idle_emulators_are_taking_up_8gb_ram/) -- [Introducing Bulifier: An Open-Source Native Android IDE with AI-Powered Bullet-Point Coding](https://www.reddit.com/r/androiddev/comments/1im8fme/introducing_bulifier_an_opensource_native_android/) -- [I’m sharing a two part blog series on Compose Screenshot Testing](https://www.reddit.com/r/androiddev/comments/1im6ysx/im_sharing_a_two_part_blog_series_on_compose/) -- [How to handle multiple lists of same type in a ViewModel?](https://www.reddit.com/r/androiddev/comments/1im5r2m/how_to_handle_multiple_lists_of_same_type_in_a/) ### *InfoWorld posts* From 41866f23982c605e96df630d0a0bf2883ef30f84 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 14 Feb 2025 01:29:53 +0000 Subject: [PATCH 1165/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0ff59282c9..c1a10cb9ea 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Understanding navigation with different screen layouts](https://www.reddit.com/r/androiddev/comments/1iovjds/understanding_navigation_with_different_screen/) +- [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 5 now available](https://www.reddit.com/r/androiddev/comments/1ioqjur/android_studio_meerkat_feature_drop_202432_canary/) +- [Android Studio Ladybug Feature Drop | 2024.2.2 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/1ioqjuk/android_studio_ladybug_feature_drop_202422_patch/) +- [Why and what is Google's motive of this warning/banner to users?](https://www.reddit.com/r/androiddev/comments/1ioofic/why_and_what_is_googles_motive_of_this/) +- [Android AAOS Automotive Payments](https://www.reddit.com/r/androiddev/comments/1ionigr/android_aaos_automotive_payments/) +- [A simple app to detect nudity and explicit content](https://www.reddit.com/r/androiddev/comments/1iok2xt/a_simple_app_to_detect_nudity_and_explicit_content/) +- [Stupid question: how to run x86 Honda Automotive Emulator on Apple Silicon?](https://www.reddit.com/r/androiddev/comments/1iobn6n/stupid_question_how_to_run_x86_honda_automotive/) +- [Refactor your Gradle Setup with Convention Plugins](https://www.reddit.com/r/androiddev/comments/1io7o9l/refactor_your_gradle_setup_with_convention_plugins/) - [I built a tool to analyze app reviews—does this solve a real problem?](https://www.reddit.com/r/androiddev/comments/1inwth5/i_built_a_tool_to_analyze_app_reviewsdoes_this/) - [How to use Multiple Cursors in Android Studio - in 5 minutes](https://www.reddit.com/r/androiddev/comments/1invirt/how_to_use_multiple_cursors_in_android_studio_in/) -- [Might be dumb question...but how to get newer version to run from any CMD/Terminal line?](https://www.reddit.com/r/androiddev/comments/1inuv4i/might_be_dumb_questionbut_how_to_get_newer/) -- [Jetpack Compose navigation](https://www.reddit.com/r/androiddev/comments/1inumde/jetpack_compose_navigation/) -- [Where is ADB documented?](https://www.reddit.com/r/androiddev/comments/1inu7hu/where_is_adb_documented/) -- [Crash stacktrace decorated with the class metadata.](https://www.reddit.com/r/androiddev/comments/1inkwna/crash_stacktrace_decorated_with_the_class_metadata/) -- [Navigation in multi-module Compose project](https://www.reddit.com/r/androiddev/comments/1in5kiq/navigation_in_multimodule_compose_project/) -- [Job Opportunity (Relocation to Sweden)](https://www.reddit.com/r/androiddev/comments/1in4e57/job_opportunity_relocation_to_sweden/) -- [Youtube Sliding Panel Layout clone](https://www.reddit.com/r/androiddev/comments/1in0cmc/youtube_sliding_panel_layout_clone/) -- [Implement app specific PIN and Biometric auth?](https://www.reddit.com/r/androiddev/comments/1imx5w0/implement_app_specific_pin_and_biometric_auth/) ### *InfoWorld posts* From e2b8775168e3b034320f7019c79025aac94790ef Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 15 Feb 2025 01:29:42 +0000 Subject: [PATCH 1166/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c1a10cb9ea..9b3f46e1e0 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Stuck for days, someone please help me out: is it actually possible target individual physical cameras using Camera2?](https://www.reddit.com/r/androiddev/comments/1iphid9/stuck_for_days_someone_please_help_me_out_is_it/) +- [Which vector path editor to use today for creating reliably morphable paths for objectAnimator](https://www.reddit.com/r/androiddev/comments/1ip5g9r/which_vector_path_editor_to_use_today_for/) +- [Android Developers Blog: TrustedTime API: Introducing a reliable approach to time keeping for your apps](https://www.reddit.com/r/androiddev/comments/1iozjho/android_developers_blog_trustedtime_api/) - [Understanding navigation with different screen layouts](https://www.reddit.com/r/androiddev/comments/1iovjds/understanding_navigation_with_different_screen/) - [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 5 now available](https://www.reddit.com/r/androiddev/comments/1ioqjur/android_studio_meerkat_feature_drop_202432_canary/) - [Android Studio Ladybug Feature Drop | 2024.2.2 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/1ioqjuk/android_studio_ladybug_feature_drop_202422_patch/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Android AAOS Automotive Payments](https://www.reddit.com/r/androiddev/comments/1ionigr/android_aaos_automotive_payments/) - [A simple app to detect nudity and explicit content](https://www.reddit.com/r/androiddev/comments/1iok2xt/a_simple_app_to_detect_nudity_and_explicit_content/) - [Stupid question: how to run x86 Honda Automotive Emulator on Apple Silicon?](https://www.reddit.com/r/androiddev/comments/1iobn6n/stupid_question_how_to_run_x86_honda_automotive/) -- [Refactor your Gradle Setup with Convention Plugins](https://www.reddit.com/r/androiddev/comments/1io7o9l/refactor_your_gradle_setup_with_convention_plugins/) -- [I built a tool to analyze app reviews—does this solve a real problem?](https://www.reddit.com/r/androiddev/comments/1inwth5/i_built_a_tool_to_analyze_app_reviewsdoes_this/) -- [How to use Multiple Cursors in Android Studio - in 5 minutes](https://www.reddit.com/r/androiddev/comments/1invirt/how_to_use_multiple_cursors_in_android_studio_in/) ### *InfoWorld posts* From 0715ec4054fe66a4170dccc2b623b4a472bc160b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 16 Feb 2025 01:30:05 +0000 Subject: [PATCH 1167/1422] Updated with the latest blog posts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b3f46e1e0..07e0bd70e9 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,8 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Google Play Console error: "You need to use an SDK with a version number of 34 or lower."](https://www.reddit.com/r/androiddev/comments/1iq9xci/google_play_console_error_you_need_to_use_an_sdk/) +- [Firebase Dynamic Links alternative](https://www.reddit.com/r/androiddev/comments/1iq2qmk/firebase_dynamic_links_alternative/) - [Stuck for days, someone please help me out: is it actually possible target individual physical cameras using Camera2?](https://www.reddit.com/r/androiddev/comments/1iphid9/stuck_for_days_someone_please_help_me_out_is_it/) - [Which vector path editor to use today for creating reliably morphable paths for objectAnimator](https://www.reddit.com/r/androiddev/comments/1ip5g9r/which_vector_path_editor_to_use_today_for/) - [Android Developers Blog: TrustedTime API: Introducing a reliable approach to time keeping for your apps](https://www.reddit.com/r/androiddev/comments/1iozjho/android_developers_blog_trustedtime_api/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Android Studio Ladybug Feature Drop | 2024.2.2 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/1ioqjuk/android_studio_ladybug_feature_drop_202422_patch/) - [Why and what is Google's motive of this warning/banner to users?](https://www.reddit.com/r/androiddev/comments/1ioofic/why_and_what_is_googles_motive_of_this/) - [Android AAOS Automotive Payments](https://www.reddit.com/r/androiddev/comments/1ionigr/android_aaos_automotive_payments/) -- [A simple app to detect nudity and explicit content](https://www.reddit.com/r/androiddev/comments/1iok2xt/a_simple_app_to_detect_nudity_and_explicit_content/) -- [Stupid question: how to run x86 Honda Automotive Emulator on Apple Silicon?](https://www.reddit.com/r/androiddev/comments/1iobn6n/stupid_question_how_to_run_x86_honda_automotive/) ### *InfoWorld posts* From 78bdbf53d42ca3a2e1cd1fed93a1b2c815e44b54 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 17 Feb 2025 01:30:14 +0000 Subject: [PATCH 1168/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 07e0bd70e9..5af756158a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How to Build Apps with Spatial SDK for VR/MR?](https://www.reddit.com/r/androiddev/comments/1ir0kxx/how_to_build_apps_with_spatial_sdk_for_vrmr/) +- [How to change or spoof the Date/Time for a specific app without changing it for the entire device](https://www.reddit.com/r/androiddev/comments/1iqv74r/how_to_change_or_spoof_the_datetime_for_a/) +- [App to watch YT video in background](https://www.reddit.com/r/androiddev/comments/1iqsmqc/app_to_watch_yt_video_in_background/) +- [How do you protect your apk files from reverse engineering?](https://www.reddit.com/r/androiddev/comments/1iqqu13/how_do_you_protect_your_apk_files_from_reverse/) +- [Which framework should I choose to create an Android version for an iOS app?](https://www.reddit.com/r/androiddev/comments/1iqnxt6/which_framework_should_i_choose_to_create_an/) +- [Thanks for this Amazing Android Documentation](https://www.reddit.com/r/androiddev/comments/1iqnx8x/thanks_for_this_amazing_android_documentation/) - [Google Play Console error: "You need to use an SDK with a version number of 34 or lower."](https://www.reddit.com/r/androiddev/comments/1iq9xci/google_play_console_error_you_need_to_use_an_sdk/) - [Firebase Dynamic Links alternative](https://www.reddit.com/r/androiddev/comments/1iq2qmk/firebase_dynamic_links_alternative/) - [Stuck for days, someone please help me out: is it actually possible target individual physical cameras using Camera2?](https://www.reddit.com/r/androiddev/comments/1iphid9/stuck_for_days_someone_please_help_me_out_is_it/) - [Which vector path editor to use today for creating reliably morphable paths for objectAnimator](https://www.reddit.com/r/androiddev/comments/1ip5g9r/which_vector_path_editor_to_use_today_for/) -- [Android Developers Blog: TrustedTime API: Introducing a reliable approach to time keeping for your apps](https://www.reddit.com/r/androiddev/comments/1iozjho/android_developers_blog_trustedtime_api/) -- [Understanding navigation with different screen layouts](https://www.reddit.com/r/androiddev/comments/1iovjds/understanding_navigation_with_different_screen/) -- [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 5 now available](https://www.reddit.com/r/androiddev/comments/1ioqjur/android_studio_meerkat_feature_drop_202432_canary/) -- [Android Studio Ladybug Feature Drop | 2024.2.2 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/1ioqjuk/android_studio_ladybug_feature_drop_202422_patch/) -- [Why and what is Google's motive of this warning/banner to users?](https://www.reddit.com/r/androiddev/comments/1ioofic/why_and_what_is_googles_motive_of_this/) -- [Android AAOS Automotive Payments](https://www.reddit.com/r/androiddev/comments/1ionigr/android_aaos_automotive_payments/) ### *InfoWorld posts* From c18830e9c60b625668f463face6eea2feefe6fa6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 18 Feb 2025 01:29:58 +0000 Subject: [PATCH 1169/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5af756158a..4c7ed7fa04 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [PayPal Hijacks mailto Links Causing Payment Confusion](https://www.reddit.com/r/androiddev/comments/1irlcbp/paypal_hijacks_mailto_links_causing_payment/) +- [The old Ramotion's Slider in now Multiplatform](https://www.reddit.com/r/androiddev/comments/1irg04a/the_old_ramotions_slider_in_now_multiplatform/) +- [I can't get Layout Inspector to work 😫 - help?](https://www.reddit.com/r/androiddev/comments/1ireqda/i_cant_get_layout_inspector_to_work_help/) - [How to Build Apps with Spatial SDK for VR/MR?](https://www.reddit.com/r/androiddev/comments/1ir0kxx/how_to_build_apps_with_spatial_sdk_for_vrmr/) - [How to change or spoof the Date/Time for a specific app without changing it for the entire device](https://www.reddit.com/r/androiddev/comments/1iqv74r/how_to_change_or_spoof_the_datetime_for_a/) - [App to watch YT video in background](https://www.reddit.com/r/androiddev/comments/1iqsmqc/app_to_watch_yt_video_in_background/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Which framework should I choose to create an Android version for an iOS app?](https://www.reddit.com/r/androiddev/comments/1iqnxt6/which_framework_should_i_choose_to_create_an/) - [Thanks for this Amazing Android Documentation](https://www.reddit.com/r/androiddev/comments/1iqnx8x/thanks_for_this_amazing_android_documentation/) - [Google Play Console error: "You need to use an SDK with a version number of 34 or lower."](https://www.reddit.com/r/androiddev/comments/1iq9xci/google_play_console_error_you_need_to_use_an_sdk/) -- [Firebase Dynamic Links alternative](https://www.reddit.com/r/androiddev/comments/1iq2qmk/firebase_dynamic_links_alternative/) -- [Stuck for days, someone please help me out: is it actually possible target individual physical cameras using Camera2?](https://www.reddit.com/r/androiddev/comments/1iphid9/stuck_for_days_someone_please_help_me_out_is_it/) -- [Which vector path editor to use today for creating reliably morphable paths for objectAnimator](https://www.reddit.com/r/androiddev/comments/1ip5g9r/which_vector_path_editor_to_use_today_for/) ### *InfoWorld posts* From f2458cac0873416286ce0197c2bda45503485a38 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 19 Feb 2025 01:30:01 +0000 Subject: [PATCH 1170/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4c7ed7fa04..1615f529a0 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [PayPal Hijacks mailto Links Causing Payment Confusion](https://www.reddit.com/r/androiddev/comments/1irlcbp/paypal_hijacks_mailto_links_causing_payment/) -- [The old Ramotion's Slider in now Multiplatform](https://www.reddit.com/r/androiddev/comments/1irg04a/the_old_ramotions_slider_in_now_multiplatform/) -- [I can't get Layout Inspector to work 😫 - help?](https://www.reddit.com/r/androiddev/comments/1ireqda/i_cant_get_layout_inspector_to_work_help/) -- [How to Build Apps with Spatial SDK for VR/MR?](https://www.reddit.com/r/androiddev/comments/1ir0kxx/how_to_build_apps_with_spatial_sdk_for_vrmr/) -- [How to change or spoof the Date/Time for a specific app without changing it for the entire device](https://www.reddit.com/r/androiddev/comments/1iqv74r/how_to_change_or_spoof_the_datetime_for_a/) -- [App to watch YT video in background](https://www.reddit.com/r/androiddev/comments/1iqsmqc/app_to_watch_yt_video_in_background/) -- [How do you protect your apk files from reverse engineering?](https://www.reddit.com/r/androiddev/comments/1iqqu13/how_do_you_protect_your_apk_files_from_reverse/) -- [Which framework should I choose to create an Android version for an iOS app?](https://www.reddit.com/r/androiddev/comments/1iqnxt6/which_framework_should_i_choose_to_create_an/) -- [Thanks for this Amazing Android Documentation](https://www.reddit.com/r/androiddev/comments/1iqnx8x/thanks_for_this_amazing_android_documentation/) -- [Google Play Console error: "You need to use an SDK with a version number of 34 or lower."](https://www.reddit.com/r/androiddev/comments/1iq9xci/google_play_console_error_you_need_to_use_an_sdk/) +- [Coping with Google Photos API changes (no more programmatic access to user's photos after March 31st, 2025).](https://www.reddit.com/r/androiddev/comments/1isijab/coping_with_google_photos_api_changes_no_more/) +- [Help with firebase cloud messaging](https://www.reddit.com/r/androiddev/comments/1isffo4/help_with_firebase_cloud_messaging/) +- [Android Studio Meerkat | 2024.3.1 RC 2 now available](https://www.reddit.com/r/androiddev/comments/1isek1b/android_studio_meerkat_202431_rc_2_now_available/) +- [Is it okay to make dev app admin on play store console?](https://www.reddit.com/r/androiddev/comments/1isegyq/is_it_okay_to_make_dev_app_admin_on_play_store/) +- [Open sourced most popular paleontological app in the world](https://www.reddit.com/r/androiddev/comments/1ise4u4/open_sourced_most_popular_paleontological_app_in/) +- [Emerging bad behavior](https://www.reddit.com/r/androiddev/comments/1ise4e7/emerging_bad_behavior/) +- [Data Oriented Programming · Fragmented #255 | #androiddev Podcast](https://www.reddit.com/r/androiddev/comments/1isc8l4/data_oriented_programming_fragmented_255/) +- [Is there a better option than Google Firebase?](https://www.reddit.com/r/androiddev/comments/1isc6bj/is_there_a_better_option_than_google_firebase/) +- [Android Jetpack Compose ViewModel Tutorial | Beginner Tutorial](https://www.reddit.com/r/androiddev/comments/1isbvwv/android_jetpack_compose_viewmodel_tutorial/) +- [Documentation to create a custom keyboard (IME)](https://www.reddit.com/r/androiddev/comments/1isavs1/documentation_to_create_a_custom_keyboard_ime/) ### *InfoWorld posts* From 0d51ebd01dd3c43b1254830ecb7c0d12de2d6f07 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 20 Feb 2025 01:30:11 +0000 Subject: [PATCH 1171/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1615f529a0..26e219cf6a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Sites to download free Lottie files?](https://www.reddit.com/r/androiddev/comments/1itgenr/sites_to_download_free_lottie_files/) +- [New to Kotlin – Best Way to Design UI?](https://www.reddit.com/r/androiddev/comments/1it3ka0/new_to_kotlin_best_way_to_design_ui/) +- [Open Testing vs. Straight Production Launch](https://www.reddit.com/r/androiddev/comments/1it2khz/open_testing_vs_straight_production_launch/) +- [TikTok Controllers](https://www.reddit.com/r/androiddev/comments/1isw8iq/tiktok_controllers/) +- [Please roast a take-home assessment](https://www.reddit.com/r/androiddev/comments/1isva1r/please_roast_a_takehome_assessment/) +- [Google Data Safety Question](https://www.reddit.com/r/androiddev/comments/1isu24p/google_data_safety_question/) - [Coping with Google Photos API changes (no more programmatic access to user's photos after March 31st, 2025).](https://www.reddit.com/r/androiddev/comments/1isijab/coping_with_google_photos_api_changes_no_more/) -- [Help with firebase cloud messaging](https://www.reddit.com/r/androiddev/comments/1isffo4/help_with_firebase_cloud_messaging/) - [Android Studio Meerkat | 2024.3.1 RC 2 now available](https://www.reddit.com/r/androiddev/comments/1isek1b/android_studio_meerkat_202431_rc_2_now_available/) - [Is it okay to make dev app admin on play store console?](https://www.reddit.com/r/androiddev/comments/1isegyq/is_it_okay_to_make_dev_app_admin_on_play_store/) - [Open sourced most popular paleontological app in the world](https://www.reddit.com/r/androiddev/comments/1ise4u4/open_sourced_most_popular_paleontological_app_in/) -- [Emerging bad behavior](https://www.reddit.com/r/androiddev/comments/1ise4e7/emerging_bad_behavior/) -- [Data Oriented Programming · Fragmented #255 | #androiddev Podcast](https://www.reddit.com/r/androiddev/comments/1isc8l4/data_oriented_programming_fragmented_255/) -- [Is there a better option than Google Firebase?](https://www.reddit.com/r/androiddev/comments/1isc6bj/is_there_a_better_option_than_google_firebase/) -- [Android Jetpack Compose ViewModel Tutorial | Beginner Tutorial](https://www.reddit.com/r/androiddev/comments/1isbvwv/android_jetpack_compose_viewmodel_tutorial/) -- [Documentation to create a custom keyboard (IME)](https://www.reddit.com/r/androiddev/comments/1isavs1/documentation_to_create_a_custom_keyboard_ime/) ### *InfoWorld posts* From f42649c66e8254de052ecf27927eecb43202c47c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 21 Feb 2025 01:30:09 +0000 Subject: [PATCH 1172/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 26e219cf6a..bade921e36 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Best way for a beginner to make a simple android CRUD app?](https://www.reddit.com/r/androiddev/comments/1iuel8r/best_way_for_a_beginner_to_make_a_simple_android/) +- [0 I am working on a Jetpack Compose app where users can add and remove addresses dynamically. I am using a LazyColumn with a unique key (address.id), but the addresses are sometimes duplicated instead of replacing the empty placeholder.](https://www.reddit.com/r/androiddev/comments/1iu8h6q/0_i_am_working_on_a_jetpack_compose_app_where/) +- [Issues with and Confusion about ViewModels](https://www.reddit.com/r/androiddev/comments/1iu82p8/issues_with_and_confusion_about_viewmodels/) +- [Inconsistency in Google Play account reviews](https://www.reddit.com/r/androiddev/comments/1iu2j2f/inconsistency_in_google_play_account_reviews/) +- [Who is this bouncy pixely zombie on my emulator camera?](https://www.reddit.com/r/androiddev/comments/1itxwj7/who_is_this_bouncy_pixely_zombie_on_my_emulator/) +- [Amazon Appstore for Android devices to be discontinued](https://www.reddit.com/r/androiddev/comments/1itulkn/amazon_appstore_for_android_devices_to_be/) +- [AGSL Shaders demo for Android 13](https://www.reddit.com/r/androiddev/comments/1ittzme/agsl_shaders_demo_for_android_13/) - [Sites to download free Lottie files?](https://www.reddit.com/r/androiddev/comments/1itgenr/sites_to_download_free_lottie_files/) - [New to Kotlin – Best Way to Design UI?](https://www.reddit.com/r/androiddev/comments/1it3ka0/new_to_kotlin_best_way_to_design_ui/) - [Open Testing vs. Straight Production Launch](https://www.reddit.com/r/androiddev/comments/1it2khz/open_testing_vs_straight_production_launch/) -- [TikTok Controllers](https://www.reddit.com/r/androiddev/comments/1isw8iq/tiktok_controllers/) -- [Please roast a take-home assessment](https://www.reddit.com/r/androiddev/comments/1isva1r/please_roast_a_takehome_assessment/) -- [Google Data Safety Question](https://www.reddit.com/r/androiddev/comments/1isu24p/google_data_safety_question/) -- [Coping with Google Photos API changes (no more programmatic access to user's photos after March 31st, 2025).](https://www.reddit.com/r/androiddev/comments/1isijab/coping_with_google_photos_api_changes_no_more/) -- [Android Studio Meerkat | 2024.3.1 RC 2 now available](https://www.reddit.com/r/androiddev/comments/1isek1b/android_studio_meerkat_202431_rc_2_now_available/) -- [Is it okay to make dev app admin on play store console?](https://www.reddit.com/r/androiddev/comments/1isegyq/is_it_okay_to_make_dev_app_admin_on_play_store/) -- [Open sourced most popular paleontological app in the world](https://www.reddit.com/r/androiddev/comments/1ise4u4/open_sourced_most_popular_paleontological_app_in/) ### *InfoWorld posts* From 448bab01c7c7c15c00705bd4910cf888f4ec6814 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 22 Feb 2025 01:29:44 +0000 Subject: [PATCH 1173/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bade921e36..df68b29b7f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Best way for a beginner to make a simple android CRUD app?](https://www.reddit.com/r/androiddev/comments/1iuel8r/best_way_for_a_beginner_to_make_a_simple_android/) +- [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/1iuyn6t/android_studio_meerkat_feature_drop_202432_canary/) +- [Overdraw and app quality guidelines](https://www.reddit.com/r/androiddev/comments/1iuwxw2/overdraw_and_app_quality_guidelines/) +- [Android UI development - Jetpack Compose - unhappy with it](https://www.reddit.com/r/androiddev/comments/1iuwxmo/android_ui_development_jetpack_compose_unhappy/) +- [Play Developer research community](https://www.reddit.com/r/androiddev/comments/1iuvy4h/play_developer_research_community/) +- [How you deal with state classes ?](https://www.reddit.com/r/androiddev/comments/1iuu7zy/how_you_deal_with_state_classes/) +- [How to Avoid Gradle Plugin Dependency Hell](https://www.reddit.com/r/androiddev/comments/1iuor7w/how_to_avoid_gradle_plugin_dependency_hell/) +- [Reveal animation with Android Shaders](https://www.reddit.com/r/androiddev/comments/1iunm7a/reveal_animation_with_android_shaders/) - [0 I am working on a Jetpack Compose app where users can add and remove addresses dynamically. I am using a LazyColumn with a unique key (address.id), but the addresses are sometimes duplicated instead of replacing the empty placeholder.](https://www.reddit.com/r/androiddev/comments/1iu8h6q/0_i_am_working_on_a_jetpack_compose_app_where/) - [Issues with and Confusion about ViewModels](https://www.reddit.com/r/androiddev/comments/1iu82p8/issues_with_and_confusion_about_viewmodels/) - [Inconsistency in Google Play account reviews](https://www.reddit.com/r/androiddev/comments/1iu2j2f/inconsistency_in_google_play_account_reviews/) -- [Who is this bouncy pixely zombie on my emulator camera?](https://www.reddit.com/r/androiddev/comments/1itxwj7/who_is_this_bouncy_pixely_zombie_on_my_emulator/) -- [Amazon Appstore for Android devices to be discontinued](https://www.reddit.com/r/androiddev/comments/1itulkn/amazon_appstore_for_android_devices_to_be/) -- [AGSL Shaders demo for Android 13](https://www.reddit.com/r/androiddev/comments/1ittzme/agsl_shaders_demo_for_android_13/) -- [Sites to download free Lottie files?](https://www.reddit.com/r/androiddev/comments/1itgenr/sites_to_download_free_lottie_files/) -- [New to Kotlin – Best Way to Design UI?](https://www.reddit.com/r/androiddev/comments/1it3ka0/new_to_kotlin_best_way_to_design_ui/) -- [Open Testing vs. Straight Production Launch](https://www.reddit.com/r/androiddev/comments/1it2khz/open_testing_vs_straight_production_launch/) ### *InfoWorld posts* From 97781137dd3c989aa95bcf7d765144b13b692b58 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 23 Feb 2025 01:30:04 +0000 Subject: [PATCH 1174/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df68b29b7f..4e49297f0a 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [is this how a production ready app looks now a days?](https://www.reddit.com/r/androiddev/comments/1ivqq6p/is_this_how_a_production_ready_app_looks_now_a/) +- [Logcat Android Studio](https://www.reddit.com/r/androiddev/comments/1ivb1gw/logcat_android_studio/) +- [GDPR UMP alternative due to admob ban](https://www.reddit.com/r/androiddev/comments/1iv9mlh/gdpr_ump_alternative_due_to_admob_ban/) - [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/1iuyn6t/android_studio_meerkat_feature_drop_202432_canary/) - [Overdraw and app quality guidelines](https://www.reddit.com/r/androiddev/comments/1iuwxw2/overdraw_and_app_quality_guidelines/) - [Android UI development - Jetpack Compose - unhappy with it](https://www.reddit.com/r/androiddev/comments/1iuwxmo/android_ui_development_jetpack_compose_unhappy/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [How you deal with state classes ?](https://www.reddit.com/r/androiddev/comments/1iuu7zy/how_you_deal_with_state_classes/) - [How to Avoid Gradle Plugin Dependency Hell](https://www.reddit.com/r/androiddev/comments/1iuor7w/how_to_avoid_gradle_plugin_dependency_hell/) - [Reveal animation with Android Shaders](https://www.reddit.com/r/androiddev/comments/1iunm7a/reveal_animation_with_android_shaders/) -- [0 I am working on a Jetpack Compose app where users can add and remove addresses dynamically. I am using a LazyColumn with a unique key (address.id), but the addresses are sometimes duplicated instead of replacing the empty placeholder.](https://www.reddit.com/r/androiddev/comments/1iu8h6q/0_i_am_working_on_a_jetpack_compose_app_where/) -- [Issues with and Confusion about ViewModels](https://www.reddit.com/r/androiddev/comments/1iu82p8/issues_with_and_confusion_about_viewmodels/) -- [Inconsistency in Google Play account reviews](https://www.reddit.com/r/androiddev/comments/1iu2j2f/inconsistency_in_google_play_account_reviews/) ### *InfoWorld posts* From a409a7126222a23a81ea31a0ace26839fb39d53f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 24 Feb 2025 01:30:13 +0000 Subject: [PATCH 1175/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4e49297f0a..717d4ceb92 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android sharing intent won't work with reddit](https://www.reddit.com/r/androiddev/comments/1iwk7vp/android_sharing_intent_wont_work_with_reddit/) +- [Handle GamePad buttons in Jetpack Compose UI](https://www.reddit.com/r/androiddev/comments/1iwai1e/handle_gamepad_buttons_in_jetpack_compose_ui/) +- [How to Prevent Scroll Jumps and UI Flickering in LazyColumn with Paging 3 on PagingSource Invalidation?](https://www.reddit.com/r/androiddev/comments/1iw8sn1/how_to_prevent_scroll_jumps_and_ui_flickering_in/) +- [An experimental Kotlin Multiplatform, Compose Multiplatform, GameBoy Emulator.](https://www.reddit.com/r/androiddev/comments/1iw5nk6/an_experimental_kotlin_multiplatform_compose/) - [is this how a production ready app looks now a days?](https://www.reddit.com/r/androiddev/comments/1ivqq6p/is_this_how_a_production_ready_app_looks_now_a/) - [Logcat Android Studio](https://www.reddit.com/r/androiddev/comments/1ivb1gw/logcat_android_studio/) - [GDPR UMP alternative due to admob ban](https://www.reddit.com/r/androiddev/comments/1iv9mlh/gdpr_ump_alternative_due_to_admob_ban/) - [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/1iuyn6t/android_studio_meerkat_feature_drop_202432_canary/) - [Overdraw and app quality guidelines](https://www.reddit.com/r/androiddev/comments/1iuwxw2/overdraw_and_app_quality_guidelines/) - [Android UI development - Jetpack Compose - unhappy with it](https://www.reddit.com/r/androiddev/comments/1iuwxmo/android_ui_development_jetpack_compose_unhappy/) -- [Play Developer research community](https://www.reddit.com/r/androiddev/comments/1iuvy4h/play_developer_research_community/) -- [How you deal with state classes ?](https://www.reddit.com/r/androiddev/comments/1iuu7zy/how_you_deal_with_state_classes/) -- [How to Avoid Gradle Plugin Dependency Hell](https://www.reddit.com/r/androiddev/comments/1iuor7w/how_to_avoid_gradle_plugin_dependency_hell/) -- [Reveal animation with Android Shaders](https://www.reddit.com/r/androiddev/comments/1iunm7a/reveal_animation_with_android_shaders/) ### *InfoWorld posts* From 1218862ff181b5904b165be355ed10f1ea199ffd Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 25 Feb 2025 01:30:08 +0000 Subject: [PATCH 1176/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 717d4ceb92..1bbe2d683b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Whats going on with Jetpack bluetooth (androidx.bluetooth)?](https://www.reddit.com/r/androiddev/comments/1ixctn3/whats_going_on_with_jetpack_bluetooth/) +- [We have plenty of options to animate in Compose, which is great, but sometimes it can be tough to choose the right one. I wrote down my thoughts about such a case.](https://www.reddit.com/r/androiddev/comments/1ix9df8/we_have_plenty_of_options_to_animate_in_compose/) +- [Can the microphone be shared between services?](https://www.reddit.com/r/androiddev/comments/1ix7aih/can_the_microphone_be_shared_between_services/) +- [iBeacon detection on android 15](https://www.reddit.com/r/androiddev/comments/1iwzm56/ibeacon_detection_on_android_15/) +- [Help with Jetpack Compose Android Video Weird Animation](https://www.reddit.com/r/androiddev/comments/1iwxr50/help_with_jetpack_compose_android_video_weird/) +- [Custom Markers on Google Maps Street View -Android](https://www.reddit.com/r/androiddev/comments/1iwvicx/custom_markers_on_google_maps_street_view_android/) - [Android sharing intent won't work with reddit](https://www.reddit.com/r/androiddev/comments/1iwk7vp/android_sharing_intent_wont_work_with_reddit/) - [Handle GamePad buttons in Jetpack Compose UI](https://www.reddit.com/r/androiddev/comments/1iwai1e/handle_gamepad_buttons_in_jetpack_compose_ui/) - [How to Prevent Scroll Jumps and UI Flickering in LazyColumn with Paging 3 on PagingSource Invalidation?](https://www.reddit.com/r/androiddev/comments/1iw8sn1/how_to_prevent_scroll_jumps_and_ui_flickering_in/) - [An experimental Kotlin Multiplatform, Compose Multiplatform, GameBoy Emulator.](https://www.reddit.com/r/androiddev/comments/1iw5nk6/an_experimental_kotlin_multiplatform_compose/) -- [is this how a production ready app looks now a days?](https://www.reddit.com/r/androiddev/comments/1ivqq6p/is_this_how_a_production_ready_app_looks_now_a/) -- [Logcat Android Studio](https://www.reddit.com/r/androiddev/comments/1ivb1gw/logcat_android_studio/) -- [GDPR UMP alternative due to admob ban](https://www.reddit.com/r/androiddev/comments/1iv9mlh/gdpr_ump_alternative_due_to_admob_ban/) -- [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 6 now available](https://www.reddit.com/r/androiddev/comments/1iuyn6t/android_studio_meerkat_feature_drop_202432_canary/) -- [Overdraw and app quality guidelines](https://www.reddit.com/r/androiddev/comments/1iuwxw2/overdraw_and_app_quality_guidelines/) -- [Android UI development - Jetpack Compose - unhappy with it](https://www.reddit.com/r/androiddev/comments/1iuwxmo/android_ui_development_jetpack_compose_unhappy/) ### *InfoWorld posts* From 994240898c3a9ab47f3c2023f597a0c7a46e88a9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 26 Feb 2025 01:30:08 +0000 Subject: [PATCH 1177/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1bbe2d683b..cc2e4305f6 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [SimpleBLE - Cross-platform Bluetooth library that just works - Now available on Android!](https://www.reddit.com/r/androiddev/comments/1iybc3b/simpleble_crossplatform_bluetooth_library_that/) +- [Why does 'TextAlign.Justify' work everywhere except on a device with OxygenOS 15?](https://www.reddit.com/r/androiddev/comments/1ixyqn7/why_does_textalignjustify_work_everywhere_except/) +- [Health Connect | Recording Method Unknown for all data](https://www.reddit.com/r/androiddev/comments/1ixy9qg/health_connect_recording_method_unknown_for_all/) +- [Deploy Android App on Play Store using Github Action](https://www.reddit.com/r/androiddev/comments/1ixwnpr/deploy_android_app_on_play_store_using_github/) +- [Versioning your android app like a leetcode problem](https://www.reddit.com/r/androiddev/comments/1ixtmtl/versioning_your_android_app_like_a_leetcode/) +- [Rapid prototyping with Kotlin · Fragmented #256](https://www.reddit.com/r/androiddev/comments/1ixmh94/rapid_prototyping_with_kotlin_fragmented_256/) +- [Profiling app for performance?](https://www.reddit.com/r/androiddev/comments/1ixjb3x/profiling_app_for_performance/) - [Whats going on with Jetpack bluetooth (androidx.bluetooth)?](https://www.reddit.com/r/androiddev/comments/1ixctn3/whats_going_on_with_jetpack_bluetooth/) - [We have plenty of options to animate in Compose, which is great, but sometimes it can be tough to choose the right one. I wrote down my thoughts about such a case.](https://www.reddit.com/r/androiddev/comments/1ix9df8/we_have_plenty_of_options_to_animate_in_compose/) - [Can the microphone be shared between services?](https://www.reddit.com/r/androiddev/comments/1ix7aih/can_the_microphone_be_shared_between_services/) -- [iBeacon detection on android 15](https://www.reddit.com/r/androiddev/comments/1iwzm56/ibeacon_detection_on_android_15/) -- [Help with Jetpack Compose Android Video Weird Animation](https://www.reddit.com/r/androiddev/comments/1iwxr50/help_with_jetpack_compose_android_video_weird/) -- [Custom Markers on Google Maps Street View -Android](https://www.reddit.com/r/androiddev/comments/1iwvicx/custom_markers_on_google_maps_street_view_android/) -- [Android sharing intent won't work with reddit](https://www.reddit.com/r/androiddev/comments/1iwk7vp/android_sharing_intent_wont_work_with_reddit/) -- [Handle GamePad buttons in Jetpack Compose UI](https://www.reddit.com/r/androiddev/comments/1iwai1e/handle_gamepad_buttons_in_jetpack_compose_ui/) -- [How to Prevent Scroll Jumps and UI Flickering in LazyColumn with Paging 3 on PagingSource Invalidation?](https://www.reddit.com/r/androiddev/comments/1iw8sn1/how_to_prevent_scroll_jumps_and_ui_flickering_in/) -- [An experimental Kotlin Multiplatform, Compose Multiplatform, GameBoy Emulator.](https://www.reddit.com/r/androiddev/comments/1iw5nk6/an_experimental_kotlin_multiplatform_compose/) ### *InfoWorld posts* From 199b498d96ae63dbf36bb093e1c6fe0176aae88c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 27 Feb 2025 01:30:14 +0000 Subject: [PATCH 1178/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cc2e4305f6..424c9502cb 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Thoughts on Compose + Multiple Activities](https://www.reddit.com/r/androiddev/comments/1iyupjy/thoughts_on_compose_multiple_activities/) +- [People act like launching an app is easy lol](https://www.reddit.com/r/androiddev/comments/1iyuou9/people_act_like_launching_an_app_is_easy_lol/) +- [Android Studio Ladybug Feature Drop | 2024.2.2 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/1iytpr8/android_studio_ladybug_feature_drop_202422_patch/) +- [Building a Compose app with Junie - the new AI coding agent from JetBrains](https://www.reddit.com/r/androiddev/comments/1iyquy4/building_a_compose_app_with_junie_the_new_ai/) +- [TextView animation with incremental text updates](https://www.reddit.com/r/androiddev/comments/1iypsbq/textview_animation_with_incremental_text_updates/) +- [Best practices for storing API keys from AWS Secrets Manager in an Android MVVM project](https://www.reddit.com/r/androiddev/comments/1iymiu1/best_practices_for_storing_api_keys_from_aws/) +- [Help build KSP kotlin and toml](https://www.reddit.com/r/androiddev/comments/1iylakz/help_build_ksp_kotlin_and_toml/) +- [ViewModel property getting reseted on Navigation or Orientation Change](https://www.reddit.com/r/androiddev/comments/1iyky2o/viewmodel_property_getting_reseted_on_navigation/) - [SimpleBLE - Cross-platform Bluetooth library that just works - Now available on Android!](https://www.reddit.com/r/androiddev/comments/1iybc3b/simpleble_crossplatform_bluetooth_library_that/) - [Why does 'TextAlign.Justify' work everywhere except on a device with OxygenOS 15?](https://www.reddit.com/r/androiddev/comments/1ixyqn7/why_does_textalignjustify_work_everywhere_except/) -- [Health Connect | Recording Method Unknown for all data](https://www.reddit.com/r/androiddev/comments/1ixy9qg/health_connect_recording_method_unknown_for_all/) -- [Deploy Android App on Play Store using Github Action](https://www.reddit.com/r/androiddev/comments/1ixwnpr/deploy_android_app_on_play_store_using_github/) -- [Versioning your android app like a leetcode problem](https://www.reddit.com/r/androiddev/comments/1ixtmtl/versioning_your_android_app_like_a_leetcode/) -- [Rapid prototyping with Kotlin · Fragmented #256](https://www.reddit.com/r/androiddev/comments/1ixmh94/rapid_prototyping_with_kotlin_fragmented_256/) -- [Profiling app for performance?](https://www.reddit.com/r/androiddev/comments/1ixjb3x/profiling_app_for_performance/) -- [Whats going on with Jetpack bluetooth (androidx.bluetooth)?](https://www.reddit.com/r/androiddev/comments/1ixctn3/whats_going_on_with_jetpack_bluetooth/) -- [We have plenty of options to animate in Compose, which is great, but sometimes it can be tough to choose the right one. I wrote down my thoughts about such a case.](https://www.reddit.com/r/androiddev/comments/1ix9df8/we_have_plenty_of_options_to_animate_in_compose/) -- [Can the microphone be shared between services?](https://www.reddit.com/r/androiddev/comments/1ix7aih/can_the_microphone_be_shared_between_services/) ### *InfoWorld posts* From 9ad18cc626b2004ed23de4081b5f8e21a8afa075 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 28 Feb 2025 01:30:16 +0000 Subject: [PATCH 1179/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 424c9502cb..8f5fdd57ed 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/1izubyr/android_studio_meerkat_feature_drop_202432_canary/) +- [UI test execution in parallel using Shards](https://www.reddit.com/r/androiddev/comments/1izq95j/ui_test_execution_in_parallel_using_shards/) +- [How do you synchronize on strings ids between platforms?](https://www.reddit.com/r/androiddev/comments/1izkv22/how_do_you_synchronize_on_strings_ids_between/) +- [Coroutine flows best practice?](https://www.reddit.com/r/androiddev/comments/1izji3m/coroutine_flows_best_practice/) +- [Catching soft keyboard events in android 10](https://www.reddit.com/r/androiddev/comments/1izf8s7/catching_soft_keyboard_events_in_android_10/) +- [Jetpack Compose Authentication with Supabase](https://www.reddit.com/r/androiddev/comments/1iz6lhh/jetpack_compose_authentication_with_supabase/) - [Thoughts on Compose + Multiple Activities](https://www.reddit.com/r/androiddev/comments/1iyupjy/thoughts_on_compose_multiple_activities/) - [People act like launching an app is easy lol](https://www.reddit.com/r/androiddev/comments/1iyuou9/people_act_like_launching_an_app_is_easy_lol/) - [Android Studio Ladybug Feature Drop | 2024.2.2 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/1iytpr8/android_studio_ladybug_feature_drop_202422_patch/) - [Building a Compose app with Junie - the new AI coding agent from JetBrains](https://www.reddit.com/r/androiddev/comments/1iyquy4/building_a_compose_app_with_junie_the_new_ai/) -- [TextView animation with incremental text updates](https://www.reddit.com/r/androiddev/comments/1iypsbq/textview_animation_with_incremental_text_updates/) -- [Best practices for storing API keys from AWS Secrets Manager in an Android MVVM project](https://www.reddit.com/r/androiddev/comments/1iymiu1/best_practices_for_storing_api_keys_from_aws/) -- [Help build KSP kotlin and toml](https://www.reddit.com/r/androiddev/comments/1iylakz/help_build_ksp_kotlin_and_toml/) -- [ViewModel property getting reseted on Navigation or Orientation Change](https://www.reddit.com/r/androiddev/comments/1iyky2o/viewmodel_property_getting_reseted_on_navigation/) -- [SimpleBLE - Cross-platform Bluetooth library that just works - Now available on Android!](https://www.reddit.com/r/androiddev/comments/1iybc3b/simpleble_crossplatform_bluetooth_library_that/) -- [Why does 'TextAlign.Justify' work everywhere except on a device with OxygenOS 15?](https://www.reddit.com/r/androiddev/comments/1ixyqn7/why_does_textalignjustify_work_everywhere_except/) ### *InfoWorld posts* From 6fae829ef8e52b4e5865b2e1c0ca49099607e560 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 1 Mar 2025 01:30:16 +0000 Subject: [PATCH 1180/1422] Updated with the latest blog posts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f5fdd57ed..33fd4355f9 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,8 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Good resources to learn testing?](https://www.reddit.com/r/androiddev/comments/1j0ctqw/good_resources_to_learn_testing/) +- [Best Approach for Database Structure in a Multi-Module Android App?](https://www.reddit.com/r/androiddev/comments/1izym8f/best_approach_for_database_structure_in_a/) - [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/1izubyr/android_studio_meerkat_feature_drop_202432_canary/) - [UI test execution in parallel using Shards](https://www.reddit.com/r/androiddev/comments/1izq95j/ui_test_execution_in_parallel_using_shards/) - [How do you synchronize on strings ids between platforms?](https://www.reddit.com/r/androiddev/comments/1izkv22/how_do_you_synchronize_on_strings_ids_between/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Jetpack Compose Authentication with Supabase](https://www.reddit.com/r/androiddev/comments/1iz6lhh/jetpack_compose_authentication_with_supabase/) - [Thoughts on Compose + Multiple Activities](https://www.reddit.com/r/androiddev/comments/1iyupjy/thoughts_on_compose_multiple_activities/) - [People act like launching an app is easy lol](https://www.reddit.com/r/androiddev/comments/1iyuou9/people_act_like_launching_an_app_is_easy_lol/) -- [Android Studio Ladybug Feature Drop | 2024.2.2 Patch 2 now available](https://www.reddit.com/r/androiddev/comments/1iytpr8/android_studio_ladybug_feature_drop_202422_patch/) -- [Building a Compose app with Junie - the new AI coding agent from JetBrains](https://www.reddit.com/r/androiddev/comments/1iyquy4/building_a_compose_app_with_junie_the_new_ai/) ### *InfoWorld posts* From 32d791302ac687980a1d489687db16b2ca18879f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 2 Mar 2025 01:30:11 +0000 Subject: [PATCH 1181/1422] Updated with the latest blog posts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33fd4355f9..a36cfe01a5 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,8 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Method to implement serverless IAP?](https://www.reddit.com/r/androiddev/comments/1j1e64m/method_to_implement_serverless_iap/) +- [Is there any need for constraint layout in Compose?](https://www.reddit.com/r/androiddev/comments/1j0xrqx/is_there_any_need_for_constraint_layout_in_compose/) - [Good resources to learn testing?](https://www.reddit.com/r/androiddev/comments/1j0ctqw/good_resources_to_learn_testing/) - [Best Approach for Database Structure in a Multi-Module Android App?](https://www.reddit.com/r/androiddev/comments/1izym8f/best_approach_for_database_structure_in_a/) - [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/1izubyr/android_studio_meerkat_feature_drop_202432_canary/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Coroutine flows best practice?](https://www.reddit.com/r/androiddev/comments/1izji3m/coroutine_flows_best_practice/) - [Catching soft keyboard events in android 10](https://www.reddit.com/r/androiddev/comments/1izf8s7/catching_soft_keyboard_events_in_android_10/) - [Jetpack Compose Authentication with Supabase](https://www.reddit.com/r/androiddev/comments/1iz6lhh/jetpack_compose_authentication_with_supabase/) -- [Thoughts on Compose + Multiple Activities](https://www.reddit.com/r/androiddev/comments/1iyupjy/thoughts_on_compose_multiple_activities/) -- [People act like launching an app is easy lol](https://www.reddit.com/r/androiddev/comments/1iyuou9/people_act_like_launching_an_app_is_easy_lol/) ### *InfoWorld posts* From 75284a60ba2591c0a07acbd22ca9933b66a41d6d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 3 Mar 2025 01:30:21 +0000 Subject: [PATCH 1182/1422] Updated with the latest blog posts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a36cfe01a5..e375b173cd 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,8 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android studio process uses 15 gb on Macbook M2](https://www.reddit.com/r/androiddev/comments/1j216pu/android_studio_process_uses_15_gb_on_macbook_m2/) +- [Fleet vs Android Studio with KMP](https://www.reddit.com/r/androiddev/comments/1j202pj/fleet_vs_android_studio_with_kmp/) - [Method to implement serverless IAP?](https://www.reddit.com/r/androiddev/comments/1j1e64m/method_to_implement_serverless_iap/) - [Is there any need for constraint layout in Compose?](https://www.reddit.com/r/androiddev/comments/1j0xrqx/is_there_any_need_for_constraint_layout_in_compose/) - [Good resources to learn testing?](https://www.reddit.com/r/androiddev/comments/1j0ctqw/good_resources_to_learn_testing/) @@ -279,8 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [UI test execution in parallel using Shards](https://www.reddit.com/r/androiddev/comments/1izq95j/ui_test_execution_in_parallel_using_shards/) - [How do you synchronize on strings ids between platforms?](https://www.reddit.com/r/androiddev/comments/1izkv22/how_do_you_synchronize_on_strings_ids_between/) - [Coroutine flows best practice?](https://www.reddit.com/r/androiddev/comments/1izji3m/coroutine_flows_best_practice/) -- [Catching soft keyboard events in android 10](https://www.reddit.com/r/androiddev/comments/1izf8s7/catching_soft_keyboard_events_in_android_10/) -- [Jetpack Compose Authentication with Supabase](https://www.reddit.com/r/androiddev/comments/1iz6lhh/jetpack_compose_authentication_with_supabase/) ### *InfoWorld posts* From 5835de5334740ea11aec895c30de173e1b24fe7d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 4 Mar 2025 01:30:18 +0000 Subject: [PATCH 1183/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e375b173cd..ea201f482f 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [InfiniteTransitions and memory pressure](https://www.reddit.com/r/androiddev/comments/1j2pdal/infinitetransitions_and_memory_pressure/) +- [New Open Source Library for managing Permissions in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1j2oydv/new_open_source_library_for_managing_permissions/) +- [I made a gradle task but it has a bug](https://www.reddit.com/r/androiddev/comments/1j2jyus/i_made_a_gradle_task_but_it_has_a_bug/) +- [How is the IP subnet for Wi-Fi hotspot chosen on Android?](https://www.reddit.com/r/androiddev/comments/1j2b0n8/how_is_the_ip_subnet_for_wifi_hotspot_chosen_on/) - [Android studio process uses 15 gb on Macbook M2](https://www.reddit.com/r/androiddev/comments/1j216pu/android_studio_process_uses_15_gb_on_macbook_m2/) - [Fleet vs Android Studio with KMP](https://www.reddit.com/r/androiddev/comments/1j202pj/fleet_vs_android_studio_with_kmp/) - [Method to implement serverless IAP?](https://www.reddit.com/r/androiddev/comments/1j1e64m/method_to_implement_serverless_iap/) - [Is there any need for constraint layout in Compose?](https://www.reddit.com/r/androiddev/comments/1j0xrqx/is_there_any_need_for_constraint_layout_in_compose/) - [Good resources to learn testing?](https://www.reddit.com/r/androiddev/comments/1j0ctqw/good_resources_to_learn_testing/) - [Best Approach for Database Structure in a Multi-Module Android App?](https://www.reddit.com/r/androiddev/comments/1izym8f/best_approach_for_database_structure_in_a/) -- [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 7 now available](https://www.reddit.com/r/androiddev/comments/1izubyr/android_studio_meerkat_feature_drop_202432_canary/) -- [UI test execution in parallel using Shards](https://www.reddit.com/r/androiddev/comments/1izq95j/ui_test_execution_in_parallel_using_shards/) -- [How do you synchronize on strings ids between platforms?](https://www.reddit.com/r/androiddev/comments/1izkv22/how_do_you_synchronize_on_strings_ids_between/) -- [Coroutine flows best practice?](https://www.reddit.com/r/androiddev/comments/1izji3m/coroutine_flows_best_practice/) ### *InfoWorld posts* From 3a6ac7ddfe697162a579d2ef923070af10fed3fb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 5 Mar 2025 01:30:12 +0000 Subject: [PATCH 1184/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ea201f482f..acfa75effc 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Romain Guy is leaving google](https://www.reddit.com/r/androiddev/comments/1j3qgar/romain_guy_is_leaving_google/) +- [Which is better, empty Composable block, or null?](https://www.reddit.com/r/androiddev/comments/1j3oxeu/which_is_better_empty_composable_block_or_null/) +- [Samsung not loading maps - Android Maps SDK](https://www.reddit.com/r/androiddev/comments/1j3oftq/samsung_not_loading_maps_android_maps_sdk/) +- [Galaxy S25 Ultra Misreporting Refresh Rate in Android API](https://www.reddit.com/r/androiddev/comments/1j3nycn/galaxy_s25_ultra_misreporting_refresh_rate_in/) +- [ADB Ep. 213: Compose runtime and performance](https://www.reddit.com/r/androiddev/comments/1j3mpkb/adb_ep_213_compose_runtime_and_performance/) +- [Android Studio Meerkat | 2024.3.1 now available](https://www.reddit.com/r/androiddev/comments/1j3igyh/android_studio_meerkat_202431_now_available/) +- [Issues using weight modifier](https://www.reddit.com/r/androiddev/comments/1j39m0p/issues_using_weight_modifier/) +- [migrate fragments transaction to compose navigation](https://www.reddit.com/r/androiddev/comments/1j38edm/migrate_fragments_transaction_to_compose/) +- [Future of AndroidDev with Vinay Gaba · Fragmented #257](https://www.reddit.com/r/androiddev/comments/1j34lw0/future_of_androiddev_with_vinay_gaba_fragmented/) - [InfiniteTransitions and memory pressure](https://www.reddit.com/r/androiddev/comments/1j2pdal/infinitetransitions_and_memory_pressure/) -- [New Open Source Library for managing Permissions in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1j2oydv/new_open_source_library_for_managing_permissions/) -- [I made a gradle task but it has a bug](https://www.reddit.com/r/androiddev/comments/1j2jyus/i_made_a_gradle_task_but_it_has_a_bug/) -- [How is the IP subnet for Wi-Fi hotspot chosen on Android?](https://www.reddit.com/r/androiddev/comments/1j2b0n8/how_is_the_ip_subnet_for_wifi_hotspot_chosen_on/) -- [Android studio process uses 15 gb on Macbook M2](https://www.reddit.com/r/androiddev/comments/1j216pu/android_studio_process_uses_15_gb_on_macbook_m2/) -- [Fleet vs Android Studio with KMP](https://www.reddit.com/r/androiddev/comments/1j202pj/fleet_vs_android_studio_with_kmp/) -- [Method to implement serverless IAP?](https://www.reddit.com/r/androiddev/comments/1j1e64m/method_to_implement_serverless_iap/) -- [Is there any need for constraint layout in Compose?](https://www.reddit.com/r/androiddev/comments/1j0xrqx/is_there_any_need_for_constraint_layout_in_compose/) -- [Good resources to learn testing?](https://www.reddit.com/r/androiddev/comments/1j0ctqw/good_resources_to_learn_testing/) -- [Best Approach for Database Structure in a Multi-Module Android App?](https://www.reddit.com/r/androiddev/comments/1izym8f/best_approach_for_database_structure_in_a/) ### *InfoWorld posts* From 59567e1b82ebe61e37b358662a3ebe0d997558a7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 6 Mar 2025 01:30:11 +0000 Subject: [PATCH 1185/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index acfa75effc..d4e3e5594b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Smooth scroll in lazy layout](https://www.reddit.com/r/androiddev/comments/1j4dtul/smooth_scroll_in_lazy_layout/) +- [Help finding right audio format for gapless loops](https://www.reddit.com/r/androiddev/comments/1j4d078/help_finding_right_audio_format_for_gapless_loops/) +- [When to use Fragments vs Activities?](https://www.reddit.com/r/androiddev/comments/1j45n9g/when_to_use_fragments_vs_activities/) +- [Testing: Instrumentation vs Integration vs Unit vs UI](https://www.reddit.com/r/androiddev/comments/1j3sirh/testing_instrumentation_vs_integration_vs_unit_vs/) - [Romain Guy is leaving google](https://www.reddit.com/r/androiddev/comments/1j3qgar/romain_guy_is_leaving_google/) - [Which is better, empty Composable block, or null?](https://www.reddit.com/r/androiddev/comments/1j3oxeu/which_is_better_empty_composable_block_or_null/) - [Samsung not loading maps - Android Maps SDK](https://www.reddit.com/r/androiddev/comments/1j3oftq/samsung_not_loading_maps_android_maps_sdk/) - [Galaxy S25 Ultra Misreporting Refresh Rate in Android API](https://www.reddit.com/r/androiddev/comments/1j3nycn/galaxy_s25_ultra_misreporting_refresh_rate_in/) - [ADB Ep. 213: Compose runtime and performance](https://www.reddit.com/r/androiddev/comments/1j3mpkb/adb_ep_213_compose_runtime_and_performance/) - [Android Studio Meerkat | 2024.3.1 now available](https://www.reddit.com/r/androiddev/comments/1j3igyh/android_studio_meerkat_202431_now_available/) -- [Issues using weight modifier](https://www.reddit.com/r/androiddev/comments/1j39m0p/issues_using_weight_modifier/) -- [migrate fragments transaction to compose navigation](https://www.reddit.com/r/androiddev/comments/1j38edm/migrate_fragments_transaction_to_compose/) -- [Future of AndroidDev with Vinay Gaba · Fragmented #257](https://www.reddit.com/r/androiddev/comments/1j34lw0/future_of_androiddev_with_vinay_gaba_fragmented/) -- [InfiniteTransitions and memory pressure](https://www.reddit.com/r/androiddev/comments/1j2pdal/infinitetransitions_and_memory_pressure/) ### *InfoWorld posts* From 5da9b70b7aca02c3c47c209eec143cd27accb724 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 7 Mar 2025 01:30:09 +0000 Subject: [PATCH 1186/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d4e3e5594b..8a0bb43208 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [How to reduce gradle build time](https://www.reddit.com/r/androiddev/comments/1j50qfo/how_to_reduce_gradle_build_time/) +- [Hide Soft Keyboard](https://www.reddit.com/r/androiddev/comments/1j4znzu/hide_soft_keyboard/) +- [Will delay() block ui thread in Main Dispatcher? What makes Coroutines "different"!](https://www.reddit.com/r/androiddev/comments/1j4wkht/will_delay_block_ui_thread_in_main_dispatcher/) +- [How we implemented our Magic Eraser feature in the ProperShot android app](https://www.reddit.com/r/androiddev/comments/1j4r3r0/how_we_implemented_our_magic_eraser_feature_in/) +- [Clock widget without exact alarm permission and without disabling battery optimization?](https://www.reddit.com/r/androiddev/comments/1j4pm2e/clock_widget_without_exact_alarm_permission_and/) - [Smooth scroll in lazy layout](https://www.reddit.com/r/androiddev/comments/1j4dtul/smooth_scroll_in_lazy_layout/) - [Help finding right audio format for gapless loops](https://www.reddit.com/r/androiddev/comments/1j4d078/help_finding_right_audio_format_for_gapless_loops/) - [When to use Fragments vs Activities?](https://www.reddit.com/r/androiddev/comments/1j45n9g/when_to_use_fragments_vs_activities/) - [Testing: Instrumentation vs Integration vs Unit vs UI](https://www.reddit.com/r/androiddev/comments/1j3sirh/testing_instrumentation_vs_integration_vs_unit_vs/) - [Romain Guy is leaving google](https://www.reddit.com/r/androiddev/comments/1j3qgar/romain_guy_is_leaving_google/) -- [Which is better, empty Composable block, or null?](https://www.reddit.com/r/androiddev/comments/1j3oxeu/which_is_better_empty_composable_block_or_null/) -- [Samsung not loading maps - Android Maps SDK](https://www.reddit.com/r/androiddev/comments/1j3oftq/samsung_not_loading_maps_android_maps_sdk/) -- [Galaxy S25 Ultra Misreporting Refresh Rate in Android API](https://www.reddit.com/r/androiddev/comments/1j3nycn/galaxy_s25_ultra_misreporting_refresh_rate_in/) -- [ADB Ep. 213: Compose runtime and performance](https://www.reddit.com/r/androiddev/comments/1j3mpkb/adb_ep_213_compose_runtime_and_performance/) -- [Android Studio Meerkat | 2024.3.1 now available](https://www.reddit.com/r/androiddev/comments/1j3igyh/android_studio_meerkat_202431_now_available/) ### *InfoWorld posts* From 7b9bbc3e002d42db15d9b3eca2377fd1a7391747 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 8 Mar 2025 01:28:02 +0000 Subject: [PATCH 1187/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8a0bb43208..a76c10ed1a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How to reduce gradle build time](https://www.reddit.com/r/androiddev/comments/1j50qfo/how_to_reduce_gradle_build_time/) -- [Hide Soft Keyboard](https://www.reddit.com/r/androiddev/comments/1j4znzu/hide_soft_keyboard/) -- [Will delay() block ui thread in Main Dispatcher? What makes Coroutines "different"!](https://www.reddit.com/r/androiddev/comments/1j4wkht/will_delay_block_ui_thread_in_main_dispatcher/) -- [How we implemented our Magic Eraser feature in the ProperShot android app](https://www.reddit.com/r/androiddev/comments/1j4r3r0/how_we_implemented_our_magic_eraser_feature_in/) -- [Clock widget without exact alarm permission and without disabling battery optimization?](https://www.reddit.com/r/androiddev/comments/1j4pm2e/clock_widget_without_exact_alarm_permission_and/) -- [Smooth scroll in lazy layout](https://www.reddit.com/r/androiddev/comments/1j4dtul/smooth_scroll_in_lazy_layout/) -- [Help finding right audio format for gapless loops](https://www.reddit.com/r/androiddev/comments/1j4d078/help_finding_right_audio_format_for_gapless_loops/) -- [When to use Fragments vs Activities?](https://www.reddit.com/r/androiddev/comments/1j45n9g/when_to_use_fragments_vs_activities/) -- [Testing: Instrumentation vs Integration vs Unit vs UI](https://www.reddit.com/r/androiddev/comments/1j3sirh/testing_instrumentation_vs_integration_vs_unit_vs/) -- [Romain Guy is leaving google](https://www.reddit.com/r/androiddev/comments/1j3qgar/romain_guy_is_leaving_google/) +- [Why am I seeing tons of attempted IAPs coming from China?](https://www.reddit.com/r/androiddev/comments/1j63qbr/why_am_i_seeing_tons_of_attempted_iaps_coming/) +- [Structural: A lightweight Gradle plugin for enforcing package dependency rules in Android & Kotlin projects](https://www.reddit.com/r/androiddev/comments/1j626bz/structural_a_lightweight_gradle_plugin_for/) +- [How to pass parameter in new (refied) compose navigation with nested nav graphs?](https://www.reddit.com/r/androiddev/comments/1j61trf/how_to_pass_parameter_in_new_refied_compose/) +- [Is there an official list of current or upcoming devices supporting the 16kb page sizes?](https://www.reddit.com/r/androiddev/comments/1j60hip/is_there_an_official_list_of_current_or_upcoming/) +- [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/1j5ykyr/android_studio_meerkat_feature_drop_202432_canary/) +- [actor4k: A small actor system written in kotlin using Coroutines.](https://www.reddit.com/r/androiddev/comments/1j5t2xu/actor4k_a_small_actor_system_written_in_kotlin/) +- [Any good repos out there that show how to do manual dependency injection?](https://www.reddit.com/r/androiddev/comments/1j5sk39/any_good_repos_out_there_that_show_how_to_do/) +- [For any devs using Kotlin Multiplatform or Flutter - Why?](https://www.reddit.com/r/androiddev/comments/1j5q1mw/for_any_devs_using_kotlin_multiplatform_or/) +- [android motion capture sample](https://www.reddit.com/r/androiddev/comments/1j5l0ip/android_motion_capture_sample/) +- [Android Resource Review Plugin](https://www.reddit.com/r/androiddev/comments/1j5jry8/android_resource_review_plugin/) ### *InfoWorld posts* From eb8fecce3d784d952c67caa77a005e8daa104609 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 9 Mar 2025 01:29:07 +0000 Subject: [PATCH 1188/1422] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a76c10ed1a..abdcb54cff 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Lumo UI demos are now interactive on the website](https://www.reddit.com/r/androiddev/comments/1j6edrj/lumo_ui_demos_are_now_interactive_on_the_website/) - [Why am I seeing tons of attempted IAPs coming from China?](https://www.reddit.com/r/androiddev/comments/1j63qbr/why_am_i_seeing_tons_of_attempted_iaps_coming/) - [Structural: A lightweight Gradle plugin for enforcing package dependency rules in Android & Kotlin projects](https://www.reddit.com/r/androiddev/comments/1j626bz/structural_a_lightweight_gradle_plugin_for/) - [How to pass parameter in new (refied) compose navigation with nested nav graphs?](https://www.reddit.com/r/androiddev/comments/1j61trf/how_to_pass_parameter_in_new_refied_compose/) @@ -280,7 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Any good repos out there that show how to do manual dependency injection?](https://www.reddit.com/r/androiddev/comments/1j5sk39/any_good_repos_out_there_that_show_how_to_do/) - [For any devs using Kotlin Multiplatform or Flutter - Why?](https://www.reddit.com/r/androiddev/comments/1j5q1mw/for_any_devs_using_kotlin_multiplatform_or/) - [android motion capture sample](https://www.reddit.com/r/androiddev/comments/1j5l0ip/android_motion_capture_sample/) -- [Android Resource Review Plugin](https://www.reddit.com/r/androiddev/comments/1j5jry8/android_resource_review_plugin/) ### *InfoWorld posts* From 0a0ef177b81b7d9df35eee3365132953384ff54e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 10 Mar 2025 01:29:17 +0000 Subject: [PATCH 1189/1422] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index abdcb54cff..14cc9282c7 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Building an Android Smart Gallery App to Organize Images](https://www.reddit.com/r/androiddev/comments/1j7dl8a/building_an_android_smart_gallery_app_to_organize/) +- [Any success stories of avoiding revealing PII on play store?](https://www.reddit.com/r/androiddev/comments/1j79vko/any_success_stories_of_avoiding_revealing_pii_on/) +- [Best Books & Video Courses for Android Security (Keystore, ProGuard, SSL/TLS, TrustStore, CA Certs)?](https://www.reddit.com/r/androiddev/comments/1j71w2a/best_books_video_courses_for_android_security/) - [Lumo UI demos are now interactive on the website](https://www.reddit.com/r/androiddev/comments/1j6edrj/lumo_ui_demos_are_now_interactive_on_the_website/) - [Why am I seeing tons of attempted IAPs coming from China?](https://www.reddit.com/r/androiddev/comments/1j63qbr/why_am_i_seeing_tons_of_attempted_iaps_coming/) - [Structural: A lightweight Gradle plugin for enforcing package dependency rules in Android & Kotlin projects](https://www.reddit.com/r/androiddev/comments/1j626bz/structural_a_lightweight_gradle_plugin_for/) @@ -278,9 +281,6 @@ and ***Android Patterns*** ? Consider buying me a coffee :) - [Is there an official list of current or upcoming devices supporting the 16kb page sizes?](https://www.reddit.com/r/androiddev/comments/1j60hip/is_there_an_official_list_of_current_or_upcoming/) - [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/1j5ykyr/android_studio_meerkat_feature_drop_202432_canary/) - [actor4k: A small actor system written in kotlin using Coroutines.](https://www.reddit.com/r/androiddev/comments/1j5t2xu/actor4k_a_small_actor_system_written_in_kotlin/) -- [Any good repos out there that show how to do manual dependency injection?](https://www.reddit.com/r/androiddev/comments/1j5sk39/any_good_repos_out_there_that_show_how_to_do/) -- [For any devs using Kotlin Multiplatform or Flutter - Why?](https://www.reddit.com/r/androiddev/comments/1j5q1mw/for_any_devs_using_kotlin_multiplatform_or/) -- [android motion capture sample](https://www.reddit.com/r/androiddev/comments/1j5l0ip/android_motion_capture_sample/) ### *InfoWorld posts* From eb03ae58b4876fc69f59dd717c07422caceaa320 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 11 Mar 2025 01:30:18 +0000 Subject: [PATCH 1190/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 14cc9282c7..8c34d6cdbe 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [JetBrains seems released AI Assistant for Android Studio Meerkat](https://www.reddit.com/r/androiddev/comments/1j87sod/jetbrains_seems_released_ai_assistant_for_android/) +- [Conversion from VB/SQL running on Windows Mobile Embedded](https://www.reddit.com/r/androiddev/comments/1j87aq4/conversion_from_vbsql_running_on_windows_mobile/) +- [Best approach to get User data with MVVM?](https://www.reddit.com/r/androiddev/comments/1j83v7g/best_approach_to_get_user_data_with_mvvm/) +- [Complex Views in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1j7vwns/complex_views_in_jetpack_compose/) +- [Compose Multiplatform search bar](https://www.reddit.com/r/androiddev/comments/1j7um1n/compose_multiplatform_search_bar/) +- [Is it possible to ask user for feedback when they uninstall an app on Google Play?](https://www.reddit.com/r/androiddev/comments/1j7tujw/is_it_possible_to_ask_user_for_feedback_when_they/) +- [How to change display size programmatically?](https://www.reddit.com/r/androiddev/comments/1j7qwpr/how_to_change_display_size_programmatically/) +- [Accessibility Plugin for Android Studio](https://www.reddit.com/r/androiddev/comments/1j7mqwf/accessibility_plugin_for_android_studio/) +- [Opportunity to work at xAI on Grok Android App](https://www.reddit.com/r/androiddev/comments/1j7fy21/opportunity_to_work_at_xai_on_grok_android_app/) - [Building an Android Smart Gallery App to Organize Images](https://www.reddit.com/r/androiddev/comments/1j7dl8a/building_an_android_smart_gallery_app_to_organize/) -- [Any success stories of avoiding revealing PII on play store?](https://www.reddit.com/r/androiddev/comments/1j79vko/any_success_stories_of_avoiding_revealing_pii_on/) -- [Best Books & Video Courses for Android Security (Keystore, ProGuard, SSL/TLS, TrustStore, CA Certs)?](https://www.reddit.com/r/androiddev/comments/1j71w2a/best_books_video_courses_for_android_security/) -- [Lumo UI demos are now interactive on the website](https://www.reddit.com/r/androiddev/comments/1j6edrj/lumo_ui_demos_are_now_interactive_on_the_website/) -- [Why am I seeing tons of attempted IAPs coming from China?](https://www.reddit.com/r/androiddev/comments/1j63qbr/why_am_i_seeing_tons_of_attempted_iaps_coming/) -- [Structural: A lightweight Gradle plugin for enforcing package dependency rules in Android & Kotlin projects](https://www.reddit.com/r/androiddev/comments/1j626bz/structural_a_lightweight_gradle_plugin_for/) -- [How to pass parameter in new (refied) compose navigation with nested nav graphs?](https://www.reddit.com/r/androiddev/comments/1j61trf/how_to_pass_parameter_in_new_refied_compose/) -- [Is there an official list of current or upcoming devices supporting the 16kb page sizes?](https://www.reddit.com/r/androiddev/comments/1j60hip/is_there_an_official_list_of_current_or_upcoming/) -- [Android Studio Meerkat Feature Drop | 2024.3.2 Canary 8 now available](https://www.reddit.com/r/androiddev/comments/1j5ykyr/android_studio_meerkat_feature_drop_202432_canary/) -- [actor4k: A small actor system written in kotlin using Coroutines.](https://www.reddit.com/r/androiddev/comments/1j5t2xu/actor4k_a_small_actor_system_written_in_kotlin/) ### *InfoWorld posts* From 51dec468fd6d3d66168496cf3d7b8e089ecb082b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 12 Mar 2025 01:30:11 +0000 Subject: [PATCH 1191/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8c34d6cdbe..348537f73d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [I created non-recomposing size modifiers to avoid too many recompositions during animations.](https://www.reddit.com/r/androiddev/comments/1j94vzr/i_created_nonrecomposing_size_modifiers_to_avoid/) +- [Fernando Cejas - Architecting Android…Reloaded (including: why prefer modularization by feature, not by layers)](https://www.reddit.com/r/androiddev/comments/1j8zaq0/fernando_cejas_architecting_androidreloaded/) +- [DroidCon Video Insights: Tackling ANRs and Performance Woes](https://www.reddit.com/r/androiddev/comments/1j8qkmn/droidcon_video_insights_tackling_anrs_and/) +- [AI Assistant Comes to Kotlin Developers in Android Studio](https://www.reddit.com/r/androiddev/comments/1j8p07z/ai_assistant_comes_to_kotlin_developers_in/) +- [Biggest Problem with Jetpack Compose: Performance](https://www.reddit.com/r/androiddev/comments/1j8m7yl/biggest_problem_with_jetpack_compose_performance/) +- [Strategies for Migrating Large Legacy App: Views + ViewModels](https://www.reddit.com/r/androiddev/comments/1j8fnff/strategies_for_migrating_large_legacy_app_views/) - [JetBrains seems released AI Assistant for Android Studio Meerkat](https://www.reddit.com/r/androiddev/comments/1j87sod/jetbrains_seems_released_ai_assistant_for_android/) - [Conversion from VB/SQL running on Windows Mobile Embedded](https://www.reddit.com/r/androiddev/comments/1j87aq4/conversion_from_vbsql_running_on_windows_mobile/) - [Best approach to get User data with MVVM?](https://www.reddit.com/r/androiddev/comments/1j83v7g/best_approach_to_get_user_data_with_mvvm/) - [Complex Views in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1j7vwns/complex_views_in_jetpack_compose/) -- [Compose Multiplatform search bar](https://www.reddit.com/r/androiddev/comments/1j7um1n/compose_multiplatform_search_bar/) -- [Is it possible to ask user for feedback when they uninstall an app on Google Play?](https://www.reddit.com/r/androiddev/comments/1j7tujw/is_it_possible_to_ask_user_for_feedback_when_they/) -- [How to change display size programmatically?](https://www.reddit.com/r/androiddev/comments/1j7qwpr/how_to_change_display_size_programmatically/) -- [Accessibility Plugin for Android Studio](https://www.reddit.com/r/androiddev/comments/1j7mqwf/accessibility_plugin_for_android_studio/) -- [Opportunity to work at xAI on Grok Android App](https://www.reddit.com/r/androiddev/comments/1j7fy21/opportunity_to_work_at_xai_on_grok_android_app/) -- [Building an Android Smart Gallery App to Organize Images](https://www.reddit.com/r/androiddev/comments/1j7dl8a/building_an_android_smart_gallery_app_to_organize/) ### *InfoWorld posts* From 21ab1852a90d967fa6bca93ec60b8f2579ef6fd2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 13 Mar 2025 01:30:17 +0000 Subject: [PATCH 1192/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 348537f73d..61e33e629a 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [First android app](https://www.reddit.com/r/androiddev/comments/1j9q3bh/first_android_app/) +- [Bottom Nav Bar in Compose](https://www.reddit.com/r/androiddev/comments/1j9peut/bottom_nav_bar_in_compose/) +- [How important is the 8-point grid system?](https://www.reddit.com/r/androiddev/comments/1j9hs3j/how_important_is_the_8point_grid_system/) +- [Customize Text Selection Toolbar in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1j9gol0/customize_text_selection_toolbar_in_jetpack/) +- [How to hide a Header when scrolling down](https://www.reddit.com/r/androiddev/comments/1j9fil3/how_to_hide_a_header_when_scrolling_down/) +- [How to have access to full viewmodel with dagger 2 di inside test class to test compose ui elements.](https://www.reddit.com/r/androiddev/comments/1j9en30/how_to_have_access_to_full_viewmodel_with_dagger/) +- [ANR on devices with RAM <= 1024MB](https://www.reddit.com/r/androiddev/comments/1j9dtby/anr_on_devices_with_ram_1024mb/) +- [What's the proper way to manage variations across build variants for white label apps?](https://www.reddit.com/r/androiddev/comments/1j9czck/whats_the_proper_way_to_manage_variations_across/) - [I created non-recomposing size modifiers to avoid too many recompositions during animations.](https://www.reddit.com/r/androiddev/comments/1j94vzr/i_created_nonrecomposing_size_modifiers_to_avoid/) - [Fernando Cejas - Architecting Android…Reloaded (including: why prefer modularization by feature, not by layers)](https://www.reddit.com/r/androiddev/comments/1j8zaq0/fernando_cejas_architecting_androidreloaded/) -- [DroidCon Video Insights: Tackling ANRs and Performance Woes](https://www.reddit.com/r/androiddev/comments/1j8qkmn/droidcon_video_insights_tackling_anrs_and/) -- [AI Assistant Comes to Kotlin Developers in Android Studio](https://www.reddit.com/r/androiddev/comments/1j8p07z/ai_assistant_comes_to_kotlin_developers_in/) -- [Biggest Problem with Jetpack Compose: Performance](https://www.reddit.com/r/androiddev/comments/1j8m7yl/biggest_problem_with_jetpack_compose_performance/) -- [Strategies for Migrating Large Legacy App: Views + ViewModels](https://www.reddit.com/r/androiddev/comments/1j8fnff/strategies_for_migrating_large_legacy_app_views/) -- [JetBrains seems released AI Assistant for Android Studio Meerkat](https://www.reddit.com/r/androiddev/comments/1j87sod/jetbrains_seems_released_ai_assistant_for_android/) -- [Conversion from VB/SQL running on Windows Mobile Embedded](https://www.reddit.com/r/androiddev/comments/1j87aq4/conversion_from_vbsql_running_on_windows_mobile/) -- [Best approach to get User data with MVVM?](https://www.reddit.com/r/androiddev/comments/1j83v7g/best_approach_to_get_user_data_with_mvvm/) -- [Complex Views in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1j7vwns/complex_views_in_jetpack_compose/) ### *InfoWorld posts* From 97edbefb8226469544fa0ce234b4e643e1f5b73b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 14 Mar 2025 01:30:25 +0000 Subject: [PATCH 1193/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 61e33e629a..3d6e717307 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [First android app](https://www.reddit.com/r/androiddev/comments/1j9q3bh/first_android_app/) -- [Bottom Nav Bar in Compose](https://www.reddit.com/r/androiddev/comments/1j9peut/bottom_nav_bar_in_compose/) -- [How important is the 8-point grid system?](https://www.reddit.com/r/androiddev/comments/1j9hs3j/how_important_is_the_8point_grid_system/) -- [Customize Text Selection Toolbar in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1j9gol0/customize_text_selection_toolbar_in_jetpack/) -- [How to hide a Header when scrolling down](https://www.reddit.com/r/androiddev/comments/1j9fil3/how_to_hide_a_header_when_scrolling_down/) -- [How to have access to full viewmodel with dagger 2 di inside test class to test compose ui elements.](https://www.reddit.com/r/androiddev/comments/1j9en30/how_to_have_access_to_full_viewmodel_with_dagger/) -- [ANR on devices with RAM <= 1024MB](https://www.reddit.com/r/androiddev/comments/1j9dtby/anr_on_devices_with_ram_1024mb/) -- [What's the proper way to manage variations across build variants for white label apps?](https://www.reddit.com/r/androiddev/comments/1j9czck/whats_the_proper_way_to_manage_variations_across/) -- [I created non-recomposing size modifiers to avoid too many recompositions during animations.](https://www.reddit.com/r/androiddev/comments/1j94vzr/i_created_nonrecomposing_size_modifiers_to_avoid/) -- [Fernando Cejas - Architecting Android…Reloaded (including: why prefer modularization by feature, not by layers)](https://www.reddit.com/r/androiddev/comments/1j8zaq0/fernando_cejas_architecting_androidreloaded/) +- [SDK Activity communication with host app](https://www.reddit.com/r/androiddev/comments/1jakrb0/sdk_activity_communication_with_host_app/) +- [Jetpack Compose different AppBar setting for each screen](https://www.reddit.com/r/androiddev/comments/1jakk02/jetpack_compose_different_appbar_setting_for_each/) +- [Build a Swipeable Image Carousel with Smooth Animations in Jetpack Compose!](https://www.reddit.com/r/androiddev/comments/1jaisq3/build_a_swipeable_image_carousel_with_smooth/) +- [Android Developers Blog: Multimodal image attachment is now available for Gemini in Android Studio](https://www.reddit.com/r/androiddev/comments/1jah2yj/android_developers_blog_multimodal_image/) +- [Unit Testing Lifecycle and State in ViewModels](https://www.reddit.com/r/androiddev/comments/1jagtnb/unit_testing_lifecycle_and_state_in_viewmodels/) +- [CompositionLocalProvider LocalTextInputService alternative](https://www.reddit.com/r/androiddev/comments/1jagdsv/compositionlocalprovider_localtextinputservice/) +- [Media3 Transformer never transforms](https://www.reddit.com/r/androiddev/comments/1jag4h2/media3_transformer_never_transforms/) +- ["App startup impacts everything: every time a developer starts the app or a tester runs a test, they pay the app startup tax" - Reddit app’s journey from 12.3 seconds to 3 seconds](https://www.reddit.com/r/androiddev/comments/1jad8y3/app_startup_impacts_everything_every_time_a/) +- [Using Stripe Atlas as a non us individual to be able to add apps into the app store?](https://www.reddit.com/r/androiddev/comments/1ja903x/using_stripe_atlas_as_a_non_us_individual_to_be/) +- [Developer option force dark mode changes app colors](https://www.reddit.com/r/androiddev/comments/1ja8tqn/developer_option_force_dark_mode_changes_app/) ### *InfoWorld posts* From 397baa172d798750d84f0149e5796d48ba570203 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 15 Mar 2025 01:30:04 +0000 Subject: [PATCH 1194/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3d6e717307..9db3f5aad5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Compose Navigation](https://www.reddit.com/r/androiddev/comments/1jbiti1/compose_navigation/) +- [Seeking Android Developer - Short term assistance](https://www.reddit.com/r/androiddev/comments/1jbhxjf/seeking_android_developer_short_term_assistance/) +- [Compose preview collapses and disappears in interactive mode if it contains Scaffold](https://www.reddit.com/r/androiddev/comments/1jb97ez/compose_preview_collapses_and_disappears_in/) +- [Vulkan is now the official graphics API for Android](https://www.reddit.com/r/androiddev/comments/1jawo7g/vulkan_is_now_the_official_graphics_api_for/) +- [Is there anyway we can implement chart in widget using Glance?](https://www.reddit.com/r/androiddev/comments/1jau9rt/is_there_anyway_we_can_implement_chart_in_widget/) - [SDK Activity communication with host app](https://www.reddit.com/r/androiddev/comments/1jakrb0/sdk_activity_communication_with_host_app/) - [Jetpack Compose different AppBar setting for each screen](https://www.reddit.com/r/androiddev/comments/1jakk02/jetpack_compose_different_appbar_setting_for_each/) - [Build a Swipeable Image Carousel with Smooth Animations in Jetpack Compose!](https://www.reddit.com/r/androiddev/comments/1jaisq3/build_a_swipeable_image_carousel_with_smooth/) -- [Android Developers Blog: Multimodal image attachment is now available for Gemini in Android Studio](https://www.reddit.com/r/androiddev/comments/1jah2yj/android_developers_blog_multimodal_image/) - [Unit Testing Lifecycle and State in ViewModels](https://www.reddit.com/r/androiddev/comments/1jagtnb/unit_testing_lifecycle_and_state_in_viewmodels/) - [CompositionLocalProvider LocalTextInputService alternative](https://www.reddit.com/r/androiddev/comments/1jagdsv/compositionlocalprovider_localtextinputservice/) -- [Media3 Transformer never transforms](https://www.reddit.com/r/androiddev/comments/1jag4h2/media3_transformer_never_transforms/) -- ["App startup impacts everything: every time a developer starts the app or a tester runs a test, they pay the app startup tax" - Reddit app’s journey from 12.3 seconds to 3 seconds](https://www.reddit.com/r/androiddev/comments/1jad8y3/app_startup_impacts_everything_every_time_a/) -- [Using Stripe Atlas as a non us individual to be able to add apps into the app store?](https://www.reddit.com/r/androiddev/comments/1ja903x/using_stripe_atlas_as_a_non_us_individual_to_be/) -- [Developer option force dark mode changes app colors](https://www.reddit.com/r/androiddev/comments/1ja8tqn/developer_option_force_dark_mode_changes_app/) ### *InfoWorld posts* From 05ecd39c821b94727053c9f67a81a85673684ae9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 16 Mar 2025 01:30:19 +0000 Subject: [PATCH 1195/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9db3f5aad5..b0b3cf3d2d 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Cannot test Gemini Vertex API via emulator on mobile](https://www.reddit.com/r/androiddev/comments/1jc5a2o/cannot_test_gemini_vertex_api_via_emulator_on/) +- [A guy is writing a same review to my apps](https://www.reddit.com/r/androiddev/comments/1jc515v/a_guy_is_writing_a_same_review_to_my_apps/) +- [Understanding ViewModel Scoping in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1jc1vk6/understanding_viewmodel_scoping_in_jetpack_compose/) +- [Does anyone know (or know how I can find out for myself) whether or not there will be an ability to have Kotlin apps/widgets run bash scripts and get information from the new Linux containers they are rolling out?](https://www.reddit.com/r/androiddev/comments/1jbze6w/does_anyone_know_or_know_how_i_can_find_out_for/) +- [Why do we need Composition Local Provider, when we can just declare everything inside a data class?](https://www.reddit.com/r/androiddev/comments/1jbz18l/why_do_we_need_composition_local_provider_when_we/) +- [What RTC platforms do you use for group audio chat?](https://www.reddit.com/r/androiddev/comments/1jbv13p/what_rtc_platforms_do_you_use_for_group_audio_chat/) +- [Layouttesting on Android](https://www.reddit.com/r/androiddev/comments/1jbtqng/layouttesting_on_android/) +- [Senior Android Developer with a family: how do you find time for open-source projects?](https://www.reddit.com/r/androiddev/comments/1jbqn8w/senior_android_developer_with_a_family_how_do_you/) - [Compose Navigation](https://www.reddit.com/r/androiddev/comments/1jbiti1/compose_navigation/) - [Seeking Android Developer - Short term assistance](https://www.reddit.com/r/androiddev/comments/1jbhxjf/seeking_android_developer_short_term_assistance/) -- [Compose preview collapses and disappears in interactive mode if it contains Scaffold](https://www.reddit.com/r/androiddev/comments/1jb97ez/compose_preview_collapses_and_disappears_in/) -- [Vulkan is now the official graphics API for Android](https://www.reddit.com/r/androiddev/comments/1jawo7g/vulkan_is_now_the_official_graphics_api_for/) -- [Is there anyway we can implement chart in widget using Glance?](https://www.reddit.com/r/androiddev/comments/1jau9rt/is_there_anyway_we_can_implement_chart_in_widget/) -- [SDK Activity communication with host app](https://www.reddit.com/r/androiddev/comments/1jakrb0/sdk_activity_communication_with_host_app/) -- [Jetpack Compose different AppBar setting for each screen](https://www.reddit.com/r/androiddev/comments/1jakk02/jetpack_compose_different_appbar_setting_for_each/) -- [Build a Swipeable Image Carousel with Smooth Animations in Jetpack Compose!](https://www.reddit.com/r/androiddev/comments/1jaisq3/build_a_swipeable_image_carousel_with_smooth/) -- [Unit Testing Lifecycle and State in ViewModels](https://www.reddit.com/r/androiddev/comments/1jagtnb/unit_testing_lifecycle_and_state_in_viewmodels/) -- [CompositionLocalProvider LocalTextInputService alternative](https://www.reddit.com/r/androiddev/comments/1jagdsv/compositionlocalprovider_localtextinputservice/) ### *InfoWorld posts* From f8734565876e18bb8566819288e2bcb27f86b8d7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 17 Mar 2025 01:30:23 +0000 Subject: [PATCH 1196/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b0b3cf3d2d..830ddb077e 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Streamlining Navigation in Jetpack Compose with a Handy Extension Function](https://www.reddit.com/r/androiddev/comments/1jcxlwm/streamlining_navigation_in_jetpack_compose_with_a/) +- [Can I not have the top fixed when the keyboard comes up? I want to see the top result](https://www.reddit.com/r/androiddev/comments/1jct6hn/can_i_not_have_the_top_fixed_when_the_keyboard/) +- [Is there a way (or tool) to measure code coverage for Composables?](https://www.reddit.com/r/androiddev/comments/1jcs214/is_there_a_way_or_tool_to_measure_code_coverage/) +- [A beginners' Guide to Understanding Notifications in Android](https://www.reddit.com/r/androiddev/comments/1jckh4x/a_beginners_guide_to_understanding_notifications/) +- [My first open-source handwriting project: Aiming to provide advanced drawing tools!](https://www.reddit.com/r/androiddev/comments/1jcfidg/my_first_opensource_handwriting_project_aiming_to/) - [Cannot test Gemini Vertex API via emulator on mobile](https://www.reddit.com/r/androiddev/comments/1jc5a2o/cannot_test_gemini_vertex_api_via_emulator_on/) -- [A guy is writing a same review to my apps](https://www.reddit.com/r/androiddev/comments/1jc515v/a_guy_is_writing_a_same_review_to_my_apps/) - [Understanding ViewModel Scoping in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1jc1vk6/understanding_viewmodel_scoping_in_jetpack_compose/) - [Does anyone know (or know how I can find out for myself) whether or not there will be an ability to have Kotlin apps/widgets run bash scripts and get information from the new Linux containers they are rolling out?](https://www.reddit.com/r/androiddev/comments/1jbze6w/does_anyone_know_or_know_how_i_can_find_out_for/) - [Why do we need Composition Local Provider, when we can just declare everything inside a data class?](https://www.reddit.com/r/androiddev/comments/1jbz18l/why_do_we_need_composition_local_provider_when_we/) - [What RTC platforms do you use for group audio chat?](https://www.reddit.com/r/androiddev/comments/1jbv13p/what_rtc_platforms_do_you_use_for_group_audio_chat/) -- [Layouttesting on Android](https://www.reddit.com/r/androiddev/comments/1jbtqng/layouttesting_on_android/) -- [Senior Android Developer with a family: how do you find time for open-source projects?](https://www.reddit.com/r/androiddev/comments/1jbqn8w/senior_android_developer_with_a_family_how_do_you/) -- [Compose Navigation](https://www.reddit.com/r/androiddev/comments/1jbiti1/compose_navigation/) -- [Seeking Android Developer - Short term assistance](https://www.reddit.com/r/androiddev/comments/1jbhxjf/seeking_android_developer_short_term_assistance/) ### *InfoWorld posts* From 4aa05aae846a3823e747e5b0d1a7d01f62785cbb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 18 Mar 2025 01:30:17 +0000 Subject: [PATCH 1197/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 830ddb077e..733c98b5ee 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Transfering app to new account without getting banned](https://www.reddit.com/r/androiddev/comments/1jdo6xx/transfering_app_to_new_account_without_getting/) +- [🔥 Looking for Android/iOS Developers for a Startup! 🔥](https://www.reddit.com/r/androiddev/comments/1jdn9h7/looking_for_androidios_developers_for_a_startup/) +- [Options for crash monitoring?](https://www.reddit.com/r/androiddev/comments/1jdhyxl/options_for_crash_monitoring/) +- [The new warnings added on Google Play are a very bad addition to the store](https://www.reddit.com/r/androiddev/comments/1jddo84/the_new_warnings_added_on_google_play_are_a_very/) +- [Using google maps on android: Do we really need to have to insert the API key inside the android Manifest? Is that dangerous? How to protect yourself?](https://www.reddit.com/r/androiddev/comments/1jdbi1z/using_google_maps_on_android_do_we_really_need_to/) +- [Why is Google tolerating apps having their own built in browser that doesn't let you open any links externally, or even copy them?](https://www.reddit.com/r/androiddev/comments/1jd8xg4/why_is_google_tolerating_apps_having_their_own/) +- [Gradle Build Failing on Azure Pipelines Due to RAM Limitations](https://www.reddit.com/r/androiddev/comments/1jd8k41/gradle_build_failing_on_azure_pipelines_due_to/) +- [Does stateflow resend old value when you return from backround?](https://www.reddit.com/r/androiddev/comments/1jd2e95/does_stateflow_resend_old_value_when_you_return/) +- [My recent experience of publishing to Android Play Store, step by step guide.](https://www.reddit.com/r/androiddev/comments/1jd0w5i/my_recent_experience_of_publishing_to_android/) - [Streamlining Navigation in Jetpack Compose with a Handy Extension Function](https://www.reddit.com/r/androiddev/comments/1jcxlwm/streamlining_navigation_in_jetpack_compose_with_a/) -- [Can I not have the top fixed when the keyboard comes up? I want to see the top result](https://www.reddit.com/r/androiddev/comments/1jct6hn/can_i_not_have_the_top_fixed_when_the_keyboard/) -- [Is there a way (or tool) to measure code coverage for Composables?](https://www.reddit.com/r/androiddev/comments/1jcs214/is_there_a_way_or_tool_to_measure_code_coverage/) -- [A beginners' Guide to Understanding Notifications in Android](https://www.reddit.com/r/androiddev/comments/1jckh4x/a_beginners_guide_to_understanding_notifications/) -- [My first open-source handwriting project: Aiming to provide advanced drawing tools!](https://www.reddit.com/r/androiddev/comments/1jcfidg/my_first_opensource_handwriting_project_aiming_to/) -- [Cannot test Gemini Vertex API via emulator on mobile](https://www.reddit.com/r/androiddev/comments/1jc5a2o/cannot_test_gemini_vertex_api_via_emulator_on/) -- [Understanding ViewModel Scoping in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1jc1vk6/understanding_viewmodel_scoping_in_jetpack_compose/) -- [Does anyone know (or know how I can find out for myself) whether or not there will be an ability to have Kotlin apps/widgets run bash scripts and get information from the new Linux containers they are rolling out?](https://www.reddit.com/r/androiddev/comments/1jbze6w/does_anyone_know_or_know_how_i_can_find_out_for/) -- [Why do we need Composition Local Provider, when we can just declare everything inside a data class?](https://www.reddit.com/r/androiddev/comments/1jbz18l/why_do_we_need_composition_local_provider_when_we/) -- [What RTC platforms do you use for group audio chat?](https://www.reddit.com/r/androiddev/comments/1jbv13p/what_rtc_platforms_do_you_use_for_group_audio_chat/) ### *InfoWorld posts* From 1840b2a6746b45578f81482c1ae16f91f76379e8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 19 Mar 2025 01:30:22 +0000 Subject: [PATCH 1198/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 733c98b5ee..0b946e1dd4 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [March 2025 Showcase](https://www.reddit.com/r/androiddev/comments/1jegvig/march_2025_showcase/) +- [Having trouble with your specific project? Updates, advice, and newbie questions for March 2025](https://www.reddit.com/r/androiddev/comments/1jegl7j/having_trouble_with_your_specific_project_updates/) +- [Android Studio Meerkat Feature Drop | 2024.3.2 Beta 1 now available](https://www.reddit.com/r/androiddev/comments/1jefrch/android_studio_meerkat_feature_drop_202432_beta_1/) +- [Tired of using Laravel as my backend. What are some services I can use as a backend to get my apps up and running quickly?](https://www.reddit.com/r/androiddev/comments/1jeavya/tired_of_using_laravel_as_my_backend_what_are/) +- [How to handle realtime developer notifications for subscriptions on staging env?](https://www.reddit.com/r/androiddev/comments/1jeateh/how_to_handle_realtime_developer_notifications/) +- [AGSL motion blur](https://www.reddit.com/r/androiddev/comments/1je6pf6/agsl_motion_blur/) - [Transfering app to new account without getting banned](https://www.reddit.com/r/androiddev/comments/1jdo6xx/transfering_app_to_new_account_without_getting/) -- [🔥 Looking for Android/iOS Developers for a Startup! 🔥](https://www.reddit.com/r/androiddev/comments/1jdn9h7/looking_for_androidios_developers_for_a_startup/) - [Options for crash monitoring?](https://www.reddit.com/r/androiddev/comments/1jdhyxl/options_for_crash_monitoring/) - [The new warnings added on Google Play are a very bad addition to the store](https://www.reddit.com/r/androiddev/comments/1jddo84/the_new_warnings_added_on_google_play_are_a_very/) - [Using google maps on android: Do we really need to have to insert the API key inside the android Manifest? Is that dangerous? How to protect yourself?](https://www.reddit.com/r/androiddev/comments/1jdbi1z/using_google_maps_on_android_do_we_really_need_to/) -- [Why is Google tolerating apps having their own built in browser that doesn't let you open any links externally, or even copy them?](https://www.reddit.com/r/androiddev/comments/1jd8xg4/why_is_google_tolerating_apps_having_their_own/) -- [Gradle Build Failing on Azure Pipelines Due to RAM Limitations](https://www.reddit.com/r/androiddev/comments/1jd8k41/gradle_build_failing_on_azure_pipelines_due_to/) -- [Does stateflow resend old value when you return from backround?](https://www.reddit.com/r/androiddev/comments/1jd2e95/does_stateflow_resend_old_value_when_you_return/) -- [My recent experience of publishing to Android Play Store, step by step guide.](https://www.reddit.com/r/androiddev/comments/1jd0w5i/my_recent_experience_of_publishing_to_android/) -- [Streamlining Navigation in Jetpack Compose with a Handy Extension Function](https://www.reddit.com/r/androiddev/comments/1jcxlwm/streamlining_navigation_in_jetpack_compose_with_a/) ### *InfoWorld posts* From 06fd7888e18f9bbe6217a239f984a254f03f4ce7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 20 Mar 2025 01:30:19 +0000 Subject: [PATCH 1199/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0b946e1dd4..22a18ae820 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Android Studio Narwhal | 2025.1.1 Canary 1 now available](https://www.reddit.com/r/androiddev/comments/1jfaeq8/android_studio_narwhal_202511_canary_1_now/) +- [JetpackCompose.app's Dispatch Issue #11 - 'Future of Android' special where Android experts share their views and hot takes about the future of Android and how to best prepare for it](https://www.reddit.com/r/androiddev/comments/1jf40gq/jetpackcomposeapps_dispatch_issue_11_future_of/) +- [How do SHA keys and apps work? Do APPs save in memory their own sha? Do they have their own keytool?](https://www.reddit.com/r/androiddev/comments/1jf0io7/how_do_sha_keys_and_apps_work_do_apps_save_in/) +- [how to get result from coroutine within a non-suspend function?](https://www.reddit.com/r/androiddev/comments/1jeusz0/how_to_get_result_from_coroutine_within_a/) +- [Seamless Edge-to-Edge UI in Android 15](https://www.reddit.com/r/androiddev/comments/1jesi49/seamless_edgetoedge_ui_in_android_15/) +- [Java 24 Delivers New Experimental and Many Final Features](https://www.reddit.com/r/androiddev/comments/1jeo2x8/java_24_delivers_new_experimental_and_many_final/) - [March 2025 Showcase](https://www.reddit.com/r/androiddev/comments/1jegvig/march_2025_showcase/) - [Having trouble with your specific project? Updates, advice, and newbie questions for March 2025](https://www.reddit.com/r/androiddev/comments/1jegl7j/having_trouble_with_your_specific_project_updates/) - [Android Studio Meerkat Feature Drop | 2024.3.2 Beta 1 now available](https://www.reddit.com/r/androiddev/comments/1jefrch/android_studio_meerkat_feature_drop_202432_beta_1/) - [Tired of using Laravel as my backend. What are some services I can use as a backend to get my apps up and running quickly?](https://www.reddit.com/r/androiddev/comments/1jeavya/tired_of_using_laravel_as_my_backend_what_are/) -- [How to handle realtime developer notifications for subscriptions on staging env?](https://www.reddit.com/r/androiddev/comments/1jeateh/how_to_handle_realtime_developer_notifications/) -- [AGSL motion blur](https://www.reddit.com/r/androiddev/comments/1je6pf6/agsl_motion_blur/) -- [Transfering app to new account without getting banned](https://www.reddit.com/r/androiddev/comments/1jdo6xx/transfering_app_to_new_account_without_getting/) -- [Options for crash monitoring?](https://www.reddit.com/r/androiddev/comments/1jdhyxl/options_for_crash_monitoring/) -- [The new warnings added on Google Play are a very bad addition to the store](https://www.reddit.com/r/androiddev/comments/1jddo84/the_new_warnings_added_on_google_play_are_a_very/) -- [Using google maps on android: Do we really need to have to insert the API key inside the android Manifest? Is that dangerous? How to protect yourself?](https://www.reddit.com/r/androiddev/comments/1jdbi1z/using_google_maps_on_android_do_we_really_need_to/) ### *InfoWorld posts* From 79ec9ee6c40f2e0a2ccebc44e51e6affda95b32e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 21 Mar 2025 01:30:30 +0000 Subject: [PATCH 1200/1422] Updated with the latest blog posts --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 22a18ae820..3078408dbb 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Launching my first app on Google Play - my experience](https://www.reddit.com/r/androiddev/comments/1jg0p3s/launching_my_first_app_on_google_play_my/) +- [ML Kit BarcodeScanner](https://www.reddit.com/r/androiddev/comments/1jfp6il/ml_kit_barcodescanner/) +- [Kotlin 2.1.20 Released](https://www.reddit.com/r/androiddev/comments/1jfomug/kotlin_2120_released/) +- [Is Android Development Harder to Learn Today? The Overload of Choices & Opinions](https://www.reddit.com/r/androiddev/comments/1jfmpa0/is_android_development_harder_to_learn_today_the/) +- [Is native android development really over for juniors looking for job?](https://www.reddit.com/r/androiddev/comments/1jflrvv/is_native_android_development_really_over_for/) +- [Console Selling possible scam?](https://www.reddit.com/r/androiddev/comments/1jfkye1/console_selling_possible_scam/) +- [I built a simple coding agent in Android Studio](https://www.reddit.com/r/androiddev/comments/1jfeibu/i_built_a_simple_coding_agent_in_android_studio/) - [Android Studio Narwhal | 2025.1.1 Canary 1 now available](https://www.reddit.com/r/androiddev/comments/1jfaeq8/android_studio_narwhal_202511_canary_1_now/) - [JetpackCompose.app's Dispatch Issue #11 - 'Future of Android' special where Android experts share their views and hot takes about the future of Android and how to best prepare for it](https://www.reddit.com/r/androiddev/comments/1jf40gq/jetpackcomposeapps_dispatch_issue_11_future_of/) - [How do SHA keys and apps work? Do APPs save in memory their own sha? Do they have their own keytool?](https://www.reddit.com/r/androiddev/comments/1jf0io7/how_do_sha_keys_and_apps_work_do_apps_save_in/) -- [how to get result from coroutine within a non-suspend function?](https://www.reddit.com/r/androiddev/comments/1jeusz0/how_to_get_result_from_coroutine_within_a/) -- [Seamless Edge-to-Edge UI in Android 15](https://www.reddit.com/r/androiddev/comments/1jesi49/seamless_edgetoedge_ui_in_android_15/) -- [Java 24 Delivers New Experimental and Many Final Features](https://www.reddit.com/r/androiddev/comments/1jeo2x8/java_24_delivers_new_experimental_and_many_final/) -- [March 2025 Showcase](https://www.reddit.com/r/androiddev/comments/1jegvig/march_2025_showcase/) -- [Having trouble with your specific project? Updates, advice, and newbie questions for March 2025](https://www.reddit.com/r/androiddev/comments/1jegl7j/having_trouble_with_your_specific_project_updates/) -- [Android Studio Meerkat Feature Drop | 2024.3.2 Beta 1 now available](https://www.reddit.com/r/androiddev/comments/1jefrch/android_studio_meerkat_feature_drop_202432_beta_1/) -- [Tired of using Laravel as my backend. What are some services I can use as a backend to get my apps up and running quickly?](https://www.reddit.com/r/androiddev/comments/1jeavya/tired_of_using_laravel_as_my_backend_what_are/) ### *InfoWorld posts* From f6407ab70d808247944c997fa9cb8629768a36e7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 22 Mar 2025 01:30:06 +0000 Subject: [PATCH 1201/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3078408dbb..54ab9e6e79 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Dragon Dex available! An app for the community](https://www.reddit.com/r/androiddev/comments/1jgl6d2/dragon_dex_available_an_app_for_the_community/) +- [I am using a fully unrestricted API KEY (for developing purposes), and still getting "request denied) in my google maps sdk based app (Even billing is okay)](https://www.reddit.com/r/androiddev/comments/1jgkwic/i_am_using_a_fully_unrestricted_api_key_for/) +- [How do I find devices to test on?](https://www.reddit.com/r/androiddev/comments/1jgdf9t/how_do_i_find_devices_to_test_on/) +- [Android Studio Narwhal | 2025.1.1 Canary 2 now available](https://www.reddit.com/r/androiddev/comments/1jg3lfu/android_studio_narwhal_202511_canary_2_now/) - [Launching my first app on Google Play - my experience](https://www.reddit.com/r/androiddev/comments/1jg0p3s/launching_my_first_app_on_google_play_my/) - [ML Kit BarcodeScanner](https://www.reddit.com/r/androiddev/comments/1jfp6il/ml_kit_barcodescanner/) - [Kotlin 2.1.20 Released](https://www.reddit.com/r/androiddev/comments/1jfomug/kotlin_2120_released/) - [Is Android Development Harder to Learn Today? The Overload of Choices & Opinions](https://www.reddit.com/r/androiddev/comments/1jfmpa0/is_android_development_harder_to_learn_today_the/) -- [Is native android development really over for juniors looking for job?](https://www.reddit.com/r/androiddev/comments/1jflrvv/is_native_android_development_really_over_for/) - [Console Selling possible scam?](https://www.reddit.com/r/androiddev/comments/1jfkye1/console_selling_possible_scam/) - [I built a simple coding agent in Android Studio](https://www.reddit.com/r/androiddev/comments/1jfeibu/i_built_a_simple_coding_agent_in_android_studio/) -- [Android Studio Narwhal | 2025.1.1 Canary 1 now available](https://www.reddit.com/r/androiddev/comments/1jfaeq8/android_studio_narwhal_202511_canary_1_now/) -- [JetpackCompose.app's Dispatch Issue #11 - 'Future of Android' special where Android experts share their views and hot takes about the future of Android and how to best prepare for it](https://www.reddit.com/r/androiddev/comments/1jf40gq/jetpackcomposeapps_dispatch_issue_11_future_of/) -- [How do SHA keys and apps work? Do APPs save in memory their own sha? Do they have their own keytool?](https://www.reddit.com/r/androiddev/comments/1jf0io7/how_do_sha_keys_and_apps_work_do_apps_save_in/) ### *InfoWorld posts* From 6190876d8960a870f8b76fbc28db2043f5867ebe Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 23 Mar 2025 01:30:25 +0000 Subject: [PATCH 1202/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 54ab9e6e79..5d99b51642 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Should we stop using RealmDB in new projects?](https://www.reddit.com/r/androiddev/comments/1jhnekf/should_we_stop_using_realmdb_in_new_projects/) +- [AnimatedSequence - Simple library to manage sequential animations in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1jhem2j/animatedsequence_simple_library_to_manage/) +- [AutoPrefs: A Kotlin library for elegant SharedPreferences handling](https://www.reddit.com/r/androiddev/comments/1jhc6uw/autoprefs_a_kotlin_library_for_elegant/) +- [Privacy concern about "android.intent.action.MAIN" intent in queries element](https://www.reddit.com/r/androiddev/comments/1jh5xdr/privacy_concern_about_androidintentactionmain/) +- [Text Tools: An open source app that provides various text related functions on selected text](https://www.reddit.com/r/androiddev/comments/1jh5gte/text_tools_an_open_source_app_that_provides/) +- [Weird behavior when opening my app on emulators and some devices: goes to the Play Store](https://www.reddit.com/r/androiddev/comments/1jh4wcg/weird_behavior_when_opening_my_app_on_emulators/) +- [TextField data: StateFlow or Compose State](https://www.reddit.com/r/androiddev/comments/1jgzvn9/textfield_data_stateflow_or_compose_state/) +- [Looking for a android developer](https://www.reddit.com/r/androiddev/comments/1jgxpai/looking_for_a_android_developer/) - [Dragon Dex available! An app for the community](https://www.reddit.com/r/androiddev/comments/1jgl6d2/dragon_dex_available_an_app_for_the_community/) - [I am using a fully unrestricted API KEY (for developing purposes), and still getting "request denied) in my google maps sdk based app (Even billing is okay)](https://www.reddit.com/r/androiddev/comments/1jgkwic/i_am_using_a_fully_unrestricted_api_key_for/) -- [How do I find devices to test on?](https://www.reddit.com/r/androiddev/comments/1jgdf9t/how_do_i_find_devices_to_test_on/) -- [Android Studio Narwhal | 2025.1.1 Canary 2 now available](https://www.reddit.com/r/androiddev/comments/1jg3lfu/android_studio_narwhal_202511_canary_2_now/) -- [Launching my first app on Google Play - my experience](https://www.reddit.com/r/androiddev/comments/1jg0p3s/launching_my_first_app_on_google_play_my/) -- [ML Kit BarcodeScanner](https://www.reddit.com/r/androiddev/comments/1jfp6il/ml_kit_barcodescanner/) -- [Kotlin 2.1.20 Released](https://www.reddit.com/r/androiddev/comments/1jfomug/kotlin_2120_released/) -- [Is Android Development Harder to Learn Today? The Overload of Choices & Opinions](https://www.reddit.com/r/androiddev/comments/1jfmpa0/is_android_development_harder_to_learn_today_the/) -- [Console Selling possible scam?](https://www.reddit.com/r/androiddev/comments/1jfkye1/console_selling_possible_scam/) -- [I built a simple coding agent in Android Studio](https://www.reddit.com/r/androiddev/comments/1jfeibu/i_built_a_simple_coding_agent_in_android_studio/) ### *InfoWorld posts* From 1fb8be48defef29ac24493104099a848d99fc767 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 24 Mar 2025 01:30:31 +0000 Subject: [PATCH 1203/1422] Updated with the latest blog posts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5d99b51642..8c218d9ce9 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [TextFieldState for query textfield in search with pagination](https://www.reddit.com/r/androiddev/comments/1ji99xg/textfieldstate_for_query_textfield_in_search_with/) +- [Creating formula for probability of text cut within bounds](https://www.reddit.com/r/androiddev/comments/1ji7skk/creating_formula_for_probability_of_text_cut/) +- [A state-driven library for toasts, snackbars, and dialogs in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1ji0pjg/a_statedriven_library_for_toasts_snackbars_and/) +- [How to put watermark on image on the same relative position regardless of the device?](https://www.reddit.com/r/androiddev/comments/1ji0flz/how_to_put_watermark_on_image_on_the_same/) +- [LazyColumn animate first item appearance.](https://www.reddit.com/r/androiddev/comments/1jhoeca/lazycolumn_animate_first_item_appearance/) - [Should we stop using RealmDB in new projects?](https://www.reddit.com/r/androiddev/comments/1jhnekf/should_we_stop_using_realmdb_in_new_projects/) - [AnimatedSequence - Simple library to manage sequential animations in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1jhem2j/animatedsequence_simple_library_to_manage/) - [AutoPrefs: A Kotlin library for elegant SharedPreferences handling](https://www.reddit.com/r/androiddev/comments/1jhc6uw/autoprefs_a_kotlin_library_for_elegant/) - [Privacy concern about "android.intent.action.MAIN" intent in queries element](https://www.reddit.com/r/androiddev/comments/1jh5xdr/privacy_concern_about_androidintentactionmain/) - [Text Tools: An open source app that provides various text related functions on selected text](https://www.reddit.com/r/androiddev/comments/1jh5gte/text_tools_an_open_source_app_that_provides/) -- [Weird behavior when opening my app on emulators and some devices: goes to the Play Store](https://www.reddit.com/r/androiddev/comments/1jh4wcg/weird_behavior_when_opening_my_app_on_emulators/) -- [TextField data: StateFlow or Compose State](https://www.reddit.com/r/androiddev/comments/1jgzvn9/textfield_data_stateflow_or_compose_state/) -- [Looking for a android developer](https://www.reddit.com/r/androiddev/comments/1jgxpai/looking_for_a_android_developer/) -- [Dragon Dex available! An app for the community](https://www.reddit.com/r/androiddev/comments/1jgl6d2/dragon_dex_available_an_app_for_the_community/) -- [I am using a fully unrestricted API KEY (for developing purposes), and still getting "request denied) in my google maps sdk based app (Even billing is okay)](https://www.reddit.com/r/androiddev/comments/1jgkwic/i_am_using_a_fully_unrestricted_api_key_for/) ### *InfoWorld posts* From 9ddbfa5ae5a3b274bae52e174c991e0a53440c92 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 25 Mar 2025 01:30:31 +0000 Subject: [PATCH 1204/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8c218d9ce9..e28302d728 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [TextFieldState for query textfield in search with pagination](https://www.reddit.com/r/androiddev/comments/1ji99xg/textfieldstate_for_query_textfield_in_search_with/) -- [Creating formula for probability of text cut within bounds](https://www.reddit.com/r/androiddev/comments/1ji7skk/creating_formula_for_probability_of_text_cut/) -- [A state-driven library for toasts, snackbars, and dialogs in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1ji0pjg/a_statedriven_library_for_toasts_snackbars_and/) -- [How to put watermark on image on the same relative position regardless of the device?](https://www.reddit.com/r/androiddev/comments/1ji0flz/how_to_put_watermark_on_image_on_the_same/) -- [LazyColumn animate first item appearance.](https://www.reddit.com/r/androiddev/comments/1jhoeca/lazycolumn_animate_first_item_appearance/) -- [Should we stop using RealmDB in new projects?](https://www.reddit.com/r/androiddev/comments/1jhnekf/should_we_stop_using_realmdb_in_new_projects/) -- [AnimatedSequence - Simple library to manage sequential animations in Jetpack Compose](https://www.reddit.com/r/androiddev/comments/1jhem2j/animatedsequence_simple_library_to_manage/) -- [AutoPrefs: A Kotlin library for elegant SharedPreferences handling](https://www.reddit.com/r/androiddev/comments/1jhc6uw/autoprefs_a_kotlin_library_for_elegant/) -- [Privacy concern about "android.intent.action.MAIN" intent in queries element](https://www.reddit.com/r/androiddev/comments/1jh5xdr/privacy_concern_about_androidintentactionmain/) -- [Text Tools: An open source app that provides various text related functions on selected text](https://www.reddit.com/r/androiddev/comments/1jh5gte/text_tools_an_open_source_app_that_provides/) +- [What is the proper way to delete a SQLDelight DB (KMP)](https://www.reddit.com/r/androiddev/comments/1jj4vrh/what_is_the_proper_way_to_delete_a_sqldelight_db/) +- [App rejected due to crash but unable to reproduce or see any crash logs in Android Vitals](https://www.reddit.com/r/androiddev/comments/1jj25pp/app_rejected_due_to_crash_but_unable_to_reproduce/) +- [Android Studio Meerkat | 2024.3.1 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/1jix4vx/android_studio_meerkat_202431_patch_1_now/) +- [Would you use a 'model-agnostic' AI plugin for Android Studio that matches Gemini’s features?](https://www.reddit.com/r/androiddev/comments/1jix02e/would_you_use_a_modelagnostic_ai_plugin_for/) +- [Is there an alternative way to use *Fractional Threshold* other that the deprecated one?](https://www.reddit.com/r/androiddev/comments/1jit7i8/is_there_an_alternative_way_to_use_fractional/) +- [Any other mid to senior level Android devs having a tough time finding work right now?](https://www.reddit.com/r/androiddev/comments/1jit47g/any_other_mid_to_senior_level_android_devs_having/) +- [Is there a way to implement guards/redirects for deep links in NavHost?](https://www.reddit.com/r/androiddev/comments/1jis45s/is_there_a_way_to_implement_guardsredirects_for/) +- [is there a way I can automate this task of my job](https://www.reddit.com/r/androiddev/comments/1jipqfj/is_there_a_way_i_can_automate_this_task_of_my_job/) +- [Jetpack Compose Syllabus for Developers](https://www.reddit.com/r/androiddev/comments/1jingrt/jetpack_compose_syllabus_for_developers/) +- [How do you handle previews of screens with multiple view models?](https://www.reddit.com/r/androiddev/comments/1jilehz/how_do_you_handle_previews_of_screens_with/) ### *InfoWorld posts* From 4c2b1a8f05e36137f374162ea34bb1f4ec76ac57 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 26 Mar 2025 01:30:22 +0000 Subject: [PATCH 1205/1422] Updated with the latest blog posts --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e28302d728..2f8a3a7ed2 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [PDF handling in android](https://www.reddit.com/r/androiddev/comments/1jjxzkd/pdf_handling_in_android/) +- [Debugging with External USB Device](https://www.reddit.com/r/androiddev/comments/1jjom34/debugging_with_external_usb_device/) +- [WebRTC libraries on android](https://www.reddit.com/r/androiddev/comments/1jjl421/webrtc_libraries_on_android/) +- [AnimatedSequence - Simple library to manage sequential animations in Jetpack Compose, now supports Compose Multiplatform!](https://www.reddit.com/r/androiddev/comments/1jjknmn/animatedsequence_simple_library_to_manage/) +- [Webviews: The Steroid Rush of Mobile Development](https://www.reddit.com/r/androiddev/comments/1jjijlg/webviews_the_steroid_rush_of_mobile_development/) +- ["For every 6MB increase to an app’s size, the app’s installation-conversion rate decreased by 1%, and the missed opportunities are enormous" - Spotify's journey on mastering app size](https://www.reddit.com/r/androiddev/comments/1jjhi4z/for_every_6mb_increase_to_an_apps_size_the_apps/) +- [How do you distinct between alpha/beta/release version of your app?](https://www.reddit.com/r/androiddev/comments/1jjelst/how_do_you_distinct_between_alphabetarelease/) +- [How to save an image in JPEG format with a resolution of at least 6MP, captured using the Android Camera 2 API?](https://www.reddit.com/r/androiddev/comments/1jjctzk/how_to_save_an_image_in_jpeg_format_with_a/) - [What is the proper way to delete a SQLDelight DB (KMP)](https://www.reddit.com/r/androiddev/comments/1jj4vrh/what_is_the_proper_way_to_delete_a_sqldelight_db/) - [App rejected due to crash but unable to reproduce or see any crash logs in Android Vitals](https://www.reddit.com/r/androiddev/comments/1jj25pp/app_rejected_due_to_crash_but_unable_to_reproduce/) -- [Android Studio Meerkat | 2024.3.1 Patch 1 now available](https://www.reddit.com/r/androiddev/comments/1jix4vx/android_studio_meerkat_202431_patch_1_now/) -- [Would you use a 'model-agnostic' AI plugin for Android Studio that matches Gemini’s features?](https://www.reddit.com/r/androiddev/comments/1jix02e/would_you_use_a_modelagnostic_ai_plugin_for/) -- [Is there an alternative way to use *Fractional Threshold* other that the deprecated one?](https://www.reddit.com/r/androiddev/comments/1jit7i8/is_there_an_alternative_way_to_use_fractional/) -- [Any other mid to senior level Android devs having a tough time finding work right now?](https://www.reddit.com/r/androiddev/comments/1jit47g/any_other_mid_to_senior_level_android_devs_having/) -- [Is there a way to implement guards/redirects for deep links in NavHost?](https://www.reddit.com/r/androiddev/comments/1jis45s/is_there_a_way_to_implement_guardsredirects_for/) -- [is there a way I can automate this task of my job](https://www.reddit.com/r/androiddev/comments/1jipqfj/is_there_a_way_i_can_automate_this_task_of_my_job/) -- [Jetpack Compose Syllabus for Developers](https://www.reddit.com/r/androiddev/comments/1jingrt/jetpack_compose_syllabus_for_developers/) -- [How do you handle previews of screens with multiple view models?](https://www.reddit.com/r/androiddev/comments/1jilehz/how_do_you_handle_previews_of_screens_with/) ### *InfoWorld posts* From b8f23a9daeb33d48678e111ce97cb0783c6a3616 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 27 Mar 2025 01:30:27 +0000 Subject: [PATCH 1206/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2f8a3a7ed2..6aa59d59fd 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [PDF handling in android](https://www.reddit.com/r/androiddev/comments/1jjxzkd/pdf_handling_in_android/) -- [Debugging with External USB Device](https://www.reddit.com/r/androiddev/comments/1jjom34/debugging_with_external_usb_device/) -- [WebRTC libraries on android](https://www.reddit.com/r/androiddev/comments/1jjl421/webrtc_libraries_on_android/) -- [AnimatedSequence - Simple library to manage sequential animations in Jetpack Compose, now supports Compose Multiplatform!](https://www.reddit.com/r/androiddev/comments/1jjknmn/animatedsequence_simple_library_to_manage/) -- [Webviews: The Steroid Rush of Mobile Development](https://www.reddit.com/r/androiddev/comments/1jjijlg/webviews_the_steroid_rush_of_mobile_development/) -- ["For every 6MB increase to an app’s size, the app’s installation-conversion rate decreased by 1%, and the missed opportunities are enormous" - Spotify's journey on mastering app size](https://www.reddit.com/r/androiddev/comments/1jjhi4z/for_every_6mb_increase_to_an_apps_size_the_apps/) -- [How do you distinct between alpha/beta/release version of your app?](https://www.reddit.com/r/androiddev/comments/1jjelst/how_do_you_distinct_between_alphabetarelease/) -- [How to save an image in JPEG format with a resolution of at least 6MP, captured using the Android Camera 2 API?](https://www.reddit.com/r/androiddev/comments/1jjctzk/how_to_save_an_image_in_jpeg_format_with_a/) -- [What is the proper way to delete a SQLDelight DB (KMP)](https://www.reddit.com/r/androiddev/comments/1jj4vrh/what_is_the_proper_way_to_delete_a_sqldelight_db/) -- [App rejected due to crash but unable to reproduce or see any crash logs in Android Vitals](https://www.reddit.com/r/androiddev/comments/1jj25pp/app_rejected_due_to_crash_but_unable_to_reproduce/) +- [Google Play Console Review Using Wrong Device Size](https://www.reddit.com/r/androiddev/comments/1jkrm0z/google_play_console_review_using_wrong_device_size/) +- [I want to build a simple web view app](https://www.reddit.com/r/androiddev/comments/1jkozt6/i_want_to_build_a_simple_web_view_app/) +- [Question about Android Management API](https://www.reddit.com/r/androiddev/comments/1jkobef/question_about_android_management_api/) +- [🤖 Hiring Android Engineers @ State Farm](https://www.reddit.com/r/androiddev/comments/1jkl6ry/hiring_android_engineers_state_farm/) +- [[Launch] SmartScan - A smart image organizer with text-based image search. Its open source and available on Github now! F-droid coming soon.](https://www.reddit.com/r/androiddev/comments/1jkjf1a/launch_smartscan_a_smart_image_organizer_with/) +- [Compose Screenshot Testing Update question](https://www.reddit.com/r/androiddev/comments/1jkhfkt/compose_screenshot_testing_update_question/) +- [Introduction to the SDK Runtime](https://www.reddit.com/r/androiddev/comments/1jkf8o1/introduction_to_the_sdk_runtime/) +- [Updated data consistency](https://www.reddit.com/r/androiddev/comments/1jkd80z/updated_data_consistency/) +- [🚀 Gocat - A Colorful and Powerful ADB Logcat Wrapper in Go](https://www.reddit.com/r/androiddev/comments/1jkbkxh/gocat_a_colorful_and_powerful_adb_logcat_wrapper/) +- [App Privacy Policy issues out of nowhere?](https://www.reddit.com/r/androiddev/comments/1jk9un9/app_privacy_policy_issues_out_of_nowhere/) ### *InfoWorld posts* From 988d5879e3d657d5d414d40c2a12e15b6183bab4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 28 Mar 2025 01:30:30 +0000 Subject: [PATCH 1207/1422] Updated with the latest blog posts --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6aa59d59fd..cda8dffda5 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Coil3 retrieve cached image only by key](https://www.reddit.com/r/androiddev/comments/1jliqrz/coil3_retrieve_cached_image_only_by_key/) +- [Gemini Nano on developer emulator](https://www.reddit.com/r/androiddev/comments/1jlc56e/gemini_nano_on_developer_emulator/) +- [Android Studio Narwhal | 2025.1.1 Canary 3 now available](https://www.reddit.com/r/androiddev/comments/1jlbmmm/android_studio_narwhal_202511_canary_3_now/) +- [LazyColumn scrollToItem causes entire list to flash when items are modified by `.animateItem()`](https://www.reddit.com/r/androiddev/comments/1jl9yqk/lazycolumn_scrolltoitem_causes_entire_list_to/) +- [3 neat animations you can create with Modifier.animateBounds](https://www.reddit.com/r/androiddev/comments/1jl8hlg/3_neat_animations_you_can_create_with/) +- [Google Support phone call form just a scam?](https://www.reddit.com/r/androiddev/comments/1jl2t3f/google_support_phone_call_form_just_a_scam/) +- [Jetpack Compose specific hotkeys in AS](https://www.reddit.com/r/androiddev/comments/1jkz30c/jetpack_compose_specific_hotkeys_in_as/) +- [VIBRANT theme definitions don't make sense to me](https://www.reddit.com/r/androiddev/comments/1jkxryq/vibrant_theme_definitions_dont_make_sense_to_me/) +- [Google will develop Android OS behind closed doors starting next week](https://www.reddit.com/r/androiddev/comments/1jku650/google_will_develop_android_os_behind_closed/) - [Google Play Console Review Using Wrong Device Size](https://www.reddit.com/r/androiddev/comments/1jkrm0z/google_play_console_review_using_wrong_device_size/) -- [I want to build a simple web view app](https://www.reddit.com/r/androiddev/comments/1jkozt6/i_want_to_build_a_simple_web_view_app/) -- [Question about Android Management API](https://www.reddit.com/r/androiddev/comments/1jkobef/question_about_android_management_api/) -- [🤖 Hiring Android Engineers @ State Farm](https://www.reddit.com/r/androiddev/comments/1jkl6ry/hiring_android_engineers_state_farm/) -- [[Launch] SmartScan - A smart image organizer with text-based image search. Its open source and available on Github now! F-droid coming soon.](https://www.reddit.com/r/androiddev/comments/1jkjf1a/launch_smartscan_a_smart_image_organizer_with/) -- [Compose Screenshot Testing Update question](https://www.reddit.com/r/androiddev/comments/1jkhfkt/compose_screenshot_testing_update_question/) -- [Introduction to the SDK Runtime](https://www.reddit.com/r/androiddev/comments/1jkf8o1/introduction_to_the_sdk_runtime/) -- [Updated data consistency](https://www.reddit.com/r/androiddev/comments/1jkd80z/updated_data_consistency/) -- [🚀 Gocat - A Colorful and Powerful ADB Logcat Wrapper in Go](https://www.reddit.com/r/androiddev/comments/1jkbkxh/gocat_a_colorful_and_powerful_adb_logcat_wrapper/) -- [App Privacy Policy issues out of nowhere?](https://www.reddit.com/r/androiddev/comments/1jk9un9/app_privacy_policy_issues_out_of_nowhere/) ### *InfoWorld posts* From 5266ce53eb37a120c74ab26f39c506bf5e018ab8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 29 Mar 2025 01:30:29 +0000 Subject: [PATCH 1208/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cda8dffda5..ebf27001ec 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Open source tool to analyze Android logs](https://www.reddit.com/r/androiddev/comments/1jmac5h/open_source_tool_to_analyze_android_logs/) +- [UI testing in Compose](https://www.reddit.com/r/androiddev/comments/1jm9fn6/ui_testing_in_compose/) +- [CameraX: Replace frames with image while recording](https://www.reddit.com/r/androiddev/comments/1jm76m1/camerax_replace_frames_with_image_while_recording/) +- [Baseline Profiles](https://www.reddit.com/r/androiddev/comments/1jlvv07/baseline_profiles/) +- [Gemini Nano — AICore failed with INTERFERENCE_ERROR / NOT_AVAILABLE (Required LLM feature not found)](https://www.reddit.com/r/androiddev/comments/1jlu66w/gemini_nano_aicore_failed_with_interference_error/) +- [Google Play Trafic sources](https://www.reddit.com/r/androiddev/comments/1jlpy4y/google_play_trafic_sources/) - [Coil3 retrieve cached image only by key](https://www.reddit.com/r/androiddev/comments/1jliqrz/coil3_retrieve_cached_image_only_by_key/) - [Gemini Nano on developer emulator](https://www.reddit.com/r/androiddev/comments/1jlc56e/gemini_nano_on_developer_emulator/) - [Android Studio Narwhal | 2025.1.1 Canary 3 now available](https://www.reddit.com/r/androiddev/comments/1jlbmmm/android_studio_narwhal_202511_canary_3_now/) - [LazyColumn scrollToItem causes entire list to flash when items are modified by `.animateItem()`](https://www.reddit.com/r/androiddev/comments/1jl9yqk/lazycolumn_scrolltoitem_causes_entire_list_to/) -- [3 neat animations you can create with Modifier.animateBounds](https://www.reddit.com/r/androiddev/comments/1jl8hlg/3_neat_animations_you_can_create_with/) -- [Google Support phone call form just a scam?](https://www.reddit.com/r/androiddev/comments/1jl2t3f/google_support_phone_call_form_just_a_scam/) -- [Jetpack Compose specific hotkeys in AS](https://www.reddit.com/r/androiddev/comments/1jkz30c/jetpack_compose_specific_hotkeys_in_as/) -- [VIBRANT theme definitions don't make sense to me](https://www.reddit.com/r/androiddev/comments/1jkxryq/vibrant_theme_definitions_dont_make_sense_to_me/) -- [Google will develop Android OS behind closed doors starting next week](https://www.reddit.com/r/androiddev/comments/1jku650/google_will_develop_android_os_behind_closed/) -- [Google Play Console Review Using Wrong Device Size](https://www.reddit.com/r/androiddev/comments/1jkrm0z/google_play_console_review_using_wrong_device_size/) ### *InfoWorld posts* From 3be62a1058f337e57d32c586cb2c03d4c60835e6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 30 Mar 2025 01:30:41 +0000 Subject: [PATCH 1209/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ebf27001ec..90740f0aa8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Jetpack compose: Can I update a mutable state from any thread, or does it need to be updated from main thread.](https://www.reddit.com/r/androiddev/comments/1jmwy1r/jetpack_compose_can_i_update_a_mutable_state_from/) +- [Ten tips to turn ideas into apps](https://www.reddit.com/r/androiddev/comments/1jmuc15/ten_tips_to_turn_ideas_into_apps/) +- [Some questions about Android Studio](https://www.reddit.com/r/androiddev/comments/1jmt3pt/some_questions_about_android_studio/) +- [Microphone Foreground Service](https://www.reddit.com/r/androiddev/comments/1jmmq17/microphone_foreground_service/) +- [API fetching data issues](https://www.reddit.com/r/androiddev/comments/1jml7ou/api_fetching_data_issues/) +- [Everyone knows what apps you use — how indian apps are spying on your installed applications](https://www.reddit.com/r/androiddev/comments/1jmed8v/everyone_knows_what_apps_you_use_how_indian_apps/) - [Open source tool to analyze Android logs](https://www.reddit.com/r/androiddev/comments/1jmac5h/open_source_tool_to_analyze_android_logs/) - [UI testing in Compose](https://www.reddit.com/r/androiddev/comments/1jm9fn6/ui_testing_in_compose/) - [CameraX: Replace frames with image while recording](https://www.reddit.com/r/androiddev/comments/1jm76m1/camerax_replace_frames_with_image_while_recording/) - [Baseline Profiles](https://www.reddit.com/r/androiddev/comments/1jlvv07/baseline_profiles/) -- [Gemini Nano — AICore failed with INTERFERENCE_ERROR / NOT_AVAILABLE (Required LLM feature not found)](https://www.reddit.com/r/androiddev/comments/1jlu66w/gemini_nano_aicore_failed_with_interference_error/) -- [Google Play Trafic sources](https://www.reddit.com/r/androiddev/comments/1jlpy4y/google_play_trafic_sources/) -- [Coil3 retrieve cached image only by key](https://www.reddit.com/r/androiddev/comments/1jliqrz/coil3_retrieve_cached_image_only_by_key/) -- [Gemini Nano on developer emulator](https://www.reddit.com/r/androiddev/comments/1jlc56e/gemini_nano_on_developer_emulator/) -- [Android Studio Narwhal | 2025.1.1 Canary 3 now available](https://www.reddit.com/r/androiddev/comments/1jlbmmm/android_studio_narwhal_202511_canary_3_now/) -- [LazyColumn scrollToItem causes entire list to flash when items are modified by `.animateItem()`](https://www.reddit.com/r/androiddev/comments/1jl9yqk/lazycolumn_scrolltoitem_causes_entire_list_to/) ### *InfoWorld posts* From 1bd8a6a05e61cdfe2aadec40e6add59e552d6fe4 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 31 Mar 2025 01:30:55 +0000 Subject: [PATCH 1210/1422] Updated with the latest blog posts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 90740f0aa8..cbd0445d70 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* +- [Images with transparent backgrounds now have intrusive solid backgrounds for some reason](https://www.reddit.com/r/androiddev/comments/1jnqnsg/images_with_transparent_backgrounds_now_have/) +- [Possible to enable Auto-Formatting on Save with ktfmt?](https://www.reddit.com/r/androiddev/comments/1jngjfi/possible_to_enable_autoformatting_on_save_with/) +- [API key Client side vs Server side](https://www.reddit.com/r/androiddev/comments/1jn6j0k/api_key_client_side_vs_server_side/) +- [Just released Retrosheet v3 with support for Android, iOS, JVM, and JS! 🎊](https://www.reddit.com/r/androiddev/comments/1jn3dgr/just_released_retrosheet_v3_with_support_for/) - [Jetpack compose: Can I update a mutable state from any thread, or does it need to be updated from main thread.](https://www.reddit.com/r/androiddev/comments/1jmwy1r/jetpack_compose_can_i_update_a_mutable_state_from/) - [Ten tips to turn ideas into apps](https://www.reddit.com/r/androiddev/comments/1jmuc15/ten_tips_to_turn_ideas_into_apps/) - [Some questions about Android Studio](https://www.reddit.com/r/androiddev/comments/1jmt3pt/some_questions_about_android_studio/) - [Microphone Foreground Service](https://www.reddit.com/r/androiddev/comments/1jmmq17/microphone_foreground_service/) - [API fetching data issues](https://www.reddit.com/r/androiddev/comments/1jml7ou/api_fetching_data_issues/) - [Everyone knows what apps you use — how indian apps are spying on your installed applications](https://www.reddit.com/r/androiddev/comments/1jmed8v/everyone_knows_what_apps_you_use_how_indian_apps/) -- [Open source tool to analyze Android logs](https://www.reddit.com/r/androiddev/comments/1jmac5h/open_source_tool_to_analyze_android_logs/) -- [UI testing in Compose](https://www.reddit.com/r/androiddev/comments/1jm9fn6/ui_testing_in_compose/) -- [CameraX: Replace frames with image while recording](https://www.reddit.com/r/androiddev/comments/1jm76m1/camerax_replace_frames_with_image_while_recording/) -- [Baseline Profiles](https://www.reddit.com/r/androiddev/comments/1jlvv07/baseline_profiles/) ### *InfoWorld posts* From dd2e2ce1a7b2cbc534e4ad6e3ba49d95ead44c7b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 1 Apr 2025 01:31:13 +0000 Subject: [PATCH 1211/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cbd0445d70..61188d9b44 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Images with transparent backgrounds now have intrusive solid backgrounds for some reason](https://www.reddit.com/r/androiddev/comments/1jnqnsg/images_with_transparent_backgrounds_now_have/) -- [Possible to enable Auto-Formatting on Save with ktfmt?](https://www.reddit.com/r/androiddev/comments/1jngjfi/possible_to_enable_autoformatting_on_save_with/) -- [API key Client side vs Server side](https://www.reddit.com/r/androiddev/comments/1jn6j0k/api_key_client_side_vs_server_side/) -- [Just released Retrosheet v3 with support for Android, iOS, JVM, and JS! 🎊](https://www.reddit.com/r/androiddev/comments/1jn3dgr/just_released_retrosheet_v3_with_support_for/) -- [Jetpack compose: Can I update a mutable state from any thread, or does it need to be updated from main thread.](https://www.reddit.com/r/androiddev/comments/1jmwy1r/jetpack_compose_can_i_update_a_mutable_state_from/) -- [Ten tips to turn ideas into apps](https://www.reddit.com/r/androiddev/comments/1jmuc15/ten_tips_to_turn_ideas_into_apps/) -- [Some questions about Android Studio](https://www.reddit.com/r/androiddev/comments/1jmt3pt/some_questions_about_android_studio/) -- [Microphone Foreground Service](https://www.reddit.com/r/androiddev/comments/1jmmq17/microphone_foreground_service/) -- [API fetching data issues](https://www.reddit.com/r/androiddev/comments/1jml7ou/api_fetching_data_issues/) -- [Everyone knows what apps you use — how indian apps are spying on your installed applications](https://www.reddit.com/r/androiddev/comments/1jmed8v/everyone_knows_what_apps_you_use_how_indian_apps/) +- [Placing a red dot badge on a NavigationView MenuItem near the menu icon](https://www.reddit.com/r/androiddev/comments/1jogx8u/placing_a_red_dot_badge_on_a_navigationview/) +- [Are Google Play Games Trophies worth adding?](https://www.reddit.com/r/androiddev/comments/1jogrtz/are_google_play_games_trophies_worth_adding/) +- [Google deleted the sample code for Play Billing Library](https://www.reddit.com/r/androiddev/comments/1jof5m2/google_deleted_the_sample_code_for_play_billing/) +- [Android Studio is such a pain in the apps](https://www.reddit.com/r/androiddev/comments/1joewt6/android_studio_is_such_a_pain_in_the_apps/) +- [Desparate navigation structure with Official Navigation Library](https://www.reddit.com/r/androiddev/comments/1jod5hc/desparate_navigation_structure_with_official/) +- [MacOS ADB won't stay connected to my phone for the life of me.](https://www.reddit.com/r/androiddev/comments/1jo9em2/macos_adb_wont_stay_connected_to_my_phone_for_the/) +- [SDK is missing](https://www.reddit.com/r/androiddev/comments/1jo8l8r/sdk_is_missing/) +- [Anatomy of the SDK Runtime](https://www.reddit.com/r/androiddev/comments/1jo7kam/anatomy_of_the_sdk_runtime/) +- [How to Publish Your App on F-Droid: A Beginner’s Guide with sharing my own experience when published my one of the app](https://www.reddit.com/r/androiddev/comments/1jo6chm/how_to_publish_your_app_on_fdroid_a_beginners/) +- [Hybrid Encryption in Android: Secure Communication Between Mobile and Backend Systems](https://www.reddit.com/r/androiddev/comments/1jo2alk/hybrid_encryption_in_android_secure_communication/) ### *InfoWorld posts* From 69496f1c08ef22ccdf0a369c5fb47e10f64a959a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 2 Apr 2025 01:30:39 +0000 Subject: [PATCH 1212/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 61188d9b44..b4a98cf74b 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Placing a red dot badge on a NavigationView MenuItem near the menu icon](https://www.reddit.com/r/androiddev/comments/1jogx8u/placing_a_red_dot_badge_on_a_navigationview/) -- [Are Google Play Games Trophies worth adding?](https://www.reddit.com/r/androiddev/comments/1jogrtz/are_google_play_games_trophies_worth_adding/) -- [Google deleted the sample code for Play Billing Library](https://www.reddit.com/r/androiddev/comments/1jof5m2/google_deleted_the_sample_code_for_play_billing/) -- [Android Studio is such a pain in the apps](https://www.reddit.com/r/androiddev/comments/1joewt6/android_studio_is_such_a_pain_in_the_apps/) -- [Desparate navigation structure with Official Navigation Library](https://www.reddit.com/r/androiddev/comments/1jod5hc/desparate_navigation_structure_with_official/) -- [MacOS ADB won't stay connected to my phone for the life of me.](https://www.reddit.com/r/androiddev/comments/1jo9em2/macos_adb_wont_stay_connected_to_my_phone_for_the/) -- [SDK is missing](https://www.reddit.com/r/androiddev/comments/1jo8l8r/sdk_is_missing/) -- [Anatomy of the SDK Runtime](https://www.reddit.com/r/androiddev/comments/1jo7kam/anatomy_of_the_sdk_runtime/) -- [How to Publish Your App on F-Droid: A Beginner’s Guide with sharing my own experience when published my one of the app](https://www.reddit.com/r/androiddev/comments/1jo6chm/how_to_publish_your_app_on_fdroid_a_beginners/) -- [Hybrid Encryption in Android: Secure Communication Between Mobile and Backend Systems](https://www.reddit.com/r/androiddev/comments/1jo2alk/hybrid_encryption_in_android_secure_communication/) +- [How do apps typically handle SDK's with OneTrust or consent management?](https://www.reddit.com/r/androiddev/comments/1jpael5/how_do_apps_typically_handle_sdks_with_onetrust/) +- [Calling ViewModel's onEvent in composable](https://www.reddit.com/r/androiddev/comments/1jp7tb1/calling_viewmodels_onevent_in_composable/) +- [Weird Painter and .size Modifier interaction when repeating image components](https://www.reddit.com/r/androiddev/comments/1jp0bkj/weird_painter_and_size_modifier_interaction_when/) +- [Android Studio Meerkat Feature Drop | 2024.3.2 RC 1 now available](https://www.reddit.com/r/androiddev/comments/1joz5vd/android_studio_meerkat_feature_drop_202432_rc_1/) +- [App opened and killed multiple times in background.](https://www.reddit.com/r/androiddev/comments/1jox9ul/app_opened_and_killed_multiple_times_in_background/) +- [How do you senior developers utilize AI in Android and other development?](https://www.reddit.com/r/androiddev/comments/1jot80o/how_do_you_senior_developers_utilize_ai_in/) +- [MBCompass: A modern featurish compose based compass app v4 released with location tracking feature](https://www.reddit.com/r/androiddev/comments/1jos5k8/mbcompass_a_modern_featurish_compose_based/) +- [OCR(Optical character recognition) with android studio](https://www.reddit.com/r/androiddev/comments/1joqzsa/ocroptical_character_recognition_with_android/) +- [Struggling with Device Manager](https://www.reddit.com/r/androiddev/comments/1joqnni/struggling_with_device_manager/) +- [Concept Question: Can a Floating Widget Qualify as "Foreground" for Camera Access?](https://www.reddit.com/r/androiddev/comments/1joptxn/concept_question_can_a_floating_widget_qualify_as/) ### *InfoWorld posts* From 1194dd586419f0d544da4e0b4fc4a4134bf85369 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 3 Apr 2025 01:30:30 +0000 Subject: [PATCH 1213/1422] Updated with the latest blog posts --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b4a98cf74b..18af649927 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [How do apps typically handle SDK's with OneTrust or consent management?](https://www.reddit.com/r/androiddev/comments/1jpael5/how_do_apps_typically_handle_sdks_with_onetrust/) -- [Calling ViewModel's onEvent in composable](https://www.reddit.com/r/androiddev/comments/1jp7tb1/calling_viewmodels_onevent_in_composable/) -- [Weird Painter and .size Modifier interaction when repeating image components](https://www.reddit.com/r/androiddev/comments/1jp0bkj/weird_painter_and_size_modifier_interaction_when/) -- [Android Studio Meerkat Feature Drop | 2024.3.2 RC 1 now available](https://www.reddit.com/r/androiddev/comments/1joz5vd/android_studio_meerkat_feature_drop_202432_rc_1/) -- [App opened and killed multiple times in background.](https://www.reddit.com/r/androiddev/comments/1jox9ul/app_opened_and_killed_multiple_times_in_background/) -- [How do you senior developers utilize AI in Android and other development?](https://www.reddit.com/r/androiddev/comments/1jot80o/how_do_you_senior_developers_utilize_ai_in/) -- [MBCompass: A modern featurish compose based compass app v4 released with location tracking feature](https://www.reddit.com/r/androiddev/comments/1jos5k8/mbcompass_a_modern_featurish_compose_based/) -- [OCR(Optical character recognition) with android studio](https://www.reddit.com/r/androiddev/comments/1joqzsa/ocroptical_character_recognition_with_android/) -- [Struggling with Device Manager](https://www.reddit.com/r/androiddev/comments/1joqnni/struggling_with_device_manager/) -- [Concept Question: Can a Floating Widget Qualify as "Foreground" for Camera Access?](https://www.reddit.com/r/androiddev/comments/1joptxn/concept_question_can_a_floating_widget_qualify_as/) +- [Android enterprise craziness!](https://www.reddit.com/r/androiddev/comments/1jq3r66/android_enterprise_craziness/) +- [Recipes for reducing Gradle build times](https://www.reddit.com/r/androiddev/comments/1jq3e4n/recipes_for_reducing_gradle_build_times/) +- [Spotify sdk with Spotify lite](https://www.reddit.com/r/androiddev/comments/1jq3b4i/spotify_sdk_with_spotify_lite/) +- [Kubriko: create multiplatform games using a simple Compose library](https://www.reddit.com/r/androiddev/comments/1jptfv5/kubriko_create_multiplatform_games_using_a_simple/) +- [Trouble with rows](https://www.reddit.com/r/androiddev/comments/1jpt59k/trouble_with_rows/) +- [Understanding Dispatchers: Main and Main.immediate](https://www.reddit.com/r/androiddev/comments/1jpnxc9/understanding_dispatchers_main_and_mainimmediate/) +- [Does Network Inspector keep breaking for anyone else?](https://www.reddit.com/r/androiddev/comments/1jpm9t5/does_network_inspector_keep_breaking_for_anyone/) +- [Jetpack Glance Lazy Column Delay](https://www.reddit.com/r/androiddev/comments/1jpjuxt/jetpack_glance_lazy_column_delay/) +- [My banking app seems to have two screens. How did they do it?](https://www.reddit.com/r/androiddev/comments/1jpjsxm/my_banking_app_seems_to_have_two_screens_how_did/) +- [Any Udemy courses suggestion?](https://www.reddit.com/r/androiddev/comments/1jpjqyf/any_udemy_courses_suggestion/) ### *InfoWorld posts* From 6bb3e11256b5a00c3636ff2688e1ec385ebf3dfe Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 4 Apr 2025 01:30:26 +0000 Subject: [PATCH 1214/1422] Updated with the latest blog posts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 18af649927..e6dc3fd8a8 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ and ***Android Patterns*** ? Consider buying me a coffee :) ### *Reddit posts* -- [Android enterprise craziness!](https://www.reddit.com/r/androiddev/comments/1jq3r66/android_enterprise_craziness/) +- [Android Studio Narwhal | 2025.1.1 Canary 4 now available](https://www.reddit.com/r/androiddev/comments/1jqwxe4/android_studio_narwhal_202511_canary_4_now/) +- [FlowIntent.Core: Clean Android Navigation with Coroutines & Runtime Deeplinks](https://www.reddit.com/r/androiddev/comments/1jqfu9x/flowintentcore_clean_android_navigation_with/) +- [OverlayEffect doesn't accept my argument](https://www.reddit.com/r/androiddev/comments/1jqey56/overlayeffect_doesnt_accept_my_argument/) +- [Kotlin for Developers • Marcin Moskala & Nicola Corti](https://www.reddit.com/r/androiddev/comments/1jqdrmx/kotlin_for_developers_marcin_moskala_nicola_corti/) +- [How much do y’all make from your Play Store apps?](https://www.reddit.com/r/androiddev/comments/1jqdjn4/how_much_do_yall_make_from_your_play_store_apps/) +- [Best approach for setting up reminder notifications in a calendar widget?](https://www.reddit.com/r/androiddev/comments/1jqa6rf/best_approach_for_setting_up_reminder/) - [Recipes for reducing Gradle build times](https://www.reddit.com/r/androiddev/comments/1jq3e4n/recipes_for_reducing_gradle_build_times/) -- [Spotify sdk with Spotify lite](https://www.reddit.com/r/androiddev/comments/1jq3b4i/spotify_sdk_with_spotify_lite/) - [Kubriko: create multiplatform games using a simple Compose library](https://www.reddit.com/r/androiddev/comments/1jptfv5/kubriko_create_multiplatform_games_using_a_simple/) - [Trouble with rows](https://www.reddit.com/r/androiddev/comments/1jpt59k/trouble_with_rows/) - [Understanding Dispatchers: Main and Main.immediate](https://www.reddit.com/r/androiddev/comments/1jpnxc9/understanding_dispatchers_main_and_mainimmediate/) -- [Does Network Inspector keep breaking for anyone else?](https://www.reddit.com/r/androiddev/comments/1jpm9t5/does_network_inspector_keep_breaking_for_anyone/) -- [Jetpack Glance Lazy Column Delay](https://www.reddit.com/r/androiddev/comments/1jpjuxt/jetpack_glance_lazy_column_delay/) -- [My banking app seems to have two screens. How did they do it?](https://www.reddit.com/r/androiddev/comments/1jpjsxm/my_banking_app_seems_to_have_two_screens_how_did/) -- [Any Udemy courses suggestion?](https://www.reddit.com/r/androiddev/comments/1jpjqyf/any_udemy_courses_suggestion/) ### *InfoWorld posts* From 083fd744d8887c837e563c3155603042f4c0abd3 Mon Sep 17 00:00:00 2001 From: GitHub Bot Date: Sat, 5 Apr 2025 00:10:47 +0000 Subject: [PATCH 1215/1422] docs: updates on docs page speed Added docs page speed information on news Signed-off-by: GitHub Bot --- reports/pagespeedresult.svg | 2 +- reports/pagespeedresultmobile.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reports/pagespeedresult.svg b/reports/pagespeedresult.svg index 6592a27dcd..0fd59596ae 100644 --- a/reports/pagespeedresult.svg +++ b/reports/pagespeedresult.svg @@ -3,7 +3,7 @@ - Heroku | Application Error + No such app