App Feedback Thread - September 28, 2019 Android Dev |
- App Feedback Thread - September 28, 2019
- Real App removed from play store and fake apps stays
- Top Post is a Serial Offender of Policies
- Can you guess the only person in the top 10 rankings for Java on Github?
- I wanted to try Kotlin Native so I made an app to create strings.xml files for spreadsheet users
- SMS Parsing in Android Pie (Android Development)
- First time Android App Wannabe Dev seeks advice... React or Flutter?
- Anyone knows how to implement pinch zoom for a painting layout??? Any suggestions?
- Visibility of a button
- Newbie, 2 questions!
- Handling pending payments with billing library
- If your account is banned by google does that mean you can't port make android apps to the playstore even with an alt account?
- Starter kit for your Android Interview
- Multiple, concreate aproaches of defining clean architecture layers in the Android project
- How to create your own intent-chooser UI ?
- I want to get into Android development
- [question] Logging service with logs buffer and only manual sending?
- Suggestions on Responsive layouts
- [Paywall] Multiple ways of defining Clean Architecture layers
- Android Illeterate
- Are all app crashes and anrs sent automatically or users need to click send in order for them to appear on play console?
App Feedback Thread - September 28, 2019 Posted: 28 Sep 2019 05:28 AM PDT This thread is for getting feedback on your own apps. Developers:
Commenters:
To cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback. As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you. - Da Mods [link] [comments] | ||
Real App removed from play store and fake apps stays Posted: 28 Sep 2019 01:33 AM PDT
| ||
Top Post is a Serial Offender of Policies Posted: 28 Sep 2019 01:21 PM PDT TLDR: Top Post - https://www.reddit.com/r/androiddev/comments/dadfen/real_app_removed_from_play_store_and_fake_apps/ The app is in violation of copyright and Spam policies and so are all the other apps mentioned. The developer has a different account and have same content and same violations there too. Copyright Violations:If you look at screenshots, its obvious there are serious copyright violations. Example: https://i.redd.it/aajs3itqnap31.png These are all movie actors in local language mentioned (Telugu). There is no way a small time developer in India licensed from these actors. 99% of whatsapp sticker apps on playstore are in violation of copyright laws. Do you know why whatsapp sticker apps get so many downloads (mostly in India)? Because they simply don't care about copyright and have movie stickers and actors stickers. The PSD developer claimed owned (https://drive.google.com/drive/folders/1AFBMcGAMfWP_N-h-2F9GLaiyiNDUaIvR?usp=sharing) has Movie actors. Just because you created a PSD file with stolen images doesn't mean, you own the rights. Spam Policy:Here is the internet Archive of the app (Developer never gave the app link): https://web.archive.org/web/20190430095010/https://play.google.com/store/apps/details?id=app.whatsappstickers.telugu Note that the app description has every movie actor name in the local language. This against Meta data and spam policies of Play Store. Also see the copyright mention in description. That is now how copyrights work. You can't claim people sent you copyright material to you in email. Additional Violation:The developers website now redirects to this new app: https://play.google.com/store/apps/details?id=com.hashifytech.stickers This is with a new Publisher account but same content? The app is also in violation of same copy right issues and and spam/metadata policies. [link] [comments] | ||
Can you guess the only person in the top 10 rankings for Java on Github? Posted: 27 Sep 2019 06:46 PM PDT
| ||
I wanted to try Kotlin Native so I made an app to create strings.xml files for spreadsheet users Posted: 28 Sep 2019 08:53 AM PDT
| ||
SMS Parsing in Android Pie (Android Development) Posted: 28 Sep 2019 04:28 PM PDT Hi guys, is there any way to parse incoming sms in Android Pie? Receiver with the "android.provider.Telephony.SMS_RECEIVED" intent-filter does not work anymore. A small Java/kotlin example would be perfect! Thank you! [link] [comments] | ||
First time Android App Wannabe Dev seeks advice... React or Flutter? Posted: 28 Sep 2019 02:17 PM PDT Hi, I want to create an Android app and need some advice. I want the App to be on the Google Play Store so people can find it. I'm thinking of using React Native for the front end, with back end accessed using JSON end points to a RESTFUL API with authentication based on user registration. Back end could be Python with MongoDB, or maybe Laravel with an ORM interface to MariaDB. Alternatively, I guess I .could learn Dart and Flutter. Any thoughts? I want the app to be able to play audio or video streamed from the back end. Where should I use Docker -- is that solely for the back end? Can I still use PWA techniques? Where should I start? I'm fluent in Jscript, Perl and PHP, but lack experience with modern design patterns, And don't want to learn Java. Does Anyone have some reference architectures? Sorry for unusual capitalisation. I aM slightly handicapped and am using voice Translator. [link] [comments] | ||
Anyone knows how to implement pinch zoom for a painting layout??? Any suggestions? Posted: 28 Sep 2019 02:06 PM PDT | ||
Posted: 28 Sep 2019 02:03 PM PDT Hi, Recently I did some animations when I change the visibility of something with the basic function : It works for an image view but not for a button. Anyone knows why ? Thanks you. [link] [comments] | ||
Posted: 28 Sep 2019 01:55 PM PDT Hi, I would appreciate very much if anyone can help me with this, the first week publishing an app has been rough! My app is alive for a week, but when I search for the app name in Google play, I don't get any result displaying my app. How long time takes a new app to appear in search? Thanks so much! [link] [comments] | ||
Handling pending payments with billing library Posted: 28 Sep 2019 11:31 AM PDT How should I handle pending payments with google play billing library? I've published an app with a free trial period and when it expires the user have to buy the full version. When the payment is in pending status an alert dialog is shown blocking the access and explaining that the payment must be completed to continue. I noticed a lot of users start the payment and after like 30 mins cancel it while it's still pending. Should I allow them to access the application even when the payment is still pending? [link] [comments] | ||
Posted: 28 Sep 2019 08:32 AM PDT | ||
Starter kit for your Android Interview Posted: 28 Sep 2019 03:59 AM PDT
| ||
Multiple, concreate aproaches of defining clean architecture layers in the Android project Posted: 28 Sep 2019 03:38 AM PDT | ||
How to create your own intent-chooser UI ? Posted: 28 Sep 2019 06:55 AM PDT Seeing that on Q the new intent chooser (usually used for sharing) became much worse, I was wondering if there is a better alternative to it. Out of the issues of what I see on Q, here are what most annoy me:
All of these ruin experience for me, as both user and developer who want the best to my users. Is there perhaps any good library that mimics it but has none of its disadvantages? Google already has its own solution for the issues it created on some of its apps (Google Maps and Google News), but the UX it has for it is just terrible, requiring Contacts permission just for SMS, having horizontal list of a single row, being behind the navigation bar, etc... So I don't want that. I think a nicer solution should be available. One that will even be nice to have for all Android versions. I guess it's impossible to get the direct share items, but maybe instead we could show normal items at the top, and we could at least have a prioritization system based on what the user has chosen in the past, and whether items are pinned or not. My guess is that we need a bottom sheet being used, with a RecyclerView that shows the items, but somehow scrolls nicely when you scroll to the bottom, so that it takes most of the screen, while having the title becoming like a toolbar's title. [link] [comments] | ||
I want to get into Android development Posted: 28 Sep 2019 06:41 AM PDT What should I learn first? Java or Kotlin, I heard that some XML experience would be beneficial. And last what are some good courses or youtube channels I should watch. [link] [comments] | ||
[question] Logging service with logs buffer and only manual sending? Posted: 28 Sep 2019 05:21 AM PDT I am looking for, what I believe, is a pretty basic functionality, and among tens of logging or crash reporting services I cannot find one that would cover two of my needs:
That's all! And I have spent whole day checking number of services like Crashlytics, Bugfender, Rollbar, Loggly, Mint Spunk, Sematext and more, just to find out none of them provides this! Either:
Why those functionalities are so hard to find? Maybe I am approaching the problem in a wrong way... Generally what I want to cover in my app, an alarm clock, are the cases where problem is not leading to a crash occurred, and its cause tracks back to previous app's sessions - for example situation, when alarm scheduled on Friday doesn't start on Monday. And I don't need constant logging of what happens in the app, just want to be able to allow user to send log manually after problem occurs (I might have no way of detecting whether planned alarm didn't start on time). I don't even need cloud service - after logs are collected, they might be sent to e-mail address. I had formerly used my own class using SQLite to store logs and sent them to e-mail address, but I hoped there are more elegant solution, potentially including automatic crash reporting. Does anyone know about services covering those two basic needs? I am slowly loosing all the hope for finding one [link] [comments] | ||
Suggestions on Responsive layouts Posted: 28 Sep 2019 03:37 AM PDT Hey! Am a beginner android dev. I've made couple of apps but couldn't completely grasp on how to make those responsive to all screen densities and screen sizes. Looked upon various tuts still couldn't understand it. Anyone? [link] [comments] | ||
[Paywall] Multiple ways of defining Clean Architecture layers Posted: 27 Sep 2019 06:23 PM PDT
| ||
Posted: 28 Sep 2019 11:19 AM PDT
| ||
Posted: 28 Sep 2019 01:03 AM PDT I published a risky update, changed design style and some functions, added new stuff, bassicly a rework, and i expected chaos, bugs, crashes anrs but i am not getting any, well nothing unusual. So that made me wonder if crashes are automatically collected by play store or not? [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