Recent

Author Topic: Any chance of better Android Support? (>= 4.1.2 - API 15+)?  (Read 4477 times)

Logic_Bomb

  • New Member
  • *
  • Posts: 41
Any chance of better Android Support? (>= 4.1.2 - API 15+)?
« on: February 05, 2013, 06:39:19 am »
Hey all,

Just wandered if anyone knew of any forth-coming updates to the Android Custom Drawn Interface?

It's just that I would love to create applications for Android, but unfortunately (or rather, fortunately) I have just upgraded to the Samsung Galaxy S3 LTE - running Jellybean - 4.1.2 (API 16). Having compiled the example android app I have noticed that it works absolutely fine on API 8 emulated but not on emulated API 16 or on my Galaxy S3. This flaw limits my ability to create apps with Lazarus, something that I would love to do so much and even though apps for API 8 work perfectly well, many people (including myself) are moving away from API 8 as it is getting rather out-dated now and much of the market has moved up to API 15+.

So if anyone has any ideas on when this might be rectified, their input(s) would be appreciated.

Regards,

Logic_
« Last Edit: February 05, 2013, 06:43:39 am by Logic_Bomb »

Leledumbo

  • Hero Member
  • *****
  • Posts: 8835
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Any chance of better Android Support? (>= 4.1.2 - API 15+)?
« Reply #1 on: February 05, 2013, 05:43:34 pm »
I can compile my app for API-8 through API-15 (mine is still ICS), and it works on both emulator and real device (Xperia Mini Pro). Anyway, Android API is largely backward compatible, and since you're using Custom Drawn Interface, that API version won't matter much, as most of the work is not done by Android API. Unless you use functionalities from certain API version.

zariq

  • Full Member
  • ***
  • Posts: 109
Re: Any chance of better Android Support? (>= 4.1.2 - API 15+)?
« Reply #2 on: February 05, 2013, 05:54:40 pm »
Don't know about api 15 but I have tested api 8 on a galaxy s3 and it works on that. Even if the newer apis
didn't work,  there some other issues (it could be just me) that I think are more important and should be dealt with first.

Logic_Bomb

  • New Member
  • *
  • Posts: 41
Re: Any chance of better Android Support? (>= 4.1.2 - API 15+)?
« Reply #3 on: February 12, 2013, 06:25:27 pm »
I can compile my app for API-8 through API-15 (mine is still ICS), and it works on both emulator and real device (Xperia Mini Pro). Anyway, Android API is largely backward compatible, and since you're using Custom Drawn Interface, that API version won't matter much, as most of the work is not done by Android API. Unless you use functionalities from certain API version.

I'd be interested to know how you did this, as I can't seem to compile a working APK using API15 and API8 just crashes on anything above ICS.

Regards,

Logic_

Leledumbo

  • Hero Member
  • *****
  • Posts: 8835
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Any chance of better Android Support? (>= 4.1.2 - API 15+)?
« Reply #4 on: February 13, 2013, 12:47:11 am »
Quote
I'd be interested to know how you did this, as I can't seem to compile a working APK using API15 and API8 just crashes on anything above ICS.
Nothing special, just change the target API in the default.properties. I'm on Linux btw and using the precompiled 2.5.1v3 to build the application.

 

TinyPortal © 2005-2018