italia / cie-ideaapp

App IDEA per Android che consente la lettura dati documento ICAO
BSD 3-Clause "New" or "Revised" License
19 stars 6 forks source link

Repository is missing assets and resources #15

Open bfabio opened 4 years ago

bfabio commented 4 years ago

The repository is missing assets, resources files, the manifest, etc., which are needed to develop and compile the application.

I didn't fire up Android Studio yet, but I don't see anything in MainActivity.java that can load the UI layout, even if the resource files were there. That makes me think the code is from an earlier version.

matpag commented 4 years ago

Even if we copy the classes in a new Android project, it will not compile because there are missing referenced classes.

By the way I've found this undocumented repository here: https://github.com/italia/cieid-android-sdk which seems at least to compile (even if it is not the same thing)

bfabio commented 4 years ago

@matpag Yes, that repo is the way to go since it's active and it supersedes this one in features.

It's still a bummer though we don't have the code for IDEA App. :disappointed: