Android Dev - A simple Disney app using the material transformation motion system. |
- A simple Disney app using the material transformation motion system.
- Android 11 funny things: android.R.string.yes and and android.R.string.no deprecated
- CameraX beta release date?
- C/C++ dependencies are now supported in Android studio 4.0
- Adding payments to app, do you need an LLC?
- I made a tool to get your Google Play app reviews in Slack and would love your feedback!
- Simple one-liner ViewBinding in Fragments and Activities with Kotlin
- Am I making my app too complex ?
- Jetpack Compose with Firebase Authentication - what changed?
- Dagger 2 generates coupling!!
- Android Studio
- The boring Android show
- Hiding a notification icon but keep the sound?
- Can I open logcat viewer from Android Studio without using the entire program?
- Using AndroidX Snapshot Builds
- Macbook Pro 128gb vs Macbook Air 256gb
- SwipeRefreshLayout vs MotionLayout
- Is there any equivalent to do what is in this article for an Android device? Like in the settings app where we can see crash errors of Android apps? - https://www.macobserver.com/tips/quick-tip/how-to-find-app-crash-reports-iphone-ipad/
- With Google changing Dagger-Android, how should a beginner approach learning Dagger2?
- HTML5 video tag not working on Cordova app only on Android TV
- How do I store my admob api keys on the server-side?
- switch between fragments from corner by dragging or on click , this is my first attempt to make a library so please be patient if you are going to read my code, and be kind to leave me a review or a good job ! or anything.
- File manager apps (and others) won't be able to access all files on the storage of the device
A simple Disney app using the material transformation motion system. Posted: 23 Feb 2020 05:12 AM PST
| ||
Android 11 funny things: android.R.string.yes and and android.R.string.no deprecated Posted: 23 Feb 2020 07:03 AM PST
[link] [comments] | ||
Posted: 23 Feb 2020 06:51 AM PST So, I need to add custom camera support to my app and I thought that I would use new CameraX Jetpack lib. I've checked video from Android Dev Summit where beta release was announced to December 2019. But if I check current version its still in alpha. Do you know what happened? I can't find any info about postponing the beta release. I am not sure now if I should invest time to use CameraX at this point 🙁 [link] [comments] | ||
C/C++ dependencies are now supported in Android studio 4.0 Posted: 22 Feb 2020 09:29 AM PST
| ||
Adding payments to app, do you need an LLC? Posted: 23 Feb 2020 08:18 AM PST I have an app up in the play store that I'd like to add premium features to (don't worry its like 80% free and I'm not micro-transactioning the bajeezus out of people). Filling out the "Public merchant profile" makes it seem like you need a registered company such as an LLC in order to setup payments. Has anyone added themselves as the company? What's recommended for managing payments/taxes/all that with android apps if you are a sole dev? [link] [comments] | ||
I made a tool to get your Google Play app reviews in Slack and would love your feedback! Posted: 22 Feb 2020 05:18 PM PST | ||
Simple one-liner ViewBinding in Fragments and Activities with Kotlin Posted: 23 Feb 2020 08:10 AM PST
| ||
Am I making my app too complex ? Posted: 22 Feb 2020 07:49 PM PST Hi guys!, So I'm making an app that uses location iq's forward geocoding... but I really fear that some competitor will use my API keys to shot down my app (which is not really that complex... but people say It's a good idea) so what is my solution ? make a RESTful api server that can act as a middle man so I can register every user from my installed aplications and track their request... the only downside of this solution is the cost of maintaining a server running? Idk Would it be too expensive to pay a REST server API? Keep in mind that these app is just using locationIQ forward geocoding and it has like 5 adMob banners [link] [comments] | ||
Jetpack Compose with Firebase Authentication - what changed? Posted: 23 Feb 2020 07:18 AM PST Firebase Authentication is reliant on Activity callbacks... Does that play nicely with Compose? Has anyone tried integrating the two? Any take-aways? [link] [comments] | ||
Posted: 23 Feb 2020 06:33 AM PST does dagger2 field injection generate coupling between daggerXXXComponent and XXX class? [link] [comments] | ||
Posted: 23 Feb 2020 08:18 AM PST How to do design Image view in new project and how to do implement in java? [link] [comments] | ||
Posted: 22 Feb 2020 10:05 AM PST Hello friends. I would like to know if there's something like "The boring flutter show" for Android development. If you don't know how is it, take a look at: https://youtu.be/yr8F2S3Amas in short, it's 2 seniors devs doing a pair programming, without edition, so when they're fucked of, the video show up they searching on Google, doing some Work around when they didn't know how to solve the problem... [link] [comments] | ||
Hiding a notification icon but keep the sound? Posted: 23 Feb 2020 01:58 AM PST Hi, I'm wondering if there's a solution for this? I want to be notified when I receive a message from a certain app but I don't want to see the app icon on my notification bar, is that possible❔ I'm curious about the possibilities. [link] [comments] | ||
Can I open logcat viewer from Android Studio without using the entire program? Posted: 23 Feb 2020 12:47 AM PST Hi. I find the logcat viewer is very useful and much interactive than command line version. Can I somehow run just the logcat viewer? I don't want to load a project and stuff. [link] [comments] | ||
Using AndroidX Snapshot Builds Posted: 22 Feb 2020 10:17 AM PST I wrote a blog-post about what AndroidX snapshot builds are and how to use them. Here is the link: http://rahulrav.com/blog/using_snapshot_builds.html Hope you find this useful. [link] [comments] | ||
Macbook Pro 128gb vs Macbook Air 256gb Posted: 23 Feb 2020 06:01 AM PST I am looking to buy a Macbook as my daily driver. I am a new android Developer. My current daily driver is my dell Inspiron 5570 which had 16 gigs of ram, a 128gb of m.2 ssd+2tb hdd coupled with intel i7-8th gen 8550u. I am looking to buy 2019 macbook but I am confused between Macbook air 256gb and Macbook Pro 128gb(basic one) since both come at a same price. I am currently doing android development and may take up IOS development in the future. If there is not much trade off of power with Air then I'd like to go for more storage. Rest I have not used any of them before so if there is something special about MBP then please mention it. Any guidance will be helpful. [link] [comments] | ||
SwipeRefreshLayout vs MotionLayout Posted: 22 Feb 2020 02:02 PM PST Is there an official plan to make these two work together? There are workarounds like putting RecyclerView into SwipeRefreshLayout which is part of MotionLayout, but behavior isn't as nice as when RecyclerView is direct child of MotionLayout. [link] [comments] | ||
Posted: 22 Feb 2020 09:12 PM PST | ||
With Google changing Dagger-Android, how should a beginner approach learning Dagger2? Posted: 22 Feb 2020 12:38 PM PST I understand the idea of dependency injection and the first time I understood it being implemented through a framework was with Spring. It just took me a couple hours and the concept started to click. However, my first exposure to DI was through Dagger. I followed along some YouTube videos and blog guides and still didn't really get it. The "Aha!" moment, or the click never really came. Since then it's been over a year and now I'm back to give it another shot and I see this Dagger-Android, which seems to be highly controversial and Google themselves seem to be stepping back and modifying or rewriting this in some shape (or it seems that way, could be mistaken here). What I'm seeing when looking through the various guides is a ton of annotations, which is very daunting, and just very long guides that don't really make much sense to me. Learning that Google is going to be changing a lot of Dagger-Android, I don't want to spend or waste time trying to understand something that is poorly setup at its core. I guess my questions are (as a beginner to Dagger):
[link] [comments] | ||
HTML5 video tag not working on Cordova app only on Android TV Posted: 22 Feb 2020 12:16 PM PST Hi! I'm currently developing an app that I want to use on my Xiaomi mi box, I'm developing this app using apache Cordova and everything works fine on my phone but when I run it on the box the video tags of my app stop working [link] [comments] | ||
How do I store my admob api keys on the server-side? Posted: 22 Feb 2020 03:53 PM PST There are tons of folks saying that one should not store API keys on the client-side... which makes sense : you don't want your API keys stolen or something... the thing is : Is it possible to store admob API key on the server-side ? if so, how ? if not... what should I do to hide/encrpyt my admob api key [link] [comments] | ||
Posted: 22 Feb 2020 07:13 PM PST
| ||
File manager apps (and others) won't be able to access all files on the storage of the device Posted: 22 Feb 2020 10:29 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