Android Dev - Weekly Who's Hiring Thread - November 08, 2021 |
- Weekly Who's Hiring Thread - November 08, 2021
- startActivityForResult Deprecated Problem
- Can't have more than one GoogleMap in a RecyclerView
- Keyboard navigation in Jetpack Compose
- I'm working on a demo app for using BLE + MVVM, with a novel approach for using bound services from view models. Would appreciate feedback and review!
- Does anyone has experience on how to setup Facebook Ads to promote Android app?
- Best way to retrieve daily app usage time. [Kotlin]
- What emulator setups do you use?
- No code platform for drug reminder.
- Have you ever used algorithms in Android development?
- Hey Android Developers, In this video I introduced Fork, a git client that improves your experience using git by visualizing all of the git functionalities.
- android jetpack
- Detect microphone activity without record audio
- Is it realistic to write an WebServer with a small database in less than 3 days?
- Android autofill framework in chrome
- How to export and import Android emulator snapshot
Weekly Who's Hiring Thread - November 08, 2021 Posted: 08 Nov 2021 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] | ||
startActivityForResult Deprecated Problem Posted: 08 Nov 2021 05:35 AM PST Hello everyone! I have a very small problem but I can't solve it. As you can see, the only function of the program is to take a photo when the button is clicked and display this photo via ImageView. But this method has been deprecated. I do not know what to do. Override protected void onActivityResult(int requestCode, int resultCode, Intent data) { } [link] [comments] | ||
Can't have more than one GoogleMap in a RecyclerView Posted: 08 Nov 2021 08:05 AM PST I'm trying to make an "Instagram like" app, where there is a RecyclerView on the MainActivity that contains PostItems (with text and other data) that contains a GoogleMap (SupportMapFragment). My issue is that the first map shows up but the others don't. Is there something I'm missing ? post_item.xml App screenshot: https://i.stack.imgur.com/lfZIS.png (repost of https://stackoverflow.com/posts/69869317/) [link] [comments] | ||
Keyboard navigation in Jetpack Compose Posted: 08 Nov 2021 04:02 AM PST Android usually supports navigation with the However, when using Jetpack compose this option seems unavailable. Is this true and if yes I wonder what would be the simplest method to navigate a Jetpack Compose Kotlin App using my keyboard? maybe use the custom navigation as described here ? or better implement a whole new navigation method as described here? Thank you for any help! [link] [comments] | ||
Posted: 07 Nov 2021 05:25 PM PST
| ||
Does anyone has experience on how to setup Facebook Ads to promote Android app? Posted: 08 Nov 2021 08:01 AM PST
| ||
Best way to retrieve daily app usage time. [Kotlin] Posted: 08 Nov 2021 07:49 AM PST Hey guys! i am currently working on an app where the user can set a daily limit usage time for the other installed apps. in order to accomplish that, i need to retrieve the daily app usage time. Whenever that usageTime is greater than the one set, the app must be blocked. Specifically i need the total time in foreground. In the following link there's a working implementation but i find it very inefficient. https://stackoverflow.com/questions/61677505/how-to-count-app-usage-time-while-app-is-on-foreground Do you know if there are other alternatives? i already tried with this (https://developer.android.com/reference/android/app/usage/UsageStats#getTotalTimeInForeground())) and with queryAndAgreggateUsageStats (https://medium.com/@quiro91/show-app-usage-with-usagestatsmanager-d47294537dab) but for some reason it doesn't work as intended. [link] [comments] | ||
What emulator setups do you use? Posted: 08 Nov 2021 02:24 AM PST Hello I'm using pixel 2 1080x1920 API 21 emulator setup for testing. I want to include new setups for broader testing purposes. Which setups do you use and recommend? [link] [comments] | ||
No code platform for drug reminder. Posted: 08 Nov 2021 05:49 AM PST Hello. I'm a healthcare professional planning to make a pill reminder app with educational faq page for my clinic. I hired a developer on fiverr and i wasted 2 weeks and my budget only for him to deliver the faq page with nonfunctional reminder feature which is the whole point of the app. I will do it myself, i have no coding background but i could learn some no coding platform. My question is, what's the best platform to build this app? A platform that provides a template for something like a pill reminder would be perfect. Thank you very much in advanced. TLDR: Got screwed on fiverr, will build it myself on a platform, please advise. [link] [comments] | ||
Have you ever used algorithms in Android development? Posted: 07 Nov 2021 11:56 AM PST I have a few years of experience in multiple companies and I never even saw any algorithm in production code let alone writting them myself. However many companies want you to know how to write them, sometimes they require you to have like 100+ solved tasks on leetcode. For me this will take at least 6-12 months and it looks like such a waste of time to spend so many hours on something no one will ever use. I would rather contribute all those hours into opens source projects or helping people but FAANG-like companies do not care about your open source contributions if you can't reverse a tree in 10 minutes. So I'm stuck and I don't know if I should fight through this for a year, get hired and then forget everything in a week until next interview. Or should I just wait for the times when companies would hire middle and senior developers without barely useful leetcode knowledge? [link] [comments] | ||
Posted: 07 Nov 2021 11:32 PM PST
| ||
Posted: 08 Nov 2021 02:27 AM PST | ||
Detect microphone activity without record audio Posted: 07 Nov 2021 02:49 PM PST
| ||
Is it realistic to write an WebServer with a small database in less than 3 days? Posted: 07 Nov 2021 02:17 PM PST If you never did something with servers before? [link] [comments] | ||
Android autofill framework in chrome Posted: 07 Nov 2021 09:24 AM PST Hi, How can I use autofill framework in chrome. I can run it in other apps, webviews, but I cant in web e.g. in chrome. Thanks for any advices. If you have any question feel free to ask! [link] [comments] | ||
How to export and import Android emulator snapshot Posted: 07 Nov 2021 08:19 AM PST I didn't find any documentation on how to use these 2 guys: - I am able to export an existing AVD snapshot with It seems that I am also able to import the AVD snapshot with Listing the snapshots with What is the correct way to export and import AVD snapshots? [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