Martin Erlic
Martin Erlic
Are there any examples of manipulating text using this library? Instead of creating a drawable, could you not generate a TextView programmatically and then manipulate it with the available multi-touch...
Many people have been asking how to do this so I thought I'd just post some sample code with a working solution. Could we sticky this, or at least update...
Anybody else have a similar problem? ParseUser currentUser = ParseUser.currentUser; ParseObject sentRequest = new ParseObject("Request"); sentRequest.put("author", currentUser); try { sentRequest.save(); } catch (org.parse4j.ParseException e) { e.printStackTrace(); } **pom.xml:** I'm using...
I'm trying to build a combined ParseQuery like the one shown here: http://stackoverflow.com/questions/28892973/multiple-combined-or-queries-using-android-parse Unfortunately, it doesn't seem the .or() method is provided in Parse4J. I tried building my own class...
` Parse.initialize(APP_ID, APP_REST_API_ID, CUSTOM_SERVER_PATH);` Does your method actually handle a CUSTOM_SERVER_PATH or was this a suggestion for developers to implement for after the Parse shutdown (which has already happened)? For...
save()
What does the save() function do in Android Processing? Can I create a bitmap from my current sketch? How can I then access this bitmap? Otherwise, what is the process...
Is it possible to change the graphics programatically? I want to build via gradle...
I definitely used the correct wallet id and password, but I haven't logged in since 2014. So it sends me an email with the subject: "Authorize log-in attempt". I press...
Are you able to drill down into individual nodes? As, is nested hierarchy supported? This is my normal D3 implementation for example: http://selotec.io/prototype/react/#/map
**Issue Description:** The library lacks support for superscript formatting, limiting users from including superscript annotations within the front matter metadata. **Proposed Solution:** Extend the library to incorporate superscript support, enabling...