• Breaking News

    Monday, May 10, 2021

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

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


    Weekly Who's Hiring Thread - May 10, 2021

    Posted: 10 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]

    Someone stole and published my app, DMCA claim didn't remove it

    Posted: 09 May 2021 12:46 PM PDT

    How do apps like Spotify (and many more) get away with not using Google Play Billing?

    Posted: 10 May 2021 04:04 AM PDT

    My app just got rejected by the Play Store stating that I am using third-party payment gateways such as PayU and Razorpay. So that made me wonder how are the other apps are using third-party payment providers such as Juspay etc?

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

    Wireless debugging over android's hotspot?

    Posted: 10 May 2021 06:26 AM PDT

    I am trying to use wireless debugging on android 11. It works fine when I connect both my laptop and phone to the same network(the way it is supposed to be working). But when I am using my mobile hotspot on the laptop I can't turn on wireless debugging because it needs to be connected to a wifi network first. Is there any workaround for this?

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

    With Kotlin 1.5 we have value classes

    Posted: 10 May 2021 12:28 AM PDT

    Check out my library for handling messages(strings, localized text, concats, formats)

    Posted: 10 May 2021 06:10 AM PDT

    Android MP Line Chart design question

    Posted: 10 May 2021 07:58 AM PDT

    Android MP Line Chart design question

    I have Android MP Chart like so. I need to do the following. https://github.com/PhilJay/MPAndroidChart

    1) change the while circle to a Triangle.

    2) make the black dot white. Please find the design from Ui team vs what I have done so far

    Design from UI TEAM

    What I have now

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

    Few days ago, I have finished my hidden line solution for decentralized communication over tor network. Idea is still in it's infancy state. Web server written in java for tomcat server, desktop app written in C/++ and android app. All free and open source. Feedback appreciated.

    Posted: 10 May 2021 04:06 AM PDT

    How can I copy files to downloads folder in android 11 ?

    Posted: 10 May 2021 07:46 AM PDT

    Hi.

    My app generates pdf files in my app directory. I want to copy them to downloads folder when the user clicks a download button. How can I do it on android 11 ? My app doesn't ask storage permissions. Is it possible to perform copying of files to downloads folder on android 11 ?

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

    Jetpack Compose, should we care yet?

    Posted: 09 May 2021 02:41 PM PDT

    Hi,

    I haven't seen any posts on Compose lately and wonder whether people are considering it a serious contender to how apps have been written so far. I have started going through the docs, codelabs and their samples it looks fun but it very often leaves me thinking "How the hell am I going to do this/that ..." although I am sure things will evolve.

    Anyone has had conversation about adoption of Compose at work, or perhaps re-writing your own apps? I am interested to hear opinions

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

    Fighting Testing Boilerplate with IntelliJ IDEA Live Templates

    Posted: 10 May 2021 01:12 AM PDT

    Is it good practice for a button to serve multiple,but similar,uses cases?

    Posted: 10 May 2021 12:42 AM PDT

    Should there be more than one buttons for each purpose?

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

    I am looking for a Final Year Project Idea which can be done in Android

    Posted: 10 May 2021 12:06 AM PDT

    Hello, I am a second-year Informatics University student. I am looking for a Final Year Project Idea. I decided to work in Android because that is my favorite technology. The problem is that I can't find a perfect topic for this purpose. I do not want something basic but an application where it will also be necessary to conduct research.

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

    Are the IMG files in the AVD data directory really encrypted?

    Posted: 09 May 2021 04:52 PM PDT

    If I enable phone encryption with password or PIN on my Android Virtual Device, will that actually make the raw NAND images (*.img / *.qcow2) encrypted? Does it render the data in those files inaccessible?

    If the *.img and *.qcow2 files are really sector-level-encrypted, is there a script or program to decrypt them outside of the AVD?

    PS. I'm not referring to the sdcard file.

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

    How often do you have to use multithreading while developing an app? Is it required for a simple CRUD app?

    Posted: 09 May 2021 01:25 PM PDT

    Also, what are the kind of apps that really require multithreading?

    submitted by /u/vincent-vega10
    [link] [comments]

    Is anyone here running the Android Emulator alongside WSL2?

    Posted: 09 May 2021 03:02 PM PDT

    I have an i7 Intel laptop with the latest Windows Pro installed. Alongside WSL1, I have used the Android Emulator using Intel HAXM without any issue.

    But due to the WSL2 upgrade requirement, Hyper-V needed to be enabled, plus HAXM uninstalled, which leaves me with the only option for Hardware Acceleration using the WHPX version.

    I have successfully configured the machine following the Android documentation, but the emulator is not running using GPU.

    WSL2 is critical to my workflow, so I tried my best to debug the issue but haven't found any error. The emulator just runs on the CPU all the time ignoring the GPU configuration.

    So, if you have a setup that is running Android Emulator alongside WSL2 with HW acceleration enabled, please let me know.

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

    There is a solution the problem of saving a picture into a folder in the comments of this video. How do you implement it?

    Posted: 09 May 2021 05:46 PM PDT

    Can anyone suggest me a template of clean architecture ?

    Posted: 09 May 2021 04:16 PM PDT

    hey i am learning clean architecture would love if anyone could guide me the right direction providing some helpful links and resources.

    would love if someone could share a template of clean architecture mvvm ,kotlin, corrutine

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

    Flutter dev wanting to learn native, in 2021 what is the best path for an android dev?

    Posted: 09 May 2021 03:14 PM PDT

    How to create bar chart from scratch?

    Posted: 09 May 2021 10:46 AM PDT

    I'm an entry level android developer, and I've took up a project to create a bar chart from scratch.

    How should I go about doing it? A brief roadmap would really be helpful, because I'm mostly blank right now.

    PS - I think most probably I'll be working with custom drawing classes like Canvas/Paint, so I've already started learning them.

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

    No comments:

    Post a Comment