Google Play Store reminder to specify target audience by Sept 1: here's how Android Dev |
- Google Play Store reminder to specify target audience by Sept 1: here's how
- Why we decided to get rid of the Google Play Services Location library.
- Google Play Store approval for new apps will now take more time
- TIL: "Run fallback" for Apply Changes
- Has anyone ever seen the SMS Retrieval Consent API not show the sheet so request the single SMS to read?
- Collecting Device ID in 2019
- Trying to determine the best way to register when a user makes a discrete tap on their phone, even in sleep mode (if possible)
- The Google Play store’s visual refresh
- Reduce build time by suspending AS
- How to add an image to a string DATABASE
- Using Navigation Architecture Component in a large banking app
- GridLayout does not load correctly inside app but no problem in Editor?
- Playing back recorded audio in real time?
- Navigation in Modular Applications with Deep Linking
- Paging Library + Room problem
- Junior android dev remote jobs
- Requesting app Idea for a beginner level college student.
- Experiment to test if argument are passed correctly passed into Coil in Espresso
- Open source Wifi/Ble P2P library
- How are you A/B testing onboarding/signup flows in your app ? Webviews ?
- Different screen sizes
- Strategies and consequencies on re-releasing app under different package name
- Basic Dagger in MVVM for Android Beginners
Google Play Store reminder to specify target audience by Sept 1: here's how Posted: 21 Aug 2019 08:10 AM PDT If you're like me and find the UI confusing, to set your target audience: 1) open your app in the console 2) Go to Store Presence > App Content It's there. Hope it helps. [link] [comments] | ||
Why we decided to get rid of the Google Play Services Location library. Posted: 21 Aug 2019 06:35 AM PDT
| ||
Google Play Store approval for new apps will now take more time Posted: 20 Aug 2019 11:39 PM PDT
| ||
TIL: "Run fallback" for Apply Changes Posted: 21 Aug 2019 09:04 AM PDT In all of the 3.5 news over the past few months I never saw any comments regarding Run Fallback. It allows you to always try to apply changes and if it can't it will just rebuild your app. This wasn't mentioned in the Youtube video for 3.5 release or in the blog post, but I found it tucked away here. Anyway. Hope this helps someone else [link] [comments] | ||
Posted: 21 Aug 2019 02:39 PM PDT Before I make a StackOverflow post and the investment there, I'm reaching out to you. Is there a known state or case where the SMSes I'm listening for in my application for autologin or what have come through, but don't throw up the sheet allowing the user to deny or allow the SMS to be read? I made a complete ass of myself during a demo today and I won't sleep until I figure out what the hell happened. It seems to be working about 75% of the time. There seems to be a cool down to prevent spamming the user or something. [link] [comments] | ||
Posted: 21 Aug 2019 07:21 AM PDT Hi all. [link] [comments] | ||
Posted: 21 Aug 2019 01:58 PM PDT The application I'm trying to make utilizes the user tapping on their phone (preferably anywhere and even if the phone is asleep if possible) and I'm not sure which option is best to pursue for this. I thought maybe the microphone could be tapped, and I could figure out a way to register if a certain amplitude threshold had been crossed and register that as a tap. I know there are motion detection sensors in a lot of phones but I am not sure which route I should take for this. Any other ideas out there? [link] [comments] | ||
The Google Play store’s visual refresh Posted: 21 Aug 2019 11:05 AM PDT
| ||
Reduce build time by suspending AS Posted: 21 Aug 2019 08:59 AM PDT | ||
How to add an image to a string DATABASE Posted: 21 Aug 2019 02:49 PM PDT I know this might be a really basic question for some of you but I am struggling to make a constructor to add an image to my database. My app is a quiz app but some of the questions require an Image. Here is my constructor code. Any help is appreciated. The last line needs some change, no idea what.
[link] [comments] | ||
Using Navigation Architecture Component in a large banking app Posted: 20 Aug 2019 10:39 PM PDT
| ||
GridLayout does not load correctly inside app but no problem in Editor? Posted: 21 Aug 2019 02:09 PM PDT Im making a simple calculator app. This is inside my main layout. im using gridlayout for displaying buttons. activity_main.xml This layout works fine inside the editor it shows the layout as intended like this But on running the app on actual device, the layout does not load correctly and loads like this What could i be doing wrong here? EDIT: @Style/calculatorNumberButton [link] [comments] | ||
Playing back recorded audio in real time? Posted: 21 Aug 2019 10:17 AM PDT Recently had an idea for an application that disrupts speech. Is there anyway that to develop an application which records and plays back the same audio simultaneously? [link] [comments] | ||
Navigation in Modular Applications with Deep Linking Posted: 21 Aug 2019 07:00 AM PDT
| ||
Posted: 21 Aug 2019 12:35 PM PDT Hi, I'm experiencing a problem with Paging library and Room. I'm using room database as a single source of truth For example, I've a list of comments which I'm getting from database through method returning How can I handle this case? Will appreciate any help [link] [comments] | ||
Junior android dev remote jobs Posted: 21 Aug 2019 11:12 AM PDT Hi everyone! Quick questions: Is there any chance of finding remote work as a junior android developer? Those of you in Europe that work remote full-time, how did you land the job? Thanks in advance! [link] [comments] | ||
Requesting app Idea for a beginner level college student. Posted: 21 Aug 2019 10:14 AM PDT I just learnt android Devolopment and I'm not an expert at programming, just a sophomore year college student. I would like to Devolop an app as a begginer.Currently I'm working on a document scanner and manager app for students. Please recommend me some ideas so that I would be backed by other open source projects. So what all projects can a beginner like me work on that's very useful for students or staffs on college? [link] [comments] | ||
Experiment to test if argument are passed correctly passed into Coil in Espresso Posted: 21 Aug 2019 09:18 AM PDT
| ||
Open source Wifi/Ble P2P library Posted: 21 Aug 2019 09:00 AM PDT Hello fellow Android Devs, i would like your precious help!I'm in search of an OPEN SOURCE P2P library (preferably written in Java) that utilizes BLE/Wifi technology and Mesh network topology in order to discover nearby peers. Unfortunately in my recent searches on google i din't find a good alternative.Does any of you fellas got anything in mind?Thanks in advance! [link] [comments] | ||
How are you A/B testing onboarding/signup flows in your app ? Webviews ? Posted: 20 Aug 2019 11:16 PM PDT hi guys, we are trying to figure out the right and scalable way to do A/B testing in the app. Especially for onboarding flows - which are basically multi-screen. Do you guys do multiple versions of native apps and use Firebase Config to do A/B testing ? or do you do webviews to do this quickly. [link] [comments] | ||
Posted: 21 Aug 2019 07:55 AM PDT Hey guys. So I've completed my app and now I want to support multiple screen sizes. When I click on create other in the orientation button it opens a window with different types of qualifiers and I don't know which one to choose. I've checked the docs but I can't understand or maybe I'm dumb. Please can anyone help me with this issue. I want to support as much screen sizes as possible. [link] [comments] | ||
Strategies and consequencies on re-releasing app under different package name Posted: 21 Aug 2019 04:03 AM PDT Sorry if this has been asked before, but could not find similar thread. As the title says, what consequencies and strategies to take into account when you want to release old app under a new different package name, leaving the old one unpublished? The idea comes from a discussion here by a user [deleted] at the end of the thread: https://www.reddit.com/r/androiddev/comments/48ne1e/what_has_worked_best_for_you_to_get_positive/ Please also consider existing paid users, etc. I might not be aware of. The background may vary, perhaps bad non-ASO packaged names, or disheartening bad reviews which they didn't update even after the fix was given on the next release, etc. Thanks for kind advice! [link] [comments] | ||
Basic Dagger in MVVM for Android Beginners Posted: 20 Aug 2019 08:08 PM PDT Hi everyone! It's divided into two sections:
https://www.arthlimchiu.com/2019/08/21/basic-dagger-in-mvvm.html Let me know your feedback in the comments section. Thank you! [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