• Breaking News

    Thursday, April 2, 2020

    Android Dev - Play Store now shows the person who has rated your app too!

    Android Dev - Play Store now shows the person who has rated your app too!


    Play Store now shows the person who has rated your app too!

    Posted: 02 Apr 2020 04:42 AM PDT

    Tip: Using External Tools and Macros you can add scrcpy in your android studio.

    Posted: 02 Apr 2020 06:59 AM PDT

    “Merge adapters sequentially with MergeAdapter” por Florina Muntenescu

    Posted: 02 Apr 2020 07:43 AM PDT

    Kotlin 1.4-M1 Released

    Posted: 02 Apr 2020 06:30 AM PDT

    Protecting your Android App against Reverse Engineering and Tampering

    Posted: 02 Apr 2020 09:49 AM PDT

    Recommended tools and architecture?

    Posted: 02 Apr 2020 08:38 AM PDT

    I've developed apps before and have a few published on Google Play but haven't done any development in a while. When I wrote the published apps I didn't follow any architecture or anything and just did everything in Activities and Fragments. I've seen a lot of talk of Kotlin, MVVM, live data, Rx, coroutines, etc and I'm not sure where to start or what to use. What's the recommended way to go when writing a medium sized app?

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

    Which socket io client to use for Android?

    Posted: 02 Apr 2020 07:52 AM PDT

    I am trying to find a socket io library for Android. I found this https://github.com/socketio/socket.io-client-java but it is very old and not updated for long time and depends on socket.io JS version 1. Can anybody help with which Socket io library are they using for their android apps. If anything in kotlin that would be great

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

    Dealing with app ratings & feedback.

    Posted: 02 Apr 2020 07:12 AM PDT

    X-post: Developer Preview 2.1 patch now available!

    Posted: 02 Apr 2020 10:34 AM PDT

    Kotlin Coroutines 101 - Android Conference Talks

    Posted: 02 Apr 2020 10:22 AM PDT

    Add comments to Android app

    Posted: 02 Apr 2020 09:44 AM PDT

    We need the users to discuss images inside our app. Obviously, a backend and Android UI required. Looks like a common task. However, I was not able to find a library or a service to plug into the app.

    Do you know any?

    How would you add comments to an Android app? Any shortcut ideas appreciated.

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

    Bluetooth API for Wear OS ?

    Posted: 02 Apr 2020 09:39 AM PDT

    I'm would like to know whether Bluetooth API more specifically an API for scanning nearby bluetooth devices is available on Wear OS.

    Any help would be appreciated, thanks.

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

    How much can an android developer make with freelacing per hour?

    Posted: 02 Apr 2020 09:33 AM PDT

    Hi.I have a friend who started freelancing and he doesn't know how much should he charge per hour.He has some experience because he already published about 7 apps on the market and got 5k or more downloads on each of them.He knows how to build good apps and I whould say he is preatty good.He is also studing CS.So guys,how much do you thing he should ask per hour?And I am curios which is the realistic maximum amount that a android dev can make per hour(one with a lot of experience).

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

    Wich layout type should i use for a form

    Posted: 02 Apr 2020 09:25 AM PDT

    Wich layout type should i use for a form

    Hello,

    i would like to create an activity with the followind UI. For now i focus on the left part. I don't now if i should better use constraint layout, linear layout or another layout type. What are the pros and cons for each layout.

    My idea was to create an horizontal linear layout with two verticals linear layout , one with fields names and one with field values. Thanks for your help.

    https://preview.redd.it/3gvqsmt0lfq41.png?width=905&format=png&auto=webp&s=caf2d9346e5061a239b1cc91f3914bd90320ef02

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

    Test tracks and Review Process

    Posted: 02 Apr 2020 09:14 AM PDT

    When pushing a build through the different testing tracks, internal, closed, and open then releasing to Production... what are the review process like for each stage? My understanding is that after the first release the subsequent updates are faster and even don't get reviewed in certain tracks(internal)?

    Basically how many times does an app get reviewed going through the tracks? Or it only gets reviewed when rolling out to production?

    Thanks!

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

    Tools for Android Reverse Engeneering

    Posted: 02 Apr 2020 12:04 AM PDT

    Advice on app review rejection?

    Posted: 02 Apr 2020 08:36 AM PDT

    I submitted an app 7 days ago. The app is for medical professionals in my country, to give them updates about covid-19 and to allow them to share best-practices.

    The developer account is owned by the national health service and I was invited to that account as a developer to deploy the app for then. The content in the app is created and managed by the health service.

    Google have rejected the app and suspended it as they say it's "insensitive or taking advantage of a natural disaster or event".

    To me this is absolutely ridiculous - it's an app for medical professionals and it's published by a country's official health service.

    I've lodged an appeal obviously, but do any of you have any experience of dealing with this or know if there's any phone number where I can talk to someone? I am in absolute shock that someone at google could possibly have reviewed this app and made this decision.

    Many thanks,

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

    Should I use CameraX or Camera2?

    Posted: 02 Apr 2020 08:35 AM PDT

    I'm writing a new app and I need access to the camera so the user can take pictures. CameraX seems to be much nicer but it's still in beta so I'm not sure whether I should go for it or not.

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

    Sceneform making me mad

    Posted: 02 Apr 2020 08:20 AM PDT

    I've tried to import an .obj using Android Studio versions 3.6 and 4 (non canary) as well as 3.5.3. I've read that 3.5 doesn't have the bug, I'll try that later.

    Manually adding the obj by editing the Gradle isn't working either.

    At this point its making me want to go back to unreal engine or unity :(

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

    [ Question] How to setup an on device(offline) face verification feature in an Android application

    Posted: 02 Apr 2020 08:15 AM PDT

    I would like to build an on device(offline) face verification feature in my app that compares the images of two faces and returns a similarity score between the faces. I have been trying to do this with Opencv's FaceRecognizer module without much success...I don't think it was build for face verification.

    Ideally the app would work by enroll user images and then using comparing other face images against the enrolled image for user verification.

    Please I would like some suggestions on how best to accomplish this, to work without requiring an internet connection, currently I use AWS's face verification but I would like to improve on this by making it completely offline. Any and all forms of feedback are welcome and appreciated

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

    How are soundboard apps legal on the playstore?

    Posted: 01 Apr 2020 08:04 PM PDT

    They use copyrighted material correct? How in the world are these apps still up making money? I only bring this up because I thought of making a simple soundboard app but realized it will get blocked due to copyright infringement

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

    How do you guys create the different versions of your images to fill your differeny density buckets?

    Posted: 02 Apr 2020 07:50 AM PDT

    This is a noob question I know. But I am confused on how you guys do this.

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

    v21 and v24 Folder replace density Buckets?

    Posted: 02 Apr 2020 07:48 AM PDT

    Havent found a concrete answer on this.

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

    ArrowKt Android sample explained

    Posted: 02 Apr 2020 12:40 AM PDT

    No comments:

    Post a Comment