Weekly Who's Hiring Thread - July 12, 2021 Android Dev |
- Weekly Who's Hiring Thread - July 12, 2021
- Jetpack data store first release candidate is released v1.0.0-rc01
- Added Scoped Storage support to app and...
- JetBrains' Code With Me plugin is now compatible with Android Studio Canary
- Things you need to know before switching to Jetpack Compose
- MQTT as IPC on Android?
- Prevent App from getting tagged as game by Samsung Game Launcher
- AR Use Cases and How to: Image Tracking
- Changing the text color of edit text context menu (copy/paste/cut)
- Android App is not approved with SSL Error Handler
- Best way to implementing Dialog with option and error message using MVVM architecture.
- Is it possible to inject into android games and live read the files?
- Creating a Google Play Coupon Code Question.
- How to get all file access permission for social networking app?
- Top Android App Development Trends To Look For in 2021
- The Oppo and Realme phones have a Private safe feature in it ...When we move our private media files to set as private .. Can any other apps which we are allowing Storage permissions see the files moved to Private safe and get it even if we use password or fingerprint encryption ?
- Upload files one by one with Firebase?
- Hi, I have a question for Android Studio. Is there any way I can make something like the one in the image using Android Studio? Thanks!
- Can an Android .apk file be configured in such a way where it can only be played on a certain type of Android OS system, and therefore can't be played on a Android device that is being powered by a different Android configuration?
Weekly Who's Hiring Thread - July 12, 2021 Posted: 12 Jul 2021 06:00 AM PDT Looking for Android developers? Heard about a cool job posting? Let people know! Here is a suggested posting template:
Feel free to include any other information about the job. [link] [comments] | ||
Jetpack data store first release candidate is released v1.0.0-rc01 Posted: 12 Jul 2021 08:54 AM PDT
| ||
Added Scoped Storage support to app and... Posted: 12 Jul 2021 09:01 AM PDT ...users are pissed with bad reviews (Android 11+), that they cannot directly browse the root of Internal Storage and removable SD Card in-app directly (for playing media mind you), and now have to use the SAF to pick and manually add root folders to browse in-app. It's a regression in term in usability, which made something simple more complicated. Some users seem to be confused with the SAF for allowing a folder to be browsed by an app (ACTION_OPEN_DOCUMENT_TREE). There's also no way to enumerate all the files of the Downloads folder (files owned by own app excluded). Only way to access files there is having users manually pick one file with the SAF. This sucks. Thank you Google for making developers have to downgrade their apps on Android 11+ and make both developers and users miserable. I'm evaluating reverting to [link] [comments] | ||
JetBrains' Code With Me plugin is now compatible with Android Studio Canary Posted: 12 Jul 2021 02:03 PM PDT | ||
Things you need to know before switching to Jetpack Compose Posted: 12 Jul 2021 07:47 AM PDT
| ||
Posted: 12 Jul 2021 03:03 PM PDT Hi there! 🙋♂️️ I'm developing a virtual assistant (Lily). The server is Linux-only and is written in Rust + Python (for skills), I plan to move skills into their own executable and connect to them via MQTT. In the future I would like to have a version of the server for Android, so this is important:
I would love to hear the whole story about having a multi-process app, since googling around seems to provide no definitive answers. [link] [comments] | ||
Prevent App from getting tagged as game by Samsung Game Launcher Posted: 12 Jul 2021 07:26 AM PDT We have a video app that Samsung phones and tablets are seeing as a game app so it gets pulled into the game launcher. What code do we need to change/implement to prevent this from happening? [link] [comments] | ||
AR Use Cases and How to: Image Tracking Posted: 12 Jul 2021 06:47 AM PDT
| ||
Changing the text color of edit text context menu (copy/paste/cut) Posted: 12 Jul 2021 08:09 AM PDT I have an input component with an EditText with custom styles, but the context menu, that appears on long click with copy/paste options, have all white text on a white background so it's practically not visible. Do you know of a way to change the text color of the context popup menu? [link] [comments] | ||
Android App is not approved with SSL Error Handler Posted: 11 Jul 2021 08:19 PM PDT I released production Android app in last month, but I got a trouble with SSL Error Handler. I followed Google's tutorials and Google doesn't still approve my app. My code has implemented the following: Any Fragment or Activity that uses WebViewClient, I've controlled SSL Error like this So, Why does my app not approve? What should I do next? Thank you for your advices! [link] [comments] | ||
Best way to implementing Dialog with option and error message using MVVM architecture. Posted: 12 Jul 2021 10:18 AM PDT I am learning MVVM architecture using hilt. I am wondering which is the best way to implement Dialog with option and error messages. I have searched for the best practices. But couldn't found any appropriate one. Will it be convenient to use any singleton class for this? Can anyone enlighten me about this?? [link] [comments] | ||
Is it possible to inject into android games and live read the files? Posted: 12 Jul 2021 01:59 PM PDT | ||
Creating a Google Play Coupon Code Question. Posted: 12 Jul 2021 09:54 AM PDT App development Newb here....I'd like to publish my app on Google Play as paid. But I'd also like to give it to my "friends" either free or discounted. Could I use coupon codes on Google Play for this purpose? Appreciate any feedback/ideas. Thank you. [link] [comments] | ||
How to get all file access permission for social networking app? Posted: 12 Jul 2021 09:32 AM PDT I have a social networking app which needs to access media files of all type (apk,txt,doc etc) includes media files and it shared within app's built in chat system. I recently upload app on play store to review which asked me to mention uses of scope storage permission so i mention to share files and upload a walkthrough video by showing sharing an image with other user. Can anyone please help me out how can i get manage_external_storage permission and what i need to show in video and description to google play All access storage permission. [link] [comments] | ||
Top Android App Development Trends To Look For in 2021 Posted: 12 Jul 2021 05:44 AM PDT
| ||
Posted: 11 Jul 2021 10:38 PM PDT The Oppo and Realme phones have a Private safe feature in it ...When we move our private media files to set as private .. Can any other apps which we are allowing Storage permissions see the files moved to Private safe and get it even if we use password or fingerprint encryption ? [link] [comments] | ||
Upload files one by one with Firebase? Posted: 12 Jul 2021 02:05 AM PDT My use case is like, I have to upload multiple documents to Firestore. Before uploading each document, I have to upload multiple files to storage, get link, put them in document, and then upload the document. I'm not sure how to upload multiple files one by one while uploading each document one by one. I'm unable to find any good resource for this. Any help would be appreciated. Thanks. [link] [comments] | ||
Posted: 12 Jul 2021 02:31 AM PDT
| ||
Posted: 11 Jul 2021 09:57 PM PDT Can an Android .apk file be configured in such a way where it can only be played on a certain type of Android OS system, and therefore can't be played on a Android device that is being powered by a different Android configuration? For example, if Amazon created an app that they only wanted Kindle Fire HD OS to access, and did not want that same app to be accessible by any other Android OS powered devices, could they do it? It's basically a form of DRM and copy protection... [link] [comments] |
You are subscribed to email updates from Developing Android Apps. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment