Weekly "anything goes" thread! Android Dev |
- Weekly "anything goes" thread!
- The CommonsBlog — The Death of External Storage: Where's Google? [Part 5]
- Emulator 29.0.0 Canary
- An Introduction to Android Interprocess Communication and Common Pitfalls
- Glide v3 to v4 migration cheatsheet
- Emulator 28.0.25 Stable
- How to interpret the app in foreground/background traces within Firebase Performance
- Logging out Parse User when app is force closed?
- Neat "Show Case Tutorial" Android library
- "setMinimumDisplacement" doesn't work with Background Execution Limits
- Anybody to recommend a good fair payment Gateway to use on Android?
- High dpi photos in app store assets?
- Any good material about drawing & blending bitmaps on canvas?
- TodoMVVM - Simplest implementation of MVVM, ViewState and Unit tests
- Over my head
Weekly "anything goes" thread! Posted: 29 Mar 2019 05:41 AM PDT Here's your chance to talk about whatever! Although if you're thinking about getting feedback on an app, you should wait until tomorrow's App Feedback thread. Remember that while you can talk about any topic, being a jerk is still not allowed. [link] [comments] | ||
The CommonsBlog — The Death of External Storage: Where's Google? [Part 5] Posted: 29 Mar 2019 06:58 AM PDT | ||
Posted: 29 Mar 2019 11:19 AM PDT
| ||
An Introduction to Android Interprocess Communication and Common Pitfalls Posted: 29 Mar 2019 11:41 AM PDT | ||
Glide v3 to v4 migration cheatsheet Posted: 29 Mar 2019 12:28 AM PDT
| ||
Posted: 29 Mar 2019 09:42 AM PDT | ||
How to interpret the app in foreground/background traces within Firebase Performance Posted: 29 Mar 2019 02:30 AM PDT There are several automatic traces in Firebase Performance. For example, app start duration. The performance of app start duration is considered poor when it is 5 second by default. But I don't understand the association between app in foreground/background duration and performance. We can't say the performance of app is poor if app in foreground duration is long or short. So how to interpret the traces data? [link] [comments] | ||
Logging out Parse User when app is force closed? Posted: 29 Mar 2019 01:07 PM PDT How can I logout a user when the app is force closed? Currently, when the app is reopened, their previous login remains valid. I guess the workaround would be to logout the user immediately when the app launches, but that makes me a little worried about security, since the user is technically logged in until the app is relaunched. I'm not interested in solutions that involve sending timed queries to the server (due to bandwidth constraints). Thanks in advance [link] [comments] | ||
Neat "Show Case Tutorial" Android library Posted: 29 Mar 2019 12:54 PM PDT Do you know of any "Show Case Tutorial" Android library you know about? I have tried using the Spotlight library known on Github. But it is not very practical to use on items inside a Recycler View and it doesn't scroll to the item automatically. If you know any, please let me know! [link] [comments] | ||
"setMinimumDisplacement" doesn't work with Background Execution Limits Posted: 29 Mar 2019 11:43 AM PDT Hi, I am using FusedLocationProvider to get the GPS coordinates. I am using setInterval and setMinimumDisplacement to get the coordinates. Everything works fine until OS version of Oreo. Since Android introduced Background Execution Limits starting Oreo, and I have implemented the Push notifications to make it work for that. It works fine if I just use setInterval, but when I use setMinimumDisplacement, it just stops giving me coordinates when the app goes to the background. If anyone has encountered this error, please guide me with this issue. Thanks. [link] [comments] | ||
Anybody to recommend a good fair payment Gateway to use on Android? Posted: 29 Mar 2019 04:58 AM PDT | ||
High dpi photos in app store assets? Posted: 29 Mar 2019 09:55 AM PDT This is more related to the chrome extensions store but curious if you guys have run into this issue in the android app store. I want to upload high-dpi images. they look amazing on MacOS but horrible when I have to upload them at regular 1x1 DPI since my Macbook is high resolution. I assume there's no rational solution for this unless they support higher resolution images. [link] [comments] | ||
Any good material about drawing & blending bitmaps on canvas? Posted: 29 Mar 2019 09:46 AM PDT Tired of banging my head against the code (xfermode), no luck on stackoverflow or google so far. Anyone have some nice links? Maybe some good examples or whatnot. [link] [comments] | ||
TodoMVVM - Simplest implementation of MVVM, ViewState and Unit tests Posted: 28 Mar 2019 10:58 PM PDT
| ||
Posted: 28 Mar 2019 10:25 PM PDT I'm fairly new to creating Apps on Android (still getting a handle on all the little things like gradle and what not) So I decided take a day off from college to gets some hands on on how to make a Location tracker using Google Maps API. I didn't have much luck so far because I haven't managed to figure out how I can 'Implement Methods automatically. That and because I m learning as I go. Could someone point me to a project or a sample somebody has already made or maybe some time to help speed it along. We have this event tomorrow and I'd really love to get a better idea. You are expected to make it from scratch so its pretty much about me learning at this point. [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