Jetpack Compose is now 1.0: announcing Android’s modern toolkit for building native UI Android Dev |
- Jetpack Compose is now 1.0: announcing Android’s modern toolkit for building native UI
- Android Studio Arctic Fox available in the Stable channel
- A major change - Use of the AccessibilityService API
- Google Play Developer account terminated without any valid reason
- Account suspension due to "Dormant Account"
- Google Play Developer Program Policy Update
- What's new in Android Studio Arctic Fox
- RecyclerView From Scratch | RecyclerView Internals | Birth of ViewModel
- Can I use advertising id to block users that might be committing ad fraud?
- Is 1 year of full time learning a realistic goal to get hired as an Android Dev?
- Updating App Permissions
- App not showing up when searched
- how can i get fully offline documantation and resources for android and java development ?
- Filter and Fetch Data From Firebase Real-time Database in Android.
- Legacy Management (DA) To Android Enterprise: Advantages of Migration
- Learn how to add haptic feedback to your mobile games
- OpenGL or Vulkan for compute only operation
- How do you access the D2D (Device-to-Device) Data Transfer functionality?
- How to parse JSON Key dynamically
- I just bought an Oppo Find X2, and adjusted some stuff in dev options (animation scale=0.5). 5-10 minutes after I get this message. Never seen it on any other phones I've used. Any idea how I can forced dev options to stay active?
Jetpack Compose is now 1.0: announcing Android’s modern toolkit for building native UI Posted: 28 Jul 2021 10:00 AM PDT
| ||
Android Studio Arctic Fox available in the Stable channel Posted: 28 Jul 2021 10:58 AM PDT | ||
A major change - Use of the AccessibilityService API Posted: 28 Jul 2021 02:00 PM PDT | ||
Google Play Developer account terminated without any valid reason Posted: 28 Jul 2021 05:06 AM PDT I am sure you are not reading such incidents for the first time here in this subreddit, and as much as I hope that this would be the last, I do not think that would be the case anytime soon. So, I wake up today, check my mails, only to find that email that says "This is a notification that your Google Play Developer account has been terminated.", reason being stated as " Prior violations of the Developer Program Policies and Developer Distribution Agreement by this or associated accounts as outlined in previous emails sent to the registered email address(es) of the Google Play Developer account(s). ". Now here is the thing from what I have observed from other such cases, that this kind of account termination emails are usually preceded by another email which says that one or some of your apps are suspended due to certain policy violations. In my case, there wasn't any such email that preceded the account termination email. Even checked my spam, and I do not have any other associated accounts. This makes me very confused in understanding why they have chosen to terminate my account. OK, if they are considering all the violations that are recorded since my account was created back in 2016, here are the list of them.
So in summary, I have 1 suspension, 2 app removals and 1 app update rejection recorded against my account. Now based on this answer from google - https://support.google.com/googleplay/android-developer/answer/2477981, it is clearly mentioned that:
Basically I have only one strike against me, which is not enough for them to terminate my account. Even if it was enough, why wouldn't they terminate it back in 2016 when the violation was actually committed? Even if they consider app removals as a strike somehow, then why not remove back then? I am totally clueless with this termination, they have not provided any clear information about policy violation. I have always tried my best to abide by their policies. EDIT:
Here are the details of inactive apps in my account before termination: * COCManager - App that showed player stats using the coc api. This is the app that was suspended because of the naming and also the icon I used was in violation of policy. * Donation package - This app was the one removed for advertising Id usage violation even though it didn't show ads which later became live again after policy compliance declaration. I have filed an appeal, and I hope for the best, but I am expecting their automated reply of "we cannot reinstate your account". I ask help and suggestions from you guys, whether I have a case and stand a chance in getting my account back, and what are the other things that I can possibly do. Thank you [link] [comments] | ||
Account suspension due to "Dormant Account" Posted: 28 Jul 2021 01:29 PM PDT I got this by email 5 minutes ago: https://support.google.com/googleplay/android-developer/answer/10808976 Dormant Accounts Dormant accounts are developer accounts that are inactive or abandoned. Dormant accounts are not in good standing as required by the Developer Distribution Agreement. Google Play Developer Accounts are intended for active developers who publish and actively maintain apps. To prevent abuse, we close accounts that are dormant or not used or otherwise significantly engaged (for example, for publishing and updating apps, accessing statistics, or managing store listings) on a regular basis. Dormant account closure will delete your account and any data associated with it. Your registration fee is not refundable and will be forfeited. Before we close your dormant account, we will notify you using the contact information you provided for that account. Closure of a dormant account will not limit your ability to create a new account in the future if you decide to publish on Google Play. You will not be able to reactivate your account and any previous apps or data will not be available on a new account. Does this mean that finally we have a way to stop supporting an app? (just don't open the developer console for one year) Do someone understand if all the data/service of the Google Account will be deleted (Gmail, calendar, drive,...), or only the developer account? [link] [comments] | ||
Google Play Developer Program Policy Update Posted: 28 Jul 2021 12:08 PM PDT Just got a new email from Google
[link] [comments] | ||
What's new in Android Studio Arctic Fox Posted: 28 Jul 2021 11:50 AM PDT
| ||
RecyclerView From Scratch | RecyclerView Internals | Birth of ViewModel Posted: 28 Jul 2021 02:54 AM PDT Can you implement your own RecyclerView from scratch? if not after this you won't say no , checkout👇 https://chetangupta.net/recycler-internals-1/ Topic covered : - ViewHolder Creation Lifecycle and Implementation - RecyclerView Components and their implementation [link] [comments] | ||
Can I use advertising id to block users that might be committing ad fraud? Posted: 28 Jul 2021 02:56 PM PDT Basically I've contracted with an ad fraud prevention company and they will provide me lists of users that should be banned from displaying ads. The lists are mainly of public ips and devices ids (advertising id on Android, idfa on iOS) known to have some potential risk of fraud. I use Google's AdvertisingIdClient.isAdvertisingIdProviderAvailable() prior to getting the id. 1) Am I allowed to send that advertising id to my server to check if it is banned? I won't be storing it or doing anything with it other than check against the database. 2) If a user opts out of personalized ads with GDPR, am I allowed to still do this check? [link] [comments] | ||
Is 1 year of full time learning a realistic goal to get hired as an Android Dev? Posted: 28 Jul 2021 03:49 PM PDT As the title states. I'm curious on what this community thinks. Whether or not its a realistic goal for someone without a CS background to get hired as an Android Dev with 1 year of self taught, full time learning/building apps. Or am I kidding myself? I'm looking to basically treat it as a full-time job, 9-5 and 5 days a week, since it hopefully will be 1 day. Right now the only knowledge I have under my belt is going through CS50x and probably half of the Developing Android Apps with Kotlin Course. [link] [comments] | ||
Posted: 28 Jul 2021 02:06 PM PDT I'm not sure if this has to do with the code or not, but when I go to the permissions section of my app page it states that it has access to all sorts of things, such as calendar, camera, etc. My app doesn't use any of these permissions and it might be misleading to users. Is there a way to remove these permissions from showing up on the app page? [link] [comments] | ||
App not showing up when searched Posted: 28 Jul 2021 01:43 PM PDT My app is called Upgraded Tic Tac Toe. It just got approved and is live on the google play store. When I search it up in the play store it doesn't show up. Is there some sort of setting that I must turn on or does it have to reach a certain amount of downloads in order to pop up in search results? [link] [comments] | ||
how can i get fully offline documantation and resources for android and java development ? Posted: 28 Jul 2021 01:05 PM PDT recently the iranian governemnt has been making headlines about fully banning forgin internet to the point that even VPNS and tor will stop working. and they have done it before during the recent protests against the government. if that happens i will have no way of learning app development as a lot of it is online only . my hope is that in the event that they actually ban forgin internet , i can develop a peer to peer network app that allowes for uncencored data transfer between users to somewhat open acces to forgin internet like torrent but for general use . the network could be spread wide enough to reach our borders and use their forgin acces to overcome the cencorship which has been done with physical smuggeling before . its outlandish and unrealistic and impractial but i can try anyway. so i need resources that i can store offline in my PC to use later. i dont want to focus on it now becasue i already have way too many personal art projects at hand. but if they ban internet all of it becomes pointless anyway. with offline documantation switching will be smooth and easy . as for the java stuff that knowledge will help me do a seemless pc port . btw i do have general programming knowledge and learning java to make minecraft mods . it wont be too hard for me to get started. [link] [comments] | ||
Filter and Fetch Data From Firebase Real-time Database in Android. Posted: 28 Jul 2021 12:07 PM PDT Filter and Fetch Data From Firebase Real-time Database in Android. Learn how to fetch filtered data with firebase queries in firebase real-time database step by step. https://www.youtube.com/watch?v=LQyA662R_hc [link] [comments] | ||
Legacy Management (DA) To Android Enterprise: Advantages of Migration Posted: 28 Jul 2021 11:26 AM PDT
| ||
Learn how to add haptic feedback to your mobile games Posted: 28 Jul 2021 10:24 AM PDT
| ||
OpenGL or Vulkan for compute only operation Posted: 28 Jul 2021 09:32 AM PDT Which is better and has faster performance for compute only operation in android? (I think OpenGL is better as Vulkan has too much setup calls even for simple operations.) I need opinion of you guys :) [link] [comments] | ||
How do you access the D2D (Device-to-Device) Data Transfer functionality? Posted: 27 Jul 2021 05:48 PM PDT So, as of Android 12, rightfully so: https://developer.android.com/about/versions/12/backup-restore For apps running on and targeting Android 12 and higher:
So, is there a way to use adb or something else to access this functionality so that we can make PC backups of app data? This is the 1 Achilles Heel of Android: you can't make backups of all app data. I want to make an Android app or PC app that makes use of this D2D app-data transfer functionality so that users can backup their app-data with ease and peace-of-mind. [link] [comments] | ||
How to parse JSON Key dynamically Posted: 28 Jul 2021 08:30 AM PDT
| ||
Posted: 28 Jul 2021 06:56 AM 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