You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2012-07-04 06:10:17

clint.grimsley
Member
Registered: 2012-07-04
Posts: 5

rest api and documentation found - android application on the way

For anyone that's looking, the plugin is called webservices and works up to 83.1

I've got a mobile app coming together (Android) that anyone wishing to can follow here github dot com slash mcphargus slash glpi-android-manager

Last edited by clint.grimsley (2012-07-04 06:13:33)

Offline

#2 2012-07-04 08:58:34

ddurieux
Plugins Dev
From: Propières, France
Registered: 2005-06-17
Posts: 7,521

Re: rest api and documentation found - android application on the way

You have a screenshot ?

Offline

#3 2012-07-04 19:11:35

clint.grimsley
Member
Registered: 2012-07-04
Posts: 5

Re: rest api and documentation found - android application on the way

hacking out request engine now, but as soon as I start working on the UI I'll post screens to the wiki attached to that github page.

Offline

#4 2012-09-27 07:49:59

RickoT
Member
Registered: 2012-09-27
Posts: 1

Re: rest api and documentation found - android application on the way

Has there been any movement on this project? The git page has not been updated in a while and I am very excited about an android app for GLPI!

Offline

#5 2012-09-30 07:16:26

yusha120
Member
Registered: 2012-09-30
Posts: 1

Re: rest api and documentation found - android application on the way

This sample includes an Android client and a Spring MVC server. Together these illustrate the interaction of the client and server when using Spring for Android to make Basic Auth requests. Lets get more knowledge about topup

This Android client project requires set up of the Android SDK. See the main README at the root of this repository for more information about configuring your environment.

Build and Run the Server
Navigate to the server directory:

$ cd spring-android-basic-auth/server
Build the app:

$ mvn clean install
Deploy the .war to a Servlet 2.5 or > ServletContainer. This can be done via Maven on the command-line by running:

$ mvn tomcat:run
Build and Run the Android Client
Navigate to the client directory:

$ cd spring-android-basic-auth/client
Build the app:

$ mvn clean install
Start the emulator using the Android Maven Plugin:

$ mvn android:emulator-start
Alternatively, you can start the emulator using the Android command line tools:

$ emulator @Default
IMPORTANT: Ensure the emulator is fully initialized and ready or the deploy will fail.

Deploy the app to the emulator:

$ mvn android:deploy
Start the sample app:

$ mvn android:run
Note: the Android Maven Plugin will attempt to deploy and run the app to all available devices, both emulators and physical devices attached to your computer.

Last edited by yusha120 (2012-10-01 11:45:03)

Offline

Board footer

Powered by FluxBB