Android Dev - First time publishing a library and an article, I'm really satisfied with the results! |
- First time publishing a library and an article, I'm really satisfied with the results!
- Releases Hub Gradle Plugin v3.1.0
- How it works. Is that clear enough?
- Which logging facade/logger to use in a library?
- Can someone help me out with this error. I have been stack for about 2 days today being the third day
- Resolve Activity is broken?
- Alternative to AlwaysOnHotwordDetector API in Android since it has been deprecated?
- Compose for Wear OS: Scaffold
- Jetpack Composable to Bitmap Image
- App looks amazing on layout preview, but awful on real device
- Is there a way to use scroll view without specifying margins?
- Exoplayer API’s
- how do i find a specific i want element in a decompiled game file?
- State Managment question
- Books to get back into the swing of things.
First time publishing a library and an article, I'm really satisfied with the results! Posted: 17 Oct 2021 04:49 AM PDT I've recently written an Android library called TabSync, and I've written an article over its usage and usecases. I'm thrilled to say that my very first article to be publishing is now featured on ProAndroidDev publication on Medium! That was my first time writing and publishing it, it took me about a week in order to finish every little detail about the library and the article, and now the feedback that I have received is amazing and quite satisfying! The library repository now has a couple of stars and I'm really happy with that! I hope I can continue publishing more useful content in the future. here's the article link if anyone intrested: [link] [comments] | ||
Releases Hub Gradle Plugin v3.1.0 Posted: 16 Oct 2021 07:08 PM PDT
| ||
How it works. Is that clear enough? Posted: 17 Oct 2021 05:54 AM PDT
| ||
Which logging facade/logger to use in a library? Posted: 17 Oct 2021 08:40 AM PDT I am developing an Android library and would be interested if there are any best practices on how logging in a library should be done. I have read about Timber and SLF4j as logging facades and how it might be a bad idea to directly us e.g. Log.d as it can not be controlled by the consuming application. But I would be really interested in your opinion and experience with this topic. Thanks in advance! [link] [comments] | ||
Posted: 17 Oct 2021 06:51 AM PDT | ||
Posted: 17 Oct 2021 06:25 AM PDT I have a contact picker intent, with action Intent.ACTION_PICK, but oddly enough, while there are contact apps, if i do I've tried it on both an emulator and on a physical device, both with contact apps with at least 1 contact, it still returns false? I heard of package visibility shit introduced in android 11, and have included in my manifest under Does anyone else encounter this problem? If i remove the code for checking whether there is an intent to handle it, it still works, but I feel the code should be there for safety. [link] [comments] | ||
Alternative to AlwaysOnHotwordDetector API in Android since it has been deprecated? Posted: 16 Oct 2021 07:53 PM PDT I am trying to use /r/Mozilla 's /r/deepspeech to create an offline assistant on /r/Android. Now I looked for different example assistant implementations, they all have this AlwaysOnHotwordDetection method used. But it has been recently deprecated in Android APIs. What to use for the same? It seems, android recently has stopped documenting alternative APIs while deprecating old ones [link] [comments] | ||
Posted: 17 Oct 2021 12:07 AM PDT
| ||
Jetpack Composable to Bitmap Image Posted: 16 Oct 2021 10:50 PM PDT | ||
App looks amazing on layout preview, but awful on real device Posted: 16 Oct 2021 12:07 PM PDT Hello, fellow developers. I have a problem with dimens. I have: values-ldpi, values-mdpi, values-hdpi, values-xhdpi, values-xxhdpi, values-xxxhdpi, values-tvdpi, values-480dp, values-600dp, values-720dp. It looks perfectly on Android studio layout preview. However, when I install the app on real device, buttons and text look oversized, and design isn't looking good at all. I think I am missing some folders, or doing something the wrong way. I think that Android studio haven't provided the best solution for supporting different screen sizes. What can I do to fix my issue and make my app look good on all devices? [link] [comments] | ||
Is there a way to use scroll view without specifying margins? Posted: 16 Oct 2021 07:07 PM PDT For part of my app I need to use the scrolling feature. Is there a way to use scroll view without specifying margins? I am using a constraint view as the root node (because I need a header and a footer that won't move as scrolling occurs) with the scroll view inside that and then another constraint view inside the scroll view. The only way I can figure to make the scroll view actually scroll is to add margins to the views within the nested constraint view---otherwise they conform to the screen size. Is there any way to get around this. I don't know how I would figure out the size of margins that looks good on all devices. [link] [comments] | ||
Posted: 16 Oct 2021 03:24 PM PDT Does anyone have a good recourse for me to use to find a list of APIs I can use in my application using Exoplayer? [link] [comments] | ||
how do i find a specific i want element in a decompiled game file? Posted: 17 Oct 2021 03:20 AM PDT I want to edit and modify an in game item name and description in an offline game, like angry bird. First thing i did is decompile the game file so i can gain access to the files. But, this is where i stuck. Im trying to find out which specific file/script i need to modify. I was looking at Ui automator viewer to inspect the element but it does not show the path to the files (or does it?). Im just starting to program so if something is wrong with my steps please feel free to correct me. I appreciate any assistance. [link] [comments] | ||
Posted: 16 Oct 2021 05:47 PM PDT what happens if I put listen = false in aprovider.of(context) for a specific class and how notifylisteners() and Consumer() affected by that for the same class? [link] [comments] | ||
Books to get back into the swing of things. Posted: 16 Oct 2021 09:26 AM PDT So it's been about 18 months since I've done pure android dev (been working in flutter), and even then it was still using just the androidX libraries. In a couple weeks I'm starting a new job that's using jet pack libraries in full swing. What are some good books/blogs to get back into modern android dev? I find I tend to learn beat reading rather than videos. Thanks! [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