Please tell me in every single step how to create and distribute an app that does absolutely nothing, other than displaying a window with "Thanks for downloading this app!" written on it.
>>1559620on what platform? Presumably Android as Apple would never allow you to distribute it. Then step 1 would be "download and install android studio"step 2 would be to watch something like this https://youtu.be/p0ItPcqqXog
>>1559621>on what platform?primarily a pc with Linux
>>1559622well then call me old-fashioned but you shouldn't call it an "app". Call it a "desktop application".anyway sorry I can't be more helpful but I'm not in the mood. try something like thishttps://youtu.be/g-KDOH_uqPk
>>1559620You could create this in 5 lines with python using built-in libraries, then use pyinstaller.https://pypi.org/project/pyinstaller/