Request here for libraries.

Philipp

Member
Licensed User
Longtime User
Works like a charm!

There is a free xmlrpc server for testing purposes:
Free xmlrpc-Server

Here are the docs for all available methods and the return values:
API Index

And the source of the xmlrpc-server:
xmlrpc-server Sourcecode

I noticed that you provided methods for booleans, ints and strings.
Could you implement structs too (types in b4a?) and arrays? Then it could swallow everything :)

Normally structs and arrays are returned.

Oh, did I say: :sign0098:

:wav:
 

Philipp

Member
Licensed User
Longtime User
One more question: any idea why the lib needs the right to read my phone status and identity? I see no reason why it should.
 

XverhelstX

Well-Known Member
Licensed User
Longtime User
I'll update everything tomorrow or monday.
I looked at the android manifest file of the source code and copied those two permissions.
I have never heard of struct though.
What is this on the Java platform?

Tomorrow I don't have a lot of time and I will have to learn for the exams that start next week.

Tomas
 

Philipp

Member
Licensed User
Longtime User
Structs are more xmlrpc-specific. They could be translated to 'array of objects'. Problem is one would need to know the structure to be able to rebuild it in the client.

Not the topmost priority imho.

Arrays are very important on the other hand. Imagine transferring results of a database-query.

No problem, exams are important. I'll need to do some homeworks and exam-preparation, too, but b4a got me hooked up. Shame on my self-discipline ;)
But this xmlrpc stuff is really very helpfull, with added arrays I could even use it productively <hint, hint> :eek:

At least this is all knowledge I can use ... partially ;)

<del>If you have some more time it would be cool if you could write a small tut on how converting android-libs to b4a-libs functions.</del>
// How can I strike text through?

No need to spend valuable time for this, I have found the thread from Erel. It's up to me to work through the explanation now. :signOops:
 
Last edited:

XverhelstX

Well-Known Member
Licensed User
Longtime User
<del>If you have some more time it would be cool if you could write a small tut on how converting android-libs to b4a-libs functions.</del>
// How can I strike text through?

No need to spend valuable time for this, I have found the thread from Erel. It's up to me to work through the explanation now. :signOops:

Well as you mentioned there is already one written tutorial by Erel here. (this skips some basic things like setting up Eclipse, etc. more for intermediate users.)

Then you have a video tutorial by Erel that shows the basics of creating and making a library over here.

And of course, I already made my own tutorial over here that starts with the basics but doesn't go in to deep. I suggest starting with the video and/or mine, then Erel's.


Have fun ;)

Tomas
 

Philipp

Member
Licensed User
Longtime User
Oh thanks for the link to your tutorial. I haden't noticed it before. Now I have no excuses what so ever :)

(But of course it would be nice if you could keep your hands on the xmlrpc-lib. I have more trust in your capabilities than in mine ;))

Good luck with your exams!
 

m0narX

Member
Licensed User
Longtime User
PackageManager Library

Hi, can you build library for working with PackageManager?
PackageManager | Android Developers

Internal Package Manager:
1. can't list activities, only packages
2. can't extract icons for activity
3. can't get activity name, only package name
4. can't get component name as string.
etc...
Thanks.
I have several times requested by the Erel, but he ignored my request
 
Last edited:

Highwinder

Active Member
Licensed User
Longtime User
Library Request: Variable Audio Playback Library

I would love to see an enhancement to your existing Audio Recorder library that allows the ability to play back the audio at faster or slower speeds.

The ability to speed up or slow down the playback of audio recordings would allow the creation of those humorous "talking" apps we see on the market, which seem to sell very well.


- Highwinder
 

vb1992

Well-Known Member
Licensed User
Longtime User

m0narX

Member
Licensed User
Longtime User
Advanced Package Manager

For now lib is supports 3 methods:
GetAllIntents - Gets all activities with names
GetActivityIcon(PackageName, ActivityName)
GetActivityLabel(PackageName, ActivityName)
 

Attachments

  • AdvPackageManager.zip
    20.2 KB · Views: 206
Last edited:

GabrielM

Member
Licensed User
Longtime User
mJpeg lib

Happy New Year !

Could a Mjpeg Viewer Library be possible?

Thank you
 

sigges

Member
Licensed User
Longtime User
Happy New Year to everybody on the list and thanks for the nice B4A language.
Thanks to Erel and to all the people who make the very usfull extension libs.
Normally I make programming with C and Assembler on the MSP430 Controller Family.
I have no idea about java.
With B4A it was possible for my to write in 8 days my first program with bluetooth connectivity.
But I am not able to write a lib for B4A.
Maybe it is possible for you put the achartengine in a B4A lib
achartengine.org - News

It is a very very powerfull chart lib.

cheers
Sigges
 

manios

Active Member
Licensed User
Longtime User
NFC Library

Hi all,

I need to work with NFC for a customs app in Quality Management.
I wish I could do it myself, but I have only basic knowledge in Java.
 
Top