Android Dev - Weekly "anything goes" thread! |
- Weekly "anything goes" thread!
- How can I do custom notch on CardView like this?
- Avoiding I/O in gradle ?
- Scrollytelling on native Android?
- Leak detection: Android Studio vs LeakCanary
- ConstraintLayout 2.0.4
- Multiple Ad Banners for every Fragment vs Single Shared Ad Banner. Revenue difference? (AdMob or others)
- Java 9+ support for Android projects is being worked on
- I made a library alternative to CustomTabs
- Please help devs.
- Google Elevation APIs
- I need ideas for features for a mobile app that teaches programming in Minecraft.
- AR Core Android Tutorial without Sceneform?
- kotlinx.coroutines 1.4.0: Introducing StateFlow and SharedFlow
- Have to delete .gradle every other build
- Making A Minimalist Smartphone
- Heads up notification in android O and higher
- AdMob violation - Scraped content. How to proceed?
- Migrating the deprecated Kotlin Android Extensions compiler plugin to ViewBinding
- Big'O Notation Visualizer Android App (Kotlin)
- Get current TV channel
- How to fix the pain of modifying Kotlin nested data classes
- In-app Updates: be prepared for the critical-bug-case
- Activity launcher (tutorial) not working
- Make the development of Android app easier : HMS Core plugins dedicated to third party platforms
Weekly "anything goes" thread! Posted: 30 Oct 2020 05:40 AM PDT Here's your chance to talk about whatever! Although if you're thinking about getting feedback on an app, you should wait until tomorrow's App Feedback thread. Remember that while you can talk about any topic, being a jerk is still not allowed. [link] [comments] | ||
How can I do custom notch on CardView like this? Posted: 30 Oct 2020 01:28 AM PDT
| ||
Posted: 30 Oct 2020 08:22 AM PDT I have seen some threads recommending that you avoid I/O during gradle configuration. My company currently does this to get the branch name, build time, and git SHA, into BuildConfig. I'm trying to understand the reasoning of why I should avoid it before I bring it up to my coworkers. For these specific examples I replaced the git command with a static string, and did What else should I know? I have read some threads alluding to impacting incremental builds but can't find concrete info about why [link] [comments] | ||
Scrollytelling on native Android? Posted: 30 Oct 2020 04:57 AM PDT There are quite a lot of websites out there that use scrolling as an element of storytelling (scrubbing through a video, pinch into images, etc.). A good example for that is this website: AirPods Pro (sorry for the Apple reference). For a project we're trying to accomplish something similar, but native. I haven't come across many Android related references but came up with a few options: Build the website and wrap it in a WebView. Use a list (like RecyclerView) with video players and some custom views Does anyone of you already accomplished something similar or has some tips how to create such an experience? [link] [comments] | ||
Leak detection: Android Studio vs LeakCanary Posted: 29 Oct 2020 05:21 PM PDT
| ||
Posted: 29 Oct 2020 04:04 PM PDT | ||
Posted: 30 Oct 2020 05:55 AM PDT So I was curious whether it makes a difference, in terms of revenue, to show a different Ad Banner on every Fragment or if it would get the same results as just showing the same one from the Activity. I'm not sure if I explained myself properly: OPTION 1: Activity1->[no ad banner]
OPTION 2: Activity1->AdBanner1
[link] [comments] | ||
Java 9+ support for Android projects is being worked on Posted: 29 Oct 2020 07:56 AM PDT
| ||
I made a library alternative to CustomTabs Posted: 29 Oct 2020 10:33 PM PDT The main reason to develop this was the fact that CustomTabs needs a service provider installed in the device to launch the tabs eg: Chrome, Brave, etc. So I made my own version of it which uses Any suggestions & improvements are most welcome! [link] [comments] | ||
Posted: 30 Oct 2020 07:58 AM PDT
| ||
Posted: 30 Oct 2020 01:51 AM PDT Hello! We will have our project at Microwave Design, which one of the crucial data we need to get is the ELEVATION. Fortunately, Google offers such API: https://developers.google.com/maps/documentation/elevation/overview. But I don't really get the... "Pay only for what you use. Our pricing scales to fit your needs with no commitments, termination fees, or usage limits — and you can use mobile Maps at no charge." Does it mean that I will get charged ONLY for every request? or does google will charge me EVERY month? So it means that my card would not be credited unless the bulk number of requests on API happens? Since I will be only using this API for around 100 to 500 requests. Thank you! PS. Im using a python script to extract data. [link] [comments] | ||
I need ideas for features for a mobile app that teaches programming in Minecraft. Posted: 30 Oct 2020 05:02 AM PDT What kind of features and functionalities should I integrate into an app that is teaching programming in Minecraft? So far I have quizzes and explanatory videos and I need a lot more. [link] [comments] | ||
AR Core Android Tutorial without Sceneform? Posted: 29 Oct 2020 08:05 PM PDT Hi everyone! I am new to ARCore and it seems that most tutorials I find are related to Sceneform. However, sceneform doesn't seem to be supported in the newer versions of Android Studio ( which can only mean that it is being dropped eventually ). So it would really help me if there were some tutorials on ARCore android development without Sceneform. [link] [comments] | ||
kotlinx.coroutines 1.4.0: Introducing StateFlow and SharedFlow Posted: 30 Oct 2020 04:24 AM PDT
| ||
Have to delete .gradle every other build Posted: 30 Oct 2020 03:30 AM PDT Basically what the title says here. After updating to Android Studio 4.1 I've had to delete the .gradle folder after every other build. I get a class not found on dexpathlist error on the second build for some reason. This is with no actual code change to the project. Any suggestions here? [link] [comments] | ||
Making A Minimalist Smartphone Posted: 29 Oct 2020 06:42 PM PDT Hi guys, I'm planning on making a custom ROM for android that will essentially be completely normal aside from being entirely unmodifiable. My main goal is to curb my own smartphone addiction by taking control away from my future self (making it impossible to download youtube, reddit, instagram, etc.) and seeing as how I'm very new to the backside of Android I was wondering if anyone had any tips on how I might be able to do this. Is there any specific smartphone that might be easier to modify than others? Maybe one with a notoriously straightforward root process? Is there an easier way to do this than by rooting and modifying a phone? Any and all information is welcomed. [link] [comments] | ||
Heads up notification in android O and higher Posted: 29 Oct 2020 10:28 PM PDT How can I get a head-up notification in android O and higher here is my notification code
and I'm creating a notification channel in app class
[link] [comments] | ||
AdMob violation - Scraped content. How to proceed? Posted: 29 Oct 2020 05:24 PM PDT Hi, This is not a post to complain, I just seek advice on the best course of action. I have an app that allows the user to authenticate with Spotify only. It gets and saves the user location and the list of the last played songs by the user using Spotify API, then it builds a list of the most played songs in a certain radius around the user's location. In short, it shows the most played tracks by other users of the app given a certain radius from the user. Today I received an e-mail from AdMob stating that ad serving for my app was restricted for a policy violation: "Scraped content". They demand I fix the policy violation. I see no way to fix this violation, I'd rather just remove AdMob from the app so I don't risk losing the AdMob account. Can it be done? I don't think this is an warning that can be ignored, it demands some action. [link] [comments] | ||
Migrating the deprecated Kotlin Android Extensions compiler plugin to ViewBinding Posted: 30 Oct 2020 01:52 AM PDT
| ||
Big'O Notation Visualizer Android App (Kotlin) Posted: 29 Oct 2020 12:58 PM PDT I see lots of algorithm visualizers but few that focus on space and time complexity. I decided to make my own Android app to visualize this and to add to my resume. I did create a nice gradient effect for the main page that's pretty boilerplate if you want to add changing background gradients to your projects. New devs feel free to look at the code and learn from it. Experienced devs I would appreciate any feedback on the code for it. I would love feedback from the community and I am happy to answer any questions as well! Source Code: https://github.com/justingeist0/big-o-notation Google Play Page: https://play.google.com/store/apps/details?id=com.fantasmaplasma.bigonotation [link] [comments] | ||
Posted: 29 Oct 2020 03:19 PM PDT I have built an app for Android TVs that among other things sends an email when a button is pressed. Among the rest of the tasks I'm trying to get the current channel the user is watching, but I can't seem to get a solid answer anywhere, any ideas? [link] [comments] | ||
How to fix the pain of modifying Kotlin nested data classes Posted: 29 Oct 2020 08:46 AM PDT
| ||
In-app Updates: be prepared for the critical-bug-case Posted: 29 Oct 2020 04:25 PM PDT
| ||
Activity launcher (tutorial) not working Posted: 29 Oct 2020 08:07 PM PDT I'm following this tutorial except I am not modifying for "baseactivity". I created a function as below:
I am trying to call this code in another function :
I'm getting an unresolved reference to launchActivity. [link] [comments] | ||
Make the development of Android app easier : HMS Core plugins dedicated to third party platforms Posted: 29 Oct 2020 07:49 PM PDT |
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