Android Dev - Weekly Who's Hiring Thread - January 03, 2022 |
- Weekly Who's Hiring Thread - January 03, 2022
- Force 120hz on my recycler view using setFrameRate() API?
- GitHub - Jetpack Compose utility library for capturing Composable content and transforming it into Bitmap Image
- Doze mode behavior on each device?
- Do you have any regrets about migrating to flutter?
- How to combine SavedStateHandler and LiveData Coroutine Builder?
- How to create hard and sharp Vibration Patterns?
- User to user payments with native payment?
- Data Safety - WebView
- App for prepaid cards?
- Interview question: Which architecture do you typically use in Android projects? Why?
- How to test removing video without Play Store Experiments option?
- Wheezing in wired headphones due Android built-in emulator
- How do I start with Android Studio?
- How to Name an App, Company (The Essential Guide)
- A bit confused in migrating an old android code base with no architecture to a MVVM architecture
- Is there any website to sell my source code for one person only not for multiple as the Envato website does?
- Pay per install for paid apps?
- Project Suggestion for anyone wanting to develop it
- Stoner Android developer problem
- Google fushia os
- Need app ideas that can make me a billion dollars ?
Weekly Who's Hiring Thread - January 03, 2022 Posted: 03 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] | ||
Force 120hz on my recycler view using setFrameRate() API? Posted: 03 Jan 2022 10:13 PM PST Is there a way to use this setFrameRate() API to force 120hz for my recycler view? I'm building for my Pixel 6 Pro and want all the frame rates. [link] [comments] | ||
Posted: 03 Jan 2022 05:07 AM PST
| ||
Doze mode behavior on each device? Posted: 03 Jan 2022 10:51 PM PST Not necessarily a developer topic specifically but I am running two Z Fold 3s and it seems as if doze is extremely aggressive on one and almost non-existent on the other. What I mean by this is the one will completely disable any notifications while my device is in sleep and the other seems to get all notifications/alerts instantly. It seems as if mostly everything is set identical on both of these so it's really weird. Will doze really behave differently for each device like that? [link] [comments] | ||
Do you have any regrets about migrating to flutter? Posted: 03 Jan 2022 04:25 AM PST I work on an Android and iOS app that have been around for > 5 years. I have already rewritten some of the codebases in kotlin / Swift so now each project has a mix of languages. There has been talk of now writing things going forward in flutter to avoid to need to implement frontend twice. If you have made the move do you have any regrets? If you haven't what stopped you? [link] [comments] | ||
How to combine SavedStateHandler and LiveData Coroutine Builder? Posted: 03 Jan 2022 02:24 PM PST When we need a LiveData that save state in ViewModel, we will do When we need a LiveData from a coroutine, we use LiveData coroutine Builder What if we need both i.e. a LiveData that is automatically saved and also emit from coroutine? [link] [comments] | ||
How to create hard and sharp Vibration Patterns? Posted: 03 Jan 2022 09:13 AM PST Im trying to understand how I can use the VibrationEffect, For context: Im currently building a native Plugin for Unity which implements iOS Core Haptics and Android Vibration Effect and the goal is that I have simple functions resulting in the same feeling on booth platforms but recreating some of iOS effects seems hard because I cant figure out how to create these sharp, hard effects. [link] [comments] | ||
User to user payments with native payment? Posted: 03 Jan 2022 12:43 PM PST I've never set up payments between users before and I'm wondering how it works when I use Google Pay. Ex. User A can create something, and Users B, C, and D want to pay A for that thing. I want users to only use their Google Pay account, and I am not interested in dealing with Credit Cards and all that. Is there any advice you can give me (a noob) on how to proceed here? As I mentioned I'm new to this stuff, so I'm not sure who to ask. Thanks [link] [comments] | ||
Posted: 03 Jan 2022 12:08 PM PST hi guys, need help in filling out Data Safety form. I created an app which uses WebView to open 3rd party sites. API source is Hacker News so all sites will be legit. Now I need to fill out this form but not sure what to put as I'm not collecting any data but sites will using my WebView, so should i say yes or no for this question? if i say yes, then it says whether all data collected is encrypted in transit and whether user can request their to delete, which is not possible for me since im only using WebView. [link] [comments] | ||
Posted: 03 Jan 2022 08:05 PM PST Is there any apps to put any leftover of prepaid card like vanilla Visa for example? If there isn't message me inbox. [link] [comments] | ||
Interview question: Which architecture do you typically use in Android projects? Why? Posted: 03 Jan 2022 06:42 AM PST This was my response, yet I'm now hesitating if it is correct. MVP in first stage because it's the time we don't know about project future and features are added or removed and server communication architecture may change as well and as a developer I'd like to try and improve every aspect of the project (for example see how all elements' shadows are particularly well-designed and look real in my latest project, X***. MVVM in second stage (production) because it is the viable architecture for android code repository to be maintainable. In addition to that, it really eases automated-testing process by separating app views from business logic. There are many other benefits to choose MVVM over other design patterns as well, such as easing evolution of the code, eliminating the need for application redesign, reducing code lines compared to MVP, and better performance in runtime. PS. You can use it if it's helpful. I searched all the web and read many articles from Stackoverflow and Indian guys on YouTube to write this. [link] [comments] | ||
How to test removing video without Play Store Experiments option? Posted: 03 Jan 2022 01:56 PM PST
| ||
Wheezing in wired headphones due Android built-in emulator Posted: 03 Jan 2022 12:45 PM PST When I launch Android emulator after a long time or in first time after launch my PC, it wheezing in wired headphones. What could be causing this? I think the PSU is to blame [link] [comments] | ||
How do I start with Android Studio? Posted: 03 Jan 2022 06:23 PM PST After Qt Creator being absolutely despicable and now that I'm totally done with it, I'd like to learn to use Android Studio. I just don't have a clue where to start. I have decent programming experience, and Kotlin on it's own shouldn't be a problem for me, but where do I start? [link] [comments] | ||
How to Name an App, Company (The Essential Guide) Posted: 03 Jan 2022 09:45 AM PST This is an updated version: What if you already have a brand name? This article will help you check if your brand name is good. Because the bad brand name will make it harder for you to get downloads and users /customers. It can also lead to legal problems. [link] [comments] | ||
A bit confused in migrating an old android code base with no architecture to a MVVM architecture Posted: 03 Jan 2022 07:31 AM PST So till now acc to my knowledge Of MVVM we have one viewModel one view and a repository attached to those what repository do is update our view models and view models handle views (please correct me if I'm wrong) but the problem I'm facing is that in my code I have a single adapter used in multiple activities or views , same is the case with pre build room repositories so how to deal with such scenario in MVVM (or should I go with some another architecture) [link] [comments] | ||
Posted: 03 Jan 2022 09:29 AM PST | ||
Pay per install for paid apps? Posted: 03 Jan 2022 10:47 AM PST | ||
Project Suggestion for anyone wanting to develop it Posted: 03 Jan 2022 09:55 AM PST I have a project I thought about tackling myself. But I am not a coder by any stretch of the word. I've developed some apps in the past, that I was able to research, and develop myself, purely for fun. But nothing like what I have in mind with this project. My full time job, is delivering food through Doordash. One of the things I face, and worry about, is deactivation. There are a number of reasons a person can be deactivated. One reason we could be deactivated, is through customer or merchant complaints. One such complaint, is a customer not getting their food. Believe it or not, there are con artist out there, that lie, and try to get free food. unfortunately, this can lead to a driver being deactivated. I don't know how often this happens. I just know that it happens. It would help, if we had some kind of record of the drop off, or supposed incident So, my project idea, is a body camera app. Something that can run in the background on our phones, shooting front, and rear video simultaneously, or one at a time in 3 or 5 minute intervals. With some kind of timestamp, and organization in hourly folders, inside folders for each day. That we're able to share these folders with Google Drive, or DropBox, etc, for safekeeping. That we could schedule active sessions, to coincide with our delivery schedule, not just manually start and stop the recordings. Anyhow, I am not equipped to develop this app. I'm not sure if anyone can, or even wants to try. I don't know any of the possible ramifications. I do not want any part in developing the app, if someone wants to try. [link] [comments] | ||
Stoner Android developer problem Posted: 03 Jan 2022 08:58 AM PST Throw-away account for obvious reasons, I have a fairly good resume, graduated from two majors, done popular projects in my country, etc. The only problem I have is that I really like to get stoned while coding Android like a painter drawing; and my designs are very good so that I got interviews from famous companies we all know. And the downside to that is that contractors finally realize and I'm not a liar either and act cool. Some of the are ok some of them show a very bad reaction. What do you think? Have you had the same situations? [link] [comments] | ||
Posted: 03 Jan 2022 09:25 AM PST Google is creating a new os called Fushia and said that its apps will be developed using Flutter. what about jetpack will it be removed ❌ ? And especially Jetpack Compose is still new? And as a developer which one should I learn and focus on? [link] [comments] | ||
Need app ideas that can make me a billion dollars ? Posted: 03 Jan 2022 12:29 PM PST |
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