apps vs home screen widgets

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
pkocsis
Posts: 105
Joined: Sat Apr 15, 2006 7:20 am

apps vs home screen widgets

Post by pkocsis » Wed Apr 18, 2012 9:10 am

I've searched forums and other resources as well as the livecode site but have not definitively seen if android support only creates "apps" vs. home screen widgets. Assuming Livecode can only create an "app" vs. a home screen widget, does anyone know if there are any plans in the future to support creating home screen widgets?

Thanks!

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: apps vs home screen widgets

Post by Mark » Wed Apr 18, 2012 11:31 am

Hi,

Nobody knows and if anyone would know then they're not allowed to discuss it. Don't ask such questions here. Write to support instead.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

pkocsis
Posts: 105
Joined: Sat Apr 15, 2006 7:20 am

Re: apps vs home screen widgets

Post by pkocsis » Wed Apr 18, 2012 12:23 pm

I really didn't think that asking about apps vs. widgets would be a taboo subject nor did I intend to solicit inside information. I've been a little out-of-the-loop and was asking an honest question.

My apologies for stepping over the line...

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: apps vs home screen widgets

Post by Mark » Wed Apr 18, 2012 12:29 pm

Hi,

It isn't a taboo subject. You didn't step over any line, don't worry. It is just that the people who can discuss it don't really know and the people who actually know this stuff are not allowed to discuss it :-)

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

keram
Posts: 340
Joined: Fri Nov 08, 2013 4:22 am

Re: apps vs home screen widgets

Post by keram » Wed Mar 12, 2014 2:50 am

Hi Mark,

I assume that nothing has changed since the last post in this thread, otherwise there would be many more posts about widgets, so my question is:

Is it possible to create a standalone and later add a home screen widget using other ways?

keram
Using the latest stable version of LC Community 6.7.x on Win 7 Home Premium, 64bit

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: apps vs home screen widgets

Post by Mark » Wed Mar 12, 2014 10:36 am

Hi Keram,

Theoretically, changing some XML files should be sufficient to turn a LiveCode app into a widget. However, widgets need some update() routine, which calls the host app (usually the Home app), to allow for updates. I don't think that LiveCode apps have this routine. LiveCode apps being run as widgets will probably also fill the entire screen.

Widgets are complete apps that run inside another app, if this host app allows it. They don't depend on some kind of main app. This means that a widget doesn't need to depend on your LiveCode app. You can use the Android SDK and e.g. a good Java editor to create your own widgets, independently from LiveCode.

Here you can read what makes a widget a widget.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply