Android Dev - Apple will reduce App Store cut to 15 percent for most developers starting January 1st |
- Apple will reduce App Store cut to 15 percent for most developers starting January 1st
- Lottie for Jetpack Compose
- Kotlin Coroutines in Android Reference Guide
- Should I create AdMob or let my uncle upload my apps from a better country? Does it matter?
- Android Studio V4.1.1 run button not updating app unless I do it twice
- Vivo y11 2019 hard bricked
- Starting January 4, 2021, Google will block all sign-ins to Google accounts from embedded browser frameworks
- Should I use SharedFlow or StateFlow in place of LiveData?
- Views instead of fragments - How to handle "in flight" processes on configuration changes
- This app boilerplate has code that runs & manages NodeVM & has already implemented secure two way communication with it. You have the freedom to use ANY `npm` library. This example uses some BitcoinSV libraries.
- Nested Navigation Component Examples
- Those who already have a new Mac with M1, what is your experience with Android Studio?
- App suggestion - World Clock for Android TV
- How to send list from a fragment to a custom view class in android?
- Unique segmented arc view with rich customisation options!
- Gboard autocorrect dictionary
- How to properly test an app for all the Android phones?
- Prepare Android Apps for ISRG Let's Encrypt Expiry of "DST Root CA X3" Cross-Signature - Daniel Dent
- M1 Mac for Android and Flutter dev
- 5 New Test Automation Frameworks for Android (2020)
- Migrating to Hilt effectively for a large project
- Created a small utility to connect devices over wifi.
- Bluetooth client/server won't connect on rare occassions
| Apple will reduce App Store cut to 15 percent for most developers starting January 1st Posted: 18 Nov 2020 03:06 AM PST
| ||
| Posted: 17 Nov 2020 04:14 PM PST
| ||
| Kotlin Coroutines in Android Reference Guide Posted: 18 Nov 2020 01:10 AM PST
| ||
| Should I create AdMob or let my uncle upload my apps from a better country? Does it matter? Posted: 18 Nov 2020 05:24 AM PST I live in Bosnia&Herzegovina (very poor country, but AdMob and Google Developer acc is available). My uncle lives in Denmark (very good country). My app (game) is aimed to be worldwide. Would I generate more revenue (per same amount of ad impressions/active users) if my Google Developer Account and AdMob Account is located and used from Denmark compared to Bosnia&Herzegovina? Sorry for asking stupid question but I don't know how to google search my question. I tried but no luck. [link] [comments] | ||
| Android Studio V4.1.1 run button not updating app unless I do it twice Posted: 17 Nov 2020 10:11 PM PST After making some change to the code I run it. It crashes because it uses old one then I have to hit it again for it to run. I don't know why I ever decided to update AS there are so many bugs its annoying [link] [comments] | ||
| Posted: 18 Nov 2020 08:03 AM PST I've tried to wipe user data using QFIL and ended up hard bricking my Vivo Y11 2019. It would fail to boot and enter emergency download (EDL) mode. When connected to a PC, Windows will detect it as Qualcomm HS-USB QDLoader 9008. How can I fix it please need your help. [link] [comments] | ||
| Posted: 17 Nov 2020 09:32 AM PST Does this mean apps will no longer support Google sign-in without using proprietary Google Play Services? How the hell is this legal? Edit: When this goes into effect, all applications not using the proprietary (closed source) Google Play Services for sign-in will stop working. This will have a huge effect, especially on FOSS apps. Edit 2: While the notice gives the impression that action is needed, my apps were already updated to not use WebView, and it mentions "Most of the traffic we have detected from your client ID in the last 30 days would not be affected by this change". If that's the case, using custom tabs or standard browser intents should continue to allow sign-in, so there doesn't seem to be a cause for alarm, as long as those custom tabs are not considered "embedded". An official clarification on this would be awesome.
[link] [comments] | ||
| Should I use SharedFlow or StateFlow in place of LiveData? Posted: 18 Nov 2020 02:17 AM PST So I was writing a new activity for my app and I am confused what to use in place of LiveData? StateFlow looks quite similar while I was not able to understand or obtain any resources for SharedFlow. The official documentation of SharedFlow is pretty unclear and I was not able to understand it. For StateFlow I used this article to understand. If any one has any links for SharedFlow as i could find none or any resources on how to implement it, it would be really helpful. I have to just carry out the basic functionalities like bringing data from ViewModel to Fragment. [link] [comments] | ||
| Views instead of fragments - How to handle "in flight" processes on configuration changes Posted: 17 Nov 2020 08:17 PM PST I'm building a pretty simple app, but I'm trying to use custom views as screens instead of fragments, with fragments you have the option to use the architecture components' ViewModel that survives configuration changes, so if you're doing some asynchronous work on your ViewModel it will survive those configuration changes. Now with custom views there's no such option so now I'm trying to figure out how to handle this cases. Has anyone ever tried to do this? How you handle things like configuration changes (state restoration and in flight operations) and process death when using the approach of views as screens? [link] [comments] | ||
| Posted: 18 Nov 2020 03:42 AM PST | ||
| Nested Navigation Component Examples Posted: 17 Nov 2020 02:31 PM PST Made a sample app based on Google's NavigationAdvancedSample that only uses Fragments with the Navigation Component and supports multiple back-stacks with BottomNavigationView, DrawerLayout and ViewPager Let me know if you found it helpful! GitHub [link] [comments] | ||
| Those who already have a new Mac with M1, what is your experience with Android Studio? Posted: 17 Nov 2020 08:43 AM PST Does AS is working good with Rosetta2? What about emulator? [link] [comments] | ||
| App suggestion - World Clock for Android TV Posted: 17 Nov 2020 06:02 PM PST I hope this post is allowed. I just wanted to put this out there as I cant find a World Clock app for my Nvidia Shield/Android TV. There are basic clock apps but nothing that allows you to see the current time in a selection of major cities. So if you are looking for a quick project that doesnt require too much dev time consider this! [link] [comments] | ||
| How to send list from a fragment to a custom view class in android? Posted: 17 Nov 2020 09:45 PM PST I have created a fragment from which I want to send a list to a custom view class how can I send it. I have tried to use custom class constructor but it gives error. Any suggestion for this problem? [link] [comments] | ||
| Unique segmented arc view with rich customisation options! Posted: 17 Nov 2020 02:38 PM PST
| ||
| Posted: 18 Nov 2020 12:55 AM PST Looking into /data/data/com.android.inputmethod.latin I could not find the dictionary used for the autocorrect system. Is the language pack stored somewhere else and the gboard app just decides whats the closest prediction to what you are typing. So, is there a way to get googles trained model for predicting words along with their Greek dictionary and use it for my own purpose? What about just getting the dictionary-wordlist? If this is the wrong sub, please point me where it would be more appropriate to post this [link] [comments] | ||
| How to properly test an app for all the Android phones? Posted: 18 Nov 2020 12:53 AM PST I am developing an app for Android using React Native (probably not an issue) and I am having some troubles making the app to work for all android phones. It seems like they all have different resolutions and OS, so the users have a really different experience depending on which phone they are using. What are the best practices for fixing it? [link] [comments] | ||
| Prepare Android Apps for ISRG Let's Encrypt Expiry of "DST Root CA X3" Cross-Signature - Daniel Dent Posted: 17 Nov 2020 11:47 AM PST
| ||
| M1 Mac for Android and Flutter dev Posted: 17 Nov 2020 01:11 PM PST So I am an Android developer and I also work with Flutter. I have been using a Lenovo Y520 for all my work till date but being a Flutter developer on a Windows device I am bound to the Android end. Also I want to venture into iOS app development eventually which is why I am looking forward to buying a mac device. I am also a gamer so I do have a rig in mind but I also need a Mac device. So for my use case is it better to buy a Mac Mini with M1 or should I go for the Macbook pro M1? Or should I just go with the Intel variants? Or should I just wait? My concern is whether the tech stack I work on would perform well on the device or not. I am also a bit confused since I am hearing mixed reviews about Mac Mini in general. I do want to build a system that supports gaming later down the line so having a near desktop setup with Mac Mini is more appealing to me. I don't wanna compromise on performance on Mac part but I also have to keep in mind my expansion into a more graphic intensive gaming rig. Any help or suggestions would be appreciated. [link] [comments] | ||
| 5 New Test Automation Frameworks for Android (2020) Posted: 17 Nov 2020 09:14 AM PST
| ||
| Migrating to Hilt effectively for a large project Posted: 17 Nov 2020 09:48 AM PST I have read the docs https://dagger.dev/hilt/application and have been able to successfully migrate a small project to use Hilt that was previously just using Dagger. However, with a larger project as soon as you add the `@HiltAndroidApp` annotation to the Application class, you need to resolve a ton of conflicts. This will make for a very large pull request that is difficult to review. Are there any strategies/techniques to effectively migrate to Hilt with a larger project so that PRs are somewhat manageable? [link] [comments] | ||
| Created a small utility to connect devices over wifi. Posted: 17 Nov 2020 09:39 AM PST A small program that lets you connect Android devices to your machine through adb via a TCP/IP connection. Basically, it is an abstraction for I made it so I don't have to type those commands all the time (helps me to avoid USB cable while debugging apps). Also, it provides some other helpful checks like whether your device is offline or not connected to wifi, etc. (read more on Github). The tool is open-sourced, cross-platform & will be actively developed. Any suggestions, PRs are most welcome. Thank you! [link] [comments] | ||
| Bluetooth client/server won't connect on rare occassions Posted: 17 Nov 2020 01:16 PM PST I've got an Android 7 device that is trying to connect to an Android tablet (different versions) via Bluetooth. I've got access to the code for both client/server implementations. The Android 7 device is the Bluetooth server, and opens a server socket to accept connections, and the tablet attempts to connect to the server. Most of the time the two devices will connect seamlessly, but there are rare occasions where the two devices won't connect at all (> few hours attempting to connect) until the Bluetooth adapter is restarted on the Android 7 device. Has anyone had the same problem before, and how can I possibly try to debug/reproduce/fix this? Note that I won't always have the luxury of restarting the Bluetooth adapter manually so I would like a way to detect/fix this issue programmatically. [link] [comments] |
| 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