• Breaking News

    Thursday, February 11, 2021

    Android Dev - I'm developing an open-sourced Bengali keyboard

    Android Dev - I'm developing an open-sourced Bengali keyboard


    I'm developing an open-sourced Bengali keyboard

    Posted: 11 Feb 2021 03:49 AM PST

    How Material Design helps you brand your app

    Posted: 11 Feb 2021 04:21 AM PST

    Jetpack's release today is headlined by stable releases of Fragment 1.3.0, Activity 1.2.0, Lifecycle 2.3.0, SavedState 1.1.0 as well as Core-Role 1.0.0 and MediaRouter 1.2.2.

    Posted: 10 Feb 2021 02:28 PM PST

    GitHub Actions for Android developers

    Posted: 11 Feb 2021 02:15 AM PST

    How to replace 3rd-party developer's app in developer console?

    Posted: 11 Feb 2021 08:09 AM PST

    My non-tech-savvy friend has an app developed by a 3rd party developer. It's an insanely simple app and he's been getting ripped off. I've offered to create a replacement app for my friend at a fraction of the cost.

    When I go into my friend's play-store developer console, the app is not listed there. In fact, there is nothing there whatsoever except a user from the 3rd party developer. So, I'm guessing that the app exists within their account, and that they've set things up so that my friend pays the bills, but otherwise has zero access to the app.

    So how do I go about replacing my friend's app? I want continuity of course so that my friend's users simply update their app and it get's replaced. Do I have to go through the 3rd party developer to achieve this? That would be surprising.

    Thanks in advance.

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

    Why would (or wouldn't) you choose build.gradle.kts over build.gradle apart from the reason that it is "Kotlin"?

    Posted: 11 Feb 2021 12:09 AM PST

    Ps. This is not a rant post. I honestly want to get people's opinion.

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

    Migrating old artifacts from JCenter to MavenCentral

    Posted: 11 Feb 2021 12:30 AM PST

    Kotlin Symbol Processing (KSP) now in alpha

    Posted: 10 Feb 2021 09:23 AM PST

    Google Play Developer Console, is it possible to deactivate APK(s) without uploading a new one?

    Posted: 11 Feb 2021 02:13 AM PST

    I have an app on Google Play, release number 98 targeting API 21 and above. I also have active ancient releases 65 (targeting API 9), 43 (targeting API 8), and 41 (targeting API 3). Recently I have received a warning from Google Play that I have to deactivate those three releases in a week (they are not compliant anymore because of the unsafe implementation of ThrustManager), otherwise my app will be removed from the store.

    Is there a way to deactivate old releases without uploading a new one?

    My latest release (98) is compliant and it has been uploaded just a few days ago. There is no significant new feature that I would add in a week to justify another release.

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

    Admob Show All Apps List error

    Posted: 11 Feb 2021 02:02 AM PST

    From more than 5 days I cant see all apps list in admob , anyone have the same issue?

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

    How do apps like these work which compiles or runs different programming language codes on android itself, what libraries are available for these or is there an opensource app of similar kind?

    Posted: 11 Feb 2021 03:39 AM PST

    App description:

    Dcoder is a mobile coding IDE and platform (Compiler for mobile), where you can run your projects, code and learn algorithms by programming on mobile.

    https://play.google.com/store/apps/details?id=com.paprbit.dcoder&hl=en\_US&gl=US

    There are lots of apps of these kind on Play store, is there are open source alternative that does these or what libraries do these apps use?

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

    According to the poll I made, Glide is the most popular image loading library by a wide margin. What makes it still the reliable library?

    Posted: 10 Feb 2021 11:22 AM PST

    Does android studio provide security measures?

    Posted: 11 Feb 2021 02:24 AM PST

    hi I know this question might sound dumb, but I am currently learning kotlin (soon learn to use android studio) to build an app. But I know it takes a lot more than that to build an app. For example, I have to consider databases and security.

    My question is, is there any specific programming language that I have to learn to implement security in my app? Or does android studio already provided some features/codes for security measures. (Security like handling users data, encrypted communication etc). Same question goes to database, I know SQL is the programming language for databases, but is there a way to implement it in the app? Thank you and I would much appreciate any answers :)

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

    SharedPreferences on main thread?

    Posted: 10 Feb 2021 10:20 PM PST

    SharedPreferences shows up on strict mode. But I was quite surprised by this since I always thought it was fine to use SharedPref on main thread. After all, why is there an apply vs commit method? What do you guys think? Do you use SharePrefs on main thread? Anyone have any issues?

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

    Anyone have any pointers on how to run integration tests with android for grpc service

    Posted: 11 Feb 2021 01:49 AM PST

    I followed the steps to mock my own grpc service by following this link:

    Mock grpc service test and it works fine

    But now I want to run a test by hitting my actual server using a url, how do I go about doing that or even if it is possible? Couldnt find any real resources for it.

    submitted by /u/Revolutionary-Print4
    [link] [comments]

    How do you get details from a card reader

    Posted: 11 Feb 2021 12:47 AM PST

    Hi all. Does anyone here know how to interact with card terminals? I'd like to be able to scan a card reader with my phone using nfc or any other option available and allow the vendor to associate a unique id to that order which identifies the phone user. The vendor needs to be able to store this id against the order. I have no idea how to interact with card readers though or whether this is possible... I assume it is though as how else do loyalty cards work?

    Any tutorial or brief overview would be really helpful Thanks!

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

    How to get started?

    Posted: 11 Feb 2021 12:23 AM PST

    Hi guys,

    id like to create a little project and am wondering how to start. Im currently doing googles kotlin pathways but im not sure if thats the best way to get started?

    My app idea is simple (i think). i need to access the status bar (where the time is displayed) and show data there, I need to pull stock information from somewhere and let the user choose a stock or multiple.

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

    Is it possible to use media projection in a service?

    Posted: 10 Feb 2021 02:36 PM PST

    I published a Kotlin compiler plugin that allows to override annotation use-site targets

    Posted: 10 Feb 2021 09:48 AM PST

    Best method to develop a cross platform app?

    Posted: 10 Feb 2021 03:34 PM PST

    Hey everyone, I am relatively new to app development and one of the first questions that popped up on my head and that I can't seem to find the answer to is "what is the best method to develop a cross platform app?"

    Right now, I have the following two methods in mind when it comes to developing an app for both android and ios:

    1. Separately develop the same app for each of the platforms. For the android app you can use android studio and for the ios app use Xcode.

    2. Use a cross platform framework to develop the app for both platforms simultaneously.

    Can someone please give me a general comparison between the 2 methods (or other methods if there are any) as in the advantages and disadvantages of each one, which method is most commonly used and which method do you recommend.

    Finally, just so I can put things into perspective, which method do companies like facebook, twitter and Uber use?

    P.S: Sorry for the long post, and thanks for reading

    TL;DR: How do you recommend going about developing a cross platform app and why?

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

    How Dropbox sped up Android app startup by 30%

    Posted: 10 Feb 2021 07:48 AM PST

    No comments:

    Post a Comment