Weekly Who's Hiring Thread - January 24, 2022 Android Dev |
- Weekly Who's Hiring Thread - January 24, 2022
- Link Jetpack Compose Side Effects together for easier to remember what we have
- At @squareeng we ran our Android benchmarks with the MacBook Pro M1 Max and it performed 65% faster than the MacBook Pro with Intel chip from last year! More details in the thread.
- Anyone else having this issue? Play Console App Error, web version works fine
- Is Google Play Console Android App malfunction?
- Does this mean the end of Play Console?
- LearningApps repo
- I've created "Faradle", a Wordle made completely in Jetpack Compose. It uses Clean Architecture and MVVM pattern and has unit-tests throughout (Open source)
- What's wrong with this resume? Urgently Need feedback as I am constantly getting GHOSTED without any response back.
- Converting AyncTask to RxJava
- Play Store app update to Open track rejected because of policy violation in Production track
- Should you ignore Skipped Frames by Choreographer?
- What is the best way to implement pagination for a recyclerview
- Illustrating Jetpack Compose Side Effects
- what's the difference between Integration tests and Instrumented tests?
- Giving app a performance boost
- CWTI - From the trenches: dev horror stories and cringe with Mark Allison
- Late payment this month from Facebook Audience network?
- A little native (NDK) side-project that now publishes micro games to Android
- After android developer account termination
- Google play console, fail to load review
- Hotspot or Wifi Direct, Whats better for Gaming?
- [rant] New SplashScreen API is confusing and half-baked
- Waiting for Jetpack Compose Preview be like...
- How to unpack/repack system.img api 28 android emulator
- Free Course: Build Foldable, Tablet, Desktop, and Phone-Optimized Apps
Weekly Who's Hiring Thread - January 24, 2022 Posted: 24 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] | ||
Link Jetpack Compose Side Effects together for easier to remember what we have Posted: 24 Jan 2022 10:48 PM PST
| ||
Posted: 24 Jan 2022 12:19 PM PST
| ||
Anyone else having this issue? Play Console App Error, web version works fine Posted: 24 Jan 2022 05:36 PM PST
| ||
Is Google Play Console Android App malfunction? Posted: 24 Jan 2022 01:25 PM PST
| ||
Does this mean the end of Play Console? Posted: 25 Jan 2022 01:55 AM PST
| ||
Posted: 25 Jan 2022 01:16 AM PST Hello! I created this project to study Android development. I think that you will benefit from this) Keep Learning! Keep Sharing! [link] [comments] | ||
Posted: 23 Jan 2022 10:46 PM PST
| ||
Posted: 24 Jan 2022 08:58 AM PST
| ||
Posted: 24 Jan 2022 11:26 PM PST I want to download JSON data in the background (within the Service) with the help of Volley library and save it in Room. I was using AsyncTask but am researching if I should use RxJava instead. Can you help me? Service AsyncTask [link] [comments] | ||
Play Store app update to Open track rejected because of policy violation in Production track Posted: 24 Jan 2022 10:35 PM PST So it turns out my 3-year old Production APK has a policy issue which I was informed about when attempting to publish an update to Open track. The new update does not have this policy issue. So Google Play is rejecting the update on the basis of a policy issue that would be fixed by accepting the update. The upshot of this is that the Production APK continues to have the policy issue (since 3 years now) and it's being made harder to fix. There are a couple of solutions:
[link] [comments] | ||
Should you ignore Skipped Frames by Choreographer? Posted: 24 Jan 2022 09:48 PM PST Is it normal to have skipped frames? If it is what is the acceptable amount? How to avoid skipped frames from happening? Thankss Context: I'm encountering 30 - 70 skipped frames log in the logcat, as usual it says that the main thread is doing too much. I've checked my app and I created threads (Runnable and Callable) and put every non ui code in it. My implementation of Room is a singleton pattern so main thread is not being used when fetching or accessing the database. After some digging I'm starting to assume that my RecyclerView and my custom adapter is causing the skipped frames. My CA takes 2 list of objects in its constructor, and the viewholder has 5-7 views in it to present the data. Choreographer is not helpful either at telling what causes the skipped frames. I checked android profiler and it shows details unavailable for the threads. [link] [comments] | ||
What is the best way to implement pagination for a recyclerview Posted: 24 Jan 2022 09:17 PM PST Wondering what is the best and most modern way to add pagination for a recyclerview. I was trying the following way: ```kotlin private val recyclerViewScrollListener: InfinityRecyclerViewScrollListener by lazy { object : InfinityRecyclerViewScrollListener(linearLayoutManager) { override fun onLoadMore(totalItemsCount: Int, view: RecyclerView) { viewModel.fetchData() } } } binding.recyclerView.addOnScrollListener(recyclerViewScrollListener) ``` [link] [comments] | ||
Illustrating Jetpack Compose Side Effects Posted: 23 Jan 2022 10:05 PM PST
| ||
what's the difference between Integration tests and Instrumented tests? Posted: 24 Jan 2022 07:41 PM PST I wrote unit tests but the task also asks for Integration tests, I know about instrumented tests (ui tests) but I'm confused and also couldn't find much about "Integration". What I understood so far about it is maybe it's testing that, saving something into Room, actually saves the data? is this something considered Integration testing? Or what am I missing here? Can someone give me some examples please [link] [comments] | ||
Giving app a performance boost Posted: 24 Jan 2022 10:52 AM PST Hey AndroidDev Community, I've spent some time in the android development space and I've been wondering what do you guys practice to make your apps snappier and what tech stack do you people use to make it work that way. [link] [comments] | ||
CWTI - From the trenches: dev horror stories and cringe with Mark Allison Posted: 24 Jan 2022 11:42 AM PST
| ||
Late payment this month from Facebook Audience network? Posted: 24 Jan 2022 06:50 PM PST I usually get them on the 22nd-24th in my bank along with a "your payment it's on it's way" email. Haven't got them yet so far. [link] [comments] | ||
A little native (NDK) side-project that now publishes micro games to Android Posted: 24 Jan 2022 10:41 AM PST Just added "Publish to Android" support to my C++ side-project with native NDK-based publish support (video demo is here: https://youtu.be/UE6k-az1-8w). Friction-free enough for a native NDK app? Also supports single click play on Android: https://youtu.be/uPd8iaPPA0s . Available for free at http://www.fireflytech.org. [link] [comments] | ||
After android developer account termination Posted: 24 Jan 2022 04:34 AM PST Hi, Two days ago I got developer account termination email from Google for my personal developer account. I don't like to talk about why they terminated my account because I am also don't know the reason.(I don't want to people give some reasons with just guessing why they terminated) I have some questions related to that. I am working for a company, and I have access to their play store console. As far as I researched on the net, a developer who banned previously by Google may cause to ban company's developer account. *Will working for a company cause them to be banned as well because my personal developer account has been terminated? *In some forums developers state that Google traces developers when their account banned. This may cause to also ban third party developer accounts when they login to their account to Play Console in same PC. When a developer banned, does this mean that all devices owned by the developer are problematic? *What exactly is situation of a person whose account has been banned in for Google? Should the developer stop developing android completely or can he still work for other companies if not for himself? I think I reached the end of my android career. Well done Google. Proud with your policies😔😔💔 [link] [comments] | ||
Google play console, fail to load review Posted: 24 Jan 2022 11:26 AM PST From this morning the play console app does not load the data and reviews. Is it just for me? [link] [comments] | ||
Hotspot or Wifi Direct, Whats better for Gaming? Posted: 24 Jan 2022 05:04 PM PST What is the better option for creating a local lobby? [link] [comments] | ||
[rant] New SplashScreen API is confusing and half-baked Posted: 24 Jan 2022 02:10 AM PST Is it just me or is the new SplashScreen API (and it's -compat library) weirder than without it? Let's ignore the fact that it actually lets you do less than before, because the goal is probably consistency and you only achieve that by tight constraints. Fine. The Splash screen is shown on Activity cold or warm start, not on hot start (i.e. if it is already in created state). What this means:
For some reason the above is not an issue when you just define the splash via I don't understand why Google didn't implement the Splash screen on the App level instead, separate to any Activity, but before any Activity is shown. We have solved Activity level splash screens by loading states. Is it just me, but can we just do less with less lines of code now? While increasing complexity of what is happening? Am I missing something? [link] [comments] | ||
Waiting for Jetpack Compose Preview be like... Posted: 23 Jan 2022 06:07 PM PST
| ||
How to unpack/repack system.img api 28 android emulator Posted: 24 Jan 2022 04:02 PM PST I've tried all github and stacksoverflow guides But ill get errors while im using simg2img It says its not a spars partition Help please [link] [comments] | ||
Free Course: Build Foldable, Tablet, Desktop, and Phone-Optimized Apps Posted: 24 Jan 2022 11:01 AM 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