Android Dev - How to prevent hackers from reverse engineering your android apps? |
- How to prevent hackers from reverse engineering your android apps?
- Advice about developer name/identity to use in Google/Apple app stores
- Feeding a screenshot to the phone's camera image buffer.
- How to stream the video feed to a PC via usb?
- Conditional navigation with datastore
- Can't create a Uri.Builder() instance.
- recognize android as a printer
- Looking to create a Pokedex-like app.
- Google destroyed my Google Play Developer Account and my work for the last 2 years.
How to prevent hackers from reverse engineering your android apps? Posted: 28 Mar 2022 12:39 AM PDT
| ||
Advice about developer name/identity to use in Google/Apple app stores Posted: 27 Mar 2022 08:33 AM PDT Hi all! I'm about to publish my first app, which is currently in an internal test phase in the Play Store (with a few users I know personally). It's a Flutter app so I also plan to release it in Apple's App Store shortly after. When I created my developer account in the Play Store I just used my real first name + last name. I also happen to own my FirstNameLastName.com domain (I haven't set up any website yet), so I decided to use that as well for the app's package name. However, I've seen some people recommend creating a "company" name (even if there's no real company behind it), both for privacy reasons and to make store listings look more professional. I can see it's trivial to change that in the Play Store, however I've just read that in Apple's App Store, if you register as an individual developer you have to provide your real, legal name. You can't make up a fake "studio" name like in the Play Store unless there really is a company behind it. So... my questions:
[link] [comments] | ||
Feeding a screenshot to the phone's camera image buffer. Posted: 27 Mar 2022 10:22 PM PDT Is there a way to feed an existing image (e.g stored in the gallery) to the camera's image buffer? So e.g if a person (or an app) opens the camera it wont see the live footage but actually the already saved image? [link] [comments] | ||
How to stream the video feed to a PC via usb? Posted: 27 Mar 2022 10:15 PM PDT Hello I want to build an app that allows me to use my phone as a webcam, like Droidcam or Irium for example. How can I actually send the video stream to a computer where it can be displayed using another app? I read some posts that were saying sending data via usb from phone can't be done, and a solution would be making the pc app to read from the phone. If I go with this, should I write an image on the phone and read it? If I do this at 30fps it would not look so efficient. Is there any other way of doing this? Thanks! [link] [comments] | ||
Conditional navigation with datastore Posted: 27 Mar 2022 09:41 AM PDT Hello there. I am coming from JS world and react native and started to get into Kotlin and Android. Have on the question. If I want to create conditional navigation can I keep some boolean like isLoggedIn into DataStore?! My idea is to make it somehow observable so when I logged in and get token, I set this boolean to true and navigate the user. On logout, I just set it to false. I do not know if this is the best practice at all. Is there any better approach? [link] [comments] | ||
Can't create a Uri.Builder() instance. Posted: 27 Mar 2022 06:41 PM PDT I can't do anything with Uri.Builder(). Even just declaring the following: Results in the following error: I'm doing this in an Android Kotlin app in Android Studio. compileSdk is 32, minSdk is 21. I've looked online and haven't found anyone providing a solution. Would appreciate help. Note: I'm running this in a .kt file in the app to test, however, the same outcome occurs if this is placed in MainActivity. [link] [comments] | ||
recognize android as a printer Posted: 27 Mar 2022 12:20 PM PDT is there any way to send a printing order from other devices to an android? I wanna use it for notification if somebody send a printer task. [link] [comments] | ||
Looking to create a Pokedex-like app. Posted: 27 Mar 2022 07:19 PM PDT Hello, so i'm kinda too lazy to learn to code JUST to make my pretty simple app so i ask here, what would be the best way to make a Pokedex-like app without coding please? Thank you. [link] [comments] | ||
Google destroyed my Google Play Developer Account and my work for the last 2 years. Posted: 26 Mar 2022 10:46 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