• Breaking News

    Monday, October 18, 2021

    Android Dev - Weekly Who's Hiring Thread - October 18, 2021

    Android Dev - Weekly Who's Hiring Thread - October 18, 2021


    Weekly Who's Hiring Thread - October 18, 2021

    Posted: 18 Oct 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've created an Open Source Task Prioritize App called Einsen using Jetpack Compose!

    Posted: 18 Oct 2021 03:52 AM PDT

    A tiny app I created in response to the Google Recorder app not implementing a way to export your recordings to a local directory.

    Posted: 17 Oct 2021 01:16 PM PDT

    A tiny app I created in response to the Google Recorder app not implementing a way to export your recordings to a local directory.

    The app adds an option to the Android Sharesheet that allows you to save files to your device that are shared from other apps.

    https://i.redd.it/wn2unjpvi2u71.gif

    google play: https://play.google.com/store/apps/details?id=name.lmj001.savetodevice

    github: https://github.com/lmj0011/save-on-device

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

    My first casual android game!

    Posted: 18 Oct 2021 05:07 AM PDT

    Thought I would share my first android game with you guys to share the happiness.

    It's a simple casual game where you play as a little fish and try to dribble your way around to collect some collectibles and avoid bombs and enemies.

    video: https://www.youtube.com/watch?v=Qx7YP_HTs5I

    google play: https://play.google.com/store/apps/details?id=com.johnpccd.FishTankChase

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

    Kaspresso 1.3.0

    Posted: 18 Oct 2021 04:37 AM PDT

    Kaspresso 1.3.0 has been released!

    What's new:

    1. Allure support. Now, Kaspresso is able to generate detailed information about the test, including videos, steps, screenshots, prepared logs, and XML dumps.
    2. Robolectric support. You can run your UI tests on the JVM environment.

    Also, the release contains a bunch of fixes and minor improvements.

    All detailed information is here - https://github.com/KasperskyLab/Kaspresso/releases/tag/v1.3.0

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

    Play store listing difference. My app shows absolute size while other apps shows varies with the device. I am uploading bundles for our production releases too. Not sure why this difference. Someone knows?

    Posted: 18 Oct 2021 02:15 AM PDT

    Do you have issues with emulators on MacBook M1 ?

    Posted: 18 Oct 2021 07:18 AM PDT

    I recently used emulators above SDK 29, It works fine. But when I try to use emulators below 29. I have a black screen. Do you guys have the same issue on apple devices using the new M1 chip ?

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

    Android multi module architecture tutorials

    Posted: 18 Oct 2021 07:14 AM PDT

    Currently I am struggling with long build times and scalability issues. I have a big android project that is monolithic and would like to refactor it to multi modules.
    I am trying to search for some good tutorials and examples of how modules work with dagger 2, navigation, etc. but can't seem to find anything that would be beneficial.

    If you know any good tutorials baes on real world examples - please share them!
    Huge thanks :)

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

    Hello, how can i make a button, when clicked, i can send a text document by email on android 11?

    Posted: 18 Oct 2021 07:11 AM PDT

    Starting with android official site. Kotlin or java?

    Posted: 18 Oct 2021 06:28 AM PDT

    Something about me. For a long time my goal was to create mobile apps, but before that I wanted to learn what that programming thing is and how to think like a programmer. Now I think that I know more or less what it means. I finished the mooc.fi java course as an intro to learning programming and language that can help me in my future goal.

    Back to the question, at the official dev android site, there's two options for starting with android. One named "Android Basics in Kotlin" and the second one "Build your first Android app in Java". Which one would you recommend me? I have no knowledge of Kotlin, but I heard it's pretty similar or even better version of java, which I roughly know but still learn new things every day. I feel that I might not be knowledgable enough to start android dev, but I just want to start it and learn along the way.

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

    What’s new in Flutter 2.5

    Posted: 18 Oct 2021 05:48 AM PDT

    Android UI templates for student projects

    Posted: 18 Oct 2021 03:48 AM PDT

    Hi, I wanted to ask if there is a site where I can download a free template for my semester-end project. Thanks.

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

    Can you explain MVVM pattern simply?

    Posted: 17 Oct 2021 08:54 AM PDT

    Hello,

    I've been learning Android development for 6 months. I started learning the MVVM pattern while working on design patterns.

    Even though I've read a ton of articles, I'm still having trouble understanding the Viewmodel. I guess I'm a little bit stupid. What exactly do I need to write inside the viewmodel. How do viewmodel communicate with View? Can anyone explain?

    Thank you.

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

    Introducing Sap: A music streaming and discovery app built with Flutter & the Deezer API. Feedback appreciated��

    Posted: 17 Oct 2021 01:22 PM PDT

    What does Google mean by "client mode" (relating to wifi apparently?)

    Posted: 17 Oct 2021 11:49 AM PDT

    https://developer.android.com/reference/android/net/wifi/WifiManager#startWps(android.net.wifi.WpsInfo,%20android.net.wifi.WifiManager.WpsCallback)

    WPS suport has been deprecated from Client mode and this method will immediately trigger WpsCallback#onFailed(int) with a generic error.

    I need to use the deprecated wps apis, i can use them, but as the site said it'll trigger the fail callback. I know some apps that can do this using root, but i have no idea how - any help would be helpful, thanks

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

    Can sudden appearing of an Interstitial ad annoy users?

    Posted: 17 Oct 2021 02:49 PM PDT

    My app has less than 500 installs and it contains only interstitial ads that suddenly pop-up after a certain amount of button clicks

    My Questions:

    1. Can a user really enjoy an app but uninstall it because of this sudden ad appearing? If yes then does a "Showing an add" message help?

    2. Many devs say that it's not worth it if your app is this small (which I can confirm too)
      so would it better to really remove them?

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

    Dagger 2 limitation

    Posted: 17 Oct 2021 06:13 PM PDT

    If I want an activity like this it will fail by design

    Activity

    Inject custom sub component 1

    Inject custom sub component 2

    Question 1. What's usual way to get around this? Manual injection?

    1. Why dagger 2 cannot support this? Objects in an app have different lifespan. Limiting an activity to use only 1 component and it's super component seem like a Dagger 2 design flaw
    submitted by /u/ynkm1692
    [link] [comments]

    Beginner question: Searching for a way to create multiple instances of the same object

    Posted: 17 Oct 2021 02:09 PM PDT

    I am searching for a method to display multiple instances of a layout without writing every time everything. Like a prefab in unity. For example: I have a layout with 3 images within it. Now I want to place that layout 10 times underneath it without pasting it manually every time. There must be a way for doing that, but I can't find it properly

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

    No comments:

    Post a Comment