• Breaking News

    Monday, May 31, 2021

    Android Dev - Weekly Who's Hiring Thread - May 31, 2021

    Android Dev - Weekly Who's Hiring Thread - May 31, 2021


    Weekly Who's Hiring Thread - May 31, 2021

    Posted: 31 May 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]

    i don't like compose | change my mind

    Posted: 31 May 2021 01:56 AM PDT

    Hi, i'd like to talk about compose with someone to understand some other view that will not be "YEEEAH COMPOSE IS GREAT! I HAD FUN PLAYING WITH IT" without specify why they like it

    i've been an android developer for a 8+ year and now i'm trying to understand Compose approach and i'm having great issues.

    Here's my cons and pros, i'd like to read some opinions from you

    Pros

    • ui is easier to read (and structure)
    • no more (slow) view inflate
    • no more struggling in theming for some components (especially for some brand, eg. Samsung)
    • no more 200+ xml attributes to remember for various components

    Cons:

    • XML in design was more intuitive
    • compose preview is too much slow (i hope they will improve a LOT)
    • Functional approach. I've been working on Flutter and took a look to SwiftUi and i think object oriented approach is more "easy to understand" because we've been working that way for a lot of time
    • SideEffects. I've been reading for all of my life that side effects are BAD and now it's a feature?
    • Poor documentation for hardest part: side effects (again), composition context, dispatchers, complex state (es. coroutinesStates) are not very well documented and i'm having hard time find tutorial/guide about them

    What do you think ?

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

    Getting back into Android Development

    Posted: 30 May 2021 07:37 PM PDT

    Hey, I've been out of the game for almost 5 years. Had a kid and took a break from it all. Well now that I have some free time again I'd like to get back into some OS development. I'm trying to get started on my older tablet again, and its Android 7.1.2. Where do I find the right packages needed to develop for older versions of Android on new versions of Ubuntu?

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

    Android Studio AVD not running the app in Macbook air M1. Emulator (API S) is opening up but it's not running the application.

    Posted: 31 May 2021 06:00 AM PDT

    I'm making the memory game application using Kotlin and was running the emulator preview earlier but I wanted to add pictures in the emulator from my laptop but I couldn't do it using the drag and drop process (https://www.youtube.com/watch?v=C2DBDZKkLss 2:10:10). Then I saw that there has been an update for android studio and I updated it to 4.2.1Now the emulator is opening up but it's not opening the application. Can anyone help me with this? I'm new to android.

    Thanks

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

    Android 12 gets photochromic themes in Google Discover

    Posted: 31 May 2021 07:35 AM PDT

    Is there a way to integrate After Effects animations in the app?

    Posted: 30 May 2021 07:21 PM PDT

    How many of you all are indie developers that maintain your own backend for your app? How’s it going?

    Posted: 31 May 2021 06:57 AM PDT

    Do you all maintain servers by yourself with AWS or whatever for your android app? Is it tough? Expensive? Do you make enough off your app to cover the expenses?

    Thanks appreciate the responses!

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

    Android Material Design jobs

    Posted: 31 May 2021 01:35 AM PDT

    Hello everybody :) As the title says, do you think there is a demand for Android Material Design? I learned basics of Java and than I learned basics of Android development, but mostly I want to learn (Front end development?) how to design apps... not the functionality, just the designs. By that I mean, icons, logos, efects (swiping, hover, etc.),... The raw Java code is great thing, but the design... the design is the first thing everyone sees when it tests the app for the first time...

    Would appriciate for all your help :) Regards! Erik

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

    Android developer path - career advice - mentorship?

    Posted: 31 May 2021 12:50 AM PDT

    Im Adrian, 35 years old, im form UK, from Poland originaly.

    In the past i went to Uni in Poland doing my Computer Science. Because life is life i had to drop Uni on 3rd year(still had one year to go..) and get normal job to provide for family. Moved to England 11 years ago.

    Last year, beginning of first lockdown, i decided that i want to switch career and become Android developer, i love to spend my time behind desk typing code.

    I started learning on my own. YT, than i completed Udacity`s Android Developer nano-degree in Java, than i switched to Kotlin and finished Udemy`s course, Complete Android Development in Kotlin.

    Right now i`m finishing Udacity`s Android Developer nano-degree in Kotling. i learned a lot, still a lot to go.

    More i learn more i don`t know..

    Got knowledge in Kotlin`s: MVVM, DI, Testing, Retrofit, Room, Coroutines, Clean Architecture, Separation of concerns, Material Design and etc.

    I`m currently learning Compose. And i obsoletely love it :)

    So my question is. What should i do now? i was thinking about finding a Mentor so he/she can push me in the right direction and prepare me for getting my first job. How to get Mentorship?

    What`s your thoughts? Any help appreciated.

    My links:

    https://github.com/adimanwit

    https://www.linkedin.com/in/adrian-witaszak-860801176/

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

    Most reliable way to detect slow mobile data?

    Posted: 31 May 2021 03:33 AM PDT

    Disclaimer: not a Java programmer, I'm just hacking together some procedures for tasker.

    German mobile data coverage is crap. In order to reduce the suckiness of this patchwork coverage, I got 2 SIMs and want to swap between them whenever anything slower than LTE is available on the active SIM.

    So far I've been using TelephonyManager->getDataNetworkType and if it's not 13, swap.

    However, it can sometimes take up to 2km of driving in slow cells until the phone notices the change, hence my question:

    Is there a more reliable way to detect slow mobile data that doesn't sometimes take minutes to relay the change?

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

    Is it possible to run an android device headless and access remotely (physical screen disabled)

    Posted: 30 May 2021 07:38 PM PDT

    I'm trying to do some quite unique things with a phone placed on a moving train, so I won't have easy physical access to it.

    Things like record videos up to 12 hours long, record GPS tracking data as it moves, remote access the files it creates (with help from a VPN), as well as remote access the device itself. I'm fairly confident in creating servers and in theory, all this should be possible.

    I'll be powering the device from a solar panel, or solar generator/external battery if needed but I'm hoping to find a phone which has a large enough internal battery that just a 5v solar panel will suffice. To get the most out of it, it would make sense to disable the physical screen of the phone as I won't need it. Is this possible, even if I need root access?

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

    Does Google Play no longer want tablet screenshots for tablets? They recommend 16:9 ratio for 7 and 10 inch tablets, but no such tablets exist

    Posted: 31 May 2021 02:13 AM PDT

    Android OS Version Market statistics?

    Posted: 31 May 2021 12:29 AM PDT

    Hey Developers,

    I'm trying to find out the market share of specific Android versions in a specific country non-US.

    I did search online but nothing came up, I don't have my app on the Google store yet so I can't understand what version my target users are mostly using.

    Is there a site that I can use to plan ahead on my app os support?

    P.S: Android studio built-in tool is too broad, I need something that can show the market share for a specific country

    submitted by /u/Acrobatic-Scallion59
    [link] [comments]

    Latest framework-res apk

    Posted: 30 May 2021 11:45 PM PDT

    hi, can someone provide the latest framework-res file?

    thanks

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

    Android Flipper Debugging Plugins

    Posted: 30 May 2021 02:08 PM PDT

    Offering a clipboard manager as a SAAS

    Posted: 31 May 2021 12:49 AM PDT

    Hi guys,

    I have developed a clipboard manager for Android. As you know, based on google's restrictions, only apps that are the default ime have full access to the clipboard. I reused code for an ime and added that into my app. My app is basically a clipboard manager and a keyboard app.

    I would like to offer this clipboard manager as a service to other ime apps. Is this possible? The service would need to get access to the user's clipboard data for this to happen.

    I am looking for advise from experienced developers who can tell me how I can achieve this integration.

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

    Difference between Microsoft Azure Security Center and Azure Sentinel

    Posted: 31 May 2021 12:33 AM PDT

    How do I add a pull tab for a navigation drawer at the edge of the screen? and the drawer can only be swiped open using that pull tab

    Posted: 30 May 2021 07:20 PM PDT

    7 Best Android App Development Tools for building a Fantastic Android App!

    Posted: 31 May 2021 12:43 AM PDT

    Writing Apache Parquet Files

    Posted: 30 May 2021 04:32 PM PDT

    Hi, I've been trying to write parquet files on android for the past couple of days, and have really been struggling to find a solution. My original hypothesis was to just use the java parquet implementation (https://github.com/apache/parquet-mr), but I've since realized that not all java libraries play well with Android. I've gone through essentially dependency hell trying to franken-fit the library into my project, and imported as much as i could before hitting walls such as this one (https://github.com/mockito/mockito/issues/841).

    Does anyone know how I might be able to implement a parquet file writer in Android?

    submitted by /u/chocolate-eater
    [link] [comments]

    Android 12 native game mode revealed

    Posted: 30 May 2021 09:07 PM PDT

    Can I use Android Studio in a VM?

    Posted: 30 May 2021 09:09 AM PDT

    Hi,

    I want to start using Android Studio to develop, but I've heard there are problems with it when you have Valorant installed (which I do). Would it be possible to use Android Studio in a virtual machine (such as VMware) and not have any problems with Valorant?

    Thanks!

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

    Invoice library

    Posted: 30 May 2021 11:22 AM PDT

    Any recommendations for a library to generate an invoice? My search got me only one but unusable in later version due to storage permissions.

    Thought if there's a decent solution already, why reinvent the wheel.

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

    No comments:

    Post a Comment