Android Dev - App Feedback Thread - December 31, 2021 |
- App Feedback Thread - December 31, 2021
- Do you also have this problem?
- How to hide the secret keys from reverse enginnering in order to decrypt a file that was encrypted in PHP?
- Need Someone to help me in Small project
- Motionlayout corrupted animation when using ExoPlayer
- In-app purchases, pending state - how to handle for the client?
- U'll help the next Mark Zuckerberg in making by clearing this doubt , May u pls !!!
App Feedback Thread - December 31, 2021 Posted: 31 Dec 2021 06:00 AM PST 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. [link] [comments] | ||
Do you also have this problem? Posted: 31 Dec 2021 08:24 AM PST
| ||
Posted: 31 Dec 2021 03:40 AM PST I have an encrypted json file that I generated in a web app, and I would like to open it in the Android app: val key = "mySecretKey123".toByteArray() val iv = "mySecretIv".toByteArray() IvParameterSpec(iv)) val data = localCipher.doFinal(encrData) } If I reverse engineer the app, I can extract these "private" keys: "mySecretKey123" and "mySecretIv" and the json file content can be stolen. How do I obfuscate or hide these keys? [link] [comments] | ||
Need Someone to help me in Small project Posted: 31 Dec 2021 02:25 PM PST I need a guy who can help me in android development. I'm not expert so I need someone to help me I'll pay for that. The app I'm building is only 2 screens app using API. First screen is a login screen Second screen Need 3 subscription options to limit app usage per day. App should be run in background/foreground Some work with notification That's all I can do all the API work because both screen needs API work and I need help in rest of that. [link] [comments] | ||
Motionlayout corrupted animation when using ExoPlayer Posted: 31 Dec 2021 11:38 AM PST I am using Motionlayout but when i want to back to start transition it's like corrupted animation when using ExoPlayer, any solution?thanks [link] [comments] | ||
In-app purchases, pending state - how to handle for the client? Posted: 31 Dec 2021 11:00 AM PST Hi everyone. Quick question on IAPs, in particular, pending states. So I'm referring to the "Accept - slow response" and "Decline - slow response" (I can't remember the exact names) when testing IAPs in test mode, with the test cards. How do you handle these pending payments in the app? Do you show some sort of notifications/text to inform the user what's happening? In truth, I can't remember how this works in the real world (in non-test mode). With the test card, I just get some text stating "the payment will be cancelled in a few minutes." So I guess my question is more, can I rely on the prompt/functionality built in by Google to handle this for me? Or should I show a dedicated screen if the payment isn't successfully purchased instantly to keep the user in the loop? Any other insights on purchase flow (client side) would be good too.. I'm finding the documentation slightly lacking. Weird question maybe, but thanks for any input! [link] [comments] | ||
U'll help the next Mark Zuckerberg in making by clearing this doubt , May u pls !!! Posted: 31 Dec 2021 03:35 AM PST I aim to become an Android dev with Java but currently I have a pc so outdated that it can't even open Android studio, after researching a bit it seems like there's no alternative of Android Studio, If I'm wrong can u suggest an alternative, Thanks❤ in advance for ur precious time & advice & Sorry for "clickbatish" title 😜 [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