codenameone Questions

1

Solved

We recently received a notification from the google play team stating "Action Required: Your app is not compliant with Google Play Policies". They state to resolve the changes withi...
Banta asked 25/8, 2021 at 10:54

7

I used the google doc to display the pdf file in web broswer. It was working fine before. Now it gives no preview available. Most of the time it gives the blank screen with no preview available but...

2

Solved

I am developing my first mobile App with Codename One. I am trying to get a container to react to an normal click action event. I have a container (note this is not a swing container, but a codenam...
Analog asked 19/2, 2017 at 15:21

3

Solved

After building an android application, I scanned the generated QRcode and install the application on galaxy s4 successfully. But when I try to do some search using the app I got the following excep...
Affinitive asked 23/4, 2016 at 13:2

3

Solved

ERROR ITMS-90168: "The binary you uploaded was invalid. "The resulting API analysis file is too large. We were unable to validate your API prior to delivery I got the above error each time I ...
Longsighted asked 23/2, 2017 at 3:56

1

If I want to manually trigger Pull to Refresh on Container in Codename One after the load of the form. Please advise if anyone have any idea.
Copyreader asked 5/7, 2018 at 3:56

2

Solved

Please can you help. I have a Codenameone app that issues a GET request to a cloud Tomcat 8 server, and expects back some response JSON. Importantly this is a HTTPS call. When i run the request in...
Redcoat asked 23/5, 2018 at 23:7

2

Solved

Microsoft is discontinuing RoboVM and I am not even trying to figure out the hassle in companies and startups who have invested in this framework. I see three more JAVA cross platform mobile fram...
Medrek asked 15/10, 2017 at 22:58

1

Solved

I am a big fan of Kotlin and would like to use it with Codename One instead of Java. Since Kotlin interops seamlessly with Java am I able to use it to build an app with Codename One?
Olden asked 19/2, 2017 at 16:40

1

Solved

I'm trying to get application version from the code at runtime how to get codename1.version from codenameone_settings.properties programmatically
Turnedon asked 18/10, 2016 at 6:41

3

Solved

Floating Action button in android is good option. I want this in my codenameone application. I have tried it by using LayeredLayout, by having two layouts. I'm unable to achieve it perfectly. The b...
Mukerji asked 26/10, 2015 at 12:6

1

Solved

I need to insert native code in my Codename One app. I am a completely newbie in iOS programming so I need to learn Objective-C. However I read that Swift was the successor of Objective-C and I wou...
Erdmann asked 7/7, 2016 at 9:20

1

Solved

I am having a problem intercepting urls with android on codename one. I got it working fine for ios using the build hints ios.urlScheme and ios.plistInject. The build hint I used for android is: ...
Withhold asked 3/5, 2016 at 9:52

1

Solved

I've enabled push notifications in my app, added the build hints, registered the api on the play developer console, created and loaded the apple certificates on my server. When I test the app on a ...

4

Solved

I'm trying to grab a screenshot of a Google Maps V2 map using the API mentioned here, however this seems to always return a white image with the Google logo at the bottom. If it wasn't for the logo...

1

Solved

I'm benchmarking some of our code on an OPO device that's normally pretty fast and I'm seeing a lot of "weird" performance oddities. Before digging deeper into the Android native code I thought I'd...
Jumper asked 13/1, 2016 at 21:16

4

Solved

I have added a local notifications so when my app gets a push while opening there is still a popup and a sound. It's working fine on Android, but on iOS the local notification doesn't appear at all...
Fuss asked 22/2, 2016 at 21:7

2

Solved

I got an error in the build server when sending an Android build during the dex phase. Googling a bit I learned that there is a hard limit of 64K functions (including all libs, the heaviest is goo...
Filling asked 14/12, 2015 at 5:17

2

Solved

I'm prospecting alternatives to develop for multiple mobile platforms, and have found Codename One, that uses Java as lingua franca, instead of HTML/CSS/JS or scripting languages. What I couldn't...
Newsome asked 17/5, 2012 at 16:34

2

Solved

I need to get the IMSI (International Mobile Subsriber Identity) stored in the SIM card using codename1. Also in the case of dual or tri SIM phones, i need to get the IMSI for each SIM. Please, How...
Norfolk asked 20/7, 2014 at 8:50

1

Solved

I've followed the tutorial of creating a camera capture page in this video: http://www.youtube.com/watch?v=nF4eqzVcsic So my code at the moment looks like this: protected void onCamera_CaptureBut...
Fronton asked 21/8, 2013 at 16:26

2

Solved

In an actionListener for a button we would like to create a Form on the fly. Eg Something like Button b = new Button("Clickme"); b.setActionListener(new ActionListener() { public void actionPerf...
Northeasterly asked 3/9, 2012 at 20:31

6

Solved

I have four arrays of strings and I would like to create a two dimensional array of 3 columns and dynamic rows. the arrays are like: String[] first_name; String[] last_name; String[] unit; String...
Deadlock asked 19/12, 2012 at 14:34
1

© 2022 - 2024 — McMap. All rights reserved.