• Breaking News

    Wednesday, June 9, 2021

    Android Dev - Android developers, check your emails. Finally happened! 15% commission !!

    Android Dev - Android developers, check your emails. Finally happened! 15% commission !!


    Android developers, check your emails. Finally happened! 15% commission !!

    Posted: 09 Jun 2021 01:16 AM PDT

    Love the new Splash window for Bumblebee!

    Posted: 09 Jun 2021 08:54 AM PDT

    Is there a tool/API or something to make transactions between an account to other in Android Studio-Java?

    Posted: 09 Jun 2021 05:52 PM PDT

    I'm making a small project in which Restaurant Owner's and Clients can sign in into the Android App.
    Clients can make reservations to any restaurant registered in the app, make an order and I would like to add the function to pay the order. The problem is that I couldn't find a tool that allow me make transactions to different accounts, all tools I found just allow me receive transactions to an unique account (as if it were just an app of an only establishment).
    Exemplifying a bit, I would like that if a client order and pay in a restaurant, the pay goes directly to an account linked to the restaurant owner.
    I hope you understand my explanation and I hope somebody could help me with that

    Btw... I already tried Paypal but the API for Android is already deprecated :(

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

    Any good ads platform without SDK to promote Android mobile app besides Google Ads?

    Posted: 09 Jun 2021 12:48 PM PDT

    Currently, we are using Google mobile app install ads (https://support.google.com/google-ads/answer/6357635?hl=en) , to promote our Android app (https://play.google.com/store/apps/details?id=com.yocto.wenote&hl=en)

    The thing we like about Google mobile app install ads is, no 3rd party SDK is required to embed into the app itself, to track the installation count.

    We would like to try out other ads platforms, to drive more installs.

    However, most of the ads platforms, required a 3rd party SDK to install in the app itself.

    The reasons we want to avoid 3rd party ads tracking SDK, is due to privacy, stability & app size concern.

    Do you know any ads platform, which doesn't require 3rd party SDK (using a REST API is OK), to keep track of app install?

    Thanks.

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

    Killer Bee: Alternative MQTT client library to Paho which is friendly with newer Android releases

    Posted: 09 Jun 2021 12:56 AM PDT

    Have any of you been contacted randomly to sell your apps, and how did it go? Place was apps-sbd

    Posted: 09 Jun 2021 09:07 AM PDT

    I randomly got contacted by this company, link below to make a request on their site for selling some of my apps to them. I am just curious, do they give fair offers, or make it a hassle, or pay low? Just curious if anyone else has experience with this.

    https://apps-sbd.com/#home

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

    How to query my app feed based on location?

    Posted: 09 Jun 2021 12:38 PM PDT

    I am working on a project where I can filter out a person's feed based on his current location to a 2km radius.
    As I am using cloud firestore as a database I chose to use geo-query method it provides but using geohashes has its limitation so the problem I am facing is whether I should switch to geofire of real-time database ( it uses geopoints and radius, not geohashes, more reliable) and use cloud firestore and realtime database both in my project, or there is any better service for geo querying.

    I know it's a lot to read, but it will mean a lot if someone can help me with this. :)

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

    Why would Google suspend a digital scales app that works?

    Posted: 09 Jun 2021 11:45 AM PDT

    Google recently suspended this digital scales app:

    https://rizbit.uk/php/getlink.php?pr=digitalscalesite

    The reason they gave was that the app was not functional. So they are saying the app does not weigh as the description says it does.
    https://rizbit.uk/images/app_suspension_notice.jpeg

    This app had been on the play store for over 4 years and every APK update had previously been approved without any issues. In the last update that got the suspension the APK wasnt even uploaded, it was the same one!

    The only thing that was updated was the Title and Short Description. And these both were ones that had been used previously in experiments. So really there had not been any significant change to the listing at all. Which makes the decision they made even more confusing. We have also made and sent them several videos showing the app works and how it works.

    The app had over 12K active paying users. Who would pay to use an app that didnt work?

    It had numerous positive reviews on the store and facebook

    We agree that the app might not work on every phone and that it has to be used as shown in the video but that would not lead to a suspension.

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

    Developing an Android app from iOS

    Posted: 09 Jun 2021 01:37 PM PDT

    If I have an iOS app and I am interested in developing the same app for Android do I need to start from zero building the app or is there anyway that apps can be converted to run on android?

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

    Is it possible to make a custom navigation•bar app that doesn't zoom•in while using triple•tap magnification•gestures?

    Posted: 09 Jun 2021 10:51 AM PDT

    There are many custom:navigation•bar apps that basically adds another set of navigation•bar on top of the default navigation•bar.

    The only issue is that it will zoom•in while using the 3•tap:magnification•gesture.

    .

    Is it possible to make a similar navigation•bar:app that doesn't zoom•in while using the 3•tap:magnification•gesture?

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

    How to manage image resources in Android?

    Posted: 09 Jun 2021 06:18 AM PDT

    As the app size grows, often, we have to deal with a large set of image resources. Every developer in a team decides to add new image resource as per the product requirement. But sometimes, unknowingly, a developer may add a similar resource that already exists in the project. Sooner or later, this will significantly increase the app size!

    So how best to manage image resources? or Is there a tool that can detect similar vector/drawable images?

    submitted by /u/binary-baba
    [link] [comments]

    How difficult and time consuming will It be to change the AOSP Window Manager?

    Posted: 09 Jun 2021 05:41 AM PDT

    Let's say that I want to change AOSP Window Manager with some existing open source solution (like Linux bspwm, herbstluftwm, awesome, or whatever like that).

    Is it feasible to do by one person?

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

    WhatsApp/Messenger Clone Project Approach

    Posted: 09 Jun 2021 03:11 AM PDT

    I have been developing Android applications for a little over 1 year and I would like to build a WhatsApp/Messenger clone application that has at minimum the one-to-one chat & group chat function with the possibility of sending multimedia files like picture or videos.

    There are a tons of article out there but they all seem to be pretty old. The only one I could find on StackOverflow is nearly 8 years old: https://stackoverflow.com/questions/11070161/whatsapp-writing-a-clone-iphone-android-wp7

    How would you go about this today are there any libraries on GitHub that are free to use even if you scale up to a hundred users? I only need the Messenger functions as mentioned above. I already have a skeleton app that does the authentication and pulls in the contacts.

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

    Add a new app to an existing bundle on play console

    Posted: 09 Jun 2021 01:21 AM PDT

    I'm quite new to all this, so bear with me. We have an existing android (mobile) bundle published (using Ionic), and have developed a TV version of this app (using React Native) which we are almost ready to publish. Is it possible to combine this new TV app into the existing mobile app bundle, so the user downloads the appropriate one automatically? If so, is it a good idea, or should they be kept separate? Any tips on how to achieve this please, because I can't find any definitive info on this right now!

    Many thanks

    submitted by /u/no-one_ever
    [link] [comments]

    Handling the time zone issue in Material Date Picker & Date Range Picker

    Posted: 08 Jun 2021 07:09 PM PDT

    There seems to be a issue related to time zone in Material Date Picker which shows wrong dates for default selection, current date, selected date (dates for range picker) selectable date range etc. https://github.com/material-components/material-components-android/issues/882 Is there any workaround for this? I can't use default picker in Android because client don't like its UI & says there is no indication that the year can be changed by touching it.

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

    Stupid Propeller in Android Emulator

    Posted: 08 Jun 2021 10:38 PM PDT

    Stupid Propeller in Android Emulator

    It centers itself on the middle of the Emulator Screen, interferes with the mouse cursor, and worst of all it shows up on all 8 workspaces in my desktop. How to bleeping get rid of it besides rebooting the emulator?

    https://preview.redd.it/09dnes7t87471.jpg?width=4032&format=pjpg&auto=webp&s=b11fbf86eaf0b4026c0d0832ed143dd85bc8fdf9

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

    I want to build an All in one app for Developers - Give me Ideas

    Posted: 09 Jun 2021 04:29 AM PDT

    Hi guys!

    I am still in Planning mode, so please give me Ideas.

    What will you need in a handy app that will use everyday as a developer. I have a few ideas:

    Forum

    Q&A

    Resources

    Contests

    Showcasing, Free host

    Maybe some developer tools?

    Comment down whatever comes in your mind!!

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

    No comments:

    Post a Comment