Android Dev - RecyclerView 1.3.0 update adds support for stretch overscroll |
- RecyclerView 1.3.0 update adds support for stretch overscroll
- https://jcenter.bintray.com/ is down?
- How does Android work with OpenJDK and desugaring?
- I really need help making API request
- Starting new job after 4 years of working for first company
- Responsive design best practice w/ margin&padding
- Fetch latest source tag for device
- Is it possible to sync/update the offline cache of Firestore while in the background?
- App promotion with GoogleAds
- Will Google have to revert it's In App Purchases enforcement now?
- When does Google pay you?
- Want to make an app showing text on one page and ads. How should I proceed with it?
- How to evaluate if it is worth porting an Android/iOS app to web version?
- How Can Handle Paging 3 With Dynamic Page Size ?
- How to remove inner padding from vector drawable
- Trying to find the best dpi setting for some custom tablets
- Android Jetpack Compose Examples for beginners
- Ad network and indeterminate ProgressBar
- Android TV apps with Jetpack Compose
RecyclerView 1.3.0 update adds support for stretch overscroll Posted: 16 Sep 2021 12:07 AM PDT
| ||
https://jcenter.bintray.com/ is down? Posted: 16 Sep 2021 05:14 AM PDT | ||
How does Android work with OpenJDK and desugaring? Posted: 15 Sep 2021 10:42 PM PDT Android is a Linux based OS and it doesn't ship with JVM but it has Dalvik/ART to run dex files. But for development purpose first, they used to use apache harmony JDK, but now they have switched to OpenJDK and support up to JDK 11 if am not wrong, and if we talk about android 11 or 12, they have backported many classed from Java 12 and 13 as part of Build platform tool I assume. And when we talk about JVM/Dalvik/ART they just know how to run a compiled code on a given machine. So when we talk about API support for old android versions, an API can't support old Android OS bcz of the following reasons:- But when they talk about desugaring in Android, they say that the R8 compiler adds the dex file for missing Java files to support the old version of OS.So what do they mean by this? Is it that with every Android version they also ship the byte code for the entire JDK to complete the linking process and bcz the Old OS doesn't have those files, they are passed as a library with the APK which is desugaring? If Yes, Do we know which Android version is shipped with which OpenJDK version? [link] [comments] | ||
I really need help making API request Posted: 16 Sep 2021 04:35 AM PDT Hi, I have reached the desperate point, my app needs to connect to an API in I have less than a day to finish it. No tutorial, YouTube video or guide has worked so far! This is the final code I've reached: Nothing is showing on the textView and the Toast is appearing empty too. [link] [comments] | ||
Starting new job after 4 years of working for first company Posted: 16 Sep 2021 07:45 AM PDT I am starting at a new position as a Medior Android dev. At the last job I had I was the only Android dev and didn't have anyone to learn from. After 4 years I have been mostly maintaining legacy code. Any advice on what to expect from the new position. The last job was a small company of 20 employes, the new one is a large corporation of more than a 1000. I am getting impostor sindrome, am a bit scared I will not perform well [link] [comments] | ||
Responsive design best practice w/ margin&padding Posted: 16 Sep 2021 07:25 AM PDT I'm working through trying to build the best responsive layouts for all devices. Ultimately I've found that you need to create different layouts/drawables for supporting all the screens(ie xxxhdpi, xxhdpi,xhdpi,hdpi) i dont think there is a way around this. With that being said, Androids documentation states "To ensure that your layout is flexible and adapts to different screen sizes, you should use "wrap_content" or "match_parent" for the width and height of most view components, instead of hard-coded sizes." but what about using margin and padding? I haven't found another way to space elements, then using margins or padding in dp. Is this not recommended, can you avoid this? [link] [comments] | ||
Fetch latest source tag for device Posted: 16 Sep 2021 06:58 AM PDT Is there a script or possible to get a more parse friendly version of the table: https://source.android.com/setup/start/build-numbers#source-code-tags-and-builds I'm trying to write a script that check the latest Android source code tag from https://android.googlesource.com/platform/manifest and see if my device has support for that tag. Is there already a method to automate this? [link] [comments] | ||
Is it possible to sync/update the offline cache of Firestore while in the background? Posted: 16 Sep 2021 06:33 AM PDT | ||
Posted: 16 Sep 2021 06:10 AM PDT After launching my Android Game in february and investing 100$(+100 coupon ) in google Ads for Android Apps, i have now over 10000 downloads which results in 10$ earnings from google admob ads in my app. [link] [comments] | ||
Will Google have to revert it's In App Purchases enforcement now? Posted: 15 Sep 2021 09:29 AM PDT Last September, Google made a move in the Apple direction, making in app purchases mandatory for digital in-app content, but Apple vs Epic ruling few days ago, bans exactly that. The date new Play Store policy starts to apply is September 30 2021, so in 2 weeks. Do you think Google will now have to step back from the policy change? [link] [comments] | ||
Posted: 16 Sep 2021 01:40 AM PDT I read that it was on the 15th of every month. Well it's 16 now and the Payments profile is still showing me "You've reached 100% of your payment threshold" and is showing the same amount of money that I had before. So clearly nothing was sent. What gives? If you need any extra info please tell me I will provide it. [link] [comments] | ||
Want to make an app showing text on one page and ads. How should I proceed with it? Posted: 16 Sep 2021 06:04 AM PDT I want to make an app showing some text on one page, a link and ad. How can I make it? I know Flutter but the app size would be too big for such basic app. What tool should I use to make it - kotlin, java, other? How much is difference between apps made in kotlin and java? [link] [comments] | ||
How to evaluate if it is worth porting an Android/iOS app to web version? Posted: 16 Sep 2021 01:42 AM PDT We are running an online iOS/Android board game app with a 500 online users at all times. This project is running for 10 years now on iOS, Mac and Android. We are now evaluating would it be worth it to port it to web version. Since it is a board game with no fancy graphics or 3D effects, seems possible. Which metrics and what methodology should we use to evaluate this business decision? [link] [comments] | ||
How Can Handle Paging 3 With Dynamic Page Size ? Posted: 16 Sep 2021 01:13 AM PDT I am thinking to migrate my manuel pagination mechanism to Paging 3. And PagingConfig's pageSize argument is mandatory. But backend sometimes changes pageSize due to company request. So how can i handle dynamic page size on these scenarios. What will happen if i set pageSize 20 but backend change the response pageSize to lower or greater then the value which I set before to the PageConfig ? [link] [comments] | ||
How to remove inner padding from vector drawable Posted: 15 Sep 2021 04:29 PM PDT
| ||
Trying to find the best dpi setting for some custom tablets Posted: 15 Sep 2021 04:15 PM PDT Im working with some custom android tablets running their own aosp builds, and I'd like to play around with different DPI settings to see what DPI makes the crispest icons and images. Does anyone know of an open source project with lots of images / rounded corners / icons sizes that would be good for making tweaks and side-by-side comparisons? Bonus points if it was even made for this purpose 🙏 [link] [comments] | ||
Android Jetpack Compose Examples for beginners Posted: 15 Sep 2021 09:48 AM PDT | ||
Ad network and indeterminate ProgressBar Posted: 15 Sep 2021 11:37 AM PDT Is there any Android ad network with an option to serve non-interactive "Brand Awareness" type ads that are passively integrated into what would otherwise be a ProgressBar? Say... an app needs to go do something for 1-3 seconds (like fetch data from a server, and render it into a new map overlay). Instead of showing a ProgressBar of indeterminate type, it shows a com.some.adnetwork.ProgressBarAd or IndeterminateProgressBarAd instead. If it's a ProgressBarAd, you'd specify the minimum duration in seconds, and the ad network would fetch one with a cute, memorable product-branded animation of that length (say, 3s, 5s, 7s, or 10s), cycle through once, then trigger your callback so your app would know it's OK to make it go away (and would snitch to the ad network if your app prematurely altered its visibility). If they wanted to get really fancy, they could make the ad so it responds to milestone updates in a manner like a normal Progressbar. If it's an IndeterminateProgressBarAd, the ad network would fetch one that incorporates a visual element indicating its indeterminate nature (like a tiny spinning wheel in the corner) along with the branding. The branding might, or might not, itself be animated, depending upon the advertiser's preferences (since it could conceivably go away at any time mid-animation). After it goes away, it tells the ad network that it was shown & for how long. The key point is, the hypothetical ad is not interactive. It's not clickable, and there's no expectation by the advertiser that it will prompt the user to take some immediate measurable action. It's kind of like a hybrid between a short TV ad promoting brand awareness, and the menu boards you used to see in small pizza parlors that were given to the restaurant for free & had a Pepsi logo on the side. It's there, you see it, then get on with your life and whatever you were doing... and the advertiser hopes you'll think of it the next time you're in a situation where it's relevant. Does any Android ad network exist that has a product like this? [link] [comments] | ||
Android TV apps with Jetpack Compose Posted: 15 Sep 2021 09:59 AM PDT Hey Guys,has anybody used Compose in Android TV production Apps, I didn't see leanback support in Compose? Are there any issues with D-pad and compose. Any help will be appreciated. [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