Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF

TOPIC:

Swipe immediately after open - Events behaviour 10 years 5 months ago #7684

  • support
  • support's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 695
  • Thank you received: 59
About third part dev tools: our main focus is to give support to official development tools, that's why we put both Xamarin and B4A interfaces on open source.
We should take both xamarin and B4A interfaces up to date, but we don't give assurance about that.
Your team should adopt that code as basis to build their own development.

Please Log in or Create an account to join the conversation.

Swipe immediately after open - Events behaviour 10 years 5 months ago #7685

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
Hi,
to make the project smaller you can check the libs folder and delete the ".so" object of the device you don't support (be careful).
If you want to support all the device, you need to bring all the ".so" object in the jar.

Please Log in or Create an account to join the conversation.

Swipe immediately after open - Events behaviour 10 years 5 months ago #7686

  • kurt_zelda
  • kurt_zelda's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 24
  • Thank you received: 0
Many thanks.
I think I bring all .so
AFAYK, where I could give the table with link from device to lib?

Please Log in or Create an account to join the conversation.

Swipe immediately after open - Events behaviour 10 years 5 months ago #7692

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
Hi,
what do you mean for "the table with link from device to lib"?

Please Log in or Create an account to join the conversation.

Swipe immediately after open - Events behaviour 10 years 5 months ago #7694

  • kurt_zelda
  • kurt_zelda's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 24
  • Thank you received: 0
type of processor ---> file SO used (should be folder name?)
...
I mean a table (or something uman-readable, or something I can log in my program with a call)
SAMSUNG G8000 ---> type of processor
SAMSUNG N5200 ---> type of processor

So I can know what SO link to what physical device.

Please Log in or Create an account to join the conversation.

Swipe immediately after open - Events behaviour 10 years 5 months ago #7696

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
Sorry, we do not have such an info..
The android market is so wide..and it's not easy to keep track of these kind of information..
If your app should be compatible with almost all the android devices .. then you need to keep all .so files
But for example: you can delete "x86" and "mips" in libs dir, if you never run on x86 and mips devices.
The same for 64bit arch

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum