Android Question Updating an old project

beccoblu

New Member
Hello sirs

I am a developer, but I am quite a newbie in the B4A world.

I inherited an old B4A project from a colleague of mine: he gave me a package containing the B4A environment, the source code, the libraries. the B4A version is 8.50. and the project uses the old HTTP library.

what steps shall I follow in order to update the code to the latest releases? If I convert every HTTP function call to its corresponding OkHttp call, the code is supposed to work seamlessly in the new environment?

thank you in advance
d.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
what steps shall I follow in order to update the code to the latest releases? If I convert every HTTP function call to its corresponding OkHttp call, the code is supposed to work seamlessly in the new environment?
Probably yes, though it is highly recommended to use OkHttpUtils2. It makes http calls much simpler.

Most of the implementations based on Http or OkHttp directly are imperfect.
 
Upvote 0

MicroDrie

Well-Known Member
Licensed User
Upvote 0
Top