Android Dev - Weekly Who's Hiring Thread - January 31, 2022 |
- Weekly Who's Hiring Thread - January 31, 2022
- Thought on my upcoming weather app, it's made in flutter.
- How would you achieve this layout with compose?
- Auto Power On Android on Certain Battery Voltage or Percentage? Power on without pressing any keys or plugging in a charger?
- DataStore and synchronous read access
- Any good examples of manual dependency injection?
- Android 12, Picture in Picture disappeared: Complaints on the web, already resolved on Pixels
- Choosingthe right database
- Emulating remote AOSP build
- How to continuously test and monitor an app?
- Android emulator not connecting behind proxy even configurated for it
- How apps that track personal expense through message work?
- Can you "embed" a native app within another native app?
- How much money have you made from advertising on your apps?
- Question about before/after activities with ActivityScenarioRule
- Why use an emulator and not a native install of androidX86?
Weekly Who's Hiring Thread - January 31, 2022 Posted: 31 Jan 2022 06:00 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] | ||
Thought on my upcoming weather app, it's made in flutter. Posted: 30 Jan 2022 03:10 PM PST
| ||
How would you achieve this layout with compose? Posted: 31 Jan 2022 06:52 AM PST
| ||
Posted: 31 Jan 2022 08:48 AM PST Hi guys, Working on a project where an Android device will not be powered by a battery but instead will be powered by a iBoot Box (basically powered by a DC power supply). The device will be disconnected and reconnected periodically so just looking for a way to automate powering on without pressing any keys or plugging in a charger. Thank you guys! [link] [comments] | ||
DataStore and synchronous read access Posted: 31 Jan 2022 10:14 AM PST I want to migrate everything to How do you guys solve this? [link] [comments] | ||
Any good examples of manual dependency injection? Posted: 31 Jan 2022 09:49 AM PST I tried to implement manual DI in my latest app but it didn't look right to me so I went back to Dagger-Hilt. I couldn't find any examples on Github that looked clean to me. I want an example with 1 activity and loads of fragments and viewmodels, room, retrofit as dependencies. Anybody know a good example on Github? Thanks [link] [comments] | ||
Android 12, Picture in Picture disappeared: Complaints on the web, already resolved on Pixels Posted: 31 Jan 2022 05:27 AM PST
| ||
Posted: 31 Jan 2022 10:19 AM PST I'm just started my adventures into wanting to build my own app. Current idea is to use it for personal usage. This will be for personal finance tracking and other things as I learn more and grow my skills. The end goal is to have this in my phone for mobile use but to also use on the computer. I know to start I'd like to keep the data on a local server and possibly von into "home" to get my data, and when working transfer to AWS server to host my data or continue to roll my own server. Thanks. [link] [comments] | ||
Posted: 31 Jan 2022 06:58 AM PST Hey there, I am developing an android system application and am in the initial stages. I have built my android aosp tree on a remote aws machine (which does not support virtualisation). As the machine does not support virtualisation, I am trying to run the aosp build on an emulator running on my laptop. Hoping this can be achieved in this remote nature with little problems. Has anyone tackled anything like this before that could maybe provide more information? Cheers [link] [comments] | ||
How to continuously test and monitor an app? Posted: 31 Jan 2022 12:23 AM PST Hi guys, first off, im not a developer, but a tester of features included in an app. Now we have several testcases where you simply need to verify that e.g. the shown address is the correct one for the selected store or something like that. Obviously this is boring a.f. and would benefit from automation. My approach would be writing pythong scrips, using appium and then connecting a device and letting the laptop run 24/7. But then again this seems inefficient and also doesnt offer me any logging/monitoring. So how do you experienced devs test? [link] [comments] | ||
Android emulator not connecting behind proxy even configurated for it Posted: 31 Jan 2022 02:28 AM PST
| ||
How apps that track personal expense through message work? Posted: 31 Jan 2022 01:42 AM PST Any idea how do they filer out messages and distinguish that which message is a transaction message and then how do they sync it, do they constantly check incoming messages or do they periodically sync new messages whenever user interacts with app. Any help please [link] [comments] | ||
Can you "embed" a native app within another native app? Posted: 30 Jan 2022 08:57 PM PST Our company is looking to partner with another company for a certain project. We have our app, and they have theirs. What we want to do is offer the service their app provides, while making it so the users access it through our platform (since our app plugs in to other places in our ecosystem). We were wondering whether this kind of thing were possible, where our platform could simply host a view of their app, exposing their services, etc. [link] [comments] | ||
How much money have you made from advertising on your apps? Posted: 30 Jan 2022 06:12 PM PST Also, what types of apps generally produce the most income? I'm mainly looking to gain experience and possibly some insight on the processes and outcome of monetizing. [link] [comments] | ||
Question about before/after activities with ActivityScenarioRule Posted: 30 Jan 2022 05:17 PM PST Previously with ActivityTestRule, one was able to override beforeActivityLaunched and afterActivityFinished to control app state before and after all tests (e.g, a custom rule Class that extended ActivityTestRule). With ActivityScenarioRule marked final and without these protected methods, where/how is this logic now moved to with regard to how one controls before and after an activity? What's the recommended approach now? https://developer.android.com/reference/androidx/test/ext/junit/rules/ActivityScenarioRule [link] [comments] | ||
Why use an emulator and not a native install of androidX86? Posted: 30 Jan 2022 08:46 PM PST I am developing very low level apps, and I wondered if I could use a computer which doesn't have enough ram for an emulator to run a native install of android, (androidx86), and develop/run my apps on it. [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