Android Dev - Weekly "who's hiring" thread! |
- Weekly "who's hiring" thread!
- Weekly Questions Thread - December 02, 2019
- Do you use a Baseactivity on your Android app? This podcast episode from Fragmented is for you.
- How to Promote an App on the App Store and Google Play
- Suspending over Views
- Android Studio 4.0 Desugar - will it support CompletableFuture
- App not indexed by Google Play
- Apps using TensorFlow Lite?
- Are service locators in Android actually simple?
- What are your thoughts on in app Rate Dialog where if user gives less than X stars they are not taken to PlayStore but shown Feedback Dialog?
- Does anyone know about latest Android MAC Address randomization? I have a question (not dev question).
- Reactive data flow in Revolut Android app
- I don't understand Kotlin's TODO function
- [CommonsWare] Scoped Storage Stories: Problems with SAF
- Is there a reason apps like yik yak all shut down? Is it viable to bring back something similar to it from a dev standpoint?
- Do I need insurance?
- Launch Activity stack ordering problem when launching application from Android app installer and vs Home screen.
- Organizing IOT devices in Mosquitto service
- Best strategies to avoid invalid ad clicks
- Trying to mod Stadia app, after building & signing the apk, Google Auth within the app gets broken
- How to synchronize the top and bottom recycler views like in deliveroo app?
- Best way to assemble images into video?
- Want to develop lunch buddy mobile app
- Re-ordering Views in the same parent
- WorkManger Android, duration of task > 10 minutes
- How do I go about acquiring a license for my app if it's not on the play store?
Posted: 02 Dec 2019 04:44 AM PST Looking for Android developers? Heard about a cool job posting? Let people know! Here is a suggested posting template:
Feel free to include any other information about the job. [link] [comments] | ||
Weekly Questions Thread - December 02, 2019 Posted: 02 Dec 2019 02:56 AM PST This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Examples of questions:
Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged. Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead. Have a question about the subreddit or otherwise for /r/androiddev mods? We welcome your mod mail! Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Saturdays. Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link! [link] [comments] | ||
Do you use a Baseactivity on your Android app? This podcast episode from Fragmented is for you. Posted: 02 Dec 2019 06:05 AM PST
| ||
How to Promote an App on the App Store and Google Play Posted: 01 Dec 2019 10:33 PM PST
| ||
Posted: 02 Dec 2019 12:37 AM PST
| ||
Android Studio 4.0 Desugar - will it support CompletableFuture Posted: 01 Dec 2019 10:24 PM PST I'm interested in CompletableFuture particularly but In the docs only the following APIs are listed:
[link] [comments] | ||
App not indexed by Google Play Posted: 01 Dec 2019 10:02 PM PST Yet another change in Google Play search algorithm? My app published 3 weeks ago with about 1k downloads (all from ads) does not appear in google play search even with the exact name and developer name. My other apps used to get indexed within a week or so earlier but the recent apps are not showing up. Not even a single keyword. What's going on? [link] [comments] | ||
Posted: 02 Dec 2019 06:01 AM PST How can I check which apps are using the Firebase ML Kit? I need to write a paper on this kit and its usage (along with other ML kits for mobile) but I can't seem to find any apps that use these. [link] [comments] | ||
Are service locators in Android actually simple? Posted: 02 Dec 2019 12:07 AM PST
| ||
Posted: 02 Dec 2019 08:16 AM PST From user perspective, is this a good practice? [link] [comments] | ||
Posted: 02 Dec 2019 07:13 AM PST I see thats a new feature in Android, and I read that my MAC address is randomized even after establishing a wifi connection now, not only when scanning for wifi like in previous Android. I read that however, once a connection is established, the MAC address ill be randomized once and it will be that same everytime you connect to the network. So My question is:
[link] [comments] | ||
Reactive data flow in Revolut Android app Posted: 02 Dec 2019 06:54 AM PST
| ||
I don't understand Kotlin's TODO function Posted: 02 Dec 2019 03:06 AM PST I see Kotlin introduce a new When I write a I don't see any scenario where the app should just crash when reaching this chunk of code, so why does Kotlin's [link] [comments] | ||
[CommonsWare] Scoped Storage Stories: Problems with SAF Posted: 01 Dec 2019 11:27 AM PST | ||
Posted: 01 Dec 2019 08:23 AM PST | ||
Posted: 01 Dec 2019 09:09 PM PST I'm hoping to release my first Android app in the next month or so. I'm just a lone developer, no business/self-employment status or anything. My app handles personal data and involves people meeting up in real life. I do have a privacy policy and terms of usage, but I'm just concerned that if something bad happens and someone decides to sue me then I might have personal financial liability for legal costs, which I really don't want to have to worry about. Any advice from people who have released their own apps and faced similar questions? Do you get some kind of insurance, or just not worry about it? Thanks! [link] [comments] | ||
Posted: 01 Dec 2019 08:16 PM PST
| ||
Organizing IOT devices in Mosquitto service Posted: 02 Dec 2019 03:47 AM PST Hello, Creating IOT device based on ESP8266 and connecting to Mosquitto service. Planning to use many devices in production. Device will send simple text information and subscriber on Android phone will receive notification. Thinking about Cloudmqtt as service provider. What is the best way to organize my devices in Mosquitto server? Should I create new user for each device or same user for all devices, but different subscriptions? What is the best way to register my device in Mosquitto server? Can I somehow organize device registration from Android application? [link] [comments] | ||
Best strategies to avoid invalid ad clicks Posted: 01 Dec 2019 01:24 PM PST Anyone doing anything about invalid/fake clicks? Not only accidental clicks but also and especially people attacking you on purpose with fake clicks. So maybe things like, only allowing clicks once every x minutes or something? I haven't found a thread with the best strategies to avoid invalid clicks/getting banned, maybe we could make a list with techniques for everyone to use. [link] [comments] | ||
Trying to mod Stadia app, after building & signing the apk, Google Auth within the app gets broken Posted: 02 Dec 2019 06:42 AM PST I'm modding it to enable native gameplay within the app on non Pixel devices. Here you got an where apk where I just edited a lib to make it compatible with Huawei P30 ELE-L09: https://www.dropbox.com/s/3p6daoezk4gvual/Stadia_app_with_modded_lib_for_Huawei_P30_ELE-L09.apk?dl=0The app gets installed and can be executed, but now the sign-in my google account within the app is broken, so I can't start to play I believe it's a signature issue but no clue about how to fix it. Help would be greatly appreciated [link] [comments] | ||
How to synchronize the top and bottom recycler views like in deliveroo app? Posted: 01 Dec 2019 05:03 PM PST https://reddit.com/link/e4r39k/video/z4bvjee6c4241/player Notice how the top horizontal recycler view which holds the category names is only shown when the first category in the vertical recycler view moves under it. After that whenever a new vertical category is scrolled under the horizontal recycler view its corresponding item gets highlighted. Clicking on one of the categories in the top scrolls to the corresponding category in the vertical one. How to achieve such synchronization? [link] [comments] | ||
Best way to assemble images into video? Posted: 01 Dec 2019 03:15 PM PST Hey, I'm looking to create a video, such as the mp4 format, by assembling packs of images. What's the easiest way to do that? Thanks! [link] [comments] | ||
Want to develop lunch buddy mobile app Posted: 02 Dec 2019 12:26 AM PST Hi All, I am looking for developers to build mobile app for lunch buddy. I need few function first to get business buying .Please reac me on [reachmastinder@gmail.com](mailto:reachmastinder@gmail.com) for details. Best in class salary , apple laptop and mobile will be provided to those who are able to make it. [link] [comments] | ||
Re-ordering Views in the same parent Posted: 01 Dec 2019 07:39 PM PST I want to re-order a view without remove it and re adding it back, because user can notice a split millisecond on the process. Any other way to do this? Thank you [link] [comments] | ||
WorkManger Android, duration of task > 10 minutes Posted: 01 Dec 2019 01:19 PM PST All background work is given a maximum of ten minutes to finish its execution. After this time has expired, the worker will be signaled to stop. https://developer.android.com/reference/androidx/work/WorkManager what if I need to download a file that takes more than 10 minutes and the app is in the background? [link] [comments] | ||
How do I go about acquiring a license for my app if it's not on the play store? Posted: 01 Dec 2019 03:30 PM PST I am a high-schooler and I'm competing in the Mobile Application Development category for FBLA, and one of the requirements is that the "app should state its licensing and terms of use." But they also don't require the app to be published to the Play Store, so would I just state that it has no license or is there some type of license I could acquire even though it isn't on the Play Store? [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