So recently the app Marvel: War of Heroes blocked the use of "emulators." When you log in using bluestacks, it says please use an IOS device or Android device.
I have my Bluestacks fully rooted, with write capabilities, and have change everything in build.prop but that is still not working.
Would anyone have any idea what they are finding to identify that someone is using Bluestacks?
Oh, and attached is the screen that appears.
Hi all, Does anyone know of an app or xposed module that would spoof build.prop (to detect a different device name) on a per app basis?
I want to use a mobile payment app through my banking institution but it only works with ancient phones and I don't want to update build.prop as I'm using it for the PS4 remote play stuff.
Thanks in advance!
I'm a 14 year old android app developer in training
I need help/tips on my app. I have already set up android studio with the sdk and jdk.
I already made the wireframes and storyboard of the app. So I started making the main screen/activity in Android studio. Done with the main screen, although I haven't programmed it yet. What now? Do I start another Activity? I would like for you guys to help me through the process of developing my android app. It's called Shadow. I would really appreciate the help from the adult Developers.
Siberio08 said:
I'm a 14 year old android app developer in training
I need help/tips on my app. I have already set up android studio with the sdk and jdk.
I already made the wireframes and storyboard of the app. So I started making the main screen/activity in Android studio. Done with the main screen, although I haven't programmed it yet. What now? Do I start another Activity? I would like for you guys to help me through the process of developing my android app. It's called Shadow. I would really appreciate the help from the adult Developers.
Click to expand...
Click to collapse
Post a screenshot of your app. What kind of app you are trying to develop.. give a brief description as well.
http://developer.android.com/training/basics/firstapp/index.html
Hi !
If you want to do several "pages" with different controls there are several ways:
1 . use different activities . This is the simplest way
2. use fragments. This is a bit more difficult
What do you mean? Screenshot of my wire-frames? or of the main activity app?
The app I'm developing is a File hider App. But it's a little more organized and clean/minimalist looking than the other apps that are on the market. I call it Shadow File Hider. You're supposed to select the files that you want to hide and place them in a list. You can activate that list with a switch. The files are hidden. To show them again, just use the switch. But I also want to incorporate a way of hiding the actual app. This is what will make it stand out from the other apps. You can use the pattern lock screen as a Boss Key to hide the app. Use a custom pattern - that you set up in the app - to activate the app, before your normal pattern. That way when you use your smartphone normally no one will know the app is there or that you are hiding something. But you can easily open the app and close at will.
BTW
What's the best way to monetize my app when I'm finished?
Off topic : The name actually match!!
Sent from my SM-N910P using XDA-Developers mobile app
jglm4u said:
Off topic : The name actually match!!
Sent from my SM-N910P using XDA-Developers mobile app
Click to expand...
Click to collapse
Off topic : The name actually match!!
Click to expand...
Click to collapse
What do you mean?
Help
So I'm on my way to finishing the app. But one of the main settings in my app is to hide itself with a boss key. It's supposed to work with the lock-screen pattern. But how am I supposed to develop that? Any Ideas?
Hi,
I would like to add custom app store and be able to install apps remotely (e.g. make HTTP request to Android device to trigger app installation). Where would I start?
I found https://f-droid.org, which looks pretty much what I need.
Has anyone had any experience with using it?
Hello everyone, newbie here.
I have simple led display units controllable by an app called "Led Space", the app itself is sufficient but my company wants to modify the application or create a modified version of the app. I tried reverse-engineering the app to understand how it works, but with my little knowledge in Android app development, I didn't know what I was looking for. So my question is, how do apps control and send messages to wifi connected devices.
PS: the device has its own wifi access point, and all I have to do is connect the phone to that access point and the app does the rest.