Warning, /graphics/kphotoalbum/README.Android.md is written in an unsupported language. File is not indexed.

0001 # Compiling the android client
0002 
0003 The android client is just a pure Qt/QML application.
0004 Therefore, you can run and test it even without an android phone.
0005 
0006 ## Overview
0007 
0008 ### Directory `RemoteControl`
0009 
0010 Contains the shared code between KPhotoAlbum and the remote client.
0011 
0012 ### Directory `AndroidRemoteControl`
0013 
0014 The directory containing the remote client.
0015 The required files from `RemoteControl` are included as symbolic links.
0016 
0017 The user interface of the remote client is implemented using QML.
0018 You can see the QML files in the `qml` subdirectory.
0019 The C++ files are mostly for application logic.
0020 
0021 ## Building on the desktop
0022 
0023 If you want to make changes to the remote client, it's best to use qtcreator and open the Qt project file:
0024 
0025     qtcreator AndroidRemoteControl/AndroidRemoteControl.pro
0026 
0027 ## Building for android
0028 
0029 TODO