Android Dev - AGP 4.1 breaking change for libraries: did it hit you? |
- AGP 4.1 breaking change for libraries: did it hit you?
- Tutorials about animations with Animators, Animated Vector Drawables, Shared Transitions, and more
- Google makes changes to Android faster than any solo dev or user can ever keep up with. Apple does this too with iOS. Their SF echo chamber causes this and outside SF people are very confused.
- Android To-do list using Flutter
- At what point to I create a business?
- how to change the windowed app bar color? purple doesn't really match.
- Date patterns matching two formats
- Automation bot for Android emulating the human actions?
- Admob alternative?
- Very Simple Preview-only Camera2 Example
- Best practices for developing with feature flags
- Videoview not playing
- HELP!! [ Graduation Project ]
- Is there any scalable, customizable order management system for universal purpose (e.g. restaurant business; car wash business)
- Open source android development
- Issues with the Android Emulator on Linux + AMD processor?
- I made an update to my app Widgetsmith for KWGT, which replicates popular iOS widgetsmith widgets and stock widgets along with custom iOS widgets, link to app down below
- Virtual event registration app
- In-app purchase and multiple accounts
- Is Google Fit API authorization required for personal use apps?
- Jetpack Compose How to add state to widgets Codelab Part 3
- fork-maintainers/iceraven-browser Iceraven Browser is a web browser for Android, based on Mozilla's Fenix version of Firefox, GeckoView and Mozilla Android Components.
AGP 4.1 breaking change for libraries: did it hit you? Posted: 20 Oct 2020 12:11 AM PDT The recent release of Android Studio 4.1 and the respective Gradle Plugin update introduce a small but significant change for library modules.
For myself, this breaks code of some of the libraries that I have built in the past few years for different projects and different companies. They will need to change this code when they upgrade to the new AGP. Luckily, a workaround is available:
Unfortunately, the Android team do not plan to introduce an alternative versioning convention, and instead they suggest 'to create something adhoc'. Do you think this is the proper way to handle the library version reporting? Or you believe that the approach of Cocoa Touch frameworks with its auto-generated Note that in the near future you will need to change your build.gradle even if you do not rely on the
[link] [comments] | ||
Tutorials about animations with Animators, Animated Vector Drawables, Shared Transitions, and more Posted: 19 Oct 2020 12:29 PM PDT
| ||
Posted: 20 Oct 2020 05:24 AM PDT I watch my wife constantly guessing about which new swipe feature her apps are using and not being able to do something that should just be a button on the screen. I have the same issue and I'm a full time android dev. It is impossible to keep up with the changes to Android for both users and developers . Google needs to slow down and let people digest what they've done in the last five years. New versions of android should not break apps that are targeting one version older. I'm sure you guys can come up with tons of other stuff too. Discuss. [link] [comments] | ||
Android To-do list using Flutter Posted: 20 Oct 2020 08:51 AM PDT
| ||
At what point to I create a business? Posted: 20 Oct 2020 08:41 AM PDT Hello, I'm (one person making an app as a hobby) currently working on an app that is going to use a tiered subscription. I was looking at some of the options for monetization in the Google play console and I was looking at setting up a payment profile. It was asking for a business name. Does this have to be a real business? Should I go start the process of getting an LLC? (Or some other business type? (Recommendations and reasons are appreciated) if it doesn't have to be a real business, is there any pros or cons to having an actual business vs not having an actual business? I'm not that new to app development, but all I've made before were simple free games for fun, I never really tried monetizing any of it, so any help/suggestions/advice is very appreciated! Thank you [link] [comments] | ||
how to change the windowed app bar color? purple doesn't really match. Posted: 20 Oct 2020 08:30 AM PDT
| ||
Date patterns matching two formats Posted: 20 Oct 2020 07:54 AM PDT I have a service sending me dates like: "2020-10-16T23:24:00.551310" or shorter "2020-10-05T20:58:38" Patterns "yyyy-MM-dd'T'HH:mm:ss.SSS" and "yyyy-MM-dd'T'HH:mm:ss" don't work for both examples Is it possible to have a pattern matching both? [link] [comments] | ||
Automation bot for Android emulating the human actions? Posted: 20 Oct 2020 05:47 AM PDT I need an automation bot for performing repetitive actions inside multiple apps, copy/paste text, creating multiple accounts etc, what options there are available? Thanks [link] [comments] | ||
Posted: 20 Oct 2020 05:42 AM PDT I am an android developer and I cant use AdMob because it's still saying "your account is being verified" I created the AdMob in September! and still verifying, and I cant communicate with google it has bad support, so the question now, what are the best AdMob alternative to using, except Facebook [link] [comments] | ||
Very Simple Preview-only Camera2 Example Posted: 20 Oct 2020 04:53 AM PDT
| ||
Best practices for developing with feature flags Posted: 19 Oct 2020 05:33 PM PDT Hello all, I've been looking at ways to speed up development and testing via feature flags, and would love guidance from the broader community here on how everyone does it. I've come across this neat little library with support for local and remote feature flags, which dynamically generates a UI around your features which you can drive tests from : https://github.com/JeroenMols/FeatureFlagExample (The UK NHS COVID app is actually using this library!) Would love to hear people's approaches and/or recommended libraries you've used successfully to speed up testing with feature flags. [link] [comments] | ||
Posted: 20 Oct 2020 12:14 AM PDT Hi. I´m having some problem with my videoView in a recycleView. The video won´t play unless I call binding.vvDiscoverDetail.setZOrderOnTop(true). I have some texts on top of the view so I can´t really set it to top on Z axis. Does anyone know what might be the problem? val uri = Uri.parse(item?.video) [link] [comments] | ||
Posted: 20 Oct 2020 07:36 AM PDT Hello, we're students of computer science Our Graduation Project is an Indoor Positioning System and we googled it and how can we build it or which programming language to use but we find a few resources, so anyone can help us? [link] [comments] | ||
Posted: 20 Oct 2020 03:27 AM PDT I'm an app dev and recently I built two apps that have the same module in their core.
For backend I used firebase, firestore and some google cloud functions written in python. However, my question is, I wonder if I could have used instead some kind of a 3rd party order management system to integrate with, so that I wouldn't have to write the order placement and management backend code myself. It should not be tied to a specific industry, should be customizable and allow to perform many integrations (e.g. via API) Is there anything good for this kind of purpose? I don't even know if "order management system" is the right keyword for this, CRM also sounds like something of at least a partial fit for this. I only found Hydra OMS, which from the first sight looks like it's what I'm looking for, however, it doesn't seem widely known and I can barely find any referenced on the internet about it. Any alternative suggestions? Maybe an ecommerce platform would work for this? [link] [comments] | ||
Open source android development Posted: 19 Oct 2020 11:23 PM PDT I am a computer science student and i have a passion about android development. I have never done open source before i want to know which organisation should i choose as i also want to be a part of google summer of code next year how can i start making contributions and what all skill set do i need before starting this ? [link] [comments] | ||
Issues with the Android Emulator on Linux + AMD processor? Posted: 19 Oct 2020 02:27 PM PDT Haven't been having any luck with the Android Emulator lately. I just set up two machines, one running Ubuntu 20.04 and the other running Fedora 32, both of which are using an AMD processor (and the same old GTX 960 graphics card) and i just can't get the emulators to start up. On the Ubuntu machine it'd just load a black screen and freeze. On my Fedora machine it loads the Google logo animation then crashes, though twice it's just frozen the computer entirely. It was happening with an older version of the emulator (28 or 29.something) as well. It just doesn't want to start for me. I didn't have any issues on my old i7 with the same video card... [link] [comments] | ||
Posted: 20 Oct 2020 01:11 AM PDT Hey, I made an update for my app, Widgetsmith for KWGT which now has over 50 plus widgets of popular widgetsmith widgets. With custom widgets, popular widgetsmith widgets and stock iOS widgets , its the only iOS widget app you need. With widgets based on themes and more. Screenshot of the update is down below https://i.imgur.com/FW7gaNO.jpg Link to app: https://play.google.com/store/apps/details?id=ioswidgetsmith.kustom.pack Please consider getting the app and reviewing it, ill be updating it every week or so. Thx so much :) [link] [comments] | ||
Virtual event registration app Posted: 19 Oct 2020 02:50 PM PDT I've been tasked with outsourcing the development of a very simple, lightweight virtual event registration mobile app for a company. I figured this would be a good sub to ask (1) where would be a quality, affordable, and trustworthy place to outsource this project, and (2) what would you consider to be a fair price / overall timeline? Thanks! Here are the basic requirements:
[link] [comments] | ||
In-app purchase and multiple accounts Posted: 19 Oct 2020 09:48 AM PDT Hey /r/androiddev, I have a user that he has two gmails on his phone, but needs to delete one in order to use his subscription. I'm not sure what needs to be done here, any tips? Thanks a lot! [link] [comments] | ||
Is Google Fit API authorization required for personal use apps? Posted: 19 Oct 2020 12:56 PM PDT I'm planning to create an app that uses Google Fit API for storing some personal fitness data, in my Google account. Do I need to get authorization for this? I'm not planning to release the app to anyone anywhere, it's just for my own personal use. Has anyone else created such an app, and did they have to get Google Fit API authorization for the same? [link] [comments] | ||
Jetpack Compose How to add state to widgets Codelab Part 3 Posted: 19 Oct 2020 08:54 AM PDT
| ||
Posted: 19 Oct 2020 11:24 AM PDT
|
You are subscribed to email updates from Developing Android Apps. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment