Wednesday, 18 May 2016

Coming to Android and iOS soon


Since the development of the desktop application in JavaFX is still progressing, a side project for this will be to release a mobile application (available on Android and iOS devices). The application will enable users to view regular updates to their sales history (through an eBay API) and help manage popular selling items. 

This will include information, such as: 

  • Item listing impressions and clicks
  • Number of items sold and watchers on the listing
  • Average performance of your Top 5 listings
With the help of a Gluon Mobile plugin, development time should be reduced to meet this in time for the full release of the desktop app. As such, regular posts of the desktop apps progression (after DEMO release) will be maintained here as well.

Thank you for reading.

Follow me on: https://twitter.com/DanielWilMartin
Gluon: http://gluonhq.com/

Thursday, 12 May 2016

Playing around with Google Maps in JavaFX

Whilst looking for a way to implement a mapping feature into my business analytics tool, I stumbled upon a Java Library. This library is essentially a JavaFX API that allows you to add Google Maps into your JavaFX application, which wraps the underlying Javascript API in Java. By doing so, there is no need to learn the Javascript involved with the Google Maps, only the Java classes associated with the API.

This becomes a huge benefit in development time, as there is no need to create your own API to interact with Google Maps. As such, you can focus on making your JavaFX fxml and Java classes to the best of your abilities. In my case, I have a SQLite database that has imported all eBay related data from a PayPal History .CSV file, and geocoded the useful address data, to then be displayed on the maps application.



Big thanks to:
for the GMapsFX library they've created.