Development of the PDApp
Recursion
The cosmos Join Date: 2017-07-01 Member: 231505Members
As some of you may know, in the "question for devs" topic I posted earlier, I asked for permission to build an app, which is designed to be another layer over the operating system of a tablet, which will essentially turn the tablet into A PDA(and to clarify, I got that permission). So, this is the thread where I'll share development updates, and ask for help, as a few people, naming no names( @AnomalyDetected @Kouji_San @DaveyNY )Seemed quite interested in this. I'll try to release an update every weekday, And look for a super-big one on Mondays.
Comments
list of things left to do:
- finish inventory(I'm finding the table quite hard, so if anyone wants to help with that?)
- finish ping manager
- create encyclopedia
- create photo tab
- create a proper UI for adding new pages
- create science tab?
- support at least three of all the different pages
- Add a page giving full credit to the Devs
- If any good suggestions are made I will consider them(bad = WE NEED BIG GUNZ)
I've also done a little bit of concept art on the ping manager:I'm thinking it will just have a map you can save various positions on.
Unfortunatley the APK file containing the PDApp is not allowed here, so you currently cannot download it.
I'm excited to see this finished. Then when I get it, I'm making that case.
I'm glad you think so. I've also decided, as an addition, to make what I call PDAconnect. It'll bassically connect 2 devices that have The PDApp via bluetooth.
You can download the in development app. Revised stuff left to do:
At first I thought this was just a theme, is this now a legit PDA interface of all the stuff?
Yep. I'm Trying to make it another layer to the operating system, so that It will always be on top.
I hope you can get it out soon, but take all the time you need to work on it
Love it
Videos, Images and general Chat.
Just download and unzip it, and then sideload it onto any android device.
I have not tested it, but will it support android? And also, will it work on Bluestacks, the Android Emulator?
It's just an Android app. Android supports it, it doesn't support Android. And I'm assuming it will work on any decent android emulator that can install and then run apps. Hope that helps.
Google is announcing its new new phones in October. Maybe I'll switch back.
Never mind, I can release a file for apple as well. It's just one quick change of the settings.
So will you do it on both then?
That would be awesome. But, in my very limited and very novice experience, Apple is a pain. Don't you have to have a Mac to even compile and deploy to the Apple Store? Then, don't you have to hassle through an official Apple review with even the smallest of changes?
If were you, I wouldn't waste time on Apple until it is nearly done.
Just my opinion--and a quite uninformed one at that.
Thanks, though!
Apple is a pain indeed...
I've been developing iPhone apps too (xamarin was a butt so I decided to go completely native on both platforms). iPhone app creation is also annoying and yes you do need a $100 apple developer license and a Mac to publish. The only way to actually release it for free is to either launch on a jailbroken iPhone or releasing the unity project and having others run the app in debug on their phones (which requires them to also have a Mac)
In other news I had an idea for something in continued support: The data terminal app for computers. It could be a server for PDAconnect, and you could create data bank articles on it, which, if the owner of the PDA wanted, would get transferred to the PDA.
You can install an apk (Android app file) on Android by enabling the option to install from unknown sources. On iOS, it seems the only way you can do that is to jailbreak the device or use a Mac and enable developer mode (I'd have a hard time believing someone hasn't found a way around that though). To release on the respective apps stores:
https://www.quora.com/How-much-does-it-cost-to-publish-a-mobile-app
Apple has their phones pretty locked down. You can't just install from a file, in fact, iPhones technically have no file system apart from pictures and music and some other things. Sure you can deploy to a connected iPhone, but you can't release binaries. There's an app file, but your phone has to be added to a list to use it.
They have a filesystem, you just can't access it without rooting. Source: I rooted my iPhone 4S (totally worth it, that was awesome, almost as much freedom as an Android phone).
iOS apps are .ipa it look like, and the filesystem on the phone is HFSX (HFS+ , case sensitive) - IIRC Android uses ext4 usually, or f2fs, or (older 2.3 era devices) YAFFS, or sometimes even ext3 IIRC (there's no singular filesystem Android is required to use). Regardless, the filesystem used by the OS isn't relevant to this discussion, just a bit of trivia.
Ywp, Apps only have access to their own data. They can't "read from /sdcard/" or anything.
Yeah, sandboxed. IIRC Android does that too now? But with some workarounds, or something, not sure.