• Breaking News

    Friday, April 8, 2022

    Android Dev - How can I style this alert dialog to show the invisible buttons?

    Android Dev - How can I style this alert dialog to show the invisible buttons?


    How can I style this alert dialog to show the invisible buttons?

    Posted: 08 Apr 2022 06:56 AM PDT

    Fade out particle animation

    Posted: 08 Apr 2022 10:42 AM PDT

    Where do you announce your new apps?

    Posted: 08 Apr 2022 01:12 PM PDT

    I'm interested in checking out new apps that developers are launching for general consumers. Media apps, utility apps, entertainment apps, and any other apps that are just new and cool. Show HN on HackerNews and Product Hunt have maybe 20% precision: the other 80% of announcements on those forums are for developers or businesses (like SDKs, content management systems, APIs, work tools). Where do you announce your apps to reach consumers? Is there a forum similar to Product Hunt that is meant for consumers?

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

    Post a image, retrofit or fast android networking?

    Posted: 08 Apr 2022 05:29 PM PDT

    Also, getting a link in response on that post request

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

    Do you observe any performance gain, by using Resource id vs Drawable as recycler view item background?

    Posted: 08 Apr 2022 10:05 AM PDT

    I was wondering, do you observe any performance gain, by using Drawable object as recycler view item background, vs using resource id as recycler view item background?

    I expect by using Drawable object (created in constructor, not onBindViewHolder), to set recycler view item background in onBindViewHolder, will help in performance, compared to using resource id.

    I assume by using resource id, system needs to perform I/O read on the image file/ xml file, process it into a Drawable everytime in onBindViewHolder. These extra effort, will make using resource id, less performant than using Drawable object directly.

    However, per my testing, it seems no significant different. I was wondering how about your case? Maybe I am testing in wrong way.

    Also, do you need to call drawable.mutate(), to generate a new drawable each time to use it as recycler view item background?

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

    Nifty, well made, small apps you've run into?

    Posted: 08 Apr 2022 05:33 PM PDT

    Looking for examples to show someone getting into mobile development that they don't need to make bigass projects to be impressive, and that they should start with small, well made apps. Any recommendations?

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

    MlKit integration in Camera 1.1.0-beta03 not available

    Posted: 08 Apr 2022 06:54 AM PDT

    Hello,

    CameraX libraries were updated to 1.1.0-beta03, and in the changelog it is indicated that there is an MLKit integration, which makes it easier to decode stuff.

    Checking the diff, we can see that a new MlKitAnalyzer has been added (and is a public class).

    Yet, 1.1.0-beta03 libraries doesn't seem to have this class packaged in as Android Studio is unable to find the class. I even tried importing library "androidx.camera:camera-mlkit-vision" as this class could be packaged in a different dependency but this dependency also doesn't work and is nowhere to be found in the repositories (such as androidx.tech or mvnrepository).

    Anyone know where is the MlKitAnalyzer class?

    Thank you

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

    What flag type should I use to cancel the alarm receive in Android?

    Posted: 08 Apr 2022 03:54 PM PDT

    I am getting error in MainActivity.alarmReceiverCancel method. the reason is this; In general, the definition of the problem is: alarmReceiver does not cancel

    Exception: com.appname: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles. 

    I searched a lot but couldn't find a solution. because when I use FLAG_IMMUTABLE, when it works for an alarm, my other alarms also work, but I have 7 or 8 alarms. What should I do in this situation?

    @SuppressLint("UnspecifiedImmutableFlag") public void alarmReceiverCancel() { for (int i = 0; i <= 7; i++) { AlarmManager alarmManager = (AlarmManager) context.getSystemService(Context.ALARM_SERVICE); Intent intent = new Intent(this, AlarmReceiver.class); PendingIntent pendingIntent = PendingIntent.getService(this, i, intent, PendingIntent.FLAG_NO_CREATE); if (pendingIntent != null && alarmManager != null) { alarmManager.cancel(pendingIntent); } } } 
    submitted by /u/emptyfiles
    [link] [comments]

    Failing

    Posted: 08 Apr 2022 01:36 PM PDT

    Hi guys I have a question If i failed in solving the android development path project ( Lemonade app ) Is it a bad sign or should i keep learning or should i get more with kotlin environment and back to solve it Ty everyone

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

    Android dev seeks iOS bootcamp

    Posted: 08 Apr 2022 12:35 PM PDT

    I am an experienced android developer with zero experience in iOS platform and Swift. Can anyone recommend a bootcamp (live and online preferred) that will bring me to the most advanced level of iOS development while wasting the least time on things I already know? Thanks....

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

    Changing online servers from an apk.

    Posted: 08 Apr 2022 01:14 PM PDT

    I remember a game that i will never be able to play again unless someone knows how to do this, its a game from my childhood (Avatar Fight Online) most of you probably dont know it but it was a typical old indie mobile game but it holds a special place in my heart. If anyone knows how to switch servers / how to create servers for an apk like that please comment here or dm me, i will appreciate it.

    submitted by /u/Ok-Green-3812
    [link] [comments]

    Opening specific folder in devices file manager

    Posted: 08 Apr 2022 08:18 AM PDT

    One portion of my app is dedicated to data collection where it exports CSV files for as many collections as the user runs. I would like to offer a button in the app to allow the user to jump to the output directory after they are done with collection (so they can open the CSV files or share them for further analysis). Right now I am saving the files into Documents/csv/...

    Is there an intent that I can use to tell the file manager to go to this directory? Most of what I've seen shows opening the file manager to select a file to open it or to select a directory of where to save a file. I haven't seen a way of just opening a directory and letting the user do whatever they want.

    I'm saving data either via the MediaStore for >= Q, or via Environment.getExternalStoragePublicDirectoryas outlined in this SO post.

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

    Android app development with login and signup application.

    Posted: 08 Apr 2022 07:56 AM PDT

    Which resources can i use to learn how to develop apps with login and registration using android.

    submitted by /u/Disastrous-Donut7759
    [link] [comments]

    Can you disable web payments through webview

    Posted: 08 Apr 2022 07:33 AM PDT

    I'm creating a app and I have child mode as one of the features is there anyway to disable payments through webview ?

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

    [Question][Kotlin] Dexter Runtime Permissions development has stopped, whats the alternative?

    Posted: 08 Apr 2022 06:53 AM PDT

    What libraries do you guys use for easier runtime permission management?

    I looked up a few, any opinion on those?

    easypermissions: https://github.com/googlesamples/easypermissions

    easypermissions-ktx: https://github.com/vmadalin/easypermissions-ktx

    RxPermissions: https://github.com/tbruyelle/RxPermissions

    KPermissions: https://github.com/fondesa/kpermissions

    Nammnu: https://github.com/tajchert/Nammu

    KAHelpers: https://github.com/FunkyMuse/KAHelpers/tree/master/permissions

    I am leaning mostly towards the easypermissions-ktx although there doesn't seem to be much development going on either...

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

    Building a Twitter Spaces 🐥 clone easily with 100ms Android SDK

    Posted: 08 Apr 2022 09:34 AM PDT

    Building a Twitter Spaces 🐥 clone easily with 100ms Android SDK

    Make your own Twitter Spaces 🐥 clone for Android easily with the help of 100ms SDK 🤖. Check out this blog by Joel Kanyi.

    With this clone, one can

    1️⃣ Join a Space

    2️⃣ Mute/ Unmute a Peer

    3️⃣ Leave a Space

    See how Joel put this app together 👉 https://www.100ms.live/blog/twitter-spaces-clone?utm_source=reddit&utm_medium=gsocial&utm_campaign=Twitter+Spaces+Android&utm_content=blog

    https://i.redd.it/9jcjqaig1cs81.gif

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

    No comments:

    Post a Comment