b4i

  1. Pooya1

    B4i Library Gallery Grid

    Hello I make library that you can show pictures in grid I use tableview for this library Event for this library: #Event: ItemClick(Index As Int) #Event: ItemLongClick(Index As Int) #Event: GetImageView(ImageView1 As ImageView,Index As Int) #Event: OverScrolled #Event: BottomScroll You can add...
  2. C

    iOS Question Posting a login request to ASP.Net Web API

    I am stuck on a login request to web API. So the process is simple I have to send “username”, “password” and “grant_type” to the server along with the two headers “Accept” and “Content-Type”. If the user is valid my app will receive the following response from the server: { "access_token"...
  3. J

    Android Question Real time messaging question

    I have an App that in its simplistic mode is a Tally system for knowing which competitors have gone afloat and who are ashore. The Competitors have RFID tags. There can be multiple stations where the competitors tally out and in. Version 1 of the App Written in B4A can use Android mobile...
  4. Carlos Huerta

    iOS Question [SOLVED] Can i use a String format on a label on B4i?

    Greetings to everyone! I'm Carlos and this is my first message here. First of all, i want to thank everyone on this community, i've learned a lot because of your examples and questions. Thanks so much!. I usually make apps on B4A but recently, i've acquired a license for B4i. It's works like...
  5. R

    iOS Question download a html and save it to a string

    Now I'm writing code for IOS as follows: private NameToCode as string dim job1 as HttpJob searchnamestrURL="http://quote.eastmoney.com/stocklist.html" job1.Initialize("job1",Me) job1.Download(searchnamestrURL) If job.Success=True Then Select job.JobName Case "job1"...
Top