• Breaking News

    [Android][timeline][#f39c12]

    Monday, July 12, 2021

    Weekly Who's Hiring Thread - July 12, 2021 Android Dev

    Weekly Who's Hiring Thread - July 12, 2021 Android Dev


    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:

    Company: <Best Company Ever>
    Job: [<Title>](https://example.com/job)
    Location: <City, State, Country>
    Allows remote: <Yes/No>
    Visa: <Yes/No>

    Feel free to include any other information about the job.

    submitted by /u/AutoModerator
    [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 targetSdkVersion 29 until it is absolutely mandatory to use fucking 30.

    submitted by /u/bobbie424242
    [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

    MQTT as IPC on Android?

    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:

    • Can I use MQTT for IPC?
    • Can I keep the current state of mixing Python + Rust somehow?
    • How can I have an application and instalable plugins?

    I would love to hear the whole story about having a multi-process app, since googling around seems to provide no definitive answers.

    submitted by /u/re-sheosi
    [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?

    submitted by /u/limested
    [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?

    submitted by /u/holpmaster
    [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

    public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) { LogI("onReceivedSslError: " + error.getCertificate()); AlertDialog.Builder builder = new AlertDialog.Builder(ctx); AlertDialog alertDialog = builder.create(); String message; switch (error.getPrimaryError()) { case SslError.SSL_UNTRUSTED: message = "The certificate authority is not trusted."; break; case SslError.SSL_EXPIRED: message = "The certificate has expired."; break; case SslError.SSL_IDMISMATCH: message = "The certificate Hostname mismatch."; break; case SslError.SSL_NOTYETVALID: message = "The certificate is not yet valid."; break; case SslError.SSL_DATE_INVALID: message = "The date of the certificate is invalid."; break; default: message = "A generic error occurred."; break; } message += " Do you want to continue anyway?"; alertDialog.setTitle("SSL Certificate Error"); alertDialog.setMessage(message); alertDialog.setButton(DialogInterface.BUTTON_POSITIVE, "OK", (dialog, which) -> handler.proceed()); alertDialog.setButton(DialogInterface.BUTTON_NEGATIVE, "Cancel", (dialog, which) -> handler.cancel()); alertDialog.show(); } 

    So, Why does my app not approve? What should I do next?

    Thank you for your advices!

    submitted by /u/fandott
    [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??

    submitted by /u/halfBloodPrince013
    [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.

    submitted by /u/1973DodgeChallenger
    [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.

    submitted by /u/varun7952
    [link] [comments]

    Top Android App Development Trends To Look For in 2021

    Posted: 12 Jul 2021 05:44 AM 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 ?

    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 ?

    submitted by /u/Gladiolus21
    [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.

    submitted by /u/Abikdig
    [link] [comments]

    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!

    Posted: 12 Jul 2021 02:31 AM 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?

    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...

    submitted by /u/prankster999
    [link] [comments]

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel