wams-android | Windows Azure Mobile Services unofficial Android SDK
kandi X-RAY | wams-android Summary
kandi X-RAY | wams-android Summary
wams-android is a Java library typically used in Manufacturing, Utilities, Automotive applications. wams-android has no bugs, it has no vulnerabilities and it has low support. However wams-android build file is not available. You can download it from GitHub.
This is the Windows Azure Mobile Services unofficial Android SDK. It is provided with no warranty or support, implied or explicit. Use at your own risk. The code is provided under the [Creative Commons Attribution License] This SDK covers the following features of Windows Azure Mobile Services: * Basic CRUD operations on data tables (select, insert, update, delete) * Simple query operators (gt, lt, equals) * Simple paging operators (top, skip) * Authentication support with WAMS providers: Microsoft Account, Facebook, Twitter, Google * Authentication token persistence across application runs * Push support with GCM and some scripts on the server * Displaying toasts and notifications when processing a push. To use the SDK, download the source and add the provided project as a library project to your Eclipse workspace. Next, add a library reference from your app to this project. Note that the project requires an minimum API level of 2.2. Finally, you need to add the following two string resources to your project if you intend to use GCM push. I recommend that you add them in any case, because then you can use a convenient constructor of the MobileService class.
This is the Windows Azure Mobile Services unofficial Android SDK. It is provided with no warranty or support, implied or explicit. Use at your own risk. The code is provided under the [Creative Commons Attribution License] This SDK covers the following features of Windows Azure Mobile Services: * Basic CRUD operations on data tables (select, insert, update, delete) * Simple query operators (gt, lt, equals) * Simple paging operators (top, skip) * Authentication support with WAMS providers: Microsoft Account, Facebook, Twitter, Google * Authentication token persistence across application runs * Push support with GCM and some scripts on the server * Displaying toasts and notifications when processing a push. To use the SDK, download the source and add the provided project as a library project to your Eclipse workspace. Next, add a library reference from your app to this project. Note that the project requires an minimum API level of 2.2. Finally, you need to add the following two string resources to your project if you intend to use GCM push. I recommend that you add them in any case, because then you can use a convenient constructor of the MobileService class.
Support
Quality
Security
License
Reuse
Support
wams-android has a low active ecosystem.
It has 9 star(s) with 1 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
wams-android has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of wams-android is current.
Quality
wams-android has 0 bugs and 0 code smells.
Security
wams-android has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
wams-android code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
wams-android does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
wams-android releases are not available. You will need to build from source code and install.
wams-android has no build file. You will be need to create the build yourself to build the component from source.
Installation instructions, examples and code snippets are available.
wams-android saves you 501 person hours of effort in developing the same functionality from scratch.
It has 1177 lines of code, 116 functions and 24 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed wams-android and discovered the below as its top functions. This is intended to give you an instant insight into wams-android implemented functionality, and help decide if they suit your requirements.
- Called when a push channel is unregistered
- Gets the ID from an object
- Start a query based on a mobile table
- Deletes the specified item from the mobile table
- Called when a push channel is registered
- Sets the id field on an object
- To json string
- Insert an item into the mobile table
- Displays an authentication dialog
- Finish the login process
- Start the login
- Persists the current login token
- Handles a push notification
- Handles a built - in notification
- Gets the api key resource
- Retrieves the full URL
- Retrieves all elements in the mobile table
- Gets sender id
- Unregister push notifications
- Returns the class for the field with the specified key
- Converts JSONObject to an object
- Registers a push notification
- Logs out the current user
- Read the mobile user s login information
- Gets the GCM intent service class name
- Called when register or unregister an error
Get all kandi verified functions for this library.
wams-android Key Features
No Key Features are available at this moment for wams-android.
wams-android Examples and Code Snippets
No Code Snippets are available at this moment for wams-android.
Community Discussions
No Community Discussions are available at this moment for wams-android.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install wams-android
These instructions explain how to set up Google Cloud Messaging (GCM) push for your Windows Azure Mobile Service, while using this unofficial SDK.
Creating a Google API Project
Enabling the GCM Service
Obtaining an API Key
Next, you turn to setting up your Windows Azure Mobile Service to support the client. The client-side code assumes that a "pushChannel" table exists, so you must first create it. Next, you have to set up a script to handle inserts to that table so that you do not insert duplicate registrations. Finally, you have to perform a push request to GCM with an optional payload.
Creating a Google API Project
Enabling the GCM Service
Obtaining an API Key
Next, you turn to setting up your Windows Azure Mobile Service to support the client. The client-side code assumes that a "pushChannel" table exists, so you must first create it. Next, you have to set up a script to handle inserts to that table so that you do not insert duplicate registrations. Finally, you have to perform a push request to GCM with an optional payload.
Support
When testing your client-side push support, you might find the following curl command line useful:.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page