Heya! Thanks for the interest! Unfortunately, I lack the time at the moment to work on the it, so I have put it on the back burner for now. They...
Youll need to consult booking.com for this.
Unless you use a decompiler to decompile the jar and then recompile after editing (not necessarily legal), you cant get the source files from a Jar
By manually setting it up in the XML.
That will not work for game development.
It seems there is no way to specify a currency format in XML, but you can do so programattically using: TextView tv = ...; double monies =...
SharedPreferences are not limited to only text. Any primitive type can be stored there. I was under the impression he wanted a controlled file,...
The only part of internal memory you can write to is your apps designated data folder, which like you said is removed upon app uninstall. The...
Fixed your quote tags.
You'll need to use the Facebook SDK. https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/
I am not positive, but I am fairly certain that you can't use custom views in the graphical editor.
Unity isn't the best fit for 2D games anyway. Unfortunaty, there isn't much out there in terms of engines for 2D... Well, I take that back......
Your first problem is that you are using PHP. :P All kidding aside, your code looks fine to me, however I am no guru in PHP... With that said,...
I wrapped your code in CODE tags for you. =)
libgdx is just a library. You can use standard Android APIs along with libgdx without issues.
In that case, the database can be whatever your want--DB2, mysql, postgress, big table, whatever. You just need a backend server to host the db...
Local database or remote database?
For a simple chat application for university (I actually did this project when I was in university) it's easy enough to just use Socket and...
You'll require some APIs for Microsoft Azure. I am not sure if these exist for Android (doubt it.)
Bluetooth has no knowledge of what apps are installed on the device. You can do a scan of "discoverable" devices, but you won't be able to...
There is no out of the box solution for this provided with Android. You will need to either create your own BarGraph View or try to find a...
You won't be able to do that entirely in XML. You will need to extend one of the ViewLayout classes to implement that functionality, then in your...
You cannot use flash code natively on Android. Adobe released Adobe Air for android, but it has been deprecated and development has been...
There is the Android NDK that allows you to write routines in C and execute them from Java via JNI. My game engine, for example, is written almost...
Google is working on merging Google Talk and Google+ Messenger, so it would be no surprise to me if this was a side effect of the transition.