Search found 22 matches

by SamanthaLC
Wed Sep 25, 2013 5:58 am
Forum: Engine Contributors
Topic: android externals
Replies: 144
Views: 96422

Re: android externals

Thank you for the quick reply monte! Is the source code for your mergAndroid experiment using a broadcast receiver? I'd love to see an example to play with. Using an external to glue LiveCode around the third party library might work, but it seems less elegant and more painful. I would really like t...
by SamanthaLC
Wed Sep 25, 2013 4:50 am
Forum: Engine Contributors
Topic: android externals
Replies: 144
Views: 96422

Re: android externals

One of the scenarios that is not discussed in this thread is the ability to include external (not "LiveCode External") Java code which is invoked for particular intents and packaged along with the LiveCode application. This would be in addition to any traditional LiveCode Externals which are accesse...
by SamanthaLC
Wed Sep 25, 2013 2:51 am
Forum: Android Deployment
Topic: Request: custom build hooks to embed services and receivers
Replies: 4
Views: 4274

Re: Request: custom build hooks to embed services and receiv

Ok, thank you!

For anyone else reading this thread the Android Externals discussion is here: http://forums.runrev.com/viewtopic.php?f=66&t=15882
by SamanthaLC
Tue Sep 24, 2013 6:48 am
Forum: Android Deployment
Topic: Request: custom build hooks to embed services and receivers
Replies: 4
Views: 4274

Re: Request: custom build hooks to embed services and receiv

The particular use case I am thinking of involves pulling in external Java code associated with an intent service or broadcast receiver into a LiveCode Android app. This would have to run separate from the main LiveCode activity (and accompanying externals) but would work in cooperation with the Liv...
by SamanthaLC
Tue Sep 03, 2013 7:43 pm
Forum: Android Deployment
Topic: Request: custom build hooks to embed services and receivers
Replies: 4
Views: 4274

Request: custom build hooks to embed services and receivers

I would like the ability to be able to link in a third part JAR or library, and then configure AndroidManifest hooks into this library. For example, consider adding the following IntentService: <service android:name=".LCIntentSvcHook" android:label="@string/app_name" android:exported="false"> <inten...
by SamanthaLC
Sun Jul 21, 2013 4:47 am
Forum: Android Deployment
Topic: Crashing on device when using Database support inclusion
Replies: 1
Views: 2049

Crashing on device when using Database support inclusion

Another question for the LiveCode experts out there: Is there a way to resolve crashes on Android when using the native Database support in stand-alone application settings for Android target? Whenever I attempt to use database support I get a crash on launch before the stack even displays or starts...
by SamanthaLC
Sun Jul 21, 2013 12:02 am
Forum: Android Deployment
Topic: Unix domain sockets on Android
Replies: 1
Views: 1975

Unix domain sockets on Android

Hello LiveCode developers!

Is there a way to open socket for Unix domain socket types? On Android you can use LocalSocket(AF_UNIX) in Java. Does LiveCode have a way to open Unix sockets?

Thanks!

Go to advanced search