Questions tagged [parse4cn1]

parse4cn1 is a CodenameOne extension library (cn1lib) that enables integrating Parse (www.parse.com) in CodenameOne apps. It uses the Parse REST API whenever possible to realize cross-platform solutions. However, for advanced functionality such as push notifications, parse4cn1 features native Parse SDK integration.

The Parse platform provides a complete backend solution for your mobile application. Parse provides a REST API as well as libraries for different mobile platforms like Android and iOS. CodenameOne (CN1 for short) on the other hand is a great framework for cross-platform mobile application development. Although some of the functionality provided by Parse is offered to paying CN1 users, integration of third-party libraries is allowed and even encouraged in CN1. This project aims at making the Parse platform available to CN1 apps thereby giving developers more options for cloud-based backend solutions in CN1. In order to maximize platform support, this library aims at implementing the REST API specification rather than, for instance, integrating the existing Parse native libraries for various platforms to achieve the same functionality. Of course, where possible, advanced features that go beyond the REST API (e.g., background operations) will also be supported by this library preferably in a generic manner. Since CN1 is written in Java, this library can also be used in pure Java projects as illustrated here.

32 questions
0
votes
1 answer

searching for a good parse.com alternative

Its true this question has been asked before but I didn't really get it My question is: is their an alterative to parse.com that is compatible with codename one? I have seen some like the "back4app", but they all don't seem to work. My question…
rockspetre
  • 325
  • 1
  • 7
0
votes
1 answer

Error while sending a build of parse4cn1 application for device

I am experiencing some problems building for iOS (Debug). Steps to reproduce: Create a new CN1 project. Send iOS build -> no errors. Drag parse4cn1.cn1lib into the lib folder -> iOS build fails with "java.lang.UnsupportedClassVersionError:…
Shai Almog
  • 51,749
  • 5
  • 35
  • 65
1 2
3