Weekly "anything goes" thread! Android Dev |
- Weekly "anything goes" thread!
- Moment kills its Android camera app, cites constantly-changing software and hardware
- Android Studio 3.6.1 available
- Transform into a different view or activity using morphing animations.
- JakeWharton/wormhole
- Using Unity as a Subview in an Android Activity
- Emulator 30.0.2 Canary, HAXM 7.5.6 and AMD Hypervisor 1.4 to stable
- I just received an offer to post fake positive reviews for my app; where should I report it?
- Values change back to their defaults after I change them
- What has happened with apk sizes and zip alignment since Android Studio 3.6?
- Make Android Studio debugger more powerful with custom Data Views
- What can you make with Java/Kotlin that cant be made with Flutter?
- How to add RecyclerView inside RecyclerView with Categories and SubCategories using Kotlin
- Fake 1 star reviews
- Can android studio autocomplete MaterialButton attributes into Button in xml?
- Terminal commands via APP that run-as shell user (id:2000)
- Multiple resource folders in Android
- Make an overlay View
- Kotlin DSL for building drwables, menus, etc
- Make sure you add mediation to your apps, THEY can flip the switch on your account!
- Need help.
- How to assure data download when app gets update in appstore
- Using onPreviewFrame To run ML models
- Hey I wanted to Build an App for android, and I am Pritty good at Python. Should I make apps with Python or Just Go With Android Studio?
Weekly "anything goes" thread! Posted: 28 Feb 2020 04:40 AM PST 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] | ||
Moment kills its Android camera app, cites constantly-changing software and hardware Posted: 28 Feb 2020 01:49 PM PST
| ||
Android Studio 3.6.1 available Posted: 28 Feb 2020 10:56 AM PST | ||
Transform into a different view or activity using morphing animations. Posted: 28 Feb 2020 08:10 AM PST
| ||
Posted: 27 Feb 2020 08:42 PM PST
| ||
Using Unity as a Subview in an Android Activity Posted: 28 Feb 2020 01:58 PM PST Does anyone with Unity experience know of a solution to this? I can't seem to find any recent ones or answers that aren't outdated. https://stackoverflow.com/questions/43918417/display-unity-scene-as-sub-view-in-android-studio https://gamedev.stackexchange.com/questions/134347/android-black-screen-with-unity-app-in-subview https://stackoverflow.com/questions/31041031/black-screen-unity-subview-in-android All the answers I've tried is giving me a blackscreen. Someone suggested that it could be a unity issue because they reworked the whole Android-Integration in version 2019.3.0. [link] [comments] | ||
Emulator 30.0.2 Canary, HAXM 7.5.6 and AMD Hypervisor 1.4 to stable Posted: 28 Feb 2020 10:26 AM PST | ||
I just received an offer to post fake positive reviews for my app; where should I report it? Posted: 28 Feb 2020 08:09 AM PST Text of the email I received:
[link] [comments] | ||
Values change back to their defaults after I change them Posted: 28 Feb 2020 03:45 PM PST I need some help with updating a URL. So I am using OpenTDB for my API for a homework project. I have my onClick Listener grab values from a spinner and convert them to the values the API will like, like General Knowledge is 9. The onClick works but after I leave the onCreate it goes back to the original value and I can't get the new value to stay. Any ideas? I am out of ideas. I've tried to move the value to another class and grabbing it from there, putting the URL into the strings file, tried the two different ways to make an onClickListener. None have worked. [link] [comments] | ||
What has happened with apk sizes and zip alignment since Android Studio 3.6? Posted: 28 Feb 2020 06:11 AM PST Since I updated to Android Studio 3.6 two things has happened to my release APK: - It has grown from 60mb to 102mb - zipalign.exe does not successfully alignment to 4 which means I cannot upload the APK - My app uses native libraries, and using verbose output from zipalign it seems the .so files are the files which isn't successfully zipaligned. However, when I inspect the APK from Android Studio, it says that the downloaded size is still 60mb. It seems something in the release management has changed, but I cannot find any info on what has changed.
[link] [comments] | ||
Make Android Studio debugger more powerful with custom Data Views Posted: 28 Feb 2020 04:21 AM PST A video lesson about a little known but very powerful feature of Android Studio (and Intellij) debugger: custom data views: https://caster.io/lessons/make-android-studio-debugger-more-powerful-with-custom-data-views [link] [comments] | ||
What can you make with Java/Kotlin that cant be made with Flutter? Posted: 28 Feb 2020 03:24 PM PST | ||
How to add RecyclerView inside RecyclerView with Categories and SubCategories using Kotlin Posted: 28 Feb 2020 03:16 PM PST
| ||
Posted: 28 Feb 2020 07:07 AM PST Someone is giving my app fake 1 star reviews and they are from the same phone and on the same day. is there some way I can report it to Google so that Google can remove them? [link] [comments] | ||
Can android studio autocomplete MaterialButton attributes into Button in xml? Posted: 28 Feb 2020 09:57 AM PST Lately I had upgrade material components dependency from 1.0 to 1.1 and change app theme base to materialComponents. That unfortunately broke almost all my buttons cause xml Button is not translated to MaterialButton "under the hood". MaterialButton ignores background attribute and has inset. To the point. I design my layouts in xml. Because Button is MaterialButton is it possible to android studio to autocomplete attributes for MaterialButton then like android:insetTop/bot etc and like app:cornerRadius? [link] [comments] | ||
Terminal commands via APP that run-as shell user (id:2000) Posted: 28 Feb 2020 01:36 PM PST I need to build an app that runs an ADB for command I usually use to do cool things. Basically on this device the ports are blocked altogether on a Samsung including: Recovery, Download Mode, Normal Mode and Safe Mode. Since I can not get ADB to do what I need to do, I want to write a small app with proper permissions that will either give me a shell to send the commands through and hopefully get some active intents to go through, or at least have pre-programmed commands to be sent through with enough permissions to use pm-clear/pm unininstall/pm disable, etc. [link] [comments] | ||
Multiple resource folders in Android Posted: 28 Feb 2020 12:45 PM PST
| ||
Posted: 28 Feb 2020 07:53 AM PST So, Imagine a simple activity with a fragment container (matchparent) with GoogleMaps that extends from SupportMapsFragment, I want to make that when the activity goes to background the fragments overlay the user can navigate with any problem on the android UI. It will be similar to go from Full Screen Window to a Mid Screen Window or something like that... I am looking the window alerts but I don't know if I can put a fragment inside of it. [link] [comments] | ||
Kotlin DSL for building drwables, menus, etc Posted: 28 Feb 2020 10:51 AM PST
| ||
Make sure you add mediation to your apps, THEY can flip the switch on your account! Posted: 28 Feb 2020 04:35 AM PST
| ||
Posted: 28 Feb 2020 10:17 AM PST
| ||
How to assure data download when app gets update in appstore Posted: 28 Feb 2020 06:46 AM PST My question is, I have to update an app that's on the appstore when they download the update will all the data also be downloaded automatically or not, my app is a calendar with events and a recyclerView with the events and the update is to update the calendar range from last year to this year My download function is in the MainActivity.java and it downloads a json from online. I have a property class where I set a property called firstTime where it checks if this is true then it downloads the data, but if it's false then it doesn't so if this person already has the app then this property would be sent to false and the download won't happen. I have this method which is very relevant, currently even if I uninstall the app off my phone and run it again in androidStudio and it installs it again, Is there a way to force this download when the person updates the app? This is the section of code that changes in this update, the widget in this case is this dependency [link] [comments] | ||
Using onPreviewFrame To run ML models Posted: 28 Feb 2020 05:58 AM PST So i'm using the legacy Camera API (as far as I can tell) to get previewFrame call backs to then run a few machine learning models I have. I have confirmed that the machine learning models work when given a bitmap decoded when I take a picture via the onPictureTaken callback. Right now in the samples below, I am just simply testing on ML Kit's barcode scanner as a base case, but my custom models seemed to work fine with the onPictureTaken callback as well. From what i've gathered, using onPreviewFrame isn't necessarily the best way to do this, but for the sake of having a quick sample play-around (and learning experience) I decided to just go this route. Based on everything i've tried from others having solutions online, I can't seem to get anything to work properly. The below code returns null: Here's something else I tried: Unfortunately I got this error:
with parameters.getPreviewFormat() returning 17 which is NV21. I also tried simply by changing that to ImageFormat.YUV_420_888 but that resulted in the below illegal argument exception:
[link] [comments] | ||
Posted: 28 Feb 2020 09:41 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