Android Dev - Weekly "anything goes" thread! |
- Weekly "anything goes" thread!
- Securing Data Storage in Preparation for Pentesting
- Someone stole my app and modified the code a little bit and uploaded it to the PlayStore. What action should I take? In order to take that app down?
- Admob and Play store will not disable or terminate your account if your app makes more money for Google
- Graphing in Android Studio for debugging purposes?
- How do you manage app updates that rely on new web service versions with breaking database changes?
- Smart Casts via Assertions + Kotlin Contracts
- How to use the onRestoreInstanceState Method with TextView string values
- Should I abandon ObjectAnimator for Motionlayout
- Is it possible to create a Custom View Base class? Especially when a custom view inherits either View, Button, ConstraintLayout etc.
- How do you handle factor specifig issues
- “How to Create Notification Badges With Google Bottom Navigation Bar”
- Where to start in an android application
- Suggestions :Best course to learn Android development
- Handling Nullability in Android 11 and Beyond
- How many downloads did your first app get?
- Mastering UI development
- Worldwide eCPM Performances for Mobile Ads in February 2020
- How to Sign BUNDLE to upload
- Has anyone been able to get their AS 3.5 debugging on device to not totally suck?
Weekly "anything goes" thread! Posted: 13 Mar 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] | ||
Securing Data Storage in Preparation for Pentesting Posted: 13 Mar 2020 05:01 AM PDT
| ||
Posted: 12 Mar 2020 10:20 AM PDT
| ||
Posted: 13 Mar 2020 08:10 AM PDT This app and their store are strong violent Play store policy and so greedy when showing Ads when you click back button to exit the app. But I don't know why it isn't removed on Play store and Admob doesn't handle this. Seems no fair between developers here. Instagram copryight: https://help.instagram.com/126382350847838 Play store policyhttps://play.google.com/about/privacy-security-deception/device-network-abuse/
Force ads when clicking back button https://imgur.com/KgHoMKZ [link] [comments] | ||
Graphing in Android Studio for debugging purposes? Posted: 13 Mar 2020 08:01 AM PDT I want to graph some variables to help debug a app I'm working on, it this possible and how would I do it? For example, I want to make a line graph comparing the X axis Time and Y axis Variable Value. [link] [comments] | ||
How do you manage app updates that rely on new web service versions with breaking database changes? Posted: 13 Mar 2020 05:44 AM PDT So we have app version A which relies on web service version 1 and the new app version B which should use the new web service version 2. No problem so far, both can run parallel. But what do you do if version 2 of the web service has breaking database changes which won't allow web service 1 to work anymore. Why did we choose two different parallel web service versions anyway? Because we want to make sure, that users who haven't updated from app A to app B can still use the app, even if web service endpoints have changed in the meantime. So, is this a common problem? How do you manage it? Or what alternative approaches do you use in order to not break old versions of your app? [link] [comments] | ||
Smart Casts via Assertions + Kotlin Contracts Posted: 13 Mar 2020 08:27 AM PDT
| ||
How to use the onRestoreInstanceState Method with TextView string values Posted: 13 Mar 2020 05:35 AM PDT
| ||
Should I abandon ObjectAnimator for Motionlayout Posted: 13 Mar 2020 05:19 AM PDT I keep seeing that MotionLayout is the new thing, and was wondering will it replace ObjectAnimator and should I stop using ObjectAnimator? [link] [comments] | ||
Posted: 13 Mar 2020 04:20 AM PDT Seems hard to do as the custom view class would have to be a abstract class to get rid of the constructors. unfortunately it seems like Kotlin doesn't allow extending generic types, which would have been the solution here so Is not possible, any other way that you can achieve something like this? [link] [comments] | ||
How do you handle factor specifig issues Posted: 13 Mar 2020 12:20 AM PDT I'm developing an Android-App and test it mainly on different Pixel devices. Sometime a colleague uses a Huawei P30 Pro and that's where the fun part starts. I see behaviour issues, I never had on any of the Pixels.Yeah, I could buy multiple devices from different brands, but well how should I fix specific issues, with some device name/brand checks in my app?I would appreciate any help on this topic. [link] [comments] | ||
“How to Create Notification Badges With Google Bottom Navigation Bar” Posted: 12 Mar 2020 11:05 PM PDT
| ||
Where to start in an android application Posted: 13 Mar 2020 02:47 AM PDT Hi I'm trying to modify an existing Android application which wasn't bult by me.it is an application that uses native c++ library. The code is huge . Where to start reading to properly understand the whole pipeline of the application. It is a bit overwhelming to not know where or how to start. [link] [comments] | ||
Suggestions :Best course to learn Android development Posted: 12 Mar 2020 09:32 PM PDT Hello developers. I want to study & learn Android development. Can you please suggest me some good material or course online to learn Android development. I am a new developer and only understand some basics fundamentals of Android development. [link] [comments] | ||
Handling Nullability in Android 11 and Beyond Posted: 12 Mar 2020 09:04 AM PDT
| ||
How many downloads did your first app get? Posted: 12 Mar 2020 02:10 PM PDT I just wanna know your stories on your first uploaded app on play store, how many downloads did it get, how much marketing you did?, how many revenue did you get from the first app etc.. [link] [comments] | ||
Posted: 12 Mar 2020 01:15 PM PDT Through my professional mobile developer journey I always had some kind of UI / UX designer as a part of a team, or designs were already provided by client. I barely develop UI myself. For personal projects I usually use built-in material components and adjust colors. Still, apps looks very generic. Additionally, some time ago, during pair programming session (which was part of recruitment process) I had to draw triangle on canvas. I just copy-pasted code from SO and adjusted it for some obvious performance reasons such as "don't allocate stuff in onDraw() method". However, for me that was the most challenging part of recruitment assignement. I feel preety comfortable creating all kinds of Android SDK agnostic app logic, debugging weird Android issues or using standard APIs. I'm not sure how I should develop myself in UI field. Sometimes I feel, that I should re-learn everything and start from scratch. Do you have any experiences in similar situations? What are your recommendations? Maybe I should take some graphic design classes? [link] [comments] | ||
Worldwide eCPM Performances for Mobile Ads in February 2020 Posted: 12 Mar 2020 08:51 AM PDT
| ||
Posted: 12 Mar 2020 11:33 AM PDT Hi! I always worked with APKS, never with BUNDLES, and I always used the same file to sign the APK and upload it to the store. Currently, I think, I have to upload a BUNDLE. I do the same signing process as the APK, with the same file that I used to sign the APKS but when uploading it to the store it tells me that it is not signed. Any idea? [link] [comments] | ||
Has anyone been able to get their AS 3.5 debugging on device to not totally suck? Posted: 12 Mar 2020 11:06 AM PDT I'm just finding it to be barely usable performance-wise. Are there any settings to tweak that would improve this? I'm apprehensive to go to 3.6 as each release it's been getting worse. [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