Show string array in Recycler View of your app - Android Studio Tutorial

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 5

  • @garrysingh4484
    @garrysingh4484 Год назад +1

    Hello Sir
    Can you please make a couple of videos on the following topic :
    - Instant App (How to create an Instant App Such as Audio Streaming or whatever)
    - Stream Android Camera with Audio + Battery Status on local network or localhost - So we can access this device's live Video+Audio feed on local network connected devices such as PC or Another Android Phone using web browser and also shows the remaining battery status of streaming Android.

    • @ProgrammerWorld
      @ProgrammerWorld  Год назад

      - Instant App (How to create an Instant App Such as Audio Streaming or whatever)
      Live audio streaming:
      programmerworld.co/android/record-and-play-the-sound-simultaneously-live-stream-over-bluetooth-speaker-in-your-android-app/
      Live search algorithm:
      programmerworld.co/android/how-to-implement-smart-live-text-search-in-your-android-app/
      - Stream Android Camera with Audio + Battery Status on local network or localhost
      Camera App, though live streaming is not shown in the below:
      programmerworld.co/android/how-to-create-a-simple-android-camera-app-or-mirror-app-to-preview-the-images-using-android-studio/
      Access battery remotely:
      programmerworld.co/android/how-to-access-the-battery-level-and-ring-an-alarm-automatically-in-your-android-app-complete-code/
      Nice suggestions. I will try to come up with tutorials on live video streaming as well.
      Cheers
      Programmer World
      programmerworld.co
      -

    • @garrysingh4484
      @garrysingh4484 Год назад

      @@ProgrammerWorld Thanks For Your Efforts Sir !! Great Work Appreciated 👍👍
      Please Add Couple More Topic To Cover In Details & Simple As Possible Which Is :
      - Work Manager
      Create a simple application that displays a "Toast" or "Message" every time i connected to WiFi or Disconnected To Network or Maybe connecting or disconnecting a Charger But Using Work Manager - It Used to be very simple but Newer Current Android version makes it very hard to use broadcast receivers - Having it done via Work Manager Solve a lot of problems !!
      - Android 13 Does Not Allow To Access "/Internel/Android/data' Folders-Files - I Have tried many File explorer but most of them doesn't seem to have access to "data" - Is it possible to create a simple "File Explorer" app that have access to that "data" location - I know its the restrictions Android Implemented but many apps have not been updated - which makes it hard to use them. Some of them even can't have the "Download" folder access because Android put these restrictions.
      For Example When you download something or lets say backup an app using "Apk Extractor" - because these apps not updated for whatever reason they can't access "Download" folder - they put these backed Up files or downloaded files in their /data folder and its not accessible using File Explorer - which makes it very hard

    • @ProgrammerWorld
      @ProgrammerWorld  Год назад

      @@garrysingh4484
      - Work Manager
      Refer:
      programmerworld.co/android/how-to-implement-workmanager-to-run-background-process-iswifienabled-in-your-android-app/
      - Android 13 Does Not Allow To Access "/Internel/Android/data' Folders-Files
      Use "getExternalFilesDir" to access respective folder. Yes, you can not access other App's folder as that is restricted now. However, you can also access any internal or external storage (including Downloads folder) using the StorageManager. One use case is shown in the below:
      programmerworld.co/android/how-to-copy-files-from-one-path-to-another-download-folder-to-app-data-folder-from-your-android-app-android-12-api-32/
      Cheers
      Programmer World
      programmerworld.co
      -

    • @garrysingh4484
      @garrysingh4484 Год назад

      @@ProgrammerWorld Thanks 👍👍