Android Dev - My Universe Android studio. |
- My Universe Android studio.
- Android Studio 2020.3.1 canary was released today - looks like Google is changing their version scheme to match IntelliJ's
- Differences in methods of collecting Kotlin Flows
- Do you think Google will follow Apple in reducing to 15% commission for small businesses?
- Announcing Android Studio Arctic Fox (2020.3.1) & Android Gradle plugin 7.0
- How can I monitor/analyze what an app does in the background?
- A noobie question!
- Android Panel Discussion with Annyce Davis, Chiu-Ki Chan, Christina Lee, and Sam Thompson
- Negative reviews because my app isn't translated into every language
- Do different accessibility services conflict with one another?
- New Android Studio 2020.3.1 and Gradle plugin 7.0
- Can anyone help to review my SQLite DB migration code, as I want to avoid from making any mistake which could affect existing users?
- Android Circular Indicator View Library - Speedometer
- Long Press Popup Menu on MVVM RecyclerView Item Android Studio 2020
- App Blocking
- Missing information in prominent disclosure
- User complaints about not being able to download from Play Store
- Best shuffling algorithm?
- Android Studio 4.2 Beta 1 available
- Android development can be a nightmare at times.
- AGP 7.0: Next major release for the Android Gradle plugin
- Most Popular Operating Systems - 2003/2020
- Android Studio Arctic Fox Canary 1 available
Posted: 02 Dec 2020 12:52 AM PST
| ||
Posted: 01 Dec 2020 10:39 AM PST
| ||
Differences in methods of collecting Kotlin Flows Posted: 01 Dec 2020 11:30 PM PST
| ||
Do you think Google will follow Apple in reducing to 15% commission for small businesses? Posted: 02 Dec 2020 02:58 AM PST This is a great move by Apple and I think Google should follow! [link] [comments] | ||
Announcing Android Studio Arctic Fox (2020.3.1) & Android Gradle plugin 7.0 Posted: 01 Dec 2020 11:08 AM PST
| ||
How can I monitor/analyze what an app does in the background? Posted: 02 Dec 2020 01:52 AM PST Hi guys! My government recently released an Android app: I'd like to see what it does in the background, all services that it uses, the data it shares and requests it makes. End game: I would like to check if what it does is compliant with what the terms and conditions / privacy policy state. Any idea on how to do this? [link] [comments] | ||
Posted: 02 Dec 2020 07:06 AM PST i'll just cut straight to the chase - When do i use a constructer, when should i use a getter and when should i use a setter? i just can't seem to wrap my head around it [link] [comments] | ||
Android Panel Discussion with Annyce Davis, Chiu-Ki Chan, Christina Lee, and Sam Thompson Posted: 01 Dec 2020 09:02 PM PST
| ||
Negative reviews because my app isn't translated into every language Posted: 02 Dec 2020 05:38 AM PST I only speak English and I've made an app in my spare time. The description is in English and it clearly says at the top of the description "English only" and yet I'm getting so many 1, 2 and 3 star reviews saying it should be in other languages (especially Portuguese, Arabic, Spanish and Italian). I can't afford to hire translators. How can I stop these people leaving bad reviews?? [link] [comments] | ||
Do different accessibility services conflict with one another? Posted: 02 Dec 2020 05:21 AM PST If my app has an accessibility service that observes TYPE_WINDOW_STATE_CHANGED events and the user has other accessibility services enabled on their device can they prevent my service from functioning properly? [link] [comments] | ||
New Android Studio 2020.3.1 and Gradle plugin 7.0 Posted: 01 Dec 2020 11:45 AM PST https://android-developers.googleblog.com/2020/12/announcing-android-studio-arctic-fox.html Woohooo! looks like this Android Studio update will make Android Studio and Gradle versions independent. Currently all Android projects get broken when you update Android Studio or Gradle version. I will be interested in knowing which Android Studio and Gradle versions Top Apps (big companies) use?? I think big companies are using "old" Gradle versions and never update lol. Updating AS and Gradle is a pain, unless you are a Build Engineer :) [link] [comments] | ||
Posted: 01 Dec 2020 10:31 PM PST Hi all, Recently, I plan to do a massive DB migration code to solve some of our technical debt. However, we are very afraid from making any mistake, as this could affect existing users. Can anyone help me do keep another pairs of eye, by reviewing my code? If you could point out any potential mistake, I would be very much appreciated. Thank you. The full code can be found at Is my Android Room SQLite migration code written without flaw, as I wish to have 0 impact on my existing users? - Code Review Stack Exchange [link] [comments] | ||
Android Circular Indicator View Library - Speedometer Posted: 01 Dec 2020 09:37 AM PST
| ||
Long Press Popup Menu on MVVM RecyclerView Item Android Studio 2020 Posted: 02 Dec 2020 12:53 AM PST
| ||
Posted: 02 Dec 2020 04:36 AM PST How can I make an android app that can block another apps?(using kotlin) [link] [comments] | ||
Missing information in prominent disclosure Posted: 02 Dec 2020 12:44 AM PST Hey everyone, Recently, Google Play Console rejected my latest update and said that it is not compliant with the privacy policies. The email I received gave the reason: "Missing information in prominent disclosure". I assume this is the rationale, I give in my app to tell the user why I need ther location. Currently, that screen looks like this: https://imgur.com/a/lQmyln7 Is it because the text needs to be improved? Or another reason? [link] [comments] | ||
User complaints about not being able to download from Play Store Posted: 01 Dec 2020 06:46 PM PST My app has recently had a spurt of apprx 50k downloads. I get apprx three 1 star reviews a day complaining about some variation of not being able to download/install the app from the Play Store. Anyone ever get any reviews like that, or have any ideas what the reviewers might be experiencing? EDIT: As far as I know, this is all happening on the Play Store. The app is apprx 8-9mb in size when downloaded from the Play Store. Some examples of reviews we received are:
[link] [comments] | ||
Posted: 01 Dec 2020 08:51 PM PST Anyone knows a good shuffling algorithm or an app which has a great shuffling feature for music? [link] [comments] | ||
Android Studio 4.2 Beta 1 available Posted: 01 Dec 2020 11:04 AM PST | ||
Android development can be a nightmare at times. Posted: 02 Dec 2020 02:46 AM PST Inconsistencies in documentation, differences in feature names vs manifest package names, supporting an array of different devices running a multitude of Android versions are doing my head in today. Right now I'm working on a feature that requires autoplay in a js app running in a webview. It works on Android 10+, works inconsistently on Android 9 and does not work on anything Android 8 or lower. Documentation is unclear, HTC and Samsung yield different results and Android's own features to enable autoplay do not make any difference -- e.g. don't seem to be doing anything. Practical functionality is also not what's expected from html5 spec, which points to faulty implementation (thus more inconsistency)? Every month my team encounters tedious and annoying little problems like this with Android. We are starting to detest working on software for this platform so much. I guess this is just a rant but I'm very curious as to how more experienced Android developers feel about this? [link] [comments] | ||
AGP 7.0: Next major release for the Android Gradle plugin Posted: 01 Dec 2020 12:21 PM PST | ||
Most Popular Operating Systems - 2003/2020 Posted: 02 Dec 2020 01:42 AM PST
| ||
Android Studio Arctic Fox Canary 1 available Posted: 01 Dec 2020 11:04 AM PST |
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