My Universe Android studio. Android Dev |
- My Universe Android studio.
- Dealing with unfair 1 star rating
- Android Studio built app installs but won't open.
- Do you think Google will follow Apple in reducing to 15% commission for small businesses?
- anyone uploaded an app to google play recently? how long were you waiting for review to complete?
- Differences in methods of collecting Kotlin Flows
- You know what to do
- Negative reviews because my app isn't translated into every language
- Connecting to additional non-internet wifi access point
- Do different accessibility services conflict with one another?
- Android Panel Discussion with Annyce Davis, Chiu-Ki Chan, Christina Lee, and Sam Thompson
- Snapdragon 888 Chipset Announced By Qualcomm
- How can I monitor/analyze what an app does in the background?
- A noobie question!
- How much take to review app?
- Long Press Popup Menu on MVVM RecyclerView Item Android Studio 2020
- User complaints about not being able to download from Play Store
- Android development can be a nightmare at times.
- Can anyone help to review my SQLite DB migration code, as I want to avoid from making any mistake which could affect existing users?
- App Blocking
- Missing information in prominent disclosure
Posted: 02 Dec 2020 12:52 AM PST
| ||
Dealing with unfair 1 star rating Posted: 02 Dec 2020 04:01 PM PST Hello everyone I launched my app and I'm having problems with unfair 1 star ratings, one user gave it because the app wasn't in Spanish and another one gave it because he was asking about a simple button which is very clear in the settings and because 8 people rated it, the app went from 4.3 to 3.6 How should I deal with these types of ratings? [link] [comments] | ||
Android Studio built app installs but won't open. Posted: 02 Dec 2020 03:20 PM PST Hello guys I'm developing an app in React Native with Expo and now that it's (almost) finished for beta, I've built the APK and installed it but it wont open. I believe it has something to do with entry points. I've tried to add those from expo and they didn't work. I've also uploaded my issue to stackoverflow but I don't think I'll get enough help there. Could anybody show me what am I missing? I need to know what to google in order to solve my issue. [link] [comments] | ||
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] | ||
anyone uploaded an app to google play recently? how long were you waiting for review to complete? Posted: 02 Dec 2020 02:36 PM PST i understand waiting times are increased but interested to hear user experiences? [link] [comments] | ||
Differences in methods of collecting Kotlin Flows Posted: 01 Dec 2020 11:30 PM PST
| ||
Posted: 02 Dec 2020 01:44 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] | ||
Connecting to additional non-internet wifi access point Posted: 02 Dec 2020 09:12 AM PST For a project I need to connect several android (10) devices to one wifi access point and I know how to generally connect them. BUT I would like to use this connection in addition to any other already existing internet connection. sort-of make the android device only route my apps content to the additional wifi, while all regular internet connections still get routed through whatever wifi/mobile data was used before... I read quite a lot about this topic recently, and I think I remember stumbling upon this feature, but can't find anymore... does this feature exist? Thanks a lot in advance to anyone who read this whole paragraph ;) Edit: I think I found what I need in the android guide on "Wi-Fi Network Request API for peer-to-peer connectivity" but I appreciate every bit of input [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] | ||
Android Panel Discussion with Annyce Davis, Chiu-Ki Chan, Christina Lee, and Sam Thompson Posted: 01 Dec 2020 09:02 PM PST
| ||
Snapdragon 888 Chipset Announced By Qualcomm Posted: 02 Dec 2020 07:58 AM PST Qualcomm's Snapdragon 888 chipset will be used by 14 smartphone manufacturers in their new flagships. Details are in our news! Qualcomm introduced the Snapdragon 888 chipset, the chip that will bring new flagships to life. First, the chip will use in Xiaomi's Mi 11 model, then it will appear in brands. Such as Asus, Black Shark, Lenovo, LG, Meizu, Motorola, Nubia, Realme, OnePlus, Oppo, Sharp, Sony, Vivo, and ZTE. Promising 35% better graphics performance compared to its predecessor, the chipset continues its way with the Adreno graphics unit. "I'm glad that our new flagship smartphone Mi11 will be one of the first devices with Snapdragon 888". Says Lei Jun, CEO of Xiaomi. And as mentioned in the beginning, Xiaomi is not the only company working on an 888-powered phone. [link] [comments] | ||
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] | ||
Posted: 02 Dec 2020 10:44 AM PST I just publish a webview app and now it's been 7 days and still in review status ? [link] [comments] | ||
Long Press Popup Menu on MVVM RecyclerView Item Android Studio 2020 Posted: 02 Dec 2020 12:53 AM PST
| ||
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] | ||
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] | ||
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] | ||
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] |
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