CrossMobile
CrossMobile copied to clipboard
Create native iOS, Android, Windows Phone and Desktop applications in Java. Write it once, and produce sophisticated multiplatform applications.
I am using CrossMobile, it has some shortcomings for Android, for example, there is no checkbox, there is no Android basic elements such as ListView, there is no application design...
Hello, i have a question about creation a plugin template. when i create a plugin template how can i use it in in my application because i would like create...
The repo url: https://mvn.crossmobile.org/content/repositories/crossmobile/ is 404 and maven returns : ~~~ Could not transfer artifact org.crossmobile.ca.androidx.core:core:jar:1.3.0 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [crossmobile (http://mvn.crossmobile.org/content/repositories/crossmobile/, default, releases+snapshots)] ~~~
Hello how can i create a local notification this is my code UNUserNotificationCenter center = UNUserNotificationCenter.currentNotificationCenter(); UNMutableNotificationContent conten = new UNMutableNotificationContent(); conten.setTitle("Jurassic Park"); conten.setSubtitle("Lunch"); conten.setBody("Its lunch time at the park,...
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
How can i use NSURLSession
UIBUTTON
Hi it's possible to create a rounded button ?
Hello, crossmobile support Facebook login or any social login ?
Can I use this tool to develop web app in addition to mobile/desktop app so that I can run the same application in a web browser also? If yes then...
when i use UITabBarController, i face with "crossmobile.ios.uikit.UIResponder is abstract; cannot be instantiated" error in desktop, android running , but there is no any problem in ios running